@eui/components 18.0.0-next.29 → 18.0.0-next.30

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 (178) hide show
  1. package/docs/classes/EuiMessageBoxConfig.html +1 -1
  2. package/docs/components/EuiAlertComponent.html +1 -1
  3. package/docs/components/EuiButtonComponent.html +1 -1
  4. package/docs/components/EuiDialogComponent.html +96 -687
  5. package/docs/components/EuiDialogContainerComponent.html +1 -1
  6. package/docs/components/EuiMenuItemComponent.html +1 -1
  7. package/docs/components/EuiMessageBoxComponent.html +123 -1227
  8. package/docs/components/EuiPopoverComponent.html +81 -995
  9. package/docs/components/EuiTabComponent.html +88 -1004
  10. package/docs/components/EuiTabContentComponent.html +5 -78
  11. package/docs/components/EuiTableComponent.html +586 -2166
  12. package/docs/components/EuiTableFilterComponent.html +122 -787
  13. package/docs/components/EuiTableSelectableHeaderComponent.html +11 -141
  14. package/docs/components/EuiTableSelectableRowComponent.html +11 -125
  15. package/docs/components/EuiTableSortableColComponent.html +23 -263
  16. package/docs/components/EuiTabsComponent.html +21 -265
  17. package/docs/dependencies.html +1 -1
  18. package/docs/interfaces/EuiDialogInterface.html +2 -2
  19. package/docs/js/menu-wc.js +6 -6
  20. package/docs/js/menu-wc_es5.js +1 -1
  21. package/docs/js/search/search_index.js +2 -2
  22. package/esm2022/directives/eui-tooltip/container/eui-tooltip-container.component.mjs +2 -2
  23. package/esm2022/eui-alert/eui-alert.component.mjs +4 -3
  24. package/esm2022/eui-avatar/eui-avatar.component.mjs +2 -2
  25. package/esm2022/eui-badge/eui-badge.component.mjs +2 -2
  26. package/esm2022/eui-block-content/eui-block-content.component.mjs +2 -2
  27. package/esm2022/eui-button/eui-button.component.mjs +4 -5
  28. package/esm2022/eui-button-group/eui-button-group.component.mjs +1 -1
  29. package/esm2022/eui-button-v2/eui-button-v2.component.mjs +2 -2
  30. package/esm2022/eui-card/eui-card.component.mjs +2 -2
  31. package/esm2022/eui-chip/eui-chip.component.mjs +2 -2
  32. package/esm2022/eui-chip-list/eui-chip-list.component.mjs +2 -6
  33. package/esm2022/eui-dialog/container/eui-dialog-container.component.mjs +10 -10
  34. package/esm2022/eui-dialog/eui-dialog.component.mjs +29 -33
  35. package/esm2022/eui-dialog/models/eui-dialog.config.mjs +1 -1
  36. package/esm2022/eui-discussion-thread/eui-discussion-thread.component.mjs +2 -2
  37. package/esm2022/eui-ecl-date-block/eui-ecl-date-block.component.mjs +2 -2
  38. package/esm2022/eui-ecl-label/eui-ecl-label.component.mjs +2 -2
  39. package/esm2022/eui-feedback-message/eui-feedback-message.component.mjs +2 -2
  40. package/esm2022/eui-fieldset/eui-fieldset.component.mjs +2 -2
  41. package/esm2022/eui-file-upload/eui-file-upload.component.mjs +2 -2
  42. package/esm2022/eui-growl/eui-growl.component.mjs +2 -2
  43. package/esm2022/eui-input-checkbox/eui-input-checkbox.component.mjs +2 -2
  44. package/esm2022/eui-label/eui-label.component.mjs +2 -2
  45. package/esm2022/eui-language-selector/language-selector.component.mjs +2 -2
  46. package/esm2022/eui-list/eui-list-item/eui-list-item.component.mjs +2 -2
  47. package/esm2022/eui-list/eui-list.component.mjs +2 -2
  48. package/esm2022/eui-menu/eui-menu-item.component.mjs +4 -4
  49. package/esm2022/eui-menu/eui-menu.component.mjs +2 -2
  50. package/esm2022/eui-message-box/eui-message-box.component.mjs +51 -110
  51. package/esm2022/eui-message-box/models/eui-message-box.config.mjs +1 -1
  52. package/esm2022/eui-page/eui-page.component.mjs +2 -2
  53. package/esm2022/eui-popover/eui-popover.component.mjs +50 -72
  54. package/esm2022/eui-progress-bar/eui-progress-bar.component.mjs +2 -2
  55. package/esm2022/eui-progress-circle/eui-progress-circle.component.mjs +2 -2
  56. package/esm2022/eui-table/eui-table.component.mjs +82 -160
  57. package/esm2022/eui-table/filter/eui-table-filter.component.mjs +28 -32
  58. package/esm2022/eui-table/selectable-header/eui-table-selectable-header.component.mjs +12 -25
  59. package/esm2022/eui-table/selectable-row/eui-table-selectable-row.component.mjs +12 -25
  60. package/esm2022/eui-table/sortable-col/eui-table-sortable-col.component.mjs +20 -43
  61. package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +44 -59
  62. package/esm2022/eui-tabs/eui-tab-content/eui-tab-content.component.mjs +6 -12
  63. package/esm2022/eui-tabs/eui-tabs.component.mjs +22 -45
  64. package/esm2022/eui-timebar/eui-timebar.component.mjs +2 -2
  65. package/esm2022/eui-timepicker/eui-timepicker.component.mjs +2 -2
  66. package/esm2022/eui-tree-list/eui-tree-list.component.mjs +2 -2
  67. package/esm2022/eui-wizard/eui-wizard-step.component.mjs +2 -2
  68. package/esm2022/eui-wizard/eui-wizard.component.mjs +2 -2
  69. package/esm2022/externals/eui-editor/eui-editor.component.mjs +2 -2
  70. package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.component.mjs +2 -2
  71. package/esm2022/layout/eui-app/eui-app-top-message/top-message.component.mjs +2 -2
  72. package/esm2022/layout/eui-footer/footer.component.mjs +2 -2
  73. package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +2 -2
  74. package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +2 -2
  75. package/esm2022/layout/eui-search/search.component.mjs +2 -2
  76. package/esm2022/layout/eui-toolbar/toolbar.component.mjs +2 -2
  77. package/esm2022/layout/eui-user-profile/user-profile.component.mjs +2 -2
  78. package/esm2022/shared/base/base-states.directive.mjs +2 -1
  79. package/eui-alert/eui-alert.component.d.ts.map +1 -1
  80. package/eui-button/eui-button.component.d.ts.map +1 -1
  81. package/eui-button-group/eui-button-group.component.d.ts.map +1 -1
  82. package/eui-chip-list/eui-chip-list.component.d.ts.map +1 -1
  83. package/eui-dialog/eui-dialog.component.d.ts +11 -6
  84. package/eui-dialog/eui-dialog.component.d.ts.map +1 -1
  85. package/eui-dialog/models/eui-dialog.config.d.ts +1 -1
  86. package/eui-dialog/models/eui-dialog.config.d.ts.map +1 -1
  87. package/eui-menu/eui-menu-item.component.d.ts.map +1 -1
  88. package/eui-message-box/eui-message-box.component.d.ts +26 -42
  89. package/eui-message-box/eui-message-box.component.d.ts.map +1 -1
  90. package/eui-message-box/models/eui-message-box.config.d.ts +1 -1
  91. package/eui-message-box/models/eui-message-box.config.d.ts.map +1 -1
  92. package/eui-popover/eui-popover.component.d.ts +18 -21
  93. package/eui-popover/eui-popover.component.d.ts.map +1 -1
  94. package/eui-table/eui-table.component.d.ts +36 -51
  95. package/eui-table/eui-table.component.d.ts.map +1 -1
  96. package/eui-table/filter/eui-table-filter.component.d.ts +9 -9
  97. package/eui-table/filter/eui-table-filter.component.d.ts.map +1 -1
  98. package/eui-table/selectable-header/eui-table-selectable-header.component.d.ts +4 -7
  99. package/eui-table/selectable-header/eui-table-selectable-header.component.d.ts.map +1 -1
  100. package/eui-table/selectable-row/eui-table-selectable-row.component.d.ts +4 -7
  101. package/eui-table/selectable-row/eui-table-selectable-row.component.d.ts.map +1 -1
  102. package/eui-table/sortable-col/eui-table-sortable-col.component.d.ts +10 -16
  103. package/eui-table/sortable-col/eui-table-sortable-col.component.d.ts.map +1 -1
  104. package/eui-tabs/eui-tab/eui-tab.component.d.ts +18 -23
  105. package/eui-tabs/eui-tab/eui-tab.component.d.ts.map +1 -1
  106. package/eui-tabs/eui-tab-content/eui-tab-content.component.d.ts +2 -4
  107. package/eui-tabs/eui-tab-content/eui-tab-content.component.d.ts.map +1 -1
  108. package/eui-tabs/eui-tabs.component.d.ts +8 -13
  109. package/eui-tabs/eui-tabs.component.d.ts.map +1 -1
  110. package/fesm2022/eui-components-directives.mjs +2 -2
  111. package/fesm2022/eui-components-eui-alert.mjs +11 -10
  112. package/fesm2022/eui-components-eui-alert.mjs.map +2 -2
  113. package/fesm2022/eui-components-eui-avatar.mjs +2 -2
  114. package/fesm2022/eui-components-eui-badge.mjs +2 -2
  115. package/fesm2022/eui-components-eui-badge.mjs.map +1 -1
  116. package/fesm2022/eui-components-eui-block-content.mjs +2 -2
  117. package/fesm2022/eui-components-eui-block-content.mjs.map +1 -1
  118. package/fesm2022/eui-components-eui-button-group.mjs.map +1 -1
  119. package/fesm2022/eui-components-eui-button-v2.mjs +2 -2
  120. package/fesm2022/eui-components-eui-button.mjs +3 -4
  121. package/fesm2022/eui-components-eui-button.mjs.map +2 -2
  122. package/fesm2022/eui-components-eui-card.mjs +2 -2
  123. package/fesm2022/eui-components-eui-card.mjs.map +1 -1
  124. package/fesm2022/eui-components-eui-chip-list.mjs +1 -5
  125. package/fesm2022/eui-components-eui-chip-list.mjs.map +2 -2
  126. package/fesm2022/eui-components-eui-chip.mjs +2 -2
  127. package/fesm2022/eui-components-eui-chip.mjs.map +1 -1
  128. package/fesm2022/eui-components-eui-dialog.mjs +236 -212
  129. package/fesm2022/eui-components-eui-dialog.mjs.map +2 -2
  130. package/fesm2022/eui-components-eui-discussion-thread.mjs +2 -2
  131. package/fesm2022/eui-components-eui-discussion-thread.mjs.map +1 -1
  132. package/fesm2022/eui-components-eui-ecl-date-block.mjs +2 -2
  133. package/fesm2022/eui-components-eui-ecl-date-block.mjs.map +1 -1
  134. package/fesm2022/eui-components-eui-ecl-label.mjs +2 -2
  135. package/fesm2022/eui-components-eui-ecl-label.mjs.map +1 -1
  136. package/fesm2022/eui-components-eui-feedback-message.mjs +2 -2
  137. package/fesm2022/eui-components-eui-fieldset.mjs +2 -2
  138. package/fesm2022/eui-components-eui-file-upload.mjs +2 -2
  139. package/fesm2022/eui-components-eui-file-upload.mjs.map +1 -1
  140. package/fesm2022/eui-components-eui-growl.mjs +2 -2
  141. package/fesm2022/eui-components-eui-input-checkbox.mjs +2 -2
  142. package/fesm2022/eui-components-eui-input-checkbox.mjs.map +1 -1
  143. package/fesm2022/eui-components-eui-label.mjs +2 -2
  144. package/fesm2022/eui-components-eui-language-selector.mjs +2 -2
  145. package/fesm2022/eui-components-eui-language-selector.mjs.map +1 -1
  146. package/fesm2022/eui-components-eui-list.mjs +4 -4
  147. package/fesm2022/eui-components-eui-menu.mjs +23 -27
  148. package/fesm2022/eui-components-eui-menu.mjs.map +2 -2
  149. package/fesm2022/eui-components-eui-message-box.mjs +49 -105
  150. package/fesm2022/eui-components-eui-message-box.mjs.map +2 -2
  151. package/fesm2022/eui-components-eui-page.mjs +2 -2
  152. package/fesm2022/eui-components-eui-page.mjs.map +1 -1
  153. package/fesm2022/eui-components-eui-popover.mjs +49 -150
  154. package/fesm2022/eui-components-eui-popover.mjs.map +2 -2
  155. package/fesm2022/eui-components-eui-progress-bar.mjs +2 -2
  156. package/fesm2022/eui-components-eui-progress-bar.mjs.map +1 -1
  157. package/fesm2022/eui-components-eui-progress-circle.mjs +2 -2
  158. package/fesm2022/eui-components-eui-progress-circle.mjs.map +1 -1
  159. package/fesm2022/eui-components-eui-table.mjs +254 -418
  160. package/fesm2022/eui-components-eui-table.mjs.map +3 -3
  161. package/fesm2022/eui-components-eui-tabs.mjs +72 -116
  162. package/fesm2022/eui-components-eui-tabs.mjs.map +3 -3
  163. package/fesm2022/eui-components-eui-timebar.mjs +2 -2
  164. package/fesm2022/eui-components-eui-timebar.mjs.map +1 -1
  165. package/fesm2022/eui-components-eui-timepicker.mjs +2 -2
  166. package/fesm2022/eui-components-eui-timepicker.mjs.map +1 -1
  167. package/fesm2022/eui-components-eui-tree-list.mjs +2 -2
  168. package/fesm2022/eui-components-eui-tree-list.mjs.map +1 -1
  169. package/fesm2022/eui-components-eui-wizard.mjs +4 -4
  170. package/fesm2022/eui-components-eui-wizard.mjs.map +1 -1
  171. package/fesm2022/eui-components-externals-eui-editor.mjs +2 -2
  172. package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
  173. package/fesm2022/eui-components-layout.mjs +16 -16
  174. package/fesm2022/eui-components-layout.mjs.map +1 -1
  175. package/fesm2022/eui-components-shared.mjs +1 -1
  176. package/fesm2022/eui-components-shared.mjs.map +2 -2
  177. package/package.json +3 -3
  178. package/shared/base/base-states.directive.d.ts.map +1 -1
@@ -686,12 +686,12 @@ var EuiCardComponent = class _EuiCardComponent extends BaseDirective {
686
686
  this.ɵfac = i014.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i014, type: _EuiCardComponent, deps: [{ token: UiStateService }], target: i014.ɵɵFactoryTarget.Component });
687
687
  }
