@eui/components 17.0.0-next.10 → 17.0.0-next.11
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.
- package/ecl/eui-ecl-banner/eui-components-ecl-eui-ecl-banner.d.ts.map +1 -0
- package/ecl/eui-ecl-banner/eui-ecl-banner-credit.directive.d.ts +8 -0
- package/ecl/eui-ecl-banner/eui-ecl-banner-credit.directive.d.ts.map +1 -0
- package/ecl/eui-ecl-banner/eui-ecl-banner-description.directive.d.ts +13 -0
- package/ecl/eui-ecl-banner/eui-ecl-banner-description.directive.d.ts.map +1 -0
- package/ecl/eui-ecl-banner/eui-ecl-banner-picture.directive.d.ts +13 -0
- package/ecl/eui-ecl-banner/eui-ecl-banner-picture.directive.d.ts.map +1 -0
- package/ecl/eui-ecl-banner/eui-ecl-banner-title.directive.d.ts +13 -0
- package/ecl/eui-ecl-banner/eui-ecl-banner-title.directive.d.ts.map +1 -0
- package/ecl/eui-ecl-banner/eui-ecl-banner.component.d.ts +24 -0
- package/ecl/eui-ecl-banner/eui-ecl-banner.component.d.ts.map +1 -0
- package/ecl/eui-ecl-banner/eui-ecl-banner.module.d.ts +14 -0
- package/ecl/eui-ecl-banner/eui-ecl-banner.module.d.ts.map +1 -0
- package/ecl/eui-ecl-banner/eui-ecl-file-picture.directive.d.ts +13 -0
- package/ecl/eui-ecl-banner/eui-ecl-file-picture.directive.d.ts.map +1 -0
- package/ecl/eui-ecl-banner/index.d.ts +8 -0
- package/ecl/eui-ecl-banner/index.d.ts.map +1 -0
- package/ecl/eui-ecl-button/eui-components-ecl-eui-ecl-button.d.ts.map +1 -0
- package/ecl/eui-ecl-button/eui-ecl-button-label.directive.d.ts +8 -0
- package/ecl/eui-ecl-button/eui-ecl-button-label.directive.d.ts.map +1 -0
- package/ecl/eui-ecl-button/eui-ecl-button.component.d.ts +17 -0
- package/ecl/eui-ecl-button/eui-ecl-button.component.d.ts.map +1 -0
- package/ecl/eui-ecl-button/eui-ecl-button.module.d.ts +11 -0
- package/ecl/eui-ecl-button/eui-ecl-button.module.d.ts.map +1 -0
- package/ecl/eui-ecl-button/index.d.ts +4 -0
- package/ecl/eui-ecl-button/index.d.ts.map +1 -0
- package/ecl/eui-ecl-carousel/eui-components-ecl-eui-ecl-carousel.d.ts.map +1 -0
- package/ecl/eui-ecl-carousel/eui-ecl-carousel-item.component.d.ts +24 -0
- package/ecl/eui-ecl-carousel/eui-ecl-carousel-item.component.d.ts.map +1 -0
- package/ecl/eui-ecl-carousel/eui-ecl-carousel.component.d.ts +75 -0
- package/ecl/eui-ecl-carousel/eui-ecl-carousel.component.d.ts.map +1 -0
- package/ecl/eui-ecl-carousel/eui-ecl-carousel.module.d.ts +12 -0
- package/ecl/eui-ecl-carousel/eui-ecl-carousel.module.d.ts.map +1 -0
- package/ecl/eui-ecl-carousel/index.d.ts +4 -0
- package/ecl/eui-ecl-carousel/index.d.ts.map +1 -0
- package/ecl/eui-ecl-icon/eui-components-ecl-eui-ecl-icon.d.ts.map +1 -0
- package/ecl/eui-ecl-icon/eui-ecl-icon.component.d.ts +35 -0
- package/ecl/eui-ecl-icon/eui-ecl-icon.component.d.ts.map +1 -0
- package/ecl/eui-ecl-icon/eui-ecl-icon.module.d.ts +9 -0
- package/ecl/eui-ecl-icon/eui-ecl-icon.module.d.ts.map +1 -0
- package/ecl/eui-ecl-icon/index.d.ts +3 -0
- package/ecl/eui-ecl-icon/index.d.ts.map +1 -0
- package/ecl/eui-ecl-label/eui-components-ecl-eui-ecl-label.d.ts.map +1 -0
- package/ecl/eui-ecl-label/eui-ecl-label.directive.d.ts +9 -0
- package/ecl/eui-ecl-label/eui-ecl-label.directive.d.ts.map +1 -0
- package/ecl/eui-ecl-label/eui-ecl-label.module.d.ts +9 -0
- package/ecl/eui-ecl-label/eui-ecl-label.module.d.ts.map +1 -0
- package/ecl/eui-ecl-label/index.d.ts +3 -0
- package/ecl/eui-ecl-label/index.d.ts.map +1 -0
- package/ecl/eui-ecl-link/eui-components-ecl-eui-ecl-link.d.ts.map +1 -0
- package/ecl/eui-ecl-link/eui-ecl-link-label.directive.d.ts +8 -0
- package/ecl/eui-ecl-link/eui-ecl-link-label.directive.d.ts.map +1 -0
- package/ecl/eui-ecl-link/eui-ecl-link.directive.d.ts +22 -0
- package/ecl/eui-ecl-link/eui-ecl-link.directive.d.ts.map +1 -0
- package/ecl/eui-ecl-link/eui-ecl-link.module.d.ts +10 -0
- package/ecl/eui-ecl-link/eui-ecl-link.module.d.ts.map +1 -0
- package/ecl/eui-ecl-link/index.d.ts +4 -0
- package/ecl/eui-ecl-link/index.d.ts.map +1 -0
- package/ecl/eui-ecl-message/eui-components-ecl-eui-ecl-message.d.ts.map +1 -0
- package/ecl/eui-ecl-message/eui-ecl-message-title.directive.d.ts +8 -0
- package/ecl/eui-ecl-message/eui-ecl-message-title.directive.d.ts.map +1 -0
- package/ecl/eui-ecl-message/eui-ecl-message.component.d.ts +21 -0
- package/ecl/eui-ecl-message/eui-ecl-message.component.d.ts.map +1 -0
- package/ecl/eui-ecl-message/eui-ecl-message.module.d.ts +13 -0
- package/ecl/eui-ecl-message/eui-ecl-message.module.d.ts.map +1 -0
- package/ecl/eui-ecl-message/index.d.ts +4 -0
- package/ecl/eui-ecl-message/index.d.ts.map +1 -0
- package/ecl/shared/eui-components-ecl-shared.d.ts.map +1 -0
- package/ecl/shared/eui-ecl-base.directive.d.ts +13 -0
- package/ecl/shared/eui-ecl-base.directive.d.ts.map +1 -0
- package/ecl/shared/index.d.ts +5 -0
- package/ecl/shared/index.d.ts.map +1 -0
- package/ecl/shared/models/eui-ecl-base.event.d.ts +6 -0
- package/ecl/shared/models/eui-ecl-base.event.d.ts.map +1 -0
- package/ecl/shared/models/eui-ecl-breadcrumb.model.d.ts +7 -0
- package/ecl/shared/models/eui-ecl-breadcrumb.model.d.ts.map +1 -0
- package/ecl/shared/models/eui-ecl-dom.event.d.ts +7 -0
- package/ecl/shared/models/eui-ecl-dom.event.d.ts.map +1 -0
- package/ecl/shared/models/eui-ecl-file-upload.model.d.ts +6 -0
- package/ecl/shared/models/eui-ecl-file-upload.model.d.ts.map +1 -0
- package/ecl/shared/models/eui-ecl-gallery-item.model.d.ts +7 -0
- package/ecl/shared/models/eui-ecl-gallery-item.model.d.ts.map +1 -0
- package/ecl/shared/models/eui-ecl-language.model.d.ts +6 -0
- package/ecl/shared/models/eui-ecl-language.model.d.ts.map +1 -0
- package/ecl/shared/models/eui-ecl-menu-item.model.d.ts +15 -0
- package/ecl/shared/models/eui-ecl-menu-item.model.d.ts.map +1 -0
- package/ecl/shared/models/index.d.ts +8 -0
- package/ecl/shared/models/index.d.ts.map +1 -0
- package/ecl/shared/services/eui-ecl-default-language.service.d.ts +33 -0
- package/ecl/shared/services/eui-ecl-default-language.service.d.ts.map +1 -0
- package/ecl/shared/services/eui-ecl-language.service.d.ts +19 -0
- package/ecl/shared/services/eui-ecl-language.service.d.ts.map +1 -0
- package/ecl/shared/services/eui-ecl-theme.service.d.ts +23 -0
- package/ecl/shared/services/eui-ecl-theme.service.d.ts.map +1 -0
- package/ecl/shared/services/index.d.ts +4 -0
- package/ecl/shared/services/index.d.ts.map +1 -0
- package/ecl/shared/utils/constants/constants.d.ts +10 -0
- package/ecl/shared/utils/constants/constants.d.ts.map +1 -0
- package/ecl/shared/utils/constants/index.d.ts +2 -0
- package/ecl/shared/utils/constants/index.d.ts.map +1 -0
- package/ecl/shared/utils/directives/eui-ecl-click-outside/eui-ecl-click-outside.directive.d.ts +12 -0
- package/ecl/shared/utils/directives/eui-ecl-click-outside/eui-ecl-click-outside.directive.d.ts.map +1 -0
- package/ecl/shared/utils/directives/eui-ecl-click-outside/index.d.ts +2 -0
- package/ecl/shared/utils/directives/eui-ecl-click-outside/index.d.ts.map +1 -0
- package/ecl/shared/utils/directives/eui-ecl-hidden/eui-ecl-hidden.directive.d.ts +8 -0
- package/ecl/shared/utils/directives/eui-ecl-hidden/eui-ecl-hidden.directive.d.ts.map +1 -0
- package/ecl/shared/utils/directives/eui-ecl-hidden/eui-ecl-hidden.module.d.ts +9 -0
- package/ecl/shared/utils/directives/eui-ecl-hidden/eui-ecl-hidden.module.d.ts.map +1 -0
- package/ecl/shared/utils/directives/eui-ecl-hidden/index.d.ts +3 -0
- package/ecl/shared/utils/directives/eui-ecl-hidden/index.d.ts.map +1 -0
- package/ecl/shared/utils/directives/index.d.ts +3 -0
- package/ecl/shared/utils/directives/index.d.ts.map +1 -0
- package/ecl/shared/utils/dom/dom-helpers.d.ts +3 -0
- package/ecl/shared/utils/dom/dom-helpers.d.ts.map +1 -0
- package/ecl/shared/utils/dom/index.d.ts +2 -0
- package/ecl/shared/utils/dom/index.d.ts.map +1 -0
- package/ecl/shared/utils/index.d.ts +4 -0
- package/ecl/shared/utils/index.d.ts.map +1 -0
- package/ecl/webcomponents/ecl-message-wc/ecl-message-wc.component.d.ts +10 -0
- package/ecl/webcomponents/ecl-message-wc/ecl-message-wc.component.d.ts.map +1 -0
- package/ecl/webcomponents/ecl-message-wc/eui-components-ecl-webcomponents-ecl-message-wc.d.ts.map +1 -0
- package/ecl/webcomponents/ecl-message-wc/index.d.ts +3 -0
- package/ecl/webcomponents/ecl-message-wc/index.d.ts.map +1 -0
- package/ecl/webcomponents/ecl-message-wc/module.d.ts +10 -0
- package/ecl/webcomponents/ecl-message-wc/module.d.ts.map +1 -0
- package/ecl/webcomponents/ecl-webcomponents-all/eui-components-ecl-webcomponents-ecl-webcomponents-all.d.ts.map +1 -0
- package/ecl/webcomponents/ecl-webcomponents-all/index.d.ts +2 -0
- package/ecl/webcomponents/ecl-webcomponents-all/index.d.ts.map +1 -0
- package/ecl/webcomponents/ecl-webcomponents-all/module.d.ts +9 -0
- package/ecl/webcomponents/ecl-webcomponents-all/module.d.ts.map +1 -0
- package/esm2022/directives/eui-clearable.directive.mjs +4 -4
- package/esm2022/directives/eui-has-permission.directive.mjs +8 -8
- package/esm2022/directives/eui-loading.directive.mjs +4 -4
- package/esm2022/directives/eui-maxlength.directive.mjs +8 -8
- package/esm2022/directives/eui-resizable/eui-resizable.component.mjs +4 -4
- package/esm2022/directives/eui-resizable/eui-resizable.directive.mjs +4 -4
- package/esm2022/directives/eui-resizable/eui-resizable.module.mjs +5 -5
- package/esm2022/directives/eui-scroll-handler.directive.mjs +11 -11
- package/esm2022/directives/eui-smooth-scroll.directive.mjs +11 -11
- package/esm2022/directives/eui-template.directive.mjs +8 -8
- package/esm2022/directives/eui-tooltip/container/eui-tooltip-container.component.mjs +4 -4
- package/esm2022/directives/eui-tooltip/eui-tooltip.directive.mjs +4 -4
- package/esm2022/directives/eui-tooltip/eui-tooltip.module.mjs +5 -5
- package/esm2022/ecl/eui-ecl-banner/eui-components-ecl-eui-ecl-banner.mjs +5 -0
- package/esm2022/ecl/eui-ecl-banner/eui-ecl-banner-credit.directive.mjs +21 -0
- package/esm2022/ecl/eui-ecl-banner/eui-ecl-banner-description.directive.mjs +38 -0
- package/esm2022/ecl/eui-ecl-banner/eui-ecl-banner-picture.directive.mjs +37 -0
- package/esm2022/ecl/eui-ecl-banner/eui-ecl-banner-title.directive.mjs +38 -0
- package/esm2022/ecl/eui-ecl-banner/eui-ecl-banner.component.mjs +73 -0
- package/esm2022/ecl/eui-ecl-banner/eui-ecl-banner.module.mjs +47 -0
- package/esm2022/ecl/eui-ecl-banner/eui-ecl-file-picture.directive.mjs +37 -0
- package/esm2022/ecl/eui-ecl-banner/index.mjs +8 -0
- package/esm2022/ecl/eui-ecl-button/eui-components-ecl-eui-ecl-button.mjs +5 -0
- package/esm2022/ecl/eui-ecl-button/eui-ecl-button-label.directive.mjs +20 -0
- package/esm2022/ecl/eui-ecl-button/eui-ecl-button.component.mjs +51 -0
- package/esm2022/ecl/eui-ecl-button/eui-ecl-button.module.mjs +20 -0
- package/esm2022/ecl/eui-ecl-button/index.mjs +4 -0
- package/esm2022/ecl/eui-ecl-carousel/eui-components-ecl-eui-ecl-carousel.mjs +5 -0
- package/esm2022/ecl/eui-ecl-carousel/eui-ecl-carousel-item.component.mjs +57 -0
- package/esm2022/ecl/eui-ecl-carousel/eui-ecl-carousel.component.mjs +329 -0
- package/esm2022/ecl/eui-ecl-carousel/eui-ecl-carousel.module.mjs +22 -0
- package/esm2022/ecl/eui-ecl-carousel/index.mjs +4 -0
- package/esm2022/ecl/eui-ecl-icon/eui-components-ecl-eui-ecl-icon.mjs +5 -0
- package/esm2022/ecl/eui-ecl-icon/eui-ecl-icon.component.mjs +123 -0
- package/esm2022/ecl/eui-ecl-icon/eui-ecl-icon.module.mjs +18 -0
- package/esm2022/ecl/eui-ecl-icon/index.mjs +3 -0
- package/esm2022/ecl/eui-ecl-label/eui-components-ecl-eui-ecl-label.mjs +5 -0
- package/esm2022/ecl/eui-ecl-label/eui-ecl-label.directive.mjs +26 -0
- package/esm2022/ecl/eui-ecl-label/eui-ecl-label.module.mjs +18 -0
- package/esm2022/ecl/eui-ecl-label/index.mjs +3 -0
- package/esm2022/ecl/eui-ecl-link/eui-components-ecl-eui-ecl-link.mjs +5 -0
- package/esm2022/ecl/eui-ecl-link/eui-ecl-link-label.directive.mjs +20 -0
- package/esm2022/ecl/eui-ecl-link/eui-ecl-link.directive.mjs +102 -0
- package/esm2022/ecl/eui-ecl-link/eui-ecl-link.module.mjs +19 -0
- package/esm2022/ecl/eui-ecl-link/index.mjs +4 -0
- package/esm2022/ecl/eui-ecl-message/eui-components-ecl-eui-ecl-message.mjs +5 -0
- package/esm2022/ecl/eui-ecl-message/eui-ecl-message-title.directive.mjs +20 -0
- package/esm2022/ecl/eui-ecl-message/eui-ecl-message.component.mjs +84 -0
- package/esm2022/ecl/eui-ecl-message/eui-ecl-message.module.mjs +22 -0
- package/esm2022/ecl/eui-ecl-message/index.mjs +4 -0
- package/esm2022/ecl/shared/eui-components-ecl-shared.mjs +5 -0
- package/esm2022/ecl/shared/eui-ecl-base.directive.mjs +36 -0
- package/esm2022/ecl/shared/index.mjs +5 -0
- package/esm2022/ecl/shared/models/eui-ecl-base.event.mjs +9 -0
- package/esm2022/ecl/shared/models/eui-ecl-breadcrumb.model.mjs +2 -0
- package/esm2022/ecl/shared/models/eui-ecl-dom.event.mjs +14 -0
- package/esm2022/ecl/shared/models/eui-ecl-file-upload.model.mjs +2 -0
- package/esm2022/ecl/shared/models/eui-ecl-gallery-item.model.mjs +2 -0
- package/esm2022/ecl/shared/models/eui-ecl-language.model.mjs +2 -0
- package/esm2022/ecl/shared/models/eui-ecl-menu-item.model.mjs +2 -0
- package/esm2022/ecl/shared/models/index.mjs +8 -0
- package/esm2022/ecl/shared/services/eui-ecl-default-language.service.mjs +295 -0
- package/esm2022/ecl/shared/services/eui-ecl-language.service.mjs +3 -0
- package/esm2022/ecl/shared/services/eui-ecl-theme.service.mjs +46 -0
- package/esm2022/ecl/shared/services/index.mjs +4 -0
- package/esm2022/ecl/shared/utils/constants/constants.mjs +11 -0
- package/esm2022/ecl/shared/utils/constants/index.mjs +2 -0
- package/esm2022/ecl/shared/utils/directives/eui-ecl-click-outside/eui-ecl-click-outside.directive.mjs +31 -0
- package/esm2022/ecl/shared/utils/directives/eui-ecl-click-outside/index.mjs +2 -0
- package/esm2022/ecl/shared/utils/directives/eui-ecl-hidden/eui-ecl-hidden.directive.mjs +24 -0
- package/esm2022/ecl/shared/utils/directives/eui-ecl-hidden/eui-ecl-hidden.module.mjs +18 -0
- package/esm2022/ecl/shared/utils/directives/eui-ecl-hidden/index.mjs +3 -0
- package/esm2022/ecl/shared/utils/directives/index.mjs +3 -0
- package/esm2022/ecl/shared/utils/dom/dom-helpers.mjs +29 -0
- package/esm2022/ecl/shared/utils/dom/index.mjs +2 -0
- package/esm2022/ecl/shared/utils/index.mjs +4 -0
- package/esm2022/ecl/webcomponents/ecl-message-wc/ecl-message-wc.component.mjs +33 -0
- package/esm2022/ecl/webcomponents/ecl-message-wc/eui-components-ecl-webcomponents-ecl-message-wc.mjs +5 -0
- package/esm2022/ecl/webcomponents/ecl-message-wc/index.mjs +3 -0
- package/esm2022/ecl/webcomponents/ecl-message-wc/module.mjs +27 -0
- package/esm2022/ecl/webcomponents/ecl-webcomponents-all/eui-components-ecl-webcomponents-ecl-webcomponents-all.mjs +5 -0
- package/esm2022/ecl/webcomponents/ecl-webcomponents-all/index.mjs +2 -0
- package/esm2022/ecl/webcomponents/ecl-webcomponents-all/module.mjs +20 -0
- package/esm2022/eui-alert/eui-alert.component.mjs +15 -11
- package/esm2022/eui-all/eui-all.module.mjs +5 -10
- package/esm2022/eui-autocomplete/eui-autocomplete.component.mjs +20 -73
- package/esm2022/eui-autocomplete/eui-autocomplete.module.mjs +5 -5
- package/esm2022/eui-badge/eui-badge.component.mjs +8 -8
- package/esm2022/eui-block-content/eui-block-content.component.mjs +5 -5
- package/esm2022/eui-block-content/eui-block-content.module.mjs +5 -5
- package/esm2022/eui-block-document/eui-block-document.component.mjs +5 -5
- package/esm2022/eui-block-document/eui-block-document.module.mjs +5 -5
- package/esm2022/eui-button/eui-button.component.mjs +14 -14
- package/esm2022/eui-button-group/eui-button-group.component.mjs +9 -9
- package/esm2022/eui-buttons/eui-buttons.component.mjs +19 -14
- package/esm2022/eui-card/components/eui-card-content/eui-card-content.component.mjs +4 -4
- package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-action-buttons.component.mjs +4 -4
- package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-action-icons.component.mjs +4 -4
- package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-menu-content.component.mjs +4 -4
- package/esm2022/eui-card/components/eui-card-footer/eui-card-footer.component.mjs +4 -4
- package/esm2022/eui-card/components/eui-card-header/eui-card-header-left-content.component.mjs +4 -4
- package/esm2022/eui-card/components/eui-card-header/eui-card-header-right-content.component.mjs +4 -4
- package/esm2022/eui-card/components/eui-card-header/eui-card-header-subtitle.component.mjs +4 -4
- package/esm2022/eui-card/components/eui-card-header/eui-card-header-title.component.mjs +4 -4
- package/esm2022/eui-card/components/eui-card-header/eui-card-header.component.mjs +5 -15
- package/esm2022/eui-card/components/eui-card-header-body/eui-card-header-body.component.mjs +4 -4
- package/esm2022/eui-card/components/eui-card-media/eui-card-media.component.mjs +4 -4
- package/esm2022/eui-card/eui-card.component.mjs +12 -18
- package/esm2022/eui-card/eui-card.module.mjs +5 -5
- package/esm2022/eui-card/services/ui-state.service.mjs +4 -4
- package/esm2022/eui-chip/eui-chip.component.mjs +7 -7
- package/esm2022/eui-chip/eui-chip.module.mjs +5 -5
- package/esm2022/eui-chip-list/eui-chip-list.component.mjs +43 -7
- package/esm2022/eui-chip-list/eui-chip-list.module.mjs +5 -5
- package/esm2022/eui-chip-list/services/eui-chip-list-drag.service.mjs +4 -4
- package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +14 -14
- package/esm2022/eui-dashboard-card/eui-dashboard-card.component.mjs +14 -10
- package/esm2022/eui-date-range-selector/eui-date-range-selector.component.mjs +4 -5
- package/esm2022/eui-date-range-selector/eui-date-range-selector.module.mjs +5 -5
- package/esm2022/eui-datepicker/eui-datepicker.component.mjs +16 -37
- package/esm2022/eui-datepicker/eui-datepicker.module.mjs +5 -5
- package/esm2022/eui-dialog/container/eui-dialog-container.component.mjs +4 -4
- package/esm2022/eui-dialog/eui-dialog.component.mjs +20 -12
- package/esm2022/eui-dialog/eui-dialog.module.mjs +5 -5
- package/esm2022/eui-dialog/services/eui-dialog.service.mjs +4 -4
- package/esm2022/eui-dimmer/dimmer.component.mjs +5 -5
- package/esm2022/eui-dimmer/dimmer.module.mjs +5 -5
- package/esm2022/eui-disable-content/eui-disable-content.component.mjs +8 -8
- package/esm2022/eui-discussion-thread/eui-discussion-thread-item.component.mjs +8 -6
- package/esm2022/eui-discussion-thread/eui-discussion-thread.component.mjs +5 -5
- package/esm2022/eui-discussion-thread/eui-discussion-thread.module.mjs +8 -6
- package/esm2022/eui-dropdown/directives/eui-dropdown-content.directive.mjs +4 -4
- package/esm2022/eui-dropdown/dropdown-item/eui-dropdown-item.component.mjs +7 -7
- package/esm2022/eui-dropdown/eui-dropdown.component.mjs +5 -5
- package/esm2022/eui-dropdown/eui-dropdown.module.mjs +9 -9
- package/esm2022/eui-dropdown/eui-dropdown.service.mjs +4 -4
- package/esm2022/eui-feedback-message/eui-feedback-message.component.mjs +4 -4
- package/esm2022/eui-feedback-message/eui-feedback-message.module.mjs +5 -5
- package/esm2022/eui-fieldset/eui-fieldset.component.mjs +18 -13
- package/esm2022/eui-fieldset/eui-fieldset.module.mjs +5 -5
- package/esm2022/eui-file-upload/eui-file-upload.component.mjs +11 -7
- package/esm2022/eui-file-upload/eui-file-upload.module.mjs +5 -5
- package/esm2022/eui-file-upload/file-preview/file-preview.component.mjs +28 -29
- package/esm2022/eui-file-upload/pipes/filesize.pipe.mjs +4 -4
- package/esm2022/eui-file-upload/progress/eui-file-upload-progress.component.mjs +4 -4
- package/esm2022/eui-file-upload/utils/eui-file-upload.utils.mjs +4 -4
- package/esm2022/eui-growl/eui-growl.component.mjs +9 -4
- package/esm2022/eui-growl/eui-growl.module.mjs +5 -5
- package/esm2022/eui-icon/eui-icon-color.component.mjs +4 -4
- package/esm2022/eui-icon/eui-icon-svg.component.mjs +4 -4
- package/esm2022/eui-icon/eui-icon.component.mjs +4 -4
- package/esm2022/eui-icon/eui-icon.module.mjs +5 -5
- package/esm2022/eui-icon-toggle/eui-icon-toggle.component.mjs +8 -11
- package/esm2022/eui-icon-toggle/eui-icon-toggle.module.mjs +5 -5
- package/esm2022/eui-input-checkbox/eui-input-checkbox.component.mjs +6 -7
- package/esm2022/eui-input-checkbox/eui-input-checkbox.module.mjs +5 -5
- package/esm2022/eui-input-group/eui-input-group.component.mjs +5 -5
- package/esm2022/eui-input-group/eui-input-group.module.mjs +5 -5
- package/esm2022/eui-input-number/eui-input-number.component.mjs +5 -5
- package/esm2022/eui-input-number/eui-input-number.module.mjs +5 -5
- package/esm2022/eui-input-number/eui-number-control.directive.mjs +4 -4
- package/esm2022/eui-input-radio/eui-input-radio.component.mjs +5 -5
- package/esm2022/eui-input-radio/eui-input-radio.module.mjs +5 -5
- package/esm2022/eui-input-text/eui-input-text.component.mjs +7 -7
- package/esm2022/eui-input-text/eui-input-text.module.mjs +5 -5
- package/esm2022/eui-label/eui-label.component.mjs +4 -4
- package/esm2022/eui-label/eui-label.module.mjs +5 -5
- package/esm2022/eui-list/eui-list-item/eui-list-item.component.mjs +6 -6
- package/esm2022/eui-list/eui-list.component.mjs +5 -5
- package/esm2022/eui-list/eui-list.module.mjs +5 -5
- package/esm2022/eui-list/services/eui-list.service.mjs +4 -4
- package/esm2022/eui-menu/eui-menu-item.component.mjs +17 -6
- package/esm2022/eui-menu/eui-menu.component.mjs +5 -9
- package/esm2022/eui-menu/eui-menu.module.mjs +5 -5
- package/esm2022/eui-message-box/eui-message-box.component.mjs +17 -9
- package/esm2022/eui-message-box/eui-message-box.module.mjs +5 -5
- package/esm2022/eui-message-box/services/eui-message-box.service.mjs +4 -4
- package/esm2022/eui-overlay/components/eui-overlay-body/eui-overlay-body.component.mjs +5 -5
- package/esm2022/eui-overlay/components/eui-overlay-footer/eui-overlay-footer.component.mjs +5 -5
- package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.mjs +7 -7
- package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header.component.mjs +7 -7
- package/esm2022/eui-overlay/eui-overlay.component.mjs +8 -8
- package/esm2022/eui-page/components/eui-page-breadcrumb/eui-page-breadcrumb.component.mjs +4 -4
- package/esm2022/eui-page/components/eui-page-column/eui-page-column.component.mjs +35 -36
- package/esm2022/eui-page/components/eui-page-columns/eui-page-columns.component.mjs +6 -6
- package/esm2022/eui-page/components/eui-page-content/eui-page-content.component.mjs +4 -4
- package/esm2022/eui-page/components/eui-page-footer/eui-page-footer.component.mjs +4 -4
- package/esm2022/eui-page/components/eui-page-header/eui-page-header.component.mjs +11 -11
- package/esm2022/eui-page/components/eui-page-hero-header/eui-page-hero-header.component.mjs +7 -7
- package/esm2022/eui-page/components/eui-page-top-content/eui-page-top-content.component.mjs +4 -4
- package/esm2022/eui-page/eui-page.component.mjs +5 -5
- package/esm2022/eui-page/eui-page.module.mjs +5 -5
- package/esm2022/eui-paginator/eui-paginator.component.mjs +6 -6
- package/esm2022/eui-paginator/eui-paginator.module.mjs +5 -5
- package/esm2022/eui-popover/directives/eui-popover-arrow-position.directive.mjs +4 -4
- package/esm2022/eui-popover/eui-popover.component.mjs +16 -8
- package/esm2022/eui-popover/eui-popover.module.mjs +5 -5
- package/esm2022/eui-progress-bar/eui-progress-bar.component.mjs +4 -4
- package/esm2022/eui-progress-bar/eui-progress-bar.module.mjs +5 -5
- package/esm2022/eui-progress-circle/eui-progress-circle.component.mjs +9 -9
- package/esm2022/eui-select/eui-select-control.directive.mjs +4 -4
- package/esm2022/eui-select/eui-select-multiple.directive.mjs +4 -4
- package/esm2022/eui-select/eui-select-mutli-option.directive.mjs +4 -4
- package/esm2022/eui-select/eui-select-option.directive.mjs +4 -4
- package/esm2022/eui-select/eui-select.component.mjs +5 -5
- package/esm2022/eui-select/eui-select.module.mjs +5 -5
- package/esm2022/eui-sidebar-menu/eui-sidebar-menu.component.mjs +15 -7
- package/esm2022/eui-sidebar-menu/eui-sidebar-menu.module.mjs +5 -5
- package/esm2022/eui-slide-toggle/eui-slide-toggle.component.mjs +9 -10
- package/esm2022/eui-slide-toggle/eui-slide-toggle.module.mjs +5 -5
- package/esm2022/eui-table/directives/eui-table-sticky-columns.directive.mjs +4 -4
- package/esm2022/eui-table/eui-table.component.mjs +4 -6
- package/esm2022/eui-table/eui-table.module.mjs +5 -5
- package/esm2022/eui-table/expandable-row/eui-table-expandable-row.component.mjs +4 -4
- package/esm2022/eui-table/filter/eui-table-filter.component.mjs +4 -4
- package/esm2022/eui-table/pipes/eui-table-highlight-filter.pipe.mjs +4 -4
- package/esm2022/eui-table/selectable-header/eui-table-selectable-header.component.mjs +4 -4
- package/esm2022/eui-table/selectable-row/eui-table-selectable-row.component.mjs +4 -4
- package/esm2022/eui-table/services/eui-table-selectable-row.service.mjs +4 -4
- package/esm2022/eui-table/services/eui-table-sort.service.mjs +4 -4
- package/esm2022/eui-table/sortable-col/eui-table-sortable-col.component.mjs +4 -4
- package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +5 -5
- package/esm2022/eui-tabs/eui-tab-content/eui-tab-content.component.mjs +4 -4
- package/esm2022/eui-tabs/eui-tab-label/eui-tab-label.component.mjs +7 -7
- package/esm2022/eui-tabs/eui-tabs.component.mjs +8 -19
- package/esm2022/eui-tabs/eui-tabs.module.mjs +5 -5
- package/esm2022/eui-textarea/auto-resize.directive.mjs +4 -4
- package/esm2022/eui-textarea/eui-textarea.component.mjs +5 -5
- package/esm2022/eui-textarea/eui-textarea.module.mjs +5 -5
- package/esm2022/eui-timebar/eui-timebar.component.mjs +8 -8
- package/esm2022/eui-timeline/eui-timeline-item.component.mjs +4 -4
- package/esm2022/eui-timeline/eui-timeline.component.mjs +4 -4
- package/esm2022/eui-timeline/eui-timeline.module.mjs +5 -5
- package/esm2022/eui-timepicker/eui-timepicker.component.mjs +4 -4
- package/esm2022/eui-timepicker/eui-timepicker.module.mjs +5 -5
- package/esm2022/eui-tree/eui-dropdown-tree.directive.mjs +8 -8
- package/esm2022/eui-tree/eui-tree-form-control.directive.mjs +8 -8
- package/esm2022/eui-tree/eui-tree.component.mjs +8 -8
- package/esm2022/eui-wizard/eui-wizard-step.component.mjs +4 -4
- package/esm2022/eui-wizard/eui-wizard.component.mjs +4 -4
- package/esm2022/eui-wizard/eui-wizard.module.mjs +5 -5
- package/esm2022/eui-wizard/services/eui-wizard.service.mjs +4 -4
- package/esm2022/externals/charts/chart/chart.component.mjs +4 -4
- package/esm2022/externals/charts/eui-charts.module.mjs +5 -5
- package/esm2022/externals/eui-editor/counters/eui-editor-counters.component.mjs +4 -4
- package/esm2022/externals/eui-editor/directives/eui-editor-maxlength.directive.mjs +4 -4
- package/esm2022/externals/eui-editor/eui-editor.component.mjs +9 -170
- package/esm2022/externals/eui-editor/eui-editor.module.mjs +5 -5
- package/esm2022/externals/eui-editor/html-view/eui-editor-html-view.component.mjs +4 -4
- package/esm2022/externals/eui-editor/image-url-dialog/image-url-dialog.component.mjs +4 -4
- package/esm2022/externals/eui-editor/json-view/eui-editor-json-view.component.mjs +4 -4
- package/esm2022/externals/quill/quill-editor.component.mjs +4 -4
- package/esm2022/externals/quill/quill.module.mjs +5 -5
- package/esm2022/layout/eui-app/eui-app-breadcrumb/breadcrumb.component.mjs +4 -4
- package/esm2022/layout/eui-app/eui-app-breadcrumb/breadcrumb.module.mjs +5 -5
- package/esm2022/layout/eui-app/eui-app-footer/footer.component.mjs +5 -5
- package/esm2022/layout/eui-app/eui-app-footer/footer.module.mjs +5 -5
- package/esm2022/layout/eui-app/eui-app-header/header.component.mjs +5 -5
- package/esm2022/layout/eui-app/eui-app-header/header.module.mjs +5 -5
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-body/sidebar-body.component.mjs +4 -4
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-drawer/sidebar-drawer.component.mjs +7 -7
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +6 -6
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-header/sidebar-header.component.mjs +6 -6
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-header-user-profile/sidebar-header-user-profile.component.mjs +5 -5
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +11 -7
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.component.mjs +5 -5
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.module.mjs +5 -5
- package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.component.mjs +5 -5
- package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.module.mjs +5 -5
- package/esm2022/layout/eui-app/eui-app-top-message/top-message.component.mjs +10 -6
- package/esm2022/layout/eui-app/eui-app-top-message/top-message.module.mjs +5 -5
- package/esm2022/layout/eui-app/eui-app.component.mjs +8 -8
- package/esm2022/layout/eui-app/eui-app.module.mjs +5 -5
- package/esm2022/layout/eui-breadcrumb/breadcrumb.component.mjs +4 -4
- package/esm2022/layout/eui-breadcrumb/breadcrumb.module.mjs +5 -5
- package/esm2022/layout/eui-breadcrumb/breadcrumb.service.mjs +4 -4
- package/esm2022/layout/eui-breadcrumb/collapsed-breadcrumb/collapsed-breadcrumb.component.mjs +7 -7
- package/esm2022/layout/eui-breadcrumb/item/breadcrumb-item.component.mjs +4 -4
- package/esm2022/layout/eui-footer/footer.component.mjs +5 -5
- package/esm2022/layout/eui-footer/footer.module.mjs +5 -5
- package/esm2022/layout/eui-header/header-app/header-app.component.mjs +13 -13
- package/esm2022/layout/eui-header/header-app-name/header-app-name.component.mjs +4 -4
- package/esm2022/layout/eui-header/header-app-name-logo/header-app-name-logo.component.mjs +4 -4
- package/esm2022/layout/eui-header/header-app-subtitle/header-app-subtitle.component.mjs +4 -4
- package/esm2022/layout/eui-header/header-environment/header-environment.component.mjs +4 -4
- package/esm2022/layout/eui-header/header-logo/header-logo.component.mjs +4 -4
- package/esm2022/layout/eui-header/header-user-profile/header-user-profile.component.mjs +4 -4
- package/esm2022/layout/eui-header/header.component.mjs +6 -6
- package/esm2022/layout/eui-header/header.module.mjs +5 -5
- package/esm2022/layout/eui-language-selector/language-selector.component.mjs +7 -7
- package/esm2022/layout/eui-language-selector/language-selector.module.mjs +5 -5
- package/esm2022/layout/eui-language-selector/modal-selector/modal-selector.component.mjs +5 -5
- package/esm2022/layout/eui-layout.module.mjs +5 -5
- package/esm2022/layout/eui-notifications/eui-notification-item.component.mjs +4 -4
- package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +4 -4
- package/esm2022/layout/eui-notifications/eui-notifications.module.mjs +5 -5
- package/esm2022/layout/eui-notifications-v2/eui-notification-item.component.mjs +4 -4
- package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +4 -4
- package/esm2022/layout/eui-notifications-v2/eui-notifications.module.mjs +5 -5
- package/esm2022/layout/eui-search/search.component.mjs +4 -4
- package/esm2022/layout/eui-search/search.module.mjs +5 -5
- package/esm2022/layout/eui-sidebar-toggle/sidebar-toggle.component.mjs +4 -4
- package/esm2022/layout/eui-sidebar-toggle/sidebar-toggle.module.mjs +5 -5
- package/esm2022/layout/eui-toolbar/toolbar-app/toolbar-app.component.mjs +6 -6
- package/esm2022/layout/eui-toolbar/toolbar-center/toolbar-center.component.mjs +4 -4
- package/esm2022/layout/eui-toolbar/toolbar-environment/toolbar-environment.component.mjs +6 -6
- package/esm2022/layout/eui-toolbar/toolbar-item/toolbar-item.component.mjs +4 -4
- package/esm2022/layout/eui-toolbar/toolbar-item-notifications/toolbar-item-notifications.component.mjs +4 -4
- package/esm2022/layout/eui-toolbar/toolbar-item-search/toolbar-item-search.component.mjs +4 -4
- package/esm2022/layout/eui-toolbar/toolbar-item-user-profile/toolbar-item-user-profile.component.mjs +4 -4
- package/esm2022/layout/eui-toolbar/toolbar-items/toolbar-items.component.mjs +4 -4
- package/esm2022/layout/eui-toolbar/toolbar-logo/toolbar-logo.component.mjs +4 -4
- package/esm2022/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.mjs +14 -6
- package/esm2022/layout/eui-toolbar/toolbar.component.mjs +6 -6
- package/esm2022/layout/eui-toolbar/toolbar.module.mjs +5 -5
- package/esm2022/layout/eui-user-profile/user-profile-card/user-profile-card.component.mjs +4 -4
- package/esm2022/layout/eui-user-profile/user-profile-menu/user-profile-menu.component.mjs +4 -4
- package/esm2022/layout/eui-user-profile/user-profile-menu-item/user-profile-menu-item.component.mjs +4 -4
- package/esm2022/layout/eui-user-profile/user-profile.component.mjs +6 -6
- package/esm2022/layout/eui-user-profile/user-profile.module.mjs +5 -5
- package/esm2022/pipes/eui-is-empty.pipe.mjs +8 -8
- package/esm2022/pipes/eui-truncate.pipe.mjs +8 -8
- package/esm2022/shared/base/base-states.directive.mjs +4 -4
- package/esm2022/shared/base/base.directive.mjs +4 -4
- package/esm2022/shared/eui-common-header/common-header.component.mjs +9 -9
- package/esm2022/shared/eui-expand-content/eui-expand-content.component.mjs +9 -9
- package/esm2022/shared/input.directive.mjs +4 -4
- package/eui-alert/eui-alert.component.d.ts +3 -1
- package/eui-alert/eui-alert.component.d.ts.map +1 -1
- package/eui-all/eui-all.module.d.ts +23 -24
- package/eui-all/eui-all.module.d.ts.map +1 -1
- package/eui-autocomplete/eui-autocomplete.component.d.ts +7 -23
- package/eui-autocomplete/eui-autocomplete.component.d.ts.map +1 -1
- package/eui-badge/eui-badge.component.d.ts +1 -1
- package/eui-badge/eui-badge.component.d.ts.map +1 -1
- package/eui-buttons/eui-buttons.component.d.ts +6 -1
- package/eui-buttons/eui-buttons.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-header/eui-card-header.component.d.ts +1 -5
- package/eui-card/components/eui-card-header/eui-card-header.component.d.ts.map +1 -1
- package/eui-card/eui-card.component.d.ts +1 -3
- package/eui-card/eui-card.component.d.ts.map +1 -1
- package/eui-chip-list/eui-chip-list.component.d.ts +8 -17
- package/eui-chip-list/eui-chip-list.component.d.ts.map +1 -1
- package/eui-dashboard-card/eui-dashboard-card.component.d.ts +4 -2
- package/eui-dashboard-card/eui-dashboard-card.component.d.ts.map +1 -1
- package/eui-date-range-selector/eui-date-range-selector.component.d.ts +0 -1
- package/eui-date-range-selector/eui-date-range-selector.component.d.ts.map +1 -1
- package/eui-datepicker/eui-datepicker.component.d.ts +1 -10
- package/eui-datepicker/eui-datepicker.component.d.ts.map +1 -1
- package/eui-dialog/eui-dialog.component.d.ts +5 -1
- package/eui-dialog/eui-dialog.component.d.ts.map +1 -1
- package/eui-disable-content/eui-disable-content.component.d.ts.map +1 -1
- package/eui-discussion-thread/eui-discussion-thread.module.d.ts +3 -1
- package/eui-discussion-thread/eui-discussion-thread.module.d.ts.map +1 -1
- package/eui-fieldset/eui-fieldset.component.d.ts +3 -1
- package/eui-fieldset/eui-fieldset.component.d.ts.map +1 -1
- package/eui-file-upload/eui-file-upload.component.d.ts +5 -3
- package/eui-file-upload/eui-file-upload.component.d.ts.map +1 -1
- package/eui-file-upload/file-preview/file-preview.component.d.ts +1 -0
- package/eui-file-upload/file-preview/file-preview.component.d.ts.map +1 -1
- package/eui-file-upload/pipes/filesize.pipe.d.ts.map +1 -1
- package/eui-growl/eui-growl.component.d.ts +5 -10
- package/eui-growl/eui-growl.component.d.ts.map +1 -1
- package/eui-icon-toggle/eui-icon-toggle.component.d.ts.map +1 -1
- package/eui-input-checkbox/eui-input-checkbox.component.d.ts +1 -1
- package/eui-input-checkbox/eui-input-checkbox.component.d.ts.map +1 -1
- package/eui-menu/eui-menu-item.component.d.ts +5 -1
- package/eui-menu/eui-menu-item.component.d.ts.map +1 -1
- package/eui-menu/eui-menu.component.d.ts +1 -6
- package/eui-menu/eui-menu.component.d.ts.map +1 -1
- package/eui-message-box/eui-message-box.component.d.ts +5 -1
- package/eui-message-box/eui-message-box.component.d.ts.map +1 -1
- package/eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.d.ts.map +1 -1
- package/eui-overlay/components/eui-overlay-header/eui-overlay-header.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-column/eui-page-column.component.d.ts +5 -5
- package/eui-page/components/eui-page-column/eui-page-column.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-columns/eui-page-columns.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-footer/eui-page-footer.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-hero-header/eui-page-hero-header.component.d.ts.map +1 -1
- package/eui-paginator/eui-paginator.component.d.ts.map +1 -1
- package/eui-popover/eui-popover.component.d.ts +6 -2
- package/eui-popover/eui-popover.component.d.ts.map +1 -1
- package/eui-sidebar-menu/eui-sidebar-menu.component.d.ts +8 -1
- package/eui-sidebar-menu/eui-sidebar-menu.component.d.ts.map +1 -1
- package/eui-slide-toggle/eui-slide-toggle.component.d.ts +3 -3
- package/eui-slide-toggle/eui-slide-toggle.component.d.ts.map +1 -1
- package/eui-table/eui-table.component.d.ts +1 -5
- package/eui-table/eui-table.component.d.ts.map +1 -1
- package/eui-tabs/eui-tabs.component.d.ts +1 -11
- package/eui-tabs/eui-tabs.component.d.ts.map +1 -1
- package/externals/eui-editor/eui-editor.component.d.ts +1 -73
- package/externals/eui-editor/eui-editor.component.d.ts.map +1 -1
- package/fesm2022/eui-components-directives.mjs +67 -67
- package/fesm2022/eui-components-directives.mjs.map +1 -1
- package/fesm2022/eui-components-ecl-eui-ecl-banner.mjs +274 -0
- package/fesm2022/eui-components-ecl-eui-ecl-banner.mjs.map +1 -0
- package/fesm2022/eui-components-ecl-eui-ecl-button.mjs +89 -0
- package/fesm2022/eui-components-ecl-eui-ecl-button.mjs.map +1 -0
- package/fesm2022/eui-components-ecl-eui-ecl-carousel.mjs +402 -0
- package/fesm2022/eui-components-ecl-eui-ecl-carousel.mjs.map +1 -0
- package/fesm2022/eui-components-ecl-eui-ecl-icon.mjs +145 -0
- package/fesm2022/eui-components-ecl-eui-ecl-icon.mjs.map +1 -0
- package/fesm2022/eui-components-ecl-eui-ecl-label.mjs +48 -0
- package/fesm2022/eui-components-ecl-eui-ecl-label.mjs.map +1 -0
- package/fesm2022/eui-components-ecl-eui-ecl-link.mjs +140 -0
- package/fesm2022/eui-components-ecl-eui-ecl-link.mjs.map +1 -0
- package/fesm2022/eui-components-ecl-eui-ecl-message.mjs +125 -0
- package/fesm2022/eui-components-ecl-eui-ecl-message.mjs.map +1 -0
- package/fesm2022/eui-components-ecl-shared.mjs +507 -0
- package/fesm2022/eui-components-ecl-shared.mjs.map +1 -0
- package/fesm2022/eui-components-ecl-webcomponents-ecl-message-wc.mjs +63 -0
- package/fesm2022/eui-components-ecl-webcomponents-ecl-message-wc.mjs.map +1 -0
- package/fesm2022/eui-components-ecl-webcomponents-ecl-webcomponents-all.mjs +27 -0
- package/fesm2022/eui-components-ecl-webcomponents-ecl-webcomponents-all.mjs.map +1 -0
- package/fesm2022/eui-components-eui-alert.mjs +14 -10
- package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
- package/fesm2022/eui-components-eui-all.mjs +4 -9
- package/fesm2022/eui-components-eui-all.mjs.map +1 -1
- package/fesm2022/eui-components-eui-autocomplete.mjs +23 -76
- package/fesm2022/eui-components-eui-autocomplete.mjs.map +1 -1
- package/fesm2022/eui-components-eui-badge.mjs +7 -7
- package/fesm2022/eui-components-eui-badge.mjs.map +1 -1
- package/fesm2022/eui-components-eui-block-content.mjs +8 -8
- package/fesm2022/eui-components-eui-block-content.mjs.map +1 -1
- package/fesm2022/eui-components-eui-block-document.mjs +8 -8
- package/fesm2022/eui-components-eui-block-document.mjs.map +1 -1
- package/fesm2022/eui-components-eui-button-group.mjs +8 -8
- package/fesm2022/eui-components-eui-button-group.mjs.map +1 -1
- package/fesm2022/eui-components-eui-button.mjs +13 -13
- package/fesm2022/eui-components-eui-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-buttons.mjs +18 -13
- package/fesm2022/eui-components-eui-buttons.mjs.map +1 -1
- package/fesm2022/eui-components-eui-card.mjs +55 -71
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-chip-list.mjs +49 -13
- package/fesm2022/eui-components-eui-chip-list.mjs.map +1 -1
- package/fesm2022/eui-components-eui-chip.mjs +10 -10
- package/fesm2022/eui-components-eui-chip.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dashboard-button.mjs +13 -13
- package/fesm2022/eui-components-eui-dashboard-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dashboard-card.mjs +13 -9
- package/fesm2022/eui-components-eui-dashboard-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-date-range-selector.mjs +7 -8
- package/fesm2022/eui-components-eui-date-range-selector.mjs.map +1 -1
- package/fesm2022/eui-components-eui-datepicker.mjs +19 -40
- package/fesm2022/eui-components-eui-datepicker.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dialog.mjs +29 -21
- package/fesm2022/eui-components-eui-dialog.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dimmer.mjs +8 -8
- package/fesm2022/eui-components-eui-dimmer.mjs.map +1 -1
- package/fesm2022/eui-components-eui-disable-content.mjs +7 -7
- package/fesm2022/eui-components-eui-disable-content.mjs.map +1 -1
- package/fesm2022/eui-components-eui-discussion-thread.mjs +18 -14
- package/fesm2022/eui-components-eui-discussion-thread.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dropdown.mjs +24 -24
- package/fesm2022/eui-components-eui-dropdown.mjs.map +1 -1
- package/fesm2022/eui-components-eui-feedback-message.mjs +7 -7
- package/fesm2022/eui-components-eui-feedback-message.mjs.map +1 -1
- package/fesm2022/eui-components-eui-fieldset.mjs +21 -16
- package/fesm2022/eui-components-eui-fieldset.mjs.map +1 -1
- package/fesm2022/eui-components-eui-file-upload.mjs +50 -47
- package/fesm2022/eui-components-eui-file-upload.mjs.map +1 -1
- package/fesm2022/eui-components-eui-growl.mjs +12 -7
- package/fesm2022/eui-components-eui-growl.mjs.map +1 -1
- package/fesm2022/eui-components-eui-icon-toggle.mjs +11 -14
- package/fesm2022/eui-components-eui-icon-toggle.mjs.map +1 -1
- package/fesm2022/eui-components-eui-icon.mjs +13 -13
- package/fesm2022/eui-components-eui-icon.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-checkbox.mjs +9 -10
- package/fesm2022/eui-components-eui-input-checkbox.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-group.mjs +8 -8
- package/fesm2022/eui-components-eui-input-group.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-number.mjs +11 -11
- package/fesm2022/eui-components-eui-input-number.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-radio.mjs +8 -8
- package/fesm2022/eui-components-eui-input-radio.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-text.mjs +10 -10
- package/fesm2022/eui-components-eui-input-text.mjs.map +1 -1
- package/fesm2022/eui-components-eui-label.mjs +7 -7
- package/fesm2022/eui-components-eui-label.mjs.map +1 -1
- package/fesm2022/eui-components-eui-list.mjs +16 -16
- package/fesm2022/eui-components-eui-list.mjs.map +1 -1
- package/fesm2022/eui-components-eui-menu.mjs +24 -17
- package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
- package/fesm2022/eui-components-eui-message-box.mjs +23 -15
- package/fesm2022/eui-components-eui-message-box.mjs.map +1 -1
- package/fesm2022/eui-components-eui-overlay.mjs +26 -26
- package/fesm2022/eui-components-eui-overlay.mjs.map +1 -1
- package/fesm2022/eui-components-eui-page.mjs +73 -74
- package/fesm2022/eui-components-eui-page.mjs.map +1 -1
- package/fesm2022/eui-components-eui-paginator.mjs +9 -9
- package/fesm2022/eui-components-eui-paginator.mjs.map +1 -1
- package/fesm2022/eui-components-eui-popover.mjs +22 -14
- package/fesm2022/eui-components-eui-popover.mjs.map +1 -1
- package/fesm2022/eui-components-eui-progress-bar.mjs +7 -7
- package/fesm2022/eui-components-eui-progress-bar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-progress-circle.mjs +8 -8
- package/fesm2022/eui-components-eui-progress-circle.mjs.map +1 -1
- package/fesm2022/eui-components-eui-select.mjs +20 -20
- package/fesm2022/eui-components-eui-select.mjs.map +1 -1
- package/fesm2022/eui-components-eui-sidebar-menu.mjs +18 -10
- package/fesm2022/eui-components-eui-sidebar-menu.mjs.map +1 -1
- package/fesm2022/eui-components-eui-slide-toggle.mjs +12 -13
- package/fesm2022/eui-components-eui-slide-toggle.mjs.map +1 -1
- package/fesm2022/eui-components-eui-table.mjs +34 -36
- package/fesm2022/eui-components-eui-table.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tabs.mjs +24 -35
- package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
- package/fesm2022/eui-components-eui-textarea.mjs +11 -11
- package/fesm2022/eui-components-eui-textarea.mjs.map +1 -1
- package/fesm2022/eui-components-eui-timebar.mjs +7 -7
- package/fesm2022/eui-components-eui-timebar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-timeline.mjs +10 -10
- package/fesm2022/eui-components-eui-timeline.mjs.map +1 -1
- package/fesm2022/eui-components-eui-timepicker.mjs +7 -7
- package/fesm2022/eui-components-eui-timepicker.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree.mjs +21 -21
- package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
- package/fesm2022/eui-components-eui-wizard.mjs +13 -13
- package/fesm2022/eui-components-eui-wizard.mjs.map +1 -1
- package/fesm2022/eui-components-externals-charts.mjs +7 -7
- package/fesm2022/eui-components-externals-charts.mjs.map +1 -1
- package/fesm2022/eui-components-externals-eui-editor.mjs +27 -188
- package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
- package/fesm2022/eui-components-externals-quill.mjs +7 -7
- package/fesm2022/eui-components-externals-quill.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +275 -259
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/fesm2022/eui-components-pipes.mjs +14 -14
- package/fesm2022/eui-components-pipes.mjs.map +1 -1
- package/fesm2022/eui-components-shared-base.mjs +6 -6
- package/fesm2022/eui-components-shared-base.mjs.map +1 -1
- package/fesm2022/eui-components-shared.mjs +19 -19
- package/fesm2022/eui-components-shared.mjs.map +1 -1
- package/layout/eui-app/eui-app-sidebar/sidebar-drawer/sidebar-drawer.component.d.ts.map +1 -1
- package/layout/eui-app/eui-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts.map +1 -1
- package/layout/eui-app/eui-app-sidebar/sidebar-header/sidebar-header.component.d.ts.map +1 -1
- package/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +3 -1
- package/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts.map +1 -1
- package/layout/eui-app/eui-app-top-message/top-message.component.d.ts +3 -1
- package/layout/eui-app/eui-app-top-message/top-message.component.d.ts.map +1 -1
- package/layout/eui-header/header.component.d.ts.map +1 -1
- package/layout/eui-language-selector/language-selector.component.d.ts.map +1 -1
- package/layout/eui-toolbar/toolbar-app/toolbar-app.component.d.ts.map +1 -1
- package/layout/eui-toolbar/toolbar-environment/toolbar-environment.component.d.ts.map +1 -1
- package/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.d.ts +3 -1
- package/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.d.ts.map +1 -1
- package/layout/eui-toolbar/toolbar.component.d.ts.map +1 -1
- package/package.json +72 -18
- package/pipes/eui-truncate.pipe.d.ts.map +1 -1
- package/esm2022/eui-picker/eui-components-eui-picker.mjs +0 -5
- package/esm2022/eui-picker/eui-picker.component.mjs +0 -164
- package/esm2022/eui-picker/eui-picker.module.mjs +0 -41
- package/esm2022/eui-picker/index.mjs +0 -4
- package/esm2022/eui-picker/modal-picker/eui-modal-picker.component.mjs +0 -72
- package/esm2022/eui-picker/models/eui-picker-item.model.mjs +0 -7
- package/eui-picker/eui-components-eui-picker.d.ts.map +0 -1
- package/eui-picker/eui-picker.component.d.ts +0 -55
- package/eui-picker/eui-picker.component.d.ts.map +0 -1
- package/eui-picker/eui-picker.module.d.ts +0 -16
- package/eui-picker/eui-picker.module.d.ts.map +0 -1
- package/eui-picker/index.d.ts +0 -4
- package/eui-picker/index.d.ts.map +0 -1
- package/eui-picker/modal-picker/eui-modal-picker.component.d.ts +0 -22
- package/eui-picker/modal-picker/eui-modal-picker.component.d.ts.map +0 -1
- package/eui-picker/models/eui-picker-item.model.d.ts +0 -7
- package/eui-picker/models/eui-picker-item.model.d.ts.map +0 -1
- package/fesm2022/eui-components-eui-picker.mjs +0 -277
- package/fesm2022/eui-components-eui-picker.mjs.map +0 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-components-eui-card.mjs","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","../../eui-card/eui-components-eui-card.ts"],"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 /** @deprecated it will be removed on eUI 14 */\n @Input()\n get isHeaderBodyOnly(): boolean {\n return this._isHeaderBodyOnly;\n }\n set isHeaderBodyOnly(value: BooleanInput) {\n this._isHeaderBodyOnly = coerceBooleanProperty(value);\n }\n private _isHeaderBodyOnly = false;\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 *ngIf=\"!isHeaderBodyOnly\" class=\"eui-card-header__container\" (click)=\"onToggleHeader()\">\n <ng-content select=\"eui-card-header-left-content\"></ng-content>\n\n <div\n *ngIf=\"avatarUrl && !iconClass\"\n class=\"eui-card-header__avatar\"\n [ngStyle]=\"{ 'background-image': 'url(' + avatarUrl + ')' }\"\n [attr.aria-label]=\"avatarDerscription\"\n role=\"img\"></div>\n <div\n *ngIf=\"iconClass\"\n class=\"eui-card-header__icon\"\n [class.eui-card-header__icon--rounded]=\"iconClass.indexOf('eui-icon--rounded') !== -1\">\n <span class=\"{{ iconClass }}\" [attr.aria-label]=\"iconDescription\" role=\"img\"></span>\n </div>\n\n <ng-container *ngIf=\"!hasFullTitle\">\n <div class=\"eui-card-header__title-container\" [class.eui-card-header__title-container--multilines]=\"isHeaderMultilines\">\n <ng-content *ngTemplateOutlet=\"title\"></ng-content>\n <ng-content *ngTemplateOutlet=\"subtitle\"></ng-content>\n </div>\n <ng-content *ngTemplateOutlet=\"rightContent\"></ng-content>\n </ng-container>\n\n <ng-container *ngIf=\"hasFullTitle\">\n <div class=\"eui-card-header__middle-container\">\n <div class=\"eui-card-header__title-container\" [class.eui-card-header__title-container--multilines]=\"isHeaderMultilines\">\n <ng-content *ngTemplateOutlet=\"title\"></ng-content>\n </div>\n <div class=\"eui-card-header__middle-content\">\n <ng-content *ngTemplateOutlet=\"subtitle\"></ng-content>\n <ng-content *ngTemplateOutlet=\"rightContent\"></ng-content>\n </div>\n </div>\n </ng-container>\n\n <div\n *ngIf=\"(uiStateService.state$ | async).isCollapsible\"\n class=\"eui-card-header__expander\"\n [class.eui-card-header__expander--bottom]=\"hasBottomExpander\"\n [class.eui-card-header__expander--top]=\"isHeaderMultilines\"\n (click)=\"onToggle($event)\">\n <button\n euiButton\n euiRounded\n euiIconButton\n euiSizeM\n euiBasicButton\n euiSecondary\n type=\"button\"\n class=\"eui-card-header__expander-icon\"\n [attr.aria-label]=\"!(uiStateService.state$ | async).isCollapsed ? collapseLabel : expandLabel\">\n <eui-icon-svg icon=\"eui-chevron-up\" set=\"eui\" size=\"m\" fillColor=\"grey-100\"></eui-icon-svg>\n </button>\n </div>\n</div>\n<div *ngIf=\"(uiStateService.state$ | async).isUrgent\" class=\"eui-card-header__urgent-indicator\">\n <eui-icon-svg icon=\"eui-alert-circle\" size=\"l\" fillColor=\"danger-100\"></eui-icon-svg>\n</div>\n<ng-content select=\"eui-card-header-body\"></ng-content>\n\n<ng-template #title>\n <ng-content select=\"eui-card-header-title\"></ng-content>\n</ng-template>\n\n<ng-template #subtitle>\n <ng-content select=\"eui-card-header-subtitle\"></ng-content>\n</ng-template>\n\n<ng-template #rightContent>\n <ng-content select=\"eui-card-header-right-content\"></ng-content>\n</ng-template>\n","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}\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 ContentChild,\n forwardRef,\n QueryList,\n AfterContentInit,\n} from '@angular/core';\nimport { coerceBooleanProperty, BooleanInput } 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';\nimport { EuiCardMediaComponent } from './components/eui-card-media/eui-card-media.component';\nimport { EuiCardHeaderComponent } from './components/eui-card-header/eui-card-header.component';\nimport { EuiCardContentComponent } from './components/eui-card-content/eui-card-content.component';\nimport { EuiCardFooterComponent } from './components/eui-card-footer/eui-card-footer.component';\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 /** @deprecated This will be removed in next version of eui */\n // eslint-disable-next-line @angular-eslint/no-output-on-prefix\n @Output() onCollapsed: EventEmitter<boolean> = new EventEmitter();\n @Output() collapse: EventEmitter<boolean> = new EventEmitter();\n\n @ContentChild(forwardRef(() => EuiCardHeaderComponent), { static: false }) cardHeader: QueryList<EuiCardHeaderComponent>;\n @ContentChild(forwardRef(() => EuiCardMediaComponent), { static: false }) cardMedia: QueryList<EuiCardMediaComponent>;\n @ContentChild(forwardRef(() => EuiCardContentComponent), { static: false }) cardContent: QueryList<EuiCardContentComponent>;\n @ContentChild(forwardRef(() => EuiCardFooterComponent), { static: false }) cardFooter: QueryList<EuiCardFooterComponent>;\n\n @Input()\n get euiSelected(): boolean {\n return this._euiSelected;\n }\n set euiSelected(value: BooleanInput) {\n this._euiSelected = coerceBooleanProperty(value);\n }\n private _euiSelected = false;\n @Input()\n get euiCollapsible(): boolean {\n return this._euiCollapsible;\n }\n set euiCollapsible(value: BooleanInput) {\n this._euiCollapsible = coerceBooleanProperty(value);\n }\n private _euiCollapsible = false;\n @Input()\n get euiCollapsed(): boolean {\n return this._euiCollapsed;\n }\n set euiCollapsed(value: BooleanInput) {\n this._euiCollapsed = coerceBooleanProperty(value);\n }\n private _euiCollapsed = false;\n @Input()\n get euiUrgent(): boolean {\n return this._euiUrgent;\n }\n set euiUrgent(value: BooleanInput) {\n this._euiUrgent = coerceBooleanProperty(value);\n }\n private _euiUrgent = false;\n @Input()\n get euiNoShadow(): boolean {\n return this._euiNoShadow;\n }\n set euiNoShadow(value: BooleanInput) {\n this._euiNoShadow = coerceBooleanProperty(value);\n }\n private _euiNoShadow = false;\n @Input()\n get euiNoContentPadding(): boolean {\n return this._euiNoContentPadding;\n }\n set euiNoContentPadding(value: BooleanInput) {\n this._euiNoContentPadding = coerceBooleanProperty(value);\n }\n private _euiNoContentPadding = false;\n @Input()\n get euiHoverable(): boolean {\n return this._euiHoverable;\n }\n set euiHoverable(value: BooleanInput) {\n this._euiHoverable = coerceBooleanProperty(value);\n }\n private _euiHoverable = false;\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.onCollapsed.emit(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","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1.UiStateService","i1","i2","i3","i4"],"mappings":"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"}
|
1
|
+
{"version":3,"file":"eui-components-eui-card.mjs","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","../../eui-card/eui-components-eui-card.ts"],"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}\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 ContentChild,\n forwardRef,\n QueryList,\n AfterContentInit,\n} from '@angular/core';\nimport { coerceBooleanProperty, BooleanInput } 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';\nimport { EuiCardMediaComponent } from './components/eui-card-media/eui-card-media.component';\nimport { EuiCardHeaderComponent } from './components/eui-card-header/eui-card-header.component';\nimport { EuiCardContentComponent } from './components/eui-card-content/eui-card-content.component';\nimport { EuiCardFooterComponent } from './components/eui-card-footer/eui-card-footer.component';\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 @Output() collapse: EventEmitter<boolean> = new EventEmitter();\n\n @ContentChild(forwardRef(() => EuiCardHeaderComponent), { static: false }) cardHeader: QueryList<EuiCardHeaderComponent>;\n @ContentChild(forwardRef(() => EuiCardMediaComponent), { static: false }) cardMedia: QueryList<EuiCardMediaComponent>;\n @ContentChild(forwardRef(() => EuiCardContentComponent), { static: false }) cardContent: QueryList<EuiCardContentComponent>;\n @ContentChild(forwardRef(() => EuiCardFooterComponent), { static: false }) cardFooter: QueryList<EuiCardFooterComponent>;\n\n @Input()\n get euiSelected(): boolean {\n return this._euiSelected;\n }\n set euiSelected(value: BooleanInput) {\n this._euiSelected = coerceBooleanProperty(value);\n }\n private _euiSelected = false;\n @Input()\n get euiCollapsible(): boolean {\n return this._euiCollapsible;\n }\n set euiCollapsible(value: BooleanInput) {\n this._euiCollapsible = coerceBooleanProperty(value);\n }\n private _euiCollapsible = false;\n @Input()\n get euiCollapsed(): boolean {\n return this._euiCollapsed;\n }\n set euiCollapsed(value: BooleanInput) {\n this._euiCollapsed = coerceBooleanProperty(value);\n }\n private _euiCollapsed = false;\n @Input()\n get euiUrgent(): boolean {\n return this._euiUrgent;\n }\n set euiUrgent(value: BooleanInput) {\n this._euiUrgent = coerceBooleanProperty(value);\n }\n private _euiUrgent = false;\n @Input()\n get euiNoShadow(): boolean {\n return this._euiNoShadow;\n }\n set euiNoShadow(value: BooleanInput) {\n this._euiNoShadow = coerceBooleanProperty(value);\n }\n private _euiNoShadow = false;\n @Input()\n get euiNoContentPadding(): boolean {\n return this._euiNoContentPadding;\n }\n set euiNoContentPadding(value: BooleanInput) {\n this._euiNoContentPadding = coerceBooleanProperty(value);\n }\n private _euiNoContentPadding = false;\n @Input()\n get euiHoverable(): boolean {\n return this._euiHoverable;\n }\n set euiHoverable(value: BooleanInput) {\n this._euiHoverable = coerceBooleanProperty(value);\n }\n private _euiHoverable = false;\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","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1.UiStateService","i1","i2","i3","i4"],"mappings":"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"}
|
@@ -60,10 +60,10 @@ class EuiChipListDragService {
|
|
60
60
|
this.componentConnector = [];
|
61
61
|
this.droppableArea = [];
|
62
62
|
}
|
63
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-
|
64
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-
|
63
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiChipListDragService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
64
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiChipListDragService }); }
|
65
65
|
}
|
66
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-
|
66
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiChipListDragService, decorators: [{
|
67
67
|
type: Injectable
|
68
68
|
}] });
|
69
69
|
|
@@ -132,9 +132,15 @@ class EuiChipListComponent extends BaseDirective {
|
|
132
132
|
this.dropListOrientation = 'horizontal';
|
133
133
|
this.chipsInit = new EventEmitter();
|
134
134
|
this.chipRemove = new EventEmitter();
|
135
|
+
/**@deprecated it will be replaced in the next eUI version by chipDragStart*/
|
135
136
|
this.chipDragStarted = new EventEmitter();
|
137
|
+
/**@deprecated it will be replaced in the next eUI version by chipDragRelease*/
|
136
138
|
this.chipDragReleased = new EventEmitter();
|
139
|
+
/**@deprecated it will be replaced in the next eUI version by chipDrop*/
|
137
140
|
this.chipDropped = new EventEmitter();
|
141
|
+
this.chipDragStart = new EventEmitter();
|
142
|
+
this.chipDragRelease = new EventEmitter();
|
143
|
+
this.chipDrop = new EventEmitter();
|
138
144
|
this.chiplistFocus = new EventEmitter();
|
139
145
|
this.attr_Role = 'listbox';
|
140
146
|
this.connectComponent = [];
|
@@ -241,6 +247,12 @@ class EuiChipListComponent extends BaseDirective {
|
|
241
247
|
chip: e.item.data.chip,
|
242
248
|
chips: this.chips,
|
243
249
|
}));
|
250
|
+
this.chipDrop.emit(new EuiChipDragDrop({
|
251
|
+
type: 'dropped',
|
252
|
+
sourceName: this.dragAndDropSourceName,
|
253
|
+
chip: e.item.data.chip,
|
254
|
+
chips: this.chips,
|
255
|
+
}));
|
244
256
|
}
|
245
257
|
drop(e) {
|
246
258
|
if (e.previousContainer === e.container) {
|
@@ -256,6 +268,12 @@ class EuiChipListComponent extends BaseDirective {
|
|
256
268
|
chip: e.item.data,
|
257
269
|
chips: e.container.data['chips'],
|
258
270
|
}));
|
271
|
+
this.chipDrop.emit(new EuiChipDragDrop({
|
272
|
+
type: 'dropped',
|
273
|
+
sourceName: this.dragAndDropSourceName,
|
274
|
+
chip: e.item.data,
|
275
|
+
chips: e.container.data['chips'],
|
276
|
+
}));
|
259
277
|
}
|
260
278
|
onDragStarted(event) {
|
261
279
|
this.chipDragStarted.emit(new EuiChipDragDrop({
|
@@ -264,6 +282,12 @@ class EuiChipListComponent extends BaseDirective {
|
|
264
282
|
chip: event['source'].data instanceof EuiChipComponent ? event['source'].data : event['source'].data.chip,
|
265
283
|
chips: this.chips,
|
266
284
|
}));
|
285
|
+
this.chipDragStart.emit(new EuiChipDragDrop({
|
286
|
+
type: 'started',
|
287
|
+
sourceName: this.dragAndDropSourceName,
|
288
|
+
chip: event['source'].data instanceof EuiChipComponent ? event['source'].data : event['source'].data.chip,
|
289
|
+
chips: this.chips,
|
290
|
+
}));
|
267
291
|
}
|
268
292
|
onDragReleased(event) {
|
269
293
|
this.chipDragReleased.emit(new EuiChipDragDrop({
|
@@ -272,6 +296,12 @@ class EuiChipListComponent extends BaseDirective {
|
|
272
296
|
chip: event['source'].data instanceof EuiChipComponent ? event['source'].data : event['source'].data.chip,
|
273
297
|
chips: this.chips,
|
274
298
|
}));
|
299
|
+
this.chipDragRelease.emit(new EuiChipDragDrop({
|
300
|
+
type: 'released',
|
301
|
+
sourceName: this.dragAndDropSourceName,
|
302
|
+
chip: event['source'].data instanceof EuiChipComponent ? event['source'].data : event['source'].data.chip,
|
303
|
+
chips: this.chips,
|
304
|
+
}));
|
275
305
|
}
|
276
306
|
onFocus() {
|
277
307
|
this.chiplistFocus.emit(true);
|
@@ -304,10 +334,10 @@ class EuiChipListComponent extends BaseDirective {
|
|
304
334
|
});
|
305
335
|
return tab;
|
306
336
|
}
|
307
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-
|
308
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.7", type: EuiChipListComponent, selector: "eui-chip-list, div[euiChipList], ul[euiChipList]", inputs: { chips: "chips", toggleLinkMoreLabel: "toggleLinkMoreLabel", toggleLinkLessLabel: "toggleLinkLessLabel", chipsSortOrder: "chipsSortOrder", dragAndDropSourceName: "dragAndDropSourceName", dragAndDropConnectedTo: "dragAndDropConnectedTo", ariaLabel: "ariaLabel", dropListOrientation: "dropListOrientation", isSquared: "isSquared", isChipsRemovable: "isChipsRemovable", maxVisibleChipsCount: "maxVisibleChipsCount", chipsLabelTruncateCount: "chipsLabelTruncateCount", isMaxVisibleChipsOpened: "isMaxVisibleChipsOpened", isChipsSorted: "isChipsSorted", isChipsDragAndDrop: "isChipsDragAndDrop", isGrid: "isGrid" }, outputs: { chipsInit: "chipsInit", chipRemove: "chipRemove", chipDragStarted: "chipDragStarted", chipDragReleased: "chipDragReleased", chipDropped: "chipDropped", chiplistFocus: "chiplistFocus" }, host: { properties: { "attr.aria-label": "this.ariaLabel", "class": "this.cssClasses", "attr.role": "this.attr_Role" } }, queries: [{ propertyName: "euiChipsContent", predicate: i0.forwardRef(() => EuiChipComponent) }], viewQueries: [{ propertyName: "chipListDropList", first: true, predicate: ["chipListDropList"], descendants: true, read: CdkDropList }, { propertyName: "chipListDragAndDropItems", first: true, predicate: ["chipListDragAndDropItems"], descendants: true, read: CdkDropList }, { propertyName: "euiChipItems", predicate: ["euiChipItem"], descendants: true, read: ElementRef }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div *ngIf=\"!isGrid\" class=\"eui-chip-list-container\">\n <div class=\"eui-chip-list-wrapper\">\n <div\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]=\"'option'\"\n [euiInternalId]=\"chip.euiInternalId\"\n [isChipRemovable]=\"chip.isChipRemovable || (isChipsRemovable && chip.isRemovable) !== false\"\n [euiOutline]=\"chip.euiOutline || euiOutline || chip.isOutline\"\n [euiSizeS]=\"chip.euiSizeS || euiSizeS || chip.sizeClass === 'euiSizeS'\"\n [euiSizeM]=\"chip.euiSizeM || euiSizeM || chip.sizeClass === 'euiSizeM'\"\n [euiSizeL]=\"chip.euiSizeL || euiSizeL || chip.sizeClass === 'euiSizeL'\"\n [euiSizeXL]=\"chip.euiSizeXL || euiSizeXL || chip.sizeClass === 'euiSizeXL'\"\n [euiSize2XL]=\"chip.euiSize2XL || euiSize2XL || chip.sizeClass === 'euiSize2XL'\"\n [isSquared]=\"chip.isSquared || isSquared\"\n [euiDisabled]=\"chip.euiDisabled || euiDisabled || chip.isDisabled\"\n [euiPrimary]=\"chip.euiPrimary || euiPrimary || chip.typeClass === 'primary' || !chip.typeClass\"\n [euiSecondary]=\"chip.euiSecondary || euiSecondary || chip.typeClass === 'secondary'\"\n [euiInfo]=\"chip.euiInfo || euiInfo || chip.typeClass === 'info'\"\n [euiSuccess]=\"chip.euiSuccess || euiSuccess || chip.typeClass === 'success'\"\n [euiWarning]=\"chip.euiWarning || euiWarning || chip.typeClass === 'warning'\"\n [euiDanger]=\"chip.euiDanger || euiDanger || chip.typeClass === 'danger'\"\n [euiAccent]=\"chip.euiAccent || euiAccent || chip.typeClass === 'accent'\"\n [euiTooltip]=\"chip.tooltipMessage\"\n [position]=\"chip.tooltip?.position\"\n [contentAlignment]=\"chip.tooltip?.contentAlignment\"\n (remove)=\"onRemove($event)\">\n <eui-icon *ngIf=\"chip.iconClass\" [iconClass]=\"chip.iconClass\"></eui-icon>\n <!-- v15 OK -->\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 #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]=\"'option'\"\n [euiInternalId]=\"chip.euiInternalId\"\n [isChipRemovable]=\"chip.isChipRemovable || (isChipsRemovable && chip.isRemovable) !== false\"\n [euiOutline]=\"chip.euiOutline || euiOutline || chip.isOutline\"\n [euiSizeS]=\"chip.euiSizeS || euiSizeS || chip.sizeClass === 'euiSizeS'\"\n [euiSizeM]=\"chip.euiSizeM || euiSizeM || chip.sizeClass === 'euiSizeM'\"\n [euiSizeL]=\"chip.euiSizeL || euiSizeL || chip.sizeClass === 'euiSizeL'\"\n [euiSizeXL]=\"chip.euiSizeXL || euiSizeXL || chip.sizeClass === 'euiSizeXL'\"\n [euiSize2XL]=\"chip.euiSize2XL || euiSize2XL || chip.sizeClass === 'euiSize2XL'\"\n [isSquared]=\"chip.isSquared || isSquared\"\n [euiDisabled]=\"chip.euiDisabled || euiDisabled || chip.isDisabled\"\n [euiPrimary]=\"chip.euiPrimary || euiPrimary || chip.typeClass === 'primary' || !chip.typeClass\"\n [euiSecondary]=\"chip.euiSecondary || euiSecondary || chip.typeClass === 'secondary'\"\n [euiInfo]=\"chip.euiInfo || euiInfo || chip.typeClass === 'info'\"\n [euiSuccess]=\"chip.euiSuccess || euiSuccess || chip.typeClass === 'success'\"\n [euiWarning]=\"chip.euiWarning || euiWarning || chip.typeClass === 'warning'\"\n [euiDanger]=\"chip.euiDanger || euiDanger || chip.typeClass === 'danger'\"\n [euiAccent]=\"chip.euiAccent || euiAccent || chip.typeClass === 'accent'\"\n [euiTooltip]=\"chip.tooltipMessage\"\n [position]=\"chip.tooltip?.position\"\n [contentAlignment]=\"chip.tooltip?.contentAlignment\"\n (remove)=\"onRemove($event)\">\n <eui-icon *ngIf=\"chip.iconClass\" [iconClass]=\"chip.iconClass\"></eui-icon>\n <!-- v15 OK -->\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 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", styles: [".eui-chip-list{align-items:center;display:flex;margin:0;padding:0}.eui-chip-list .eui-chip-list-container{align-items:center;display:flex}.eui-chip-list .eui-chip-list-container .eui-chip-list-wrapper{align-items:center;display:flex;width:100%;flex-wrap:wrap}.eui-chip-list .eui-chip-list-container .eui-chip-list-wrapper .eui-chip-list__list{flex-wrap:wrap}.eui-chip-list .eui-chip-list-container .eui-chip-list-wrapper .eui-chip-list__chip-container{align-items:center;display:inline-flex}.eui-chip-list .eui-chip-list-container .eui-chip-list-wrapper .eui-chip-list__chip-container .eui-chip{margin-bottom:var(--eui-base-spacing-2xs);margin-right:var(--eui-base-spacing-2xs)}.eui-chip-list[ischipsdraganddrop] .eui-chip-list-container{width:100%}.eui-chip-list__group{display:flex;flex-wrap:wrap}.eui-chip-list__chip-container.cdk-drag:not(.cdk-drag-disabled){cursor:move!important}.eui-chip-list__custom{min-width:auto!important;width:auto!important}@media screen and (max-width: 767px){.eui-chip-list .eui-chip-list-container{flex-wrap:wrap}}@media screen and (min-width: 768px) and (max-width: 995px){.eui-chip-list .eui-chip-list-container{flex-wrap:wrap}}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i4.EuiChipComponent, selector: "eui-chip, span[euiChip], li[euiChip]", inputs: ["euiInternalId", "tooltipMessage", "id", "data", "isChipRemovable", "isSquared"], outputs: ["remove"] }, { kind: "component", type: i5.EuiButtonComponent, selector: "button[euiButton], a[euiButton]", inputs: ["e2eAttr", "id", "euiBasicButton", "euiButtonCall", "euiBlockButton", "isLoading", "euiIconButton", "euiLineWrap"], outputs: ["buttonClick"] }, { kind: "component", type: i6.EuiIconComponent, selector: "div[euiIcon], span[euiIcon], i[euiIcon], eui-icon", inputs: ["aria-label", "iconClass", "isLoading"] }, { kind: "component", type: i6.EuiIconSvgComponent, selector: "eui-icon-svg, span[euiIconSvg], i[euiIconSvg]", inputs: ["icon", "size", "fillColor", "set", "ariaLabelledby", "role", "style", "iconUrl", "transform", "aria-label", "ariaHidden", "focusable", "isLoading"] }, { kind: "component", type: i7.EuiLabelComponent, selector: "label[euiLabel], span[euiLabel], div[euiLabel], a[euiLabel], eui-label, label[euiSublabel], span[euiSublabel], div[euiSublabel], a[euiSublabel], eui-sublabel", inputs: ["euiRequired", "euiReadonly", "euiSublabel"] }, { kind: "directive", type: i8.CdkDropList, selector: "[cdkDropList], cdk-drop-list", inputs: ["cdkDropListConnectedTo", "cdkDropListData", "cdkDropListOrientation", "id", "cdkDropListLockAxis", "cdkDropListDisabled", "cdkDropListSortingDisabled", "cdkDropListEnterPredicate", "cdkDropListSortPredicate", "cdkDropListAutoScrollDisabled", "cdkDropListAutoScrollStep"], outputs: ["cdkDropListDropped", "cdkDropListEntered", "cdkDropListExited", "cdkDropListSorted"], exportAs: ["cdkDropList"] }, { kind: "directive", type: i8.CdkDropListGroup, selector: "[cdkDropListGroup]", inputs: ["cdkDropListGroupDisabled"], exportAs: ["cdkDropListGroup"] }, { kind: "directive", type: i8.CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragData", "cdkDragLockAxis", "cdkDragRootElement", "cdkDragBoundary", "cdkDragStartDelay", "cdkDragFreeDragPosition", "cdkDragDisabled", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragPreviewContainer"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }, { kind: "directive", type: i9.EuiTooltipDirective, selector: "[euiTooltip]", inputs: ["e2eAttr", "showDelay", "hideDelay", "content", "contentAlignment", "position", "isDisabled", "euiTooltip", "euiTooltipPrimary", "euiTooltipSecondary", "euiTooltipInfo", "euiTooltipSuccess", "euiTooltipWarning", "euiTooltipDanger", "euiTooltipAccent"], exportAs: ["euiTooltip"] }, { kind: "pipe", type: i10.TranslatePipe, name: "translate" }, { kind: "pipe", type: i11.EuiTruncatePipe, name: "euiTruncate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
337
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiChipListComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: EuiChipListDragService }, { token: i2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component }); }
|
338
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-rc.0", type: EuiChipListComponent, selector: "eui-chip-list, div[euiChipList], ul[euiChipList]", inputs: { chips: "chips", toggleLinkMoreLabel: "toggleLinkMoreLabel", toggleLinkLessLabel: "toggleLinkLessLabel", chipsSortOrder: "chipsSortOrder", dragAndDropSourceName: "dragAndDropSourceName", dragAndDropConnectedTo: "dragAndDropConnectedTo", ariaLabel: "ariaLabel", dropListOrientation: "dropListOrientation", isSquared: "isSquared", isChipsRemovable: "isChipsRemovable", maxVisibleChipsCount: "maxVisibleChipsCount", chipsLabelTruncateCount: "chipsLabelTruncateCount", isMaxVisibleChipsOpened: "isMaxVisibleChipsOpened", isChipsSorted: "isChipsSorted", isChipsDragAndDrop: "isChipsDragAndDrop", isGrid: "isGrid" }, outputs: { chipsInit: "chipsInit", chipRemove: "chipRemove", chipDragStarted: "chipDragStarted", chipDragReleased: "chipDragReleased", chipDropped: "chipDropped", chipDragStart: "chipDragStart", chipDragRelease: "chipDragRelease", chipDrop: "chipDrop", chiplistFocus: "chiplistFocus" }, host: { properties: { "attr.aria-label": "this.ariaLabel", "class": "this.cssClasses", "attr.role": "this.attr_Role" } }, queries: [{ propertyName: "euiChipsContent", predicate: i0.forwardRef(() => EuiChipComponent) }], viewQueries: [{ propertyName: "chipListDropList", first: true, predicate: ["chipListDropList"], descendants: true, read: CdkDropList }, { propertyName: "chipListDragAndDropItems", first: true, predicate: ["chipListDragAndDropItems"], descendants: true, read: CdkDropList }, { propertyName: "euiChipItems", predicate: ["euiChipItem"], descendants: true, read: ElementRef }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div *ngIf=\"!isGrid\" class=\"eui-chip-list-container\">\n <div class=\"eui-chip-list-wrapper\">\n <div\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]=\"'option'\"\n [euiInternalId]=\"chip.euiInternalId\"\n [isChipRemovable]=\"chip.isChipRemovable || (isChipsRemovable && chip.isRemovable) !== false\"\n [euiOutline]=\"chip.euiOutline || euiOutline || chip.isOutline\"\n [euiSizeS]=\"chip.euiSizeS || euiSizeS || chip.sizeClass === 'euiSizeS'\"\n [euiSizeM]=\"chip.euiSizeM || euiSizeM || chip.sizeClass === 'euiSizeM'\"\n [euiSizeL]=\"chip.euiSizeL || euiSizeL || chip.sizeClass === 'euiSizeL'\"\n [euiSizeXL]=\"chip.euiSizeXL || euiSizeXL || chip.sizeClass === 'euiSizeXL'\"\n [euiSize2XL]=\"chip.euiSize2XL || euiSize2XL || chip.sizeClass === 'euiSize2XL'\"\n [isSquared]=\"chip.isSquared || isSquared\"\n [euiDisabled]=\"chip.euiDisabled || euiDisabled || chip.isDisabled\"\n [euiPrimary]=\"chip.euiPrimary || euiPrimary || chip.typeClass === 'primary' || !chip.typeClass\"\n [euiSecondary]=\"chip.euiSecondary || euiSecondary || chip.typeClass === 'secondary'\"\n [euiInfo]=\"chip.euiInfo || euiInfo || chip.typeClass === 'info'\"\n [euiSuccess]=\"chip.euiSuccess || euiSuccess || chip.typeClass === 'success'\"\n [euiWarning]=\"chip.euiWarning || euiWarning || chip.typeClass === 'warning'\"\n [euiDanger]=\"chip.euiDanger || euiDanger || chip.typeClass === 'danger'\"\n [euiAccent]=\"chip.euiAccent || euiAccent || chip.typeClass === 'accent'\"\n [euiTooltip]=\"chip.tooltipMessage\"\n [position]=\"chip.tooltip?.position\"\n [contentAlignment]=\"chip.tooltip?.contentAlignment\"\n (remove)=\"onRemove($event)\">\n <eui-icon *ngIf=\"chip.iconClass\" [iconClass]=\"chip.iconClass\"></eui-icon>\n <!-- v15 OK -->\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 #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]=\"'option'\"\n [euiInternalId]=\"chip.euiInternalId\"\n [isChipRemovable]=\"chip.isChipRemovable || (isChipsRemovable && chip.isRemovable) !== false\"\n [euiOutline]=\"chip.euiOutline || euiOutline || chip.isOutline\"\n [euiSizeS]=\"chip.euiSizeS || euiSizeS || chip.sizeClass === 'euiSizeS'\"\n [euiSizeM]=\"chip.euiSizeM || euiSizeM || chip.sizeClass === 'euiSizeM'\"\n [euiSizeL]=\"chip.euiSizeL || euiSizeL || chip.sizeClass === 'euiSizeL'\"\n [euiSizeXL]=\"chip.euiSizeXL || euiSizeXL || chip.sizeClass === 'euiSizeXL'\"\n [euiSize2XL]=\"chip.euiSize2XL || euiSize2XL || chip.sizeClass === 'euiSize2XL'\"\n [isSquared]=\"chip.isSquared || isSquared\"\n [euiDisabled]=\"chip.euiDisabled || euiDisabled || chip.isDisabled\"\n [euiPrimary]=\"chip.euiPrimary || euiPrimary || chip.typeClass === 'primary' || !chip.typeClass\"\n [euiSecondary]=\"chip.euiSecondary || euiSecondary || chip.typeClass === 'secondary'\"\n [euiInfo]=\"chip.euiInfo || euiInfo || chip.typeClass === 'info'\"\n [euiSuccess]=\"chip.euiSuccess || euiSuccess || chip.typeClass === 'success'\"\n [euiWarning]=\"chip.euiWarning || euiWarning || chip.typeClass === 'warning'\"\n [euiDanger]=\"chip.euiDanger || euiDanger || chip.typeClass === 'danger'\"\n [euiAccent]=\"chip.euiAccent || euiAccent || chip.typeClass === 'accent'\"\n [euiTooltip]=\"chip.tooltipMessage\"\n [position]=\"chip.tooltip?.position\"\n [contentAlignment]=\"chip.tooltip?.contentAlignment\"\n (remove)=\"onRemove($event)\">\n <eui-icon *ngIf=\"chip.iconClass\" [iconClass]=\"chip.iconClass\"></eui-icon>\n <!-- v15 OK -->\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 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", styles: [".eui-chip-list{align-items:center;display:flex;margin:0;padding:0}.eui-chip-list .eui-chip-list-container{align-items:center;display:flex}.eui-chip-list .eui-chip-list-container .eui-chip-list-wrapper{align-items:center;display:flex;width:100%;flex-wrap:wrap}.eui-chip-list .eui-chip-list-container .eui-chip-list-wrapper .eui-chip-list__list{flex-wrap:wrap}.eui-chip-list .eui-chip-list-container .eui-chip-list-wrapper .eui-chip-list__chip-container{align-items:center;display:inline-flex}.eui-chip-list .eui-chip-list-container .eui-chip-list-wrapper .eui-chip-list__chip-container .eui-chip{margin-bottom:var(--eui-base-spacing-2xs);margin-right:var(--eui-base-spacing-2xs)}.eui-chip-list[ischipsdraganddrop] .eui-chip-list-container{width:100%}.eui-chip-list__group{display:flex;flex-wrap:wrap}.eui-chip-list__chip-container.cdk-drag:not(.cdk-drag-disabled){cursor:move!important}.eui-chip-list__custom{min-width:auto!important;width:auto!important}@media screen and (max-width: 767px){.eui-chip-list .eui-chip-list-container{flex-wrap:wrap}}@media screen and (min-width: 768px) and (max-width: 995px){.eui-chip-list .eui-chip-list-container{flex-wrap:wrap}}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i4.EuiChipComponent, selector: "eui-chip, span[euiChip], li[euiChip]", inputs: ["euiInternalId", "tooltipMessage", "id", "data", "isChipRemovable", "isSquared"], outputs: ["remove"] }, { kind: "component", type: i5.EuiButtonComponent, selector: "button[euiButton], a[euiButton]", inputs: ["e2eAttr", "id", "euiBasicButton", "euiButtonCall", "euiBlockButton", "isLoading", "euiIconButton", "euiLineWrap"], outputs: ["buttonClick"] }, { kind: "component", type: i6.EuiIconComponent, selector: "div[euiIcon], span[euiIcon], i[euiIcon], eui-icon", inputs: ["aria-label", "iconClass", "isLoading"] }, { kind: "component", type: i6.EuiIconSvgComponent, selector: "eui-icon-svg, span[euiIconSvg], i[euiIconSvg]", inputs: ["icon", "size", "fillColor", "set", "ariaLabelledby", "role", "style", "iconUrl", "transform", "aria-label", "ariaHidden", "focusable", "isLoading"] }, { kind: "component", type: i7.EuiLabelComponent, selector: "label[euiLabel], span[euiLabel], div[euiLabel], a[euiLabel], eui-label, label[euiSublabel], span[euiSublabel], div[euiSublabel], a[euiSublabel], eui-sublabel", inputs: ["euiRequired", "euiReadonly", "euiSublabel"] }, { kind: "directive", type: i8.CdkDropList, selector: "[cdkDropList], cdk-drop-list", inputs: ["cdkDropListConnectedTo", "cdkDropListData", "cdkDropListOrientation", "id", "cdkDropListLockAxis", "cdkDropListDisabled", "cdkDropListSortingDisabled", "cdkDropListEnterPredicate", "cdkDropListSortPredicate", "cdkDropListAutoScrollDisabled", "cdkDropListAutoScrollStep"], outputs: ["cdkDropListDropped", "cdkDropListEntered", "cdkDropListExited", "cdkDropListSorted"], exportAs: ["cdkDropList"] }, { kind: "directive", type: i8.CdkDropListGroup, selector: "[cdkDropListGroup]", inputs: ["cdkDropListGroupDisabled"], exportAs: ["cdkDropListGroup"] }, { kind: "directive", type: i8.CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragData", "cdkDragLockAxis", "cdkDragRootElement", "cdkDragBoundary", "cdkDragStartDelay", "cdkDragFreeDragPosition", "cdkDragDisabled", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragPreviewContainer"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }, { kind: "directive", type: i9.EuiTooltipDirective, selector: "[euiTooltip]", inputs: ["e2eAttr", "showDelay", "hideDelay", "content", "contentAlignment", "position", "isDisabled", "euiTooltip", "euiTooltipPrimary", "euiTooltipSecondary", "euiTooltipInfo", "euiTooltipSuccess", "euiTooltipWarning", "euiTooltipDanger", "euiTooltipAccent"], exportAs: ["euiTooltip"] }, { kind: "pipe", type: i10.TranslatePipe, name: "translate" }, { kind: "pipe", type: i11.EuiTruncatePipe, name: "euiTruncate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
309
339
|
}
|
310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-
|
340
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiChipListComponent, decorators: [{
|
311
341
|
type: Component,
|
312
342
|
args: [{ selector: 'eui-chip-list, div[euiChipList], ul[euiChipList]', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div *ngIf=\"!isGrid\" class=\"eui-chip-list-container\">\n <div class=\"eui-chip-list-wrapper\">\n <div\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]=\"'option'\"\n [euiInternalId]=\"chip.euiInternalId\"\n [isChipRemovable]=\"chip.isChipRemovable || (isChipsRemovable && chip.isRemovable) !== false\"\n [euiOutline]=\"chip.euiOutline || euiOutline || chip.isOutline\"\n [euiSizeS]=\"chip.euiSizeS || euiSizeS || chip.sizeClass === 'euiSizeS'\"\n [euiSizeM]=\"chip.euiSizeM || euiSizeM || chip.sizeClass === 'euiSizeM'\"\n [euiSizeL]=\"chip.euiSizeL || euiSizeL || chip.sizeClass === 'euiSizeL'\"\n [euiSizeXL]=\"chip.euiSizeXL || euiSizeXL || chip.sizeClass === 'euiSizeXL'\"\n [euiSize2XL]=\"chip.euiSize2XL || euiSize2XL || chip.sizeClass === 'euiSize2XL'\"\n [isSquared]=\"chip.isSquared || isSquared\"\n [euiDisabled]=\"chip.euiDisabled || euiDisabled || chip.isDisabled\"\n [euiPrimary]=\"chip.euiPrimary || euiPrimary || chip.typeClass === 'primary' || !chip.typeClass\"\n [euiSecondary]=\"chip.euiSecondary || euiSecondary || chip.typeClass === 'secondary'\"\n [euiInfo]=\"chip.euiInfo || euiInfo || chip.typeClass === 'info'\"\n [euiSuccess]=\"chip.euiSuccess || euiSuccess || chip.typeClass === 'success'\"\n [euiWarning]=\"chip.euiWarning || euiWarning || chip.typeClass === 'warning'\"\n [euiDanger]=\"chip.euiDanger || euiDanger || chip.typeClass === 'danger'\"\n [euiAccent]=\"chip.euiAccent || euiAccent || chip.typeClass === 'accent'\"\n [euiTooltip]=\"chip.tooltipMessage\"\n [position]=\"chip.tooltip?.position\"\n [contentAlignment]=\"chip.tooltip?.contentAlignment\"\n (remove)=\"onRemove($event)\">\n <eui-icon *ngIf=\"chip.iconClass\" [iconClass]=\"chip.iconClass\"></eui-icon>\n <!-- v15 OK -->\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 #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]=\"'option'\"\n [euiInternalId]=\"chip.euiInternalId\"\n [isChipRemovable]=\"chip.isChipRemovable || (isChipsRemovable && chip.isRemovable) !== false\"\n [euiOutline]=\"chip.euiOutline || euiOutline || chip.isOutline\"\n [euiSizeS]=\"chip.euiSizeS || euiSizeS || chip.sizeClass === 'euiSizeS'\"\n [euiSizeM]=\"chip.euiSizeM || euiSizeM || chip.sizeClass === 'euiSizeM'\"\n [euiSizeL]=\"chip.euiSizeL || euiSizeL || chip.sizeClass === 'euiSizeL'\"\n [euiSizeXL]=\"chip.euiSizeXL || euiSizeXL || chip.sizeClass === 'euiSizeXL'\"\n [euiSize2XL]=\"chip.euiSize2XL || euiSize2XL || chip.sizeClass === 'euiSize2XL'\"\n [isSquared]=\"chip.isSquared || isSquared\"\n [euiDisabled]=\"chip.euiDisabled || euiDisabled || chip.isDisabled\"\n [euiPrimary]=\"chip.euiPrimary || euiPrimary || chip.typeClass === 'primary' || !chip.typeClass\"\n [euiSecondary]=\"chip.euiSecondary || euiSecondary || chip.typeClass === 'secondary'\"\n [euiInfo]=\"chip.euiInfo || euiInfo || chip.typeClass === 'info'\"\n [euiSuccess]=\"chip.euiSuccess || euiSuccess || chip.typeClass === 'success'\"\n [euiWarning]=\"chip.euiWarning || euiWarning || chip.typeClass === 'warning'\"\n [euiDanger]=\"chip.euiDanger || euiDanger || chip.typeClass === 'danger'\"\n [euiAccent]=\"chip.euiAccent || euiAccent || chip.typeClass === 'accent'\"\n [euiTooltip]=\"chip.tooltipMessage\"\n [position]=\"chip.tooltip?.position\"\n [contentAlignment]=\"chip.tooltip?.contentAlignment\"\n (remove)=\"onRemove($event)\">\n <eui-icon *ngIf=\"chip.iconClass\" [iconClass]=\"chip.iconClass\"></eui-icon>\n <!-- v15 OK -->\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 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", styles: [".eui-chip-list{align-items:center;display:flex;margin:0;padding:0}.eui-chip-list .eui-chip-list-container{align-items:center;display:flex}.eui-chip-list .eui-chip-list-container .eui-chip-list-wrapper{align-items:center;display:flex;width:100%;flex-wrap:wrap}.eui-chip-list .eui-chip-list-container .eui-chip-list-wrapper .eui-chip-list__list{flex-wrap:wrap}.eui-chip-list .eui-chip-list-container .eui-chip-list-wrapper .eui-chip-list__chip-container{align-items:center;display:inline-flex}.eui-chip-list .eui-chip-list-container .eui-chip-list-wrapper .eui-chip-list__chip-container .eui-chip{margin-bottom:var(--eui-base-spacing-2xs);margin-right:var(--eui-base-spacing-2xs)}.eui-chip-list[ischipsdraganddrop] .eui-chip-list-container{width:100%}.eui-chip-list__group{display:flex;flex-wrap:wrap}.eui-chip-list__chip-container.cdk-drag:not(.cdk-drag-disabled){cursor:move!important}.eui-chip-list__custom{min-width:auto!important;width:auto!important}@media screen and (max-width: 767px){.eui-chip-list .eui-chip-list-container{flex-wrap:wrap}}@media screen and (min-width: 768px) and (max-width: 995px){.eui-chip-list .eui-chip-list-container{flex-wrap:wrap}}\n"] }]
|
313
343
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: EuiChipListDragService }, { type: i2.DomSanitizer }], propDecorators: { chips: [{
|
@@ -339,6 +369,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7",
|
|
339
369
|
type: Output
|
340
370
|
}], chipDropped: [{
|
341
371
|
type: Output
|
372
|
+
}], chipDragStart: [{
|
373
|
+
type: Output
|
374
|
+
}], chipDragRelease: [{
|
375
|
+
type: Output
|
376
|
+
}], chipDrop: [{
|
377
|
+
type: Output
|
342
378
|
}], chiplistFocus: [{
|
343
379
|
type: Output
|
344
380
|
}], cssClasses: [{
|
@@ -378,17 +414,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7",
|
|
378
414
|
}] } });
|
379
415
|
/* eslint-disable */
|
380
416
|
class EuiChipListAppendContentDirective {
|
381
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-
|
382
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-
|
417
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiChipListAppendContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
418
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-rc.0", type: EuiChipListAppendContentDirective, selector: "euiChipListAppendContent", ngImport: i0 }); }
|
383
419
|
}
|
384
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-
|
420
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiChipListAppendContentDirective, decorators: [{
|
385
421
|
type: Directive,
|
386
422
|
args: [{ selector: 'euiChipListAppendContent' }]
|
387
423
|
}] });
|
388
424
|
|
389
425
|
class EuiChipListModule {
|
390
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-
|
391
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-
|
426
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiChipListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
427
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiChipListModule, declarations: [EuiChipListComponent, EuiChipListAppendContentDirective], imports: [CommonModule,
|
392
428
|
EuiChipModule,
|
393
429
|
EuiButtonModule,
|
394
430
|
EuiIconModule,
|
@@ -397,7 +433,7 @@ class EuiChipListModule {
|
|
397
433
|
TranslateModule,
|
398
434
|
EuiTruncatePipeModule,
|
399
435
|
EuiTooltipDirectiveModule], exports: [EuiChipListComponent, EuiChipListAppendContentDirective] }); }
|
400
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-
|
436
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiChipListModule, providers: [EuiChipListDragService], imports: [CommonModule,
|
401
437
|
EuiChipModule,
|
402
438
|
EuiButtonModule,
|
403
439
|
EuiIconModule,
|
@@ -407,7 +443,7 @@ class EuiChipListModule {
|
|
407
443
|
EuiTruncatePipeModule,
|
408
444
|
EuiTooltipDirectiveModule] }); }
|
409
445
|
}
|
410
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-
|
446
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiChipListModule, decorators: [{
|
411
447
|
type: NgModule,
|
412
448
|
args: [{
|
413
449
|
imports: [
|