@eui/components 17.0.0-next.3 → 17.0.0-next.5

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 (510) hide show
  1. package/directives/eui-clearable.directive.d.ts.map +1 -1
  2. package/directives/eui-tooltip/eui-tooltip.directive.d.ts.map +1 -1
  3. package/esm2022/directives/eui-clearable.directive.mjs +8 -9
  4. package/esm2022/directives/eui-has-permission.directive.mjs +7 -7
  5. package/esm2022/directives/eui-loading.directive.mjs +3 -3
  6. package/esm2022/directives/eui-maxlength.directive.mjs +7 -7
  7. package/esm2022/directives/eui-resizable/eui-resizable.component.mjs +3 -3
  8. package/esm2022/directives/eui-resizable/eui-resizable.directive.mjs +4 -5
  9. package/esm2022/directives/eui-resizable/eui-resizable.module.mjs +4 -4
  10. package/esm2022/directives/eui-scroll-handler.directive.mjs +10 -10
  11. package/esm2022/directives/eui-smooth-scroll.directive.mjs +10 -10
  12. package/esm2022/directives/eui-template.directive.mjs +7 -7
  13. package/esm2022/directives/eui-tooltip/container/eui-tooltip-container.component.mjs +3 -3
  14. package/esm2022/directives/eui-tooltip/eui-tooltip.directive.mjs +58 -26
  15. package/esm2022/directives/eui-tooltip/eui-tooltip.module.mjs +4 -4
  16. package/esm2022/eui-alert/eui-alert.component.mjs +9 -8
  17. package/esm2022/eui-all/eui-all.module.mjs +9 -10
  18. package/esm2022/eui-autocomplete/eui-autocomplete.component.mjs +31 -15
  19. package/esm2022/eui-autocomplete/eui-autocomplete.module.mjs +4 -4
  20. package/esm2022/eui-autocomplete/models/eui-autocomplete-item.model.mjs +2 -1
  21. package/esm2022/eui-badge/eui-badge.component.mjs +8 -8
  22. package/esm2022/eui-block-content/eui-block-content.component.mjs +5 -5
  23. package/esm2022/eui-block-content/eui-block-content.module.mjs +4 -4
  24. package/esm2022/eui-block-document/eui-block-document.component.mjs +3 -3
  25. package/esm2022/eui-block-document/eui-block-document.module.mjs +4 -4
  26. package/esm2022/eui-button/eui-button.component.mjs +10 -10
  27. package/esm2022/eui-button-group/eui-button-group.component.mjs +7 -7
  28. package/esm2022/eui-buttons/eui-buttons.component.mjs +17 -17
  29. package/esm2022/eui-card/components/eui-card-content/eui-card-content.component.mjs +3 -3
  30. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-action-buttons.component.mjs +3 -3
  31. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-action-icons.component.mjs +3 -3
  32. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-menu-content.component.mjs +3 -3
  33. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer.component.mjs +3 -3
  34. package/esm2022/eui-card/components/eui-card-header/eui-card-header-left-content.component.mjs +3 -3
  35. package/esm2022/eui-card/components/eui-card-header/eui-card-header-right-content.component.mjs +3 -3
  36. package/esm2022/eui-card/components/eui-card-header/eui-card-header-subtitle.component.mjs +3 -3
  37. package/esm2022/eui-card/components/eui-card-header/eui-card-header-title.component.mjs +3 -3
  38. package/esm2022/eui-card/components/eui-card-header/eui-card-header.component.mjs +3 -3
  39. package/esm2022/eui-card/components/eui-card-header-body/eui-card-header-body.component.mjs +3 -3
  40. package/esm2022/eui-card/components/eui-card-media/eui-card-media.component.mjs +3 -3
  41. package/esm2022/eui-card/eui-card.component.mjs +3 -3
  42. package/esm2022/eui-card/eui-card.module.mjs +4 -4
  43. package/esm2022/eui-card/services/ui-state.service.mjs +3 -3
  44. package/esm2022/eui-chip/eui-chip.component.mjs +3 -3
  45. package/esm2022/eui-chip/eui-chip.module.mjs +4 -4
  46. package/esm2022/eui-chip-list/eui-chip-list.component.mjs +9 -9
  47. package/esm2022/eui-chip-list/eui-chip-list.module.mjs +4 -4
  48. package/esm2022/eui-chip-list/services/eui-chip-list-drag.service.mjs +3 -3
  49. package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +15 -15
  50. package/esm2022/eui-dashboard-card/eui-dashboard-card.component.mjs +9 -8
  51. package/esm2022/eui-date-range-selector/eui-date-range-selector.component.mjs +19 -6
  52. package/esm2022/eui-date-range-selector/eui-date-range-selector.module.mjs +4 -4
  53. package/esm2022/eui-datepicker/eui-datepicker.component.mjs +21 -21
  54. package/esm2022/eui-datepicker/eui-datepicker.module.mjs +4 -4
  55. package/esm2022/eui-dialog/container/eui-dialog-container.component.mjs +3 -3
  56. package/esm2022/eui-dialog/eui-dialog.component.mjs +10 -10
  57. package/esm2022/eui-dialog/eui-dialog.module.mjs +4 -4
  58. package/esm2022/eui-dialog/services/eui-dialog.service.mjs +5 -5
  59. package/esm2022/eui-dimmer/dimmer.component.mjs +4 -4
  60. package/esm2022/eui-dimmer/dimmer.module.mjs +4 -4
  61. package/esm2022/eui-disable-content/eui-disable-content.component.mjs +10 -10
  62. package/esm2022/eui-discussion-thread/eui-discussion-thread-item.component.mjs +5 -5
  63. package/esm2022/eui-discussion-thread/eui-discussion-thread.component.mjs +3 -3
  64. package/esm2022/eui-discussion-thread/eui-discussion-thread.module.mjs +4 -4
  65. package/esm2022/eui-dropdown/directives/eui-dropdown-content.directive.mjs +3 -3
  66. package/esm2022/eui-dropdown/dropdown-item/eui-dropdown-item.component.mjs +10 -8
  67. package/esm2022/eui-dropdown/eui-dropdown.component.mjs +3 -3
  68. package/esm2022/eui-dropdown/eui-dropdown.module.mjs +8 -8
  69. package/esm2022/eui-dropdown/eui-dropdown.service.mjs +3 -3
  70. package/esm2022/eui-feedback-message/eui-feedback-message.component.mjs +3 -3
  71. package/esm2022/eui-feedback-message/eui-feedback-message.module.mjs +4 -4
  72. package/esm2022/eui-fieldset/eui-fieldset.component.mjs +9 -9
  73. package/esm2022/eui-fieldset/eui-fieldset.module.mjs +4 -4
  74. package/esm2022/eui-file-upload/eui-file-upload.component.mjs +32 -18
  75. package/esm2022/eui-file-upload/eui-file-upload.module.mjs +6 -17
  76. package/esm2022/eui-file-upload/file-preview/file-preview.component.mjs +6 -4
  77. package/esm2022/eui-file-upload/pipes/filesize.pipe.mjs +3 -3
  78. package/esm2022/eui-file-upload/progress/eui-file-upload-progress.component.mjs +3 -3
  79. package/esm2022/eui-file-upload/utils/eui-file-upload.utils.mjs +4 -4
  80. package/esm2022/eui-file-upload/utils/eui-file-upload.validators.mjs +1 -1
  81. package/esm2022/eui-file-upload/utils/mime-types.mjs +3 -1
  82. package/esm2022/eui-growl/eui-growl.component.mjs +4 -4
  83. package/esm2022/eui-growl/eui-growl.module.mjs +4 -4
  84. package/esm2022/eui-growl/services/eui-growl.service.mjs +3 -3
  85. package/esm2022/eui-icon/eui-icon-color.component.mjs +3 -3
  86. package/esm2022/eui-icon/eui-icon-svg.component.mjs +3 -3
  87. package/esm2022/eui-icon/eui-icon.component.mjs +3 -3
  88. package/esm2022/eui-icon/eui-icon.module.mjs +4 -4
  89. package/esm2022/eui-icon-toggle/eui-icon-toggle.component.mjs +3 -3
  90. package/esm2022/eui-icon-toggle/eui-icon-toggle.module.mjs +4 -4
  91. package/esm2022/eui-input-checkbox/eui-input-checkbox.component.mjs +4 -4
  92. package/esm2022/eui-input-checkbox/eui-input-checkbox.module.mjs +4 -4
  93. package/esm2022/eui-input-group/eui-input-group.component.mjs +4 -4
  94. package/esm2022/eui-input-group/eui-input-group.module.mjs +4 -4
  95. package/esm2022/eui-input-number/eui-input-number.component.mjs +4 -4
  96. package/esm2022/eui-input-number/eui-input-number.module.mjs +4 -4
  97. package/esm2022/eui-input-number/eui-number-control.directive.mjs +4 -4
  98. package/esm2022/eui-input-radio/eui-input-radio.component.mjs +9 -11
  99. package/esm2022/eui-input-radio/eui-input-radio.module.mjs +4 -4
  100. package/esm2022/eui-input-text/eui-input-text.component.mjs +5 -5
  101. package/esm2022/eui-input-text/eui-input-text.module.mjs +4 -4
  102. package/esm2022/eui-label/eui-label.component.mjs +4 -4
  103. package/esm2022/eui-label/eui-label.module.mjs +4 -4
  104. package/esm2022/eui-list/eui-list-item/eui-list-item.component.mjs +4 -4
  105. package/esm2022/eui-list/eui-list.component.mjs +3 -3
  106. package/esm2022/eui-list/eui-list.module.mjs +4 -4
  107. package/esm2022/eui-list/services/eui-list.service.mjs +3 -3
  108. package/esm2022/eui-menu/eui-menu-item.component.mjs +4 -4
  109. package/esm2022/eui-menu/eui-menu.component.mjs +5 -5
  110. package/esm2022/eui-menu/eui-menu.module.mjs +4 -4
  111. package/esm2022/eui-message-box/eui-message-box.component.mjs +9 -7
  112. package/esm2022/eui-message-box/eui-message-box.module.mjs +4 -4
  113. package/esm2022/eui-message-box/services/eui-message-box.service.mjs +3 -3
  114. package/esm2022/eui-overlay/components/eui-overlay-body/eui-overlay-body.component.mjs +5 -5
  115. package/esm2022/eui-overlay/components/eui-overlay-footer/eui-overlay-footer.component.mjs +5 -5
  116. package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.mjs +38 -0
  117. package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header.component.mjs +5 -5
  118. package/esm2022/eui-overlay/eui-overlay.component.mjs +30 -12
  119. package/esm2022/eui-overlay/index.mjs +2 -1
  120. package/esm2022/eui-page/components/eui-page-breadcrumb/eui-page-breadcrumb.component.mjs +3 -3
  121. package/esm2022/eui-page/components/eui-page-column/eui-page-column.component.mjs +21 -21
  122. package/esm2022/eui-page/components/eui-page-columns/eui-page-columns.component.mjs +3 -3
  123. package/esm2022/eui-page/components/eui-page-content/eui-page-content.component.mjs +3 -3
  124. package/esm2022/eui-page/components/eui-page-footer/eui-page-footer.component.mjs +3 -3
  125. package/esm2022/eui-page/components/eui-page-header/eui-page-header.component.mjs +9 -9
  126. package/esm2022/eui-page/components/eui-page-hero-header/eui-page-hero-header.component.mjs +3 -3
  127. package/esm2022/eui-page/components/eui-page-top-content/eui-page-top-content.component.mjs +3 -3
  128. package/esm2022/eui-page/eui-page.component.mjs +3 -3
  129. package/esm2022/eui-page/eui-page.module.mjs +4 -4
  130. package/esm2022/eui-paginator/eui-paginator.component.mjs +10 -8
  131. package/esm2022/eui-paginator/eui-paginator.module.mjs +4 -4
  132. package/esm2022/eui-picker/eui-picker.component.mjs +8 -6
  133. package/esm2022/eui-picker/eui-picker.module.mjs +4 -4
  134. package/esm2022/eui-picker/modal-picker/eui-modal-picker.component.mjs +5 -5
  135. package/esm2022/eui-popover/directives/eui-popover-arrow-position.directive.mjs +58 -0
  136. package/esm2022/eui-popover/eui-popover.component.mjs +25 -19
  137. package/esm2022/eui-popover/eui-popover.module.mjs +7 -6
  138. package/esm2022/eui-popover/models/eui-popover-position.model.mjs +18 -0
  139. package/esm2022/eui-progress-bar/eui-progress-bar.component.mjs +3 -3
  140. package/esm2022/eui-progress-bar/eui-progress-bar.module.mjs +4 -4
  141. package/esm2022/eui-progress-circle/eui-progress-circle.component.mjs +7 -7
  142. package/esm2022/eui-select/eui-select-control.directive.mjs +4 -4
  143. package/esm2022/eui-select/eui-select-multiple.directive.mjs +10 -5
  144. package/esm2022/eui-select/eui-select-mutli-option.directive.mjs +4 -4
  145. package/esm2022/eui-select/eui-select-option.directive.mjs +5 -4
  146. package/esm2022/eui-select/eui-select.component.mjs +5 -5
  147. package/esm2022/eui-select/eui-select.module.mjs +4 -4
  148. package/esm2022/eui-sidebar-menu/eui-sidebar-menu.component.mjs +6 -4
  149. package/esm2022/eui-sidebar-menu/eui-sidebar-menu.module.mjs +4 -4
  150. package/esm2022/eui-slide-toggle/eui-slide-toggle.component.mjs +4 -4
  151. package/esm2022/eui-slide-toggle/eui-slide-toggle.module.mjs +4 -4
  152. package/esm2022/eui-table/directives/eui-table-sticky-columns.directive.mjs +3 -3
  153. package/esm2022/eui-table/eui-table.component.mjs +76 -29
  154. package/esm2022/eui-table/eui-table.module.mjs +4 -4
  155. package/esm2022/eui-table/expandable-row/eui-table-expandable-row.component.mjs +3 -3
  156. package/esm2022/eui-table/filter/eui-table-filter.component.mjs +3 -3
  157. package/esm2022/eui-table/pipes/eui-table-highlight-filter.pipe.mjs +3 -3
  158. package/esm2022/eui-table/selectable-header/eui-table-selectable-header.component.mjs +3 -3
  159. package/esm2022/eui-table/selectable-row/eui-table-selectable-row.component.mjs +3 -3
  160. package/esm2022/eui-table/services/eui-table-selectable-row.service.mjs +3 -3
  161. package/esm2022/eui-table/services/eui-table-sort.service.mjs +3 -3
  162. package/esm2022/eui-table/sortable-col/eui-table-sortable-col.component.mjs +4 -4
  163. package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +3 -3
  164. package/esm2022/eui-tabs/eui-tab-content/eui-tab-content.component.mjs +3 -3
  165. package/esm2022/eui-tabs/eui-tab-label/eui-tab-label.component.mjs +6 -6
  166. package/esm2022/eui-tabs/eui-tabs.component.mjs +7 -7
  167. package/esm2022/eui-tabs/eui-tabs.module.mjs +4 -4
  168. package/esm2022/eui-textarea/auto-resize.directive.mjs +4 -4
  169. package/esm2022/eui-textarea/eui-textarea.component.mjs +5 -5
  170. package/esm2022/eui-textarea/eui-textarea.module.mjs +4 -4
  171. package/esm2022/eui-timebar/eui-timebar-item.model.mjs +3 -1
  172. package/esm2022/eui-timebar/eui-timebar.component.mjs +9 -9
  173. package/esm2022/eui-timeline/eui-timeline-item.component.mjs +3 -3
  174. package/esm2022/eui-timeline/eui-timeline.component.mjs +3 -3
  175. package/esm2022/eui-timeline/eui-timeline.module.mjs +4 -4
  176. package/esm2022/eui-timepicker/eui-timepicker.component.mjs +3 -3
  177. package/esm2022/eui-timepicker/eui-timepicker.module.mjs +11 -11
  178. package/esm2022/eui-timepicker/models/eui-date-time-picker.config.model.mjs +1 -1
  179. package/esm2022/eui-tree/eui-dropdown-tree.directive.mjs +8 -8
  180. package/esm2022/eui-tree/eui-tree-form-control.directive.mjs +8 -8
  181. package/esm2022/eui-tree/eui-tree-helper.mjs +1 -1
  182. package/esm2022/eui-tree/eui-tree.component.mjs +29 -11
  183. package/esm2022/eui-wizard/eui-wizard-step.component.mjs +3 -3
  184. package/esm2022/eui-wizard/eui-wizard.component.mjs +16 -14
  185. package/esm2022/eui-wizard/eui-wizard.module.mjs +4 -4
  186. package/esm2022/eui-wizard/services/eui-wizard.service.mjs +3 -3
  187. package/esm2022/externals/charts/chart/chart.component.mjs +3 -3
  188. package/esm2022/externals/charts/eui-charts.module.mjs +4 -4
  189. package/esm2022/externals/eui-editor/counters/eui-editor-counters.component.mjs +3 -3
  190. package/esm2022/externals/eui-editor/directives/eui-editor-maxlength.directive.mjs +3 -3
  191. package/esm2022/externals/eui-editor/eui-editor.component.mjs +8 -8
  192. package/esm2022/externals/eui-editor/eui-editor.module.mjs +4 -4
  193. package/esm2022/externals/eui-editor/html-view/eui-editor-html-view.component.mjs +3 -3
  194. package/esm2022/externals/eui-editor/image-url-dialog/image-url-dialog.component.mjs +3 -3
  195. package/esm2022/externals/eui-editor/json-view/eui-editor-json-view.component.mjs +3 -3
  196. package/esm2022/externals/quill/quill-editor.component.mjs +3 -3
  197. package/esm2022/externals/quill/quill.module.mjs +4 -4
  198. package/esm2022/layout/eui-app/eui-app-breadcrumb/breadcrumb.component.mjs +3 -3
  199. package/esm2022/layout/eui-app/eui-app-breadcrumb/breadcrumb.module.mjs +4 -4
  200. package/esm2022/layout/eui-app/eui-app-footer/footer.component.mjs +3 -3
  201. package/esm2022/layout/eui-app/eui-app-footer/footer.module.mjs +4 -4
  202. package/esm2022/layout/eui-app/eui-app-header/header.component.mjs +3 -3
  203. package/esm2022/layout/eui-app/eui-app-header/header.module.mjs +4 -4
  204. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-body/sidebar-body.component.mjs +3 -3
  205. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-drawer/sidebar-drawer.component.mjs +3 -3
  206. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +3 -3
  207. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-header/sidebar-header.component.mjs +3 -3
  208. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-header-user-profile/sidebar-header-user-profile.component.mjs +3 -3
  209. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +5 -4
  210. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.component.mjs +4 -4
  211. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.module.mjs +4 -4
  212. package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.component.mjs +3 -3
  213. package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.module.mjs +4 -4
  214. package/esm2022/layout/eui-app/eui-app-top-message/top-message.component.mjs +5 -4
  215. package/esm2022/layout/eui-app/eui-app-top-message/top-message.module.mjs +4 -4
  216. package/esm2022/layout/eui-app/eui-app.component.mjs +6 -6
  217. package/esm2022/layout/eui-app/eui-app.module.mjs +4 -4
  218. package/esm2022/layout/eui-breadcrumb/breadcrumb.component.mjs +10 -4
  219. package/esm2022/layout/eui-breadcrumb/breadcrumb.module.mjs +4 -4
  220. package/esm2022/layout/eui-breadcrumb/breadcrumb.service.mjs +3 -3
  221. package/esm2022/layout/eui-breadcrumb/collapsed-breadcrumb/collapsed-breadcrumb.component.mjs +8 -8
  222. package/esm2022/layout/eui-breadcrumb/item/breadcrumb-item.component.mjs +6 -6
  223. package/esm2022/layout/eui-footer/footer.component.mjs +3 -3
  224. package/esm2022/layout/eui-footer/footer.module.mjs +4 -4
  225. package/esm2022/layout/eui-header/header-app/header-app.component.mjs +12 -12
  226. package/esm2022/layout/eui-header/header-app-name/header-app-name.component.mjs +4 -4
  227. package/esm2022/layout/eui-header/header-app-name-logo/header-app-name-logo.component.mjs +7 -11
  228. package/esm2022/layout/eui-header/header-app-subtitle/header-app-subtitle.component.mjs +4 -4
  229. package/esm2022/layout/eui-header/header-environment/header-environment.component.mjs +4 -4
  230. package/esm2022/layout/eui-header/header-logo/header-logo.component.mjs +4 -4
  231. package/esm2022/layout/eui-header/header-user-profile/header-user-profile.component.mjs +3 -3
  232. package/esm2022/layout/eui-header/header.component.mjs +3 -3
  233. package/esm2022/layout/eui-header/header.module.mjs +4 -4
  234. package/esm2022/layout/eui-language-selector/language-selector.component.mjs +4 -4
  235. package/esm2022/layout/eui-language-selector/language-selector.module.mjs +4 -4
  236. package/esm2022/layout/eui-language-selector/modal-selector/modal-selector.component.mjs +3 -3
  237. package/esm2022/layout/eui-layout.module.mjs +10 -5
  238. package/esm2022/layout/eui-notifications/eui-notification-item.component.mjs +5 -5
  239. package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +3 -3
  240. package/esm2022/layout/eui-notifications/eui-notifications.module.mjs +4 -4
  241. package/esm2022/layout/eui-notifications-v2/eui-notification-item.component.mjs +57 -0
  242. package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +244 -0
  243. package/esm2022/layout/eui-notifications-v2/eui-notifications.module.mjs +25 -0
  244. package/esm2022/layout/eui-notifications-v2/index.mjs +4 -0
  245. package/esm2022/layout/eui-search/search.component.mjs +3 -3
  246. package/esm2022/layout/eui-search/search.module.mjs +4 -4
  247. package/esm2022/layout/eui-sidebar-toggle/sidebar-toggle.component.mjs +3 -3
  248. package/esm2022/layout/eui-sidebar-toggle/sidebar-toggle.module.mjs +4 -4
  249. package/esm2022/layout/eui-toolbar/toolbar-app/toolbar-app.component.mjs +3 -3
  250. package/esm2022/layout/eui-toolbar/toolbar-center/toolbar-center.component.mjs +3 -3
  251. package/esm2022/layout/eui-toolbar/toolbar-environment/toolbar-environment.component.mjs +3 -3
  252. package/esm2022/layout/eui-toolbar/toolbar-item/toolbar-item.component.mjs +3 -3
  253. package/esm2022/layout/eui-toolbar/toolbar-item-notifications/toolbar-item-notifications.component.mjs +3 -3
  254. package/esm2022/layout/eui-toolbar/toolbar-item-search/toolbar-item-search.component.mjs +3 -3
  255. package/esm2022/layout/eui-toolbar/toolbar-item-user-profile/toolbar-item-user-profile.component.mjs +3 -3
  256. package/esm2022/layout/eui-toolbar/toolbar-items/toolbar-items.component.mjs +3 -3
  257. package/esm2022/layout/eui-toolbar/toolbar-logo/toolbar-logo.component.mjs +3 -3
  258. package/esm2022/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.mjs +4 -4
  259. package/esm2022/layout/eui-toolbar/toolbar.component.mjs +4 -4
  260. package/esm2022/layout/eui-toolbar/toolbar.module.mjs +4 -4
  261. package/esm2022/layout/eui-user-profile/user-profile-card/user-profile-card.component.mjs +6 -5
  262. package/esm2022/layout/eui-user-profile/user-profile-menu/user-profile-menu.component.mjs +3 -3
  263. package/esm2022/layout/eui-user-profile/user-profile-menu-item/user-profile-menu-item.component.mjs +3 -3
  264. package/esm2022/layout/eui-user-profile/user-profile.component.mjs +14 -5
  265. package/esm2022/layout/eui-user-profile/user-profile.module.mjs +4 -4
  266. package/esm2022/layout/index.mjs +2 -1
  267. package/esm2022/pipes/eui-is-empty.pipe.mjs +7 -7
  268. package/esm2022/pipes/eui-truncate.pipe.mjs +7 -7
  269. package/esm2022/shared/base/base-states.directive.mjs +3 -3
  270. package/esm2022/shared/base/base.directive.mjs +3 -3
  271. package/esm2022/shared/base/mixins/index.mjs +1 -1
  272. package/esm2022/shared/eui-common-header/common-header.component.mjs +7 -7
  273. package/esm2022/shared/eui-expand-content/eui-expand-content.component.mjs +7 -7
  274. package/esm2022/shared/input.directive.mjs +4 -4
  275. package/eui-alert/eui-alert.component.d.ts.map +1 -1
  276. package/eui-all/eui-all.module.d.ts +19 -20
  277. package/eui-all/eui-all.module.d.ts.map +1 -1
  278. package/eui-autocomplete/eui-autocomplete.component.d.ts +12 -3
  279. package/eui-autocomplete/eui-autocomplete.component.d.ts.map +1 -1
  280. package/eui-autocomplete/models/eui-autocomplete-item.model.d.ts +1 -0
  281. package/eui-autocomplete/models/eui-autocomplete-item.model.d.ts.map +1 -1
  282. package/eui-badge/eui-badge.component.d.ts.map +1 -1
  283. package/eui-block-content/eui-block-content.component.d.ts.map +1 -1
  284. package/eui-button/eui-button.component.d.ts +1 -1
  285. package/eui-button/eui-button.component.d.ts.map +1 -1
  286. package/eui-buttons/eui-buttons.component.d.ts +2 -2
  287. package/eui-buttons/eui-buttons.component.d.ts.map +1 -1
  288. package/eui-chip-list/eui-chip-list.component.d.ts.map +1 -1
  289. package/eui-dashboard-button/eui-dashboard-button.component.d.ts.map +1 -1
  290. package/eui-dashboard-card/eui-dashboard-card.component.d.ts.map +1 -1
  291. package/eui-date-range-selector/eui-date-range-selector.component.d.ts +5 -1
  292. package/eui-date-range-selector/eui-date-range-selector.component.d.ts.map +1 -1
  293. package/eui-datepicker/eui-datepicker.component.d.ts.map +1 -1
  294. package/eui-dialog/eui-dialog.component.d.ts.map +1 -1
  295. package/eui-dialog/services/eui-dialog.service.d.ts.map +1 -1
  296. package/eui-dimmer/dimmer.component.d.ts.map +1 -1
  297. package/eui-disable-content/eui-disable-content.component.d.ts +1 -1
  298. package/eui-disable-content/eui-disable-content.component.d.ts.map +1 -1
  299. package/eui-dropdown/dropdown-item/eui-dropdown-item.component.d.ts.map +1 -1
  300. package/eui-file-upload/eui-file-upload.component.d.ts +8 -5
  301. package/eui-file-upload/eui-file-upload.component.d.ts.map +1 -1
  302. package/eui-file-upload/eui-file-upload.module.d.ts +5 -6
  303. package/eui-file-upload/eui-file-upload.module.d.ts.map +1 -1
  304. package/eui-file-upload/file-preview/file-preview.component.d.ts.map +1 -1
  305. package/eui-file-upload/utils/eui-file-upload.validators.d.ts.map +1 -1
  306. package/eui-file-upload/utils/mime-types.d.ts.map +1 -1
  307. package/eui-growl/eui-growl.component.d.ts.map +1 -1
  308. package/eui-input-checkbox/eui-input-checkbox.component.d.ts +1 -1
  309. package/eui-input-checkbox/eui-input-checkbox.component.d.ts.map +1 -1
  310. package/eui-input-number/eui-number-control.directive.d.ts.map +1 -1
  311. package/eui-input-radio/eui-input-radio.component.d.ts +2 -1
  312. package/eui-input-radio/eui-input-radio.component.d.ts.map +1 -1
  313. package/eui-input-text/eui-input-text.component.d.ts +1 -1
  314. package/eui-input-text/eui-input-text.component.d.ts.map +1 -1
  315. package/eui-label/eui-label.component.d.ts.map +1 -1
  316. package/eui-list/eui-list-item/eui-list-item.component.d.ts.map +1 -1
  317. package/eui-menu/eui-menu.component.d.ts.map +1 -1
  318. package/eui-message-box/eui-message-box.component.d.ts.map +1 -1
  319. package/eui-overlay/components/eui-overlay-body/eui-overlay-body.component.d.ts.map +1 -1
  320. package/eui-overlay/components/eui-overlay-footer/eui-overlay-footer.component.d.ts.map +1 -1
  321. package/eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.d.ts +15 -0
  322. package/eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.d.ts.map +1 -0
  323. package/eui-overlay/components/eui-overlay-header/eui-overlay-header.component.d.ts +1 -1
  324. package/eui-overlay/components/eui-overlay-header/eui-overlay-header.component.d.ts.map +1 -1
  325. package/eui-overlay/eui-overlay.component.d.ts +4 -2
  326. package/eui-overlay/eui-overlay.component.d.ts.map +1 -1
  327. package/eui-overlay/index.d.ts +1 -0
  328. package/eui-overlay/index.d.ts.map +1 -1
  329. package/eui-paginator/eui-paginator.component.d.ts +3 -1
  330. package/eui-paginator/eui-paginator.component.d.ts.map +1 -1
  331. package/eui-picker/eui-picker.component.d.ts.map +1 -1
  332. package/eui-picker/modal-picker/eui-modal-picker.component.d.ts.map +1 -1
  333. package/eui-popover/directives/eui-popover-arrow-position.directive.d.ts +18 -0
  334. package/eui-popover/directives/eui-popover-arrow-position.directive.d.ts.map +1 -0
  335. package/eui-popover/eui-popover.component.d.ts +7 -5
  336. package/eui-popover/eui-popover.component.d.ts.map +1 -1
  337. package/eui-popover/eui-popover.module.d.ts +8 -7
  338. package/eui-popover/eui-popover.module.d.ts.map +1 -1
  339. package/eui-popover/models/eui-popover-position.model.d.ts +8 -0
  340. package/eui-popover/models/eui-popover-position.model.d.ts.map +1 -0
  341. package/eui-select/eui-select-multiple.directive.d.ts +1 -1
  342. package/eui-select/eui-select-multiple.directive.d.ts.map +1 -1
  343. package/eui-select/eui-select-mutli-option.directive.d.ts.map +1 -1
  344. package/eui-select/eui-select-option.directive.d.ts.map +1 -1
  345. package/eui-select/eui-select.component.d.ts +1 -1
  346. package/eui-select/eui-select.component.d.ts.map +1 -1
  347. package/eui-sidebar-menu/eui-sidebar-menu.component.d.ts.map +1 -1
  348. package/eui-slide-toggle/eui-slide-toggle.component.d.ts.map +1 -1
  349. package/eui-table/eui-table.component.d.ts.map +1 -1
  350. package/eui-table/sortable-col/eui-table-sortable-col.component.d.ts.map +1 -1
  351. package/eui-tabs/eui-tabs.component.d.ts.map +1 -1
  352. package/eui-textarea/auto-resize.directive.d.ts.map +1 -1
  353. package/eui-textarea/eui-textarea.component.d.ts +3 -3
  354. package/eui-textarea/eui-textarea.component.d.ts.map +1 -1
  355. package/eui-timebar/eui-timebar-item.model.d.ts +2 -2
  356. package/eui-timebar/eui-timebar-item.model.d.ts.map +1 -1
  357. package/eui-timebar/eui-timebar.component.d.ts.map +1 -1
  358. package/eui-timepicker/eui-timepicker.module.d.ts +1 -1
  359. package/eui-timepicker/eui-timepicker.module.d.ts.map +1 -1
  360. package/eui-timepicker/models/eui-date-time-picker.config.model.d.ts +1 -10
  361. package/eui-timepicker/models/eui-date-time-picker.config.model.d.ts.map +1 -1
  362. package/eui-tree/eui-dropdown-tree.directive.d.ts.map +1 -1
  363. package/eui-tree/eui-tree-form-control.directive.d.ts.map +1 -1
  364. package/eui-tree/eui-tree.component.d.ts +4 -1
  365. package/eui-tree/eui-tree.component.d.ts.map +1 -1
  366. package/eui-wizard/eui-wizard.component.d.ts.map +1 -1
  367. package/fesm2022/eui-components-directives.mjs +125 -95
  368. package/fesm2022/eui-components-directives.mjs.map +1 -1
  369. package/fesm2022/eui-components-eui-alert.mjs +8 -7
  370. package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
  371. package/fesm2022/eui-components-eui-all.mjs +8 -9
  372. package/fesm2022/eui-components-eui-all.mjs.map +1 -1
  373. package/fesm2022/eui-components-eui-autocomplete.mjs +35 -18
  374. package/fesm2022/eui-components-eui-autocomplete.mjs.map +1 -1
  375. package/fesm2022/eui-components-eui-badge.mjs +7 -7
  376. package/fesm2022/eui-components-eui-badge.mjs.map +1 -1
  377. package/fesm2022/eui-components-eui-block-content.mjs +8 -8
  378. package/fesm2022/eui-components-eui-block-content.mjs.map +1 -1
  379. package/fesm2022/eui-components-eui-block-document.mjs +7 -7
  380. package/fesm2022/eui-components-eui-button-group.mjs +7 -7
  381. package/fesm2022/eui-components-eui-button.mjs +9 -9
  382. package/fesm2022/eui-components-eui-button.mjs.map +1 -1
  383. package/fesm2022/eui-components-eui-buttons.mjs +16 -16
  384. package/fesm2022/eui-components-eui-buttons.mjs.map +1 -1
  385. package/fesm2022/eui-components-eui-card.mjs +46 -46
  386. package/fesm2022/eui-components-eui-chip-list.mjs +15 -15
  387. package/fesm2022/eui-components-eui-chip-list.mjs.map +1 -1
  388. package/fesm2022/eui-components-eui-chip.mjs +7 -7
  389. package/fesm2022/eui-components-eui-dashboard-button.mjs +13 -13
  390. package/fesm2022/eui-components-eui-dashboard-button.mjs.map +1 -1
  391. package/fesm2022/eui-components-eui-dashboard-card.mjs +8 -7
  392. package/fesm2022/eui-components-eui-dashboard-card.mjs.map +1 -1
  393. package/fesm2022/eui-components-eui-date-range-selector.mjs +22 -9
  394. package/fesm2022/eui-components-eui-date-range-selector.mjs.map +1 -1
  395. package/fesm2022/eui-components-eui-datepicker.mjs +24 -24
  396. package/fesm2022/eui-components-eui-datepicker.mjs.map +1 -1
  397. package/fesm2022/eui-components-eui-dialog.mjs +20 -20
  398. package/fesm2022/eui-components-eui-dialog.mjs.map +1 -1
  399. package/fesm2022/eui-components-eui-dimmer.mjs +7 -7
  400. package/fesm2022/eui-components-eui-dimmer.mjs.map +1 -1
  401. package/fesm2022/eui-components-eui-disable-content.mjs +9 -9
  402. package/fesm2022/eui-components-eui-disable-content.mjs.map +1 -1
  403. package/fesm2022/eui-components-eui-discussion-thread.mjs +11 -11
  404. package/fesm2022/eui-components-eui-discussion-thread.mjs.map +1 -1
  405. package/fesm2022/eui-components-eui-dropdown.mjs +26 -24
  406. package/fesm2022/eui-components-eui-dropdown.mjs.map +1 -1
  407. package/fesm2022/eui-components-eui-feedback-message.mjs +7 -7
  408. package/fesm2022/eui-components-eui-fieldset.mjs +13 -13
  409. package/fesm2022/eui-components-eui-file-upload.mjs +52 -153
  410. package/fesm2022/eui-components-eui-file-upload.mjs.map +1 -1
  411. package/fesm2022/eui-components-eui-growl.mjs +10 -10
  412. package/fesm2022/eui-components-eui-growl.mjs.map +1 -1
  413. package/fesm2022/eui-components-eui-icon-toggle.mjs +7 -7
  414. package/fesm2022/eui-components-eui-icon.mjs +13 -13
  415. package/fesm2022/eui-components-eui-input-checkbox.mjs +7 -7
  416. package/fesm2022/eui-components-eui-input-checkbox.mjs.map +1 -1
  417. package/fesm2022/eui-components-eui-input-group.mjs +8 -8
  418. package/fesm2022/eui-components-eui-input-group.mjs.map +1 -1
  419. package/fesm2022/eui-components-eui-input-number.mjs +11 -11
  420. package/fesm2022/eui-components-eui-input-number.mjs.map +1 -1
  421. package/fesm2022/eui-components-eui-input-radio.mjs +12 -14
  422. package/fesm2022/eui-components-eui-input-radio.mjs.map +1 -1
  423. package/fesm2022/eui-components-eui-input-text.mjs +8 -8
  424. package/fesm2022/eui-components-eui-input-text.mjs.map +1 -1
  425. package/fesm2022/eui-components-eui-label.mjs +7 -7
  426. package/fesm2022/eui-components-eui-label.mjs.map +1 -1
  427. package/fesm2022/eui-components-eui-list.mjs +13 -13
  428. package/fesm2022/eui-components-eui-list.mjs.map +1 -1
  429. package/fesm2022/eui-components-eui-menu.mjs +12 -12
  430. package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
  431. package/fesm2022/eui-components-eui-message-box.mjs +15 -13
  432. package/fesm2022/eui-components-eui-message-box.mjs.map +1 -1
  433. package/fesm2022/eui-components-eui-overlay.mjs +76 -25
  434. package/fesm2022/eui-components-eui-overlay.mjs.map +1 -1
  435. package/fesm2022/eui-components-eui-page.mjs +55 -55
  436. package/fesm2022/eui-components-eui-paginator.mjs +14 -13
  437. package/fesm2022/eui-components-eui-paginator.mjs.map +1 -1
  438. package/fesm2022/eui-components-eui-picker.mjs +15 -13
  439. package/fesm2022/eui-components-eui-picker.mjs.map +1 -1
  440. package/fesm2022/eui-components-eui-popover.mjs +104 -28
  441. package/fesm2022/eui-components-eui-popover.mjs.map +1 -1
  442. package/fesm2022/eui-components-eui-progress-bar.mjs +7 -7
  443. package/fesm2022/eui-components-eui-progress-circle.mjs +7 -7
  444. package/fesm2022/eui-components-eui-select.mjs +27 -21
  445. package/fesm2022/eui-components-eui-select.mjs.map +1 -1
  446. package/fesm2022/eui-components-eui-sidebar-menu.mjs +9 -7
  447. package/fesm2022/eui-components-eui-sidebar-menu.mjs.map +1 -1
  448. package/fesm2022/eui-components-eui-slide-toggle.mjs +7 -7
  449. package/fesm2022/eui-components-eui-slide-toggle.mjs.map +1 -1
  450. package/fesm2022/eui-components-eui-table.mjs +106 -59
  451. package/fesm2022/eui-components-eui-table.mjs.map +1 -1
  452. package/fesm2022/eui-components-eui-tabs.mjs +22 -22
  453. package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
  454. package/fesm2022/eui-components-eui-textarea.mjs +11 -11
  455. package/fesm2022/eui-components-eui-textarea.mjs.map +1 -1
  456. package/fesm2022/eui-components-eui-timebar.mjs +10 -8
  457. package/fesm2022/eui-components-eui-timebar.mjs.map +1 -1
  458. package/fesm2022/eui-components-eui-timeline.mjs +10 -10
  459. package/fesm2022/eui-components-eui-timepicker.mjs +13 -12
  460. package/fesm2022/eui-components-eui-timepicker.mjs.map +1 -1
  461. package/fesm2022/eui-components-eui-tree.mjs +42 -24
  462. package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
  463. package/fesm2022/eui-components-eui-wizard.mjs +25 -23
  464. package/fesm2022/eui-components-eui-wizard.mjs.map +1 -1
  465. package/fesm2022/eui-components-externals-charts.mjs +7 -7
  466. package/fesm2022/eui-components-externals-eui-editor.mjs +27 -27
  467. package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
  468. package/fesm2022/eui-components-externals-quill.mjs +7 -7
  469. package/fesm2022/eui-components-layout.mjs +553 -237
  470. package/fesm2022/eui-components-layout.mjs.map +1 -1
  471. package/fesm2022/eui-components-pipes.mjs +14 -14
  472. package/fesm2022/eui-components-shared-base.mjs +6 -6
  473. package/fesm2022/eui-components-shared-base.mjs.map +1 -1
  474. package/fesm2022/eui-components-shared.mjs +17 -17
  475. package/fesm2022/eui-components-shared.mjs.map +1 -1
  476. package/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts.map +1 -1
  477. package/layout/eui-app/eui-app-sidebar/sidebar.component.d.ts.map +1 -1
  478. package/layout/eui-app/eui-app-top-message/top-message.component.d.ts.map +1 -1
  479. package/layout/eui-breadcrumb/breadcrumb.component.d.ts.map +1 -1
  480. package/layout/eui-breadcrumb/collapsed-breadcrumb/collapsed-breadcrumb.component.d.ts.map +1 -1
  481. package/layout/eui-breadcrumb/item/breadcrumb-item.component.d.ts +1 -1
  482. package/layout/eui-breadcrumb/item/breadcrumb-item.component.d.ts.map +1 -1
  483. package/layout/eui-header/header-app-name/header-app-name.component.d.ts.map +1 -1
  484. package/layout/eui-header/header-app-name-logo/header-app-name-logo.component.d.ts +2 -4
  485. package/layout/eui-header/header-app-name-logo/header-app-name-logo.component.d.ts.map +1 -1
  486. package/layout/eui-header/header-app-subtitle/header-app-subtitle.component.d.ts.map +1 -1
  487. package/layout/eui-header/header-environment/header-environment.component.d.ts.map +1 -1
  488. package/layout/eui-header/header-logo/header-logo.component.d.ts.map +1 -1
  489. package/layout/eui-layout.module.d.ts +10 -9
  490. package/layout/eui-layout.module.d.ts.map +1 -1
  491. package/layout/eui-notifications-v2/eui-notification-item.component.d.ts +21 -0
  492. package/layout/eui-notifications-v2/eui-notification-item.component.d.ts.map +1 -0
  493. package/layout/eui-notifications-v2/eui-notifications.component.d.ts +78 -0
  494. package/layout/eui-notifications-v2/eui-notifications.component.d.ts.map +1 -0
  495. package/layout/eui-notifications-v2/eui-notifications.module.d.ts +16 -0
  496. package/layout/eui-notifications-v2/eui-notifications.module.d.ts.map +1 -0
  497. package/layout/eui-notifications-v2/index.d.ts +4 -0
  498. package/layout/eui-notifications-v2/index.d.ts.map +1 -0
  499. package/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.d.ts.map +1 -1
  500. package/layout/eui-user-profile/user-profile-card/user-profile-card.component.d.ts.map +1 -1
  501. package/layout/eui-user-profile/user-profile.component.d.ts +5 -2
  502. package/layout/eui-user-profile/user-profile.component.d.ts.map +1 -1
  503. package/layout/index.d.ts +1 -0
  504. package/layout/index.d.ts.map +1 -1
  505. package/package.json +2 -2
  506. package/shared/base/mixins/index.d.ts.map +1 -1
  507. package/shared/input.directive.d.ts.map +1 -1
  508. package/esm2022/eui-file-upload/uploaded-file/uploaded-file.component.mjs +0 -116
  509. package/eui-file-upload/uploaded-file/uploaded-file.component.d.ts +0 -51
  510. package/eui-file-upload/uploaded-file/uploaded-file.component.d.ts.map +0 -1
