@fundamental-ngx/core 0.49.1 → 0.49.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (310) hide show
  1. package/avatar-group-legacy/avatar-group-legacy.component.d.ts +6 -6
  2. package/avatar-group-legacy/directives/avatar-group-legacy-overflow-body.directive.d.ts +2 -2
  3. package/avatar-group-legacy/directives/avatar-group-legacy-overflow-button.directive.d.ts +2 -2
  4. package/bar/bar.component.d.ts +6 -6
  5. package/bar/button-bar/button-bar.component.d.ts +4 -4
  6. package/calendar/calendar-header/calendar-header.component.d.ts +2 -2
  7. package/card/card-content.component.d.ts +2 -2
  8. package/card/card-counter.directive.d.ts +2 -2
  9. package/card/card-header.component.d.ts +6 -6
  10. package/card/card-loader.component.d.ts +2 -2
  11. package/card/card-second-subtitle.directive.d.ts +2 -2
  12. package/card/card-subtitle.directive.d.ts +2 -2
  13. package/card/card-title.directive.d.ts +2 -2
  14. package/card/card.component.d.ts +3 -3
  15. package/card/kpi/card-kpi-analytics-content.directive.d.ts +2 -2
  16. package/card/kpi/card-kpi-analytics-label.directive.d.ts +2 -2
  17. package/card/kpi/card-kpi-analytics.directive.d.ts +2 -2
  18. package/card/kpi/card-kpi-header.component.d.ts +2 -2
  19. package/card/kpi/card-kpi-scale-icon.directive.d.ts +2 -2
  20. package/card/kpi/card-kpi-scale-text.directive.d.ts +2 -2
  21. package/card/kpi/card-kpi-value.directive.d.ts +4 -4
  22. package/checkbox/checkbox/checkbox.component.d.ts +3 -5
  23. package/content-density/providers/url-content-density-storage.d.ts +4 -4
  24. package/content-density/services/content-density-observer.service.d.ts +15 -15
  25. package/datetime/datetime-adapter.d.ts +9 -2
  26. package/datetime/fd-date.d.ts +10 -14
  27. package/datetime/fd-datetime-adapter.d.ts +2 -2
  28. package/dialog/base/dialog-base.class.d.ts +2 -2
  29. package/dialog/base/dialog-header-base.class.d.ts +4 -4
  30. package/dialog/base/dialog-ref-base.class.d.ts +6 -4
  31. package/dynamic-side-content/dynamic-side-content.component.d.ts +4 -4
  32. package/esm2022/avatar-group-legacy/avatar-group-legacy.component.mjs +15 -15
  33. package/esm2022/avatar-group-legacy/directives/avatar-group-legacy-overflow-body.directive.mjs +12 -12
  34. package/esm2022/avatar-group-legacy/directives/avatar-group-legacy-overflow-button.directive.mjs +9 -9
  35. package/esm2022/bar/bar.component.mjs +13 -13
  36. package/esm2022/bar/button-bar/button-bar.component.mjs +3 -3
  37. package/esm2022/calendar/calendar-header/calendar-header.component.mjs +1 -1
  38. package/esm2022/card/card-content.component.mjs +5 -5
  39. package/esm2022/card/card-counter.directive.mjs +6 -6
  40. package/esm2022/card/card-header.component.mjs +5 -5
  41. package/esm2022/card/card-loader.component.mjs +5 -5
  42. package/esm2022/card/card-second-subtitle.directive.mjs +5 -5
  43. package/esm2022/card/card-subtitle.directive.mjs +5 -5
  44. package/esm2022/card/card-title.directive.mjs +5 -5
  45. package/esm2022/card/card.component.mjs +5 -5
  46. package/esm2022/card/kpi/card-kpi-analytics-content.directive.mjs +5 -5
  47. package/esm2022/card/kpi/card-kpi-analytics-label.directive.mjs +5 -5
  48. package/esm2022/card/kpi/card-kpi-analytics.directive.mjs +5 -5
  49. package/esm2022/card/kpi/card-kpi-header.component.mjs +5 -5
  50. package/esm2022/card/kpi/card-kpi-scale-icon.directive.mjs +5 -5
  51. package/esm2022/card/kpi/card-kpi-scale-text.directive.mjs +5 -5
  52. package/esm2022/card/kpi/card-kpi-value.directive.mjs +5 -5
  53. package/esm2022/checkbox/checkbox/checkbox.component.mjs +1 -1
  54. package/esm2022/combobox/combobox.component.mjs +2 -2
  55. package/esm2022/content-density/providers/url-content-density-storage.mjs +11 -11
  56. package/esm2022/content-density/services/content-density-observer.service.mjs +7 -16
  57. package/esm2022/datetime/datetime-adapter.mjs +4 -2
  58. package/esm2022/datetime/fd-date.mjs +34 -27
  59. package/esm2022/datetime/fd-datetime-adapter.mjs +1 -1
  60. package/esm2022/dialog/base/dialog-base.class.mjs +1 -1
  61. package/esm2022/dialog/base/dialog-header-base.class.mjs +1 -1
  62. package/esm2022/dialog/base/dialog-ref-base.class.mjs +4 -8
  63. package/esm2022/dynamic-side-content/dynamic-side-content.component.mjs +9 -9
  64. package/esm2022/feed-input/directives/feed-input-avatar.directive.mjs +5 -5
  65. package/esm2022/feed-list-item/components/list/feed-list.component.mjs +15 -15
  66. package/esm2022/file-uploader/directives/file-uploader-select.directive.mjs +1 -1
  67. package/esm2022/file-uploader/file-uploader.component.mjs +5 -5
  68. package/esm2022/fixed-card-layout/fixed-card-layout-item/fixed-card-layout-item.component.mjs +3 -3
  69. package/esm2022/form/form-group/form-group.component.mjs +8 -8
  70. package/esm2022/form/form-message/form-message.component.mjs +9 -9
  71. package/esm2022/grid-list/components/grid-list/grid-list.component.mjs +2 -3
  72. package/esm2022/grid-list/components/grid-list-item/grid-list-item.component.mjs +3 -3
  73. package/esm2022/illustrated-message/illustrated-message.component.mjs +10 -10
  74. package/esm2022/input-group/input-group-directives.mjs +22 -22
  75. package/esm2022/layout-grid/directives/layout-grid-col.directive.mjs +9 -9
  76. package/esm2022/layout-grid/layout-grid.component.mjs +9 -9
  77. package/esm2022/layout-panel/layout-panel-footer/layout-panel-footer.component.mjs +9 -9
  78. package/esm2022/list/list-item/list-item.component.mjs +20 -17
  79. package/esm2022/list/list-message.directive.mjs +9 -9
  80. package/esm2022/menu/directives/segmented-button/segmented-button-header.directive.mjs +1 -2
  81. package/esm2022/menu/directives/toggle-button.directive.mjs +1 -2
  82. package/esm2022/message-box/message-box.component.mjs +17 -17
  83. package/esm2022/message-page/message-page.component.mjs +5 -5
  84. package/esm2022/message-strip/alert/message-strip-alert/message-strip-alert.component.mjs +5 -5
  85. package/esm2022/message-strip/alert/message-strip-alert-container/message-strip-alert-container.component.mjs +1 -1
  86. package/esm2022/message-strip/alert/message-strip-alert.service.mjs +2 -3
  87. package/esm2022/message-strip/message-strip.component.mjs +16 -16
  88. package/esm2022/micro-process-flow/components/micro-process-flow/micro-process-flow.component.mjs +43 -45
  89. package/esm2022/micro-process-flow/components/micro-process-flow-item/micro-process-flow-item.component.mjs +1 -1
  90. package/esm2022/micro-process-flow/micro-process-flow-focusable-item.directive.mjs +13 -13
  91. package/esm2022/multi-combobox/multi-combobox.component.mjs +2 -5
  92. package/esm2022/multi-input/multi-input-mobile/multi-input-mobile.component.mjs +1 -1
  93. package/esm2022/multi-input/multi-input.component.mjs +2 -2
  94. package/esm2022/nested-list/nested-content/nested-list-content.directive.mjs +6 -6
  95. package/esm2022/nested-list/nested-item/nested-item.directive.mjs +3 -3
  96. package/esm2022/nested-list/nested-list/nested-list.directive.mjs +3 -3
  97. package/esm2022/notification/directives/notification-indicator.directive.mjs +9 -9
  98. package/esm2022/notification/notification/notification.component.mjs +9 -9
  99. package/esm2022/notification/notification-group/notification-group.component.mjs +5 -5
  100. package/esm2022/notification/notification-service/notification.service.mjs +5 -2
  101. package/esm2022/notification/notification-utils/notification-ref.mjs +2 -5
  102. package/esm2022/object-number/object-number.component.mjs +9 -9
  103. package/esm2022/object-status/object-status.component.mjs +13 -12
  104. package/esm2022/overflow-layout/directives/overflow-expand.directive.mjs +5 -5
  105. package/esm2022/overflow-layout/directives/overflow-item-ref.directive.mjs +1 -1
  106. package/esm2022/overflow-layout/directives/overflow-layout-focusable-item.directive.mjs +5 -5
  107. package/esm2022/overflow-layout/directives/overflow-layout-item-container.directive.mjs +8 -8
  108. package/esm2022/overflow-layout/interfaces/overflow-focusable-item.interface.mjs +1 -1
  109. package/esm2022/overflow-layout/overflow-layout.component.mjs +18 -18
  110. package/esm2022/radio/radio-button/radio-button.component.mjs +8 -9
  111. package/esm2022/rating-indicator/components/rating-indicator.component.mjs +28 -28
  112. package/esm2022/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.mjs +23 -23
  113. package/esm2022/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.mjs +7 -8
  114. package/esm2022/select/select.component.mjs +18 -18
  115. package/esm2022/shared/interfaces/search-component.interface.mjs +1 -1
  116. package/esm2022/shellbar/shellbar.component.mjs +7 -7
  117. package/esm2022/side-navigation/side-navigation.component.mjs +7 -7
  118. package/esm2022/skeleton/components/skeleton.component.mjs +3 -3
  119. package/esm2022/status-indicator/status-indicator.component.mjs +15 -15
  120. package/esm2022/table/directives/table-responsive-wrapper.directive.mjs +3 -3
  121. package/esm2022/tabs/tab-item/tab-item.directive.mjs +9 -9
  122. package/esm2022/tabs/tab-link/tab-link.directive.mjs +8 -8
  123. package/esm2022/tabs/tab-nav/tab-nav.component.mjs +15 -15
  124. package/esm2022/tabs/tab-panel/tab-panel.component.mjs +3 -3
  125. package/esm2022/tabs/tab-utils/tab-directives.mjs +8 -8
  126. package/esm2022/tile/directives/tile.directives.mjs +25 -25
  127. package/esm2022/tile/tile.component.mjs +9 -11
  128. package/esm2022/time/time-column/time-column.component.mjs +23 -23
  129. package/esm2022/timeline/services/position-strategies/base-strategy.mjs +1 -1
  130. package/esm2022/timeline/timeline.component.mjs +5 -5
  131. package/esm2022/title/title.component.mjs +4 -4
  132. package/esm2022/token/tokenizer.component.mjs +71 -71
  133. package/esm2022/toolbar/toolbar.component.mjs +3 -3
  134. package/esm2022/tree/components/tree-item/tree-item.component.mjs +4 -6
  135. package/esm2022/tree/tree.component.mjs +1 -4
  136. package/esm2022/upload-collection/upload-collection-item.directive.mjs +3 -3
  137. package/esm2022/vertical-navigation/vertical-navigation.component.mjs +6 -6
  138. package/esm2022/wizard/wizard-step/wizard-step.component.mjs +3 -3
  139. package/feed-input/directives/feed-input-avatar.directive.d.ts +2 -2
  140. package/feed-list-item/components/list/feed-list.component.d.ts +6 -6
  141. package/fesm2022/fundamental-ngx-core-avatar-group-legacy.mjs +33 -33
  142. package/fesm2022/fundamental-ngx-core-avatar-group-legacy.mjs.map +1 -1
  143. package/fesm2022/fundamental-ngx-core-bar.mjs +14 -14
  144. package/fesm2022/fundamental-ngx-core-bar.mjs.map +1 -1
  145. package/fesm2022/fundamental-ngx-core-calendar.mjs.map +1 -1
  146. package/fesm2022/fundamental-ngx-core-card.mjs +61 -61
  147. package/fesm2022/fundamental-ngx-core-card.mjs.map +1 -1
  148. package/fesm2022/fundamental-ngx-core-checkbox.mjs.map +1 -1
  149. package/fesm2022/fundamental-ngx-core-combobox.mjs +1 -1
  150. package/fesm2022/fundamental-ngx-core-combobox.mjs.map +1 -1
  151. package/fesm2022/fundamental-ngx-core-content-density.mjs +17 -26
  152. package/fesm2022/fundamental-ngx-core-content-density.mjs.map +1 -1
  153. package/fesm2022/fundamental-ngx-core-datetime.mjs +36 -27
  154. package/fesm2022/fundamental-ngx-core-datetime.mjs.map +1 -1
  155. package/fesm2022/fundamental-ngx-core-dialog.mjs +3 -7
  156. package/fesm2022/fundamental-ngx-core-dialog.mjs.map +1 -1
  157. package/fesm2022/fundamental-ngx-core-dynamic-side-content.mjs +8 -8
  158. package/fesm2022/fundamental-ngx-core-dynamic-side-content.mjs.map +1 -1
  159. package/fesm2022/fundamental-ngx-core-feed-input.mjs +4 -4
  160. package/fesm2022/fundamental-ngx-core-feed-input.mjs.map +1 -1
  161. package/fesm2022/fundamental-ngx-core-feed-list-item.mjs +14 -14
  162. package/fesm2022/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
  163. package/fesm2022/fundamental-ngx-core-file-uploader.mjs +4 -4
  164. package/fesm2022/fundamental-ngx-core-file-uploader.mjs.map +1 -1
  165. package/fesm2022/fundamental-ngx-core-fixed-card-layout.mjs +2 -2
  166. package/fesm2022/fundamental-ngx-core-fixed-card-layout.mjs.map +1 -1
  167. package/fesm2022/fundamental-ngx-core-form.mjs +15 -15
  168. package/fesm2022/fundamental-ngx-core-form.mjs.map +1 -1
  169. package/fesm2022/fundamental-ngx-core-grid-list.mjs +3 -4
  170. package/fesm2022/fundamental-ngx-core-grid-list.mjs.map +1 -1
  171. package/fesm2022/fundamental-ngx-core-illustrated-message.mjs +9 -9
  172. package/fesm2022/fundamental-ngx-core-illustrated-message.mjs.map +1 -1
  173. package/fesm2022/fundamental-ngx-core-input-group.mjs +21 -21
  174. package/fesm2022/fundamental-ngx-core-input-group.mjs.map +1 -1
  175. package/fesm2022/fundamental-ngx-core-layout-grid.mjs +16 -16
  176. package/fesm2022/fundamental-ngx-core-layout-grid.mjs.map +1 -1
  177. package/fesm2022/fundamental-ngx-core-layout-panel.mjs +8 -8
  178. package/fesm2022/fundamental-ngx-core-layout-panel.mjs.map +1 -1
  179. package/fesm2022/fundamental-ngx-core-list.mjs +27 -24
  180. package/fesm2022/fundamental-ngx-core-list.mjs.map +1 -1
  181. package/fesm2022/fundamental-ngx-core-menu.mjs +0 -2
  182. package/fesm2022/fundamental-ngx-core-menu.mjs.map +1 -1
  183. package/fesm2022/fundamental-ngx-core-message-box.mjs +16 -16
  184. package/fesm2022/fundamental-ngx-core-message-box.mjs.map +1 -1
  185. package/fesm2022/fundamental-ngx-core-message-page.mjs +4 -4
  186. package/fesm2022/fundamental-ngx-core-message-page.mjs.map +1 -1
  187. package/fesm2022/fundamental-ngx-core-message-strip.mjs +20 -21
  188. package/fesm2022/fundamental-ngx-core-message-strip.mjs.map +1 -1
  189. package/fesm2022/fundamental-ngx-core-micro-process-flow.mjs +55 -57
  190. package/fesm2022/fundamental-ngx-core-micro-process-flow.mjs.map +1 -1
  191. package/fesm2022/fundamental-ngx-core-multi-combobox.mjs +1 -4
  192. package/fesm2022/fundamental-ngx-core-multi-combobox.mjs.map +1 -1
  193. package/fesm2022/fundamental-ngx-core-multi-input.mjs +1 -1
  194. package/fesm2022/fundamental-ngx-core-multi-input.mjs.map +1 -1
  195. package/fesm2022/fundamental-ngx-core-nested-list.mjs +9 -9
  196. package/fesm2022/fundamental-ngx-core-nested-list.mjs.map +1 -1
  197. package/fesm2022/fundamental-ngx-core-notification.mjs +25 -25
  198. package/fesm2022/fundamental-ngx-core-notification.mjs.map +1 -1
  199. package/fesm2022/fundamental-ngx-core-object-number.mjs +8 -8
  200. package/fesm2022/fundamental-ngx-core-object-number.mjs.map +1 -1
  201. package/fesm2022/fundamental-ngx-core-object-status.mjs +12 -11
  202. package/fesm2022/fundamental-ngx-core-object-status.mjs.map +1 -1
  203. package/fesm2022/fundamental-ngx-core-overflow-layout.mjs +32 -32
  204. package/fesm2022/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
  205. package/fesm2022/fundamental-ngx-core-radio.mjs +7 -8
  206. package/fesm2022/fundamental-ngx-core-radio.mjs.map +1 -1
  207. package/fesm2022/fundamental-ngx-core-rating-indicator.mjs +27 -27
  208. package/fesm2022/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
  209. package/fesm2022/fundamental-ngx-core-resizable-card-layout.mjs +28 -29
  210. package/fesm2022/fundamental-ngx-core-resizable-card-layout.mjs.map +1 -1
  211. package/fesm2022/fundamental-ngx-core-select.mjs +17 -17
  212. package/fesm2022/fundamental-ngx-core-select.mjs.map +1 -1
  213. package/fesm2022/fundamental-ngx-core-shellbar.mjs +6 -6
  214. package/fesm2022/fundamental-ngx-core-shellbar.mjs.map +1 -1
  215. package/fesm2022/fundamental-ngx-core-side-navigation.mjs +6 -6
  216. package/fesm2022/fundamental-ngx-core-side-navigation.mjs.map +1 -1
  217. package/fesm2022/fundamental-ngx-core-skeleton.mjs +2 -2
  218. package/fesm2022/fundamental-ngx-core-skeleton.mjs.map +1 -1
  219. package/fesm2022/fundamental-ngx-core-status-indicator.mjs +14 -14
  220. package/fesm2022/fundamental-ngx-core-status-indicator.mjs.map +1 -1
  221. package/fesm2022/fundamental-ngx-core-table.mjs +2 -2
  222. package/fesm2022/fundamental-ngx-core-table.mjs.map +1 -1
  223. package/fesm2022/fundamental-ngx-core-tabs.mjs +38 -38
  224. package/fesm2022/fundamental-ngx-core-tabs.mjs.map +1 -1
  225. package/fesm2022/fundamental-ngx-core-tile.mjs +32 -34
  226. package/fesm2022/fundamental-ngx-core-tile.mjs.map +1 -1
  227. package/fesm2022/fundamental-ngx-core-time.mjs +23 -23
  228. package/fesm2022/fundamental-ngx-core-time.mjs.map +1 -1
  229. package/fesm2022/fundamental-ngx-core-timeline.mjs +4 -4
  230. package/fesm2022/fundamental-ngx-core-timeline.mjs.map +1 -1
  231. package/fesm2022/fundamental-ngx-core-title.mjs +3 -3
  232. package/fesm2022/fundamental-ngx-core-title.mjs.map +1 -1
  233. package/fesm2022/fundamental-ngx-core-token.mjs +70 -70
  234. package/fesm2022/fundamental-ngx-core-token.mjs.map +1 -1
  235. package/fesm2022/fundamental-ngx-core-toolbar.mjs +2 -2
  236. package/fesm2022/fundamental-ngx-core-toolbar.mjs.map +1 -1
  237. package/fesm2022/fundamental-ngx-core-tree.mjs +3 -8
  238. package/fesm2022/fundamental-ngx-core-tree.mjs.map +1 -1
  239. package/fesm2022/fundamental-ngx-core-upload-collection.mjs +2 -2
  240. package/fesm2022/fundamental-ngx-core-upload-collection.mjs.map +1 -1
  241. package/fesm2022/fundamental-ngx-core-vertical-navigation.mjs +5 -5
  242. package/fesm2022/fundamental-ngx-core-vertical-navigation.mjs.map +1 -1
  243. package/fesm2022/fundamental-ngx-core-wizard.mjs +2 -2
  244. package/fesm2022/fundamental-ngx-core-wizard.mjs.map +1 -1
  245. package/file-uploader/directives/file-uploader-select.directive.d.ts +1 -1
  246. package/file-uploader/file-uploader.component.d.ts +4 -4
  247. package/form/form-group/form-group.component.d.ts +4 -4
  248. package/form/form-message/form-message.component.d.ts +2 -2
  249. package/grid-list/components/grid-list/grid-list.component.d.ts +3 -2
  250. package/grid-list/components/grid-list-item/grid-list-item.component.d.ts +8 -8
  251. package/illustrated-message/illustrated-message.component.d.ts +7 -7
  252. package/input-group/input-group-directives.d.ts +12 -12
  253. package/layout-grid/directives/layout-grid-col.directive.d.ts +2 -2
  254. package/layout-grid/layout-grid.component.d.ts +2 -2
  255. package/layout-panel/layout-panel-footer/layout-panel-footer.component.d.ts +2 -2
  256. package/list/list-item/list-item.component.d.ts +13 -13
  257. package/list/list-message.directive.d.ts +4 -4
  258. package/message-box/message-box.component.d.ts +5 -5
  259. package/message-page/message-page.component.d.ts +2 -2
  260. package/message-strip/alert/message-strip-alert/message-strip-alert.component.d.ts +4 -4
  261. package/message-strip/alert/message-strip-alert-container/message-strip-alert-container.component.d.ts +4 -4
  262. package/message-strip/alert/message-strip-alert.service.d.ts +3 -2
  263. package/message-strip/message-strip.component.d.ts +6 -6
  264. package/micro-process-flow/components/micro-process-flow/micro-process-flow.component.d.ts +15 -17
  265. package/micro-process-flow/components/micro-process-flow-item/micro-process-flow-item.component.d.ts +2 -2
  266. package/micro-process-flow/micro-process-flow-focusable-item.directive.d.ts +6 -6
  267. package/multi-input/multi-input-mobile/multi-input-mobile.component.d.ts +2 -2
  268. package/nested-list/nested-content/nested-list-content.directive.d.ts +2 -2
  269. package/nested-list/nested-item/nested-item.directive.d.ts +2 -2
  270. package/nested-list/nested-list/nested-list.directive.d.ts +2 -2
  271. package/notification/directives/notification-indicator.directive.d.ts +4 -4
  272. package/notification/notification/notification.component.d.ts +2 -2
  273. package/notification/notification-group/notification-group.component.d.ts +2 -2
  274. package/notification/notification-utils/notification-ref.d.ts +5 -3
  275. package/object-number/object-number.component.d.ts +4 -4
  276. package/object-status/object-status.component.d.ts +5 -4
  277. package/overflow-layout/directives/overflow-expand.directive.d.ts +2 -2
  278. package/overflow-layout/directives/overflow-item-ref.directive.d.ts +2 -2
  279. package/overflow-layout/directives/overflow-layout-focusable-item.directive.d.ts +2 -2
  280. package/overflow-layout/directives/overflow-layout-item-container.directive.d.ts +2 -2
  281. package/overflow-layout/interfaces/overflow-focusable-item.interface.d.ts +1 -1
  282. package/overflow-layout/overflow-layout.component.d.ts +4 -4
  283. package/package.json +3 -3
  284. package/radio/radio-button/radio-button.component.d.ts +7 -7
  285. package/rating-indicator/components/rating-indicator.component.d.ts +12 -12
  286. package/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.d.ts +8 -8
  287. package/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.d.ts +2 -2
  288. package/select/select.component.d.ts +19 -19
  289. package/shared/interfaces/search-component.interface.d.ts +1 -1
  290. package/shellbar/shellbar.component.d.ts +12 -12
  291. package/side-navigation/side-navigation.component.d.ts +2 -2
  292. package/skeleton/components/skeleton.component.d.ts +2 -2
  293. package/status-indicator/status-indicator.component.d.ts +7 -7
  294. package/tabs/tab-item/tab-item.directive.d.ts +2 -2
  295. package/tabs/tab-link/tab-link.directive.d.ts +2 -2
  296. package/tabs/tab-nav/tab-nav.component.d.ts +8 -8
  297. package/tabs/tab-panel/tab-panel.component.d.ts +2 -2
  298. package/tabs/tab-utils/tab-directives.d.ts +5 -5
  299. package/tile/directives/tile.directives.d.ts +12 -12
  300. package/tile/tile.component.d.ts +4 -6
  301. package/time/time-column/time-column.component.d.ts +6 -6
  302. package/timeline/services/position-strategies/base-strategy.d.ts +2 -2
  303. package/timeline/timeline.component.d.ts +2 -2
  304. package/title/title.component.d.ts +2 -2
  305. package/token/tokenizer.component.d.ts +16 -16
  306. package/toolbar/toolbar.component.d.ts +2 -2
  307. package/tree/components/tree-item/tree-item.component.d.ts +10 -9
  308. package/upload-collection/upload-collection-item.directive.d.ts +2 -2
  309. package/vertical-navigation/vertical-navigation.component.d.ts +2 -2
  310. package/wizard/wizard-step/wizard-step.component.d.ts +4 -4