688
688
  static {
689
- this.ɵcmp = i014.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.4", type: _EuiCardComponent, selector: "eui-card", inputs: { e2eAttr: "e2eAttr", euiSelected: ["euiSelected", "euiSelected", booleanAttribute], euiCollapsible: ["euiCollapsible", "euiCollapsible", booleanAttribute], euiCollapsed: ["euiCollapsed", "euiCollapsed", booleanAttribute], euiUrgent: ["euiUrgent", "euiUrgent", booleanAttribute], euiNoShadow: ["euiNoShadow", "euiNoShadow", booleanAttribute], euiNoContentPadding: ["euiNoContentPadding", "euiNoContentPadding", booleanAttribute], euiHoverable: ["euiHoverable", "euiHoverable", booleanAttribute] }, outputs: { collapse: "collapse" }, host: { properties: { "class": "this.cssClasses", "attr.data-e2e": "this.e2eAttr" } }, providers: [UiStateService], usesInheritance: true, usesOnChanges: true, ngImport: i014, template: '<ng-content select="eui-card-header"></ng-content>\n<ng-content select="eui-card-media"></ng-content>\n<ng-content select="eui-card-content"></ng-content>\n<ng-content select="eui-card-footer"></ng-content>\n', styles: ['.eui-card{border:1px solid var(--eui-base-color-grey-25);border-radius:var(--eui-base-border-radius);box-shadow:var(--eui-base-shadow-1);display:flex;flex-direction:column;height:auto;line-height:var(--eui-base-line-height);padding:0;position:relative;transition:box-shadow .28s cubic-bezier(.4,0,.2,1),height 225ms cubic-bezier(.4,0,.2,1);width:100%;font:normal normal 400 1rem/1.75rem var(--eui-base-font-family)}.eui-card.eui-card--no-shadow{box-shadow:none!important}.eui-card.eui-card--hoverable:hover{box-shadow:var(--eui-base-shadow-3)}.eui-card-header{align-items:center;background:var(--eui-base-color-white);border-bottom:1px solid var(--eui-base-color-grey-15);flex-direction:row;display:flex;flex-wrap:wrap;width:100%}.eui-card-header__container{align-items:center;border-bottom:1px solid var(--eui-base-color-grey-15);display:flex;margin-bottom:-1px;min-height:calc(3 * var(--eui-base-spacing-m));padding:var(--eui-base-spacing-s) var(--eui-base-spacing-m);width:100%}.eui-card-header__container+.eui-card-header-body{border-bottom:1px solid var(--eui-base-color-grey-15);margin-bottom:-1px}.eui-card-header__avatar{align-self:center;background-image:none;background-size:cover;border-radius:50%;flex-shrink:0;height:calc(var(--eui-base-spacing-2xl) + var(--eui-base-spacing-2xs));margin-right:var(--eui-base-spacing-s);object-fit:cover;width:calc(var(--eui-base-spacing-2xl) + var(--eui-base-spacing-2xs))}.eui-card-header__icon{margin-left:0;margin-right:var(--eui-base-spacing-s)}.eui-card-header__icon.eui-card-header__icon--rounded .eui-icon,.eui-card-header__icon.eui-card-header__icon--rounded .eui-icon-svg{box-shadow:var(--eui-base-shadow-1)}.eui-card-header__urgent-indicator{background:var(--eui-base-color-white);border-radius:var(--eui-base-spacing-2xl);position:absolute;right:calc(-1 * var(--eui-base-spacing-s));top:calc(-1 * var(--eui-base-spacing-s));height:calc(var(--eui-base-spacing-l) + var(--eui-base-spacing-xs))}.eui-card-header__title-container{display:flex;flex-direction:column;justify-content:center;margin-right:var(--eui-base-spacing-s);margin-top:var(--eui-base-spacing-2xs);width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__title-container-title{color:var(--eui-base-color-grey-100);display:initial;font:normal normal 400 1rem/1.75rem var(--eui-base-font-family);font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__title-container-title>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__title-container-subtitle{color:var(--eui-base-color-grey-100);display:block;margin-top:var(--eui-base-spacing-xs);width:100%;font:normal normal 400 1rem/1.75rem var(--eui-base-font-family);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__title-container-subtitle>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__title-container--multilines{overflow:visible;text-overflow:unset;white-space:unset!important}.eui-card-header__title-container--multilines .eui-card-header__title-container-title{white-space:unset!important}.eui-card-header__title-container--multilines .eui-card-header__title-container-title>*{white-space:unset!important}.eui-card-header__title-container--multilines .eui-card-header__title-container-subtitle{white-space:unset!important}.eui-card-header__title-container--multilines .eui-card-header__title-container-subtitle>*{white-space:unset!important}.eui-card-header__left-content{align-items:center;display:flex;height:100%;margin-right:var(--eui-base-spacing-m)}.eui-card-header__left-content .eui-input-checkbox{margin:0!important;position:relative!important}.eui-card-header__middle-container{display:flex;flex-direction:column;justify-content:flex-start;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__middle-content{display:flex;flex-direction:row;justify-content:flex-start;margin-top:var(--eui-base-spacing-s);width:100%}.eui-card-header__middle-content .eui-card-header__title-container-subtitle{display:flex;flex-direction:column;margin-right:var(--eui-base-spacing-m);width:100%}.eui-card-header__right-content{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end;margin-left:auto}.eui-card-header__expander{display:none;margin-left:auto;transition:all 225ms cubic-bezier(.4,0,.2,1)}.eui-card-header__expander .eui-button.eui-card-header__expander-icon{transform:rotate(0);transition:transform .3s linear}.eui-card-header__expander.eui-card-header__expander--bottom{background-color:var(--eui-base-color-white);border-radius:50%;bottom:calc(-.75 * var(--eui-base-spacing-m));box-shadow:var(--eui-base-shadow-2);height:calc(1.5 * var(--eui-base-spacing-m));justify-content:center;position:absolute;right:50%;transform:translate(50%);width:calc(2 * var(--eui-base-spacing-m));z-index:1}.eui-card-header__expander.eui-card-header__expander--bottom .eui-button.eui-card-header__expander-icon{height:calc(1.5 * var(--eui-base-spacing-m));min-height:calc(1.5 * var(--eui-base-spacing-m));min-width:calc(2 * var(--eui-base-spacing-m));transition:transform .3s linear!important;width:calc(2 * var(--eui-base-spacing-m))}.eui-card-header__expander.eui-card-header__expander--bottom .eui-button.eui-card-header__expander-icon:active,.eui-card-header__expander.eui-card-header__expander--bottom .eui-button.eui-card-header__expander-icon:focus{width:calc(1 * var(--eui-base-spacing-xl))}.eui-card-header__expander.eui-card-header__expander--top{align-self:flex-start}.eui-card-header--body-only .eui-card-header-body{border-bottom:1px solid var(--eui-base-color-grey-50)}.eui-card-header-body{align-items:center;background:var(--eui-base-color-white);display:flex;padding:var(--eui-base-spacing-s) var(--eui-base-spacing-m);width:100%;font:normal normal 400 1rem/1.75rem var(--eui-base-font-family)}.eui-card-media{display:flex}.eui-card-media__image{height:auto;margin:0;object-fit:cover;width:100%}.eui-card-media__image:first-child{margin-top:0}.eui-card-media__container{overflow:hidden;position:relative;width:100%}.eui-card-media__container-content{width:100%}.eui-card-media__container .eui-card-media__legend{background:linear-gradient(rgba(0,0,0,0) 0%,var(--eui-base-color-grey-100) 100%);bottom:0;color:var(--eui-base-color-white);left:0;min-height:3rem;padding:var(--eui-base-spacing-m);position:absolute;text-shadow:0 1px 0 var(--eui-base-color-black);font:normal normal 400 1.5rem/2.25rem var(--eui-base-font-family);font-weight:700;align-items:center;display:flex;width:100%}.eui-card-content{background:var(--eui-base-color-white);cursor:auto;flex:0 1 auto;height:auto;overflow-x:hidden;overflow-y:auto;padding:var(--eui-base-spacing-m);position:relative;margin-bottom:0;transition:all .15s ease-in-out;font:normal normal 400 1rem/1.75rem var(--eui-base-font-family)}.eui-card-content::-webkit-scrollbar{display:inherit;height:6px;width:6px;background-color:var(--eui-base-color-grey-5)}.eui-card-content::-webkit-scrollbar-thumb{background-color:var(--eui-base-color-grey-20);border-radius:5rem}.eui-card-content::-webkit-scrollbar-thumb:hover{background-color:var(--eui-base-color-grey-50)}.eui-card-content::-webkit-scrollbar-track{background-color:var(--eui-base-color-grey-5);border-radius:0}.eui-card--no-content-padding .eui-card-content{padding:0}.eui-card-content p:first-of-type{margin-top:0}.eui-card-footer{background:var(--eui-base-color-white);border-top:1px solid var(--eui-base-color-grey-15);display:flex;margin-top:-1px;position:relative}.eui-card-footer-container{display:flex;margin:var(--eui-base-spacing-s) var(--eui-base-spacing-m);width:100%}.eui-card-footer-actions{margin-bottom:0;margin-left:0;margin-right:0;padding:0;align-items:center;display:flex;width:100%}.eui-card-footer-actions__buttons{align-items:center;display:flex;width:100%}.eui-card-footer-actions__buttons button:not(:last-child){margin-right:var(--eui-base-spacing-xs)}.eui-card-footer-actions__buttons .eui-input-checkbox{margin-bottom:0!important}.eui-card-footer-actions__buttons .eui-input-checkbox+label{margin-bottom:0!important}.eui-card-footer-actions__icons{align-items:center;display:flex;width:100%}.eui-card-footer-actions__icons-container{align-items:center;display:flex;margin-left:auto}.eui-card-footer-menu-content{margin-right:calc(-.5 * var(--eui-base-spacing-m))}@media screen and (max-width: 767px){.eui-card-header__left-content button,.eui-card-header__right-content{flex-wrap:wrap}.eui-card-header__right-content *[style*="visibility: hidden"]{display:none}.eui-card-header__title-container-title,.eui-card-header__title-container-subtitle{white-space:normal}}@media screen and (min-width: 768px) and (max-width: 995px){.eui-card-header__left-content button,.eui-card-header__right-content{flex-wrap:wrap}.eui-card-header__right-content *[style*="visibility: hidden"]{display:none}}.eui-card--size-xs .eui-card-container{flex:0 0 16.66666667%;max-width:16.66666667%}.eui-card--size-s .eui-card-container{flex:0 0 33.33333333%;max-width:33.33333333%}.eui-card--size-m .eui-card-container{flex:0 0 50%;max-width:50%}.eui-card--size-l .eui-card-container{flex:0 0 66.66666667%;max-width:66.66666667%}.eui-card--size-xl .eui-card-container{flex:0 0 83.33333333%;max-width:83.33333333%}.eui-card--size-2xl .eui-card-container{flex:0 0 100%;max-width:100%}@media screen and (max-width: 767px){.eui-card--size-xs .eui-card-container,.eui-card--size-s .eui-card-container,.eui-card--size-m .eui-card-container,.eui-card--size-l .eui-card-container,.eui-card--size-xl .eui-card-container,.eui-card--size-2xl .eui-card-container{flex:0 0 100%;max-width:100%}}@media screen and (min-width: 768px) and (max-width: 995px){.eui-card--size-xs .eui-card-container,.eui-card--size-s .eui-card-container{flex:0 0 33.33333333%;max-width:33.33333333%}}.eui-card--selected{border:transparent}.eui-card--selected .eui-card-header,.eui-card--selected .eui-card-header-body{background:var(--eui-base-color-primary-100);border-radius:var(--eui-base-border-radius) var(--eui-base-border-radius) 0 0;color:var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-card-header__title-container-title,.eui-card--selected .eui-card-header-body .eui-card-header__title-container-title,.eui-card--selected .eui-card-header .eui-card-header__title-container-title .eui-label,.eui-card--selected .eui-card-header-body .eui-card-header__title-container-title .eui-label{color:var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-card-header__title-container-subtitle,.eui-card--selected .eui-card-header-body .eui-card-header__title-container-subtitle,.eui-card--selected .eui-card-header .eui-card-header__title-container-subtitle .eui-label,.eui-card--selected .eui-card-header-body .eui-card-header__title-container-subtitle .eui-label{color:var(--eui-base-color-grey-10)}.eui-card--selected .eui-card-header .eui-card-header__urgent-indicator .eui-icon-svg>svg,.eui-card--selected .eui-card-header-body .eui-card-header__urgent-indicator .eui-icon-svg>svg{color:var(--eui-base-color-danger-100);fill:var(--eui-base-color-danger-100)}.eui-card--selected .eui-card-header .eui-card-header__expander.eui-card-header__expander--bottom .eui-icon-svg>svg,.eui-card--selected .eui-card-header-body .eui-card-header__expander.eui-card-header__expander--bottom .eui-icon-svg>svg{color:var(--eui-base-color-grey-100);fill:var(--eui-base-color-grey-100)}.eui-card--selected .eui-card-header .eui-button.eui-button--primary,.eui-card--selected .eui-card-header-body .eui-button.eui-button--primary{background:inherit;border-color:var(--eui-base-color-white);color:var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-button.eui-button--primary.eui-button__container>*,.eui-card--selected .eui-card-header-body .eui-button.eui-button--primary.eui-button__container>*{color:var(--eui-base-color-grey-100)!important}.eui-card--selected .eui-card-header .eui-button.eui-button--warning .eui-button--outline,.eui-card--selected .eui-card-header-body .eui-button.eui-button--warning .eui-button--outline,.eui-card--selected .eui-card-header .eui-button.eui-button--basic,.eui-card--selected .eui-card-header-body .eui-button.eui-button--basic{color:var(--eui-base-font-color)}.eui-card--selected .eui-card-header .eui-button.eui-button--basic:hover,.eui-card--selected .eui-card-header .eui-button.eui-button--basic:focus,.eui-card--selected .eui-card-header-body .eui-button.eui-button--basic:hover,.eui-card--selected .eui-card-header-body .eui-button.eui-button--basic:focus{background:#ffffff40}.eui-card--selected .eui-card-header .eui-icon-svg>svg,.eui-card--selected .eui-card-header .eui-icon:not(.eui-icon-toggle--checked),.eui-card--selected .eui-card-header-body .eui-icon-svg>svg,.eui-card--selected .eui-card-header-body .eui-icon:not(.eui-icon-toggle--checked){color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-label.eui-label--secondary,.eui-card--selected .eui-card-header-body .eui-label.eui-label--secondary{color:var(--eui-base-color-white)!important}.eui-card--selected .eui-card-header a,.eui-card--selected .eui-card-header a:not([href]):not([tabindex]),.eui-card--selected .eui-card-header-body a,.eui-card--selected .eui-card-header-body a:not([href]):not([tabindex]){color:var(--eui-base-color-white)!important}.eui-card--selected .eui-card-header .eui-label--secondary,.eui-card--selected .eui-card-header-body .eui-label--secondary{color:var(--eui-base-color-grey-15)}.eui-card--selected .eui-card-header .eui-input-checkbox,.eui-card--selected .eui-card-header-body .eui-input-checkbox{border:2px solid var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-chip--primary,.eui-card--selected .eui-card-header-body .eui-chip--primary{border:1px solid var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-chip--outline:not(.eui-chip--secondary),.eui-card--selected .eui-card-header-body .eui-chip--outline:not(.eui-chip--secondary){background-color:var(--eui-base-color-primary-100);border-color:var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-chip--outline:not(.eui-chip--secondary) .eui-label,.eui-card--selected .eui-card-header-body .eui-chip--outline:not(.eui-chip--secondary) .eui-label{color:var(--eui-base-color-white)}.eui-card--selected .eui-card-content{background:var(--eui-base-color-white);border:1px solid var(--eui-base-color-grey-10);border-radius:0 0 var(--eui-base-border-radius) var(--eui-base-border-radius);color:var(--eui-base-color-text)}.eui-card--selected .eui-card-footer{background:var(--eui-base-color-white);border-radius:0 0 var(--eui-base-border-radius) var(--eui-base-border-radius);color:var(--eui-base-color-text)}.eui-card--disabled,.eui-card--is-loading,.eui-card[disabled],.eui-card.disabled{opacity:.45;pointer-events:none}.eui-card--collapsible .eui-card-header__expander{align-items:center;display:inline-flex;margin-left:var(--eui-base-spacing-xs);margin-right:calc(-1 * var(--eui-base-spacing-xs))}.eui-card--collapsed .eui-card-media,.eui-card--collapsed .eui-card-content,.eui-card--collapsed .mat-card-image{height:0!important;padding:0 var(--eui-base-spacing-m)}.eui-card--collapsed .eui-card-header,.eui-card--collapsed .eui-card-header__container{border-bottom:1px solid transparent}.eui-card--collapsed .eui-card-header__expander .eui-button.eui-card-header__expander-icon{transform:rotate(180deg)!important}.eui-card--primary{border-left:6px solid var(--eui-base-color-primary-100)}.eui-card--secondary{border-left:6px solid var(--eui-base-color-grey-15)}.eui-card--info{border-left:6px solid var(--eui-base-color-info-100)}.eui-card--success{border-left:6px solid var(--eui-base-color-success-100)}.eui-card--warning{border-left:6px solid var(--eui-base-color-warning-100)}.eui-card--danger{border-left:6px solid var(--eui-base-color-danger-100)}.eui-card--accent{border-left:6px solid var(--eui-base-color-accent-100)}.eui-card--highlighted,.eui-card--highlighted .eui-card-container{z-index:var(--eui-base-z-index-highlighted)}.eui-card--no-border{border:none}.eui-card[euiresizable]{position:relative;min-width:var(--eui-card-resizable-min-width)}\n'], changeDetection: i014.ChangeDetectionStrategy.OnPush, encapsulation: i014.ViewEncapsulation.None });
689
+ this.ɵcmp = i014.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.4", type: _EuiCardComponent, selector: "eui-card", inputs: { e2eAttr: "e2eAttr", euiSelected: ["euiSelected", "euiSelected", booleanAttribute], euiCollapsible: ["euiCollapsible", "euiCollapsible", booleanAttribute], euiCollapsed: ["euiCollapsed", "euiCollapsed", booleanAttribute], euiUrgent: ["euiUrgent", "euiUrgent", booleanAttribute], euiNoShadow: ["euiNoShadow", "euiNoShadow", booleanAttribute], euiNoContentPadding: ["euiNoContentPadding", "euiNoContentPadding", booleanAttribute], euiHoverable: ["euiHoverable", "euiHoverable", booleanAttribute] }, outputs: { collapse: "collapse" }, host: { properties: { "class": "this.cssClasses", "attr.data-e2e": "this.e2eAttr" } }, providers: [UiStateService], usesInheritance: true, usesOnChanges: true, ngImport: i014, template: '<ng-content select="eui-card-header"></ng-content>\n<ng-content select="eui-card-media"></ng-content>\n<ng-content select="eui-card-content"></ng-content>\n<ng-content select="eui-card-footer"></ng-content>\n', styles: ['.eui-card{border:1px solid var(--eui-base-color-grey-25);border-radius:var(--eui-base-border-radius);box-shadow:var(--eui-base-shadow-1);display:flex;flex-direction:column;height:auto;line-height:var(--eui-base-line-height);padding:0;position:relative;transition:box-shadow .28s cubic-bezier(.4,0,.2,1),height 225ms cubic-bezier(.4,0,.2,1);width:100%;font:normal normal 400 1rem/1.75rem var(--eui-base-font-family)}.eui-card.eui-card--no-shadow{box-shadow:none!important}.eui-card.eui-card--hoverable:hover{box-shadow:var(--eui-base-shadow-3)}.eui-card-header{align-items:center;background:var(--eui-base-color-white);border-bottom:1px solid var(--eui-base-color-grey-15);flex-direction:row;display:flex;flex-wrap:wrap;width:100%}.eui-card-header__container{align-items:center;border-bottom:1px solid var(--eui-base-color-grey-15);display:flex;margin-bottom:-1px;min-height:calc(3 * var(--eui-base-spacing-m));padding:var(--eui-base-spacing-s) var(--eui-base-spacing-m);width:100%}.eui-card-header__container+.eui-card-header-body{border-bottom:1px solid var(--eui-base-color-grey-15);margin-bottom:-1px}.eui-card-header__avatar{align-self:center;background-image:none;background-size:cover;border-radius:50%;flex-shrink:0;height:calc(var(--eui-base-spacing-2xl) + var(--eui-base-spacing-2xs));margin-right:var(--eui-base-spacing-s);object-fit:cover;width:calc(var(--eui-base-spacing-2xl) + var(--eui-base-spacing-2xs))}.eui-card-header__icon{margin-left:0;margin-right:var(--eui-base-spacing-s)}.eui-card-header__icon.eui-card-header__icon--rounded .eui-icon,.eui-card-header__icon.eui-card-header__icon--rounded .eui-icon-svg{box-shadow:var(--eui-base-shadow-1)}.eui-card-header__urgent-indicator{background:var(--eui-base-color-white);border-radius:var(--eui-base-spacing-2xl);position:absolute;right:calc(-1 * var(--eui-base-spacing-s));top:calc(-1 * var(--eui-base-spacing-s));height:calc(var(--eui-base-spacing-l) + var(--eui-base-spacing-xs))}.eui-card-header__title-container{display:flex;flex-direction:column;justify-content:center;margin-right:var(--eui-base-spacing-s);margin-top:var(--eui-base-spacing-2xs);width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__title-container-title{color:var(--eui-base-color-grey-100);display:initial;font:normal normal 400 1rem/1.75rem var(--eui-base-font-family);font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__title-container-title>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__title-container-subtitle{color:var(--eui-base-color-grey-100);display:block;margin-top:var(--eui-base-spacing-xs);width:100%;font:normal normal 400 1rem/1.75rem var(--eui-base-font-family);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__title-container-subtitle>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__title-container--multilines{overflow:visible;text-overflow:unset;white-space:unset!important}.eui-card-header__title-container--multilines .eui-card-header__title-container-title{white-space:unset!important}.eui-card-header__title-container--multilines .eui-card-header__title-container-title>*{white-space:unset!important}.eui-card-header__title-container--multilines .eui-card-header__title-container-subtitle{white-space:unset!important}.eui-card-header__title-container--multilines .eui-card-header__title-container-subtitle>*{white-space:unset!important}.eui-card-header__left-content{align-items:center;display:flex;height:100%;margin-right:var(--eui-base-spacing-m)}.eui-card-header__left-content .eui-input-checkbox{margin:0!important;position:relative!important}.eui-card-header__middle-container{display:flex;flex-direction:column;justify-content:flex-start;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__middle-content{display:flex;flex-direction:row;justify-content:flex-start;margin-top:var(--eui-base-spacing-s);width:100%}.eui-card-header__middle-content .eui-card-header__title-container-subtitle{display:flex;flex-direction:column;margin-right:var(--eui-base-spacing-m);width:100%}.eui-card-header__right-content{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end;margin-left:auto}.eui-card-header__expander{display:none;margin-left:auto;transition:all 225ms cubic-bezier(.4,0,.2,1)}.eui-card-header__expander .eui-button.eui-card-header__expander-icon{transform:rotate(0);transition:transform .3s linear}.eui-card-header__expander.eui-card-header__expander--bottom{background-color:var(--eui-base-color-white);border-radius:50%;bottom:calc(-.75 * var(--eui-base-spacing-m));box-shadow:var(--eui-base-shadow-2);height:calc(1.5 * var(--eui-base-spacing-m));justify-content:center;position:absolute;right:50%;transform:translate(50%);width:calc(2 * var(--eui-base-spacing-m));z-index:1}.eui-card-header__expander.eui-card-header__expander--bottom .eui-button.eui-card-header__expander-icon{height:calc(1.5 * var(--eui-base-spacing-m));min-height:calc(1.5 * var(--eui-base-spacing-m));min-width:calc(2 * var(--eui-base-spacing-m));transition:transform .3s linear!important;width:calc(2 * var(--eui-base-spacing-m))}.eui-card-header__expander.eui-card-header__expander--bottom .eui-button.eui-card-header__expander-icon:active,.eui-card-header__expander.eui-card-header__expander--bottom .eui-button.eui-card-header__expander-icon:focus{width:calc(1 * var(--eui-base-spacing-xl))}.eui-card-header__expander.eui-card-header__expander--top{align-self:flex-start}.eui-card-header--body-only .eui-card-header-body{border-bottom:1px solid var(--eui-base-color-grey-50)}.eui-card-header-body{align-items:center;background:var(--eui-base-color-white);display:flex;padding:var(--eui-base-spacing-s) var(--eui-base-spacing-m);width:100%;font:normal normal 400 1rem/1.75rem var(--eui-base-font-family)}.eui-card-media{display:flex}.eui-card-media__image{height:auto;margin:0;object-fit:cover;width:100%}.eui-card-media__image:first-child{margin-top:0}.eui-card-media__container{overflow:hidden;position:relative;width:100%}.eui-card-media__container-content{width:100%}.eui-card-media__container .eui-card-media__legend{background:linear-gradient(rgba(0,0,0,0) 0%,var(--eui-base-color-grey-100) 100%);bottom:0;color:var(--eui-base-color-white);left:0;min-height:3rem;padding:var(--eui-base-spacing-m);position:absolute;text-shadow:0 1px 0 var(--eui-base-color-black);font:normal normal 400 1.5rem/2.25rem var(--eui-base-font-family);font-weight:700;align-items:center;display:flex;width:100%}.eui-card-content{background:var(--eui-base-color-white);cursor:auto;flex:0 1 auto;height:auto;overflow-x:hidden;overflow-y:auto;padding:var(--eui-base-spacing-m);position:relative;margin-bottom:0;transition:all .15s ease-in-out;font:normal normal 400 1rem/1.75rem var(--eui-base-font-family)}.eui-card-content::-webkit-scrollbar{display:inherit;height:6px;width:6px;background-color:var(--eui-base-color-grey-5)}.eui-card-content::-webkit-scrollbar-thumb{background-color:var(--eui-base-color-grey-20);border-radius:5rem}.eui-card-content::-webkit-scrollbar-thumb:hover{background-color:var(--eui-base-color-grey-50)}.eui-card-content::-webkit-scrollbar-track{background-color:var(--eui-base-color-grey-5);border-radius:0}.eui-card--no-content-padding .eui-card-content{padding:0}.eui-card-content p:first-of-type{margin-top:0}.eui-card-footer{background:var(--eui-base-color-white);border-top:1px solid var(--eui-base-color-grey-15);display:flex;margin-top:-1px;position:relative}.eui-card-footer-container{display:flex;margin:var(--eui-base-spacing-s) var(--eui-base-spacing-m);width:100%}.eui-card-footer-actions{margin-bottom:0;margin-left:0;margin-right:0;padding:0;align-items:center;display:flex;width:100%}.eui-card-footer-actions__buttons{align-items:center;display:flex;width:100%}.eui-card-footer-actions__buttons button:not(:last-child){margin-right:var(--eui-base-spacing-xs)}.eui-card-footer-actions__buttons .eui-input-checkbox{margin-bottom:0!important}.eui-card-footer-actions__buttons .eui-input-checkbox+label{margin-bottom:0!important}.eui-card-footer-actions__icons{align-items:center;display:flex;width:100%}.eui-card-footer-actions__icons-container{align-items:center;display:flex;margin-left:auto}.eui-card-footer-menu-content{margin-right:calc(-.5 * var(--eui-base-spacing-m))}@media screen and (max-width: 767px){.eui-card-header__left-content button,.eui-card-header__right-content{flex-wrap:wrap}.eui-card-header__right-content *[style*="visibility: hidden"]{display:none}.eui-card-header__title-container-title,.eui-card-header__title-container-subtitle{white-space:normal}}@media screen and (min-width: 768px) and (max-width: 995px){.eui-card-header__left-content button,.eui-card-header__right-content{flex-wrap:wrap}.eui-card-header__right-content *[style*="visibility: hidden"]{display:none}}.eui-card--size-xs .eui-card-container{flex:0 0 16.66666667%;max-width:16.66666667%}.eui-card--size-s .eui-card-container{flex:0 0 33.33333333%;max-width:33.33333333%}.eui-card--size-m .eui-card-container{flex:0 0 50%;max-width:50%}.eui-card--size-l .eui-card-container{flex:0 0 66.66666667%;max-width:66.66666667%}.eui-card--size-xl .eui-card-container{flex:0 0 83.33333333%;max-width:83.33333333%}.eui-card--size-2xl .eui-card-container{flex:0 0 100%;max-width:100%}@media screen and (max-width: 767px){.eui-card--size-xs .eui-card-container,.eui-card--size-s .eui-card-container,.eui-card--size-m .eui-card-container,.eui-card--size-l .eui-card-container,.eui-card--size-xl .eui-card-container,.eui-card--size-2xl .eui-card-container{flex:0 0 100%;max-width:100%}}@media screen and (min-width: 768px) and (max-width: 995px){.eui-card--size-xs .eui-card-container,.eui-card--size-s .eui-card-container{flex:0 0 33.33333333%;max-width:33.33333333%}}.eui-card--selected{border:transparent}.eui-card--selected .eui-card-header,.eui-card--selected .eui-card-header-body{background:var(--eui-base-color-info-130);border-radius:var(--eui-base-border-radius) var(--eui-base-border-radius) 0 0;color:var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-card-header__title-container-title,.eui-card--selected .eui-card-header-body .eui-card-header__title-container-title,.eui-card--selected .eui-card-header .eui-card-header__title-container-title .eui-label,.eui-card--selected .eui-card-header-body .eui-card-header__title-container-title .eui-label{color:var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-card-header__title-container-subtitle,.eui-card--selected .eui-card-header-body .eui-card-header__title-container-subtitle,.eui-card--selected .eui-card-header .eui-card-header__title-container-subtitle .eui-label,.eui-card--selected .eui-card-header-body .eui-card-header__title-container-subtitle .eui-label{color:var(--eui-base-color-grey-10)}.eui-card--selected .eui-card-header .eui-card-header__urgent-indicator .eui-icon-svg>svg,.eui-card--selected .eui-card-header-body .eui-card-header__urgent-indicator .eui-icon-svg>svg{color:var(--eui-base-color-danger-100);fill:var(--eui-base-color-danger-100)}.eui-card--selected .eui-card-header .eui-card-header__expander.eui-card-header__expander--bottom .eui-icon-svg>svg,.eui-card--selected .eui-card-header-body .eui-card-header__expander.eui-card-header__expander--bottom .eui-icon-svg>svg{color:var(--eui-base-color-grey-100);fill:var(--eui-base-color-grey-100)}.eui-card--selected .eui-card-header .eui-button.eui-button--primary,.eui-card--selected .eui-card-header-body .eui-button.eui-button--primary{background:inherit;border-color:var(--eui-base-color-white);color:var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-button.eui-button--primary.eui-button__container>*,.eui-card--selected .eui-card-header-body .eui-button.eui-button--primary.eui-button__container>*{color:var(--eui-base-color-grey-100)!important}.eui-card--selected .eui-card-header .eui-button.eui-button--warning .eui-button--outline,.eui-card--selected .eui-card-header-body .eui-button.eui-button--warning .eui-button--outline,.eui-card--selected .eui-card-header .eui-button.eui-button--basic,.eui-card--selected .eui-card-header-body .eui-button.eui-button--basic{color:var(--eui-base-font-color)}.eui-card--selected .eui-card-header .eui-button.eui-button--basic:hover,.eui-card--selected .eui-card-header .eui-button.eui-button--basic:focus,.eui-card--selected .eui-card-header-body .eui-button.eui-button--basic:hover,.eui-card--selected .eui-card-header-body .eui-button.eui-button--basic:focus{background:#ffffff40}.eui-card--selected .eui-card-header .eui-icon-svg>svg,.eui-card--selected .eui-card-header .eui-icon:not(.eui-icon-toggle--checked),.eui-card--selected .eui-card-header-body .eui-icon-svg>svg,.eui-card--selected .eui-card-header-body .eui-icon:not(.eui-icon-toggle--checked){color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-label.eui-label--secondary,.eui-card--selected .eui-card-header-body .eui-label.eui-label--secondary{color:var(--eui-base-color-white)!important}.eui-card--selected .eui-card-header a,.eui-card--selected .eui-card-header a:not([href]):not([tabindex]),.eui-card--selected .eui-card-header-body a,.eui-card--selected .eui-card-header-body a:not([href]):not([tabindex]){color:var(--eui-base-color-white)!important}.eui-card--selected .eui-card-header .eui-label--secondary,.eui-card--selected .eui-card-header-body .eui-label--secondary{color:var(--eui-base-color-grey-15)}.eui-card--selected .eui-card-header .eui-input-checkbox,.eui-card--selected .eui-card-header-body .eui-input-checkbox{border:2px solid var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-chip--primary,.eui-card--selected .eui-card-header-body .eui-chip--primary{border:1px solid var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-chip--outline:not(.eui-chip--secondary),.eui-card--selected .eui-card-header-body .eui-chip--outline:not(.eui-chip--secondary){background-color:var(--eui-base-color-info-130);border-color:var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-chip--outline:not(.eui-chip--secondary) .eui-label,.eui-card--selected .eui-card-header-body .eui-chip--outline:not(.eui-chip--secondary) .eui-label{color:var(--eui-base-color-white)}.eui-card--selected .eui-card-content{background:var(--eui-base-color-white);border:1px solid var(--eui-base-color-grey-10);border-radius:0 0 var(--eui-base-border-radius) var(--eui-base-border-radius);color:var(--eui-base-color-text)}.eui-card--selected .eui-card-footer{background:var(--eui-base-color-white);border-radius:0 0 var(--eui-base-border-radius) var(--eui-base-border-radius);color:var(--eui-base-color-text)}.eui-card--disabled,.eui-card--is-loading,.eui-card[disabled],.eui-card.disabled{opacity:.45;pointer-events:none}.eui-card--collapsible .eui-card-header__expander{align-items:center;display:inline-flex;margin-left:var(--eui-base-spacing-xs);margin-right:calc(-1 * var(--eui-base-spacing-xs))}.eui-card--collapsed .eui-card-media,.eui-card--collapsed .eui-card-content,.eui-card--collapsed .mat-card-image{height:0!important;padding:0 var(--eui-base-spacing-m)}.eui-card--collapsed .eui-card-header,.eui-card--collapsed .eui-card-header__container{border-bottom:1px solid transparent}.eui-card--collapsed .eui-card-header__expander .eui-button.eui-card-header__expander-icon{transform:rotate(180deg)!important}.eui-card--primary{border-left:6px solid var(--eui-base-color-primary-100)}.eui-card--secondary{border-left:6px solid var(--eui-base-color-grey-15)}.eui-card--info{border-left:6px solid var(--eui-base-color-info-100)}.eui-card--success{border-left:6px solid var(--eui-base-color-success-100)}.eui-card--warning{border-left:6px solid var(--eui-base-color-warning-100)}.eui-card--danger{border-left:6px solid var(--eui-base-color-danger-100)}.eui-card--accent{border-left:6px solid var(--eui-base-color-accent-100)}.eui-card--highlighted,.eui-card--highlighted .eui-card-container{z-index:var(--eui-base-z-index-highlighted)}.eui-card--no-border{border:none}.eui-card[euiresizable]{position:relative;min-width:var(--eui-card-resizable-min-width)}\n'], changeDetection: i014.ChangeDetectionStrategy.OnPush, encapsulation: i014.ViewEncapsulation.None });
690
690
  }