@@ -61,22 +61,22 @@ export class EuiButtonsComponent extends BaseDirective {
61
61
  this.e2eAttr = 'eui-buttons';
62
62
  }
63
63
  }
64
- onBookmarkToggle(event) {
64
+ onBookmarkToggle() {
65
65
  this.isBookmarked = !this.isBookmarked;
66
66
  this.bookmarked.emit({ isBookmarked: this.isBookmarked, url: this.currentRoute });
67
67
  }
68
- onPrint(event) {
68
+ onPrint() {
69
69
  window.print();
70
70
  }
71
71
  _getCurrentUrl(currentRoute) {
72
72
  return window.location.origin + currentRoute;
73
73
  }
74
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiButtonsComponent, deps: [{ token: i1.UxAppShellService }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Component }); }
75
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.3", type: EuiButtonsComponent, selector: "eui-buttons", inputs: { localMenuLabel: "localMenuLabel", hasLocalMenu: "hasLocalMenu", isBookmarkable: "isBookmarkable", isBookmarked: "isBookmarked" }, outputs: { bookmarked: "bookmarked" }, host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "customActionsContent", first: true, predicate: i0.forwardRef(function () { return EuiButtonsActionsContentTagDirective; }), descendants: true }, { propertyName: "customLocalMenuContent", first: true, predicate: i0.forwardRef(function () { return EuiButtonsLocalMenuContentTagDirective; }), descendants: true }], usesInheritance: true, ngImport: i0, template: "<div\n class=\"eui-buttons-wrapper\"\n [class.eui-buttons-wrapper--mobile]=\"(asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet\">\n <div class=\"eui-buttons__actions-container\">\n <!-- ACTION BUTTONS -->\n <ng-container *ngIf=\"!((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet)\">\n <ng-container *ngTemplateOutlet=\"actionsButtons\"></ng-container>\n </ng-container>\n\n <!-- BOOKMARK BUTTON -->\n <button\n *ngIf=\"isBookmarkable && !((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet)\"\n euiButton\n euiOutline\n euiSecondary\n type=\"button\"\n [title]=\"\n isBookmarked ? ('eui.pageHeader.REMOVE-BOOKMARK.tooltip' | translate) : ('eui.pageHeader.ADD-BOOKMARK.tooltip' | translate)\n \"\n [attr.aria-label]=\"\n isBookmarked ? ('eui.pageHeader.REMOVE-BOOKMARK.tooltip' | translate) : ('eui.pageHeader.ADD-BOOKMARK.tooltip' | translate)\n \"\n (click)=\"onBookmarkToggle($event)\">\n <eui-icon-svg *ngIf=\"isBookmarked\" icon=\"eui-bookmark\"></eui-icon-svg>\n <eui-icon-svg *ngIf=\"!isBookmarked\" icon=\"eui-bookmark-outline\"></eui-icon-svg>\n <span *ngIf=\"isBookmarked\">{{ 'eui.pageHeader.REMOVE-BOOKMARK' | translate }}</span>\n <span *ngIf=\"!isBookmarked\">{{ 'eui.pageHeader.ADD-BOOKMARK' | translate }}</span>\n </button>\n\n <!-- LOCAL MENU WHEN IN MOBILE/TABLET MODE -->\n <div\n *ngIf=\"hasLocalMenu || (asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet\"\n class=\"eui-buttons__local-menu\"\n [class.eui-buttons__local-menu--mobile]=\"(asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet\"\n euiSizeS>\n <eui-dropdown>\n <button\n euiButton\n euiPrimary\n type=\"button\"\n [euiOutline]=\"localMenuLabel\"\n [euiBasicButton]=\"!localMenuLabel\"\n [euiRounded]=\"!localMenuLabel\"\n [euiIconButton]=\"!localMenuLabel\">\n <span *ngIf=\"localMenuLabel\" euiLabel>{{ localMenuLabel }}</span>\n <eui-icon-svg icon=\"eui-ellipsis-vertical\"></eui-icon-svg>\n </button>\n <eui-dropdown-content>\n <!-- Action buttons -->\n <ng-container\n *ngIf=\"\n customActionsContent && ((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet)\n \">\n <ng-container *ngTemplateOutlet=\"actionsButtons\"></ng-container>\n </ng-container>\n\n <!-- Local menu items -->\n <ng-container *ngIf=\"hasLocalMenu && customLocalMenuContent && customLocalMenuContent.length !== 0\">\n <ng-container *ngTemplateOutlet=\"localMenu\"></ng-container>\n </ng-container>\n\n <!-- Extra menu items -->\n <ul euiList class=\"eui-buttons__local-menu-extras\">\n <li\n *ngIf=\"\n isBookmarkable && ((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet)\n \"\n euiListItem\n [title]=\"\n isBookmarked\n ? ('eui.pageHeader.REMOVE-BOOKMARK-TOOLTIP' | translate)\n : ('eui.pageHeader.ADD-BOOKMARK-TOOLTIP' | translate)\n \"\n [attr.aria-label]=\"\n isBookmarked\n ? ('eui.pageHeader.REMOVE-BOOKMARK-TOOLTIP' | translate)\n : ('eui.pageHeader.ADD-BOOKMARK-TOOLTIP' | translate)\n \"\n (click)=\"onBookmarkToggle($event)\">\n <eui-icon-svg *ngIf=\"isBookmarked\" icon=\"eui-bookmark\" fillColor=\"info-100\" size=\"s\"></eui-icon-svg>\n <eui-icon-svg *ngIf=\"!isBookmarked\" icon=\"eui-bookmark-outline\" fillColor=\"info-100\" size=\"s\"></eui-icon-svg>\n <span *ngIf=\"isBookmarked\" euiLabel>{{ 'eui.pageHeader.REMOVE-BOOKMARK' | translate }}</span>\n <span *ngIf=\"!isBookmarked\" euiLabel>{{ 'eui.pageHeader.ADD-BOOKMARK' | translate }}</span>\n </li>\n </ul>\n </eui-dropdown-content>\n </eui-dropdown>\n </div>\n </div>\n</div>\n\n<ng-template #actionsButtons>\n <div\n class=\"eui-buttons__actions-content\"\n [class.eui-buttons__actions-content--mobile]=\"\n (asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet\n \">\n <ng-content select=\"euiButtonsActionsContent\"></ng-content>\n </div>\n</ng-template>\n\n<ng-template #localMenu>\n <div\n class=\"eui-buttons__local-menu-content\"\n [class.eui-buttons__local-menu-content--mobile]=\"\n (asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet\n \">\n <ng-content select=\"euiButtonsLocalMenuContent\"></ng-content>\n </div>\n</ng-template>\n", styles: [".eui-buttons{display:flex;flex-direction:column;width:100%}.eui-buttons-wrapper{max-width:100%;align-items:center;display:flex;width:100%}.eui-buttons__actions-container{align-items:center;display:flex;flex:1 0 auto;justify-content:flex-end}.eui-buttons__actions-container button{margin-left:var(--eui-base-spacing-xs)}.eui-buttons__actions-content{align-items:center;display:flex;flex-direction:row;overflow:visible}.eui-buttons__actions-content--mobile{display:block;width:100%}.eui-buttons__actions-content--mobile euibuttonsactionscontent{display:block;margin:var(--eui-base-spacing-xs);position:relative}.eui-buttons__actions-content--mobile euibuttonsactionscontent button{align-items:center;display:flex;margin-bottom:var(--eui-base-spacing-xs);min-height:calc(2 * var(--eui-base-spacing-m));width:100%}.eui-buttons__local-menu{align-items:center;display:flex}.eui-buttons__local-menu__action-buttons{margin:0 var(--eui-base-spacing-s)}.eui-buttons__local-menu__action-buttons button,.eui-buttons__local-menu__action-buttons div{margin-bottom:var(--eui-base-spacing-xs)}.eui-buttons__local-menu__action-buttons--mobile,.eui-buttons__local-menu-content{display:block;width:100%}.eui-buttons__local-menu-content euibuttonslocalmenucontent{display:block;position:relative;width:100%}.eui-buttons__local-menu-content euibuttonslocalmenucontent button{align-items:center;display:flex;margin-bottom:var(--eui-base-spacing-xs);margin-top:var(--eui-base-spacing-xs);min-height:calc(2 * var(--eui-base-spacing-m));width:100%}.eui-buttons__local-menu-content--mobile .container{padding-left:var(--eui-base-spacing-xs);padding-right:var(--eui-base-spacing-xs)}.eui-buttons__local-menu-extras{border-top:1px ridge var(--eui-base-color-grey-20);color:var(--eui-base-color-info-100)}.eui-buttons--size-s .eui-button{min-height:calc(2 * var(--eui-base-spacing-m))}.eui-buttons--size-m .eui-button{min-height:42px;min-width:42px}.eui-buttons--size-l .eui-button{height:calc(3.25 * var(--eui-base-spacing-m));min-height:calc(3.25 * var(--eui-base-spacing-m))}\n"], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i4.EuiButtonComponent, selector: "button[euiButton], a[euiButton]", inputs: ["e2eAttr", "id", "euiBasicButton", "euiButtonCall", "euiBlockButton", "isLoading", "euiIconButton", "euiLineWrap"], outputs: ["buttonClick"] }, { kind: "component", type: i5.EuiDropdownComponent, selector: "eui-dropdown", inputs: ["e2eAttr", "tabIndex", "width", "position", "isDropDownRightAligned", "isClosedOnClickInside", "isLabelUpdatedFromSelectedItem", "isExpandOnHover", "hasTabNavigation"] }, { kind: "directive", type: i5.EuiDropdownContentDirective, selector: "eui-dropdown-content" }, { kind: "component", type: i6.EuiIconSvgComponent, selector: "eui-icon-svg, span[euiIconSvg], i[euiIconSvg]", inputs: ["icon", "size", "fillColor", "set", "ariaLabelledby", "role", "style", "iconUrl", "transform", "aria-label", "ariaHidden", "focusable", "isLoading"] }, { kind: "component", type: i7.EuiLabelComponent, selector: "label[euiLabel], span[euiLabel], div[euiLabel], a[euiLabel], eui-label, label[euiSublabel], span[euiSublabel], div[euiSublabel], a[euiSublabel], eui-sublabel", inputs: ["euiRequired", "euiReadonly", "euiSublabel"] }, { kind: "component", type: i8.EuiListComponent, selector: "[euiList], eui-list", inputs: ["isCollapsible"] }, { kind: "component", type: i8.EuiListItemComponent, selector: "[euiListItem], eui-list-item", inputs: ["disabled", "isCollapsible", "isCollapsed", "isActive"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }, { kind: "pipe", type: i9.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
74
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiButtonsComponent, deps: [{ token: i1.UxAppShellService }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Component }); }
75
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: EuiButtonsComponent, selector: "eui-buttons", inputs: { localMenuLabel: "localMenuLabel", hasLocalMenu: "hasLocalMenu", isBookmarkable: "isBookmarkable", isBookmarked: "isBookmarked" }, outputs: { bookmarked: "bookmarked" }, host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "customActionsContent", first: true, predicate: i0.forwardRef(function () { return EuiButtonsActionsContentTagDirective; }), descendants: true }, { propertyName: "customLocalMenuContent", first: true, predicate: i0.forwardRef(function () { return EuiButtonsLocalMenuContentTagDirective; }), descendants: true }], usesInheritance: true, ngImport: i0, template: "<div\n class=\"eui-buttons-wrapper\"\n [class.eui-buttons-wrapper--mobile]=\"(asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet\">\n <div class=\"eui-buttons__actions-container\">\n <!-- ACTION BUTTONS -->\n <ng-container *ngIf=\"!((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet)\">\n <ng-container *ngTemplateOutlet=\"actionsButtons\"></ng-container>\n </ng-container>\n\n <!-- BOOKMARK BUTTON -->\n <button\n *ngIf=\"isBookmarkable && !((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet)\"\n euiButton\n euiOutline\n euiSecondary\n type=\"button\"\n [title]=\"\n isBookmarked ? ('eui.pageHeader.REMOVE-BOOKMARK.tooltip' | translate) : ('eui.pageHeader.ADD-BOOKMARK.tooltip' | translate)\n \"\n [attr.aria-label]=\"\n isBookmarked ? ('eui.pageHeader.REMOVE-BOOKMARK.tooltip' | translate) : ('eui.pageHeader.ADD-BOOKMARK.tooltip' | translate)\n \"\n (click)=\"onBookmarkToggle()\">\n <eui-icon-svg *ngIf=\"isBookmarked\" icon=\"eui-bookmark\"></eui-icon-svg>\n <eui-icon-svg *ngIf=\"!isBookmarked\" icon=\"eui-bookmark-outline\"></eui-icon-svg>\n <span *ngIf=\"isBookmarked\">{{ 'eui.pageHeader.REMOVE-BOOKMARK' | translate }}</span>\n <span *ngIf=\"!isBookmarked\">{{ 'eui.pageHeader.ADD-BOOKMARK' | translate }}</span>\n </button>\n\n <!-- LOCAL MENU WHEN IN MOBILE/TABLET MODE -->\n <div\n *ngIf=\"hasLocalMenu || (asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet\"\n class=\"eui-buttons__local-menu\"\n [class.eui-buttons__local-menu--mobile]=\"(asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet\"\n euiSizeS>\n <eui-dropdown>\n <button\n euiButton\n euiPrimary\n type=\"button\"\n [euiOutline]=\"localMenuLabel\"\n [euiBasicButton]=\"!localMenuLabel\"\n [euiRounded]=\"!localMenuLabel\"\n [euiIconButton]=\"!localMenuLabel\">\n <span *ngIf=\"localMenuLabel\" euiLabel>{{ localMenuLabel }}</span>\n <eui-icon-svg icon=\"eui-ellipsis-vertical\"></eui-icon-svg>\n </button>\n <eui-dropdown-content>\n <!-- Action buttons -->\n <ng-container\n *ngIf=\"\n customActionsContent && ((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet)\n \">\n <ng-container *ngTemplateOutlet=\"actionsButtons\"></ng-container>\n </ng-container>\n\n <!-- Local menu items -->\n <ng-container *ngIf=\"hasLocalMenu && customLocalMenuContent && customLocalMenuContent.length !== 0\">\n <ng-container *ngTemplateOutlet=\"localMenu\"></ng-container>\n </ng-container>\n\n <!-- Extra menu items -->\n <ul euiList class=\"eui-buttons__local-menu-extras\">\n <li\n *ngIf=\"\n isBookmarkable && ((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet)\n \"\n euiListItem\n [title]=\"\n isBookmarked\n ? ('eui.pageHeader.REMOVE-BOOKMARK-TOOLTIP' | translate)\n : ('eui.pageHeader.ADD-BOOKMARK-TOOLTIP' | translate)\n \"\n [attr.aria-label]=\"\n isBookmarked\n ? ('eui.pageHeader.REMOVE-BOOKMARK-TOOLTIP' | translate)\n : ('eui.pageHeader.ADD-BOOKMARK-TOOLTIP' | translate)\n \"\n (click)=\"onBookmarkToggle()\">\n <eui-icon-svg *ngIf=\"isBookmarked\" icon=\"eui-bookmark\" fillColor=\"info-100\" size=\"s\"></eui-icon-svg>\n <eui-icon-svg *ngIf=\"!isBookmarked\" icon=\"eui-bookmark-outline\" fillColor=\"info-100\" size=\"s\"></eui-icon-svg>\n <span *ngIf=\"isBookmarked\" euiLabel>{{ 'eui.pageHeader.REMOVE-BOOKMARK' | translate }}</span>\n <span *ngIf=\"!isBookmarked\" euiLabel>{{ 'eui.pageHeader.ADD-BOOKMARK' | translate }}</span>\n </li>\n </ul>\n </eui-dropdown-content>\n </eui-dropdown>\n </div>\n </div>\n</div>\n\n<ng-template #actionsButtons>\n <div\n class=\"eui-buttons__actions-content\"\n [class.eui-buttons__actions-content--mobile]=\"\n (asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet\n \">\n <ng-content select=\"euiButtonsActionsContent\"></ng-content>\n </div>\n</ng-template>\n\n<ng-template #localMenu>\n <div\n class=\"eui-buttons__local-menu-content\"\n [class.eui-buttons__local-menu-content--mobile]=\"\n (asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet\n \">\n <ng-content select=\"euiButtonsLocalMenuContent\"></ng-content>\n </div>\n</ng-template>\n", styles: [".eui-buttons{display:flex;flex-direction:column;width:100%}.eui-buttons-wrapper{max-width:100%;align-items:center;display:flex;width:100%}.eui-buttons__actions-container{align-items:center;display:flex;flex:1 0 auto;justify-content:flex-end}.eui-buttons__actions-container button{margin-left:var(--eui-base-spacing-xs)}.eui-buttons__actions-content{align-items:center;display:flex;flex-direction:row;overflow:visible}.eui-buttons__actions-content--mobile{display:block;width:100%}.eui-buttons__actions-content--mobile euibuttonsactionscontent{display:block;margin:var(--eui-base-spacing-xs);position:relative}.eui-buttons__actions-content--mobile euibuttonsactionscontent button{align-items:center;display:flex;margin-bottom:var(--eui-base-spacing-xs);min-height:calc(2 * var(--eui-base-spacing-m));width:100%}.eui-buttons__local-menu{align-items:center;display:flex}.eui-buttons__local-menu__action-buttons{margin:0 var(--eui-base-spacing-s)}.eui-buttons__local-menu__action-buttons button,.eui-buttons__local-menu__action-buttons div{margin-bottom:var(--eui-base-spacing-xs)}.eui-buttons__local-menu__action-buttons--mobile,.eui-buttons__local-menu-content{display:block;width:100%}.eui-buttons__local-menu-content euibuttonslocalmenucontent{display:block;position:relative;width:100%}.eui-buttons__local-menu-content euibuttonslocalmenucontent button{align-items:center;display:flex;margin-bottom:var(--eui-base-spacing-xs);margin-top:var(--eui-base-spacing-xs);min-height:calc(2 * var(--eui-base-spacing-m));width:100%}.eui-buttons__local-menu-content--mobile .container{padding-left:var(--eui-base-spacing-xs);padding-right:var(--eui-base-spacing-xs)}.eui-buttons__local-menu-extras{border-top:1px ridge var(--eui-base-color-grey-20);color:var(--eui-base-color-info-100)}.eui-buttons--size-s .eui-button{min-height:calc(2 * var(--eui-base-spacing-m))}.eui-buttons--size-m .eui-button{min-height:42px;min-width:42px}.eui-buttons--size-l .eui-button{height:calc(3.25 * var(--eui-base-spacing-m));min-height:calc(3.25 * var(--eui-base-spacing-m))}\n"], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i4.EuiButtonComponent, selector: "button[euiButton], a[euiButton]", inputs: ["e2eAttr", "id", "euiBasicButton", "euiButtonCall", "euiBlockButton", "isLoading", "euiIconButton", "euiLineWrap"], outputs: ["buttonClick"] }, { kind: "component", type: i5.EuiDropdownComponent, selector: "eui-dropdown", inputs: ["e2eAttr", "tabIndex", "width", "position", "isDropDownRightAligned", "isClosedOnClickInside", "isLabelUpdatedFromSelectedItem", "isExpandOnHover", "hasTabNavigation"] }, { kind: "directive", type: i5.EuiDropdownContentDirective, selector: "eui-dropdown-content" }, { kind: "component", type: i6.EuiIconSvgComponent, selector: "eui-icon-svg, span[euiIconSvg], i[euiIconSvg]", inputs: ["icon", "size", "fillColor", "set", "ariaLabelledby", "role", "style", "iconUrl", "transform", "aria-label", "ariaHidden", "focusable", "isLoading"] }, { kind: "component", type: i7.EuiLabelComponent, selector: "label[euiLabel], span[euiLabel], div[euiLabel], a[euiLabel], eui-label, label[euiSublabel], span[euiSublabel], div[euiSublabel], a[euiSublabel], eui-sublabel", inputs: ["euiRequired", "euiReadonly", "euiSublabel"] }, { kind: "component", type: i8.EuiListComponent, selector: "[euiList], eui-list", inputs: ["isCollapsible"] }, { kind: "component", type: i8.EuiListItemComponent, selector: "[euiListItem], eui-list-item", inputs: ["disabled", "isCollapsible", "isCollapsed", "isActive"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }, { kind: "pipe", type: i9.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
76
76
  }
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiButtonsComponent, decorators: [{
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiButtonsComponent, decorators: [{
78
78
  type: Component,
79
- args: [{ selector: 'eui-buttons', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div\n class=\"eui-buttons-wrapper\"\n [class.eui-buttons-wrapper--mobile]=\"(asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet\">\n <div class=\"eui-buttons__actions-container\">\n <!-- ACTION BUTTONS -->\n <ng-container *ngIf=\"!((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet)\">\n <ng-container *ngTemplateOutlet=\"actionsButtons\"></ng-container>\n </ng-container>\n\n <!-- BOOKMARK BUTTON -->\n <button\n *ngIf=\"isBookmarkable && !((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet)\"\n euiButton\n euiOutline\n euiSecondary\n type=\"button\"\n [title]=\"\n isBookmarked ? ('eui.pageHeader.REMOVE-BOOKMARK.tooltip' | translate) : ('eui.pageHeader.ADD-BOOKMARK.tooltip' | translate)\n \"\n [attr.aria-label]=\"\n isBookmarked ? ('eui.pageHeader.REMOVE-BOOKMARK.tooltip' | translate) : ('eui.pageHeader.ADD-BOOKMARK.tooltip' | translate)\n \"\n (click)=\"onBookmarkToggle($event)\">\n <eui-icon-svg *ngIf=\"isBookmarked\" icon=\"eui-bookmark\"></eui-icon-svg>\n <eui-icon-svg *ngIf=\"!isBookmarked\" icon=\"eui-bookmark-outline\"></eui-icon-svg>\n <span *ngIf=\"isBookmarked\">{{ 'eui.pageHeader.REMOVE-BOOKMARK' | translate }}</span>\n <span *ngIf=\"!isBookmarked\">{{ 'eui.pageHeader.ADD-BOOKMARK' | translate }}</span>\n </button>\n\n <!-- LOCAL MENU WHEN IN MOBILE/TABLET MODE -->\n <div\n *ngIf=\"hasLocalMenu || (asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet\"\n class=\"eui-buttons__local-menu\"\n [class.eui-buttons__local-menu--mobile]=\"(asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet\"\n euiSizeS>\n <eui-dropdown>\n <button\n euiButton\n euiPrimary\n type=\"button\"\n [euiOutline]=\"localMenuLabel\"\n [euiBasicButton]=\"!localMenuLabel\"\n [euiRounded]=\"!localMenuLabel\"\n [euiIconButton]=\"!localMenuLabel\">\n <span *ngIf=\"localMenuLabel\" euiLabel>{{ localMenuLabel }}</span>\n <eui-icon-svg icon=\"eui-ellipsis-vertical\"></eui-icon-svg>\n </button>\n <eui-dropdown-content>\n <!-- Action buttons -->\n <ng-container\n *ngIf=\"\n customActionsContent && ((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet)\n \">\n <ng-container *ngTemplateOutlet=\"actionsButtons\"></ng-container>\n </ng-container>\n\n <!-- Local menu items -->\n <ng-container *ngIf=\"hasLocalMenu && customLocalMenuContent && customLocalMenuContent.length !== 0\">\n <ng-container *ngTemplateOutlet=\"localMenu\"></ng-container>\n </ng-container>\n\n <!-- Extra menu items -->\n <ul euiList class=\"eui-buttons__local-menu-extras\">\n <li\n *ngIf=\"\n isBookmarkable && ((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet)\n \"\n euiListItem\n [title]=\"\n isBookmarked\n ? ('eui.pageHeader.REMOVE-BOOKMARK-TOOLTIP' | translate)\n : ('eui.pageHeader.ADD-BOOKMARK-TOOLTIP' | translate)\n \"\n [attr.aria-label]=\"\n isBookmarked\n ? ('eui.pageHeader.REMOVE-BOOKMARK-TOOLTIP' | translate)\n : ('eui.pageHeader.ADD-BOOKMARK-TOOLTIP' | translate)\n \"\n (click)=\"onBookmarkToggle($event)\">\n <eui-icon-svg *ngIf=\"isBookmarked\" icon=\"eui-bookmark\" fillColor=\"info-100\" size=\"s\"></eui-icon-svg>\n <eui-icon-svg *ngIf=\"!isBookmarked\" icon=\"eui-bookmark-outline\" fillColor=\"info-100\" size=\"s\"></eui-icon-svg>\n <span *ngIf=\"isBookmarked\" euiLabel>{{ 'eui.pageHeader.REMOVE-BOOKMARK' | translate }}</span>\n <span *ngIf=\"!isBookmarked\" euiLabel>{{ 'eui.pageHeader.ADD-BOOKMARK' | translate }}</span>\n </li>\n </ul>\n </eui-dropdown-content>\n </eui-dropdown>\n </div>\n </div>\n</div>\n\n<ng-template #actionsButtons>\n <div\n class=\"eui-buttons__actions-content\"\n [class.eui-buttons__actions-content--mobile]=\"\n (asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet\n \">\n <ng-content select=\"euiButtonsActionsContent\"></ng-content>\n </div>\n</ng-template>\n\n<ng-template #localMenu>\n <div\n class=\"eui-buttons__local-menu-content\"\n [class.eui-buttons__local-menu-content--mobile]=\"\n (asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet\n \">\n <ng-content select=\"euiButtonsLocalMenuContent\"></ng-content>\n </div>\n</ng-template>\n", styles: [".eui-buttons{display:flex;flex-direction:column;width:100%}.eui-buttons-wrapper{max-width:100%;align-items:center;display:flex;width:100%}.eui-buttons__actions-container{align-items:center;display:flex;flex:1 0 auto;justify-content:flex-end}.eui-buttons__actions-container button{margin-left:var(--eui-base-spacing-xs)}.eui-buttons__actions-content{align-items:center;display:flex;flex-direction:row;overflow:visible}.eui-buttons__actions-content--mobile{display:block;width:100%}.eui-buttons__actions-content--mobile euibuttonsactionscontent{display:block;margin:var(--eui-base-spacing-xs);position:relative}.eui-buttons__actions-content--mobile euibuttonsactionscontent button{align-items:center;display:flex;margin-bottom:var(--eui-base-spacing-xs);min-height:calc(2 * var(--eui-base-spacing-m));width:100%}.eui-buttons__local-menu{align-items:center;display:flex}.eui-buttons__local-menu__action-buttons{margin:0 var(--eui-base-spacing-s)}.eui-buttons__local-menu__action-buttons button,.eui-buttons__local-menu__action-buttons div{margin-bottom:var(--eui-base-spacing-xs)}.eui-buttons__local-menu__action-buttons--mobile,.eui-buttons__local-menu-content{display:block;width:100%}.eui-buttons__local-menu-content euibuttonslocalmenucontent{display:block;position:relative;width:100%}.eui-buttons__local-menu-content euibuttonslocalmenucontent button{align-items:center;display:flex;margin-bottom:var(--eui-base-spacing-xs);margin-top:var(--eui-base-spacing-xs);min-height:calc(2 * var(--eui-base-spacing-m));width:100%}.eui-buttons__local-menu-content--mobile .container{padding-left:var(--eui-base-spacing-xs);padding-right:var(--eui-base-spacing-xs)}.eui-buttons__local-menu-extras{border-top:1px ridge var(--eui-base-color-grey-20);color:var(--eui-base-color-info-100)}.eui-buttons--size-s .eui-button{min-height:calc(2 * var(--eui-base-spacing-m))}.eui-buttons--size-m .eui-button{min-height:42px;min-width:42px}.eui-buttons--size-l .eui-button{height:calc(3.25 * var(--eui-base-spacing-m));min-height:calc(3.25 * var(--eui-base-spacing-m))}\n"] }]
79
+ args: [{ selector: 'eui-buttons', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div\n class=\"eui-buttons-wrapper\"\n [class.eui-buttons-wrapper--mobile]=\"(asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet\">\n <div class=\"eui-buttons__actions-container\">\n <!-- ACTION BUTTONS -->\n <ng-container *ngIf=\"!((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet)\">\n <ng-container *ngTemplateOutlet=\"actionsButtons\"></ng-container>\n </ng-container>\n\n <!-- BOOKMARK BUTTON -->\n <button\n *ngIf=\"isBookmarkable && !((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet)\"\n euiButton\n euiOutline\n euiSecondary\n type=\"button\"\n [title]=\"\n isBookmarked ? ('eui.pageHeader.REMOVE-BOOKMARK.tooltip' | translate) : ('eui.pageHeader.ADD-BOOKMARK.tooltip' | translate)\n \"\n [attr.aria-label]=\"\n isBookmarked ? ('eui.pageHeader.REMOVE-BOOKMARK.tooltip' | translate) : ('eui.pageHeader.ADD-BOOKMARK.tooltip' | translate)\n \"\n (click)=\"onBookmarkToggle()\">\n <eui-icon-svg *ngIf=\"isBookmarked\" icon=\"eui-bookmark\"></eui-icon-svg>\n <eui-icon-svg *ngIf=\"!isBookmarked\" icon=\"eui-bookmark-outline\"></eui-icon-svg>\n <span *ngIf=\"isBookmarked\">{{ 'eui.pageHeader.REMOVE-BOOKMARK' | translate }}</span>\n <span *ngIf=\"!isBookmarked\">{{ 'eui.pageHeader.ADD-BOOKMARK' | translate }}</span>\n </button>\n\n <!-- LOCAL MENU WHEN IN MOBILE/TABLET MODE -->\n <div\n *ngIf=\"hasLocalMenu || (asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet\"\n class=\"eui-buttons__local-menu\"\n [class.eui-buttons__local-menu--mobile]=\"(asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet\"\n euiSizeS>\n <eui-dropdown>\n <button\n euiButton\n euiPrimary\n type=\"button\"\n [euiOutline]=\"localMenuLabel\"\n [euiBasicButton]=\"!localMenuLabel\"\n [euiRounded]=\"!localMenuLabel\"\n [euiIconButton]=\"!localMenuLabel\">\n <span *ngIf=\"localMenuLabel\" euiLabel>{{ localMenuLabel }}</span>\n <eui-icon-svg icon=\"eui-ellipsis-vertical\"></eui-icon-svg>\n </button>\n <eui-dropdown-content>\n <!-- Action buttons -->\n <ng-container\n *ngIf=\"\n customActionsContent && ((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet)\n \">\n <ng-container *ngTemplateOutlet=\"actionsButtons\"></ng-container>\n </ng-container>\n\n <!-- Local menu items -->\n <ng-container *ngIf=\"hasLocalMenu && customLocalMenuContent && customLocalMenuContent.length !== 0\">\n <ng-container *ngTemplateOutlet=\"localMenu\"></ng-container>\n </ng-container>\n\n <!-- Extra menu items -->\n <ul euiList class=\"eui-buttons__local-menu-extras\">\n <li\n *ngIf=\"\n isBookmarkable && ((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet)\n \"\n euiListItem\n [title]=\"\n isBookmarked\n ? ('eui.pageHeader.REMOVE-BOOKMARK-TOOLTIP' | translate)\n : ('eui.pageHeader.ADD-BOOKMARK-TOOLTIP' | translate)\n \"\n [attr.aria-label]=\"\n isBookmarked\n ? ('eui.pageHeader.REMOVE-BOOKMARK-TOOLTIP' | translate)\n : ('eui.pageHeader.ADD-BOOKMARK-TOOLTIP' | translate)\n \"\n (click)=\"onBookmarkToggle()\">\n <eui-icon-svg *ngIf=\"isBookmarked\" icon=\"eui-bookmark\" fillColor=\"info-100\" size=\"s\"></eui-icon-svg>\n <eui-icon-svg *ngIf=\"!isBookmarked\" icon=\"eui-bookmark-outline\" fillColor=\"info-100\" size=\"s\"></eui-icon-svg>\n <span *ngIf=\"isBookmarked\" euiLabel>{{ 'eui.pageHeader.REMOVE-BOOKMARK' | translate }}</span>\n <span *ngIf=\"!isBookmarked\" euiLabel>{{ 'eui.pageHeader.ADD-BOOKMARK' | translate }}</span>\n </li>\n </ul>\n </eui-dropdown-content>\n </eui-dropdown>\n </div>\n </div>\n</div>\n\n<ng-template #actionsButtons>\n <div\n class=\"eui-buttons__actions-content\"\n [class.eui-buttons__actions-content--mobile]=\"\n (asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet\n \">\n <ng-content select=\"euiButtonsActionsContent\"></ng-content>\n </div>\n</ng-template>\n\n<ng-template #localMenu>\n <div\n class=\"eui-buttons__local-menu-content\"\n [class.eui-buttons__local-menu-content--mobile]=\"\n (asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet\n \">\n <ng-content select=\"euiButtonsLocalMenuContent\"></ng-content>\n </div>\n</ng-template>\n", styles: [".eui-buttons{display:flex;flex-direction:column;width:100%}.eui-buttons-wrapper{max-width:100%;align-items:center;display:flex;width:100%}.eui-buttons__actions-container{align-items:center;display:flex;flex:1 0 auto;justify-content:flex-end}.eui-buttons__actions-container button{margin-left:var(--eui-base-spacing-xs)}.eui-buttons__actions-content{align-items:center;display:flex;flex-direction:row;overflow:visible}.eui-buttons__actions-content--mobile{display:block;width:100%}.eui-buttons__actions-content--mobile euibuttonsactionscontent{display:block;margin:var(--eui-base-spacing-xs);position:relative}.eui-buttons__actions-content--mobile euibuttonsactionscontent button{align-items:center;display:flex;margin-bottom:var(--eui-base-spacing-xs);min-height:calc(2 * var(--eui-base-spacing-m));width:100%}.eui-buttons__local-menu{align-items:center;display:flex}.eui-buttons__local-menu__action-buttons{margin:0 var(--eui-base-spacing-s)}.eui-buttons__local-menu__action-buttons button,.eui-buttons__local-menu__action-buttons div{margin-bottom:var(--eui-base-spacing-xs)}.eui-buttons__local-menu__action-buttons--mobile,.eui-buttons__local-menu-content{display:block;width:100%}.eui-buttons__local-menu-content euibuttonslocalmenucontent{display:block;position:relative;width:100%}.eui-buttons__local-menu-content euibuttonslocalmenucontent button{align-items:center;display:flex;margin-bottom:var(--eui-base-spacing-xs);margin-top:var(--eui-base-spacing-xs);min-height:calc(2 * var(--eui-base-spacing-m));width:100%}.eui-buttons__local-menu-content--mobile .container{padding-left:var(--eui-base-spacing-xs);padding-right:var(--eui-base-spacing-xs)}.eui-buttons__local-menu-extras{border-top:1px ridge var(--eui-base-color-grey-20);color:var(--eui-base-color-info-100)}.eui-buttons--size-s .eui-button{min-height:calc(2 * var(--eui-base-spacing-m))}.eui-buttons--size-m .eui-button{min-height:42px;min-width:42px}.eui-buttons--size-l .eui-button{height:calc(3.25 * var(--eui-base-spacing-m));min-height:calc(3.25 * var(--eui-base-spacing-m))}\n"] }]
80
80
  }], ctorParameters: function () { return [{ type: i1.UxAppShellService }, { type: i2.Router }]; }, propDecorators: { cssClasses: [{
81
81
  type: HostBinding,
82
82
  args: ['class']
@@ -99,28 +99,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3",
99
99
  }] } });
100
100
  /* eslint-disable */
101
101
  export class EuiButtonsActionsContentTagDirective {
102
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiButtonsActionsContentTagDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
103
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.3", type: EuiButtonsActionsContentTagDirective, selector: "euiButtonsActionsContent", ngImport: i0 }); }
102
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiButtonsActionsContentTagDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
103
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: EuiButtonsActionsContentTagDirective, selector: "euiButtonsActionsContent", ngImport: i0 }); }
104
104
  }
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiButtonsActionsContentTagDirective, decorators: [{
105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiButtonsActionsContentTagDirective, decorators: [{
106
106
  type: Directive,
107
107
  args: [{ selector: 'euiButtonsActionsContent' }]
108
108
  }] });
