@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
@@ -3,11 +3,11 @@ import { NgModule } from '@angular/core';
|
|
3
3
|
import { EuiAppFooterComponent } from './footer.component';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export class EuiAppFooterModule {
|
6
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-
|
7
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-
|
8
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-
|
6
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppFooterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
7
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppFooterModule, declarations: [EuiAppFooterComponent], imports: [CommonModule], exports: [EuiAppFooterComponent] }); }
|
8
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppFooterModule, imports: [CommonModule] }); }
|
9
9
|
}
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppFooterModule, decorators: [{
|
11
11
|
type: NgModule,
|
12
12
|
args: [{
|
13
13
|
imports: [CommonModule],
|
@@ -15,4 +15,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7",
|
|
15
15
|
exports: [EuiAppFooterComponent],
|
16
16
|
}]
|
17
17
|
}] });
|
18
|
-
//# sourceMappingURL=data:application/json;base64,
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9vdGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xheW91dC9ldWktYXBwL2V1aS1hcHAtZm9vdGVyL2Zvb3Rlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFekMsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sb0JBQW9CLENBQUM7O0FBTzNELE1BQU0sT0FBTyxrQkFBa0I7c0lBQWxCLGtCQUFrQjt1SUFBbEIsa0JBQWtCLGlCQUhaLHFCQUFxQixhQUQxQixZQUFZLGFBRVoscUJBQXFCO3VJQUV0QixrQkFBa0IsWUFKakIsWUFBWTs7Z0dBSWIsa0JBQWtCO2tCQUw5QixRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsWUFBWSxFQUFFLENBQUMscUJBQXFCLENBQUM7b0JBQ3JDLE9BQU8sRUFBRSxDQUFDLHFCQUFxQixDQUFDO2lCQUNuQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBFdWlBcHBGb290ZXJDb21wb25lbnQgfSBmcm9tICcuL2Zvb3Rlci5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICAgIGRlY2xhcmF0aW9uczogW0V1aUFwcEZvb3RlckNvbXBvbmVudF0sXG4gICAgZXhwb3J0czogW0V1aUFwcEZvb3RlckNvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIEV1aUFwcEZvb3Rlck1vZHVsZSB7fVxuIl19
|
@@ -59,12 +59,12 @@ export class EuiAppHeaderComponent {
|
|
59
59
|
getCssClasses() {
|
60
60
|
return ['eui-app-header', this.isHeaderShrinked ? 'eui-app-header--shrinked' : ''].join(' ');
|
61
61
|
}
|
62
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-
|
63
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-
|
62
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppHeaderComponent, deps: [{ token: i1.EuiAppShellService }, { token: i0.NgZone }, { token: i2.ViewportRuler }, { token: i2.ScrollDispatcher }], target: i0.ɵɵFactoryTarget.Component }); }
|
63
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-rc.0", type: EuiAppHeaderComponent, selector: "eui-app-header", inputs: { isShrinkHeaderActive: "isShrinkHeaderActive" }, host: { properties: { "class": "this.cssClasses", "attr.role": "this.role" } }, ngImport: i0, template: "<eui-sidebar-toggle\n *ngIf=\"(asService.state$ | async).hasSidebar && (asService.state$ | async).hasHeader && !(asService.state$ | async).hasToolbar\"\n styleClass=\"eui-app-header__sidebar-toggle\">\n</eui-sidebar-toggle>\n\n<ng-content select=\"eui-header\"></ng-content>\n", styles: [".eui-app-header{align-items:center;background-color:var(--eui-base-color-white);display:flex;flex-direction:row;height:var(--eui-app-header-height);position:fixed;right:0;top:var(--eui-app-top-message-height);width:100%;z-index:var(--eui-base-z-index-header);transition:all .1s ease}.eui-app-header--shrinked{visibility:hidden}.eui-app-header__sidebar-toggle{display:flex;padding:2rem .5rem 1rem 1rem}.eui-app-header__sidebar-toggle .eui-icon{cursor:pointer}@media screen and (max-width: 767px){.eui-app-header{visibility:hidden}}\n"], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.EuiSidebarToggleComponent, selector: "eui-sidebar-toggle", inputs: ["e2eAttr"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
|
64
64
|
}
|
65
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-
|
65
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppHeaderComponent, decorators: [{
|
66
66
|
type: Component,
|
67
|
-
args: [{ selector: 'eui-app-header', changeDetection: ChangeDetectionStrategy.Default, encapsulation: ViewEncapsulation.None, template: "<eui-sidebar-toggle\n *ngIf=\"(asService.state$ | async).hasSidebar && (asService.state$ | async).hasHeader && !(asService.state$ | async).hasToolbar\"\n styleClass=\"eui-app-header__sidebar-toggle\">\n</eui-sidebar-toggle>\n\n<ng-content select=\"eui-header\"></ng-content>\n", styles: [".eui-app-header{align-items:center;background-color:var(--eui-
|
67
|
+
args: [{ selector: 'eui-app-header', changeDetection: ChangeDetectionStrategy.Default, encapsulation: ViewEncapsulation.None, template: "<eui-sidebar-toggle\n *ngIf=\"(asService.state$ | async).hasSidebar && (asService.state$ | async).hasHeader && !(asService.state$ | async).hasToolbar\"\n styleClass=\"eui-app-header__sidebar-toggle\">\n</eui-sidebar-toggle>\n\n<ng-content select=\"eui-header\"></ng-content>\n", styles: [".eui-app-header{align-items:center;background-color:var(--eui-base-color-white);display:flex;flex-direction:row;height:var(--eui-app-header-height);position:fixed;right:0;top:var(--eui-app-top-message-height);width:100%;z-index:var(--eui-base-z-index-header);transition:all .1s ease}.eui-app-header--shrinked{visibility:hidden}.eui-app-header__sidebar-toggle{display:flex;padding:2rem .5rem 1rem 1rem}.eui-app-header__sidebar-toggle .eui-icon{cursor:pointer}@media screen and (max-width: 767px){.eui-app-header{visibility:hidden}}\n"] }]
|
68
68
|
}], ctorParameters: () => [{ type: i1.EuiAppShellService }, { type: i0.NgZone }, { type: i2.ViewportRuler }, { type: i2.ScrollDispatcher }], propDecorators: { cssClasses: [{
|
69
69
|
type: HostBinding,
|
70
70
|
args: ['class']
|
@@ -74,4 +74,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7",
|
|
74
74
|
}], isShrinkHeaderActive: [{
|
75
75
|
type: Input
|
76
76
|
}] } });
|
77
|
-
//# sourceMappingURL=data:application/json;base64,
|
77
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xheW91dC9ldWktYXBwL2V1aS1hcHAtaGVhZGVyL2hlYWRlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9sYXlvdXQvZXVpLWFwcC9ldWktYXBwLWhlYWRlci9oZWFkZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsdUJBQXVCLEVBQUUsaUJBQWlCLEVBQXFCLEtBQUssRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUNySSxPQUFPLEVBQUUscUJBQXFCLEVBQWdCLE1BQU0sdUJBQXVCLENBQUM7QUFJNUUsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUMvQixPQUFPLEVBQUUsTUFBTSxFQUFFLFNBQVMsRUFBRSxNQUFNLGdCQUFnQixDQUFDOzs7Ozs7QUFTbkQsTUFBTSxPQUFPLHFCQUFxQjtJQUM5QixJQUNJLFVBQVU7UUFDVixPQUFPLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztJQUNoQyxDQUFDO0lBR0QsSUFDSSxvQkFBb0I7UUFDcEIsT0FBTyxJQUFJLENBQUMscUJBQXFCLENBQUM7SUFDdEMsQ0FBQztJQUNELElBQUksb0JBQW9CLENBQUMsS0FBbUI7UUFDeEMsSUFBSSxDQUFDLHFCQUFxQixHQUFHLHFCQUFxQixDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzlELENBQUM7SUFNRCxZQUNXLFNBQTZCLEVBQzVCLElBQVksRUFDWixhQUE0QixFQUM1QixnQkFBa0M7UUFIbkMsY0FBUyxHQUFULFNBQVMsQ0FBb0I7UUFDNUIsU0FBSSxHQUFKLElBQUksQ0FBUTtRQUNaLGtCQUFhLEdBQWIsYUFBYSxDQUFlO1FBQzVCLHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBa0I7UUFsQnBCLFNBQUksR0FBRyxRQUFRLENBQUM7UUFTbEMsMEJBQXFCLEdBQUcsS0FBSyxDQUFDO1FBRTlCLHFCQUFnQixHQUFHLEtBQUssQ0FBQztRQUN6QixhQUFRLEdBQXFCLElBQUksT0FBTyxFQUFXLENBQUM7SUFPekQsQ0FBQztJQUVKLFFBQVE7UUFDSixJQUFJLENBQUMsU0FBUyxDQUFDLGNBQWMsRUFBRSxDQUFDO1FBRWhDLCtGQUErRjtRQUMvRiw0RUFBNEU7UUFDNUUsa0RBQWtEO1FBQ2xELElBQUksQ0FBQyxnQkFBZ0I7YUFDaEIsUUFBUSxFQUFFO2FBQ1YsSUFBSSxDQUNELE1BQU0sQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsb0JBQW9CLENBQUMsRUFDdkMsU0FBUyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FDM0I7YUFDQSxTQUFTLENBQUMsR0FBRyxFQUFFO1lBQ1osK0NBQStDO1lBQy9DLE1BQU0sWUFBWSxHQUFHLElBQUksQ0FBQyxhQUFhLENBQUMseUJBQXlCLEVBQUUsQ0FBQyxHQUFHLENBQUM7WUFDeEUsSUFBSSxDQUFDLFNBQVMsQ0FBQyxxQkFBcUIsQ0FBQyxZQUFZLEdBQUcsQ0FBQyxDQUFDLENBQUM7WUFDdkQsNEVBQTRFO1lBQzVFLElBQUksWUFBWSxHQUFHLENBQUMsS0FBSyxJQUFJLENBQUMsZ0JBQWdCLEVBQUU7Z0JBQzVDLDZFQUE2RTtnQkFDN0UsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsR0FBRyxFQUFFLENBQUMsQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLEdBQUcsWUFBWSxHQUFHLENBQUMsQ0FBQyxDQUFDLENBQUM7YUFDbkU7UUFDTCxDQUFDLENBQUMsQ0FBQztJQUNYLENBQUM7SUFFRCxXQUFXO1FBQ1AsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDekIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLEVBQUUsQ0FBQztRQUM1QixVQUFVO1FBQ1YsSUFBSSxDQUFDLFNBQVMsQ0FBQyxRQUFRLENBQUM7WUFDcEIsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLEtBQUs7WUFDdkIsU0FBUyxFQUFFLEtBQUs7U0FDbkIsQ0FBQyxDQUFDO1FBQ0gsUUFBUSxDQUFDLGVBQWUsQ0FBQyxLQUFLLENBQUMsY0FBYyxDQUFDLHlCQUF5QixDQUFDLENBQUM7SUFDN0UsQ0FBQztJQUVPLGFBQWE7UUFDakIsT0FBTyxDQUFDLGdCQUFnQixFQUFFLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDLENBQUMsMEJBQTBCLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztJQUNqRyxDQUFDO3NJQS9EUSxxQkFBcUI7MEhBQXJCLHFCQUFxQixnTUNmbEMsNFJBTUE7O2dHRFNhLHFCQUFxQjtrQkFQakMsU0FBUzsrQkFDSSxnQkFBZ0IsbUJBR1QsdUJBQXVCLENBQUMsT0FBTyxpQkFDakMsaUJBQWlCLENBQUMsSUFBSTt1S0FJakMsVUFBVTtzQkFEYixXQUFXO3VCQUFDLE9BQU87Z0JBSU0sSUFBSTtzQkFBN0IsV0FBVzt1QkFBQyxXQUFXO2dCQUdwQixvQkFBb0I7c0JBRHZCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEhvc3RCaW5kaW5nLCBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgVmlld0VuY2Fwc3VsYXRpb24sIE9uSW5pdCwgT25EZXN0cm95LCBJbnB1dCwgTmdab25lIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBjb2VyY2VCb29sZWFuUHJvcGVydHksIEJvb2xlYW5JbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9jb2VyY2lvbic7XG5pbXBvcnQgeyBTY3JvbGxEaXNwYXRjaGVyLCBWaWV3cG9ydFJ1bGVyIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL3Njcm9sbGluZyc7XG5pbXBvcnQgeyBFdWlBcHBTaGVsbFNlcnZpY2UgfSBmcm9tICdAZXVpL2NvcmUnO1xuXG5pbXBvcnQgeyBTdWJqZWN0IH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBmaWx0ZXIsIHRha2VVbnRpbCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdldWktYXBwLWhlYWRlcicsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2hlYWRlci5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vX3N0eWxlcy9faW5kZXguc2NzcyddLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuRGVmYXVsdCxcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBFdWlBcHBIZWFkZXJDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIE9uRGVzdHJveSB7XG4gICAgQEhvc3RCaW5kaW5nKCdjbGFzcycpXG4gICAgZ2V0IGNzc0NsYXNzZXMoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZ2V0Q3NzQ2xhc3NlcygpO1xuICAgIH1cbiAgICBASG9zdEJpbmRpbmcoJ2F0dHIucm9sZScpIHJvbGUgPSAnYmFubmVyJztcblxuICAgIEBJbnB1dCgpXG4gICAgZ2V0IGlzU2hyaW5rSGVhZGVyQWN0aXZlKCk6IGJvb2xlYW4ge1xuICAgICAgICByZXR1cm4gdGhpcy5faXNTaHJpbmtIZWFkZXJBY3RpdmU7XG4gICAgfVxuICAgIHNldCBpc1Nocmlua0hlYWRlckFjdGl2ZSh2YWx1ZTogQm9vbGVhbklucHV0KSB7XG4gICAgICAgIHRoaXMuX2lzU2hyaW5rSGVhZGVyQWN0aXZlID0gY29lcmNlQm9vbGVhblByb3BlcnR5KHZhbHVlKTtcbiAgICB9XG4gICAgcHJpdmF0ZSBfaXNTaHJpbmtIZWFkZXJBY3RpdmUgPSBmYWxzZTtcblxuICAgIHByaXZhdGUgaXNIZWFkZXJTaHJpbmtlZCA9IGZhbHNlO1xuICAgIHByaXZhdGUgZGVzdHJveSQ6IFN1YmplY3Q8Ym9vbGVhbj4gPSBuZXcgU3ViamVjdDxib29sZWFuPigpO1xuXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIHB1YmxpYyBhc1NlcnZpY2U6IEV1aUFwcFNoZWxsU2VydmljZSxcbiAgICAgICAgcHJpdmF0ZSB6b25lOiBOZ1pvbmUsXG4gICAgICAgIHByaXZhdGUgdmlld3BvcnRSdWxlcjogVmlld3BvcnRSdWxlcixcbiAgICAgICAgcHJpdmF0ZSBzY3JvbGxEaXNwYXRjaGVyOiBTY3JvbGxEaXNwYXRjaGVyXG4gICAgKSB7fVxuXG4gICAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuYXNTZXJ2aWNlLmFjdGl2YXRlSGVhZGVyKCk7XG5cbiAgICAgICAgLy8gU2Nyb2xsZWQgaXMgcnVubmluZyBvdXRzaWRlIGFuZ3VsYXIgem9uZSAoZm9yIHBlcmZvcm1hbmNlIHJlYXNvbnMgLSBsZXNzIGNoYW5nZSBkZXRlY3Rpb25zKS5cbiAgICAgICAgLy8gUmVhZCBtb3JlOiBodHRwczovL21hdGVyaWFsLmFuZ3VsYXIuaW8vY2RrL3Njcm9sbGluZy9hcGkjU2Nyb2xsRGlzcGF0Y2hlclxuICAgICAgICAvLyBzY3JvbGxlZCB1c2VzIERFRkFVTFRfU0NST0xMX1RJTUUgd2hpY2ggaXMgMjBtc1xuICAgICAgICB0aGlzLnNjcm9sbERpc3BhdGNoZXJcbiAgICAgICAgICAgIC5zY3JvbGxlZCgpXG4gICAgICAgICAgICAucGlwZShcbiAgICAgICAgICAgICAgICBmaWx0ZXIoKCkgPT4gdGhpcy5pc1Nocmlua0hlYWRlckFjdGl2ZSksXG4gICAgICAgICAgICAgICAgdGFrZVVudGlsKHRoaXMuZGVzdHJveSQpXG4gICAgICAgICAgICApXG4gICAgICAgICAgICAuc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgICAgICAgICAgICAvLyByZWFkIHRoZSB0b3Agc2Nyb2xsIHBvc2l0aW9uIG9mIHRoZSB2aWV3cG9ydFxuICAgICAgICAgICAgICAgIGNvbnN0IHRvcFNjcm9sbFBvcyA9IHRoaXMudmlld3BvcnRSdWxlci5nZXRWaWV3cG9ydFNjcm9sbFBvc2l0aW9uKCkudG9wO1xuICAgICAgICAgICAgICAgIHRoaXMuYXNTZXJ2aWNlLnNldEhlYWRlclNocmlua0Nzc1Zhcih0b3BTY3JvbGxQb3MgPiAwKTtcbiAgICAgICAgICAgICAgICAvLyBjaGFuZ2UgdGhlIHNocmlua0hlYWRlciB2YWx1ZSBvbmx5IGlmIGl0J3MgZGlmZmVyZW50IGZyb20gdGhlIGN1cnJlbnQgb25lXG4gICAgICAgICAgICAgICAgaWYgKHRvcFNjcm9sbFBvcyA+IDAgIT09IHRoaXMuaXNIZWFkZXJTaHJpbmtlZCkge1xuICAgICAgICAgICAgICAgICAgICAvLyB3ZSBuZWVkIHRvIHJ1biB0aGlzIGluc2lkZSBhbmd1bGFyIHpvbmUgdG8gdHJpZ2dlciBjaGFuZ2UgZGV0ZWN0aW9uIGluIENTU1xuICAgICAgICAgICAgICAgICAgICB0aGlzLnpvbmUucnVuKCgpID0+ICh0aGlzLmlzSGVhZGVyU2hyaW5rZWQgPSB0b3BTY3JvbGxQb3MgPiAwKSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICAgIHRoaXMuZGVzdHJveSQubmV4dCh0cnVlKTtcbiAgICAgICAgdGhpcy5kZXN0cm95JC51bnN1YnNjcmliZSgpO1xuICAgICAgICAvLyBjbGVhbnVwXG4gICAgICAgIHRoaXMuYXNTZXJ2aWNlLnNldFN0YXRlKHtcbiAgICAgICAgICAgIC4uLnRoaXMuYXNTZXJ2aWNlLnN0YXRlLFxuICAgICAgICAgICAgaGFzSGVhZGVyOiBmYWxzZSxcbiAgICAgICAgfSk7XG4gICAgICAgIGRvY3VtZW50LmRvY3VtZW50RWxlbWVudC5zdHlsZS5yZW1vdmVQcm9wZXJ0eSgnLS1ldWktYXBwLWhlYWRlci1oZWlnaHQnKTtcbiAgICB9XG5cbiAgICBwcml2YXRlIGdldENzc0NsYXNzZXMoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIFsnZXVpLWFwcC1oZWFkZXInLCB0aGlzLmlzSGVhZGVyU2hyaW5rZWQgPyAnZXVpLWFwcC1oZWFkZXItLXNocmlua2VkJyA6ICcnXS5qb2luKCcgJyk7XG4gICAgfVxufVxuIiwiPGV1aS1zaWRlYmFyLXRvZ2dsZVxuICAgICpuZ0lmPVwiKGFzU2VydmljZS5zdGF0ZSQgfCBhc3luYykuaGFzU2lkZWJhciAmJiAoYXNTZXJ2aWNlLnN0YXRlJCB8IGFzeW5jKS5oYXNIZWFkZXIgJiYgIShhc1NlcnZpY2Uuc3RhdGUkIHwgYXN5bmMpLmhhc1Rvb2xiYXJcIlxuICAgIHN0eWxlQ2xhc3M9XCJldWktYXBwLWhlYWRlcl9fc2lkZWJhci10b2dnbGVcIj5cbjwvZXVpLXNpZGViYXItdG9nZ2xlPlxuXG48bmctY29udGVudCBzZWxlY3Q9XCJldWktaGVhZGVyXCI+PC9uZy1jb250ZW50PlxuIl19
|
@@ -7,11 +7,11 @@ import { EuiSidebarToggleModule } from '../../eui-sidebar-toggle/sidebar-toggle.
|
|
7
7
|
import { EuiAppHeaderComponent } from './header.component';
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
export class EuiAppHeaderModule {
|
10
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-
|
11
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-
|
12
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-
|
10
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
11
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppHeaderModule, declarations: [EuiAppHeaderComponent], imports: [CommonModule, EuiSidebarToggleModule, EuiUserProfileModule, EuiLanguageSelectorModule, RouterModule], exports: [EuiAppHeaderComponent] }); }
|
12
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppHeaderModule, imports: [CommonModule, EuiSidebarToggleModule, EuiUserProfileModule, EuiLanguageSelectorModule, RouterModule] }); }
|
13
13
|
}
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppHeaderModule, decorators: [{
|
15
15
|
type: NgModule,
|
16
16
|
args: [{
|
17
17
|
imports: [CommonModule, EuiSidebarToggleModule, EuiUserProfileModule, EuiLanguageSelectorModule, RouterModule],
|
@@ -19,4 +19,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7",
|
|
19
19
|
exports: [EuiAppHeaderComponent],
|
20
20
|
}]
|
21
21
|
}] });
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xheW91dC9ldWktYXBwL2V1aS1hcHAtaGVhZGVyL2hlYWRlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBRS9DLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDRDQUE0QyxDQUFDO0FBQ2xGLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLHNEQUFzRCxDQUFDO0FBQ2pHLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGdEQUFnRCxDQUFDO0FBRXhGLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLG9CQUFvQixDQUFDOztBQU8zRCxNQUFNLE9BQU8sa0JBQWtCO3NJQUFsQixrQkFBa0I7dUlBQWxCLGtCQUFrQixpQkFIWixxQkFBcUIsYUFEMUIsWUFBWSxFQUFFLHNCQUFzQixFQUFFLG9CQUFvQixFQUFFLHlCQUF5QixFQUFFLFlBQVksYUFFbkcscUJBQXFCO3VJQUV0QixrQkFBa0IsWUFKakIsWUFBWSxFQUFFLHNCQUFzQixFQUFFLG9CQUFvQixFQUFFLHlCQUF5QixFQUFFLFlBQVk7O2dHQUlwRyxrQkFBa0I7a0JBTDlCLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLHNCQUFzQixFQUFFLG9CQUFvQixFQUFFLHlCQUF5QixFQUFFLFlBQVksQ0FBQztvQkFDOUcsWUFBWSxFQUFFLENBQUMscUJBQXFCLENBQUM7b0JBQ3JDLE9BQU8sRUFBRSxDQUFDLHFCQUFxQixDQUFDO2lCQUNuQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcblxuaW1wb3J0IHsgRXVpVXNlclByb2ZpbGVNb2R1bGUgfSBmcm9tICcuLi8uLi9ldWktdXNlci1wcm9maWxlL3VzZXItcHJvZmlsZS5tb2R1bGUnO1xuaW1wb3J0IHsgRXVpTGFuZ3VhZ2VTZWxlY3Rvck1vZHVsZSB9IGZyb20gJy4uLy4uL2V1aS1sYW5ndWFnZS1zZWxlY3Rvci9sYW5ndWFnZS1zZWxlY3Rvci5tb2R1bGUnO1xuaW1wb3J0IHsgRXVpU2lkZWJhclRvZ2dsZU1vZHVsZSB9IGZyb20gJy4uLy4uL2V1aS1zaWRlYmFyLXRvZ2dsZS9zaWRlYmFyLXRvZ2dsZS5tb2R1bGUnO1xuXG5pbXBvcnQgeyBFdWlBcHBIZWFkZXJDb21wb25lbnQgfSBmcm9tICcuL2hlYWRlci5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEV1aVNpZGViYXJUb2dnbGVNb2R1bGUsIEV1aVVzZXJQcm9maWxlTW9kdWxlLCBFdWlMYW5ndWFnZVNlbGVjdG9yTW9kdWxlLCBSb3V0ZXJNb2R1bGVdLFxuICAgIGRlY2xhcmF0aW9uczogW0V1aUFwcEhlYWRlckNvbXBvbmVudF0sXG4gICAgZXhwb3J0czogW0V1aUFwcEhlYWRlckNvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIEV1aUFwcEhlYWRlck1vZHVsZSB7fVxuIl19
|
@@ -4,13 +4,13 @@ export class EuiAppSidebarBodyComponent {
|
|
4
4
|
constructor() {
|
5
5
|
this.class = 'eui-app-sidebar-body';
|
6
6
|
}
|
7
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-
|
8
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-
|
7
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppSidebarBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
8
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-rc.0", type: EuiAppSidebarBodyComponent, selector: "eui-app-sidebar-body", host: { properties: { "class": "this.class" } }, ngImport: i0, template: "<ng-content select=\"eui-app-sidebar-menu\"></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
|
9
9
|
}
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppSidebarBodyComponent, decorators: [{
|
11
11
|
type: Component,
|
12
12
|
args: [{ selector: 'eui-app-sidebar-body', changeDetection: ChangeDetectionStrategy.Default, encapsulation: ViewEncapsulation.None, template: "<ng-content select=\"eui-app-sidebar-menu\"></ng-content>\n" }]
|
13
13
|
}], propDecorators: { class: [{
|
14
14
|
type: HostBinding
|
15
15
|
}] } });
|
16
|
-
//# sourceMappingURL=data:application/json;base64,
|
16
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZWJhci1ib2R5LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xheW91dC9ldWktYXBwL2V1aS1hcHAtc2lkZWJhci9zaWRlYmFyLWJvZHkvc2lkZWJhci1ib2R5LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xheW91dC9ldWktYXBwL2V1aS1hcHAtc2lkZWJhci9zaWRlYmFyLWJvZHkvc2lkZWJhci1ib2R5LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsdUJBQXVCLEVBQUUsV0FBVyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVFuRyxNQUFNLE9BQU8sMEJBQTBCO0lBTnZDO1FBT21CLFVBQUssR0FBRyxzQkFBc0IsQ0FBQztLQUNqRDtzSUFGWSwwQkFBMEI7MEhBQTFCLDBCQUEwQiw2R0NSdkMsNkRBQ0E7O2dHRE9hLDBCQUEwQjtrQkFOdEMsU0FBUzsrQkFDSSxzQkFBc0IsbUJBRWYsdUJBQXVCLENBQUMsT0FBTyxpQkFDakMsaUJBQWlCLENBQUMsSUFBSTs4QkFHdEIsS0FBSztzQkFBbkIsV0FBVyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIEhvc3RCaW5kaW5nLCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2V1aS1hcHAtc2lkZWJhci1ib2R5JyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vc2lkZWJhci1ib2R5LmNvbXBvbmVudC5odG1sJyxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LkRlZmF1bHQsXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgRXVpQXBwU2lkZWJhckJvZHlDb21wb25lbnQge1xuICAgIEBIb3N0QmluZGluZygpIGNsYXNzID0gJ2V1aS1hcHAtc2lkZWJhci1ib2R5Jztcbn1cbiIsIjxuZy1jb250ZW50IHNlbGVjdD1cImV1aS1hcHAtc2lkZWJhci1tZW51XCI+PC9uZy1jb250ZW50PlxuIl19
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { coerceBooleanProperty } from '@angular/cdk/coercion';
|
2
|
-
import { Component,
|
2
|
+
import { Component, HostBinding, ViewEncapsulation, Input } from '@angular/core';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export class EuiAppSidebarDrawerComponent {
|
5
5
|
constructor() {
|
@@ -15,18 +15,18 @@ export class EuiAppSidebarDrawerComponent {
|
|
15
15
|
return this._getCssClasses();
|
16
16
|
}
|
17
17
|
_getCssClasses() {
|
18
|
-
return [
|
18
|
+
return ['eui-app-sidebar-drawer', this.isExpanded ? 'eui-app-sidebar-drawer--expanded' : ''].join(' ').trim();
|
19
19
|
}
|
20
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-
|
21
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-
|
20
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppSidebarDrawerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
21
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-rc.0", type: EuiAppSidebarDrawerComponent, selector: "eui-app-sidebar-drawer", inputs: { isExpanded: "isExpanded" }, host: { properties: { "class": "this.cssClasses" } }, ngImport: i0, template: "<!-- HIDDEN APP DRAWER : scrolls up and revealing user info details or any other injected content -->\n<div class=\"eui-app-sidebar-drawer-content\">\n <ng-content></ng-content>\n</div>\n", encapsulation: i0.ViewEncapsulation.None }); }
|
22
22
|
}
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppSidebarDrawerComponent, decorators: [{
|
24
24
|
type: Component,
|
25
|
-
args: [{ selector: 'eui-app-sidebar-drawer',
|
25
|
+
args: [{ selector: 'eui-app-sidebar-drawer', encapsulation: ViewEncapsulation.None, template: "<!-- HIDDEN APP DRAWER : scrolls up and revealing user info details or any other injected content -->\n<div class=\"eui-app-sidebar-drawer-content\">\n <ng-content></ng-content>\n</div>\n" }]
|
26
26
|
}], propDecorators: { isExpanded: [{
|
27
27
|
type: Input
|
28
28
|
}], cssClasses: [{
|
29
29
|
type: HostBinding,
|
30
30
|
args: ['class']
|
31
31
|
}] } });
|
32
|
-
//# sourceMappingURL=data:application/json;base64,
|
32
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZWJhci1kcmF3ZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGF5b3V0L2V1aS1hcHAvZXVpLWFwcC1zaWRlYmFyL3NpZGViYXItZHJhd2VyL3NpZGViYXItZHJhd2VyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xheW91dC9ldWktYXBwL2V1aS1hcHAtc2lkZWJhci9zaWRlYmFyLWRyYXdlci9zaWRlYmFyLWRyYXdlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUscUJBQXFCLEVBQWdCLE1BQU0sdUJBQXVCLENBQUM7QUFDNUUsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsaUJBQWlCLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU9qRixNQUFNLE9BQU8sNEJBQTRCO0lBTHpDO1FBaUJZLGdCQUFXLEdBQUcsS0FBSyxDQUFDO0tBSy9CO0lBaEJHLElBQ0ksVUFBVTtRQUNWLE9BQU8sSUFBSSxDQUFDLFdBQVcsQ0FBQztJQUM1QixDQUFDO0lBQ0QsSUFBSSxVQUFVLENBQUMsS0FBbUI7UUFDOUIsSUFBSSxDQUFDLFdBQVcsR0FBRyxxQkFBcUIsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNwRCxDQUFDO0lBQ0QsSUFDVyxVQUFVO1FBQ2pCLE9BQU8sSUFBSSxDQUFDLGNBQWMsRUFBRSxDQUFDO0lBQ2pDLENBQUM7SUFHTyxjQUFjO1FBQ2xCLE9BQU8sQ0FBQyx3QkFBd0IsRUFBRSxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxrQ0FBa0MsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ2xILENBQUM7c0lBaEJRLDRCQUE0QjswSEFBNUIsNEJBQTRCLDBKQ1J6QyxnTUFJQTs7Z0dESWEsNEJBQTRCO2tCQUx4QyxTQUFTOytCQUNJLHdCQUF3QixpQkFFbkIsaUJBQWlCLENBQUMsSUFBSTs4QkFJakMsVUFBVTtzQkFEYixLQUFLO2dCQVFLLFVBQVU7c0JBRHBCLFdBQVc7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNvZXJjZUJvb2xlYW5Qcm9wZXJ0eSwgQm9vbGVhbklucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2NvZXJjaW9uJztcbmltcG9ydCB7IENvbXBvbmVudCwgSG9zdEJpbmRpbmcsIFZpZXdFbmNhcHN1bGF0aW9uLCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2V1aS1hcHAtc2lkZWJhci1kcmF3ZXInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9zaWRlYmFyLWRyYXdlci5jb21wb25lbnQuaHRtbCcsXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgRXVpQXBwU2lkZWJhckRyYXdlckNvbXBvbmVudCB7XG4gICAgQElucHV0KClcbiAgICBnZXQgaXNFeHBhbmRlZCgpOiBib29sZWFuIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX2lzRXhwYW5kZWQ7XG4gICAgfVxuICAgIHNldCBpc0V4cGFuZGVkKHZhbHVlOiBCb29sZWFuSW5wdXQpIHtcbiAgICAgICAgdGhpcy5faXNFeHBhbmRlZCA9IGNvZXJjZUJvb2xlYW5Qcm9wZXJ0eSh2YWx1ZSk7XG4gICAgfVxuICAgIEBIb3N0QmluZGluZygnY2xhc3MnKVxuICAgIHB1YmxpYyBnZXQgY3NzQ2xhc3NlcygpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gdGhpcy5fZ2V0Q3NzQ2xhc3NlcygpO1xuICAgIH1cbiAgICBwcml2YXRlIF9pc0V4cGFuZGVkID0gZmFsc2U7XG5cbiAgICBwcml2YXRlIF9nZXRDc3NDbGFzc2VzKCk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiBbJ2V1aS1hcHAtc2lkZWJhci1kcmF3ZXInLCB0aGlzLmlzRXhwYW5kZWQgPyAnZXVpLWFwcC1zaWRlYmFyLWRyYXdlci0tZXhwYW5kZWQnIDogJyddLmpvaW4oJyAnKS50cmltKCk7XG4gICAgfVxufVxuIiwiPCEtLSBISURERU4gQVBQIERSQVdFUiA6IHNjcm9sbHMgdXAgYW5kIHJldmVhbGluZyB1c2VyIGluZm8gZGV0YWlscyBvciBhbnkgb3RoZXIgaW5qZWN0ZWQgY29udGVudCAtLT5cbjxkaXYgY2xhc3M9XCJldWktYXBwLXNpZGViYXItZHJhd2VyLWNvbnRlbnRcIj5cbiAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L2Rpdj5cbiJdfQ==
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Component,
|
1
|
+
import { Component, HostBinding, ViewEncapsulation } from '@angular/core';
|
2
2
|
import * as i0 from "@angular/core";
|
3
3
|
import * as i1 from "@eui/core";
|
4
4
|
export class EuiAppSidebarFooterComponent {
|
@@ -12,13 +12,13 @@ export class EuiAppSidebarFooterComponent {
|
|
12
12
|
ngOnDestroy() {
|
13
13
|
document.documentElement.style.removeProperty('--eui-app-sidebar-footer-height');
|
14
14
|
}
|
15
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-
|
16
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-
|
15
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppSidebarFooterComponent, deps: [{ token: i1.EuiAppShellService }], target: i0.ɵɵFactoryTarget.Component }); }
|
16
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-rc.0", type: EuiAppSidebarFooterComponent, selector: "eui-app-sidebar-footer", host: { properties: { "class": "this.class" } }, ngImport: i0, template: "<ng-content></ng-content>\n", encapsulation: i0.ViewEncapsulation.None }); }
|
17
17
|
}
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppSidebarFooterComponent, decorators: [{
|
19
19
|
type: Component,
|
20
|
-
args: [{ selector: 'eui-app-sidebar-footer',
|
20
|
+
args: [{ selector: 'eui-app-sidebar-footer', encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
|
21
21
|
}], ctorParameters: () => [{ type: i1.EuiAppShellService }], propDecorators: { class: [{
|
22
22
|
type: HostBinding
|
23
23
|
}] } });
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZWJhci1mb290ZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGF5b3V0L2V1aS1hcHAvZXVpLWFwcC1zaWRlYmFyL3NpZGViYXItZm9vdGVyL3NpZGViYXItZm9vdGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xheW91dC9ldWktYXBwL2V1aS1hcHAtc2lkZWJhci9zaWRlYmFyLWZvb3Rlci9zaWRlYmFyLWZvb3Rlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxpQkFBaUIsRUFBcUIsTUFBTSxlQUFlLENBQUM7OztBQVE3RixNQUFNLE9BQU8sNEJBQTRCO0lBR3JDLFlBQW9CLFNBQTZCO1FBQTdCLGNBQVMsR0FBVCxTQUFTLENBQW9CO1FBRmxDLFVBQUssR0FBRyx3QkFBd0IsQ0FBQztJQUVJLENBQUM7SUFFckQsUUFBUTtRQUNKLElBQUksQ0FBQyxTQUFTLENBQUMscUJBQXFCLEVBQUUsQ0FBQztJQUMzQyxDQUFDO0lBRUQsV0FBVztRQUNQLFFBQVEsQ0FBQyxlQUFlLENBQUMsS0FBSyxDQUFDLGNBQWMsQ0FBQyxpQ0FBaUMsQ0FBQyxDQUFDO0lBQ3JGLENBQUM7c0lBWFEsNEJBQTRCOzBIQUE1Qiw0QkFBNEIsK0dDUnpDLDZCQUNBOztnR0RPYSw0QkFBNEI7a0JBTHhDLFNBQVM7K0JBQ0ksd0JBQXdCLGlCQUVuQixpQkFBaUIsQ0FBQyxJQUFJO3VGQUd0QixLQUFLO3NCQUFuQixXQUFXIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBIb3N0QmluZGluZywgVmlld0VuY2Fwc3VsYXRpb24sIE9uSW5pdCwgT25EZXN0cm95IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBFdWlBcHBTaGVsbFNlcnZpY2UgfSBmcm9tICdAZXVpL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2V1aS1hcHAtc2lkZWJhci1mb290ZXInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9zaWRlYmFyLWZvb3Rlci5jb21wb25lbnQuaHRtbCcsXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgRXVpQXBwU2lkZWJhckZvb3RlckNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgT25EZXN0cm95IHtcbiAgICBASG9zdEJpbmRpbmcoKSBjbGFzcyA9ICdldWktYXBwLXNpZGViYXItZm9vdGVyJztcblxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgYXNTZXJ2aWNlOiBFdWlBcHBTaGVsbFNlcnZpY2UpIHt9XG5cbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5hc1NlcnZpY2UuYWN0aXZhdGVTaWRlYmFyRm9vdGVyKCk7XG4gICAgfVxuXG4gICAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICAgIGRvY3VtZW50LmRvY3VtZW50RWxlbWVudC5zdHlsZS5yZW1vdmVQcm9wZXJ0eSgnLS1ldWktYXBwLXNpZGViYXItZm9vdGVyLWhlaWdodCcpO1xuICAgIH1cbn1cbiIsIjxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiJdfQ==
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Component,
|
1
|
+
import { Component, HostBinding, ViewEncapsulation } from '@angular/core';
|
2
2
|
import * as i0 from "@angular/core";
|
3
3
|
import * as i1 from "@eui/core";
|
4
4
|
export class EuiAppSidebarHeaderComponent {
|
@@ -12,13 +12,13 @@ export class EuiAppSidebarHeaderComponent {
|
|
12
12
|
ngOnDestroy() {
|
13
13
|
document.documentElement.style.removeProperty('--eui-app-sidebar-header-height');
|
14
14
|
}
|
15
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-
|
16
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-
|
15
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppSidebarHeaderComponent, deps: [{ token: i1.EuiAppShellService }], target: i0.ɵɵFactoryTarget.Component }); }
|
16
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-rc.0", type: EuiAppSidebarHeaderComponent, selector: "eui-app-sidebar-header", host: { properties: { "class": "this.class" } }, ngImport: i0, template: "<ng-content></ng-content>\n", encapsulation: i0.ViewEncapsulation.None }); }
|
17
17
|
}
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppSidebarHeaderComponent, decorators: [{
|
19
19
|
type: Component,
|
20
|
-
args: [{ selector: 'eui-app-sidebar-header',
|
20
|
+
args: [{ selector: 'eui-app-sidebar-header', encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
|
21
21
|
}], ctorParameters: () => [{ type: i1.EuiAppShellService }], propDecorators: { class: [{
|
22
22
|
type: HostBinding
|
23
23
|
}] } });
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZWJhci1oZWFkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGF5b3V0L2V1aS1hcHAvZXVpLWFwcC1zaWRlYmFyL3NpZGViYXItaGVhZGVyL3NpZGViYXItaGVhZGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xheW91dC9ldWktYXBwL2V1aS1hcHAtc2lkZWJhci9zaWRlYmFyLWhlYWRlci9zaWRlYmFyLWhlYWRlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxpQkFBaUIsRUFBcUIsTUFBTSxlQUFlLENBQUM7OztBQVE3RixNQUFNLE9BQU8sNEJBQTRCO0lBR3JDLFlBQW9CLFNBQTZCO1FBQTdCLGNBQVMsR0FBVCxTQUFTLENBQW9CO1FBRmxDLFVBQUssR0FBRyx3QkFBd0IsQ0FBQztJQUVJLENBQUM7SUFFckQsUUFBUTtRQUNKLElBQUksQ0FBQyxTQUFTLENBQUMscUJBQXFCLEVBQUUsQ0FBQztJQUMzQyxDQUFDO0lBRUQsV0FBVztRQUNQLFFBQVEsQ0FBQyxlQUFlLENBQUMsS0FBSyxDQUFDLGNBQWMsQ0FBQyxpQ0FBaUMsQ0FBQyxDQUFDO0lBQ3JGLENBQUM7c0lBWFEsNEJBQTRCOzBIQUE1Qiw0QkFBNEIsK0dDUnpDLDZCQUNBOztnR0RPYSw0QkFBNEI7a0JBTHhDLFNBQVM7K0JBQ0ksd0JBQXdCLGlCQUVuQixpQkFBaUIsQ0FBQyxJQUFJO3VGQUd0QixLQUFLO3NCQUFuQixXQUFXIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBIb3N0QmluZGluZywgVmlld0VuY2Fwc3VsYXRpb24sIE9uSW5pdCwgT25EZXN0cm95IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBFdWlBcHBTaGVsbFNlcnZpY2UgfSBmcm9tICdAZXVpL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2V1aS1hcHAtc2lkZWJhci1oZWFkZXInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9zaWRlYmFyLWhlYWRlci5jb21wb25lbnQuaHRtbCcsXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgRXVpQXBwU2lkZWJhckhlYWRlckNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgT25EZXN0cm95IHtcbiAgICBASG9zdEJpbmRpbmcoKSBjbGFzcyA9ICdldWktYXBwLXNpZGViYXItaGVhZGVyJztcblxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgYXNTZXJ2aWNlOiBFdWlBcHBTaGVsbFNlcnZpY2UpIHt9XG5cbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5hc1NlcnZpY2UuYWN0aXZhdGVTaWRlYmFySGVhZGVyKCk7XG4gICAgfVxuXG4gICAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICAgIGRvY3VtZW50LmRvY3VtZW50RWxlbWVudC5zdHlsZS5yZW1vdmVQcm9wZXJ0eSgnLS1ldWktYXBwLXNpZGViYXItaGVhZGVyLWhlaWdodCcpO1xuICAgIH1cbn1cbiIsIjxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiJdfQ==
|
@@ -27,12 +27,12 @@ export class EuiAppSidebarHeaderUserProfileComponent {
|
|
27
27
|
consumeEvent(event);
|
28
28
|
this.toggle.emit();
|
29
29
|
}
|
30
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-
|
31
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-
|
30
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppSidebarHeaderUserProfileComponent, deps: [{ token: i1.EuiAppShellService }], target: i0.ɵɵFactoryTarget.Component }); }
|
31
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-rc.0", type: EuiAppSidebarHeaderUserProfileComponent, selector: "eui-app-sidebar-header-user-profile", inputs: { impersonateLabel: "impersonateLabel", welcomeLabel: "welcomeLabel", isOnline: "isOnline" }, outputs: { toggle: "toggle" }, host: { properties: { "class": "this.cssClasses" } }, ngImport: i0, template: "<div class=\"eui-app-sidebar-header-user-profile-content\" (click)=\"onProfileClick($event)\">\n <div\n class=\"eui-user-profile__avatar\"\n [ngClass]=\"isOnline ? 'eui-user-profile__avatar--online' : 'eui-user-profile__avatar--offline'\"></div>\n\n <div class=\"eui-user-profile__infos\">\n <!-- NORMAL LOGIN-->\n <div *ngIf=\"!(asService.getState('impersonatedUserInfos') | async | coerceBool)\" class=\"eui-user-profile__infos-wrapper\">\n <div *ngIf=\"welcomeLabel\" class=\"eui-user-profile__infos-welcome\">{{ welcomeLabel }}</div>\n <div class=\"eui-user-profile__infos-container\">\n <span class=\"eui-user-profile__infos-name\">{{ asService.getState('userInfos') | async }}</span>\n </div>\n </div>\n\n <!-- IMPERSONATION -->\n <div *ngIf=\"asService.getState('impersonatedUserInfos') | async\" class=\"eui-user-profile__infos-wrapper\">\n <div class=\"eui-user-profile__infos-container\">\n <span *ngIf=\"welcomeLabel\" class=\"eui-user-profile__infos-welcome\">{{ welcomeLabel }} </span>\n <span class=\"eui-user-profile__infos-welcome\"\n ><strong>{{ asService.getState('userInfos') | async }}</strong></span\n >\n </div>\n <div class=\"eui-user-profile__infos-container\">\n <span class=\"eui-user-profile__infos-impersonating\">{{ impersonateLabel }} </span>\n <span class=\"eui-user-profile__infos-name\">{{ asService.getState('impersonatedUserInfos') | async }}</span>\n </div>\n </div>\n\n <!-- SUB INFOS-->\n <div *ngIf=\"asService.getState('userSubInfos') | async\" class=\"eui-user-profile__infos-subinfos\">\n {{ asService.getState('userSubInfos') | async }}\n </div>\n </div>\n\n <button type=\"button\" euiButton euiRounded euiIconButton euiBasicButton euiSecondary class=\"eui-user-profile__toggle\">\n <span class=\"eui-icon\" [ngClass]=\"toggleProfile ? 'eui-icon-angle-up' : 'eui-icon-angle-down'\"></span>\n </button>\n</div>\n", styles: [".eui-app-sidebar-header-user-profile{border-bottom:1px solid var(--eui-base-color-grey-10);display:flex;padding:var(--eui-base-spacing-m);position:relative;width:100%}.eui-app-sidebar-header-user-profile-content{align-items:center;cursor:pointer;display:flex;width:100%}.eui-app-sidebar-header-user-profile-content .eui-user-profile__avatar{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUzIDUzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MyA1MzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIHN0eWxlPSJmaWxsOiNFN0VDRUQ7IiBkPSJNMTguNjEzLDQxLjU1MmwtNy45MDcsNC4zMTNjLTAuNDY0LDAuMjUzLTAuODgxLDAuNTY0LTEuMjY5LDAuOTAzQzE0LjA0Nyw1MC42NTUsMTkuOTk4LDUzLDI2LjUsNTNjNi40NTQsMCwxMi4zNjctMi4zMSwxNi45NjQtNi4xNDRjLTAuNDI0LTAuMzU4LTAuODg0LTAuNjgtMS4zOTQtMC45MzRsLTguNDY3LTQuMjMzYy0xLjA5NC0wLjU0Ny0xLjc4NS0xLjY2NS0xLjc4NS0yLjg4OHYtMy4zMjJjMC4yMzgtMC4yNzEsMC41MS0wLjYxOSwwLjgwMS0xLjAzYzEuMTU0LTEuNjMsMi4wMjctMy40MjMsMi42MzItNS4zMDRjMS4wODYtMC4zMzUsMS44ODYtMS4zMzgsMS44ODYtMi41M3YtMy41NDZjMC0wLjc4LTAuMzQ3LTEuNDc3LTAuODg2LTEuOTY1di01LjEyNmMwLDAsMS4wNTMtNy45NzctOS43NS03Ljk3N3MtOS43NSw3Ljk3Ny05Ljc1LDcuOTc3djUuMTI2Yy0wLjU0LDAuNDg4LTAuODg2LDEuMTg1LTAuODg2LDEuOTY1djMuNTQ2YzAsMC45MzQsMC40OTEsMS43NTYsMS4yMjYsMi4yMzFjMC44ODYsMy44NTcsMy4yMDYsNi42MzMsMy4yMDYsNi42MzN2My4yNEMyMC4yOTYsMzkuODk5LDE5LjY1LDQwLjk4NiwxOC42MTMsNDEuNTUyeiIvPjxnPjxwYXRoIHN0eWxlPSJmaWxsOiM1NTYwODA7IiBkPSJNMjYuOTUzLDAuMDA0QzEyLjMyLTAuMjQ2LDAuMjU0LDExLjQxNCwwLjAwNCwyNi4wNDdDLTAuMTM4LDM0LjM0NCwzLjU2LDQxLjgwMSw5LjQ0OCw0Ni43NmMwLjM4NS0wLjMzNiwwLjc5OC0wLjY0NCwxLjI1Ny0wLjg5NGw3LjkwNy00LjMxM2MxLjAzNy0wLjU2NiwxLjY4My0xLjY1MywxLjY4My0yLjgzNXYtMy4yNGMwLDAtMi4zMjEtMi43NzYtMy4yMDYtNi42MzNjLTAuNzM0LTAuNDc1LTEuMjI2LTEuMjk2LTEuMjI2LTIuMjMxdi0zLjU0NmMwLTAuNzgsMC4zNDctMS40NzcsMC44ODYtMS45NjV2LTUuMTI2YzAsMC0xLjA1My03Ljk3Nyw5Ljc1LTcuOTc3czkuNzUsNy45NzcsOS43NSw3Ljk3N3Y1LjEyNmMwLjU0LDAuNDg4LDAuODg2LDEuMTg1LDAuODg2LDEuOTY1djMuNTQ2YzAsMS4xOTItMC44LDIuMTk1LTEuODg2LDIuNTNjLTAuNjA1LDEuODgxLTEuNDc4LDMuNjc0LTIuNjMyLDUuMzA0Yy0wLjI5MSwwLjQxMS0wLjU2MywwLjc1OS0wLjgwMSwxLjAzVjM4LjhjMCwxLjIyMywwLjY5MSwyLjM0MiwxLjc4NSwyLjg4OGw4LjQ2Nyw0LjIzM2MwLjUwOCwwLjI1NCwwLjk2NywwLjU3NSwxLjM5LDAuOTMyYzUuNzEtNC43NjIsOS4zOTktMTEuODgyLDkuNTM2LTE5LjlDNTMuMjQ2LDEyLjMyLDQxLjU4NywwLjI1NCwyNi45NTMsMC4wMDR6Ii8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);background-size:cover;border:3px solid var(--eui-base-color-info-75);border-radius:50%;box-shadow:0 1px 2px #0003,0 1px 3px #0000004d;height:40px;margin-right:1rem;min-height:40px;min-width:40px;position:relative;width:40px}.eui-app-sidebar-header-user-profile-content .eui-user-profile__avatar--offline{border-color:var(--eui-base-color-danger-75)}.eui-app-sidebar-header-user-profile-content .eui-user-profile__avatar--online{border-color:var(--eui-base-color-info-75)}.eui-app-sidebar-header-user-profile-content .eui-user-profile__infos{align-items:flex-start;display:flex;flex-direction:column;margin:0}.eui-app-sidebar-header-user-profile-content .eui-user-profile__infos .eui-user-profile__infos-wrapper{display:flex;flex-direction:column;width:100%}.eui-app-sidebar-header-user-profile-content .eui-user-profile__infos .eui-user-profile__infos-wrapper .eui-user-profile__infos-container{justify-content:flex-start;align-items:center;display:flex;width:100%}.eui-app-sidebar-header-user-profile-content .eui-user-profile__infos .eui-user-profile__infos-wrapper .eui-user-profile__infos-container .eui-user-profile__infos-welcome,.eui-app-sidebar-header-user-profile-content .eui-user-profile__infos .eui-user-profile__infos-wrapper .eui-user-profile__infos-container .eui-user-profile__infos-impersonating{color:var(--eui-base-color-grey-80);font-size:var(--eui-base-font-size-s)}.eui-app-sidebar-header-user-profile-content .eui-user-profile__infos .eui-user-profile__infos-wrapper .eui-user-profile__infos-container .eui-user-profile__infos-name{color:var(--eui-base-color-primary-100);font-size:var(--eui-base-font-size);font-weight:700}.eui-app-sidebar-header-user-profile-content .eui-user-profile__infos-subinfos{color:var(--eui-base-color-grey-80);font-size:var(--eui-base-font-size-s);line-height:1.5}.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle{font-size:var(--eui-base-font-size);margin-left:auto!important;transition:all .3s linear!important}.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle:focus:active:not([readonly]),.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle:focus:focus:not([readonly]),.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle:active:active:not([readonly]),.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle:active:focus:not([readonly]){outline:2px solid var(--eui-base-color-accessible-focus);outline-offset:-2px;transition:none}.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle:focus [tabindex=\"0\"]:active:not([readonly]),.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle:focus [tabindex=\"0\"]:focus:not([readonly]),.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle:active [tabindex=\"0\"]:active:not([readonly]),.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle:active [tabindex=\"0\"]:focus:not([readonly]){outline:2px solid var(--eui-base-color-accessible-focus);outline-offset:-2px;transition:none}.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle .eui-button__container .eui-icon{font-size:var(--eui-base-font-size-l)!important}@media screen and (min-width: 996px){.eui-app-sidebar-header-user-profile{display:none}}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.EuiButtonComponent, selector: "button[euiButton], a[euiButton]", inputs: ["e2eAttr", "id", "euiBasicButton", "euiButtonCall", "euiBlockButton", "isLoading", "euiIconButton", "euiLineWrap"], outputs: ["buttonClick"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i4.EuiCoerceBooleanPipe, name: "coerceBool" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
|
32
32
|
}
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppSidebarHeaderUserProfileComponent, decorators: [{
|
34
34
|
type: Component,
|
35
|
-
args: [{ selector: 'eui-app-sidebar-header-user-profile', changeDetection: ChangeDetectionStrategy.Default, encapsulation: ViewEncapsulation.None, template: "<div class=\"eui-app-sidebar-header-user-profile-content\" (click)=\"onProfileClick($event)\">\n <div\n class=\"eui-user-profile__avatar\"\n [ngClass]=\"isOnline ? 'eui-user-profile__avatar--online' : 'eui-user-profile__avatar--offline'\"></div>\n\n <div class=\"eui-user-profile__infos\">\n <!-- NORMAL LOGIN-->\n <div *ngIf=\"!(asService.getState('impersonatedUserInfos') | async | coerceBool)\" class=\"eui-user-profile__infos-wrapper\">\n <div *ngIf=\"welcomeLabel\" class=\"eui-user-profile__infos-welcome\">{{ welcomeLabel }}</div>\n <div class=\"eui-user-profile__infos-container\">\n <span class=\"eui-user-profile__infos-name\">{{ asService.getState('userInfos') | async }}</span>\n </div>\n </div>\n\n <!-- IMPERSONATION -->\n <div *ngIf=\"asService.getState('impersonatedUserInfos') | async\" class=\"eui-user-profile__infos-wrapper\">\n <div class=\"eui-user-profile__infos-container\">\n <span *ngIf=\"welcomeLabel\" class=\"eui-user-profile__infos-welcome\">{{ welcomeLabel }} </span>\n <span class=\"eui-user-profile__infos-welcome\"\n ><strong>{{ asService.getState('userInfos') | async }}</strong></span\n >\n </div>\n <div class=\"eui-user-profile__infos-container\">\n <span class=\"eui-user-profile__infos-impersonating\">{{ impersonateLabel }} </span>\n <span class=\"eui-user-profile__infos-name\">{{ asService.getState('impersonatedUserInfos') | async }}</span>\n </div>\n </div>\n\n <!-- SUB INFOS-->\n <div *ngIf=\"asService.getState('userSubInfos') | async\" class=\"eui-user-profile__infos-subinfos\">\n {{ asService.getState('userSubInfos') | async }}\n </div>\n </div>\n\n <button type=\"button\" euiButton euiRounded euiIconButton euiBasicButton euiSecondary class=\"eui-user-profile__toggle\">\n <span class=\"eui-icon\" [ngClass]=\"toggleProfile ? 'eui-icon-angle-up' : 'eui-icon-angle-down'\"></span>\n </button>\n</div>\n", styles: [".eui-app-sidebar-header-user-profile{border-bottom:1px solid var(--eui-base-color-grey-10);display:flex;padding:var(--eui-base-spacing-m);position:relative;width:100%}.eui-app-sidebar-header-user-profile-content{align-items:center;cursor:pointer;display:flex;width:100%}.eui-app-sidebar-header-user-profile-content .eui-user-profile__avatar{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUzIDUzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MyA1MzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIHN0eWxlPSJmaWxsOiNFN0VDRUQ7IiBkPSJNMTguNjEzLDQxLjU1MmwtNy45MDcsNC4zMTNjLTAuNDY0LDAuMjUzLTAuODgxLDAuNTY0LTEuMjY5LDAuOTAzQzE0LjA0Nyw1MC42NTUsMTkuOTk4LDUzLDI2LjUsNTNjNi40NTQsMCwxMi4zNjctMi4zMSwxNi45NjQtNi4xNDRjLTAuNDI0LTAuMzU4LTAuODg0LTAuNjgtMS4zOTQtMC45MzRsLTguNDY3LTQuMjMzYy0xLjA5NC0wLjU0Ny0xLjc4NS0xLjY2NS0xLjc4NS0yLjg4OHYtMy4zMjJjMC4yMzgtMC4yNzEsMC41MS0wLjYxOSwwLjgwMS0xLjAzYzEuMTU0LTEuNjMsMi4wMjctMy40MjMsMi42MzItNS4zMDRjMS4wODYtMC4zMzUsMS44ODYtMS4zMzgsMS44ODYtMi41M3YtMy41NDZjMC0wLjc4LTAuMzQ3LTEuNDc3LTAuODg2LTEuOTY1di01LjEyNmMwLDAsMS4wNTMtNy45NzctOS43NS03Ljk3N3MtOS43NSw3Ljk3Ny05Ljc1LDcuOTc3djUuMTI2Yy0wLjU0LDAuNDg4LTAuODg2LDEuMTg1LTAuODg2LDEuOTY1djMuNTQ2YzAsMC45MzQsMC40OTEsMS43NTYsMS4yMjYsMi4yMzFjMC44ODYsMy44NTcsMy4yMDYsNi42MzMsMy4yMDYsNi42MzN2My4yNEMyMC4yOTYsMzkuODk5LDE5LjY1LDQwLjk4NiwxOC42MTMsNDEuNTUyeiIvPjxnPjxwYXRoIHN0eWxlPSJmaWxsOiM1NTYwODA7IiBkPSJNMjYuOTUzLDAuMDA0QzEyLjMyLTAuMjQ2LDAuMjU0LDExLjQxNCwwLjAwNCwyNi4wNDdDLTAuMTM4LDM0LjM0NCwzLjU2LDQxLjgwMSw5LjQ0OCw0Ni43NmMwLjM4NS0wLjMzNiwwLjc5OC0wLjY0NCwxLjI1Ny0wLjg5NGw3LjkwNy00LjMxM2MxLjAzNy0wLjU2NiwxLjY4My0xLjY1MywxLjY4My0yLjgzNXYtMy4yNGMwLDAtMi4zMjEtMi43NzYtMy4yMDYtNi42MzNjLTAuNzM0LTAuNDc1LTEuMjI2LTEuMjk2LTEuMjI2LTIuMjMxdi0zLjU0NmMwLTAuNzgsMC4zNDctMS40NzcsMC44ODYtMS45NjV2LTUuMTI2YzAsMC0xLjA1My03Ljk3Nyw5Ljc1LTcuOTc3czkuNzUsNy45NzcsOS43NSw3Ljk3N3Y1LjEyNmMwLjU0LDAuNDg4LDAuODg2LDEuMTg1LDAuODg2LDEuOTY1djMuNTQ2YzAsMS4xOTItMC44LDIuMTk1LTEuODg2LDIuNTNjLTAuNjA1LDEuODgxLTEuNDc4LDMuNjc0LTIuNjMyLDUuMzA0Yy0wLjI5MSwwLjQxMS0wLjU2MywwLjc1OS0wLjgwMSwxLjAzVjM4LjhjMCwxLjIyMywwLjY5MSwyLjM0MiwxLjc4NSwyLjg4OGw4LjQ2Nyw0LjIzM2MwLjUwOCwwLjI1NCwwLjk2NywwLjU3NSwxLjM5LDAuOTMyYzUuNzEtNC43NjIsOS4zOTktMTEuODgyLDkuNTM2LTE5LjlDNTMuMjQ2LDEyLjMyLDQxLjU4NywwLjI1NCwyNi45NTMsMC4wMDR6Ii8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);background-size:cover;border:3px solid var(--eui-base-color-info-75);border-radius:50%;box-shadow:0 1px 2px #0003,0 1px 3px #0000004d;height:40px;margin-right:1rem;min-height:40px;min-width:40px;position:relative;width:40px}.eui-app-sidebar-header-user-profile-content .eui-user-profile__avatar--offline{border-color:var(--eui-base-color-danger-75)}.eui-app-sidebar-header-user-profile-content .eui-user-profile__avatar--online{border-color:var(--eui-base-color-info-75)}.eui-app-sidebar-header-user-profile-content .eui-user-profile__infos{align-items:flex-start;display:flex;flex-direction:column;margin:0}.eui-app-sidebar-header-user-profile-content .eui-user-profile__infos .eui-user-profile__infos-wrapper{display:flex;flex-direction:column;width:100%}.eui-app-sidebar-header-user-profile-content .eui-user-profile__infos .eui-user-profile__infos-wrapper .eui-user-profile__infos-container{justify-content:flex-start;align-items:center;display:flex;width:100%}.eui-app-sidebar-header-user-profile-content .eui-user-profile__infos .eui-user-profile__infos-wrapper .eui-user-profile__infos-container .eui-user-profile__infos-welcome,.eui-app-sidebar-header-user-profile-content .eui-user-profile__infos .eui-user-profile__infos-wrapper .eui-user-profile__infos-container .eui-user-profile__infos-impersonating{color:var(--eui-base-color-grey-80);font-size:var(--eui-base-font-size-s)}.eui-app-sidebar-header-user-profile-content .eui-user-profile__infos .eui-user-profile__infos-wrapper .eui-user-profile__infos-container .eui-user-profile__infos-name{color:var(--eui-base-color-primary-100);font-size:var(--eui-base-font-size);font-weight:700}.eui-app-sidebar-header-user-profile-content .eui-user-profile__infos-subinfos{color:var(--eui-base-color-grey-80);font-size:var(--eui-base-font-size-s);line-height:1.5}.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle{font-size:var(--eui-base-font-size);margin-left:auto!important;transition:all .3s linear!important}.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle:focus,.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle:active{
|
35
|
+
args: [{ selector: 'eui-app-sidebar-header-user-profile', changeDetection: ChangeDetectionStrategy.Default, encapsulation: ViewEncapsulation.None, template: "<div class=\"eui-app-sidebar-header-user-profile-content\" (click)=\"onProfileClick($event)\">\n <div\n class=\"eui-user-profile__avatar\"\n [ngClass]=\"isOnline ? 'eui-user-profile__avatar--online' : 'eui-user-profile__avatar--offline'\"></div>\n\n <div class=\"eui-user-profile__infos\">\n <!-- NORMAL LOGIN-->\n <div *ngIf=\"!(asService.getState('impersonatedUserInfos') | async | coerceBool)\" class=\"eui-user-profile__infos-wrapper\">\n <div *ngIf=\"welcomeLabel\" class=\"eui-user-profile__infos-welcome\">{{ welcomeLabel }}</div>\n <div class=\"eui-user-profile__infos-container\">\n <span class=\"eui-user-profile__infos-name\">{{ asService.getState('userInfos') | async }}</span>\n </div>\n </div>\n\n <!-- IMPERSONATION -->\n <div *ngIf=\"asService.getState('impersonatedUserInfos') | async\" class=\"eui-user-profile__infos-wrapper\">\n <div class=\"eui-user-profile__infos-container\">\n <span *ngIf=\"welcomeLabel\" class=\"eui-user-profile__infos-welcome\">{{ welcomeLabel }} </span>\n <span class=\"eui-user-profile__infos-welcome\"\n ><strong>{{ asService.getState('userInfos') | async }}</strong></span\n >\n </div>\n <div class=\"eui-user-profile__infos-container\">\n <span class=\"eui-user-profile__infos-impersonating\">{{ impersonateLabel }} </span>\n <span class=\"eui-user-profile__infos-name\">{{ asService.getState('impersonatedUserInfos') | async }}</span>\n </div>\n </div>\n\n <!-- SUB INFOS-->\n <div *ngIf=\"asService.getState('userSubInfos') | async\" class=\"eui-user-profile__infos-subinfos\">\n {{ asService.getState('userSubInfos') | async }}\n </div>\n </div>\n\n <button type=\"button\" euiButton euiRounded euiIconButton euiBasicButton euiSecondary class=\"eui-user-profile__toggle\">\n <span class=\"eui-icon\" [ngClass]=\"toggleProfile ? 'eui-icon-angle-up' : 'eui-icon-angle-down'\"></span>\n </button>\n</div>\n", styles: [".eui-app-sidebar-header-user-profile{border-bottom:1px solid var(--eui-base-color-grey-10);display:flex;padding:var(--eui-base-spacing-m);position:relative;width:100%}.eui-app-sidebar-header-user-profile-content{align-items:center;cursor:pointer;display:flex;width:100%}.eui-app-sidebar-header-user-profile-content .eui-user-profile__avatar{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUzIDUzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MyA1MzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIHN0eWxlPSJmaWxsOiNFN0VDRUQ7IiBkPSJNMTguNjEzLDQxLjU1MmwtNy45MDcsNC4zMTNjLTAuNDY0LDAuMjUzLTAuODgxLDAuNTY0LTEuMjY5LDAuOTAzQzE0LjA0Nyw1MC42NTUsMTkuOTk4LDUzLDI2LjUsNTNjNi40NTQsMCwxMi4zNjctMi4zMSwxNi45NjQtNi4xNDRjLTAuNDI0LTAuMzU4LTAuODg0LTAuNjgtMS4zOTQtMC45MzRsLTguNDY3LTQuMjMzYy0xLjA5NC0wLjU0Ny0xLjc4NS0xLjY2NS0xLjc4NS0yLjg4OHYtMy4zMjJjMC4yMzgtMC4yNzEsMC41MS0wLjYxOSwwLjgwMS0xLjAzYzEuMTU0LTEuNjMsMi4wMjctMy40MjMsMi42MzItNS4zMDRjMS4wODYtMC4zMzUsMS44ODYtMS4zMzgsMS44ODYtMi41M3YtMy41NDZjMC0wLjc4LTAuMzQ3LTEuNDc3LTAuODg2LTEuOTY1di01LjEyNmMwLDAsMS4wNTMtNy45NzctOS43NS03Ljk3N3MtOS43NSw3Ljk3Ny05Ljc1LDcuOTc3djUuMTI2Yy0wLjU0LDAuNDg4LTAuODg2LDEuMTg1LTAuODg2LDEuOTY1djMuNTQ2YzAsMC45MzQsMC40OTEsMS43NTYsMS4yMjYsMi4yMzFjMC44ODYsMy44NTcsMy4yMDYsNi42MzMsMy4yMDYsNi42MzN2My4yNEMyMC4yOTYsMzkuODk5LDE5LjY1LDQwLjk4NiwxOC42MTMsNDEuNTUyeiIvPjxnPjxwYXRoIHN0eWxlPSJmaWxsOiM1NTYwODA7IiBkPSJNMjYuOTUzLDAuMDA0QzEyLjMyLTAuMjQ2LDAuMjU0LDExLjQxNCwwLjAwNCwyNi4wNDdDLTAuMTM4LDM0LjM0NCwzLjU2LDQxLjgwMSw5LjQ0OCw0Ni43NmMwLjM4NS0wLjMzNiwwLjc5OC0wLjY0NCwxLjI1Ny0wLjg5NGw3LjkwNy00LjMxM2MxLjAzNy0wLjU2NiwxLjY4My0xLjY1MywxLjY4My0yLjgzNXYtMy4yNGMwLDAtMi4zMjEtMi43NzYtMy4yMDYtNi42MzNjLTAuNzM0LTAuNDc1LTEuMjI2LTEuMjk2LTEuMjI2LTIuMjMxdi0zLjU0NmMwLTAuNzgsMC4zNDctMS40NzcsMC44ODYtMS45NjV2LTUuMTI2YzAsMC0xLjA1My03Ljk3Nyw5Ljc1LTcuOTc3czkuNzUsNy45NzcsOS43NSw3Ljk3N3Y1LjEyNmMwLjU0LDAuNDg4LDAuODg2LDEuMTg1LDAuODg2LDEuOTY1djMuNTQ2YzAsMS4xOTItMC44LDIuMTk1LTEuODg2LDIuNTNjLTAuNjA1LDEuODgxLTEuNDc4LDMuNjc0LTIuNjMyLDUuMzA0Yy0wLjI5MSwwLjQxMS0wLjU2MywwLjc1OS0wLjgwMSwxLjAzVjM4LjhjMCwxLjIyMywwLjY5MSwyLjM0MiwxLjc4NSwyLjg4OGw4LjQ2Nyw0LjIzM2MwLjUwOCwwLjI1NCwwLjk2NywwLjU3NSwxLjM5LDAuOTMyYzUuNzEtNC43NjIsOS4zOTktMTEuODgyLDkuNTM2LTE5LjlDNTMuMjQ2LDEyLjMyLDQxLjU4NywwLjI1NCwyNi45NTMsMC4wMDR6Ii8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);background-size:cover;border:3px solid var(--eui-base-color-info-75);border-radius:50%;box-shadow:0 1px 2px #0003,0 1px 3px #0000004d;height:40px;margin-right:1rem;min-height:40px;min-width:40px;position:relative;width:40px}.eui-app-sidebar-header-user-profile-content .eui-user-profile__avatar--offline{border-color:var(--eui-base-color-danger-75)}.eui-app-sidebar-header-user-profile-content .eui-user-profile__avatar--online{border-color:var(--eui-base-color-info-75)}.eui-app-sidebar-header-user-profile-content .eui-user-profile__infos{align-items:flex-start;display:flex;flex-direction:column;margin:0}.eui-app-sidebar-header-user-profile-content .eui-user-profile__infos .eui-user-profile__infos-wrapper{display:flex;flex-direction:column;width:100%}.eui-app-sidebar-header-user-profile-content .eui-user-profile__infos .eui-user-profile__infos-wrapper .eui-user-profile__infos-container{justify-content:flex-start;align-items:center;display:flex;width:100%}.eui-app-sidebar-header-user-profile-content .eui-user-profile__infos .eui-user-profile__infos-wrapper .eui-user-profile__infos-container .eui-user-profile__infos-welcome,.eui-app-sidebar-header-user-profile-content .eui-user-profile__infos .eui-user-profile__infos-wrapper .eui-user-profile__infos-container .eui-user-profile__infos-impersonating{color:var(--eui-base-color-grey-80);font-size:var(--eui-base-font-size-s)}.eui-app-sidebar-header-user-profile-content .eui-user-profile__infos .eui-user-profile__infos-wrapper .eui-user-profile__infos-container .eui-user-profile__infos-name{color:var(--eui-base-color-primary-100);font-size:var(--eui-base-font-size);font-weight:700}.eui-app-sidebar-header-user-profile-content .eui-user-profile__infos-subinfos{color:var(--eui-base-color-grey-80);font-size:var(--eui-base-font-size-s);line-height:1.5}.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle{font-size:var(--eui-base-font-size);margin-left:auto!important;transition:all .3s linear!important}.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle:focus:active:not([readonly]),.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle:focus:focus:not([readonly]),.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle:active:active:not([readonly]),.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle:active:focus:not([readonly]){outline:2px solid var(--eui-base-color-accessible-focus);outline-offset:-2px;transition:none}.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle:focus [tabindex=\"0\"]:active:not([readonly]),.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle:focus [tabindex=\"0\"]:focus:not([readonly]),.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle:active [tabindex=\"0\"]:active:not([readonly]),.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle:active [tabindex=\"0\"]:focus:not([readonly]){outline:2px solid var(--eui-base-color-accessible-focus);outline-offset:-2px;transition:none}.eui-app-sidebar-header-user-profile-content .eui-user-profile__toggle .eui-button__container .eui-icon{font-size:var(--eui-base-font-size-l)!important}@media screen and (min-width: 996px){.eui-app-sidebar-header-user-profile{display:none}}\n"] }]
|
36
36
|
}], ctorParameters: () => [{ type: i1.EuiAppShellService }], propDecorators: { impersonateLabel: [{
|
37
37
|
type: Input
|
38
38
|
}], welcomeLabel: [{
|
@@ -45,4 +45,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7",
|
|
45
45
|
}], toggle: [{
|
46
46
|
type: Output
|
47
47
|
}] } });
|
48
|
-
//# sourceMappingURL=data:application/json;base64,
|
48
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZWJhci1oZWFkZXItdXNlci1wcm9maWxlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xheW91dC9ldWktYXBwL2V1aS1hcHAtc2lkZWJhci9zaWRlYmFyLWhlYWRlci11c2VyLXByb2ZpbGUvc2lkZWJhci1oZWFkZXItdXNlci1wcm9maWxlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xheW91dC9ldWktYXBwL2V1aS1hcHAtc2lkZWJhci9zaWRlYmFyLWhlYWRlci11c2VyLXByb2ZpbGUvc2lkZWJhci1oZWFkZXItdXNlci1wcm9maWxlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLHVCQUF1QixFQUFFLGlCQUFpQixFQUFFLEtBQUssRUFBRSxZQUFZLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2hJLE9BQU8sRUFBRSxxQkFBcUIsRUFBZ0IsTUFBTSx1QkFBdUIsQ0FBQztBQUM1RSxPQUFPLEVBQUUsWUFBWSxFQUFzQixNQUFNLFdBQVcsQ0FBQzs7Ozs7O0FBUzdELE1BQU0sT0FBTyx1Q0FBdUM7SUFHaEQsSUFDSSxRQUFRO1FBQ1IsT0FBTyxJQUFJLENBQUMsU0FBUyxDQUFDO0lBQzFCLENBQUM7SUFDRCxJQUFJLFFBQVEsQ0FBQyxLQUFtQjtRQUM1QixJQUFJLENBQUMsU0FBUyxHQUFHLHFCQUFxQixDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ2xELENBQUM7SUFPRCxZQUFtQixTQUE2QjtRQUE3QixjQUFTLEdBQVQsU0FBUyxDQUFvQjtRQWZ2QyxxQkFBZ0IsR0FBRyxFQUFFLENBQUM7UUFDdEIsaUJBQVksR0FBRyxFQUFFLENBQUM7UUFRTCxlQUFVLEdBQUcscUNBQXFDLENBQUM7UUFDL0QsV0FBTSxHQUFzQixJQUFJLFlBQVksRUFBRSxDQUFDO1FBQ2xELGtCQUFhLEdBQUcsS0FBSyxDQUFDO1FBRXJCLGNBQVMsR0FBRyxJQUFJLENBQUM7SUFFMEIsQ0FBQztJQUVwRCxjQUFjLENBQUMsS0FBVTtRQUNyQixJQUFJLENBQUMsYUFBYSxHQUFHLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQztRQUN6QyxZQUFZLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDcEIsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUN2QixDQUFDO3NJQXRCUSx1Q0FBdUM7MEhBQXZDLHVDQUF1QyxzUUNYcEQsbW5FQXNDQTs7Z0dEM0JhLHVDQUF1QztrQkFQbkQsU0FBUzsrQkFDSSxxQ0FBcUMsbUJBRzlCLHVCQUF1QixDQUFDLE9BQU8saUJBQ2pDLGlCQUFpQixDQUFDLElBQUk7dUZBRzVCLGdCQUFnQjtzQkFBeEIsS0FBSztnQkFDRyxZQUFZO3NCQUFwQixLQUFLO2dCQUVGLFFBQVE7c0JBRFgsS0FBSztnQkFPZ0IsVUFBVTtzQkFBL0IsV0FBVzt1QkFBQyxPQUFPO2dCQUNWLE1BQU07c0JBQWYsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSG9zdEJpbmRpbmcsIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBWaWV3RW5jYXBzdWxhdGlvbiwgSW5wdXQsIEV2ZW50RW1pdHRlciwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBjb2VyY2VCb29sZWFuUHJvcGVydHksIEJvb2xlYW5JbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9jb2VyY2lvbic7XG5pbXBvcnQgeyBjb25zdW1lRXZlbnQsIEV1aUFwcFNoZWxsU2VydmljZSB9IGZyb20gJ0BldWkvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZXVpLWFwcC1zaWRlYmFyLWhlYWRlci11c2VyLXByb2ZpbGUnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9zaWRlYmFyLWhlYWRlci11c2VyLXByb2ZpbGUuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL19zdHlsZXMvX2luZGV4LnNjc3MnXSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LkRlZmF1bHQsXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgRXVpQXBwU2lkZWJhckhlYWRlclVzZXJQcm9maWxlQ29tcG9uZW50IHtcbiAgICBASW5wdXQoKSBpbXBlcnNvbmF0ZUxhYmVsID0gJyc7XG4gICAgQElucHV0KCkgd2VsY29tZUxhYmVsID0gJyc7XG4gICAgQElucHV0KClcbiAgICBnZXQgaXNPbmxpbmUoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0aGlzLl9pc09ubGluZTtcbiAgICB9XG4gICAgc2V0IGlzT25saW5lKHZhbHVlOiBCb29sZWFuSW5wdXQpIHtcbiAgICAgICAgdGhpcy5faXNPbmxpbmUgPSBjb2VyY2VCb29sZWFuUHJvcGVydHkodmFsdWUpO1xuICAgIH1cbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzJykgY3NzQ2xhc3NlcyA9ICdldWktYXBwLXNpZGViYXItaGVhZGVyLXVzZXItcHJvZmlsZSc7XG4gICAgQE91dHB1dCgpIHRvZ2dsZTogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG4gICAgcHVibGljIHRvZ2dsZVByb2ZpbGUgPSBmYWxzZTtcblxuICAgIHByaXZhdGUgX2lzT25saW5lID0gdHJ1ZTtcblxuICAgIGNvbnN0cnVjdG9yKHB1YmxpYyBhc1NlcnZpY2U6IEV1aUFwcFNoZWxsU2VydmljZSkge31cblxuICAgIG9uUHJvZmlsZUNsaWNrKGV2ZW50OiBhbnkpOiB2b2lkIHtcbiAgICAgICAgdGhpcy50b2dnbGVQcm9maWxlID0gIXRoaXMudG9nZ2xlUHJvZmlsZTtcbiAgICAgICAgY29uc3VtZUV2ZW50KGV2ZW50KTtcbiAgICAgICAgdGhpcy50b2dnbGUuZW1pdCgpO1xuICAgIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJldWktYXBwLXNpZGViYXItaGVhZGVyLXVzZXItcHJvZmlsZS1jb250ZW50XCIgKGNsaWNrKT1cIm9uUHJvZmlsZUNsaWNrKCRldmVudClcIj5cbiAgICA8ZGl2XG4gICAgICAgIGNsYXNzPVwiZXVpLXVzZXItcHJvZmlsZV9fYXZhdGFyXCJcbiAgICAgICAgW25nQ2xhc3NdPVwiaXNPbmxpbmUgPyAnZXVpLXVzZXItcHJvZmlsZV9fYXZhdGFyLS1vbmxpbmUnIDogJ2V1aS11c2VyLXByb2ZpbGVfX2F2YXRhci0tb2ZmbGluZSdcIj48L2Rpdj5cblxuICAgIDxkaXYgY2xhc3M9XCJldWktdXNlci1wcm9maWxlX19pbmZvc1wiPlxuICAgICAgICA8IS0tIE5PUk1BTCBMT0dJTi0tPlxuICAgICAgICA8ZGl2ICpuZ0lmPVwiIShhc1NlcnZpY2UuZ2V0U3RhdGUoJ2ltcGVyc29uYXRlZFVzZXJJbmZvcycpIHwgYXN5bmMgfCBjb2VyY2VCb29sKVwiIGNsYXNzPVwiZXVpLXVzZXItcHJvZmlsZV9faW5mb3Mtd3JhcHBlclwiPlxuICAgICAgICAgICAgPGRpdiAqbmdJZj1cIndlbGNvbWVMYWJlbFwiIGNsYXNzPVwiZXVpLXVzZXItcHJvZmlsZV9faW5mb3Mtd2VsY29tZVwiPnt7IHdlbGNvbWVMYWJlbCB9fTwvZGl2PlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImV1aS11c2VyLXByb2ZpbGVfX2luZm9zLWNvbnRhaW5lclwiPlxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiZXVpLXVzZXItcHJvZmlsZV9faW5mb3MtbmFtZVwiPnt7IGFzU2VydmljZS5nZXRTdGF0ZSgndXNlckluZm9zJykgfCBhc3luYyB9fTwvc3Bhbj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cblxuICAgICAgICA8IS0tIElNUEVSU09OQVRJT04gLS0+XG4gICAgICAgIDxkaXYgKm5nSWY9XCJhc1NlcnZpY2UuZ2V0U3RhdGUoJ2ltcGVyc29uYXRlZFVzZXJJbmZvcycpIHwgYXN5bmNcIiBjbGFzcz1cImV1aS11c2VyLXByb2ZpbGVfX2luZm9zLXdyYXBwZXJcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJldWktdXNlci1wcm9maWxlX19pbmZvcy1jb250YWluZXJcIj5cbiAgICAgICAgICAgICAgICA8c3BhbiAqbmdJZj1cIndlbGNvbWVMYWJlbFwiIGNsYXNzPVwiZXVpLXVzZXItcHJvZmlsZV9faW5mb3Mtd2VsY29tZVwiPnt7IHdlbGNvbWVMYWJlbCB9fSZuYnNwOzwvc3Bhbj5cbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImV1aS11c2VyLXByb2ZpbGVfX2luZm9zLXdlbGNvbWVcIlxuICAgICAgICAgICAgICAgICAgICA+PHN0cm9uZz57eyBhc1NlcnZpY2UuZ2V0U3RhdGUoJ3VzZXJJbmZvcycpIHwgYXN5bmMgfX08L3N0cm9uZz48L3NwYW5cbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJldWktdXNlci1wcm9maWxlX19pbmZvcy1jb250YWluZXJcIj5cbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImV1aS11c2VyLXByb2ZpbGVfX2luZm9zLWltcGVyc29uYXRpbmdcIj57eyBpbXBlcnNvbmF0ZUxhYmVsIH19Jm5ic3A7PC9zcGFuPlxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiZXVpLXVzZXItcHJvZmlsZV9faW5mb3MtbmFtZVwiPnt7IGFzU2VydmljZS5nZXRTdGF0ZSgnaW1wZXJzb25hdGVkVXNlckluZm9zJykgfCBhc3luYyB9fTwvc3Bhbj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cblxuICAgICAgICA8IS0tIFNVQiBJTkZPUy0tPlxuICAgICAgICA8ZGl2ICpuZ0lmPVwiYXNTZXJ2aWNlLmdldFN0YXRlKCd1c2VyU3ViSW5mb3MnKSB8IGFzeW5jXCIgY2xhc3M9XCJldWktdXNlci1wcm9maWxlX19pbmZvcy1zdWJpbmZvc1wiPlxuICAgICAgICAgICAge3sgYXNTZXJ2aWNlLmdldFN0YXRlKCd1c2VyU3ViSW5mb3MnKSB8IGFzeW5jIH19XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuXG4gICAgPGJ1dHRvbiB0eXBlPVwiYnV0dG9uXCIgZXVpQnV0dG9uIGV1aVJvdW5kZWQgZXVpSWNvbkJ1dHRvbiBldWlCYXNpY0J1dHRvbiBldWlTZWNvbmRhcnkgY2xhc3M9XCJldWktdXNlci1wcm9maWxlX190b2dnbGVcIj5cbiAgICAgICAgPHNwYW4gY2xhc3M9XCJldWktaWNvblwiIFtuZ0NsYXNzXT1cInRvZ2dsZVByb2ZpbGUgPyAnZXVpLWljb24tYW5nbGUtdXAnIDogJ2V1aS1pY29uLWFuZ2xlLWRvd24nXCI+PC9zcGFuPlxuICAgIDwvYnV0dG9uPlxuPC9kaXY+XG4iXX0=
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Component,
|
1
|
+
import { Component, HostBinding, ViewEncapsulation, Input, Output, EventEmitter, } from '@angular/core';
|
2
2
|
import { Subscription } from 'rxjs';
|
3
3
|
import { coerceBooleanProperty } from '@angular/cdk/coercion';
|
4
4
|
import * as i0 from "@angular/core";
|
@@ -33,8 +33,9 @@ export class EuiAppSidebarMenuComponent {
|
|
33
33
|
constructor(asService) {
|
34
34
|
this.asService = asService;
|
35
35
|
this.class = 'eui-app-sidebar-menu';
|
36
|
-
|
36
|
+
/** @deprecated it will be replaced in the next eUI version by sidebarItemClick*/
|
37
37
|
this.onSidebarItemClicked = new EventEmitter();
|
38
|
+
this.sidebarItemClick = new EventEmitter();
|
38
39
|
this._hasFilter = false;
|
39
40
|
this._hasIcons = false;
|
40
41
|
this._hasTooltip = false;
|
@@ -67,13 +68,14 @@ export class EuiAppSidebarMenuComponent {
|
|
67
68
|
this.asService.isSidebarOpen = false;
|
68
69
|
}
|
69
70
|
this.onSidebarItemClicked.emit(event);
|
71
|
+
this.sidebarItemClick.emit(event);
|
70
72
|
}
|
71
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-
|
72
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-
|
73
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppSidebarMenuComponent, deps: [{ token: i1.EuiAppShellService }], target: i0.ɵɵFactoryTarget.Component }); }
|
74
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-rc.0", type: EuiAppSidebarMenuComponent, selector: "eui-app-sidebar-menu", inputs: { items: "items", hasFilter: "hasFilter", hasIcons: "hasIcons", hasTooltip: "hasTooltip", expandAllItems: "expandAllItems" }, outputs: { onSidebarItemClicked: "onSidebarItemClicked", sidebarItemClick: "sidebarItemClick" }, host: { properties: { "class": "this.class" } }, usesOnChanges: true, ngImport: i0, template: "<eui-menu\n [items]=\"items\"\n [hasFilter]=\"hasFilter\"\n [hasIcons]=\"hasIcons\"\n [hasTooltip]=\"hasTooltip\"\n [expandAllItems]=\"expandAllItems\"\n [isCollapsed]=\"!(asService.state$ | async).isSidebarOpen && !(asService.state$ | async).isSidebarHover\"\n (itemClick)=\"onMenuItemClicked($event)\">\n</eui-menu>\n", dependencies: [{ kind: "component", type: i2.EuiMenuComponent, selector: "eui-menu", inputs: ["items", "searchFilterLabel", "externalLinkLabel", "fragmentId", "isCollapsed", "hasFilter", "hasIcons", "hasTooltip", "expandAllItems"], outputs: ["isClick", "itemClick"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }], encapsulation: i0.ViewEncapsulation.None }); }
|
73
75
|
}
|
74
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-
|
76
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-rc.0", ngImport: i0, type: EuiAppSidebarMenuComponent, decorators: [{
|
75
77
|
type: Component,
|
76
|
-
args: [{ selector: 'eui-app-sidebar-menu',
|
78
|
+
args: [{ selector: 'eui-app-sidebar-menu', encapsulation: ViewEncapsulation.None, template: "<eui-menu\n [items]=\"items\"\n [hasFilter]=\"hasFilter\"\n [hasIcons]=\"hasIcons\"\n [hasTooltip]=\"hasTooltip\"\n [expandAllItems]=\"expandAllItems\"\n [isCollapsed]=\"!(asService.state$ | async).isSidebarOpen && !(asService.state$ | async).isSidebarHover\"\n (itemClick)=\"onMenuItemClicked($event)\">\n</eui-menu>\n" }]
|
77
79
|
}], ctorParameters: () => [{ type: i1.EuiAppShellService }], propDecorators: { class: [{
|
78
80
|
type: HostBinding
|
79
81
|
}], items: [{
|
@@ -88,5 +90,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7",
|
|
88
90
|
type: Input
|
89
91
|
}], onSidebarItemClicked: [{
|
90
92
|
type: Output
|
93
|
+
}], sidebarItemClick: [{
|
94
|
+
type: Output
|
91
95
|
}] } });
|
92
|
-
//# sourceMappingURL=data:application/json;base64,
|
96
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZWJhci1tZW51LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xheW91dC9ldWktYXBwL2V1aS1hcHAtc2lkZWJhci9zaWRlYmFyLW1lbnUvc2lkZWJhci1tZW51LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xheW91dC9ldWktYXBwL2V1aS1hcHAtc2lkZWJhci9zaWRlYmFyLW1lbnUvc2lkZWJhci1tZW51LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDSCxTQUFTLEVBQ1QsV0FBVyxFQUNYLGlCQUFpQixFQUNqQixLQUFLLEVBSUwsTUFBTSxFQUNOLFlBQVksR0FFZixNQUFNLGVBQWUsQ0FBQztBQUd2QixPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQ3BDLE9BQU8sRUFBRSxxQkFBcUIsRUFBZ0IsTUFBTSx1QkFBdUIsQ0FBQzs7Ozs7QUFPNUUsTUFBTSxPQUFPLDBCQUEwQjtJQUluQyxJQUNJLFNBQVM7UUFDVCxPQUFPLElBQUksQ0FBQyxVQUFVLENBQUM7SUFDM0IsQ0FBQztJQUNELElBQUksU0FBUyxDQUFDLEtBQW1CO1FBQzdCLElBQUksQ0FBQyxVQUFVLEdBQUcscUJBQXFCLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDbkQsQ0FBQztJQUNELElBQ0ksUUFBUTtRQUNSLE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQztJQUMxQixDQUFDO0lBQ0QsSUFBSSxRQUFRLENBQUMsS0FBbUI7UUFDNUIsSUFBSSxDQUFDLFNBQVMsR0FBRyxxQkFBcUIsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNsRCxDQUFDO0lBQ0QsSUFDSSxVQUFVO1FBQ1YsT0FBTyxJQUFJLENBQUMsV0FBVyxDQUFDO0lBQzVCLENBQUM7SUFDRCxJQUFJLFVBQVUsQ0FBQyxLQUFtQjtRQUM5QixJQUFJLENBQUMsV0FBVyxHQUFHLHFCQUFxQixDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3BELENBQUM7SUFDRCxJQUNJLGNBQWM7UUFDZCxPQUFPLElBQUksQ0FBQyxlQUFlLENBQUM7SUFDaEMsQ0FBQztJQUNELElBQUksY0FBYyxDQUFDLEtBQW1CO1FBQ2xDLElBQUksQ0FBQyxlQUFlLEdBQUcscUJBQXFCLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDeEQsQ0FBQztJQVdELFlBQW1CLFNBQTZCO1FBQTdCLGNBQVMsR0FBVCxTQUFTLENBQW9CO1FBekNqQyxVQUFLLEdBQUcsc0JBQXNCLENBQUM7UUErQjlDLGlGQUFpRjtRQUN2RSx5QkFBb0IsR0FBRyxJQUFJLFlBQVksRUFBZSxDQUFDO1FBQ3ZELHFCQUFnQixHQUFHLElBQUksWUFBWSxFQUFlLENBQUM7UUFHckQsZUFBVSxHQUFHLEtBQUssQ0FBQztRQUNuQixjQUFTLEdBQUcsS0FBSyxDQUFDO1FBQ2xCLGdCQUFXLEdBQUcsS0FBSyxDQUFDO1FBQ3BCLG9CQUFlLEdBQUcsS0FBSyxDQUFDO1FBRzVCLElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxZQUFZLEVBQUUsQ0FBQztJQUNuQyxDQUFDO0lBRUQsUUFBUTtRQUNKLElBQUksQ0FBQyxTQUFTLENBQUMsUUFBUSxDQUFDO1lBQ3BCLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLO1lBQ3ZCLFlBQVksRUFBRSxJQUFJLENBQUMsS0FBSztTQUMzQixDQUFDLENBQUM7UUFFSCw2QkFBNkI7UUFDN0IsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxRQUFRLENBQUMsY0FBYyxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDLElBQUksQ0FBQyxLQUFLLEdBQUcsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDO0lBQ3RHLENBQUM7SUFFRCxXQUFXO1FBQ1AsSUFBSSxDQUFDLElBQUksQ0FBQyxXQUFXLEVBQUUsQ0FBQztJQUM1QixDQUFDO0lBRUQsV0FBVyxDQUFDLE9BQXNCO1FBQzlCLElBQUksT0FBTyxDQUFDLEtBQUssRUFBRTtZQUNmLElBQUksQ0FBQyxTQUFTLENBQUMsUUFBUSxDQUFDO2dCQUNwQixHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSztnQkFDdkIsWUFBWSxFQUFFLElBQUksQ0FBQyxLQUFLO2FBQzNCLENBQUMsQ0FBQztTQUNOO0lBQ0wsQ0FBQztJQUVNLGlCQUFpQixDQUFDLEtBQWtCO1FBQ3ZDLG9FQUFvRTtRQUNwRSxJQUNJLEtBQUssQ0FBQyxHQUFHO1lBQ1QsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLEtBQUssQ0FBQyxXQUFXLENBQUMsUUFBUSxJQUFJLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLFdBQVcsQ0FBQyxRQUFRLElBQUksSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsZUFBZSxDQUFDLEVBQ2xJO1lBQ0UsSUFBSSxDQUFDLFNBQVMsQ0FBQyxhQUFhLEdBQUcsS0FBSyxDQUFDO1NBQ3hDO1FBRUQsSUFBSSxDQUFDLG9CQUFvQixDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUN0QyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3RDLENBQUM7c0lBaEZRLDBCQUEwQjswSEFBMUIsMEJBQTBCLHlXQ3RCdkMsc1ZBU0E7O2dHRGFhLDBCQUEwQjtrQkFMdEMsU0FBUzsrQkFDSSxzQkFBc0IsaUJBRWpCLGlCQUFpQixDQUFDLElBQUk7dUZBR3RCLEtBQUs7c0JBQW5CLFdBQVc7Z0JBRUgsS0FBSztzQkFBYixLQUFLO2dCQUVGLFNBQVM7c0JBRFosS0FBSztnQkFRRixRQUFRO3NCQURYLEtBQUs7Z0JBUUYsVUFBVTtzQkFEYixLQUFLO2dCQVFGLGNBQWM7c0JBRGpCLEtBQUs7Z0JBUUksb0JBQW9CO3NCQUE3QixNQUFNO2dCQUNHLGdCQUFnQjtzQkFBekIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gICAgQ29tcG9uZW50LFxuICAgIEhvc3RCaW5kaW5nLFxuICAgIFZpZXdFbmNhcHN1bGF0aW9uLFxuICAgIElucHV0LFxuICAgIE9uQ2hhbmdlcyxcbiAgICBPbkluaXQsXG4gICAgU2ltcGxlQ2hhbmdlcyxcbiAgICBPdXRwdXQsXG4gICAgRXZlbnRFbWl0dGVyLFxuICAgIE9uRGVzdHJveSxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBFdWlBcHBTaGVsbFNlcnZpY2UgfSBmcm9tICdAZXVpL2NvcmUnO1xuaW1wb3J0IHsgRXVpTWVudUl0ZW0gfSBmcm9tICdAZXVpL2NvbXBvbmVudHMvZXVpLW1lbnUnO1xuaW1wb3J0IHsgU3Vic2NyaXB0aW9uIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBjb2VyY2VCb29sZWFuUHJvcGVydHksIEJvb2xlYW5JbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9jb2VyY2lvbic7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZXVpLWFwcC1zaWRlYmFyLW1lbnUnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9zaWRlYmFyLW1lbnUuY29tcG9uZW50Lmh0bWwnLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG59KVxuZXhwb3J0IGNsYXNzIEV1aUFwcFNpZGViYXJNZW51Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBPbkNoYW5nZXMsIE9uRGVzdHJveSB7XG4gICAgQEhvc3RCaW5kaW5nKCkgY2xhc3MgPSAnZXVpLWFwcC1zaWRlYmFyLW1lbnUnO1xuXG4gICAgQElucHV0KCkgaXRlbXM6IGFueVtdO1xuICAgIEBJbnB1dCgpXG4gICAgZ2V0IGhhc0ZpbHRlcigpOiBib29sZWFuIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX2hhc0ZpbHRlcjtcbiAgICB9XG4gICAgc2V0IGhhc0ZpbHRlcih2YWx1ZTogQm9vbGVhbklucHV0KSB7XG4gICAgICAgIHRoaXMuX2hhc0ZpbHRlciA9IGNvZXJjZUJvb2xlYW5Qcm9wZXJ0eSh2YWx1ZSk7XG4gICAgfVxuICAgIEBJbnB1dCgpXG4gICAgZ2V0IGhhc0ljb25zKCk6IGJvb2xlYW4ge1xuICAgICAgICByZXR1cm4gdGhpcy5faGFzSWNvbnM7XG4gICAgfVxuICAgIHNldCBoYXNJY29ucyh2YWx1ZTogQm9vbGVhbklucHV0KSB7XG4gICAgICAgIHRoaXMuX2hhc0ljb25zID0gY29lcmNlQm9vbGVhblByb3BlcnR5KHZhbHVlKTtcbiAgICB9XG4gICAgQElucHV0KClcbiAgICBnZXQgaGFzVG9vbHRpcCgpOiBib29sZWFuIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX2hhc1Rvb2x0aXA7XG4gICAgfVxuICAgIHNldCBoYXNUb29sdGlwKHZhbHVlOiBCb29sZWFuSW5wdXQpIHtcbiAgICAgICAgdGhpcy5faGFzVG9vbHRpcCA9IGNvZXJjZUJvb2xlYW5Qcm9wZXJ0eSh2YWx1ZSk7XG4gICAgfVxuICAgIEBJbnB1dCgpXG4gICAgZ2V0IGV4cGFuZEFsbEl0ZW1zKCk6IGJvb2xlYW4ge1xuICAgICAgICByZXR1cm4gdGhpcy5fZXhwYW5kQWxsSXRlbXM7XG4gICAgfVxuICAgIHNldCBleHBhbmRBbGxJdGVtcyh2YWx1ZTogQm9vbGVhbklucHV0KSB7XG4gICAgICAgIHRoaXMuX2V4cGFuZEFsbEl0ZW1zID0gY29lcmNlQm9vbGVhblByb3BlcnR5KHZhbHVlKTtcbiAgICB9XG4gICAgLyoqIEBkZXByZWNhdGVkIGl0IHdpbGwgYmUgcmVwbGFjZWQgaW4gdGhlIG5leHQgZVVJIHZlcnNpb24gYnkgc2lkZWJhckl0ZW1DbGljayovXG4gICAgQE91dHB1dCgpIG9uU2lkZWJhckl0ZW1DbGlja2VkID0gbmV3IEV2ZW50RW1pdHRlcjxFdWlNZW51SXRlbT4oKTtcbiAgICBAT3V0cHV0KCkgc2lkZWJhckl0ZW1DbGljayA9IG5ldyBFdmVudEVtaXR0ZXI8RXVpTWVudUl0ZW0+KCk7XG5cbiAgICBwcml2YXRlIHN1YnM6IFN1YnNjcmlwdGlvbjtcbiAgICBwcml2YXRlIF9oYXNGaWx0ZXIgPSBmYWxzZTtcbiAgICBwcml2YXRlIF9oYXNJY29ucyA9IGZhbHNlO1xuICAgIHByaXZhdGUgX2hhc1Rvb2x0aXAgPSBmYWxzZTtcbiAgICBwcml2YXRlIF9leHBhbmRBbGxJdGVtcyA9IGZhbHNlO1xuXG4gICAgY29uc3RydWN0b3IocHVibGljIGFzU2VydmljZTogRXVpQXBwU2hlbGxTZXJ2aWNlKSB7XG4gICAgICAgIHRoaXMuc3VicyA9IG5ldyBTdWJzY3JpcHRpb24oKTtcbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5hc1NlcnZpY2Uuc2V0U3RhdGUoe1xuICAgICAgICAgICAgLi4udGhpcy5hc1NlcnZpY2Uuc3RhdGUsXG4gICAgICAgICAgICBzaWRlYmFyTGlua3M6IHRoaXMuaXRlbXMsXG4gICAgICAgIH0pO1xuXG4gICAgICAgIC8vIHN1YnNjcmliZSB0byBzdGF0ZSBjaGFuZ2VzXG4gICAgICAgIHRoaXMuc3Vicy5hZGQodGhpcy5hc1NlcnZpY2UuZ2V0U3RhdGUoJ3NpZGViYXJMaW5rcycpLnN1YnNjcmliZSgobGlua3MpID0+ICh0aGlzLml0ZW1zID0gbGlua3MpKSk7XG4gICAgfVxuXG4gICAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICAgIHRoaXMuc3Vicy51bnN1YnNjcmliZSgpO1xuICAgIH1cblxuICAgIG5nT25DaGFuZ2VzKGNoYW5nZXM6IFNpbXBsZUNoYW5nZXMpOiB2b2lkIHtcbiAgICAgICAgaWYgKGNoYW5nZXMuaXRlbXMpIHtcbiAgICAgICAgICAgIHRoaXMuYXNTZXJ2aWNlLnNldFN0YXRlKHtcbiAgICAgICAgICAgICAgICAuLi50aGlzLmFzU2VydmljZS5zdGF0ZSxcbiAgICAgICAgICAgICAgICBzaWRlYmFyTGlua3M6IHRoaXMuaXRlbXMsXG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHB1YmxpYyBvbk1lbnVJdGVtQ2xpY2tlZChldmVudDogRXVpTWVudUl0ZW0pOiB2b2lkIHtcbiAgICAgICAgLy8gQXV0by1jbG9zZSBzaWRlYmFyIG1lbnUgYWZ0ZXIgY2xpY2sgd2hlbiBpbiBtb2JpbGUgLyB0YWJsZXQgbW9kZXNcbiAgICAgICAgaWYgKFxuICAgICAgICAgICAgZXZlbnQudXJsICYmXG4gICAgICAgICAgICAodGhpcy5hc1NlcnZpY2Uuc3RhdGUuYnJlYWtwb2ludHMuaXNNb2JpbGUgfHwgdGhpcy5hc1NlcnZpY2Uuc3RhdGUuYnJlYWtwb2ludHMuaXNUYWJsZXQgfHwgdGhpcy5hc1NlcnZpY2Uuc3RhdGUuaXNTaWRlYmFySGlkZGVuKVxuICAgICAgICApIHtcbiAgICAgICAgICAgIHRoaXMuYXNTZXJ2aWNlLmlzU2lkZWJhck9wZW4gPSBmYWxzZTtcbiAgICAgICAgfVxuXG4gICAgICAgIHRoaXMub25TaWRlYmFySXRlbUNsaWNrZWQuZW1pdChldmVudCk7XG4gICAgICAgIHRoaXMuc2lkZWJhckl0ZW1DbGljay5lbWl0KGV2ZW50KTtcbiAgICB9XG59XG4iLCI8ZXVpLW1lbnVcbiAgICBbaXRlbXNdPVwiaXRlbXNcIlxuICAgIFtoYXNGaWx0ZXJdPVwiaGFzRmlsdGVyXCJcbiAgICBbaGFzSWNvbnNdPVwiaGFzSWNvbnNcIlxuICAgIFtoYXNUb29sdGlwXT1cImhhc1Rvb2x0aXBcIlxuICAgIFtleHBhbmRBbGxJdGVtc109XCJleHBhbmRBbGxJdGVtc1wiXG4gICAgW2lzQ29sbGFwc2VkXT1cIiEoYXNTZXJ2aWNlLnN0YXRlJCB8IGFzeW5jKS5pc1NpZGViYXJPcGVuICYmICEoYXNTZXJ2aWNlLnN0YXRlJCB8IGFzeW5jKS5pc1NpZGViYXJIb3ZlclwiXG4gICAgKGl0ZW1DbGljayk9XCJvbk1lbnVJdGVtQ2xpY2tlZCgkZXZlbnQpXCI+XG48L2V1aS1tZW51PlxuIl19
|