691
691
  };
692
692
  i014.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4", ngImport: i014, type: EuiCardComponent, decorators: [{
693
693
  type: Component13,
694
- args: [{ selector: "eui-card", changeDetection: ChangeDetectionStrategy25.OnPush, encapsulation: ViewEncapsulation9.None, providers: [UiStateService], template: '<ng-content select="eui-card-header"></ng-content>\n<ng-content select="eui-card-media"></ng-content>\n<ng-content select="eui-card-content"></ng-content>\n<ng-content select="eui-card-footer"></ng-content>\n', styles: ['.eui-card{border:1px solid var(--eui-base-color-grey-25);border-radius:var(--eui-base-border-radius);box-shadow:var(--eui-base-shadow-1);display:flex;flex-direction:column;height:auto;line-height:var(--eui-base-line-height);padding:0;position:relative;transition:box-shadow .28s cubic-bezier(.4,0,.2,1),height 225ms cubic-bezier(.4,0,.2,1);width:100%;font:normal normal 400 1rem/1.75rem var(--eui-base-font-family)}.eui-card.eui-card--no-shadow{box-shadow:none!important}.eui-card.eui-card--hoverable:hover{box-shadow:var(--eui-base-shadow-3)}.eui-card-header{align-items:center;background:var(--eui-base-color-white);border-bottom:1px solid var(--eui-base-color-grey-15);flex-direction:row;display:flex;flex-wrap:wrap;width:100%}.eui-card-header__container{align-items:center;border-bottom:1px solid var(--eui-base-color-grey-15);display:flex;margin-bottom:-1px;min-height:calc(3 * var(--eui-base-spacing-m));padding:var(--eui-base-spacing-s) var(--eui-base-spacing-m);width:100%}.eui-card-header__container+.eui-card-header-body{border-bottom:1px solid var(--eui-base-color-grey-15);margin-bottom:-1px}.eui-card-header__avatar{align-self:center;background-image:none;background-size:cover;border-radius:50%;flex-shrink:0;height:calc(var(--eui-base-spacing-2xl) + var(--eui-base-spacing-2xs));margin-right:var(--eui-base-spacing-s);object-fit:cover;width:calc(var(--eui-base-spacing-2xl) + var(--eui-base-spacing-2xs))}.eui-card-header__icon{margin-left:0;margin-right:var(--eui-base-spacing-s)}.eui-card-header__icon.eui-card-header__icon--rounded .eui-icon,.eui-card-header__icon.eui-card-header__icon--rounded .eui-icon-svg{box-shadow:var(--eui-base-shadow-1)}.eui-card-header__urgent-indicator{background:var(--eui-base-color-white);border-radius:var(--eui-base-spacing-2xl);position:absolute;right:calc(-1 * var(--eui-base-spacing-s));top:calc(-1 * var(--eui-base-spacing-s));height:calc(var(--eui-base-spacing-l) + var(--eui-base-spacing-xs))}.eui-card-header__title-container{display:flex;flex-direction:column;justify-content:center;margin-right:var(--eui-base-spacing-s);margin-top:var(--eui-base-spacing-2xs);width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__title-container-title{color:var(--eui-base-color-grey-100);display:initial;font:normal normal 400 1rem/1.75rem var(--eui-base-font-family);font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__title-container-title>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__title-container-subtitle{color:var(--eui-base-color-grey-100);display:block;margin-top:var(--eui-base-spacing-xs);width:100%;font:normal normal 400 1rem/1.75rem var(--eui-base-font-family);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__title-container-subtitle>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__title-container--multilines{overflow:visible;text-overflow:unset;white-space:unset!important}.eui-card-header__title-container--multilines .eui-card-header__title-container-title{white-space:unset!important}.eui-card-header__title-container--multilines .eui-card-header__title-container-title>*{white-space:unset!important}.eui-card-header__title-container--multilines .eui-card-header__title-container-subtitle{white-space:unset!important}.eui-card-header__title-container--multilines .eui-card-header__title-container-subtitle>*{white-space:unset!important}.eui-card-header__left-content{align-items:center;display:flex;height:100%;margin-right:var(--eui-base-spacing-m)}.eui-card-header__left-content .eui-input-checkbox{margin:0!important;position:relative!important}.eui-card-header__middle-container{display:flex;flex-direction:column;justify-content:flex-start;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__middle-content{display:flex;flex-direction:row;justify-content:flex-start;margin-top:var(--eui-base-spacing-s);width:100%}.eui-card-header__middle-content .eui-card-header__title-container-subtitle{display:flex;flex-direction:column;margin-right:var(--eui-base-spacing-m);width:100%}.eui-card-header__right-content{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end;margin-left:auto}.eui-card-header__expander{display:none;margin-left:auto;transition:all 225ms cubic-bezier(.4,0,.2,1)}.eui-card-header__expander .eui-button.eui-card-header__expander-icon{transform:rotate(0);transition:transform .3s linear}.eui-card-header__expander.eui-card-header__expander--bottom{background-color:var(--eui-base-color-white);border-radius:50%;bottom:calc(-.75 * var(--eui-base-spacing-m));box-shadow:var(--eui-base-shadow-2);height:calc(1.5 * var(--eui-base-spacing-m));justify-content:center;position:absolute;right:50%;transform:translate(50%);width:calc(2 * var(--eui-base-spacing-m));z-index:1}.eui-card-header__expander.eui-card-header__expander--bottom .eui-button.eui-card-header__expander-icon{height:calc(1.5 * var(--eui-base-spacing-m));min-height:calc(1.5 * var(--eui-base-spacing-m));min-width:calc(2 * var(--eui-base-spacing-m));transition:transform .3s linear!important;width:calc(2 * var(--eui-base-spacing-m))}.eui-card-header__expander.eui-card-header__expander--bottom .eui-button.eui-card-header__expander-icon:active,.eui-card-header__expander.eui-card-header__expander--bottom .eui-button.eui-card-header__expander-icon:focus{width:calc(1 * var(--eui-base-spacing-xl))}.eui-card-header__expander.eui-card-header__expander--top{align-self:flex-start}.eui-card-header--body-only .eui-card-header-body{border-bottom:1px solid var(--eui-base-color-grey-50)}.eui-card-header-body{align-items:center;background:var(--eui-base-color-white);display:flex;padding:var(--eui-base-spacing-s) var(--eui-base-spacing-m);width:100%;font:normal normal 400 1rem/1.75rem var(--eui-base-font-family)}.eui-card-media{display:flex}.eui-card-media__image{height:auto;margin:0;object-fit:cover;width:100%}.eui-card-media__image:first-child{margin-top:0}.eui-card-media__container{overflow:hidden;position:relative;width:100%}.eui-card-media__container-content{width:100%}.eui-card-media__container .eui-card-media__legend{background:linear-gradient(rgba(0,0,0,0) 0%,var(--eui-base-color-grey-100) 100%);bottom:0;color:var(--eui-base-color-white);left:0;min-height:3rem;padding:var(--eui-base-spacing-m);position:absolute;text-shadow:0 1px 0 var(--eui-base-color-black);font:normal normal 400 1.5rem/2.25rem var(--eui-base-font-family);font-weight:700;align-items:center;display:flex;width:100%}.eui-card-content{background:var(--eui-base-color-white);cursor:auto;flex:0 1 auto;height:auto;overflow-x:hidden;overflow-y:auto;padding:var(--eui-base-spacing-m);position:relative;margin-bottom:0;transition:all .15s ease-in-out;font:normal normal 400 1rem/1.75rem var(--eui-base-font-family)}.eui-card-content::-webkit-scrollbar{display:inherit;height:6px;width:6px;background-color:var(--eui-base-color-grey-5)}.eui-card-content::-webkit-scrollbar-thumb{background-color:var(--eui-base-color-grey-20);border-radius:5rem}.eui-card-content::-webkit-scrollbar-thumb:hover{background-color:var(--eui-base-color-grey-50)}.eui-card-content::-webkit-scrollbar-track{background-color:var(--eui-base-color-grey-5);border-radius:0}.eui-card--no-content-padding .eui-card-content{padding:0}.eui-card-content p:first-of-type{margin-top:0}.eui-card-footer{background:var(--eui-base-color-white);border-top:1px solid var(--eui-base-color-grey-15);display:flex;margin-top:-1px;position:relative}.eui-card-footer-container{display:flex;margin:var(--eui-base-spacing-s) var(--eui-base-spacing-m);width:100%}.eui-card-footer-actions{margin-bottom:0;margin-left:0;margin-right:0;padding:0;align-items:center;display:flex;width:100%}.eui-card-footer-actions__buttons{align-items:center;display:flex;width:100%}.eui-card-footer-actions__buttons button:not(:last-child){margin-right:var(--eui-base-spacing-xs)}.eui-card-footer-actions__buttons .eui-input-checkbox{margin-bottom:0!important}.eui-card-footer-actions__buttons .eui-input-checkbox+label{margin-bottom:0!important}.eui-card-footer-actions__icons{align-items:center;display:flex;width:100%}.eui-card-footer-actions__icons-container{align-items:center;display:flex;margin-left:auto}.eui-card-footer-menu-content{margin-right:calc(-.5 * var(--eui-base-spacing-m))}@media screen and (max-width: 767px){.eui-card-header__left-content button,.eui-card-header__right-content{flex-wrap:wrap}.eui-card-header__right-content *[style*="visibility: hidden"]{display:none}.eui-card-header__title-container-title,.eui-card-header__title-container-subtitle{white-space:normal}}@media screen and (min-width: 768px) and (max-width: 995px){.eui-card-header__left-content button,.eui-card-header__right-content{flex-wrap:wrap}.eui-card-header__right-content *[style*="visibility: hidden"]{display:none}}.eui-card--size-xs .eui-card-container{flex:0 0 16.66666667%;max-width:16.66666667%}.eui-card--size-s .eui-card-container{flex:0 0 33.33333333%;max-width:33.33333333%}.eui-card--size-m .eui-card-container{flex:0 0 50%;max-width:50%}.eui-card--size-l .eui-card-container{flex:0 0 66.66666667%;max-width:66.66666667%}.eui-card--size-xl .eui-card-container{flex:0 0 83.33333333%;max-width:83.33333333%}.eui-card--size-2xl .eui-card-container{flex:0 0 100%;max-width:100%}@media screen and (max-width: 767px){.eui-card--size-xs .eui-card-container,.eui-card--size-s .eui-card-container,.eui-card--size-m .eui-card-container,.eui-card--size-l .eui-card-container,.eui-card--size-xl .eui-card-container,.eui-card--size-2xl .eui-card-container{flex:0 0 100%;max-width:100%}}@media screen and (min-width: 768px) and (max-width: 995px){.eui-card--size-xs .eui-card-container,.eui-card--size-s .eui-card-container{flex:0 0 33.33333333%;max-width:33.33333333%}}.eui-card--selected{border:transparent}.eui-card--selected .eui-card-header,.eui-card--selected .eui-card-header-body{background:var(--eui-base-color-primary-100);border-radius:var(--eui-base-border-radius) var(--eui-base-border-radius) 0 0;color:var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-card-header__title-container-title,.eui-card--selected .eui-card-header-body .eui-card-header__title-container-title,.eui-card--selected .eui-card-header .eui-card-header__title-container-title .eui-label,.eui-card--selected .eui-card-header-body .eui-card-header__title-container-title .eui-label{color:var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-card-header__title-container-subtitle,.eui-card--selected .eui-card-header-body .eui-card-header__title-container-subtitle,.eui-card--selected .eui-card-header .eui-card-header__title-container-subtitle .eui-label,.eui-card--selected .eui-card-header-body .eui-card-header__title-container-subtitle .eui-label{color:var(--eui-base-color-grey-10)}.eui-card--selected .eui-card-header .eui-card-header__urgent-indicator .eui-icon-svg>svg,.eui-card--selected .eui-card-header-body .eui-card-header__urgent-indicator .eui-icon-svg>svg{color:var(--eui-base-color-danger-100);fill:var(--eui-base-color-danger-100)}.eui-card--selected .eui-card-header .eui-card-header__expander.eui-card-header__expander--bottom .eui-icon-svg>svg,.eui-card--selected .eui-card-header-body .eui-card-header__expander.eui-card-header__expander--bottom .eui-icon-svg>svg{color:var(--eui-base-color-grey-100);fill:var(--eui-base-color-grey-100)}.eui-card--selected .eui-card-header .eui-button.eui-button--primary,.eui-card--selected .eui-card-header-body .eui-button.eui-button--primary{background:inherit;border-color:var(--eui-base-color-white);color:var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-button.eui-button--primary.eui-button__container>*,.eui-card--selected .eui-card-header-body .eui-button.eui-button--primary.eui-button__container>*{color:var(--eui-base-color-grey-100)!important}.eui-card--selected .eui-card-header .eui-button.eui-button--warning .eui-button--outline,.eui-card--selected .eui-card-header-body .eui-button.eui-button--warning .eui-button--outline,.eui-card--selected .eui-card-header .eui-button.eui-button--basic,.eui-card--selected .eui-card-header-body .eui-button.eui-button--basic{color:var(--eui-base-font-color)}.eui-card--selected .eui-card-header .eui-button.eui-button--basic:hover,.eui-card--selected .eui-card-header .eui-button.eui-button--basic:focus,.eui-card--selected .eui-card-header-body .eui-button.eui-button--basic:hover,.eui-card--selected .eui-card-header-body .eui-button.eui-button--basic:focus{background:#ffffff40}.eui-card--selected .eui-card-header .eui-icon-svg>svg,.eui-card--selected .eui-card-header .eui-icon:not(.eui-icon-toggle--checked),.eui-card--selected .eui-card-header-body .eui-icon-svg>svg,.eui-card--selected .eui-card-header-body .eui-icon:not(.eui-icon-toggle--checked){color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-label.eui-label--secondary,.eui-card--selected .eui-card-header-body .eui-label.eui-label--secondary{color:var(--eui-base-color-white)!important}.eui-card--selected .eui-card-header a,.eui-card--selected .eui-card-header a:not([href]):not([tabindex]),.eui-card--selected .eui-card-header-body a,.eui-card--selected .eui-card-header-body a:not([href]):not([tabindex]){color:var(--eui-base-color-white)!important}.eui-card--selected .eui-card-header .eui-label--secondary,.eui-card--selected .eui-card-header-body .eui-label--secondary{color:var(--eui-base-color-grey-15)}.eui-card--selected .eui-card-header .eui-input-checkbox,.eui-card--selected .eui-card-header-body .eui-input-checkbox{border:2px solid var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-chip--primary,.eui-card--selected .eui-card-header-body .eui-chip--primary{border:1px solid var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-chip--outline:not(.eui-chip--secondary),.eui-card--selected .eui-card-header-body .eui-chip--outline:not(.eui-chip--secondary){background-color:var(--eui-base-color-primary-100);border-color:var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-chip--outline:not(.eui-chip--secondary) .eui-label,.eui-card--selected .eui-card-header-body .eui-chip--outline:not(.eui-chip--secondary) .eui-label{color:var(--eui-base-color-white)}.eui-card--selected .eui-card-content{background:var(--eui-base-color-white);border:1px solid var(--eui-base-color-grey-10);border-radius:0 0 var(--eui-base-border-radius) var(--eui-base-border-radius);color:var(--eui-base-color-text)}.eui-card--selected .eui-card-footer{background:var(--eui-base-color-white);border-radius:0 0 var(--eui-base-border-radius) var(--eui-base-border-radius);color:var(--eui-base-color-text)}.eui-card--disabled,.eui-card--is-loading,.eui-card[disabled],.eui-card.disabled{opacity:.45;pointer-events:none}.eui-card--collapsible .eui-card-header__expander{align-items:center;display:inline-flex;margin-left:var(--eui-base-spacing-xs);margin-right:calc(-1 * var(--eui-base-spacing-xs))}.eui-card--collapsed .eui-card-media,.eui-card--collapsed .eui-card-content,.eui-card--collapsed .mat-card-image{height:0!important;padding:0 var(--eui-base-spacing-m)}.eui-card--collapsed .eui-card-header,.eui-card--collapsed .eui-card-header__container{border-bottom:1px solid transparent}.eui-card--collapsed .eui-card-header__expander .eui-button.eui-card-header__expander-icon{transform:rotate(180deg)!important}.eui-card--primary{border-left:6px solid var(--eui-base-color-primary-100)}.eui-card--secondary{border-left:6px solid var(--eui-base-color-grey-15)}.eui-card--info{border-left:6px solid var(--eui-base-color-info-100)}.eui-card--success{border-left:6px solid var(--eui-base-color-success-100)}.eui-card--warning{border-left:6px solid var(--eui-base-color-warning-100)}.eui-card--danger{border-left:6px solid var(--eui-base-color-danger-100)}.eui-card--accent{border-left:6px solid var(--eui-base-color-accent-100)}.eui-card--highlighted,.eui-card--highlighted .eui-card-container{z-index:var(--eui-base-z-index-highlighted)}.eui-card--no-border{border:none}.eui-card[euiresizable]{position:relative;min-width:var(--eui-card-resizable-min-width)}\n'] }]
694
+ args: [{ selector: "eui-card", changeDetection: ChangeDetectionStrategy25.OnPush, encapsulation: ViewEncapsulation9.None, providers: [UiStateService], template: '<ng-content select="eui-card-header"></ng-content>\n<ng-content select="eui-card-media"></ng-content>\n<ng-content select="eui-card-content"></ng-content>\n<ng-content select="eui-card-footer"></ng-content>\n', styles: ['.eui-card{border:1px solid var(--eui-base-color-grey-25);border-radius:var(--eui-base-border-radius);box-shadow:var(--eui-base-shadow-1);display:flex;flex-direction:column;height:auto;line-height:var(--eui-base-line-height);padding:0;position:relative;transition:box-shadow .28s cubic-bezier(.4,0,.2,1),height 225ms cubic-bezier(.4,0,.2,1);width:100%;font:normal normal 400 1rem/1.75rem var(--eui-base-font-family)}.eui-card.eui-card--no-shadow{box-shadow:none!important}.eui-card.eui-card--hoverable:hover{box-shadow:var(--eui-base-shadow-3)}.eui-card-header{align-items:center;background:var(--eui-base-color-white);border-bottom:1px solid var(--eui-base-color-grey-15);flex-direction:row;display:flex;flex-wrap:wrap;width:100%}.eui-card-header__container{align-items:center;border-bottom:1px solid var(--eui-base-color-grey-15);display:flex;margin-bottom:-1px;min-height:calc(3 * var(--eui-base-spacing-m));padding:var(--eui-base-spacing-s) var(--eui-base-spacing-m);width:100%}.eui-card-header__container+.eui-card-header-body{border-bottom:1px solid var(--eui-base-color-grey-15);margin-bottom:-1px}.eui-card-header__avatar{align-self:center;background-image:none;background-size:cover;border-radius:50%;flex-shrink:0;height:calc(var(--eui-base-spacing-2xl) + var(--eui-base-spacing-2xs));margin-right:var(--eui-base-spacing-s);object-fit:cover;width:calc(var(--eui-base-spacing-2xl) + var(--eui-base-spacing-2xs))}.eui-card-header__icon{margin-left:0;margin-right:var(--eui-base-spacing-s)}.eui-card-header__icon.eui-card-header__icon--rounded .eui-icon,.eui-card-header__icon.eui-card-header__icon--rounded .eui-icon-svg{box-shadow:var(--eui-base-shadow-1)}.eui-card-header__urgent-indicator{background:var(--eui-base-color-white);border-radius:var(--eui-base-spacing-2xl);position:absolute;right:calc(-1 * var(--eui-base-spacing-s));top:calc(-1 * var(--eui-base-spacing-s));height:calc(var(--eui-base-spacing-l) + var(--eui-base-spacing-xs))}.eui-card-header__title-container{display:flex;flex-direction:column;justify-content:center;margin-right:var(--eui-base-spacing-s);margin-top:var(--eui-base-spacing-2xs);width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__title-container-title{color:var(--eui-base-color-grey-100);display:initial;font:normal normal 400 1rem/1.75rem var(--eui-base-font-family);font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__title-container-title>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__title-container-subtitle{color:var(--eui-base-color-grey-100);display:block;margin-top:var(--eui-base-spacing-xs);width:100%;font:normal normal 400 1rem/1.75rem var(--eui-base-font-family);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__title-container-subtitle>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__title-container--multilines{overflow:visible;text-overflow:unset;white-space:unset!important}.eui-card-header__title-container--multilines .eui-card-header__title-container-title{white-space:unset!important}.eui-card-header__title-container--multilines .eui-card-header__title-container-title>*{white-space:unset!important}.eui-card-header__title-container--multilines .eui-card-header__title-container-subtitle{white-space:unset!important}.eui-card-header__title-container--multilines .eui-card-header__title-container-subtitle>*{white-space:unset!important}.eui-card-header__left-content{align-items:center;display:flex;height:100%;margin-right:var(--eui-base-spacing-m)}.eui-card-header__left-content .eui-input-checkbox{margin:0!important;position:relative!important}.eui-card-header__middle-container{display:flex;flex-direction:column;justify-content:flex-start;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-card-header__middle-content{display:flex;flex-direction:row;justify-content:flex-start;margin-top:var(--eui-base-spacing-s);width:100%}.eui-card-header__middle-content .eui-card-header__title-container-subtitle{display:flex;flex-direction:column;margin-right:var(--eui-base-spacing-m);width:100%}.eui-card-header__right-content{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end;margin-left:auto}.eui-card-header__expander{display:none;margin-left:auto;transition:all 225ms cubic-bezier(.4,0,.2,1)}.eui-card-header__expander .eui-button.eui-card-header__expander-icon{transform:rotate(0);transition:transform .3s linear}.eui-card-header__expander.eui-card-header__expander--bottom{background-color:var(--eui-base-color-white);border-radius:50%;bottom:calc(-.75 * var(--eui-base-spacing-m));box-shadow:var(--eui-base-shadow-2);height:calc(1.5 * var(--eui-base-spacing-m));justify-content:center;position:absolute;right:50%;transform:translate(50%);width:calc(2 * var(--eui-base-spacing-m));z-index:1}.eui-card-header__expander.eui-card-header__expander--bottom .eui-button.eui-card-header__expander-icon{height:calc(1.5 * var(--eui-base-spacing-m));min-height:calc(1.5 * var(--eui-base-spacing-m));min-width:calc(2 * var(--eui-base-spacing-m));transition:transform .3s linear!important;width:calc(2 * var(--eui-base-spacing-m))}.eui-card-header__expander.eui-card-header__expander--bottom .eui-button.eui-card-header__expander-icon:active,.eui-card-header__expander.eui-card-header__expander--bottom .eui-button.eui-card-header__expander-icon:focus{width:calc(1 * var(--eui-base-spacing-xl))}.eui-card-header__expander.eui-card-header__expander--top{align-self:flex-start}.eui-card-header--body-only .eui-card-header-body{border-bottom:1px solid var(--eui-base-color-grey-50)}.eui-card-header-body{align-items:center;background:var(--eui-base-color-white);display:flex;padding:var(--eui-base-spacing-s) var(--eui-base-spacing-m);width:100%;font:normal normal 400 1rem/1.75rem var(--eui-base-font-family)}.eui-card-media{display:flex}.eui-card-media__image{height:auto;margin:0;object-fit:cover;width:100%}.eui-card-media__image:first-child{margin-top:0}.eui-card-media__container{overflow:hidden;position:relative;width:100%}.eui-card-media__container-content{width:100%}.eui-card-media__container .eui-card-media__legend{background:linear-gradient(rgba(0,0,0,0) 0%,var(--eui-base-color-grey-100) 100%);bottom:0;color:var(--eui-base-color-white);left:0;min-height:3rem;padding:var(--eui-base-spacing-m);position:absolute;text-shadow:0 1px 0 var(--eui-base-color-black);font:normal normal 400 1.5rem/2.25rem var(--eui-base-font-family);font-weight:700;align-items:center;display:flex;width:100%}.eui-card-content{background:var(--eui-base-color-white);cursor:auto;flex:0 1 auto;height:auto;overflow-x:hidden;overflow-y:auto;padding:var(--eui-base-spacing-m);position:relative;margin-bottom:0;transition:all .15s ease-in-out;font:normal normal 400 1rem/1.75rem var(--eui-base-font-family)}.eui-card-content::-webkit-scrollbar{display:inherit;height:6px;width:6px;background-color:var(--eui-base-color-grey-5)}.eui-card-content::-webkit-scrollbar-thumb{background-color:var(--eui-base-color-grey-20);border-radius:5rem}.eui-card-content::-webkit-scrollbar-thumb:hover{background-color:var(--eui-base-color-grey-50)}.eui-card-content::-webkit-scrollbar-track{background-color:var(--eui-base-color-grey-5);border-radius:0}.eui-card--no-content-padding .eui-card-content{padding:0}.eui-card-content p:first-of-type{margin-top:0}.eui-card-footer{background:var(--eui-base-color-white);border-top:1px solid var(--eui-base-color-grey-15);display:flex;margin-top:-1px;position:relative}.eui-card-footer-container{display:flex;margin:var(--eui-base-spacing-s) var(--eui-base-spacing-m);width:100%}.eui-card-footer-actions{margin-bottom:0;margin-left:0;margin-right:0;padding:0;align-items:center;display:flex;width:100%}.eui-card-footer-actions__buttons{align-items:center;display:flex;width:100%}.eui-card-footer-actions__buttons button:not(:last-child){margin-right:var(--eui-base-spacing-xs)}.eui-card-footer-actions__buttons .eui-input-checkbox{margin-bottom:0!important}.eui-card-footer-actions__buttons .eui-input-checkbox+label{margin-bottom:0!important}.eui-card-footer-actions__icons{align-items:center;display:flex;width:100%}.eui-card-footer-actions__icons-container{align-items:center;display:flex;margin-left:auto}.eui-card-footer-menu-content{margin-right:calc(-.5 * var(--eui-base-spacing-m))}@media screen and (max-width: 767px){.eui-card-header__left-content button,.eui-card-header__right-content{flex-wrap:wrap}.eui-card-header__right-content *[style*="visibility: hidden"]{display:none}.eui-card-header__title-container-title,.eui-card-header__title-container-subtitle{white-space:normal}}@media screen and (min-width: 768px) and (max-width: 995px){.eui-card-header__left-content button,.eui-card-header__right-content{flex-wrap:wrap}.eui-card-header__right-content *[style*="visibility: hidden"]{display:none}}.eui-card--size-xs .eui-card-container{flex:0 0 16.66666667%;max-width:16.66666667%}.eui-card--size-s .eui-card-container{flex:0 0 33.33333333%;max-width:33.33333333%}.eui-card--size-m .eui-card-container{flex:0 0 50%;max-width:50%}.eui-card--size-l .eui-card-container{flex:0 0 66.66666667%;max-width:66.66666667%}.eui-card--size-xl .eui-card-container{flex:0 0 83.33333333%;max-width:83.33333333%}.eui-card--size-2xl .eui-card-container{flex:0 0 100%;max-width:100%}@media screen and (max-width: 767px){.eui-card--size-xs .eui-card-container,.eui-card--size-s .eui-card-container,.eui-card--size-m .eui-card-container,.eui-card--size-l .eui-card-container,.eui-card--size-xl .eui-card-container,.eui-card--size-2xl .eui-card-container{flex:0 0 100%;max-width:100%}}@media screen and (min-width: 768px) and (max-width: 995px){.eui-card--size-xs .eui-card-container,.eui-card--size-s .eui-card-container{flex:0 0 33.33333333%;max-width:33.33333333%}}.eui-card--selected{border:transparent}.eui-card--selected .eui-card-header,.eui-card--selected .eui-card-header-body{background:var(--eui-base-color-info-130);border-radius:var(--eui-base-border-radius) var(--eui-base-border-radius) 0 0;color:var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-card-header__title-container-title,.eui-card--selected .eui-card-header-body .eui-card-header__title-container-title,.eui-card--selected .eui-card-header .eui-card-header__title-container-title .eui-label,.eui-card--selected .eui-card-header-body .eui-card-header__title-container-title .eui-label{color:var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-card-header__title-container-subtitle,.eui-card--selected .eui-card-header-body .eui-card-header__title-container-subtitle,.eui-card--selected .eui-card-header .eui-card-header__title-container-subtitle .eui-label,.eui-card--selected .eui-card-header-body .eui-card-header__title-container-subtitle .eui-label{color:var(--eui-base-color-grey-10)}.eui-card--selected .eui-card-header .eui-card-header__urgent-indicator .eui-icon-svg>svg,.eui-card--selected .eui-card-header-body .eui-card-header__urgent-indicator .eui-icon-svg>svg{color:var(--eui-base-color-danger-100);fill:var(--eui-base-color-danger-100)}.eui-card--selected .eui-card-header .eui-card-header__expander.eui-card-header__expander--bottom .eui-icon-svg>svg,.eui-card--selected .eui-card-header-body .eui-card-header__expander.eui-card-header__expander--bottom .eui-icon-svg>svg{color:var(--eui-base-color-grey-100);fill:var(--eui-base-color-grey-100)}.eui-card--selected .eui-card-header .eui-button.eui-button--primary,.eui-card--selected .eui-card-header-body .eui-button.eui-button--primary{background:inherit;border-color:var(--eui-base-color-white);color:var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-button.eui-button--primary.eui-button__container>*,.eui-card--selected .eui-card-header-body .eui-button.eui-button--primary.eui-button__container>*{color:var(--eui-base-color-grey-100)!important}.eui-card--selected .eui-card-header .eui-button.eui-button--warning .eui-button--outline,.eui-card--selected .eui-card-header-body .eui-button.eui-button--warning .eui-button--outline,.eui-card--selected .eui-card-header .eui-button.eui-button--basic,.eui-card--selected .eui-card-header-body .eui-button.eui-button--basic{color:var(--eui-base-font-color)}.eui-card--selected .eui-card-header .eui-button.eui-button--basic:hover,.eui-card--selected .eui-card-header .eui-button.eui-button--basic:focus,.eui-card--selected .eui-card-header-body .eui-button.eui-button--basic:hover,.eui-card--selected .eui-card-header-body .eui-button.eui-button--basic:focus{background:#ffffff40}.eui-card--selected .eui-card-header .eui-icon-svg>svg,.eui-card--selected .eui-card-header .eui-icon:not(.eui-icon-toggle--checked),.eui-card--selected .eui-card-header-body .eui-icon-svg>svg,.eui-card--selected .eui-card-header-body .eui-icon:not(.eui-icon-toggle--checked){color:var(--eui-base-color-white);fill:var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-label.eui-label--secondary,.eui-card--selected .eui-card-header-body .eui-label.eui-label--secondary{color:var(--eui-base-color-white)!important}.eui-card--selected .eui-card-header a,.eui-card--selected .eui-card-header a:not([href]):not([tabindex]),.eui-card--selected .eui-card-header-body a,.eui-card--selected .eui-card-header-body a:not([href]):not([tabindex]){color:var(--eui-base-color-white)!important}.eui-card--selected .eui-card-header .eui-label--secondary,.eui-card--selected .eui-card-header-body .eui-label--secondary{color:var(--eui-base-color-grey-15)}.eui-card--selected .eui-card-header .eui-input-checkbox,.eui-card--selected .eui-card-header-body .eui-input-checkbox{border:2px solid var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-chip--primary,.eui-card--selected .eui-card-header-body .eui-chip--primary{border:1px solid var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-chip--outline:not(.eui-chip--secondary),.eui-card--selected .eui-card-header-body .eui-chip--outline:not(.eui-chip--secondary){background-color:var(--eui-base-color-info-130);border-color:var(--eui-base-color-white)}.eui-card--selected .eui-card-header .eui-chip--outline:not(.eui-chip--secondary) .eui-label,.eui-card--selected .eui-card-header-body .eui-chip--outline:not(.eui-chip--secondary) .eui-label{color:var(--eui-base-color-white)}.eui-card--selected .eui-card-content{background:var(--eui-base-color-white);border:1px solid var(--eui-base-color-grey-10);border-radius:0 0 var(--eui-base-border-radius) var(--eui-base-border-radius);color:var(--eui-base-color-text)}.eui-card--selected .eui-card-footer{background:var(--eui-base-color-white);border-radius:0 0 var(--eui-base-border-radius) var(--eui-base-border-radius);color:var(--eui-base-color-text)}.eui-card--disabled,.eui-card--is-loading,.eui-card[disabled],.eui-card.disabled{opacity:.45;pointer-events:none}.eui-card--collapsible .eui-card-header__expander{align-items:center;display:inline-flex;margin-left:var(--eui-base-spacing-xs);margin-right:calc(-1 * var(--eui-base-spacing-xs))}.eui-card--collapsed .eui-card-media,.eui-card--collapsed .eui-card-content,.eui-card--collapsed .mat-card-image{height:0!important;padding:0 var(--eui-base-spacing-m)}.eui-card--collapsed .eui-card-header,.eui-card--collapsed .eui-card-header__container{border-bottom:1px solid transparent}.eui-card--collapsed .eui-card-header__expander .eui-button.eui-card-header__expander-icon{transform:rotate(180deg)!important}.eui-card--primary{border-left:6px solid var(--eui-base-color-primary-100)}.eui-card--secondary{border-left:6px solid var(--eui-base-color-grey-15)}.eui-card--info{border-left:6px solid var(--eui-base-color-info-100)}.eui-card--success{border-left:6px solid var(--eui-base-color-success-100)}.eui-card--warning{border-left:6px solid var(--eui-base-color-warning-100)}.eui-card--danger{border-left:6px solid var(--eui-base-color-danger-100)}.eui-card--accent{border-left:6px solid var(--eui-base-color-accent-100)}.eui-card--highlighted,.eui-card--highlighted .eui-card-container{z-index:var(--eui-base-z-index-highlighted)}.eui-card--no-border{border:none}.eui-card[euiresizable]{position:relative;min-width:var(--eui-card-resizable-min-width)}\n'] }]
695
695
  }], ctorParameters: () => [{ type: UiStateService }], propDecorators: { cssClasses: [{
696
696
  type: HostBinding13,
697
697
  args: ["class"]
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../eui-card/services/ui-state.service.ts", "../../eui-card/components/eui-card-header/eui-card-header.component.ts", "../../eui-card/components/eui-card-header/eui-card-header.component.html", "../../eui-card/components/eui-card-header/eui-card-header-title.component.ts", "../../eui-card/components/eui-card-header/eui-card-header-title.component.html", "../../eui-card/components/eui-card-header/eui-card-header-right-content.component.ts", "../../eui-card/components/eui-card-header/eui-card-header-right-content.component.html", "../../eui-card/components/eui-card-header/eui-card-header-left-content.component.ts", "../../eui-card/components/eui-card-header/eui-card-header-left-content.component.html", "../../eui-card/components/eui-card-header/eui-card-header-subtitle.component.ts", "../../eui-card/components/eui-card-header/eui-card-header-subtitle.component.html", "../../eui-card/components/eui-card-header-body/eui-card-header-body.component.ts", "../../eui-card/components/eui-card-header-body/eui-card-header-body.component.html", "../../eui-card/components/eui-card-content/eui-card-content.component.ts", "../../eui-card/components/eui-card-content/eui-card-content.component.html", "../../eui-card/components/eui-card-media/eui-card-media.component.ts", "../../eui-card/components/eui-card-media/eui-card-media.component.html", "../../eui-card/components/eui-card-footer/eui-card-footer-action-buttons.component.ts", "../../eui-card/components/eui-card-footer/eui-card-footer-action-buttons.component.html", "../../eui-card/components/eui-card-footer/eui-card-footer-action-icons.component.ts", "../../eui-card/components/eui-card-footer/eui-card-footer-action-icons.component.html", "../../eui-card/components/eui-card-footer/eui-card-footer-menu-content.component.ts", "../../eui-card/components/eui-card-footer/eui-card-footer-menu-content.component.html", "../../eui-card/components/eui-card-footer/eui-card-footer.component.ts", "../../eui-card/components/eui-card-footer/eui-card-footer.component.html", "../../eui-card/eui-card.component.ts", "../../eui-card/eui-card.component.html", "../../eui-card/eui-card.module.ts"],
4
4
  "sourcesContent": ["import { Injectable } from '@angular/core';\nimport { BehaviorSubject, Observable } from 'rxjs';\n\nexport interface UIState {\n isCollapsible: boolean;\n isCollapsed: boolean;\n isUrgent: boolean;\n}\n\nconst initialState: UIState = {\n isCollapsible: false,\n isCollapsed: false,\n isUrgent: false,\n};\n\n@Injectable()\nexport class UiStateService {\n private _state$: BehaviorSubject<UIState> = new BehaviorSubject(initialState);\n\n // -------------------\n // exposed observables\n // -------------------\n get state$(): Observable<UIState> {\n return this._state$.asObservable();\n }\n\n // ----------------\n // state operations\n // ----------------\n get state(): UIState {\n return this._state$.getValue();\n }\n\n // -----------------\n // getters & setters\n // -----------------\n setState(nextState: UIState): void {\n this._state$.next({\n ...this.state,\n ...nextState,\n });\n }\n\n set isCollapsed(isActive: boolean) {\n this.setState({\n ...this.state,\n isCollapsed: isActive,\n });\n }\n\n set isCollapsible(isActive: boolean) {\n this.setState({\n ...this.state,\n isCollapsible: isActive,\n });\n }\n\n public toggleCollapsed(): void {\n this.isCollapsed = !this.state.isCollapsed;\n }\n}\n", "import { Component, HostBinding, ChangeDetectionStrategy, Input, Output, EventEmitter, ViewEncapsulation } from '@angular/core';\nimport { coerceBooleanProperty, BooleanInput } from '@angular/cdk/coercion';\n\nimport { UiStateService } from '../../services/ui-state.service';\n\n@Component({\n selector: 'eui-card-header',\n templateUrl: './eui-card-header.component.html',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiCardHeaderComponent {\n @Input() avatarUrl: string;\n @Input() expandLabel = 'expand';\n @Input() collapseLabel = 'collapse';\n @Input() iconClass: string;\n @Input() avatarDerscription = 'eUI card header avatar';\n @Input() iconDescription = 'eUI card header icon';\n\n @Output() collapse = new EventEmitter<boolean>();\n @HostBinding('class') string = 'eui-card-header';\n\n @Input()\n get hasHeaderClickToggle(): boolean {\n return this._hasHeaderClickToggle;\n }\n set hasHeaderClickToggle(value: BooleanInput) {\n this._hasHeaderClickToggle = coerceBooleanProperty(value);\n }\n private _hasHeaderClickToggle = true;\n @Input()\n get hasBottomExpander(): boolean {\n return this._hasBottomExpander;\n }\n set hasBottomExpander(value: BooleanInput) {\n this._hasBottomExpander = coerceBooleanProperty(value);\n }\n private _hasBottomExpander = false;\n @Input()\n get hasFullTitle(): boolean {\n return this._hasFullTitle;\n }\n set hasFullTitle(value: BooleanInput) {\n this._hasFullTitle = coerceBooleanProperty(value);\n }\n private _hasFullTitle = false;\n @Input()\n get isHeaderMultilines(): boolean {\n return this._isHeaderMultilines;\n }\n set isHeaderMultilines(value: BooleanInput) {\n this._isHeaderMultilines = coerceBooleanProperty(value);\n }\n private _isHeaderMultilines = false;\n\n constructor(public uiStateService: UiStateService) {}\n\n public onToggle(event: Event): void {\n this.uiStateService.toggleCollapsed();\n this.collapse.emit(this.uiStateService.state.isCollapsed);\n\n event.stopPropagation();\n }\n\n public onToggleHeader(): void {\n if (this.hasHeaderClickToggle && this.uiStateService.state.isCollapsible) {\n this.uiStateService.toggleCollapsed();\n this.collapse.emit(this.uiStateService.state.isCollapsed);\n }\n }\n}\n", "<div 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", "import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n\n@Component({\n selector: 'eui-card-header-title',\n templateUrl: './eui-card-header-title.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiCardHeaderTitleComponent {\n @HostBinding('class') string = 'eui-card-header__title-container-title';\n}\n", "<ng-content></ng-content>\n", "import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n\n@Component({\n selector: 'eui-card-header-right-content',\n templateUrl: './eui-card-header-right-content.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiCardHeaderRightContentComponent {\n @HostBinding('class') string = 'eui-card-header__right-content';\n}\n", "<ng-content></ng-content>\n", "import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n\n@Component({\n selector: 'eui-card-header-left-content',\n templateUrl: './eui-card-header-left-content.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiCardHeaderLeftContentComponent {\n @HostBinding('class') string = 'eui-card-header__left-content';\n}\n", "<ng-content></ng-content>\n", "import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n\n@Component({\n selector: 'eui-card-header-subtitle',\n templateUrl: './eui-card-header-subtitle.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiCardHeaderSubtitleComponent {\n @HostBinding('class') string = 'eui-card-header__title-container-subtitle';\n}\n", "<ng-content></ng-content>\n", "import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n\n@Component({\n selector: 'eui-card-header-body',\n templateUrl: './eui-card-header-body.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiCardHeaderBodyComponent {\n @HostBinding('class') string = 'eui-card-header-body';\n}\n", "<ng-content></ng-content>\n", "import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n\n@Component({\n selector: 'eui-card-content',\n templateUrl: './eui-card-content.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiCardContentComponent {\n @HostBinding('class') string = 'eui-card-content';\n @HostBinding('attr.tabindex') tabindex = 0;\n}\n", "<ng-content></ng-content>\n", "import { Component, HostBinding, ChangeDetectionStrategy, Input, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'eui-card-media',\n templateUrl: './eui-card-media.component.html',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiCardMediaComponent {\n @Input() imageUrl: string;\n @Input() imageLegend: string;\n @Input() imageClickUrl: string;\n @Input() imageClickUrlExternal: string;\n @Input() imageDescription = 'eUI Card Image';\n @Input() imageHeight = 'auto';\n\n @HostBinding('class') string = 'eui-card-media';\n}\n", "<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", "import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n\n@Component({\n selector: 'eui-card-footer-action-buttons',\n templateUrl: './eui-card-footer-action-buttons.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiCardFooterActionButtonsComponent {\n @HostBinding('class') string = 'eui-card-footer-actions__buttons';\n}\n", "<ng-content></ng-content>\n", "import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n\n@Component({\n selector: 'eui-card-footer-action-icons',\n templateUrl: './eui-card-footer-action-icons.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiCardFooterActionIconsComponent {\n @HostBinding('class') string = 'eui-card-footer-actions__icons';\n}\n", "<ng-content></ng-content>\n", "import { Component, HostBinding, Input, ChangeDetectionStrategy, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'eui-card-footer-menu-content',\n templateUrl: './eui-card-footer-menu-content.component.html',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiCardFooterMenuContentComponent {\n @Input() tooltipText = 'More options';\n\n @HostBinding('class') string = 'eui-card-footer-menu-content';\n}\n", "<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", "import { Component, HostBinding, ChangeDetectionStrategy, ContentChild, forwardRef, QueryList, ViewEncapsulation } from '@angular/core';\nimport { EuiCardFooterActionButtonsComponent } from './eui-card-footer-action-buttons.component';\nimport { EuiCardFooterActionIconsComponent } from './eui-card-footer-action-icons.component';\n\nimport { EuiCardFooterMenuContentComponent } from './eui-card-footer-menu-content.component';\n\n@Component({\n selector: 'eui-card-footer',\n templateUrl: './eui-card-footer.component.html',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiCardFooterComponent {\n @HostBinding('class') string = 'eui-card-footer';\n @ContentChild(forwardRef(() => EuiCardFooterActionButtonsComponent), { static: false })\n actionButtons: QueryList<EuiCardFooterActionButtonsComponent>;\n @ContentChild(forwardRef(() => EuiCardFooterActionIconsComponent), { static: false })\n actionIcons: QueryList<EuiCardFooterActionIconsComponent>;\n @ContentChild(forwardRef(() => EuiCardFooterMenuContentComponent), { static: false })\n actionMenu: QueryList<EuiCardFooterMenuContentComponent>;\n}\n", "<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", "import {\n Component,\n HostBinding,\n Input,\n ChangeDetectionStrategy,\n ViewEncapsulation,\n OnDestroy,\n Output,\n EventEmitter,\n OnInit,\n OnChanges,\n SimpleChanges,\n AfterContentInit,\n booleanAttribute,\n} from '@angular/core';\nimport { coerceBooleanProperty } from '@angular/cdk/coercion';\nimport { map, skip, takeUntil } from 'rxjs/operators';\nimport { Subject } from 'rxjs';\n\nimport { BaseDirective } from '@eui/components/shared';\nimport { UIState, UiStateService } from './services/ui-state.service';\n\n@Component({\n templateUrl: './eui-card.component.html',\n selector: 'eui-card',\n styleUrls: ['./styles/_index.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [UiStateService],\n})\nexport class EuiCardComponent extends BaseDirective implements AfterContentInit, OnDestroy, OnInit, OnChanges {\n @HostBinding('class')\n get cssClasses(): string {\n return [\n super.getCssClasses('eui-card'),\n this.euiCollapsible ? 'eui-card--collapsible' : '',\n this.euiCollapsed ? 'eui-card--collapsed' : '',\n this.euiSelected ? 'eui-card--selected' : '',\n this.euiUrgent ? 'eui-card--urgent' : '',\n this.euiNoShadow ? 'eui-card--no-shadow' : '',\n this.euiNoContentPadding ? 'eui-card--no-content-padding' : '',\n this.euiHoverable ? 'eui-card--hoverable' : '',\n ]\n .join(' ')\n .trim();\n }\n @HostBinding('attr.data-e2e') @Input() e2eAttr = 'eui-card';\n\n @Input({ transform: booleanAttribute }) euiSelected = false;\n @Input({ transform: booleanAttribute }) euiCollapsible = false;\n @Input({ transform: booleanAttribute }) euiCollapsed = false;\n @Input({ transform: booleanAttribute }) euiUrgent = false;\n @Input({ transform: booleanAttribute }) euiNoShadow = false;\n @Input({ transform: booleanAttribute }) euiNoContentPadding = false;\n @Input({ transform: booleanAttribute }) euiHoverable = false;\n\n @Output() collapse: EventEmitter<boolean> = new EventEmitter();\n\n private destroy$: Subject<boolean> = new Subject<boolean>();\n\n constructor(public uiStateService: UiStateService) {\n super();\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n if (changes?.euiCollapsible && !changes?.euiCollapsible.firstChange) {\n this._setCardState();\n }\n if (changes?.euiCollapsed && !changes?.euiCollapsed.firstChange) {\n this._setCardState();\n }\n if (changes?.euiUrgent && !changes?.euiUrgent.firstChange) {\n this._setCardState();\n }\n }\n\n ngOnInit(): void {\n this._setCardState();\n }\n\n ngAfterContentInit(): void {\n this.uiStateService.state$\n .pipe(\n map((state: UIState) => state.isCollapsed),\n skip(1),\n takeUntil(this.destroy$),\n )\n .subscribe((isCollapsed: boolean) => {\n this.euiCollapsed = isCollapsed;\n this.collapse.emit(isCollapsed);\n });\n\n this.uiStateService.state$\n .pipe(\n map((state: UIState) => state.isCollapsible),\n skip(1),\n takeUntil(this.destroy$),\n )\n .subscribe((isCollapsible: boolean) => {\n this.euiCollapsible = isCollapsible;\n });\n }\n\n ngOnDestroy(): void {\n this.destroy$.next(true);\n this.destroy$.unsubscribe();\n }\n\n private _setCardState(): void {\n const nextState = {\n ...this.uiStateService.state,\n isCollapsible: coerceBooleanProperty(this.euiCollapsible),\n isCollapsed: coerceBooleanProperty(this.euiCollapsed),\n isUrgent: coerceBooleanProperty(this.euiUrgent),\n };\n this.uiStateService.setState(nextState);\n }\n}\n", "<ng-content select=\"eui-card-header\"></ng-content>\n<ng-content select=\"eui-card-media\"></ng-content>\n<ng-content select=\"eui-card-content\"></ng-content>\n<ng-content select=\"eui-card-footer\"></ng-content>\n", "import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RouterModule } from '@angular/router';\n\nimport { EuiIconModule } from '@eui/components/eui-icon';\nimport { EuiButtonModule } from '@eui/components/eui-button';\nimport { EuiDropdownModule } from '@eui/components/eui-dropdown';\nimport { EuiTooltipDirectiveModule } from '@eui/components/directives';\n\nimport { EuiCardComponent } from './eui-card.component';\nimport { EuiCardHeaderComponent } from './components/eui-card-header/eui-card-header.component';\nimport { EuiCardHeaderTitleComponent } from './components/eui-card-header/eui-card-header-title.component';\nimport { EuiCardHeaderRightContentComponent } from './components/eui-card-header/eui-card-header-right-content.component';\nimport { EuiCardHeaderBodyComponent } from './components/eui-card-header-body/eui-card-header-body.component';\nimport { EuiCardHeaderLeftContentComponent } from './components/eui-card-header/eui-card-header-left-content.component';\nimport { EuiCardHeaderSubtitleComponent } from './components/eui-card-header/eui-card-header-subtitle.component';\nimport { EuiCardContentComponent } from './components/eui-card-content/eui-card-content.component';\nimport { EuiCardMediaComponent } from './components/eui-card-media/eui-card-media.component';\nimport { EuiCardFooterComponent } from './components/eui-card-footer/eui-card-footer.component';\nimport { EuiCardFooterMenuContentComponent } from './components/eui-card-footer/eui-card-footer-menu-content.component';\nimport { EuiCardFooterActionButtonsComponent } from './components/eui-card-footer/eui-card-footer-action-buttons.component';\nimport { EuiCardFooterActionIconsComponent } from './components/eui-card-footer/eui-card-footer-action-icons.component';\n\n@NgModule({\n imports: [CommonModule, RouterModule, EuiIconModule, EuiButtonModule, EuiDropdownModule, EuiTooltipDirectiveModule],\n declarations: [\n EuiCardComponent,\n EuiCardHeaderComponent,\n EuiCardHeaderTitleComponent,\n EuiCardContentComponent,\n EuiCardHeaderLeftContentComponent,\n EuiCardHeaderRightContentComponent,\n EuiCardHeaderSubtitleComponent,\n EuiCardHeaderBodyComponent,\n EuiCardFooterActionButtonsComponent,\n EuiCardFooterActionIconsComponent,\n EuiCardMediaComponent,\n EuiCardFooterComponent,\n EuiCardFooterMenuContentComponent,\n ],\n exports: [\n EuiCardComponent,\n EuiCardHeaderComponent,\n EuiCardHeaderTitleComponent,\n EuiCardContentComponent,\n EuiCardHeaderLeftContentComponent,\n EuiCardHeaderRightContentComponent,\n EuiCardHeaderSubtitleComponent,\n EuiCardHeaderBodyComponent,\n EuiCardFooterActionButtonsComponent,\n EuiCardFooterActionIconsComponent,\n EuiCardMediaComponent,\n EuiCardFooterComponent,\n EuiCardFooterMenuContentComponent,\n ],\n})\nexport class EuiCardModule {}\n"],
5
- "mappings": "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",
5
+ "mappings": ";AAAA,SAAS,kBAAkB;AAC3B,SAAS,uBAAmC;;AAQ5C,IAAM,eAAwB;EAC1B,eAAe;EACf,aAAa;EACb,UAAU;;AAIR,IAAO,iBAAP,MAAO,gBAAc;EAD3B,cAAA;AAEY,SAAA,UAAoC,IAAI,gBAAgB,YAAY;;;;;EAK5E,IAAI,SAAM;AACN,WAAO,KAAK,QAAQ,aAAY;EACpC;;;;EAKA,IAAI,QAAK;AACL,WAAO,KAAK,QAAQ,SAAQ;EAChC;;;;EAKA,SAAS,WAAkB;AACvB,SAAK,QAAQ,KAAK;MACd,GAAG,KAAK;MACR,GAAG;KACN;EACL;EAEA,IAAI,YAAY,UAAiB;AAC7B,SAAK,SAAS;MACV,GAAG,KAAK;MACR,aAAa;KAChB;EACL;EAEA,IAAI,cAAc,UAAiB;AAC/B,SAAK,SAAS;MACV,GAAG,KAAK;MACR,eAAe;KAClB;EACL;EAEO,kBAAe;AAClB,SAAK,cAAc,CAAC,KAAK,MAAM;EACnC;;4GA3CS,iBAAc,MAAA,CAAA,GAAA,QAAA,mBAAA,WAAA,CAAA;EAAA;;gHAAd,gBAAc,CAAA;EAAA;;kGAAd,gBAAc,YAAA,CAAA;QAD1B;;;;ACfD,SAAS,WAAW,aAAa,yBAAyB,OAAO,QAAQ,cAAc,yBAAyB;AAChH,SAAS,6BAA2C;;;;;AAU9C,IAAO,yBAAP,MAAO,wBAAsB;EAW/B,IACI,uBAAoB;AACpB,WAAO,KAAK;EAChB;EACA,IAAI,qBAAqB,OAAmB;AACxC,SAAK,wBAAwB,sBAAsB,KAAK;EAC5D;EAEA,IACI,oBAAiB;AACjB,WAAO,KAAK;EAChB;EACA,IAAI,kBAAkB,OAAmB;AACrC,SAAK,qBAAqB,sBAAsB,KAAK;EACzD;EAEA,IACI,eAAY;AACZ,WAAO,KAAK;EAChB;EACA,IAAI,aAAa,OAAmB;AAChC,SAAK,gBAAgB,sBAAsB,KAAK;EACpD;EAEA,IACI,qBAAkB;AAClB,WAAO,KAAK;EAChB;EACA,IAAI,mBAAmB,OAAmB;AACtC,SAAK,sBAAsB,sBAAsB,KAAK;EAC1D;EAGA,YAAmB,gBAA8B;AAA9B,SAAA,iBAAA;AA1CV,SAAA,cAAc;AACd,SAAA,gBAAgB;AAEhB,SAAA,qBAAqB;AACrB,SAAA,kBAAkB;AAEjB,SAAA,WAAW,IAAI,aAAY;AACf,SAAA,SAAS;AASvB,SAAA,wBAAwB;AAQxB,SAAA,qBAAqB;AAQrB,SAAA,gBAAgB;AAQhB,SAAA,sBAAsB;EAEsB;EAE7C,SAAS,OAAY;AACxB,SAAK,eAAe,gBAAe;AACnC,SAAK,SAAS,KAAK,KAAK,eAAe,MAAM,WAAW;AAExD,UAAM,gBAAe;EACzB;EAEO,iBAAc;AACjB,QAAI,KAAK,wBAAwB,KAAK,eAAe,MAAM,eAAe;AACtE,WAAK,eAAe,gBAAe;AACnC,WAAK,SAAS,KAAK,KAAK,eAAe,MAAM,WAAW;IAC5D;EACJ;;8GA1DS,yBAAsB,MAAA,CAAA,EAAA,OAAA,eAAA,CAAA,GAAA,QAAA,oBAAA,UAAA,CAAA;EAAA;;iGAAtB,yBAAsB,UAAA,mBAAA,QAAA,EAAA,WAAA,aAAA,aAAA,eAAA,eAAA,iBAAA,WAAA,aAAA,oBAAA,sBAAA,iBAAA,mBAAA,sBAAA,wBAAA,mBAAA,qBAAA,cAAA,gBAAA,oBAAA,qBAAA,GAAA,SAAA,EAAA,UAAA,WAAA,GAAA,MAAA,EAAA,YAAA,EAAA,SAAA,cAAA,EAAA,GAAA,UAAAA,KAAA,UCXnC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwEA,cAAA,CAAA,EAAA,MAAA,aAAA,MAAA,SAAA,UAAA,UAAA,QAAA,CAAA,QAAA,YAAA,UAAA,EAAA,GAAA,EAAA,MAAA,aAAA,MAAA,qBAAA,UAAA,sBAAA,QAAA,CAAA,2BAAA,oBAAA,0BAAA,EAAA,GAAA,EAAA,MAAA,aAAA,MAAA,YAAA,UAAA,aAAA,QAAA,CAAA,SAAA,EAAA,GAAA,EAAA,MAAA,aAAA,MAAA,wBAAA,UAAA,iDAAA,QAAA,CAAA,QAAA,QAAA,aAAA,OAAA,kBAAA,QAAA,SAAA,WAAA,aAAA,cAAA,cAAA,aAAA,aAAA,eAAA,YAAA,QAAA,EAAA,GAAA,EAAA,MAAA,aAAA,MAAA,uBAAA,UAAA,mCAAA,QAAA,CAAA,WAAA,MAAA,kBAAA,iBAAA,kBAAA,aAAA,iBAAA,eAAA,aAAA,aAAA,GAAA,SAAA,CAAA,aAAA,EAAA,GAAA,EAAA,MAAA,QAAA,MAAA,cAAA,MAAA,QAAA,CAAA,GAAA,iBAAA,4BAAA,QAAA,eAAA,sBAAA,KAAA,CAAA;EAAA;;oGD7Da,wBAAsB,YAAA,CAAA;QANlC;qBACa,mBAAiB,eAEZ,kBAAkB,MAAI,iBACpB,wBAAwB,QAAM,UAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAA,CAAA;wEAGtC,WAAS,CAAA;QAAjB;IACQ,aAAW,CAAA;QAAnB;IACQ,eAAa,CAAA;QAArB;IACQ,WAAS,CAAA;QAAjB;IACQ,oBAAkB,CAAA;QAA1B;IACQ,iBAAe,CAAA;QAAvB;IAES,UAAQ,CAAA;QAAjB;IACqB,QAAM,CAAA;QAA3B;SAAY,OAAO;IAGhB,sBAAoB,CAAA;QADvB;IASG,mBAAiB,CAAA;QADpB;IASG,cAAY,CAAA;QADf;IASG,oBAAkB,CAAA;QADrB;;;;AE9CL,SAAS,aAAAC,YAAW,eAAAC,cAAa,2BAAAC,gCAA+B;;AAO1D,IAAO,8BAAP,MAAO,6BAA2B;EALxC,cAAA;AAM0B,SAAA,SAAS;;;8GADtB,8BAA2B,MAAA,CAAA,GAAA,QAAA,oBAAA,UAAA,CAAA;EAAA;;iGAA3B,8BAA2B,UAAA,yBAAA,MAAA,EAAA,YAAA,EAAA,SAAA,cAAA,EAAA,GAAA,UAAAC,KAAA,UCPxC,+BACA,iBAAA,4BAAA,OAAA,CAAA;EAAA;;oGDMa,6BAA2B,YAAA,CAAA;QALvCH;qBACa,yBAAuB,iBAEhBE,yBAAwB,QAAM,UAAA,8BAAA,CAAA;sBAGzB,QAAM,CAAA;QAA3BD;SAAY,OAAO;;;;AERxB,SAAS,aAAAG,YAAW,eAAAC,cAAa,2BAAAC,gCAA+B;;AAO1D,IAAO,qCAAP,MAAO,oCAAkC;EAL/C,cAAA;AAM0B,SAAA,SAAS;;;8GADtB,qCAAkC,MAAA,CAAA,GAAA,QAAA,oBAAA,UAAA,CAAA;EAAA;;iGAAlC,qCAAkC,UAAA,iCAAA,MAAA,EAAA,YAAA,EAAA,SAAA,cAAA,EAAA,GAAA,UAAAC,KAAA,UCP/C,+BACA,iBAAA,4BAAA,OAAA,CAAA;EAAA;;oGDMa,oCAAkC,YAAA,CAAA;QAL9CH;qBACa,iCAA+B,iBAExBE,yBAAwB,QAAM,UAAA,8BAAA,CAAA;sBAGzB,QAAM,CAAA;QAA3BD;SAAY,OAAO;;;;AERxB,SAAS,aAAAG,YAAW,eAAAC,cAAa,2BAAAC,gCAA+B;;AAO1D,IAAO,oCAAP,MAAO,mCAAiC;EAL9C,cAAA;AAM0B,SAAA,SAAS;;;8GADtB,oCAAiC,MAAA,CAAA,GAAA,QAAA,oBAAA,UAAA,CAAA;EAAA;;iGAAjC,oCAAiC,UAAA,gCAAA,MAAA,EAAA,YAAA,EAAA,SAAA,cAAA,EAAA,GAAA,UAAAC,KAAA,UCP9C,+BACA,iBAAA,4BAAA,OAAA,CAAA;EAAA;;oGDMa,mCAAiC,YAAA,CAAA;QAL7CH;qBACa,gCAA8B,iBAEvBE,yBAAwB,QAAM,UAAA,8BAAA,CAAA;sBAGzB,QAAM,CAAA;QAA3BD;SAAY,OAAO;;;;AERxB,SAAS,aAAAG,YAAW,eAAAC,cAAa,2BAAAC,gCAA+B;;AAO1D,IAAO,iCAAP,MAAO,gCAA8B;EAL3C,cAAA;AAM0B,SAAA,SAAS;;;8GADtB,iCAA8B,MAAA,CAAA,GAAA,QAAA,oBAAA,UAAA,CAAA;EAAA;;iGAA9B,iCAA8B,UAAA,4BAAA,MAAA,EAAA,YAAA,EAAA,SAAA,cAAA,EAAA,GAAA,UAAAC,KAAA,UCP3C,+BACA,iBAAA,4BAAA,OAAA,CAAA;EAAA;;oGDMa,gCAA8B,YAAA,CAAA;QAL1CH;qBACa,4BAA0B,iBAEnBE,yBAAwB,QAAM,UAAA,8BAAA,CAAA;sBAGzB,QAAM,CAAA;QAA3BD;SAAY,OAAO;;;;AERxB,SAAS,aAAAG,YAAW,eAAAC,cAAa,2BAAAC,iCAA+B;;AAO1D,IAAO,6BAAP,MAAO,4BAA0B;EALvC,cAAA;AAM0B,SAAA,SAAS;;;8GADtB,6BAA0B,MAAA,CAAA,GAAA,QAAA,oBAAA,UAAA,CAAA;EAAA;;iGAA1B,6BAA0B,UAAA,wBAAA,MAAA,EAAA,YAAA,EAAA,SAAA,cAAA,EAAA,GAAA,UAAAC,KAAA,UCPvC,+BACA,iBAAA,4BAAA,OAAA,CAAA;EAAA;;oGDMa,4BAA0B,YAAA,CAAA;QALtCH;qBACa,wBAAsB,iBAEfE,0BAAwB,QAAM,UAAA,8BAAA,CAAA;sBAGzB,QAAM,CAAA;QAA3BD;SAAY,OAAO;;;;AERxB,SAAS,aAAAG,YAAW,eAAAC,cAAa,2BAAAC,iCAA+B;;AAO1D,IAAO,0BAAP,MAAO,yBAAuB;EALpC,cAAA;AAM0B,SAAA,SAAS;AACD,SAAA,WAAW;;;8GAFhC,0BAAuB,MAAA,CAAA,GAAA,QAAA,oBAAA,UAAA,CAAA;EAAA;;iGAAvB,0BAAuB,UAAA,oBAAA,MAAA,EAAA,YAAA,EAAA,SAAA,eAAA,iBAAA,gBAAA,EAAA,GAAA,UAAAC,KAAA,UCPpC,+BACA,iBAAA,4BAAA,OAAA,CAAA;EAAA;;oGDMa,yBAAuB,YAAA,CAAA;QALnCH;qBACa,oBAAkB,iBAEXE,0BAAwB,QAAM,UAAA,8BAAA,CAAA;sBAGzB,QAAM,CAAA;QAA3BD;SAAY,OAAO;IACU,UAAQ,CAAA;QAArCA;SAAY,eAAe;;;;AEThC,SAAS,aAAAG,YAAW,eAAAC,cAAa,2BAAAC,2BAAyB,SAAAC,QAAO,qBAAAC,0BAAyB;;;;AAQpF,IAAO,wBAAP,MAAO,uBAAqB;EANlC,cAAA;AAWa,SAAA,mBAAmB;AACnB,SAAA,cAAc;AAED,SAAA,SAAS;;;8GARtB,wBAAqB,MAAA,CAAA,GAAA,QAAA,oBAAA,UAAA,CAAA;EAAA;;iGAArB,wBAAqB,UAAA,kBAAA,QAAA,EAAA,UAAA,YAAA,aAAA,eAAA,eAAA,iBAAA,uBAAA,yBAAA,kBAAA,oBAAA,aAAA,cAAA,GAAA,MAAA,EAAA,YAAA,EAAA,SAAA,cAAA,EAAA,GAAA,UAAAC,KAAA,UCRlC;;;;;;;;;;;;;;;;;;;GAmBA,cAAA,CAAA,EAAA,MAAA,aAAA,MAAA,SAAA,UAAA,UAAA,QAAA,CAAA,QAAA,YAAA,UAAA,EAAA,GAAA,EAAA,MAAA,aAAA,MAAA,qBAAA,UAAA,sBAAA,QAAA,CAAA,2BAAA,oBAAA,0BAAA,EAAA,GAAA,EAAA,MAAA,aAAA,MAAA,gBAAA,UAAA,gBAAA,QAAA,CAAA,UAAA,eAAA,YAAA,uBAAA,SAAA,QAAA,cAAA,oBAAA,sBAAA,cAAA,YAAA,EAAA,CAAA,GAAA,iBAAA,4BAAA,QAAA,eAAA,sBAAA,KAAA,CAAA;EAAA;;oGDXa,uBAAqB,YAAA,CAAA;QANjCL;qBACa,kBAAgB,eAEXI,mBAAkB,MAAI,iBACpBF,0BAAwB,QAAM,UAAA;;;;;;;;;;;;;;;;;;;EAAA,CAAA;sBAGtC,UAAQ,CAAA;QAAhBC;IACQ,aAAW,CAAA;QAAnBA;IACQ,eAAa,CAAA;QAArBA;IACQ,uBAAqB,CAAA;QAA7BA;IACQ,kBAAgB,CAAA;QAAxBA;IACQ,aAAW,CAAA;QAAnBA;IAEqB,QAAM,CAAA;QAA3BF;SAAY,OAAO;;;;AEhBxB,SAAS,aAAAK,YAAW,eAAAC,cAAa,2BAAAC,iCAA+B;;AAO1D,IAAO,sCAAP,MAAO,qCAAmC;EALhD,cAAA;AAM0B,SAAA,SAAS;;;gHADtB,sCAAmC,MAAA,CAAA,GAAA,QAAA,qBAAA,UAAA,CAAA;EAAA;;kGAAnC,sCAAmC,UAAA,kCAAA,MAAA,EAAA,YAAA,EAAA,SAAA,cAAA,EAAA,GAAA,UAAAC,MAAA,UCPhD,+BACA,iBAAA,6BAAA,OAAA,CAAA;EAAA;;sGDMa,qCAAmC,YAAA,CAAA;QAL/CH;qBACa,kCAAgC,iBAEzBE,0BAAwB,QAAM,UAAA,8BAAA,CAAA;sBAGzB,QAAM,CAAA;QAA3BD;SAAY,OAAO;;;;AERxB,SAAS,aAAAG,aAAW,eAAAC,eAAa,2BAAAC,iCAA+B;;AAO1D,IAAO,oCAAP,MAAO,mCAAiC;EAL9C,cAAA;AAM0B,SAAA,SAAS;;;gHADtB,oCAAiC,MAAA,CAAA,GAAA,QAAA,qBAAA,UAAA,CAAA;EAAA;;kGAAjC,oCAAiC,UAAA,gCAAA,MAAA,EAAA,YAAA,EAAA,SAAA,cAAA,EAAA,GAAA,UAAAC,MAAA,UCP9C,+BACA,iBAAA,6BAAA,OAAA,CAAA;EAAA;;sGDMa,mCAAiC,YAAA,CAAA;QAL7CH;qBACa,gCAA8B,iBAEvBE,0BAAwB,QAAM,UAAA,8BAAA,CAAA;sBAGzB,QAAM,CAAA;QAA3BD;SAAY,OAAO;;;;AERxB,SAAS,aAAAG,aAAW,eAAAC,eAAa,SAAAC,QAAO,2BAAAC,2BAAyB,qBAAAC,0BAAyB;;;;;;AAQpF,IAAO,oCAAP,MAAO,mCAAiC;EAN9C,cAAA;AAOa,SAAA,cAAc;AAED,SAAA,SAAS;;;gHAHtB,oCAAiC,MAAA,CAAA,GAAA,QAAA,qBAAA,UAAA,CAAA;EAAA;;kGAAjC,oCAAiC,UAAA,gCAAA,QAAA,EAAA,aAAA,cAAA,GAAA,MAAA,EAAA,YAAA,EAAA,SAAA,cAAA,EAAA,GAAA,UAAAC,MAAA,UCR9C,sbAgBA,cAAA,CAAA,EAAA,MAAA,aAAA,MAAA,yBAAA,UAAA,iDAAA,QAAA,CAAA,QAAA,QAAA,aAAA,OAAA,kBAAA,QAAA,SAAA,WAAA,aAAA,cAAA,cAAA,aAAA,aAAA,eAAA,YAAA,QAAA,EAAA,GAAA,EAAA,MAAA,aAAA,MAAA,wBAAA,UAAA,mCAAA,QAAA,CAAA,WAAA,MAAA,kBAAA,iBAAA,kBAAA,aAAA,iBAAA,eAAA,aAAA,aAAA,GAAA,SAAA,CAAA,aAAA,EAAA,GAAA,EAAA,MAAA,aAAA,MAAA,0BAAA,UAAA,gBAAA,QAAA,CAAA,WAAA,YAAA,SAAA,YAAA,WAAA,0BAAA,0BAAA,kCAAA,mBAAA,oBAAA,uBAAA,aAAA,EAAA,GAAA,EAAA,MAAA,aAAA,MAAA,iCAAA,UAAA,uBAAA,GAAA,EAAA,MAAA,aAAA,MAAA,yBAAA,UAAA,gBAAA,QAAA,CAAA,WAAA,aAAA,aAAA,oBAAA,YAAA,cAAA,cAAA,qBAAA,uBAAA,kBAAA,qBAAA,qBAAA,oBAAA,kBAAA,GAAA,UAAA,CAAA,YAAA,EAAA,CAAA,GAAA,iBAAA,6BAAA,QAAA,eAAA,uBAAA,KAAA,CAAA;EAAA;;sGDRa,mCAAiC,YAAA,CAAA;QAN7CL;qBACa,gCAA8B,eAEzBI,mBAAkB,MAAI,iBACpBD,0BAAwB,QAAM,UAAA,qbAAA,CAAA;sBAGtC,aAAW,CAAA;QAAnBD;IAEqB,QAAM,CAAA;QAA3BD;SAAY,OAAO;;;;AEXxB,SAAS,aAAAK,aAAW,eAAAC,eAAa,2BAAAC,2BAAyB,cAAc,YAAuB,qBAAAC,0BAAyB;;;AAYlH,IAAO,yBAAP,MAAO,wBAAsB;EANnC,cAAA;AAO0B,SAAA,SAAS;;;gHADtB,yBAAsB,MAAA,CAAA,GAAA,QAAA,qBAAA,UAAA,CAAA;EAAA;;kGAAtB,yBAAsB,UAAA,mBAAA,MAAA,EAAA,YAAA,EAAA,SAAA,cAAA,EAAA,GAAA,SAAA,CAAA,EAAA,cAAA,iBAAA,OAAA,MAAA,WAAA,gBAAA,MAEA,mCAAmC,GAAA,aAAA,KAAA,GAAA,EAAA,cAAA,eAAA,OAAA,MAAA,WAAA,gBAAA,MAEnC,iCAAiC,GAAA,aAAA,KAAA,GAAA,EAAA,cAAA,cAAA,OAAA,MAAA,WAAA,gBAAA,MAEjC,iCAAiC,GAAA,aAAA,KAAA,CAAA,GAAA,UAAAC,MAAA,UClBpE,mjBASA,cAAA,CAAA,EAAA,MAAA,aAAA,MAAA,UAAA,UAAA,UAAA,QAAA,CAAA,QAAA,YAAA,UAAA,EAAA,CAAA,GAAA,iBAAA,6BAAA,QAAA,eAAA,uBAAA,KAAA,CAAA;EAAA;;sGDGa,wBAAsB,YAAA,CAAA;QANlCJ;qBACa,mBAAiB,eAEZG,mBAAkB,MAAI,iBACpBD,0BAAwB,QAAM,UAAA,kjBAAA,CAAA;sBAGzB,QAAM,CAAA;QAA3BD;SAAY,OAAO;IAEpB,eAAa,CAAA;QADZ;SAAa,WAAW,MAAM,mCAAmC,GAAG,EAAE,QAAQ,MAAK,CAAE;IAGtF,aAAW,CAAA;QADV;SAAa,WAAW,MAAM,iCAAiC,GAAG,EAAE,QAAQ,MAAK,CAAE;IAGpF,YAAU,CAAA;QADT;SAAa,WAAW,MAAM,iCAAiC,GAAG,EAAE,QAAQ,MAAK,CAAE;;;;AElBxF,SACI,aAAAI,aACA,eAAAC,eACA,SAAAC,QACA,2BAAAC,2BACA,qBAAAC,oBAEA,UAAAC,SACA,gBAAAC,eAKA,wBACG;AACP,SAAS,yBAAAC,8BAA6B;AACtC,SAAS,KAAK,MAAM,iBAAiB;AACrC,SAAS,eAAe;AAExB,SAAS,qBAAqB;;AAWxB,IAAO,mBAAP,MAAO,0BAAyB,cAAa;EAC/C,IACI,aAAU;AACV,WAAO;MACH,MAAM,cAAc,UAAU;MAC9B,KAAK,iBAAiB,0BAA0B;MAChD,KAAK,eAAe,wBAAwB;MAC5C,KAAK,cAAc,uBAAuB;MAC1C,KAAK,YAAY,qBAAqB;MACtC,KAAK,cAAc,wBAAwB;MAC3C,KAAK,sBAAsB,iCAAiC;MAC5D,KAAK,eAAe,wBAAwB;MAE3C,KAAK,GAAG,EACR,KAAI;EACb;EAeA,YAAmB,gBAA8B;AAC7C,UAAK;AADU,SAAA,iBAAA;AAdoB,SAAA,UAAU;AAET,SAAA,cAAc;AACd,SAAA,iBAAiB;AACjB,SAAA,eAAe;AACf,SAAA,YAAY;AACZ,SAAA,cAAc;AACd,SAAA,sBAAsB;AACtB,SAAA,eAAe;AAE7C,SAAA,WAAkC,IAAID,cAAY;AAEpD,SAAA,WAA6B,IAAI,QAAO;EAIhD;EAEA,YAAY,SAAsB;AAC9B,QAAI,SAAS,kBAAkB,CAAC,SAAS,eAAe,aAAa;AACjE,WAAK,cAAa;IACtB;AACA,QAAI,SAAS,gBAAgB,CAAC,SAAS,aAAa,aAAa;AAC7D,WAAK,cAAa;IACtB;AACA,QAAI,SAAS,aAAa,CAAC,SAAS,UAAU,aAAa;AACvD,WAAK,cAAa;IACtB;EACJ;EAEA,WAAQ;AACJ,SAAK,cAAa;EACtB;EAEA,qBAAkB;AACd,SAAK,eAAe,OACf,KACG,IAAI,CAAC,UAAmB,MAAM,WAAW,GACzC,KAAK,CAAC,GACN,UAAU,KAAK,QAAQ,CAAC,EAE3B,UAAU,CAAC,gBAAwB;AAChC,WAAK,eAAe;AACpB,WAAK,SAAS,KAAK,WAAW;IAClC,CAAC;AAEL,SAAK,eAAe,OACf,KACG,IAAI,CAAC,UAAmB,MAAM,aAAa,GAC3C,KAAK,CAAC,GACN,UAAU,KAAK,QAAQ,CAAC,EAE3B,UAAU,CAAC,kBAA0B;AAClC,WAAK,iBAAiB;IAC1B,CAAC;EACT;EAEA,cAAW;AACP,SAAK,SAAS,KAAK,IAAI;AACvB,SAAK,SAAS,YAAW;EAC7B;EAEQ,gBAAa;AACjB,UAAM,YAAY;MACd,GAAG,KAAK,eAAe;MACvB,eAAeC,uBAAsB,KAAK,cAAc;MACxD,aAAaA,uBAAsB,KAAK,YAAY;MACpD,UAAUA,uBAAsB,KAAK,SAAS;;AAElD,SAAK,eAAe,SAAS,SAAS;EAC1C;;gHAtFS,mBAAgB,MAAA,CAAA,EAAA,OAAA,eAAA,CAAA,GAAA,QAAA,qBAAA,UAAA,CAAA;EAAA;;kGAAhB,mBAAgB,UAAA,YAAA,QAAA,EAAA,SAAA,WAAA,aAAA,CAAA,eAAA,eAkBL,gBAAgB,GAAA,gBAAA,CAAA,kBAAA,kBAChB,gBAAgB,GAAA,cAAA,CAAA,gBAAA,gBAChB,gBAAgB,GAAA,WAAA,CAAA,aAAA,aAChB,gBAAgB,GAAA,aAAA,CAAA,eAAA,eAChB,gBAAgB,GAAA,qBAAA,CAAA,uBAAA,uBAChB,gBAAgB,GAAA,cAAA,CAAA,gBAAA,gBAChB,gBAAgB,EAAA,GAAA,SAAA,EAAA,UAAA,WAAA,GAAA,MAAA,EAAA,YAAA,EAAA,SAAA,mBAAA,iBAAA,eAAA,EAAA,GAAA,WA1BzB,CAAC,cAAc,GAAC,iBAAA,MAAA,eAAA,MAAA,UAAAC,MAAA,UC5B/B,oNAIA,QAAA,CAAA,i3fAAA,GAAA,iBAAA,6BAAA,QAAA,eAAA,uBAAA,KAAA,CAAA;EAAA;;sGD0Ba,kBAAgB,YAAA,CAAA;QAR5BR;qBAEa,YAAU,iBAEHG,0BAAwB,QAAM,eAChCC,mBAAkB,MAAI,WAC1B,CAAC,cAAc,GAAC,UAAA,oNAAA,QAAA,CAAA,i3fAAA,EAAA,CAAA;wEAIvB,YAAU,CAAA;QADbH;SAAY,OAAO;IAemB,SAAO,CAAA;QAA7CA;SAAY,eAAe;;QAAGC;IAES,aAAW,CAAA;QAAlDA;SAAM,EAAE,WAAW,iBAAgB,CAAE;IACE,gBAAc,CAAA;QAArDA;SAAM,EAAE,WAAW,iBAAgB,CAAE;IACE,cAAY,CAAA;QAAnDA;SAAM,EAAE,WAAW,iBAAgB,CAAE;IACE,WAAS,CAAA;QAAhDA;SAAM,EAAE,WAAW,iBAAgB,CAAE;IACE,aAAW,CAAA;QAAlDA;SAAM,EAAE,WAAW,iBAAgB,CAAE;IACE,qBAAmB,CAAA;QAA1DA;SAAM,EAAE,WAAW,iBAAgB,CAAE;IACE,cAAY,CAAA;QAAnDA;SAAM,EAAE,WAAW,iBAAgB,CAAE;IAE5B,UAAQ,CAAA;QAAjBG;;;;AExDL,SAAS,gBAAgB;AACzB,SAAS,oBAAoB;AAC7B,SAAS,oBAAoB;AAE7B,SAAS,qBAAqB;AAC9B,SAAS,uBAAuB;AAChC,SAAS,yBAAyB;AAClC,SAAS,iCAAiC;;AAiDpC,IAAO,gBAAP,MAAO,eAAa;;gHAAb,gBAAa,MAAA,CAAA,GAAA,QAAA,qBAAA,SAAA,CAAA;EAAA;;iHAAb,gBAAa,cAAA;MA9BlB;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;IAAiC,GAAA,SAAA,CAd3B,cAAc,cAAc,eAAe,iBAAiB,mBAAmB,yBAAyB,GAAA,SAAA;MAiB9G;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;IAAiC,EAAA,CAAA;EAAA;;iHAG5B,gBAAa,SAAA,CAhCZ,cAAc,cAAc,eAAe,iBAAiB,mBAAmB,yBAAyB,EAAA,CAAA;EAAA;;sGAgCzG,eAAa,YAAA,CAAA;QAjCzB;SAAS;IACN,SAAS,CAAC,cAAc,cAAc,eAAe,iBAAiB,mBAAmB,yBAAyB;IAClH,cAAc;MACV;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;;IAEJ,SAAS;MACL;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;MACA;;GAEP;;",
6
6
  "names": ["i0", "Component", "HostBinding", "ChangeDetectionStrategy", "i0", "Component", "HostBinding", "ChangeDetectionStrategy", "i0", "Component", "HostBinding", "ChangeDetectionStrategy", "i0", "Component", "HostBinding", "ChangeDetectionStrategy", "i0", "Component", "HostBinding", "ChangeDetectionStrategy", "i0", "Component", "HostBinding", "ChangeDetectionStrategy", "i0", "Component", "HostBinding", "ChangeDetectionStrategy", "Input", "ViewEncapsulation", "i0", "Component", "HostBinding", "ChangeDetectionStrategy", "i0", "Component", "HostBinding", "ChangeDetectionStrategy", "i0", "Component", "HostBinding", "Input", "ChangeDetectionStrategy", "ViewEncapsulation", "i0", "Component", "HostBinding", "ChangeDetectionStrategy", "ViewEncapsulation", "i0", "Component", "HostBinding", "Input", "ChangeDetectionStrategy", "ViewEncapsulation", "Output", "EventEmitter", "coerceBooleanProperty", "i0"]
7
7
  }
@@ -47,8 +47,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.4",
47
47
 
48
48
  // eui-chip-list.component.mjs
49
49
  import { Component, HostBinding, Input, ChangeDetectionStrategy, ViewEncapsulation, ViewChild, forwardRef, ContentChildren, EventEmitter, Output, Directive, ElementRef, ViewChildren, booleanAttribute, numberAttribute } from "@angular/core";
50
- import { startWith, takeUntil } from "rxjs/operators";
51
- import { Subject } from "rxjs";
50
+ import { Subject, startWith, takeUntil } from "rxjs";
52
51
  import { moveItemInArray, CdkDropList, transferArrayItem } from "@angular/cdk/drag-drop";
53
52
  import { EuiChipComponent, EuiChip, EuiChipTooltip } from "@eui/components/eui-chip";
54
53
  import { BaseStatesDirective } from "@eui/components/shared";
@@ -109,12 +108,10 @@ var EuiChipListComponent = class _EuiChipListComponent {
109
108
  }));