@@ -481,10 +481,10 @@ class ShellbarComponent {
481
481
  */
482
482
  this.sideNav = false;
483
483
  /** @hidden */
484
- this._currentSize$ = new BehaviorSubject(this._currentSize);
485
- /** @hidden */
486
484
  this._showMobileSearch = false;
487
485
  /** @hidden */
486
+ this._currentSize$ = new BehaviorSubject(this._currentSize);
487
+ /** @hidden */
488
488
  this._breakpointSize = 'm';
489
489
  /** @hidden */
490
490
  this._cd = inject(ChangeDetectorRef);
@@ -714,7 +714,7 @@ class ShellbarComponent {
714
714
  provide: FD_SHELLBAR_COMPONENT,
715
715
  useExisting: ShellbarComponent
716
716
  }
717
- ], queries: [{ propertyName: "comboboxComponent", first: true, predicate: FD_COMBOBOX_COMPONENT, descendants: true }, { propertyName: "_actions", first: true, predicate: ShellbarActionsComponent, descendants: true }, { propertyName: "searchComponent", first: true, predicate: FD_SHELLBAR_SEARCH_COMPONENT, descendants: true }, { propertyName: "buttons", predicate: FD_BUTTON_COMPONENT, read: ElementRef }], viewQueries: [{ propertyName: "_searchPortalOutlet", first: true, predicate: ["searchPortalOutlet"], descendants: true, read: CdkPortalOutlet }, { propertyName: "_shellbar", first: true, predicate: ["shellbar"], descendants: true }], ngImport: i0, template: "<div\n class=\"fd-shellbar\"\n [class]=\"'fd-shellbar--' + _currentSize + _getSideNavClass()\"\n [class.fd-shellbar--side-nav]=\"sideNav === true\"\n #shellbar\n>\n @if (!_hideAllComponents) {\n <div\n class=\"fd-shellbar__group fd-shellbar__group--product\"\n [class.fd-shellbar__group--shrink]=\"groupFlex?.product?.shrink\"\n [class.fd-shellbar__group--basis-auto]=\"groupFlex?.product?.flexBasisAuto\"\n >\n <ng-content select=\"[fd-shellbar-side-nav]\"></ng-content>\n <ng-content select=\"fd-shellbar-logo\"></ng-content>\n @if (!_hideTitleComponents) {\n <ng-content select=\"fd-shellbar-title\"></ng-content>\n <div class=\"fd-shellbar__product\">\n <ng-content select=\"fd-product-menu\"></ng-content>\n </div>\n <ng-content select=\"fd-shellbar-subtitle\"></ng-content>\n }\n </div>\n }\n <div hidden>\n <ng-content></ng-content>\n </div>\n @if (searchComponent) {\n <div\n class=\"fd-shellbar__group fd-shellbar__group--center fd-shellbar__group--mobile-flex\"\n [class.fd-shellbar__group--shrink]=\"groupFlex?.search?.shrink\"\n [class.fd-shellbar__group--basis-auto]=\"groupFlex?.search?.flexBasisAuto\"\n >\n <div class=\"fd-shellbar__action fd-shellbar__action--grow\">\n <ng-container cdkPortalOutlet #searchPortalOutlet></ng-container>\n </div>\n @if (_currentSize === 'xl' || _hideAllComponents) {\n <div class=\"fd-shellbar__action fd-shellbar__action--mobile fd-shellbar__action--shrink\">\n <button class=\"fd-button fd-button--transparent\" (click)=\"_closeMobileSearch()\">\n {{ 'coreShellbar.cancel' | fdTranslate }}\n </button>\n </div>\n }\n </div>\n }\n @if (!_hideAllComponents) {\n <ng-content select=\"fd-shellbar-actions\"></ng-content>\n }\n</div>\n", styles: ["/*!\n * Fundamental Library Styles v0.34.0\n * Copyright (c) 2024 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n */.fd-shellbar{-webkit-box-sizing:border-box;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-shadow:var(--fdShellbar_Shadow);align-items:center;background-color:var(--sapShellColor);border:0;box-shadow:var(--fdShellbar_Shadow);box-sizing:border-box;color:var(--sapTextColor);color:var(--sapShell_TextColor);display:flex;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;height:var(--fdShellbar_Height);justify-content:space-between;line-height:normal;margin:0;padding:0 1rem;position:relative}.fd-shellbar:after,.fd-shellbar:before{box-sizing:inherit;font-size:inherit}.fd-shellbar__group{-webkit-box-sizing:border-box;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;-ms-flex:1 1 0px;align-items:center;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;flex:1 1 0;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;gap:.5rem;line-height:normal;margin:0;padding:0}.fd-shellbar__group:after,.fd-shellbar__group:before{box-sizing:inherit;font-size:inherit}.fd-shellbar__group--shrink{flex-grow:0}.fd-shellbar__group--basis-auto{flex-basis:auto}.fd-shellbar__group--product{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-ordinal-group:2;-ms-flex-order:1;justify-content:flex-start;order:1}.fd-shellbar__group--center,.fd-shellbar__group--copilot{-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-box-pack:center;-ms-flex-pack:center;display:none;justify-content:center;margin:0 .5rem;order:2}.fd-shellbar__group--center .fd-shellbar__action,.fd-shellbar__group--copilot .fd-shellbar__action{width:100%}@media (width >= 1440px){.fd-shellbar__group--center,.fd-shellbar__group--copilot{display:inline-block}}.fd-shellbar__group--actions{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-ordinal-group:4;-ms-flex-order:3;justify-content:flex-end;order:3}.fd-shellbar__subtitle,.fd-shellbar__title{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);color:var(--sapShell_TextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin:0;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.fd-shellbar__subtitle:after,.fd-shellbar__subtitle:before,.fd-shellbar__title:after,.fd-shellbar__title:before{box-sizing:inherit;font-size:inherit}.fd-shellbar__logo,.fd-shellbar__product,.fd-shellbar__subtitle{display:inline-block;vertical-align:middle}.fd-shellbar__logo,.fd-shellbar__title{position:relative}.fd-shellbar__logo.is-focus,.fd-shellbar__logo:focus,.fd-shellbar__title.is-focus,.fd-shellbar__title:focus{outline:none;pointer-events:all}.fd-shellbar__logo.is-focus:before,.fd-shellbar__logo:focus:before,.fd-shellbar__title.is-focus:before,.fd-shellbar__title:focus:before{border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--fdShellbar_Button_Outline_Color);border-radius:calc(var(--sapButton_BorderCornerRadius) - .125rem);content:\"\";display:block;inset:-.25rem;pointer-events:none;position:absolute}.fd-shellbar__title{font-weight:700;vertical-align:middle}.fd-shellbar__subtitle{font-size:var(--sapFontSmallSize)}.fd-shellbar__logo{-webkit-box-sizing:border-box;background-repeat:no-repeat;background-size:contain;border:0;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin:0;max-height:2rem;padding:0}.fd-shellbar__logo:after,.fd-shellbar__logo:before{box-sizing:inherit;font-size:inherit}.fd-shellbar__logo>*{display:block;line-height:0;max-height:2.5rem;width:auto}.fd-shellbar__logo--image-replaced{background-image:url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQxMi4zOCAyMDQiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9IjIwNi4xOSIgeDI9IjIwNi4xOSIgeTI9IjIwNCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzAwYjhmMSIvPjxzdG9wIG9mZnNldD0iLjAyIiBzdG9wLWNvbG9yPSIjMDFiNmYwIi8+PHN0b3Agb2Zmc2V0PSIuMzEiIHN0b3AtY29sb3I9IiMwZDkwZDkiLz48c3RvcCBvZmZzZXQ9Ii41OCIgc3RvcC1jb2xvcj0iIzE3NzVjOCIvPjxzdG9wIG9mZnNldD0iLjgyIiBzdG9wLWNvbG9yPSIjMWM2NWJmIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMWU1ZmJiIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHBhdGggZD0iTTAgMjA0aDIwOC40MUw0MTIuMzggMEgwdjIwNCIgc3R5bGU9ImZpbGw6dXJsKCNhKTtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGQ9Ik0yNDQuNzMgMzguMzZoLTQwLjZ2OTYuNTJsLTM1LjQ2LTk2LjU1aC0zNS4xNmwtMzAuMjcgODAuNzJDMTAwIDk4LjcgNzkgOTEuNjcgNjIuNCA4Ni40IDUxLjQ2IDgyLjg5IDM5Ljg1IDc3LjcyIDQwIDcyYy4wOS00LjY4IDYuMjMtOSAxOC4zOC04LjM4IDguMTcuNDMgMTUuMzcgMS4wOSAyOS43MSA4bDE0LjEtMjQuNTVDODkuMDYgNDAuNDIgNzEgMzYuMjEgNTYuMTcgMzYuMTloLS4wOWMtMTcuMjggMC0zMS42OCA1LjYtNDAuNiAxNC44M0EzNC4yMyAzNC4yMyAwIDAgMCA1Ljc3IDc0LjdDNS41NCA4Ny4xNSAxMC4xMSA5NiAxOS43MSAxMDNjOC4xIDUuOTQgMTguNDYgOS43OSAyNy42IDEyLjYyIDExLjI3IDMuNDkgMjAuNDcgNi41MyAyMC4zNiAxM0E5LjU3IDkuNTcgMCAwIDEgNjUgMTM1Yy0yLjgxIDIuOS03LjEzIDQtMTMuMDkgNC4xLTExLjQ5LjI0LTIwLTEuNTYtMzMuNjEtOS41OUw1Ljc3IDE1NC40MmE5My43NyA5My43NyAwIDAgMCA0NiAxMi4yMmgyLjExYzE0LjI0LS4yNSAyNS43NC00LjMxIDM0LjkyLTExLjcxLjUzLS40MSAxLS44NCAxLjQ5LTEuMjhsLTQuMTIgMTAuODVIMTIzbDYuMTktMTguODJhNjcuNDYgNjcuNDYgMCAwIDAgMjEuNjggMy40MyA2OC4zMyA2OC4zMyAwIDAgMCAyMS4xNi0zLjI1bDYgMTguNjRoNjAuMTR2LTM5aDEzLjExYzMxLjcxIDAgNTAuNDYtMTYuMTUgNTAuNDYtNDMuMiAwLTMwLjExLTE4LjIyLTQzLjk0LTU3LjAxLTQzLjk0ek0xNTAuOTEgMTIxYTM2LjkzIDM2LjkzIDAgMCAxLTEzLTIuMjhsMTIuODctNDAuNTloLjIybDEyLjY1IDQwLjcxYTM4LjUgMzguNSAwIDAgMS0xMi43NCAyLjE2em05Ni4yLTIzLjMzaC04Ljk0VjY0LjkxaDguOTRjMTEuOTMgMCAyMS40NCA0IDIxLjQ0IDE2LjE0IDAgMTIuNi05LjUxIDE2LjU3LTIxLjQ0IDE2LjU3IiBzdHlsZT0iZmlsbDojZmZmO2ZpbGwtcnVsZTpldmVub2RkIi8+PC9zdmc+);height:1.5rem;width:3rem}.fd-shellbar .fd-shellbar__group{--fdShellbar_Button_Active_Background:var(--sapShell_Active_Background);--fdShellbar_Button_Active_Color:var(--sapShell_Active_TextColor)}.fd-shellbar .fd-shellbar__group .fd-shellbar__action{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin:0;padding:0}.fd-shellbar .fd-shellbar__group .fd-shellbar__action:after,.fd-shellbar .fd-shellbar__group .fd-shellbar__action:before{box-sizing:inherit;font-size:inherit}.fd-shellbar .fd-shellbar__group .fd-shellbar__action>*{vertical-align:middle}.fd-shellbar .fd-shellbar__group .fd-shellbar__action--grow{flex:1}.fd-shellbar .fd-shellbar__group .fd-shellbar__action--shrink{flex:0}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field{--fdSelect_Text_Content_Color:var(--fdShellbar_Select_Content_Color);--fdInputGroup_Input_Border:var(--fdShellbar_Input_Border);--fdInputGroup_Input_Color:var(--fdShellbar_Input_Color);--fdInputGroup_Input_Placeholder_Color:var(--fdShellbar_Input_Placeholder_Color);--fdInputGroup_Input_Placeholder_Style:var(--fdShellbar_Input_Placeholder_Style);--fdInputGroup_Background:none;--fdInputGroup_Background_Color:var(--fdShellbar_Input_Background);--fdInputGroup_Hover_Background:none;--fdInput_Group_Button_Box_Shadow:none;--fdInput_Box_Shadow_Hover:none;-webkit-box-shadow:none;border:var(--fdShellbar_Search_Border);border-radius:var(--fdShellbar_Input_Border_Radius);box-shadow:none;cursor:text;position:relative}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-helper{display:var(--fdShellbar_Helper_Display)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-helper:after,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-helper:before{-webkit-box-shadow:var(--sapField_Shadow);border-radius:var(--fdShellbar_Input_Border_Radius);box-shadow:var(--sapField_Shadow);content:\"\";inset:0;pointer-events:none;position:absolute;z-index:20}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-helper:after{-webkit-box-shadow:var(--fdShellbar_Helper_Bottom_Shadow);border-radius:0;box-shadow:var(--fdShellbar_Helper_Bottom_Shadow)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input{padding-left:var(--fdShellbar_Search_Input_X_Padding);padding-right:var(--fdShellbar_Search_Input_X_Padding);position:relative}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input.is-hover,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input:hover{--fdInputGroup_Hover_Input_Background:var(--fdShellbar_Input_Hover_Background);--fdInputGroup_Addon_Background:var(--fdShellbar_Search_Container_Hover_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input.is-hover~.fd-shellbar__search-field-addon,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input:hover~.fd-shellbar__search-field-addon{--fdInputGroup_Addon_Background:var(--fdShellbar_Search_Container_Hover_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input.is-hover~.fd-shellbar__search-field-helper:after,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input:hover~.fd-shellbar__search-field-helper:after{box-shadow:inset 0 -.0625rem 0 var(--sapField_Hover_BorderColor)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input.is-focus,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input:focus{--fdInputGroup_Input_Color:var(--fdShellbar_Input_Focus_Color);--fdInputGroup_Input_Background:var(--fdShellbar_Input_Focus_Background);z-index:5}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input:placeholder-shown~.fd-shellbar__search-cancel{display:none}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input:not(:placeholder-shown)~.fd-shellbar__search-submit>*{--fdButtonBackgroundColor:var(--fdShellbar_Search_Active_Button_Background);--fdButtonColor:var(--fdShellbar_Search_Active_Button_Color);--fdShellbar_Button_Active_Background:var(--fdButtonBackgroundColor);--fdShellbar_Button_Active_Color:var(--fdShellbar_Search_Active_Button_Color);border-left:var(--fdShellbar_Button_Left_Border)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input:not(:placeholder-shown)~.fd-shellbar__search-submit>[dir=rtl],[dir=rtl] .fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input:not(:placeholder-shown)~.fd-shellbar__search-submit>*{border-left-style:none;border-right:var(--fdShellbar_Button_Left_Border)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input:not(:placeholder-shown)~.fd-shellbar__search-submit>:hover{--fdButtonBackgroundColor:var(--fdShellbar_Search_Active_Button_Hover_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input--select{font-style:normal}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-addon,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input--select{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:0;-ms-flex:0 1;align-items:center;display:flex;flex:0 1;height:100%}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-addon .fd-shellbar__button{--fdButton_Outline_Offset:0;--fdButton_Focus_Border_Radius:var(--fdShellbar_Input_Border_Radius);border-radius:var(--fdShellbar_Input_Border_Radius);border-width:var(--fdShellbar_Input_Addon_Border_Width);height:var(--fdShellbar_Input_Addon_Dimension);min-width:var(--fdShellbar_Input_Addon_Dimension)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-addon .fd-shellbar__button.is-hover,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-addon .fd-shellbar__button:hover{--fdButtonBackgroundColor:var(--fdShellbar_Search_Button_Hover_Background);border-left:var(--fdShellbar_Button_Left_Border)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-addon .fd-shellbar__button.is-hover[dir=rtl],.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-addon .fd-shellbar__button:hover[dir=rtl],[dir=rtl] .fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-addon .fd-shellbar__button.is-hover,[dir=rtl] .fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-addon .fd-shellbar__button:hover{border-left-style:none;border-right:var(--fdShellbar_Button_Left_Border)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-addon .fd-shellbar__button.is-active,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-addon .fd-shellbar__button:active{border-color:var(--fdShellbar_Button_Active_Border_Color)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category{flex-shrink:0}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category.is-hover,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category:hover{--fdInputGroup_Addon_Background:var(--fdShellbar_Input_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category.is-hover~.fd-shellbar__search-field-addon,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category.is-hover~.fd-shellbar__search-field-input,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category:hover~.fd-shellbar__search-field-addon,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category:hover~.fd-shellbar__search-field-input{--fdInputGroup_Addon_Background:var(--fdShellbar_Input_Background);--fdInputGroup_Input_Background:var(--fdShellbar_Input_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category.is-hover .fd-shellbar__search-category,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category:hover .fd-shellbar__search-category{-webkit-box-shadow:var(--sapContent_Interaction_Shadow);background-color:var(--fdShellbar_Search_Category_Button_Hover_Background);box-shadow:var(--sapContent_Interaction_Shadow)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category.is-hover .fd-shellbar__search-dropdown,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category:hover .fd-shellbar__search-dropdown{background-color:transparent}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category>*{margin-bottom:0;margin-right:var(--fdShellbar_Search_Category_Offset_Right);margin-top:0}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category>[dir=rtl],[dir=rtl] .fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category>*{margin-left:var(--fdShellbar_Search_Category_Offset_Right);margin-right:0}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-dropdown{--fdInput_Group_Button_Background:transparent;--fdInput_Group_Button_Text_Color:var(--sapShell_InteractiveTextColor);background-color:var(--fdShellbar_Input_Background);outline:none;position:static}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-dropdown.is-focus,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-dropdown:focus{z-index:5}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-dropdown.is-focus:after,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-dropdown:focus:after{display:none}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category{--fdSelect_Background:transparent;--fdSelect_Hover_Background:transparent;--fdSelect_Focus_Background:transparent;--fdSelect_Background_Color:var(--fdShellbar_Input_Background);--fdSelect_Hover_Background_Color:var(--fdShellbar_Input_Background);border:var(--fdShellbar_Search_Category_Border);border-radius:0;border-width:var(--fdShellbar_Search_Category_Border_width);height:var(--fdShellbar_Input_Addon_Dimension);margin:0;margin-left:var(--fdShellbar_Search_Category_Offset_Left);min-height:var(--fdShellbar_Input_Addon_Dimension);position:relative}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category[dir=rtl],[dir=rtl] .fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category{margin-left:0;margin-right:var(--fdShellbar_Search_Category_Offset_Left)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category:after{box-shadow:none}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category:before{background:var(--sapShell_InteractiveBorderColor);bottom:0;content:\"\";display:var(--fdShellbar_Search_Separator_Display);position:absolute;right:0;top:0;width:.0625rem}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category[dir=rtl]:before,[dir=rtl] .fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category:before{left:0;right:auto}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category.is-focus,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category:focus{--fdSelect_Text_Content_Color:var(--sapButton_Active_TextColor);--fdShellbar_Input_Background:var(--fdShellbar_Search_Category_Button_Hover_Background);--fdSelect_Focus_Background:var(--fdShellbar_Search_Container_Hover_Background);border-radius:var(--fdShellbar_Input_Border_Radius);outline-color:var(--sapButton_Lite_Active_BorderColor);outline-offset:-.0625rem;outline-width:.0625rem;z-index:5}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category.is-focus .fd-shellbar__search-dropdown,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category:focus .fd-shellbar__search-dropdown{--fdInput_Group_Button_Text_Color:var(--sapButton_Active_TextColor)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category.is-focus:before,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category:focus:before{display:none}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-hover,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:hover{--fdInputGroup_Hover_Background_Color:var(--fdShellbar_Search_Container_Hover_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-hover .fd-shellbar__search-field-helper:before,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:hover .fd-shellbar__search-field-helper:before{box-shadow:var(--sapField_Hover_Shadow)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-hover .fd-shellbar__search-field-helper:after,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:hover .fd-shellbar__search-field-helper:after{box-shadow:var(--fdShellbar_Hover_Helper_Bottom_Shadow)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-hover .fd-shellbar__search-field-category .fd-shellbar__search-category,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:hover .fd-shellbar__search-field-category .fd-shellbar__search-category{--fdSelect_Background_Color:var(--fdShellbar_Search_Container_Hover_Background);--fdSelect_Hover_Background_Color:var(--fdShellbar_Search_Container_Hover_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-hover .fd-shellbar__search-field-category .fd-shellbar__search-category.is-hover,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-hover .fd-shellbar__search-field-category .fd-shellbar__search-category:hover,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:hover .fd-shellbar__search-field-category .fd-shellbar__search-category.is-hover,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:hover .fd-shellbar__search-field-category .fd-shellbar__search-category:hover{border-radius:var(--fdShellbar_Input_Border_Radius)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-hover .fd-shellbar__search-field-category .fd-shellbar__search-category.is-hover:before,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-hover .fd-shellbar__search-field-category .fd-shellbar__search-category:hover:before,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:hover .fd-shellbar__search-field-category .fd-shellbar__search-category.is-hover:before,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:hover .fd-shellbar__search-field-category .fd-shellbar__search-category:hover:before{display:none}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-hover .fd-shellbar__search-field-category:not(:hover) .fd-shellbar__search-dropdown,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:hover .fd-shellbar__search-field-category:not(:hover) .fd-shellbar__search-dropdown{background-color:var(--fdShellbar_Search_Container_Hover_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-focus,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:focus{-webkit-box-shadow:var(--fdShellbar_Active_Shadow);background-color:var(--fdShellbar_Active_Background);box-shadow:var(--fdShellbar_Active_Shadow);outline:none;z-index:5}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-focus .fd-shellbar__search-field-helper:before,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:focus .fd-shellbar__search-field-helper:before{outline:var(--fdShellbar_Search_Active_Outline);outline-offset:-.125rem}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-focus .fd-shellbar__search-field-helper:after,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-focus .fd-shellbar__search-field-helper:before,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:focus .fd-shellbar__search-field-helper:after,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:focus .fd-shellbar__search-field-helper:before{box-shadow:none}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-focus .fd-shellbar__search-field-addon,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:focus .fd-shellbar__search-field-addon{--fdInputGroup_Addon_Background:var(--fdShellbar_Search_Hover_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-focus .fd-shellbar__search-category,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:focus .fd-shellbar__search-category{background-color:var(--fdShellbar_Search_Hover_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-focus .fd-shellbar__search-field-category .fd-shellbar__search-dropdown,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:focus .fd-shellbar__search-field-category .fd-shellbar__search-dropdown{background-color:var(--fdShellbar_Search_Hover_Category_Button_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__button{--fdButtonBackgroundColor:var(--sapButton_Lite_Background);--fdButtonBorderColor:var(--sapButton_Lite_BorderColor);--fdButtonColor:var(--fdShellbar_Button_Color);outline-color:var(--fdShellbar_Button_Outline_Color)}.fd-shellbar .fd-shellbar__group .fd-shellbar__button .fd-shellbar__title{color:inherit}.fd-shellbar .fd-shellbar__group .fd-shellbar__button:not(.fd-shellbar .fd-shellbar__group .fd-shellbar__button--menu){padding:0}.fd-shellbar .fd-shellbar__group .fd-shellbar__button.is-hover,.fd-shellbar .fd-shellbar__group .fd-shellbar__button:hover{--fdButtonBorderColor:var(--fdShellbar_Button_Hover_Border_Color);--fdButtonBackgroundColor:var(--fdShellbar_Input_Hover_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__button.is-hover.is-disabled,.fd-shellbar .fd-shellbar__group .fd-shellbar__button.is-hover:disabled,.fd-shellbar .fd-shellbar__group .fd-shellbar__button.is-hover[aria-disabled=true],.fd-shellbar .fd-shellbar__group .fd-shellbar__button:hover.is-disabled,.fd-shellbar .fd-shellbar__group .fd-shellbar__button:hover:disabled,.fd-shellbar .fd-shellbar__group .fd-shellbar__button:hover[aria-disabled=true]{--fdButtonBackgroundColor:$fd-shellbar-background}.fd-shellbar .fd-shellbar__group .fd-shellbar__button.is-active,.fd-shellbar .fd-shellbar__group .fd-shellbar__button:active{--fdButtonBorderColor:var(--fdShellbar_Button_Active_Border_Color);--fdButtonBackgroundColor:var(--fdShellbar_Button_Active_Background);--fdButtonColor:var(--fdShellbar_Button_Active_Color)}.fd-shellbar .fd-shellbar__group .fd-shellbar__button.is-active:after,.fd-shellbar .fd-shellbar__group .fd-shellbar__button:active:after{display:none}.fd-shellbar .fd-shellbar__group .fd-shellbar__button--menu .fd-shellbar__title{margin:0}.fd-shellbar--s,.fd-shellbar--sm{--fdSelect_Text_Content_Display:none;--fdSelect_Min_Width:1rem}.fd-shellbar--s .fd-shellbar__subtitle,.fd-shellbar--s .fd-shellbar__title,.fd-shellbar--sm .fd-shellbar__subtitle,.fd-shellbar--sm .fd-shellbar__title{display:none}.fd-shellbar--s .fd-shellbar__group--mobile-flex,.fd-shellbar--sm .fd-shellbar__group--mobile-flex{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:flex;justify-content:center}.fd-shellbar--s .fd-shellbar__action--mobile,.fd-shellbar--sm .fd-shellbar__action--mobile{display:inline-block}.fd-shellbar--s .fd-shellbar__action--desktop,.fd-shellbar--sm .fd-shellbar__action--desktop{display:none}.fd-shellbar--s .fd-shellbar__action-combobox--mobile,.fd-shellbar--sm .fd-shellbar__action-combobox--mobile{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:var(--sapShellColor);display:flex;height:100%;justify-content:center;left:0;margin:0;padding:0 .3rem;position:absolute;width:100%;z-index:7}.fd-shellbar--s .fd-shellbar__button--menu [class*=sap-icon],.fd-shellbar--s .fd-shellbar__button--menu[class*=sap-icon],.fd-shellbar--sm .fd-shellbar__button--menu [class*=sap-icon],.fd-shellbar--sm .fd-shellbar__button--menu[class*=sap-icon]{margin:0!important}.fd-shellbar--l,.fd-shellbar--lg,.fd-shellbar--m,.fd-shellbar--md{padding:0 2rem}.fd-shellbar--l .fd-shellbar__subtitle,.fd-shellbar--l .fd-shellbar__title,.fd-shellbar--lg .fd-shellbar__subtitle,.fd-shellbar--lg .fd-shellbar__title,.fd-shellbar--m .fd-shellbar__subtitle,.fd-shellbar--m .fd-shellbar__title,.fd-shellbar--md .fd-shellbar__subtitle,.fd-shellbar--md .fd-shellbar__title,.fd-shellbar--xl .fd-shellbar__subtitle,.fd-shellbar--xl .fd-shellbar__title{display:inline-block}.fd-shellbar--l .fd-shellbar__action--mobile,.fd-shellbar--lg .fd-shellbar__action--mobile,.fd-shellbar--m .fd-shellbar__action--mobile,.fd-shellbar--md .fd-shellbar__action--mobile,.fd-shellbar--xl .fd-shellbar__action--mobile{display:none}.fd-shellbar--l .fd-shellbar__action--desktop,.fd-shellbar--lg .fd-shellbar__action--desktop,.fd-shellbar--m .fd-shellbar__action--desktop,.fd-shellbar--md .fd-shellbar__action--desktop,.fd-shellbar--xl .fd-shellbar__action--desktop{display:inline-block}.fd-shellbar--xl{padding:0 3rem}.fd-shellbar--side-nav.fd-shellbar--l,.fd-shellbar--side-nav.fd-shellbar--lg,.fd-shellbar--side-nav.fd-shellbar--m,.fd-shellbar--side-nav.fd-shellbar--md,.fd-shellbar--side-nav.fd-shellbar--s,.fd-shellbar--side-nav.fd-shellbar--sm,.fd-shellbar--side-nav.fd-shellbar--xl{padding:0}.fd-shellbar--side-nav.fd-shellbar--l[dir=rtl],.fd-shellbar--side-nav.fd-shellbar--lg[dir=rtl],.fd-shellbar--side-nav.fd-shellbar--m[dir=rtl],.fd-shellbar--side-nav.fd-shellbar--md[dir=rtl],.fd-shellbar--side-nav.fd-shellbar--s[dir=rtl],.fd-shellbar--side-nav.fd-shellbar--sm[dir=rtl],.fd-shellbar--side-nav.fd-shellbar--xl[dir=rtl],[dir=rtl] .fd-shellbar--side-nav.fd-shellbar--l,[dir=rtl] .fd-shellbar--side-nav.fd-shellbar--lg,[dir=rtl] .fd-shellbar--side-nav.fd-shellbar--m,[dir=rtl] .fd-shellbar--side-nav.fd-shellbar--md,[dir=rtl] .fd-shellbar--side-nav.fd-shellbar--s,[dir=rtl] .fd-shellbar--side-nav.fd-shellbar--sm,[dir=rtl] .fd-shellbar--side-nav.fd-shellbar--xl{padding-left:.5rem;padding-right:0}@media (width <= 599px){.fd-shellbar--responsive-paddings{padding-left:1rem;padding-right:1rem}}@media (width >= 600px) and (width <= 1023px){.fd-shellbar--responsive-paddings{padding-left:2rem;padding-right:2rem}}@media (width >= 1024px) and (width <= 1439px){.fd-shellbar--responsive-paddings{padding-left:2rem;padding-right:2rem}}@media (width >= 1440px){.fd-shellbar--responsive-paddings{padding-left:3rem;padding-right:3rem}}@media (width <= 599px){.fd-shellbar--responsive-paddings{--fdSelect_Text_Content_Display:none;--fdSelect_Min_Width:1rem}.fd-shellbar--responsive-paddings .fd-shellbar__subtitle,.fd-shellbar--responsive-paddings .fd-shellbar__title{display:none}.fd-shellbar--responsive-paddings .fd-shellbar__group--mobile-flex{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:flex;justify-content:center}.fd-shellbar--responsive-paddings .fd-shellbar__action--mobile{display:inline-block}.fd-shellbar--responsive-paddings .fd-shellbar__action--desktop{display:none}.fd-shellbar--responsive-paddings .fd-shellbar__action-combobox--mobile{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:var(--sapShellColor);display:flex;height:100%;justify-content:center;left:0;margin:0;padding:0 .3rem;position:absolute;width:100%;z-index:7}.fd-shellbar--responsive-paddings .fd-shellbar__button--menu [class*=sap-icon],.fd-shellbar--responsive-paddings .fd-shellbar__button--menu[class*=sap-icon]{margin:0!important}}@media (width >= 600px) and (width <= 1023px){.fd-shellbar--responsive-paddings .fd-shellbar__subtitle,.fd-shellbar--responsive-paddings .fd-shellbar__title{display:inline-block}.fd-shellbar--responsive-paddings .fd-shellbar__action--mobile{display:none}.fd-shellbar--responsive-paddings .fd-shellbar__action--desktop{display:inline-block}}@media (width >= 1024px) and (width <= 1439px){.fd-shellbar--responsive-paddings .fd-shellbar__subtitle,.fd-shellbar--responsive-paddings .fd-shellbar__title{display:inline-block}.fd-shellbar--responsive-paddings .fd-shellbar__action--mobile{display:none}.fd-shellbar--responsive-paddings .fd-shellbar__action--desktop{display:inline-block}}@media (width >= 1440px){.fd-shellbar--responsive-paddings .fd-shellbar__subtitle,.fd-shellbar--responsive-paddings .fd-shellbar__title{display:inline-block}.fd-shellbar--responsive-paddings .fd-shellbar__action--mobile{display:none}.fd-shellbar--responsive-paddings .fd-shellbar__action--desktop{display:inline-block}}.fd-shellbar--cx-side-nav{box-shadow:var(--sapContent_Shadow0);padding-left:.5rem;z-index:1}[dir=rtl] .fd-shellbar--cx-side-nav,.fd-shellbar--cx-side-nav[dir=rtl]{padding-left:2rem;padding-right:.5rem}fd-shellbar-actions .fd-shellbar__search-field{min-width:15rem}.fd-shellbar__action.fd-shellbar__action--desktop:empty{display:none}\n"], dependencies: [{ kind: "ngmodule", type: PortalModule }, { kind: "directive", type: i1$2.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
717
+ ], queries: [{ propertyName: "comboboxComponent", first: true, predicate: FD_COMBOBOX_COMPONENT, descendants: true }, { propertyName: "searchComponent", first: true, predicate: FD_SHELLBAR_SEARCH_COMPONENT, descendants: true }, { propertyName: "_actions", first: true, predicate: ShellbarActionsComponent, descendants: true }, { propertyName: "buttons", predicate: FD_BUTTON_COMPONENT, read: ElementRef }], viewQueries: [{ propertyName: "_searchPortalOutlet", first: true, predicate: ["searchPortalOutlet"], descendants: true, read: CdkPortalOutlet }, { propertyName: "_shellbar", first: true, predicate: ["shellbar"], descendants: true }], ngImport: i0, template: "<div\n class=\"fd-shellbar\"\n [class]=\"'fd-shellbar--' + _currentSize + _getSideNavClass()\"\n [class.fd-shellbar--side-nav]=\"sideNav === true\"\n #shellbar\n>\n @if (!_hideAllComponents) {\n <div\n class=\"fd-shellbar__group fd-shellbar__group--product\"\n [class.fd-shellbar__group--shrink]=\"groupFlex?.product?.shrink\"\n [class.fd-shellbar__group--basis-auto]=\"groupFlex?.product?.flexBasisAuto\"\n >\n <ng-content select=\"[fd-shellbar-side-nav]\"></ng-content>\n <ng-content select=\"fd-shellbar-logo\"></ng-content>\n @if (!_hideTitleComponents) {\n <ng-content select=\"fd-shellbar-title\"></ng-content>\n <div class=\"fd-shellbar__product\">\n <ng-content select=\"fd-product-menu\"></ng-content>\n </div>\n <ng-content select=\"fd-shellbar-subtitle\"></ng-content>\n }\n </div>\n }\n <div hidden>\n <ng-content></ng-content>\n </div>\n @if (searchComponent) {\n <div\n class=\"fd-shellbar__group fd-shellbar__group--center fd-shellbar__group--mobile-flex\"\n [class.fd-shellbar__group--shrink]=\"groupFlex?.search?.shrink\"\n [class.fd-shellbar__group--basis-auto]=\"groupFlex?.search?.flexBasisAuto\"\n >\n <div class=\"fd-shellbar__action fd-shellbar__action--grow\">\n <ng-container cdkPortalOutlet #searchPortalOutlet></ng-container>\n </div>\n @if (_currentSize === 'xl' || _hideAllComponents) {\n <div class=\"fd-shellbar__action fd-shellbar__action--mobile fd-shellbar__action--shrink\">\n <button class=\"fd-button fd-button--transparent\" (click)=\"_closeMobileSearch()\">\n {{ 'coreShellbar.cancel' | fdTranslate }}\n </button>\n </div>\n }\n </div>\n }\n @if (!_hideAllComponents) {\n <ng-content select=\"fd-shellbar-actions\"></ng-content>\n }\n</div>\n", styles: ["/*!\n * Fundamental Library Styles v0.34.0\n * Copyright (c) 2024 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n */.fd-shellbar{-webkit-box-sizing:border-box;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-shadow:var(--fdShellbar_Shadow);align-items:center;background-color:var(--sapShellColor);border:0;box-shadow:var(--fdShellbar_Shadow);box-sizing:border-box;color:var(--sapTextColor);color:var(--sapShell_TextColor);display:flex;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;height:var(--fdShellbar_Height);justify-content:space-between;line-height:normal;margin:0;padding:0 1rem;position:relative}.fd-shellbar:after,.fd-shellbar:before{box-sizing:inherit;font-size:inherit}.fd-shellbar__group{-webkit-box-sizing:border-box;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;-ms-flex:1 1 0px;align-items:center;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;flex:1 1 0;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;gap:.5rem;line-height:normal;margin:0;padding:0}.fd-shellbar__group:after,.fd-shellbar__group:before{box-sizing:inherit;font-size:inherit}.fd-shellbar__group--shrink{flex-grow:0}.fd-shellbar__group--basis-auto{flex-basis:auto}.fd-shellbar__group--product{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-ordinal-group:2;-ms-flex-order:1;justify-content:flex-start;order:1}.fd-shellbar__group--center,.fd-shellbar__group--copilot{-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-box-pack:center;-ms-flex-pack:center;display:none;justify-content:center;margin:0 .5rem;order:2}.fd-shellbar__group--center .fd-shellbar__action,.fd-shellbar__group--copilot .fd-shellbar__action{width:100%}@media (width >= 1440px){.fd-shellbar__group--center,.fd-shellbar__group--copilot{display:inline-block}}.fd-shellbar__group--actions{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-ordinal-group:4;-ms-flex-order:3;justify-content:flex-end;order:3}.fd-shellbar__subtitle,.fd-shellbar__title{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);color:var(--sapShell_TextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin:0;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.fd-shellbar__subtitle:after,.fd-shellbar__subtitle:before,.fd-shellbar__title:after,.fd-shellbar__title:before{box-sizing:inherit;font-size:inherit}.fd-shellbar__logo,.fd-shellbar__product,.fd-shellbar__subtitle{display:inline-block;vertical-align:middle}.fd-shellbar__logo,.fd-shellbar__title{position:relative}.fd-shellbar__logo.is-focus,.fd-shellbar__logo:focus,.fd-shellbar__title.is-focus,.fd-shellbar__title:focus{outline:none;pointer-events:all}.fd-shellbar__logo.is-focus:before,.fd-shellbar__logo:focus:before,.fd-shellbar__title.is-focus:before,.fd-shellbar__title:focus:before{border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--fdShellbar_Button_Outline_Color);border-radius:calc(var(--sapButton_BorderCornerRadius) - .125rem);content:\"\";display:block;inset:-.25rem;pointer-events:none;position:absolute}.fd-shellbar__title{font-weight:700;vertical-align:middle}.fd-shellbar__subtitle{font-size:var(--sapFontSmallSize)}.fd-shellbar__logo{-webkit-box-sizing:border-box;background-repeat:no-repeat;background-size:contain;border:0;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin:0;max-height:2rem;padding:0}.fd-shellbar__logo:after,.fd-shellbar__logo:before{box-sizing:inherit;font-size:inherit}.fd-shellbar__logo>*{display:block;line-height:0;max-height:2.5rem;width:auto}.fd-shellbar__logo--image-replaced{background-image:url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQxMi4zOCAyMDQiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9IjIwNi4xOSIgeDI9IjIwNi4xOSIgeTI9IjIwNCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzAwYjhmMSIvPjxzdG9wIG9mZnNldD0iLjAyIiBzdG9wLWNvbG9yPSIjMDFiNmYwIi8+PHN0b3Agb2Zmc2V0PSIuMzEiIHN0b3AtY29sb3I9IiMwZDkwZDkiLz48c3RvcCBvZmZzZXQ9Ii41OCIgc3RvcC1jb2xvcj0iIzE3NzVjOCIvPjxzdG9wIG9mZnNldD0iLjgyIiBzdG9wLWNvbG9yPSIjMWM2NWJmIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMWU1ZmJiIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHBhdGggZD0iTTAgMjA0aDIwOC40MUw0MTIuMzggMEgwdjIwNCIgc3R5bGU9ImZpbGw6dXJsKCNhKTtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGQ9Ik0yNDQuNzMgMzguMzZoLTQwLjZ2OTYuNTJsLTM1LjQ2LTk2LjU1aC0zNS4xNmwtMzAuMjcgODAuNzJDMTAwIDk4LjcgNzkgOTEuNjcgNjIuNCA4Ni40IDUxLjQ2IDgyLjg5IDM5Ljg1IDc3LjcyIDQwIDcyYy4wOS00LjY4IDYuMjMtOSAxOC4zOC04LjM4IDguMTcuNDMgMTUuMzcgMS4wOSAyOS43MSA4bDE0LjEtMjQuNTVDODkuMDYgNDAuNDIgNzEgMzYuMjEgNTYuMTcgMzYuMTloLS4wOWMtMTcuMjggMC0zMS42OCA1LjYtNDAuNiAxNC44M0EzNC4yMyAzNC4yMyAwIDAgMCA1Ljc3IDc0LjdDNS41NCA4Ny4xNSAxMC4xMSA5NiAxOS43MSAxMDNjOC4xIDUuOTQgMTguNDYgOS43OSAyNy42IDEyLjYyIDExLjI3IDMuNDkgMjAuNDcgNi41MyAyMC4zNiAxM0E5LjU3IDkuNTcgMCAwIDEgNjUgMTM1Yy0yLjgxIDIuOS03LjEzIDQtMTMuMDkgNC4xLTExLjQ5LjI0LTIwLTEuNTYtMzMuNjEtOS41OUw1Ljc3IDE1NC40MmE5My43NyA5My43NyAwIDAgMCA0NiAxMi4yMmgyLjExYzE0LjI0LS4yNSAyNS43NC00LjMxIDM0LjkyLTExLjcxLjUzLS40MSAxLS44NCAxLjQ5LTEuMjhsLTQuMTIgMTAuODVIMTIzbDYuMTktMTguODJhNjcuNDYgNjcuNDYgMCAwIDAgMjEuNjggMy40MyA2OC4zMyA2OC4zMyAwIDAgMCAyMS4xNi0zLjI1bDYgMTguNjRoNjAuMTR2LTM5aDEzLjExYzMxLjcxIDAgNTAuNDYtMTYuMTUgNTAuNDYtNDMuMiAwLTMwLjExLTE4LjIyLTQzLjk0LTU3LjAxLTQzLjk0ek0xNTAuOTEgMTIxYTM2LjkzIDM2LjkzIDAgMCAxLTEzLTIuMjhsMTIuODctNDAuNTloLjIybDEyLjY1IDQwLjcxYTM4LjUgMzguNSAwIDAgMS0xMi43NCAyLjE2em05Ni4yLTIzLjMzaC04Ljk0VjY0LjkxaDguOTRjMTEuOTMgMCAyMS40NCA0IDIxLjQ0IDE2LjE0IDAgMTIuNi05LjUxIDE2LjU3LTIxLjQ0IDE2LjU3IiBzdHlsZT0iZmlsbDojZmZmO2ZpbGwtcnVsZTpldmVub2RkIi8+PC9zdmc+);height:1.5rem;width:3rem}.fd-shellbar .fd-shellbar__group{--fdShellbar_Button_Active_Background:var(--sapShell_Active_Background);--fdShellbar_Button_Active_Color:var(--sapShell_Active_TextColor)}.fd-shellbar .fd-shellbar__group .fd-shellbar__action{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin:0;padding:0}.fd-shellbar .fd-shellbar__group .fd-shellbar__action:after,.fd-shellbar .fd-shellbar__group .fd-shellbar__action:before{box-sizing:inherit;font-size:inherit}.fd-shellbar .fd-shellbar__group .fd-shellbar__action>*{vertical-align:middle}.fd-shellbar .fd-shellbar__group .fd-shellbar__action--grow{flex:1}.fd-shellbar .fd-shellbar__group .fd-shellbar__action--shrink{flex:0}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field{--fdSelect_Text_Content_Color:var(--fdShellbar_Select_Content_Color);--fdInputGroup_Input_Border:var(--fdShellbar_Input_Border);--fdInputGroup_Input_Color:var(--fdShellbar_Input_Color);--fdInputGroup_Input_Placeholder_Color:var(--fdShellbar_Input_Placeholder_Color);--fdInputGroup_Input_Placeholder_Style:var(--fdShellbar_Input_Placeholder_Style);--fdInputGroup_Background:none;--fdInputGroup_Background_Color:var(--fdShellbar_Input_Background);--fdInputGroup_Hover_Background:none;--fdInput_Group_Button_Box_Shadow:none;--fdInput_Box_Shadow_Hover:none;-webkit-box-shadow:none;border:var(--fdShellbar_Search_Border);border-radius:var(--fdShellbar_Input_Border_Radius);box-shadow:none;cursor:text;position:relative}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-helper{display:var(--fdShellbar_Helper_Display)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-helper:after,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-helper:before{-webkit-box-shadow:var(--sapField_Shadow);border-radius:var(--fdShellbar_Input_Border_Radius);box-shadow:var(--sapField_Shadow);content:\"\";inset:0;pointer-events:none;position:absolute;z-index:20}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-helper:after{-webkit-box-shadow:var(--fdShellbar_Helper_Bottom_Shadow);border-radius:0;box-shadow:var(--fdShellbar_Helper_Bottom_Shadow)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input{padding-left:var(--fdShellbar_Search_Input_X_Padding);padding-right:var(--fdShellbar_Search_Input_X_Padding);position:relative}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input.is-hover,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input:hover{--fdInputGroup_Hover_Input_Background:var(--fdShellbar_Input_Hover_Background);--fdInputGroup_Addon_Background:var(--fdShellbar_Search_Container_Hover_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input.is-hover~.fd-shellbar__search-field-addon,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input:hover~.fd-shellbar__search-field-addon{--fdInputGroup_Addon_Background:var(--fdShellbar_Search_Container_Hover_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input.is-hover~.fd-shellbar__search-field-helper:after,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input:hover~.fd-shellbar__search-field-helper:after{box-shadow:inset 0 -.0625rem 0 var(--sapField_Hover_BorderColor)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input.is-focus,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input:focus{--fdInputGroup_Input_Color:var(--fdShellbar_Input_Focus_Color);--fdInputGroup_Input_Background:var(--fdShellbar_Input_Focus_Background);z-index:5}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input:placeholder-shown~.fd-shellbar__search-cancel{display:none}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input:not(:placeholder-shown)~.fd-shellbar__search-submit>*{--fdButtonBackgroundColor:var(--fdShellbar_Search_Active_Button_Background);--fdButtonColor:var(--fdShellbar_Search_Active_Button_Color);--fdShellbar_Button_Active_Background:var(--fdButtonBackgroundColor);--fdShellbar_Button_Active_Color:var(--fdShellbar_Search_Active_Button_Color);border-left:var(--fdShellbar_Button_Left_Border)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input:not(:placeholder-shown)~.fd-shellbar__search-submit>[dir=rtl],[dir=rtl] .fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input:not(:placeholder-shown)~.fd-shellbar__search-submit>*{border-left-style:none;border-right:var(--fdShellbar_Button_Left_Border)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input:not(:placeholder-shown)~.fd-shellbar__search-submit>:hover{--fdButtonBackgroundColor:var(--fdShellbar_Search_Active_Button_Hover_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input--select{font-style:normal}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-addon,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-input--select{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:0;-ms-flex:0 1;align-items:center;display:flex;flex:0 1;height:100%}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-addon .fd-shellbar__button{--fdButton_Outline_Offset:0;--fdButton_Focus_Border_Radius:var(--fdShellbar_Input_Border_Radius);border-radius:var(--fdShellbar_Input_Border_Radius);border-width:var(--fdShellbar_Input_Addon_Border_Width);height:var(--fdShellbar_Input_Addon_Dimension);min-width:var(--fdShellbar_Input_Addon_Dimension)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-addon .fd-shellbar__button.is-hover,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-addon .fd-shellbar__button:hover{--fdButtonBackgroundColor:var(--fdShellbar_Search_Button_Hover_Background);border-left:var(--fdShellbar_Button_Left_Border)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-addon .fd-shellbar__button.is-hover[dir=rtl],.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-addon .fd-shellbar__button:hover[dir=rtl],[dir=rtl] .fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-addon .fd-shellbar__button.is-hover,[dir=rtl] .fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-addon .fd-shellbar__button:hover{border-left-style:none;border-right:var(--fdShellbar_Button_Left_Border)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-addon .fd-shellbar__button.is-active,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field-addon .fd-shellbar__button:active{border-color:var(--fdShellbar_Button_Active_Border_Color)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category{flex-shrink:0}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category.is-hover,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category:hover{--fdInputGroup_Addon_Background:var(--fdShellbar_Input_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category.is-hover~.fd-shellbar__search-field-addon,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category.is-hover~.fd-shellbar__search-field-input,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category:hover~.fd-shellbar__search-field-addon,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category:hover~.fd-shellbar__search-field-input{--fdInputGroup_Addon_Background:var(--fdShellbar_Input_Background);--fdInputGroup_Input_Background:var(--fdShellbar_Input_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category.is-hover .fd-shellbar__search-category,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category:hover .fd-shellbar__search-category{-webkit-box-shadow:var(--sapContent_Interaction_Shadow);background-color:var(--fdShellbar_Search_Category_Button_Hover_Background);box-shadow:var(--sapContent_Interaction_Shadow)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category.is-hover .fd-shellbar__search-dropdown,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category:hover .fd-shellbar__search-dropdown{background-color:transparent}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category>*{margin-bottom:0;margin-right:var(--fdShellbar_Search_Category_Offset_Right);margin-top:0}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category>[dir=rtl],[dir=rtl] .fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category>*{margin-left:var(--fdShellbar_Search_Category_Offset_Right);margin-right:0}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-dropdown{--fdInput_Group_Button_Background:transparent;--fdInput_Group_Button_Text_Color:var(--sapShell_InteractiveTextColor);background-color:var(--fdShellbar_Input_Background);outline:none;position:static}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-dropdown.is-focus,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-dropdown:focus{z-index:5}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-dropdown.is-focus:after,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-dropdown:focus:after{display:none}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category{--fdSelect_Background:transparent;--fdSelect_Hover_Background:transparent;--fdSelect_Focus_Background:transparent;--fdSelect_Background_Color:var(--fdShellbar_Input_Background);--fdSelect_Hover_Background_Color:var(--fdShellbar_Input_Background);border:var(--fdShellbar_Search_Category_Border);border-radius:0;border-width:var(--fdShellbar_Search_Category_Border_width);height:var(--fdShellbar_Input_Addon_Dimension);margin:0;margin-left:var(--fdShellbar_Search_Category_Offset_Left);min-height:var(--fdShellbar_Input_Addon_Dimension);position:relative}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category[dir=rtl],[dir=rtl] .fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category{margin-left:0;margin-right:var(--fdShellbar_Search_Category_Offset_Left)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category:after{box-shadow:none}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category:before{background:var(--sapShell_InteractiveBorderColor);bottom:0;content:\"\";display:var(--fdShellbar_Search_Separator_Display);position:absolute;right:0;top:0;width:.0625rem}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category[dir=rtl]:before,[dir=rtl] .fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category:before{left:0;right:auto}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category.is-focus,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category:focus{--fdSelect_Text_Content_Color:var(--sapButton_Active_TextColor);--fdShellbar_Input_Background:var(--fdShellbar_Search_Category_Button_Hover_Background);--fdSelect_Focus_Background:var(--fdShellbar_Search_Container_Hover_Background);border-radius:var(--fdShellbar_Input_Border_Radius);outline-color:var(--sapButton_Lite_Active_BorderColor);outline-offset:-.0625rem;outline-width:.0625rem;z-index:5}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category.is-focus .fd-shellbar__search-dropdown,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category:focus .fd-shellbar__search-dropdown{--fdInput_Group_Button_Text_Color:var(--sapButton_Active_TextColor)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category.is-focus:before,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field .fd-shellbar__search-field-category .fd-shellbar__search-category:focus:before{display:none}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-hover,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:hover{--fdInputGroup_Hover_Background_Color:var(--fdShellbar_Search_Container_Hover_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-hover .fd-shellbar__search-field-helper:before,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:hover .fd-shellbar__search-field-helper:before{box-shadow:var(--sapField_Hover_Shadow)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-hover .fd-shellbar__search-field-helper:after,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:hover .fd-shellbar__search-field-helper:after{box-shadow:var(--fdShellbar_Hover_Helper_Bottom_Shadow)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-hover .fd-shellbar__search-field-category .fd-shellbar__search-category,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:hover .fd-shellbar__search-field-category .fd-shellbar__search-category{--fdSelect_Background_Color:var(--fdShellbar_Search_Container_Hover_Background);--fdSelect_Hover_Background_Color:var(--fdShellbar_Search_Container_Hover_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-hover .fd-shellbar__search-field-category .fd-shellbar__search-category.is-hover,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-hover .fd-shellbar__search-field-category .fd-shellbar__search-category:hover,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:hover .fd-shellbar__search-field-category .fd-shellbar__search-category.is-hover,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:hover .fd-shellbar__search-field-category .fd-shellbar__search-category:hover{border-radius:var(--fdShellbar_Input_Border_Radius)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-hover .fd-shellbar__search-field-category .fd-shellbar__search-category.is-hover:before,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-hover .fd-shellbar__search-field-category .fd-shellbar__search-category:hover:before,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:hover .fd-shellbar__search-field-category .fd-shellbar__search-category.is-hover:before,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:hover .fd-shellbar__search-field-category .fd-shellbar__search-category:hover:before{display:none}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-hover .fd-shellbar__search-field-category:not(:hover) .fd-shellbar__search-dropdown,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:hover .fd-shellbar__search-field-category:not(:hover) .fd-shellbar__search-dropdown{background-color:var(--fdShellbar_Search_Container_Hover_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-focus,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:focus{-webkit-box-shadow:var(--fdShellbar_Active_Shadow);background-color:var(--fdShellbar_Active_Background);box-shadow:var(--fdShellbar_Active_Shadow);outline:none;z-index:5}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-focus .fd-shellbar__search-field-helper:before,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:focus .fd-shellbar__search-field-helper:before{outline:var(--fdShellbar_Search_Active_Outline);outline-offset:-.125rem}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-focus .fd-shellbar__search-field-helper:after,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-focus .fd-shellbar__search-field-helper:before,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:focus .fd-shellbar__search-field-helper:after,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:focus .fd-shellbar__search-field-helper:before{box-shadow:none}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-focus .fd-shellbar__search-field-addon,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:focus .fd-shellbar__search-field-addon{--fdInputGroup_Addon_Background:var(--fdShellbar_Search_Hover_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-focus .fd-shellbar__search-category,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:focus .fd-shellbar__search-category{background-color:var(--fdShellbar_Search_Hover_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field.is-focus .fd-shellbar__search-field-category .fd-shellbar__search-dropdown,.fd-shellbar .fd-shellbar__group .fd-shellbar__search-field:focus .fd-shellbar__search-field-category .fd-shellbar__search-dropdown{background-color:var(--fdShellbar_Search_Hover_Category_Button_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__button{--fdButtonBackgroundColor:var(--sapButton_Lite_Background);--fdButtonBorderColor:var(--sapButton_Lite_BorderColor);--fdButtonColor:var(--fdShellbar_Button_Color);outline-color:var(--fdShellbar_Button_Outline_Color)}.fd-shellbar .fd-shellbar__group .fd-shellbar__button .fd-shellbar__title{color:inherit}.fd-shellbar .fd-shellbar__group .fd-shellbar__button:not(.fd-shellbar .fd-shellbar__group .fd-shellbar__button--menu){padding:0}.fd-shellbar .fd-shellbar__group .fd-shellbar__button.is-hover,.fd-shellbar .fd-shellbar__group .fd-shellbar__button:hover{--fdButtonBorderColor:var(--fdShellbar_Button_Hover_Border_Color);--fdButtonBackgroundColor:var(--fdShellbar_Input_Hover_Background)}.fd-shellbar .fd-shellbar__group .fd-shellbar__button.is-hover.is-disabled,.fd-shellbar .fd-shellbar__group .fd-shellbar__button.is-hover:disabled,.fd-shellbar .fd-shellbar__group .fd-shellbar__button.is-hover[aria-disabled=true],.fd-shellbar .fd-shellbar__group .fd-shellbar__button:hover.is-disabled,.fd-shellbar .fd-shellbar__group .fd-shellbar__button:hover:disabled,.fd-shellbar .fd-shellbar__group .fd-shellbar__button:hover[aria-disabled=true]{--fdButtonBackgroundColor:$fd-shellbar-background}.fd-shellbar .fd-shellbar__group .fd-shellbar__button.is-active,.fd-shellbar .fd-shellbar__group .fd-shellbar__button:active{--fdButtonBorderColor:var(--fdShellbar_Button_Active_Border_Color);--fdButtonBackgroundColor:var(--fdShellbar_Button_Active_Background);--fdButtonColor:var(--fdShellbar_Button_Active_Color)}.fd-shellbar .fd-shellbar__group .fd-shellbar__button.is-active:after,.fd-shellbar .fd-shellbar__group .fd-shellbar__button:active:after{display:none}.fd-shellbar .fd-shellbar__group .fd-shellbar__button--menu .fd-shellbar__title{margin:0}.fd-shellbar--s,.fd-shellbar--sm{--fdSelect_Text_Content_Display:none;--fdSelect_Min_Width:1rem}.fd-shellbar--s .fd-shellbar__subtitle,.fd-shellbar--s .fd-shellbar__title,.fd-shellbar--sm .fd-shellbar__subtitle,.fd-shellbar--sm .fd-shellbar__title{display:none}.fd-shellbar--s .fd-shellbar__group--mobile-flex,.fd-shellbar--sm .fd-shellbar__group--mobile-flex{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:flex;justify-content:center}.fd-shellbar--s .fd-shellbar__action--mobile,.fd-shellbar--sm .fd-shellbar__action--mobile{display:inline-block}.fd-shellbar--s .fd-shellbar__action--desktop,.fd-shellbar--sm .fd-shellbar__action--desktop{display:none}.fd-shellbar--s .fd-shellbar__action-combobox--mobile,.fd-shellbar--sm .fd-shellbar__action-combobox--mobile{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:var(--sapShellColor);display:flex;height:100%;justify-content:center;left:0;margin:0;padding:0 .3rem;position:absolute;width:100%;z-index:7}.fd-shellbar--s .fd-shellbar__button--menu [class*=sap-icon],.fd-shellbar--s .fd-shellbar__button--menu[class*=sap-icon],.fd-shellbar--sm .fd-shellbar__button--menu [class*=sap-icon],.fd-shellbar--sm .fd-shellbar__button--menu[class*=sap-icon]{margin:0!important}.fd-shellbar--l,.fd-shellbar--lg,.fd-shellbar--m,.fd-shellbar--md{padding:0 2rem}.fd-shellbar--l .fd-shellbar__subtitle,.fd-shellbar--l .fd-shellbar__title,.fd-shellbar--lg .fd-shellbar__subtitle,.fd-shellbar--lg .fd-shellbar__title,.fd-shellbar--m .fd-shellbar__subtitle,.fd-shellbar--m .fd-shellbar__title,.fd-shellbar--md .fd-shellbar__subtitle,.fd-shellbar--md .fd-shellbar__title,.fd-shellbar--xl .fd-shellbar__subtitle,.fd-shellbar--xl .fd-shellbar__title{display:inline-block}.fd-shellbar--l .fd-shellbar__action--mobile,.fd-shellbar--lg .fd-shellbar__action--mobile,.fd-shellbar--m .fd-shellbar__action--mobile,.fd-shellbar--md .fd-shellbar__action--mobile,.fd-shellbar--xl .fd-shellbar__action--mobile{display:none}.fd-shellbar--l .fd-shellbar__action--desktop,.fd-shellbar--lg .fd-shellbar__action--desktop,.fd-shellbar--m .fd-shellbar__action--desktop,.fd-shellbar--md .fd-shellbar__action--desktop,.fd-shellbar--xl .fd-shellbar__action--desktop{display:inline-block}.fd-shellbar--xl{padding:0 3rem}.fd-shellbar--side-nav.fd-shellbar--l,.fd-shellbar--side-nav.fd-shellbar--lg,.fd-shellbar--side-nav.fd-shellbar--m,.fd-shellbar--side-nav.fd-shellbar--md,.fd-shellbar--side-nav.fd-shellbar--s,.fd-shellbar--side-nav.fd-shellbar--sm,.fd-shellbar--side-nav.fd-shellbar--xl{padding:0}.fd-shellbar--side-nav.fd-shellbar--l[dir=rtl],.fd-shellbar--side-nav.fd-shellbar--lg[dir=rtl],.fd-shellbar--side-nav.fd-shellbar--m[dir=rtl],.fd-shellbar--side-nav.fd-shellbar--md[dir=rtl],.fd-shellbar--side-nav.fd-shellbar--s[dir=rtl],.fd-shellbar--side-nav.fd-shellbar--sm[dir=rtl],.fd-shellbar--side-nav.fd-shellbar--xl[dir=rtl],[dir=rtl] .fd-shellbar--side-nav.fd-shellbar--l,[dir=rtl] .fd-shellbar--side-nav.fd-shellbar--lg,[dir=rtl] .fd-shellbar--side-nav.fd-shellbar--m,[dir=rtl] .fd-shellbar--side-nav.fd-shellbar--md,[dir=rtl] .fd-shellbar--side-nav.fd-shellbar--s,[dir=rtl] .fd-shellbar--side-nav.fd-shellbar--sm,[dir=rtl] .fd-shellbar--side-nav.fd-shellbar--xl{padding-left:.5rem;padding-right:0}@media (width <= 599px){.fd-shellbar--responsive-paddings{padding-left:1rem;padding-right:1rem}}@media (width >= 600px) and (width <= 1023px){.fd-shellbar--responsive-paddings{padding-left:2rem;padding-right:2rem}}@media (width >= 1024px) and (width <= 1439px){.fd-shellbar--responsive-paddings{padding-left:2rem;padding-right:2rem}}@media (width >= 1440px){.fd-shellbar--responsive-paddings{padding-left:3rem;padding-right:3rem}}@media (width <= 599px){.fd-shellbar--responsive-paddings{--fdSelect_Text_Content_Display:none;--fdSelect_Min_Width:1rem}.fd-shellbar--responsive-paddings .fd-shellbar__subtitle,.fd-shellbar--responsive-paddings .fd-shellbar__title{display:none}.fd-shellbar--responsive-paddings .fd-shellbar__group--mobile-flex{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:flex;justify-content:center}.fd-shellbar--responsive-paddings .fd-shellbar__action--mobile{display:inline-block}.fd-shellbar--responsive-paddings .fd-shellbar__action--desktop{display:none}.fd-shellbar--responsive-paddings .fd-shellbar__action-combobox--mobile{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:var(--sapShellColor);display:flex;height:100%;justify-content:center;left:0;margin:0;padding:0 .3rem;position:absolute;width:100%;z-index:7}.fd-shellbar--responsive-paddings .fd-shellbar__button--menu [class*=sap-icon],.fd-shellbar--responsive-paddings .fd-shellbar__button--menu[class*=sap-icon]{margin:0!important}}@media (width >= 600px) and (width <= 1023px){.fd-shellbar--responsive-paddings .fd-shellbar__subtitle,.fd-shellbar--responsive-paddings .fd-shellbar__title{display:inline-block}.fd-shellbar--responsive-paddings .fd-shellbar__action--mobile{display:none}.fd-shellbar--responsive-paddings .fd-shellbar__action--desktop{display:inline-block}}@media (width >= 1024px) and (width <= 1439px){.fd-shellbar--responsive-paddings .fd-shellbar__subtitle,.fd-shellbar--responsive-paddings .fd-shellbar__title{display:inline-block}.fd-shellbar--responsive-paddings .fd-shellbar__action--mobile{display:none}.fd-shellbar--responsive-paddings .fd-shellbar__action--desktop{display:inline-block}}@media (width >= 1440px){.fd-shellbar--responsive-paddings .fd-shellbar__subtitle,.fd-shellbar--responsive-paddings .fd-shellbar__title{display:inline-block}.fd-shellbar--responsive-paddings .fd-shellbar__action--mobile{display:none}.fd-shellbar--responsive-paddings .fd-shellbar__action--desktop{display:inline-block}}.fd-shellbar--cx-side-nav{box-shadow:var(--sapContent_Shadow0);padding-left:.5rem;z-index:1}[dir=rtl] .fd-shellbar--cx-side-nav,.fd-shellbar--cx-side-nav[dir=rtl]{padding-left:2rem;padding-right:.5rem}fd-shellbar-actions .fd-shellbar__search-field{min-width:15rem}.fd-shellbar__action.fd-shellbar__action--desktop:empty{display:none}\n"], dependencies: [{ kind: "ngmodule", type: PortalModule }, { kind: "directive", type: i1$2.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
718
718
  }
719
719
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ShellbarComponent, decorators: [{
720
720
  type: Component,
@@ -742,15 +742,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
742
742
  }], buttons: [{
743
743
  type: ContentChildren,
744
744
  args: [FD_BUTTON_COMPONENT, { read: ElementRef }]
745
+ }], searchComponent: [{
746
+ type: ContentChild,
747
+ args: [FD_SHELLBAR_SEARCH_COMPONENT, { descendants: true, static: false }]
745
748
  }], _actions: [{
746
749
  type: ContentChild,
747
750
  args: [ShellbarActionsComponent]
748
751
  }], _searchPortalOutlet: [{
749
752
  type: ViewChild,
750
753
  args: ['searchPortalOutlet', { static: false, read: CdkPortalOutlet }]
751
- }], searchComponent: [{
752
- type: ContentChild,
753
- args: [FD_SHELLBAR_SEARCH_COMPONENT, { descendants: true, static: false }]
754
754
  }], _shellbar: [{
755
755
  type: ViewChild,
756
756
  args: ['shellbar']
@@ -1 +1 @@
1
- {"version":3,"file":"fundamental-ngx-core-shellbar.mjs","sources":["../../../../libs/core/shellbar/product-menu/product-menu.component.ts","../../../../libs/core/shellbar/product-menu/product-menu.component.html","../../../../libs/core/shellbar/tokens.ts","../../../../libs/core/shellbar/shellbar-action/shellbar-action.component.ts","../../../../libs/core/shellbar/shellbar-action/shellbar-action.component.html","../../../../libs/core/shellbar/shellbar-actions-mobile/shellbar-actions-mobile.component.ts","../../../../libs/core/shellbar/shellbar-actions-mobile/shellbar-actions-mobile.component.html","../../../../libs/core/shellbar/user-menu/shellbar-user-menu.component.ts","../../../../libs/core/shellbar/user-menu/shellbar-user-menu.component.html","../../../../libs/core/shellbar/shellbar-actions/shellbar-actions.component.ts","../../../../libs/core/shellbar/shellbar-actions/shellbar-actions.component.html","../../../../libs/core/shellbar/shellbar-logo/shellbar-logo.component.ts","../../../../libs/core/shellbar/shellbar-sidenav.directive.ts","../../../../libs/core/shellbar/shellbar-subtitle/shellbar-subtitle.component.ts","../../../../libs/core/shellbar/shellbar-subtitle/shellbar-subtitle.component.html","../../../../libs/core/shellbar/shellbar-title/shellbar-title.component.ts","../../../../libs/core/shellbar/shellbar-title/shellbar-title.component.html","../../../../libs/core/shellbar/shellbar.component.ts","../../../../libs/core/shellbar/shellbar.component.html","../../../../libs/core/shellbar/shellbar.module.ts","../../../../libs/core/shellbar/fundamental-ngx-core-shellbar.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Input, ViewChild, ViewEncapsulation } from '@angular/core';\nimport { Nullable } from '@fundamental-ngx/cdk/utils';\nimport { ButtonComponent } from '@fundamental-ngx/core/button';\nimport { ContentDensityDirective } from '@fundamental-ngx/core/content-density';\nimport { IconComponent } from '@fundamental-ngx/core/icon';\nimport { MenuComponent, MenuModule } from '@fundamental-ngx/core/menu';\nimport { Placement, PopoverFillMode } from '@fundamental-ngx/core/shared';\nimport { ShellbarMenuItem } from '../model/shellbar-menu-item';\n\n/**\n * The component that represents a product menu.\n * Product menu is used for navigating to applications within the product.\n * ```html\n * <fd-product-menu [control]=\"productMenuControl\"\n * [items]=\"productMenuItems\">\n * </fd-product-menu>\n * ```\n */\n@Component({\n selector: 'fd-product-menu',\n templateUrl: './product-menu.component.html',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [ButtonComponent, ContentDensityDirective, MenuModule, IconComponent]\n})\nexport class ProductMenuComponent {\n /** Whether the popover should close when the escape key is pressed. */\n @Input()\n closeOnEscapeKey = true;\n\n /** Whether the popover should close when a click is made outside its boundaries. */\n @Input()\n closeOnOutsideClick = true;\n\n /** The trigger events that will open/close the popover.\n * Accepts any [HTML DOM Events](https://www.w3schools.com/jsref/dom_obj_event.asp). */\n @Input()\n triggers: string[] = ['click'];\n\n /** The placement of the popover. It can be one of: top, top-start, top-end, bottom,\n * bottom-start, bottom-end, right, right-start, right-end, left, left-start, left-end. */\n @Input()\n placement: Placement = 'bottom-end';\n\n /** Whether the popover is disabled. */\n @Input()\n disabled = false;\n\n /**\n * Preset options for the popover body width.\n * * `at-least` will apply a minimum width to the body equivalent to the width of the control.\n * * `equal` will apply a width to the body equivalent to the width of the control.\n * * Leave blank for no effect.\n */\n @Input()\n fillControlMode: Nullable<PopoverFillMode>;\n\n /**\n * The control element to toggle the product menu,\n * represented by the name of the current application.\n */\n @Input()\n control: string;\n\n /**\n * The items in the product menu. If the value is not passed or there is empty array,\n * the template changes and shows only control\n */\n @Input()\n items: ShellbarMenuItem[];\n\n /** When set to true, popover list will be closed after selecting the option */\n @Input()\n closePopoverOnSelect = false;\n\n /** @hidden */\n @ViewChild(MenuComponent)\n menu: MenuComponent;\n\n /** @hidden */\n itemClicked(item: ShellbarMenuItem, event: MouseEvent): void {\n if (this.closePopoverOnSelect) {\n this.menu.close();\n }\n if (item.callback) {\n item.callback(event);\n }\n }\n}\n","@if (items && items.length > 0) {\n <button\n fd-button\n fdType=\"transparent\"\n class=\"fd-shellbar__button fd-shellbar__button--menu\"\n glyph=\"slim-arrow-down\"\n glyphPosition=\"after\"\n fdCozy\n [disabled]=\"disabled\"\n [fdMenuTrigger]=\"menu\"\n >\n <span class=\"fd-shellbar__title\">{{ control }}</span>\n </button>\n <fd-menu\n #menu\n [placement]=\"placement\"\n [triggers]=\"triggers\"\n [fillControlMode]=\"fillControlMode\"\n [closeOnEscapeKey]=\"closeOnEscapeKey\"\n [closeOnOutsideClick]=\"closeOnOutsideClick\"\n >\n @for (item of items; track item) {\n <li (click)=\"itemClicked(item, $event)\" fd-menu-item>\n <a\n [attr.href]=\"item.link ? item.link : null\"\n [attr.target]=\"item.newTab ? '_blank' : null\"\n fd-menu-interactive\n >\n <span fd-menu-title>{{ item.name }}</span>\n @if (item.glyph) {\n <fd-icon fd-menu-addon position=\"after\" [glyph]=\"item.glyph\"></fd-icon>\n }\n </a>\n </li>\n }\n </fd-menu>\n} @else {\n <span class=\"fd-shellbar__title fd-product-menu__title\">\n {{ control }}\n </span>\n}\n","import { InjectionToken } from '@angular/core';\nimport { SearchComponent } from '@fundamental-ngx/core/shared';\nimport { Shellbar } from './model/shellbar';\n\nexport const FD_SHELLBAR_SEARCH_CONFIG = new InjectionToken('FdShellbarSearchConfig');\n\nexport const FD_SHELLBAR_SEARCH_COMPONENT = new InjectionToken<SearchComponent>('FdShellbarSearchComponent');\n\nexport const FD_SHELLBAR_ACTION_COMPONENT = new InjectionToken('FdShellbarActionComponent');\n\nexport const FD_SHELLBAR_COMPONENT = new InjectionToken<Shellbar>('FdShellbarComponent');\n","import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation } from '@angular/core';\nimport { Nullable } from '@fundamental-ngx/cdk/utils';\nimport { ButtonComponent } from '@fundamental-ngx/core/button';\nimport { ContentDensityDirective } from '@fundamental-ngx/core/content-density';\nimport { FD_DEFAULT_ICON_FONT_FAMILY, IconFont } from '@fundamental-ngx/core/icon';\nimport { FD_SHELLBAR_ACTION_COMPONENT } from '../tokens';\n\n/**\n * The component that represents a shellbar action.\n * ```html\n * <fd-shellbar-action *ngFor=\"let action of actions\"\n * [glyph]=\"action.glyph\"\n * [callback]=\"action.callback\"\n * [label]=\"action.label\"\n * [notificationCount]=\"action.notificationCount\"\n * [notificationLabel]=\"action.notificationLabel\">\n * </fd-shellbar-action>\n * ```\n */\n@Component({\n selector: 'fd-shellbar-action',\n templateUrl: './shellbar-action.component.html',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: FD_SHELLBAR_ACTION_COMPONENT,\n useExisting: ShellbarActionComponent\n }\n ],\n standalone: true,\n imports: [ButtonComponent, ContentDensityDirective]\n})\nexport class ShellbarActionComponent {\n /** The glyph (icon) name */\n @Input()\n glyph: string;\n\n /** Glyph font family */\n @Input()\n glyphFont: IconFont = FD_DEFAULT_ICON_FONT_FAMILY;\n\n /** Callback that hanldles the response to clicks on any of the actions. */\n @Input()\n callback: Nullable<(event: MouseEvent) => void>;\n\n /** The action label. */\n @Input()\n label: string;\n\n /** The notification label. */\n @Input()\n notificationLabel: string;\n\n /** Represents the number of notifications. */\n @Input()\n notificationCount: number;\n}\n","<div class=\"fd-shellbar__action fd-shellbar__action--desktop\">\n <button\n fd-button\n fdType=\"transparent\"\n class=\"fd-shellbar__button\"\n fdCozy\n [glyph]=\"glyph\"\n [glyphFont]=\"glyphFont\"\n (click)=\"callback ? callback($event) : ''\"\n >\n @if (notificationCount) {\n <span class=\"fd-button__badge\" [attr.aria-label]=\"notificationLabel\">\n {{ notificationCount }}\n </span>\n }\n </button>\n</div>\n","import {\n AfterContentChecked,\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n Input,\n Output,\n QueryList,\n ViewEncapsulation\n} from '@angular/core';\nimport { ActionSheetModule } from '@fundamental-ngx/core/action-sheet';\nimport { ButtonComponent } from '@fundamental-ngx/core/button';\nimport { FdTranslatePipe } from '@fundamental-ngx/i18n';\nimport { ShellbarActionComponent } from '../shellbar-action/shellbar-action.component';\n\n@Component({\n selector: 'fd-shellbar-actions-mobile',\n templateUrl: './shellbar-actions-mobile.component.html',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [ActionSheetModule, ButtonComponent, FdTranslatePipe]\n})\nexport class ShellbarActionsMobileComponent implements AfterContentChecked {\n /** @hidden */\n @Input()\n shellbarActions: QueryList<ShellbarActionComponent>;\n\n /**\n * Whether the search is present in the shellbar.\n */\n @Input()\n searchExists = false;\n\n /** @hidden */\n @Output()\n showSearch = new EventEmitter<void>();\n\n /** @hidden */\n totalNotifications: number;\n\n /** @hidden */\n actionClicked(item: ShellbarActionComponent, event: MouseEvent): void {\n if (item.callback) {\n item.callback(event);\n }\n }\n\n /** @hidden */\n ngAfterContentChecked(): void {\n this.totalNotifications = 0;\n\n this.shellbarActions?.forEach((action) => {\n if (action.notificationCount && typeof action.notificationCount === 'number') {\n this.totalNotifications = this.totalNotifications + action.notificationCount;\n }\n });\n }\n}\n","<div class=\"fd-shellbar-collapse\">\n <fd-action-sheet placement=\"bottom-end\" #actionSheet>\n <fd-action-sheet-control>\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"overflow\"\n class=\"fd-shellbar__button\"\n [attr.aria-label]=\"'coreShellbar.collapsedItemMenuLabel' | fdTranslate\"\n >\n @if (totalNotifications) {\n <span class=\"fd-button__badge\">\n {{ totalNotifications }}\n </span>\n }\n </button>\n </fd-action-sheet-control>\n <fd-action-sheet-body>\n @if (searchExists) {\n <li\n fd-action-sheet-item\n tabindex=\"-1\"\n glyph=\"search\"\n [label]=\"'coreShellbar.search' | fdTranslate\"\n (click)=\"showSearch.emit(); actionSheet.close()\"\n ></li>\n }\n @for (action of shellbarActions; track action) {\n <li\n fd-action-sheet-item\n tabindex=\"-1\"\n [glyph]=\"action.glyph\"\n [label]=\"action.label\"\n (click)=\"actionClicked(action, $event)\"\n >\n @if (action.notificationCount) {\n <span class=\"fd-button__badge\">{{ action.notificationCount }}</span>\n }\n </li>\n }\n </fd-action-sheet-body>\n </fd-action-sheet>\n</div>\n","import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, ViewChild } from '@angular/core';\nimport { Nullable } from '@fundamental-ngx/cdk/utils';\nimport { AvatarComponent } from '@fundamental-ngx/core/avatar';\nimport { ButtonComponent } from '@fundamental-ngx/core/button';\nimport { MenuComponent, MenuModule } from '@fundamental-ngx/core/menu';\nimport { Placement, PopoverFillMode } from '@fundamental-ngx/core/shared';\nimport { ShellbarUser } from '../model/shellbar-user';\nimport { ShellbarUserMenu } from '../model/shellbar-user-menu';\n\n/**\n * This Component extends popover component and passes all the options and events from outside to popover component\n * and Vice Versa\n * */\n@Component({\n selector: 'fd-shellbar-user-menu',\n templateUrl: './shellbar-user-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [ButtonComponent, MenuModule, AvatarComponent]\n})\nexport class ShellbarUserMenuComponent {\n /** The user data. */\n @Input()\n user: ShellbarUser;\n\n /** The user menu data. */\n @Input()\n userMenu: ShellbarUserMenu[];\n\n /**\n * Preset options for the popover body width.\n * * `at-least` will apply a minimum width to the body equivalent to the width of the control.\n * * `equal` will apply a width to the body equivalent to the width of the control.\n * * Leave blank for no effect.\n */\n @Input()\n fillControlMode: Nullable<PopoverFillMode>;\n\n /** The placement of the popover. It can be one of: top, top-start, top-end, bottom,\n * bottom-start, bottom-end, right, right-start, right-end, left, left-start, left-end. */\n @Input()\n placement: Placement = 'bottom-end';\n\n /** The trigger events that will open/close the popover.\n * Accepts any [HTML DOM Events](https://www.w3schools.com/jsref/dom_obj_event.asp). */\n @Input()\n triggers: string[] = ['click'];\n\n /** Whether the popover should close when the escape key is pressed. */\n @Input()\n closeOnEscapeKey = true;\n\n /** Whether the popover should close when a click is made outside its boundaries. */\n @Input()\n closeOnOutsideClick = true;\n\n /** Whether the popover is disabled. */\n @Input()\n disabled = false;\n\n /** Whether or not to show the popover arrow */\n @Input()\n noArrow = false;\n\n /** Event emitted on item click */\n @Output()\n itemClicked: EventEmitter<void> = new EventEmitter<void>();\n\n /** Reference to Menu Component */\n @ViewChild(MenuComponent)\n menu: MenuComponent;\n\n /**\n * @hidden\n */\n itemClick(item: ShellbarUserMenu, event: MouseEvent): void {\n this.itemClicked.emit();\n if (item.callback) {\n item.callback(event);\n }\n }\n}\n","@if (user) {\n <div class=\"fd-shellbar__action fd-shellbar__action--show-always\">\n <div class=\"fd-user-menu\">\n <button\n fd-button\n fdType=\"transparent\"\n class=\"fd-shellbar__button fd-shellbar__button--user-menu\"\n [disabled]=\"disabled\"\n [fdMenuTrigger]=\"menu\"\n >\n @if (!user.image) {\n <fd-avatar size=\"xs\" [colorAccent]=\"user.colorAccent\" [circle]=\"true\" label=\"{{ user.fullName }}\">\n </fd-avatar>\n } @else {\n <fd-avatar\n [colorAccent]=\"user.colorAccent\"\n [circle]=\"true\"\n size=\"xs\"\n image=\"{{ user.image }}\"\n ></fd-avatar>\n }\n </button>\n @if (userMenu) {\n <fd-menu\n #menu\n [triggers]=\"triggers\"\n [placement]=\"placement\"\n [fillControlMode]=\"fillControlMode\"\n [closeOnEscapeKey]=\"closeOnEscapeKey\"\n [noArrow]=\"noArrow\"\n [closeOnOutsideClick]=\"closeOnOutsideClick\"\n >\n @for (item of userMenu; track item) {\n <li fd-menu-item (click)=\"itemClick(item, $event)\">\n <div fd-menu-interactive>\n <span fd-menu-title>{{ item.text }}</span>\n </div>\n </li>\n }\n </fd-menu>\n }\n </div>\n </div>\n}\n","import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ContentChild,\n ContentChildren,\n EventEmitter,\n HostBinding,\n Input,\n OnDestroy,\n Output,\n QueryList,\n ViewChild,\n ViewEncapsulation,\n inject\n} from '@angular/core';\n\nimport { ComboboxInterface, FD_COMBOBOX_COMPONENT } from '@fundamental-ngx/core/combobox';\nimport { FD_PRODUCT_SWITCH_COMPONENT, ProductSwitchComponent } from '@fundamental-ngx/core/product-switch';\n\nimport { CdkPortalOutlet, DomPortal, PortalModule } from '@angular/cdk/portal';\nimport { Nullable } from '@fundamental-ngx/cdk/utils';\nimport { SearchComponent } from '@fundamental-ngx/core/shared';\nimport { ShellbarSizes } from '../model/shellbar-sizes';\nimport { ShellbarUser } from '../model/shellbar-user';\nimport { ShellbarUserMenu } from '../model/shellbar-user-menu';\nimport { ShellbarActionComponent } from '../shellbar-action/shellbar-action.component';\nimport { ShellbarActionsMobileComponent } from '../shellbar-actions-mobile/shellbar-actions-mobile.component';\nimport { FD_SHELLBAR_ACTION_COMPONENT, FD_SHELLBAR_COMPONENT } from '../tokens';\nimport { ShellbarUserMenuComponent } from '../user-menu/shellbar-user-menu.component';\n\n/**\n * The component that represents shellbar actions.\n * It is a container wrapper for all product actions and links (required element).\n * ```html\n * <fd-shellbar-actions [user]=\"user\"\n * [userMenu]=\"userMenu\"\n * [productSwitcher]=\"productSwitcher\">\n * <button fd-button fdType=\"standard\">Custom Button</button>\n *\n * <fd-shellbar-action *ngFor=\"let action of actions\"\n * [glyph]=\"action.glyph\"\n * [callback]=\"action.callback\"\n * [label]=\"action.label\"\n * [notificationCount]=\"action.notificationCount\"\n * [notificationLabel]=\"action.notificationLabel\">\n * </fd-shellbar-action>\n * </fd-shellbar-actions>\n * ```\n */\n\n@Component({\n selector: 'fd-shellbar-actions',\n templateUrl: './shellbar-actions.component.html',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {\n '[class.fd-shellbar__group]': 'true',\n '[class.fd-shellbar__group--actions]': 'true'\n },\n standalone: true,\n imports: [PortalModule, ShellbarActionsMobileComponent, ShellbarActionComponent, ShellbarUserMenuComponent]\n})\nexport class ShellbarActionsComponent implements OnDestroy {\n /** The user data. */\n @Input()\n user: ShellbarUser;\n\n /** The user menu data. */\n @Input()\n userMenu: ShellbarUserMenu[];\n\n /** When set to true, popover list will be closed after selecting the option */\n @Input()\n closePopoverOnSelect = false;\n\n /**\n * Event emitted when search opened.\n */\n @Output()\n searchOpen = new EventEmitter<boolean>();\n\n /** @hidden */\n @ContentChildren(FD_SHELLBAR_ACTION_COMPONENT)\n shellbarActions: QueryList<ShellbarActionComponent>;\n\n /** @hidden */\n @ContentChild(ShellbarUserMenuComponent)\n userComponent: ShellbarUserMenuComponent;\n\n /** @hidden */\n @ViewChild(ShellbarUserMenuComponent)\n userComponentView: ShellbarUserMenuComponent;\n\n /** @hidden */\n @ContentChild(FD_COMBOBOX_COMPONENT)\n comboboxComponent: ComboboxInterface;\n\n /** @hidden */\n @ContentChild(FD_PRODUCT_SWITCH_COMPONENT, { static: false })\n productSwitchComponent: ProductSwitchComponent;\n\n /** @hidden */\n @ViewChild(CdkPortalOutlet)\n _portalOutlet: Nullable<CdkPortalOutlet>;\n\n /** @hidden */\n _addSearchIcon = false;\n\n /** @hidden */\n _searchPortal: DomPortal;\n\n /**\n * Whether to show the search field.\n */\n showSearch = false;\n\n /** @hidden */\n currentSize: ShellbarSizes;\n\n /** @hidden */\n private readonly _cd = inject(ChangeDetectorRef);\n\n /** @hidden */\n private readonly _shellbar = inject(FD_SHELLBAR_COMPONENT, {\n optional: true\n });\n\n /** @hidden */\n @HostBinding('class.fd-shellbar__group--shrink')\n private get _groupShrink(): boolean {\n return !!this._shellbar?.groupFlex?.actions?.shrink;\n }\n\n /** @hidden */\n @HostBinding('class.fd-shellbar__group--basis-auto')\n private get _groupBasisAuto(): boolean {\n return !!this._shellbar?.groupFlex?.actions?.flexBasisAuto;\n }\n\n /** @hidden */\n private _searchComponent: Nullable<SearchComponent>;\n\n /** @hidden */\n _toggleSearch: () => void = () => {\n this._setSearchVisibility(!this.showSearch);\n };\n\n /** @hidden */\n public get userItem(): ShellbarUser {\n if (this.userComponent) {\n return this.userComponent.user;\n } else {\n return this.user;\n }\n }\n\n /** @hidden */\n ngOnDestroy(): void {\n this._portalOutlet?.dispose();\n }\n\n /** @hidden */\n _attachSearch(portal: DomPortal, searchComponent: Nullable<SearchComponent>, size: ShellbarSizes): void {\n this._searchPortal = portal;\n this._addSearchIcon = true;\n this.currentSize = size;\n this._searchComponent = searchComponent;\n this._toggleSearchPortal(this.showSearch);\n this._cd.detectChanges();\n }\n\n /** @hidden */\n _detachSearch(): void {\n if (this._portalOutlet?.hasAttached()) {\n this._portalOutlet.detach();\n }\n\n this._addSearchIcon = false;\n\n this._cd.detectChanges();\n }\n\n /** @hidden */\n _triggerItems(): void {\n if (!this.closePopoverOnSelect) {\n return;\n }\n this.userComponentView?.menu.close();\n this.userComponent?.menu.close();\n }\n\n /** @hidden */\n _setSearchVisibility(visible: boolean): void {\n this.showSearch = visible;\n this.searchOpen.emit(this.showSearch);\n\n if (this.currentSize === 's') {\n return;\n }\n\n this._toggleSearchPortal(visible, visible);\n }\n\n /** @hidden */\n private _toggleSearchPortal(visible: boolean, focusSearch = false): void {\n if (visible) {\n this._portalOutlet?.detach();\n this._portalOutlet?.attach(this._searchPortal);\n } else {\n this._portalOutlet?.detach();\n }\n this._cd.detectChanges();\n if (focusSearch) {\n this._searchComponent?.focus();\n }\n }\n}\n","@if (comboboxComponent) {\n <div class=\"fd-shellbar__action fd-shellbar__action--desktop\">\n <ng-content select=\"fd-combobox\"></ng-content>\n </div>\n}\n<!-- If portal outlet placed outside div, it will be added to the end of the root container. So this div actually keeps outlet in desired place. -->\n<div class=\"fd-shellbar__action\" cdkPortalOutlet></div>\n<div class=\"fd-shellbar__action fd-shellbar__action--mobile\">\n <fd-shellbar-actions-mobile\n [shellbarActions]=\"shellbarActions\"\n [searchExists]=\"!!_searchPortal\"\n (showSearch)=\"_toggleSearch()\"\n ></fd-shellbar-actions-mobile>\n</div>\n<div class=\"fd-shellbar__action fd-shellbar__action--desktop\">\n <ng-content></ng-content>\n</div>\n@if (_addSearchIcon && !showSearch) {\n <fd-shellbar-action glyph=\"search\" [callback]=\"_toggleSearch\"></fd-shellbar-action>\n}\n<ng-content select=\"fd-shellbar-action\"></ng-content>\n@if (userItem) {\n @if (!userComponent) {\n <fd-shellbar-user-menu\n placement=\"bottom-end\"\n [user]=\"user\"\n [userMenu]=\"userMenu\"\n (itemClicked)=\"_triggerItems()\"\n ></fd-shellbar-user-menu>\n }\n @if (userComponent) {\n <ng-content select=\"fd-shellbar-user-menu\"></ng-content>\n }\n}\n@if (productSwitchComponent) {\n <div class=\"fd-shellbar__action\">\n <ng-content select=\"fd-product-switch\"></ng-content>\n </div>\n}\n","import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';\n\n/**\n * The component that represents a shellbar logo.\n * The logo is a required element and is used for company branding.\n * ```html\n * <fd-shellbar-logo>\n * <a href=\"#\" class=\"fd-shellbar__logo fd-shellbar__logo--image-replaced\" aria-label=\"SAP\"></a>\n * </fd-shellbar-logo>\n * ```\n */\n@Component({\n selector: 'fd-shellbar-logo',\n template: `<ng-content></ng-content>`,\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true\n})\nexport class ShellbarLogoComponent {}\n","import { Directive } from '@angular/core';\n\n@Directive({\n selector: '[fdShellbarSidenav], [fd-shellbar-side-nav]',\n host: {\n class: 'fd-shellbar__button'\n },\n standalone: true\n})\nexport class ShellbarSidenavDirective {}\n","import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';\n\n/**\n * The component that represents a shellbar subtitle.\n * The subtitle is optional and should be used rarely.\n * ```html\n * <fd-shellbar-subtitle>\n * Corporate Portal\n * </fd-shellbar-subtitle>\n * ```\n */\n@Component({\n selector: 'fd-shellbar-subtitle',\n templateUrl: './shellbar-subtitle.component.html',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n styles: [\n `\n fd-shellbar-subtitle {\n display: flex;\n }\n `\n ],\n standalone: true\n})\nexport class ShellbarSubtitleComponent {}\n","<div class=\"fd-shellbar__subtitle\">\n <ng-content></ng-content>\n</div>\n","import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';\n\n/**\n * The component that represents a shellbar title.\n * The title is a required element and displays the current application name.\n * ```html\n * <fd-shellbar-title>\n * Corporate Portal\n * </fd-shellbar-title>\n * ```\n */\n@Component({\n selector: 'fd-shellbar-title',\n templateUrl: './shellbar-title.component.html',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true\n})\nexport class ShellbarTitleComponent {}\n","<span class=\"fd-shellbar__title\">\n <ng-content></ng-content>\n</span>\n","import { CdkPortalOutlet, DomPortal, PortalModule } from '@angular/cdk/portal';\nimport {\n AfterContentInit,\n AfterViewInit,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ContentChild,\n ContentChildren,\n DestroyRef,\n ElementRef,\n Input,\n OnDestroy,\n QueryList,\n ViewChild,\n ViewEncapsulation,\n inject\n} from '@angular/core';\nimport { takeUntilDestroyed } from '@angular/core/rxjs-interop';\nimport { Nullable, resizeObservable } from '@fundamental-ngx/cdk/utils';\nimport { FD_BUTTON_COMPONENT } from '@fundamental-ngx/core/button';\nimport { ComboboxInterface, FD_COMBOBOX_COMPONENT } from '@fundamental-ngx/core/combobox';\nimport { ContentDensityMode, contentDensityObserverProviders } from '@fundamental-ngx/core/content-density';\nimport { SearchComponent } from '@fundamental-ngx/core/shared';\nimport { SideNavigationInterface } from '@fundamental-ngx/core/side-navigation';\nimport { FdTranslatePipe } from '@fundamental-ngx/i18n';\nimport equal from 'fast-deep-equal';\nimport { BehaviorSubject, Subscription, debounceTime, distinctUntilChanged } from 'rxjs';\nimport { Breakpoints, NormalizedBreakpoint, ShellbarGroupFlexOptions, ShellbarSizes } from './model/shellbar-sizes';\nimport { ShellbarActionsComponent } from './shellbar-actions/shellbar-actions.component';\nimport { FD_SHELLBAR_COMPONENT, FD_SHELLBAR_SEARCH_COMPONENT } from './tokens';\n\n/**\n * The shellbar offers consistent, responsive navigation across all products and applications.\n * Includes support for branding, product navigation, search, notifications, and user settings.\n * Shellbar is a composite component comprised of mandatory and optional elements.\n */\n@Component({\n selector: 'fd-shellbar',\n templateUrl: './shellbar.component.html',\n styleUrl: './shellbar.component.scss',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n contentDensityObserverProviders({\n supportedContentDensity: [ContentDensityMode.COZY],\n restrictChildContentDensity: true\n }),\n {\n provide: FD_SHELLBAR_COMPONENT,\n useExisting: ShellbarComponent\n }\n ],\n standalone: true,\n imports: [PortalModule, FdTranslatePipe]\n})\nexport class ShellbarComponent implements AfterContentInit, AfterViewInit, OnDestroy {\n /** Size of Shellbar component 's' | 'm' | 'l' | 'xl' */\n @Input()\n set size(value: ShellbarSizes | undefined) {\n this._size = value;\n this._currentSize$.next(this._currentSize);\n }\n get size(): ShellbarSizes | undefined {\n return this._size;\n }\n\n /**\n * Responsive breakpoints.\n */\n @Input()\n set breakpoints(breakpoints: Breakpoints) {\n this._breakpoints = this._normalizeBreakpoints(breakpoints);\n this._setCurrentBreakpoint();\n }\n\n /**\n * Whether the Shellbar is used with Side Navigation.\n * When set to true, the responsive paddings are not applied.\n * Can also accept a template variable referring to a SideNavigationInterface (fd-side-nav or fdx-side-nav), and\n * will add the corresponding class.\n */\n @Input()\n sideNav: boolean | SideNavigationInterface = false;\n\n /**\n * Shellbar group flex configuration.\n */\n @Input()\n set groupFlex(value: Nullable<ShellbarGroupFlexOptions>) {\n if (equal(value, this._groupFlex)) {\n return;\n }\n\n this._groupFlex = value;\n this._cd.detectChanges();\n }\n\n get groupFlex(): Nullable<ShellbarGroupFlexOptions> {\n return this._groupFlex;\n }\n\n /** @hidden */\n private _groupFlex: Nullable<ShellbarGroupFlexOptions>;\n\n /** @hidden */\n @ContentChild(FD_COMBOBOX_COMPONENT, { static: false })\n comboboxComponent: ComboboxInterface;\n\n /** @hidden */\n @ContentChildren(FD_BUTTON_COMPONENT, { read: ElementRef })\n buttons: QueryList<ElementRef>;\n\n /** @hidden */\n @ContentChild(ShellbarActionsComponent)\n private _actions: ShellbarActionsComponent;\n\n /** @hidden */\n private _searchPortal: DomPortal;\n\n /** @hidden */\n @ViewChild('searchPortalOutlet', { static: false, read: CdkPortalOutlet })\n private readonly _searchPortalOutlet: CdkPortalOutlet;\n\n /**\n * Search component placed inside the shellbar\n */\n @ContentChild(FD_SHELLBAR_SEARCH_COMPONENT, { descendants: true, static: false })\n set searchComponent(component: Nullable<SearchComponent>) {\n const shouldAttach = !this._searchComponent && !!component;\n this._searchComponent = component;\n if (!component) {\n this._searchPortal?.detach();\n return;\n }\n\n if (this._searchPortal?.isAttached) {\n this._searchPortal.detach();\n }\n\n this._searchPortal = new DomPortal(component.elementRef.nativeElement);\n component.categoryMode = 'select';\n component.disableRefresh = true;\n component.forceSearchButton = true;\n component.appearance = {\n searchClass: 'fd-shellbar__search-field',\n searchFieldClass: 'fd-shellbar__search-field-input',\n searchCategoryClass: 'fd-shellbar__search-field-category',\n searchSubmitClass: 'fd-shellbar__search-submit',\n buttonClass: 'fd-shellbar__button',\n addonClass: 'fd-shellbar__search-field-addon',\n categoryButtonClass: 'fd-shellbar__search-category',\n categoryDropdownButtonClass: 'fd-shellbar__search-dropdown',\n removeGroupButtonClass: true,\n helperClass: 'fd-shellbar__search-field-helper'\n };\n\n this._searchSubmitSubscription?.unsubscribe();\n\n this._searchSubmitSubscription = component.searchSubmit\n .pipe(takeUntilDestroyed(this._destroyRef))\n .subscribe((state) => {\n if (!state.text) {\n this._showMobileSearch = false;\n this._actions._setSearchVisibility(false);\n this._cd.detectChanges();\n }\n });\n\n if (shouldAttach) {\n this._placeSearch();\n }\n\n this._cd.detectChanges();\n }\n\n get searchComponent(): Nullable<SearchComponent> {\n return this._searchComponent;\n }\n\n /** @hidden */\n private _searchComponent: Nullable<SearchComponent>;\n\n /** @hidden */\n @ViewChild('shellbar')\n private readonly _shellbar: ElementRef<HTMLElement>;\n\n /** @hidden */\n get _hideTitleComponents(): boolean {\n return this._currentSize !== 'xl' && this._currentSize !== 'l' && this._showMobileSearch;\n }\n\n /** @hidden */\n get _hideAllComponents(): boolean {\n return this._currentSize === 's' && this._showMobileSearch;\n }\n\n /** @hidden */\n get _currentSize(): ShellbarSizes {\n return this._size || this._breakpointSize;\n }\n\n /** @hidden */\n private readonly _currentSize$ = new BehaviorSubject<ShellbarSizes>(this._currentSize);\n\n /** @hidden */\n _showMobileSearch = false;\n\n /** @hidden */\n private _size: ShellbarSizes | undefined;\n\n /** @hidden */\n private _breakpointSize: ShellbarSizes = 'm';\n\n /** @hidden */\n private readonly _cd = inject(ChangeDetectorRef);\n\n /** @hidden */\n private readonly _destroyRef = inject(DestroyRef);\n\n /** @hidden */\n private _breakpoints: NormalizedBreakpoint[] = this._normalizeBreakpoints({\n s: 0,\n m: 320,\n l: 600,\n xl: 1240\n });\n\n /** @hidden */\n private _searchSubmitSubscription: Nullable<Subscription>;\n\n /** @hidden */\n ngAfterContentInit(): void {\n this.applyShellbarModeToCombobox();\n this.applyShellbarModeToButtons();\n }\n\n /** @hidden */\n ngAfterViewInit(): void {\n resizeObservable(this._shellbar.nativeElement)\n .pipe(debounceTime(10), takeUntilDestroyed(this._destroyRef))\n .subscribe(() => this._setCurrentBreakpoint());\n\n this._setSearchComponentListeners();\n }\n\n /** @hidden */\n ngOnDestroy(): void {\n this._searchSubmitSubscription?.unsubscribe();\n this._searchPortalOutlet?.dispose();\n }\n\n /** @hidden */\n applyShellbarModeToCombobox(): void {\n if (this.comboboxComponent) {\n this.comboboxComponent.inShellbar = true;\n }\n }\n\n /** @hidden */\n applyShellbarModeToButtons(): void {\n this.buttons?.forEach((button) => {\n button.nativeElement.classList.add('fd-shellbar__button');\n });\n }\n\n /** @hidden */\n _closeMobileSearch(): void {\n this._showMobileSearch = false;\n this._actions._setSearchVisibility(false);\n this._cd.detectChanges();\n }\n\n /** @hidden */\n _getSideNavClass(): string {\n let retVal = ' ';\n\n if (this.sideNav && (this.sideNav as SideNavigationInterface).additionalShellbarCssClass) {\n retVal += (this.sideNav as SideNavigationInterface).additionalShellbarCssClass;\n }\n\n return retVal;\n }\n\n /** @hidden */\n private _setSearchComponentListeners(): void {\n this._actions?.searchOpen.pipe(takeUntilDestroyed(this._destroyRef)).subscribe((showSearch) => {\n this._showMobileSearch = showSearch;\n this._cd.detectChanges();\n if (this._currentSize !== 's') {\n return;\n }\n\n if (showSearch) {\n this._attachSearch(true);\n } else {\n this._detachSearch();\n }\n });\n this._currentSize$.pipe(distinctUntilChanged(), takeUntilDestroyed(this._destroyRef)).subscribe(() => {\n if (!this._searchPortal) {\n return;\n }\n\n this._placeSearch();\n });\n }\n\n private _placeSearch(): void {\n const size = this._currentSize$.value;\n\n if (size === 'xl' || (size === 's' && this._showMobileSearch)) {\n this._attachSearch();\n } else {\n this._detachSearch();\n }\n }\n\n /** @hidden */\n private _setCurrentBreakpoint(): void {\n const { width } = this._shellbar.nativeElement.getBoundingClientRect();\n\n const breakpoint = this._breakpoints.find((item) => width >= item.min && width < item.max + 1);\n\n if (!breakpoint || breakpoint.size === this._currentSize) {\n return;\n }\n\n this._breakpointSize = breakpoint.size;\n this._currentSize$.next(this._currentSize);\n this._cd.detectChanges();\n }\n\n /** @hidden */\n private _normalizeBreakpoints(breakpoints: Breakpoints): NormalizedBreakpoint[] {\n const keys = Object.keys(breakpoints) as ShellbarSizes[];\n const normalizedBreakpoints: NormalizedBreakpoint[] = [];\n\n keys.forEach((key, index) => {\n const breakpoint: NormalizedBreakpoint = {\n size: key,\n min: breakpoints[key],\n max: keys[index + 1] ? breakpoints[keys[index + 1]] : Infinity\n };\n\n normalizedBreakpoints.push(breakpoint);\n });\n\n return normalizedBreakpoints;\n }\n\n /** @hidden */\n private _attachSearch(shouldFocus = false): void {\n if (this._searchPortalOutlet?.hasAttached()) {\n return;\n }\n\n this._actions._detachSearch();\n this._searchPortalOutlet?.attach(this._searchPortal);\n\n if (shouldFocus) {\n this._searchComponent?.focus();\n }\n }\n\n /** @hidden */\n private _detachSearch(): void {\n if (!this._searchPortalOutlet?.hasAttached()) {\n this._actions._attachSearch(this._searchPortal, this._searchComponent, this._currentSize);\n return;\n }\n\n this._searchPortalOutlet.detach();\n\n this._actions._attachSearch(this._searchPortal, this._searchComponent, this._currentSize);\n }\n}\n","<div\n class=\"fd-shellbar\"\n [class]=\"'fd-shellbar--' + _currentSize + _getSideNavClass()\"\n [class.fd-shellbar--side-nav]=\"sideNav === true\"\n #shellbar\n>\n @if (!_hideAllComponents) {\n <div\n class=\"fd-shellbar__group fd-shellbar__group--product\"\n [class.fd-shellbar__group--shrink]=\"groupFlex?.product?.shrink\"\n [class.fd-shellbar__group--basis-auto]=\"groupFlex?.product?.flexBasisAuto\"\n >\n <ng-content select=\"[fd-shellbar-side-nav]\"></ng-content>\n <ng-content select=\"fd-shellbar-logo\"></ng-content>\n @if (!_hideTitleComponents) {\n <ng-content select=\"fd-shellbar-title\"></ng-content>\n <div class=\"fd-shellbar__product\">\n <ng-content select=\"fd-product-menu\"></ng-content>\n </div>\n <ng-content select=\"fd-shellbar-subtitle\"></ng-content>\n }\n </div>\n }\n <div hidden>\n <ng-content></ng-content>\n </div>\n @if (searchComponent) {\n <div\n class=\"fd-shellbar__group fd-shellbar__group--center fd-shellbar__group--mobile-flex\"\n [class.fd-shellbar__group--shrink]=\"groupFlex?.search?.shrink\"\n [class.fd-shellbar__group--basis-auto]=\"groupFlex?.search?.flexBasisAuto\"\n >\n <div class=\"fd-shellbar__action fd-shellbar__action--grow\">\n <ng-container cdkPortalOutlet #searchPortalOutlet></ng-container>\n </div>\n @if (_currentSize === 'xl' || _hideAllComponents) {\n <div class=\"fd-shellbar__action fd-shellbar__action--mobile fd-shellbar__action--shrink\">\n <button class=\"fd-button fd-button--transparent\" (click)=\"_closeMobileSearch()\">\n {{ 'coreShellbar.cancel' | fdTranslate }}\n </button>\n </div>\n }\n </div>\n }\n @if (!_hideAllComponents) {\n <ng-content select=\"fd-shellbar-actions\"></ng-content>\n }\n</div>\n","import { NgModule } from '@angular/core';\nimport { ProductMenuComponent } from './product-menu/product-menu.component';\nimport { ShellbarComponent } from './shellbar.component';\n\nimport { ShellbarActionComponent } from './shellbar-action/shellbar-action.component';\nimport { ShellbarActionsComponent } from './shellbar-actions/shellbar-actions.component';\nimport { ShellbarLogoComponent } from './shellbar-logo/shellbar-logo.component';\nimport { ShellbarSubtitleComponent } from './shellbar-subtitle/shellbar-subtitle.component';\nimport { ShellbarTitleComponent } from './shellbar-title/shellbar-title.component';\n\nimport { ContentDensityModule } from '@fundamental-ngx/core/content-density';\nimport { ShellbarActionsMobileComponent } from './shellbar-actions-mobile/shellbar-actions-mobile.component';\nimport { ShellbarSidenavDirective } from './shellbar-sidenav.directive';\nimport { ShellbarUserMenuComponent } from './user-menu/shellbar-user-menu.component';\n\n@NgModule({\n imports: [\n ShellbarComponent,\n ProductMenuComponent,\n ShellbarSubtitleComponent,\n ShellbarActionsComponent,\n ShellbarActionsMobileComponent,\n ShellbarActionComponent,\n ShellbarLogoComponent,\n ShellbarTitleComponent,\n ShellbarUserMenuComponent,\n ShellbarSidenavDirective\n ],\n exports: [\n ShellbarComponent,\n ProductMenuComponent,\n ShellbarSubtitleComponent,\n ShellbarActionsComponent,\n ShellbarActionsMobileComponent,\n ShellbarActionComponent,\n ShellbarLogoComponent,\n ShellbarTitleComponent,\n ShellbarUserMenuComponent,\n ShellbarSidenavDirective,\n ContentDensityModule\n ]\n})\nexport class ShellbarModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1"],"mappings":"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"}
1
+ {"version":3,"file":"fundamental-ngx-core-shellbar.mjs","sources":["../../../../libs/core/shellbar/product-menu/product-menu.component.ts","../../../../libs/core/shellbar/product-menu/product-menu.component.html","../../../../libs/core/shellbar/tokens.ts","../../../../libs/core/shellbar/shellbar-action/shellbar-action.component.ts","../../../../libs/core/shellbar/shellbar-action/shellbar-action.component.html","../../../../libs/core/shellbar/shellbar-actions-mobile/shellbar-actions-mobile.component.ts","../../../../libs/core/shellbar/shellbar-actions-mobile/shellbar-actions-mobile.component.html","../../../../libs/core/shellbar/user-menu/shellbar-user-menu.component.ts","../../../../libs/core/shellbar/user-menu/shellbar-user-menu.component.html","../../../../libs/core/shellbar/shellbar-actions/shellbar-actions.component.ts","../../../../libs/core/shellbar/shellbar-actions/shellbar-actions.component.html","../../../../libs/core/shellbar/shellbar-logo/shellbar-logo.component.ts","../../../../libs/core/shellbar/shellbar-sidenav.directive.ts","../../../../libs/core/shellbar/shellbar-subtitle/shellbar-subtitle.component.ts","../../../../libs/core/shellbar/shellbar-subtitle/shellbar-subtitle.component.html","../../../../libs/core/shellbar/shellbar-title/shellbar-title.component.ts","../../../../libs/core/shellbar/shellbar-title/shellbar-title.component.html","../../../../libs/core/shellbar/shellbar.component.ts","../../../../libs/core/shellbar/shellbar.component.html","../../../../libs/core/shellbar/shellbar.module.ts","../../../../libs/core/shellbar/fundamental-ngx-core-shellbar.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Input, ViewChild, ViewEncapsulation } from '@angular/core';\nimport { Nullable } from '@fundamental-ngx/cdk/utils';\nimport { ButtonComponent } from '@fundamental-ngx/core/button';\nimport { ContentDensityDirective } from '@fundamental-ngx/core/content-density';\nimport { IconComponent } from '@fundamental-ngx/core/icon';\nimport { MenuComponent, MenuModule } from '@fundamental-ngx/core/menu';\nimport { Placement, PopoverFillMode } from '@fundamental-ngx/core/shared';\nimport { ShellbarMenuItem } from '../model/shellbar-menu-item';\n\n/**\n * The component that represents a product menu.\n * Product menu is used for navigating to applications within the product.\n * ```html\n * <fd-product-menu [control]=\"productMenuControl\"\n * [items]=\"productMenuItems\">\n * </fd-product-menu>\n * ```\n */\n@Component({\n selector: 'fd-product-menu',\n templateUrl: './product-menu.component.html',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [ButtonComponent, ContentDensityDirective, MenuModule, IconComponent]\n})\nexport class ProductMenuComponent {\n /** Whether the popover should close when the escape key is pressed. */\n @Input()\n closeOnEscapeKey = true;\n\n /** Whether the popover should close when a click is made outside its boundaries. */\n @Input()\n closeOnOutsideClick = true;\n\n /** The trigger events that will open/close the popover.\n * Accepts any [HTML DOM Events](https://www.w3schools.com/jsref/dom_obj_event.asp). */\n @Input()\n triggers: string[] = ['click'];\n\n /** The placement of the popover. It can be one of: top, top-start, top-end, bottom,\n * bottom-start, bottom-end, right, right-start, right-end, left, left-start, left-end. */\n @Input()\n placement: Placement = 'bottom-end';\n\n /** Whether the popover is disabled. */\n @Input()\n disabled = false;\n\n /**\n * Preset options for the popover body width.\n * * `at-least` will apply a minimum width to the body equivalent to the width of the control.\n * * `equal` will apply a width to the body equivalent to the width of the control.\n * * Leave blank for no effect.\n */\n @Input()\n fillControlMode: Nullable<PopoverFillMode>;\n\n /**\n * The control element to toggle the product menu,\n * represented by the name of the current application.\n */\n @Input()\n control: string;\n\n /**\n * The items in the product menu. If the value is not passed or there is empty array,\n * the template changes and shows only control\n */\n @Input()\n items: ShellbarMenuItem[];\n\n /** When set to true, popover list will be closed after selecting the option */\n @Input()\n closePopoverOnSelect = false;\n\n /** @hidden */\n @ViewChild(MenuComponent)\n menu: MenuComponent;\n\n /** @hidden */\n itemClicked(item: ShellbarMenuItem, event: MouseEvent): void {\n if (this.closePopoverOnSelect) {\n this.menu.close();\n }\n if (item.callback) {\n item.callback(event);\n }\n }\n}\n","@if (items && items.length > 0) {\n <button\n fd-button\n fdType=\"transparent\"\n class=\"fd-shellbar__button fd-shellbar__button--menu\"\n glyph=\"slim-arrow-down\"\n glyphPosition=\"after\"\n fdCozy\n [disabled]=\"disabled\"\n [fdMenuTrigger]=\"menu\"\n >\n <span class=\"fd-shellbar__title\">{{ control }}</span>\n </button>\n <fd-menu\n #menu\n [placement]=\"placement\"\n [triggers]=\"triggers\"\n [fillControlMode]=\"fillControlMode\"\n [closeOnEscapeKey]=\"closeOnEscapeKey\"\n [closeOnOutsideClick]=\"closeOnOutsideClick\"\n >\n @for (item of items; track item) {\n <li (click)=\"itemClicked(item, $event)\" fd-menu-item>\n <a\n [attr.href]=\"item.link ? item.link : null\"\n [attr.target]=\"item.newTab ? '_blank' : null\"\n fd-menu-interactive\n >\n <span fd-menu-title>{{ item.name }}</span>\n @if (item.glyph) {\n <fd-icon fd-menu-addon position=\"after\" [glyph]=\"item.glyph\"></fd-icon>\n }\n </a>\n </li>\n }\n </fd-menu>\n} @else {\n <span class=\"fd-shellbar__title fd-product-menu__title\">\n {{ control }}\n </span>\n}\n","import { InjectionToken } from '@angular/core';\nimport { SearchComponent } from '@fundamental-ngx/core/shared';\nimport { Shellbar } from './model/shellbar';\n\nexport const FD_SHELLBAR_SEARCH_CONFIG = new InjectionToken('FdShellbarSearchConfig');\n\nexport const FD_SHELLBAR_SEARCH_COMPONENT = new InjectionToken<SearchComponent>('FdShellbarSearchComponent');\n\nexport const FD_SHELLBAR_ACTION_COMPONENT = new InjectionToken('FdShellbarActionComponent');\n\nexport const FD_SHELLBAR_COMPONENT = new InjectionToken<Shellbar>('FdShellbarComponent');\n","import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation } from '@angular/core';\nimport { Nullable } from '@fundamental-ngx/cdk/utils';\nimport { ButtonComponent } from '@fundamental-ngx/core/button';\nimport { ContentDensityDirective } from '@fundamental-ngx/core/content-density';\nimport { FD_DEFAULT_ICON_FONT_FAMILY, IconFont } from '@fundamental-ngx/core/icon';\nimport { FD_SHELLBAR_ACTION_COMPONENT } from '../tokens';\n\n/**\n * The component that represents a shellbar action.\n * ```html\n * <fd-shellbar-action *ngFor=\"let action of actions\"\n * [glyph]=\"action.glyph\"\n * [callback]=\"action.callback\"\n * [label]=\"action.label\"\n * [notificationCount]=\"action.notificationCount\"\n * [notificationLabel]=\"action.notificationLabel\">\n * </fd-shellbar-action>\n * ```\n */\n@Component({\n selector: 'fd-shellbar-action',\n templateUrl: './shellbar-action.component.html',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: FD_SHELLBAR_ACTION_COMPONENT,\n useExisting: ShellbarActionComponent\n }\n ],\n standalone: true,\n imports: [ButtonComponent, ContentDensityDirective]\n})\nexport class ShellbarActionComponent {\n /** The glyph (icon) name */\n @Input()\n glyph: string;\n\n /** Glyph font family */\n @Input()\n glyphFont: IconFont = FD_DEFAULT_ICON_FONT_FAMILY;\n\n /** Callback that hanldles the response to clicks on any of the actions. */\n @Input()\n callback: Nullable<(event: MouseEvent) => void>;\n\n /** The action label. */\n @Input()\n label: string;\n\n /** The notification label. */\n @Input()\n notificationLabel: string;\n\n /** Represents the number of notifications. */\n @Input()\n notificationCount: number;\n}\n","<div class=\"fd-shellbar__action fd-shellbar__action--desktop\">\n <button\n fd-button\n fdType=\"transparent\"\n class=\"fd-shellbar__button\"\n fdCozy\n [glyph]=\"glyph\"\n [glyphFont]=\"glyphFont\"\n (click)=\"callback ? callback($event) : ''\"\n >\n @if (notificationCount) {\n <span class=\"fd-button__badge\" [attr.aria-label]=\"notificationLabel\">\n {{ notificationCount }}\n </span>\n }\n </button>\n</div>\n","import {\n AfterContentChecked,\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n Input,\n Output,\n QueryList,\n ViewEncapsulation\n} from '@angular/core';\nimport { ActionSheetModule } from '@fundamental-ngx/core/action-sheet';\nimport { ButtonComponent } from '@fundamental-ngx/core/button';\nimport { FdTranslatePipe } from '@fundamental-ngx/i18n';\nimport { ShellbarActionComponent } from '../shellbar-action/shellbar-action.component';\n\n@Component({\n selector: 'fd-shellbar-actions-mobile',\n templateUrl: './shellbar-actions-mobile.component.html',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [ActionSheetModule, ButtonComponent, FdTranslatePipe]\n})\nexport class ShellbarActionsMobileComponent implements AfterContentChecked {\n /** @hidden */\n @Input()\n shellbarActions: QueryList<ShellbarActionComponent>;\n\n /**\n * Whether the search is present in the shellbar.\n */\n @Input()\n searchExists = false;\n\n /** @hidden */\n @Output()\n showSearch = new EventEmitter<void>();\n\n /** @hidden */\n totalNotifications: number;\n\n /** @hidden */\n actionClicked(item: ShellbarActionComponent, event: MouseEvent): void {\n if (item.callback) {\n item.callback(event);\n }\n }\n\n /** @hidden */\n ngAfterContentChecked(): void {\n this.totalNotifications = 0;\n\n this.shellbarActions?.forEach((action) => {\n if (action.notificationCount && typeof action.notificationCount === 'number') {\n this.totalNotifications = this.totalNotifications + action.notificationCount;\n }\n });\n }\n}\n","<div class=\"fd-shellbar-collapse\">\n <fd-action-sheet placement=\"bottom-end\" #actionSheet>\n <fd-action-sheet-control>\n <button\n fd-button\n fdType=\"transparent\"\n glyph=\"overflow\"\n class=\"fd-shellbar__button\"\n [attr.aria-label]=\"'coreShellbar.collapsedItemMenuLabel' | fdTranslate\"\n >\n @if (totalNotifications) {\n <span class=\"fd-button__badge\">\n {{ totalNotifications }}\n </span>\n }\n </button>\n </fd-action-sheet-control>\n <fd-action-sheet-body>\n @if (searchExists) {\n <li\n fd-action-sheet-item\n tabindex=\"-1\"\n glyph=\"search\"\n [label]=\"'coreShellbar.search' | fdTranslate\"\n (click)=\"showSearch.emit(); actionSheet.close()\"\n ></li>\n }\n @for (action of shellbarActions; track action) {\n <li\n fd-action-sheet-item\n tabindex=\"-1\"\n [glyph]=\"action.glyph\"\n [label]=\"action.label\"\n (click)=\"actionClicked(action, $event)\"\n >\n @if (action.notificationCount) {\n <span class=\"fd-button__badge\">{{ action.notificationCount }}</span>\n }\n </li>\n }\n </fd-action-sheet-body>\n </fd-action-sheet>\n</div>\n","import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, ViewChild } from '@angular/core';\nimport { Nullable } from '@fundamental-ngx/cdk/utils';\nimport { AvatarComponent } from '@fundamental-ngx/core/avatar';\nimport { ButtonComponent } from '@fundamental-ngx/core/button';\nimport { MenuComponent, MenuModule } from '@fundamental-ngx/core/menu';\nimport { Placement, PopoverFillMode } from '@fundamental-ngx/core/shared';\nimport { ShellbarUser } from '../model/shellbar-user';\nimport { ShellbarUserMenu } from '../model/shellbar-user-menu';\n\n/**\n * This Component extends popover component and passes all the options and events from outside to popover component\n * and Vice Versa\n * */\n@Component({\n selector: 'fd-shellbar-user-menu',\n templateUrl: './shellbar-user-menu.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n imports: [ButtonComponent, MenuModule, AvatarComponent]\n})\nexport class ShellbarUserMenuComponent {\n /** The user data. */\n @Input()\n user: ShellbarUser;\n\n /** The user menu data. */\n @Input()\n userMenu: ShellbarUserMenu[];\n\n /**\n * Preset options for the popover body width.\n * * `at-least` will apply a minimum width to the body equivalent to the width of the control.\n * * `equal` will apply a width to the body equivalent to the width of the control.\n * * Leave blank for no effect.\n */\n @Input()\n fillControlMode: Nullable<PopoverFillMode>;\n\n /** The placement of the popover. It can be one of: top, top-start, top-end, bottom,\n * bottom-start, bottom-end, right, right-start, right-end, left, left-start, left-end. */\n @Input()\n placement: Placement = 'bottom-end';\n\n /** The trigger events that will open/close the popover.\n * Accepts any [HTML DOM Events](https://www.w3schools.com/jsref/dom_obj_event.asp). */\n @Input()\n triggers: string[] = ['click'];\n\n /** Whether the popover should close when the escape key is pressed. */\n @Input()\n closeOnEscapeKey = true;\n\n /** Whether the popover should close when a click is made outside its boundaries. */\n @Input()\n closeOnOutsideClick = true;\n\n /** Whether the popover is disabled. */\n @Input()\n disabled = false;\n\n /** Whether or not to show the popover arrow */\n @Input()\n noArrow = false;\n\n /** Event emitted on item click */\n @Output()\n itemClicked: EventEmitter<void> = new EventEmitter<void>();\n\n /** Reference to Menu Component */\n @ViewChild(MenuComponent)\n menu: MenuComponent;\n\n /**\n * @hidden\n */\n itemClick(item: ShellbarUserMenu, event: MouseEvent): void {\n this.itemClicked.emit();\n if (item.callback) {\n item.callback(event);\n }\n }\n}\n","@if (user) {\n <div class=\"fd-shellbar__action fd-shellbar__action--show-always\">\n <div class=\"fd-user-menu\">\n <button\n fd-button\n fdType=\"transparent\"\n class=\"fd-shellbar__button fd-shellbar__button--user-menu\"\n [disabled]=\"disabled\"\n [fdMenuTrigger]=\"menu\"\n >\n @if (!user.image) {\n <fd-avatar size=\"xs\" [colorAccent]=\"user.colorAccent\" [circle]=\"true\" label=\"{{ user.fullName }}\">\n </fd-avatar>\n } @else {\n <fd-avatar\n [colorAccent]=\"user.colorAccent\"\n [circle]=\"true\"\n size=\"xs\"\n image=\"{{ user.image }}\"\n ></fd-avatar>\n }\n </button>\n @if (userMenu) {\n <fd-menu\n #menu\n [triggers]=\"triggers\"\n [placement]=\"placement\"\n [fillControlMode]=\"fillControlMode\"\n [closeOnEscapeKey]=\"closeOnEscapeKey\"\n [noArrow]=\"noArrow\"\n [closeOnOutsideClick]=\"closeOnOutsideClick\"\n >\n @for (item of userMenu; track item) {\n <li fd-menu-item (click)=\"itemClick(item, $event)\">\n <div fd-menu-interactive>\n <span fd-menu-title>{{ item.text }}</span>\n </div>\n </li>\n }\n </fd-menu>\n }\n </div>\n </div>\n}\n","import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ContentChild,\n ContentChildren,\n EventEmitter,\n HostBinding,\n Input,\n OnDestroy,\n Output,\n QueryList,\n ViewChild,\n ViewEncapsulation,\n inject\n} from '@angular/core';\n\nimport { ComboboxInterface, FD_COMBOBOX_COMPONENT } from '@fundamental-ngx/core/combobox';\nimport { FD_PRODUCT_SWITCH_COMPONENT, ProductSwitchComponent } from '@fundamental-ngx/core/product-switch';\n\nimport { CdkPortalOutlet, DomPortal, PortalModule } from '@angular/cdk/portal';\nimport { Nullable } from '@fundamental-ngx/cdk/utils';\nimport { SearchComponent } from '@fundamental-ngx/core/shared';\nimport { ShellbarSizes } from '../model/shellbar-sizes';\nimport { ShellbarUser } from '../model/shellbar-user';\nimport { ShellbarUserMenu } from '../model/shellbar-user-menu';\nimport { ShellbarActionComponent } from '../shellbar-action/shellbar-action.component';\nimport { ShellbarActionsMobileComponent } from '../shellbar-actions-mobile/shellbar-actions-mobile.component';\nimport { FD_SHELLBAR_ACTION_COMPONENT, FD_SHELLBAR_COMPONENT } from '../tokens';\nimport { ShellbarUserMenuComponent } from '../user-menu/shellbar-user-menu.component';\n\n/**\n * The component that represents shellbar actions.\n * It is a container wrapper for all product actions and links (required element).\n * ```html\n * <fd-shellbar-actions [user]=\"user\"\n * [userMenu]=\"userMenu\"\n * [productSwitcher]=\"productSwitcher\">\n * <button fd-button fdType=\"standard\">Custom Button</button>\n *\n * <fd-shellbar-action *ngFor=\"let action of actions\"\n * [glyph]=\"action.glyph\"\n * [callback]=\"action.callback\"\n * [label]=\"action.label\"\n * [notificationCount]=\"action.notificationCount\"\n * [notificationLabel]=\"action.notificationLabel\">\n * </fd-shellbar-action>\n * </fd-shellbar-actions>\n * ```\n */\n\n@Component({\n selector: 'fd-shellbar-actions',\n templateUrl: './shellbar-actions.component.html',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {\n '[class.fd-shellbar__group]': 'true',\n '[class.fd-shellbar__group--actions]': 'true'\n },\n standalone: true,\n imports: [PortalModule, ShellbarActionsMobileComponent, ShellbarActionComponent, ShellbarUserMenuComponent]\n})\nexport class ShellbarActionsComponent implements OnDestroy {\n /** The user data. */\n @Input()\n user: ShellbarUser;\n\n /** The user menu data. */\n @Input()\n userMenu: ShellbarUserMenu[];\n\n /** When set to true, popover list will be closed after selecting the option */\n @Input()\n closePopoverOnSelect = false;\n\n /**\n * Event emitted when search opened.\n */\n @Output()\n searchOpen = new EventEmitter<boolean>();\n\n /** @hidden */\n @ContentChildren(FD_SHELLBAR_ACTION_COMPONENT)\n shellbarActions: QueryList<ShellbarActionComponent>;\n\n /** @hidden */\n @ContentChild(ShellbarUserMenuComponent)\n userComponent: ShellbarUserMenuComponent;\n\n /** @hidden */\n @ViewChild(ShellbarUserMenuComponent)\n userComponentView: ShellbarUserMenuComponent;\n\n /** @hidden */\n @ContentChild(FD_COMBOBOX_COMPONENT)\n comboboxComponent: ComboboxInterface;\n\n /** @hidden */\n @ContentChild(FD_PRODUCT_SWITCH_COMPONENT, { static: false })\n productSwitchComponent: ProductSwitchComponent;\n\n /** @hidden */\n @ViewChild(CdkPortalOutlet)\n _portalOutlet: Nullable<CdkPortalOutlet>;\n\n /** @hidden */\n _addSearchIcon = false;\n\n /** @hidden */\n _searchPortal: DomPortal;\n\n /**\n * Whether to show the search field.\n */\n showSearch = false;\n\n /** @hidden */\n currentSize: ShellbarSizes;\n\n /** @hidden */\n private readonly _cd = inject(ChangeDetectorRef);\n\n /** @hidden */\n private readonly _shellbar = inject(FD_SHELLBAR_COMPONENT, {\n optional: true\n });\n\n /** @hidden */\n @HostBinding('class.fd-shellbar__group--shrink')\n private get _groupShrink(): boolean {\n return !!this._shellbar?.groupFlex?.actions?.shrink;\n }\n\n /** @hidden */\n @HostBinding('class.fd-shellbar__group--basis-auto')\n private get _groupBasisAuto(): boolean {\n return !!this._shellbar?.groupFlex?.actions?.flexBasisAuto;\n }\n\n /** @hidden */\n private _searchComponent: Nullable<SearchComponent>;\n\n /** @hidden */\n _toggleSearch: () => void = () => {\n this._setSearchVisibility(!this.showSearch);\n };\n\n /** @hidden */\n public get userItem(): ShellbarUser {\n if (this.userComponent) {\n return this.userComponent.user;\n } else {\n return this.user;\n }\n }\n\n /** @hidden */\n ngOnDestroy(): void {\n this._portalOutlet?.dispose();\n }\n\n /** @hidden */\n _attachSearch(portal: DomPortal, searchComponent: Nullable<SearchComponent>, size: ShellbarSizes): void {\n this._searchPortal = portal;\n this._addSearchIcon = true;\n this.currentSize = size;\n this._searchComponent = searchComponent;\n this._toggleSearchPortal(this.showSearch);\n this._cd.detectChanges();\n }\n\n /** @hidden */\n _detachSearch(): void {\n if (this._portalOutlet?.hasAttached()) {\n this._portalOutlet.detach();\n }\n\n this._addSearchIcon = false;\n\n this._cd.detectChanges();\n }\n\n /** @hidden */\n _triggerItems(): void {\n if (!this.closePopoverOnSelect) {\n return;\n }\n this.userComponentView?.menu.close();\n this.userComponent?.menu.close();\n }\n\n /** @hidden */\n _setSearchVisibility(visible: boolean): void {\n this.showSearch = visible;\n this.searchOpen.emit(this.showSearch);\n\n if (this.currentSize === 's') {\n return;\n }\n\n this._toggleSearchPortal(visible, visible);\n }\n\n /** @hidden */\n private _toggleSearchPortal(visible: boolean, focusSearch = false): void {\n if (visible) {\n this._portalOutlet?.detach();\n this._portalOutlet?.attach(this._searchPortal);\n } else {\n this._portalOutlet?.detach();\n }\n this._cd.detectChanges();\n if (focusSearch) {\n this._searchComponent?.focus();\n }\n }\n}\n","@if (comboboxComponent) {\n <div class=\"fd-shellbar__action fd-shellbar__action--desktop\">\n <ng-content select=\"fd-combobox\"></ng-content>\n </div>\n}\n<!-- If portal outlet placed outside div, it will be added to the end of the root container. So this div actually keeps outlet in desired place. -->\n<div class=\"fd-shellbar__action\" cdkPortalOutlet></div>\n<div class=\"fd-shellbar__action fd-shellbar__action--mobile\">\n <fd-shellbar-actions-mobile\n [shellbarActions]=\"shellbarActions\"\n [searchExists]=\"!!_searchPortal\"\n (showSearch)=\"_toggleSearch()\"\n ></fd-shellbar-actions-mobile>\n</div>\n<div class=\"fd-shellbar__action fd-shellbar__action--desktop\">\n <ng-content></ng-content>\n</div>\n@if (_addSearchIcon && !showSearch) {\n <fd-shellbar-action glyph=\"search\" [callback]=\"_toggleSearch\"></fd-shellbar-action>\n}\n<ng-content select=\"fd-shellbar-action\"></ng-content>\n@if (userItem) {\n @if (!userComponent) {\n <fd-shellbar-user-menu\n placement=\"bottom-end\"\n [user]=\"user\"\n [userMenu]=\"userMenu\"\n (itemClicked)=\"_triggerItems()\"\n ></fd-shellbar-user-menu>\n }\n @if (userComponent) {\n <ng-content select=\"fd-shellbar-user-menu\"></ng-content>\n }\n}\n@if (productSwitchComponent) {\n <div class=\"fd-shellbar__action\">\n <ng-content select=\"fd-product-switch\"></ng-content>\n </div>\n}\n","import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';\n\n/**\n * The component that represents a shellbar logo.\n * The logo is a required element and is used for company branding.\n * ```html\n * <fd-shellbar-logo>\n * <a href=\"#\" class=\"fd-shellbar__logo fd-shellbar__logo--image-replaced\" aria-label=\"SAP\"></a>\n * </fd-shellbar-logo>\n * ```\n */\n@Component({\n selector: 'fd-shellbar-logo',\n template: `<ng-content></ng-content>`,\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true\n})\nexport class ShellbarLogoComponent {}\n","import { Directive } from '@angular/core';\n\n@Directive({\n selector: '[fdShellbarSidenav], [fd-shellbar-side-nav]',\n host: {\n class: 'fd-shellbar__button'\n },\n standalone: true\n})\nexport class ShellbarSidenavDirective {}\n","import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';\n\n/**\n * The component that represents a shellbar subtitle.\n * The subtitle is optional and should be used rarely.\n * ```html\n * <fd-shellbar-subtitle>\n * Corporate Portal\n * </fd-shellbar-subtitle>\n * ```\n */\n@Component({\n selector: 'fd-shellbar-subtitle',\n templateUrl: './shellbar-subtitle.component.html',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n styles: [\n `\n fd-shellbar-subtitle {\n display: flex;\n }\n `\n ],\n standalone: true\n})\nexport class ShellbarSubtitleComponent {}\n","<div class=\"fd-shellbar__subtitle\">\n <ng-content></ng-content>\n</div>\n","import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';\n\n/**\n * The component that represents a shellbar title.\n * The title is a required element and displays the current application name.\n * ```html\n * <fd-shellbar-title>\n * Corporate Portal\n * </fd-shellbar-title>\n * ```\n */\n@Component({\n selector: 'fd-shellbar-title',\n templateUrl: './shellbar-title.component.html',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true\n})\nexport class ShellbarTitleComponent {}\n","<span class=\"fd-shellbar__title\">\n <ng-content></ng-content>\n</span>\n","import { CdkPortalOutlet, DomPortal, PortalModule } from '@angular/cdk/portal';\nimport {\n AfterContentInit,\n AfterViewInit,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ContentChild,\n ContentChildren,\n DestroyRef,\n ElementRef,\n Input,\n OnDestroy,\n QueryList,\n ViewChild,\n ViewEncapsulation,\n inject\n} from '@angular/core';\nimport { takeUntilDestroyed } from '@angular/core/rxjs-interop';\nimport { Nullable, resizeObservable } from '@fundamental-ngx/cdk/utils';\nimport { FD_BUTTON_COMPONENT } from '@fundamental-ngx/core/button';\nimport { ComboboxInterface, FD_COMBOBOX_COMPONENT } from '@fundamental-ngx/core/combobox';\nimport { ContentDensityMode, contentDensityObserverProviders } from '@fundamental-ngx/core/content-density';\nimport { SearchComponent } from '@fundamental-ngx/core/shared';\nimport { SideNavigationInterface } from '@fundamental-ngx/core/side-navigation';\nimport { FdTranslatePipe } from '@fundamental-ngx/i18n';\nimport equal from 'fast-deep-equal';\nimport { BehaviorSubject, Subscription, debounceTime, distinctUntilChanged } from 'rxjs';\nimport { Breakpoints, NormalizedBreakpoint, ShellbarGroupFlexOptions, ShellbarSizes } from './model/shellbar-sizes';\nimport { ShellbarActionsComponent } from './shellbar-actions/shellbar-actions.component';\nimport { FD_SHELLBAR_COMPONENT, FD_SHELLBAR_SEARCH_COMPONENT } from './tokens';\n\n/**\n * The shellbar offers consistent, responsive navigation across all products and applications.\n * Includes support for branding, product navigation, search, notifications, and user settings.\n * Shellbar is a composite component comprised of mandatory and optional elements.\n */\n@Component({\n selector: 'fd-shellbar',\n templateUrl: './shellbar.component.html',\n styleUrl: './shellbar.component.scss',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n contentDensityObserverProviders({\n supportedContentDensity: [ContentDensityMode.COZY],\n restrictChildContentDensity: true\n }),\n {\n provide: FD_SHELLBAR_COMPONENT,\n useExisting: ShellbarComponent\n }\n ],\n standalone: true,\n imports: [PortalModule, FdTranslatePipe]\n})\nexport class ShellbarComponent implements AfterContentInit, AfterViewInit, OnDestroy {\n /** Size of Shellbar component 's' | 'm' | 'l' | 'xl' */\n @Input()\n set size(value: ShellbarSizes | undefined) {\n this._size = value;\n this._currentSize$.next(this._currentSize);\n }\n get size(): ShellbarSizes | undefined {\n return this._size;\n }\n\n /**\n * Responsive breakpoints.\n */\n @Input()\n set breakpoints(breakpoints: Breakpoints) {\n this._breakpoints = this._normalizeBreakpoints(breakpoints);\n this._setCurrentBreakpoint();\n }\n\n /**\n * Whether the Shellbar is used with Side Navigation.\n * When set to true, the responsive paddings are not applied.\n * Can also accept a template variable referring to a SideNavigationInterface (fd-side-nav or fdx-side-nav), and\n * will add the corresponding class.\n */\n @Input()\n sideNav: boolean | SideNavigationInterface = false;\n\n /**\n * Shellbar group flex configuration.\n */\n @Input()\n set groupFlex(value: Nullable<ShellbarGroupFlexOptions>) {\n if (equal(value, this._groupFlex)) {\n return;\n }\n\n this._groupFlex = value;\n this._cd.detectChanges();\n }\n\n get groupFlex(): Nullable<ShellbarGroupFlexOptions> {\n return this._groupFlex;\n }\n\n /** @hidden */\n @ContentChild(FD_COMBOBOX_COMPONENT, { static: false })\n comboboxComponent: ComboboxInterface;\n\n /** @hidden */\n @ContentChildren(FD_BUTTON_COMPONENT, { read: ElementRef })\n buttons: QueryList<ElementRef>;\n\n /**\n * Search component placed inside the shellbar\n */\n @ContentChild(FD_SHELLBAR_SEARCH_COMPONENT, { descendants: true, static: false })\n set searchComponent(component: Nullable<SearchComponent>) {\n const shouldAttach = !this._searchComponent && !!component;\n this._searchComponent = component;\n if (!component) {\n this._searchPortal?.detach();\n return;\n }\n\n if (this._searchPortal?.isAttached) {\n this._searchPortal.detach();\n }\n\n this._searchPortal = new DomPortal(component.elementRef.nativeElement);\n component.categoryMode = 'select';\n component.disableRefresh = true;\n component.forceSearchButton = true;\n component.appearance = {\n searchClass: 'fd-shellbar__search-field',\n searchFieldClass: 'fd-shellbar__search-field-input',\n searchCategoryClass: 'fd-shellbar__search-field-category',\n searchSubmitClass: 'fd-shellbar__search-submit',\n buttonClass: 'fd-shellbar__button',\n addonClass: 'fd-shellbar__search-field-addon',\n categoryButtonClass: 'fd-shellbar__search-category',\n categoryDropdownButtonClass: 'fd-shellbar__search-dropdown',\n removeGroupButtonClass: true,\n helperClass: 'fd-shellbar__search-field-helper'\n };\n\n this._searchSubmitSubscription?.unsubscribe();\n\n this._searchSubmitSubscription = component.searchSubmit\n .pipe(takeUntilDestroyed(this._destroyRef))\n .subscribe((state) => {\n if (!state.text) {\n this._showMobileSearch = false;\n this._actions._setSearchVisibility(false);\n this._cd.detectChanges();\n }\n });\n\n if (shouldAttach) {\n this._placeSearch();\n }\n\n this._cd.detectChanges();\n }\n\n get searchComponent(): Nullable<SearchComponent> {\n return this._searchComponent;\n }\n\n /** @hidden */\n @ContentChild(ShellbarActionsComponent)\n private _actions: ShellbarActionsComponent;\n\n /** @hidden */\n @ViewChild('searchPortalOutlet', { static: false, read: CdkPortalOutlet })\n private readonly _searchPortalOutlet: CdkPortalOutlet;\n\n /** @hidden */\n @ViewChild('shellbar')\n private readonly _shellbar: ElementRef<HTMLElement>;\n\n /** @hidden */\n get _hideTitleComponents(): boolean {\n return this._currentSize !== 'xl' && this._currentSize !== 'l' && this._showMobileSearch;\n }\n\n /** @hidden */\n get _hideAllComponents(): boolean {\n return this._currentSize === 's' && this._showMobileSearch;\n }\n\n /** @hidden */\n get _currentSize(): ShellbarSizes {\n return this._size || this._breakpointSize;\n }\n\n /** @hidden */\n _showMobileSearch = false;\n\n /** @hidden */\n private _groupFlex: Nullable<ShellbarGroupFlexOptions>;\n\n /** @hidden */\n private _searchPortal: DomPortal;\n\n /** @hidden */\n private _searchComponent: Nullable<SearchComponent>;\n\n /** @hidden */\n private readonly _currentSize$ = new BehaviorSubject<ShellbarSizes>(this._currentSize);\n\n /** @hidden */\n private _size: ShellbarSizes | undefined;\n\n /** @hidden */\n private _breakpointSize: ShellbarSizes = 'm';\n\n /** @hidden */\n private readonly _cd = inject(ChangeDetectorRef);\n\n /** @hidden */\n private readonly _destroyRef = inject(DestroyRef);\n\n /** @hidden */\n private _breakpoints: NormalizedBreakpoint[] = this._normalizeBreakpoints({\n s: 0,\n m: 320,\n l: 600,\n xl: 1240\n });\n\n /** @hidden */\n private _searchSubmitSubscription: Nullable<Subscription>;\n\n /** @hidden */\n ngAfterContentInit(): void {\n this.applyShellbarModeToCombobox();\n this.applyShellbarModeToButtons();\n }\n\n /** @hidden */\n ngAfterViewInit(): void {\n resizeObservable(this._shellbar.nativeElement)\n .pipe(debounceTime(10), takeUntilDestroyed(this._destroyRef))\n .subscribe(() => this._setCurrentBreakpoint());\n\n this._setSearchComponentListeners();\n }\n\n /** @hidden */\n ngOnDestroy(): void {\n this._searchSubmitSubscription?.unsubscribe();\n this._searchPortalOutlet?.dispose();\n }\n\n /** @hidden */\n applyShellbarModeToCombobox(): void {\n if (this.comboboxComponent) {\n this.comboboxComponent.inShellbar = true;\n }\n }\n\n /** @hidden */\n applyShellbarModeToButtons(): void {\n this.buttons?.forEach((button) => {\n button.nativeElement.classList.add('fd-shellbar__button');\n });\n }\n\n /** @hidden */\n _closeMobileSearch(): void {\n this._showMobileSearch = false;\n this._actions._setSearchVisibility(false);\n this._cd.detectChanges();\n }\n\n /** @hidden */\n _getSideNavClass(): string {\n let retVal = ' ';\n\n if (this.sideNav && (this.sideNav as SideNavigationInterface).additionalShellbarCssClass) {\n retVal += (this.sideNav as SideNavigationInterface).additionalShellbarCssClass;\n }\n\n return retVal;\n }\n\n /** @hidden */\n private _setSearchComponentListeners(): void {\n this._actions?.searchOpen.pipe(takeUntilDestroyed(this._destroyRef)).subscribe((showSearch) => {\n this._showMobileSearch = showSearch;\n this._cd.detectChanges();\n if (this._currentSize !== 's') {\n return;\n }\n\n if (showSearch) {\n this._attachSearch(true);\n } else {\n this._detachSearch();\n }\n });\n this._currentSize$.pipe(distinctUntilChanged(), takeUntilDestroyed(this._destroyRef)).subscribe(() => {\n if (!this._searchPortal) {\n return;\n }\n\n this._placeSearch();\n });\n }\n\n private _placeSearch(): void {\n const size = this._currentSize$.value;\n\n if (size === 'xl' || (size === 's' && this._showMobileSearch)) {\n this._attachSearch();\n } else {\n this._detachSearch();\n }\n }\n\n /** @hidden */\n private _setCurrentBreakpoint(): void {\n const { width } = this._shellbar.nativeElement.getBoundingClientRect();\n\n const breakpoint = this._breakpoints.find((item) => width >= item.min && width < item.max + 1);\n\n if (!breakpoint || breakpoint.size === this._currentSize) {\n return;\n }\n\n this._breakpointSize = breakpoint.size;\n this._currentSize$.next(this._currentSize);\n this._cd.detectChanges();\n }\n\n /** @hidden */\n private _normalizeBreakpoints(breakpoints: Breakpoints): NormalizedBreakpoint[] {\n const keys = Object.keys(breakpoints) as ShellbarSizes[];\n const normalizedBreakpoints: NormalizedBreakpoint[] = [];\n\n keys.forEach((key, index) => {\n const breakpoint: NormalizedBreakpoint = {\n size: key,\n min: breakpoints[key],\n max: keys[index + 1] ? breakpoints[keys[index + 1]] : Infinity\n };\n\n normalizedBreakpoints.push(breakpoint);\n });\n\n return normalizedBreakpoints;\n }\n\n /** @hidden */\n private _attachSearch(shouldFocus = false): void {\n if (this._searchPortalOutlet?.hasAttached()) {\n return;\n }\n\n this._actions._detachSearch();\n this._searchPortalOutlet?.attach(this._searchPortal);\n\n if (shouldFocus) {\n this._searchComponent?.focus();\n }\n }\n\n /** @hidden */\n private _detachSearch(): void {\n if (!this._searchPortalOutlet?.hasAttached()) {\n this._actions._attachSearch(this._searchPortal, this._searchComponent, this._currentSize);\n return;\n }\n\n this._searchPortalOutlet.detach();\n\n this._actions._attachSearch(this._searchPortal, this._searchComponent, this._currentSize);\n }\n}\n","<div\n class=\"fd-shellbar\"\n [class]=\"'fd-shellbar--' + _currentSize + _getSideNavClass()\"\n [class.fd-shellbar--side-nav]=\"sideNav === true\"\n #shellbar\n>\n @if (!_hideAllComponents) {\n <div\n class=\"fd-shellbar__group fd-shellbar__group--product\"\n [class.fd-shellbar__group--shrink]=\"groupFlex?.product?.shrink\"\n [class.fd-shellbar__group--basis-auto]=\"groupFlex?.product?.flexBasisAuto\"\n >\n <ng-content select=\"[fd-shellbar-side-nav]\"></ng-content>\n <ng-content select=\"fd-shellbar-logo\"></ng-content>\n @if (!_hideTitleComponents) {\n <ng-content select=\"fd-shellbar-title\"></ng-content>\n <div class=\"fd-shellbar__product\">\n <ng-content select=\"fd-product-menu\"></ng-content>\n </div>\n <ng-content select=\"fd-shellbar-subtitle\"></ng-content>\n }\n </div>\n }\n <div hidden>\n <ng-content></ng-content>\n </div>\n @if (searchComponent) {\n <div\n class=\"fd-shellbar__group fd-shellbar__group--center fd-shellbar__group--mobile-flex\"\n [class.fd-shellbar__group--shrink]=\"groupFlex?.search?.shrink\"\n [class.fd-shellbar__group--basis-auto]=\"groupFlex?.search?.flexBasisAuto\"\n >\n <div class=\"fd-shellbar__action fd-shellbar__action--grow\">\n <ng-container cdkPortalOutlet #searchPortalOutlet></ng-container>\n </div>\n @if (_currentSize === 'xl' || _hideAllComponents) {\n <div class=\"fd-shellbar__action fd-shellbar__action--mobile fd-shellbar__action--shrink\">\n <button class=\"fd-button fd-button--transparent\" (click)=\"_closeMobileSearch()\">\n {{ 'coreShellbar.cancel' | fdTranslate }}\n </button>\n </div>\n }\n </div>\n }\n @if (!_hideAllComponents) {\n <ng-content select=\"fd-shellbar-actions\"></ng-content>\n }\n</div>\n","import { NgModule } from '@angular/core';\nimport { ProductMenuComponent } from './product-menu/product-menu.component';\nimport { ShellbarComponent } from './shellbar.component';\n\nimport { ShellbarActionComponent } from './shellbar-action/shellbar-action.component';\nimport { ShellbarActionsComponent } from './shellbar-actions/shellbar-actions.component';\nimport { ShellbarLogoComponent } from './shellbar-logo/shellbar-logo.component';\nimport { ShellbarSubtitleComponent } from './shellbar-subtitle/shellbar-subtitle.component';\nimport { ShellbarTitleComponent } from './shellbar-title/shellbar-title.component';\n\nimport { ContentDensityModule } from '@fundamental-ngx/core/content-density';\nimport { ShellbarActionsMobileComponent } from './shellbar-actions-mobile/shellbar-actions-mobile.component';\nimport { ShellbarSidenavDirective } from './shellbar-sidenav.directive';\nimport { ShellbarUserMenuComponent } from './user-menu/shellbar-user-menu.component';\n\n@NgModule({\n imports: [\n ShellbarComponent,\n ProductMenuComponent,\n ShellbarSubtitleComponent,\n ShellbarActionsComponent,\n ShellbarActionsMobileComponent,\n ShellbarActionComponent,\n ShellbarLogoComponent,\n ShellbarTitleComponent,\n ShellbarUserMenuComponent,\n ShellbarSidenavDirective\n ],\n exports: [\n ShellbarComponent,\n ProductMenuComponent,\n ShellbarSubtitleComponent,\n ShellbarActionsComponent,\n ShellbarActionsMobileComponent,\n ShellbarActionComponent,\n ShellbarLogoComponent,\n ShellbarTitleComponent,\n ShellbarUserMenuComponent,\n ShellbarSidenavDirective,\n ContentDensityModule\n ]\n})\nexport class ShellbarModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1"],"mappings":"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"}
@@ -78,6 +78,12 @@ class SideNavigationComponent {
78
78
  `);
79
79
  }
80
80
  /** @hidden */
81
+ onResize() {
82
+ if (this.collapseWidth) {
83
+ this.condensed = window.innerWidth <= this.collapseWidth;
84
+ }
85
+ }
86
+ /** @hidden */
81
87
  ngOnInit() {
82
88
  /** Set up condensed state */
83
89
  this.nestedListState.condensed =
@@ -98,12 +104,6 @@ class SideNavigationComponent {
98
104
  this.keyboardService.refreshItems(this.getLists());
99
105
  }
100
106
  }
101
- /** @hidden */
102
- onResize() {
103
- if (this.collapseWidth) {
104
- this.condensed = window.innerWidth <= this.collapseWidth;
105
- }
106
- }
107
107
  /**
108
108
  * @hidden
109
109
  * Method that returns 1 deep level of lists.