109
109
  export class EuiButtonsLocalMenuContentTagDirective {
110
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiButtonsLocalMenuContentTagDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
111
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.3", type: EuiButtonsLocalMenuContentTagDirective, selector: "euiButtonsLocalMenuContent", ngImport: i0 }); }
110
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiButtonsLocalMenuContentTagDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
111
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: EuiButtonsLocalMenuContentTagDirective, selector: "euiButtonsLocalMenuContent", ngImport: i0 }); }
112
112
  }
113
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiButtonsLocalMenuContentTagDirective, decorators: [{
113
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiButtonsLocalMenuContentTagDirective, decorators: [{
114
114
  type: Directive,
115
115
  args: [{ selector: 'euiButtonsLocalMenuContent' }]
116
116
  }] });
117
117
  /* eslint-enable */
118
118
  export class EuiButtonsModule {
119
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiButtonsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
120
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiButtonsModule, declarations: [EuiButtonsComponent, EuiButtonsActionsContentTagDirective, EuiButtonsLocalMenuContentTagDirective], imports: [CommonModule, TranslateModule, EuiButtonModule, EuiDropdownModule, EuiIconModule, EuiLabelModule, EuiListModule], exports: [EuiButtonsComponent, EuiButtonsActionsContentTagDirective, EuiButtonsLocalMenuContentTagDirective] }); }
121
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiButtonsModule, imports: [CommonModule, TranslateModule, EuiButtonModule, EuiDropdownModule, EuiIconModule, EuiLabelModule, EuiListModule] }); }
119
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiButtonsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
120
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiButtonsModule, declarations: [EuiButtonsComponent, EuiButtonsActionsContentTagDirective, EuiButtonsLocalMenuContentTagDirective], imports: [CommonModule, TranslateModule, EuiButtonModule, EuiDropdownModule, EuiIconModule, EuiLabelModule, EuiListModule], exports: [EuiButtonsComponent, EuiButtonsActionsContentTagDirective, EuiButtonsLocalMenuContentTagDirective] }); }
121
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiButtonsModule, imports: [CommonModule, TranslateModule, EuiButtonModule, EuiDropdownModule, EuiIconModule, EuiLabelModule, EuiListModule] }); }
122
122
  }
