@covalent/core 3.1.2 → 4.0.0-beta.2

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 (840) hide show
  1. package/breadcrumbs/breadcrumb/breadcrumb.component.d.ts +3 -0
  2. package/breadcrumbs/breadcrumb/breadcrumb.component.scss +3 -0
  3. package/breadcrumbs/breadcrumbs.component.d.ts +3 -0
  4. package/breadcrumbs/breadcrumbs.component.scss +1 -0
  5. package/breadcrumbs/breadcrumbs.module.d.ts +8 -0
  6. package/breadcrumbs/covalent-core-breadcrumbs.d.ts +1 -0
  7. package/breadcrumbs/package.json +6 -7
  8. package/common/_common-theme.scss +2 -0
  9. package/common/common.module.d.ts +15 -0
  10. package/common/covalent-core-common.d.ts +1 -2
  11. package/common/directives/fullscreen/fullscreen.directive.d.ts +3 -0
  12. package/common/forms/auto-trim/auto-trim.directive.d.ts +3 -0
  13. package/common/material-icons.css +31 -18
  14. package/common/material-icons.css.map +1 -1
  15. package/common/package.json +6 -7
  16. package/common/pipes/bytes/bytes.pipe.d.ts +3 -0
  17. package/common/pipes/decimal-bytes/decimal-bytes.pipe.d.ts +3 -0
  18. package/common/pipes/digits/digits.pipe.d.ts +3 -0
  19. package/common/pipes/time-ago/time-ago.pipe.d.ts +3 -0
  20. package/common/pipes/time-difference/time-difference.pipe.d.ts +3 -0
  21. package/common/pipes/time-until/time-until.pipe.d.ts +3 -0
  22. package/common/pipes/truncate/truncate.pipe.d.ts +3 -0
  23. package/common/platform.css +11828 -10433
  24. package/common/platform.css.map +1 -1
  25. package/common/services/icon.service.d.ts +3 -0
  26. package/common/services/router-path.service.d.ts +3 -0
  27. package/common/styles/_layout.scss +12 -10
  28. package/common/styles/_palette-dark.scss +2 -2
  29. package/common/styles/_palette-light.scss +6 -6
  30. package/common/styles/_rtl.scss +3 -0
  31. package/common/styles/_variables.scss +5 -5
  32. package/common/styles/colors/_colors-dark.scss +327 -0
  33. package/common/styles/colors/_colors-light.scss +748 -0
  34. package/common/styles/core/_button.scss +2 -1
  35. package/common/styles/core/_card.scss +27 -7
  36. package/common/styles/core/_content.scss +2 -1
  37. package/common/styles/core/_divider.scss +1 -0
  38. package/common/styles/core/_icons.scss +2 -0
  39. package/common/styles/core/_sidenav.scss +2 -0
  40. package/common/styles/core/_structure.scss +6 -7
  41. package/common/styles/core/_toolbar.scss +7 -0
  42. package/common/styles/core/_whiteframe.scss +2 -2
  43. package/common/styles/font/_font.scss +10 -4
  44. package/common/styles/utilities/_general.scss +14 -0
  45. package/common/styles/utilities/_text.scss +21 -0
  46. package/covalent-core.d.ts +1 -0
  47. package/dialogs/_dialog-theme.scss +1 -0
  48. package/dialogs/alert-dialog/alert-dialog.component.d.ts +3 -0
  49. package/dialogs/confirm-dialog/confirm-dialog.component.d.ts +3 -0
  50. package/dialogs/covalent-core-dialogs.d.ts +1 -1
  51. package/dialogs/dialog.component.d.ts +9 -0
  52. package/dialogs/dialog.component.scss +5 -0
  53. package/dialogs/dialogs.module.d.ts +17 -0
  54. package/dialogs/package.json +6 -7
  55. package/dialogs/prompt-dialog/prompt-dialog.component.d.ts +3 -0
  56. package/dialogs/prompt-dialog/prompt-dialog.component.scss +1 -0
  57. package/dialogs/public-api.d.ts +1 -0
  58. package/dialogs/services/dialog.service.d.ts +3 -0
  59. package/dialogs/window-dialog/window-dialog.component.d.ts +3 -0
  60. package/dynamic-menu/covalent-core-dynamic-menu.d.ts +1 -1
  61. package/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.d.ts +3 -0
  62. package/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.scss +1 -0
  63. package/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.d.ts +3 -0
  64. package/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.scss +3 -1
  65. package/dynamic-menu/dynamic-menu.component.d.ts +3 -0
  66. package/dynamic-menu/dynamic-menu.module.d.ts +13 -0
  67. package/dynamic-menu/package.json +6 -7
  68. package/dynamic-menu/public_api.d.ts +1 -0
  69. package/esm2020/breadcrumbs/breadcrumb/breadcrumb.component.mjs +108 -0
  70. package/esm2020/breadcrumbs/breadcrumbs.component.mjs +139 -0
  71. package/esm2020/breadcrumbs/breadcrumbs.module.mjs +21 -0
  72. package/esm2020/breadcrumbs/covalent-core-breadcrumbs.mjs +5 -0
  73. package/esm2020/breadcrumbs/index.mjs +2 -0
  74. package/esm2020/breadcrumbs/public-api.mjs +4 -0
  75. package/esm2020/common/animations/bounce/bounce.animation.mjs +70 -0
  76. package/esm2020/common/animations/collapse/collapse.animation.mjs +51 -0
  77. package/esm2020/common/animations/common/interfaces.mjs +2 -0
  78. package/esm2020/common/animations/fade/fadeInOut.animation.mjs +37 -0
  79. package/esm2020/common/animations/flash/flash.animation.mjs +34 -0
  80. package/esm2020/common/animations/headshake/headshake.animation.mjs +35 -0
  81. package/esm2020/common/animations/jello/jello.animation.mjs +38 -0
  82. package/esm2020/common/animations/pulse/pulse.animation.mjs +32 -0
  83. package/esm2020/common/animations/rotate/rotate.animation.mjs +25 -0
  84. package/esm2020/common/behaviors/control-value-accesor.mixin.mjs +39 -0
  85. package/esm2020/common/behaviors/disable-ripple.mixin.mjs +24 -0
  86. package/esm2020/common/behaviors/disabled.mixin.mjs +24 -0
  87. package/esm2020/common/common.module.mjs +64 -0
  88. package/esm2020/common/covalent-core-common.mjs +5 -0
  89. package/esm2020/common/directives/fullscreen/fullscreen.directive.mjs +85 -0
  90. package/esm2020/common/forms/auto-trim/auto-trim.directive.mjs +36 -0
  91. package/esm2020/common/forms/validators/validators.mjs +29 -0
  92. package/{esm2015/common/functions/clipboard.js → esm2020/common/functions/clipboard.mjs} +3 -10
  93. package/esm2020/common/functions/convert.mjs +84 -0
  94. package/esm2020/common/functions/download.mjs +75 -0
  95. package/esm2020/common/functions/file.mjs +16 -0
  96. package/esm2020/common/index.mjs +2 -0
  97. package/esm2020/common/pipes/bytes/bytes.pipe.mjs +32 -0
  98. package/esm2020/common/pipes/decimal-bytes/decimal-bytes.pipe.mjs +32 -0
  99. package/esm2020/common/pipes/digits/digits.pipe.mjs +39 -0
  100. package/esm2020/common/pipes/time-ago/time-ago.pipe.mjs +72 -0
  101. package/esm2020/common/pipes/time-difference/time-difference.pipe.mjs +51 -0
  102. package/esm2020/common/pipes/time-until/time-until.pipe.mjs +72 -0
  103. package/esm2020/common/pipes/truncate/truncate.pipe.mjs +27 -0
  104. package/esm2020/common/public-api.mjs +39 -0
  105. package/esm2020/common/services/icon.service.mjs +1089 -0
  106. package/esm2020/common/services/router-path.service.mjs +29 -0
  107. package/esm2020/covalent-core.mjs +5 -0
  108. package/esm2020/dialogs/alert-dialog/alert-dialog.component.mjs +54 -0
  109. package/esm2020/dialogs/confirm-dialog/confirm-dialog.component.mjs +68 -0
  110. package/esm2020/dialogs/covalent-core-dialogs.mjs +5 -0
  111. package/esm2020/dialogs/dialog.component.mjs +97 -0
  112. package/esm2020/dialogs/dialogs.module.mjs +86 -0
  113. package/esm2020/dialogs/index.mjs +2 -0
  114. package/esm2020/dialogs/prompt-dialog/prompt-dialog.component.mjs +104 -0
  115. package/esm2020/dialogs/public-api.mjs +9 -0
  116. package/esm2020/dialogs/resizable-draggable-dialog/resizable-draggable-dialog.mjs +199 -0
  117. package/esm2020/dialogs/services/dialog.service.mjs +168 -0
  118. package/esm2020/dialogs/window-dialog/window-dialog.component.mjs +69 -0
  119. package/esm2020/dynamic-menu/covalent-core-dynamic-menu.mjs +5 -0
  120. package/esm2020/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.mjs +147 -0
  121. package/esm2020/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.mjs +113 -0
  122. package/esm2020/dynamic-menu/dynamic-menu.component.mjs +111 -0
  123. package/esm2020/dynamic-menu/dynamic-menu.module.mjs +32 -0
  124. package/esm2020/dynamic-menu/index.mjs +2 -0
  125. package/esm2020/dynamic-menu/public_api.mjs +5 -0
  126. package/esm2020/file/covalent-core-file.mjs +5 -0
  127. package/esm2020/file/directives/file-drop.directive.mjs +148 -0
  128. package/esm2020/file/directives/file-select.directive.mjs +76 -0
  129. package/esm2020/file/file-input/file-input.component.mjs +137 -0
  130. package/esm2020/file/file-upload/file-upload.component.mjs +210 -0
  131. package/esm2020/file/file.module.mjs +43 -0
  132. package/esm2020/file/index.mjs +2 -0
  133. package/esm2020/file/public-api.mjs +7 -0
  134. package/esm2020/file/services/file.service.mjs +62 -0
  135. package/esm2020/index.mjs +2 -0
  136. package/esm2020/json-formatter/covalent-core-json-formatter.mjs +5 -0
  137. package/esm2020/json-formatter/index.mjs +2 -0
  138. package/esm2020/json-formatter/json-formatter.component.mjs +302 -0
  139. package/esm2020/json-formatter/json-formatter.module.mjs +21 -0
  140. package/esm2020/json-formatter/public-api.mjs +3 -0
  141. package/esm2020/layout/covalent-core-layout.mjs +5 -0
  142. package/esm2020/layout/index.mjs +2 -0
  143. package/esm2020/layout/layout-card-over/layout-card-over.component.mjs +87 -0
  144. package/esm2020/layout/layout-footer/layout-footer.component.mjs +38 -0
  145. package/esm2020/layout/layout-manage-list/layout-manage-list.component.mjs +122 -0
  146. package/esm2020/layout/layout-manage-list/layout-manage-list.directives.mjs +90 -0
  147. package/esm2020/layout/layout-nav/layout-nav.component.mjs +112 -0
  148. package/esm2020/layout/layout-nav-list/layout-nav-list.component.mjs +215 -0
  149. package/esm2020/layout/layout-nav-list/layout-nav-list.directives.mjs +90 -0
  150. package/esm2020/layout/layout-toggle.class.mjs +95 -0
  151. package/esm2020/layout/layout.component.mjs +113 -0
  152. package/esm2020/layout/layout.directives.mjs +87 -0
  153. package/esm2020/layout/layout.module.mjs +118 -0
  154. package/esm2020/layout/navigation-drawer/navigation-drawer.component.mjs +306 -0
  155. package/esm2020/layout/public-api.mjs +13 -0
  156. package/esm2020/menu/covalent-core-menu.mjs +5 -0
  157. package/esm2020/menu/index.mjs +2 -0
  158. package/esm2020/menu/menu.component.mjs +23 -0
  159. package/esm2020/menu/menu.module.mjs +22 -0
  160. package/esm2020/menu/public-api.mjs +3 -0
  161. package/esm2020/message/covalent-core-message.mjs +5 -0
  162. package/esm2020/message/index.mjs +2 -0
  163. package/esm2020/message/message.component.mjs +261 -0
  164. package/esm2020/message/message.module.mjs +21 -0
  165. package/esm2020/message/public-api.mjs +3 -0
  166. package/esm2020/search/covalent-core-search.mjs +5 -0
  167. package/esm2020/search/index.mjs +2 -0
  168. package/esm2020/search/public-api.mjs +4 -0
  169. package/esm2020/search/search-box/search-box.component.mjs +220 -0
  170. package/esm2020/search/search-input/search-input.component.mjs +240 -0
  171. package/esm2020/search/search.module.mjs +24 -0
  172. package/esm2020/side-sheet/covalent-core-side-sheet.mjs +5 -0
  173. package/esm2020/side-sheet/index.mjs +2 -0
  174. package/esm2020/side-sheet/public-api.mjs +6 -0
  175. package/esm2020/side-sheet/side-sheet-container.mjs +242 -0
  176. package/esm2020/side-sheet/side-sheet-ref.mjs +21 -0
  177. package/esm2020/side-sheet/side-sheet.animation.mjs +12 -0
  178. package/esm2020/side-sheet/side-sheet.config.mjs +4 -0
  179. package/esm2020/side-sheet/side-sheet.content-directives.mjs +178 -0
  180. package/esm2020/side-sheet/side-sheet.mjs +208 -0
  181. package/esm2020/side-sheet/side-sheet.module.mjs +46 -0
  182. package/esm2020/user-profile/covalent-core-user-profile.mjs +5 -0
  183. package/esm2020/user-profile/index.mjs +2 -0
  184. package/esm2020/user-profile/public_api.mjs +4 -0
  185. package/esm2020/user-profile/user-profile-menu/user-profile-menu.component.mjs +75 -0
  186. package/esm2020/user-profile/user-profile.component.mjs +41 -0
  187. package/esm2020/user-profile/user-profile.module.mjs +26 -0
  188. package/fesm2015/covalent-core-breadcrumbs.mjs +287 -0
  189. package/fesm2015/covalent-core-breadcrumbs.mjs.map +1 -0
  190. package/fesm2015/covalent-core-common.mjs +2251 -0
  191. package/fesm2015/covalent-core-common.mjs.map +1 -0
  192. package/fesm2015/covalent-core-dialogs.mjs +872 -0
  193. package/fesm2015/covalent-core-dialogs.mjs.map +1 -0
  194. package/fesm2015/covalent-core-dynamic-menu.mjs +480 -0
  195. package/fesm2015/covalent-core-dynamic-menu.mjs.map +1 -0
  196. package/fesm2015/covalent-core-file.mjs +698 -0
  197. package/fesm2015/covalent-core-file.mjs.map +1 -0
  198. package/fesm2015/covalent-core-json-formatter.mjs +353 -0
  199. package/fesm2015/covalent-core-json-formatter.mjs.map +1 -0
  200. package/fesm2015/covalent-core-layout.mjs +1577 -0
  201. package/fesm2015/covalent-core-layout.mjs.map +1 -0
  202. package/fesm2015/covalent-core-menu.mjs +55 -0
  203. package/fesm2015/covalent-core-menu.mjs.map +1 -0
  204. package/fesm2015/covalent-core-message.mjs +309 -0
  205. package/fesm2015/covalent-core-message.mjs.map +1 -0
  206. package/fesm2015/covalent-core-search.mjs +508 -0
  207. package/fesm2015/covalent-core-search.mjs.map +1 -0
  208. package/fesm2015/covalent-core-side-sheet.mjs +733 -0
  209. package/fesm2015/covalent-core-side-sheet.mjs.map +1 -0
  210. package/fesm2015/covalent-core-user-profile.mjs +162 -0
  211. package/fesm2015/covalent-core-user-profile.mjs.map +1 -0
  212. package/{chips/covalent-core-chips.d.ts → fesm2015/covalent-core.mjs} +1 -1
  213. package/fesm2015/covalent-core.mjs.map +1 -0
  214. package/fesm2020/covalent-core-breadcrumbs.mjs +268 -0
  215. package/{fesm2015/covalent-core-breadcrumbs.js.map → fesm2020/covalent-core-breadcrumbs.mjs.map} +1 -1
  216. package/{fesm2015/covalent-core-common.js → fesm2020/covalent-core-common.mjs} +213 -768
  217. package/fesm2020/covalent-core-common.mjs.map +1 -0
  218. package/fesm2020/covalent-core-dialogs.mjs +812 -0
  219. package/fesm2020/covalent-core-dialogs.mjs.map +1 -0
  220. package/fesm2020/covalent-core-dynamic-menu.mjs +393 -0
  221. package/fesm2020/covalent-core-dynamic-menu.mjs.map +1 -0
  222. package/fesm2020/covalent-core-file.mjs +651 -0
  223. package/fesm2020/covalent-core-file.mjs.map +1 -0
  224. package/fesm2020/covalent-core-json-formatter.mjs +326 -0
  225. package/fesm2020/covalent-core-json-formatter.mjs.map +1 -0
  226. package/fesm2020/covalent-core-layout.mjs +1414 -0
  227. package/fesm2020/covalent-core-layout.mjs.map +1 -0
  228. package/fesm2020/covalent-core-menu.mjs +49 -0
  229. package/fesm2020/covalent-core-menu.mjs.map +1 -0
  230. package/fesm2020/covalent-core-message.mjs +286 -0
  231. package/fesm2020/covalent-core-message.mjs.map +1 -0
  232. package/fesm2020/covalent-core-search.mjs +473 -0
  233. package/fesm2020/covalent-core-search.mjs.map +1 -0
  234. package/{fesm2015/covalent-core-side-sheet.js → fesm2020/covalent-core-side-sheet.mjs} +202 -646
  235. package/fesm2020/covalent-core-side-sheet.mjs.map +1 -0
  236. package/fesm2020/covalent-core-user-profile.mjs +141 -0
  237. package/fesm2020/covalent-core-user-profile.mjs.map +1 -0
  238. package/{data-table/covalent-core-data-table.d.ts → fesm2020/covalent-core.mjs} +1 -1
  239. package/fesm2020/covalent-core.mjs.map +1 -0
  240. package/file/_file-theme.scss +1 -0
  241. package/file/covalent-core-file.d.ts +1 -0
  242. package/file/directives/file-drop.directive.d.ts +3 -0
  243. package/file/directives/file-select.directive.d.ts +3 -0
  244. package/file/file-input/file-input.component.d.ts +5 -0
  245. package/file/file-input/file-input.component.scss +2 -0
  246. package/file/file-upload/file-upload.component.d.ts +3 -0
  247. package/file/file-upload/file-upload.component.scss +4 -0
  248. package/file/file.module.d.ts +13 -0
  249. package/file/package.json +6 -7
  250. package/file/services/file.service.d.ts +3 -0
  251. package/json-formatter/_json-formatter-theme.scss +10 -0
  252. package/json-formatter/covalent-core-json-formatter.d.ts +1 -0
  253. package/json-formatter/json-formatter.component.d.ts +3 -0
  254. package/json-formatter/json-formatter.component.scss +13 -0
  255. package/json-formatter/json-formatter.module.d.ts +8 -0
  256. package/json-formatter/package.json +6 -7
  257. package/layout/_layout-theme.scss +12 -0
  258. package/layout/covalent-core-layout.d.ts +1 -0
  259. package/layout/layout-card-over/layout-card-over.component.d.ts +3 -0
  260. package/layout/layout-card-over/layout-card-over.component.scss +3 -0
  261. package/layout/layout-footer/layout-footer.component.d.ts +3 -0
  262. package/layout/layout-manage-list/layout-manage-list.component.d.ts +3 -0
  263. package/layout/layout-manage-list/layout-manage-list.component.scss +9 -5
  264. package/layout/layout-manage-list/layout-manage-list.directives.d.ts +7 -0
  265. package/layout/layout-nav/layout-nav.component.d.ts +3 -0
  266. package/layout/layout-nav/layout-nav.component.scss +4 -0
  267. package/layout/layout-nav-list/layout-nav-list.component.d.ts +3 -0
  268. package/layout/layout-nav-list/layout-nav-list.component.scss +9 -4
  269. package/layout/layout-nav-list/layout-nav-list.directives.d.ts +7 -0
  270. package/layout/layout-toggle.class.d.ts +3 -0
  271. package/layout/layout.component.d.ts +3 -0
  272. package/layout/layout.component.scss +0 -4
  273. package/layout/layout.directives.d.ts +7 -0
  274. package/layout/layout.module.d.ts +23 -0
  275. package/layout/navigation-drawer/navigation-drawer.component.d.ts +7 -0
  276. package/layout/navigation-drawer/navigation-drawer.component.scss +8 -0
  277. package/layout/package.json +6 -7
  278. package/menu/covalent-core-menu.d.ts +1 -0
  279. package/menu/menu.component.d.ts +3 -0
  280. package/menu/menu.component.scss +9 -1
  281. package/menu/menu.module.d.ts +8 -0
  282. package/menu/package.json +6 -7
  283. package/message/_message-theme.scss +3 -0
  284. package/message/covalent-core-message.d.ts +1 -0
  285. package/message/message.component.d.ts +5 -0
  286. package/message/message.component.scss +3 -0
  287. package/message/message.module.d.ts +7 -0
  288. package/message/package.json +6 -7
  289. package/package.json +126 -15
  290. package/search/covalent-core-search.d.ts +1 -0
  291. package/search/package.json +6 -7
  292. package/search/search-box/search-box.component.d.ts +3 -0
  293. package/search/search-box/search-box.component.scss +5 -0
  294. package/search/search-input/search-input.component.d.ts +3 -0
  295. package/search/search-input/search-input.component.scss +12 -0
  296. package/search/search.module.d.ts +11 -0
  297. package/side-sheet/covalent-core-side-sheet.d.ts +1 -2
  298. package/side-sheet/package.json +6 -7
  299. package/side-sheet/side-sheet-container.d.ts +5 -0
  300. package/side-sheet/side-sheet.content-directives.d.ts +11 -0
  301. package/side-sheet/side-sheet.d.ts +5 -0
  302. package/side-sheet/side-sheet.module.d.ts +9 -0
  303. package/side-sheet/side-sheet.scss +1 -2
  304. package/theming/_all-theme.scss +0 -14
  305. package/theming/prebuilt/blue-grey-deep-orange.css +1714 -1581
  306. package/theming/prebuilt/blue-grey-deep-orange.css.map +1 -1
  307. package/theming/prebuilt/blue-grey-deep-orange.scss +15 -8
  308. package/theming/prebuilt/blue-orange.css +1713 -1580
  309. package/theming/prebuilt/blue-orange.css.map +1 -1
  310. package/theming/prebuilt/blue-orange.scss +15 -8
  311. package/theming/prebuilt/indigo-pink.css +1714 -1581
  312. package/theming/prebuilt/indigo-pink.css.map +1 -1
  313. package/theming/prebuilt/indigo-pink.scss +15 -8
  314. package/theming/prebuilt/orange-light-blue.css +1713 -1580
  315. package/theming/prebuilt/orange-light-blue.css.map +1 -1
  316. package/theming/prebuilt/orange-light-blue.scss +15 -8
  317. package/theming/prebuilt/teal-orange.css +1713 -1580
  318. package/theming/prebuilt/teal-orange.css.map +1 -1
  319. package/theming/prebuilt/teal-orange.scss +15 -8
  320. package/typography/_all-typography.scss +0 -10
  321. package/user-profile/covalent-core-user-profile.d.ts +1 -0
  322. package/user-profile/package.json +6 -7
  323. package/user-profile/user-profile-menu/user-profile-menu.component.d.ts +3 -0
  324. package/user-profile/user-profile-menu/user-profile-menu.component.scss +3 -0
  325. package/user-profile/user-profile.component.d.ts +3 -0
  326. package/user-profile/user-profile.module.d.ts +12 -0
  327. package/breadcrumbs/covalent-core-breadcrumbs.metadata.json +0 -1
  328. package/bundles/covalent-core-breadcrumbs.umd.js +0 -490
  329. package/bundles/covalent-core-breadcrumbs.umd.js.map +0 -1
  330. package/bundles/covalent-core-breadcrumbs.umd.min.js +0 -2
  331. package/bundles/covalent-core-breadcrumbs.umd.min.js.map +0 -1
  332. package/bundles/covalent-core-chips.umd.js +0 -1507
  333. package/bundles/covalent-core-chips.umd.js.map +0 -1
  334. package/bundles/covalent-core-chips.umd.min.js +0 -16
  335. package/bundles/covalent-core-chips.umd.min.js.map +0 -1
  336. package/bundles/covalent-core-common.umd.js +0 -3188
  337. package/bundles/covalent-core-common.umd.js.map +0 -1
  338. package/bundles/covalent-core-common.umd.min.js +0 -17
  339. package/bundles/covalent-core-common.umd.min.js.map +0 -1
  340. package/bundles/covalent-core-data-table.umd.js +0 -2756
  341. package/bundles/covalent-core-data-table.umd.js.map +0 -1
  342. package/bundles/covalent-core-data-table.umd.min.js +0 -16
  343. package/bundles/covalent-core-data-table.umd.min.js.map +0 -1
  344. package/bundles/covalent-core-dialogs.umd.js +0 -1318
  345. package/bundles/covalent-core-dialogs.umd.js.map +0 -1
  346. package/bundles/covalent-core-dialogs.umd.min.js +0 -2
  347. package/bundles/covalent-core-dialogs.umd.min.js.map +0 -1
  348. package/bundles/covalent-core-dynamic-menu.umd.js +0 -215
  349. package/bundles/covalent-core-dynamic-menu.umd.js.map +0 -1
  350. package/bundles/covalent-core-dynamic-menu.umd.min.js +0 -2
  351. package/bundles/covalent-core-dynamic-menu.umd.min.js.map +0 -1
  352. package/bundles/covalent-core-expansion-panel.umd.js +0 -853
  353. package/bundles/covalent-core-expansion-panel.umd.js.map +0 -1
  354. package/bundles/covalent-core-expansion-panel.umd.min.js +0 -16
  355. package/bundles/covalent-core-expansion-panel.umd.min.js.map +0 -1
  356. package/bundles/covalent-core-file.umd.js +0 -1211
  357. package/bundles/covalent-core-file.umd.js.map +0 -1
  358. package/bundles/covalent-core-file.umd.min.js +0 -17
  359. package/bundles/covalent-core-file.umd.min.js.map +0 -1
  360. package/bundles/covalent-core-json-formatter.umd.js +0 -408
  361. package/bundles/covalent-core-json-formatter.umd.js.map +0 -1
  362. package/bundles/covalent-core-json-formatter.umd.min.js +0 -2
  363. package/bundles/covalent-core-json-formatter.umd.min.js.map +0 -1
  364. package/bundles/covalent-core-layout.umd.js +0 -2084
  365. package/bundles/covalent-core-layout.umd.js.map +0 -1
  366. package/bundles/covalent-core-layout.umd.min.js +0 -17
  367. package/bundles/covalent-core-layout.umd.min.js.map +0 -1
  368. package/bundles/covalent-core-loading.umd.js +0 -1534
  369. package/bundles/covalent-core-loading.umd.js.map +0 -1
  370. package/bundles/covalent-core-loading.umd.min.js +0 -16
  371. package/bundles/covalent-core-loading.umd.min.js.map +0 -1
  372. package/bundles/covalent-core-media.umd.js +0 -749
  373. package/bundles/covalent-core-media.umd.js.map +0 -1
  374. package/bundles/covalent-core-media.umd.min.js +0 -16
  375. package/bundles/covalent-core-media.umd.min.js.map +0 -1
  376. package/bundles/covalent-core-menu.umd.js +0 -69
  377. package/bundles/covalent-core-menu.umd.js.map +0 -1
  378. package/bundles/covalent-core-menu.umd.min.js +0 -2
  379. package/bundles/covalent-core-menu.umd.min.js.map +0 -1
  380. package/bundles/covalent-core-message.umd.js +0 -375
  381. package/bundles/covalent-core-message.umd.js.map +0 -1
  382. package/bundles/covalent-core-message.umd.min.js +0 -2
  383. package/bundles/covalent-core-message.umd.min.js.map +0 -1
  384. package/bundles/covalent-core-nav-links.umd.js +0 -197
  385. package/bundles/covalent-core-nav-links.umd.js.map +0 -1
  386. package/bundles/covalent-core-nav-links.umd.min.js +0 -2
  387. package/bundles/covalent-core-nav-links.umd.min.js.map +0 -1
  388. package/bundles/covalent-core-notifications.umd.js +0 -275
  389. package/bundles/covalent-core-notifications.umd.js.map +0 -1
  390. package/bundles/covalent-core-notifications.umd.min.js +0 -2
  391. package/bundles/covalent-core-notifications.umd.min.js.map +0 -1
  392. package/bundles/covalent-core-paging.umd.js +0 -491
  393. package/bundles/covalent-core-paging.umd.js.map +0 -1
  394. package/bundles/covalent-core-paging.umd.min.js +0 -2
  395. package/bundles/covalent-core-paging.umd.min.js.map +0 -1
  396. package/bundles/covalent-core-search.umd.js +0 -877
  397. package/bundles/covalent-core-search.umd.js.map +0 -1
  398. package/bundles/covalent-core-search.umd.min.js +0 -16
  399. package/bundles/covalent-core-search.umd.min.js.map +0 -1
  400. package/bundles/covalent-core-side-sheet.umd.js +0 -1458
  401. package/bundles/covalent-core-side-sheet.umd.js.map +0 -1
  402. package/bundles/covalent-core-side-sheet.umd.min.js +0 -16
  403. package/bundles/covalent-core-side-sheet.umd.min.js.map +0 -1
  404. package/bundles/covalent-core-sidesheet.umd.js +0 -145
  405. package/bundles/covalent-core-sidesheet.umd.js.map +0 -1
  406. package/bundles/covalent-core-sidesheet.umd.min.js +0 -2
  407. package/bundles/covalent-core-sidesheet.umd.min.js.map +0 -1
  408. package/bundles/covalent-core-steps.umd.js +0 -1756
  409. package/bundles/covalent-core-steps.umd.js.map +0 -1
  410. package/bundles/covalent-core-steps.umd.min.js +0 -16
  411. package/bundles/covalent-core-steps.umd.min.js.map +0 -1
  412. package/bundles/covalent-core-tab-select.umd.js +0 -732
  413. package/bundles/covalent-core-tab-select.umd.js.map +0 -1
  414. package/bundles/covalent-core-tab-select.umd.min.js +0 -16
  415. package/bundles/covalent-core-tab-select.umd.min.js.map +0 -1
  416. package/bundles/covalent-core-user-profile.umd.js +0 -124
  417. package/bundles/covalent-core-user-profile.umd.js.map +0 -1
  418. package/bundles/covalent-core-user-profile.umd.min.js +0 -2
  419. package/bundles/covalent-core-user-profile.umd.min.js.map +0 -1
  420. package/bundles/covalent-core-virtual-scroll.umd.js +0 -785
  421. package/bundles/covalent-core-virtual-scroll.umd.js.map +0 -1
  422. package/bundles/covalent-core-virtual-scroll.umd.min.js +0 -16
  423. package/bundles/covalent-core-virtual-scroll.umd.min.js.map +0 -1
  424. package/bundles/covalent-core.umd.js +0 -9
  425. package/bundles/covalent-core.umd.js.map +0 -1
  426. package/bundles/covalent-core.umd.min.js +0 -2
  427. package/bundles/covalent-core.umd.min.js.map +0 -1
  428. package/chips/README.md +0 -99
  429. package/chips/_chips-theme.scss +0 -87
  430. package/chips/chips.component.d.ts +0 -287
  431. package/chips/chips.component.scss +0 -147
  432. package/chips/chips.module.d.ts +0 -2
  433. package/chips/covalent-core-chips.metadata.json +0 -1
  434. package/chips/index.d.ts +0 -1
  435. package/chips/package.json +0 -11
  436. package/chips/public-api.d.ts +0 -2
  437. package/common/covalent-core-common.metadata.json +0 -1
  438. package/covalent-core.metadata.json +0 -1
  439. package/data-table/README.md +0 -134
  440. package/data-table/_data-table-theme.scss +0 -115
  441. package/data-table/covalent-core-data-table.metadata.json +0 -1
  442. package/data-table/data-table-cell/data-table-cell.component.d.ts +0 -22
  443. package/data-table/data-table-cell/data-table-cell.component.scss +0 -58
  444. package/data-table/data-table-column/data-table-column.component.d.ts +0 -63
  445. package/data-table/data-table-column/data-table-column.component.scss +0 -80
  446. package/data-table/data-table-row/data-table-row.component.d.ts +0 -20
  447. package/data-table/data-table-row/data-table-row.component.scss +0 -12
  448. package/data-table/data-table-table/data-table-table.component.d.ts +0 -6
  449. package/data-table/data-table-table/data-table-table.component.scss +0 -7
  450. package/data-table/data-table.component.d.ts +0 -356
  451. package/data-table/data-table.component.scss +0 -93
  452. package/data-table/data-table.module.d.ts +0 -2
  453. package/data-table/directives/data-table-template.directive.d.ts +0 -6
  454. package/data-table/index.d.ts +0 -1
  455. package/data-table/package.json +0 -11
  456. package/data-table/public-api.d.ts +0 -8
  457. package/data-table/services/data-table.service.d.ts +0 -31
  458. package/dialogs/covalent-core-dialogs.metadata.json +0 -1
  459. package/dynamic-menu/covalent-core-dynamic-menu.metadata.json +0 -1
  460. package/esm2015/breadcrumbs/breadcrumb/breadcrumb.component.js +0 -171
  461. package/esm2015/breadcrumbs/breadcrumbs.component.js +0 -241
  462. package/esm2015/breadcrumbs/breadcrumbs.module.js +0 -20
  463. package/esm2015/breadcrumbs/covalent-core-breadcrumbs.js +0 -10
  464. package/esm2015/breadcrumbs/index.js +0 -7
  465. package/esm2015/breadcrumbs/public-api.js +0 -9
  466. package/esm2015/chips/chips.component.js +0 -1115
  467. package/esm2015/chips/chips.module.js +0 -23
  468. package/esm2015/chips/covalent-core-chips.js +0 -10
  469. package/esm2015/chips/index.js +0 -7
  470. package/esm2015/chips/public-api.js +0 -8
  471. package/esm2015/common/animations/bounce/bounce.animation.js +0 -76
  472. package/esm2015/common/animations/collapse/collapse.animation.js +0 -67
  473. package/esm2015/common/animations/common/interfaces.js +0 -18
  474. package/esm2015/common/animations/fade/fadeInOut.animation.js +0 -53
  475. package/esm2015/common/animations/flash/flash.animation.js +0 -40
  476. package/esm2015/common/animations/headshake/headshake.animation.js +0 -41
  477. package/esm2015/common/animations/jello/jello.animation.js +0 -44
  478. package/esm2015/common/animations/pulse/pulse.animation.js +0 -38
  479. package/esm2015/common/animations/rotate/rotate.animation.js +0 -41
  480. package/esm2015/common/behaviors/control-value-accesor.mixin.js +0 -107
  481. package/esm2015/common/behaviors/disable-ripple.mixin.js +0 -63
  482. package/esm2015/common/behaviors/disabled.mixin.js +0 -63
  483. package/esm2015/common/common.module.js +0 -54
  484. package/esm2015/common/covalent-core-common.js +0 -12
  485. package/esm2015/common/directives/fullscreen/fullscreen.directive.js +0 -180
  486. package/esm2015/common/forms/auto-trim/auto-trim.directive.js +0 -46
  487. package/esm2015/common/forms/validators/validators.js +0 -58
  488. package/esm2015/common/functions/convert.js +0 -103
  489. package/esm2015/common/functions/download.js +0 -88
  490. package/esm2015/common/functions/file.js +0 -29
  491. package/esm2015/common/index.js +0 -7
  492. package/esm2015/common/pipes/bytes/bytes.pipe.js +0 -41
  493. package/esm2015/common/pipes/decimal-bytes/decimal-bytes.pipe.js +0 -41
  494. package/esm2015/common/pipes/digits/digits.pipe.js +0 -65
  495. package/esm2015/common/pipes/time-ago/time-ago.pipe.js +0 -81
  496. package/esm2015/common/pipes/time-difference/time-difference.pipe.js +0 -66
  497. package/esm2015/common/pipes/time-until/time-until.pipe.js +0 -81
  498. package/esm2015/common/pipes/truncate/truncate.pipe.js +0 -34
  499. package/esm2015/common/public-api.js +0 -44
  500. package/esm2015/common/services/icon.service.js +0 -1109
  501. package/esm2015/common/services/router-path.service.js +0 -60
  502. package/esm2015/covalent-core.js +0 -10
  503. package/esm2015/data-table/covalent-core-data-table.js +0 -10
  504. package/esm2015/data-table/data-table-cell/data-table-cell.component.js +0 -88
  505. package/esm2015/data-table/data-table-column/data-table-column.component.js +0 -218
  506. package/esm2015/data-table/data-table-row/data-table-row.component.js +0 -132
  507. package/esm2015/data-table/data-table-table/data-table-table.component.js +0 -43
  508. package/esm2015/data-table/data-table.component.js +0 -1640
  509. package/esm2015/data-table/data-table.module.js +0 -39
  510. package/esm2015/data-table/directives/data-table-template.directive.js +0 -32
  511. package/esm2015/data-table/index.js +0 -7
  512. package/esm2015/data-table/public-api.js +0 -14
  513. package/esm2015/data-table/services/data-table.service.js +0 -116
  514. package/esm2015/dialogs/alert-dialog/alert-dialog.component.js +0 -47
  515. package/esm2015/dialogs/confirm-dialog/confirm-dialog.component.js +0 -59
  516. package/esm2015/dialogs/covalent-core-dialogs.js +0 -11
  517. package/esm2015/dialogs/dialog.component.js +0 -58
  518. package/esm2015/dialogs/dialogs.module.js +0 -57
  519. package/esm2015/dialogs/index.js +0 -7
  520. package/esm2015/dialogs/prompt-dialog/prompt-dialog.component.js +0 -83
  521. package/esm2015/dialogs/public-api.js +0 -13
  522. package/esm2015/dialogs/resizable-draggable-dialog/resizable-draggable-dialog.js +0 -325
  523. package/esm2015/dialogs/services/dialog.service.js +0 -316
  524. package/esm2015/dialogs/window-dialog/window-dialog.component.js +0 -56
  525. package/esm2015/dynamic-menu/covalent-core-dynamic-menu.js +0 -11
  526. package/esm2015/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.js +0 -40
  527. package/esm2015/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.js +0 -35
  528. package/esm2015/dynamic-menu/dynamic-menu.component.js +0 -89
  529. package/esm2015/dynamic-menu/dynamic-menu.module.js +0 -26
  530. package/esm2015/dynamic-menu/index.js +0 -7
  531. package/esm2015/dynamic-menu/public_api.js +0 -9
  532. package/esm2015/expansion-panel/covalent-core-expansion-panel.js +0 -10
  533. package/esm2015/expansion-panel/expansion-panel-group.component.js +0 -212
  534. package/esm2015/expansion-panel/expansion-panel.component.js +0 -272
  535. package/esm2015/expansion-panel/expansion-panel.module.js +0 -31
  536. package/esm2015/expansion-panel/index.js +0 -7
  537. package/esm2015/expansion-panel/public-api.js +0 -9
  538. package/esm2015/file/covalent-core-file.js +0 -10
  539. package/esm2015/file/directives/file-drop.directive.js +0 -191
  540. package/esm2015/file/directives/file-select.directive.js +0 -98
  541. package/esm2015/file/file-input/file-input.component.js +0 -186
  542. package/esm2015/file/file-upload/file-upload.component.js +0 -237
  543. package/esm2015/file/file.module.js +0 -35
  544. package/esm2015/file/index.js +0 -7
  545. package/esm2015/file/public-api.js +0 -12
  546. package/esm2015/file/services/file.service.js +0 -109
  547. package/esm2015/index.js +0 -7
  548. package/esm2015/json-formatter/covalent-core-json-formatter.js +0 -10
  549. package/esm2015/json-formatter/index.js +0 -7
  550. package/esm2015/json-formatter/json-formatter.component.js +0 -338
  551. package/esm2015/json-formatter/json-formatter.module.js +0 -20
  552. package/esm2015/json-formatter/public-api.js +0 -8
  553. package/esm2015/layout/covalent-core-layout.js +0 -10
  554. package/esm2015/layout/index.js +0 -7
  555. package/esm2015/layout/layout-card-over/layout-card-over.component.js +0 -71
  556. package/esm2015/layout/layout-footer/layout-footer.component.js +0 -71
  557. package/esm2015/layout/layout-manage-list/layout-manage-list.component.js +0 -145
  558. package/esm2015/layout/layout-manage-list/layout-manage-list.directives.js +0 -132
  559. package/esm2015/layout/layout-nav/layout-nav.component.js +0 -100
  560. package/esm2015/layout/layout-nav-list/layout-nav-list.component.js +0 -220
  561. package/esm2015/layout/layout-nav-list/layout-nav-list.directives.js +0 -132
  562. package/esm2015/layout/layout-toggle.class.js +0 -188
  563. package/esm2015/layout/layout.component.js +0 -145
  564. package/esm2015/layout/layout.directives.js +0 -129
  565. package/esm2015/layout/layout.module.js +0 -64
  566. package/esm2015/layout/navigation-drawer/navigation-drawer.component.js +0 -280
  567. package/esm2015/layout/public-api.js +0 -18
  568. package/esm2015/loading/covalent-core-loading.js +0 -10
  569. package/esm2015/loading/directives/loading.directive.js +0 -231
  570. package/esm2015/loading/index.js +0 -7
  571. package/esm2015/loading/loading.component.js +0 -302
  572. package/esm2015/loading/loading.module.js +0 -30
  573. package/esm2015/loading/public-api.js +0 -11
  574. package/esm2015/loading/services/loading.factory.js +0 -297
  575. package/esm2015/loading/services/loading.service.js +0 -319
  576. package/esm2015/media/covalent-core-media.js +0 -10
  577. package/esm2015/media/directives/media-toggle.directive.js +0 -207
  578. package/esm2015/media/index.js +0 -7
  579. package/esm2015/media/media.module.js +0 -20
  580. package/esm2015/media/public-api.js +0 -9
  581. package/esm2015/media/services/media.service.js +0 -169
  582. package/esm2015/menu/covalent-core-menu.js +0 -10
  583. package/esm2015/menu/index.js +0 -7
  584. package/esm2015/menu/menu.component.js +0 -16
  585. package/esm2015/menu/menu.module.js +0 -22
  586. package/esm2015/menu/public-api.js +0 -8
  587. package/esm2015/message/covalent-core-message.js +0 -10
  588. package/esm2015/message/index.js +0 -7
  589. package/esm2015/message/message.component.js +0 -307
  590. package/esm2015/message/message.module.js +0 -21
  591. package/esm2015/message/public-api.js +0 -8
  592. package/esm2015/nav-links/covalent-core-nav-links.js +0 -10
  593. package/esm2015/nav-links/index.js +0 -7
  594. package/esm2015/nav-links/nav-links.component.js +0 -138
  595. package/esm2015/nav-links/nav-links.module.js +0 -37
  596. package/esm2015/nav-links/public-api.js +0 -8
  597. package/esm2015/notifications/covalent-core-notifications.js +0 -10
  598. package/esm2015/notifications/index.js +0 -7
  599. package/esm2015/notifications/notification-count.component.js +0 -191
  600. package/esm2015/notifications/notifications.module.js +0 -20
  601. package/esm2015/notifications/public-api.js +0 -8
  602. package/esm2015/paging/covalent-core-paging.js +0 -10
  603. package/esm2015/paging/index.js +0 -7
  604. package/esm2015/paging/paging-bar.component.js +0 -412
  605. package/esm2015/paging/paging.module.js +0 -20
  606. package/esm2015/paging/public-api.js +0 -8
  607. package/esm2015/search/covalent-core-search.js +0 -10
  608. package/esm2015/search/index.js +0 -7
  609. package/esm2015/search/public-api.js +0 -9
  610. package/esm2015/search/search-box/search-box.component.js +0 -270
  611. package/esm2015/search/search-input/search-input.component.js +0 -260
  612. package/esm2015/search/search.module.js +0 -23
  613. package/esm2015/side-sheet/covalent-core-side-sheet.js +0 -12
  614. package/esm2015/side-sheet/index.js +0 -7
  615. package/esm2015/side-sheet/public-api.js +0 -11
  616. package/esm2015/side-sheet/side-sheet-container.js +0 -402
  617. package/esm2015/side-sheet/side-sheet-ref.js +0 -50
  618. package/esm2015/side-sheet/side-sheet.animation.js +0 -20
  619. package/esm2015/side-sheet/side-sheet.config.js +0 -12
  620. package/esm2015/side-sheet/side-sheet.content-directives.js +0 -255
  621. package/esm2015/side-sheet/side-sheet.js +0 -360
  622. package/esm2015/side-sheet/side-sheet.module.js +0 -36
  623. package/esm2015/sidesheet/covalent-core-sidesheet.js +0 -10
  624. package/esm2015/sidesheet/index.js +0 -7
  625. package/esm2015/sidesheet/public-api.js +0 -8
  626. package/esm2015/sidesheet/sidesheet.component.js +0 -72
  627. package/esm2015/sidesheet/sidesheet.module.js +0 -27
  628. package/esm2015/steps/covalent-core-steps.js +0 -10
  629. package/esm2015/steps/index.js +0 -7
  630. package/esm2015/steps/nav/nav-step-link/nav-step-link.component.js +0 -144
  631. package/esm2015/steps/nav/nav-steps-horizontal/nav-steps-horizontal.component.js +0 -371
  632. package/esm2015/steps/nav/nav-steps-vertical/nav-steps-vertical.component.js +0 -130
  633. package/esm2015/steps/public-api.js +0 -14
  634. package/esm2015/steps/step-body/step-body.component.js +0 -83
  635. package/esm2015/steps/step-header/step-header.component.js +0 -79
  636. package/esm2015/steps/step.component.js +0 -312
  637. package/esm2015/steps/steps.component.js +0 -234
  638. package/esm2015/steps/steps.module.js +0 -44
  639. package/esm2015/tab-select/covalent-core-tab-select.js +0 -10
  640. package/esm2015/tab-select/index.js +0 -7
  641. package/esm2015/tab-select/public-api.js +0 -9
  642. package/esm2015/tab-select/tab-option.component.js +0 -82
  643. package/esm2015/tab-select/tab-select.component.js +0 -291
  644. package/esm2015/tab-select/tab-select.module.js +0 -31
  645. package/esm2015/user-profile/covalent-core-user-profile.js +0 -10
  646. package/esm2015/user-profile/index.js +0 -7
  647. package/esm2015/user-profile/public_api.js +0 -9
  648. package/esm2015/user-profile/user-profile-menu/user-profile-menu.component.js +0 -35
  649. package/esm2015/user-profile/user-profile.component.js +0 -26
  650. package/esm2015/user-profile/user-profile.module.js +0 -33
  651. package/esm2015/virtual-scroll/covalent-core-virtual-scroll.js +0 -10
  652. package/esm2015/virtual-scroll/index.js +0 -7
  653. package/esm2015/virtual-scroll/public-api.js +0 -9
  654. package/esm2015/virtual-scroll/virtual-scroll-container.component.js +0 -391
  655. package/esm2015/virtual-scroll/virtual-scroll-row.directive.js +0 -25
  656. package/esm2015/virtual-scroll/virtual-scroll.module.js +0 -21
  657. package/expansion-panel/README.md +0 -116
  658. package/expansion-panel/_expansion-panel-theme.scss +0 -80
  659. package/expansion-panel/covalent-core-expansion-panel.d.ts +0 -4
  660. package/expansion-panel/covalent-core-expansion-panel.metadata.json +0 -1
  661. package/expansion-panel/expansion-panel-group.component.d.ts +0 -31
  662. package/expansion-panel/expansion-panel-group.component.scss +0 -0
  663. package/expansion-panel/expansion-panel.component.d.ts +0 -82
  664. package/expansion-panel/expansion-panel.component.scss +0 -50
  665. package/expansion-panel/expansion-panel.module.d.ts +0 -2
  666. package/expansion-panel/index.d.ts +0 -1
  667. package/expansion-panel/package.json +0 -11
  668. package/expansion-panel/public-api.d.ts +0 -3
  669. package/fesm2015/covalent-core-breadcrumbs.js +0 -448
  670. package/fesm2015/covalent-core-chips.js +0 -1151
  671. package/fesm2015/covalent-core-chips.js.map +0 -1
  672. package/fesm2015/covalent-core-common.js.map +0 -1
  673. package/fesm2015/covalent-core-data-table.js +0 -2309
  674. package/fesm2015/covalent-core-data-table.js.map +0 -1
  675. package/fesm2015/covalent-core-dialogs.js +0 -1001
  676. package/fesm2015/covalent-core-dialogs.js.map +0 -1
  677. package/fesm2015/covalent-core-dynamic-menu.js +0 -204
  678. package/fesm2015/covalent-core-dynamic-menu.js.map +0 -1
  679. package/fesm2015/covalent-core-expansion-panel.js +0 -528
  680. package/fesm2015/covalent-core-expansion-panel.js.map +0 -1
  681. package/fesm2015/covalent-core-file.js +0 -855
  682. package/fesm2015/covalent-core-file.js.map +0 -1
  683. package/fesm2015/covalent-core-json-formatter.js +0 -377
  684. package/fesm2015/covalent-core-json-formatter.js.map +0 -1
  685. package/fesm2015/covalent-core-layout.js +0 -1663
  686. package/fesm2015/covalent-core-layout.js.map +0 -1
  687. package/fesm2015/covalent-core-loading.js +0 -1179
  688. package/fesm2015/covalent-core-loading.js.map +0 -1
  689. package/fesm2015/covalent-core-media.js +0 -411
  690. package/fesm2015/covalent-core-media.js.map +0 -1
  691. package/fesm2015/covalent-core-menu.js +0 -57
  692. package/fesm2015/covalent-core-menu.js.map +0 -1
  693. package/fesm2015/covalent-core-message.js +0 -347
  694. package/fesm2015/covalent-core-message.js.map +0 -1
  695. package/fesm2015/covalent-core-nav-links.js +0 -193
  696. package/fesm2015/covalent-core-nav-links.js.map +0 -1
  697. package/fesm2015/covalent-core-notifications.js +0 -228
  698. package/fesm2015/covalent-core-notifications.js.map +0 -1
  699. package/fesm2015/covalent-core-paging.js +0 -451
  700. package/fesm2015/covalent-core-paging.js.map +0 -1
  701. package/fesm2015/covalent-core-search.js +0 -564
  702. package/fesm2015/covalent-core-search.js.map +0 -1
  703. package/fesm2015/covalent-core-side-sheet.js.map +0 -1
  704. package/fesm2015/covalent-core-sidesheet.js +0 -118
  705. package/fesm2015/covalent-core-sidesheet.js.map +0 -1
  706. package/fesm2015/covalent-core-steps.js +0 -1384
  707. package/fesm2015/covalent-core-steps.js.map +0 -1
  708. package/fesm2015/covalent-core-tab-select.js +0 -416
  709. package/fesm2015/covalent-core-tab-select.js.map +0 -1
  710. package/fesm2015/covalent-core-user-profile.js +0 -111
  711. package/fesm2015/covalent-core-user-profile.js.map +0 -1
  712. package/fesm2015/covalent-core-virtual-scroll.js +0 -453
  713. package/fesm2015/covalent-core-virtual-scroll.js.map +0 -1
  714. package/fesm2015/covalent-core.js +0 -12
  715. package/fesm2015/covalent-core.js.map +0 -1
  716. package/file/covalent-core-file.metadata.json +0 -1
  717. package/json-formatter/covalent-core-json-formatter.metadata.json +0 -1
  718. package/layout/covalent-core-layout.metadata.json +0 -1
  719. package/loading/README.md +0 -180
  720. package/loading/_loading-theme.scss +0 -10
  721. package/loading/covalent-core-loading.d.ts +0 -4
  722. package/loading/covalent-core-loading.metadata.json +0 -1
  723. package/loading/directives/loading.directive.d.ts +0 -71
  724. package/loading/index.d.ts +0 -1
  725. package/loading/loading.component.d.ts +0 -87
  726. package/loading/loading.component.scss +0 -42
  727. package/loading/loading.module.d.ts +0 -2
  728. package/loading/package.json +0 -11
  729. package/loading/public-api.d.ts +0 -5
  730. package/loading/services/loading.factory.d.ts +0 -66
  731. package/loading/services/loading.service.d.ts +0 -118
  732. package/media/covalent-core-media.d.ts +0 -4
  733. package/media/covalent-core-media.metadata.json +0 -1
  734. package/media/directives/media-toggle.directive.d.ts +0 -42
  735. package/media/index.d.ts +0 -1
  736. package/media/media.module.d.ts +0 -2
  737. package/media/package.json +0 -11
  738. package/media/public-api.d.ts +0 -3
  739. package/media/services/media.service.d.ts +0 -31
  740. package/menu/covalent-core-menu.metadata.json +0 -1
  741. package/message/covalent-core-message.metadata.json +0 -1
  742. package/nav-links/README.md +0 -1
  743. package/nav-links/covalent-core-nav-links.d.ts +0 -4
  744. package/nav-links/covalent-core-nav-links.metadata.json +0 -1
  745. package/nav-links/index.d.ts +0 -1
  746. package/nav-links/nav-links.component.d.ts +0 -51
  747. package/nav-links/nav-links.component.scss +0 -15
  748. package/nav-links/nav-links.module.d.ts +0 -2
  749. package/nav-links/package.json +0 -11
  750. package/nav-links/public-api.d.ts +0 -2
  751. package/notifications/README.md +0 -69
  752. package/notifications/_notification-count-theme.scss +0 -27
  753. package/notifications/covalent-core-notifications.d.ts +0 -4
  754. package/notifications/covalent-core-notifications.metadata.json +0 -1
  755. package/notifications/index.d.ts +0 -1
  756. package/notifications/notification-count.component.d.ts +0 -74
  757. package/notifications/notification-count.component.scss +0 -90
  758. package/notifications/notifications.module.d.ts +0 -2
  759. package/notifications/package.json +0 -11
  760. package/notifications/public-api.d.ts +0 -2
  761. package/paging/README.md +0 -141
  762. package/paging/_paging-bar-theme.scss +0 -26
  763. package/paging/covalent-core-paging.d.ts +0 -4
  764. package/paging/covalent-core-paging.metadata.json +0 -1
  765. package/paging/index.d.ts +0 -1
  766. package/paging/package.json +0 -11
  767. package/paging/paging-bar.component.d.ts +0 -115
  768. package/paging/paging-bar.component.scss +0 -23
  769. package/paging/paging.module.d.ts +0 -2
  770. package/paging/public-api.d.ts +0 -2
  771. package/schematics/collection.json +0 -11
  772. package/schematics/components.js +0 -124
  773. package/schematics/components.js.map +0 -1
  774. package/schematics/migration.json +0 -10
  775. package/schematics/ng-add/index.js +0 -58
  776. package/schematics/ng-add/index.js.map +0 -1
  777. package/schematics/ng-add/schema.js +0 -3
  778. package/schematics/ng-add/schema.js.map +0 -1
  779. package/schematics/ng-add/schema.json +0 -81
  780. package/schematics/ng-update/index.js +0 -52
  781. package/schematics/ng-update/index.js.map +0 -1
  782. package/schematics/ng-update/target-version.js +0 -8
  783. package/schematics/ng-update/target-version.js.map +0 -1
  784. package/schematics/version-names.js +0 -6
  785. package/schematics/version-names.js.map +0 -1
  786. package/search/covalent-core-search.metadata.json +0 -1
  787. package/side-sheet/covalent-core-side-sheet.metadata.json +0 -1
  788. package/sidesheet/README.md +0 -68
  789. package/sidesheet/covalent-core-sidesheet.d.ts +0 -4
  790. package/sidesheet/covalent-core-sidesheet.metadata.json +0 -1
  791. package/sidesheet/index.d.ts +0 -1
  792. package/sidesheet/package.json +0 -11
  793. package/sidesheet/public-api.d.ts +0 -2
  794. package/sidesheet/sidesheet.component.d.ts +0 -13
  795. package/sidesheet/sidesheet.component.scss +0 -101
  796. package/sidesheet/sidesheet.module.d.ts +0 -2
  797. package/steps/README.md +0 -159
  798. package/steps/_steps-theme.scss +0 -108
  799. package/steps/covalent-core-steps.d.ts +0 -4
  800. package/steps/covalent-core-steps.metadata.json +0 -1
  801. package/steps/index.d.ts +0 -1
  802. package/steps/nav/README.md +0 -90
  803. package/steps/nav/nav-step-link/nav-step-link.component.d.ts +0 -42
  804. package/steps/nav/nav-step-link/nav-step-link.component.scss +0 -17
  805. package/steps/nav/nav-steps-horizontal/nav-steps-horizontal.component.d.ts +0 -79
  806. package/steps/nav/nav-steps-horizontal/nav-steps-horizontal.component.scss +0 -83
  807. package/steps/nav/nav-steps-vertical/nav-steps-vertical.component.d.ts +0 -18
  808. package/steps/nav/nav-steps-vertical/nav-steps-vertical.component.scss +0 -18
  809. package/steps/package.json +0 -11
  810. package/steps/public-api.d.ts +0 -8
  811. package/steps/step-body/step-body.component.d.ts +0 -25
  812. package/steps/step-body/step-body.component.scss +0 -29
  813. package/steps/step-header/step-header.component.d.ts +0 -35
  814. package/steps/step-header/step-header.component.scss +0 -90
  815. package/steps/step.component.d.ts +0 -97
  816. package/steps/steps.component.d.ts +0 -60
  817. package/steps/steps.component.scss +0 -55
  818. package/steps/steps.module.d.ts +0 -2
  819. package/tab-select/README.md +0 -93
  820. package/tab-select/covalent-core-tab-select.d.ts +0 -4
  821. package/tab-select/covalent-core-tab-select.metadata.json +0 -1
  822. package/tab-select/index.d.ts +0 -1
  823. package/tab-select/package.json +0 -11
  824. package/tab-select/public-api.d.ts +0 -3
  825. package/tab-select/tab-option.component.d.ts +0 -20
  826. package/tab-select/tab-option.component.scss +0 -0
  827. package/tab-select/tab-select.component.d.ts +0 -62
  828. package/tab-select/tab-select.component.scss +0 -3
  829. package/tab-select/tab-select.module.d.ts +0 -2
  830. package/user-profile/covalent-core-user-profile.metadata.json +0 -1
  831. package/virtual-scroll/README.md +0 -68
  832. package/virtual-scroll/covalent-core-virtual-scroll.d.ts +0 -4
  833. package/virtual-scroll/covalent-core-virtual-scroll.metadata.json +0 -1
  834. package/virtual-scroll/index.d.ts +0 -1
  835. package/virtual-scroll/package.json +0 -11
  836. package/virtual-scroll/public-api.d.ts +0 -3
  837. package/virtual-scroll/virtual-scroll-container.component.d.ts +0 -73
  838. package/virtual-scroll/virtual-scroll-container.component.scss +0 -7
  839. package/virtual-scroll/virtual-scroll-row.directive.d.ts +0 -5
  840. package/virtual-scroll/virtual-scroll.module.d.ts +0 -2
