@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
@@ -0,0 +1,5 @@
|
|
1
|
+
/**
|
2
|
+
* Generated bundle index. Do not edit.
|
3
|
+
*/
|
4
|
+
export * from './index';
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpLWNvbXBvbmVudHMtZWNsLWV1aS1lY2wtYmFubmVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vZWNsL2V1aS1lY2wtYmFubmVyL2V1aS1jb21wb25lbnRzLWVjbC1ldWktZWNsLWJhbm5lci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import { Directive, HostBinding } from '@angular/core';
|
2
|
+
import { EuiEclBaseDirective } from '@eui/components/ecl/shared';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export class EuiEclBannerCreditDirective extends EuiEclBaseDirective {
|
5
|
+
constructor() {
|
6
|
+
super(...arguments);
|
7
|
+
this.className = 'ecl-banner__credit';
|
8
|
+
}
|
9
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclBannerCreditDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
10
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-rc.0", type: EuiEclBannerCreditDirective, selector: "[euiEclBannerCredit]", host: { properties: { "class": "this.className" } }, usesInheritance: true, ngImport: i0 }); }
|
11
|
+
}
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclBannerCreditDirective, decorators: [{
|
13
|
+
type: Directive,
|
14
|
+
args: [{
|
15
|
+
selector: `[euiEclBannerCredit]`,
|
16
|
+
}]
|
17
|
+
}], propDecorators: { className: [{
|
18
|
+
type: HostBinding,
|
19
|
+
args: ['class']
|
20
|
+
}] } });
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpLWVjbC1iYW5uZXItY3JlZGl0LmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2VjbC9ldWktZWNsLWJhbm5lci9ldWktZWNsLWJhbm5lci1jcmVkaXQuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3ZELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDRCQUE0QixDQUFDOztBQUtqRSxNQUFNLE9BQU8sMkJBQTRCLFNBQVEsbUJBQW1CO0lBSHBFOztRQUkwQixjQUFTLEdBQUcsb0JBQW9CLENBQUM7S0FDMUQ7c0lBRlksMkJBQTJCOzBIQUEzQiwyQkFBMkI7O2dHQUEzQiwyQkFBMkI7a0JBSHZDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHNCQUFzQjtpQkFDbkM7OEJBRXlCLFNBQVM7c0JBQTlCLFdBQVc7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgSG9zdEJpbmRpbmcgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEV1aUVjbEJhc2VEaXJlY3RpdmUgfSBmcm9tICdAZXVpL2NvbXBvbmVudHMvZWNsL3NoYXJlZCc7XG5cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiBgW2V1aUVjbEJhbm5lckNyZWRpdF1gLFxufSlcbmV4cG9ydCBjbGFzcyBFdWlFY2xCYW5uZXJDcmVkaXREaXJlY3RpdmUgZXh0ZW5kcyBFdWlFY2xCYXNlRGlyZWN0aXZlIHtcbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzJykgY2xhc3NOYW1lID0gJ2VjbC1iYW5uZXJfX2NyZWRpdCc7XG59XG4iXX0=
|
@@ -0,0 +1,38 @@
|
|
1
|
+
import { Directive, HostBinding } from '@angular/core';
|
2
|
+
import { EuiEclBaseDirective } from '@eui/components/ecl/shared';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export class EuiEclBannerDescriptionDirective extends EuiEclBaseDirective {
|
5
|
+
constructor() {
|
6
|
+
super(...arguments);
|
7
|
+
this.className = 'ecl-banner__description';
|
8
|
+
}
|
9
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclBannerDescriptionDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
10
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-rc.0", type: EuiEclBannerDescriptionDirective, selector: "[euiEclBannerDescription]", host: { properties: { "class": "this.className" } }, usesInheritance: true, ngImport: i0 }); }
|
11
|
+
}
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclBannerDescriptionDirective, decorators: [{
|
13
|
+
type: Directive,
|
14
|
+
args: [{
|
15
|
+
selector: `[euiEclBannerDescription]`,
|
16
|
+
}]
|
17
|
+
}], propDecorators: { className: [{
|
18
|
+
type: HostBinding,
|
19
|
+
args: ['class']
|
20
|
+
}] } });
|
21
|
+
export class EuiEclBannerDescriptionTextDirective extends EuiEclBaseDirective {
|
22
|
+
constructor() {
|
23
|
+
super(...arguments);
|
24
|
+
this.className = 'ecl-banner__description-text';
|
25
|
+
}
|
26
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclBannerDescriptionTextDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
27
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-rc.0", type: EuiEclBannerDescriptionTextDirective, selector: "[euiEclBannerDescriptionText]", host: { properties: { "class": "this.className" } }, usesInheritance: true, ngImport: i0 }); }
|
28
|
+
}
|
29
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclBannerDescriptionTextDirective, decorators: [{
|
30
|
+
type: Directive,
|
31
|
+
args: [{
|
32
|
+
selector: `[euiEclBannerDescriptionText]`,
|
33
|
+
}]
|
34
|
+
}], propDecorators: { className: [{
|
35
|
+
type: HostBinding,
|
36
|
+
args: ['class']
|
37
|
+
}] } });
|
38
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpLWVjbC1iYW5uZXItZGVzY3JpcHRpb24uZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vZWNsL2V1aS1lY2wtYmFubmVyL2V1aS1lY2wtYmFubmVyLWRlc2NyaXB0aW9uLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN2RCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7QUFLakUsTUFBTSxPQUFPLGdDQUFpQyxTQUFRLG1CQUFtQjtJQUh6RTs7UUFJMEIsY0FBUyxHQUFHLHlCQUF5QixDQUFDO0tBQy9EO3NJQUZZLGdDQUFnQzswSEFBaEMsZ0NBQWdDOztnR0FBaEMsZ0NBQWdDO2tCQUg1QyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSwyQkFBMkI7aUJBQ3hDOzhCQUV5QixTQUFTO3NCQUE5QixXQUFXO3VCQUFDLE9BQU87O0FBTXhCLE1BQU0sT0FBTyxvQ0FBcUMsU0FBUSxtQkFBbUI7SUFIN0U7O1FBSTBCLGNBQVMsR0FBRyw4QkFBOEIsQ0FBQztLQUNwRTtzSUFGWSxvQ0FBb0M7MEhBQXBDLG9DQUFvQzs7Z0dBQXBDLG9DQUFvQztrQkFIaEQsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsK0JBQStCO2lCQUM1Qzs4QkFFeUIsU0FBUztzQkFBOUIsV0FBVzt1QkFBQyxPQUFPIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBIb3N0QmluZGluZyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRXVpRWNsQmFzZURpcmVjdGl2ZSB9IGZyb20gJ0BldWkvY29tcG9uZW50cy9lY2wvc2hhcmVkJztcblxuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6IGBbZXVpRWNsQmFubmVyRGVzY3JpcHRpb25dYCxcbn0pXG5leHBvcnQgY2xhc3MgRXVpRWNsQmFubmVyRGVzY3JpcHRpb25EaXJlY3RpdmUgZXh0ZW5kcyBFdWlFY2xCYXNlRGlyZWN0aXZlIHtcbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzJykgY2xhc3NOYW1lID0gJ2VjbC1iYW5uZXJfX2Rlc2NyaXB0aW9uJztcbn1cblxuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6IGBbZXVpRWNsQmFubmVyRGVzY3JpcHRpb25UZXh0XWAsXG59KVxuZXhwb3J0IGNsYXNzIEV1aUVjbEJhbm5lckRlc2NyaXB0aW9uVGV4dERpcmVjdGl2ZSBleHRlbmRzIEV1aUVjbEJhc2VEaXJlY3RpdmUge1xuICAgIEBIb3N0QmluZGluZygnY2xhc3MnKSBjbGFzc05hbWUgPSAnZWNsLWJhbm5lcl9fZGVzY3JpcHRpb24tdGV4dCc7XG59XG4iXX0=
|
@@ -0,0 +1,37 @@
|
|
1
|
+
import { Directive, HostBinding } from '@angular/core';
|
2
|
+
import { EuiEclBaseDirective } from '@eui/components/ecl/shared';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export class EuiEclBannerPictureDirective extends EuiEclBaseDirective {
|
5
|
+
get cssClasses() {
|
6
|
+
return [super.getCssClasses('ecl-picture ecl-banner__picture')].join(' ').trim();
|
7
|
+
}
|
8
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclBannerPictureDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
9
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-rc.0", type: EuiEclBannerPictureDirective, selector: "picture[euiEclBannerPicture]", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0 }); }
|
10
|
+
}
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclBannerPictureDirective, decorators: [{
|
12
|
+
type: Directive,
|
13
|
+
args: [{
|
14
|
+
selector: 'picture[euiEclBannerPicture]',
|
15
|
+
}]
|
16
|
+
}], propDecorators: { cssClasses: [{
|
17
|
+
type: HostBinding,
|
18
|
+
args: ['class']
|
19
|
+
}] } });
|
20
|
+
export class EuiEclBannerImageDirective extends EuiEclBaseDirective {
|
21
|
+
constructor() {
|
22
|
+
super(...arguments);
|
23
|
+
this.className = true;
|
24
|
+
}
|
25
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclBannerImageDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
26
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-rc.0", type: EuiEclBannerImageDirective, selector: "img[euiEclBannerImage]", host: { properties: { "class.ecl-banner__image": "this.className" } }, usesInheritance: true, ngImport: i0 }); }
|
27
|
+
}
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclBannerImageDirective, decorators: [{
|
29
|
+
type: Directive,
|
30
|
+
args: [{
|
31
|
+
selector: 'img[euiEclBannerImage]',
|
32
|
+
}]
|
33
|
+
}], propDecorators: { className: [{
|
34
|
+
type: HostBinding,
|
35
|
+
args: ['class.ecl-banner__image']
|
36
|
+
}] } });
|
37
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpLWVjbC1iYW5uZXItcGljdHVyZS5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9lY2wvZXVpLWVjbC1iYW5uZXIvZXVpLWVjbC1iYW5uZXItcGljdHVyZS5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdkQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7O0FBS2pFLE1BQU0sT0FBTyw0QkFBNkIsU0FBUSxtQkFBbUI7SUFDakUsSUFDSSxVQUFVO1FBQ1YsT0FBTyxDQUFDLEtBQUssQ0FBQyxhQUFhLENBQUMsaUNBQWlDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUNyRixDQUFDO3NJQUpRLDRCQUE0QjswSEFBNUIsNEJBQTRCOztnR0FBNUIsNEJBQTRCO2tCQUh4QyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSw4QkFBOEI7aUJBQzNDOzhCQUdPLFVBQVU7c0JBRGIsV0FBVzt1QkFBQyxPQUFPOztBQVN4QixNQUFNLE9BQU8sMEJBQTJCLFNBQVEsbUJBQW1CO0lBSG5FOztRQUk0QyxjQUFTLEdBQUcsSUFBSSxDQUFDO0tBQzVEO3NJQUZZLDBCQUEwQjswSEFBMUIsMEJBQTBCOztnR0FBMUIsMEJBQTBCO2tCQUh0QyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSx3QkFBd0I7aUJBQ3JDOzhCQUUyQyxTQUFTO3NCQUFoRCxXQUFXO3VCQUFDLHlCQUF5QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgSG9zdEJpbmRpbmcgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEV1aUVjbEJhc2VEaXJlY3RpdmUgfSBmcm9tICdAZXVpL2NvbXBvbmVudHMvZWNsL3NoYXJlZCc7XG5cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAncGljdHVyZVtldWlFY2xCYW5uZXJQaWN0dXJlXScsXG59KVxuZXhwb3J0IGNsYXNzIEV1aUVjbEJhbm5lclBpY3R1cmVEaXJlY3RpdmUgZXh0ZW5kcyBFdWlFY2xCYXNlRGlyZWN0aXZlIHtcbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzJylcbiAgICBnZXQgY3NzQ2xhc3NlcygpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gW3N1cGVyLmdldENzc0NsYXNzZXMoJ2VjbC1waWN0dXJlIGVjbC1iYW5uZXJfX3BpY3R1cmUnKV0uam9pbignICcpLnRyaW0oKTtcbiAgICB9XG59XG5cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAnaW1nW2V1aUVjbEJhbm5lckltYWdlXScsXG59KVxuZXhwb3J0IGNsYXNzIEV1aUVjbEJhbm5lckltYWdlRGlyZWN0aXZlIGV4dGVuZHMgRXVpRWNsQmFzZURpcmVjdGl2ZSB7XG4gICAgQEhvc3RCaW5kaW5nKCdjbGFzcy5lY2wtYmFubmVyX19pbWFnZScpIGNsYXNzTmFtZSA9IHRydWU7XG59XG4iXX0=
|
@@ -0,0 +1,38 @@
|
|
1
|
+
import { Directive, HostBinding } from '@angular/core';
|
2
|
+
import { EuiEclBaseDirective } from '@eui/components/ecl/shared';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export class EuiEclBannerTitleDirective extends EuiEclBaseDirective {
|
5
|
+
constructor() {
|
6
|
+
super(...arguments);
|
7
|
+
this.className = 'ecl-banner__title';
|
8
|
+
}
|
9
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclBannerTitleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
10
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-rc.0", type: EuiEclBannerTitleDirective, selector: "[euiEclBannerTitle]", host: { properties: { "class": "this.className" } }, usesInheritance: true, ngImport: i0 }); }
|
11
|
+
}
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclBannerTitleDirective, decorators: [{
|
13
|
+
type: Directive,
|
14
|
+
args: [{
|
15
|
+
selector: `[euiEclBannerTitle]`,
|
16
|
+
}]
|
17
|
+
}], propDecorators: { className: [{
|
18
|
+
type: HostBinding,
|
19
|
+
args: ['class']
|
20
|
+
}] } });
|
21
|
+
export class EuiEclBannerTitleTextDirective extends EuiEclBaseDirective {
|
22
|
+
constructor() {
|
23
|
+
super(...arguments);
|
24
|
+
this.className = 'ecl-banner__title-text';
|
25
|
+
}
|
26
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclBannerTitleTextDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
27
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-rc.0", type: EuiEclBannerTitleTextDirective, selector: "[euiEclBannerTitleText]", host: { properties: { "class": "this.className" } }, usesInheritance: true, ngImport: i0 }); }
|
28
|
+
}
|
29
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclBannerTitleTextDirective, decorators: [{
|
30
|
+
type: Directive,
|
31
|
+
args: [{
|
32
|
+
selector: `[euiEclBannerTitleText]`,
|
33
|
+
}]
|
34
|
+
}], propDecorators: { className: [{
|
35
|
+
type: HostBinding,
|
36
|
+
args: ['class']
|
37
|
+
}] } });
|
38
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpLWVjbC1iYW5uZXItdGl0bGUuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vZWNsL2V1aS1lY2wtYmFubmVyL2V1aS1lY2wtYmFubmVyLXRpdGxlLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN2RCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7QUFLakUsTUFBTSxPQUFPLDBCQUEyQixTQUFRLG1CQUFtQjtJQUhuRTs7UUFJMEIsY0FBUyxHQUFHLG1CQUFtQixDQUFDO0tBQ3pEO3NJQUZZLDBCQUEwQjswSEFBMUIsMEJBQTBCOztnR0FBMUIsMEJBQTBCO2tCQUh0QyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxxQkFBcUI7aUJBQ2xDOzhCQUV5QixTQUFTO3NCQUE5QixXQUFXO3VCQUFDLE9BQU87O0FBTXhCLE1BQU0sT0FBTyw4QkFBK0IsU0FBUSxtQkFBbUI7SUFIdkU7O1FBSTBCLGNBQVMsR0FBRyx3QkFBd0IsQ0FBQztLQUM5RDtzSUFGWSw4QkFBOEI7MEhBQTlCLDhCQUE4Qjs7Z0dBQTlCLDhCQUE4QjtrQkFIMUMsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUseUJBQXlCO2lCQUN0Qzs4QkFFeUIsU0FBUztzQkFBOUIsV0FBVzt1QkFBQyxPQUFPIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBIb3N0QmluZGluZyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRXVpRWNsQmFzZURpcmVjdGl2ZSB9IGZyb20gJ0BldWkvY29tcG9uZW50cy9lY2wvc2hhcmVkJztcblxuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6IGBbZXVpRWNsQmFubmVyVGl0bGVdYCxcbn0pXG5leHBvcnQgY2xhc3MgRXVpRWNsQmFubmVyVGl0bGVEaXJlY3RpdmUgZXh0ZW5kcyBFdWlFY2xCYXNlRGlyZWN0aXZlIHtcbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzJykgY2xhc3NOYW1lID0gJ2VjbC1iYW5uZXJfX3RpdGxlJztcbn1cblxuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6IGBbZXVpRWNsQmFubmVyVGl0bGVUZXh0XWAsXG59KVxuZXhwb3J0IGNsYXNzIEV1aUVjbEJhbm5lclRpdGxlVGV4dERpcmVjdGl2ZSBleHRlbmRzIEV1aUVjbEJhc2VEaXJlY3RpdmUge1xuICAgIEBIb3N0QmluZGluZygnY2xhc3MnKSBjbGFzc05hbWUgPSAnZWNsLWJhbm5lcl9fdGl0bGUtdGV4dCc7XG59XG4iXX0=
|
@@ -0,0 +1,73 @@
|
|
1
|
+
import { __decorate } from "tslib";
|
2
|
+
import { Component, Input, forwardRef, ContentChildren, ContentChild, HostBinding, ViewEncapsulation } from '@angular/core';
|
3
|
+
import { coerceBoolean } from '@eui/base';
|
4
|
+
import { EuiEclBaseDirective } from '@eui/components/ecl/shared';
|
5
|
+
import { EuiEclLinkDirective } from '@eui/components/ecl/eui-ecl-link';
|
6
|
+
import { EuiEclFilePictureDirective } from './eui-ecl-file-picture.directive';
|
7
|
+
import * as i0 from "@angular/core";
|
8
|
+
import * as i1 from "@angular/common";
|
9
|
+
export class EuiEclBannerComponent extends EuiEclBaseDirective {
|
10
|
+
constructor() {
|
11
|
+
super(...arguments);
|
12
|
+
this.eclSize = 'm';
|
13
|
+
this.isCentered = true;
|
14
|
+
this.isFullWidth = false;
|
15
|
+
}
|
16
|
+
get cssClasses() {
|
17
|
+
return [
|
18
|
+
super.getCssClasses('ecl-banner'),
|
19
|
+
`ecl-banner--${this.variant}`,
|
20
|
+
`ecl-banner--${this.eclSize}`,
|
21
|
+
this.isCentered ? `ecl-banner--centered` : '',
|
22
|
+
this.isFullWidth ? `ecl-banner--full-width` : '',
|
23
|
+
]
|
24
|
+
.join(' ')
|
25
|
+
.trim();
|
26
|
+
}
|
27
|
+
ngAfterContentInit() {
|
28
|
+
if (this.eclLinkComponents) {
|
29
|
+
this.eclLinkComponents.forEach((link) => {
|
30
|
+
link.class = 'ecl-banner__link-cta';
|
31
|
+
});
|
32
|
+
}
|
33
|
+
}
|
34
|
+
get hasCtaLink() {
|
35
|
+
return this.eclLinkComponents.length > 0;
|
36
|
+
}
|
37
|
+
// TODO: Remove in 18. Workaround to make both picture and background image usable.
|
38
|
+
get showImage() {
|
39
|
+
return this.image && !this.eclPictureDirective;
|
40
|
+
}
|
41
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclBannerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
42
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-rc.0", type: EuiEclBannerComponent, selector: "eui-ecl-banner", inputs: { variant: "variant", image: "image", eclSize: "eclSize", isCentered: "isCentered", isFullWidth: "isFullWidth" }, host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "eclPictureDirective", first: true, predicate: EuiEclFilePictureDirective, descendants: true }, { propertyName: "eclLinkComponents", predicate: i0.forwardRef(() => EuiEclLinkDirective) }], usesInheritance: true, ngImport: i0, template: "<picture *ngIf=\"showImage\" class=\"ecl-picture ecl-banner__picture\">\n <img class=\"ecl-banner__image\" [src]=\"image\" />\n</picture>\n<ng-content *ngIf=\"!showImage\" select=\"[eclBannerPicture]\"></ng-content>\n<ng-content select=\"[eclBannerCredit]\"></ng-content>\n<div class=\"ecl-container\">\n <div class=\"ecl-banner__container\">\n <div class=\"ecl-banner__content\">\n <ng-content select=\"[eclBannerTitle]\"></ng-content>\n <ng-content select=\"[eclBannerDescription]\"></ng-content>\n <div *ngIf=\"hasCtaLink\" class=\"ecl-banner__cta\">\n <ng-content select=\"[eclLink]\"></ng-content>\n </div>\n <ng-content></ng-content>\n </div>\n </div>\n</div>\n", styles: [".ecl-banner{align-items:center;border-radius:8px;box-shadow:0 0 6px #09318e33;display:flex;flex-direction:column;justify-content:center;margin-bottom:0;margin-inline-end:0;margin-top:0;overflow:hidden;position:relative}.ecl-banner__picture{position:relative;width:100%}.ecl-banner__credit{background:rgba(0,0,0,.54);color:#fff;font: 400 .875rem/1rem arial,sans-serif;padding:.25rem .5rem;position:absolute;right:0;top:0;z-index:1}.ecl-container .ecl-banner:not(.ecl-banner--full-width) .ecl-container{padding-inline-start:1.5rem;padding-inline-end:1.5rem}.ecl-banner__container{display:flex;padding-bottom:1.5rem;padding-top:1.5rem;width:100%}.ecl-banner__content{align-items:start;box-sizing:content-box;display:inline-flex;flex-direction:column}.ecl-banner--centered .ecl-banner__container{justify-content:center}.ecl-banner--centered .ecl-banner__content{align-items:center;text-align:center}.ecl-banner__image{display:block;object-fit:cover;object-position:top;position:relative;width:100%}.ecl-banner__title{font: 400 1.75rem/2rem arial,sans-serif;font-weight:400;margin:0}.ecl-banner__description{font: 400 1.125rem/1.5rem arial,sans-serif;font-weight:400;margin-bottom:0;margin-top:.5rem}.ecl-banner__cta{margin-top:1.5rem}.ecl-banner__content>*:first-child{margin-top:0}.ecl-banner--full-width{border-radius:0;left:50%;margin-inline-start:-50vw;width:100vw}.ecl-banner--plain-background{background:linear-gradient(to right,#082b7a 0%,#0e47cb 100%)}.ecl-banner--plain-background .ecl-banner__title,.ecl-banner--plain-background .ecl-banner__description{color:#fff}.ecl-banner--text-box{background:rgba(255,255,255,.9)}.ecl-banner--text-box .ecl-banner__image{aspect-ratio:4/1;border-bottom:4px solid #fc0}.ecl-banner--text-box .ecl-banner__title{color:#171a22}.ecl-banner--text-box .ecl-banner__description{color:#515560}@media (min-width: 996px){.ecl-banner--text-box .ecl-banner__container{padding-bottom:0;padding-top:0}.ecl-banner--text-box .ecl-banner__image{border-bottom-width:0}.ecl-banner--text-box .ecl-banner__content{background:rgba(255,255,255,.9);border-bottom:0 solid #fc0;border-inline-start:4px solid #fc0;border-radius:4px;padding:1.5rem}}.ecl-banner--image-overlay{background:linear-gradient(to right,#082b7a 0%,#0e47cb 100%)}.ecl-banner--image-overlay .ecl-banner__picture:before{background-color:#0006;border-bottom:4px solid #fc0;content:\"\";height:100%;position:absolute;width:100%;z-index:1}.ecl-banner--image-overlay .ecl-banner__image{aspect-ratio:4/1}.ecl-banner--image-overlay .ecl-banner__title,.ecl-banner--image-overlay .ecl-banner__description{color:#fff}@media (min-width: 996px){.ecl-banner--image-overlay .ecl-banner__picture{border-bottom-width:0}.ecl-banner--image-overlay .ecl-banner__image:before{border-radius:8px;height:100%;padding-top:0}.ecl-banner--image-overlay .ecl-banner__title,.ecl-banner--image-overlay .ecl-banner__description{text-shadow:0 0 4px #000}}.ecl-banner--text-highlight{background:linear-gradient(to right,#082b7a 0%,#0e47cb 100%)}.ecl-banner--text-highlight .ecl-banner__image{border-bottom:4px solid #fc0;border-radius:8px 8px 0 0;aspect-ratio:4/1}.ecl-banner--text-highlight .ecl-banner__title,.ecl-banner--text-highlight .ecl-banner__description{color:#fff}@media (min-width: 996px){.ecl-banner--text-highlight .ecl-banner__image{border-bottom-width:0}.ecl-banner--text-highlight .ecl-banner__image:before{border-radius:8px;padding-top:0}.ecl-banner--text-highlight .ecl-banner__title-text,.ecl-banner--text-highlight .ecl-banner__description-text{-webkit-box-decoration-break:clone;box-decoration-break:clone;background:rgba(0,0,0,.72);padding:.25rem .5rem}.ecl-banner--text-highlight .ecl-banner__title-text{line-height:1.3}.ecl-banner--text-highlight .ecl-banner__description-text{line-height:1.5}}@media (min-width: 996px){.ecl-banner .ecl-banner__image,.ecl-banner--m .ecl-banner__image{aspect-ratio:4/1}.ecl-banner--s .ecl-banner__image{aspect-ratio:5/1}.ecl-banner--l .ecl-banner__image{aspect-ratio:3/1}.ecl-banner .ecl-container{position:absolute;z-index:1}.ecl-banner__content{max-width:45.5rem}.ecl-banner--plain-background:before{content:\"\";display:block;padding-top:25%;width:100%}.ecl-banner--plain-background.ecl-banner--s:before{padding-top:20%}.ecl-banner--plain-background.ecl-banner--l:before{padding-top:33%}.ecl-banner__title{font: 400 2.625rem/3.25rem arial,sans-serif;font-weight:400}.ecl-banner__description{font: 400 1.125rem/1.75rem arial,sans-serif;font-weight:400}}.ecl-file{border-radius:4px;margin:0;max-width:823px;overflow:hidden}.ecl-file__container{align-items:center;background-color:#f3f6fc;border:none;display:flex;flex-wrap:wrap;padding:1.5rem}.ecl-file__icon{align-self:flex-start;fill:#0e47cb}.ecl-file__info{display:flex;flex-basis:50%;flex-grow:1;flex-wrap:wrap;margin-inline-start:.5rem}.ecl-file__title{color:#515560;font: 400 1rem/1.25rem arial,sans-serif;font-weight:700;width:100%}.ecl-file__language{color:#515560;font: 400 .875rem/1rem arial,sans-serif;font-weight:700;margin-inline-end:.5rem;margin-top:.25rem}.ecl-file__meta{color:#515560;font: 400 .875rem/1rem arial,sans-serif;margin-top:.25rem}.ecl-file__detail{border-bottom:1px solid #cfdaf5;display:flex;flex-direction:column;margin-bottom:1rem;padding-bottom:1rem;width:100%}.ecl-file__detail-meta{display:flex;font: 400 .875rem/1rem arial,sans-serif;margin-bottom:.5rem}.ecl-file__detail-meta-item{margin-inline-start:1rem}.ecl-file__detail-meta-item:before{color:#0e47cb;content:\"|\";margin-inline-end:1rem}.ecl-file__detail-meta-item:first-of-type{margin-inline-start:0;text-transform:uppercase}.ecl-file__detail-meta-item:first-of-type:before{display:none}.ecl-file__description{color:#515560;font: 400 1rem/1.5rem arial,sans-serif;margin-top:.5rem;max-width:80ch;white-space:pre-wrap}.ecl-file__image{display:block;margin-top:1rem;max-width:13.313rem}.ecl-file__taxonomy{border-bottom:1px solid #cfdaf5;margin-bottom:1.5rem;padding-bottom:1.5rem;width:100%}.ecl-file__label{display:inline-flex;flex-basis:100%;margin-bottom:1rem;margin-inline-end:.5rem}.ecl-file__translation-language{color:#515560;font: 400 .875rem/1rem arial,sans-serif;font-weight:700}.ecl-file__translation-container{border:2px solid #e7edfa;border-end-start-radius:4px;border-end-end-radius:4px;border-top:0;display:flex;flex-direction:column;padding-inline-start:1.5rem;padding-inline-end:1.5rem}.ecl-file__translation-toggle{align-self:flex-end;border:2px solid #0e47cb;font: 400 1rem/1.25rem arial,sans-serif;font-weight:400;margin-bottom:.75rem;margin-inline-end:-1rem;margin-top:.75rem;padding:calc(.75rem - 2px) calc(1rem - 2px)}.ecl-file__translation-toggle:focus-visible{outline-offset:-5px}.no-js .ecl-file__translation-toggle{display:none}.ecl-file__translation-list{display:none;list-style:none;margin:0;padding-inline-start:0}.no-js .ecl-file__translation-list{display:block}.ecl-file__translation-item{border-top:1px solid #cfdaf5;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:1.5rem;padding-top:1.5rem}.ecl-file__translation-item:last-child{padding-bottom:1.5rem}.ecl-file__translation-item:first-child{border-top-width:0}.ecl-file__translation-item>span[class*=wt]{align-self:center}.ecl-file__translation-info{display:flex;flex-direction:column;flex-grow:1;flex-wrap:wrap}.ecl-file__translation-title{color:#515560;font: 400 1rem/1.25rem arial,sans-serif;font-weight:700}.ecl-file__translation-meta{color:#515560;font: 400 .875rem/1rem arial,sans-serif;margin-top:.25rem}.ecl-file__download,.ecl-file__translation-download{align-self:center;font: 400 1rem/1.25rem arial,sans-serif;margin-top:1.5rem;width:100%}.ecl-file__translation-description{color:#515560;display:block;font: 400 1rem/1.25rem arial,sans-serif;max-width:80ch}.ecl-file__translation-container[aria-expanded=true] .ecl-file__translation-list{display:block}.ecl-file__translation-container[aria-expanded=true] .ecl-file__translation-toggle .ecl-button__icon{transform:rotate(0)}@media (min-width: 480px){.ecl-file__download,.ecl-file__translation-download{margin-top:0;width:auto}.ecl-file__info{margin-inline-end:1rem}.ecl-file__translation-item{flex-direction:row;max-width:100%}}@media (min-width: 768px){.ecl-file__translation-container{padding-inline-start:1.5rem}.ecl-file__detail{flex-direction:row-reverse}.ecl-file__detail-info{flex-grow:1}.ecl-file__download{align-self:center;margin-top:0}.ecl-file__image{align-self:flex-start;margin-inline-start:0;margin-inline-end:2rem;margin-top:0}.ecl-file__taxonomy{margin-bottom:1rem;padding-bottom:1rem}}.ecl-file--thumbnail .ecl-file__container{padding-bottom:1.5rem}.ecl-file--thumbnail .ecl-file__info{margin-inline-start:0}.ecl-file--thumbnail .ecl-file__title{font: 400 1rem/1.5rem arial,sans-serif;font-weight:700}.ecl-file--thumbnail .ecl-file__language,.ecl-file--thumbnail .ecl-file__meta{margin-top:0}.ecl-file--thumbnail .ecl-file__translation-container{padding-inline-start:1.5rem}.ecl-file--thumbnail .ecl-file__translation-item{flex-direction:row;flex-wrap:wrap}.ecl-file--thumbnail .ecl-file__translation-item:first-of-type{border-top-width:0;padding-top:0}.ecl-file--thumbnail .ecl-file__translation-detail{flex-basis:100%;margin-bottom:1.5rem}.ecl-file--thumbnail .ecl-file__translation-info{align-items:center;flex-direction:row}.ecl-file--thumbnail .ecl-file__translation-title{font: 400 1rem/1.5rem arial,sans-serif;font-weight:700;margin-bottom:.75rem}.ecl-file--thumbnail .ecl-file__translation-meta{margin-inline-start:.25rem;margin-top:0}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
43
|
+
}
|
44
|
+
__decorate([
|
45
|
+
coerceBoolean
|
46
|
+
], EuiEclBannerComponent.prototype, "isCentered", void 0);
|
47
|
+
__decorate([
|
48
|
+
coerceBoolean
|
49
|
+
], EuiEclBannerComponent.prototype, "isFullWidth", void 0);
|
50
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclBannerComponent, decorators: [{
|
51
|
+
type: Component,
|
52
|
+
args: [{ selector: 'eui-ecl-banner', encapsulation: ViewEncapsulation.None, template: "<picture *ngIf=\"showImage\" class=\"ecl-picture ecl-banner__picture\">\n <img class=\"ecl-banner__image\" [src]=\"image\" />\n</picture>\n<ng-content *ngIf=\"!showImage\" select=\"[eclBannerPicture]\"></ng-content>\n<ng-content select=\"[eclBannerCredit]\"></ng-content>\n<div class=\"ecl-container\">\n <div class=\"ecl-banner__container\">\n <div class=\"ecl-banner__content\">\n <ng-content select=\"[eclBannerTitle]\"></ng-content>\n <ng-content select=\"[eclBannerDescription]\"></ng-content>\n <div *ngIf=\"hasCtaLink\" class=\"ecl-banner__cta\">\n <ng-content select=\"[eclLink]\"></ng-content>\n </div>\n <ng-content></ng-content>\n </div>\n </div>\n</div>\n", styles: [".ecl-banner{align-items:center;border-radius:8px;box-shadow:0 0 6px #09318e33;display:flex;flex-direction:column;justify-content:center;margin-bottom:0;margin-inline-end:0;margin-top:0;overflow:hidden;position:relative}.ecl-banner__picture{position:relative;width:100%}.ecl-banner__credit{background:rgba(0,0,0,.54);color:#fff;font: 400 .875rem/1rem arial,sans-serif;padding:.25rem .5rem;position:absolute;right:0;top:0;z-index:1}.ecl-container .ecl-banner:not(.ecl-banner--full-width) .ecl-container{padding-inline-start:1.5rem;padding-inline-end:1.5rem}.ecl-banner__container{display:flex;padding-bottom:1.5rem;padding-top:1.5rem;width:100%}.ecl-banner__content{align-items:start;box-sizing:content-box;display:inline-flex;flex-direction:column}.ecl-banner--centered .ecl-banner__container{justify-content:center}.ecl-banner--centered .ecl-banner__content{align-items:center;text-align:center}.ecl-banner__image{display:block;object-fit:cover;object-position:top;position:relative;width:100%}.ecl-banner__title{font: 400 1.75rem/2rem arial,sans-serif;font-weight:400;margin:0}.ecl-banner__description{font: 400 1.125rem/1.5rem arial,sans-serif;font-weight:400;margin-bottom:0;margin-top:.5rem}.ecl-banner__cta{margin-top:1.5rem}.ecl-banner__content>*:first-child{margin-top:0}.ecl-banner--full-width{border-radius:0;left:50%;margin-inline-start:-50vw;width:100vw}.ecl-banner--plain-background{background:linear-gradient(to right,#082b7a 0%,#0e47cb 100%)}.ecl-banner--plain-background .ecl-banner__title,.ecl-banner--plain-background .ecl-banner__description{color:#fff}.ecl-banner--text-box{background:rgba(255,255,255,.9)}.ecl-banner--text-box .ecl-banner__image{aspect-ratio:4/1;border-bottom:4px solid #fc0}.ecl-banner--text-box .ecl-banner__title{color:#171a22}.ecl-banner--text-box .ecl-banner__description{color:#515560}@media (min-width: 996px){.ecl-banner--text-box .ecl-banner__container{padding-bottom:0;padding-top:0}.ecl-banner--text-box .ecl-banner__image{border-bottom-width:0}.ecl-banner--text-box .ecl-banner__content{background:rgba(255,255,255,.9);border-bottom:0 solid #fc0;border-inline-start:4px solid #fc0;border-radius:4px;padding:1.5rem}}.ecl-banner--image-overlay{background:linear-gradient(to right,#082b7a 0%,#0e47cb 100%)}.ecl-banner--image-overlay .ecl-banner__picture:before{background-color:#0006;border-bottom:4px solid #fc0;content:\"\";height:100%;position:absolute;width:100%;z-index:1}.ecl-banner--image-overlay .ecl-banner__image{aspect-ratio:4/1}.ecl-banner--image-overlay .ecl-banner__title,.ecl-banner--image-overlay .ecl-banner__description{color:#fff}@media (min-width: 996px){.ecl-banner--image-overlay .ecl-banner__picture{border-bottom-width:0}.ecl-banner--image-overlay .ecl-banner__image:before{border-radius:8px;height:100%;padding-top:0}.ecl-banner--image-overlay .ecl-banner__title,.ecl-banner--image-overlay .ecl-banner__description{text-shadow:0 0 4px #000}}.ecl-banner--text-highlight{background:linear-gradient(to right,#082b7a 0%,#0e47cb 100%)}.ecl-banner--text-highlight .ecl-banner__image{border-bottom:4px solid #fc0;border-radius:8px 8px 0 0;aspect-ratio:4/1}.ecl-banner--text-highlight .ecl-banner__title,.ecl-banner--text-highlight .ecl-banner__description{color:#fff}@media (min-width: 996px){.ecl-banner--text-highlight .ecl-banner__image{border-bottom-width:0}.ecl-banner--text-highlight .ecl-banner__image:before{border-radius:8px;padding-top:0}.ecl-banner--text-highlight .ecl-banner__title-text,.ecl-banner--text-highlight .ecl-banner__description-text{-webkit-box-decoration-break:clone;box-decoration-break:clone;background:rgba(0,0,0,.72);padding:.25rem .5rem}.ecl-banner--text-highlight .ecl-banner__title-text{line-height:1.3}.ecl-banner--text-highlight .ecl-banner__description-text{line-height:1.5}}@media (min-width: 996px){.ecl-banner .ecl-banner__image,.ecl-banner--m .ecl-banner__image{aspect-ratio:4/1}.ecl-banner--s .ecl-banner__image{aspect-ratio:5/1}.ecl-banner--l .ecl-banner__image{aspect-ratio:3/1}.ecl-banner .ecl-container{position:absolute;z-index:1}.ecl-banner__content{max-width:45.5rem}.ecl-banner--plain-background:before{content:\"\";display:block;padding-top:25%;width:100%}.ecl-banner--plain-background.ecl-banner--s:before{padding-top:20%}.ecl-banner--plain-background.ecl-banner--l:before{padding-top:33%}.ecl-banner__title{font: 400 2.625rem/3.25rem arial,sans-serif;font-weight:400}.ecl-banner__description{font: 400 1.125rem/1.75rem arial,sans-serif;font-weight:400}}.ecl-file{border-radius:4px;margin:0;max-width:823px;overflow:hidden}.ecl-file__container{align-items:center;background-color:#f3f6fc;border:none;display:flex;flex-wrap:wrap;padding:1.5rem}.ecl-file__icon{align-self:flex-start;fill:#0e47cb}.ecl-file__info{display:flex;flex-basis:50%;flex-grow:1;flex-wrap:wrap;margin-inline-start:.5rem}.ecl-file__title{color:#515560;font: 400 1rem/1.25rem arial,sans-serif;font-weight:700;width:100%}.ecl-file__language{color:#515560;font: 400 .875rem/1rem arial,sans-serif;font-weight:700;margin-inline-end:.5rem;margin-top:.25rem}.ecl-file__meta{color:#515560;font: 400 .875rem/1rem arial,sans-serif;margin-top:.25rem}.ecl-file__detail{border-bottom:1px solid #cfdaf5;display:flex;flex-direction:column;margin-bottom:1rem;padding-bottom:1rem;width:100%}.ecl-file__detail-meta{display:flex;font: 400 .875rem/1rem arial,sans-serif;margin-bottom:.5rem}.ecl-file__detail-meta-item{margin-inline-start:1rem}.ecl-file__detail-meta-item:before{color:#0e47cb;content:\"|\";margin-inline-end:1rem}.ecl-file__detail-meta-item:first-of-type{margin-inline-start:0;text-transform:uppercase}.ecl-file__detail-meta-item:first-of-type:before{display:none}.ecl-file__description{color:#515560;font: 400 1rem/1.5rem arial,sans-serif;margin-top:.5rem;max-width:80ch;white-space:pre-wrap}.ecl-file__image{display:block;margin-top:1rem;max-width:13.313rem}.ecl-file__taxonomy{border-bottom:1px solid #cfdaf5;margin-bottom:1.5rem;padding-bottom:1.5rem;width:100%}.ecl-file__label{display:inline-flex;flex-basis:100%;margin-bottom:1rem;margin-inline-end:.5rem}.ecl-file__translation-language{color:#515560;font: 400 .875rem/1rem arial,sans-serif;font-weight:700}.ecl-file__translation-container{border:2px solid #e7edfa;border-end-start-radius:4px;border-end-end-radius:4px;border-top:0;display:flex;flex-direction:column;padding-inline-start:1.5rem;padding-inline-end:1.5rem}.ecl-file__translation-toggle{align-self:flex-end;border:2px solid #0e47cb;font: 400 1rem/1.25rem arial,sans-serif;font-weight:400;margin-bottom:.75rem;margin-inline-end:-1rem;margin-top:.75rem;padding:calc(.75rem - 2px) calc(1rem - 2px)}.ecl-file__translation-toggle:focus-visible{outline-offset:-5px}.no-js .ecl-file__translation-toggle{display:none}.ecl-file__translation-list{display:none;list-style:none;margin:0;padding-inline-start:0}.no-js .ecl-file__translation-list{display:block}.ecl-file__translation-item{border-top:1px solid #cfdaf5;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:1.5rem;padding-top:1.5rem}.ecl-file__translation-item:last-child{padding-bottom:1.5rem}.ecl-file__translation-item:first-child{border-top-width:0}.ecl-file__translation-item>span[class*=wt]{align-self:center}.ecl-file__translation-info{display:flex;flex-direction:column;flex-grow:1;flex-wrap:wrap}.ecl-file__translation-title{color:#515560;font: 400 1rem/1.25rem arial,sans-serif;font-weight:700}.ecl-file__translation-meta{color:#515560;font: 400 .875rem/1rem arial,sans-serif;margin-top:.25rem}.ecl-file__download,.ecl-file__translation-download{align-self:center;font: 400 1rem/1.25rem arial,sans-serif;margin-top:1.5rem;width:100%}.ecl-file__translation-description{color:#515560;display:block;font: 400 1rem/1.25rem arial,sans-serif;max-width:80ch}.ecl-file__translation-container[aria-expanded=true] .ecl-file__translation-list{display:block}.ecl-file__translation-container[aria-expanded=true] .ecl-file__translation-toggle .ecl-button__icon{transform:rotate(0)}@media (min-width: 480px){.ecl-file__download,.ecl-file__translation-download{margin-top:0;width:auto}.ecl-file__info{margin-inline-end:1rem}.ecl-file__translation-item{flex-direction:row;max-width:100%}}@media (min-width: 768px){.ecl-file__translation-container{padding-inline-start:1.5rem}.ecl-file__detail{flex-direction:row-reverse}.ecl-file__detail-info{flex-grow:1}.ecl-file__download{align-self:center;margin-top:0}.ecl-file__image{align-self:flex-start;margin-inline-start:0;margin-inline-end:2rem;margin-top:0}.ecl-file__taxonomy{margin-bottom:1rem;padding-bottom:1rem}}.ecl-file--thumbnail .ecl-file__container{padding-bottom:1.5rem}.ecl-file--thumbnail .ecl-file__info{margin-inline-start:0}.ecl-file--thumbnail .ecl-file__title{font: 400 1rem/1.5rem arial,sans-serif;font-weight:700}.ecl-file--thumbnail .ecl-file__language,.ecl-file--thumbnail .ecl-file__meta{margin-top:0}.ecl-file--thumbnail .ecl-file__translation-container{padding-inline-start:1.5rem}.ecl-file--thumbnail .ecl-file__translation-item{flex-direction:row;flex-wrap:wrap}.ecl-file--thumbnail .ecl-file__translation-item:first-of-type{border-top-width:0;padding-top:0}.ecl-file--thumbnail .ecl-file__translation-detail{flex-basis:100%;margin-bottom:1.5rem}.ecl-file--thumbnail .ecl-file__translation-info{align-items:center;flex-direction:row}.ecl-file--thumbnail .ecl-file__translation-title{font: 400 1rem/1.5rem arial,sans-serif;font-weight:700;margin-bottom:.75rem}.ecl-file--thumbnail .ecl-file__translation-meta{margin-inline-start:.25rem;margin-top:0}\n"] }]
|
53
|
+
}], propDecorators: { variant: [{
|
54
|
+
type: Input
|
55
|
+
}], image: [{
|
56
|
+
type: Input
|
57
|
+
}], eclSize: [{
|
58
|
+
type: Input
|
59
|
+
}], isCentered: [{
|
60
|
+
type: Input
|
61
|
+
}], isFullWidth: [{
|
62
|
+
type: Input
|
63
|
+
}], eclLinkComponents: [{
|
64
|
+
type: ContentChildren,
|
65
|
+
args: [forwardRef(() => EuiEclLinkDirective)]
|
66
|
+
}], eclPictureDirective: [{
|
67
|
+
type: ContentChild,
|
68
|
+
args: [EuiEclFilePictureDirective]
|
69
|
+
}], cssClasses: [{
|
70
|
+
type: HostBinding,
|
71
|
+
args: ['class']
|
72
|
+
}] } });
|
73
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpLWVjbC1iYW5uZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vZWNsL2V1aS1lY2wtYmFubmVyL2V1aS1lY2wtYmFubmVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uL2VjbC9ldWktZWNsLWJhbm5lci9ldWktZWNsLWJhbm5lci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQWEsVUFBVSxFQUFvQixlQUFlLEVBQUUsWUFBWSxFQUFFLFdBQVcsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6SixPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sV0FBVyxDQUFDO0FBQzFDLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ2pFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDOzs7QUFROUUsTUFBTSxPQUFPLHFCQUFzQixTQUFRLG1CQUFtQjtJQU45RDs7UUFZYSxZQUFPLEdBQVcsR0FBRyxDQUFDO1FBQ1AsZUFBVSxHQUFrQixJQUFJLENBQUM7UUFDakMsZ0JBQVcsR0FBa0IsS0FBSyxDQUFDO0tBbUM5RDtJQTdCRyxJQUNJLFVBQVU7UUFDVixPQUFPO1lBQ0gsS0FBSyxDQUFDLGFBQWEsQ0FBQyxZQUFZLENBQUM7WUFDakMsZUFBZSxJQUFJLENBQUMsT0FBTyxFQUFFO1lBQzdCLGVBQWUsSUFBSSxDQUFDLE9BQU8sRUFBRTtZQUM3QixJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxzQkFBc0IsQ0FBQyxDQUFDLENBQUMsRUFBRTtZQUM3QyxJQUFJLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQyx3QkFBd0IsQ0FBQyxDQUFDLENBQUMsRUFBRTtTQUNuRDthQUNJLElBQUksQ0FBQyxHQUFHLENBQUM7YUFDVCxJQUFJLEVBQUUsQ0FBQztJQUNoQixDQUFDO0lBRUQsa0JBQWtCO1FBQ2QsSUFBSSxJQUFJLENBQUMsaUJBQWlCLEVBQUU7WUFDeEIsSUFBSSxDQUFDLGlCQUFpQixDQUFDLE9BQU8sQ0FBQyxDQUFDLElBQUksRUFBRSxFQUFFO2dCQUNwQyxJQUFJLENBQUMsS0FBSyxHQUFHLHNCQUFzQixDQUFDO1lBQ3hDLENBQUMsQ0FBQyxDQUFDO1NBQ047SUFDTCxDQUFDO0lBRUQsSUFBSSxVQUFVO1FBQ1YsT0FBTyxJQUFJLENBQUMsaUJBQWlCLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQztJQUM3QyxDQUFDO0lBRUQsbUZBQW1GO0lBQ25GLElBQUksU0FBUztRQUNULE9BQU8sSUFBSSxDQUFDLEtBQUssSUFBSSxDQUFDLElBQUksQ0FBQyxtQkFBbUIsQ0FBQztJQUNuRCxDQUFDO3NJQTFDUSxxQkFBcUI7MEhBQXJCLHFCQUFxQix1UkFZaEIsMEJBQTBCLDJGQUZOLG1CQUFtQixxREN0QnpELDB2QkFpQkE7O0FERTRCO0lBQXZCLGFBQWE7eURBQTJDO0FBQ2pDO0lBQXZCLGFBQWE7MERBQTZDO2dHQVJsRCxxQkFBcUI7a0JBTmpDLFNBQVM7K0JBQ0ksZ0JBQWdCLGlCQUdYLGlCQUFpQixDQUFDLElBQUk7OEJBRzVCLE9BQU87c0JBQWYsS0FBSztnQkFJRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUNrQixVQUFVO3NCQUFsQixLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUs7Z0JBRW1DLGlCQUFpQjtzQkFBeEUsZUFBZTt1QkFBQyxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsbUJBQW1CLENBQUM7Z0JBRVosbUJBQW1CO3NCQUE1RCxZQUFZO3VCQUFDLDBCQUEwQjtnQkFHcEMsVUFBVTtzQkFEYixXQUFXO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBRdWVyeUxpc3QsIGZvcndhcmRSZWYsIEFmdGVyQ29udGVudEluaXQsIENvbnRlbnRDaGlsZHJlbiwgQ29udGVudENoaWxkLCBIb3N0QmluZGluZywgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGNvZXJjZUJvb2xlYW4gfSBmcm9tICdAZXVpL2Jhc2UnO1xuaW1wb3J0IHsgRXVpRWNsQmFzZURpcmVjdGl2ZSB9IGZyb20gJ0BldWkvY29tcG9uZW50cy9lY2wvc2hhcmVkJztcbmltcG9ydCB7IEV1aUVjbExpbmtEaXJlY3RpdmUgfSBmcm9tICdAZXVpL2NvbXBvbmVudHMvZWNsL2V1aS1lY2wtbGluayc7XG5pbXBvcnQgeyBFdWlFY2xGaWxlUGljdHVyZURpcmVjdGl2ZSB9IGZyb20gJy4vZXVpLWVjbC1maWxlLXBpY3R1cmUuZGlyZWN0aXZlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdldWktZWNsLWJhbm5lcicsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2V1aS1lY2wtYmFubmVyLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9faW5kZXguc2NzcyddLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG59KVxuZXhwb3J0IGNsYXNzIEV1aUVjbEJhbm5lckNvbXBvbmVudCBleHRlbmRzIEV1aUVjbEJhc2VEaXJlY3RpdmUgaW1wbGVtZW50cyBBZnRlckNvbnRlbnRJbml0IHtcbiAgICBASW5wdXQoKSB2YXJpYW50OiAndGV4dC1ib3gnIHwgJ2ltYWdlLW92ZXJsYXknIHwgJ3RleHQtaGlnaGxpZ2h0JyB8ICdwbGFpbi1iYWNrZ3JvdW5kJztcbiAgICAvKipcbiAgICAgKiBAZGVwcmVjYXRlZCBUbyBiZSByZW1vdmVkIGluIDE4IHZlcnNpb24uIFBsZWFzZSB1c2UgZWNsQmFubmVyUGljdHVyZSBpbnN0ZWFkLlxuICAgICAqL1xuICAgIEBJbnB1dCgpIGltYWdlOiBzdHJpbmc7XG4gICAgQElucHV0KCkgZWNsU2l6ZTogc3RyaW5nID0gJ20nO1xuICAgIEBjb2VyY2VCb29sZWFuIEBJbnB1dCgpIGlzQ2VudGVyZWQ6IGJvb2xlYW4gfCBhbnkgPSB0cnVlO1xuICAgIEBjb2VyY2VCb29sZWFuIEBJbnB1dCgpIGlzRnVsbFdpZHRoOiBib29sZWFuIHwgYW55ID0gZmFsc2U7XG5cbiAgICBAQ29udGVudENoaWxkcmVuKGZvcndhcmRSZWYoKCkgPT4gRXVpRWNsTGlua0RpcmVjdGl2ZSkpIGVjbExpbmtDb21wb25lbnRzOiBRdWVyeUxpc3Q8RXVpRWNsTGlua0RpcmVjdGl2ZT47XG4gICAgLy8gVE9ETzogUmVtb3ZlIGluIDE4LiBXb3JrYXJvdW5kIHRvIG1ha2UgYm90aCBwaWN0dXJlIGFuZCBiYWNrZ3JvdW5kIGltYWdlIHVzYWJsZS5cbiAgICBAQ29udGVudENoaWxkKEV1aUVjbEZpbGVQaWN0dXJlRGlyZWN0aXZlKSBlY2xQaWN0dXJlRGlyZWN0aXZlOiBFdWlFY2xGaWxlUGljdHVyZURpcmVjdGl2ZTtcblxuICAgIEBIb3N0QmluZGluZygnY2xhc3MnKVxuICAgIGdldCBjc3NDbGFzc2VzKCk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiBbXG4gICAgICAgICAgICBzdXBlci5nZXRDc3NDbGFzc2VzKCdlY2wtYmFubmVyJyksXG4gICAgICAgICAgICBgZWNsLWJhbm5lci0tJHt0aGlzLnZhcmlhbnR9YCxcbiAgICAgICAgICAgIGBlY2wtYmFubmVyLS0ke3RoaXMuZWNsU2l6ZX1gLFxuICAgICAgICAgICAgdGhpcy5pc0NlbnRlcmVkID8gYGVjbC1iYW5uZXItLWNlbnRlcmVkYCA6ICcnLFxuICAgICAgICAgICAgdGhpcy5pc0Z1bGxXaWR0aCA/IGBlY2wtYmFubmVyLS1mdWxsLXdpZHRoYCA6ICcnLFxuICAgICAgICBdXG4gICAgICAgICAgICAuam9pbignICcpXG4gICAgICAgICAgICAudHJpbSgpO1xuICAgIH1cblxuICAgIG5nQWZ0ZXJDb250ZW50SW5pdCgpOiB2b2lkIHtcbiAgICAgICAgaWYgKHRoaXMuZWNsTGlua0NvbXBvbmVudHMpIHtcbiAgICAgICAgICAgIHRoaXMuZWNsTGlua0NvbXBvbmVudHMuZm9yRWFjaCgobGluaykgPT4ge1xuICAgICAgICAgICAgICAgIGxpbmsuY2xhc3MgPSAnZWNsLWJhbm5lcl9fbGluay1jdGEnO1xuICAgICAgICAgICAgfSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBnZXQgaGFzQ3RhTGluaygpOiBib29sZWFuIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZWNsTGlua0NvbXBvbmVudHMubGVuZ3RoID4gMDtcbiAgICB9XG5cbiAgICAvLyBUT0RPOiBSZW1vdmUgaW4gMTguIFdvcmthcm91bmQgdG8gbWFrZSBib3RoIHBpY3R1cmUgYW5kIGJhY2tncm91bmQgaW1hZ2UgdXNhYmxlLlxuICAgIGdldCBzaG93SW1hZ2UoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0aGlzLmltYWdlICYmICF0aGlzLmVjbFBpY3R1cmVEaXJlY3RpdmU7XG4gICAgfVxufVxuIiwiPHBpY3R1cmUgKm5nSWY9XCJzaG93SW1hZ2VcIiBjbGFzcz1cImVjbC1waWN0dXJlIGVjbC1iYW5uZXJfX3BpY3R1cmVcIj5cbiAgICA8aW1nIGNsYXNzPVwiZWNsLWJhbm5lcl9faW1hZ2VcIiBbc3JjXT1cImltYWdlXCIgLz5cbjwvcGljdHVyZT5cbjxuZy1jb250ZW50ICpuZ0lmPVwiIXNob3dJbWFnZVwiIHNlbGVjdD1cIltlY2xCYW5uZXJQaWN0dXJlXVwiPjwvbmctY29udGVudD5cbjxuZy1jb250ZW50IHNlbGVjdD1cIltlY2xCYW5uZXJDcmVkaXRdXCI+PC9uZy1jb250ZW50PlxuPGRpdiBjbGFzcz1cImVjbC1jb250YWluZXJcIj5cbiAgICA8ZGl2IGNsYXNzPVwiZWNsLWJhbm5lcl9fY29udGFpbmVyXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJlY2wtYmFubmVyX19jb250ZW50XCI+XG4gICAgICAgICAgICA8bmctY29udGVudCBzZWxlY3Q9XCJbZWNsQmFubmVyVGl0bGVdXCI+PC9uZy1jb250ZW50PlxuICAgICAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW2VjbEJhbm5lckRlc2NyaXB0aW9uXVwiPjwvbmctY29udGVudD5cbiAgICAgICAgICAgIDxkaXYgKm5nSWY9XCJoYXNDdGFMaW5rXCIgY2xhc3M9XCJlY2wtYmFubmVyX19jdGFcIj5cbiAgICAgICAgICAgICAgICA8bmctY29udGVudCBzZWxlY3Q9XCJbZWNsTGlua11cIj48L25nLWNvbnRlbnQ+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
|
@@ -0,0 +1,47 @@
|
|
1
|
+
import { NgModule } from '@angular/core';
|
2
|
+
import { CommonModule } from '@angular/common';
|
3
|
+
import { EuiEclBannerTitleDirective, EuiEclBannerTitleTextDirective } from './eui-ecl-banner-title.directive';
|
4
|
+
import { EuiEclBannerDescriptionDirective, EuiEclBannerDescriptionTextDirective } from './eui-ecl-banner-description.directive';
|
5
|
+
import { EuiEclBannerComponent } from './eui-ecl-banner.component';
|
6
|
+
import { EuiEclBannerCreditDirective } from './eui-ecl-banner-credit.directive';
|
7
|
+
import { EuiEclBannerImageDirective, EuiEclBannerPictureDirective } from './eui-ecl-banner-picture.directive';
|
8
|
+
import { EuiEclLinkDirectiveModule } from '@eui/components/ecl/eui-ecl-link';
|
9
|
+
import * as i0 from "@angular/core";
|
10
|
+
const COMPONENTS = [
|
11
|
+
EuiEclBannerComponent,
|
12
|
+
EuiEclBannerTitleDirective,
|
13
|
+
EuiEclBannerTitleTextDirective,
|
14
|
+
EuiEclBannerDescriptionDirective,
|
15
|
+
EuiEclBannerDescriptionTextDirective,
|
16
|
+
EuiEclBannerCreditDirective,
|
17
|
+
EuiEclBannerPictureDirective,
|
18
|
+
EuiEclBannerImageDirective,
|
19
|
+
];
|
20
|
+
export class EuiEclBannerComponentModule {
|
21
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclBannerComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
22
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclBannerComponentModule, declarations: [EuiEclBannerComponent,
|
23
|
+
EuiEclBannerTitleDirective,
|
24
|
+
EuiEclBannerTitleTextDirective,
|
25
|
+
EuiEclBannerDescriptionDirective,
|
26
|
+
EuiEclBannerDescriptionTextDirective,
|
27
|
+
EuiEclBannerCreditDirective,
|
28
|
+
EuiEclBannerPictureDirective,
|
29
|
+
EuiEclBannerImageDirective], imports: [CommonModule, EuiEclLinkDirectiveModule], exports: [EuiEclBannerComponent,
|
30
|
+
EuiEclBannerTitleDirective,
|
31
|
+
EuiEclBannerTitleTextDirective,
|
32
|
+
EuiEclBannerDescriptionDirective,
|
33
|
+
EuiEclBannerDescriptionTextDirective,
|
34
|
+
EuiEclBannerCreditDirective,
|
35
|
+
EuiEclBannerPictureDirective,
|
36
|
+
EuiEclBannerImageDirective] }); }
|
37
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclBannerComponentModule, imports: [CommonModule, EuiEclLinkDirectiveModule] }); }
|
38
|
+
}
|
39
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclBannerComponentModule, decorators: [{
|
40
|
+
type: NgModule,
|
41
|
+
args: [{
|
42
|
+
imports: [CommonModule, EuiEclLinkDirectiveModule],
|
43
|
+
exports: [...COMPONENTS],
|
44
|
+
declarations: [...COMPONENTS],
|
45
|
+
}]
|
46
|
+
}] });
|
47
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpLWVjbC1iYW5uZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vZWNsL2V1aS1lY2wtYmFubmVyL2V1aS1lY2wtYmFubmVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUM5RyxPQUFPLEVBQUUsZ0NBQWdDLEVBQUUsb0NBQW9DLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUNoSSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUNuRSxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUNoRixPQUFPLEVBQUUsMEJBQTBCLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUM5RyxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQzs7QUFFN0UsTUFBTSxVQUFVLEdBQUc7SUFDZixxQkFBcUI7SUFDckIsMEJBQTBCO0lBQzFCLDhCQUE4QjtJQUM5QixnQ0FBZ0M7SUFDaEMsb0NBQW9DO0lBQ3BDLDJCQUEyQjtJQUMzQiw0QkFBNEI7SUFDNUIsMEJBQTBCO0NBQzdCLENBQUM7QUFNRixNQUFNLE9BQU8sMkJBQTJCO3NJQUEzQiwyQkFBMkI7dUlBQTNCLDJCQUEyQixpQkFkcEMscUJBQXFCO1lBQ3JCLDBCQUEwQjtZQUMxQiw4QkFBOEI7WUFDOUIsZ0NBQWdDO1lBQ2hDLG9DQUFvQztZQUNwQywyQkFBMkI7WUFDM0IsNEJBQTRCO1lBQzVCLDBCQUEwQixhQUdoQixZQUFZLEVBQUUseUJBQXlCLGFBVmpELHFCQUFxQjtZQUNyQiwwQkFBMEI7WUFDMUIsOEJBQThCO1lBQzlCLGdDQUFnQztZQUNoQyxvQ0FBb0M7WUFDcEMsMkJBQTJCO1lBQzNCLDRCQUE0QjtZQUM1QiwwQkFBMEI7dUlBT2pCLDJCQUEyQixZQUoxQixZQUFZLEVBQUUseUJBQXlCOztnR0FJeEMsMkJBQTJCO2tCQUx2QyxRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSx5QkFBeUIsQ0FBQztvQkFDbEQsT0FBTyxFQUFFLENBQUMsR0FBRyxVQUFVLENBQUM7b0JBQ3hCLFlBQVksRUFBRSxDQUFDLEdBQUcsVUFBVSxDQUFDO2lCQUNoQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgRXVpRWNsQmFubmVyVGl0bGVEaXJlY3RpdmUsIEV1aUVjbEJhbm5lclRpdGxlVGV4dERpcmVjdGl2ZSB9IGZyb20gJy4vZXVpLWVjbC1iYW5uZXItdGl0bGUuZGlyZWN0aXZlJztcbmltcG9ydCB7IEV1aUVjbEJhbm5lckRlc2NyaXB0aW9uRGlyZWN0aXZlLCBFdWlFY2xCYW5uZXJEZXNjcmlwdGlvblRleHREaXJlY3RpdmUgfSBmcm9tICcuL2V1aS1lY2wtYmFubmVyLWRlc2NyaXB0aW9uLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBFdWlFY2xCYW5uZXJDb21wb25lbnQgfSBmcm9tICcuL2V1aS1lY2wtYmFubmVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBFdWlFY2xCYW5uZXJDcmVkaXREaXJlY3RpdmUgfSBmcm9tICcuL2V1aS1lY2wtYmFubmVyLWNyZWRpdC5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgRXVpRWNsQmFubmVySW1hZ2VEaXJlY3RpdmUsIEV1aUVjbEJhbm5lclBpY3R1cmVEaXJlY3RpdmUgfSBmcm9tICcuL2V1aS1lY2wtYmFubmVyLXBpY3R1cmUuZGlyZWN0aXZlJztcbmltcG9ydCB7IEV1aUVjbExpbmtEaXJlY3RpdmVNb2R1bGUgfSBmcm9tICdAZXVpL2NvbXBvbmVudHMvZWNsL2V1aS1lY2wtbGluayc7XG5cbmNvbnN0IENPTVBPTkVOVFMgPSBbXG4gICAgRXVpRWNsQmFubmVyQ29tcG9uZW50LFxuICAgIEV1aUVjbEJhbm5lclRpdGxlRGlyZWN0aXZlLFxuICAgIEV1aUVjbEJhbm5lclRpdGxlVGV4dERpcmVjdGl2ZSxcbiAgICBFdWlFY2xCYW5uZXJEZXNjcmlwdGlvbkRpcmVjdGl2ZSxcbiAgICBFdWlFY2xCYW5uZXJEZXNjcmlwdGlvblRleHREaXJlY3RpdmUsXG4gICAgRXVpRWNsQmFubmVyQ3JlZGl0RGlyZWN0aXZlLFxuICAgIEV1aUVjbEJhbm5lclBpY3R1cmVEaXJlY3RpdmUsXG4gICAgRXVpRWNsQmFubmVySW1hZ2VEaXJlY3RpdmUsXG5dO1xuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBFdWlFY2xMaW5rRGlyZWN0aXZlTW9kdWxlXSxcbiAgICBleHBvcnRzOiBbLi4uQ09NUE9ORU5UU10sXG4gICAgZGVjbGFyYXRpb25zOiBbLi4uQ09NUE9ORU5UU10sXG59KVxuZXhwb3J0IGNsYXNzIEV1aUVjbEJhbm5lckNvbXBvbmVudE1vZHVsZSB7fVxuIl19
|
@@ -0,0 +1,37 @@
|
|
1
|
+
import { Directive, HostBinding } from '@angular/core';
|
2
|
+
import { EuiEclBaseDirective } from '@eui/components/ecl/shared';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export class EuiEclFilePictureDirective extends EuiEclBaseDirective {
|
5
|
+
get cssClasses() {
|
6
|
+
return [super.getCssClasses('ecl-picture ecl-file__picture')].join(' ').trim();
|
7
|
+
}
|
8
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclFilePictureDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
9
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-rc.0", type: EuiEclFilePictureDirective, selector: "picture[euiEclFilePicture]", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0 }); }
|
10
|
+
}
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclFilePictureDirective, decorators: [{
|
12
|
+
type: Directive,
|
13
|
+
args: [{
|
14
|
+
selector: 'picture[euiEclFilePicture]',
|
15
|
+
}]
|
16
|
+
}], propDecorators: { cssClasses: [{
|
17
|
+
type: HostBinding,
|
18
|
+
args: ['class']
|
19
|
+
}] } });
|
20
|
+
export class EuiEclFileImageDirective extends EuiEclBaseDirective {
|
21
|
+
constructor() {
|
22
|
+
super(...arguments);
|
23
|
+
this.className = true;
|
24
|
+
}
|
25
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclFileImageDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
26
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-rc.0", type: EuiEclFileImageDirective, selector: "img[euiEclFileImage]", host: { properties: { "class.ecl-file__image": "this.className" } }, usesInheritance: true, ngImport: i0 }); }
|
27
|
+
}
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclFileImageDirective, decorators: [{
|
29
|
+
type: Directive,
|
30
|
+
args: [{
|
31
|
+
selector: 'img[euiEclFileImage]',
|
32
|
+
}]
|
33
|
+
}], propDecorators: { className: [{
|
34
|
+
type: HostBinding,
|
35
|
+
args: ['class.ecl-file__image']
|
36
|
+
}] } });
|
37
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpLWVjbC1maWxlLXBpY3R1cmUuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vZWNsL2V1aS1lY2wtYmFubmVyL2V1aS1lY2wtZmlsZS1waWN0dXJlLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN2RCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7QUFLakUsTUFBTSxPQUFPLDBCQUEyQixTQUFRLG1CQUFtQjtJQUMvRCxJQUNJLFVBQVU7UUFDVixPQUFPLENBQUMsS0FBSyxDQUFDLGFBQWEsQ0FBQywrQkFBK0IsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ25GLENBQUM7c0lBSlEsMEJBQTBCOzBIQUExQiwwQkFBMEI7O2dHQUExQiwwQkFBMEI7a0JBSHRDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLDRCQUE0QjtpQkFDekM7OEJBR08sVUFBVTtzQkFEYixXQUFXO3VCQUFDLE9BQU87O0FBU3hCLE1BQU0sT0FBTyx3QkFBeUIsU0FBUSxtQkFBbUI7SUFIakU7O1FBSTBDLGNBQVMsR0FBRyxJQUFJLENBQUM7S0FDMUQ7c0lBRlksd0JBQXdCOzBIQUF4Qix3QkFBd0I7O2dHQUF4Qix3QkFBd0I7a0JBSHBDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHNCQUFzQjtpQkFDbkM7OEJBRXlDLFNBQVM7c0JBQTlDLFdBQVc7dUJBQUMsdUJBQXVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBIb3N0QmluZGluZyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRXVpRWNsQmFzZURpcmVjdGl2ZSB9IGZyb20gJ0BldWkvY29tcG9uZW50cy9lY2wvc2hhcmVkJztcblxuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdwaWN0dXJlW2V1aUVjbEZpbGVQaWN0dXJlXScsXG59KVxuZXhwb3J0IGNsYXNzIEV1aUVjbEZpbGVQaWN0dXJlRGlyZWN0aXZlIGV4dGVuZHMgRXVpRWNsQmFzZURpcmVjdGl2ZSB7XG4gICAgQEhvc3RCaW5kaW5nKCdjbGFzcycpXG4gICAgZ2V0IGNzc0NsYXNzZXMoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIFtzdXBlci5nZXRDc3NDbGFzc2VzKCdlY2wtcGljdHVyZSBlY2wtZmlsZV9fcGljdHVyZScpXS5qb2luKCcgJykudHJpbSgpO1xuICAgIH1cbn1cblxuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdpbWdbZXVpRWNsRmlsZUltYWdlXScsXG59KVxuZXhwb3J0IGNsYXNzIEV1aUVjbEZpbGVJbWFnZURpcmVjdGl2ZSBleHRlbmRzIEV1aUVjbEJhc2VEaXJlY3RpdmUge1xuICAgIEBIb3N0QmluZGluZygnY2xhc3MuZWNsLWZpbGVfX2ltYWdlJykgY2xhc3NOYW1lID0gdHJ1ZTtcbn1cbiJdfQ==
|
@@ -0,0 +1,8 @@
|
|
1
|
+
export * from './eui-ecl-banner.module';
|
2
|
+
export * from './eui-ecl-banner.component';
|
3
|
+
export * from './eui-ecl-banner-title.directive';
|
4
|
+
export * from './eui-ecl-banner-title.directive';
|
5
|
+
export * from './eui-ecl-banner-description.directive';
|
6
|
+
export * from './eui-ecl-banner-credit.directive';
|
7
|
+
export * from './eui-ecl-banner-picture.directive';
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9lY2wvZXVpLWVjbC1iYW5uZXIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsa0NBQWtDLENBQUM7QUFDakQsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLHdDQUF3QyxDQUFDO0FBQ3ZELGNBQWMsbUNBQW1DLENBQUM7QUFDbEQsY0FBYyxvQ0FBb0MsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vZXVpLWVjbC1iYW5uZXIubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vZXVpLWVjbC1iYW5uZXIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vZXVpLWVjbC1iYW5uZXItdGl0bGUuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vZXVpLWVjbC1iYW5uZXItdGl0bGUuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vZXVpLWVjbC1iYW5uZXItZGVzY3JpcHRpb24uZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vZXVpLWVjbC1iYW5uZXItY3JlZGl0LmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL2V1aS1lY2wtYmFubmVyLXBpY3R1cmUuZGlyZWN0aXZlJztcbiJdfQ==
|
@@ -0,0 +1,5 @@
|
|
1
|
+
/**
|
2
|
+
* Generated bundle index. Do not edit.
|
3
|
+
*/
|
4
|
+
export * from './index';
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpLWNvbXBvbmVudHMtZWNsLWV1aS1lY2wtYnV0dG9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vZWNsL2V1aS1lY2wtYnV0dG9uL2V1aS1jb21wb25lbnRzLWVjbC1ldWktZWNsLWJ1dHRvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { Directive, HostBinding } from '@angular/core';
|
2
|
+
import { EuiEclBaseDirective } from '@eui/components/ecl/shared';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export class EuiEclButtonLabelDirective extends EuiEclBaseDirective {
|
5
|
+
get cssClasses() {
|
6
|
+
return [super.getCssClasses('ecl-button__label')].join(' ').trim();
|
7
|
+
}
|
8
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclButtonLabelDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
9
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-rc.0", type: EuiEclButtonLabelDirective, selector: "[euiEclButtonLabel]", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0 }); }
|
10
|
+
}
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclButtonLabelDirective, decorators: [{
|
12
|
+
type: Directive,
|
13
|
+
args: [{
|
14
|
+
selector: '[euiEclButtonLabel]',
|
15
|
+
}]
|
16
|
+
}], propDecorators: { cssClasses: [{
|
17
|
+
type: HostBinding,
|
18
|
+
args: ['class']
|
19
|
+
}] } });
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpLWVjbC1idXR0b24tbGFiZWwuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vZWNsL2V1aS1lY2wtYnV0dG9uL2V1aS1lY2wtYnV0dG9uLWxhYmVsLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN2RCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7QUFLakUsTUFBTSxPQUFPLDBCQUEyQixTQUFRLG1CQUFtQjtJQUMvRCxJQUNJLFVBQVU7UUFDVixPQUFPLENBQUMsS0FBSyxDQUFDLGFBQWEsQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3ZFLENBQUM7c0lBSlEsMEJBQTBCOzBIQUExQiwwQkFBMEI7O2dHQUExQiwwQkFBMEI7a0JBSHRDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHFCQUFxQjtpQkFDbEM7OEJBR08sVUFBVTtzQkFEYixXQUFXO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEhvc3RCaW5kaW5nIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBFdWlFY2xCYXNlRGlyZWN0aXZlIH0gZnJvbSAnQGV1aS9jb21wb25lbnRzL2VjbC9zaGFyZWQnO1xuXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ1tldWlFY2xCdXR0b25MYWJlbF0nLFxufSlcbmV4cG9ydCBjbGFzcyBFdWlFY2xCdXR0b25MYWJlbERpcmVjdGl2ZSBleHRlbmRzIEV1aUVjbEJhc2VEaXJlY3RpdmUge1xuICAgIEBIb3N0QmluZGluZygnY2xhc3MnKVxuICAgIGdldCBjc3NDbGFzc2VzKCkge1xuICAgICAgICByZXR1cm4gW3N1cGVyLmdldENzc0NsYXNzZXMoJ2VjbC1idXR0b25fX2xhYmVsJyldLmpvaW4oJyAnKS50cmltKCk7XG4gICAgfVxufVxuIl19
|
@@ -0,0 +1,51 @@
|
|
1
|
+
import { Component, ContentChildren, forwardRef, HostBinding, Input, ViewEncapsulation } from '@angular/core';
|
2
|
+
import { hasNextSiblingWithAttribute, hasPreviousSiblingWithAttribute } from '@eui/components/ecl/shared';
|
3
|
+
import { EuiEclBaseDirective } from '@eui/components/ecl/shared';
|
4
|
+
import { EuiEclIconComponent } from '@eui/components/ecl/eui-ecl-icon';
|
5
|
+
import * as i0 from "@angular/core";
|
6
|
+
import * as i1 from "@angular/common";
|
7
|
+
export class EuiEclButtonComponent extends EuiEclBaseDirective {
|
8
|
+
get cssClasses() {
|
9
|
+
return [super.getCssClasses('ecl-button'), `ecl-button--${this.variant}`].join(' ').trim();
|
10
|
+
}
|
11
|
+
get hasIcon() {
|
12
|
+
return this.iconComponents;
|
13
|
+
}
|
14
|
+
constructor(el) {
|
15
|
+
super();
|
16
|
+
this.el = el;
|
17
|
+
this.variant = 'primary';
|
18
|
+
}
|
19
|
+
ngAfterViewInit() {
|
20
|
+
if (this.iconComponents) {
|
21
|
+
setTimeout(() => {
|
22
|
+
this.iconComponents.forEach((icn) => {
|
23
|
+
const iconEl = icn.el.nativeElement;
|
24
|
+
if (hasNextSiblingWithAttribute(iconEl, 'eclButtonLabel')) {
|
25
|
+
icn.class = 'ecl-button__icon ecl-button__icon--before';
|
26
|
+
}
|
27
|
+
if (hasPreviousSiblingWithAttribute(iconEl, 'eclButtonLabel')) {
|
28
|
+
icn.class = 'ecl-button__icon ecl-button__icon--after';
|
29
|
+
}
|
30
|
+
});
|
31
|
+
});
|
32
|
+
}
|
33
|
+
}
|
34
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclButtonComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
35
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-rc.0", type: EuiEclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: { variant: "variant", containerStyleClass: "containerStyleClass" }, host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "iconComponents", predicate: i0.forwardRef(() => EuiEclIconComponent) }], usesInheritance: true, ngImport: i0, template: "<span *ngIf=\"hasIcon\" class=\"ecl-button__container {{ containerStyleClass }}\">\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n</span>\n<ng-container *ngIf=\"!hasIcon\">\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n</ng-container>\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n", styles: [".ecl-button{-webkit-appearance:none;appearance:none;background:none;border-radius:4px;border-width:0;box-sizing:border-box;cursor:pointer;display:inline-block;font: 400 1rem/1.25rem arial,sans-serif;font-weight:400;margin:0;padding:.75rem 1rem;text-decoration:none}.ecl-button:hover,.ecl-button:active{box-shadow:0 2px 4px #09318e14,0 0 10px #09318e0a,0 4px 5px #09318e0a,0 -4px 4px #09318e0a;text-decoration:none}.ecl-button:focus-visible{outline:2px solid #fff;outline-offset:-4px;text-decoration:none}.ecl-button[disabled],.ecl-button[disabled]:hover{cursor:not-allowed;text-decoration:none}.ecl-button__container{align-items:center;display:flex}.ecl-button__icon{flex-shrink:0}.ecl-button__icon--before,.ecl-button__icon+.ecl-button__label{margin-inline-end:.5rem}.ecl-button__icon--after,.ecl-button__label+.ecl-button__icon{margin-inline-start:.5rem}.ecl-button__icon:only-child{margin:0}.ecl-button--primary{background-color:#0e47cb;color:#fff}.ecl-button--primary:hover,.ecl-button--primary:active{background-color:#3e6cd5}.ecl-button--primary[disabled]{background-color:#0e47cb80;color:#ffffff80}.ecl-button--primary[disabled]:hover{background-color:#3e6cd580;color:#ffffff80}.ecl-button--secondary{background-color:#fff;border:2px solid #0e47cb;color:#0e47cb;padding:calc(.75rem - 2px) calc(1rem - 2px)}.ecl-button--secondary:hover,.ecl-button--secondary:active{border-color:#0e47cb;color:#0e47cb}.ecl-button--secondary:focus-visible{box-shadow:0 0 0 4px #0e47cb inset;outline:2px #fff solid}.ecl-button--secondary[disabled]{background-color:#ffffff80;border-color:#0e47cb80;color:#0e47cb80}.ecl-button--secondary[disabled]:hover{border-color:#0e47cb80;color:#0e47cb80}.ecl-button--ghost,.ecl-button--ghost:hover,.ecl-button--ghost:active{color:#0e47cb}.ecl-button--ghost:focus-visible{outline:2px solid #0e47cb}.ecl-button--ghost[disabled],.ecl-button--ghost[disabled]:hover{color:#0e47cb80}.ecl-button--call{background-color:#fc0;color:#171a22}.ecl-button--call:hover,.ecl-button--call:active{background-color:#fc0;border-color:#fc0}.ecl-button--call:focus-visible{outline:2px solid #000}.ecl-button--call[disabled]{background-color:#ffcc0080;color:#171a2280}.ecl-button--call[disabled]:hover{background-color:#ffcc0080}.ecl-link{color:#0e47cb;margin:0;text-decoration:underline}.ecl-link:hover{color:#082b7a}.ecl-link:focus-visible{border-radius:2px;outline:2px solid #0e47cb;outline-offset:2px}.ecl-link:visited{color:#510dcd}.ecl-link--no-visited:visited{color:#0e47cb}.ecl-link--no-visited:visited:hover,.ecl-link--no-visited:visited:focus-visible{color:#082b7a}.ecl-link--icon-before,.ecl-link--icon-after{display:inline}.ecl-link--icon{text-decoration:none}.ecl-link--icon .ecl-link__icon{fill:currentcolor;position:relative;top:-1px;vertical-align:middle}.ecl-link--icon:not(.ecl-link--standalone,.ecl-link--cta,.ecl-link--primary,.ecl-link--secondary) .ecl-link__label{text-decoration:underline}.ecl-link--icon-before .ecl-link__icon{margin-inline-end:.5rem}.ecl-link--icon-after .ecl-link__icon{margin-inline-start:.5rem}.ecl-link--negative{color:#00e9ff}.ecl-link--negative:hover,.ecl-link--negative:focus-visible{color:#b3f8ff}.ecl-link--negative:hover.ecl-link--standalone,.ecl-link--negative:focus-visible.ecl-link--standalone{color:#b3f8ff}.ecl-link--negative:focus-visible{color:#00e9ff;outline-color:#00e9ff}.ecl-link--negative:visited{color:#bf9af1}.ecl-link--negative.ecl-link--no-visited:visited{color:#00e9ff}.ecl-link--negative.ecl-link--no-visited:visited:hover,.ecl-link--negative.ecl-link--no-visited:visited:focus-visible{color:#b3f8ff}.ecl-link--negative.ecl-link--no-visited:visited:hover.ecl-link--standalone,.ecl-link--negative.ecl-link--no-visited:visited:focus-visible.ecl-link--standalone{color:#b3f8ff}.ecl-link--standalone{font-family:arial,sans-serif;text-decoration:none}.ecl-link--standalone:hover,.ecl-link--standalone:focus-visible{text-decoration:underline}.ecl-link--cta,.ecl-link--primary,.ecl-link--secondary{display:inline-block}.ecl-link--secondary,.ecl-link--primary,.ecl-link--cta{border-radius:4px;box-sizing:border-box;font: 400 1rem/1.25rem arial,sans-serif;font-weight:400;padding:.75rem 1rem;text-decoration:none}.ecl-link--secondary:hover,.ecl-link--primary:hover,.ecl-link--cta:hover,.ecl-link--secondary:active,.ecl-link--primary:active,.ecl-link--cta:active{box-shadow:0 2px 4px #09318e14,0 0 10px #09318e0a,0 4px 5px #09318e0a,0 -4px 4px #09318e0a}.ecl-link--secondary:focus-visible,.ecl-link--primary:focus-visible,.ecl-link--cta:focus-visible{border-radius:4px;outline:2px solid #fff;outline-offset:-4px;text-decoration:none}.ecl-link--cta,.ecl-link--cta:hover,.ecl-link--cta:active{background-color:#fc0;color:#171a22}.ecl-link--cta:focus{color:#171a22}.ecl-link--cta:focus-visible{outline-color:#000}.ecl-link--cta:visited{color:#510dcd}.ecl-link--cta.ecl-link--no-visited:visited,.ecl-link--cta.ecl-link--no-visited:visited:hover,.ecl-link--cta.ecl-link--no-visited:visited:active{color:#171a22}.ecl-link--primary{background-color:#0e47cb;color:#fff}.ecl-link--primary:hover,.ecl-link--primary:active{background-color:#3e6cd5;color:#fff}.ecl-link--primary:focus{color:#fff}.ecl-link--primary:visited{color:#d2bfdd}.ecl-link--primary.ecl-link--no-visited:visited,.ecl-link--primary.ecl-link--no-visited:visited:hover,.ecl-link--primary.ecl-link--no-visited:visited:active{color:#fff}.ecl-link--secondary{background-color:#fff;border:2px solid #0e47cb;color:#0e47cb;padding:calc(.75rem - 2px) calc(1rem - 2px)}.ecl-link--secondary:hover,.ecl-link--secondary:active{border-color:#0a328e;color:#0e47cb}.ecl-link--secondary:focus{color:#0e47cb}.ecl-link--secondary:focus-visible{box-shadow:0 0 0 4px #0e47cb inset;outline:2px #fff solid}.ecl-link--secondary:visited{color:#510dcd}.ecl-link--secondary.ecl-link--no-visited:visited,.ecl-link--secondary.ecl-link--no-visited:visited:hover,.ecl-link--secondary.ecl-link--no-visited:visited:active{color:#0e47cb}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
36
|
+
}
|
37
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclButtonComponent, decorators: [{
|
38
|
+
type: Component,
|
39
|
+
args: [{ selector: 'button[eclButton], button[ecl-button], a[eclButton]', encapsulation: ViewEncapsulation.None, template: "<span *ngIf=\"hasIcon\" class=\"ecl-button__container {{ containerStyleClass }}\">\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n</span>\n<ng-container *ngIf=\"!hasIcon\">\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n</ng-container>\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n", styles: [".ecl-button{-webkit-appearance:none;appearance:none;background:none;border-radius:4px;border-width:0;box-sizing:border-box;cursor:pointer;display:inline-block;font: 400 1rem/1.25rem arial,sans-serif;font-weight:400;margin:0;padding:.75rem 1rem;text-decoration:none}.ecl-button:hover,.ecl-button:active{box-shadow:0 2px 4px #09318e14,0 0 10px #09318e0a,0 4px 5px #09318e0a,0 -4px 4px #09318e0a;text-decoration:none}.ecl-button:focus-visible{outline:2px solid #fff;outline-offset:-4px;text-decoration:none}.ecl-button[disabled],.ecl-button[disabled]:hover{cursor:not-allowed;text-decoration:none}.ecl-button__container{align-items:center;display:flex}.ecl-button__icon{flex-shrink:0}.ecl-button__icon--before,.ecl-button__icon+.ecl-button__label{margin-inline-end:.5rem}.ecl-button__icon--after,.ecl-button__label+.ecl-button__icon{margin-inline-start:.5rem}.ecl-button__icon:only-child{margin:0}.ecl-button--primary{background-color:#0e47cb;color:#fff}.ecl-button--primary:hover,.ecl-button--primary:active{background-color:#3e6cd5}.ecl-button--primary[disabled]{background-color:#0e47cb80;color:#ffffff80}.ecl-button--primary[disabled]:hover{background-color:#3e6cd580;color:#ffffff80}.ecl-button--secondary{background-color:#fff;border:2px solid #0e47cb;color:#0e47cb;padding:calc(.75rem - 2px) calc(1rem - 2px)}.ecl-button--secondary:hover,.ecl-button--secondary:active{border-color:#0e47cb;color:#0e47cb}.ecl-button--secondary:focus-visible{box-shadow:0 0 0 4px #0e47cb inset;outline:2px #fff solid}.ecl-button--secondary[disabled]{background-color:#ffffff80;border-color:#0e47cb80;color:#0e47cb80}.ecl-button--secondary[disabled]:hover{border-color:#0e47cb80;color:#0e47cb80}.ecl-button--ghost,.ecl-button--ghost:hover,.ecl-button--ghost:active{color:#0e47cb}.ecl-button--ghost:focus-visible{outline:2px solid #0e47cb}.ecl-button--ghost[disabled],.ecl-button--ghost[disabled]:hover{color:#0e47cb80}.ecl-button--call{background-color:#fc0;color:#171a22}.ecl-button--call:hover,.ecl-button--call:active{background-color:#fc0;border-color:#fc0}.ecl-button--call:focus-visible{outline:2px solid #000}.ecl-button--call[disabled]{background-color:#ffcc0080;color:#171a2280}.ecl-button--call[disabled]:hover{background-color:#ffcc0080}.ecl-link{color:#0e47cb;margin:0;text-decoration:underline}.ecl-link:hover{color:#082b7a}.ecl-link:focus-visible{border-radius:2px;outline:2px solid #0e47cb;outline-offset:2px}.ecl-link:visited{color:#510dcd}.ecl-link--no-visited:visited{color:#0e47cb}.ecl-link--no-visited:visited:hover,.ecl-link--no-visited:visited:focus-visible{color:#082b7a}.ecl-link--icon-before,.ecl-link--icon-after{display:inline}.ecl-link--icon{text-decoration:none}.ecl-link--icon .ecl-link__icon{fill:currentcolor;position:relative;top:-1px;vertical-align:middle}.ecl-link--icon:not(.ecl-link--standalone,.ecl-link--cta,.ecl-link--primary,.ecl-link--secondary) .ecl-link__label{text-decoration:underline}.ecl-link--icon-before .ecl-link__icon{margin-inline-end:.5rem}.ecl-link--icon-after .ecl-link__icon{margin-inline-start:.5rem}.ecl-link--negative{color:#00e9ff}.ecl-link--negative:hover,.ecl-link--negative:focus-visible{color:#b3f8ff}.ecl-link--negative:hover.ecl-link--standalone,.ecl-link--negative:focus-visible.ecl-link--standalone{color:#b3f8ff}.ecl-link--negative:focus-visible{color:#00e9ff;outline-color:#00e9ff}.ecl-link--negative:visited{color:#bf9af1}.ecl-link--negative.ecl-link--no-visited:visited{color:#00e9ff}.ecl-link--negative.ecl-link--no-visited:visited:hover,.ecl-link--negative.ecl-link--no-visited:visited:focus-visible{color:#b3f8ff}.ecl-link--negative.ecl-link--no-visited:visited:hover.ecl-link--standalone,.ecl-link--negative.ecl-link--no-visited:visited:focus-visible.ecl-link--standalone{color:#b3f8ff}.ecl-link--standalone{font-family:arial,sans-serif;text-decoration:none}.ecl-link--standalone:hover,.ecl-link--standalone:focus-visible{text-decoration:underline}.ecl-link--cta,.ecl-link--primary,.ecl-link--secondary{display:inline-block}.ecl-link--secondary,.ecl-link--primary,.ecl-link--cta{border-radius:4px;box-sizing:border-box;font: 400 1rem/1.25rem arial,sans-serif;font-weight:400;padding:.75rem 1rem;text-decoration:none}.ecl-link--secondary:hover,.ecl-link--primary:hover,.ecl-link--cta:hover,.ecl-link--secondary:active,.ecl-link--primary:active,.ecl-link--cta:active{box-shadow:0 2px 4px #09318e14,0 0 10px #09318e0a,0 4px 5px #09318e0a,0 -4px 4px #09318e0a}.ecl-link--secondary:focus-visible,.ecl-link--primary:focus-visible,.ecl-link--cta:focus-visible{border-radius:4px;outline:2px solid #fff;outline-offset:-4px;text-decoration:none}.ecl-link--cta,.ecl-link--cta:hover,.ecl-link--cta:active{background-color:#fc0;color:#171a22}.ecl-link--cta:focus{color:#171a22}.ecl-link--cta:focus-visible{outline-color:#000}.ecl-link--cta:visited{color:#510dcd}.ecl-link--cta.ecl-link--no-visited:visited,.ecl-link--cta.ecl-link--no-visited:visited:hover,.ecl-link--cta.ecl-link--no-visited:visited:active{color:#171a22}.ecl-link--primary{background-color:#0e47cb;color:#fff}.ecl-link--primary:hover,.ecl-link--primary:active{background-color:#3e6cd5;color:#fff}.ecl-link--primary:focus{color:#fff}.ecl-link--primary:visited{color:#d2bfdd}.ecl-link--primary.ecl-link--no-visited:visited,.ecl-link--primary.ecl-link--no-visited:visited:hover,.ecl-link--primary.ecl-link--no-visited:visited:active{color:#fff}.ecl-link--secondary{background-color:#fff;border:2px solid #0e47cb;color:#0e47cb;padding:calc(.75rem - 2px) calc(1rem - 2px)}.ecl-link--secondary:hover,.ecl-link--secondary:active{border-color:#0a328e;color:#0e47cb}.ecl-link--secondary:focus{color:#0e47cb}.ecl-link--secondary:focus-visible{box-shadow:0 0 0 4px #0e47cb inset;outline:2px #fff solid}.ecl-link--secondary:visited{color:#510dcd}.ecl-link--secondary.ecl-link--no-visited:visited,.ecl-link--secondary.ecl-link--no-visited:visited:hover,.ecl-link--secondary.ecl-link--no-visited:visited:active{color:#0e47cb}\n"] }]
|
40
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
41
|
+
type: Input
|
42
|
+
}], containerStyleClass: [{
|
43
|
+
type: Input
|
44
|
+
}], iconComponents: [{
|
45
|
+
type: ContentChildren,
|
46
|
+
args: [forwardRef(() => EuiEclIconComponent)]
|
47
|
+
}], cssClasses: [{
|
48
|
+
type: HostBinding,
|
49
|
+
args: ['class']
|
50
|
+
}] } });
|
51
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpLWVjbC1idXR0b24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vZWNsL2V1aS1lY2wtYnV0dG9uL2V1aS1lY2wtYnV0dG9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uL2VjbC9ldWktZWNsLWJ1dHRvbi9ldWktZWNsLWJ1dHRvbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQWlCLFNBQVMsRUFBRSxlQUFlLEVBQWMsVUFBVSxFQUFFLFdBQVcsRUFBRSxLQUFLLEVBQWEsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDcEosT0FBTyxFQUFFLDJCQUEyQixFQUFFLCtCQUErQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDMUcsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDakUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sa0NBQWtDLENBQUM7OztBQVN2RSxNQUFNLE9BQU8scUJBQXNCLFNBQVEsbUJBQW1CO0lBTTFELElBQ0ksVUFBVTtRQUNWLE9BQU8sQ0FBQyxLQUFLLENBQUMsYUFBYSxDQUFDLFlBQVksQ0FBQyxFQUFFLGVBQWUsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQy9GLENBQUM7SUFFRCxJQUFJLE9BQU87UUFDUCxPQUFPLElBQUksQ0FBQyxjQUFjLENBQUM7SUFDL0IsQ0FBQztJQUVELFlBQW1CLEVBQWM7UUFDN0IsS0FBSyxFQUFFLENBQUM7UUFETyxPQUFFLEdBQUYsRUFBRSxDQUFZO1FBZHhCLFlBQU8sR0FBd0QsU0FBUyxDQUFDO0lBZ0JsRixDQUFDO0lBRUQsZUFBZTtRQUNYLElBQUksSUFBSSxDQUFDLGNBQWMsRUFBRTtZQUNyQixVQUFVLENBQUMsR0FBRyxFQUFFO2dCQUNaLElBQUksQ0FBQyxjQUFjLENBQUMsT0FBTyxDQUFDLENBQUMsR0FBRyxFQUFFLEVBQUU7b0JBQ2hDLE1BQU0sTUFBTSxHQUFHLEdBQUcsQ0FBQyxFQUFFLENBQUMsYUFBNEIsQ0FBQztvQkFFbkQsSUFBSSwyQkFBMkIsQ0FBQyxNQUFNLEVBQUUsZ0JBQWdCLENBQUMsRUFBRTt3QkFDdkQsR0FBRyxDQUFDLEtBQUssR0FBRywyQ0FBMkMsQ0FBQztxQkFDM0Q7b0JBRUQsSUFBSSwrQkFBK0IsQ0FBQyxNQUFNLEVBQUUsZ0JBQWdCLENBQUMsRUFBRTt3QkFDM0QsR0FBRyxDQUFDLEtBQUssR0FBRywwQ0FBMEMsQ0FBQztxQkFDMUQ7Z0JBQ0wsQ0FBQyxDQUFDLENBQUM7WUFDUCxDQUFDLENBQUMsQ0FBQztTQUNOO0lBQ0wsQ0FBQztzSUFuQ1EscUJBQXFCOzBIQUFyQixxQkFBcUIsZ1JBSUksbUJBQW1CLHFEQ2hCekQsNFZBU0E7O2dHREdhLHFCQUFxQjtrQkFQakMsU0FBUzsrQkFFSSxxREFBcUQsaUJBR2hELGlCQUFpQixDQUFDLElBQUk7K0VBRzVCLE9BQU87c0JBQWYsS0FBSztnQkFDRyxtQkFBbUI7c0JBQTNCLEtBQUs7Z0JBRWtELGNBQWM7c0JBQXJFLGVBQWU7dUJBQUMsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLG1CQUFtQixDQUFDO2dCQUdsRCxVQUFVO3NCQURiLFdBQVc7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFmdGVyVmlld0luaXQsIENvbXBvbmVudCwgQ29udGVudENoaWxkcmVuLCBFbGVtZW50UmVmLCBmb3J3YXJkUmVmLCBIb3N0QmluZGluZywgSW5wdXQsIFF1ZXJ5TGlzdCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGhhc05leHRTaWJsaW5nV2l0aEF0dHJpYnV0ZSwgaGFzUHJldmlvdXNTaWJsaW5nV2l0aEF0dHJpYnV0ZSB9IGZyb20gJ0BldWkvY29tcG9uZW50cy9lY2wvc2hhcmVkJztcbmltcG9ydCB7IEV1aUVjbEJhc2VEaXJlY3RpdmUgfSBmcm9tICdAZXVpL2NvbXBvbmVudHMvZWNsL3NoYXJlZCc7XG5pbXBvcnQgeyBFdWlFY2xJY29uQ29tcG9uZW50IH0gZnJvbSAnQGV1aS9jb21wb25lbnRzL2VjbC9ldWktZWNsLWljb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICAgIHNlbGVjdG9yOiAnYnV0dG9uW2VjbEJ1dHRvbl0sIGJ1dHRvbltlY2wtYnV0dG9uXSwgYVtlY2xCdXR0b25dJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vZXVpLWVjbC1idXR0b24uY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL19pbmRleC5zY3NzJ10sXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgRXVpRWNsQnV0dG9uQ29tcG9uZW50IGV4dGVuZHMgRXVpRWNsQmFzZURpcmVjdGl2ZSBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQge1xuICAgIEBJbnB1dCgpIHZhcmlhbnQ6ICdwcmltYXJ5JyB8ICdzZWNvbmRhcnknIHwgJ2NhbGwnIHwgJ2dob3N0JyB8IHN0cmluZyA9ICdwcmltYXJ5JztcbiAgICBASW5wdXQoKSBjb250YWluZXJTdHlsZUNsYXNzOiBzdHJpbmc7XG5cbiAgICBAQ29udGVudENoaWxkcmVuKGZvcndhcmRSZWYoKCkgPT4gRXVpRWNsSWNvbkNvbXBvbmVudCkpIGljb25Db21wb25lbnRzOiBRdWVyeUxpc3Q8RXVpRWNsSWNvbkNvbXBvbmVudD47XG5cbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzJylcbiAgICBnZXQgY3NzQ2xhc3NlcygpIHtcbiAgICAgICAgcmV0dXJuIFtzdXBlci5nZXRDc3NDbGFzc2VzKCdlY2wtYnV0dG9uJyksIGBlY2wtYnV0dG9uLS0ke3RoaXMudmFyaWFudH1gXS5qb2luKCcgJykudHJpbSgpO1xuICAgIH1cblxuICAgIGdldCBoYXNJY29uKCkge1xuICAgICAgICByZXR1cm4gdGhpcy5pY29uQ29tcG9uZW50cztcbiAgICB9XG5cbiAgICBjb25zdHJ1Y3RvcihwdWJsaWMgZWw6IEVsZW1lbnRSZWYpIHtcbiAgICAgICAgc3VwZXIoKTtcbiAgICB9XG5cbiAgICBuZ0FmdGVyVmlld0luaXQoKSB7XG4gICAgICAgIGlmICh0aGlzLmljb25Db21wb25lbnRzKSB7XG4gICAgICAgICAgICBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgICAgICAgICAgICB0aGlzLmljb25Db21wb25lbnRzLmZvckVhY2goKGljbikgPT4ge1xuICAgICAgICAgICAgICAgICAgICBjb25zdCBpY29uRWwgPSBpY24uZWwubmF0aXZlRWxlbWVudCBhcyBIVE1MRWxlbWVudDtcblxuICAgICAgICAgICAgICAgICAgICBpZiAoaGFzTmV4dFNpYmxpbmdXaXRoQXR0cmlidXRlKGljb25FbCwgJ2VjbEJ1dHRvbkxhYmVsJykpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIGljbi5jbGFzcyA9ICdlY2wtYnV0dG9uX19pY29uIGVjbC1idXR0b25fX2ljb24tLWJlZm9yZSc7XG4gICAgICAgICAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgICAgICAgICBpZiAoaGFzUHJldmlvdXNTaWJsaW5nV2l0aEF0dHJpYnV0ZShpY29uRWwsICdlY2xCdXR0b25MYWJlbCcpKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICBpY24uY2xhc3MgPSAnZWNsLWJ1dHRvbl9faWNvbiBlY2wtYnV0dG9uX19pY29uLS1hZnRlcic7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgIH0pO1xuICAgICAgICB9XG4gICAgfVxufVxuIiwiPHNwYW4gKm5nSWY9XCJoYXNJY29uXCIgY2xhc3M9XCJlY2wtYnV0dG9uX19jb250YWluZXIge3sgY29udGFpbmVyU3R5bGVDbGFzcyB9fVwiPlxuICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJjb250ZW50XCI+PC9uZy1jb250YWluZXI+XG48L3NwYW4+XG48bmctY29udGFpbmVyICpuZ0lmPVwiIWhhc0ljb25cIj5cbiAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiY29udGVudFwiPjwvbmctY29udGFpbmVyPlxuPC9uZy1jb250YWluZXI+XG48bmctdGVtcGxhdGUgI2NvbnRlbnQ+XG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9uZy10ZW1wbGF0ZT5cbiJdfQ==
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { NgModule } from '@angular/core';
|
2
|
+
import { CommonModule } from '@angular/common';
|
3
|
+
import { EuiEclButtonComponent } from './eui-ecl-button.component';
|
4
|
+
import { EuiEclButtonLabelDirective } from './eui-ecl-button-label.directive';
|
5
|
+
import { EuiEclIconComponentModule } from '@eui/components/ecl/eui-ecl-icon';
|
6
|
+
import * as i0 from "@angular/core";
|
7
|
+
export class EuiEclButtonComponentModule {
|
8
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclButtonComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
9
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclButtonComponentModule, declarations: [EuiEclButtonComponent, EuiEclButtonLabelDirective], imports: [CommonModule, EuiEclIconComponentModule], exports: [EuiEclButtonComponent, EuiEclButtonLabelDirective] }); }
|
10
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclButtonComponentModule, imports: [CommonModule, EuiEclIconComponentModule] }); }
|
11
|
+
}
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiEclButtonComponentModule, decorators: [{
|
13
|
+
type: NgModule,
|
14
|
+
args: [{
|
15
|
+
imports: [CommonModule, EuiEclIconComponentModule],
|
16
|
+
exports: [EuiEclButtonComponent, EuiEclButtonLabelDirective],
|
17
|
+
declarations: [EuiEclButtonComponent, EuiEclButtonLabelDirective],
|
18
|
+
}]
|
19
|
+
}] });
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpLWVjbC1idXR0b24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vZWNsL2V1aS1lY2wtYnV0dG9uL2V1aS1lY2wtYnV0dG9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUNuRSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUU5RSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQzs7QUFPN0UsTUFBTSxPQUFPLDJCQUEyQjtzSUFBM0IsMkJBQTJCO3VJQUEzQiwyQkFBMkIsaUJBRnJCLHFCQUFxQixFQUFFLDBCQUEwQixhQUZ0RCxZQUFZLEVBQUUseUJBQXlCLGFBQ3ZDLHFCQUFxQixFQUFFLDBCQUEwQjt1SUFHbEQsMkJBQTJCLFlBSjFCLFlBQVksRUFBRSx5QkFBeUI7O2dHQUl4QywyQkFBMkI7a0JBTHZDLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLHlCQUF5QixDQUFDO29CQUNsRCxPQUFPLEVBQUUsQ0FBQyxxQkFBcUIsRUFBRSwwQkFBMEIsQ0FBQztvQkFDNUQsWUFBWSxFQUFFLENBQUMscUJBQXFCLEVBQUUsMEJBQTBCLENBQUM7aUJBQ3BFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBFdWlFY2xCdXR0b25Db21wb25lbnQgfSBmcm9tICcuL2V1aS1lY2wtYnV0dG9uLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBFdWlFY2xCdXR0b25MYWJlbERpcmVjdGl2ZSB9IGZyb20gJy4vZXVpLWVjbC1idXR0b24tbGFiZWwuZGlyZWN0aXZlJztcblxuaW1wb3J0IHsgRXVpRWNsSWNvbkNvbXBvbmVudE1vZHVsZSB9IGZyb20gJ0BldWkvY29tcG9uZW50cy9lY2wvZXVpLWVjbC1pY29uJztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBFdWlFY2xJY29uQ29tcG9uZW50TW9kdWxlXSxcbiAgICBleHBvcnRzOiBbRXVpRWNsQnV0dG9uQ29tcG9uZW50LCBFdWlFY2xCdXR0b25MYWJlbERpcmVjdGl2ZV0sXG4gICAgZGVjbGFyYXRpb25zOiBbRXVpRWNsQnV0dG9uQ29tcG9uZW50LCBFdWlFY2xCdXR0b25MYWJlbERpcmVjdGl2ZV0sXG59KVxuZXhwb3J0IGNsYXNzIEV1aUVjbEJ1dHRvbkNvbXBvbmVudE1vZHVsZSB7fVxuIl19
|
@@ -0,0 +1,4 @@
|
|
1
|
+
export * from './eui-ecl-button.module';
|
2
|
+
export * from './eui-ecl-button.component';
|
3
|
+
export * from './eui-ecl-button-label.directive';
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9lY2wvZXVpLWVjbC1idXR0b24vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsa0NBQWtDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2V1aS1lY2wtYnV0dG9uLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2V1aS1lY2wtYnV0dG9uLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2V1aS1lY2wtYnV0dG9uLWxhYmVsLmRpcmVjdGl2ZSc7XG4iXX0=
|
@@ -0,0 +1,5 @@
|
|
1
|
+
/**
|
2
|
+
* Generated bundle index. Do not edit.
|
3
|
+
*/
|
4
|
+
export * from './index';
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpLWNvbXBvbmVudHMtZWNsLWV1aS1lY2wtY2Fyb3VzZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9lY2wvZXVpLWVjbC1jYXJvdXNlbC9ldWktY29tcG9uZW50cy1lY2wtZXVpLWVjbC1jYXJvdXNlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
|