123
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiButtonsModule, decorators: [{
123
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiButtonsModule, decorators: [{
124
124
  type: NgModule,
125
125
  args: [{
126
126
  imports: [CommonModule, TranslateModule, EuiButtonModule, EuiDropdownModule, EuiIconModule, EuiLabelModule, EuiListModule],
@@ -128,4 +128,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3",
128
128
  exports: [EuiButtonsComponent, EuiButtonsActionsContentTagDirective, EuiButtonsLocalMenuContentTagDirective],
129
129
  }]
130
130
  }] });
131
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpLWJ1dHRvbnMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vZXVpLWJ1dHRvbnMvZXVpLWJ1dHRvbnMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vZXVpLWJ1dHRvbnMvZXVpLWJ1dHRvbnMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNILFNBQVMsRUFDVCxLQUFLLEVBQ0wsUUFBUSxFQUNSLFNBQVMsRUFDVCxZQUFZLEVBRVosVUFBVSxFQUVWLHVCQUF1QixFQUN2QixZQUFZLEVBQ1osTUFBTSxFQUNOLFdBQVcsRUFDWCxpQkFBaUIsR0FDcEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFVLGFBQWEsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQ3hELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFHdEQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNqRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDekQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ3pELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUMzRCxPQUFPLEVBQUUscUJBQXFCLEVBQWdCLE1BQU0sdUJBQXVCLENBQUM7Ozs7Ozs7Ozs7O0FBUzVFLE1BQU0sT0FBTyxtQkFBb0IsU0FBUSxhQUFhO0lBQ2xELElBQ0ksVUFBVTtRQUNWLE9BQU8sQ0FBQyxLQUFLLENBQUMsYUFBYSxDQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFD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QUFzQyxDQUFDO2lCQUMvRyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gICAgQ29tcG9uZW50LFxuICAgIElucHV0LFxuICAgIE5nTW9kdWxlLFxuICAgIERpcmVjdGl2ZSxcbiAgICBDb250ZW50Q2hpbGQsXG4gICAgUXVlcnlMaXN0LFxuICAgIGZvcndhcmRSZWYsXG4gICAgQWZ0ZXJDb250ZW50SW5pdCxcbiAgICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgICBFdmVudEVtaXR0ZXIsXG4gICAgT3V0cHV0LFxuICAgIEhvc3RCaW5kaW5nLFxuICAgIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFJvdXRlciwgTmF2aWdhdGlvbkVuZCB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgVHJhbnNsYXRlTW9kdWxlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSc7XG5cbmltcG9ydCB7IFV4QXBwU2hlbGxTZXJ2aWNlIH0gZnJvbSAnQGV1aS9jb3JlJztcbmltcG9ydCB7IEJhc2VEaXJlY3RpdmUgfSBmcm9tICdAZXVpL2NvbXBvbmVudHMvc2hhcmVkJztcbmltcG9ydCB7IEV1aUJ1dHRvbk1vZHVsZSB9IGZyb20gJ0BldWkvY29tcG9uZW50cy9ldWktYnV0dG9uJztcbmltcG9ydCB7IEV1aURyb3Bkb3duTW9kdWxlIH0gZnJvbSAnQGV1aS9jb21wb25lbnRzL2V1aS1kcm9wZG93bic7XG5pbXBvcnQgeyBFdWlMaXN0TW9kdWxlIH0gZnJvbSAnQGV1aS9jb21wb25lbnRzL2V1aS1saXN0JztcbmltcG9ydCB7IEV1aUljb25Nb2R1bGUgfSBmcm9tICdAZXVpL2NvbXBvbmVudHMvZXVpLWljb24nO1xuaW1wb3J0IHsgRXVpTGFiZWxNb2R1bGUgfSBmcm9tICdAZXVpL2NvbXBvbmVudHMvZXVpLWxhYmVsJztcbmltcG9ydCB7IGNvZXJjZUJvb2xlYW5Qcm9wZXJ0eSwgQm9vbGVhbklucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2NvZXJjaW9uJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdldWktYnV0dG9ucycsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2V1aS1idXR0b25zLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9zdHlsZXMvX2luZGV4LnNjc3MnXSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBFdWlCdXR0b25zQ29tcG9uZW50IGV4dGVuZHMgQmFzZURpcmVjdGl2ZSBpbXBsZW1lbnRzIEFmdGVyQ29udGVudEluaXQge1xuICAgIEBIb3N0QmluZGluZygnY2xhc3MnKVxuICAgIGdldCBjc3NDbGFzc2VzKCk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiBbc3VwZXIuZ2V0Q3NzQ2xhc3NlcygnZXVpLWJ1dHRvbnMnKV0uam9pbignICcpLnRyaW0oKTtcbiAgICB9XG4gICAgQElucHV0KCkgbG9jYWxNZW51TGFiZWw6IHN0cmluZztcblxuICAgIEBPdXRwdXQoKSBib29rbWFya2VkOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgICAvKiBlc2xpbnQtZGlzYWJsZSBtYXgtbGVuICovXG4gICAgQENvbnRlbnRDaGlsZChmb3J3YXJkUmVmKCgpID0+IEV1aUJ1dHRvbnNBY3Rpb25zQ29udGVudFRhZ0RpcmVjdGl2ZSksIHsgc3RhdGljOiBmYWxzZSB9KVxuICAgIGN1c3RvbUFjdGlvbnNDb250ZW50OiBRdWVyeUxpc3Q8RXVpQnV0dG9uc0FjdGlvbnNDb250ZW50VGFnRGlyZWN0aXZlPjtcbiAgICBAQ29udGVudENoaWxkKGZvcndhcmRSZWYoKCkgPT4gRXVpQnV0dG9uc0xvY2FsTWVudUNvbnRlbnRUYWdEaXJlY3RpdmUpLCB7IHN0YXRpYzogZmFsc2UgfSlcbiAgICBjdXN0b21Mb2NhbE1lbnVDb250ZW50OiBRdWVyeUxpc3Q8RXVpQnV0dG9uc0xvY2FsTWVudUNvbnRlbnRUYWdEaXJlY3RpdmU+O1xuXG4gICAgcHVibGljIGN1cnJlbnRSb3V0ZTogc3RyaW5nO1xuXG4gICAgQElucHV0KClcbiAgICBnZXQgaGFzTG9jYWxNZW51KCk6IGJvb2xlYW4ge1xuICAgICAgICByZXR1cm4gdGhpcy5faGFzTG9jYWxNZW51O1xuICAgIH1cbiAgICBzZXQgaGFzTG9jYWxNZW51KHZhbHVlOiBCb29sZWFuSW5wdXQpIHtcbiAgICAgICAgdGhpcy5faGFzTG9jYWxNZW51ID0gY29lcmNlQm9vbGVhblByb3BlcnR5KHZhbHVlKTtcbiAgICB9XG4gICAgcHJpdmF0ZSBfaGFzTG9jYWxNZW51ID0gZmFsc2U7XG4gICAgQElucHV0KClcbiAgICBnZXQgaXNCb29rbWFya2FibGUoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0aGlzLl9pc0Jvb2ttYXJrYWJsZTtcbiAgICB9XG4gICAgc2V0IGlzQm9va21hcmthYmxlKHZhbHVlOiBCb29sZWFuSW5wdXQpIHtcbiAgICAgICAgdGhpcy5faXNCb29rbWFya2FibGUgPSBjb2VyY2VCb29sZWFuUHJvcGVydHkodmFsdWUpO1xuICAgIH1cbiAgICBwcml2YXRlIF9pc0Jvb2ttYXJrYWJsZSA9IGZhbHNlO1xuICAgIEBJbnB1dCgpXG4gICAgZ2V0IGlzQm9va21hcmtlZCgpOiBib29sZWFuIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX2lzQm9va21hcmtlZDtcbiAgICB9XG4gICAgc2V0IGlzQm9va21hcmtlZCh2YWx1ZTogQm9vbGVhbklucHV0KSB7XG4gICAgICAgIHRoaXMuX2lzQm9va21hcmtlZCA9IGNvZXJjZUJvb2xlYW5Qcm9wZXJ0eSh2YWx1ZSk7XG4gICAgfVxuICAgIHByaXZhdGUgX2lzQm9va21hcmtlZCA9IGZhbHNlO1xuXG4gICAgY29uc3RydWN0b3IocHVibGljIGFzU2VydmljZTogVXhBcHBTaGVsbFNlcnZpY2UsIHByaXZhdGUgcm91dGVyOiBSb3V0ZXIpIHtcbiAgICAgICAgc3VwZXIoKTtcbiAgICAgICAgdGhpcy5jdXJyZW50Um91dGUgPSB0aGlzLl9nZXRDdXJyZW50VXJsKHRoaXMucm91dGVyLnVybCk7XG4gICAgICAgIHRoaXMucm91dGVyLmV2ZW50cy5zdWJzY3JpYmUoKGV2ZW50KSA9PiB7XG4gICAgICAgICAgICBpZiAoZXZlbnQgaW5zdGFuY2VvZiBOYXZpZ2F0aW9uRW5kKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5jdXJyZW50Um91dGUgPSB0aGlzLl9nZXRDdXJyZW50VXJsKGV2ZW50LnVybCk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIG5nQWZ0ZXJDb250ZW50SW5pdCgpOiB2b2lkIHtcbiAgICAgICAgaWYgKCF0aGlzLmUyZUF0dHIpIHtcbiAgICAgICAgICAgIHRoaXMuZTJlQXR0ciA9ICdldWktYnV0dG9ucyc7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwdWJsaWMgb25Cb29rbWFya1RvZ2dsZShldmVudDogRXZlbnQpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5pc0Jvb2ttYXJrZWQgPSAhdGhpcy5pc0Jvb2ttYXJrZWQ7XG4gICAgICAgIHRoaXMuYm9va21hcmtlZC5lbWl0KHsgaXNCb29rbWFya2VkOiB0aGlzLmlzQm9va21hcmtlZCwgdXJsOiB0aGlzLmN1cnJlbnRSb3V0ZSB9KTtcbiAgICB9XG5cbiAgICBwdWJsaWMgb25QcmludChldmVudDogRXZlbnQpOiB2b2lkIHtcbiAgICAgICAgd2luZG93LnByaW50KCk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBfZ2V0Q3VycmVudFVybChjdXJyZW50Um91dGU6IHN0cmluZyk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiB3aW5kb3cubG9jYXRpb24ub3JpZ2luICsgY3VycmVudFJvdXRlO1xuICAgIH1cbn1cblxuLyogZXNsaW50LWRpc2FibGUgKi9cbkBEaXJlY3RpdmUoeyBzZWxlY3RvcjogJ2V1aUJ1dHRvbnNBY3Rpb25zQ29udGVudCcgfSlcbmV4cG9ydCBjbGFzcyBFdWlCdXR0b25zQWN0aW9uc0NvbnRlbnRUYWdEaXJlY3RpdmUgeyB9XG5cbkBEaXJlY3RpdmUoeyBzZWxlY3RvcjogJ2V1aUJ1dHRvbnNMb2NhbE1lbnVDb250ZW50JyB9KVxuZXhwb3J0IGNsYXNzIEV1aUJ1dHRvbnNMb2NhbE1lbnVDb250ZW50VGFnRGlyZWN0aXZlIHsgfVxuLyogZXNsaW50LWVuYWJsZSAqL1xuXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIFRyYW5zbGF0ZU1vZHVsZSwgRXVpQnV0dG9uTW9kdWxlLCBFdWlEcm9wZG93bk1vZHVsZSwgRXVpSWNvbk1vZHVsZSwgRXVpTGFiZWxNb2R1bGUsIEV1aUxpc3RNb2R1bGVdLFxuICAgIGRlY2xhcmF0aW9uczogW0V1aUJ1dHRvbnNDb21wb25lbnQsIEV1aUJ1dHRvbnNBY3Rpb25zQ29udGVudFRhZ0RpcmVjdGl2ZSwgRXVpQnV0dG9uc0xvY2FsTWVudUNvbnRlbnRUYWdEaXJlY3RpdmVdLFxuICAgIGV4cG9ydHM6IFtFdWlCdXR0b25zQ29tcG9uZW50LCBFdWlCdXR0b25zQWN0aW9uc0NvbnRlbnRUYWdEaXJlY3RpdmUsIEV1aUJ1dHRvbnNMb2NhbE1lbnVDb250ZW50VGFnRGlyZWN0aXZlXSxcbn0pXG5leHBvcnQgY2xhc3MgRXVpQnV0dG9uc01vZHVsZSB7fVxuIiwiPGRpdlxuICAgIGNsYXNzPVwiZXVpLWJ1dHRvbnMtd3JhcHBlclwiXG4gICAgW2NsYXNzLmV1aS1idXR0b25zLXdyYXBwZXItLW1vYmlsZV09XCIoYXNTZXJ2aWNlLmJyZWFrcG9pbnRzJCB8IGFzeW5jKS5pc01vYmlsZSB8fCAoYXNTZXJ2aWNlLmJyZWFrcG9pbnRzJCB8IGFzeW5jKS5pc1RhYmxldFwiPlxuICAgIDxkaXYgY2xhc3M9XCJldWktYnV0dG9uc19fYWN0aW9ucy1jb250YWluZXJcIj5cbiAgICAgICAgPCEtLSBBQ1RJT04gQlVUVE9OUyAtLT5cbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cIiEoKGFzU2VydmljZS5icmVha3BvaW50cyQgfCBhc3luYykuaXNNb2JpbGUgfHwgKGFzU2VydmljZS5icmVha3BvaW50cyQgfCBhc3luYykuaXNUYWJsZXQpXCI+XG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiYWN0aW9uc0J1dHRvbnNcIj48L25nLWNvbnRhaW5lcj5cbiAgICAgICAgPC9uZy1jb250YWluZXI+XG5cbiAgICAgICAgPCEtLSBCT09LTUFSSyBCVVRUT04gLS0+XG4gICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICpuZ0lmPVwiaXNCb29rbWFya2FibGUgJiYgISgoYXNTZXJ2aWNlLmJyZWFrcG9pbnRzJCB8IGFzeW5jKS5pc01vYmlsZSB8fCAoYXNTZXJ2aWNlLmJyZWFrcG9pbnRzJCB8IGFzeW5jKS5pc1RhYmxldClcIlxuICAgICAgICAgICAgZXVpQnV0dG9uXG4gICAgICAgICAgICBldWlPdXRsaW5lXG4gICAgICAgICAgICBldWlTZWNvbmRhcnlcbiAgICAgICAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgICAgICAgW3RpdGxlXT1cIlxuICAgICAgICAgICAgICAgIGlzQm9va21hcmtlZCA/ICgnZXVpLnBhZ2VIZWFkZXIuUkVNT1ZFLUJPT0tNQVJLLnRvb2x0aXAnIHwgdHJhbnNsYXRlKSA6ICgnZXVpLnBhZ2VIZWFkZXIuQURELUJPT0tNQVJLLnRvb2x0aXAnIHwgdHJhbnNsYXRlKVxuICAgICAgICAgICAgXCJcbiAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiXG4gICAgICAgICAgICAgICAgaXNCb29rbWFya2VkID8gKCdldWkucGFnZUhlYWRlci5SRU1PVkUtQk9PS01BUksudG9vbHRpcCcgfCB0cmFuc2xhdGUpIDogKCdldWkucGFnZUhlYWRlci5BREQtQk9PS01BUksudG9vbHRpcCcgfCB0cmFuc2xhdGUpXG4gICAgICAgICAgICBcIlxuICAgICAgICAgICAgKGNsaWNrKT1cIm9uQm9va21hcmtUb2dnbGUoJGV2ZW50KVwiPlxuICAgICAgICAgICAgPGV1aS1pY29uLXN2ZyAqbmdJZj1cImlzQm9va21hcmtlZFwiIGljb249XCJldWktYm9va21hcmtcIj48L2V1aS1pY29uLXN2Zz5cbiAgICAgICAgICAgIDxldWktaWNvbi1zdmcgKm5nSWY9XCIhaXNCb29rbWFya2VkXCIgaWNvbj1cImV1aS1ib29rbWFyay1vdXRsaW5lXCI+PC9ldWktaWNvbi1zdmc+XG4gICAgICAgICAgICA8c3BhbiAqbmdJZj1cImlzQm9va21hcmtlZFwiPnt7ICdldWkucGFnZUhlYWRlci5SRU1PVkUtQk9PS01BUksnIHwgdHJhbnNsYXRlIH19PC9zcGFuPlxuICAgICAgICAgICAgPHNwYW4gKm5nSWY9XCIhaXNCb29rbWFya2VkXCI+e3sgJ2V1aS5wYWdlSGVhZGVyLkFERC1CT09LTUFSSycgfCB0cmFuc2xhdGUgfX08L3NwYW4+XG4gICAgICAgIDwvYnV0dG9uPlxuXG4gICAgICAgIDwhLS0gTE9DQUwgTUVOVSBXSEVOIElOIE1PQklMRS9UQUJMRVQgTU9ERSAtLT5cbiAgICAgICAgPGRpdlxuICAgICAgICAgICAgKm5nSWY9XCJoYXNMb2NhbE1lbnUgfHwgKGFzU2VydmljZS5icmVha3BvaW50cyQgfCBhc3luYykuaXNNb2JpbGUgfHwgKGFzU2VydmljZS5icmVha3BvaW50cyQgfCBhc3luYykuaXNUYWJsZXRcIlxuICAgICAgICAgICAgY2xhc3M9XCJldWktYnV0dG9uc19fbG9jYWwtbWVudVwiXG4gICAgICAgICAgICBbY2xhc3MuZXVpLWJ1dHRvbnNfX2xvY2FsLW1lbnUtLW1vYmlsZV09XCIoYXNTZXJ2aWNlLmJyZWFrcG9pbnRzJCB8IGFzeW5jKS5pc01vYmlsZSB8fCAoYXNTZXJ2aWNlLmJyZWFrcG9pbnRzJCB8IGFzeW5jKS5pc1RhYmxldFwiXG4gICAgICAgICAgICBldWlTaXplUz5cbiAgICAgICAgICAgIDxldWktZHJvcGRvd24+XG4gICAgICAgICAgICAgICAgPGJ1dHRvblxuICAgICAgICAgICAgICAgICAgICBldWlCdXR0b25cbiAgICAgICAgICAgICAgICAgICAgZXVpUHJpbWFyeVxuICAgICAgICAgICAgICAgICAgICB0eXBlPVwiYnV0dG9uXCJcbiAgICAgICAgICAgICAgICAgICAgW2V1aU91dGxpbmVdPVwibG9jYWxNZW51TGFiZWxcIlxuICAgICAgICAgICAgICAgICAgICBbZXVpQmFzaWNCdXR0b25dPVwiIWxvY2FsTWVudUxhYmVsXCJcbiAgICAgICAgICAgICAgICAgICAgW2V1aVJvdW5kZWRdPVwiIWxvY2FsTWVudUxhYmVsXCJcbiAgICAgICAgICAgICAgICAgICAgW2V1aUljb25CdXR0b25dPVwiIWxvY2FsTWVudUxhYmVsXCI+XG4gICAgICAgICAgICAgICAgICAgIDxzcGFuICpuZ0lmPVwibG9jYWxNZW51TGFiZWxcIiBldWlMYWJlbD57eyBsb2NhbE1lbnVMYWJlbCB9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgPGV1aS1pY29uLXN2ZyBpY29uPVwiZXVpLWVsbGlwc2lzLXZlcnRpY2FsXCI+PC9ldWktaWNvbi1zdmc+XG4gICAgICAgICAgICAgICAgPC9idXR0b24+XG4gICAgICAgICAgICAgICAgPGV1aS1kcm9wZG93bi1jb250ZW50PlxuICAgICAgICAgICAgICAgICAgICA8IS0tIEFjdGlvbiBidXR0b25zIC0tPlxuICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyXG4gICAgICAgICAgICAgICAgICAgICAgICAqbmdJZj1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGN1c3RvbUFjdGlvbnNDb250ZW50ICYmICgoYXNTZXJ2aWNlLmJyZWFrcG9pbnRzJCB8IGFzeW5jKS5pc01vYmlsZSB8fCAoYXNTZXJ2aWNlLmJyZWFrcG9pbnRzJCB8IGFzeW5jKS5pc1RhYmxldClcbiAgICAgICAgICAgICAgICAgICAgICAgIFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImFjdGlvbnNCdXR0b25zXCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuXG4gICAgICAgICAgICAgICAgICAgIDwhLS0gTG9jYWwgbWVudSBpdGVtcyAtLT5cbiAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cImhhc0xvY2FsTWVudSAmJiBjdXN0b21Mb2NhbE1lbnVDb250ZW50ICYmIGN1c3RvbUxvY2FsTWVudUNvbnRlbnQubGVuZ3RoICE9PSAwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwibG9jYWxNZW51XCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuXG4gICAgICAgICAgICAgICAgICAgIDwhLS0gRXh0cmEgbWVudSBpdGVtcyAtLT5cbiAgICAgICAgICAgICAgICAgICAgPHVsIGV1aUxpc3QgY2xhc3M9XCJldWktYnV0dG9uc19fbG9jYWwtbWVudS1leHRyYXNcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxsaVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICpuZ0lmPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlzQm9va21hcmthYmxlICYmICgoYXNTZXJ2aWNlLmJyZWFrcG9pbnRzJCB8IGFzeW5jKS5pc01vYmlsZSB8fCAoYXNTZXJ2aWNlLmJyZWFrcG9pbnRzJCB8IGFzeW5jKS5pc1RhYmxldClcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGV1aUxpc3RJdGVtXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW3RpdGxlXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpc0Jvb2ttYXJrZWRcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID8gKCdldWkucGFnZUhlYWRlci5SRU1PVkUtQk9PS01BUkstVE9PTFRJUCcgfCB0cmFuc2xhdGUpXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6ICgnZXVpLnBhZ2VIZWFkZXIuQURELUJPT0tNQVJLLVRPT0xUSVAnIHwgdHJhbnNsYXRlKVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaXNCb29rbWFya2VkXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA/ICgnZXVpLnBhZ2VIZWFkZXIuUkVNT1ZFLUJPT0tNQVJLLVRPT0xUSVAnIHwgdHJhbnNsYXRlKVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOiAoJ2V1aS5wYWdlSGVhZGVyLkFERC1CT09LTUFSSy1UT09MVElQJyB8IHRyYW5zbGF0ZSlcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJvbkJvb2ttYXJrVG9nZ2xlKCRldmVudClcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZXVpLWljb24tc3ZnICpuZ0lmPVwiaXNCb29rbWFya2VkXCIgaWNvbj1cImV1aS1ib29rbWFya1wiIGZpbGxDb2xvcj1cImluZm8tMTAwXCIgc2l6ZT1cInNcIj48L2V1aS1pY29uLXN2Zz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZXVpLWljb24tc3ZnICpuZ0lmPVwiIWlzQm9va21hcmtlZFwiIGljb249XCJldWktYm9va21hcmstb3V0bGluZVwiIGZpbGxDb2xvcj1cImluZm8tMTAwXCIgc2l6ZT1cInNcIj48L2V1aS1pY29uLXN2Zz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiAqbmdJZj1cImlzQm9va21hcmtlZFwiIGV1aUxhYmVsPnt7ICdldWkucGFnZUhlYWRlci5SRU1PVkUtQk9PS01BUksnIHwgdHJhbnNsYXRlIH19PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuICpuZ0lmPVwiIWlzQm9va21hcmtlZFwiIGV1aUxhYmVsPnt7ICdldWkucGFnZUhlYWRlci5BREQtQk9PS01BUksnIHwgdHJhbnNsYXRlIH19PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgICA8L2V1aS1kcm9wZG93bi1jb250ZW50PlxuICAgICAgICAgICAgPC9ldWktZHJvcGRvd24+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuPC9kaXY+XG5cbjxuZy10ZW1wbGF0ZSAjYWN0aW9uc0J1dHRvbnM+XG4gICAgPGRpdlxuICAgICAgICBjbGFzcz1cImV1aS1idXR0b25zX19hY3Rpb25zLWNvbnRlbnRcIlxuICAgICAgICBbY2xhc3MuZXVpLWJ1dHRvbnNfX2FjdGlvbnMtY29udGVudC0tbW9iaWxlXT1cIlxuICAgICAgICAgICAgKGFzU2VydmljZS5icmVha3BvaW50cyQgfCBhc3luYykuaXNNb2JpbGUgfHwgKGFzU2VydmljZS5icmVha3BvaW50cyQgfCBhc3luYykuaXNUYWJsZXRcbiAgICAgICAgXCI+XG4gICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cImV1aUJ1dHRvbnNBY3Rpb25zQ29udGVudFwiPjwvbmctY29udGVudD5cbiAgICA8L2Rpdj5cbjwvbmctdGVtcGxhdGU+XG5cbjxuZy10ZW1wbGF0ZSAjbG9jYWxNZW51PlxuICAgIDxkaXZcbiAgICAgICAgY2xhc3M9XCJldWktYnV0dG9uc19fbG9jYWwtbWVudS1jb250ZW50XCJcbiAgICAgICAgW2NsYXNzLmV1aS1idXR0b25zX19sb2NhbC1tZW51LWNvbnRlbnQtLW1vYmlsZV09XCJcbiAgICAgICAgICAgIChhc1NlcnZpY2UuYnJlYWtwb2ludHMkIHwgYXN5bmMpLmlzTW9iaWxlIHx8IChhc1NlcnZpY2UuYnJlYWtwb2ludHMkIHwgYXN5bmMpLmlzVGFibGV0XG4gICAgICAgIFwiPlxuICAgICAgICA8bmctY29udGVudCBzZWxlY3Q9XCJldWlCdXR0b25zTG9jYWxNZW51Q29udGVudFwiPjwvbmctY29udGVudD5cbiAgICA8L2Rpdj5cbjwvbmctdGVtcGxhdGU+XG4iXX0=
131
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpLWJ1dHRvbnMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vZXVpLWJ1dHRvbnMvZXVpLWJ1dHRvbnMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vZXVpLWJ1dHRvbnMvZXVpLWJ1dHRvbnMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNILFNBQVMsRUFDVCxLQUFLLEVBQ0wsUUFBUSxFQUNSLFNBQVMsRUFDVCxZQUFZLEVBRVosVUFBVSxFQUVWLHVCQUF1QixFQUN2QixZQUFZLEVBQ1osTUFBTSxFQUNOLFdBQVcsRUFDWCxpQkFBaUIsR0FDcEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFVLGFBQWEsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQ3hELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFHdEQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNqRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDekQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ3pELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUMzRCxPQUFPLEVBQUUscUJBQXFCLEVBQWdCLE1BQU0sdUJBQXVCLENBQUM7Ozs7Ozs7Ozs7O0FBUzVFLE1BQU0sT0FBTyxtQkFBb0IsU0FBUSxhQUFhO0lBQ2xELElBQ0ksVUFBVTtRQUNWLE9BQU8sQ0FBQyxLQUFLLENBQUMsYUFBYSxDQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFD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b3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIENvbXBvbmVudCxcbiAgICBJbnB1dCxcbiAgICBOZ01vZHVsZSxcbiAgICBEaXJlY3RpdmUsXG4gICAgQ29udGVudENoaWxkLFxuICAgIFF1ZXJ5TGlzdCxcbiAgICBmb3J3YXJkUmVmLFxuICAgIEFmdGVyQ29udGVudEluaXQsXG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgRXZlbnRFbWl0dGVyLFxuICAgIE91dHB1dCxcbiAgICBIb3N0QmluZGluZyxcbiAgICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBSb3V0ZXIsIE5hdmlnYXRpb25FbmQgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFRyYW5zbGF0ZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnO1xuXG5pbXBvcnQgeyBVeEFwcFNoZWxsU2VydmljZSB9IGZyb20gJ0BldWkvY29yZSc7XG5pbXBvcnQgeyBCYXNlRGlyZWN0aXZlIH0gZnJvbSAnQGV1aS9jb21wb25lbnRzL3NoYXJlZCc7XG5pbXBvcnQgeyBFdWlCdXR0b25Nb2R1bGUgfSBmcm9tICdAZXVpL2NvbXBvbmVudHMvZXVpLWJ1dHRvbic7XG5pbXBvcnQgeyBFdWlEcm9wZG93bk1vZHVsZSB9IGZyb20gJ0BldWkvY29tcG9uZW50cy9ldWktZHJvcGRvd24nO1xuaW1wb3J0IHsgRXVpTGlzdE1vZHVsZSB9IGZyb20gJ0BldWkvY29tcG9uZW50cy9ldWktbGlzdCc7XG5pbXBvcnQgeyBFdWlJY29uTW9kdWxlIH0gZnJvbSAnQGV1aS9jb21wb25lbnRzL2V1aS1pY29uJztcbmltcG9ydCB7IEV1aUxhYmVsTW9kdWxlIH0gZnJvbSAnQGV1aS9jb21wb25lbnRzL2V1aS1sYWJlbCc7XG5pbXBvcnQgeyBjb2VyY2VCb29sZWFuUHJvcGVydHksIEJvb2xlYW5JbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9jb2VyY2lvbic7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZXVpLWJ1dHRvbnMnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9ldWktYnV0dG9ucy5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vc3R5bGVzL19pbmRleC5zY3NzJ10sXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgRXVpQnV0dG9uc0NvbXBvbmVudCBleHRlbmRzIEJhc2VEaXJlY3RpdmUgaW1wbGVtZW50cyBBZnRlckNvbnRlbnRJbml0IHtcbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzJylcbiAgICBnZXQgY3NzQ2xhc3NlcygpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gW3N1cGVyLmdldENzc0NsYXNzZXMoJ2V1aS1idXR0b25zJyldLmpvaW4oJyAnKS50cmltKCk7XG4gICAgfVxuICAgIEBJbnB1dCgpIGxvY2FsTWVudUxhYmVsOiBzdHJpbmc7XG5cbiAgICBAT3V0cHV0KCkgYm9va21hcmtlZDogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG4gICAgLyogZXNsaW50LWRpc2FibGUgbWF4LWxlbiAqL1xuICAgIEBDb250ZW50Q2hpbGQoZm9yd2FyZFJlZigoKSA9PiBFdWlCdXR0b25zQWN0aW9uc0NvbnRlbnRUYWdEaXJlY3RpdmUpLCB7IHN0YXRpYzogZmFsc2UgfSlcbiAgICBjdXN0b21BY3Rpb25zQ29udGVudDogUXVlcnlMaXN0PEV1aUJ1dHRvbnNBY3Rpb25zQ29udGVudFRhZ0RpcmVjdGl2ZT47XG4gICAgQENvbnRlbnRDaGlsZChmb3J3YXJkUmVmKCgpID0+IEV1aUJ1dHRvbnNMb2NhbE1lbnVDb250ZW50VGFnRGlyZWN0aXZlKSwgeyBzdGF0aWM6IGZhbHNlIH0pXG4gICAgY3VzdG9tTG9jYWxNZW51Q29udGVudDogUXVlcnlMaXN0PEV1aUJ1dHRvbnNMb2NhbE1lbnVDb250ZW50VGFnRGlyZWN0aXZlPjtcblxuICAgIHB1YmxpYyBjdXJyZW50Um91dGU6IHN0cmluZztcblxuICAgIEBJbnB1dCgpXG4gICAgZ2V0IGhhc0xvY2FsTWVudSgpOiBib29sZWFuIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX2hhc0xvY2FsTWVudTtcbiAgICB9XG4gICAgc2V0IGhhc0xvY2FsTWVudSh2YWx1ZTogQm9vbGVhbklucHV0KSB7XG4gICAgICAgIHRoaXMuX2hhc0xvY2FsTWVudSA9IGNvZXJjZUJvb2xlYW5Qcm9wZXJ0eSh2YWx1ZSk7XG4gICAgfVxuICAgIHByaXZhdGUgX2hhc0xvY2FsTWVudSA9IGZhbHNlO1xuICAgIEBJbnB1dCgpXG4gICAgZ2V0IGlzQm9va21hcmthYmxlKCk6IGJvb2xlYW4ge1xuICAgICAgICByZXR1cm4gdGhpcy5faXNCb29rbWFya2FibGU7XG4gICAgfVxuICAgIHNldCBpc0Jvb2ttYXJrYWJsZSh2YWx1ZTogQm9vbGVhbklucHV0KSB7XG4gICAgICAgIHRoaXMuX2lzQm9va21hcmthYmxlID0gY29lcmNlQm9vbGVhblByb3BlcnR5KHZhbHVlKTtcbiAgICB9XG4gICAgcHJpdmF0ZSBfaXNCb29rbWFya2FibGUgPSBmYWxzZTtcbiAgICBASW5wdXQoKVxuICAgIGdldCBpc0Jvb2ttYXJrZWQoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0aGlzLl9pc0Jvb2ttYXJrZWQ7XG4gICAgfVxuICAgIHNldCBpc0Jvb2ttYXJrZWQodmFsdWU6IEJvb2xlYW5JbnB1dCkge1xuICAgICAgICB0aGlzLl9pc0Jvb2ttYXJrZWQgPSBjb2VyY2VCb29sZWFuUHJvcGVydHkodmFsdWUpO1xuICAgIH1cbiAgICBwcml2YXRlIF9pc0Jvb2ttYXJrZWQgPSBmYWxzZTtcblxuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwdWJsaWMgYXNTZXJ2aWNlOiBVeEFwcFNoZWxsU2VydmljZSxcbiAgICAgICAgcHJpdmF0ZSByb3V0ZXI6IFJvdXRlclxuICAgICkge1xuICAgICAgICBzdXBlcigpO1xuICAgICAgICB0aGlzLmN1cnJlbnRSb3V0ZSA9IHRoaXMuX2dldEN1cnJlbnRVcmwodGhpcy5yb3V0ZXIudXJsKTtcbiAgICAgICAgdGhpcy5yb3V0ZXIuZXZlbnRzLnN1YnNjcmliZSgoZXZlbnQpID0+IHtcbiAgICAgICAgICAgIGlmIChldmVudCBpbnN0YW5jZW9mIE5hdmlnYXRpb25FbmQpIHtcbiAgICAgICAgICAgICAgICB0aGlzLmN1cnJlbnRSb3V0ZSA9IHRoaXMuX2dldEN1cnJlbnRVcmwoZXZlbnQudXJsKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgbmdBZnRlckNvbnRlbnRJbml0KCk6IHZvaWQge1xuICAgICAgICBpZiAoIXRoaXMuZTJlQXR0cikge1xuICAgICAgICAgICAgdGhpcy5lMmVBdHRyID0gJ2V1aS1idXR0b25zJztcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHB1YmxpYyBvbkJvb2ttYXJrVG9nZ2xlKCk6IHZvaWQge1xuICAgICAgICB0aGlzLmlzQm9va21hcmtlZCA9ICF0aGlzLmlzQm9va21hcmtlZDtcbiAgICAgICAgdGhpcy5ib29rbWFya2VkLmVtaXQoeyBpc0Jvb2ttYXJrZWQ6IHRoaXMuaXNCb29rbWFya2VkLCB1cmw6IHRoaXMuY3VycmVudFJvdXRlIH0pO1xuICAgIH1cblxuICAgIHB1YmxpYyBvblByaW50KCk6IHZvaWQge1xuICAgICAgICB3aW5kb3cucHJpbnQoKTtcbiAgICB9XG5cbiAgICBwcml2YXRlIF9nZXRDdXJyZW50VXJsKGN1cnJlbnRSb3V0ZTogc3RyaW5nKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIHdpbmRvdy5sb2NhdGlvbi5vcmlnaW4gKyBjdXJyZW50Um91dGU7XG4gICAgfVxufVxuXG4vKiBlc2xpbnQtZGlzYWJsZSAqL1xuQERpcmVjdGl2ZSh7IHNlbGVjdG9yOiAnZXVpQnV0dG9uc0FjdGlvbnNDb250ZW50JyB9KVxuZXhwb3J0IGNsYXNzIEV1aUJ1dHRvbnNBY3Rpb25zQ29udGVudFRhZ0RpcmVjdGl2ZSB7fVxuXG5ARGlyZWN0aXZlKHsgc2VsZWN0b3I6ICdldWlCdXR0b25zTG9jYWxNZW51Q29udGVudCcgfSlcbmV4cG9ydCBjbGFzcyBFdWlCdXR0b25zTG9jYWxNZW51Q29udGVudFRhZ0RpcmVjdGl2ZSB7fVxuLyogZXNsaW50LWVuYWJsZSAqL1xuXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIFRyYW5zbGF0ZU1vZHVsZSwgRXVpQnV0dG9uTW9kdWxlLCBFdWlEcm9wZG93bk1vZHVsZSwgRXVpSWNvbk1vZHVsZSwgRXVpTGFiZWxNb2R1bGUsIEV1aUxpc3RNb2R1bGVdLFxuICAgIGRlY2xhcmF0aW9uczogW0V1aUJ1dHRvbnNDb21wb25lbnQsIEV1aUJ1dHRvbnNBY3Rpb25zQ29udGVudFRhZ0RpcmVjdGl2ZSwgRXVpQnV0dG9uc0xvY2FsTWVudUNvbnRlbnRUYWdEaXJlY3RpdmVdLFxuICAgIGV4cG9ydHM6IFtFdWlCdXR0b25zQ29tcG9uZW50LCBFdWlCdXR0b25zQWN0aW9uc0NvbnRlbnRUYWdEaXJlY3RpdmUsIEV1aUJ1dHRvbnNMb2NhbE1lbnVDb250ZW50VGFnRGlyZWN0aXZlXSxcbn0pXG5leHBvcnQgY2xhc3MgRXVpQnV0dG9uc01vZHVsZSB7fVxuIiwiPGRpdlxuICAgIGNsYXNzPVwiZXVpLWJ1dHRvbnMtd3JhcHBlclwiXG4gICAgW2NsYXNzLmV1aS1idXR0b25zLXdyYXBwZXItLW1vYmlsZV09XCIoYXNTZXJ2aWNlLmJyZWFrcG9pbnRzJCB8IGFzeW5jKS5pc01vYmlsZSB8fCAoYXNTZXJ2aWNlLmJyZWFrcG9pbnRzJCB8IGFzeW5jKS5pc1RhYmxldFwiPlxuICAgIDxkaXYgY2xhc3M9XCJldWktYnV0dG9uc19fYWN0aW9ucy1jb250YWluZXJcIj5cbiAgICAgICAgPCEtLSBBQ1RJT04gQlVUVE9OUyAtLT5cbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cIiEoKGFzU2VydmljZS5icmVha3BvaW50cyQgfCBhc3luYykuaXNNb2JpbGUgfHwgKGFzU2VydmljZS5icmVha3BvaW50cyQgfCBhc3luYykuaXNUYWJsZXQpXCI+XG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiYWN0aW9uc0J1dHRvbnNcIj48L25nLWNvbnRhaW5lcj5cbiAgICAgICAgPC9uZy1jb250YWluZXI+XG5cbiAgICAgICAgPCEtLSBCT09LTUFSSyBCVVRUT04gLS0+XG4gICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICpuZ0lmPVwiaXNCb29rbWFya2FibGUgJiYgISgoYXNTZXJ2aWNlLmJyZWFrcG9pbnRzJCB8IGFzeW5jKS5pc01vYmlsZSB8fCAoYXNTZXJ2aWNlLmJyZWFrcG9pbnRzJCB8IGFzeW5jKS5pc1RhYmxldClcIlxuICAgICAgICAgICAgZXVpQnV0dG9uXG4gICAgICAgICAgICBldWlPdXRsaW5lXG4gICAgICAgICAgICBldWlTZWNvbmRhcnlcbiAgICAgICAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgICAgICAgW3RpdGxlXT1cIlxuICAgICAgICAgICAgICAgIGlzQm9va21hcmtlZCA/ICgnZXVpLnBhZ2VIZWFkZXIuUkVNT1ZFLUJPT0tNQVJLLnRvb2x0aXAnIHwgdHJhbnNsYXRlKSA6ICgnZXVpLnBhZ2VIZWFkZXIuQURELUJPT0tNQVJLLnRvb2x0aXAnIHwgdHJhbnNsYXRlKVxuICAgICAgICAgICAgXCJcbiAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiXG4gICAgICAgICAgICAgICAgaXNCb29rbWFya2VkID8gKCdldWkucGFnZUhlYWRlci5SRU1PVkUtQk9PS01BUksudG9vbHRpcCcgfCB0cmFuc2xhdGUpIDogKCdldWkucGFnZUhlYWRlci5BREQtQk9PS01BUksudG9vbHRpcCcgfCB0cmFuc2xhdGUpXG4gICAgICAgICAgICBcIlxuICAgICAgICAgICAgKGNsaWNrKT1cIm9uQm9va21hcmtUb2dnbGUoKVwiPlxuICAgICAgICAgICAgPGV1aS1pY29uLXN2ZyAqbmdJZj1cImlzQm9va21hcmtlZFwiIGljb249XCJldWktYm9va21hcmtcIj48L2V1aS1pY29uLXN2Zz5cbiAgICAgICAgICAgIDxldWktaWNvbi1zdmcgKm5nSWY9XCIhaXNCb29rbWFya2VkXCIgaWNvbj1cImV1aS1ib29rbWFyay1vdXRsaW5lXCI+PC9ldWktaWNvbi1zdmc+XG4gICAgICAgICAgICA8c3BhbiAqbmdJZj1cImlzQm9va21hcmtlZFwiPnt7ICdldWkucGFnZUhlYWRlci5SRU1PVkUtQk9PS01BUksnIHwgdHJhbnNsYXRlIH19PC9zcGFuPlxuICAgICAgICAgICAgPHNwYW4gKm5nSWY9XCIhaXNCb29rbWFya2VkXCI+e3sgJ2V1aS5wYWdlSGVhZGVyLkFERC1CT09LTUFSSycgfCB0cmFuc2xhdGUgfX08L3NwYW4+XG4gICAgICAgIDwvYnV0dG9uPlxuXG4gICAgICAgIDwhLS0gTE9DQUwgTUVOVSBXSEVOIElOIE1PQklMRS9UQUJMRVQgTU9ERSAtLT5cbiAgICAgICAgPGRpdlxuICAgICAgICAgICAgKm5nSWY9XCJoYXNMb2NhbE1lbnUgfHwgKGFzU2VydmljZS5icmVha3BvaW50cyQgfCBhc3luYykuaXNNb2JpbGUgfHwgKGFzU2VydmljZS5icmVha3BvaW50cyQgfCBhc3luYykuaXNUYWJsZXRcIlxuICAgICAgICAgICAgY2xhc3M9XCJldWktYnV0dG9uc19fbG9jYWwtbWVudVwiXG4gICAgICAgICAgICBbY2xhc3MuZXVpLWJ1dHRvbnNfX2xvY2FsLW1lbnUtLW1vYmlsZV09XCIoYXNTZXJ2aWNlLmJyZWFrcG9pbnRzJCB8IGFzeW5jKS5pc01vYmlsZSB8fCAoYXNTZXJ2aWNlLmJyZWFrcG9pbnRzJCB8IGFzeW5jKS5pc1RhYmxldFwiXG4gICAgICAgICAgICBldWlTaXplUz5cbiAgICAgICAgICAgIDxldWktZHJvcGRvd24+XG4gICAgICAgICAgICAgICAgPGJ1dHRvblxuICAgICAgICAgICAgICAgICAgICBldWlCdXR0b25cbiAgICAgICAgICAgICAgICAgICAgZXVpUHJpbWFyeVxuICAgICAgICAgICAgICAgICAgICB0eXBlPVwiYnV0dG9uXCJcbiAgICAgICAgICAgICAgICAgICAgW2V1aU91dGxpbmVdPVwibG9jYWxNZW51TGFiZWxcIlxuICAgICAgICAgICAgICAgICAgICBbZXVpQmFzaWNCdXR0b25dPVwiIWxvY2FsTWVudUxhYmVsXCJcbiAgICAgICAgICAgICAgICAgICAgW2V1aVJvdW5kZWRdPVwiIWxvY2FsTWVudUxhYmVsXCJcbiAgICAgICAgICAgICAgICAgICAgW2V1aUljb25CdXR0b25dPVwiIWxvY2FsTWVudUxhYmVsXCI+XG4gICAgICAgICAgICAgICAgICAgIDxzcGFuICpuZ0lmPVwibG9jYWxNZW51TGFiZWxcIiBldWlMYWJlbD57eyBsb2NhbE1lbnVMYWJlbCB9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgPGV1aS1pY29uLXN2ZyBpY29uPVwiZXVpLWVsbGlwc2lzLXZlcnRpY2FsXCI+PC9ldWktaWNvbi1zdmc+XG4gICAgICAgICAgICAgICAgPC9idXR0b24+XG4gICAgICAgICAgICAgICAgPGV1aS1kcm9wZG93bi1jb250ZW50PlxuICAgICAgICAgICAgICAgICAgICA8IS0tIEFjdGlvbiBidXR0b25zIC0tPlxuICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyXG4gICAgICAgICAgICAgICAgICAgICAgICAqbmdJZj1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGN1c3RvbUFjdGlvbnNDb250ZW50ICYmICgoYXNTZXJ2aWNlLmJyZWFrcG9pbnRzJCB8IGFzeW5jKS5pc01vYmlsZSB8fCAoYXNTZXJ2aWNlLmJyZWFrcG9pbnRzJCB8IGFzeW5jKS5pc1RhYmxldClcbiAgICAgICAgICAgICAgICAgICAgICAgIFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImFjdGlvbnNCdXR0b25zXCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuXG4gICAgICAgICAgICAgICAgICAgIDwhLS0gTG9jYWwgbWVudSBpdGVtcyAtLT5cbiAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cImhhc0xvY2FsTWVudSAmJiBjdXN0b21Mb2NhbE1lbnVDb250ZW50ICYmIGN1c3RvbUxvY2FsTWVudUNvbnRlbnQubGVuZ3RoICE9PSAwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwibG9jYWxNZW51XCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuXG4gICAgICAgICAgICAgICAgICAgIDwhLS0gRXh0cmEgbWVudSBpdGVtcyAtLT5cbiAgICAgICAgICAgICAgICAgICAgPHVsIGV1aUxpc3QgY2xhc3M9XCJldWktYnV0dG9uc19fbG9jYWwtbWVudS1leHRyYXNcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxsaVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICpuZ0lmPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlzQm9va21hcmthYmxlICYmICgoYXNTZXJ2aWNlLmJyZWFrcG9pbnRzJCB8IGFzeW5jKS5pc01vYmlsZSB8fCAoYXNTZXJ2aWNlLmJyZWFrcG9pbnRzJCB8IGFzeW5jKS5pc1RhYmxldClcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGV1aUxpc3RJdGVtXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW3RpdGxlXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpc0Jvb2ttYXJrZWRcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID8gKCdldWkucGFnZUhlYWRlci5SRU1PVkUtQk9PS01BUkstVE9PTFRJUCcgfCB0cmFuc2xhdGUpXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6ICgnZXVpLnBhZ2VIZWFkZXIuQURELUJPT0tNQVJLLVRPT0xUSVAnIHwgdHJhbnNsYXRlKVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaXNCb29rbWFya2VkXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA/ICgnZXVpLnBhZ2VIZWFkZXIuUkVNT1ZFLUJPT0tNQVJLLVRPT0xUSVAnIHwgdHJhbnNsYXRlKVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOiAoJ2V1aS5wYWdlSGVhZGVyLkFERC1CT09LTUFSSy1UT09MVElQJyB8IHRyYW5zbGF0ZSlcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJvbkJvb2ttYXJrVG9nZ2xlKClcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZXVpLWljb24tc3ZnICpuZ0lmPVwiaXNCb29rbWFya2VkXCIgaWNvbj1cImV1aS1ib29rbWFya1wiIGZpbGxDb2xvcj1cImluZm8tMTAwXCIgc2l6ZT1cInNcIj48L2V1aS1pY29uLXN2Zz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZXVpLWljb24tc3ZnICpuZ0lmPVwiIWlzQm9va21hcmtlZFwiIGljb249XCJldWktYm9va21hcmstb3V0bGluZVwiIGZpbGxDb2xvcj1cImluZm8tMTAwXCIgc2l6ZT1cInNcIj48L2V1aS1pY29uLXN2Zz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiAqbmdJZj1cImlzQm9va21hcmtlZFwiIGV1aUxhYmVsPnt7ICdldWkucGFnZUhlYWRlci5SRU1PVkUtQk9PS01BUksnIHwgdHJhbnNsYXRlIH19PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuICpuZ0lmPVwiIWlzQm9va21hcmtlZFwiIGV1aUxhYmVsPnt7ICdldWkucGFnZUhlYWRlci5BREQtQk9PS01BUksnIHwgdHJhbnNsYXRlIH19PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgICA8L2V1aS1kcm9wZG93bi1jb250ZW50PlxuICAgICAgICAgICAgPC9ldWktZHJvcGRvd24+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuPC9kaXY+XG5cbjxuZy10ZW1wbGF0ZSAjYWN0aW9uc0J1dHRvbnM+XG4gICAgPGRpdlxuICAgICAgICBjbGFzcz1cImV1aS1idXR0b25zX19hY3Rpb25zLWNvbnRlbnRcIlxuICAgICAgICBbY2xhc3MuZXVpLWJ1dHRvbnNfX2FjdGlvbnMtY29udGVudC0tbW9iaWxlXT1cIlxuICAgICAgICAgICAgKGFzU2VydmljZS5icmVha3BvaW50cyQgfCBhc3luYykuaXNNb2JpbGUgfHwgKGFzU2VydmljZS5icmVha3BvaW50cyQgfCBhc3luYykuaXNUYWJsZXRcbiAgICAgICAgXCI+XG4gICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cImV1aUJ1dHRvbnNBY3Rpb25zQ29udGVudFwiPjwvbmctY29udGVudD5cbiAgICA8L2Rpdj5cbjwvbmctdGVtcGxhdGU+XG5cbjxuZy10ZW1wbGF0ZSAjbG9jYWxNZW51PlxuICAgIDxkaXZcbiAgICAgICAgY2xhc3M9XCJldWktYnV0dG9uc19fbG9jYWwtbWVudS1jb250ZW50XCJcbiAgICAgICAgW2NsYXNzLmV1aS1idXR0b25zX19sb2NhbC1tZW51LWNvbnRlbnQtLW1vYmlsZV09XCJcbiAgICAgICAgICAgIChhc1NlcnZpY2UuYnJlYWtwb2ludHMkIHwgYXN5bmMpLmlzTW9iaWxlIHx8IChhc1NlcnZpY2UuYnJlYWtwb2ludHMkIHwgYXN5bmMpLmlzVGFibGV0XG4gICAgICAgIFwiPlxuICAgICAgICA8bmctY29udGVudCBzZWxlY3Q9XCJldWlCdXR0b25zTG9jYWxNZW51Q29udGVudFwiPjwvbmctY29udGVudD5cbiAgICA8L2Rpdj5cbjwvbmctdGVtcGxhdGU+XG4iXX0=
@@ -4,10 +4,10 @@ export class EuiCardContentComponent {
4
4
  constructor() {
5
5
  this.string = 'eui-card-content';
6
6
  }
7
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.3", type: EuiCardContentComponent, selector: "eui-card-content", host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: EuiCardContentComponent, selector: "eui-card-content", host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardContentComponent, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardContentComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: 'eui-card-content', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
13
13
  }], propDecorators: { string: [{
@@ -4,10 +4,10 @@ export class EuiCardFooterActionButtonsComponent {
4
4
  constructor() {
5
5
  this.string = 'eui-card-footer-actions__buttons';
6
6
  }
7
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardFooterActionButtonsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.3", type: EuiCardFooterActionButtonsComponent, selector: "eui-card-footer-action-buttons", host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardFooterActionButtonsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: EuiCardFooterActionButtonsComponent, selector: "eui-card-footer-action-buttons", host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardFooterActionButtonsComponent, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardFooterActionButtonsComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: 'eui-card-footer-action-buttons', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
13
13
  }], propDecorators: { string: [{
@@ -4,10 +4,10 @@ export class EuiCardFooterActionIconsComponent {
4
4
  constructor() {
5
5
  this.string = 'eui-card-footer-actions__icons';
6
6
  }
7
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardFooterActionIconsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.3", type: EuiCardFooterActionIconsComponent, selector: "eui-card-footer-action-icons", host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardFooterActionIconsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: EuiCardFooterActionIconsComponent, selector: "eui-card-footer-action-icons", host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardFooterActionIconsComponent, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardFooterActionIconsComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: 'eui-card-footer-action-icons', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
13
13
  }], propDecorators: { string: [{
@@ -9,10 +9,10 @@ export class EuiCardFooterMenuContentComponent {
9
9
  this.tooltipText = 'More options';
10
10
  this.string = 'eui-card-footer-menu-content';
11
11
  }
12
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardFooterMenuContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.3", type: EuiCardFooterMenuContentComponent, selector: "eui-card-footer-menu-content", inputs: { tooltipText: "tooltipText" }, host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<eui-dropdown>\n <button\n euiButton\n euiRounded\n euiIconButton\n euiBasicButton\n euiSecondary\n type=\"button\"\n euiTooltip=\"{{ tooltipText }}\"\n [attr.aria-label]=\"tooltipText\">\n <eui-icon-svg icon=\"eui-ellipsis-vertical\"></eui-icon-svg>\n </button>\n <eui-dropdown-content>\n <ng-content></ng-content>\n </eui-dropdown-content>\n</eui-dropdown>\n", dependencies: [{ kind: "component", type: i1.EuiIconSvgComponent, selector: "eui-icon-svg, span[euiIconSvg], i[euiIconSvg]", inputs: ["icon", "size", "fillColor", "set", "ariaLabelledby", "role", "style", "iconUrl", "transform", "aria-label", "ariaHidden", "focusable", "isLoading"] }, { kind: "component", type: i2.EuiButtonComponent, selector: "button[euiButton], a[euiButton]", inputs: ["e2eAttr", "id", "euiBasicButton", "euiButtonCall", "euiBlockButton", "isLoading", "euiIconButton", "euiLineWrap"], outputs: ["buttonClick"] }, { kind: "component", type: i3.EuiDropdownComponent, selector: "eui-dropdown", inputs: ["e2eAttr", "tabIndex", "width", "position", "isDropDownRightAligned", "isClosedOnClickInside", "isLabelUpdatedFromSelectedItem", "isExpandOnHover", "hasTabNavigation"] }, { kind: "directive", type: i3.EuiDropdownContentDirective, selector: "eui-dropdown-content" }, { kind: "directive", type: i4.EuiTooltipDirective, selector: "[euiTooltip]", inputs: ["e2eAttr", "showDelay", "hideDelay", "content", "contentAlignment", "position", "isDisabled", "euiTooltip", "euiTooltipPrimary", "euiTooltipSecondary", "euiTooltipInfo", "euiTooltipSuccess", "euiTooltipWarning", "euiTooltipDanger", "euiTooltipAccent"], exportAs: ["euiTooltip"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
12
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardFooterMenuContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: EuiCardFooterMenuContentComponent, selector: "eui-card-footer-menu-content", inputs: { tooltipText: "tooltipText" }, host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<eui-dropdown>\n <button\n euiButton\n euiRounded\n euiIconButton\n euiBasicButton\n euiSecondary\n type=\"button\"\n euiTooltip=\"{{ tooltipText }}\"\n [attr.aria-label]=\"tooltipText\">\n <eui-icon-svg icon=\"eui-ellipsis-vertical\"></eui-icon-svg>\n </button>\n <eui-dropdown-content>\n <ng-content></ng-content>\n </eui-dropdown-content>\n</eui-dropdown>\n", dependencies: [{ kind: "component", type: i1.EuiIconSvgComponent, selector: "eui-icon-svg, span[euiIconSvg], i[euiIconSvg]", inputs: ["icon", "size", "fillColor", "set", "ariaLabelledby", "role", "style", "iconUrl", "transform", "aria-label", "ariaHidden", "focusable", "isLoading"] }, { kind: "component", type: i2.EuiButtonComponent, selector: "button[euiButton], a[euiButton]", inputs: ["e2eAttr", "id", "euiBasicButton", "euiButtonCall", "euiBlockButton", "isLoading", "euiIconButton", "euiLineWrap"], outputs: ["buttonClick"] }, { kind: "component", type: i3.EuiDropdownComponent, selector: "eui-dropdown", inputs: ["e2eAttr", "tabIndex", "width", "position", "isDropDownRightAligned", "isClosedOnClickInside", "isLabelUpdatedFromSelectedItem", "isExpandOnHover", "hasTabNavigation"] }, { kind: "directive", type: i3.EuiDropdownContentDirective, selector: "eui-dropdown-content" }, { kind: "directive", type: i4.EuiTooltipDirective, selector: "[euiTooltip]", inputs: ["e2eAttr", "showDelay", "hideDelay", "content", "contentAlignment", "position", "isDisabled", "euiTooltip", "euiTooltipPrimary", "euiTooltipSecondary", "euiTooltipInfo", "euiTooltipSuccess", "euiTooltipWarning", "euiTooltipDanger", "euiTooltipAccent"], exportAs: ["euiTooltip"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardFooterMenuContentComponent, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardFooterMenuContentComponent, decorators: [{
16
16
  type: Component,
17
17
  args: [{ selector: 'eui-card-footer-menu-content', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<eui-dropdown>\n <button\n euiButton\n euiRounded\n euiIconButton\n euiBasicButton\n euiSecondary\n type=\"button\"\n euiTooltip=\"{{ tooltipText }}\"\n [attr.aria-label]=\"tooltipText\">\n <eui-icon-svg icon=\"eui-ellipsis-vertical\"></eui-icon-svg>\n </button>\n <eui-dropdown-content>\n <ng-content></ng-content>\n </eui-dropdown-content>\n</eui-dropdown>\n" }]
18
18
  }], propDecorators: { tooltipText: [{
@@ -8,10 +8,10 @@ export class EuiCardFooterComponent {
8
8
  constructor() {
9
9
  this.string = 'eui-card-footer';
10
10
  }
11
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
12
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.3", type: EuiCardFooterComponent, selector: "eui-card-footer", host: { properties: { "class": "this.string" } }, queries: [{ propertyName: "actionButtons", first: true, predicate: i0.forwardRef(function () { return EuiCardFooterActionButtonsComponent; }), descendants: true }, { propertyName: "actionIcons", first: true, predicate: i0.forwardRef(function () { return EuiCardFooterActionIconsComponent; }), descendants: true }, { propertyName: "actionMenu", first: true, predicate: i0.forwardRef(function () { return EuiCardFooterMenuContentComponent; }), descendants: true }], ngImport: i0, template: "<div class=\"eui-card-footer-container\">\n <div class=\"eui-card-footer-actions\" *ngIf=\"actionButtons || actionIcons || actionMenu\">\n <ng-content *ngIf=\"actionButtons\" select=\"eui-card-footer-action-buttons\"></ng-content>\n <div *ngIf=\"actionIcons || actionMenu\" class=\"eui-card-footer-actions__icons-container\">\n <ng-content *ngIf=\"actionIcons\" select=\"eui-card-footer-action-icons\"></ng-content>\n <ng-content *ngIf=\"actionMenu\" select=\"eui-card-footer-menu-content\"></ng-content>\n </div>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
11
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
12
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: EuiCardFooterComponent, selector: "eui-card-footer", host: { properties: { "class": "this.string" } }, queries: [{ propertyName: "actionButtons", first: true, predicate: i0.forwardRef(function () { return EuiCardFooterActionButtonsComponent; }), descendants: true }, { propertyName: "actionIcons", first: true, predicate: i0.forwardRef(function () { return EuiCardFooterActionIconsComponent; }), descendants: true }, { propertyName: "actionMenu", first: true, predicate: i0.forwardRef(function () { return EuiCardFooterMenuContentComponent; }), descendants: true }], ngImport: i0, template: "<div class=\"eui-card-footer-container\">\n <div class=\"eui-card-footer-actions\" *ngIf=\"actionButtons || actionIcons || actionMenu\">\n <ng-content *ngIf=\"actionButtons\" select=\"eui-card-footer-action-buttons\"></ng-content>\n <div *ngIf=\"actionIcons || actionMenu\" class=\"eui-card-footer-actions__icons-container\">\n <ng-content *ngIf=\"actionIcons\" select=\"eui-card-footer-action-icons\"></ng-content>\n <ng-content *ngIf=\"actionMenu\" select=\"eui-card-footer-menu-content\"></ng-content>\n </div>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardFooterComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardFooterComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{ selector: 'eui-card-footer', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"eui-card-footer-container\">\n <div class=\"eui-card-footer-actions\" *ngIf=\"actionButtons || actionIcons || actionMenu\">\n <ng-content *ngIf=\"actionButtons\" select=\"eui-card-footer-action-buttons\"></ng-content>\n <div *ngIf=\"actionIcons || actionMenu\" class=\"eui-card-footer-actions__icons-container\">\n <ng-content *ngIf=\"actionIcons\" select=\"eui-card-footer-action-icons\"></ng-content>\n <ng-content *ngIf=\"actionMenu\" select=\"eui-card-footer-menu-content\"></ng-content>\n </div>\n </div>\n</div>\n" }]
17
17
  }], propDecorators: { string: [{
@@ -4,10 +4,10 @@ export class EuiCardHeaderLeftContentComponent {
4
4
  constructor() {
5
5
  this.string = 'eui-card-header__left-content';
6
6
  }
7
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardHeaderLeftContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.3", type: EuiCardHeaderLeftContentComponent, selector: "eui-card-header-left-content", host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardHeaderLeftContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: EuiCardHeaderLeftContentComponent, selector: "eui-card-header-left-content", host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardHeaderLeftContentComponent, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardHeaderLeftContentComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: 'eui-card-header-left-content', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
13
13
  }], propDecorators: { string: [{
@@ -4,10 +4,10 @@ export class EuiCardHeaderRightContentComponent {
4
4
  constructor() {
5
5
  this.string = 'eui-card-header__right-content';
6
6
  }
7
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardHeaderRightContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.3", type: EuiCardHeaderRightContentComponent, selector: "eui-card-header-right-content", host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardHeaderRightContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: EuiCardHeaderRightContentComponent, selector: "eui-card-header-right-content", host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardHeaderRightContentComponent, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardHeaderRightContentComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: 'eui-card-header-right-content', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
13
13
  }], propDecorators: { string: [{
@@ -4,10 +4,10 @@ export class EuiCardHeaderSubtitleComponent {
4
4
  constructor() {
5
5
  this.string = 'eui-card-header__title-container-subtitle';
6
6
  }
7
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardHeaderSubtitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.3", type: EuiCardHeaderSubtitleComponent, selector: "eui-card-header-subtitle", host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardHeaderSubtitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: EuiCardHeaderSubtitleComponent, selector: "eui-card-header-subtitle", host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardHeaderSubtitleComponent, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardHeaderSubtitleComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: 'eui-card-header-subtitle', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
13
13
  }], propDecorators: { string: [{
@@ -4,10 +4,10 @@ export class EuiCardHeaderTitleComponent {
4
4
  constructor() {
5
5
  this.string = 'eui-card-header__title-container-title';
6
6
  }
7
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardHeaderTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.3", type: EuiCardHeaderTitleComponent, selector: "eui-card-header-title", host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardHeaderTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: EuiCardHeaderTitleComponent, selector: "eui-card-header-title", host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardHeaderTitleComponent, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardHeaderTitleComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: 'eui-card-header-title', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
13
13
  }], propDecorators: { string: [{
@@ -62,10 +62,10 @@ export class EuiCardHeaderComponent {
62
62
  this.collapse.emit(this.uiStateService.state.isCollapsed);
63
63
  }
64
64
  }
65
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardHeaderComponent, deps: [{ token: i1.UiStateService }], target: i0.ɵɵFactoryTarget.Component }); }
66
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.3", type: EuiCardHeaderComponent, selector: "eui-card-header", inputs: { avatarUrl: "avatarUrl", expandLabel: "expandLabel", collapseLabel: "collapseLabel", iconClass: "iconClass", avatarDerscription: "avatarDerscription", iconDescription: "iconDescription", isHeaderBodyOnly: "isHeaderBodyOnly", hasHeaderClickToggle: "hasHeaderClickToggle", hasBottomExpander: "hasBottomExpander", hasFullTitle: "hasFullTitle", isHeaderMultilines: "isHeaderMultilines" }, outputs: { collapse: "collapse" }, host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<div *ngIf=\"!isHeaderBodyOnly\" class=\"eui-card-header__container\" (click)=\"onToggleHeader()\">\n <ng-content select=\"eui-card-header-left-content\"></ng-content>\n\n <div\n *ngIf=\"avatarUrl && !iconClass\"\n class=\"eui-card-header__avatar\"\n [ngStyle]=\"{ 'background-image': 'url(' + avatarUrl + ')' }\"\n [attr.aria-label]=\"avatarDerscription\"\n role=\"img\"></div>\n <div\n *ngIf=\"iconClass\"\n class=\"eui-card-header__icon\"\n [class.eui-card-header__icon--rounded]=\"iconClass.indexOf('eui-icon--rounded') !== -1\">\n <span class=\"{{ iconClass }}\" [attr.aria-label]=\"iconDescription\" role=\"img\"></span>\n </div>\n\n <ng-container *ngIf=\"!hasFullTitle\">\n <div class=\"eui-card-header__title-container\" [class.eui-card-header__title-container--multilines]=\"isHeaderMultilines\">\n <ng-content *ngTemplateOutlet=\"title\"></ng-content>\n <ng-content *ngTemplateOutlet=\"subtitle\"></ng-content>\n </div>\n <ng-content *ngTemplateOutlet=\"rightContent\"></ng-content>\n </ng-container>\n\n <ng-container *ngIf=\"hasFullTitle\">\n <div class=\"eui-card-header__middle-container\">\n <div class=\"eui-card-header__title-container\" [class.eui-card-header__title-container--multilines]=\"isHeaderMultilines\">\n <ng-content *ngTemplateOutlet=\"title\"></ng-content>\n </div>\n <div class=\"eui-card-header__middle-content\">\n <ng-content *ngTemplateOutlet=\"subtitle\"></ng-content>\n <ng-content *ngTemplateOutlet=\"rightContent\"></ng-content>\n </div>\n </div>\n </ng-container>\n\n <div\n *ngIf=\"(uiStateService.state$ | async).isCollapsible\"\n class=\"eui-card-header__expander\"\n [class.eui-card-header__expander--bottom]=\"hasBottomExpander\"\n [class.eui-card-header__expander--top]=\"isHeaderMultilines\"\n (click)=\"onToggle($event)\">\n <button\n euiButton\n euiRounded\n euiIconButton\n euiSizeM\n euiBasicButton\n euiSecondary\n type=\"button\"\n class=\"eui-card-header__expander-icon\"\n [attr.aria-label]=\"!(uiStateService.state$ | async).isCollapsed ? collapseLabel : expandLabel\">\n <eui-icon-svg icon=\"eui-chevron-up\" set=\"eui\" size=\"m\" fillColor=\"grey-100\"></eui-icon-svg>\n </button>\n </div>\n</div>\n<div *ngIf=\"(uiStateService.state$ | async).isUrgent\" class=\"eui-card-header__urgent-indicator\">\n <eui-icon-svg icon=\"eui-alert-circle\" size=\"l\" fillColor=\"danger-100\"></eui-icon-svg>\n</div>\n<ng-content select=\"eui-card-header-body\"></ng-content>\n\n<ng-template #title>\n <ng-content select=\"eui-card-header-title\"></ng-content>\n</ng-template>\n\n<ng-template #subtitle>\n <ng-content select=\"eui-card-header-subtitle\"></ng-content>\n</ng-template>\n\n<ng-template #rightContent>\n <ng-content select=\"eui-card-header-right-content\"></ng-content>\n</ng-template>\n", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i3.EuiIconSvgComponent, selector: "eui-icon-svg, span[euiIconSvg], i[euiIconSvg]", inputs: ["icon", "size", "fillColor", "set", "ariaLabelledby", "role", "style", "iconUrl", "transform", "aria-label", "ariaHidden", "focusable", "isLoading"] }, { kind: "component", type: i4.EuiButtonComponent, selector: "button[euiButton], a[euiButton]", inputs: ["e2eAttr", "id", "euiBasicButton", "euiButtonCall", "euiBlockButton", "isLoading", "euiIconButton", "euiLineWrap"], outputs: ["buttonClick"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
65
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardHeaderComponent, deps: [{ token: i1.UiStateService }], target: i0.ɵɵFactoryTarget.Component }); }
66
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: EuiCardHeaderComponent, selector: "eui-card-header", inputs: { avatarUrl: "avatarUrl", expandLabel: "expandLabel", collapseLabel: "collapseLabel", iconClass: "iconClass", avatarDerscription: "avatarDerscription", iconDescription: "iconDescription", isHeaderBodyOnly: "isHeaderBodyOnly", hasHeaderClickToggle: "hasHeaderClickToggle", hasBottomExpander: "hasBottomExpander", hasFullTitle: "hasFullTitle", isHeaderMultilines: "isHeaderMultilines" }, outputs: { collapse: "collapse" }, host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<div *ngIf=\"!isHeaderBodyOnly\" class=\"eui-card-header__container\" (click)=\"onToggleHeader()\">\n <ng-content select=\"eui-card-header-left-content\"></ng-content>\n\n <div\n *ngIf=\"avatarUrl && !iconClass\"\n class=\"eui-card-header__avatar\"\n [ngStyle]=\"{ 'background-image': 'url(' + avatarUrl + ')' }\"\n [attr.aria-label]=\"avatarDerscription\"\n role=\"img\"></div>\n <div\n *ngIf=\"iconClass\"\n class=\"eui-card-header__icon\"\n [class.eui-card-header__icon--rounded]=\"iconClass.indexOf('eui-icon--rounded') !== -1\">\n <span class=\"{{ iconClass }}\" [attr.aria-label]=\"iconDescription\" role=\"img\"></span>\n </div>\n\n <ng-container *ngIf=\"!hasFullTitle\">\n <div class=\"eui-card-header__title-container\" [class.eui-card-header__title-container--multilines]=\"isHeaderMultilines\">\n <ng-content *ngTemplateOutlet=\"title\"></ng-content>\n <ng-content *ngTemplateOutlet=\"subtitle\"></ng-content>\n </div>\n <ng-content *ngTemplateOutlet=\"rightContent\"></ng-content>\n </ng-container>\n\n <ng-container *ngIf=\"hasFullTitle\">\n <div class=\"eui-card-header__middle-container\">\n <div class=\"eui-card-header__title-container\" [class.eui-card-header__title-container--multilines]=\"isHeaderMultilines\">\n <ng-content *ngTemplateOutlet=\"title\"></ng-content>\n </div>\n <div class=\"eui-card-header__middle-content\">\n <ng-content *ngTemplateOutlet=\"subtitle\"></ng-content>\n <ng-content *ngTemplateOutlet=\"rightContent\"></ng-content>\n </div>\n </div>\n </ng-container>\n\n <div\n *ngIf=\"(uiStateService.state$ | async).isCollapsible\"\n class=\"eui-card-header__expander\"\n [class.eui-card-header__expander--bottom]=\"hasBottomExpander\"\n [class.eui-card-header__expander--top]=\"isHeaderMultilines\"\n (click)=\"onToggle($event)\">\n <button\n euiButton\n euiRounded\n euiIconButton\n euiSizeM\n euiBasicButton\n euiSecondary\n type=\"button\"\n class=\"eui-card-header__expander-icon\"\n [attr.aria-label]=\"!(uiStateService.state$ | async).isCollapsed ? collapseLabel : expandLabel\">\n <eui-icon-svg icon=\"eui-chevron-up\" set=\"eui\" size=\"m\" fillColor=\"grey-100\"></eui-icon-svg>\n </button>\n </div>\n</div>\n<div *ngIf=\"(uiStateService.state$ | async).isUrgent\" class=\"eui-card-header__urgent-indicator\">\n <eui-icon-svg icon=\"eui-alert-circle\" size=\"l\" fillColor=\"danger-100\"></eui-icon-svg>\n</div>\n<ng-content select=\"eui-card-header-body\"></ng-content>\n\n<ng-template #title>\n <ng-content select=\"eui-card-header-title\"></ng-content>\n</ng-template>\n\n<ng-template #subtitle>\n <ng-content select=\"eui-card-header-subtitle\"></ng-content>\n</ng-template>\n\n<ng-template #rightContent>\n <ng-content select=\"eui-card-header-right-content\"></ng-content>\n</ng-template>\n", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i3.EuiIconSvgComponent, selector: "eui-icon-svg, span[euiIconSvg], i[euiIconSvg]", inputs: ["icon", "size", "fillColor", "set", "ariaLabelledby", "role", "style", "iconUrl", "transform", "aria-label", "ariaHidden", "focusable", "isLoading"] }, { kind: "component", type: i4.EuiButtonComponent, selector: "button[euiButton], a[euiButton]", inputs: ["e2eAttr", "id", "euiBasicButton", "euiButtonCall", "euiBlockButton", "isLoading", "euiIconButton", "euiLineWrap"], outputs: ["buttonClick"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
67
67
  }
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardHeaderComponent, decorators: [{
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardHeaderComponent, decorators: [{
69
69
  type: Component,
70
70
  args: [{ selector: 'eui-card-header', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div *ngIf=\"!isHeaderBodyOnly\" class=\"eui-card-header__container\" (click)=\"onToggleHeader()\">\n <ng-content select=\"eui-card-header-left-content\"></ng-content>\n\n <div\n *ngIf=\"avatarUrl && !iconClass\"\n class=\"eui-card-header__avatar\"\n [ngStyle]=\"{ 'background-image': 'url(' + avatarUrl + ')' }\"\n [attr.aria-label]=\"avatarDerscription\"\n role=\"img\"></div>\n <div\n *ngIf=\"iconClass\"\n class=\"eui-card-header__icon\"\n [class.eui-card-header__icon--rounded]=\"iconClass.indexOf('eui-icon--rounded') !== -1\">\n <span class=\"{{ iconClass }}\" [attr.aria-label]=\"iconDescription\" role=\"img\"></span>\n </div>\n\n <ng-container *ngIf=\"!hasFullTitle\">\n <div class=\"eui-card-header__title-container\" [class.eui-card-header__title-container--multilines]=\"isHeaderMultilines\">\n <ng-content *ngTemplateOutlet=\"title\"></ng-content>\n <ng-content *ngTemplateOutlet=\"subtitle\"></ng-content>\n </div>\n <ng-content *ngTemplateOutlet=\"rightContent\"></ng-content>\n </ng-container>\n\n <ng-container *ngIf=\"hasFullTitle\">\n <div class=\"eui-card-header__middle-container\">\n <div class=\"eui-card-header__title-container\" [class.eui-card-header__title-container--multilines]=\"isHeaderMultilines\">\n <ng-content *ngTemplateOutlet=\"title\"></ng-content>\n </div>\n <div class=\"eui-card-header__middle-content\">\n <ng-content *ngTemplateOutlet=\"subtitle\"></ng-content>\n <ng-content *ngTemplateOutlet=\"rightContent\"></ng-content>\n </div>\n </div>\n </ng-container>\n\n <div\n *ngIf=\"(uiStateService.state$ | async).isCollapsible\"\n class=\"eui-card-header__expander\"\n [class.eui-card-header__expander--bottom]=\"hasBottomExpander\"\n [class.eui-card-header__expander--top]=\"isHeaderMultilines\"\n (click)=\"onToggle($event)\">\n <button\n euiButton\n euiRounded\n euiIconButton\n euiSizeM\n euiBasicButton\n euiSecondary\n type=\"button\"\n class=\"eui-card-header__expander-icon\"\n [attr.aria-label]=\"!(uiStateService.state$ | async).isCollapsed ? collapseLabel : expandLabel\">\n <eui-icon-svg icon=\"eui-chevron-up\" set=\"eui\" size=\"m\" fillColor=\"grey-100\"></eui-icon-svg>\n </button>\n </div>\n</div>\n<div *ngIf=\"(uiStateService.state$ | async).isUrgent\" class=\"eui-card-header__urgent-indicator\">\n <eui-icon-svg icon=\"eui-alert-circle\" size=\"l\" fillColor=\"danger-100\"></eui-icon-svg>\n</div>\n<ng-content select=\"eui-card-header-body\"></ng-content>\n\n<ng-template #title>\n <ng-content select=\"eui-card-header-title\"></ng-content>\n</ng-template>\n\n<ng-template #subtitle>\n <ng-content select=\"eui-card-header-subtitle\"></ng-content>\n</ng-template>\n\n<ng-template #rightContent>\n <ng-content select=\"eui-card-header-right-content\"></ng-content>\n</ng-template>\n" }]
71
71
  }], ctorParameters: function () { return [{ type: i1.UiStateService }]; }, propDecorators: { avatarUrl: [{
@@ -4,10 +4,10 @@ export class EuiCardHeaderBodyComponent {
4
4
  constructor() {
5
5
  this.string = 'eui-card-header-body';
6
6
  }
7
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardHeaderBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.3", type: EuiCardHeaderBodyComponent, selector: "eui-card-header-body", host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardHeaderBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: EuiCardHeaderBodyComponent, selector: "eui-card-header-body", host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardHeaderBodyComponent, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardHeaderBodyComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: 'eui-card-header-body', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
13
13
  }], propDecorators: { string: [{
@@ -8,10 +8,10 @@ export class EuiCardMediaComponent {
8
8
  this.imageHeight = 'auto';
9
9
  this.string = 'eui-card-media';
10
10
  }
11
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardMediaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
12
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.3", type: EuiCardMediaComponent, selector: "eui-card-media", inputs: { imageUrl: "imageUrl", imageLegend: "imageLegend", imageClickUrl: "imageClickUrl", imageClickUrlExternal: "imageClickUrlExternal", imageDescription: "imageDescription", imageHeight: "imageHeight" }, host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<div class=\"eui-card-media__container\">\n <ng-container *ngIf=\"imageClickUrl\">\n <a routerLink=\"{{ imageClickUrl }}\" class=\"eui-card-media__container-content\">\n <ng-content *ngTemplateOutlet=\"mediacontent\"></ng-content>\n </a>\n </ng-container>\n <ng-container *ngIf=\"imageClickUrlExternal\">\n <a href=\"{{ imageClickUrlExternal }}\" target=\"_blank\" class=\"eui-card-media__container-content\">\n <ng-content *ngTemplateOutlet=\"mediacontent\"></ng-content>\n </a>\n </ng-container>\n <ng-container *ngIf=\"!imageClickUrl && !imageClickUrlExternal\">\n <ng-content *ngTemplateOutlet=\"mediacontent\"></ng-content>\n </ng-container>\n</div>\n<ng-template #mediacontent>\n <img class=\"eui-card-media__image\" [src]=\"imageUrl\" [height]=\"imageHeight\" alt=\"{{ !imageLegend ? imageDescription : '' }}\" />\n <div *ngIf=\"imageLegend\" class=\"eui-card-media__legend\">{{ imageLegend }}</div>\n</ng-template>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
11
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardMediaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
12
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: EuiCardMediaComponent, selector: "eui-card-media", inputs: { imageUrl: "imageUrl", imageLegend: "imageLegend", imageClickUrl: "imageClickUrl", imageClickUrlExternal: "imageClickUrlExternal", imageDescription: "imageDescription", imageHeight: "imageHeight" }, host: { properties: { "class": "this.string" } }, ngImport: i0, template: "<div class=\"eui-card-media__container\">\n <ng-container *ngIf=\"imageClickUrl\">\n <a routerLink=\"{{ imageClickUrl }}\" class=\"eui-card-media__container-content\">\n <ng-content *ngTemplateOutlet=\"mediacontent\"></ng-content>\n </a>\n </ng-container>\n <ng-container *ngIf=\"imageClickUrlExternal\">\n <a href=\"{{ imageClickUrlExternal }}\" target=\"_blank\" class=\"eui-card-media__container-content\">\n <ng-content *ngTemplateOutlet=\"mediacontent\"></ng-content>\n </a>\n </ng-container>\n <ng-container *ngIf=\"!imageClickUrl && !imageClickUrlExternal\">\n <ng-content *ngTemplateOutlet=\"mediacontent\"></ng-content>\n </ng-container>\n</div>\n<ng-template #mediacontent>\n <img class=\"eui-card-media__image\" [src]=\"imageUrl\" [height]=\"imageHeight\" alt=\"{{ !imageLegend ? imageDescription : '' }}\" />\n <div *ngIf=\"imageLegend\" class=\"eui-card-media__legend\">{{ imageLegend }}</div>\n</ng-template>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiCardMediaComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCardMediaComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{ selector: 'eui-card-media', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"eui-card-media__container\">\n <ng-container *ngIf=\"imageClickUrl\">\n <a routerLink=\"{{ imageClickUrl }}\" class=\"eui-card-media__container-content\">\n <ng-content *ngTemplateOutlet=\"mediacontent\"></ng-content>\n </a>\n </ng-container>\n <ng-container *ngIf=\"imageClickUrlExternal\">\n <a href=\"{{ imageClickUrlExternal }}\" target=\"_blank\" class=\"eui-card-media__container-content\">\n <ng-content *ngTemplateOutlet=\"mediacontent\"></ng-content>\n </a>\n </ng-container>\n <ng-container *ngIf=\"!imageClickUrl && !imageClickUrlExternal\">\n <ng-content *ngTemplateOutlet=\"mediacontent\"></ng-content>\n </ng-container>\n</div>\n<ng-template #mediacontent>\n <img class=\"eui-card-media__image\" [src]=\"imageUrl\" [height]=\"imageHeight\" alt=\"{{ !imageLegend ? imageDescription : '' }}\" />\n <div *ngIf=\"imageLegend\" class=\"eui-card-media__legend\">{{ imageLegend }}</div>\n</ng-template>\n" }]
17
17
  }], propDecorators: { imageUrl: [{