110
109
  }
111
110
  ngAfterContentInit() {
112
- console.log(this.chips);
113
111
  this.chips = this.chips?.map((chip) => ({
114
112
  ...chip,
115
113
  tooltip: new EuiChipTooltip(chip.tooltip)
116
114
  }));
117
- console.log(this.chips);
118
115
  }
119
116
  ngAfterViewInit() {
120
117
  this.chipsInit.emit(this.chipListDragAndDropItems);
@@ -144,7 +141,6 @@ var EuiChipListComponent = class _EuiChipListComponent {
144
141
  this.chips = this.orderItems(this.chips, this.chipsSortOrder);
145
142
  }
146
143
  this.cd.detectChanges();
147
- console.log(this.chips);
148
144
  }
149
145
  });
150
146
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../eui-chip-list/services/eui-chip-list-drag.service.ts", "../../eui-chip-list/eui-chip-list.component.ts", "../../eui-chip-list/eui-chip-list.component.html", "../../eui-chip-list/eui-chip-list.module.ts"],
4
- "sourcesContent": ["import { Injectable } from '@angular/core';\nimport { CdkDropList } from '@angular/cdk/drag-drop';\nimport { BehaviorSubject } from 'rxjs';\n\n@Injectable()\nexport class EuiChipListDragService {\n public componentConnector: CdkDropList[] = [];\n public droppableArea: CdkDropList[] = [];\n public removedFromDroppable = new BehaviorSubject(null);\n\n public setComponentConnector(sourceName: string): void {\n if (!this.componentConnector[sourceName]) {\n this.componentConnector[sourceName] = [];\n }\n }\n\n public setDroppableArea(componentRef: CdkDropList, sourceNames: string[]): void {\n sourceNames.forEach((sourceName) => {\n if (!this.droppableArea[sourceName]) {\n this.droppableArea[sourceName] = [];\n }\n\n this.droppableArea[sourceName].push(componentRef);\n\n if (!this.componentConnector[sourceName]) {\n this.setComponentConnector(sourceName);\n }\n\n this.componentConnector[sourceName].push(componentRef);\n });\n }\n\n // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n public removeFromDroppable(item: any | null): void {\n this.removedFromDroppable.next(item);\n }\n\n public resetConnector(): void {\n this.componentConnector = [];\n this.droppableArea = [];\n }\n}\n", "import {\n Component,\n HostBinding,\n Input,\n ChangeDetectionStrategy,\n ViewEncapsulation,\n ViewChild,\n QueryList,\n forwardRef,\n ContentChildren,\n OnInit,\n ChangeDetectorRef,\n AfterContentInit,\n AfterViewInit,\n EventEmitter,\n Output,\n OnDestroy,\n Directive,\n OnChanges,\n SimpleChanges,\n ElementRef,\n ViewChildren,\n booleanAttribute,\n numberAttribute,\n} from '@angular/core';\nimport { DomSanitizer } from '@angular/platform-browser';\nimport { startWith, takeUntil } from 'rxjs/operators';\nimport { Subject } from 'rxjs';\nimport {\n CdkDragDrop,\n moveItemInArray,\n CdkDropList,\n transferArrayItem,\n CdkDragStart,\n CdkDragEnter,\n CdkDragRelease,\n} from '@angular/cdk/drag-drop';\n\nimport { EuiChipComponent, EuiChip, EuiChipTooltip } from '@eui/components/eui-chip';\n\nimport { EuiChipDragDrop } from './models/eui-chip-drag-drop.model';\nimport { EuiChipListDragService } from './services/eui-chip-list-drag.service';\nimport { BaseStatesDirective } from '@eui/components/shared';\n\n@Component({\n templateUrl: './eui-chip-list.component.html',\n selector: 'eui-chip-list, div[euiChipList], ul[euiChipList]',\n styleUrls: ['./styles/_index.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n hostDirectives: [\n {\n directive: BaseStatesDirective,\n inputs: [\n 'euiPrimary',\n 'euiSecondary',\n 'euiSuccess',\n 'euiInfo',\n 'euiWarning',\n 'euiDanger',\n 'euiAccent',\n 'euiVariant',\n\n 'euiOutline',\n 'euiDisabled',\n ],\n },\n ],\n})\nexport class EuiChipListComponent implements AfterViewInit, AfterContentInit, OnDestroy, OnChanges, OnInit {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n @Input() chips: any[];\n @Input() toggleLinkMoreLabel: string = null;\n @Input() toggleLinkLessLabel: string = null;\n @Input() chipsSortOrder: 'ASC' | 'DESC' = 'ASC';\n @Input() dragAndDropSourceName: string;\n @Input() dragAndDropConnectedTo: string[] = [];\n @Input() @HostBinding('attr.aria-label') ariaLabel = 'eUI Chip List';\n @Input() dropListOrientation: 'horizontal' | 'vertical' = 'horizontal';\n\n @Input({ transform: booleanAttribute }) isSquared = false;\n @Input({ transform: booleanAttribute }) isChipsRemovable = false;\n @Input({ transform: booleanAttribute }) isMaxVisibleChipsOpened = false;\n @Input({ transform: booleanAttribute }) isChipsSorted = false;\n @Input({ transform: booleanAttribute }) isChipsDragAndDrop = false;\n @Input({ transform: booleanAttribute }) isGrid = false;\n @Input({ transform: numberAttribute }) maxVisibleChipsCount = null;\n @Input({ transform: numberAttribute }) chipsLabelTruncateCount = null;\n\n @Output() chipsInit = new EventEmitter<CdkDropList>();\n @Output() chipRemove = new EventEmitter<{ chips: EuiChip[]; removed: EuiChip | { chip: EuiChip; event: Event } }>();\n @Output() chipDragStart = new EventEmitter<EuiChipDragDrop>();\n @Output() chipDragRelease = new EventEmitter<EuiChipDragDrop>();\n @Output() chipDrop = new EventEmitter<EuiChipDragDrop>();\n @Output() chiplistFocus = new EventEmitter<boolean>();\n\n @HostBinding('class')\n get cssClasses(): string {\n return this.baseStatesDirective.getCssClasses('eui-chip-list');\n }\n\n public droppableArea: (CdkDropList | string)[];\n public connectComponent: CdkDropList[] = [];\n public e2eAttr = 'eui-chip-list';\n\n @ContentChildren(forwardRef(() => EuiChipComponent)) euiChipsContent: QueryList<EuiChipComponent>;\n @ViewChild('chipListDropList', { read: CdkDropList }) chipListDropList: CdkDropList;\n @ViewChild('chipListDragAndDropItems', { read: CdkDropList }) chipListDragAndDropItems: CdkDropList;\n @ViewChildren('euiChipItem', { read: ElementRef }) euiChipItems: QueryList<ElementRef>;\n\n private destroy$: Subject<boolean> = new Subject<boolean>();\n\n constructor(\n private cd: ChangeDetectorRef,\n private euiChipListDragService: EuiChipListDragService,\n private domSanitizer: DomSanitizer,\n protected baseStatesDirective: BaseStatesDirective,\n ) {\n }\n\n ngOnChanges(c: SimpleChanges): void {\n if (c.chips && this.isChipsSorted) {\n this.chips = this.orderItems(this.chips, this.chipsSortOrder);\n }\n }\n\n ngOnInit(): void {\n this.chips = this.chips?.map((chip) => ({\n ...chip,\n tooltip: new EuiChipTooltip(chip.tooltip),\n }));\n }\n\n ngAfterContentInit(): void {\n console.log(this.chips);\n\n this.chips = this.chips?.map((chip) => ({\n ...chip,\n tooltip: new EuiChipTooltip(chip.tooltip),\n }));\n\n console.log(this.chips);\n }\n\n ngAfterViewInit(): void {\n this.chipsInit.emit(this.chipListDragAndDropItems);\n if (this.isChipsSorted && this.chips) {\n this.chips = this.orderItems(this.chips, this.chipsSortOrder);\n }\n\n if (this.dragAndDropSourceName) {\n this.euiChipListDragService.setComponentConnector(this.dragAndDropSourceName);\n }\n\n if (this.dragAndDropConnectedTo) {\n this.euiChipListDragService.setDroppableArea(this.chipListDropList, this.dragAndDropConnectedTo);\n this.dragAndDropConnectedTo.forEach((connectTo) => {\n this.connectComponent = this.euiChipListDragService.componentConnector[connectTo];\n });\n }\n\n setTimeout(() => {\n this.droppableArea = this.euiChipListDragService.droppableArea[this.dragAndDropSourceName];\n this.cd.detectChanges();\n });\n\n Object.keys(this.euiChipListDragService.componentConnector).map((connectTo) => {\n this.euiChipListDragService.componentConnector[connectTo].push(this.chipListDragAndDropItems);\n });\n\n this.euiChipsContent.changes.pipe(startWith(true), takeUntil(this.destroy$)).subscribe(() => {\n if (this.euiChipsContent.toArray().length > 0) {\n this.chips = this.euiChipsContent.toArray().map((chip) => Object.assign(chip, { euiInternalId: this.generateId() }));\n\n if (this.isChipsSorted) {\n this.chips = this.orderItems(this.chips, this.chipsSortOrder);\n }\n this.cd.detectChanges();\n console.log(this.chips);\n }\n });\n }\n\n ngOnDestroy(): void {\n this.euiChipListDragService.resetConnector();\n this.destroy$.next(true);\n this.destroy$.unsubscribe();\n }\n\n public toggleTags(): void {\n this.isMaxVisibleChipsOpened = !this.isMaxVisibleChipsOpened;\n }\n\n // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n public getChipContent(euiChip: any): string {\n return euiChip.chipLabel ? this.domSanitizer.bypassSecurityTrustHtml(euiChip.chipLabel.nativeElement.innerHTML) : euiChip.label;\n }\n\n // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n public getChipLabel(euiChip: any): string {\n return euiChip.chipLabel ? euiChip.chipLabel.nativeElement.textContent : euiChip.label;\n }\n\n // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n public getChipIconBefore(euiChip: any): boolean {\n return euiChip.iconBefore;\n }\n\n // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n public getChipIconAfter(euiChip: any): boolean {\n return euiChip.iconAfter;\n }\n\n // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n public onRemove(removed: EuiChipComponent | EuiChip | { chip: EuiChipComponent | EuiChip; event?: Event } | any): void {\n const chips = this.euiChipsContent.toArray().length > 0 ? this.chips.map((c) => c.data) : this.chips;\n const removedChip = removed as { chip: EuiChip; event: Event };\n let index = removedChip instanceof EuiChip ? chips.indexOf(removedChip) : chips.indexOf(removedChip.chip);\n\n if (index === -1 && removed.id) {\n index = chips.map((chip) => chip.id).indexOf(removed.id);\n }\n\n this.chips.splice(index, 1);\n\n this.chipRemove.emit({\n chips: this.euiChipsContent.toArray().length > 0 ? this.chips.map((c) => c.data) : this.chips,\n removed: removedChip,\n });\n }\n\n // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n public trackByFn(index: number, euiChip: any): string {\n return euiChip.euiInternalId ? euiChip.euiInternalId : euiChip.id;\n }\n\n public onDragEnter(event: CdkDragEnter): void {\n const dropList = event.container;\n const phContainer = dropList.element.nativeElement;\n const phElement = phContainer.querySelector('.cdk-drag-placeholder');\n phContainer.parentElement.insertBefore(phElement, phContainer);\n moveItemInArray(this.chips, event.item.data.index, event.container.data.index);\n }\n\n public onDropGrid(e: CdkDragDrop<{ chip: EuiChip; index: number }>): void {\n this.chipDrop.emit(\n {\n type: 'dropped',\n sourceName: this.dragAndDropSourceName,\n chip: e.item.data.chip,\n chips: this.chips,\n },\n );\n }\n\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n public drop(e: CdkDragDrop<{ chips: any[] }>): void {\n if (e.previousContainer === e.container) {\n moveItemInArray(e.container.data['chips'], e.previousIndex, e.currentIndex);\n } else {\n transferArrayItem(\n e.previousContainer.data['chips'],\n e.container.data['chips'],\n e.previousContainer.data['chips'].indexOf(e.item.data),\n e.currentIndex,\n );\n // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n this.chips = e.container.data['chips'].map((item: any) => item);\n }\n\n this.chipDrop.emit(\n {\n type: 'dropped',\n sourceName: this.dragAndDropSourceName,\n chip: e.item.data,\n chips: e.container.data['chips'],\n },\n );\n }\n\n public onDragStarted(event: CdkDragStart): void {\n this.chipDragStart.emit(\n {\n type: 'started',\n sourceName: this.dragAndDropSourceName,\n chip: event['source'].data instanceof EuiChipComponent ? event['source'].data : event['source'].data.chip,\n chips: this.chips,\n },\n );\n }\n\n public onDragReleased(event: CdkDragRelease): void {\n this.chipDragRelease.emit(\n {\n type: 'released',\n sourceName: this.dragAndDropSourceName,\n chip: event['source'].data instanceof EuiChipComponent ? event['source'].data : event['source'].data.chip,\n chips: this.chips,\n },\n );\n }\n\n onFocus(): void {\n this.chiplistFocus.emit(true);\n }\n\n private generateId(): string {\n return '_' + Math.random().toString(36).substr(2, 9);\n }\n\n // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n private orderItems(tab: any, sortOrder: string): any[] {\n // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n tab.sort((a: any, b: any) => {\n const aObj = a.chipLabel ? a.chipLabel.nativeElement.textContent.toLowerCase() : a.label.toLowerCase();\n const bObj = b.chipLabel ? b.chipLabel.nativeElement.textContent.toLowerCase() : b.label.toLowerCase();\n\n if (sortOrder === 'ASC') {\n if (aObj < bObj) {\n return -1;\n }\n if (aObj > bObj) {\n return 1;\n }\n return 0;\n } else {\n if (aObj > bObj) {\n return -1;\n }\n if (aObj < bObj) {\n return 1;\n }\n return 0;\n }\n });\n\n return tab;\n }\n}\n\n/* eslint-disable */\n@Directive({ selector: 'euiChipListAppendContent' })\nexport class EuiChipListAppendContentDirective {}\n/* eslint-enable */\n", "<div *ngIf=\"!isGrid\" class=\"eui-chip-list-container\">\n <div class=\"eui-chip-list-wrapper\">\n <div\n role=\"list\"\n #chipList\n #chipListDropList\n #chipListDragAndDropItems\n cdkDropList\n [cdkDropListOrientation]=\"dropListOrientation\"\n [cdkDropListDisabled]=\"!isChipsDragAndDrop\"\n [cdkDropListData]=\"{ chips }\"\n [cdkDropListConnectedTo]=\"droppableArea\"\n (cdkDropListDropped)=\"drop($event)\"\n (focus)=\"onFocus()\"\n class=\"eui-chip-list__list\">\n <div\n class=\"eui-chip-list__chip-container\"\n *ngFor=\"let chip of chips; let i = index; trackBy: trackByFn\"\n cdkDrag\n [cdkDragData]=\"chip\"\n (cdkDragStarted)=\"onDragStarted($event)\"\n (cdkDragReleased)=\"onDragReleased($event)\">\n <eui-chip\n #euiChipItem\n *ngIf=\"\n (maxVisibleChipsCount && isMaxVisibleChipsOpened) ||\n (maxVisibleChipsCount && maxVisibleChipsCount > i) ||\n !maxVisibleChipsCount\n \"\n [data]=\"chip.data ? chip.data : chip\"\n [attr.role]=\"'listitem'\"\n ariaLabel=\"{{ getChipLabel(chip) }}\"\n [euiInternalId]=\"chip.euiInternalId\"\n [isChipRemovable]=\"chip.isChipRemovable || (isChipsRemovable && chip.isRemovable) !== false\"\n [euiOutline]=\"chip.euiOutline || this.baseStatesDirective?.euiOutline || chip.isOutline\"\n [euiVariant]=\"chip.typeClass || this.baseStatesDirective?.euiVariant || chip.baseStatesDirective?.euiVariant\"\n [euiSizeVariant]=\"chip.sizeClass || this.baseStatesDirective?.euiSizeVariant || chip.baseStatesDirective?.euiSizeVariant\"\n [isSquared]=\"chip.isSquared || isSquared\"\n [euiDisabled]=\"chip.euiDisabled || this.baseStatesDirective?.euiDisabled || chip.isDisabled\"\n [euiTooltip]=\"chip.tooltipMessage\"\n [position]=\"chip.tooltip?.position\"\n [contentAlignment]=\"chip.tooltip?.contentAlignment\"\n (remove)=\"onRemove($event)\">\n <eui-icon-svg *ngIf=\"chip.iconSvgName\" [icon]=\"chip.iconSvgName\"></eui-icon-svg>\n <span *ngIf=\"!chipsLabelTruncateCount\" [innerHTML]=\"getChipContent(chip)\"></span>\n <span *ngIf=\"chipsLabelTruncateCount\" title=\"{{ getChipLabel(chip) }}\">{{\n getChipLabel(chip) | euiTruncate: chipsLabelTruncateCount\n }}</span>\n </eui-chip>\n </div>\n <ng-container *ngTemplateOutlet=\"euiChipListAppendContent\"></ng-container>\n </div>\n </div>\n <ng-container *ngTemplateOutlet=\"additionalContent\"></ng-container>\n</div>\n\n<div *ngIf=\"isGrid\" class=\"eui-chip-list-container\">\n <div class=\"eui-chip-list-wrapper\">\n <div class=\"eui-chip-list__group\" cdkDropListGroup>\n <div\n role=\"list\"\n #chipList\n #chipListDropList\n #chipListDragAndDropItems\n cdkDropList\n *ngFor=\"let chip of chips; let i = index\"\n [cdkDropListDisabled]=\"!isChipsDragAndDrop\"\n [cdkDropListData]=\"{ chip: chip, index: i }\"\n (focus)=\"onFocus()\"\n (cdkDropListDropped)=\"onDropGrid($event)\"\n class=\"eui-chip-list__custom\">\n <div\n class=\"eui-chip-list__chip-container\"\n cdkDrag\n [cdkDragData]=\"{ chip: chip, index: i }\"\n (cdkDragStarted)=\"onDragStarted($event)\"\n (cdkDragReleased)=\"onDragReleased($event)\"\n (cdkDragEntered)=\"onDragEnter($event)\">\n <eui-chip\n #euiChipItem\n *ngIf=\"\n (maxVisibleChipsCount && isMaxVisibleChipsOpened) ||\n (maxVisibleChipsCount && maxVisibleChipsCount > i) ||\n !maxVisibleChipsCount\n \"\n [data]=\"chip.data ? chip.data : chip\"\n [id]=\"chip.id\"\n [attr.role]=\"'listitem'\"\n ariaLabel=\"{{ getChipLabel(chip) }}\"\n [euiInternalId]=\"chip.euiInternalId\"\n [isChipRemovable]=\"chip.isChipRemovable || (isChipsRemovable && chip.isRemovable) !== false\"\n [euiOutline]=\"chip.euiOutline || this.baseStatesDirective?.euiOutline || chip.isOutline\"\n [euiVariant]=\"chip.typeClass || this.baseStatesDirective?.euiVariant || chip.baseStatesDirective?.euiVariant\"\n [euiSizeVariant]=\"chip.sizeClass || this.baseStatesDirective?.euiSizeVariant || chip.baseStatesDirective?.euiSizeVariant\"\n [isSquared]=\"chip.isSquared || isSquared\"\n [euiDisabled]=\"chip.euiDisabled || this.baseStatesDirective?.euiDisabled || chip.isDisabled\"\n [euiTooltip]=\"chip.tooltipMessage\"\n [position]=\"chip.tooltip?.position\"\n [contentAlignment]=\"chip.tooltip?.contentAlignment\"\n (remove)=\"onRemove($event)\">\n <eui-icon-svg *ngIf=\"chip.iconSvgName\" [icon]=\"chip.iconSvgName\"></eui-icon-svg>\n <span *ngIf=\"!chipsLabelTruncateCount\" [innerHTML]=\"getChipContent(chip)\"></span>\n <span *ngIf=\"chipsLabelTruncateCount\" title=\"{{ getChipLabel(chip) }}\">{{\n getChipLabel(chip) | euiTruncate: chipsLabelTruncateCount\n }}</span>\n </eui-chip>\n </div>\n </div>\n <ng-container *ngTemplateOutlet=\"euiChipListAppendContent\"></ng-container>\n </div>\n </div>\n <ng-container *ngTemplateOutlet=\"additionalContent\"></ng-container>\n</div>\n\n<ng-template #euiChipListAppendContent>\n <ng-content select=\"euiChipListAppendContent\"></ng-content>\n</ng-template>\n\n<ng-template #additionalContent>\n <ng-container *ngIf=\"maxVisibleChipsCount && chips && chips.length > maxVisibleChipsCount\">\n <div class=\"eui-chip-list__expand-button-wrapper\">\n <button\n euiButton\n euiBasicButton\n euiButtonSecondary\n euiSizeS\n type=\"button\"\n class=\"eui-chip-list__expand-button\"\n (click)=\"toggleTags()\"\n *ngIf=\"isMaxVisibleChipsOpened\">\n <eui-icon-svg icon=\"eui-chevron-back\" aria-label=\"Collapse icon\"></eui-icon-svg>\n <span euiLabel *ngIf=\"toggleLinkLessLabel\">{{ toggleLinkLessLabel | translate }}</span>\n </button>\n <button\n euiButton\n euiBasicButton\n euiButtonSecondary\n euiSizeS\n type=\"button\"\n aria-haspopup=\"true\"\n class=\"eui-chip-list__expand-button\"\n (click)=\"toggleTags()\"\n *ngIf=\"!isMaxVisibleChipsOpened\">\n <span euiLabel *ngIf=\"toggleLinkMoreLabel\">{{ toggleLinkMoreLabel | translate }}</span>\n <eui-icon-svg icon=\"eui-chevron-forward\" aria-label=\"Expand icon\"></eui-icon-svg>\n </button>\n </div>\n </ng-container>\n</ng-template>\n", "import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DragDropModule } from '@angular/cdk/drag-drop';\nimport { TranslateModule } from '@ngx-translate/core';\n\nimport { EuiChipModule } from '@eui/components/eui-chip';\nimport { EuiButtonModule } from '@eui/components/eui-button';\nimport { EuiIconModule } from '@eui/components/eui-icon';\nimport { EuiLabelModule } from '@eui/components/eui-label';\nimport { EuiTruncatePipeModule } from '@eui/components/pipes';\nimport { EuiTooltipDirectiveModule } from '@eui/components/directives';\n\nimport { EuiChipListComponent, EuiChipListAppendContentDirective } from './eui-chip-list.component';\nimport { EuiChipListDragService } from './services/eui-chip-list-drag.service';\n\n@NgModule({\n imports: [\n CommonModule,\n EuiChipModule,\n EuiButtonModule,\n EuiIconModule,\n EuiLabelModule,\n DragDropModule,\n TranslateModule,\n EuiTruncatePipeModule,\n EuiTooltipDirectiveModule,\n ],\n declarations: [EuiChipListComponent, EuiChipListAppendContentDirective],\n exports: [EuiChipListComponent, EuiChipListAppendContentDirective],\n providers: [EuiChipListDragService],\n})\nexport class EuiChipListModule {}\n"],
5
- "mappings": "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",
4
+ "sourcesContent": ["import { Injectable } from '@angular/core';\nimport { CdkDropList } from '@angular/cdk/drag-drop';\nimport { BehaviorSubject } from 'rxjs';\n\n@Injectable()\nexport class EuiChipListDragService {\n public componentConnector: CdkDropList[] = [];\n public droppableArea: CdkDropList[] = [];\n public removedFromDroppable = new BehaviorSubject(null);\n\n public setComponentConnector(sourceName: string): void {\n if (!this.componentConnector[sourceName]) {\n this.componentConnector[sourceName] = [];\n }\n }\n\n public setDroppableArea(componentRef: CdkDropList, sourceNames: string[]): void {\n sourceNames.forEach((sourceName) => {\n if (!this.droppableArea[sourceName]) {\n this.droppableArea[sourceName] = [];\n }\n\n this.droppableArea[sourceName].push(componentRef);\n\n if (!this.componentConnector[sourceName]) {\n this.setComponentConnector(sourceName);\n }\n\n this.componentConnector[sourceName].push(componentRef);\n });\n }\n\n // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n public removeFromDroppable(item: any | null): void {\n this.removedFromDroppable.next(item);\n }\n\n public resetConnector(): void {\n this.componentConnector = [];\n this.droppableArea = [];\n }\n}\n", "import {\n Component,\n HostBinding,\n Input,\n ChangeDetectionStrategy,\n ViewEncapsulation,\n ViewChild,\n QueryList,\n forwardRef,\n ContentChildren,\n OnInit,\n ChangeDetectorRef,\n AfterContentInit,\n AfterViewInit,\n EventEmitter,\n Output,\n OnDestroy,\n Directive,\n OnChanges,\n SimpleChanges,\n ElementRef,\n ViewChildren,\n booleanAttribute,\n numberAttribute,\n} from '@angular/core';\nimport { DomSanitizer } from '@angular/platform-browser';\nimport { Subject, startWith, takeUntil } from 'rxjs';\nimport {\n CdkDragDrop,\n moveItemInArray,\n CdkDropList,\n transferArrayItem,\n CdkDragStart,\n CdkDragEnter,\n CdkDragRelease,\n} from '@angular/cdk/drag-drop';\n\nimport { EuiChipComponent, EuiChip, EuiChipTooltip } from '@eui/components/eui-chip';\n\nimport { EuiChipDragDrop } from './models/eui-chip-drag-drop.model';\nimport { EuiChipListDragService } from './services/eui-chip-list-drag.service';\nimport { BaseStatesDirective } from '@eui/components/shared';\n\n@Component({\n templateUrl: './eui-chip-list.component.html',\n selector: 'eui-chip-list, div[euiChipList], ul[euiChipList]',\n styleUrls: ['./styles/_index.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n hostDirectives: [\n {\n directive: BaseStatesDirective,\n inputs: [\n 'euiPrimary',\n 'euiSecondary',\n 'euiSuccess',\n 'euiInfo',\n 'euiWarning',\n 'euiDanger',\n 'euiAccent',\n 'euiVariant',\n\n 'euiOutline',\n 'euiDisabled',\n ],\n },\n ],\n})\nexport class EuiChipListComponent implements AfterViewInit, AfterContentInit, OnDestroy, OnChanges, OnInit {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n @Input() chips: any[];\n @Input() toggleLinkMoreLabel: string = null;\n @Input() toggleLinkLessLabel: string = null;\n @Input() chipsSortOrder: 'ASC' | 'DESC' = 'ASC';\n @Input() dragAndDropSourceName: string;\n @Input() dragAndDropConnectedTo: string[] = [];\n @Input() @HostBinding('attr.aria-label') ariaLabel = 'eUI Chip List';\n @Input() dropListOrientation: 'horizontal' | 'vertical' = 'horizontal';\n\n @Input({ transform: booleanAttribute }) isSquared = false;\n @Input({ transform: booleanAttribute }) isChipsRemovable = false;\n @Input({ transform: booleanAttribute }) isMaxVisibleChipsOpened = false;\n @Input({ transform: booleanAttribute }) isChipsSorted = false;\n @Input({ transform: booleanAttribute }) isChipsDragAndDrop = false;\n @Input({ transform: booleanAttribute }) isGrid = false;\n @Input({ transform: numberAttribute }) maxVisibleChipsCount = null;\n @Input({ transform: numberAttribute }) chipsLabelTruncateCount = null;\n\n @Output() chipsInit = new EventEmitter<CdkDropList>();\n @Output() chipRemove = new EventEmitter<{ chips: EuiChip[]; removed: EuiChip | { chip: EuiChip; event: Event } }>();\n @Output() chipDragStart = new EventEmitter<EuiChipDragDrop>();\n @Output() chipDragRelease = new EventEmitter<EuiChipDragDrop>();\n @Output() chipDrop = new EventEmitter<EuiChipDragDrop>();\n @Output() chiplistFocus = new EventEmitter<boolean>();\n\n @HostBinding('class')\n get cssClasses(): string {\n return this.baseStatesDirective.getCssClasses('eui-chip-list');\n }\n\n public droppableArea: (CdkDropList | string)[];\n public connectComponent: CdkDropList[] = [];\n public e2eAttr = 'eui-chip-list';\n\n @ContentChildren(forwardRef(() => EuiChipComponent)) euiChipsContent: QueryList<EuiChipComponent>;\n @ViewChild('chipListDropList', { read: CdkDropList }) chipListDropList: CdkDropList;\n @ViewChild('chipListDragAndDropItems', { read: CdkDropList }) chipListDragAndDropItems: CdkDropList;\n @ViewChildren('euiChipItem', { read: ElementRef }) euiChipItems: QueryList<ElementRef>;\n\n private destroy$: Subject<boolean> = new Subject<boolean>();\n\n constructor(\n private cd: ChangeDetectorRef,\n private euiChipListDragService: EuiChipListDragService,\n private domSanitizer: DomSanitizer,\n protected baseStatesDirective: BaseStatesDirective,\n ) {\n }\n\n ngOnChanges(c: SimpleChanges): void {\n if (c.chips && this.isChipsSorted) {\n this.chips = this.orderItems(this.chips, this.chipsSortOrder);\n }\n }\n\n ngOnInit(): void {\n this.chips = this.chips?.map((chip) => ({\n ...chip,\n tooltip: new EuiChipTooltip(chip.tooltip),\n }));\n }\n\n ngAfterContentInit(): void {\n this.chips = this.chips?.map((chip) => ({\n ...chip,\n tooltip: new EuiChipTooltip(chip.tooltip),\n }));\n }\n\n ngAfterViewInit(): void {\n this.chipsInit.emit(this.chipListDragAndDropItems);\n if (this.isChipsSorted && this.chips) {\n this.chips = this.orderItems(this.chips, this.chipsSortOrder);\n }\n\n if (this.dragAndDropSourceName) {\n this.euiChipListDragService.setComponentConnector(this.dragAndDropSourceName);\n }\n\n if (this.dragAndDropConnectedTo) {\n this.euiChipListDragService.setDroppableArea(this.chipListDropList, this.dragAndDropConnectedTo);\n this.dragAndDropConnectedTo.forEach((connectTo) => {\n this.connectComponent = this.euiChipListDragService.componentConnector[connectTo];\n });\n }\n\n setTimeout(() => {\n this.droppableArea = this.euiChipListDragService.droppableArea[this.dragAndDropSourceName];\n this.cd.detectChanges();\n });\n\n Object.keys(this.euiChipListDragService.componentConnector).map((connectTo) => {\n this.euiChipListDragService.componentConnector[connectTo].push(this.chipListDragAndDropItems);\n });\n\n this.euiChipsContent.changes.pipe(startWith(true), takeUntil(this.destroy$)).subscribe(() => {\n if (this.euiChipsContent.toArray().length > 0) {\n this.chips = this.euiChipsContent.toArray().map((chip) => Object.assign(chip, { euiInternalId: this.generateId() }));\n\n if (this.isChipsSorted) {\n this.chips = this.orderItems(this.chips, this.chipsSortOrder);\n }\n this.cd.detectChanges();\n }\n });\n }\n\n ngOnDestroy(): void {\n this.euiChipListDragService.resetConnector();\n this.destroy$.next(true);\n this.destroy$.unsubscribe();\n }\n\n public toggleTags(): void {\n this.isMaxVisibleChipsOpened = !this.isMaxVisibleChipsOpened;\n }\n\n // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n public getChipContent(euiChip: any): string {\n return euiChip.chipLabel ? this.domSanitizer.bypassSecurityTrustHtml(euiChip.chipLabel.nativeElement.innerHTML) : euiChip.label;\n }\n\n // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n public getChipLabel(euiChip: any): string {\n return euiChip.chipLabel ? euiChip.chipLabel.nativeElement.textContent : euiChip.label;\n }\n\n // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n public getChipIconBefore(euiChip: any): boolean {\n return euiChip.iconBefore;\n }\n\n // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n public getChipIconAfter(euiChip: any): boolean {\n return euiChip.iconAfter;\n }\n\n // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n public onRemove(removed: EuiChipComponent | EuiChip | { chip: EuiChipComponent | EuiChip; event?: Event } | any): void {\n const chips = this.euiChipsContent.toArray().length > 0 ? this.chips.map((c) => c.data) : this.chips;\n const removedChip = removed as { chip: EuiChip; event: Event };\n let index = removedChip instanceof EuiChip ? chips.indexOf(removedChip) : chips.indexOf(removedChip.chip);\n\n if (index === -1 && removed.id) {\n index = chips.map((chip) => chip.id).indexOf(removed.id);\n }\n\n this.chips.splice(index, 1);\n\n this.chipRemove.emit({\n chips: this.euiChipsContent.toArray().length > 0 ? this.chips.map((c) => c.data) : this.chips,\n removed: removedChip,\n });\n }\n\n // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n public trackByFn(index: number, euiChip: any): string {\n return euiChip.euiInternalId ? euiChip.euiInternalId : euiChip.id;\n }\n\n public onDragEnter(event: CdkDragEnter): void {\n const dropList = event.container;\n const phContainer = dropList.element.nativeElement;\n const phElement = phContainer.querySelector('.cdk-drag-placeholder');\n phContainer.parentElement.insertBefore(phElement, phContainer);\n moveItemInArray(this.chips, event.item.data.index, event.container.data.index);\n }\n\n public onDropGrid(e: CdkDragDrop<{ chip: EuiChip; index: number }>): void {\n this.chipDrop.emit(\n {\n type: 'dropped',\n sourceName: this.dragAndDropSourceName,\n chip: e.item.data.chip,\n chips: this.chips,\n },\n );\n }\n\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n public drop(e: CdkDragDrop<{ chips: any[] }>): void {\n if (e.previousContainer === e.container) {\n moveItemInArray(e.container.data['chips'], e.previousIndex, e.currentIndex);\n } else {\n transferArrayItem(\n e.previousContainer.data['chips'],\n e.container.data['chips'],\n e.previousContainer.data['chips'].indexOf(e.item.data),\n e.currentIndex,\n );\n // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n this.chips = e.container.data['chips'].map((item: any) => item);\n }\n\n this.chipDrop.emit(\n {\n type: 'dropped',\n sourceName: this.dragAndDropSourceName,\n chip: e.item.data,\n chips: e.container.data['chips'],\n },\n );\n }\n\n public onDragStarted(event: CdkDragStart): void {\n this.chipDragStart.emit(\n {\n type: 'started',\n sourceName: this.dragAndDropSourceName,\n chip: event['source'].data instanceof EuiChipComponent ? event['source'].data : event['source'].data.chip,\n chips: this.chips,\n },\n );\n }\n\n public onDragReleased(event: CdkDragRelease): void {\n this.chipDragRelease.emit(\n {\n type: 'released',\n sourceName: this.dragAndDropSourceName,\n chip: event['source'].data instanceof EuiChipComponent ? event['source'].data : event['source'].data.chip,\n chips: this.chips,\n },\n );\n }\n\n onFocus(): void {\n this.chiplistFocus.emit(true);\n }\n\n private generateId(): string {\n return '_' + Math.random().toString(36).substr(2, 9);\n }\n\n // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n private orderItems(tab: any, sortOrder: string): any[] {\n // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n tab.sort((a: any, b: any) => {\n const aObj = a.chipLabel ? a.chipLabel.nativeElement.textContent.toLowerCase() : a.label.toLowerCase();\n const bObj = b.chipLabel ? b.chipLabel.nativeElement.textContent.toLowerCase() : b.label.toLowerCase();\n\n if (sortOrder === 'ASC') {\n if (aObj < bObj) {\n return -1;\n }\n if (aObj > bObj) {\n return 1;\n }\n return 0;\n } else {\n if (aObj > bObj) {\n return -1;\n }\n if (aObj < bObj) {\n return 1;\n }\n return 0;\n }\n });\n\n return tab;\n }\n}\n\n/* eslint-disable */\n@Directive({ selector: 'euiChipListAppendContent' })\nexport class EuiChipListAppendContentDirective {}\n/* eslint-enable */\n", "<div *ngIf=\"!isGrid\" class=\"eui-chip-list-container\">\n <div class=\"eui-chip-list-wrapper\">\n <div\n role=\"list\"\n #chipList\n #chipListDropList\n #chipListDragAndDropItems\n cdkDropList\n [cdkDropListOrientation]=\"dropListOrientation\"\n [cdkDropListDisabled]=\"!isChipsDragAndDrop\"\n [cdkDropListData]=\"{ chips }\"\n [cdkDropListConnectedTo]=\"droppableArea\"\n (cdkDropListDropped)=\"drop($event)\"\n (focus)=\"onFocus()\"\n class=\"eui-chip-list__list\">\n <div\n class=\"eui-chip-list__chip-container\"\n *ngFor=\"let chip of chips; let i = index; trackBy: trackByFn\"\n cdkDrag\n [cdkDragData]=\"chip\"\n (cdkDragStarted)=\"onDragStarted($event)\"\n (cdkDragReleased)=\"onDragReleased($event)\">\n <eui-chip\n #euiChipItem\n *ngIf=\"\n (maxVisibleChipsCount && isMaxVisibleChipsOpened) ||\n (maxVisibleChipsCount && maxVisibleChipsCount > i) ||\n !maxVisibleChipsCount\n \"\n [data]=\"chip.data ? chip.data : chip\"\n [attr.role]=\"'listitem'\"\n ariaLabel=\"{{ getChipLabel(chip) }}\"\n [euiInternalId]=\"chip.euiInternalId\"\n [isChipRemovable]=\"chip.isChipRemovable || (isChipsRemovable && chip.isRemovable) !== false\"\n [euiOutline]=\"chip.euiOutline || this.baseStatesDirective?.euiOutline || chip.isOutline\"\n [euiVariant]=\"chip.typeClass || this.baseStatesDirective?.euiVariant || chip.baseStatesDirective?.euiVariant\"\n [euiSizeVariant]=\"chip.sizeClass || this.baseStatesDirective?.euiSizeVariant || chip.baseStatesDirective?.euiSizeVariant\"\n [isSquared]=\"chip.isSquared || isSquared\"\n [euiDisabled]=\"chip.euiDisabled || this.baseStatesDirective?.euiDisabled || chip.isDisabled\"\n [euiTooltip]=\"chip.tooltipMessage\"\n [position]=\"chip.tooltip?.position\"\n [contentAlignment]=\"chip.tooltip?.contentAlignment\"\n (remove)=\"onRemove($event)\">\n <eui-icon-svg *ngIf=\"chip.iconSvgName\" [icon]=\"chip.iconSvgName\"></eui-icon-svg>\n <span *ngIf=\"!chipsLabelTruncateCount\" [innerHTML]=\"getChipContent(chip)\"></span>\n <span *ngIf=\"chipsLabelTruncateCount\" title=\"{{ getChipLabel(chip) }}\">{{\n getChipLabel(chip) | euiTruncate: chipsLabelTruncateCount\n }}</span>\n </eui-chip>\n </div>\n <ng-container *ngTemplateOutlet=\"euiChipListAppendContent\"></ng-container>\n </div>\n </div>\n <ng-container *ngTemplateOutlet=\"additionalContent\"></ng-container>\n</div>\n\n<div *ngIf=\"isGrid\" class=\"eui-chip-list-container\">\n <div class=\"eui-chip-list-wrapper\">\n <div class=\"eui-chip-list__group\" cdkDropListGroup>\n <div\n role=\"list\"\n #chipList\n #chipListDropList\n #chipListDragAndDropItems\n cdkDropList\n *ngFor=\"let chip of chips; let i = index\"\n [cdkDropListDisabled]=\"!isChipsDragAndDrop\"\n [cdkDropListData]=\"{ chip: chip, index: i }\"\n (focus)=\"onFocus()\"\n (cdkDropListDropped)=\"onDropGrid($event)\"\n class=\"eui-chip-list__custom\">\n <div\n class=\"eui-chip-list__chip-container\"\n cdkDrag\n [cdkDragData]=\"{ chip: chip, index: i }\"\n (cdkDragStarted)=\"onDragStarted($event)\"\n (cdkDragReleased)=\"onDragReleased($event)\"\n (cdkDragEntered)=\"onDragEnter($event)\">\n <eui-chip\n #euiChipItem\n *ngIf=\"\n (maxVisibleChipsCount && isMaxVisibleChipsOpened) ||\n (maxVisibleChipsCount && maxVisibleChipsCount > i) ||\n !maxVisibleChipsCount\n \"\n [data]=\"chip.data ? chip.data : chip\"\n [id]=\"chip.id\"\n [attr.role]=\"'listitem'\"\n ariaLabel=\"{{ getChipLabel(chip) }}\"\n [euiInternalId]=\"chip.euiInternalId\"\n [isChipRemovable]=\"chip.isChipRemovable || (isChipsRemovable && chip.isRemovable) !== false\"\n [euiOutline]=\"chip.euiOutline || this.baseStatesDirective?.euiOutline || chip.isOutline\"\n [euiVariant]=\"chip.typeClass || this.baseStatesDirective?.euiVariant || chip.baseStatesDirective?.euiVariant\"\n [euiSizeVariant]=\"chip.sizeClass || this.baseStatesDirective?.euiSizeVariant || chip.baseStatesDirective?.euiSizeVariant\"\n [isSquared]=\"chip.isSquared || isSquared\"\n [euiDisabled]=\"chip.euiDisabled || this.baseStatesDirective?.euiDisabled || chip.isDisabled\"\n [euiTooltip]=\"chip.tooltipMessage\"\n [position]=\"chip.tooltip?.position\"\n [contentAlignment]=\"chip.tooltip?.contentAlignment\"\n (remove)=\"onRemove($event)\">\n <eui-icon-svg *ngIf=\"chip.iconSvgName\" [icon]=\"chip.iconSvgName\"></eui-icon-svg>\n <span *ngIf=\"!chipsLabelTruncateCount\" [innerHTML]=\"getChipContent(chip)\"></span>\n <span *ngIf=\"chipsLabelTruncateCount\" title=\"{{ getChipLabel(chip) }}\">{{\n getChipLabel(chip) | euiTruncate: chipsLabelTruncateCount\n }}</span>\n </eui-chip>\n </div>\n </div>\n <ng-container *ngTemplateOutlet=\"euiChipListAppendContent\"></ng-container>\n </div>\n </div>\n <ng-container *ngTemplateOutlet=\"additionalContent\"></ng-container>\n</div>\n\n<ng-template #euiChipListAppendContent>\n <ng-content select=\"euiChipListAppendContent\"></ng-content>\n</ng-template>\n\n<ng-template #additionalContent>\n <ng-container *ngIf=\"maxVisibleChipsCount && chips && chips.length > maxVisibleChipsCount\">\n <div class=\"eui-chip-list__expand-button-wrapper\">\n <button\n euiButton\n euiBasicButton\n euiButtonSecondary\n euiSizeS\n type=\"button\"\n class=\"eui-chip-list__expand-button\"\n (click)=\"toggleTags()\"\n *ngIf=\"isMaxVisibleChipsOpened\">\n <eui-icon-svg icon=\"eui-chevron-back\" aria-label=\"Collapse icon\"></eui-icon-svg>\n <span euiLabel *ngIf=\"toggleLinkLessLabel\">{{ toggleLinkLessLabel | translate }}</span>\n </button>\n <button\n euiButton\n euiBasicButton\n euiButtonSecondary\n euiSizeS\n type=\"button\"\n aria-haspopup=\"true\"\n class=\"eui-chip-list__expand-button\"\n (click)=\"toggleTags()\"\n *ngIf=\"!isMaxVisibleChipsOpened\">\n <span euiLabel *ngIf=\"toggleLinkMoreLabel\">{{ toggleLinkMoreLabel | translate }}</span>\n <eui-icon-svg icon=\"eui-chevron-forward\" aria-label=\"Expand icon\"></eui-icon-svg>\n </button>\n </div>\n </ng-container>\n</ng-template>\n", "import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DragDropModule } from '@angular/cdk/drag-drop';\nimport { TranslateModule } from '@ngx-translate/core';\n\nimport { EuiChipModule } from '@eui/components/eui-chip';\nimport { EuiButtonModule } from '@eui/components/eui-button';\nimport { EuiIconModule } from '@eui/components/eui-icon';\nimport { EuiLabelModule } from '@eui/components/eui-label';\nimport { EuiTruncatePipeModule } from '@eui/components/pipes';\nimport { EuiTooltipDirectiveModule } from '@eui/components/directives';\n\nimport { EuiChipListComponent, EuiChipListAppendContentDirective } from './eui-chip-list.component';\nimport { EuiChipListDragService } from './services/eui-chip-list-drag.service';\n\n@NgModule({\n imports: [\n CommonModule,\n EuiChipModule,\n EuiButtonModule,\n EuiIconModule,\n EuiLabelModule,\n DragDropModule,\n TranslateModule,\n EuiTruncatePipeModule,\n EuiTooltipDirectiveModule,\n ],\n declarations: [EuiChipListComponent, EuiChipListAppendContentDirective],\n exports: [EuiChipListComponent, EuiChipListAppendContentDirective],\n providers: [EuiChipListDragService],\n})\nexport class EuiChipListModule {}\n"],
5
+ "mappings": "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",
6
6
  "names": ["i0"]
7
7
  }