novo-elements 11.4.0 → 12.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (680) hide show
  1. package/addons/ace-editor/index.d.ts +49 -2
  2. package/addons/ckeditor/index.d.ts +58 -2
  3. package/addons/code-editor/index.d.ts +43 -2
  4. package/elements/agenda/index.d.ts +601 -6
  5. package/elements/aside/index.d.ts +61 -5
  6. package/elements/autocomplete/index.d.ts +105 -2
  7. package/elements/avatar/index.d.ts +42 -3
  8. package/elements/breadcrumbs/index.d.ts +87 -6
  9. package/elements/button/index.d.ts +65 -2
  10. package/elements/calendar/index.d.ts +200 -6
  11. package/elements/card/index.d.ts +69 -2
  12. package/elements/category-dropdown/index.d.ts +44 -2
  13. package/elements/checkbox/index.d.ts +117 -3
  14. package/elements/chips/index.d.ts +665 -9
  15. package/elements/color-picker/index.d.ts +142 -4
  16. package/elements/common/index.d.ts +745 -19
  17. package/elements/data-table/index.d.ts +939 -15
  18. package/elements/date-picker/index.d.ts +410 -5
  19. package/elements/date-time-picker/index.d.ts +113 -3
  20. package/elements/divider/index.d.ts +25 -2
  21. package/elements/drag-drop/index.d.ts +74 -2
  22. package/elements/dropdown/index.d.ts +117 -2
  23. package/elements/expansion/index.d.ts +161 -6
  24. package/elements/field/index.d.ts +513 -14
  25. package/elements/flex/index.d.ts +53 -4
  26. package/elements/form/index.d.ts +1312 -17
  27. package/elements/header/index.d.ts +51 -2
  28. package/elements/icon/index.d.ts +37 -2
  29. package/elements/layout/index.d.ts +306 -6
  30. package/elements/list/index.d.ts +59 -2
  31. package/elements/loading/index.d.ts +64 -2
  32. package/elements/menu/index.d.ts +202 -8
  33. package/elements/modal/index.d.ts +96 -6
  34. package/elements/multi-picker/index.d.ts +122 -2
  35. package/elements/non-ideal-state/index.d.ts +22 -2
  36. package/elements/picker/index.d.ts +387 -3
  37. package/elements/places/index.d.ts +121 -3
  38. package/elements/popover/index.d.ts +93 -3
  39. package/elements/progress/index.d.ts +85 -4
  40. package/elements/query-builder/index.d.ts +625 -17
  41. package/elements/quick-note/index.d.ts +187 -3
  42. package/elements/radio/index.d.ts +147 -4
  43. package/elements/search/index.d.ts +85 -2
  44. package/elements/select/index.d.ts +248 -3
  45. package/elements/select-search/index.d.ts +268 -3
  46. package/elements/simple-table/index.d.ts +544 -12
  47. package/elements/simple-table/table.scss +10 -10
  48. package/elements/slider/index.d.ts +32 -2
  49. package/elements/stepper/index.d.ts +134 -7
  50. package/elements/switch/index.d.ts +35 -2
  51. package/elements/tabbed-group-picker/index.d.ts +147 -2
  52. package/elements/tabs/index.d.ts +105 -2
  53. package/elements/tiles/index.d.ts +45 -2
  54. package/elements/time-picker/index.d.ts +141 -3
  55. package/elements/tip-well/index.d.ts +37 -2
  56. package/elements/toast/index.d.ts +94 -3
  57. package/elements/toolbar/index.d.ts +32 -2
  58. package/elements/tooltip/index.d.ts +70 -3
  59. package/elements/unless/index.d.ts +26 -2
  60. package/elements/value/index.d.ts +142 -4
  61. package/fesm2022/novo-elements-addons-ace-editor.mjs +7 -7
  62. package/fesm2022/novo-elements-addons-ace-editor.mjs.map +1 -1
  63. package/fesm2022/novo-elements-addons-ckeditor.mjs +7 -7
  64. package/fesm2022/novo-elements-addons-ckeditor.mjs.map +1 -1
  65. package/fesm2022/novo-elements-addons-code-editor.mjs +7 -7
  66. package/fesm2022/novo-elements-addons-code-editor.mjs.map +1 -1
  67. package/fesm2022/novo-elements-elements-agenda.mjs +61 -61
  68. package/fesm2022/novo-elements-elements-agenda.mjs.map +1 -1
  69. package/fesm2022/novo-elements-elements-aside.mjs +17 -16
  70. package/fesm2022/novo-elements-elements-aside.mjs.map +1 -1
  71. package/fesm2022/novo-elements-elements-autocomplete.mjs +7 -7
  72. package/fesm2022/novo-elements-elements-autocomplete.mjs.map +1 -1
  73. package/fesm2022/novo-elements-elements-avatar.mjs +10 -10
  74. package/fesm2022/novo-elements-elements-avatar.mjs.map +1 -1
  75. package/fesm2022/novo-elements-elements-breadcrumbs.mjs +13 -13
  76. package/fesm2022/novo-elements-elements-breadcrumbs.mjs.map +1 -1
  77. package/fesm2022/novo-elements-elements-button.mjs +12 -12
  78. package/fesm2022/novo-elements-elements-button.mjs.map +1 -1
  79. package/fesm2022/novo-elements-elements-calendar.mjs +25 -25
  80. package/fesm2022/novo-elements-elements-calendar.mjs.map +1 -1
  81. package/fesm2022/novo-elements-elements-card.mjs +19 -19
  82. package/fesm2022/novo-elements-elements-card.mjs.map +1 -1
  83. package/fesm2022/novo-elements-elements-category-dropdown.mjs +7 -7
  84. package/fesm2022/novo-elements-elements-category-dropdown.mjs.map +1 -1
  85. package/fesm2022/novo-elements-elements-checkbox.mjs +10 -10
  86. package/fesm2022/novo-elements-elements-checkbox.mjs.map +1 -1
  87. package/fesm2022/novo-elements-elements-chips.mjs +47 -39
  88. package/fesm2022/novo-elements-elements-chips.mjs.map +1 -1
  89. package/fesm2022/novo-elements-elements-color-picker.mjs +13 -13
  90. package/fesm2022/novo-elements-elements-color-picker.mjs.map +1 -1
  91. package/fesm2022/novo-elements-elements-common.mjs +116 -107
  92. package/fesm2022/novo-elements-elements-common.mjs.map +1 -1
  93. package/fesm2022/novo-elements-elements-data-table.mjs +77 -77
  94. package/fesm2022/novo-elements-elements-data-table.mjs.map +1 -1
  95. package/fesm2022/novo-elements-elements-date-picker.mjs +17 -17
  96. package/fesm2022/novo-elements-elements-date-picker.mjs.map +1 -1
  97. package/fesm2022/novo-elements-elements-date-time-picker.mjs +11 -11
  98. package/fesm2022/novo-elements-elements-date-time-picker.mjs.map +1 -1
  99. package/fesm2022/novo-elements-elements-divider.mjs +7 -7
  100. package/fesm2022/novo-elements-elements-divider.mjs.map +1 -1
  101. package/fesm2022/novo-elements-elements-drag-drop.mjs +11 -11
  102. package/fesm2022/novo-elements-elements-drag-drop.mjs.map +1 -1
  103. package/fesm2022/novo-elements-elements-dropdown.mjs +19 -19
  104. package/fesm2022/novo-elements-elements-dropdown.mjs.map +1 -1
  105. package/fesm2022/novo-elements-elements-expansion.mjs +26 -26
  106. package/fesm2022/novo-elements-elements-expansion.mjs.map +1 -1
  107. package/fesm2022/novo-elements-elements-field.mjs +46 -46
  108. package/fesm2022/novo-elements-elements-field.mjs.map +1 -1
  109. package/fesm2022/novo-elements-elements-flex.mjs +16 -16
  110. package/fesm2022/novo-elements-elements-flex.mjs.map +1 -1
  111. package/fesm2022/novo-elements-elements-form.mjs +53 -53
  112. package/fesm2022/novo-elements-elements-form.mjs.map +1 -1
  113. package/fesm2022/novo-elements-elements-header.mjs +16 -16
  114. package/fesm2022/novo-elements-elements-header.mjs.map +1 -1
  115. package/fesm2022/novo-elements-elements-icon.mjs +7 -7
  116. package/fesm2022/novo-elements-elements-icon.mjs.map +1 -1
  117. package/fesm2022/novo-elements-elements-layout.mjs +19 -19
  118. package/fesm2022/novo-elements-elements-layout.mjs.map +1 -1
  119. package/fesm2022/novo-elements-elements-list.mjs +28 -28
  120. package/fesm2022/novo-elements-elements-list.mjs.map +1 -1
  121. package/fesm2022/novo-elements-elements-loading.mjs +19 -19
  122. package/fesm2022/novo-elements-elements-loading.mjs.map +1 -1
  123. package/fesm2022/novo-elements-elements-menu.mjs +19 -19
  124. package/fesm2022/novo-elements-elements-menu.mjs.map +1 -1
  125. package/fesm2022/novo-elements-elements-modal.mjs +26 -23
  126. package/fesm2022/novo-elements-elements-modal.mjs.map +1 -1
  127. package/fesm2022/novo-elements-elements-multi-picker.mjs +7 -7
  128. package/fesm2022/novo-elements-elements-multi-picker.mjs.map +1 -1
  129. package/fesm2022/novo-elements-elements-non-ideal-state.mjs +7 -7
  130. package/fesm2022/novo-elements-elements-non-ideal-state.mjs.map +1 -1
  131. package/fesm2022/novo-elements-elements-picker.mjs +42 -39
  132. package/fesm2022/novo-elements-elements-picker.mjs.map +1 -1
  133. package/fesm2022/novo-elements-elements-places.mjs +10 -10
  134. package/fesm2022/novo-elements-elements-places.mjs.map +1 -1
  135. package/fesm2022/novo-elements-elements-popover.mjs +10 -10
  136. package/fesm2022/novo-elements-elements-popover.mjs.map +1 -1
  137. package/fesm2022/novo-elements-elements-progress.mjs +10 -10
  138. package/fesm2022/novo-elements-elements-progress.mjs.map +1 -1
  139. package/fesm2022/novo-elements-elements-query-builder.mjs +88 -88
  140. package/fesm2022/novo-elements-elements-query-builder.mjs.map +1 -1
  141. package/fesm2022/novo-elements-elements-quick-note.mjs +10 -10
  142. package/fesm2022/novo-elements-elements-quick-note.mjs.map +1 -1
  143. package/fesm2022/novo-elements-elements-radio.mjs +10 -10
  144. package/fesm2022/novo-elements-elements-radio.mjs.map +1 -1
  145. package/fesm2022/novo-elements-elements-search.mjs +7 -7
  146. package/fesm2022/novo-elements-elements-search.mjs.map +1 -1
  147. package/fesm2022/novo-elements-elements-select-search.mjs +10 -10
  148. package/fesm2022/novo-elements-elements-select-search.mjs.map +1 -1
  149. package/fesm2022/novo-elements-elements-select.mjs +23 -19
  150. package/fesm2022/novo-elements-elements-select.mjs.map +1 -1
  151. package/fesm2022/novo-elements-elements-simple-table.mjs +119 -93
  152. package/fesm2022/novo-elements-elements-simple-table.mjs.map +1 -1
  153. package/fesm2022/novo-elements-elements-slider.mjs +7 -7
  154. package/fesm2022/novo-elements-elements-slider.mjs.map +1 -1
  155. package/fesm2022/novo-elements-elements-stepper.mjs +34 -34
  156. package/fesm2022/novo-elements-elements-stepper.mjs.map +1 -1
  157. package/fesm2022/novo-elements-elements-switch.mjs +7 -7
  158. package/fesm2022/novo-elements-elements-switch.mjs.map +1 -1
  159. package/fesm2022/novo-elements-elements-tabbed-group-picker.mjs +7 -7
  160. package/fesm2022/novo-elements-elements-tabbed-group-picker.mjs.map +1 -1
  161. package/fesm2022/novo-elements-elements-tabs.mjs +26 -26
  162. package/fesm2022/novo-elements-elements-tabs.mjs.map +1 -1
  163. package/fesm2022/novo-elements-elements-tiles.mjs +7 -7
  164. package/fesm2022/novo-elements-elements-tiles.mjs.map +1 -1
  165. package/fesm2022/novo-elements-elements-time-picker.mjs +10 -10
  166. package/fesm2022/novo-elements-elements-time-picker.mjs.map +1 -1
  167. package/fesm2022/novo-elements-elements-tip-well.mjs +7 -7
  168. package/fesm2022/novo-elements-elements-tip-well.mjs.map +1 -1
  169. package/fesm2022/novo-elements-elements-toast.mjs +10 -10
  170. package/fesm2022/novo-elements-elements-toast.mjs.map +1 -1
  171. package/fesm2022/novo-elements-elements-toolbar.mjs +10 -10
  172. package/fesm2022/novo-elements-elements-toolbar.mjs.map +1 -1
  173. package/fesm2022/novo-elements-elements-tooltip.mjs +12 -12
  174. package/fesm2022/novo-elements-elements-tooltip.mjs.map +1 -1
  175. package/fesm2022/novo-elements-elements-unless.mjs +7 -7
  176. package/fesm2022/novo-elements-elements-unless.mjs.map +1 -1
  177. package/fesm2022/novo-elements-elements-value.mjs +14 -14
  178. package/fesm2022/novo-elements-elements-value.mjs.map +1 -1
  179. package/fesm2022/novo-elements-pipes.mjs +35 -35
  180. package/fesm2022/novo-elements-pipes.mjs.map +1 -1
  181. package/fesm2022/novo-elements-services.mjs +24 -24
  182. package/fesm2022/novo-elements-services.mjs.map +1 -1
  183. package/fesm2022/novo-elements-utils.mjs +4 -4
  184. package/fesm2022/novo-elements-utils.mjs.map +1 -1
  185. package/fesm2022/novo-elements.mjs +9 -8
  186. package/fesm2022/novo-elements.mjs.map +1 -1
  187. package/index.d.ts +27 -3
  188. package/package.json +17 -17
  189. package/pipes/index.d.ts +75 -7
  190. package/services/index.d.ts +602 -9
  191. package/utils/index.d.ts +1631 -12
  192. package/addons/ace-editor/AceEditor.d.ts +0 -42
  193. package/addons/ace-editor/AceEditor.module.d.ts +0 -8
  194. package/addons/ckeditor/CKEditor.d.ts +0 -52
  195. package/addons/ckeditor/CKEditor.module.d.ts +0 -9
  196. package/addons/code-editor/CodeEditor.d.ts +0 -32
  197. package/addons/code-editor/CodeEditor.module.d.ts +0 -9
  198. package/elements/agenda/Agenda.module.d.ts +0 -29
  199. package/elements/agenda/common/AgendaDateChange.d.ts +0 -28
  200. package/elements/agenda/common/EventTypeLegend.d.ts +0 -10
  201. package/elements/agenda/common/index.d.ts +0 -2
  202. package/elements/agenda/day/AgendaAllDayEvent.d.ts +0 -10
  203. package/elements/agenda/day/AgendaDayEvent.d.ts +0 -11
  204. package/elements/agenda/day/AgendaDayView.d.ts +0 -151
  205. package/elements/agenda/day/AgendaHourSegment.d.ts +0 -10
  206. package/elements/agenda/day/index.d.ts +0 -4
  207. package/elements/agenda/month/AgendaMonthDay.d.ts +0 -17
  208. package/elements/agenda/month/AgendaMonthHeader.d.ts +0 -17
  209. package/elements/agenda/month/AgendaMonthView.d.ts +0 -113
  210. package/elements/agenda/month/index.d.ts +0 -3
  211. package/elements/agenda/pipe/DayOfMonth.pipe.d.ts +0 -9
  212. package/elements/agenda/pipe/EndOfWeekDisplayPipe.pipe.d.ts +0 -9
  213. package/elements/agenda/pipe/Hours.pipe.d.ts +0 -9
  214. package/elements/agenda/pipe/Month.pipe.d.ts +0 -9
  215. package/elements/agenda/pipe/MonthDay.pipe.d.ts +0 -9
  216. package/elements/agenda/pipe/Weekday.pipe.d.ts +0 -9
  217. package/elements/agenda/pipe/Year.pipe.d.ts +0 -9
  218. package/elements/agenda/pipe/index.d.ts +0 -7
  219. package/elements/agenda/week/AgendaWeekEvent.d.ts +0 -11
  220. package/elements/agenda/week/AgendaWeekHeader.d.ts +0 -17
  221. package/elements/agenda/week/AgendaWeekView.d.ts +0 -159
  222. package/elements/agenda/week/index.d.ts +0 -3
  223. package/elements/aside/aside-ref.d.ts +0 -17
  224. package/elements/aside/aside.animation.d.ts +0 -1
  225. package/elements/aside/aside.component.d.ts +0 -18
  226. package/elements/aside/aside.module.d.ts +0 -9
  227. package/elements/aside/aside.service.d.ts +0 -16
  228. package/elements/autocomplete/autocomplete.component.d.ts +0 -92
  229. package/elements/autocomplete/autocomplete.module.d.ts +0 -12
  230. package/elements/avatar/Avatar.d.ts +0 -22
  231. package/elements/avatar/Avatar.module.d.ts +0 -9
  232. package/elements/avatar/AvatarStack.d.ts +0 -12
  233. package/elements/breadcrumbs/Breadcrumb.d.ts +0 -13
  234. package/elements/breadcrumbs/Breadcrumb.module.d.ts +0 -15
  235. package/elements/breadcrumbs/Breadcrumb.service.d.ts +0 -9
  236. package/elements/breadcrumbs/Breadcrumb.tokens.d.ts +0 -13
  237. package/elements/breadcrumbs/Breadcrumb.types.d.ts +0 -18
  238. package/elements/breadcrumbs/breadcrumb-item/BreadcrumbItem.d.ts +0 -23
  239. package/elements/breadcrumbs/breadcrumb-item/index.d.ts +0 -1
  240. package/elements/button/Button.d.ts +0 -55
  241. package/elements/button/Button.module.d.ts +0 -8
  242. package/elements/calendar/Calendar.module.d.ts +0 -15
  243. package/elements/calendar/calendar.component.d.ts +0 -57
  244. package/elements/calendar/month-select/month-select.component.d.ts +0 -18
  245. package/elements/calendar/month-view/month-view.component.d.ts +0 -60
  246. package/elements/calendar/strategies/default-selection.strategy.d.ts +0 -17
  247. package/elements/calendar/strategies/index.d.ts +0 -4
  248. package/elements/calendar/strategies/multi-date-selection.strategy.d.ts +0 -9
  249. package/elements/calendar/strategies/range-selection.strategy.d.ts +0 -9
  250. package/elements/calendar/strategies/week-selection.strategy.d.ts +0 -9
  251. package/elements/calendar/year-select/year-select.component.d.ts +0 -20
  252. package/elements/card/Card.d.ts +0 -55
  253. package/elements/card/Card.module.d.ts +0 -12
  254. package/elements/category-dropdown/CategoryDropdown.d.ts +0 -32
  255. package/elements/category-dropdown/CategoryDropdown.module.d.ts +0 -10
  256. package/elements/checkbox/CheckList.d.ts +0 -23
  257. package/elements/checkbox/Checkbox.d.ts +0 -84
  258. package/elements/checkbox/Checkbox.module.d.ts +0 -11
  259. package/elements/chips/Chip.d.ts +0 -164
  260. package/elements/chips/ChipDefaults.d.ts +0 -8
  261. package/elements/chips/ChipInput.d.ts +0 -77
  262. package/elements/chips/ChipList.d.ts +0 -293
  263. package/elements/chips/ChipTextControl.d.ts +0 -14
  264. package/elements/chips/Chips.d.ts +0 -91
  265. package/elements/chips/Chips.module.d.ts +0 -19
  266. package/elements/chips/RowChips.d.ts +0 -17
  267. package/elements/chips/pipe/AvatarType.pipe.d.ts +0 -7
  268. package/elements/chips/pipe/index.d.ts +0 -1
  269. package/elements/color-picker/color-input.component.d.ts +0 -57
  270. package/elements/color-picker/color-picker.component.d.ts +0 -41
  271. package/elements/color-picker/color-picker.module.d.ts +0 -15
  272. package/elements/color-picker/color-swatch.component.d.ts +0 -31
  273. package/elements/common/common.module.d.ts +0 -24
  274. package/elements/common/directives/accent.directive.d.ts +0 -14
  275. package/elements/common/directives/bg.directive.d.ts +0 -11
  276. package/elements/common/directives/border.directive.d.ts +0 -29
  277. package/elements/common/directives/color.directive.d.ts +0 -11
  278. package/elements/common/directives/fill.directive.d.ts +0 -10
  279. package/elements/common/directives/flex.directive.d.ts +0 -12
  280. package/elements/common/directives/space.directive.d.ts +0 -54
  281. package/elements/common/directives/switch-cases.directive.d.ts +0 -16
  282. package/elements/common/directives/theme.directive.d.ts +0 -10
  283. package/elements/common/directives/visible.directive.d.ts +0 -10
  284. package/elements/common/error/error-options.d.ts +0 -14
  285. package/elements/common/mixins/color.mixin.d.ts +0 -15
  286. package/elements/common/mixins/constructor.d.ts +0 -9
  287. package/elements/common/mixins/disabled.mixin.d.ts +0 -10
  288. package/elements/common/mixins/error-state.mixin.d.ts +0 -25
  289. package/elements/common/mixins/index.d.ts +0 -9
  290. package/elements/common/mixins/overlay.mixin.d.ts +0 -17
  291. package/elements/common/mixins/required.mixin.d.ts +0 -10
  292. package/elements/common/mixins/size.mixin.d.ts +0 -15
  293. package/elements/common/mixins/tab-index.mixin.d.ts +0 -13
  294. package/elements/common/mixins/types.d.ts +0 -5
  295. package/elements/common/novo-template/index.d.ts +0 -1
  296. package/elements/common/novo-template/novo-template.directive.d.ts +0 -11
  297. package/elements/common/option/index.d.ts +0 -13
  298. package/elements/common/option/optgroup.component.d.ts +0 -32
  299. package/elements/common/option/option-parent.d.ts +0 -14
  300. package/elements/common/option/option.component.d.ts +0 -140
  301. package/elements/common/overlay/Overlay.d.ts +0 -71
  302. package/elements/common/overlay/Overlay.module.d.ts +0 -11
  303. package/elements/common/overlay/index.d.ts +0 -2
  304. package/elements/common/selection/index.d.ts +0 -8
  305. package/elements/common/selection/pseudo-checkbox/pseudo-checkbox.component.d.ts +0 -32
  306. package/elements/common/theme/theme-options.d.ts +0 -25
  307. package/elements/common/typography/base/base-text.component.d.ts +0 -33
  308. package/elements/common/typography/caption/caption.component.d.ts +0 -16
  309. package/elements/common/typography/index.d.ts +0 -7
  310. package/elements/common/typography/label/label.component.d.ts +0 -10
  311. package/elements/common/typography/link/link.component.d.ts +0 -17
  312. package/elements/common/typography/text/text.component.d.ts +0 -17
  313. package/elements/common/typography/text.types.d.ts +0 -3
  314. package/elements/common/typography/title/title.component.d.ts +0 -18
  315. package/elements/data-table/ListInteractionTypes.d.ts +0 -10
  316. package/elements/data-table/cell-headers/data-table-checkbox-header-cell.component.d.ts +0 -24
  317. package/elements/data-table/cell-headers/data-table-expand-header-cell.component.d.ts +0 -16
  318. package/elements/data-table/cell-headers/data-table-header-cell-filter-header.component.d.ts +0 -16
  319. package/elements/data-table/cell-headers/data-table-header-cell.component.d.ts +0 -91
  320. package/elements/data-table/cell-headers/data-table-header-cell.directive.d.ts +0 -14
  321. package/elements/data-table/cell-headers/index.d.ts +0 -5
  322. package/elements/data-table/cells/data-table-cell.component.d.ts +0 -20
  323. package/elements/data-table/cells/data-table-checkbox-cell.component.d.ts +0 -23
  324. package/elements/data-table/cells/data-table-expand-cell.component.d.ts +0 -19
  325. package/elements/data-table/cells/index.d.ts +0 -3
  326. package/elements/data-table/data-table-clear-button.component.d.ts +0 -23
  327. package/elements/data-table/data-table-expand.directive.d.ts +0 -21
  328. package/elements/data-table/data-table.component.d.ts +0 -126
  329. package/elements/data-table/data-table.module.d.ts +0 -42
  330. package/elements/data-table/data-table.pipes.d.ts +0 -52
  331. package/elements/data-table/data-table.source.d.ts +0 -22
  332. package/elements/data-table/data-table.token.d.ts +0 -27
  333. package/elements/data-table/interfaces.d.ts +0 -268
  334. package/elements/data-table/pagination/data-table-pagination.component.d.ts +0 -62
  335. package/elements/data-table/pagination/index.d.ts +0 -1
  336. package/elements/data-table/rows/data-table-header-row.component.d.ts +0 -9
  337. package/elements/data-table/rows/data-table-row.component.d.ts +0 -10
  338. package/elements/data-table/rows/index.d.ts +0 -2
  339. package/elements/data-table/services/data-table-filter-utils.d.ts +0 -3
  340. package/elements/data-table/services/index.d.ts +0 -3
  341. package/elements/data-table/services/remote-data-table.service.d.ts +0 -11
  342. package/elements/data-table/services/static-data-table.service.d.ts +0 -15
  343. package/elements/data-table/sort-filter/index.d.ts +0 -3
  344. package/elements/data-table/sort-filter/sort-button.animations.d.ts +0 -5
  345. package/elements/data-table/sort-filter/sort-button.component.d.ts +0 -21
  346. package/elements/data-table/sort-filter/sort-direction.d.ts +0 -5
  347. package/elements/data-table/sort-filter/sort-filter.directive.d.ts +0 -11
  348. package/elements/data-table/state/data-table-state.service.d.ts +0 -52
  349. package/elements/data-table/state/index.d.ts +0 -1
  350. package/elements/date-picker/DatePicker.d.ts +0 -113
  351. package/elements/date-picker/DatePicker.module.d.ts +0 -19
  352. package/elements/date-picker/DatePickerInput.d.ts +0 -146
  353. package/elements/date-picker/DateRangeInput.d.ts +0 -77
  354. package/elements/date-picker/MultiDateInput.d.ts +0 -67
  355. package/elements/date-time-picker/DateTimePicker.d.ts +0 -51
  356. package/elements/date-time-picker/DateTimePicker.module.d.ts +0 -14
  357. package/elements/date-time-picker/DateTimePickerInput.d.ts +0 -50
  358. package/elements/divider/divider.component.d.ts +0 -16
  359. package/elements/divider/divider.module.d.ts +0 -7
  360. package/elements/drag-drop/drag-drop-box.d.ts +0 -65
  361. package/elements/drag-drop/drag-drop.module.d.ts +0 -7
  362. package/elements/dropdown/Dropdown.d.ts +0 -108
  363. package/elements/dropdown/Dropdown.module.d.ts +0 -8
  364. package/elements/expansion/accordion.d.ts +0 -24
  365. package/elements/expansion/expansion-animations.d.ts +0 -9
  366. package/elements/expansion/expansion-panel-content.d.ts +0 -12
  367. package/elements/expansion/expansion-panel-header.d.ts +0 -52
  368. package/elements/expansion/expansion-panel.d.ts +0 -57
  369. package/elements/expansion/expansion.module.d.ts +0 -13
  370. package/elements/field/error/error.d.ts +0 -10
  371. package/elements/field/error/index.d.ts +0 -1
  372. package/elements/field/field-control.d.ts +0 -54
  373. package/elements/field/field.d.ts +0 -59
  374. package/elements/field/field.module.d.ts +0 -20
  375. package/elements/field/fieldset.d.ts +0 -18
  376. package/elements/field/formats/base-format.d.ts +0 -13
  377. package/elements/field/formats/date-format.d.ts +0 -26
  378. package/elements/field/formats/date-range-format.d.ts +0 -36
  379. package/elements/field/formats/date-time-format.d.ts +0 -35
  380. package/elements/field/formats/time-format.d.ts +0 -38
  381. package/elements/field/hint/hint.d.ts +0 -11
  382. package/elements/field/hint/index.d.ts +0 -1
  383. package/elements/field/input.d.ts +0 -165
  384. package/elements/field/picker.directive.d.ts +0 -22
  385. package/elements/field/toggle/picker-toggle.component.d.ts +0 -48
  386. package/elements/flex/Box.d.ts +0 -11
  387. package/elements/flex/Flex.d.ts +0 -17
  388. package/elements/flex/Flex.module.d.ts +0 -10
  389. package/elements/flex/Grid.d.ts +0 -14
  390. package/elements/form/Control.d.ts +0 -116
  391. package/elements/form/ControlGroup.d.ts +0 -111
  392. package/elements/form/ControlTemplates.d.ts +0 -12
  393. package/elements/form/DynamicForm.d.ts +0 -54
  394. package/elements/form/FieldInteractionApi.d.ts +0 -177
  395. package/elements/form/FieldInteractionApiTypes.d.ts +0 -29
  396. package/elements/form/FieldInteractionModals.d.ts +0 -21
  397. package/elements/form/Form.d.ts +0 -24
  398. package/elements/form/Form.module.d.ts +0 -39
  399. package/elements/form/FormControls.d.ts +0 -24
  400. package/elements/form/FormInterfaces.d.ts +0 -29
  401. package/elements/form/FormValidators.d.ts +0 -22
  402. package/elements/form/NovoFormControl.d.ts +0 -112
  403. package/elements/form/NovoFormGroup.d.ts +0 -19
  404. package/elements/form/controls/BaseControl.d.ts +0 -119
  405. package/elements/form/controls/ControlFactory.d.ts +0 -4
  406. package/elements/form/controls/ace-editor/AceEditorControl.d.ts +0 -5
  407. package/elements/form/controls/ace-editor/index.d.ts +0 -1
  408. package/elements/form/controls/address/AddressControl.d.ts +0 -5
  409. package/elements/form/controls/address/index.d.ts +0 -1
  410. package/elements/form/controls/check-list/CheckListControl.d.ts +0 -5
  411. package/elements/form/controls/check-list/index.d.ts +0 -1
  412. package/elements/form/controls/checkbox/CheckboxControl.d.ts +0 -5
  413. package/elements/form/controls/checkbox/index.d.ts +0 -1
  414. package/elements/form/controls/code-editor/CodeEditorControl.d.ts +0 -5
  415. package/elements/form/controls/code-editor/index.d.ts +0 -1
  416. package/elements/form/controls/custom/CustomControl.d.ts +0 -5
  417. package/elements/form/controls/custom/index.d.ts +0 -1
  418. package/elements/form/controls/date/DateControl.d.ts +0 -5
  419. package/elements/form/controls/date/index.d.ts +0 -1
  420. package/elements/form/controls/date-time/DateTimeControl.d.ts +0 -5
  421. package/elements/form/controls/date-time/index.d.ts +0 -1
  422. package/elements/form/controls/editor/EditorControl.d.ts +0 -6
  423. package/elements/form/controls/editor/index.d.ts +0 -1
  424. package/elements/form/controls/file/FileControl.d.ts +0 -5
  425. package/elements/form/controls/file/index.d.ts +0 -1
  426. package/elements/form/controls/grouped/GroupedControl.d.ts +0 -6
  427. package/elements/form/controls/grouped/index.d.ts +0 -1
  428. package/elements/form/controls/index.d.ts +0 -24
  429. package/elements/form/controls/native-select/NativeSelectControl.d.ts +0 -6
  430. package/elements/form/controls/native-select/index.d.ts +0 -1
  431. package/elements/form/controls/picker/PickerControl.d.ts +0 -9
  432. package/elements/form/controls/picker/index.d.ts +0 -1
  433. package/elements/form/controls/quick-note/QuickNoteControl.d.ts +0 -6
  434. package/elements/form/controls/quick-note/index.d.ts +0 -1
  435. package/elements/form/controls/radio/RadioControl.d.ts +0 -6
  436. package/elements/form/controls/radio/index.d.ts +0 -1
  437. package/elements/form/controls/read-only/ReadOnlyControl.d.ts +0 -5
  438. package/elements/form/controls/read-only/index.d.ts +0 -1
  439. package/elements/form/controls/select/SelectControl.d.ts +0 -6
  440. package/elements/form/controls/select/index.d.ts +0 -1
  441. package/elements/form/controls/switch/SwitchControl.d.ts +0 -5
  442. package/elements/form/controls/switch/index.d.ts +0 -1
  443. package/elements/form/controls/text-area/TextAreaControl.d.ts +0 -5
  444. package/elements/form/controls/text-area/index.d.ts +0 -1
  445. package/elements/form/controls/textbox/TextBoxControl.d.ts +0 -9
  446. package/elements/form/controls/textbox/index.d.ts +0 -1
  447. package/elements/form/controls/tiles/TilesControl.d.ts +0 -6
  448. package/elements/form/controls/tiles/index.d.ts +0 -1
  449. package/elements/form/controls/time/TimeControl.d.ts +0 -5
  450. package/elements/form/controls/time/index.d.ts +0 -1
  451. package/elements/form/controls/timezone/TimezoneControl.d.ts +0 -7
  452. package/elements/form/controls/timezone/index.d.ts +0 -1
  453. package/elements/form/extras/FormExtras.module.d.ts +0 -21
  454. package/elements/form/extras/address/Address.d.ts +0 -70
  455. package/elements/form/extras/address/index.d.ts +0 -1
  456. package/elements/form/extras/file/FileInput.d.ts +0 -134
  457. package/elements/form/extras/file/extras/file/File.d.ts +0 -22
  458. package/elements/form/extras/file/extras/file/index.d.ts +0 -1
  459. package/elements/form/extras/file/extras/index.d.ts +0 -1
  460. package/elements/form/extras/file/index.d.ts +0 -2
  461. package/elements/form/extras/index.d.ts +0 -4
  462. package/elements/form/extras/number-range/index.d.ts +0 -1
  463. package/elements/form/extras/number-range/number-range.component.d.ts +0 -27
  464. package/elements/form/utils/FormUtils.d.ts +0 -79
  465. package/elements/form/utils/index.d.ts +0 -1
  466. package/elements/header/Header.d.ts +0 -38
  467. package/elements/header/Header.module.d.ts +0 -11
  468. package/elements/icon/Icon.d.ts +0 -27
  469. package/elements/icon/Icon.module.d.ts +0 -8
  470. package/elements/layout/container/layout-container.component.d.ts +0 -118
  471. package/elements/layout/content/layout-content.component.d.ts +0 -13
  472. package/elements/layout/layout.constants.d.ts +0 -19
  473. package/elements/layout/layout.module.d.ts +0 -11
  474. package/elements/layout/rail/rail.component.d.ts +0 -9
  475. package/elements/layout/sidenav/sidenav.animations.d.ts +0 -8
  476. package/elements/layout/sidenav/sidenav.component.d.ts +0 -147
  477. package/elements/list/List.d.ts +0 -47
  478. package/elements/list/List.module.d.ts +0 -10
  479. package/elements/loading/Loading.d.ts +0 -54
  480. package/elements/loading/Loading.module.d.ts +0 -8
  481. package/elements/menu/menu-content.component.d.ts +0 -45
  482. package/elements/menu/menu-item.directive.d.ts +0 -21
  483. package/elements/menu/menu.component.d.ts +0 -39
  484. package/elements/menu/menu.directive.d.ts +0 -29
  485. package/elements/menu/menu.module.d.ts +0 -17
  486. package/elements/menu/menu.service.d.ts +0 -60
  487. package/elements/menu/menu.tokens.d.ts +0 -3
  488. package/elements/menu/menu.types.d.ts +0 -8
  489. package/elements/modal/modal-container.component.d.ts +0 -20
  490. package/elements/modal/modal-ref.d.ts +0 -25
  491. package/elements/modal/modal.animation.d.ts +0 -1
  492. package/elements/modal/modal.component.d.ts +0 -21
  493. package/elements/modal/modal.module.d.ts +0 -12
  494. package/elements/modal/modal.service.d.ts +0 -19
  495. package/elements/multi-picker/MultiPicker.d.ts +0 -110
  496. package/elements/multi-picker/MultiPicker.module.d.ts +0 -11
  497. package/elements/non-ideal-state/NonIdealState.d.ts +0 -10
  498. package/elements/non-ideal-state/NonIdealState.module.d.ts +0 -10
  499. package/elements/picker/Picker.d.ts +0 -78
  500. package/elements/picker/Picker.module.d.ts +0 -22
  501. package/elements/picker/extras/base-picker-results/BasePickerResults.d.ts +0 -96
  502. package/elements/picker/extras/base-picker-results/index.d.ts +0 -1
  503. package/elements/picker/extras/checklist-picker-results/ChecklistPickerResults.d.ts +0 -24
  504. package/elements/picker/extras/checklist-picker-results/index.d.ts +0 -1
  505. package/elements/picker/extras/distributionlist-picker-results/DistributionListPickerResults.d.ts +0 -16
  506. package/elements/picker/extras/distributionlist-picker-results/index.d.ts +0 -1
  507. package/elements/picker/extras/entity-picker-results/EntityPickerResults.d.ts +0 -37
  508. package/elements/picker/extras/entity-picker-results/index.d.ts +0 -1
  509. package/elements/picker/extras/grouped-multi-picker-results/GroupedMultiPickerResults.d.ts +0 -45
  510. package/elements/picker/extras/grouped-multi-picker-results/index.d.ts +0 -1
  511. package/elements/picker/extras/index.d.ts +0 -9
  512. package/elements/picker/extras/mixed-multi-picker-results/MixedMultiPickerResults.d.ts +0 -50
  513. package/elements/picker/extras/mixed-multi-picker-results/index.d.ts +0 -1
  514. package/elements/picker/extras/picker-results/PickerResults.d.ts +0 -14
  515. package/elements/picker/extras/picker-results/index.d.ts +0 -1
  516. package/elements/picker/extras/skills-picker-results/SkillsSpecialtyPickerResults.d.ts +0 -24
  517. package/elements/picker/extras/skills-picker-results/index.d.ts +0 -1
  518. package/elements/picker/extras/workers-comp-codes-picker-results/WorkersCompCodesPickerResults.d.ts +0 -13
  519. package/elements/picker/extras/workers-comp-codes-picker-results/index.d.ts +0 -1
  520. package/elements/places/places.component.d.ts +0 -85
  521. package/elements/places/places.module.d.ts +0 -10
  522. package/elements/places/places.service.d.ts +0 -25
  523. package/elements/popover/PopOver.d.ts +0 -37
  524. package/elements/popover/PopOver.module.d.ts +0 -9
  525. package/elements/popover/PopOverContent.d.ts +0 -49
  526. package/elements/progress/Progress.d.ts +0 -24
  527. package/elements/progress/Progress.module.d.ts +0 -9
  528. package/elements/progress/ProgressBar.d.ts +0 -45
  529. package/elements/progress/ProgressConstants.d.ts +0 -10
  530. package/elements/query-builder/condition-builder/condition-builder.component.d.ts +0 -94
  531. package/elements/query-builder/condition-definitions/abstract-condition.definition.d.ts +0 -35
  532. package/elements/query-builder/condition-definitions/address-condition.definition.d.ts +0 -45
  533. package/elements/query-builder/condition-definitions/boolean-condition.definition.d.ts +0 -14
  534. package/elements/query-builder/condition-definitions/date-condition.definition.d.ts +0 -19
  535. package/elements/query-builder/condition-definitions/date-time-condition.definition.d.ts +0 -19
  536. package/elements/query-builder/condition-definitions/id-condition.definition.d.ts +0 -11
  537. package/elements/query-builder/condition-definitions/number-condition.definition.d.ts +0 -14
  538. package/elements/query-builder/condition-definitions/picker-condition.definition.d.ts +0 -23
  539. package/elements/query-builder/condition-definitions/string-condition.definition.d.ts +0 -21
  540. package/elements/query-builder/condition-group/condition-group.component.d.ts +0 -37
  541. package/elements/query-builder/condition-templates/condition-templates.component.d.ts +0 -8
  542. package/elements/query-builder/criteria-builder/criteria-builder.component.d.ts +0 -54
  543. package/elements/query-builder/query-builder.directives.d.ts +0 -66
  544. package/elements/query-builder/query-builder.module.d.ts +0 -46
  545. package/elements/query-builder/query-builder.service.d.ts +0 -54
  546. package/elements/query-builder/query-builder.tokens.d.ts +0 -4
  547. package/elements/query-builder/query-builder.types.d.ts +0 -128
  548. package/elements/quick-note/QuickNote.d.ts +0 -142
  549. package/elements/quick-note/QuickNote.module.d.ts +0 -13
  550. package/elements/quick-note/extras/index.d.ts +0 -1
  551. package/elements/quick-note/extras/quick-note-results/QuickNoteResults.d.ts +0 -33
  552. package/elements/quick-note/extras/quick-note-results/index.d.ts +0 -1
  553. package/elements/radio/Radio.d.ts +0 -40
  554. package/elements/radio/Radio.module.d.ts +0 -10
  555. package/elements/radio/RadioGroup.d.ts +0 -91
  556. package/elements/radio/tokens.d.ts +0 -9
  557. package/elements/search/SearchBox.d.ts +0 -71
  558. package/elements/search/SearchBox.module.d.ts +0 -12
  559. package/elements/select/Select.d.ts +0 -216
  560. package/elements/select/Select.extupdatefix.directive.d.ts +0 -17
  561. package/elements/select/Select.module.d.ts +0 -17
  562. package/elements/select-search/select-search-clear.directive.d.ts +0 -12
  563. package/elements/select-search/select-search.component.d.ts +0 -239
  564. package/elements/select-search/select-search.module.d.ts +0 -17
  565. package/elements/simple-table/PaginationOld.d.ts +0 -42
  566. package/elements/simple-table/activity-table-renderers.d.ts +0 -4
  567. package/elements/simple-table/cell-header.d.ts +0 -67
  568. package/elements/simple-table/cell.d.ts +0 -100
  569. package/elements/simple-table/interfaces.d.ts +0 -81
  570. package/elements/simple-table/pagination.d.ts +0 -40
  571. package/elements/simple-table/row.d.ts +0 -29
  572. package/elements/simple-table/simple-table.module.d.ts +0 -26
  573. package/elements/simple-table/sort.d.ts +0 -25
  574. package/elements/simple-table/state.d.ts +0 -25
  575. package/elements/simple-table/table-source.d.ts +0 -62
  576. package/elements/simple-table/table.d.ts +0 -72
  577. package/elements/slider/Slider.d.ts +0 -21
  578. package/elements/slider/Slider.module.d.ts +0 -9
  579. package/elements/stepper/step-header.component.d.ts +0 -48
  580. package/elements/stepper/step-label.component.d.ts +0 -8
  581. package/elements/stepper/step-status.component.d.ts +0 -7
  582. package/elements/stepper/stepper-buttons.component.d.ts +0 -12
  583. package/elements/stepper/stepper.animations.d.ts +0 -6
  584. package/elements/stepper/stepper.component.d.ts +0 -44
  585. package/elements/stepper/stepper.module.d.ts +0 -17
  586. package/elements/switch/Switch.d.ts +0 -23
  587. package/elements/switch/Switch.module.d.ts +0 -10
  588. package/elements/tabbed-group-picker/TabbedGroupPicker.d.ts +0 -128
  589. package/elements/tabbed-group-picker/TabbedGroupPicker.module.d.ts +0 -17
  590. package/elements/tabs/Tabs.d.ts +0 -95
  591. package/elements/tabs/Tabs.module.d.ts +0 -8
  592. package/elements/tiles/Tiles.d.ts +0 -33
  593. package/elements/tiles/Tiles.module.d.ts +0 -10
  594. package/elements/time-picker/TimePicker.d.ts +0 -58
  595. package/elements/time-picker/TimePicker.module.d.ts +0 -14
  596. package/elements/time-picker/TimePickerInput.d.ts +0 -71
  597. package/elements/tip-well/TipWell.d.ts +0 -26
  598. package/elements/tip-well/TipWell.module.d.ts +0 -9
  599. package/elements/toast/Toast.d.ts +0 -37
  600. package/elements/toast/Toast.module.d.ts +0 -9
  601. package/elements/toast/ToastService.d.ts +0 -45
  602. package/elements/toolbar/toolbar.component.d.ts +0 -22
  603. package/elements/toolbar/toolbar.module.d.ts +0 -8
  604. package/elements/tooltip/Tooltip.component.d.ts +0 -16
  605. package/elements/tooltip/Tooltip.directive.d.ts +0 -44
  606. package/elements/tooltip/Tooltip.module.d.ts +0 -9
  607. package/elements/unless/Unless.d.ts +0 -16
  608. package/elements/unless/Unless.module.d.ts +0 -8
  609. package/elements/value/EntityList.d.ts +0 -16
  610. package/elements/value/Render.d.ts +0 -70
  611. package/elements/value/Value.d.ts +0 -46
  612. package/elements/value/Value.module.d.ts +0 -12
  613. package/novo-elements.module.d.ts +0 -11
  614. package/novo-elements.providers.d.ts +0 -12
  615. package/pipes/Pipes.module.d.ts +0 -15
  616. package/pipes/decode-uri/DecodeURI.d.ts +0 -8
  617. package/pipes/decode-uri/index.d.ts +0 -1
  618. package/pipes/default/Default.d.ts +0 -8
  619. package/pipes/default/index.d.ts +0 -1
  620. package/pipes/group-by/GroupBy.d.ts +0 -7
  621. package/pipes/group-by/index.d.ts +0 -1
  622. package/pipes/highlight/Highlight.d.ts +0 -9
  623. package/pipes/highlight/index.d.ts +0 -1
  624. package/pipes/iso8601/index.d.ts +0 -4
  625. package/pipes/iso8601/iso-date-range.pipe.d.ts +0 -10
  626. package/pipes/iso8601/iso-date.pipe.d.ts +0 -8
  627. package/pipes/iso8601/iso-time-range.pipe.d.ts +0 -10
  628. package/pipes/iso8601/iso-time.pipe.d.ts +0 -8
  629. package/pipes/plural/Plural.d.ts +0 -8
  630. package/pipes/plural/index.d.ts +0 -1
  631. package/services/component-utils/ComponentUtils.d.ts +0 -7
  632. package/services/component-utils/index.d.ts +0 -1
  633. package/services/data-provider/ArrayCollection.d.ts +0 -168
  634. package/services/data-provider/Collection.d.ts +0 -78
  635. package/services/data-provider/CollectionEvent.d.ts +0 -17
  636. package/services/data-provider/PagedArrayCollection.d.ts +0 -18
  637. package/services/data-provider/PagedCollection.d.ts +0 -15
  638. package/services/data-provider/index.d.ts +0 -5
  639. package/services/date-format/DateFormat.d.ts +0 -28
  640. package/services/date-format/index.d.ts +0 -1
  641. package/services/global/global.service.d.ts +0 -17
  642. package/services/global/index.d.ts +0 -1
  643. package/services/novo-label-service.d.ts +0 -202
  644. package/services/options/OptionsService.d.ts +0 -12
  645. package/services/options/index.d.ts +0 -1
  646. package/services/security/Security.d.ts +0 -23
  647. package/services/security/index.d.ts +0 -1
  648. package/services/storage/index.d.ts +0 -1
  649. package/services/storage/storage.service.d.ts +0 -8
  650. package/services/template/NovoTemplateService.d.ts +0 -10
  651. package/services/template/index.d.ts +0 -1
  652. package/utils/Helpers.d.ts +0 -188
  653. package/utils/app-bridge/AppBridge.d.ts +0 -178
  654. package/utils/app-bridge/index.d.ts +0 -2
  655. package/utils/app-bridge/interfaces.d.ts +0 -58
  656. package/utils/base-renderer/BaseRenderer.d.ts +0 -9
  657. package/utils/base-renderer/index.d.ts +0 -1
  658. package/utils/calendar-utils/CalendarUtils.d.ts +0 -151
  659. package/utils/calendar-utils/index.d.ts +0 -1
  660. package/utils/color-utils/ColorUtils.d.ts +0 -40
  661. package/utils/color-utils/index.d.ts +0 -1
  662. package/utils/countries/Countries.d.ts +0 -47
  663. package/utils/countries/index.d.ts +0 -1
  664. package/utils/date/Date.d.ts +0 -50
  665. package/utils/date/Date.types.d.ts +0 -71
  666. package/utils/date/convert-tokens.d.ts +0 -5
  667. package/utils/date/index.d.ts +0 -5
  668. package/utils/date/legacy-parse.d.ts +0 -15
  669. package/utils/date/timezone-support.d.ts +0 -5
  670. package/utils/decorators/BooleanInput.d.ts +0 -1
  671. package/utils/decorators/index.d.ts +0 -1
  672. package/utils/deferred/Deferred.d.ts +0 -8
  673. package/utils/deferred/index.d.ts +0 -1
  674. package/utils/key-codes/Key.d.ts +0 -669
  675. package/utils/key-codes/KeyCodes.d.ts +0 -93
  676. package/utils/key-codes/index.d.ts +0 -2
  677. package/utils/notifier/index.d.ts +0 -1
  678. package/utils/notifier/notifier.util.d.ts +0 -1
  679. package/utils/outside-click/OutsideClick.d.ts +0 -27
  680. package/utils/outside-click/index.d.ts +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"novo-elements-elements-tip-well.mjs","sources":["../../../projects/novo-elements/src/elements/tip-well/TipWell.ts","../../../projects/novo-elements/src/elements/tip-well/TipWell.module.ts","../../../projects/novo-elements/src/elements/tip-well/novo-elements-elements-tip-well.ts"],"sourcesContent":["// NG2\nimport { Component, EventEmitter, Input, OnInit, Output } from '@angular/core';\nimport { DomSanitizer, SafeHtml } from '@angular/platform-browser';\n// APP\nimport { NovoLabelService } from 'novo-elements/services';\n\n@Component({\n selector: 'novo-tip-well',\n template: `\n <div *ngIf=\"isActive\">\n <div>\n <i class=\"bhi-{{ icon }}\" *ngIf=\"icon\" [attr.data-automation-id]=\"'novo-tip-well-icon-' + name\"></i>\n <ng-content select=\"novo-icon\"></ng-content>\n <p *ngIf=\"sanitize && tip.length\" [attr.data-automation-id]=\"'novo-tip-well-tip-' + name\">{{ tip }}</p>\n <p *ngIf=\"!sanitize && tipWithStyles\" [attr.data-automation-id]=\"'novo-tip-well-tip-' + name\" [innerHTML]=\"tipWithStyles\"></p>\n <p *ngIf=\"(sanitize && !tip.length) || (!sanitize && !tipWithStyles)\" [attr.data-automation-id]=\"'novo-tip-well-tip-' + name\"><ng-content></ng-content></p>\n </div>\n <button theme=\"dialogue\" size=\"small\" (click)=\"hideTip()\" *ngIf=\"button\" [attr.data-automation-id]=\"'novo-tip-well-button-' + name\">\n {{ buttonText }}\n </button>\n </div>\n `,\n styleUrls: ['./TipWell.scss'],\n host: {\n '[class.active]': 'isActive',\n },\n standalone: false,\n})\nexport class NovoTipWellElement implements OnInit {\n @Input()\n name: string | number;\n @Input()\n tip: string;\n @Input()\n buttonText: string;\n @Input()\n button: boolean = true;\n @Input()\n icon: string;\n @Input()\n sanitize: boolean = true;\n @Output()\n confirmed = new EventEmitter();\n\n isActive: boolean = true;\n isLocalStorageEnabled: any;\n localStorageKey: string;\n\n private _tipWithStyles: SafeHtml;\n private _lastTipStyled: string;\n\n constructor(private labels: NovoLabelService, private sanitizer: DomSanitizer) {\n this.isActive = true;\n // Check if localStorage is enabled\n this.isLocalStorageEnabled = (() => {\n let isEnabled = false;\n if (typeof localStorage === 'object') {\n try {\n localStorage.setItem('lsTest', '1');\n localStorage.removeItem('lsTest');\n isEnabled = true;\n } catch (e) {\n console.warn(\n 'This web browser does not support storing settings locally. In Safari, the most common cause of this is using \"Private Browsing Mode\". Some settings may not save or some features may not work properly for you.',\n );\n }\n }\n return isEnabled;\n })();\n }\n\n // Trusts the HTML in order to show CSS styles\n get tipWithStyles(): SafeHtml {\n if (!this._tipWithStyles || this._lastTipStyled !== this.tip) {\n this._tipWithStyles = this.sanitizer.bypassSecurityTrustHtml(this.tip);\n this._lastTipStyled = this.tip;\n }\n return this._tipWithStyles;\n }\n\n ngOnInit() {\n this.tip = this.tip || '';\n this.buttonText = this.buttonText || this.labels.okGotIt;\n this.button = typeof this.button === 'string' ? this.button === 'true' : this.button;\n this.icon = this.icon || null;\n // Set a (semi) unique name for the tip-well\n this.name = this.name || Math.round(Math.random() * 100);\n this.localStorageKey = `novo-tw_${this.name}`;\n // Check localStorage for state\n if (this.isLocalStorageEnabled) {\n const storedValue = JSON.parse(localStorage.getItem(this.localStorageKey));\n this.isActive = storedValue !== false;\n }\n }\n\n hideTip() {\n if (this.isLocalStorageEnabled) {\n localStorage.setItem(this.localStorageKey, JSON.stringify(false));\n }\n this.isActive = false;\n this.confirmed.emit();\n }\n}\n","// NG2\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n// APP\nimport { NovoButtonModule } from 'novo-elements/elements/button';\nimport { NovoTipWellElement } from './TipWell';\n\n@NgModule({\n imports: [CommonModule, NovoButtonModule],\n declarations: [NovoTipWellElement],\n exports: [NovoTipWellElement],\n})\nexport class NovoTipWellModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"novo-elements-elements-tip-well.mjs","sources":["../../../projects/novo-elements/src/elements/tip-well/TipWell.ts","../../../projects/novo-elements/src/elements/tip-well/TipWell.module.ts","../../../projects/novo-elements/src/elements/tip-well/novo-elements-elements-tip-well.ts"],"sourcesContent":["// NG2\nimport { Component, EventEmitter, Input, OnInit, Output } from '@angular/core';\nimport { DomSanitizer, SafeHtml } from '@angular/platform-browser';\n// APP\nimport { NovoLabelService } from 'novo-elements/services';\n\n@Component({\n selector: 'novo-tip-well',\n template: `\n <div *ngIf=\"isActive\">\n <div>\n <i class=\"bhi-{{ icon }}\" *ngIf=\"icon\" [attr.data-automation-id]=\"'novo-tip-well-icon-' + name\"></i>\n <ng-content select=\"novo-icon\"></ng-content>\n <p *ngIf=\"sanitize && tip.length\" [attr.data-automation-id]=\"'novo-tip-well-tip-' + name\">{{ tip }}</p>\n <p *ngIf=\"!sanitize && tipWithStyles\" [attr.data-automation-id]=\"'novo-tip-well-tip-' + name\" [innerHTML]=\"tipWithStyles\"></p>\n <p *ngIf=\"(sanitize && !tip.length) || (!sanitize && !tipWithStyles)\" [attr.data-automation-id]=\"'novo-tip-well-tip-' + name\"><ng-content></ng-content></p>\n </div>\n <button theme=\"dialogue\" size=\"small\" (click)=\"hideTip()\" *ngIf=\"button\" [attr.data-automation-id]=\"'novo-tip-well-button-' + name\">\n {{ buttonText }}\n </button>\n </div>\n `,\n styleUrls: ['./TipWell.scss'],\n host: {\n '[class.active]': 'isActive',\n },\n standalone: false,\n})\nexport class NovoTipWellElement implements OnInit {\n @Input()\n name: string | number;\n @Input()\n tip: string;\n @Input()\n buttonText: string;\n @Input()\n button: boolean = true;\n @Input()\n icon: string;\n @Input()\n sanitize: boolean = true;\n @Output()\n confirmed = new EventEmitter();\n\n isActive: boolean = true;\n isLocalStorageEnabled: any;\n localStorageKey: string;\n\n private _tipWithStyles: SafeHtml;\n private _lastTipStyled: string;\n\n constructor(private labels: NovoLabelService, private sanitizer: DomSanitizer) {\n this.isActive = true;\n // Check if localStorage is enabled\n this.isLocalStorageEnabled = (() => {\n let isEnabled = false;\n if (typeof localStorage === 'object') {\n try {\n localStorage.setItem('lsTest', '1');\n localStorage.removeItem('lsTest');\n isEnabled = true;\n } catch (e) {\n console.warn(\n 'This web browser does not support storing settings locally. In Safari, the most common cause of this is using \"Private Browsing Mode\". Some settings may not save or some features may not work properly for you.',\n );\n }\n }\n return isEnabled;\n })();\n }\n\n // Trusts the HTML in order to show CSS styles\n get tipWithStyles(): SafeHtml {\n if (!this._tipWithStyles || this._lastTipStyled !== this.tip) {\n this._tipWithStyles = this.sanitizer.bypassSecurityTrustHtml(this.tip);\n this._lastTipStyled = this.tip;\n }\n return this._tipWithStyles;\n }\n\n ngOnInit() {\n this.tip = this.tip || '';\n this.buttonText = this.buttonText || this.labels.okGotIt;\n this.button = typeof this.button === 'string' ? this.button === 'true' : this.button;\n this.icon = this.icon || null;\n // Set a (semi) unique name for the tip-well\n this.name = this.name || Math.round(Math.random() * 100);\n this.localStorageKey = `novo-tw_${this.name}`;\n // Check localStorage for state\n if (this.isLocalStorageEnabled) {\n const storedValue = JSON.parse(localStorage.getItem(this.localStorageKey));\n this.isActive = storedValue !== false;\n }\n }\n\n hideTip() {\n if (this.isLocalStorageEnabled) {\n localStorage.setItem(this.localStorageKey, JSON.stringify(false));\n }\n this.isActive = false;\n this.confirmed.emit();\n }\n}\n","// NG2\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n// APP\nimport { NovoButtonModule } from 'novo-elements/elements/button';\nimport { NovoTipWellElement } from './TipWell';\n\n@NgModule({\n imports: [CommonModule, NovoButtonModule],\n declarations: [NovoTipWellElement],\n exports: [NovoTipWellElement],\n})\nexport class NovoTipWellModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -80,8 +80,8 @@ class NovoToastElement {
80
80
  onAction(fn) {
81
81
  return this.onActionPromise.then(fn);
82
82
  }
83
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: NovoToastElement, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component }); }
84
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: NovoToastElement, isStandalone: false, selector: "novo-toast", inputs: { appearance: "appearance", theme: "theme", icon: "icon", title: "title", action: "action", hasDialogue: "hasDialogue", link: "link", isCloseable: "isCloseable", message: "message" }, outputs: { closed: "closed" }, host: { listeners: { "click": "!isCloseable && clickHandler($event)" }, properties: { "class": "alertTheme", "class.growl": "appearance == \"growl\"", "class.banner": "appearance == \"banner\"", "class.show": "show", "class.animate": "animate", "class.embedded": "embedded", "attr.theme": "theme" } }, usesOnChanges: true, ngImport: i0, template: `
83
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoToastElement, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component }); }
84
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.17", type: NovoToastElement, isStandalone: false, selector: "novo-toast", inputs: { appearance: "appearance", theme: "theme", icon: "icon", title: "title", action: "action", hasDialogue: "hasDialogue", link: "link", isCloseable: "isCloseable", message: "message" }, outputs: { closed: "closed" }, host: { listeners: { "click": "!isCloseable && clickHandler($event)" }, properties: { "class": "alertTheme", "class.growl": "appearance == \"growl\"", "class.banner": "appearance == \"banner\"", "class.show": "show", "class.animate": "animate", "class.embedded": "embedded", "attr.theme": "theme" } }, usesOnChanges: true, ngImport: i0, template: `
85
85
  <div class="toast-icon">
