@fundamental-ngx/core 0.44.1-rc.3 → 0.45.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 (500) hide show
  1. package/action-sheet/action-sheet.module.d.ts +5 -6
  2. package/action-sheet/index.d.ts +0 -1
  3. package/avatar/avatar.component.d.ts +1 -6
  4. package/bar/bar.module.d.ts +4 -6
  5. package/bar/directives/bar-element.directive.d.ts +1 -6
  6. package/bar/index.d.ts +0 -2
  7. package/breadcrumb/breadcrumb.component.d.ts +1 -9
  8. package/breadcrumb/breadcrumb.module.d.ts +12 -13
  9. package/breadcrumb/index.d.ts +0 -1
  10. package/button/button.module.d.ts +4 -5
  11. package/button/index.d.ts +0 -1
  12. package/calendar/calendar.module.d.ts +5 -6
  13. package/calendar/index.d.ts +0 -1
  14. package/card/card.module.d.ts +6 -7
  15. package/card/index.d.ts +0 -1
  16. package/carousel/carousel.component.d.ts +1 -13
  17. package/checkbox/checkbox.module.d.ts +4 -5
  18. package/checkbox/index.d.ts +0 -1
  19. package/combobox/combobox.module.d.ts +12 -13
  20. package/combobox/index.d.ts +0 -1
  21. package/content-density/index.d.ts +0 -4
  22. package/date-picker/date-picker.component.d.ts +1 -62
  23. package/date-picker/date-picker.module.d.ts +12 -13
  24. package/date-picker/index.d.ts +0 -1
  25. package/datetime-picker/datetime-picker.component.d.ts +1 -49
  26. package/datetime-picker/datetime-picker.module.d.ts +14 -15
  27. package/datetime-picker/index.d.ts +0 -1
  28. package/dialog/dialog.module.d.ts +14 -16
  29. package/dialog/index.d.ts +0 -2
  30. package/dialog/utils/dialog-config.class.d.ts +0 -2
  31. package/dynamic-page/dynamic-page.module.d.ts +10 -11
  32. package/dynamic-page/index.d.ts +0 -1
  33. package/esm2022/action-sheet/action-sheet.module.mjs +3 -8
  34. package/esm2022/action-sheet/index.mjs +1 -2
  35. package/esm2022/avatar/avatar.component.mjs +3 -13
  36. package/esm2022/bar/bar.module.mjs +3 -13
  37. package/esm2022/bar/directives/bar-element.directive.mjs +3 -16
  38. package/esm2022/bar/index.mjs +1 -3
  39. package/esm2022/breadcrumb/breadcrumb.component.mjs +5 -19
  40. package/esm2022/breadcrumb/breadcrumb.module.mjs +6 -18
  41. package/esm2022/breadcrumb/index.mjs +1 -2
  42. package/esm2022/button/button.module.mjs +4 -5
  43. package/esm2022/button/index.mjs +1 -2
  44. package/esm2022/calendar/calendar.module.mjs +3 -8
  45. package/esm2022/calendar/index.mjs +1 -2
  46. package/esm2022/card/card.module.mjs +4 -8
  47. package/esm2022/card/index.mjs +1 -2
  48. package/esm2022/carousel/carousel.component.mjs +4 -30
  49. package/esm2022/checkbox/checkbox.module.mjs +4 -5
  50. package/esm2022/checkbox/index.mjs +1 -2
  51. package/esm2022/combobox/combobox-mobile/combobox-mobile.component.mjs +1 -1
  52. package/esm2022/combobox/combobox.component.mjs +1 -1
  53. package/esm2022/combobox/combobox.module.mjs +6 -8
  54. package/esm2022/combobox/index.mjs +1 -2
  55. package/esm2022/content-density/index.mjs +1 -5
  56. package/esm2022/date-picker/date-picker.component.mjs +4 -104
  57. package/esm2022/date-picker/date-picker.module.mjs +5 -6
  58. package/esm2022/date-picker/index.mjs +1 -2
  59. package/esm2022/datetime-picker/datetime-picker.component.mjs +4 -83
  60. package/esm2022/datetime-picker/datetime-picker.module.mjs +5 -6
  61. package/esm2022/datetime-picker/index.mjs +1 -2
  62. package/esm2022/dialog/dialog-default/dialog-default.component.mjs +1 -1
  63. package/esm2022/dialog/dialog-header/dialog-header.component.mjs +1 -1
  64. package/esm2022/dialog/dialog.component.mjs +3 -3
  65. package/esm2022/dialog/dialog.module.mjs +1 -9
  66. package/esm2022/dialog/index.mjs +1 -3
  67. package/esm2022/dialog/utils/dialog-config.class.mjs +1 -1
  68. package/esm2022/dynamic-page/dynamic-page-header/actions/dynamic-page-title-content.component.mjs +1 -1
  69. package/esm2022/dynamic-page/dynamic-page-header/header/dynamic-page-header.component.mjs +1 -1
  70. package/esm2022/dynamic-page/dynamic-page.module.mjs +3 -8
  71. package/esm2022/dynamic-page/index.mjs +1 -2
  72. package/esm2022/facets/facet/facet.component.mjs +1 -1
  73. package/esm2022/feed-list-item/components/item/feed-list-item.component.mjs +14 -40
  74. package/esm2022/file-uploader/file-uploader.module.mjs +4 -23
  75. package/esm2022/file-uploader/index.mjs +1 -2
  76. package/esm2022/form/form-control/form-control.module.mjs +4 -23
  77. package/esm2022/form/form-label/form-label.component.mjs +3 -40
  78. package/esm2022/form/form-message/form-message.component.mjs +1 -1
  79. package/esm2022/form/form-message/popover-form-message.service.mjs +1 -1
  80. package/esm2022/form/index.mjs +1 -2
  81. package/esm2022/fundamental-ngx.module.mjs +1 -5
  82. package/esm2022/grid-list/components/grid-list-filter-bar/grid-list-filter-bar.component.mjs +1 -1
  83. package/esm2022/grid-list/components/grid-list-title-bar/grid-list-title-bar.component.mjs +1 -1
  84. package/esm2022/index.mjs +1 -2
  85. package/esm2022/inline-help/inline-help.directive.mjs +3 -18
  86. package/esm2022/input-group/index.mjs +1 -2
  87. package/esm2022/input-group/input-group.component.mjs +6 -28
  88. package/esm2022/input-group/input-group.module.mjs +1 -6
  89. package/esm2022/link/link.component.mjs +5 -8
  90. package/esm2022/list/index.mjs +1 -2
  91. package/esm2022/list/list-item/list-item.component.mjs +3 -46
  92. package/esm2022/list/list-message.directive.mjs +1 -1
  93. package/esm2022/list/list.module.mjs +3 -8
  94. package/esm2022/menu/index.mjs +1 -2
  95. package/esm2022/menu/menu-mobile/menu-mobile.component.mjs +1 -1
  96. package/esm2022/menu/menu.module.mjs +3 -8
  97. package/esm2022/message-box/index.mjs +1 -3
  98. package/esm2022/message-box/message-box-default/message-box-default.component.mjs +1 -1
  99. package/esm2022/message-box/message-box-header/message-box-header.component.mjs +1 -1
  100. package/esm2022/message-box/message-box.module.mjs +3 -11
  101. package/esm2022/message-strip/alert/message-strip-alert/message-strip-alert.component.mjs +3 -3
  102. package/esm2022/message-strip/alert/message-strip-alert.service.mjs +8 -2
  103. package/esm2022/message-strip/message-strip.component.mjs +3 -16
  104. package/esm2022/micro-process-flow/index.mjs +1 -2
  105. package/esm2022/micro-process-flow/micro-process-flow.module.mjs +5 -10
  106. package/esm2022/multi-combobox/mobile/mobile-multi-combobox.component.mjs +1 -1
  107. package/esm2022/multi-combobox/multi-combobox.component.mjs +1 -1
  108. package/esm2022/multi-combobox/select-all-toggler/select-all-toggler.component.mjs +1 -1
  109. package/esm2022/multi-input/index.mjs +1 -2
  110. package/esm2022/multi-input/multi-input-mobile/multi-input-mobile.component.mjs +1 -1
  111. package/esm2022/multi-input/multi-input.component.mjs +1 -1
  112. package/esm2022/multi-input/multi-input.module.mjs +6 -8
  113. package/esm2022/nested-list/index.mjs +1 -2
  114. package/esm2022/nested-list/nested-list.module.mjs +3 -8
  115. package/esm2022/object-number/object-number.component.mjs +3 -3
  116. package/esm2022/overflow-layout/overflow-layout.component.mjs +3 -3
  117. package/esm2022/pagination/index.mjs +1 -2
  118. package/esm2022/pagination/pagination.component.mjs +8 -186
  119. package/esm2022/pagination/pagination.module.mjs +6 -7
  120. package/esm2022/panel/index.mjs +1 -2
  121. package/esm2022/panel/panel.module.mjs +4 -15
  122. package/esm2022/popover/base/base-popover.class.mjs +2 -33
  123. package/esm2022/popover/popover.component.mjs +1 -19
  124. package/esm2022/product-switch/product-switch/product-switch.component.mjs +4 -17
  125. package/esm2022/product-switch/product-switch-body/product-switch-body.component.mjs +1 -1
  126. package/esm2022/product-switch/product-switch-body/product-switch.item.mjs +1 -1
  127. package/esm2022/quick-view/quick-view-group-item-label/quick-view-group-item-label.component.mjs +1 -1
  128. package/esm2022/quick-view/quick-view-title/quick-view-title.component.mjs +1 -1
  129. package/esm2022/radio/index.mjs +1 -2
  130. package/esm2022/radio/radio.module.mjs +4 -5
  131. package/esm2022/rating-indicator/components/rating-indicator.component.mjs +3 -3
  132. package/esm2022/select/index.mjs +1 -2
  133. package/esm2022/select/select.component.mjs +1 -1
  134. package/esm2022/select/select.module.mjs +5 -6
  135. package/esm2022/shellbar/index.mjs +1 -2
  136. package/esm2022/shellbar/shellbar-actions/shellbar-actions.component.mjs +3 -17
  137. package/esm2022/shellbar/shellbar-actions-mobile/shellbar-actions-mobile.component.mjs +3 -5
  138. package/esm2022/shellbar/shellbar.module.mjs +3 -8
  139. package/esm2022/shellbar/user-menu/shellbar-user-menu.component.mjs +1 -1
  140. package/esm2022/slider/index.mjs +1 -2
  141. package/esm2022/slider/slider.component.mjs +3 -49
  142. package/esm2022/slider/slider.module.mjs +4 -5
  143. package/esm2022/split-button/index.mjs +1 -2
  144. package/esm2022/split-button/split-button.component.mjs +3 -27
  145. package/esm2022/split-button/split-button.module.mjs +4 -5
  146. package/esm2022/splitter/splitter-pagination/splitter-pagination.component.mjs +3 -10
  147. package/esm2022/splitter/splitter.component.mjs +2 -16
  148. package/esm2022/step-input/index.mjs +1 -2
  149. package/esm2022/step-input/step-input.component.mjs +5 -31
  150. package/esm2022/step-input/step-input.module.mjs +5 -6
  151. package/esm2022/switch/index.mjs +1 -2
  152. package/esm2022/switch/switch.component.mjs +5 -43
  153. package/esm2022/switch/switch.module.mjs +4 -5
  154. package/esm2022/table/index.mjs +1 -3
  155. package/esm2022/table/table.module.mjs +3 -13
  156. package/esm2022/tabs/index.mjs +1 -2
  157. package/esm2022/tabs/tab-item-expand/tab-item-expand.component.mjs +8 -22
  158. package/esm2022/tabs/tab-list.component.mjs +5 -18
  159. package/esm2022/tabs/tabs.module.mjs +3 -8
  160. package/esm2022/text/text.component.mjs +3 -29
  161. package/esm2022/time/index.mjs +1 -3
  162. package/esm2022/time/time.component.mjs +8 -65
  163. package/esm2022/time/time.module.mjs +5 -6
  164. package/esm2022/time-picker/index.mjs +1 -2
  165. package/esm2022/time-picker/time-picker.component.mjs +1 -1
  166. package/esm2022/time-picker/time-picker.module.mjs +6 -22
  167. package/esm2022/timeline/components/timeline-node-body/timeline-node-body.component.mjs +1 -1
  168. package/esm2022/timeline/timeline.component.mjs +1 -1
  169. package/esm2022/token/index.mjs +1 -2
  170. package/esm2022/token/token.component.mjs +4 -30
  171. package/esm2022/token/token.module.mjs +5 -24
  172. package/esm2022/token/tokenizer.component.mjs +3 -3
  173. package/esm2022/toolbar/toolbar.component.mjs +8 -24
  174. package/esm2022/tree/tree.component.mjs +1 -1
  175. package/esm2022/upload-collection/upload-collection-button-group/upload-collection-button-group.component.mjs +9 -87
  176. package/esm2022/upload-collection/upload-collection-form-item/upload-collection-form-item.component.mjs +9 -21
  177. package/esm2022/upload-collection/upload-collection-item.directive.mjs +4 -3
  178. package/esm2022/upload-collection/upload-collection-simple.directives.mjs +22 -15
  179. package/esm2022/upload-collection/upload-collection.component.mjs +5 -4
  180. package/esm2022/upload-collection/upload-collection.module.mjs +7 -13
  181. package/esm2022/wizard/index.mjs +1 -2
  182. package/esm2022/wizard/wizard.module.mjs +3 -8
  183. package/feed-list-item/components/item/feed-list-item.component.d.ts +9 -25
  184. package/fesm2022/fundamental-ngx-core-action-sheet.mjs +5 -36
  185. package/fesm2022/fundamental-ngx-core-action-sheet.mjs.map +1 -1
  186. package/fesm2022/fundamental-ngx-core-avatar.mjs +2 -12
  187. package/fesm2022/fundamental-ngx-core-avatar.mjs.map +1 -1
  188. package/fesm2022/fundamental-ngx-core-bar.mjs +7 -81
  189. package/fesm2022/fundamental-ngx-core-bar.mjs.map +1 -1
  190. package/fesm2022/fundamental-ngx-core-breadcrumb.mjs +11 -63
  191. package/fesm2022/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
  192. package/fesm2022/fundamental-ngx-core-button.mjs +6 -33
  193. package/fesm2022/fundamental-ngx-core-button.mjs.map +1 -1
  194. package/fesm2022/fundamental-ngx-core-calendar.mjs +4 -35
  195. package/fesm2022/fundamental-ngx-core-calendar.mjs.map +1 -1
  196. package/fesm2022/fundamental-ngx-core-card.mjs +6 -36
  197. package/fesm2022/fundamental-ngx-core-card.mjs.map +1 -1
  198. package/fesm2022/fundamental-ngx-core-carousel.mjs +3 -29
  199. package/fesm2022/fundamental-ngx-core-carousel.mjs.map +1 -1
  200. package/fesm2022/fundamental-ngx-core-checkbox.mjs +6 -33
  201. package/fesm2022/fundamental-ngx-core-checkbox.mjs.map +1 -1
  202. package/fesm2022/fundamental-ngx-core-combobox.mjs +9 -37
  203. package/fesm2022/fundamental-ngx-core-combobox.mjs.map +1 -1
  204. package/fesm2022/fundamental-ngx-core-content-density.mjs +1 -148
  205. package/fesm2022/fundamental-ngx-core-content-density.mjs.map +1 -1
  206. package/fesm2022/fundamental-ngx-core-date-picker.mjs +10 -137
  207. package/fesm2022/fundamental-ngx-core-date-picker.mjs.map +1 -1
  208. package/fesm2022/fundamental-ngx-core-datetime-picker.mjs +10 -116
  209. package/fesm2022/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
  210. package/fesm2022/fundamental-ngx-core-dialog.mjs +6 -57
  211. package/fesm2022/fundamental-ngx-core-dialog.mjs.map +1 -1
  212. package/fesm2022/fundamental-ngx-core-dynamic-page.mjs +7 -38
  213. package/fesm2022/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
  214. package/fesm2022/fundamental-ngx-core-facets.mjs +1 -1
  215. package/fesm2022/fundamental-ngx-core-facets.mjs.map +1 -1
  216. package/fesm2022/fundamental-ngx-core-feed-list-item.mjs +13 -39
  217. package/fesm2022/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
  218. package/fesm2022/fundamental-ngx-core-file-uploader.mjs +5 -50
  219. package/fesm2022/fundamental-ngx-core-file-uploader.mjs.map +1 -1
  220. package/fesm2022/fundamental-ngx-core-form.mjs +7 -88
  221. package/fesm2022/fundamental-ngx-core-form.mjs.map +1 -1
  222. package/fesm2022/fundamental-ngx-core-grid-list.mjs +2 -2
  223. package/fesm2022/fundamental-ngx-core-grid-list.mjs.map +1 -1
  224. package/fesm2022/fundamental-ngx-core-inline-help.mjs +2 -17
  225. package/fesm2022/fundamental-ngx-core-inline-help.mjs.map +1 -1
  226. package/fesm2022/fundamental-ngx-core-input-group.mjs +8 -60
  227. package/fesm2022/fundamental-ngx-core-input-group.mjs.map +1 -1
  228. package/fesm2022/fundamental-ngx-core-link.mjs +4 -7
  229. package/fesm2022/fundamental-ngx-core-link.mjs.map +1 -1
  230. package/fesm2022/fundamental-ngx-core-list.mjs +6 -80
  231. package/fesm2022/fundamental-ngx-core-list.mjs.map +1 -1
  232. package/fesm2022/fundamental-ngx-core-menu.mjs +7 -38
  233. package/fesm2022/fundamental-ngx-core-menu.mjs.map +1 -1
  234. package/fesm2022/fundamental-ngx-core-message-box.mjs +7 -59
  235. package/fesm2022/fundamental-ngx-core-message-box.mjs.map +1 -1
  236. package/fesm2022/fundamental-ngx-core-message-strip.mjs +11 -19
  237. package/fesm2022/fundamental-ngx-core-message-strip.mjs.map +1 -1
  238. package/fesm2022/fundamental-ngx-core-micro-process-flow.mjs +7 -38
  239. package/fesm2022/fundamental-ngx-core-micro-process-flow.mjs.map +1 -1
  240. package/fesm2022/fundamental-ngx-core-multi-combobox.mjs +3 -3
  241. package/fesm2022/fundamental-ngx-core-multi-combobox.mjs.map +1 -1
  242. package/fesm2022/fundamental-ngx-core-multi-input.mjs +9 -36
  243. package/fesm2022/fundamental-ngx-core-multi-input.mjs.map +1 -1
  244. package/fesm2022/fundamental-ngx-core-nested-list.mjs +4 -34
  245. package/fesm2022/fundamental-ngx-core-nested-list.mjs.map +1 -1
  246. package/fesm2022/fundamental-ngx-core-object-number.mjs +2 -2
  247. package/fesm2022/fundamental-ngx-core-object-number.mjs.map +1 -1
  248. package/fesm2022/fundamental-ngx-core-overflow-layout.mjs +2 -2
  249. package/fesm2022/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
  250. package/fesm2022/fundamental-ngx-core-pagination.mjs +14 -219
  251. package/fesm2022/fundamental-ngx-core-pagination.mjs.map +1 -1
  252. package/fesm2022/fundamental-ngx-core-panel.mjs +6 -43
  253. package/fesm2022/fundamental-ngx-core-panel.mjs.map +1 -1
  254. package/fesm2022/fundamental-ngx-core-popover.mjs +2 -50
  255. package/fesm2022/fundamental-ngx-core-popover.mjs.map +1 -1
  256. package/fesm2022/fundamental-ngx-core-product-switch.mjs +6 -18
  257. package/fesm2022/fundamental-ngx-core-product-switch.mjs.map +1 -1
  258. package/fesm2022/fundamental-ngx-core-quick-view.mjs +2 -2
  259. package/fesm2022/fundamental-ngx-core-quick-view.mjs.map +1 -1
  260. package/fesm2022/fundamental-ngx-core-radio.mjs +6 -33
  261. package/fesm2022/fundamental-ngx-core-radio.mjs.map +1 -1
  262. package/fesm2022/fundamental-ngx-core-rating-indicator.mjs +2 -2
  263. package/fesm2022/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
  264. package/fesm2022/fundamental-ngx-core-select.mjs +7 -34
  265. package/fesm2022/fundamental-ngx-core-select.mjs.map +1 -1
  266. package/fesm2022/fundamental-ngx-core-shellbar.mjs +11 -57
  267. package/fesm2022/fundamental-ngx-core-shellbar.mjs.map +1 -1
  268. package/fesm2022/fundamental-ngx-core-slider.mjs +8 -70
  269. package/fesm2022/fundamental-ngx-core-slider.mjs.map +1 -1
  270. package/fesm2022/fundamental-ngx-core-split-button.mjs +8 -59
  271. package/fesm2022/fundamental-ngx-core-split-button.mjs.map +1 -1
  272. package/fesm2022/fundamental-ngx-core-splitter.mjs +4 -24
  273. package/fesm2022/fundamental-ngx-core-splitter.mjs.map +1 -1
  274. package/fesm2022/fundamental-ngx-core-step-input.mjs +11 -64
  275. package/fesm2022/fundamental-ngx-core-step-input.mjs.map +1 -1
  276. package/fesm2022/fundamental-ngx-core-switch.mjs +9 -74
  277. package/fesm2022/fundamental-ngx-core-switch.mjs.map +1 -1
  278. package/fesm2022/fundamental-ngx-core-table.mjs +5 -65
  279. package/fesm2022/fundamental-ngx-core-table.mjs.map +1 -1
  280. package/fesm2022/fundamental-ngx-core-tabs.mjs +14 -69
  281. package/fesm2022/fundamental-ngx-core-tabs.mjs.map +1 -1
  282. package/fesm2022/fundamental-ngx-core-text.mjs +2 -28
  283. package/fesm2022/fundamental-ngx-core-text.mjs.map +1 -1
  284. package/fesm2022/fundamental-ngx-core-time-picker.mjs +9 -51
  285. package/fesm2022/fundamental-ngx-core-time-picker.mjs.map +1 -1
  286. package/fesm2022/fundamental-ngx-core-time.mjs +12 -143
  287. package/fesm2022/fundamental-ngx-core-time.mjs.map +1 -1
  288. package/fesm2022/fundamental-ngx-core-timeline.mjs +2 -2
  289. package/fesm2022/fundamental-ngx-core-timeline.mjs.map +1 -1
  290. package/fesm2022/fundamental-ngx-core-token.mjs +11 -82
  291. package/fesm2022/fundamental-ngx-core-token.mjs.map +1 -1
  292. package/fesm2022/fundamental-ngx-core-toolbar.mjs +6 -22
  293. package/fesm2022/fundamental-ngx-core-toolbar.mjs.map +1 -1
  294. package/fesm2022/fundamental-ngx-core-tree.mjs +1 -1
  295. package/fesm2022/fundamental-ngx-core-tree.mjs.map +1 -1
  296. package/fesm2022/fundamental-ngx-core-upload-collection.mjs +46 -131
  297. package/fesm2022/fundamental-ngx-core-upload-collection.mjs.map +1 -1
  298. package/fesm2022/fundamental-ngx-core-wizard.mjs +5 -36
  299. package/fesm2022/fundamental-ngx-core-wizard.mjs.map +1 -1
  300. package/fesm2022/fundamental-ngx-core.mjs +0 -5
  301. package/fesm2022/fundamental-ngx-core.mjs.map +1 -1
  302. package/file-uploader/file-uploader.module.d.ts +6 -7
  303. package/file-uploader/index.d.ts +0 -1
  304. package/form/form-control/form-control.module.d.ts +3 -4
  305. package/form/form-label/form-label.component.d.ts +1 -16
  306. package/form/form-message/form-message.component.d.ts +0 -2
  307. package/form/form-message/popover-form-message.service.d.ts +2 -2
  308. package/form/index.d.ts +0 -1
  309. package/fundamental-ngx-core-v0.45.0.tgz +0 -0
  310. package/fundamental-ngx.module.d.ts +89 -90
  311. package/index.d.ts +0 -1
  312. package/inline-help/inline-help.directive.d.ts +1 -7
  313. package/input-group/index.d.ts +0 -1
  314. package/input-group/input-group.component.d.ts +6 -13
  315. package/input-group/input-group.module.d.ts +6 -7
  316. package/link/link.component.d.ts +1 -1
  317. package/list/index.d.ts +0 -1
  318. package/list/list-item/list-item.component.d.ts +1 -25
  319. package/list/list-message.directive.d.ts +2 -2
  320. package/list/list.module.d.ts +5 -6
  321. package/menu/index.d.ts +0 -1
  322. package/menu/menu.module.d.ts +6 -7
  323. package/message-box/index.d.ts +0 -2
  324. package/message-box/message-box.module.d.ts +15 -17
  325. package/message-strip/message-strip.component.d.ts +1 -9
  326. package/micro-process-flow/index.d.ts +0 -1
  327. package/micro-process-flow/micro-process-flow.module.d.ts +4 -5
  328. package/multi-input/index.d.ts +0 -1
  329. package/multi-input/multi-input.module.d.ts +12 -13
  330. package/nested-list/index.d.ts +0 -1
  331. package/nested-list/nested-list.module.d.ts +6 -7
  332. package/package.json +3 -9
  333. package/pagination/index.d.ts +0 -1
  334. package/pagination/pagination.component.d.ts +2 -111
  335. package/pagination/pagination.module.d.ts +10 -11
  336. package/panel/index.d.ts +0 -1
  337. package/panel/panel.module.d.ts +4 -5
  338. package/popover/base/base-popover.class.d.ts +1 -16
  339. package/popover/popover.component.d.ts +0 -11
  340. package/product-switch/product-switch/product-switch.component.d.ts +1 -8
  341. package/product-switch/product-switch-body/product-switch.item.d.ts +0 -4
  342. package/radio/index.d.ts +0 -1
  343. package/radio/radio.module.d.ts +4 -5
  344. package/schematics/add-dependencies/index.js +4 -4
  345. package/select/index.d.ts +0 -1
  346. package/select/select.component.d.ts +0 -2
  347. package/select/select.module.d.ts +9 -10
  348. package/shellbar/index.d.ts +0 -1
  349. package/shellbar/shellbar-actions/shellbar-actions.component.d.ts +1 -9
  350. package/shellbar/shellbar-actions-mobile/shellbar-actions-mobile.component.d.ts +3 -5
  351. package/shellbar/shellbar.module.d.ts +14 -15
  352. package/slider/index.d.ts +0 -1
  353. package/slider/slider.component.d.ts +1 -31
  354. package/slider/slider.module.d.ts +7 -8
  355. package/split-button/index.d.ts +0 -1
  356. package/split-button/split-button.component.d.ts +3 -12
  357. package/split-button/split-button.module.d.ts +6 -7
  358. package/splitter/splitter-pagination/splitter-pagination.component.d.ts +0 -5
  359. package/splitter/splitter.component.d.ts +1 -9
  360. package/step-input/index.d.ts +0 -1
  361. package/step-input/step-input.component.d.ts +1 -17
  362. package/step-input/step-input.module.d.ts +7 -8
  363. package/switch/index.d.ts +0 -1
  364. package/switch/switch.component.d.ts +1 -19
  365. package/switch/switch.module.d.ts +5 -6
  366. package/table/index.d.ts +0 -2
  367. package/table/table.module.d.ts +4 -6
  368. package/tabs/index.d.ts +0 -1
  369. package/tabs/tab-item-expand/tab-item-expand.component.d.ts +1 -8
  370. package/tabs/tab-list.component.d.ts +1 -9
  371. package/tabs/tabs.module.d.ts +12 -13
  372. package/text/text.component.d.ts +1 -17
  373. package/time/index.d.ts +0 -2
  374. package/time/time.component.d.ts +2 -15
  375. package/time/time.module.d.ts +9 -10
  376. package/time-picker/index.d.ts +0 -1
  377. package/time-picker/time-picker.module.d.ts +9 -10
  378. package/token/index.d.ts +0 -1
  379. package/token/token.component.d.ts +1 -17
  380. package/token/token.module.d.ts +8 -9
  381. package/toolbar/toolbar.component.d.ts +4 -12
  382. package/upload-collection/upload-collection-button-group/upload-collection-button-group.component.d.ts +2 -50
  383. package/upload-collection/upload-collection-form-item/upload-collection-form-item.component.d.ts +1 -9
  384. package/upload-collection/upload-collection-item.directive.d.ts +1 -1
  385. package/upload-collection/upload-collection-simple.directives.d.ts +7 -7
  386. package/upload-collection/upload-collection.component.d.ts +1 -1
  387. package/upload-collection/upload-collection.module.d.ts +1 -8
  388. package/wizard/index.d.ts +0 -1
  389. package/wizard/wizard.module.d.ts +8 -9
  390. package/action-sheet/deprecated-action-sheet-compact.directive.d.ts +0 -8
  391. package/alert/README.md +0 -25
  392. package/alert/alert-service/alert.service.d.ts +0 -41
  393. package/alert/alert-utils/alert-animations.d.ts +0 -8
  394. package/alert/alert-utils/alert-config.d.ts +0 -34
  395. package/alert/alert-utils/alert-container.component.d.ts +0 -14
  396. package/alert/alert-utils/alert-ref.d.ts +0 -26
  397. package/alert/alert.component.d.ts +0 -87
  398. package/alert/alert.module.d.ts +0 -18
  399. package/alert/index.d.ts +0 -7
  400. package/bar/deprecated-bar-button-content-density.directive.d.ts +0 -8
  401. package/bar/deprecated-bar-content-density.directive.d.ts +0 -8
  402. package/breadcrumb/deprecated-breadcrumbs-compact.directive.d.ts +0 -8
  403. package/button/deprecated-button-content-density.directive.d.ts +0 -8
  404. package/calendar/deprecated-calendar-content-density.directive.d.ts +0 -8
  405. package/card/deprecated-card-content-density.directive.d.ts +0 -8
  406. package/checkbox/deprecated-checkbox-content-density.directive.d.ts +0 -8
  407. package/combobox/deprecated-combobox-content-density.directive.d.ts +0 -10
  408. package/content-density/classes/deprecated-compact.directive.d.ts +0 -26
  409. package/content-density/classes/deprecated-condensed.directive.d.ts +0 -26
  410. package/content-density/classes/deprecated-content-density.directive.d.ts +0 -26
  411. package/content-density/classes/deprecated-cozy.directive.d.ts +0 -26
  412. package/date-picker/deprecated-date-picker-compact.directive.d.ts +0 -8
  413. package/datetime-picker/deprecated-date-time-picker-content-density.directive.d.ts +0 -8
  414. package/dialog/dialog-footer-button/dialog-footer-button.component.d.ts +0 -12
  415. package/dialog/directives/dialog-decisive-button.directive.d.ts +0 -11
  416. package/dynamic-page/deprecated-dynamic-page-compact.directive.d.ts +0 -8
  417. package/esm2022/action-sheet/deprecated-action-sheet-compact.directive.mjs +0 -30
  418. package/esm2022/alert/alert-service/alert.service.mjs +0 -85
  419. package/esm2022/alert/alert-utils/alert-animations.mjs +0 -38
  420. package/esm2022/alert/alert-utils/alert-config.mjs +0 -27
  421. package/esm2022/alert/alert-utils/alert-container.component.mjs +0 -29
  422. package/esm2022/alert/alert-utils/alert-ref.mjs +0 -29
  423. package/esm2022/alert/alert.component.mjs +0 -212
  424. package/esm2022/alert/alert.module.mjs +0 -33
  425. package/esm2022/alert/fundamental-ngx-core-alert.mjs +0 -5
  426. package/esm2022/alert/index.mjs +0 -8
  427. package/esm2022/bar/deprecated-bar-button-content-density.directive.mjs +0 -30
  428. package/esm2022/bar/deprecated-bar-content-density.directive.mjs +0 -29
  429. package/esm2022/breadcrumb/deprecated-breadcrumbs-compact.directive.mjs +0 -30
  430. package/esm2022/button/deprecated-button-content-density.directive.mjs +0 -30
  431. package/esm2022/calendar/deprecated-calendar-content-density.directive.mjs +0 -30
  432. package/esm2022/card/deprecated-card-content-density.directive.mjs +0 -30
  433. package/esm2022/checkbox/deprecated-checkbox-content-density.directive.mjs +0 -30
  434. package/esm2022/combobox/deprecated-combobox-content-density.directive.mjs +0 -31
  435. package/esm2022/content-density/classes/deprecated-compact.directive.mjs +0 -39
  436. package/esm2022/content-density/classes/deprecated-condensed.directive.mjs +0 -39
  437. package/esm2022/content-density/classes/deprecated-content-density.directive.mjs +0 -49
  438. package/esm2022/content-density/classes/deprecated-cozy.directive.mjs +0 -39
  439. package/esm2022/date-picker/deprecated-date-picker-compact.directive.mjs +0 -30
  440. package/esm2022/datetime-picker/deprecated-date-time-picker-content-density.directive.mjs +0 -30
  441. package/esm2022/dialog/dialog-footer-button/dialog-footer-button.component.mjs +0 -25
  442. package/esm2022/dialog/directives/dialog-decisive-button.directive.mjs +0 -26
  443. package/esm2022/dynamic-page/deprecated-dynamic-page-compact.directive.mjs +0 -30
  444. package/esm2022/file-uploader/deprecated-file-uploader-content-density.directive.mjs +0 -30
  445. package/esm2022/form/form-control/deprecated-form-control-content-density.directive.mjs +0 -29
  446. package/esm2022/input-group/deprecated-input-group-compact.directive.mjs +0 -30
  447. package/esm2022/list/deprecated-list-content-density,directive.mjs +0 -30
  448. package/esm2022/menu/directives/deprecated-menu-compact.directive.mjs +0 -30
  449. package/esm2022/message-box/directives/message-box-decisive-button.directive.mjs +0 -27
  450. package/esm2022/message-box/message-box-footer-button/message-box-footer-button.component.mjs +0 -25
  451. package/esm2022/micro-process-flow/components/micro-process-flow/deprecated-micro-process-flow-content-density.directive.mjs +0 -30
  452. package/esm2022/multi-input/deprecated-multi-input-compact.directive.mjs +0 -30
  453. package/esm2022/nested-list/deprecated-nested-list-compact.directive.mjs +0 -29
  454. package/esm2022/pagination/deprecated-pagination-compact.directive.mjs +0 -30
  455. package/esm2022/panel/deprecated-panel-compact.directive.mjs +0 -30
  456. package/esm2022/radio/deprecated-radio-button-compact.directive.mjs +0 -30
  457. package/esm2022/select/deprecated-select-compact.directive.mjs +0 -30
  458. package/esm2022/shellbar/deprecated-shellbar-compact.directive.mjs +0 -30
  459. package/esm2022/slider/deprecated-slider-cozy.directive.mjs +0 -20
  460. package/esm2022/split-button/deprecated-split-button-compact.directive.mjs +0 -30
  461. package/esm2022/step-input/deprecated-step-input-compact.directive.mjs +0 -30
  462. package/esm2022/switch/deprecated-switch-compact.directive.mjs +0 -30
  463. package/esm2022/table/deprecated-table-compact.directive.mjs +0 -29
  464. package/esm2022/table/deprecated-table-condensed.directive.mjs +0 -29
  465. package/esm2022/tabs/deprecated-tabs-compact.directive.mjs +0 -29
  466. package/esm2022/time/deprecated-time-content-density.directive.mjs +0 -30
  467. package/esm2022/time/i18n/time-i18n.mjs +0 -52
  468. package/esm2022/time-picker/deprecated-timepicker-compact.directive.mjs +0 -30
  469. package/esm2022/token/deprecated-tokenizer-content-density.directive.mjs +0 -30
  470. package/esm2022/wizard/deprecated-wizard-compact.directive.mjs +0 -30
  471. package/fesm2022/fundamental-ngx-core-alert.mjs +0 -437
  472. package/fesm2022/fundamental-ngx-core-alert.mjs.map +0 -1
  473. package/file-uploader/deprecated-file-uploader-content-density.directive.d.ts +0 -8
  474. package/form/form-control/deprecated-form-control-content-density.directive.d.ts +0 -8
  475. package/fundamental-ngx-core-v0.44.1-rc.3.tgz +0 -0
  476. package/input-group/deprecated-input-group-compact.directive.d.ts +0 -8
  477. package/list/deprecated-list-content-density,directive.d.ts +0 -8
  478. package/menu/directives/deprecated-menu-compact.directive.d.ts +0 -8
  479. package/message-box/directives/message-box-decisive-button.directive.d.ts +0 -11
  480. package/message-box/message-box-footer-button/message-box-footer-button.component.d.ts +0 -12
  481. package/micro-process-flow/components/micro-process-flow/deprecated-micro-process-flow-content-density.directive.d.ts +0 -8
  482. package/multi-input/deprecated-multi-input-compact.directive.d.ts +0 -8
  483. package/nested-list/deprecated-nested-list-compact.directive.d.ts +0 -8
  484. package/pagination/deprecated-pagination-compact.directive.d.ts +0 -8
  485. package/panel/deprecated-panel-compact.directive.d.ts +0 -8
  486. package/radio/deprecated-radio-button-compact.directive.d.ts +0 -8
  487. package/select/deprecated-select-compact.directive.d.ts +0 -8
  488. package/shellbar/deprecated-shellbar-compact.directive.d.ts +0 -8
  489. package/slider/deprecated-slider-cozy.directive.d.ts +0 -8
  490. package/split-button/deprecated-split-button-compact.directive.d.ts +0 -8
  491. package/step-input/deprecated-step-input-compact.directive.d.ts +0 -8
  492. package/switch/deprecated-switch-compact.directive.d.ts +0 -8
  493. package/table/deprecated-table-compact.directive.d.ts +0 -8
  494. package/table/deprecated-table-condensed.directive.d.ts +0 -8
  495. package/tabs/deprecated-tabs-compact.directive.d.ts +0 -8
  496. package/time/deprecated-time-content-density.directive.d.ts +0 -8
  497. package/time/i18n/time-i18n.d.ts +0 -42
  498. package/time-picker/deprecated-timepicker-compact.directive.d.ts +0 -8
  499. package/token/deprecated-tokenizer-content-density.directive.d.ts +0 -8
  500. package/wizard/deprecated-wizard-compact.directive.d.ts +0 -8