@@ -1,10 +0,0 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * Generated from: covalent-core-nav-links.ts
4
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5
- */
6
- /**
7
- * Generated bundle index. Do not edit.
8
- */
9
- export { CovalentNavLinksModule, TdNavLinksComponent } from './index';
10
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY292YWxlbnQtY29yZS1uYXYtbGlua3MuanMiLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vc3JjL3BsYXRmb3JtL2NvcmUvbmF2LWxpbmtzLyIsInNvdXJjZXMiOlsiY292YWxlbnQtY29yZS1uYXYtbGlua3MudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7QUFJQSw0REFBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
@@ -1,7 +0,0 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * Generated from: index.ts
4
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5
- */
6
- export { CovalentNavLinksModule, TdNavLinksComponent } from './public-api';
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vc3JjL3BsYXRmb3JtL2NvcmUvbmF2LWxpbmtzLyIsInNvdXJjZXMiOlsiaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSw0REFBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
@@ -1,138 +0,0 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * Generated from: nav-links.component.ts
4
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5
- */
6
- import { Component, Input, Output, EventEmitter, ChangeDetectionStrategy } from '@angular/core';
7
- import { tdCollapseAnimation, tdRotateAnimation } from '@covalent/core/common';
8
- /**
9
- * @record
10
- */
11
- export function ITdNavNode() { }
12
- if (false) {
13
- /** @type {?} */
14
- ITdNavNode.prototype.label;
15
- /** @type {?|undefined} */
16
- ITdNavNode.prototype.show;
17
- }
18
- /**
19
- * @record
20
- */
21
- export function ITdNavHeader() { }
22
- if (false) {
23
- /** @type {?} */
24
- ITdNavHeader.prototype.children;
25
- }
26
- /**
27
- * @record
28
- */
29
- export function ITdNavExpansion() { }
30
- if (false) {
31
- /** @type {?|undefined} */
32
- ITdNavExpansion.prototype.collapsable;
33
- }
34
- /**
35
- * @record
36
- */
37
- export function ITdLink() { }
38
- if (false) {
39
- /** @type {?} */
40
- ITdLink.prototype.link;
41
- /** @type {?} */
42
- ITdLink.prototype.icon;
43
- }
44
- /** @type {?} */
45
- let nextUniqueId = 0;
46
- export class TdNavLinksComponent {
47
- constructor() {
48
- this._uniqueId = `td-nav-links-${++nextUniqueId}`;
49
- this._collapsedSet = new Set();
50
- this.id = this._uniqueId;
51
- /**
52
- * Event trigger after a navigation click
53
- */
54
- this.afterNavigation = new EventEmitter();
55
- }
56
- /**
57
- * @param {?} link
58
- * @return {?}
59
- */
60
- _linkClicked(link) {
61
- this.afterNavigation.emit(link);
62
- }
63
- /**
64
- * @param {?} link
65
- * @return {?}
66
- */
67
- _href(link) {
68
- return link.link && ((/** @type {?} */ (link.link))).href;
69
- }
70
- /**
71
- * @param {?} link
72
- * @return {?}
73
- */
74
- _routerLink(link) {
75
- return link.link && ((/** @type {?} */ (link.link))).routerLink;
76
- }
77
- /**
78
- * @param {?} link
79
- * Toggles expand/collapse state of expansion link.
80
- * Only applied when `collapsable` is true
81
- * @return {?}
82
- */
83
- _toggle(link) {
84
- if (this._isCollapsed(link)) {
85
- this._collapsedSet.delete(link);
86
- }
87
- else {
88
- this._collapsedSet.add(link);
89
- }
90
- }
91
- /**
92
- * @param {?} link
93
- * Returns true if the state of provided expansion link is collapsed.
94
- * @return {?}
95
- */
96
- _isCollapsed(link) {
97
- return this._collapsedSet.has(link);
98
- }
99
- }
100
- TdNavLinksComponent.decorators = [
101
- { type: Component, args: [{
102
- selector: 'td-nav-links',
103
- template: "<mat-nav-list dense *ngIf=\"links && links.length > 0\">\n <ng-template ngFor [ngForOf]=\"links\" let-link let-linkIndex=\"index\">\n <ng-container *ngIf=\"link.show === undefined || link.show\">\n <ng-container *ngIf=\"link.children?.length && !link.link\">\n <h3\n [class.td-nav-link-cursor]=\"link.collapsable\"\n matSubheader\n matRipple\n [matRippleDisabled]=\"!link.collapsable\"\n (click)=\"link.collapsable && _toggle(link)\"\n >\n <mat-icon *ngIf=\"link.icon\" [fontSet]=\"link.icon?.fontSet\">{{ link.icon?.name }}</mat-icon>\n <span [style.width.%]=\"100\">{{ link.label }}</span>\n <mat-icon [@tdRotate]=\"!_isCollapsed(link)\" *ngIf=\"link.collapsable\">keyboard_arrow_down</mat-icon>\n </h3>\n <td-nav-links\n [id]=\"id + '-' + linkIndex\"\n [@tdCollapse]=\"!!_isCollapsed(link)\"\n [links]=\"link.children\"\n ></td-nav-links>\n </ng-container>\n <ng-container *ngIf=\"link.link\">\n <a\n mat-list-item\n *ngIf=\"_href(link)\"\n [href]=\"_href(link)\"\n [target]=\"link.link.openInNewTab ? '_blank' : undefined\"\n id=\"{{ id }}-{{ linkIndex }}\"\n class=\"td-nav-link\"\n (click)=\"_linkClicked(link)\"\n >\n <mat-icon matListIcon [fontSet]=\"link.icon?.fontSet\">{{ link.icon?.name }}</mat-icon>\n <span matLine>{{ link.label }}</span>\n <mat-icon *ngIf=\"link.link.openInNewTab\">launch</mat-icon>\n </a>\n <a\n mat-list-item\n *ngIf=\"_routerLink(link)\"\n [routerLink]=\"_routerLink(link)\"\n [target]=\"link.link.openInNewTab ? '_blank' : undefined\"\n id=\"{{ id }}-{{ linkIndex }}\"\n class=\"td-nav-link\"\n (click)=\"_linkClicked(link)\"\n >\n <mat-icon matListIcon [fontSet]=\"link.icon?.fontSet\">{{ link.icon?.name }}</mat-icon>\n <span matLine>{{ link.label }}</span>\n <mat-icon *ngIf=\"link.link.openInNewTab\">launch</mat-icon>\n </a>\n </ng-container>\n </ng-container>\n </ng-template>\n</mat-nav-list>\n",
104
- changeDetection: ChangeDetectionStrategy.OnPush,
105
- animations: [tdCollapseAnimation, tdRotateAnimation],
106
- styles: [":host{display:block}:host .mat-nav-list.mat-list-base{padding-top:2px}:host .mat-nav-list.mat-list-base .td-nav-link-cursor{cursor:pointer}:host .mat-nav-list.mat-list-base .mat-list-item{height:40px}:host .mat-icon{margin-right:0}"]
107
- }] }
108
- ];
109
- TdNavLinksComponent.propDecorators = {
110
- id: [{ type: Input }],
111
- links: [{ type: Input }],
112
- afterNavigation: [{ type: Output }]
113
- };
114
- if (false) {
115
- /**
116
- * @type {?}
117
- * @private
118
- */
119
- TdNavLinksComponent.prototype._uniqueId;
120
- /**
121
- * @type {?}
122
- * @private
123
- */
124
- TdNavLinksComponent.prototype._collapsedSet;
125
- /** @type {?} */
126
- TdNavLinksComponent.prototype.id;
127
- /**
128
- * Links to be rendered by component.
129
- * @type {?}
130
- */
131
- TdNavLinksComponent.prototype.links;
132
- /**
133
- * Event trigger after a navigation click
134
- * @type {?}
135
- */
136
- TdNavLinksComponent.prototype.afterNavigation;
137
- }
138
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2LWxpbmtzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIuLi8uLi8uLi8uLi8uLi9zcmMvcGxhdGZvcm0vY29yZS9uYXYtbGlua3MvIiwic291cmNlcyI6WyJuYXYtbGlua3MuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLFlBQVksRUFBRSx1QkFBdUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVoRyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQzs7OztBQUUvRSxnQ0FHQzs7O0lBRkMsMkJBQWM7O0lBQ2QsMEJBQWU7Ozs7O0FBR2pCLGtDQUVDOzs7SUFEQyxnQ0FBb0I7Ozs7O0FBR3RCLHFDQUVDOzs7SUFEQyxzQ0FBc0I7Ozs7O0FBR3hCLDZCQUdDOzs7SUFGQyx1QkFBMkc7O0lBQzNHLHVCQUF5Qzs7O0lBR3ZDLFlBQVksR0FBVyxDQUFDO0FBUzVCLE1BQU0sT0FBTyxtQkFBbUI7SUFQaEM7UUFRVSxjQUFTLEdBQVcsZ0JBQWdCLEVBQUUsWUFBWSxFQUFFLENBQUM7UUFFckQsa0JBQWEsR0FBeUIsSUFBSSxHQUFHLEVBQW1CLENBQUM7UUFFaEUsT0FBRSxHQUFXLElBQUksQ0FBQyxTQUFTLENBQUM7Ozs7UUFXM0Isb0JBQWUsR0FBMEIsSUFBSSxZQUFZLEVBQVcsQ0FBQztJQWtDakYsQ0FBQzs7Ozs7SUFoQ0MsWUFBWSxDQUFDLElBQWE7UUFDeEIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDbEMsQ0FBQzs7Ozs7SUFFRCxLQUFLLENBQUMsSUFBYTtRQUNqQixPQUFPLElBQUksQ0FBQyxJQUFJLElBQUksQ0FBQyxtQkFBbUIsSUFBSSxDQUFDLElBQUksRUFBQSxDQUFDLENBQUMsSUFBSSxDQUFDO0lBQzFELENBQUM7Ozs7O0lBRUQsV0FBVyxDQUFDLElBQWE7UUFDdkIsT0FBTyxJQUFJLENBQUMsSUFBSSxJQUFJLENBQUMsbUJBQW9DLElBQUksQ0FBQyxJQUFJLEVBQUEsQ0FBQyxDQUFDLFVBQVUsQ0FBQztJQUNqRixDQUFDOzs7Ozs7O0lBT0QsT0FBTyxDQUFDLElBQXFCO1FBQzNCLElBQUksSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsRUFBRTtZQUMzQixJQUFJLENBQUMsYUFBYSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQztTQUNqQzthQUFNO1lBQ0wsSUFBSSxDQUFDLGFBQWEsQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLENBQUM7U0FDOUI7SUFDSCxDQUFDOzs7Ozs7SUFNRCxZQUFZLENBQUMsSUFBcUI7UUFDaEMsT0FBTyxJQUFJLENBQUMsYUFBYSxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN0QyxDQUFDOzs7WUF4REYsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSxjQUFjO2dCQUN4QiwwckVBQXlDO2dCQUV6QyxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtnQkFDL0MsVUFBVSxFQUFFLENBQUMsbUJBQW1CLEVBQUUsaUJBQWlCLENBQUM7O2FBQ3JEOzs7aUJBTUUsS0FBSztvQkFNTCxLQUFLOzhCQUtMLE1BQU07Ozs7Ozs7SUFmUCx3Q0FBNkQ7Ozs7O0lBRTdELDRDQUF5RTs7SUFFekUsaUNBQXFDOzs7OztJQU1yQyxvQ0FBZ0U7Ozs7O0lBS2hFLDhDQUErRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE91dHB1dCwgRXZlbnRFbWl0dGVyLCBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyB0ZENvbGxhcHNlQW5pbWF0aW9uLCB0ZFJvdGF0ZUFuaW1hdGlvbiB9IGZyb20gJ0Bjb3ZhbGVudC9jb3JlL2NvbW1vbic7XG5cbmV4cG9ydCBpbnRlcmZhY2UgSVRkTmF2Tm9kZSB7XG4gIGxhYmVsOiBzdHJpbmc7XG4gIHNob3c/OiBib29sZWFuO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIElUZE5hdkhlYWRlciBleHRlbmRzIElUZE5hdk5vZGUge1xuICBjaGlsZHJlbjogSVRkTGlua1tdO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIElUZE5hdkV4cGFuc2lvbiBleHRlbmRzIElUZE5hdkhlYWRlciB7XG4gIGNvbGxhcHNhYmxlPzogYm9vbGVhbjtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBJVGRMaW5rIGV4dGVuZHMgSVRkTmF2Tm9kZSB7XG4gIGxpbms6IHsgaHJlZjogc3RyaW5nOyBvcGVuSW5OZXdUYWI/OiBib29sZWFuIH0gfCB7IHJvdXRlckxpbms6IHN0cmluZyB8IHN0cmluZ1tdOyBvcGVuSW5OZXdUYWI/OiBib29sZWFuIH07XG4gIGljb246IHsgZm9udFNldD86IHN0cmluZzsgbmFtZTogc3RyaW5nIH07XG59XG5cbmxldCBuZXh0VW5pcXVlSWQ6IG51bWJlciA9IDA7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3RkLW5hdi1saW5rcycsXG4gIHRlbXBsYXRlVXJsOiAnLi9uYXYtbGlua3MuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9uYXYtbGlua3MuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGFuaW1hdGlvbnM6IFt0ZENvbGxhcHNlQW5pbWF0aW9uLCB0ZFJvdGF0ZUFuaW1hdGlvbl0sXG59KVxuZXhwb3J0IGNsYXNzIFRkTmF2TGlua3NDb21wb25lbnQge1xuICBwcml2YXRlIF91bmlxdWVJZDogc3RyaW5nID0gYHRkLW5hdi1saW5rcy0keysrbmV4dFVuaXF1ZUlkfWA7XG5cbiAgcHJpdmF0ZSBfY29sbGFwc2VkU2V0OiBTZXQ8SVRkTmF2RXhwYW5zaW9uPiA9IG5ldyBTZXQ8SVRkTmF2RXhwYW5zaW9uPigpO1xuXG4gIEBJbnB1dCgpIGlkOiBzdHJpbmcgPSB0aGlzLl91bmlxdWVJZDtcblxuICAvKipcbiAgICogTGlua3MgdG8gYmUgcmVuZGVyZWQgYnkgY29tcG9uZW50LlxuICAgKi9cbiAgLyogdHNsaW50OmRpc2FibGUtbmV4dC1saW5lICovXG4gIEBJbnB1dCgpIGxpbmtzOiBBcnJheTxJVGROYXZFeHBhbnNpb24gfCBJVGROYXZIZWFkZXIgfCBJVGRMaW5rPjtcblxuICAvKipcbiAgICogRXZlbnQgdHJpZ2dlciBhZnRlciBhIG5hdmlnYXRpb24gY2xpY2tcbiAgICovXG4gIEBPdXRwdXQoKSBhZnRlck5hdmlnYXRpb246IEV2ZW50RW1pdHRlcjxJVGRMaW5rPiA9IG5ldyBFdmVudEVtaXR0ZXI8SVRkTGluaz4oKTtcblxuICBfbGlua0NsaWNrZWQobGluazogSVRkTGluayk6IHZvaWQge1xuICAgIHRoaXMuYWZ0ZXJOYXZpZ2F0aW9uLmVtaXQobGluayk7XG4gIH1cblxuICBfaHJlZihsaW5rOiBJVGRMaW5rKTogc3RyaW5nIHtcbiAgICByZXR1cm4gbGluay5saW5rICYmICg8eyBocmVmPzogc3RyaW5nIH0+bGluay5saW5rKS5ocmVmO1xuICB9XG5cbiAgX3JvdXRlckxpbmsobGluazogSVRkTGluayk6IHN0cmluZyB8IHN0cmluZ1tdIHtcbiAgICByZXR1cm4gbGluay5saW5rICYmICg8eyByb3V0ZXJMaW5rPzogc3RyaW5nIHwgc3RyaW5nW10gfT5saW5rLmxpbmspLnJvdXRlckxpbms7XG4gIH1cblxuICAvKipcbiAgICogQHBhcmFtIGxpbmtcbiAgICogVG9nZ2xlcyBleHBhbmQvY29sbGFwc2Ugc3RhdGUgb2YgZXhwYW5zaW9uIGxpbmsuXG4gICAqIE9ubHkgYXBwbGllZCB3aGVuIGBjb2xsYXBzYWJsZWAgaXMgdHJ1ZVxuICAgKi9cbiAgX3RvZ2dsZShsaW5rOiBJVGROYXZFeHBhbnNpb24pOiB2b2lkIHtcbiAgICBpZiAodGhpcy5faXNDb2xsYXBzZWQobGluaykpIHtcbiAgICAgIHRoaXMuX2NvbGxhcHNlZFNldC5kZWxldGUobGluayk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuX2NvbGxhcHNlZFNldC5hZGQobGluayk7XG4gICAgfVxuICB9XG5cbiAgLyoqXG4gICAqIEBwYXJhbSBsaW5rXG4gICAqIFJldHVybnMgdHJ1ZSBpZiB0aGUgc3RhdGUgb2YgcHJvdmlkZWQgZXhwYW5zaW9uIGxpbmsgaXMgY29sbGFwc2VkLlxuICAgKi9cbiAgX2lzQ29sbGFwc2VkKGxpbms6IElUZE5hdkV4cGFuc2lvbik6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLl9jb2xsYXBzZWRTZXQuaGFzKGxpbmspO1xuICB9XG59XG4iXX0=
@@ -1,37 +0,0 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * Generated from: nav-links.module.ts
4
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5
- */
6
- import { NgModule } from '@angular/core';
7
- import { CommonModule } from '@angular/common';
8
- import { RouterModule } from '@angular/router';
9
- import { MatRippleModule } from '@angular/material/core';
10
- import { MatListModule } from '@angular/material/list';
11
- import { MatIconModule } from '@angular/material/icon';
12
- import { MatDividerModule } from '@angular/material/divider';
13
- import { MatMenuModule } from '@angular/material/menu';
14
- import { CovalentCommonModule } from '@covalent/core/common';
15
- import { CovalentExpansionPanelModule } from '@covalent/core/expansion-panel';
16
- import { TdNavLinksComponent } from './nav-links.component';
17
- export class CovalentNavLinksModule {
18
- }
19
- CovalentNavLinksModule.decorators = [
20
- { type: NgModule, args: [{
21
- declarations: [TdNavLinksComponent],
22
- // directives, components, and pipes owned by this NgModule
23
- exports: [TdNavLinksComponent],
24
- imports: [
25
- CommonModule,
26
- CovalentCommonModule,
27
- CovalentExpansionPanelModule,
28
- MatRippleModule,
29
- MatMenuModule,
30
- MatListModule,
31
- MatIconModule,
32
- MatDividerModule,
33
- RouterModule,
34
- ],
35
- },] }
36
- ];
37
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2LWxpbmtzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIuLi8uLi8uLi8uLi8uLi9zcmMvcGxhdGZvcm0vY29yZS9uYXYtbGlua3MvIiwic291cmNlcyI6WyJuYXYtbGlua3MubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBRS9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN6RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdkQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQzdELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUV2RCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUU5RSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQWlCNUQsTUFBTSxPQUFPLHNCQUFzQjs7O1lBZmxDLFFBQVEsU0FBQztnQkFDUixZQUFZLEVBQUUsQ0FBQyxtQkFBbUIsQ0FBQzs7Z0JBQ25DLE9BQU8sRUFBRSxDQUFDLG1CQUFtQixDQUFDO2dCQUM5QixPQUFPLEVBQUU7b0JBQ1AsWUFBWTtvQkFDWixvQkFBb0I7b0JBQ3BCLDRCQUE0QjtvQkFDNUIsZUFBZTtvQkFDZixhQUFhO29CQUNiLGFBQWE7b0JBQ2IsYUFBYTtvQkFDYixnQkFBZ0I7b0JBQ2hCLFlBQVk7aUJBQ2I7YUFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBSb3V0ZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuXG5pbXBvcnQgeyBNYXRSaXBwbGVNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9jb3JlJztcbmltcG9ydCB7IE1hdExpc3RNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9saXN0JztcbmltcG9ydCB7IE1hdEljb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pY29uJztcbmltcG9ydCB7IE1hdERpdmlkZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kaXZpZGVyJztcbmltcG9ydCB7IE1hdE1lbnVNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9tZW51JztcblxuaW1wb3J0IHsgQ292YWxlbnRDb21tb25Nb2R1bGUgfSBmcm9tICdAY292YWxlbnQvY29yZS9jb21tb24nO1xuaW1wb3J0IHsgQ292YWxlbnRFeHBhbnNpb25QYW5lbE1vZHVsZSB9IGZyb20gJ0Bjb3ZhbGVudC9jb3JlL2V4cGFuc2lvbi1wYW5lbCc7XG5cbmltcG9ydCB7IFRkTmF2TGlua3NDb21wb25lbnQgfSBmcm9tICcuL25hdi1saW5rcy5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtUZE5hdkxpbmtzQ29tcG9uZW50XSwgLy8gZGlyZWN0aXZlcywgY29tcG9uZW50cywgYW5kIHBpcGVzIG93bmVkIGJ5IHRoaXMgTmdNb2R1bGVcbiAgZXhwb3J0czogW1RkTmF2TGlua3NDb21wb25lbnRdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIENvdmFsZW50Q29tbW9uTW9kdWxlLFxuICAgIENvdmFsZW50RXhwYW5zaW9uUGFuZWxNb2R1bGUsXG4gICAgTWF0UmlwcGxlTW9kdWxlLFxuICAgIE1hdE1lbnVNb2R1bGUsXG4gICAgTWF0TGlzdE1vZHVsZSxcbiAgICBNYXRJY29uTW9kdWxlLFxuICAgIE1hdERpdmlkZXJNb2R1bGUsXG4gICAgUm91dGVyTW9kdWxlLFxuICBdLCAvLyBtb2R1bGVzIG5lZWRlZCB0byBydW4gdGhpcyBtb2R1bGVcbn0pXG5leHBvcnQgY2xhc3MgQ292YWxlbnROYXZMaW5rc01vZHVsZSB7fVxuIl19
@@ -1,8 +0,0 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * Generated from: public-api.ts
4
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5
- */
6
- export { CovalentNavLinksModule } from './nav-links.module';
7
- export { TdNavLinksComponent } from './nav-links.component';
8
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIuLi8uLi8uLi8uLi8uLi9zcmMvcGxhdGZvcm0vY29yZS9uYXYtbGlua3MvIiwic291cmNlcyI6WyJwdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsdUNBQWMsb0JBQW9CLENBQUM7QUFDbkMsb0NBQWMsdUJBQXVCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL25hdi1saW5rcy5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9uYXYtbGlua3MuY29tcG9uZW50JztcbiJdfQ==
@@ -1,10 +0,0 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * Generated from: covalent-core-notifications.ts
4
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5
- */
6
- /**
7
- * Generated bundle index. Do not edit.
8
- */
9
- export { CovalentNotificationsModule, TdNotificationCountPositionY, TdNotificationCountPositionX, DEFAULT_NOTIFICATION_LIMIT, TdNotificationCountComponent } from './index';
10
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY292YWxlbnQtY29yZS1ub3RpZmljYXRpb25zLmpzIiwic291cmNlUm9vdCI6Ii4uLy4uLy4uLy4uLy4uL3NyYy9wbGF0Zm9ybS9jb3JlL25vdGlmaWNhdGlvbnMvIiwic291cmNlcyI6WyJjb3ZhbGVudC1jb3JlLW5vdGlmaWNhdGlvbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7QUFJQSxrS0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
@@ -1,7 +0,0 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * Generated from: index.ts
4
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5
- */
6
- export { CovalentNotificationsModule, TdNotificationCountPositionY, TdNotificationCountPositionX, DEFAULT_NOTIFICATION_LIMIT, TdNotificationCountComponent } from './public-api';
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vc3JjL3BsYXRmb3JtL2NvcmUvbm90aWZpY2F0aW9ucy8iLCJzb3VyY2VzIjpbImluZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsa0tBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
@@ -1,191 +0,0 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * Generated from: notification-count.component.ts
4
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5
- */
6
- import { Component, Input, HostBinding, ChangeDetectionStrategy, ViewChild, ElementRef, } from '@angular/core';
7
- /** @enum {string} */
8
- const TdNotificationCountPositionY = {
9
- Top: "top",
10
- Bottom: "bottom",
11
- Center: "center",
12
- };
13
- export { TdNotificationCountPositionY };
14
- /** @enum {string} */
15
- const TdNotificationCountPositionX = {
16
- Before: "before",
17
- After: "after",
18
- Center: "center",
19
- };
20
- export { TdNotificationCountPositionX };
21
- /** @type {?} */
22
- export const DEFAULT_NOTIFICATION_LIMIT = 99;
23
- export class TdNotificationCountComponent {
24
- constructor() {
25
- this._notifications = 0;
26
- this._limit = DEFAULT_NOTIFICATION_LIMIT;
27
- /**
28
- * color?: "primary" | "accent" | "warn"
29
- * Sets the theme color of the notification tip. Defaults to "warn"
30
- */
31
- this.color = 'warn';
32
- }
33
- /**
34
- * positionX?: TdNotificationCountPositionX or "before" | "after" | "center"
35
- * Sets the X position of the notification tip.
36
- * Defaults to "after" if it has content, else 'center'.
37
- * @param {?} positionX
38
- * @return {?}
39
- */
40
- set positionX(positionX) {
41
- this._positionX = positionX;
42
- }
43
- /**
44
- * @return {?}
45
- */
46
- get positionX() {
47
- return this._positionX;
48
- }
49
- /**
50
- * positionY?: TdNotificationCountPositionY or "top" | "bottom" | "center"
51
- * Sets the Y position of the notification tip.
52
- * Defaults to "top" if it has content, else 'center'.
53
- * @param {?} positionY
54
- * @return {?}
55
- */
56
- set positionY(positionY) {
57
- this._positionY = positionY;
58
- }
59
- /**
60
- * @return {?}
61
- */
62
- get positionY() {
63
- return this._positionY;
64
- }
65
- /**
66
- * notifications?: number | boolean
67
- * Number for the notification count. Shows component only if the input is a positive number or 'true'
68
- * @param {?} notifications
69
- * @return {?}
70
- */
71
- set notifications(notifications) {
72
- this._notifications = notifications;
73
- }
74
- /**
75
- * limit?: number
76
- * Limit for notification count. If the number of notifications is greater than limit, then + will be added. Defaults to 99.
77
- * @param {?} limit
78
- * @return {?}
79
- */
80
- set limit(limit) {
81
- this._limit = limit;
82
- }
83
- /**
84
- * @return {?}
85
- */
86
- get hideHost() {
87
- return !this.show && !this._hasContent();
88
- }
89
- /**
90
- * Sets the component in its 'noCount' state if [notifications] is a boolean 'true'.
91
- * Makes the notification tip show without a count.
92
- * @return {?}
93
- */
94
- get noCount() {
95
- return this._notifications === true;
96
- }
97
- /**
98
- * Notification display string when a count is available.
99
- * Anything over 99 gets set as 99+
100
- * @return {?}
101
- */
102
- get notificationsDisplay() {
103
- if (this._notifications > this._limit) {
104
- return `${this._limit}+`;
105
- }
106
- return this._notifications.toString();
107
- }
108
- /**
109
- * Shows notification tip only when [notifications] is true or a positive integer.
110
- * @return {?}
111
- */
112
- get show() {
113
- return this._notifications === true || (!isNaN((/** @type {?} */ (this._notifications))) && this._notifications > 0);
114
- }
115
- /**
116
- * Check if [positionX] and [positionY] have been set as inputs, else use defaults depending on component content.
117
- * @return {?}
118
- */
119
- ngAfterContentInit() {
120
- if (!this._positionX) {
121
- this.positionX = this._hasContent() ? TdNotificationCountPositionX.After : TdNotificationCountPositionX.Center;
122
- }
123
- if (!this._positionY) {
124
- this.positionY = this._hasContent() ? TdNotificationCountPositionY.Top : TdNotificationCountPositionY.Center;
125
- }
126
- }
127
- /**
128
- * Method to check if element has any kind of content (elements or text)
129
- * @private
130
- * @return {?}
131
- */
132
- _hasContent() {
133
- if (this.content) {
134
- /** @type {?} */
135
- const contentElement = this.content.nativeElement;
136
- return contentElement && (contentElement.children.length > 0 || !!contentElement.textContent.trim());
137
- }
138
- return false;
139
- }
140
- }
141
- TdNotificationCountComponent.decorators = [
142
- { type: Component, args: [{
143
- selector: 'td-notification-count',
144
- template: "<div #content class=\"td-notification-content\">\n <ng-content></ng-content>\n</div>\n<div\n *ngIf=\"show\"\n class=\"td-notification-count mat-{{ color }}\"\n [class.td-notification-top]=\"positionY === 'top'\"\n [class.td-notification-bottom]=\"positionY === 'bottom'\"\n [class.td-notification-before]=\"positionX === 'before'\"\n [class.td-notification-after]=\"positionX === 'after'\"\n [class.td-notification-center-y]=\"positionY === 'center'\"\n [class.td-notification-center-x]=\"positionX === 'center'\"\n [class.td-notification-no-count]=\"noCount\"\n>\n {{ noCount ? '' : notificationsDisplay }}\n</div>\n",
145
- changeDetection: ChangeDetectionStrategy.OnPush,
146
- styles: [":host{display:block;height:40px;min-width:40px;position:relative;text-align:center}:host.td-notification-hidden{min-width:0}.td-notification-count{border-radius:50%;font-size:10px;font-weight:600;height:20px;line-height:21px;position:absolute;width:20px;z-index:1}.td-notification-count.td-notification-center-x{left:0;margin-left:auto;margin-right:auto;right:0}.td-notification-count.td-notification-center-y{bottom:0;margin-bottom:auto;margin-top:auto;top:0}.td-notification-count.td-notification-top{top:0}.td-notification-count.td-notification-bottom{bottom:0}.td-notification-count.td-notification-before{left:0}.td-notification-count.td-notification-after{right:0}.td-notification-count.td-notification-no-count{height:8px;width:8px}.td-notification-count.td-notification-no-count.td-notification-top{top:8px}.td-notification-count.td-notification-no-count.td-notification-bottom{bottom:8px}.td-notification-count.td-notification-no-count.td-notification-before{left:8px}.td-notification-count.td-notification-no-count.td-notification-after{right:8px}::ng-deep [dir=rtl] .td-notification-count.td-notification-before{left:auto;right:0}::ng-deep [dir=rtl] .td-notification-count.td-notification-after{left:0;right:auto}::ng-deep [dir=rtl] .td-notification-count.td-notification-no-count.td-notification-before{left:auto;right:8px}::ng-deep [dir=rtl] .td-notification-count.td-notification-no-count.td-notification-after{left:8px;right:auto}.td-notification-content,.td-notification-content ::ng-deep>*{line-height:40px}"]
147
- }] }
148
- ];
149
- TdNotificationCountComponent.propDecorators = {
150
- content: [{ type: ViewChild, args: ['content', { static: true },] }],
151
- color: [{ type: Input }],
152
- positionX: [{ type: Input }],
153
- positionY: [{ type: Input }],
154
- notifications: [{ type: Input }],
155
- limit: [{ type: Input }],
156
- hideHost: [{ type: HostBinding, args: ['class.td-notification-hidden',] }]
157
- };
158
- if (false) {
159
- /**
160
- * @type {?}
161
- * @private
162
- */
163
- TdNotificationCountComponent.prototype._notifications;
164
- /**
165
- * @type {?}
166
- * @private
167
- */
168
- TdNotificationCountComponent.prototype._positionY;
169
- /**
170
- * @type {?}
171
- * @private
172
- */
173
- TdNotificationCountComponent.prototype._positionX;
174
- /**
175
- * @type {?}
176
- * @private
177
- */
178
- TdNotificationCountComponent.prototype._limit;
179
- /**
180
- * Div content wrapper of `ng-content`.
181
- * @type {?}
182
- */
183
- TdNotificationCountComponent.prototype.content;
184
- /**
185
- * color?: "primary" | "accent" | "warn"
186
- * Sets the theme color of the notification tip. Defaults to "warn"
187
- * @type {?}
188
- */
189
- TdNotificationCountComponent.prototype.color;
190
- }
191
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLWNvdW50LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIuLi8uLi8uLi8uLi8uLi9zcmMvcGxhdGZvcm0vY29yZS9ub3RpZmljYXRpb25zLyIsInNvdXJjZXMiOlsibm90aWZpY2F0aW9uLWNvdW50LmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsS0FBSyxFQUNMLFdBQVcsRUFDWCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFVBQVUsR0FFWCxNQUFNLGVBQWUsQ0FBQzs7QUFFdkIsTUFBWSw0QkFBNEI7SUFDdEMsR0FBRyxPQUFRO0lBQ1gsTUFBTSxVQUFXO0lBQ2pCLE1BQU0sVUFBVztFQUNsQjs7O0FBRUQsTUFBWSw0QkFBNEI7SUFDdEMsTUFBTSxVQUFXO0lBQ2pCLEtBQUssU0FBVTtJQUNmLE1BQU0sVUFBVztFQUNsQjs7O0FBRUQsTUFBTSxPQUFPLDBCQUEwQixHQUFXLEVBQUU7QUFRcEQsTUFBTSxPQUFPLDRCQUE0QjtJQU56QztRQU9VLG1CQUFjLEdBQXFCLENBQUMsQ0FBQztRQUdyQyxXQUFNLEdBQVcsMEJBQTBCLENBQUM7Ozs7O1FBVzNDLFVBQUssR0FBa0MsTUFBTSxDQUFDO0lBbUd6RCxDQUFDOzs7Ozs7OztJQTVGQyxJQUNJLFNBQVMsQ0FBQyxTQUF1QztRQUNuRCxJQUFJLENBQUMsVUFBVSxHQUFHLFNBQVMsQ0FBQztJQUM5QixDQUFDOzs7O0lBQ0QsSUFBSSxTQUFTO1FBQ1gsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDO0lBQ3pCLENBQUM7Ozs7Ozs7O0lBT0QsSUFDSSxTQUFTLENBQUMsU0FBdUM7UUFDbkQsSUFBSSxDQUFDLFVBQVUsR0FBRyxTQUFTLENBQUM7SUFDOUIsQ0FBQzs7OztJQUNELElBQUksU0FBUztRQUNYLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQztJQUN6QixDQUFDOzs7Ozs7O0lBTUQsSUFDSSxhQUFhLENBQUMsYUFBK0I7UUFDL0MsSUFBSSxDQUFDLGNBQWMsR0FBRyxhQUFhLENBQUM7SUFDdEMsQ0FBQzs7Ozs7OztJQU1ELElBQ0ksS0FBSyxDQUFDLEtBQWE7UUFDckIsSUFBSSxDQUFDLE1BQU0sR0FBRyxLQUFLLENBQUM7SUFDdEIsQ0FBQzs7OztJQUVELElBQ0ksUUFBUTtRQUNWLE9BQU8sQ0FBQyxJQUFJLENBQUMsSUFBSSxJQUFJLENBQUMsSUFBSSxDQUFDLFdBQVcsRUFBRSxDQUFDO0lBQzNDLENBQUM7Ozs7OztJQU1ELElBQUksT0FBTztRQUNULE9BQU8sSUFBSSxDQUFDLGNBQWMsS0FBSyxJQUFJLENBQUM7SUFDdEMsQ0FBQzs7Ozs7O0lBTUQsSUFBSSxvQkFBb0I7UUFDdEIsSUFBSSxJQUFJLENBQUMsY0FBYyxHQUFHLElBQUksQ0FBQyxNQUFNLEVBQUU7WUFDckMsT0FBTyxHQUFHLElBQUksQ0FBQyxNQUFNLEdBQUcsQ0FBQztTQUMxQjtRQUNELE9BQU8sSUFBSSxDQUFDLGNBQWMsQ0FBQyxRQUFRLEVBQUUsQ0FBQztJQUN4QyxDQUFDOzs7OztJQUtELElBQUksSUFBSTtRQUNOLE9BQU8sSUFBSSxDQUFDLGNBQWMsS0FBSyxJQUFJLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxtQkFBSyxJQUFJLENBQUMsY0FBYyxFQUFBLENBQUMsSUFBSSxJQUFJLENBQUMsY0FBYyxHQUFHLENBQUMsQ0FBQyxDQUFDO0lBQ3ZHLENBQUM7Ozs7O0lBS0Qsa0JBQWtCO1FBQ2hCLElBQUksQ0FBQyxJQUFJLENBQUMsVUFBVSxFQUFFO1lBQ3BCLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDLFdBQVcsRUFBRSxDQUFDLENBQUMsQ0FBQyw0QkFBNEIsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLDRCQUE0QixDQUFDLE1BQU0sQ0FBQztTQUNoSDtRQUNELElBQUksQ0FBQyxJQUFJLENBQUMsVUFBVSxFQUFFO1lBQ3BCLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDLFdBQVcsRUFBRSxDQUFDLENBQUMsQ0FBQyw0QkFBNEIsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLDRCQUE0QixDQUFDLE1BQU0sQ0FBQztTQUM5RztJQUNILENBQUM7Ozs7OztJQUtPLFdBQVc7UUFDakIsSUFBSSxJQUFJLENBQUMsT0FBTyxFQUFFOztrQkFDVixjQUFjLEdBQWdCLElBQUksQ0FBQyxPQUFPLENBQUMsYUFBYTtZQUM5RCxPQUFPLGNBQWMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxRQUFRLENBQUMsTUFBTSxHQUFHLENBQUMsSUFBSSxDQUFDLENBQUMsY0FBYyxDQUFDLFdBQVcsQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDO1NBQ3RHO1FBQ0QsT0FBTyxLQUFLLENBQUM7SUFDZixDQUFDOzs7WUF2SEYsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSx1QkFBdUI7Z0JBRWpDLGdvQkFBa0Q7Z0JBQ2xELGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNOzthQUNoRDs7O3NCQVVFLFNBQVMsU0FBQyxTQUFTLEVBQUUsRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFO29CQU1yQyxLQUFLO3dCQU9MLEtBQUs7d0JBYUwsS0FBSzs0QkFZTCxLQUFLO29CQVNMLEtBQUs7dUJBS0wsV0FBVyxTQUFDLDhCQUE4Qjs7Ozs7OztJQTVEM0Msc0RBQTZDOzs7OztJQUM3QyxrREFBaUQ7Ozs7O0lBQ2pELGtEQUFpRDs7Ozs7SUFDakQsOENBQW9EOzs7OztJQUtwRCwrQ0FBNEQ7Ozs7OztJQU01RCw2Q0FBdUQiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIElucHV0LFxuICBIb3N0QmluZGluZyxcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIFZpZXdDaGlsZCxcbiAgRWxlbWVudFJlZixcbiAgQWZ0ZXJDb250ZW50SW5pdCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmV4cG9ydCBlbnVtIFRkTm90aWZpY2F0aW9uQ291bnRQb3NpdGlvblkge1xuICBUb3AgPSAndG9wJyxcbiAgQm90dG9tID0gJ2JvdHRvbScsXG4gIENlbnRlciA9ICdjZW50ZXInLFxufVxuXG5leHBvcnQgZW51bSBUZE5vdGlmaWNhdGlvbkNvdW50UG9zaXRpb25YIHtcbiAgQmVmb3JlID0gJ2JlZm9yZScsXG4gIEFmdGVyID0gJ2FmdGVyJyxcbiAgQ2VudGVyID0gJ2NlbnRlcicsXG59XG5cbmV4cG9ydCBjb25zdCBERUZBVUxUX05PVElGSUNBVElPTl9MSU1JVDogbnVtYmVyID0gOTk7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3RkLW5vdGlmaWNhdGlvbi1jb3VudCcsXG4gIHN0eWxlVXJsczogWycuL25vdGlmaWNhdGlvbi1jb3VudC5jb21wb25lbnQuc2NzcyddLFxuICB0ZW1wbGF0ZVVybDogJy4vbm90aWZpY2F0aW9uLWNvdW50LmNvbXBvbmVudC5odG1sJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIFRkTm90aWZpY2F0aW9uQ291bnRDb21wb25lbnQgaW1wbGVtZW50cyBBZnRlckNvbnRlbnRJbml0IHtcbiAgcHJpdmF0ZSBfbm90aWZpY2F0aW9uczogbnVtYmVyIHwgYm9vbGVhbiA9IDA7XG4gIHByaXZhdGUgX3Bvc2l0aW9uWTogVGROb3RpZmljYXRpb25Db3VudFBvc2l0aW9uWTtcbiAgcHJpdmF0ZSBfcG9zaXRpb25YOiBUZE5vdGlmaWNhdGlvbkNvdW50UG9zaXRpb25YO1xuICBwcml2YXRlIF9saW1pdDogbnVtYmVyID0gREVGQVVMVF9OT1RJRklDQVRJT05fTElNSVQ7XG5cbiAgLyoqXG4gICAqIERpdiBjb250ZW50IHdyYXBwZXIgb2YgYG5nLWNvbnRlbnRgLlxuICAgKi9cbiAgQFZpZXdDaGlsZCgnY29udGVudCcsIHsgc3RhdGljOiB0cnVlIH0pIGNvbnRlbnQ6IEVsZW1lbnRSZWY7XG5cbiAgLyoqXG4gICAqIGNvbG9yPzogXCJwcmltYXJ5XCIgfCBcImFjY2VudFwiIHwgXCJ3YXJuXCJcbiAgICogU2V0cyB0aGUgdGhlbWUgY29sb3Igb2YgdGhlIG5vdGlmaWNhdGlvbiB0aXAuIERlZmF1bHRzIHRvIFwid2FyblwiXG4gICAqL1xuICBASW5wdXQoKSBjb2xvcjogJ3ByaW1hcnknIHwgJ2FjY2VudCcgfCAnd2FybicgPSAnd2Fybic7XG5cbiAgLyoqXG4gICAqIHBvc2l0aW9uWD86IFRkTm90aWZpY2F0aW9uQ291bnRQb3NpdGlvblggb3IgXCJiZWZvcmVcIiB8IFwiYWZ0ZXJcIiB8IFwiY2VudGVyXCJcbiAgICogU2V0cyB0aGUgWCBwb3NpdGlvbiBvZiB0aGUgbm90aWZpY2F0aW9uIHRpcC5cbiAgICogRGVmYXVsdHMgdG8gXCJhZnRlclwiIGlmIGl0IGhhcyBjb250ZW50LCBlbHNlICdjZW50ZXInLlxuICAgKi9cbiAgQElucHV0KClcbiAgc2V0IHBvc2l0aW9uWChwb3NpdGlvblg6IFRkTm90aWZpY2F0aW9uQ291bnRQb3NpdGlvblgpIHtcbiAgICB0aGlzLl9wb3NpdGlvblggPSBwb3NpdGlvblg7XG4gIH1cbiAgZ2V0IHBvc2l0aW9uWCgpOiBUZE5vdGlmaWNhdGlvbkNvdW50UG9zaXRpb25YIHtcbiAgICByZXR1cm4gdGhpcy5fcG9zaXRpb25YO1xuICB9XG5cbiAgLyoqXG4gICAqIHBvc2l0aW9uWT86IFRkTm90aWZpY2F0aW9uQ291bnRQb3NpdGlvblkgb3IgXCJ0b3BcIiB8IFwiYm90dG9tXCIgfCBcImNlbnRlclwiXG4gICAqIFNldHMgdGhlIFkgcG9zaXRpb24gb2YgdGhlIG5vdGlmaWNhdGlvbiB0aXAuXG4gICAqIERlZmF1bHRzIHRvIFwidG9wXCIgaWYgaXQgaGFzIGNvbnRlbnQsIGVsc2UgJ2NlbnRlcicuXG4gICAqL1xuICBASW5wdXQoKVxuICBzZXQgcG9zaXRpb25ZKHBvc2l0aW9uWTogVGROb3RpZmljYXRpb25Db3VudFBvc2l0aW9uWSkge1xuICAgIHRoaXMuX3Bvc2l0aW9uWSA9IHBvc2l0aW9uWTtcbiAgfVxuICBnZXQgcG9zaXRpb25ZKCk6IFRkTm90aWZpY2F0aW9uQ291bnRQb3NpdGlvblkge1xuICAgIHJldHVybiB0aGlzLl9wb3NpdGlvblk7XG4gIH1cblxuICAvKipcbiAgICogbm90aWZpY2F0aW9ucz86IG51bWJlciB8IGJvb2xlYW5cbiAgICogTnVtYmVyIGZvciB0aGUgbm90aWZpY2F0aW9uIGNvdW50LiBTaG93cyBjb21wb25lbnQgb25seSBpZiB0aGUgaW5wdXQgaXMgYSBwb3NpdGl2ZSBudW1iZXIgb3IgJ3RydWUnXG4gICAqL1xuICBASW5wdXQoKVxuICBzZXQgbm90aWZpY2F0aW9ucyhub3RpZmljYXRpb25zOiBudW1iZXIgfCBib29sZWFuKSB7XG4gICAgdGhpcy5fbm90aWZpY2F0aW9ucyA9IG5vdGlmaWNhdGlvbnM7XG4gIH1cblxuICAvKipcbiAgICogbGltaXQ/OiBudW1iZXJcbiAgICogTGltaXQgZm9yIG5vdGlmaWNhdGlvbiBjb3VudC4gSWYgdGhlIG51bWJlciBvZiBub3RpZmljYXRpb25zIGlzIGdyZWF0ZXIgdGhhbiBsaW1pdCwgdGhlbiArIHdpbGwgYmUgYWRkZWQuIERlZmF1bHRzIHRvIDk5LlxuICAgKi9cbiAgQElucHV0KClcbiAgc2V0IGxpbWl0KGxpbWl0OiBudW1iZXIpIHtcbiAgICB0aGlzLl9saW1pdCA9IGxpbWl0O1xuICB9XG5cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcy50ZC1ub3RpZmljYXRpb24taGlkZGVuJylcbiAgZ2V0IGhpZGVIb3N0KCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiAhdGhpcy5zaG93ICYmICF0aGlzLl9oYXNDb250ZW50KCk7XG4gIH1cblxuICAvKipcbiAgICogU2V0cyB0aGUgY29tcG9uZW50IGluIGl0cyAnbm9Db3VudCcgc3RhdGUgaWYgW25vdGlmaWNhdGlvbnNdIGlzIGEgYm9vbGVhbiAndHJ1ZScuXG4gICAqIE1ha2VzIHRoZSBub3RpZmljYXRpb24gdGlwIHNob3cgd2l0aG91dCBhIGNvdW50LlxuICAgKi9cbiAgZ2V0IG5vQ291bnQoKTogc3RyaW5nIHwgYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuX25vdGlmaWNhdGlvbnMgPT09IHRydWU7XG4gIH1cblxuICAvKipcbiAgICogTm90aWZpY2F0aW9uIGRpc3BsYXkgc3RyaW5nIHdoZW4gYSBjb3VudCBpcyBhdmFpbGFibGUuXG4gICAqIEFueXRoaW5nIG92ZXIgOTkgZ2V0cyBzZXQgYXMgOTkrXG4gICAqL1xuICBnZXQgbm90aWZpY2F0aW9uc0Rpc3BsYXkoKTogc3RyaW5nIHtcbiAgICBpZiAodGhpcy5fbm90aWZpY2F0aW9ucyA+IHRoaXMuX2xpbWl0KSB7XG4gICAgICByZXR1cm4gYCR7dGhpcy5fbGltaXR9K2A7XG4gICAgfVxuICAgIHJldHVybiB0aGlzLl9ub3RpZmljYXRpb25zLnRvU3RyaW5nKCk7XG4gIH1cblxuICAvKipcbiAgICogU2hvd3Mgbm90aWZpY2F0aW9uIHRpcCBvbmx5IHdoZW4gW25vdGlmaWNhdGlvbnNdIGlzIHRydWUgb3IgYSBwb3NpdGl2ZSBpbnRlZ2VyLlxuICAgKi9cbiAgZ2V0IHNob3coKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuX25vdGlmaWNhdGlvbnMgPT09IHRydWUgfHwgKCFpc05hTig8YW55PnRoaXMuX25vdGlmaWNhdGlvbnMpICYmIHRoaXMuX25vdGlmaWNhdGlvbnMgPiAwKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBDaGVjayBpZiBbcG9zaXRpb25YXSBhbmQgW3Bvc2l0aW9uWV0gaGF2ZSBiZWVuIHNldCBhcyBpbnB1dHMsIGVsc2UgdXNlIGRlZmF1bHRzIGRlcGVuZGluZyBvbiBjb21wb25lbnQgY29udGVudC5cbiAgICovXG4gIG5nQWZ0ZXJDb250ZW50SW5pdCgpOiB2b2lkIHtcbiAgICBpZiAoIXRoaXMuX3Bvc2l0aW9uWCkge1xuICAgICAgdGhpcy5wb3NpdGlvblggPSB0aGlzLl9oYXNDb250ZW50KCkgPyBUZE5vdGlmaWNhdGlvbkNvdW50UG9zaXRpb25YLkFmdGVyIDogVGROb3RpZmljYXRpb25Db3VudFBvc2l0aW9uWC5DZW50ZXI7XG4gICAgfVxuICAgIGlmICghdGhpcy5fcG9zaXRpb25ZKSB7XG4gICAgICB0aGlzLnBvc2l0aW9uWSA9IHRoaXMuX2hhc0NvbnRlbnQoKSA/IFRkTm90aWZpY2F0aW9uQ291bnRQb3NpdGlvblkuVG9wIDogVGROb3RpZmljYXRpb25Db3VudFBvc2l0aW9uWS5DZW50ZXI7XG4gICAgfVxuICB9XG5cbiAgLyoqXG4gICAqIE1ldGhvZCB0byBjaGVjayBpZiBlbGVtZW50IGhhcyBhbnkga2luZCBvZiBjb250ZW50IChlbGVtZW50cyBvciB0ZXh0KVxuICAgKi9cbiAgcHJpdmF0ZSBfaGFzQ29udGVudCgpOiBib29sZWFuIHtcbiAgICBpZiAodGhpcy5jb250ZW50KSB7XG4gICAgICBjb25zdCBjb250ZW50RWxlbWVudDogSFRNTEVsZW1lbnQgPSB0aGlzLmNvbnRlbnQubmF0aXZlRWxlbWVudDtcbiAgICAgIHJldHVybiBjb250ZW50RWxlbWVudCAmJiAoY29udGVudEVsZW1lbnQuY2hpbGRyZW4ubGVuZ3RoID4gMCB8fCAhIWNvbnRlbnRFbGVtZW50LnRleHRDb250ZW50LnRyaW0oKSk7XG4gICAgfVxuICAgIHJldHVybiBmYWxzZTtcbiAgfVxufVxuIl19
@@ -1,20 +0,0 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * Generated from: notifications.module.ts
4
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5
- */
6
- import { NgModule } from '@angular/core';
7
- import { CommonModule } from '@angular/common';
8
- import { TdNotificationCountComponent } from './notification-count.component';
9
- /** @type {?} */
10
- const TD_NOTIFICATIONS = [TdNotificationCountComponent];
11
- export class CovalentNotificationsModule {
12
- }
13
- CovalentNotificationsModule.decorators = [
14
- { type: NgModule, args: [{
15
- imports: [CommonModule],
16
- declarations: [TD_NOTIFICATIONS],
17
- exports: [TD_NOTIFICATIONS],
18
- },] }
19
- ];
20
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9ucy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vc3JjL3BsYXRmb3JtL2NvcmUvbm90aWZpY2F0aW9ucy8iLCJzb3VyY2VzIjpbIm5vdGlmaWNhdGlvbnMubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQ0EsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFFL0MsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sZ0NBQWdDLENBQUM7O01BRXhFLGdCQUFnQixHQUFnQixDQUFDLDRCQUE0QixDQUFDO0FBT3BFLE1BQU0sT0FBTywyQkFBMkI7OztZQUx2QyxRQUFRLFNBQUM7Z0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO2dCQUN2QixZQUFZLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQztnQkFDaEMsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLENBQUM7YUFDNUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBUeXBlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuXG5pbXBvcnQgeyBUZE5vdGlmaWNhdGlvbkNvdW50Q29tcG9uZW50IH0gZnJvbSAnLi9ub3RpZmljYXRpb24tY291bnQuY29tcG9uZW50JztcblxuY29uc3QgVERfTk9USUZJQ0FUSU9OUzogVHlwZTxhbnk+W10gPSBbVGROb3RpZmljYXRpb25Db3VudENvbXBvbmVudF07XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBkZWNsYXJhdGlvbnM6IFtURF9OT1RJRklDQVRJT05TXSxcbiAgZXhwb3J0czogW1REX05PVElGSUNBVElPTlNdLFxufSlcbmV4cG9ydCBjbGFzcyBDb3ZhbGVudE5vdGlmaWNhdGlvbnNNb2R1bGUge31cbiJdfQ==
@@ -1,8 +0,0 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * Generated from: public-api.ts
4
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5
- */
6
- export { CovalentNotificationsModule } from './notifications.module';
7
- export { TdNotificationCountPositionY, TdNotificationCountPositionX, DEFAULT_NOTIFICATION_LIMIT, TdNotificationCountComponent } from './notification-count.component';
8
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIuLi8uLi8uLi8uLi8uLi9zcmMvcGxhdGZvcm0vY29yZS9ub3RpZmljYXRpb25zLyIsInNvdXJjZXMiOlsicHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLDRDQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLHFJQUFjLGdDQUFnQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9ub3RpZmljYXRpb25zLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL25vdGlmaWNhdGlvbi1jb3VudC5jb21wb25lbnQnO1xuIl19
@@ -1,10 +0,0 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * Generated from: covalent-core-paging.ts
4
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5
- */
6
- /**
7
- * Generated bundle index. Do not edit.
8
- */
9
- export { CovalentPagingModule, TdPagingBarComponent } from './index';
10
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY292YWxlbnQtY29yZS1wYWdpbmcuanMiLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vc3JjL3BsYXRmb3JtL2NvcmUvcGFnaW5nLyIsInNvdXJjZXMiOlsiY292YWxlbnQtY29yZS1wYWdpbmcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7QUFJQSwyREFBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
@@ -1,7 +0,0 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * Generated from: index.ts
4
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5
- */
6
- export { CovalentPagingModule, TdPagingBarComponent } from './public-api';
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vc3JjL3BsYXRmb3JtL2NvcmUvcGFnaW5nLyIsInNvdXJjZXMiOlsiaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSwyREFBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19