86
86
  <i [ngClass]="iconClass"></i>
87
87
  </div>
@@ -103,7 +103,7 @@ class NovoToastElement {
103
103
  </div>
104
104
  `, isInline: true, styles: [":host{display:grid;grid-template-columns:5rem 1fr 15px;justify-content:flex-start;align-content:center;align-items:center;position:relative;background:#0d2d42;color:#fff;padding:1rem;box-shadow:0 1px 3px #00000026}:host.show{display:grid!important}:host.launched{display:none;position:fixed;z-index:9999}:host .toast-icon{display:flex;justify-content:center;align-content:center;align-items:center;width:32px;height:32px;background:#00000026;border-radius:3px}:host .close-icon{display:flex;justify-content:center;align-content:center;align-items:center;align-self:flex-start;cursor:pointer;height:100%}:host .toast-icon i,:host .close-icon i{display:flex;position:relative;font-size:1.2rem;line-height:1.2}:host.toast-container .toast-content .link-generated{width:100%;position:relative}:host.toast-container .toast-content .link-generated input{background:transparent!important;border:none;border-bottom:1px solid rgb(175.4891304348,184.7826086957,192.0108695652);border-radius:0;outline:none;height:2rem;width:95%;margin:0;padding:0;box-shadow:none;box-sizing:content-box;transition:all .3s;color:#fff;text-overflow:ellipsis}:host.toast-container .toast-content .link-generated input:focus{background-color:#4a89dc}:host.toast-container .toast-content .link-generated input:hover{border-bottom:1px solid rgb(94.8152173913,108.8043478261,119.6847826087)}:host p{white-space:pre-line}:host h5{display:block;font-size:1.4rem;color:inherit}:host .toast-content>p{margin:0;max-width:inherit;font-size:1.3rem}:host .toast-content>p.message-only{padding:0;font-size:1.4rem}:host.text{background:#3d464d}:host.neutral{background:#4f5361}:host.background{background:#f7f7f7}:host.background .toast-content>h5{color:#3d464d!important}:host.background i,:host.background p{color:#3d464d}:host.fixedBottom,:host.fixedTop{left:0;right:0}:host.fixedBottom{bottom:-100%;padding-bottom:20px;transition:all .5s cubic-bezier(.35,0,.25,1)}:host.fixedBottom.animate{padding-bottom:10px;bottom:0}:host.fixedBottom:nth-last-of-type(2){bottom:25px;z-index:9997;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(3){bottom:50px;z-index:9996;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(4){bottom:75px;z-index:9995;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(5){bottom:100px;z-index:9994;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(6){bottom:125px;z-index:9993;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(7){bottom:150px;z-index:9992;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(8){bottom:175px;z-index:9991;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(9){bottom:200px;z-index:9990;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(10){bottom:225px;z-index:9989;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(11){bottom:250px;z-index:9988;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(12){bottom:275px;z-index:9987;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(13){bottom:300px;z-index:9986;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(14){bottom:325px;z-index:9985;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(15){bottom:350px;z-index:9984;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(16){bottom:375px;z-index:9983;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(17){bottom:400px;z-index:9982;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(18){bottom:425px;z-index:9981;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(19){bottom:450px;z-index:9980;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(20){bottom:475px;z-index:9979;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(21){bottom:500px;z-index:9978;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(22){bottom:525px;z-index:9977;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(23){bottom:550px;z-index:9976;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(24){bottom:575px;z-index:9975;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(25){bottom:600px;z-index:9974;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(26){bottom:625px;z-index:9973;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(27){bottom:650px;z-index:9972;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(28){bottom:675px;z-index:9971;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(29){bottom:700px;z-index:9970;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(30){bottom:725px;z-index:9969;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(31){bottom:750px;z-index:9968;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(32){bottom:775px;z-index:9967;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(33){bottom:800px;z-index:9966;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(34){bottom:825px;z-index:9965;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(35){bottom:850px;z-index:9964;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(36){bottom:875px;z-index:9963;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(37){bottom:900px;z-index:9962;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(38){bottom:925px;z-index:9961;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(39){bottom:950px;z-index:9960;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(40){bottom:975px;z-index:9959;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(41){bottom:1000px;z-index:9958;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(42){bottom:1025px;z-index:9957;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(43){bottom:1050px;z-index:9956;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(44){bottom:1075px;z-index:9955;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(45){bottom:1100px;z-index:9954;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(46){bottom:1125px;z-index:9953;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(47){bottom:1150px;z-index:9952;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(48){bottom:1175px;z-index:9951;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(49){bottom:1200px;z-index:9950;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(50){bottom:1225px;z-index:9949;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(51){bottom:1250px;z-index:9948;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(52){bottom:1275px;z-index:9947;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(53){bottom:1300px;z-index:9946;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(54){bottom:1325px;z-index:9945;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(55){bottom:1350px;z-index:9944;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(56){bottom:1375px;z-index:9943;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(57){bottom:1400px;z-index:9942;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(58){bottom:1425px;z-index:9941;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(59){bottom:1450px;z-index:9940;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(60){bottom:1475px;z-index:9939;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(61){bottom:1500px;z-index:9938;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(62){bottom:1525px;z-index:9937;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(63){bottom:1550px;z-index:9936;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(64){bottom:1575px;z-index:9935;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(65){bottom:1600px;z-index:9934;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(66){bottom:1625px;z-index:9933;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(67){bottom:1650px;z-index:9932;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(68){bottom:1675px;z-index:9931;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(69){bottom:1700px;z-index:9930;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(70){bottom:1725px;z-index:9929;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(71){bottom:1750px;z-index:9928;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(72){bottom:1775px;z-index:9927;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(73){bottom:1800px;z-index:9926;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(74){bottom:1825px;z-index:9925;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(75){bottom:1850px;z-index:9924;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(76){bottom:1875px;z-index:9923;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(77){bottom:1900px;z-index:9922;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(78){bottom:1925px;z-index:9921;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(79){bottom:1950px;z-index:9920;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(80){bottom:1975px;z-index:9919;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(81){bottom:2000px;z-index:9918;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(82){bottom:2025px;z-index:9917;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(83){bottom:2050px;z-index:9916;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(84){bottom:2075px;z-index:9915;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(85){bottom:2100px;z-index:9914;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(86){bottom:2125px;z-index:9913;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(87){bottom:2150px;z-index:9912;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(88){bottom:2175px;z-index:9911;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(89){bottom:2200px;z-index:9910;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(90){bottom:2225px;z-index:9909;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(91){bottom:2250px;z-index:9908;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(92){bottom:2275px;z-index:9907;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(93){bottom:2300px;z-index:9906;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(94){bottom:2325px;z-index:9905;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(95){bottom:2350px;z-index:9904;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(96){bottom:2375px;z-index:9903;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(97){bottom:2400px;z-index:9902;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(98){bottom:2425px;z-index:9901;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(99){bottom:2450px;z-index:9900;filter:brightness(.8571428571)}:host.fixedBottom:nth-last-of-type(100){bottom:2475px;z-index:9899;filter:brightness(.8571428571)}:host.fixedTop{top:-100%;padding-top:20px;transition:all .5s cubic-bezier(.35,0,.25,1)}:host.fixedTop.animate{padding-top:10px;top:0}:host.fixedTop:nth-last-of-type(2){top:25px;z-index:9997;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(3){top:50px;z-index:9996;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(4){top:75px;z-index:9995;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(5){top:100px;z-index:9994;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(6){top:125px;z-index:9993;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(7){top:150px;z-index:9992;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(8){top:175px;z-index:9991;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(9){top:200px;z-index:9990;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(10){top:225px;z-index:9989;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(11){top:250px;z-index:9988;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(12){top:275px;z-index:9987;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(13){top:300px;z-index:9986;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(14){top:325px;z-index:9985;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(15){top:350px;z-index:9984;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(16){top:375px;z-index:9983;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(17){top:400px;z-index:9982;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(18){top:425px;z-index:9981;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(19){top:450px;z-index:9980;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(20){top:475px;z-index:9979;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(21){top:500px;z-index:9978;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(22){top:525px;z-index:9977;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(23){top:550px;z-index:9976;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(24){top:575px;z-index:9975;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(25){top:600px;z-index:9974;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(26){top:625px;z-index:9973;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(27){top:650px;z-index:9972;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(28){top:675px;z-index:9971;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(29){top:700px;z-index:9970;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(30){top:725px;z-index:9969;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(31){top:750px;z-index:9968;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(32){top:775px;z-index:9967;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(33){top:800px;z-index:9966;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(34){top:825px;z-index:9965;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(35){top:850px;z-index:9964;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(36){top:875px;z-index:9963;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(37){top:900px;z-index:9962;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(38){top:925px;z-index:9961;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(39){top:950px;z-index:9960;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(40){top:975px;z-index:9959;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(41){top:1000px;z-index:9958;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(42){top:1025px;z-index:9957;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(43){top:1050px;z-index:9956;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(44){top:1075px;z-index:9955;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(45){top:1100px;z-index:9954;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(46){top:1125px;z-index:9953;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(47){top:1150px;z-index:9952;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(48){top:1175px;z-index:9951;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(49){top:1200px;z-index:9950;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(50){top:1225px;z-index:9949;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(51){top:1250px;z-index:9948;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(52){top:1275px;z-index:9947;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(53){top:1300px;z-index:9946;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(54){top:1325px;z-index:9945;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(55){top:1350px;z-index:9944;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(56){top:1375px;z-index:9943;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(57){top:1400px;z-index:9942;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(58){top:1425px;z-index:9941;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(59){top:1450px;z-index:9940;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(60){top:1475px;z-index:9939;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(61){top:1500px;z-index:9938;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(62){top:1525px;z-index:9937;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(63){top:1550px;z-index:9936;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(64){top:1575px;z-index:9935;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(65){top:1600px;z-index:9934;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(66){top:1625px;z-index:9933;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(67){top:1650px;z-index:9932;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(68){top:1675px;z-index:9931;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(69){top:1700px;z-index:9930;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(70){top:1725px;z-index:9929;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(71){top:1750px;z-index:9928;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(72){top:1775px;z-index:9927;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(73){top:1800px;z-index:9926;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(74){top:1825px;z-index:9925;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(75){top:1850px;z-index:9924;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(76){top:1875px;z-index:9923;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(77){top:1900px;z-index:9922;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(78){top:1925px;z-index:9921;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(79){top:1950px;z-index:9920;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(80){top:1975px;z-index:9919;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(81){top:2000px;z-index:9918;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(82){top:2025px;z-index:9917;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(83){top:2050px;z-index:9916;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(84){top:2075px;z-index:9915;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(85){top:2100px;z-index:9914;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(86){top:2125px;z-index:9913;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(87){top:2150px;z-index:9912;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(88){top:2175px;z-index:9911;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(89){top:2200px;z-index:9910;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(90){top:2225px;z-index:9909;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(91){top:2250px;z-index:9908;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(92){top:2275px;z-index:9907;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(93){top:2300px;z-index:9906;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(94){top:2325px;z-index:9905;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(95){top:2350px;z-index:9904;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(96){top:2375px;z-index:9903;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(97){top:2400px;z-index:9902;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(98){top:2425px;z-index:9901;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(99){top:2450px;z-index:9900;filter:brightness(.8571428571)}:host.fixedTop:nth-last-of-type(100){top:2475px;z-index:9899;filter:brightness(.8571428571)}:host.embedded.fixedBottom,:host.embedded.fixedTop{top:auto;left:auto;right:auto;width:inherit;margin:-1rem -3rem}:host.embedded.fixedBottom.animate,:host.embedded.fixedTop.animate{top:auto}:host[class*=growl]{border-radius:3px;max-width:350px}:host.growlBottomLeft,:host.growlTopLeft{left:-100%;right:auto;width:calc(100% - 30px);transition:all .5s cubic-bezier(.35,0,.25,1)}:host.growlBottomLeft.animate,:host.growlTopLeft.animate{left:15px}:host.growlTopLeft,:host.growlTopRight{top:1rem}:host.growlTopLeft:nth-last-of-type(2),:host.growlTopRight:nth-last-of-type(2){top:50px;transform:scale(.96);z-index:9997;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(3),:host.growlTopRight:nth-last-of-type(3){top:75px;transform:scale(.96);z-index:9996;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(4),:host.growlTopRight:nth-last-of-type(4){top:100px;transform:scale(.96);z-index:9995;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(5),:host.growlTopRight:nth-last-of-type(5){top:125px;transform:scale(.96);z-index:9994;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(6),:host.growlTopRight:nth-last-of-type(6){top:150px;transform:scale(.96);z-index:9993;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(7),:host.growlTopRight:nth-last-of-type(7){top:175px;transform:scale(.96);z-index:9992;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(8),:host.growlTopRight:nth-last-of-type(8){top:200px;transform:scale(.96);z-index:9991;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(9),:host.growlTopRight:nth-last-of-type(9){top:225px;transform:scale(.96);z-index:9990;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(10),:host.growlTopRight:nth-last-of-type(10){top:250px;transform:scale(.96);z-index:9989;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(11),:host.growlTopRight:nth-last-of-type(11){top:275px;transform:scale(.96);z-index:9988;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(12),:host.growlTopRight:nth-last-of-type(12){top:300px;transform:scale(.96);z-index:9987;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(13),:host.growlTopRight:nth-last-of-type(13){top:325px;transform:scale(.96);z-index:9986;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(14),:host.growlTopRight:nth-last-of-type(14){top:350px;transform:scale(.96);z-index:9985;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(15),:host.growlTopRight:nth-last-of-type(15){top:375px;transform:scale(.96);z-index:9984;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(16),:host.growlTopRight:nth-last-of-type(16){top:400px;transform:scale(.96);z-index:9983;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(17),:host.growlTopRight:nth-last-of-type(17){top:425px;transform:scale(.96);z-index:9982;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(18),:host.growlTopRight:nth-last-of-type(18){top:450px;transform:scale(.96);z-index:9981;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(19),:host.growlTopRight:nth-last-of-type(19){top:475px;transform:scale(.96);z-index:9980;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(20),:host.growlTopRight:nth-last-of-type(20){top:500px;transform:scale(.96);z-index:9979;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(21),:host.growlTopRight:nth-last-of-type(21){top:525px;transform:scale(.96);z-index:9978;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(22),:host.growlTopRight:nth-last-of-type(22){top:550px;transform:scale(.96);z-index:9977;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(23),:host.growlTopRight:nth-last-of-type(23){top:575px;transform:scale(.96);z-index:9976;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(24),:host.growlTopRight:nth-last-of-type(24){top:600px;transform:scale(.96);z-index:9975;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(25),:host.growlTopRight:nth-last-of-type(25){top:625px;transform:scale(.96);z-index:9974;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(26),:host.growlTopRight:nth-last-of-type(26){top:650px;transform:scale(.96);z-index:9973;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(27),:host.growlTopRight:nth-last-of-type(27){top:675px;transform:scale(.96);z-index:9972;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(28),:host.growlTopRight:nth-last-of-type(28){top:700px;transform:scale(.96);z-index:9971;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(29),:host.growlTopRight:nth-last-of-type(29){top:725px;transform:scale(.96);z-index:9970;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(30),:host.growlTopRight:nth-last-of-type(30){top:750px;transform:scale(.96);z-index:9969;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(31),:host.growlTopRight:nth-last-of-type(31){top:775px;transform:scale(.96);z-index:9968;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(32),:host.growlTopRight:nth-last-of-type(32){top:800px;transform:scale(.96);z-index:9967;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(33),:host.growlTopRight:nth-last-of-type(33){top:825px;transform:scale(.96);z-index:9966;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(34),:host.growlTopRight:nth-last-of-type(34){top:850px;transform:scale(.96);z-index:9965;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(35),:host.growlTopRight:nth-last-of-type(35){top:875px;transform:scale(.96);z-index:9964;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(36),:host.growlTopRight:nth-last-of-type(36){top:900px;transform:scale(.96);z-index:9963;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(37),:host.growlTopRight:nth-last-of-type(37){top:925px;transform:scale(.96);z-index:9962;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(38),:host.growlTopRight:nth-last-of-type(38){top:950px;transform:scale(.96);z-index:9961;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(39),:host.growlTopRight:nth-last-of-type(39){top:975px;transform:scale(.96);z-index:9960;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(40),:host.growlTopRight:nth-last-of-type(40){top:1000px;transform:scale(.96);z-index:9959;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(41),:host.growlTopRight:nth-last-of-type(41){top:1025px;transform:scale(.96);z-index:9958;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(42),:host.growlTopRight:nth-last-of-type(42){top:1050px;transform:scale(.96);z-index:9957;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(43),:host.growlTopRight:nth-last-of-type(43){top:1075px;transform:scale(.96);z-index:9956;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(44),:host.growlTopRight:nth-last-of-type(44){top:1100px;transform:scale(.96);z-index:9955;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(45),:host.growlTopRight:nth-last-of-type(45){top:1125px;transform:scale(.96);z-index:9954;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(46),:host.growlTopRight:nth-last-of-type(46){top:1150px;transform:scale(.96);z-index:9953;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(47),:host.growlTopRight:nth-last-of-type(47){top:1175px;transform:scale(.96);z-index:9952;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(48),:host.growlTopRight:nth-last-of-type(48){top:1200px;transform:scale(.96);z-index:9951;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(49),:host.growlTopRight:nth-last-of-type(49){top:1225px;transform:scale(.96);z-index:9950;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(50),:host.growlTopRight:nth-last-of-type(50){top:1250px;transform:scale(.96);z-index:9949;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(51),:host.growlTopRight:nth-last-of-type(51){top:1275px;transform:scale(.96);z-index:9948;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(52),:host.growlTopRight:nth-last-of-type(52){top:1300px;transform:scale(.96);z-index:9947;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(53),:host.growlTopRight:nth-last-of-type(53){top:1325px;transform:scale(.96);z-index:9946;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(54),:host.growlTopRight:nth-last-of-type(54){top:1350px;transform:scale(.96);z-index:9945;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(55),:host.growlTopRight:nth-last-of-type(55){top:1375px;transform:scale(.96);z-index:9944;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(56),:host.growlTopRight:nth-last-of-type(56){top:1400px;transform:scale(.96);z-index:9943;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(57),:host.growlTopRight:nth-last-of-type(57){top:1425px;transform:scale(.96);z-index:9942;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(58),:host.growlTopRight:nth-last-of-type(58){top:1450px;transform:scale(.96);z-index:9941;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(59),:host.growlTopRight:nth-last-of-type(59){top:1475px;transform:scale(.96);z-index:9940;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(60),:host.growlTopRight:nth-last-of-type(60){top:1500px;transform:scale(.96);z-index:9939;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(61),:host.growlTopRight:nth-last-of-type(61){top:1525px;transform:scale(.96);z-index:9938;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(62),:host.growlTopRight:nth-last-of-type(62){top:1550px;transform:scale(.96);z-index:9937;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(63),:host.growlTopRight:nth-last-of-type(63){top:1575px;transform:scale(.96);z-index:9936;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(64),:host.growlTopRight:nth-last-of-type(64){top:1600px;transform:scale(.96);z-index:9935;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(65),:host.growlTopRight:nth-last-of-type(65){top:1625px;transform:scale(.96);z-index:9934;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(66),:host.growlTopRight:nth-last-of-type(66){top:1650px;transform:scale(.96);z-index:9933;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(67),:host.growlTopRight:nth-last-of-type(67){top:1675px;transform:scale(.96);z-index:9932;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(68),:host.growlTopRight:nth-last-of-type(68){top:1700px;transform:scale(.96);z-index:9931;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(69),:host.growlTopRight:nth-last-of-type(69){top:1725px;transform:scale(.96);z-index:9930;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(70),:host.growlTopRight:nth-last-of-type(70){top:1750px;transform:scale(.96);z-index:9929;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(71),:host.growlTopRight:nth-last-of-type(71){top:1775px;transform:scale(.96);z-index:9928;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(72),:host.growlTopRight:nth-last-of-type(72){top:1800px;transform:scale(.96);z-index:9927;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(73),:host.growlTopRight:nth-last-of-type(73){top:1825px;transform:scale(.96);z-index:9926;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(74),:host.growlTopRight:nth-last-of-type(74){top:1850px;transform:scale(.96);z-index:9925;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(75),:host.growlTopRight:nth-last-of-type(75){top:1875px;transform:scale(.96);z-index:9924;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(76),:host.growlTopRight:nth-last-of-type(76){top:1900px;transform:scale(.96);z-index:9923;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(77),:host.growlTopRight:nth-last-of-type(77){top:1925px;transform:scale(.96);z-index:9922;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(78),:host.growlTopRight:nth-last-of-type(78){top:1950px;transform:scale(.96);z-index:9921;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(79),:host.growlTopRight:nth-last-of-type(79){top:1975px;transform:scale(.96);z-index:9920;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(80),:host.growlTopRight:nth-last-of-type(80){top:2000px;transform:scale(.96);z-index:9919;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(81),:host.growlTopRight:nth-last-of-type(81){top:2025px;transform:scale(.96);z-index:9918;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(82),:host.growlTopRight:nth-last-of-type(82){top:2050px;transform:scale(.96);z-index:9917;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(83),:host.growlTopRight:nth-last-of-type(83){top:2075px;transform:scale(.96);z-index:9916;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(84),:host.growlTopRight:nth-last-of-type(84){top:2100px;transform:scale(.96);z-index:9915;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(85),:host.growlTopRight:nth-last-of-type(85){top:2125px;transform:scale(.96);z-index:9914;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(86),:host.growlTopRight:nth-last-of-type(86){top:2150px;transform:scale(.96);z-index:9913;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(87),:host.growlTopRight:nth-last-of-type(87){top:2175px;transform:scale(.96);z-index:9912;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(88),:host.growlTopRight:nth-last-of-type(88){top:2200px;transform:scale(.96);z-index:9911;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(89),:host.growlTopRight:nth-last-of-type(89){top:2225px;transform:scale(.96);z-index:9910;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(90),:host.growlTopRight:nth-last-of-type(90){top:2250px;transform:scale(.96);z-index:9909;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(91),:host.growlTopRight:nth-last-of-type(91){top:2275px;transform:scale(.96);z-index:9908;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(92),:host.growlTopRight:nth-last-of-type(92){top:2300px;transform:scale(.96);z-index:9907;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(93),:host.growlTopRight:nth-last-of-type(93){top:2325px;transform:scale(.96);z-index:9906;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(94),:host.growlTopRight:nth-last-of-type(94){top:2350px;transform:scale(.96);z-index:9905;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(95),:host.growlTopRight:nth-last-of-type(95){top:2375px;transform:scale(.96);z-index:9904;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(96),:host.growlTopRight:nth-last-of-type(96){top:2400px;transform:scale(.96);z-index:9903;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(97),:host.growlTopRight:nth-last-of-type(97){top:2425px;transform:scale(.96);z-index:9902;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(98),:host.growlTopRight:nth-last-of-type(98){top:2450px;transform:scale(.96);z-index:9901;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(99),:host.growlTopRight:nth-last-of-type(99){top:2475px;transform:scale(.96);z-index:9900;filter:brightness(.8571428571)}:host.growlTopLeft:nth-last-of-type(100),:host.growlTopRight:nth-last-of-type(100){top:2500px;transform:scale(.96);z-index:9899;filter:brightness(.8571428571)}:host.growlBottomLeft,:host.growlBottomRight{bottom:1rem}:host.growlBottomLeft:nth-last-of-type(2),:host.growlBottomRight:nth-last-of-type(2){bottom:50px;transform:scale(.96);z-index:9997;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(3),:host.growlBottomRight:nth-last-of-type(3){bottom:75px;transform:scale(.96);z-index:9996;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(4),:host.growlBottomRight:nth-last-of-type(4){bottom:100px;transform:scale(.96);z-index:9995;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(5),:host.growlBottomRight:nth-last-of-type(5){bottom:125px;transform:scale(.96);z-index:9994;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(6),:host.growlBottomRight:nth-last-of-type(6){bottom:150px;transform:scale(.96);z-index:9993;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(7),:host.growlBottomRight:nth-last-of-type(7){bottom:175px;transform:scale(.96);z-index:9992;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(8),:host.growlBottomRight:nth-last-of-type(8){bottom:200px;transform:scale(.96);z-index:9991;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(9),:host.growlBottomRight:nth-last-of-type(9){bottom:225px;transform:scale(.96);z-index:9990;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(10),:host.growlBottomRight:nth-last-of-type(10){bottom:250px;transform:scale(.96);z-index:9989;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(11),:host.growlBottomRight:nth-last-of-type(11){bottom:275px;transform:scale(.96);z-index:9988;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(12),:host.growlBottomRight:nth-last-of-type(12){bottom:300px;transform:scale(.96);z-index:9987;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(13),:host.growlBottomRight:nth-last-of-type(13){bottom:325px;transform:scale(.96);z-index:9986;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(14),:host.growlBottomRight:nth-last-of-type(14){bottom:350px;transform:scale(.96);z-index:9985;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(15),:host.growlBottomRight:nth-last-of-type(15){bottom:375px;transform:scale(.96);z-index:9984;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(16),:host.growlBottomRight:nth-last-of-type(16){bottom:400px;transform:scale(.96);z-index:9983;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(17),:host.growlBottomRight:nth-last-of-type(17){bottom:425px;transform:scale(.96);z-index:9982;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(18),:host.growlBottomRight:nth-last-of-type(18){bottom:450px;transform:scale(.96);z-index:9981;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(19),:host.growlBottomRight:nth-last-of-type(19){bottom:475px;transform:scale(.96);z-index:9980;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(20),:host.growlBottomRight:nth-last-of-type(20){bottom:500px;transform:scale(.96);z-index:9979;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(21),:host.growlBottomRight:nth-last-of-type(21){bottom:525px;transform:scale(.96);z-index:9978;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(22),:host.growlBottomRight:nth-last-of-type(22){bottom:550px;transform:scale(.96);z-index:9977;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(23),:host.growlBottomRight:nth-last-of-type(23){bottom:575px;transform:scale(.96);z-index:9976;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(24),:host.growlBottomRight:nth-last-of-type(24){bottom:600px;transform:scale(.96);z-index:9975;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(25),:host.growlBottomRight:nth-last-of-type(25){bottom:625px;transform:scale(.96);z-index:9974;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(26),:host.growlBottomRight:nth-last-of-type(26){bottom:650px;transform:scale(.96);z-index:9973;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(27),:host.growlBottomRight:nth-last-of-type(27){bottom:675px;transform:scale(.96);z-index:9972;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(28),:host.growlBottomRight:nth-last-of-type(28){bottom:700px;transform:scale(.96);z-index:9971;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(29),:host.growlBottomRight:nth-last-of-type(29){bottom:725px;transform:scale(.96);z-index:9970;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(30),:host.growlBottomRight:nth-last-of-type(30){bottom:750px;transform:scale(.96);z-index:9969;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(31),:host.growlBottomRight:nth-last-of-type(31){bottom:775px;transform:scale(.96);z-index:9968;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(32),:host.growlBottomRight:nth-last-of-type(32){bottom:800px;transform:scale(.96);z-index:9967;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(33),:host.growlBottomRight:nth-last-of-type(33){bottom:825px;transform:scale(.96);z-index:9966;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(34),:host.growlBottomRight:nth-last-of-type(34){bottom:850px;transform:scale(.96);z-index:9965;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(35),:host.growlBottomRight:nth-last-of-type(35){bottom:875px;transform:scale(.96);z-index:9964;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(36),:host.growlBottomRight:nth-last-of-type(36){bottom:900px;transform:scale(.96);z-index:9963;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(37),:host.growlBottomRight:nth-last-of-type(37){bottom:925px;transform:scale(.96);z-index:9962;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(38),:host.growlBottomRight:nth-last-of-type(38){bottom:950px;transform:scale(.96);z-index:9961;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(39),:host.growlBottomRight:nth-last-of-type(39){bottom:975px;transform:scale(.96);z-index:9960;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(40),:host.growlBottomRight:nth-last-of-type(40){bottom:1000px;transform:scale(.96);z-index:9959;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(41),:host.growlBottomRight:nth-last-of-type(41){bottom:1025px;transform:scale(.96);z-index:9958;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(42),:host.growlBottomRight:nth-last-of-type(42){bottom:1050px;transform:scale(.96);z-index:9957;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(43),:host.growlBottomRight:nth-last-of-type(43){bottom:1075px;transform:scale(.96);z-index:9956;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(44),:host.growlBottomRight:nth-last-of-type(44){bottom:1100px;transform:scale(.96);z-index:9955;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(45),:host.growlBottomRight:nth-last-of-type(45){bottom:1125px;transform:scale(.96);z-index:9954;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(46),:host.growlBottomRight:nth-last-of-type(46){bottom:1150px;transform:scale(.96);z-index:9953;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(47),:host.growlBottomRight:nth-last-of-type(47){bottom:1175px;transform:scale(.96);z-index:9952;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(48),:host.growlBottomRight:nth-last-of-type(48){bottom:1200px;transform:scale(.96);z-index:9951;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(49),:host.growlBottomRight:nth-last-of-type(49){bottom:1225px;transform:scale(.96);z-index:9950;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(50),:host.growlBottomRight:nth-last-of-type(50){bottom:1250px;transform:scale(.96);z-index:9949;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(51),:host.growlBottomRight:nth-last-of-type(51){bottom:1275px;transform:scale(.96);z-index:9948;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(52),:host.growlBottomRight:nth-last-of-type(52){bottom:1300px;transform:scale(.96);z-index:9947;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(53),:host.growlBottomRight:nth-last-of-type(53){bottom:1325px;transform:scale(.96);z-index:9946;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(54),:host.growlBottomRight:nth-last-of-type(54){bottom:1350px;transform:scale(.96);z-index:9945;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(55),:host.growlBottomRight:nth-last-of-type(55){bottom:1375px;transform:scale(.96);z-index:9944;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(56),:host.growlBottomRight:nth-last-of-type(56){bottom:1400px;transform:scale(.96);z-index:9943;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(57),:host.growlBottomRight:nth-last-of-type(57){bottom:1425px;transform:scale(.96);z-index:9942;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(58),:host.growlBottomRight:nth-last-of-type(58){bottom:1450px;transform:scale(.96);z-index:9941;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(59),:host.growlBottomRight:nth-last-of-type(59){bottom:1475px;transform:scale(.96);z-index:9940;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(60),:host.growlBottomRight:nth-last-of-type(60){bottom:1500px;transform:scale(.96);z-index:9939;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(61),:host.growlBottomRight:nth-last-of-type(61){bottom:1525px;transform:scale(.96);z-index:9938;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(62),:host.growlBottomRight:nth-last-of-type(62){bottom:1550px;transform:scale(.96);z-index:9937;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(63),:host.growlBottomRight:nth-last-of-type(63){bottom:1575px;transform:scale(.96);z-index:9936;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(64),:host.growlBottomRight:nth-last-of-type(64){bottom:1600px;transform:scale(.96);z-index:9935;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(65),:host.growlBottomRight:nth-last-of-type(65){bottom:1625px;transform:scale(.96);z-index:9934;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(66),:host.growlBottomRight:nth-last-of-type(66){bottom:1650px;transform:scale(.96);z-index:9933;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(67),:host.growlBottomRight:nth-last-of-type(67){bottom:1675px;transform:scale(.96);z-index:9932;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(68),:host.growlBottomRight:nth-last-of-type(68){bottom:1700px;transform:scale(.96);z-index:9931;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(69),:host.growlBottomRight:nth-last-of-type(69){bottom:1725px;transform:scale(.96);z-index:9930;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(70),:host.growlBottomRight:nth-last-of-type(70){bottom:1750px;transform:scale(.96);z-index:9929;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(71),:host.growlBottomRight:nth-last-of-type(71){bottom:1775px;transform:scale(.96);z-index:9928;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(72),:host.growlBottomRight:nth-last-of-type(72){bottom:1800px;transform:scale(.96);z-index:9927;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(73),:host.growlBottomRight:nth-last-of-type(73){bottom:1825px;transform:scale(.96);z-index:9926;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(74),:host.growlBottomRight:nth-last-of-type(74){bottom:1850px;transform:scale(.96);z-index:9925;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(75),:host.growlBottomRight:nth-last-of-type(75){bottom:1875px;transform:scale(.96);z-index:9924;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(76),:host.growlBottomRight:nth-last-of-type(76){bottom:1900px;transform:scale(.96);z-index:9923;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(77),:host.growlBottomRight:nth-last-of-type(77){bottom:1925px;transform:scale(.96);z-index:9922;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(78),:host.growlBottomRight:nth-last-of-type(78){bottom:1950px;transform:scale(.96);z-index:9921;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(79),:host.growlBottomRight:nth-last-of-type(79){bottom:1975px;transform:scale(.96);z-index:9920;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(80),:host.growlBottomRight:nth-last-of-type(80){bottom:2000px;transform:scale(.96);z-index:9919;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(81),:host.growlBottomRight:nth-last-of-type(81){bottom:2025px;transform:scale(.96);z-index:9918;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(82),:host.growlBottomRight:nth-last-of-type(82){bottom:2050px;transform:scale(.96);z-index:9917;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(83),:host.growlBottomRight:nth-last-of-type(83){bottom:2075px;transform:scale(.96);z-index:9916;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(84),:host.growlBottomRight:nth-last-of-type(84){bottom:2100px;transform:scale(.96);z-index:9915;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(85),:host.growlBottomRight:nth-last-of-type(85){bottom:2125px;transform:scale(.96);z-index:9914;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(86),:host.growlBottomRight:nth-last-of-type(86){bottom:2150px;transform:scale(.96);z-index:9913;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(87),:host.growlBottomRight:nth-last-of-type(87){bottom:2175px;transform:scale(.96);z-index:9912;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(88),:host.growlBottomRight:nth-last-of-type(88){bottom:2200px;transform:scale(.96);z-index:9911;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(89),:host.growlBottomRight:nth-last-of-type(89){bottom:2225px;transform:scale(.96);z-index:9910;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(90),:host.growlBottomRight:nth-last-of-type(90){bottom:2250px;transform:scale(.96);z-index:9909;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(91),:host.growlBottomRight:nth-last-of-type(91){bottom:2275px;transform:scale(.96);z-index:9908;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(92),:host.growlBottomRight:nth-last-of-type(92){bottom:2300px;transform:scale(.96);z-index:9907;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(93),:host.growlBottomRight:nth-last-of-type(93){bottom:2325px;transform:scale(.96);z-index:9906;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(94),:host.growlBottomRight:nth-last-of-type(94){bottom:2350px;transform:scale(.96);z-index:9905;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(95),:host.growlBottomRight:nth-last-of-type(95){bottom:2375px;transform:scale(.96);z-index:9904;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(96),:host.growlBottomRight:nth-last-of-type(96){bottom:2400px;transform:scale(.96);z-index:9903;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(97),:host.growlBottomRight:nth-last-of-type(97){bottom:2425px;transform:scale(.96);z-index:9902;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(98),:host.growlBottomRight:nth-last-of-type(98){bottom:2450px;transform:scale(.96);z-index:9901;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(99),:host.growlBottomRight:nth-last-of-type(99){bottom:2475px;transform:scale(.96);z-index:9900;filter:brightness(.8571428571)}:host.growlBottomLeft:nth-last-of-type(100),:host.growlBottomRight:nth-last-of-type(100){bottom:2500px;transform:scale(.96);z-index:9899;filter:brightness(.8571428571)}:host.growlBottomLeft:last-of-type,:host.growlBottomRight:last-of-type,:host.growlTopLeft:last-of-type,:host.growlTopRight:last-of-type{box-shadow:0 1px 3px #00000080}:host.growlBottomRight,:host.growlTopRight{right:-100%;left:auto;width:calc(100% - 30px);transition:all .5s cubic-bezier(.35,0,.25,1)}:host.growlBottomRight.animate,:host.growlTopRight.animate{right:1rem}:host:not(.launched){animation:embedded-slide-in .2s ease-in-out}:host.dialogue .toast-content{display:flex;flex-direction:row!important;align-items:center}:host.dialogue p.message-only{flex:3 0 0}:host.dialogue .dialogue{display:inherit}:host.black{color:#fff;background:#000}:host.novo-accent-black{border:1px solid #000000;background:#e6e6e6;color:#3d464d}:host.white{color:#3d464d;background:#fff}:host.novo-accent-white{border:1px solid #ffffff;background:#e6e6e6;color:#3d464d}:host.gray{color:#3d464d;background:#9e9e9e}:host.novo-accent-gray{border:1px solid #9e9e9e;background:#e6e6e6;color:#3d464d}:host.grey{color:#3d464d;background:#9e9e9e}:host.novo-accent-grey{border:1px solid #9e9e9e;background:#e6e6e6;color:#3d464d}:host.offWhite{color:#3d464d;background:#f7f7f7}:host.novo-accent-offWhite{border:1px solid #f7f7f7;background:#e6e6e6;color:#3d464d}:host.bright{color:#3d464d;background:#f7f7f7}:host.novo-accent-bright{border:1px solid #f7f7f7;background:#e6e6e6;color:#3d464d}:host.light{color:#3d464d;background:#dbdbdb}:host.novo-accent-light{border:1px solid #dbdbdb;background:#e6e6e6;color:#3d464d}:host.neutral{color:#fff;background:#4f5361}:host.novo-accent-neutral{border:1px solid #4f5361;background:#e3e4e8;color:#3d464d}:host.dark{color:#fff;background:#3d464d}:host.novo-accent-dark{border:1px solid #3d464d;background:#e3e6e8;color:#3d464d}:host.orange{color:#3d464d;background:#ff6900}:host.novo-accent-orange{border:1px solid #ff6900;background:#ffe1cc;color:#3d464d}:host.navigation{color:#fff;background:#202945}:host.novo-accent-navigation{border:1px solid #202945;background:#dce1ef;color:#3d464d}:host.skyBlue{color:#fff;background:#009bdf}:host.novo-accent-skyBlue{border:1px solid #009bdf;background:#ccefff;color:#3d464d}:host.steel{color:#fff;background:#5b6770}:host.novo-accent-steel{border:1px solid #5b6770;background:#e3e6e8;color:#3d464d}:host.metal{color:#fff;background:#637893}:host.novo-accent-metal{border:1px solid #637893;background:#e1e5ea;color:#3d464d}:host.sand{color:#3d464d;background:#f4f4f4}:host.novo-accent-sand{border:1px solid #f4f4f4;background:#e6e6e6;color:#3d464d}:host.silver{color:#3d464d;background:#e2e2e2}:host.novo-accent-silver{border:1px solid #e2e2e2;background:#e6e6e6;color:#3d464d}:host.stone{color:#3d464d;background:#bebebe}:host.novo-accent-stone{border:1px solid #bebebe;background:#e6e6e6;color:#3d464d}:host.ash{color:#3d464d;background:#a0a0a0}:host.novo-accent-ash{border:1px solid #a0a0a0;background:#e6e6e6;color:#3d464d}:host.slate{color:#fff;background:#707070}:host.novo-accent-slate{border:1px solid #707070;background:#e6e6e6;color:#3d464d}:host.onyx{color:#fff;background:#526980}:host.novo-accent-onyx{border:1px solid #526980;background:#e0e6eb;color:#3d464d}:host.charcoal{color:#fff;background:#282828}:host.novo-accent-charcoal{border:1px solid #282828;background:#e6e6e6;color:#3d464d}:host.moonlight{color:#fff;background:#1a242f}:host.novo-accent-moonlight{border:1px solid #1a242f;background:#dee5ed;color:#3d464d}:host.midnight{color:#fff;background:#202945}:host.novo-accent-midnight{border:1px solid #202945;background:#dce1ef;color:#3d464d}:host.darkness{color:#fff;background:#161f27}:host.novo-accent-darkness{border:1px solid #161f27;background:#dee6ed;color:#3d464d}:host.navy{color:#fff;background:#0d2d42}:host.novo-accent-navy{border:1px solid #0d2d42;background:#d4e9f7;color:#3d464d}:host.aqua{color:#3d464d;background:#3bafda}:host.novo-accent-aqua{border:1px solid #3bafda;background:#d4edf7;color:#3d464d}:host.ocean{color:#fff;background:#4a89dc}:host.novo-accent-ocean{border:1px solid #4a89dc;background:#d4e3f7;color:#3d464d}:host.mint{color:#3d464d;background:#37bc9b}:host.novo-accent-mint{border:1px solid #37bc9b;background:#d8f3ed;color:#3d464d}:host.grass{color:#fff;background:#8cc152}:host.novo-accent-grass{border:1px solid #8cc152;background:#e6f2d9;color:#3d464d}:host.sunflower{color:#fff;background:#f6b042}:host.novo-accent-sunflower{border:1px solid #f6b042;background:#fdebce;color:#3d464d}:host.bittersweet{color:#fff;background:#eb6845}:host.novo-accent-bittersweet{border:1px solid #eb6845;background:#fadad1;color:#3d464d}:host.grapefruit{color:#fff;background:#da4453}:host.novo-accent-grapefruit{border:1px solid #da4453;background:#f7d4d8;color:#3d464d}:host.carnation{color:#fff;background:#d770ad}:host.novo-accent-carnation{border:1px solid #d770ad;background:#f4d7e8;color:#3d464d}:host.lavender{color:#fff;background:#967adc}:host.novo-accent-lavender{border:1px solid #967adc;background:#dfd7f4;color:#3d464d}:host.mountain{color:#fff;background:#9678b6}:host.novo-accent-mountain{border:1px solid #9678b6;background:#e5deed;color:#3d464d}:host.info{color:#fff;background:#4a89dc}:host.novo-accent-info{border:1px solid #4a89dc;background:#d4e3f7;color:#3d464d}:host.positive{color:#fff;background:#4a89dc}:host.novo-accent-positive{border:1px solid #4a89dc;background:#d4e3f7;color:#3d464d}:host.success{color:#fff;background:#8cc152}:host.novo-accent-success{border:1px solid #8cc152;background:#e6f2d9;color:#3d464d}:host.negative{color:#fff;background:#da4453}:host.novo-accent-negative{border:1px solid #da4453;background:#f7d4d8;color:#3d464d}:host.danger{color:#fff;background:#da4453}:host.novo-accent-danger{border:1px solid #da4453;background:#f7d4d8;color:#3d464d}:host.error{color:#fff;background:#da4453}:host.novo-accent-error{border:1px solid #da4453;background:#f7d4d8;color:#3d464d}:host.warning{color:#fff;background:#f6b042}:host.novo-accent-warning{border:1px solid #f6b042;background:#fdebce;color:#3d464d}:host.empty{color:#3d464d;background:#cccdcc}:host.novo-accent-empty{border:1px solid #cccdcc;background:#e5e6e5;color:#3d464d}:host.disabled{color:#3d464d;background:#bebebe}:host.novo-accent-disabled{border:1px solid #bebebe;background:#e6e6e6;color:#3d464d}:host.background{color:#3d464d;background:#f7f7f7}:host.novo-accent-background{border:1px solid #f7f7f7;background:#e6e6e6;color:#3d464d}:host.backgroundDark{color:#3d464d;background:#e2e2e2}:host.novo-accent-backgroundDark{border:1px solid #e2e2e2;background:#e6e6e6;color:#3d464d}:host.presentation{color:#fff;background:#5b6770}:host.novo-accent-presentation{border:1px solid #5b6770;background:#e3e6e8;color:#3d464d}:host.bullhorn{color:#3d464d;background:#ff6900}:host.novo-accent-bullhorn{border:1px solid #ff6900;background:#ffe1cc;color:#3d464d}:host.pulse{color:#3d464d;background:#3bafda}:host.novo-accent-pulse{border:1px solid #3bafda;background:#d4edf7;color:#3d464d}:host.company{color:#fff;background:#39d}:host.novo-accent-company{border:1px solid #3399dd;background:#d3e9f8;color:#3d464d}:host.candidate{color:#fff;background:#4b7}:host.novo-accent-candidate{border:1px solid #44bb77;background:#daf1e4;color:#3d464d}:host.lead{color:#fff;background:#a69}:host.novo-accent-lead{border:1px solid #aa6699;background:#eddee9;color:#3d464d}:host.contact{color:#fff;background:#fa4}:host.novo-accent-contact{border:1px solid #ffaa44;background:#ffe8cc;color:#3d464d}:host.clientcontact{color:#fff;background:#fa4}:host.novo-accent-clientcontact{border:1px solid #ffaa44;background:#ffe8cc;color:#3d464d}:host.opportunity{color:#fff;background:#625}:host.novo-accent-opportunity{border:1px solid #662255;background:#f2d9ec;color:#3d464d}:host.job{color:#fff;background:#b56}:host.novo-accent-job{border:1px solid #bb5566;background:#f0dbde;color:#3d464d}:host.joborder{color:#fff;background:#b56}:host.novo-accent-joborder{border:1px solid #bb5566;background:#f0dbde;color:#3d464d}:host.submission{color:#3d464d;background:#a9adbb}:host.novo-accent-submission{border:1px solid #a9adbb;background:#e3e4e8;color:#3d464d}:host.sendout{color:#fff;background:#747884}:host.novo-accent-sendout{border:1px solid #747884;background:#e4e5e7;color:#3d464d}:host.placement{color:#fff;background:#0b344f}:host.novo-accent-placement{border:1px solid #0b344f;background:#d2e9f9;color:#3d464d}:host.note{color:#fff;background:#747884}:host.novo-accent-note{border:1px solid #747884;background:#e4e5e7;color:#3d464d}:host.contract{color:#fff;background:#454ea0}:host.novo-accent-contract{border:1px solid #454ea0;background:#dbddf0;color:#3d464d}:host.task{color:#fff;background:#4f5361}:host.novo-accent-task{border:1px solid #4f5361;background:#e3e4e8;color:#3d464d}:host.jobCode{color:#fff;background:#696d79}:host.novo-accent-jobCode{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.earnCode{color:#fff;background:#696d79}:host.novo-accent-earnCode{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.invoiceStatement{color:#fff;background:#696d79}:host.novo-accent-invoiceStatement{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.billableCharge{color:#fff;background:#696d79}:host.novo-accent-billableCharge{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.payableCharge{color:#fff;background:#696d79}:host.novo-accent-payableCharge{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.user{color:#fff;background:#696d79}:host.novo-accent-user{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.corporateUser{color:#fff;background:#696d79}:host.novo-accent-corporateUser{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.distributionList{color:#fff;background:#696d79}:host.novo-accent-distributionList{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.credential{color:#fff;background:#696d79}:host.novo-accent-credential{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}:host.person{color:#fff;background:#696d79}:host.novo-accent-person{border:1px solid #696d79;background:#e4e5e7;color:#3d464d}@keyframes embedded-slide-in{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@media screen and (min-width: 350px){:host[class*=growl]{min-width:350px}:host.growlBottomLeft,:host.growlTopLeft{left:-100%;right:auto;transition:all .5s cubic-bezier(.35,0,.25,1)}:host.growlBottomLeft.animate,:host.growlTopLeft.animate{left:1rem}:host.growlBottomRight,:host.growlTopRight{right:-100%;left:auto;transition:all .5s cubic-bezier(.35,0,.25,1)}:host.growlBottomRight.animate,:host.growlTopRight.animate{right:1rem}}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.NovoButtonElement, selector: "novo-button,button[theme]", inputs: ["color", "side", "size", "theme", "loading", "icon", "secondIcon", "disabled"] }] }); }
105
105
  }
106
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: NovoToastElement, decorators: [{
106
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoToastElement, decorators: [{
107
107
  type: Component,
108
108
  args: [{ selector: 'novo-toast', host: {
109
109
  '[class]': 'alertTheme',
@@ -159,11 +159,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
159
159
 
160
160
  // NG2
161
161
  class NovoToastModule {
162
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: NovoToastModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
163
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.15", ngImport: i0, type: NovoToastModule, declarations: [NovoToastElement], imports: [CommonModule, NovoButtonModule], exports: [NovoToastElement] }); }
164
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: NovoToastModule, imports: [CommonModule, NovoButtonModule] }); }
162
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoToastModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
163
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.17", ngImport: i0, type: NovoToastModule, declarations: [NovoToastElement], imports: [CommonModule, NovoButtonModule], exports: [NovoToastElement] }); }
164
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoToastModule, imports: [CommonModule, NovoButtonModule] }); }
165
165
  }
166
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: NovoToastModule, decorators: [{
166
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoToastModule, decorators: [{
167
167
  type: NgModule,
168
168
  args: [{
169
169
  imports: [CommonModule, NovoButtonModule],
@@ -253,10 +253,10 @@ class NovoToastService {
253
253
  this.hide(toast);
254
254
  }, toast.hideDelay);
255
255
  }
256
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: NovoToastService, deps: [{ token: i1$1.ComponentUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
257
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: NovoToastService }); }
256
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoToastService, deps: [{ token: i1$1.ComponentUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
257
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoToastService }); }
258
258
  }
259
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: NovoToastService, decorators: [{
259
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NovoToastService, decorators: [{
260
260
  type: Injectable
261
261
  }], ctorParameters: () => [{ type: i1$1.ComponentUtils }] });
262
262
 
@@ -1 +1 @@
1
- {"version":3,"file":"novo-elements-elements-toast.mjs","sources":["../../../projects/novo-elements/src/elements/toast/Toast.ts","../../../projects/novo-elements/src/elements/toast/Toast.module.ts","../../../projects/novo-elements/src/elements/toast/ToastService.ts","../../../projects/novo-elements/src/elements/toast/novo-elements-elements-toast.ts"],"sourcesContent":["// NG2\nimport { Component, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChanges } from '@angular/core';\nimport { DomSanitizer, SafeHtml } from '@angular/platform-browser';\nimport { Deferred, DeferredPromise } from 'novo-elements/utils';\n\n@Component({\n selector: 'novo-toast',\n host: {\n '[class]': 'alertTheme',\n '[class.growl]': 'appearance == \"growl\"',\n '[class.banner]': 'appearance == \"banner\"',\n '[class.show]': 'show',\n '[class.animate]': 'animate',\n '[class.embedded]': 'embedded',\n '[attr.theme]': 'theme',\n '(click)': '!isCloseable && clickHandler($event)',\n },\n template: `\n <div class=\"toast-icon\">\n <i [ngClass]=\"iconClass\"></i>\n </div>\n <div class=\"toast-content\">\n <h5 *ngIf=\"title\">{{ title }}</h5>\n <p *ngIf=\"_message\" [class.message-only]=\"!title\" [innerHtml]=\"_message\"></p>\n <div *ngIf=\"link\" class=\"link-generated\">\n <input type=\"text\" [value]=\"link\" onfocus=\"this.select();\" />\n </div>\n <div class=\"dialogue\">\n <ng-content></ng-content>\n </div>\n <div *ngIf=\"action\" class=\"action\">\n <button theme=\"dialogue\" color=\"white\" (click)=\"actionHandler($event)\">{{ action }}</button>\n </div>\n </div>\n <div class=\"close-icon\" *ngIf=\"isCloseable\" (click)=\"close($event)\">\n <i class=\"bhi-times\"></i>\n </div>\n `,\n styleUrls: ['./Toast.scss'],\n standalone: false,\n})\nexport class NovoToastElement implements OnInit, OnChanges {\n @Input()\n appearance: 'growl' | 'banner' = 'banner';\n @Input()\n theme: string = 'danger';\n @Input()\n icon: string = 'caution';\n @Input()\n title: string;\n @Input()\n action: string;\n @Input()\n hasDialogue: boolean = false;\n @Input()\n link: string;\n @Input()\n isCloseable: boolean = false;\n @Input()\n set message(m: string) {\n this._message = this.sanitizer.bypassSecurityTrustHtml(m);\n }\n @Output()\n closed: EventEmitter<any> = new EventEmitter();\n\n _message: SafeHtml;\n show: boolean = false;\n animate: boolean = false;\n parent: any = null;\n launched: boolean = false;\n position: any;\n time: any;\n iconClass: string;\n alertTheme: string;\n embedded: any;\n onActionPromise: DeferredPromise = Deferred();\n\n constructor(private sanitizer: DomSanitizer) {}\n\n ngOnInit() {\n if (!this.launched) {\n // clear position and time\n this.position = null;\n this.time = null;\n\n // set icon and styling\n this.iconClass = `bhi-${this.icon}`;\n this.alertTheme = `${this.theme} toast-container embedded`;\n if (this.hasDialogue) {\n this.alertTheme += ' dialogue';\n }\n }\n }\n\n ngOnChanges(changes?: SimpleChanges) {\n // set icon and styling\n this.iconClass = `bhi-${this.icon}`;\n this.alertTheme = `${this.theme} toast-container embedded`;\n if (this.hasDialogue) {\n this.alertTheme += ' dialogue';\n }\n }\n\n clickHandler(event) {\n if (!this.isCloseable) {\n if (event) {\n event.stopPropagation();\n event.preventDefault();\n }\n if (this.parent) {\n this.parent.hide(this);\n } else {\n this.closed.emit({ closed: true });\n }\n }\n }\n\n close(event) {\n if (event) {\n event.stopPropagation();\n event.preventDefault();\n }\n if (this.parent) {\n this.parent.hide(this);\n } else {\n this.closed.emit({ closed: true });\n }\n }\n\n actionHandler(event) {\n this.onActionPromise.resolve(event);\n }\n\n onAction(fn: () => void) {\n return this.onActionPromise.then(fn);\n }\n}\n","// NG2\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { NovoButtonModule } from 'novo-elements/elements/button';\n// APP\nimport { NovoToastElement } from './Toast';\n\n@NgModule({\n imports: [CommonModule, NovoButtonModule],\n declarations: [NovoToastElement],\n exports: [NovoToastElement],\n})\nexport class NovoToastModule {}\n","// NG2\nimport { Injectable } from '@angular/core';\nimport { ComponentUtils } from 'novo-elements/services';\n// APP\nimport { NovoToastElement } from './Toast';\n\nexport type ToastThemes = 'default' | 'success' | 'info' | 'warning' | 'danger' | 'positive' | string;\nexport type ToastIcons = 'bell' | 'check' | 'info' | 'warning' | 'remove' | 'caution' | 'times' | 'coffee' | 'danger' | string;\nexport type ToastPositions = 'fixedTop' | 'fixedBottom' | 'growlTopRight' | 'growlTopLeft' | 'growlBottomRight' | 'growlBottomLeft';\n\nexport interface ToastOptions {\n title?: string;\n message?: string;\n action?: string;\n icon?: ToastIcons;\n theme?: ToastThemes;\n accent?: ToastThemes;\n hideDelay?: number;\n position?: ToastPositions;\n isCloseable?: boolean;\n customClass?: string;\n}\n\n@Injectable()\nexport class NovoToastService {\n _parentViewContainer: any;\n references: Array<any> = [];\n icons = { default: 'bell', success: 'check', info: 'info', warning: 'warning', danger: 'remove' };\n defaults = { hideDelay: 3500, position: 'growlTopRight', theme: 'default' };\n\n constructor(private componentUtils: ComponentUtils) {}\n\n set parentViewContainer(view) {\n this._parentViewContainer = view;\n }\n\n alert(options: ToastOptions, toastElement: any = NovoToastElement): Promise<any> {\n return new Promise((resolve) => {\n if (!this._parentViewContainer) {\n console.error(\n 'No parent view container specified for the ToastService. Set it inside your main application. \\nthis.toastService.parentViewContainer = view (ViewContainerRef)',\n );\n return;\n }\n const toast = this.componentUtils.append(toastElement, this._parentViewContainer);\n this.references.push(toast);\n this.handleAlert(toast.instance, options);\n resolve(toast.instance);\n });\n }\n\n isVisible(toast) {\n return toast.show;\n }\n\n hide(toast) {\n toast.animate = false;\n setTimeout(() => {\n toast.show = false;\n const REF = this.references.filter((x) => x.instance === toast)[0];\n if (REF) {\n this.references.splice(this.references.indexOf(REF), 1);\n REF.destroy();\n }\n }, 300);\n }\n\n handleAlert(toast, options) {\n this.setToastOnSession(toast, options);\n setTimeout(() => {\n this.show(toast);\n }, 20);\n if (!toast.isCloseable) {\n this.toastTimer(toast);\n }\n }\n\n setToastOnSession(toast, opts) {\n const OPTIONS = typeof opts === 'object' ? opts : {};\n\n toast.parent = this;\n toast.title = OPTIONS.title || '';\n toast.message = OPTIONS.message || '';\n toast.action = OPTIONS.action || null;\n toast.hideDelay = OPTIONS.hideDelay || this.defaults.hideDelay;\n toast.link = OPTIONS.link || '';\n toast.isCloseable = OPTIONS.isCloseable || false;\n\n const CUSTOM_CLASS = OPTIONS.customClass || '';\n const ALERT_STYLE = OPTIONS.accent ? `novo-accent-${OPTIONS.accent}` : OPTIONS.theme || this.defaults.theme;\n const ALERT_POSITION = OPTIONS.position || this.defaults.position;\n const ALERT_ICON = OPTIONS.icon || this.icons.default;\n\n toast.iconClass = `bhi-${ALERT_ICON}`;\n toast.launched = true;\n toast.alertTheme = `${ALERT_STYLE} ${ALERT_POSITION} ${CUSTOM_CLASS} toast-container launched`;\n }\n\n show(toast) {\n toast.show = true;\n setTimeout(addClass, 25);\n /**\n * Adds animate class to be called after a timeout\n **/\n function addClass() {\n toast.animate = true;\n }\n }\n\n toastTimer(toast) {\n if (toast.hideDelay < 0) {\n return;\n }\n setTimeout(() => {\n this.hide(toast);\n }, toast.hideDelay);\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1"],"mappings":";;;;;;;;;;AAAA;MAyCa,gBAAgB,CAAA;IAiB3B,IACI,OAAO,CAAC,CAAS,EAAA;QACnB,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,uBAAuB,CAAC,CAAC,CAAC;;AAiB3D,IAAA,WAAA,CAAoB,SAAuB,EAAA;QAAvB,IAAS,CAAA,SAAA,GAAT,SAAS;QAlC7B,IAAU,CAAA,UAAA,GAAuB,QAAQ;QAEzC,IAAK,CAAA,KAAA,GAAW,QAAQ;QAExB,IAAI,CAAA,IAAA,GAAW,SAAS;QAMxB,IAAW,CAAA,WAAA,GAAY,KAAK;QAI5B,IAAW,CAAA,WAAA,GAAY,KAAK;AAM5B,QAAA,IAAA,CAAA,MAAM,GAAsB,IAAI,YAAY,EAAE;QAG9C,IAAI,CAAA,IAAA,GAAY,KAAK;QACrB,IAAO,CAAA,OAAA,GAAY,KAAK;QACxB,IAAM,CAAA,MAAA,GAAQ,IAAI;QAClB,IAAQ,CAAA,QAAA,GAAY,KAAK;QAMzB,IAAe,CAAA,eAAA,GAAoB,QAAQ,EAAE;;IAI7C,QAAQ,GAAA;AACN,QAAA,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE;;AAElB,YAAA,IAAI,CAAC,QAAQ,GAAG,IAAI;AACpB,YAAA,IAAI,CAAC,IAAI,GAAG,IAAI;;YAGhB,IAAI,CAAC,SAAS,GAAG,CAAA,IAAA,EAAO,IAAI,CAAC,IAAI,EAAE;YACnC,IAAI,CAAC,UAAU,GAAG,CAAA,EAAG,IAAI,CAAC,KAAK,2BAA2B;AAC1D,YAAA,IAAI,IAAI,CAAC,WAAW,EAAE;AACpB,gBAAA,IAAI,CAAC,UAAU,IAAI,WAAW;;;;AAKpC,IAAA,WAAW,CAAC,OAAuB,EAAA;;QAEjC,IAAI,CAAC,SAAS,GAAG,CAAA,IAAA,EAAO,IAAI,CAAC,IAAI,EAAE;QACnC,IAAI,CAAC,UAAU,GAAG,CAAA,EAAG,IAAI,CAAC,KAAK,2BAA2B;AAC1D,QAAA,IAAI,IAAI,CAAC,WAAW,EAAE;AACpB,YAAA,IAAI,CAAC,UAAU,IAAI,WAAW;;;AAIlC,IAAA,YAAY,CAAC,KAAK,EAAA;AAChB,QAAA,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE;YACrB,IAAI,KAAK,EAAE;gBACT,KAAK,CAAC,eAAe,EAAE;gBACvB,KAAK,CAAC,cAAc,EAAE;;AAExB,YAAA,IAAI,IAAI,CAAC,MAAM,EAAE;AACf,gBAAA,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC;;iBACjB;gBACL,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;;;AAKxC,IAAA,KAAK,CAAC,KAAK,EAAA;QACT,IAAI,KAAK,EAAE;YACT,KAAK,CAAC,eAAe,EAAE;YACvB,KAAK,CAAC,cAAc,EAAE;;AAExB,QAAA,IAAI,IAAI,CAAC,MAAM,EAAE;AACf,YAAA,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC;;aACjB;YACL,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;;AAItC,IAAA,aAAa,CAAC,KAAK,EAAA;AACjB,QAAA,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,KAAK,CAAC;;AAGrC,IAAA,QAAQ,CAAC,EAAc,EAAA;QACrB,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,EAAE,CAAC;;+GA7F3B,gBAAgB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,YAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAhB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,gBAAgB,EAxBf,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,YAAA,EAAA,MAAA,EAAA,EAAA,UAAA,EAAA,YAAA,EAAA,KAAA,EAAA,OAAA,EAAA,IAAA,EAAA,MAAA,EAAA,KAAA,EAAA,OAAA,EAAA,MAAA,EAAA,QAAA,EAAA,WAAA,EAAA,aAAA,EAAA,IAAA,EAAA,MAAA,EAAA,WAAA,EAAA,aAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,OAAA,EAAA,EAAA,MAAA,EAAA,QAAA,EAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,OAAA,EAAA,sCAAA,EAAA,EAAA,UAAA,EAAA,EAAA,OAAA,EAAA,YAAA,EAAA,aAAA,EAAA,yBAAA,EAAA,cAAA,EAAA,0BAAA,EAAA,YAAA,EAAA,MAAA,EAAA,eAAA,EAAA,SAAA,EAAA,gBAAA,EAAA,UAAA,EAAA,YAAA,EAAA,OAAA,EAAA,EAAA,EAAA,aAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA;;;;;;;;;;;;;;;;;;;;AAoBX,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,io8DAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,QAAA,EAAA,2BAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,MAAA,EAAA,MAAA,EAAA,OAAA,EAAA,SAAA,EAAA,MAAA,EAAA,YAAA,EAAA,UAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;;4FAIU,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBApC5B,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,YAAY,EAChB,IAAA,EAAA;AACF,wBAAA,SAAS,EAAE,YAAY;AACvB,wBAAA,eAAe,EAAE,uBAAuB;AACxC,wBAAA,gBAAgB,EAAE,wBAAwB;AAC1C,wBAAA,cAAc,EAAE,MAAM;AACtB,wBAAA,iBAAiB,EAAE,SAAS;AAC5B,wBAAA,kBAAkB,EAAE,UAAU;AAC9B,wBAAA,cAAc,EAAE,OAAO;AACvB,wBAAA,SAAS,EAAE,sCAAsC;qBACpD,EACS,QAAA,EAAA;;;;;;;;;;;;;;;;;;;;AAoBX,EAAA,CAAA,EAAA,UAAA,EAEa,KAAK,EAAA,MAAA,EAAA,CAAA,io8DAAA,CAAA,EAAA;iFAInB,UAAU,EAAA,CAAA;sBADT;gBAGD,KAAK,EAAA,CAAA;sBADJ;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,KAAK,EAAA,CAAA;sBADJ;gBAGD,MAAM,EAAA,CAAA;sBADL;gBAGD,WAAW,EAAA,CAAA;sBADV;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,WAAW,EAAA,CAAA;sBADV;gBAGG,OAAO,EAAA,CAAA;sBADV;gBAKD,MAAM,EAAA,CAAA;sBADL;;;AC9DH;MAYa,eAAe,CAAA;+GAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,iBAHX,gBAAgB,CAAA,EAAA,OAAA,EAAA,CADrB,YAAY,EAAE,gBAAgB,aAE9B,gBAAgB,CAAA,EAAA,CAAA,CAAA;gHAEf,eAAe,EAAA,OAAA,EAAA,CAJhB,YAAY,EAAE,gBAAgB,CAAA,EAAA,CAAA,CAAA;;4FAI7B,eAAe,EAAA,UAAA,EAAA,CAAA;kBAL3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;oBACzC,YAAY,EAAE,CAAC,gBAAgB,CAAC;oBAChC,OAAO,EAAE,CAAC,gBAAgB,CAAC;AAC5B,iBAAA;;;ACXD;MAwBa,gBAAgB,CAAA;AAM3B,IAAA,WAAA,CAAoB,cAA8B,EAAA;QAA9B,IAAc,CAAA,cAAA,GAAd,cAAc;QAJlC,IAAU,CAAA,UAAA,GAAe,EAAE;QAC3B,IAAK,CAAA,KAAA,GAAG,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE;AACjG,QAAA,IAAA,CAAA,QAAQ,GAAG,EAAE,SAAS,EAAE,IAAI,EAAE,QAAQ,EAAE,eAAe,EAAE,KAAK,EAAE,SAAS,EAAE;;IAI3E,IAAI,mBAAmB,CAAC,IAAI,EAAA;AAC1B,QAAA,IAAI,CAAC,oBAAoB,GAAG,IAAI;;AAGlC,IAAA,KAAK,CAAC,OAAqB,EAAE,YAAA,GAAoB,gBAAgB,EAAA;AAC/D,QAAA,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,KAAI;AAC7B,YAAA,IAAI,CAAC,IAAI,CAAC,oBAAoB,EAAE;AAC9B,gBAAA,OAAO,CAAC,KAAK,CACX,iKAAiK,CAClK;gBACD;;AAEF,YAAA,MAAM,KAAK,GAAG,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,YAAY,EAAE,IAAI,CAAC,oBAAoB,CAAC;AACjF,YAAA,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC;YAC3B,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,QAAQ,EAAE,OAAO,CAAC;AACzC,YAAA,OAAO,CAAC,KAAK,CAAC,QAAQ,CAAC;AACzB,SAAC,CAAC;;AAGJ,IAAA,SAAS,CAAC,KAAK,EAAA;QACb,OAAO,KAAK,CAAC,IAAI;;AAGnB,IAAA,IAAI,CAAC,KAAK,EAAA;AACR,QAAA,KAAK,CAAC,OAAO,GAAG,KAAK;QACrB,UAAU,CAAC,MAAK;AACd,YAAA,KAAK,CAAC,IAAI,GAAG,KAAK;YAClB,MAAM,GAAG,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,QAAQ,KAAK,KAAK,CAAC,CAAC,CAAC,CAAC;YAClE,IAAI,GAAG,EAAE;AACP,gBAAA,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;gBACvD,GAAG,CAAC,OAAO,EAAE;;SAEhB,EAAE,GAAG,CAAC;;IAGT,WAAW,CAAC,KAAK,EAAE,OAAO,EAAA;AACxB,QAAA,IAAI,CAAC,iBAAiB,CAAC,KAAK,EAAE,OAAO,CAAC;QACtC,UAAU,CAAC,MAAK;AACd,YAAA,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC;SACjB,EAAE,EAAE,CAAC;AACN,QAAA,IAAI,CAAC,KAAK,CAAC,WAAW,EAAE;AACtB,YAAA,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC;;;IAI1B,iBAAiB,CAAC,KAAK,EAAE,IAAI,EAAA;AAC3B,QAAA,MAAM,OAAO,GAAG,OAAO,IAAI,KAAK,QAAQ,GAAG,IAAI,GAAG,EAAE;AAEpD,QAAA,KAAK,CAAC,MAAM,GAAG,IAAI;QACnB,KAAK,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,EAAE;QACjC,KAAK,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,EAAE;QACrC,KAAK,CAAC,MAAM,GAAG,OAAO,CAAC,MAAM,IAAI,IAAI;AACrC,QAAA,KAAK,CAAC,SAAS,GAAG,OAAO,CAAC,SAAS,IAAI,IAAI,CAAC,QAAQ,CAAC,SAAS;QAC9D,KAAK,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE;QAC/B,KAAK,CAAC,WAAW,GAAG,OAAO,CAAC,WAAW,IAAI,KAAK;AAEhD,QAAA,MAAM,YAAY,GAAG,OAAO,CAAC,WAAW,IAAI,EAAE;QAC9C,MAAM,WAAW,GAAG,OAAO,CAAC,MAAM,GAAG,CAAe,YAAA,EAAA,OAAO,CAAC,MAAM,EAAE,GAAG,OAAO,CAAC,KAAK,IAAI,IAAI,CAAC,QAAQ,CAAC,KAAK;QAC3G,MAAM,cAAc,GAAG,OAAO,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ,CAAC,QAAQ;QACjE,MAAM,UAAU,GAAG,OAAO,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,CAAC,OAAO;AAErD,QAAA,KAAK,CAAC,SAAS,GAAG,CAAO,IAAA,EAAA,UAAU,EAAE;AACrC,QAAA,KAAK,CAAC,QAAQ,GAAG,IAAI;QACrB,KAAK,CAAC,UAAU,GAAG,CAAG,EAAA,WAAW,IAAI,cAAc,CAAA,CAAA,EAAI,YAAY,CAAA,yBAAA,CAA2B;;AAGhG,IAAA,IAAI,CAAC,KAAK,EAAA;AACR,QAAA,KAAK,CAAC,IAAI,GAAG,IAAI;AACjB,QAAA,UAAU,CAAC,QAAQ,EAAE,EAAE,CAAC;AACxB;;AAEI;AACJ,QAAA,SAAS,QAAQ,GAAA;AACf,YAAA,KAAK,CAAC,OAAO,GAAG,IAAI;;;AAIxB,IAAA,UAAU,CAAC,KAAK,EAAA;AACd,QAAA,IAAI,KAAK,CAAC,SAAS,GAAG,CAAC,EAAE;YACvB;;QAEF,UAAU,CAAC,MAAK;AACd,YAAA,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC;AAClB,SAAC,EAAE,KAAK,CAAC,SAAS,CAAC;;+GA3FV,gBAAgB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAAA,IAAA,CAAA,cAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA;mHAAhB,gBAAgB,EAAA,CAAA,CAAA;;4FAAhB,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAD5B;;;ACvBD;;AAEG;;;;"}
1
+ {"version":3,"file":"novo-elements-elements-toast.mjs","sources":["../../../projects/novo-elements/src/elements/toast/Toast.ts","../../../projects/novo-elements/src/elements/toast/Toast.module.ts","../../../projects/novo-elements/src/elements/toast/ToastService.ts","../../../projects/novo-elements/src/elements/toast/novo-elements-elements-toast.ts"],"sourcesContent":["// NG2\nimport { Component, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChanges } from '@angular/core';\nimport { DomSanitizer, SafeHtml } from '@angular/platform-browser';\nimport { Deferred, DeferredPromise } from 'novo-elements/utils';\n\n@Component({\n selector: 'novo-toast',\n host: {\n '[class]': 'alertTheme',\n '[class.growl]': 'appearance == \"growl\"',\n '[class.banner]': 'appearance == \"banner\"',\n '[class.show]': 'show',\n '[class.animate]': 'animate',\n '[class.embedded]': 'embedded',\n '[attr.theme]': 'theme',\n '(click)': '!isCloseable && clickHandler($event)',\n },\n template: `\n <div class=\"toast-icon\">\n <i [ngClass]=\"iconClass\"></i>\n </div>\n <div class=\"toast-content\">\n <h5 *ngIf=\"title\">{{ title }}</h5>\n <p *ngIf=\"_message\" [class.message-only]=\"!title\" [innerHtml]=\"_message\"></p>\n <div *ngIf=\"link\" class=\"link-generated\">\n <input type=\"text\" [value]=\"link\" onfocus=\"this.select();\" />\n </div>\n <div class=\"dialogue\">\n <ng-content></ng-content>\n </div>\n <div *ngIf=\"action\" class=\"action\">\n <button theme=\"dialogue\" color=\"white\" (click)=\"actionHandler($event)\">{{ action }}</button>\n </div>\n </div>\n <div class=\"close-icon\" *ngIf=\"isCloseable\" (click)=\"close($event)\">\n <i class=\"bhi-times\"></i>\n </div>\n `,\n styleUrls: ['./Toast.scss'],\n standalone: false,\n})\nexport class NovoToastElement implements OnInit, OnChanges {\n @Input()\n appearance: 'growl' | 'banner' = 'banner';\n @Input()\n theme: string = 'danger';\n @Input()\n icon: string = 'caution';\n @Input()\n title: string;\n @Input()\n action: string;\n @Input()\n hasDialogue: boolean = false;\n @Input()\n link: string;\n @Input()\n isCloseable: boolean = false;\n @Input()\n set message(m: string) {\n this._message = this.sanitizer.bypassSecurityTrustHtml(m);\n }\n @Output()\n closed: EventEmitter<any> = new EventEmitter();\n\n _message: SafeHtml;\n show: boolean = false;\n animate: boolean = false;\n parent: any = null;\n launched: boolean = false;\n position: any;\n time: any;\n iconClass: string;\n alertTheme: string;\n embedded: any;\n onActionPromise: DeferredPromise = Deferred();\n\n constructor(private sanitizer: DomSanitizer) {}\n\n ngOnInit() {\n if (!this.launched) {\n // clear position and time\n this.position = null;\n this.time = null;\n\n // set icon and styling\n this.iconClass = `bhi-${this.icon}`;\n this.alertTheme = `${this.theme} toast-container embedded`;\n if (this.hasDialogue) {\n this.alertTheme += ' dialogue';\n }\n }\n }\n\n ngOnChanges(changes?: SimpleChanges) {\n // set icon and styling\n this.iconClass = `bhi-${this.icon}`;\n this.alertTheme = `${this.theme} toast-container embedded`;\n if (this.hasDialogue) {\n this.alertTheme += ' dialogue';\n }\n }\n\n clickHandler(event) {\n if (!this.isCloseable) {\n if (event) {\n event.stopPropagation();\n event.preventDefault();\n }\n if (this.parent) {\n this.parent.hide(this);\n } else {\n this.closed.emit({ closed: true });\n }\n }\n }\n\n close(event) {\n if (event) {\n event.stopPropagation();\n event.preventDefault();\n }\n if (this.parent) {\n this.parent.hide(this);\n } else {\n this.closed.emit({ closed: true });\n }\n }\n\n actionHandler(event) {\n this.onActionPromise.resolve(event);\n }\n\n onAction(fn: () => void) {\n return this.onActionPromise.then(fn);\n }\n}\n","// NG2\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { NovoButtonModule } from 'novo-elements/elements/button';\n// APP\nimport { NovoToastElement } from './Toast';\n\n@NgModule({\n imports: [CommonModule, NovoButtonModule],\n declarations: [NovoToastElement],\n exports: [NovoToastElement],\n})\nexport class NovoToastModule {}\n","// NG2\nimport { Injectable } from '@angular/core';\nimport { ComponentUtils } from 'novo-elements/services';\n// APP\nimport { NovoToastElement } from './Toast';\n\nexport type ToastThemes = 'default' | 'success' | 'info' | 'warning' | 'danger' | 'positive' | string;\nexport type ToastIcons = 'bell' | 'check' | 'info' | 'warning' | 'remove' | 'caution' | 'times' | 'coffee' | 'danger' | string;\nexport type ToastPositions = 'fixedTop' | 'fixedBottom' | 'growlTopRight' | 'growlTopLeft' | 'growlBottomRight' | 'growlBottomLeft';\n\nexport interface ToastOptions {\n title?: string;\n message?: string;\n action?: string;\n icon?: ToastIcons;\n theme?: ToastThemes;\n accent?: ToastThemes;\n hideDelay?: number;\n position?: ToastPositions;\n isCloseable?: boolean;\n customClass?: string;\n}\n\n@Injectable()\nexport class NovoToastService {\n _parentViewContainer: any;\n references: Array<any> = [];\n icons = { default: 'bell', success: 'check', info: 'info', warning: 'warning', danger: 'remove' };\n defaults = { hideDelay: 3500, position: 'growlTopRight', theme: 'default' };\n\n constructor(private componentUtils: ComponentUtils) {}\n\n set parentViewContainer(view) {\n this._parentViewContainer = view;\n }\n\n alert(options: ToastOptions, toastElement: any = NovoToastElement): Promise<any> {\n return new Promise((resolve) => {\n if (!this._parentViewContainer) {\n console.error(\n 'No parent view container specified for the ToastService. Set it inside your main application. \\nthis.toastService.parentViewContainer = view (ViewContainerRef)',\n );\n return;\n }\n const toast = this.componentUtils.append(toastElement, this._parentViewContainer);\n this.references.push(toast);\n this.handleAlert(toast.instance, options);\n resolve(toast.instance);\n });\n }\n\n isVisible(toast) {\n return toast.show;\n }\n\n hide(toast) {\n toast.animate = false;\n setTimeout(() => {\n toast.show = false;\n const REF = this.references.filter((x) => x.instance === toast)[0];\n if (REF) {\n this.references.splice(this.references.indexOf(REF), 1);\n REF.destroy();\n }\n }, 300);\n }\n\n handleAlert(toast, options) {\n this.setToastOnSession(toast, options);\n setTimeout(() => {\n this.show(toast);\n }, 20);\n if (!toast.isCloseable) {\n this.toastTimer(toast);\n }\n }\n\n setToastOnSession(toast, opts) {\n const OPTIONS = typeof opts === 'object' ? opts : {};\n\n toast.parent = this;\n toast.title = OPTIONS.title || '';\n toast.message = OPTIONS.message || '';\n toast.action = OPTIONS.action || null;\n toast.hideDelay = OPTIONS.hideDelay || this.defaults.hideDelay;\n toast.link = OPTIONS.link || '';\n toast.isCloseable = OPTIONS.isCloseable || false;\n\n const CUSTOM_CLASS = OPTIONS.customClass || '';\n const ALERT_STYLE = OPTIONS.accent ? `novo-accent-${OPTIONS.accent}` : OPTIONS.theme || this.defaults.theme;\n const ALERT_POSITION = OPTIONS.position || this.defaults.position;\n const ALERT_ICON = OPTIONS.icon || this.icons.default;\n\n toast.iconClass = `bhi-${ALERT_ICON}`;\n toast.launched = true;\n toast.alertTheme = `${ALERT_STYLE} ${ALERT_POSITION} ${CUSTOM_CLASS} toast-container launched`;\n }\n\n show(toast) {\n toast.show = true;\n setTimeout(addClass, 25);\n /**\n * Adds animate class to be called after a timeout\n **/\n function addClass() {\n toast.animate = true;\n }\n }\n\n toastTimer(toast) {\n if (toast.hideDelay < 0) {\n return;\n }\n setTimeout(() => {\n this.hide(toast);\n }, toast.hideDelay);\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1"],"mappings":";;;;;;;;;;AAAA;MAyCa,gBAAgB,CAAA;IAiB3B,IACI,OAAO,CAAC,CAAS,EAAA;QACnB,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,uBAAuB,CAAC,CAAC,CAAC;IAC3D;AAgBA,IAAA,WAAA,CAAoB,SAAuB,EAAA;QAAvB,IAAA,CAAA,SAAS,GAAT,SAAS;QAlC7B,IAAA,CAAA,UAAU,GAAuB,QAAQ;QAEzC,IAAA,CAAA,KAAK,GAAW,QAAQ;QAExB,IAAA,CAAA,IAAI,GAAW,SAAS;QAMxB,IAAA,CAAA,WAAW,GAAY,KAAK;QAI5B,IAAA,CAAA,WAAW,GAAY,KAAK;AAM5B,QAAA,IAAA,CAAA,MAAM,GAAsB,IAAI,YAAY,EAAE;QAG9C,IAAA,CAAA,IAAI,GAAY,KAAK;QACrB,IAAA,CAAA,OAAO,GAAY,KAAK;QACxB,IAAA,CAAA,MAAM,GAAQ,IAAI;QAClB,IAAA,CAAA,QAAQ,GAAY,KAAK;QAMzB,IAAA,CAAA,eAAe,GAAoB,QAAQ,EAAE;IAEC;IAE9C,QAAQ,GAAA;AACN,QAAA,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE;;AAElB,YAAA,IAAI,CAAC,QAAQ,GAAG,IAAI;AACpB,YAAA,IAAI,CAAC,IAAI,GAAG,IAAI;;YAGhB,IAAI,CAAC,SAAS,GAAG,CAAA,IAAA,EAAO,IAAI,CAAC,IAAI,EAAE;YACnC,IAAI,CAAC,UAAU,GAAG,CAAA,EAAG,IAAI,CAAC,KAAK,2BAA2B;AAC1D,YAAA,IAAI,IAAI,CAAC,WAAW,EAAE;AACpB,gBAAA,IAAI,CAAC,UAAU,IAAI,WAAW;YAChC;QACF;IACF;AAEA,IAAA,WAAW,CAAC,OAAuB,EAAA;;QAEjC,IAAI,CAAC,SAAS,GAAG,CAAA,IAAA,EAAO,IAAI,CAAC,IAAI,EAAE;QACnC,IAAI,CAAC,UAAU,GAAG,CAAA,EAAG,IAAI,CAAC,KAAK,2BAA2B;AAC1D,QAAA,IAAI,IAAI,CAAC,WAAW,EAAE;AACpB,YAAA,IAAI,CAAC,UAAU,IAAI,WAAW;QAChC;IACF;AAEA,IAAA,YAAY,CAAC,KAAK,EAAA;AAChB,QAAA,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE;YACrB,IAAI,KAAK,EAAE;gBACT,KAAK,CAAC,eAAe,EAAE;gBACvB,KAAK,CAAC,cAAc,EAAE;YACxB;AACA,YAAA,IAAI,IAAI,CAAC,MAAM,EAAE;AACf,gBAAA,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC;YACxB;iBAAO;gBACL,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;YACpC;QACF;IACF;AAEA,IAAA,KAAK,CAAC,KAAK,EAAA;QACT,IAAI,KAAK,EAAE;YACT,KAAK,CAAC,eAAe,EAAE;YACvB,KAAK,CAAC,cAAc,EAAE;QACxB;AACA,QAAA,IAAI,IAAI,CAAC,MAAM,EAAE;AACf,YAAA,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC;QACxB;aAAO;YACL,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;QACpC;IACF;AAEA,IAAA,aAAa,CAAC,KAAK,EAAA;AACjB,QAAA,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,KAAK,CAAC;IACrC;AAEA,IAAA,QAAQ,CAAC,EAAc,EAAA;QACrB,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,EAAE,CAAC;IACtC;+GA9FW,gBAAgB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,YAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAhB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,gBAAgB,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,YAAA,EAAA,MAAA,EAAA,EAAA,UAAA,EAAA,YAAA,EAAA,KAAA,EAAA,OAAA,EAAA,IAAA,EAAA,MAAA,EAAA,KAAA,EAAA,OAAA,EAAA,MAAA,EAAA,QAAA,EAAA,WAAA,EAAA,aAAA,EAAA,IAAA,EAAA,MAAA,EAAA,WAAA,EAAA,aAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,OAAA,EAAA,EAAA,MAAA,EAAA,QAAA,EAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,OAAA,EAAA,sCAAA,EAAA,EAAA,UAAA,EAAA,EAAA,OAAA,EAAA,YAAA,EAAA,aAAA,EAAA,yBAAA,EAAA,cAAA,EAAA,0BAAA,EAAA,YAAA,EAAA,MAAA,EAAA,eAAA,EAAA,SAAA,EAAA,gBAAA,EAAA,UAAA,EAAA,YAAA,EAAA,OAAA,EAAA,EAAA,EAAA,aAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAxBf;;;;;;;;;;;;;;;;;;;;AAoBX,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,io8DAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,QAAA,EAAA,2BAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,MAAA,EAAA,MAAA,EAAA,OAAA,EAAA,SAAA,EAAA,MAAA,EAAA,YAAA,EAAA,UAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;;4FAIU,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBApC5B,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,YAAY,EAAA,IAAA,EAChB;AACF,wBAAA,SAAS,EAAE,YAAY;AACvB,wBAAA,eAAe,EAAE,uBAAuB;AACxC,wBAAA,gBAAgB,EAAE,wBAAwB;AAC1C,wBAAA,cAAc,EAAE,MAAM;AACtB,wBAAA,iBAAiB,EAAE,SAAS;AAC5B,wBAAA,kBAAkB,EAAE,UAAU;AAC9B,wBAAA,cAAc,EAAE,OAAO;AACvB,wBAAA,SAAS,EAAE,sCAAsC;qBACpD,EAAA,QAAA,EACS;;;;;;;;;;;;;;;;;;;;AAoBX,EAAA,CAAA,EAAA,UAAA,EAEa,KAAK,EAAA,MAAA,EAAA,CAAA,io8DAAA,CAAA,EAAA;;sBAGlB;;sBAEA;;sBAEA;;sBAEA;;sBAEA;;sBAEA;;sBAEA;;sBAEA;;sBAEA;;sBAIA;;;AC9DH;MAYa,eAAe,CAAA;+GAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,iBAHX,gBAAgB,CAAA,EAAA,OAAA,EAAA,CADrB,YAAY,EAAE,gBAAgB,aAE9B,gBAAgB,CAAA,EAAA,CAAA,CAAA;gHAEf,eAAe,EAAA,OAAA,EAAA,CAJhB,YAAY,EAAE,gBAAgB,CAAA,EAAA,CAAA,CAAA;;4FAI7B,eAAe,EAAA,UAAA,EAAA,CAAA;kBAL3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;oBACzC,YAAY,EAAE,CAAC,gBAAgB,CAAC;oBAChC,OAAO,EAAE,CAAC,gBAAgB,CAAC;AAC5B,iBAAA;;;ACXD;MAwBa,gBAAgB,CAAA;AAM3B,IAAA,WAAA,CAAoB,cAA8B,EAAA;QAA9B,IAAA,CAAA,cAAc,GAAd,cAAc;QAJlC,IAAA,CAAA,UAAU,GAAe,EAAE;QAC3B,IAAA,CAAA,KAAK,GAAG,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE;AACjG,QAAA,IAAA,CAAA,QAAQ,GAAG,EAAE,SAAS,EAAE,IAAI,EAAE,QAAQ,EAAE,eAAe,EAAE,KAAK,EAAE,SAAS,EAAE;IAEtB;IAErD,IAAI,mBAAmB,CAAC,IAAI,EAAA;AAC1B,QAAA,IAAI,CAAC,oBAAoB,GAAG,IAAI;IAClC;AAEA,IAAA,KAAK,CAAC,OAAqB,EAAE,YAAA,GAAoB,gBAAgB,EAAA;AAC/D,QAAA,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,KAAI;AAC7B,YAAA,IAAI,CAAC,IAAI,CAAC,oBAAoB,EAAE;AAC9B,gBAAA,OAAO,CAAC,KAAK,CACX,iKAAiK,CAClK;gBACD;YACF;AACA,YAAA,MAAM,KAAK,GAAG,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,YAAY,EAAE,IAAI,CAAC,oBAAoB,CAAC;AACjF,YAAA,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC;YAC3B,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,QAAQ,EAAE,OAAO,CAAC;AACzC,YAAA,OAAO,CAAC,KAAK,CAAC,QAAQ,CAAC;AACzB,QAAA,CAAC,CAAC;IACJ;AAEA,IAAA,SAAS,CAAC,KAAK,EAAA;QACb,OAAO,KAAK,CAAC,IAAI;IACnB;AAEA,IAAA,IAAI,CAAC,KAAK,EAAA;AACR,QAAA,KAAK,CAAC,OAAO,GAAG,KAAK;QACrB,UAAU,CAAC,MAAK;AACd,YAAA,KAAK,CAAC,IAAI,GAAG,KAAK;YAClB,MAAM,GAAG,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,QAAQ,KAAK,KAAK,CAAC,CAAC,CAAC,CAAC;YAClE,IAAI,GAAG,EAAE;AACP,gBAAA,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;gBACvD,GAAG,CAAC,OAAO,EAAE;YACf;QACF,CAAC,EAAE,GAAG,CAAC;IACT;IAEA,WAAW,CAAC,KAAK,EAAE,OAAO,EAAA;AACxB,QAAA,IAAI,CAAC,iBAAiB,CAAC,KAAK,EAAE,OAAO,CAAC;QACtC,UAAU,CAAC,MAAK;AACd,YAAA,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC;QAClB,CAAC,EAAE,EAAE,CAAC;AACN,QAAA,IAAI,CAAC,KAAK,CAAC,WAAW,EAAE;AACtB,YAAA,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC;QACxB;IACF;IAEA,iBAAiB,CAAC,KAAK,EAAE,IAAI,EAAA;AAC3B,QAAA,MAAM,OAAO,GAAG,OAAO,IAAI,KAAK,QAAQ,GAAG,IAAI,GAAG,EAAE;AAEpD,QAAA,KAAK,CAAC,MAAM,GAAG,IAAI;QACnB,KAAK,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,EAAE;QACjC,KAAK,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,EAAE;QACrC,KAAK,CAAC,MAAM,GAAG,OAAO,CAAC,MAAM,IAAI,IAAI;AACrC,QAAA,KAAK,CAAC,SAAS,GAAG,OAAO,CAAC,SAAS,IAAI,IAAI,CAAC,QAAQ,CAAC,SAAS;QAC9D,KAAK,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE;QAC/B,KAAK,CAAC,WAAW,GAAG,OAAO,CAAC,WAAW,IAAI,KAAK;AAEhD,QAAA,MAAM,YAAY,GAAG,OAAO,CAAC,WAAW,IAAI,EAAE;QAC9C,MAAM,WAAW,GAAG,OAAO,CAAC,MAAM,GAAG,CAAA,YAAA,EAAe,OAAO,CAAC,MAAM,EAAE,GAAG,OAAO,CAAC,KAAK,IAAI,IAAI,CAAC,QAAQ,CAAC,KAAK;QAC3G,MAAM,cAAc,GAAG,OAAO,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ,CAAC,QAAQ;QACjE,MAAM,UAAU,GAAG,OAAO,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,CAAC,OAAO;AAErD,QAAA,KAAK,CAAC,SAAS,GAAG,CAAA,IAAA,EAAO,UAAU,EAAE;AACrC,QAAA,KAAK,CAAC,QAAQ,GAAG,IAAI;QACrB,KAAK,CAAC,UAAU,GAAG,CAAA,EAAG,WAAW,IAAI,cAAc,CAAA,CAAA,EAAI,YAAY,CAAA,yBAAA,CAA2B;IAChG;AAEA,IAAA,IAAI,CAAC,KAAK,EAAA;AACR,QAAA,KAAK,CAAC,IAAI,GAAG,IAAI;AACjB,QAAA,UAAU,CAAC,QAAQ,EAAE,EAAE,CAAC;AACxB;;AAEI;AACJ,QAAA,SAAS,QAAQ,GAAA;AACf,YAAA,KAAK,CAAC,OAAO,GAAG,IAAI;QACtB;IACF;AAEA,IAAA,UAAU,CAAC,KAAK,EAAA;AACd,QAAA,IAAI,KAAK,CAAC,SAAS,GAAG,CAAC,EAAE;YACvB;QACF;QACA,UAAU,CAAC,MAAK;AACd,YAAA,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC;AAClB,QAAA,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACrB;+GA5FW,gBAAgB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAAA,IAAA,CAAA,cAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA;mHAAhB,gBAAgB,EAAA,CAAA,CAAA;;4FAAhB,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAD5B;;;ACvBD;;AAEG;;;;"}