@@ -1,34 +0,0 @@
1
- import { Nullable, DynamicComponentConfig } from '@fundamental-ngx/cdk/utils';
2
- /**
3
- * @deprecated
4
- * Alert component is deprecated since version 0.16.0
5
- * Message Strip component should be used instead.
6
- *
7
- * Configuration for opening an alert with the AlertService.
8
- */
9
- export declare class AlertConfig implements DynamicComponentConfig {
10
- /** Whether the alert is dismissible. */
11
- dismissible: boolean;
12
- /** The type of the alert. Can be one of *warning*, *success*, *information*, *error* or null. */
13
- type?: string;
14
- /** Id for the alert component. If omitted, a unique one is generated. */
15
- id?: string;
16
- /** Width of the alert. */
17
- width: string;
18
- /** Minimum width of the alert. */
19
- minWidth: string;
20
- /** Data being injected into the child component or template. */
21
- data?: any;
22
- /** Duration of time *in milliseconds* that the alert will be visible. Set to -1 for indefinite. */
23
- duration: number;
24
- /** Whether the alert should stay open if the mouse is hovering over it. */
25
- mousePersist: boolean;
26
- /** Id of the element that labels the alert. */
27
- ariaLabelledBy?: Nullable<string>;
28
- /** Aria label for the alert component element. */
29
- ariaLabel?: Nullable<string>;
30
- /** The container that the Alert is appended to. By default, it is appended to the body. */
31
- container?: HTMLElement | 'body';
32
- /** @hidden */
33
- constructor();
34
- }
@@ -1,14 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @deprecated
4
- * Alert component is deprecated since version 0.16.0
5
- * Message Strip component should be used instead.
6
- */
7
- export declare class AlertContainerComponent {
8
- /** @hidden */
9
- fdAlertContainerClass: boolean;
10
- /** @hidden */
11
- constructor();
12
- static ɵfac: i0.ɵɵFactoryDeclaration<AlertContainerComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<AlertContainerComponent, "fd-alert-container", never, {}, {}, never, never, false, never, false>;
14
- }
@@ -1,26 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- /**
3
- * @deprecated
4
- * Alert component is deprecated since version 0.16.0
5
- * Message Strip component should be used instead.
6
- *
7
- * Reference to an alert component generated via the AlertService.
8
- * It can be injected into the content component in the same way a service would be injected.
9
- * For a template, add let-alert to your ng-template tag. Now using *alert* in the template refers to this class.
10
- */
11
- export declare class AlertRef {
12
- /** Observable that is triggered when the alert is dismissed. */
13
- afterDismissed: Observable<any>;
14
- /** Data passed from the service open method. */
15
- data: any;
16
- /** @hidden */
17
- private readonly _afterDismissed;
18
- /** @hidden */
19
- constructor();
20
- /**
21
- * Dismisses the alert.
22
- *
23
- * @param reason Data passed back to the calling component through the AfterDismissed observable.
24
- */
25
- dismiss(reason?: any): void;
26
- }
@@ -1,87 +0,0 @@
1
- import { AfterViewInit, ChangeDetectorRef, ComponentFactoryResolver, ComponentRef, ElementRef, EmbeddedViewRef, EventEmitter, NgZone, OnInit, TemplateRef, Type, ViewContainerRef } from '@angular/core';
2
- import { AbstractFdNgxClass, Nullable } from '@fundamental-ngx/cdk/utils';
3
- import { AlertRef } from './alert-utils/alert-ref';
4
- import { AlertConfig } from './alert-utils/alert-config';
5
- import { MessageStripType } from '@fundamental-ngx/core/message-strip';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * @deprecated
9
- * Alert component is deprecated since version 0.16.0
10
- * Message Strip component should be used instead.
11
- *
12
- * The component that represents an alert. It can be only be used inline.
13
- * If the AlertService is used, this component is auto-generated.
14
- */
15
- export declare class AlertComponent extends AbstractFdNgxClass implements OnInit, AfterViewInit {
16
- private elRef;
17
- private cdRef;
18
- private componentFactoryResolver;
19
- private ngZone;
20
- private alertConfig;
21
- private alertRef;
22
- /** @hidden */
23
- containerRef: ViewContainerRef;
24
- /** Whether the alert is dismissible. */
25
- dismissible: boolean;
26
- /** The type of the alert. Can be one of *warning*, *success*, *information*, *error* or null. */
27
- type: MessageStripType;
28
- /** Id for the alert component. If omitted, a unique one is generated. */
29
- id: string;
30
- /** Duration of time *in milliseconds* that the alert will be visible. Set to -1 for indefinite. */
31
- duration: number;
32
- /** Whether the alert should stay open if the mouse is hovering over it. */
33
- mousePersist: boolean;
34
- /** Id of the element that labels the alert. */
35
- ariaLabelledBy: Nullable<string>;
36
- /** Aria label for the alert component element. */
37
- ariaLabel: Nullable<string>;
38
- /** Aria label for the dismiss button. */
39
- dismissLabel: string;
40
- /** Width of the alert. */
41
- width: string;
42
- /** Minimum width of the alert. */
43
- minWidth: string;
44
- /** Alternative way of passing in a message to the alert. */
45
- message: string;
46
- /** Event fired when the alert is dismissed. */
47
- onDismiss: EventEmitter<void>;
48
- /** @hidden */
49
- mouseInAlert: boolean;
50
- /** @hidden */
51
- componentRef: ComponentRef<any> | EmbeddedViewRef<any>;
52
- /** @hidden */
53
- childContent: Type<any> | TemplateRef<any> | string | undefined;
54
- /** @hidden */
55
- constructor(elRef: ElementRef, cdRef: ChangeDetectorRef, componentFactoryResolver: ComponentFactoryResolver, ngZone: NgZone, alertConfig: AlertConfig, alertRef: AlertRef);
56
- /** @hidden */
57
- ngOnInit(): void;
58
- /** @hidden */
59
- ngAfterViewInit(): void;
60
- /**
61
- * Dismisses the alert. If the alert was generated via the AlertService, it is removed from the DOM.
62
- * Otherwise, it sets the display value to none. Fires the onDismiss event.
63
- *
64
- * @param manualDismiss Set to true to skip the dismiss animation.
65
- * @param reason Data to pass back to the calling component. Only usable if alert is opened using the Service.
66
- *
67
- */
68
- dismiss(reason?: any, manualDismiss?: boolean): void;
69
- /**
70
- * Opens the alert.
71
- */
72
- open(): void;
73
- /** @hidden */
74
- handleAlertMouseEvent(event: any): void;
75
- /** @hidden */
76
- _setProperties(): void;
77
- /** @hidden */
78
- private loadFromTemplate;
79
- /** @hidden */
80
- private loadFromComponent;
81
- /** @hidden */
82
- private loadFromString;
83
- /** @hidden */
84
- private _setAlertConfig;
85
- static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, [null, null, null, null, { optional: true; }, { optional: true; }]>;
86
- static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "fd-alert", never, { "dismissible": { "alias": "dismissible"; "required": false; }; "type": { "alias": "type"; "required": false; }; "id": { "alias": "id"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "mousePersist": { "alias": "mousePersist"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "dismissLabel": { "alias": "dismissLabel"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, { "onDismiss": "onDismiss"; }, never, ["*"], false, never, false>;
87
- }
@@ -1,18 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./alert.component";
3
- import * as i2 from "./alert-utils/alert-container.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@fundamental-ngx/core/button";
6
- import * as i5 from "@fundamental-ngx/core/message-strip";
7
- /**
8
- * @deprecated
9
- * Alert component is deprecated since version 0.16.0
10
- * Message Strip component should be used instead.
11
- */
12
- export declare class AlertModule {
13
- /** @hidden */
14
- constructor();
15
- static ɵfac: i0.ɵɵFactoryDeclaration<AlertModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<AlertModule, [typeof i1.AlertComponent, typeof i2.AlertContainerComponent], [typeof i3.CommonModule, typeof i4.ButtonModule, typeof i5.MessageStripComponent], [typeof i1.AlertComponent, typeof i2.AlertContainerComponent]>;
17
- static ɵinj: i0.ɵɵInjectorDeclaration<AlertModule>;
18
- }
package/alert/index.d.ts DELETED
@@ -1,7 +0,0 @@
1
- export * from './alert.module';
2
- export * from './alert-service/alert.service';
3
- export * from './alert.component';
4
- export * from './alert-utils/alert-ref';
5
- export * from './alert-utils/alert-config';
6
- export * from './alert-utils/alert-container.component';
7
- export * from './alert-utils/alert-animations';
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedBarButtonContentDensityDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedBarButtonContentDensityDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedBarButtonContentDensityDirective, "fd-button-bar[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCozyDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedBarContentDensityDirective extends DeprecatedCozyDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedBarContentDensityDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedBarContentDensityDirective, "[fd-bar][cozy]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedBreadcrumbsCompactDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedBreadcrumbsCompactDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedBreadcrumbsCompactDirective, "fd-breadcrumb[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedButtonContentDensityDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedButtonContentDensityDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedButtonContentDensityDirective, "[fd-button][compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedCalendarContentDensityDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedCalendarContentDensityDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedCalendarContentDensityDirective, "fd-calendar[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedCardContentDensityDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedCardContentDensityDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedCardContentDensityDirective, "fd-card[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedCheckboxContentDensityDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedCheckboxContentDensityDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedCheckboxContentDensityDirective, "fd-checkbox[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,10 +0,0 @@
1
- import { ElementRef } from '@angular/core';
2
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
3
- import * as i0 from "@angular/core";
4
- export declare class DeprecatedComboboxContentDensityDirective extends DeprecatedCompactDirective {
5
- private elRef;
6
- /** @hidden */
7
- constructor(elRef: ElementRef);
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedComboboxContentDensityDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedComboboxContentDensityDirective, "fd-combobox[compact]", never, {}, {}, never, never, false, never, false>;
10
- }
@@ -1,26 +0,0 @@
1
- import { OnDestroy } from '@angular/core';
2
- import { BehaviorSubject } from 'rxjs';
3
- import { BooleanInput } from '@angular/cdk/coercion';
4
- import { ContentDensityMode } from '../types/content-density.mode';
5
- import { ModuleDeprecation } from '@fundamental-ngx/cdk/utils';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Directive decorator is only for allowing @Input
9
- */
10
- export declare class DeprecatedCompactDirective extends BehaviorSubject<ContentDensityMode> implements OnDestroy, ModuleDeprecation {
11
- /** @deprecated use fdCompact directive instead */
12
- set compact(value: BooleanInput);
13
- /** @hidden */
14
- readonly message: string;
15
- /** @hidden */
16
- readonly alternative: {
17
- name: string;
18
- link: string[];
19
- };
20
- /** @hidden */
21
- constructor(selectorBase: string);
22
- /** @hidden */
23
- ngOnDestroy(): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedCompactDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedCompactDirective, never, never, { "compact": { "alias": "compact"; "required": false; }; }, {}, never, never, false, never, false>;
26
- }
@@ -1,26 +0,0 @@
1
- import { OnDestroy } from '@angular/core';
2
- import { BehaviorSubject } from 'rxjs';
3
- import { BooleanInput } from '@angular/cdk/coercion';
4
- import { ContentDensityMode } from '../types/content-density.mode';
5
- import { ModuleDeprecation } from '@fundamental-ngx/cdk/utils';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Directive decorator is only for allowing @Input
9
- */
10
- export declare class DeprecatedCondensedDirective extends BehaviorSubject<ContentDensityMode> implements OnDestroy, ModuleDeprecation {
11
- /** @deprecated use fdCondensed directive instead */
12
- set condensed(value: BooleanInput);
13
- /** @hidden */
14
- readonly message: string;
15
- /** @hidden */
16
- readonly alternative: {
17
- name: string;
18
- link: string[];
19
- };
20
- /** @hidden */
21
- constructor(selectorBase: string);
22
- /** @hidden */
23
- ngOnDestroy(): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedCondensedDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedCondensedDirective, never, never, { "condensed": { "alias": "condensed"; "required": false; }; }, {}, never, never, false, never, false>;
26
- }
@@ -1,26 +0,0 @@
1
- import { OnDestroy } from '@angular/core';
2
- import { BehaviorSubject } from 'rxjs';
3
- import { ContentDensityMode } from '../types/content-density.mode';
4
- import { ModuleDeprecation } from '@fundamental-ngx/cdk/utils';
5
- import * as i0 from "@angular/core";
6
- /**
7
- * Directive decorator is only for allowing @Input
8
- */
9
- export declare class DeprecatedContentDensityDirective extends BehaviorSubject<ContentDensityMode> implements OnDestroy, ModuleDeprecation {
10
- /** @deprecated use fdCompact directive instead */
11
- set contentDensity(value: any);
12
- /** Deprecation message */
13
- get message(): string;
14
- /** Alternative usage description with a link to the docs */
15
- get alternative(): any;
16
- /** @hidden */
17
- selectorBase: string;
18
- /** @hidden */
19
- private _manuallySet;
20
- /** @hidden */
21
- constructor();
22
- /** @hidden */
23
- ngOnDestroy(): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedContentDensityDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedContentDensityDirective, never, never, { "contentDensity": { "alias": "contentDensity"; "required": false; }; }, {}, never, never, false, never, false>;
26
- }
@@ -1,26 +0,0 @@
1
- import { OnDestroy } from '@angular/core';
2
- import { BehaviorSubject } from 'rxjs';
3
- import { BooleanInput } from '@angular/cdk/coercion';
4
- import { ContentDensityMode } from '../types/content-density.mode';
5
- import { ModuleDeprecation } from '@fundamental-ngx/cdk/utils';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Directive decorator is only for allowing @Input
9
- */
10
- export declare class DeprecatedCozyDirective extends BehaviorSubject<ContentDensityMode> implements OnDestroy, ModuleDeprecation {
11
- /** @deprecated use fdCozy directive instead */
12
- set cozy(value: BooleanInput);
13
- /** @hidden */
14
- readonly message: string;
15
- /** @hidden */
16
- readonly alternative: {
17
- name: string;
18
- link: string[];
19
- };
20
- /** @hidden */
21
- constructor(selectorBase: string);
22
- /** @hidden */
23
- ngOnDestroy(): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedCozyDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedCozyDirective, never, never, { "cozy": { "alias": "cozy"; "required": false; }; }, {}, never, never, false, never, false>;
26
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedDatePickerCompactDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedDatePickerCompactDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedDatePickerCompactDirective, "fd-date-picker[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedDateTimePickerContentDensityDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedDateTimePickerContentDensityDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedDateTimePickerContentDensityDirective, "fd-datetime-picker[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,12 +0,0 @@
1
- import { BarElementDirective } from '@fundamental-ngx/core/bar';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @deprecated
5
- * Consider using `fd-button-bar`
6
- */
7
- export declare class DialogFooterButtonComponent extends BarElementDirective {
8
- /** @hidden */
9
- constructor();
10
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogFooterButtonComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogFooterButtonComponent, "fd-dialog-footer-button", never, {}, {}, never, ["*"], false, never, false>;
12
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @deprecated
4
- * Consider using `fd-button-bar`
5
- */
6
- export declare class DialogDecisiveButtonDirective {
7
- /** @hidden */
8
- constructor();
9
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogDecisiveButtonDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<DialogDecisiveButtonDirective, "[fd-dialog-decisive-button]", never, {}, {}, never, never, false, never, false>;
11
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedDynamicPageCompactDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedDynamicPageCompactDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedDynamicPageCompactDirective, "fd-dynamic-page-title-content[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,30 +0,0 @@
1
- import { Directive, forwardRef } from '@angular/core';
2
- import { CONTENT_DENSITY_DIRECTIVE, DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
3
- import * as i0 from "@angular/core";
4
- export class DeprecatedActionSheetCompactDirective extends DeprecatedCompactDirective {
5
- /** @hidden */
6
- constructor() {
7
- super(`[fd-action-sheet-item][compact], fd-action-sheet-body[compact] and fd-action-sheet`);
8
- }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: DeprecatedActionSheetCompactDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
10
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: DeprecatedActionSheetCompactDirective, selector: "fd-action-sheet[compact], fd-action-sheet-body[compact], [fd-action-sheet-item][compact]", providers: [
11
- {
12
- provide: CONTENT_DENSITY_DIRECTIVE,
13
- useExisting: forwardRef(() => DeprecatedActionSheetCompactDirective)
14
- }
15
- ], usesInheritance: true, ngImport: i0 }); }
16
- }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: DeprecatedActionSheetCompactDirective, decorators: [{
18
- type: Directive,
19
- args: [{
20
- // eslint-disable-next-line @angular-eslint/directive-selector
21
- selector: `fd-action-sheet[compact], fd-action-sheet-body[compact], [fd-action-sheet-item][compact]`,
22
- providers: [
23
- {
24
- provide: CONTENT_DENSITY_DIRECTIVE,
25
- useExisting: forwardRef(() => DeprecatedActionSheetCompactDirective)
26
- }
27
- ]
28
- }]
29
- }], ctorParameters: function () { return []; } });
30
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwcmVjYXRlZC1hY3Rpb24tc2hlZXQtY29tcGFjdC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2NvcmUvc3JjL2xpYi9hY3Rpb24tc2hlZXQvZGVwcmVjYXRlZC1hY3Rpb24tc2hlZXQtY29tcGFjdC5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdEQsT0FBTyxFQUFFLHlCQUF5QixFQUFFLDBCQUEwQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7O0FBWTlHLE1BQU0sT0FBTyxxQ0FBc0MsU0FBUSwwQkFBMEI7SUFDakYsY0FBYztJQUNkO1FBQ0ksS0FBSyxDQUFDLG9GQUFvRixDQUFDLENBQUM7SUFDaEcsQ0FBQzs4R0FKUSxxQ0FBcUM7a0dBQXJDLHFDQUFxQyxtSEFQbkM7WUFDUDtnQkFDSSxPQUFPLEVBQUUseUJBQXlCO2dCQUNsQyxXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLHFDQUFxQyxDQUFDO2FBQ3ZFO1NBQ0o7OzJGQUVRLHFDQUFxQztrQkFWakQsU0FBUzttQkFBQztvQkFDUCw4REFBOEQ7b0JBQzlELFFBQVEsRUFBRSwwRkFBMEY7b0JBQ3BHLFNBQVMsRUFBRTt3QkFDUDs0QkFDSSxPQUFPLEVBQUUseUJBQXlCOzRCQUNsQyxXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxzQ0FBc0MsQ0FBQzt5QkFDdkU7cUJBQ0o7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIGZvcndhcmRSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENPTlRFTlRfREVOU0lUWV9ESVJFQ1RJVkUsIERlcHJlY2F0ZWRDb21wYWN0RGlyZWN0aXZlIH0gZnJvbSAnQGZ1bmRhbWVudGFsLW5neC9jb3JlL2NvbnRlbnQtZGVuc2l0eSc7XG5cbkBEaXJlY3RpdmUoe1xuICAgIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvZGlyZWN0aXZlLXNlbGVjdG9yXG4gICAgc2VsZWN0b3I6IGBmZC1hY3Rpb24tc2hlZXRbY29tcGFjdF0sIGZkLWFjdGlvbi1zaGVldC1ib2R5W2NvbXBhY3RdLCBbZmQtYWN0aW9uLXNoZWV0LWl0ZW1dW2NvbXBhY3RdYCxcbiAgICBwcm92aWRlcnM6IFtcbiAgICAgICAge1xuICAgICAgICAgICAgcHJvdmlkZTogQ09OVEVOVF9ERU5TSVRZX0RJUkVDVElWRSxcbiAgICAgICAgICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IERlcHJlY2F0ZWRBY3Rpb25TaGVldENvbXBhY3REaXJlY3RpdmUpXG4gICAgICAgIH1cbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIERlcHJlY2F0ZWRBY3Rpb25TaGVldENvbXBhY3REaXJlY3RpdmUgZXh0ZW5kcyBEZXByZWNhdGVkQ29tcGFjdERpcmVjdGl2ZSB7XG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgc3VwZXIoYFtmZC1hY3Rpb24tc2hlZXQtaXRlbV1bY29tcGFjdF0sIGZkLWFjdGlvbi1zaGVldC1ib2R5W2NvbXBhY3RdIGFuZCBmZC1hY3Rpb24tc2hlZXRgKTtcbiAgICB9XG59XG4iXX0=
@@ -1,85 +0,0 @@
1
- import { Injectable } from '@angular/core';
2
- import { AlertComponent } from '../alert.component';
3
- import { AlertContainerComponent } from '../alert-utils/alert-container.component';
4
- import { AlertConfig } from '../alert-utils/alert-config';
5
- import { DynamicComponentService, warnOnce } from '@fundamental-ngx/cdk/utils';
6
- import { AlertRef } from '../alert-utils/alert-ref';
7
- import * as i0 from "@angular/core";
8
- import * as i1 from "@fundamental-ngx/cdk/utils";
9
- /**
10
- * @deprecated
11
- * Alert component is deprecated since version 0.16.0
12
- * Message Strip component should be used instead.
13
- *
14
- * Service used to dynamically generate an alert as an overlay.
15
- */
16
- export class AlertService {
17
- /** @hidden */
18
- constructor(dynamicComponentService) {
19
- this.dynamicComponentService = dynamicComponentService;
20
- /** @hidden */
21
- this.alerts = [];
22
- warnOnce('AlertService is deprecated since version 0.16.0 and will be removed in next release. Use MessageStripAlertService instead.');
23
- }
24
- /**
25
- * Returns true if there are some alerts currently open. False otherwise.
26
- */
27
- hasOpenAlerts() {
28
- return this.alerts && this.alerts.length > 0;
29
- }
30
- /**
31
- * Opens an alert component with a content of type TemplateRef, Component Type or String.
32
- * @param content Content of the alert component.
33
- * @param alertConfig Configuration of the alert component.
34
- */
35
- open(content, alertConfig = new AlertConfig()) {
36
- // Get default values from alert model
37
- alertConfig = Object.assign(new AlertConfig(), alertConfig);
38
- // Instantiate alert ref service
39
- const service = new AlertRef();
40
- service.data = alertConfig.data;
41
- // If empty or undefined alert array, create container
42
- if (!this.alerts || this.alerts.length === 0 || !this.alertContainerRef) {
43
- this.alertContainerRef = this.dynamicComponentService.createDynamicComponent(content, AlertContainerComponent, alertConfig);
44
- }
45
- // Define Container to put backdrop and component to container
46
- alertConfig.container = this.alertContainerRef.location.nativeElement;
47
- const component = this.dynamicComponentService.createDynamicComponent(content, AlertComponent, alertConfig, { services: [service, alertConfig] });
48
- component.location.nativeElement.style.marginTop = '10px';
49
- // Subscription to close alert from ref
50
- const refSub = service.afterDismissed.subscribe(() => {
51
- this.destroyAlertComponent(component);
52
- refSub.unsubscribe();
53
- });
54
- // Log new component
55
- this.alerts.push(component);
56
- return service;
57
- }
58
- /**
59
- * Dismisses all service-opened alerts.
60
- */
61
- dismissAll() {
62
- this.alerts.forEach((ref) => {
63
- this.destroyAlertComponent(ref);
64
- });
65
- }
66
- /** @hidden */
67
- destroyAlertComponent(alert) {
68
- this.alerts = this.alerts.filter((item) => item && item !== alert);
69
- this.dynamicComponentService.destroyComponent(alert);
70
- if (this.alertContainerRef && (!this.alerts || this.alerts.length === 0)) {
71
- this.destroyAlertContainer();
72
- }
73
- }
74
- /** @hidden */
75
- destroyAlertContainer() {
76
- this.alertContainerRef && this.dynamicComponentService.destroyComponent(this.alertContainerRef);
77
- this.alertContainerRef = undefined;
78
- }
79
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertService, deps: [{ token: i1.DynamicComponentService }], target: i0.ɵɵFactoryTarget.Injectable }); }
80
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertService }); }
81
- }
82
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertService, decorators: [{
83
- type: Injectable
84
- }], ctorParameters: function () { return [{ type: i1.DynamicComponentService }]; } });
85
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29yZS9zcmMvbGliL2FsZXJ0L2FsZXJ0LXNlcnZpY2UvYWxlcnQuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFtQyxNQUFNLGVBQWUsQ0FBQztBQUM1RSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDcEQsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sMENBQTBDLENBQUM7QUFDbkYsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQzFELE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxRQUFRLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUMvRSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7OztBQUVwRDs7Ozs7O0dBTUc7QUFFSCxNQUFNLE9BQU8sWUFBWTtJQU9yQixjQUFjO0lBQ2QsWUFBb0IsdUJBQWdEO1FBQWhELDRCQUF1QixHQUF2Qix1QkFBdUIsQ0FBeUI7UUFQcEUsY0FBYztRQUNOLFdBQU0sR0FBbUMsRUFBRSxDQUFDO1FBT2hELFFBQVEsQ0FDSiw0SEFBNEgsQ0FDL0gsQ0FBQztJQUNOLENBQUM7SUFFRDs7T0FFRztJQUNJLGFBQWE7UUFDaEIsT0FBTyxJQUFJLENBQUMsTUFBTSxJQUFJLElBQUksQ0FBQyxNQUFNLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQztJQUNqRCxDQUFDO0lBRUQ7Ozs7T0FJRztJQUNJLElBQUksQ0FDUCxPQUE4QyxFQUM5QyxjQUEyQixJQUFJLFdBQVcsRUFBRTtRQUU1QyxzQ0FBc0M7UUFDdEMsV0FBVyxHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxXQUFXLEVBQUUsRUFBRSxXQUFXLENBQUMsQ0FBQztRQUU1RCxnQ0FBZ0M7UUFDaEMsTUFBTSxPQUFPLEdBQWEsSUFBSSxRQUFRLEVBQUUsQ0FBQztRQUN6QyxPQUFPLENBQUMsSUFBSSxHQUFHLFdBQVcsQ0FBQyxJQUFJLENBQUM7UUFFaEMsc0RBQXNEO1FBQ3RELElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxJQUFJLElBQUksQ0FBQyxNQUFNLENBQUMsTUFBTSxLQUFLLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxpQkFBaUIsRUFBRTtZQUNyRSxJQUFJLENBQUMsaUJBQWlCLEdBQUcsSUFBSSxDQUFDLHVCQUF1QixDQUFDLHNCQUFzQixDQUN4RSxPQUFPLEVBQ1AsdUJBQXVCLEVBQ3ZCLFdBQVcsQ0FDZCxDQUFDO1NBQ0w7UUFFRCw4REFBOEQ7UUFDOUQsV0FBVyxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsaUJBQWlCLENBQUMsUUFBUSxDQUFDLGFBQWEsQ0FBQztRQUV0RSxNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsdUJBQXVCLENBQUMsc0JBQXNCLENBQ2pFLE9BQU8sRUFDUCxjQUFjLEVBQ2QsV0FBVyxFQUNYLEVBQUUsUUFBUSxFQUFFLENBQUMsT0FBTyxFQUFFLFdBQVcsQ0FBQyxFQUFFLENBQ3ZDLENBQUM7UUFFRixTQUFTLENBQUMsUUFBUSxDQUFDLGFBQWEsQ0FBQyxLQUFLLENBQUMsU0FBUyxHQUFHLE1BQU0sQ0FBQztRQUUxRCx1Q0FBdUM7UUFDdkMsTUFBTSxNQUFNLEdBQUcsT0FBTyxDQUFDLGNBQWMsQ0FBQyxTQUFTLENBQUMsR0FBRyxFQUFFO1lBQ2pELElBQUksQ0FBQyxxQkFBcUIsQ0FBQyxTQUFTLENBQUMsQ0FBQztZQUN0QyxNQUFNLENBQUMsV0FBVyxFQUFFLENBQUM7UUFDekIsQ0FBQyxDQUFDLENBQUM7UUFFSCxvQkFBb0I7UUFDcEIsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUM7UUFDNUIsT0FBTyxPQUFPLENBQUM7SUFDbkIsQ0FBQztJQUVEOztPQUVHO0lBQ0ksVUFBVTtRQUNiLElBQUksQ0FBQyxNQUFNLENBQUMsT0FBTyxDQUFDLENBQUMsR0FBRyxFQUFFLEVBQUU7WUFDeEIsSUFBSSxDQUFDLHFCQUFxQixDQUFDLEdBQUcsQ0FBQyxDQUFDO1FBQ3BDLENBQUMsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVELGNBQWM7SUFDTixxQkFBcUIsQ0FBQyxLQUFtQztRQUM3RCxJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLENBQUMsSUFBSSxFQUFFLEVBQUUsQ0FBQyxJQUFJLElBQUksSUFBSSxLQUFLLEtBQUssQ0FBQyxDQUFDO1FBQ25FLElBQUksQ0FBQyx1QkFBdUIsQ0FBQyxnQkFBZ0IsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUVyRCxJQUFJLElBQUksQ0FBQyxpQkFBaUIsSUFBSSxDQUFDLENBQUMsSUFBSSxDQUFDLE1BQU0sSUFBSSxJQUFJLENBQUMsTUFBTSxDQUFDLE1BQU0sS0FBSyxDQUFDLENBQUMsRUFBRTtZQUN0RSxJQUFJLENBQUMscUJBQXFCLEVBQUUsQ0FBQztTQUNoQztJQUNMLENBQUM7SUFFRCxjQUFjO0lBQ04scUJBQXFCO1FBQ3pCLElBQUksQ0FBQyxpQkFBaUIsSUFBSSxJQUFJLENBQUMsdUJBQXVCLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUM7UUFDaEcsSUFBSSxDQUFDLGlCQUFpQixHQUFHLFNBQVMsQ0FBQztJQUN2QyxDQUFDOzhHQTVGUSxZQUFZO2tIQUFaLFlBQVk7OzJGQUFaLFlBQVk7a0JBRHhCLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlLCBDb21wb25lbnRSZWYsIFRlbXBsYXRlUmVmLCBUeXBlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBbGVydENvbXBvbmVudCB9IGZyb20gJy4uL2FsZXJ0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBBbGVydENvbnRhaW5lckNvbXBvbmVudCB9IGZyb20gJy4uL2FsZXJ0LXV0aWxzL2FsZXJ0LWNvbnRhaW5lci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQWxlcnRDb25maWcgfSBmcm9tICcuLi9hbGVydC11dGlscy9hbGVydC1jb25maWcnO1xuaW1wb3J0IHsgRHluYW1pY0NvbXBvbmVudFNlcnZpY2UsIHdhcm5PbmNlIH0gZnJvbSAnQGZ1bmRhbWVudGFsLW5neC9jZGsvdXRpbHMnO1xuaW1wb3J0IHsgQWxlcnRSZWYgfSBmcm9tICcuLi9hbGVydC11dGlscy9hbGVydC1yZWYnO1xuXG4vKipcbiAqIEBkZXByZWNhdGVkXG4gKiBBbGVydCBjb21wb25lbnQgaXMgZGVwcmVjYXRlZCBzaW5jZSB2ZXJzaW9uIDAuMTYuMFxuICogTWVzc2FnZSBTdHJpcCBjb21wb25lbnQgc2hvdWxkIGJlIHVzZWQgaW5zdGVhZC5cbiAqXG4gKiBTZXJ2aWNlIHVzZWQgdG8gZHluYW1pY2FsbHkgZ2VuZXJhdGUgYW4gYWxlcnQgYXMgYW4gb3ZlcmxheS5cbiAqL1xuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIEFsZXJ0U2VydmljZSB7XG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBwcml2YXRlIGFsZXJ0czogQ29tcG9uZW50UmVmPEFsZXJ0Q29tcG9uZW50PltdID0gW107XG5cbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIHByaXZhdGUgYWxlcnRDb250YWluZXJSZWY/OiBDb21wb25lbnRSZWY8QWxlcnRDb250YWluZXJDb21wb25lbnQ+O1xuXG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGR5bmFtaWNDb21wb25lbnRTZXJ2aWNlOiBEeW5hbWljQ29tcG9uZW50U2VydmljZSkge1xuICAgICAgICB3YXJuT25jZShcbiAgICAgICAgICAgICdBbGVydFNlcnZpY2UgaXMgZGVwcmVjYXRlZCBzaW5jZSB2ZXJzaW9uIDAuMTYuMCBhbmQgd2lsbCBiZSByZW1vdmVkIGluIG5leHQgcmVsZWFzZS4gVXNlIE1lc3NhZ2VTdHJpcEFsZXJ0U2VydmljZSBpbnN0ZWFkLidcbiAgICAgICAgKTtcbiAgICB9XG5cbiAgICAvKipcbiAgICAgKiBSZXR1cm5zIHRydWUgaWYgdGhlcmUgYXJlIHNvbWUgYWxlcnRzIGN1cnJlbnRseSBvcGVuLiBGYWxzZSBvdGhlcndpc2UuXG4gICAgICovXG4gICAgcHVibGljIGhhc09wZW5BbGVydHMoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0aGlzLmFsZXJ0cyAmJiB0aGlzLmFsZXJ0cy5sZW5ndGggPiAwO1xuICAgIH1cblxuICAgIC8qKlxuICAgICAqIE9wZW5zIGFuIGFsZXJ0IGNvbXBvbmVudCB3aXRoIGEgY29udGVudCBvZiB0eXBlIFRlbXBsYXRlUmVmLCBDb21wb25lbnQgVHlwZSBvciBTdHJpbmcuXG4gICAgICogQHBhcmFtIGNvbnRlbnQgQ29udGVudCBvZiB0aGUgYWxlcnQgY29tcG9uZW50LlxuICAgICAqIEBwYXJhbSBhbGVydENvbmZpZyBDb25maWd1cmF0aW9uIG9mIHRoZSBhbGVydCBjb21wb25lbnQuXG4gICAgICovXG4gICAgcHVibGljIG9wZW4oXG4gICAgICAgIGNvbnRlbnQ6IFRlbXBsYXRlUmVmPGFueT4gfCBUeXBlPGFueT4gfCBzdHJpbmcsXG4gICAgICAgIGFsZXJ0Q29uZmlnOiBBbGVydENvbmZpZyA9IG5ldyBBbGVydENvbmZpZygpXG4gICAgKTogQWxlcnRSZWYge1xuICAgICAgICAvLyBHZXQgZGVmYXVsdCB2YWx1ZXMgZnJvbSBhbGVydCBtb2RlbFxuICAgICAgICBhbGVydENvbmZpZyA9IE9iamVjdC5hc3NpZ24obmV3IEFsZXJ0Q29uZmlnKCksIGFsZXJ0Q29uZmlnKTtcblxuICAgICAgICAvLyBJbnN0YW50aWF0ZSBhbGVydCByZWYgc2VydmljZVxuICAgICAgICBjb25zdCBzZXJ2aWNlOiBBbGVydFJlZiA9IG5ldyBBbGVydFJlZigpO1xuICAgICAgICBzZXJ2aWNlLmRhdGEgPSBhbGVydENvbmZpZy5kYXRhO1xuXG4gICAgICAgIC8vIElmIGVtcHR5IG9yIHVuZGVmaW5lZCBhbGVydCBhcnJheSwgY3JlYXRlIGNvbnRhaW5lclxuICAgICAgICBpZiAoIXRoaXMuYWxlcnRzIHx8IHRoaXMuYWxlcnRzLmxlbmd0aCA9PT0gMCB8fCAhdGhpcy5hbGVydENvbnRhaW5lclJlZikge1xuICAgICAgICAgICAgdGhpcy5hbGVydENvbnRhaW5lclJlZiA9IHRoaXMuZHluYW1pY0NvbXBvbmVudFNlcnZpY2UuY3JlYXRlRHluYW1pY0NvbXBvbmVudDxBbGVydENvbnRhaW5lckNvbXBvbmVudD4oXG4gICAgICAgICAgICAgICAgY29udGVudCxcbiAgICAgICAgICAgICAgICBBbGVydENvbnRhaW5lckNvbXBvbmVudCxcbiAgICAgICAgICAgICAgICBhbGVydENvbmZpZ1xuICAgICAgICAgICAgKTtcbiAgICAgICAgfVxuXG4gICAgICAgIC8vIERlZmluZSBDb250YWluZXIgdG8gcHV0IGJhY2tkcm9wIGFuZCBjb21wb25lbnQgdG8gY29udGFpbmVyXG4gICAgICAgIGFsZXJ0Q29uZmlnLmNvbnRhaW5lciA9IHRoaXMuYWxlcnRDb250YWluZXJSZWYubG9jYXRpb24ubmF0aXZlRWxlbWVudDtcblxuICAgICAgICBjb25zdCBjb21wb25lbnQgPSB0aGlzLmR5bmFtaWNDb21wb25lbnRTZXJ2aWNlLmNyZWF0ZUR5bmFtaWNDb21wb25lbnQ8QWxlcnRDb21wb25lbnQ+KFxuICAgICAgICAgICAgY29udGVudCxcbiAgICAgICAgICAgIEFsZXJ0Q29tcG9uZW50LFxuICAgICAgICAgICAgYWxlcnRDb25maWcsXG4gICAgICAgICAgICB7IHNlcnZpY2VzOiBbc2VydmljZSwgYWxlcnRDb25maWddIH1cbiAgICAgICAgKTtcblxuICAgICAgICBjb21wb25lbnQubG9jYXRpb24ubmF0aXZlRWxlbWVudC5zdHlsZS5tYXJnaW5Ub3AgPSAnMTBweCc7XG5cbiAgICAgICAgLy8gU3Vic2NyaXB0aW9uIHRvIGNsb3NlIGFsZXJ0IGZyb20gcmVmXG4gICAgICAgIGNvbnN0IHJlZlN1YiA9IHNlcnZpY2UuYWZ0ZXJEaXNtaXNzZWQuc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgICAgICAgIHRoaXMuZGVzdHJveUFsZXJ0Q29tcG9uZW50KGNvbXBvbmVudCk7XG4gICAgICAgICAgICByZWZTdWIudW5zdWJzY3JpYmUoKTtcbiAgICAgICAgfSk7XG5cbiAgICAgICAgLy8gTG9nIG5ldyBjb21wb25lbnRcbiAgICAgICAgdGhpcy5hbGVydHMucHVzaChjb21wb25lbnQpO1xuICAgICAgICByZXR1cm4gc2VydmljZTtcbiAgICB9XG5cbiAgICAvKipcbiAgICAgKiBEaXNtaXNzZXMgYWxsIHNlcnZpY2Utb3BlbmVkIGFsZXJ0cy5cbiAgICAgKi9cbiAgICBwdWJsaWMgZGlzbWlzc0FsbCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5hbGVydHMuZm9yRWFjaCgocmVmKSA9PiB7XG4gICAgICAgICAgICB0aGlzLmRlc3Ryb3lBbGVydENvbXBvbmVudChyZWYpO1xuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIHByaXZhdGUgZGVzdHJveUFsZXJ0Q29tcG9uZW50KGFsZXJ0OiBDb21wb25lbnRSZWY8QWxlcnRDb21wb25lbnQ+KTogdm9pZCB7XG4gICAgICAgIHRoaXMuYWxlcnRzID0gdGhpcy5hbGVydHMuZmlsdGVyKChpdGVtKSA9PiBpdGVtICYmIGl0ZW0gIT09IGFsZXJ0KTtcbiAgICAgICAgdGhpcy5keW5hbWljQ29tcG9uZW50U2VydmljZS5kZXN0cm95Q29tcG9uZW50KGFsZXJ0KTtcblxuICAgICAgICBpZiAodGhpcy5hbGVydENvbnRhaW5lclJlZiAmJiAoIXRoaXMuYWxlcnRzIHx8IHRoaXMuYWxlcnRzLmxlbmd0aCA9PT0gMCkpIHtcbiAgICAgICAgICAgIHRoaXMuZGVzdHJveUFsZXJ0Q29udGFpbmVyKCk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIHByaXZhdGUgZGVzdHJveUFsZXJ0Q29udGFpbmVyKCk6IHZvaWQge1xuICAgICAgICB0aGlzLmFsZXJ0Q29udGFpbmVyUmVmICYmIHRoaXMuZHluYW1pY0NvbXBvbmVudFNlcnZpY2UuZGVzdHJveUNvbXBvbmVudCh0aGlzLmFsZXJ0Q29udGFpbmVyUmVmKTtcbiAgICAgICAgdGhpcy5hbGVydENvbnRhaW5lclJlZiA9IHVuZGVmaW5lZDtcbiAgICB9XG59XG4iXX0=
@@ -1,38 +0,0 @@
1
- import { animate, style, transition, trigger } from '@angular/animations';
2
- /**
3
- * @deprecated
4
- * Alert component is deprecated since version 0.16.0
5
- * Message Strip component should be used instead.
6
- */
7
- export const alertFadeNgIf = trigger('fadeAlertNgIf', [
8
- transition(':enter', [
9
- style({
10
- opacity: 0
11
- }),
12
- animate('250ms ease-in-out', style({
13
- opacity: 1
14
- }))
15
- ]),
16
- transition(':leave', [
17
- style({
18
- opacity: 1,
19
- marginTop: '*',
20
- paddingTop: '*',
21
- paddingBottom: '*',
22
- height: '*',
23
- overflow: 'hidden'
24
- }),
25
- animate('400ms ease-in-out', style({
26
- opacity: 0,
27
- marginTop: 0,
28
- paddingTop: 0,
29
- paddingBottom: 0,
30
- height: 0,
31
- overflow: 'hidden'
32
- }))
33
- ])
34
- ]);
35
- export const alertContainerNgIf = trigger('alertContainerNgIf', [
36
- transition(':leave', [style({ opacity: 1 }), animate('400ms ease-in-out', style({ opacity: 0 }))])
37
- ]);
38
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQtYW5pbWF0aW9ucy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29yZS9zcmMvbGliL2FsZXJ0L2FsZXJ0LXV0aWxzL2FsZXJ0LWFuaW1hdGlvbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLE9BQU8sRUFBNEIsS0FBSyxFQUFFLFVBQVUsRUFBRSxPQUFPLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUVwRzs7OztHQUlHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sYUFBYSxHQUE2QixPQUFPLENBQUMsZUFBZSxFQUFFO0lBQzVFLFVBQVUsQ0FBQyxRQUFRLEVBQUU7UUFDakIsS0FBSyxDQUFDO1lBQ0YsT0FBTyxFQUFFLENBQUM7U0FDYixDQUFDO1FBQ0YsT0FBTyxDQUNILG1CQUFtQixFQUNuQixLQUFLLENBQUM7WUFDRixPQUFPLEVBQUUsQ0FBQztTQUNiLENBQUMsQ0FDTDtLQUNKLENBQUM7SUFDRixVQUFVLENBQUMsUUFBUSxFQUFFO1FBQ2pCLEtBQUssQ0FBQztZQUNGLE9BQU8sRUFBRSxDQUFDO1lBQ1YsU0FBUyxFQUFFLEdBQUc7WUFDZCxVQUFVLEVBQUUsR0FBRztZQUNmLGFBQWEsRUFBRSxHQUFHO1lBQ2xCLE1BQU0sRUFBRSxHQUFHO1lBQ1gsUUFBUSxFQUFFLFFBQVE7U0FDckIsQ0FBQztRQUNGLE9BQU8sQ0FDSCxtQkFBbUIsRUFDbkIsS0FBSyxDQUFDO1lBQ0YsT0FBTyxFQUFFLENBQUM7WUFDVixTQUFTLEVBQUUsQ0FBQztZQUNaLFVBQVUsRUFBRSxDQUFDO1lBQ2IsYUFBYSxFQUFFLENBQUM7WUFDaEIsTUFBTSxFQUFFLENBQUM7WUFDVCxRQUFRLEVBQUUsUUFBUTtTQUNyQixDQUFDLENBQ0w7S0FDSixDQUFDO0NBQ0wsQ0FBQyxDQUFDO0FBRUgsTUFBTSxDQUFDLE1BQU0sa0JBQWtCLEdBQTZCLE9BQU8sQ0FBQyxvQkFBb0IsRUFBRTtJQUN0RixVQUFVLENBQUMsUUFBUSxFQUFFLENBQUMsS0FBSyxDQUFDLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLEVBQUUsT0FBTyxDQUFDLG1CQUFtQixFQUFFLEtBQUssQ0FBQyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQztDQUNyRyxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBhbmltYXRlLCBBbmltYXRpb25UcmlnZ2VyTWV0YWRhdGEsIHN0eWxlLCB0cmFuc2l0aW9uLCB0cmlnZ2VyIH0gZnJvbSAnQGFuZ3VsYXIvYW5pbWF0aW9ucyc7XG5cbi8qKlxuICogQGRlcHJlY2F0ZWRcbiAqIEFsZXJ0IGNvbXBvbmVudCBpcyBkZXByZWNhdGVkIHNpbmNlIHZlcnNpb24gMC4xNi4wXG4gKiBNZXNzYWdlIFN0cmlwIGNvbXBvbmVudCBzaG91bGQgYmUgdXNlZCBpbnN0ZWFkLlxuICovXG5leHBvcnQgY29uc3QgYWxlcnRGYWRlTmdJZjogQW5pbWF0aW9uVHJpZ2dlck1ldGFkYXRhID0gdHJpZ2dlcignZmFkZUFsZXJ0TmdJZicsIFtcbiAgICB0cmFuc2l0aW9uKCc6ZW50ZXInLCBbXG4gICAgICAgIHN0eWxlKHtcbiAgICAgICAgICAgIG9wYWNpdHk6IDBcbiAgICAgICAgfSksXG4gICAgICAgIGFuaW1hdGUoXG4gICAgICAgICAgICAnMjUwbXMgZWFzZS1pbi1vdXQnLFxuICAgICAgICAgICAgc3R5bGUoe1xuICAgICAgICAgICAgICAgIG9wYWNpdHk6IDFcbiAgICAgICAgICAgIH0pXG4gICAgICAgIClcbiAgICBdKSxcbiAgICB0cmFuc2l0aW9uKCc6bGVhdmUnLCBbXG4gICAgICAgIHN0eWxlKHtcbiAgICAgICAgICAgIG9wYWNpdHk6IDEsXG4gICAgICAgICAgICBtYXJnaW5Ub3A6ICcqJyxcbiAgICAgICAgICAgIHBhZGRpbmdUb3A6ICcqJyxcbiAgICAgICAgICAgIHBhZGRpbmdCb3R0b206ICcqJyxcbiAgICAgICAgICAgIGhlaWdodDogJyonLFxuICAgICAgICAgICAgb3ZlcmZsb3c6ICdoaWRkZW4nXG4gICAgICAgIH0pLFxuICAgICAgICBhbmltYXRlKFxuICAgICAgICAgICAgJzQwMG1zIGVhc2UtaW4tb3V0JyxcbiAgICAgICAgICAgIHN0eWxlKHtcbiAgICAgICAgICAgICAgICBvcGFjaXR5OiAwLFxuICAgICAgICAgICAgICAgIG1hcmdpblRvcDogMCxcbiAgICAgICAgICAgICAgICBwYWRkaW5nVG9wOiAwLFxuICAgICAgICAgICAgICAgIHBhZGRpbmdCb3R0b206IDAsXG4gICAgICAgICAgICAgICAgaGVpZ2h0OiAwLFxuICAgICAgICAgICAgICAgIG92ZXJmbG93OiAnaGlkZGVuJ1xuICAgICAgICAgICAgfSlcbiAgICAgICAgKVxuICAgIF0pXG5dKTtcblxuZXhwb3J0IGNvbnN0IGFsZXJ0Q29udGFpbmVyTmdJZjogQW5pbWF0aW9uVHJpZ2dlck1ldGFkYXRhID0gdHJpZ2dlcignYWxlcnRDb250YWluZXJOZ0lmJywgW1xuICAgIHRyYW5zaXRpb24oJzpsZWF2ZScsIFtzdHlsZSh7IG9wYWNpdHk6IDEgfSksIGFuaW1hdGUoJzQwMG1zIGVhc2UtaW4tb3V0Jywgc3R5bGUoeyBvcGFjaXR5OiAwIH0pKV0pXG5dKTtcbiJdfQ==