@eui/components 19.1.1-snapshot-1740477848147 → 19.1.1-snapshot-1741264224607
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/directives/eui-clearable.directive.d.ts.map +1 -1
- package/directives/eui-loading.directive.d.ts.map +1 -1
- package/directives/eui-maxlength.directive.d.ts.map +1 -1
- package/directives/eui-scroll-handler.directive.d.ts.map +1 -1
- package/directives/eui-smooth-scroll.directive.d.ts.map +1 -1
- package/directives/eui-tooltip/eui-tooltip.directive.d.ts.map +1 -1
- package/docs/components/EuiAutocompleteComponent.html +1 -1
- package/docs/components/EuiAvatarBadgeComponent.html +52 -0
- package/docs/components/EuiAvatarComponent.html +109 -1
- package/docs/components/EuiAvatarIconComponent.html +16 -0
- package/docs/components/EuiAvatarImageComponent.html +42 -0
- package/docs/components/EuiAvatarListComponent.html +45 -0
- package/docs/components/EuiAvatarTextComponent.html +38 -0
- package/docs/components/EuiDisableContentComponent.html +167 -191
- package/docs/components/EuiDiscussionThreadComponent.html +77 -1
- package/docs/components/EuiDiscussionThreadItemComponent.html +118 -0
- package/docs/components/EuiIconToggleComponent.html +149 -0
- package/docs/components/EuiLanguageSelectorComponent.html +1 -5
- package/docs/components/EuiListComponent.html +130 -0
- package/docs/components/EuiListItemComponent.html +29 -0
- package/docs/components/EuiMessageBoxComponent.html +192 -2
- package/docs/components/EuiPageColumnComponent.html +0 -10
- package/docs/components/EuiPopoverComponent.html +119 -8
- package/docs/components/EuiTimebarComponent.html +87 -2
- package/docs/components/EuiWizardComponent.html +1 -1
- package/docs/dependencies.html +33 -33
- package/docs/directives/EuiPopoverArrowPositionDirective.html +29 -0
- package/docs/injectables/EuiMessageBoxService.html +49 -3
- package/docs/interfaces/EuiDiscussionThreadItem.html +61 -0
- package/docs/js/menu-wc.js +48 -50
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/typealiases.html +6 -0
- package/docs/miscellaneous/variables.html +59 -5
- package/docs/modules/EuiAvatarModule.html +25 -4
- package/docs/modules/EuiDisableContentModule.html +22 -4
- package/docs/modules/EuiDiscussionThreadModule.html +16 -1
- package/docs/modules/EuiIconToggleModule.html +23 -11
- package/docs/modules/EuiListModule.html +17 -2
- package/docs/modules/EuiMessageBoxModule.html +13 -1
- package/docs/modules/EuiPopoverModule.html +16 -1
- package/docs/modules/EuiTimebarModule.html +23 -14
- package/eui-alert/eui-alert.component.d.ts.map +1 -1
- package/eui-autocomplete/eui-autocomplete-option/eui-autocomplete-option.component.d.ts.map +1 -1
- package/eui-autocomplete/eui-autocomplete.component.d.ts.map +1 -1
- package/eui-avatar/avatar-badge/avatar-badge.component.d.ts +37 -0
- package/eui-avatar/avatar-badge/avatar-badge.component.d.ts.map +1 -1
- package/eui-avatar/avatar-icon/avatar-icon.component.d.ts +18 -0
- package/eui-avatar/avatar-icon/avatar-icon.component.d.ts.map +1 -1
- package/eui-avatar/avatar-image/avatar-image.component.d.ts +26 -0
- package/eui-avatar/avatar-image/avatar-image.component.d.ts.map +1 -1
- package/eui-avatar/avatar-list/avatar-list.component.d.ts +30 -0
- package/eui-avatar/avatar-list/avatar-list.component.d.ts.map +1 -1
- package/eui-avatar/avatar-text/avatar-text.component.d.ts +35 -0
- package/eui-avatar/avatar-text/avatar-text.component.d.ts.map +1 -1
- package/eui-avatar/eui-avatar.component.d.ts +85 -1
- package/eui-avatar/eui-avatar.component.d.ts.map +1 -1
- package/eui-avatar/eui-avatar.module.d.ts +33 -10
- package/eui-avatar/eui-avatar.module.d.ts.map +1 -1
- package/eui-badge/eui-badge.component.d.ts.map +1 -1
- package/eui-block-content/eui-block-content.component.d.ts.map +1 -1
- package/eui-block-document/eui-block-document.component.d.ts.map +1 -1
- package/eui-button/eui-button.component.d.ts.map +1 -1
- package/eui-button-group/eui-button-group.component.d.ts.map +1 -1
- package/eui-button-v2/eui-button-v2.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-header/eui-card-header.component.d.ts.map +1 -1
- package/eui-card/eui-card.component.d.ts.map +1 -1
- package/eui-chip/eui-chip.component.d.ts.map +1 -1
- package/eui-chip-list/eui-chip-list.component.d.ts.map +1 -1
- 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.map +1 -1
- package/eui-datepicker/eui-datepicker.component.d.ts.map +1 -1
- package/eui-dialog/eui-dialog.component.d.ts.map +1 -1
- package/eui-disable-content/eui-disable-content.component.d.ts +80 -13
- package/eui-disable-content/eui-disable-content.component.d.ts.map +1 -1
- package/eui-discussion-thread/eui-discussion-thread-item.component.d.ts +65 -0
- package/eui-discussion-thread/eui-discussion-thread-item.component.d.ts.map +1 -1
- package/eui-discussion-thread/eui-discussion-thread.component.d.ts +51 -0
- package/eui-discussion-thread/eui-discussion-thread.component.d.ts.map +1 -1
- package/eui-discussion-thread/eui-discussion-thread.module.d.ts +19 -1
- package/eui-discussion-thread/eui-discussion-thread.module.d.ts.map +1 -1
- package/eui-discussion-thread/models/eui-discussion-thread-item.model.d.ts +45 -0
- package/eui-discussion-thread/models/eui-discussion-thread-item.model.d.ts.map +1 -1
- package/eui-dropdown/dropdown-item/eui-dropdown-item.component.d.ts.map +1 -1
- package/eui-dropdown/eui-dropdown.component.d.ts.map +1 -1
- package/eui-feedback-message/eui-feedback-message.component.d.ts.map +1 -1
- package/eui-fieldset/eui-fieldset.component.d.ts.map +1 -1
- package/eui-file-upload/eui-file-upload.component.d.ts.map +1 -1
- package/eui-file-upload/file-preview/file-preview.component.d.ts.map +1 -1
- package/eui-growl/eui-growl.component.d.ts.map +1 -1
- package/eui-icon/eui-icon-svg.component.d.ts.map +1 -1
- package/eui-icon-button/eui-icon-button.component.d.ts.map +1 -1
- package/eui-icon-button-expander/eui-icon-button-expander.component.d.ts.map +1 -1
- package/eui-icon-input/eui-icon-input.component.d.ts.map +1 -1
- package/eui-icon-toggle/eui-icon-toggle.component.d.ts +96 -1
- package/eui-icon-toggle/eui-icon-toggle.component.d.ts.map +1 -1
- package/eui-icon-toggle/eui-icon-toggle.module.d.ts +19 -4
- package/eui-icon-toggle/eui-icon-toggle.module.d.ts.map +1 -1
- package/eui-input-number/eui-input-number.component.d.ts.map +1 -1
- package/eui-label/eui-label.component.d.ts.map +1 -1
- package/eui-language-selector/language-selector.component.d.ts +4 -2
- package/eui-language-selector/language-selector.component.d.ts.map +1 -1
- package/eui-list/eui-list-item/eui-list-item.component.d.ts +34 -0
- package/eui-list/eui-list-item/eui-list-item.component.d.ts.map +1 -1
- package/eui-list/eui-list.component.d.ts +56 -0
- package/eui-list/eui-list.component.d.ts.map +1 -1
- package/eui-list/eui-list.module.d.ts +18 -1
- package/eui-list/eui-list.module.d.ts.map +1 -1
- package/eui-menu/eui-menu-item.component.d.ts.map +1 -1
- package/eui-menu/eui-menu.component.d.ts.map +1 -1
- package/eui-message-box/eui-message-box.component.d.ts +148 -2
- package/eui-message-box/eui-message-box.component.d.ts.map +1 -1
- package/eui-message-box/eui-message-box.module.d.ts +15 -1
- package/eui-message-box/eui-message-box.module.d.ts.map +1 -1
- package/eui-message-box/services/eui-message-box.service.d.ts +58 -3
- package/eui-message-box/services/eui-message-box.service.d.ts.map +1 -1
- package/eui-navbar/eui-navbar-item/eui-navbar-item.component.d.ts.map +1 -1
- package/eui-overlay/eui-overlay.component.d.ts.map +1 -1
- 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-header/eui-page-header.component.d.ts.map +1 -1
- package/eui-paginator/eui-paginator.component.d.ts.map +1 -1
- package/eui-popover/directives/eui-popover-arrow-position.directive.d.ts +32 -0
- package/eui-popover/directives/eui-popover-arrow-position.directive.d.ts.map +1 -1
- package/eui-popover/eui-popover.component.d.ts +119 -7
- package/eui-popover/eui-popover.component.d.ts.map +1 -1
- package/eui-popover/eui-popover.module.d.ts +18 -1
- package/eui-popover/eui-popover.module.d.ts.map +1 -1
- package/eui-popover/models/eui-popover-position.model.d.ts +26 -0
- package/eui-popover/models/eui-popover-position.model.d.ts.map +1 -1
- package/eui-progress-circle/eui-progress-circle.component.d.ts.map +1 -1
- package/eui-select/eui-select-option.directive.d.ts.map +1 -1
- package/eui-select/eui-select.component.d.ts.map +1 -1
- package/eui-sidebar-menu/eui-sidebar-menu.component.d.ts.map +1 -1
- package/eui-skeleton/eui-skeleton.component.d.ts.map +1 -1
- package/eui-slide-toggle/eui-slide-toggle.component.d.ts.map +1 -1
- package/eui-table/eui-table.component.d.ts.map +1 -1
- package/eui-table/filter/eui-table-filter.component.d.ts.map +1 -1
- package/eui-table/selectable-header/eui-table-selectable-header.component.d.ts.map +1 -1
- package/eui-table/selectable-row/eui-table-selectable-row.component.d.ts.map +1 -1
- package/eui-table/sortable-col/eui-table-sortable-col.component.d.ts.map +1 -1
- package/eui-table-v2/eui-table-v2.component.d.ts.map +1 -1
- package/eui-table-v2/selectable-header/eui-table-v2-selectable-header.component.d.ts.map +1 -1
- package/eui-table-v2/selectable-row/eui-table-v2-selectable-row.component.d.ts.map +1 -1
- package/eui-table-v2/sortable-col/eui-table-v2-sortable-col.component.d.ts.map +1 -1
- package/eui-tabs/eui-tab/eui-tab.component.d.ts.map +1 -1
- package/eui-tabs/eui-tab-content/eui-tab-content.component.d.ts.map +1 -1
- package/eui-tabs/eui-tabs.component.d.ts.map +1 -1
- package/eui-textarea/auto-resize.directive.d.ts.map +1 -1
- package/eui-textarea/eui-textarea.component.d.ts.map +1 -1
- package/eui-timebar/eui-timebar-item.model.d.ts +20 -1
- package/eui-timebar/eui-timebar-item.model.d.ts.map +1 -1
- package/eui-timebar/eui-timebar.component.d.ts +83 -6
- package/eui-timebar/eui-timebar.component.d.ts.map +1 -1
- package/eui-timeline/eui-timeline-item.component.d.ts.map +1 -1
- package/eui-timeline/eui-timeline.component.d.ts.map +1 -1
- package/eui-timepicker/eui-timepicker.component.d.ts.map +1 -1
- package/eui-tree/eui-tree.component.d.ts.map +1 -1
- package/eui-tree-list/eui-tree-list-item.component.d.ts.map +1 -1
- package/eui-tree-list/eui-tree-list.component.d.ts.map +1 -1
- package/eui-tree-list/toolbar/toolbar.component.d.ts.map +1 -1
- package/eui-user-profile/user-profile-card/user-profile-card.component.d.ts.map +1 -1
- package/eui-user-profile/user-profile.component.d.ts.map +1 -1
- package/eui-wizard/eui-wizard-step.component.d.ts.map +1 -1
- package/eui-wizard/eui-wizard.component.d.ts +1 -0
- package/eui-wizard/eui-wizard.component.d.ts.map +1 -1
- package/externals/eui-editor/counters/eui-editor-counters.component.d.ts.map +1 -1
- package/externals/quill/quill-editor.component.d.ts.map +1 -1
- package/fesm2022/eui-components-directives.mjs +70 -70
- package/fesm2022/eui-components-eui-accordion.mjs +13 -13
- package/fesm2022/eui-components-eui-alert.mjs +10 -10
- package/fesm2022/eui-components-eui-autocomplete.mjs +15 -14
- package/fesm2022/eui-components-eui-autocomplete.mjs.map +1 -1
- package/fesm2022/eui-components-eui-avatar.mjs +286 -36
- package/fesm2022/eui-components-eui-avatar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-badge.mjs +7 -7
- package/fesm2022/eui-components-eui-block-content.mjs +7 -7
- package/fesm2022/eui-components-eui-block-document.mjs +7 -7
- package/fesm2022/eui-components-eui-breadcrumb.mjs +13 -13
- package/fesm2022/eui-components-eui-button-group.mjs +7 -7
- package/fesm2022/eui-components-eui-button-v2.mjs +7 -7
- package/fesm2022/eui-components-eui-button.mjs +7 -7
- package/fesm2022/eui-components-eui-card.mjs +49 -49
- package/fesm2022/eui-components-eui-chip-group.mjs +7 -7
- package/fesm2022/eui-components-eui-chip-list.mjs +13 -13
- package/fesm2022/eui-components-eui-chip.mjs +7 -7
- 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 -13
- package/fesm2022/eui-components-eui-dashboard-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-date-range-selector.mjs +10 -10
- package/fesm2022/eui-components-eui-datepicker.mjs +19 -19
- package/fesm2022/eui-components-eui-dialog.mjs +19 -19
- package/fesm2022/eui-components-eui-dimmer.mjs +7 -7
- package/fesm2022/eui-components-eui-disable-content.mjs +113 -39
- package/fesm2022/eui-components-eui-disable-content.mjs.map +1 -1
- package/fesm2022/eui-components-eui-discussion-thread.mjs +113 -12
- package/fesm2022/eui-components-eui-discussion-thread.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dropdown.mjs +20 -20
- package/fesm2022/eui-components-eui-feedback-message.mjs +8 -8
- package/fesm2022/eui-components-eui-feedback-message.mjs.map +1 -1
- package/fesm2022/eui-components-eui-fieldset.mjs +13 -13
- package/fesm2022/eui-components-eui-file-upload.mjs +19 -19
- package/fesm2022/eui-components-eui-growl.mjs +7 -7
- package/fesm2022/eui-components-eui-icon-button-expander.mjs +7 -7
- package/fesm2022/eui-components-eui-icon-button.mjs +7 -7
- package/fesm2022/eui-components-eui-icon-color.mjs +7 -7
- package/fesm2022/eui-components-eui-icon-input.mjs +7 -7
- package/fesm2022/eui-components-eui-icon-state.mjs +7 -7
- package/fesm2022/eui-components-eui-icon-toggle.mjs +106 -10
- package/fesm2022/eui-components-eui-icon-toggle.mjs.map +1 -1
- package/fesm2022/eui-components-eui-icon.mjs +7 -7
- package/fesm2022/eui-components-eui-input-checkbox.mjs +7 -7
- package/fesm2022/eui-components-eui-input-group.mjs +13 -13
- package/fesm2022/eui-components-eui-input-number.mjs +10 -10
- package/fesm2022/eui-components-eui-input-radio.mjs +7 -7
- package/fesm2022/eui-components-eui-input-text.mjs +7 -7
- package/fesm2022/eui-components-eui-label.mjs +8 -8
- package/fesm2022/eui-components-eui-label.mjs.map +1 -1
- package/fesm2022/eui-components-eui-language-selector.mjs +23 -12
- package/fesm2022/eui-components-eui-language-selector.mjs.map +1 -1
- package/fesm2022/eui-components-eui-list.mjs +116 -15
- package/fesm2022/eui-components-eui-list.mjs.map +1 -1
- package/fesm2022/eui-components-eui-menu.mjs +10 -10
- package/fesm2022/eui-components-eui-message-box.mjs +208 -20
- package/fesm2022/eui-components-eui-message-box.mjs.map +1 -1
- package/fesm2022/eui-components-eui-navbar.mjs +10 -10
- package/fesm2022/eui-components-eui-overlay.mjs +19 -19
- package/fesm2022/eui-components-eui-page.mjs +61 -62
- package/fesm2022/eui-components-eui-page.mjs.map +1 -1
- package/fesm2022/eui-components-eui-paginator.mjs +7 -7
- package/fesm2022/eui-components-eui-popover.mjs +194 -20
- 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-circle.mjs +7 -7
- package/fesm2022/eui-components-eui-select.mjs +19 -19
- package/fesm2022/eui-components-eui-sidebar-menu.mjs +7 -7
- package/fesm2022/eui-components-eui-skeleton.mjs +7 -7
- package/fesm2022/eui-components-eui-slide-toggle.mjs +8 -8
- package/fesm2022/eui-components-eui-slide-toggle.mjs.map +1 -1
- package/fesm2022/eui-components-eui-split-button.mjs +7 -7
- package/fesm2022/eui-components-eui-table-v2.mjs +34 -34
- package/fesm2022/eui-components-eui-table.mjs +34 -34
- package/fesm2022/eui-components-eui-tabs.mjs +24 -24
- package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
- package/fesm2022/eui-components-eui-textarea.mjs +10 -10
- package/fesm2022/eui-components-eui-timebar.mjs +82 -10
- package/fesm2022/eui-components-eui-timebar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-timeline.mjs +10 -10
- package/fesm2022/eui-components-eui-timepicker.mjs +7 -7
- package/fesm2022/eui-components-eui-tree-list.mjs +25 -25
- package/fesm2022/eui-components-eui-tree.mjs +21 -21
- package/fesm2022/eui-components-eui-user-profile.mjs +16 -16
- package/fesm2022/eui-components-eui-user-profile.mjs.map +1 -1
- package/fesm2022/eui-components-eui-wizard.mjs +16 -15
- package/fesm2022/eui-components-eui-wizard.mjs.map +1 -1
- package/fesm2022/eui-components-externals-charts.mjs +7 -7
- package/fesm2022/eui-components-externals-eui-editor.mjs +28 -28
- package/fesm2022/eui-components-externals-quill.mjs +10 -10
- package/fesm2022/eui-components-layout.mjs +183 -182
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/fesm2022/eui-components-pipes.mjs +14 -14
- package/fesm2022/eui-components-shared.mjs +6 -6
- package/fesm2022/eui-components.mjs +4 -4
- package/layout/eui-app/eui-app-sidebar/sidebar-header-user-profile/sidebar-header-user-profile.component.d.ts.map +1 -1
- package/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts.map +1 -1
- package/layout/eui-app/eui-app-toolbar/toolbar.component.d.ts.map +1 -1
- package/layout/eui-app/eui-app-top-message/top-message.component.d.ts.map +1 -1
- package/layout/eui-app/eui-app.component.d.ts.map +1 -1
- package/layout/eui-footer/footer.component.d.ts.map +1 -1
- package/layout/eui-header/header-user-profile/header-user-profile.component.d.ts.map +1 -1
- package/layout/eui-notifications/eui-notification-item.component.d.ts.map +1 -1
- package/layout/eui-notifications/eui-notifications.component.d.ts.map +1 -1
- package/layout/eui-notifications-v2/eui-notification-item.component.d.ts.map +1 -1
- package/layout/eui-notifications-v2/eui-notifications.component.d.ts.map +1 -1
- package/layout/eui-toolbar/toolbar-items/toolbar-items.component.d.ts.map +1 -1
- package/layout/eui-toolbar/toolbar-navbar-item/toolbar-navbar-item.component.d.ts.map +1 -1
- package/layout/eui-toolbar/toolbar-search/toolbar-search.component.d.ts.map +1 -1
- package/layout/eui-toolbar/toolbar-selector/toolbar-selector.component.d.ts.map +1 -1
- package/layout/eui-toolbar/toolbar.component.d.ts.map +1 -1
- package/package.json +3 -3
- package/shared/base/base-states.directive.d.ts.map +1 -1
- package/shared/input.directive.d.ts.map +1 -1
@@ -1,14 +1,79 @@
|
|
1
1
|
import { BooleanInput } from '@angular/cdk/coercion';
|
2
2
|
import * as i0 from "@angular/core";
|
3
|
+
/**
|
4
|
+
* @description
|
5
|
+
* Component for displaying individual items within a discussion thread.
|
6
|
+
* This component represents a single entry in a conversation or thread timeline,
|
7
|
+
* displaying information such as the author, date, content body, and optional tooltip.
|
8
|
+
*
|
9
|
+
* The component applies the ARIA role 'listitem' to maintain proper accessibility
|
10
|
+
* and includes support for styling variants through the typeClass property.
|
11
|
+
*
|
12
|
+
* @example
|
13
|
+
* // Basic usage within a discussion thread:
|
14
|
+
* <eui-discussion-thread>
|
15
|
+
* <eui-discussion-thread-item
|
16
|
+
* id="msg-123"
|
17
|
+
* typeClass="info"
|
18
|
+
* date="2023-10-15T14:30:00"
|
19
|
+
* author="John Doe"
|
20
|
+
* body="This is a comment in the discussion."
|
21
|
+
* tooltip="Posted yesterday">
|
22
|
+
* </eui-discussion-thread-item>
|
23
|
+
* </eui-discussion-thread>
|
24
|
+
*
|
25
|
+
* @example
|
26
|
+
* // With different type classes for styling:
|
27
|
+
* <eui-discussion-thread-item
|
28
|
+
* id="msg-456"
|
29
|
+
* typeClass="warning"
|
30
|
+
* date="2023-10-16T09:15:00"
|
31
|
+
* author="Jane Smith"
|
32
|
+
* body="Important note about this topic."
|
33
|
+
* [isOdd]="true">
|
34
|
+
* </eui-discussion-thread-item>
|
35
|
+
*/
|
3
36
|
export declare class EuiDiscussionThreadItemComponent {
|
37
|
+
/**
|
38
|
+
* Sets CSS classes on the host element based on the typeClass property.
|
39
|
+
* This helps maintain consistent styling with the parent theme variant.
|
40
|
+
* @returns {string} The CSS class to be applied
|
41
|
+
*/
|
4
42
|
get cssClasses(): string;
|
43
|
+
/**
|
44
|
+
* ARIA role for the host element to ensure proper accessibility.
|
45
|
+
* @default 'listitem'
|
46
|
+
*/
|
5
47
|
role: string;
|
48
|
+
/**
|
49
|
+
* Unique identifier for the discussion thread item.
|
50
|
+
*/
|
6
51
|
id: string;
|
52
|
+
/**
|
53
|
+
* Type class defining the visual style of the item (e.g., 'info', 'warning', 'error').
|
54
|
+
* This affects the color scheme applied to the item.
|
55
|
+
*/
|
7
56
|
typeClass: string;
|
57
|
+
/**
|
58
|
+
* Date when the thread item was created or modified.
|
59
|
+
*/
|
8
60
|
date: string;
|
61
|
+
/**
|
62
|
+
* Name or identifier of the author who created the item.
|
63
|
+
*/
|
9
64
|
author: string;
|
65
|
+
/**
|
66
|
+
* Content body of the discussion thread item.
|
67
|
+
*/
|
10
68
|
body: string;
|
69
|
+
/**
|
70
|
+
* Tooltip text to display additional information when hovering over the item.
|
71
|
+
*/
|
11
72
|
tooltip: string;
|
73
|
+
/**
|
74
|
+
* Indicates if this item is in an odd position in the list.
|
75
|
+
* Used for alternating styling patterns within the thread.
|
76
|
+
*/
|
12
77
|
get isOdd(): boolean;
|
13
78
|
set isOdd(value: BooleanInput);
|
14
79
|
private _isOdd;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-discussion-thread-item.component.d.ts","sourceRoot":"","sources":["../../eui-discussion-thread/eui-discussion-thread-item.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAE5E,qBAKa,gCAAgC;IACzC,IACW,UAAU,IAAI,MAAM,CAE9B;
|
1
|
+
{"version":3,"file":"eui-discussion-thread-item.component.d.ts","sourceRoot":"","sources":["../../eui-discussion-thread/eui-discussion-thread-item.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAE5E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,qBAKa,gCAAgC;IACzC;;;;OAIG;IACH,IACW,UAAU,IAAI,MAAM,CAE9B;IAED;;;OAGG;IACuB,IAAI,SAAc;IAE5C;;OAEG;IACM,EAAE,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACM,SAAS,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACM,IAAI,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACM,MAAM,EAAE,MAAM,CAAC;IAExB;;OAEG;IACM,IAAI,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACM,OAAO,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,IACI,KAAK,IAAI,OAAO,CAEnB;IACD,IAAI,KAAK,CAAC,KAAK,EAAE,YAAY,EAE5B;IACD,OAAO,CAAC,MAAM,CAAS;yCA3Dd,gCAAgC;2CAAhC,gCAAgC;CA4D5C"}
|
@@ -1,11 +1,62 @@
|
|
1
1
|
import { EuiDiscussionThreadItem } from './models/eui-discussion-thread-item.model';
|
2
2
|
import * as i0 from "@angular/core";
|
3
|
+
/**
|
4
|
+
* @description
|
5
|
+
* Component for displaying a discussion thread or conversation timeline.
|
6
|
+
* This component renders a list of discussion thread items in a structured format,
|
7
|
+
* with support for titles, subtitles, and tooltips for additional context.
|
8
|
+
*
|
9
|
+
* The component applies the ARIA role 'list' to the host element to maintain proper
|
10
|
+
* accessibility for screen readers.
|
11
|
+
*
|
12
|
+
* @example
|
13
|
+
* // Basic usage with thread items:
|
14
|
+
* <eui-discussion-thread
|
15
|
+
* [items]="discussionItems"
|
16
|
+
* titleLabel="Discussion"
|
17
|
+
* subTitleLabel="Recent activity">
|
18
|
+
* </eui-discussion-thread>
|
19
|
+
*
|
20
|
+
* @example
|
21
|
+
* // With tooltip:
|
22
|
+
* <eui-discussion-thread
|
23
|
+
* [items]="discussionItems"
|
24
|
+
* titleLabel="Comments"
|
25
|
+
* tooltip="Click on a comment to view details">
|
26
|
+
* </eui-discussion-thread>
|
27
|
+
*/
|
3
28
|
export declare class EuiDiscussionThreadComponent {
|
29
|
+
/**
|
30
|
+
* ARIA role for the host element to ensure proper accessibility.
|
31
|
+
* @default 'list'
|
32
|
+
*/
|
4
33
|
role: string;
|
34
|
+
/**
|
35
|
+
* Array of discussion thread items to be displayed.
|
36
|
+
* Each item should conform to the EuiDiscussionThreadItem interface.
|
37
|
+
*/
|
5
38
|
items: EuiDiscussionThreadItem[];
|
39
|
+
/**
|
40
|
+
* The main title label for the discussion thread.
|
41
|
+
*/
|
6
42
|
titleLabel: string;
|
43
|
+
/**
|
44
|
+
* The subtitle label for the discussion thread, typically used to provide
|
45
|
+
* additional context or categorization.
|
46
|
+
*/
|
7
47
|
subTitleLabel: string;
|
48
|
+
/**
|
49
|
+
* Tooltip text to display when hovering over the discussion thread.
|
50
|
+
*/
|
8
51
|
tooltip: string;
|
52
|
+
/**
|
53
|
+
* Track by function for ngFor directive to improve rendering performance.
|
54
|
+
* Uses the id property of each discussion thread item.
|
55
|
+
*
|
56
|
+
* @param index - The index of the current item in the array
|
57
|
+
* @param item - The current discussion thread item
|
58
|
+
* @returns The unique identifier for the item
|
59
|
+
*/
|
9
60
|
trackByFn(index: number, item: EuiDiscussionThreadItem): string;
|
10
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiDiscussionThreadComponent, never>;
|
11
62
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiDiscussionThreadComponent, "eui-discussion-thread", never, { "items": { "alias": "items"; "required": false; }; "titleLabel": { "alias": "titleLabel"; "required": false; }; "subTitleLabel": { "alias": "subTitleLabel"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, ["*"], false, never>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-discussion-thread.component.d.ts","sourceRoot":"","sources":["../../eui-discussion-thread/eui-discussion-thread.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;;AAEpF,qBAOa,4BAA4B;
|
1
|
+
{"version":3,"file":"eui-discussion-thread.component.d.ts","sourceRoot":"","sources":["../../eui-discussion-thread/eui-discussion-thread.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;;AAEpF;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,qBAOa,4BAA4B;IACrC;;;OAGG;IACuB,IAAI,SAAU;IAExC;;;OAGG;IACM,KAAK,EAAE,uBAAuB,EAAE,CAAC;IAE1C;;OAEG;IACM,UAAU,EAAE,MAAM,CAAC;IAE5B;;;OAGG;IACM,aAAa,EAAE,MAAM,CAAC;IAE/B;;OAEG;IACM,OAAO,EAAE,MAAM,CAAC;IAEzB;;;;;;;OAOG;IACI,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,uBAAuB,GAAG,MAAM;yCArC7D,4BAA4B;2CAA5B,4BAA4B;CAwCxC"}
|
@@ -5,9 +5,27 @@ import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "@eui/components/eui-icon";
|
6
6
|
import * as i5 from "@eui/components/eui-label";
|
7
7
|
import * as i6 from "@eui/components/eui-icon-state";
|
8
|
+
/**
|
9
|
+
* @description
|
10
|
+
* Provides components for displaying structured discussion threads and conversation timelines.
|
11
|
+
*
|
12
|
+
* @example
|
13
|
+
* // Import in your feature module:
|
14
|
+
* import { EuiDiscussionThreadModule } from '@eui/components/eui-discussion-thread';
|
15
|
+
*
|
16
|
+
* @NgModule({
|
17
|
+
* imports: [
|
18
|
+
* EuiDiscussionThreadModule,
|
19
|
+
* ],
|
20
|
+
* })
|
21
|
+
* export class MyFeatureModule {}
|
22
|
+
*
|
23
|
+
* @see EuiDiscussionThreadComponent
|
24
|
+
* @see EuiDiscussionThreadItemComponent
|
25
|
+
*/
|
8
26
|
export declare class EuiDiscussionThreadModule {
|
9
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiDiscussionThreadModule, never>;
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiDiscussionThreadModule, [typeof i1.EuiDiscussionThreadComponent, typeof i2.EuiDiscussionThreadItemComponent], [typeof i3.CommonModule, typeof i4.EuiIconModule, typeof i5.
|
28
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiDiscussionThreadModule, [typeof i1.EuiDiscussionThreadComponent, typeof i2.EuiDiscussionThreadItemComponent], [typeof i3.CommonModule, typeof i4.EuiIconModule, typeof i5.EuiLabelComponent, typeof i6.EuiIconStateModule], [typeof i1.EuiDiscussionThreadComponent, typeof i2.EuiDiscussionThreadItemComponent]>;
|
11
29
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuiDiscussionThreadModule>;
|
12
30
|
}
|
13
31
|
//# sourceMappingURL=eui-discussion-thread.module.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-discussion-thread.module.d.ts","sourceRoot":"","sources":["../../eui-discussion-thread/eui-discussion-thread.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAKa,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAAG"}
|
1
|
+
{"version":3,"file":"eui-discussion-thread.module.d.ts","sourceRoot":"","sources":["../../eui-discussion-thread/eui-discussion-thread.module.ts"],"names":[],"mappings":";;;;;;;AAQA;;;;;;;;;;;;;;;;;GAiBG;AACH,qBAKa,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAAG"}
|
@@ -1,9 +1,54 @@
|
|
1
|
+
/**
|
2
|
+
* @description
|
3
|
+
* Interface defining the structure of an item within a discussion thread.
|
4
|
+
*
|
5
|
+
* This interface encapsulates all the necessary properties to display
|
6
|
+
* a single message or entry, including metadata like author, date,
|
7
|
+
* and styling information.
|
8
|
+
*
|
9
|
+
* @example
|
10
|
+
* // Creating an item for use in a discussion thread:
|
11
|
+
* const threadItem: EuiDiscussionThreadItem = {
|
12
|
+
* id: 'comment-123',
|
13
|
+
* typeClass: 'info',
|
14
|
+
* date: '2023-10-15T14:30:00',
|
15
|
+
* author: 'John Doe',
|
16
|
+
* body: 'This is a comment in the discussion.',
|
17
|
+
* tooltip: 'Posted yesterday'
|
18
|
+
* };
|
19
|
+
*
|
20
|
+
* @see EuiDiscussionThreadComponent
|
21
|
+
* @see EuiDiscussionThreadItemComponent
|
22
|
+
*/
|
1
23
|
export interface EuiDiscussionThreadItem {
|
24
|
+
/**
|
25
|
+
* Unique identifier for the discussion thread item.
|
26
|
+
* Used for tracking and reference purposes.
|
27
|
+
*/
|
2
28
|
id: string;
|
29
|
+
/**
|
30
|
+
* CSS class identifier that defines the visual style of the item.
|
31
|
+
* Common values include 'info', 'warning', 'error', etc.
|
32
|
+
*/
|
3
33
|
typeClass: string;
|
34
|
+
/**
|
35
|
+
* Date when the thread item was created or modified.
|
36
|
+
* Typically formatted as an ISO string or similar date format.
|
37
|
+
*/
|
4
38
|
date: string;
|
39
|
+
/**
|
40
|
+
* Name or identifier of the author who created the item.
|
41
|
+
*/
|
5
42
|
author: string;
|
43
|
+
/**
|
44
|
+
* Content body of the discussion thread item.
|
45
|
+
* Contains the main message or comment text.
|
46
|
+
*/
|
6
47
|
body: string;
|
48
|
+
/**
|
49
|
+
* Optional tooltip text to display additional information
|
50
|
+
* when hovering over the item.
|
51
|
+
*/
|
7
52
|
tooltip?: string;
|
8
53
|
}
|
9
54
|
//# sourceMappingURL=eui-discussion-thread-item.model.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-discussion-thread-item.model.d.ts","sourceRoot":"","sources":["../../../eui-discussion-thread/models/eui-discussion-thread-item.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,uBAAuB;IACpC,EAAE,EAAE,MAAM,CAAC;
|
1
|
+
{"version":3,"file":"eui-discussion-thread-item.model.d.ts","sourceRoot":"","sources":["../../../eui-discussion-thread/models/eui-discussion-thread-item.model.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-dropdown-item.component.d.ts","sourceRoot":"","sources":["../../../eui-dropdown/dropdown-item/eui-dropdown-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,UAAU,EAEb,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAEnE,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;;AAEjE,qBAQa,wBAAyB,YAAW,aAAa,EAAE,eAAe;IAmBxD,UAAU,EAAE,UAAU;IAlBhC,WAAW,EAAE,oBAAoB,CAAC;IAEjB,IAAI,SAAc;IAC5C,IACI,UAAU,IAAI,MAAM,CASvB;IAEuC,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;gBAEtC,UAAU,EAAE,UAAU;IAElC,eAAe,IAAI,IAAI;IAIvB,iBAAiB,IAAI,IAAI;IAIzB,KAAK,IAAI,IAAI;IAIb,KAAK,IAAI,IAAI;IAIb,UAAU,IAAI,IAAI;yCArChB,wBAAwB;2CAAxB,wBAAwB;
|
1
|
+
{"version":3,"file":"eui-dropdown-item.component.d.ts","sourceRoot":"","sources":["../../../eui-dropdown/dropdown-item/eui-dropdown-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,UAAU,EAEb,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAEnE,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;;AAEjE,qBAQa,wBAAyB,YAAW,aAAa,EAAE,eAAe;IAmBxD,UAAU,EAAE,UAAU;IAlBhC,WAAW,EAAE,oBAAoB,CAAC;IAEjB,IAAI,SAAc;IAC5C,IACI,UAAU,IAAI,MAAM,CASvB;IAEuC,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;gBAEtC,UAAU,EAAE,UAAU;IAElC,eAAe,IAAI,IAAI;IAIvB,iBAAiB,IAAI,IAAI;IAIzB,KAAK,IAAI,IAAI;IAIb,KAAK,IAAI,IAAI;IAIb,UAAU,IAAI,IAAI;yCArChB,wBAAwB;2CAAxB,wBAAwB;uCA0C861C,OAAQ;sCAAR,OAAQ;CAD191C"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-dropdown.component.d.ts","sourceRoot":"","sources":["../../eui-dropdown/eui-dropdown.component.ts"],"names":[],"mappings":"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
|
1
|
+
{"version":3,"file":"eui-dropdown.component.d.ts","sourceRoot":"","sources":["../../eui-dropdown/eui-dropdown.component.ts"],"names":[],"mappings":"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"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-feedback-message.component.d.ts","sourceRoot":"","sources":["../../eui-feedback-message/eui-feedback-message.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;;AAG7D;;;;;;;;;;;;;;GAcG;AACH,qBAuBa,2BAA2B;IACpC;;;;;;OAMG;IACH,IACW,UAAU,IAAI,MAAM,CAK9B;IAED;;;;;;OAMG;IACuB,SAAS,CAAC,IAAI,SAAqB;IAE7D;;;;;;;OAOG;IACqC,OAAO,UAAS;IAExD;;;;;;OAMG;IACH,SAAS,CAAC,mBAAmB,EAAE,mBAAmB,CAA+B;yCA1CxE,2BAA2B;2CAA3B,2BAA2B;
|
1
|
+
{"version":3,"file":"eui-feedback-message.component.d.ts","sourceRoot":"","sources":["../../eui-feedback-message/eui-feedback-message.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;;AAG7D;;;;;;;;;;;;;;GAcG;AACH,qBAuBa,2BAA2B;IACpC;;;;;;OAMG;IACH,IACW,UAAU,IAAI,MAAM,CAK9B;IAED;;;;;;OAMG;IACuB,SAAS,CAAC,IAAI,SAAqB;IAE7D;;;;;;;OAOG;IACqC,OAAO,UAAS;IAExD;;;;;;OAMG;IACH,SAAS,CAAC,mBAAmB,EAAE,mBAAmB,CAA+B;yCA1CxE,2BAA2B;2CAA3B,2BAA2B;sCA4C+/zC,OAAQ;CAD9i0C"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-fieldset.component.d.ts","sourceRoot":"","sources":["../../eui-fieldset/eui-fieldset.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,gBAAgB,EAIhB,YAAY,EAIZ,SAAS,EACT,WAAW,EAGd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAElE,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;;AAQ7D;;GAEG;AAEH,qBACa,wCAAwC;yCAAxC,wCAAwC;2CAAxC,wCAAwC;CAAG;AAExD;;GAEG;AAEH,qBACa,wCAAwC;yCAAxC,wCAAwC;2CAAxC,wCAAwC;CAAG;AAExD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,qBA+Ba,oBAAqB,YAAW,gBAAgB;IACzD,8CAA8C;IAC9C,IACW,UAAU,IAAI,MAAM,CAO9B;IAED,wCAAwC;IAE/B,OAAO,SAAkB;IAElC,yCAAyC;IAChC,EAAE,EAAE,MAAM,CAAC;IAEpB,kDAAkD;IACzC,KAAK,EAAE,MAAM,CAAC;IAEvB,6BAA6B;IACpB,SAAS,EAAE,MAAM,CAAC;IAE3B,sCAAsC;IAC7B,WAAW,EAAE,MAAM,CAAC;IAE7B,kCAAkC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IAElC,uCAAuC;IACC,cAAc,UAAS;IAE/D,qDAAqD;IACb,YAAY,UAAS;IAE7D,iDAAiD;IACT,UAAU,UAAQ;IAE1D,wCAAwC;IACA,OAAO,UAAS;IAExD,oDAAoD;IACZ,OAAO,UAAS;IAExD,+DAA+D;IACrD,MAAM,EAAE,YAAY,CAAC,MAAM,CAAC,CAAsB;IAE5D,4CAA4C;IACrC,eAAe,SAAa;IAEnC,8CAA8C;IACvC,iBAAiB,SAAe;IAEvC;;OAEG;IACI,WAAW,SAAc;IAEhC,iDAAiD;IACjD,SAAS,CAAC,WAAW,EAAE,WAAW,CAAC,WAAW,CAAC,CAAC;IAEhD,+DAA+D;IACxB,SAAS,EAAE,SAAS,CAAC,oBAAoB,CAAC,CAAC;IAClF,SAAS,CAAC,mBAAmB,EAAE,mBAAmB,CAA+B;IAEjF;;OAEG;IACH,kBAAkB,IAAI,IAAI;IAO1B;;;OAGG;IACH,QAAQ,IAAI,IAAI;yCAjFP,oBAAoB;2CAApB,oBAAoB;
|
1
|
+
{"version":3,"file":"eui-fieldset.component.d.ts","sourceRoot":"","sources":["../../eui-fieldset/eui-fieldset.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,gBAAgB,EAIhB,YAAY,EAIZ,SAAS,EACT,WAAW,EAGd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAElE,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;;AAQ7D;;GAEG;AAEH,qBACa,wCAAwC;yCAAxC,wCAAwC;2CAAxC,wCAAwC;CAAG;AAExD;;GAEG;AAEH,qBACa,wCAAwC;yCAAxC,wCAAwC;2CAAxC,wCAAwC;CAAG;AAExD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,qBA+Ba,oBAAqB,YAAW,gBAAgB;IACzD,8CAA8C;IAC9C,IACW,UAAU,IAAI,MAAM,CAO9B;IAED,wCAAwC;IAE/B,OAAO,SAAkB;IAElC,yCAAyC;IAChC,EAAE,EAAE,MAAM,CAAC;IAEpB,kDAAkD;IACzC,KAAK,EAAE,MAAM,CAAC;IAEvB,6BAA6B;IACpB,SAAS,EAAE,MAAM,CAAC;IAE3B,sCAAsC;IAC7B,WAAW,EAAE,MAAM,CAAC;IAE7B,kCAAkC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IAElC,uCAAuC;IACC,cAAc,UAAS;IAE/D,qDAAqD;IACb,YAAY,UAAS;IAE7D,iDAAiD;IACT,UAAU,UAAQ;IAE1D,wCAAwC;IACA,OAAO,UAAS;IAExD,oDAAoD;IACZ,OAAO,UAAS;IAExD,+DAA+D;IACrD,MAAM,EAAE,YAAY,CAAC,MAAM,CAAC,CAAsB;IAE5D,4CAA4C;IACrC,eAAe,SAAa;IAEnC,8CAA8C;IACvC,iBAAiB,SAAe;IAEvC;;OAEG;IACI,WAAW,SAAc;IAEhC,iDAAiD;IACjD,SAAS,CAAC,WAAW,EAAE,WAAW,CAAC,WAAW,CAAC,CAAC;IAEhD,+DAA+D;IACxB,SAAS,EAAE,SAAS,CAAC,oBAAoB,CAAC,CAAC;IAClF,SAAS,CAAC,mBAAmB,EAAE,mBAAmB,CAA+B;IAEjF;;OAEG;IACH,kBAAkB,IAAI,IAAI;IAO1B;;;OAGG;IACH,QAAQ,IAAI,IAAI;yCAjFP,oBAAoB;2CAApB,oBAAoB;6CAwFgluC,OAAQ;2CAAR,OAAQ;yCAAR,OAAQ;sCAAR,OAAQ;sCAAR,OAAQ;CADxnuC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-file-upload.component.d.ts","sourceRoot":"","sources":["../../eui-file-upload/eui-file-upload.component.ts"],"names":[],"mappings":"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
|
1
|
+
{"version":3,"file":"eui-file-upload.component.d.ts","sourceRoot":"","sources":["../../eui-file-upload/eui-file-upload.component.ts"],"names":[],"mappings":"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"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"file-preview.component.d.ts","sourceRoot":"","sources":["../../../eui-file-upload/file-preview/file-preview.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,MAAM,EAIN,iBAAiB,EAEjB,YAAY,EAEZ,SAAS,EACT,WAAW,EAEX,aAAa,EAChB,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAElE,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAEzE;;;GAGG;AACH,qBAOa,uBAAwB,YAAW,MAAM,EAAE,aAAa;IAiHrD,OAAO,CAAC,EAAE;IAhHtB;;OAEG;IAGM,IAAI,EAAE,IAAI,GAAG,wBAAwB,GAAG,GAAG,CAAC;IACrD;;OAEG;IACM,oBAAoB,EAAE,WAAW,CAAC;QAAE,SAAS,EAAE;YAAE,IAAI,EAAE,wBAAwB,CAAC;YAAC,KAAK,EAAE,MAAM,CAAC;YAAC,YAAY,EAAE,OAAO,CAAA;SAAE,CAAA;KAAE,CAAC,CAAC;IACpI;;OAEG;IACM,KAAK,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;MAuB1B;IAEF;;OAEG;IACO,cAAc,uBAA8B;IAE/C,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE;QAAE,KAAK,EAAE,OAAO,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;IACjD,SAAS,UAAS;IAEzB;;OAEG;IAGO,SAAS,oBAA6D;IAEhF;;;;OAIG;IACqC,UAAU,UAAQ;IAC1D;;;;OAIG;IACqC,mBAAmB,UAAQ;IACnE;;;;OAIG;IACqC,mBAAmB,UAAQ;IACnE;;;;OAIG;IACqC,mBAAmB,UAAQ;IACnE;;;;OAIG;IACqC,iBAAiB,UAAQ;IACjE;;;;OAIG;IACqC,gBAAgB,UAAS;IACjE;;;;OAIG;IACqC,gBAAgB,UAAS;IACjE;;;;OAIG;IACqC,YAAY,UAAS;IAEtB,SAAS,EAAE,SAAS,CAAC,oBAAoB,CAAC,CAAC;gBAE9D,EAAE,EAAE,iBAAiB;IAEzC,QAAQ,IAAI,IAAI;IA0ChB,eAAe,IAAI,IAAI;IAQvB;;OAEG;IACI,gBAAgB,IAAI,IAAI;IAI/B;;;OAGG;IACI,WAAW,CAAC,CAAC,EAAE,KAAK,GAAG,IAAI;IAKlC;;;;;OAKG;IACH,OAAO,CAAC,gBAAgB;IAMxB;;;;;;OAMG;IACH,OAAO,CAAC,iBAAiB;IAQzB;;;;;OAKG;IACH,OAAO,CAAC,cAAc;yCAtNb,uBAAuB;2CAAvB,uBAAuB;
|
1
|
+
{"version":3,"file":"file-preview.component.d.ts","sourceRoot":"","sources":["../../../eui-file-upload/file-preview/file-preview.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,MAAM,EAIN,iBAAiB,EAEjB,YAAY,EAEZ,SAAS,EACT,WAAW,EAEX,aAAa,EAChB,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAElE,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAEzE;;;GAGG;AACH,qBAOa,uBAAwB,YAAW,MAAM,EAAE,aAAa;IAiHrD,OAAO,CAAC,EAAE;IAhHtB;;OAEG;IAGM,IAAI,EAAE,IAAI,GAAG,wBAAwB,GAAG,GAAG,CAAC;IACrD;;OAEG;IACM,oBAAoB,EAAE,WAAW,CAAC;QAAE,SAAS,EAAE;YAAE,IAAI,EAAE,wBAAwB,CAAC;YAAC,KAAK,EAAE,MAAM,CAAC;YAAC,YAAY,EAAE,OAAO,CAAA;SAAE,CAAA;KAAE,CAAC,CAAC;IACpI;;OAEG;IACM,KAAK,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;MAuB1B;IAEF;;OAEG;IACO,cAAc,uBAA8B;IAE/C,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE;QAAE,KAAK,EAAE,OAAO,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;IACjD,SAAS,UAAS;IAEzB;;OAEG;IAGO,SAAS,oBAA6D;IAEhF;;;;OAIG;IACqC,UAAU,UAAQ;IAC1D;;;;OAIG;IACqC,mBAAmB,UAAQ;IACnE;;;;OAIG;IACqC,mBAAmB,UAAQ;IACnE;;;;OAIG;IACqC,mBAAmB,UAAQ;IACnE;;;;OAIG;IACqC,iBAAiB,UAAQ;IACjE;;;;OAIG;IACqC,gBAAgB,UAAS;IACjE;;;;OAIG;IACqC,gBAAgB,UAAS;IACjE;;;;OAIG;IACqC,YAAY,UAAS;IAEtB,SAAS,EAAE,SAAS,CAAC,oBAAoB,CAAC,CAAC;gBAE9D,EAAE,EAAE,iBAAiB;IAEzC,QAAQ,IAAI,IAAI;IA0ChB,eAAe,IAAI,IAAI;IAQvB;;OAEG;IACI,gBAAgB,IAAI,IAAI;IAI/B;;;OAGG;IACI,WAAW,CAAC,CAAC,EAAE,KAAK,GAAG,IAAI;IAKlC;;;;;OAKG;IACH,OAAO,CAAC,gBAAgB;IAMxB;;;;;;OAMG;IACH,OAAO,CAAC,iBAAiB;IAQzB;;;;;OAKG;IACH,OAAO,CAAC,cAAc;yCAtNb,uBAAuB;2CAAvB,uBAAuB;yCA2N23pC,OAAQ;kDAAR,OAAQ;kDAAR,OAAQ;kDAAR,OAAQ;gDAAR,OAAQ;+CAAR,OAAQ;+CAAR,OAAQ;2CAAR,OAAQ;CADt6pC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-growl.component.d.ts","sourceRoot":"","sources":["../../eui-growl/eui-growl.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,OAAO,EACP,UAAU,EACV,YAAY,EAKZ,eAAe,EACf,SAAS,EAGZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;;AAE5C,qBAOa,iBAAkB,YAAW,OAAO,EAAE,SAAS;IA+B7C,EAAE,EAAE,UAAU;IA9BzB,OAAO,SAAe;IACtB,SAAS,SAAgB;IAEzB,IACI,UAAU,IAAI,MAAM,CAEvB;IACsC,OAAO,SAAe;IAE7D,SAAS,CAAC,IAAI,SAAY;IAE1B,SAAS,CAAC,QAAQ,SAAW;IAE7B,SAAS,CAAC,cAAc,SAAgB;IAExC,SAAS,CAAC,eAAe,SAAiB;IAEF,MAAM,UAAS;IAE9C,IAAI,SAAQ;IACZ,KAAK,EAAE,eAAe,EAAE,CAAM;IAC9B,cAAc,UAAS;IAEvB,QAAQ,EAAE,MAAM,CAAC;IAEhB,UAAU,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAEpE,OAAO,CAAC,MAAM,CAAkC;gBAGrC,EAAE,EAAE,UAAU,EACrB,OAAO,EAAE,eAAe;IAK5B,SAAS,IAAI,IAAI;IAWjB;;OAEG;IACH,MAAM,CAAC,GAAG,EAAE,eAAe,GAAG,IAAI;IAIlC;;OAEG;IACH,SAAS,IAAI,IAAI;IAMjB,WAAW,IAAI,IAAI;IAQnB,OAAO,IAAI,IAAI;IAIf;;OAEG;IACH,kBAAkB,IAAI,OAAO;IAI7B;;;;OAIG;IACH,OAAO,CAAC,oBAAoB;IAQ5B;;;;OAIG;IACH,OAAO,CAAC,gBAAgB;yCArGf,iBAAiB;2CAAjB,iBAAiB;
|
1
|
+
{"version":3,"file":"eui-growl.component.d.ts","sourceRoot":"","sources":["../../eui-growl/eui-growl.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,OAAO,EACP,UAAU,EACV,YAAY,EAKZ,eAAe,EACf,SAAS,EAGZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;;AAE5C,qBAOa,iBAAkB,YAAW,OAAO,EAAE,SAAS;IA+B7C,EAAE,EAAE,UAAU;IA9BzB,OAAO,SAAe;IACtB,SAAS,SAAgB;IAEzB,IACI,UAAU,IAAI,MAAM,CAEvB;IACsC,OAAO,SAAe;IAE7D,SAAS,CAAC,IAAI,SAAY;IAE1B,SAAS,CAAC,QAAQ,SAAW;IAE7B,SAAS,CAAC,cAAc,SAAgB;IAExC,SAAS,CAAC,eAAe,SAAiB;IAEF,MAAM,UAAS;IAE9C,IAAI,SAAQ;IACZ,KAAK,EAAE,eAAe,EAAE,CAAM;IAC9B,cAAc,UAAS;IAEvB,QAAQ,EAAE,MAAM,CAAC;IAEhB,UAAU,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAEpE,OAAO,CAAC,MAAM,CAAkC;gBAGrC,EAAE,EAAE,UAAU,EACrB,OAAO,EAAE,eAAe;IAK5B,SAAS,IAAI,IAAI;IAWjB;;OAEG;IACH,MAAM,CAAC,GAAG,EAAE,eAAe,GAAG,IAAI;IAIlC;;OAEG;IACH,SAAS,IAAI,IAAI;IAMjB,WAAW,IAAI,IAAI;IAQnB,OAAO,IAAI,IAAI;IAIf;;OAEG;IACH,kBAAkB,IAAI,OAAO;IAI7B;;;;OAIG;IACH,OAAO,CAAC,oBAAoB;IAQ5B;;;;OAIG;IACH,OAAO,CAAC,gBAAgB;yCArGf,iBAAiB;2CAAjB,iBAAiB;qCAyG0myC,OAAQ;CAD/oyC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-icon-svg.component.d.ts","sourceRoot":"","sources":["../../eui-icon/eui-icon-svg.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,MAAM,EAEN,SAAS,EACT,aAAa,EACb,gBAAgB,EAKnB,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;;;AAGtC,qBAQa,mBAAoB,YAAW,gBAAgB,EAAE,SAAS,EAAE,MAAM;IA8CjC,OAAO,CAAC,MAAM;IA7C9B,QAAQ,SAAS;IAElC,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,SAAS;IACZ,IAAI,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,MAAM,CAAO;IACnF,KAAK,SAAM;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,SAAM;IACf,UAAU,EAAE,MAAM,CAAC;IAE5B,IACW,UAAU,IAAI,MAAM,CAe9B;IAGoB,SAAS,SAAU;IAEjC,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,SAAY;IACzB,SAAS,EAAE,MAAM,CAAC;IAEe,UAAU,UAAQ;IAClB,SAAS,UAAS;IAClB,SAAS,UAAS;IAClB,WAAW,UAAS;IAEpB,QAAQ,UAAS;IACjB,MAAM,UAAS;gBAGL,MAAM,EAAE,SAAS;IAInE,QAAQ,IAAI,IAAI;IAUhB,WAAW,CAAC,CAAC,EAAE,aAAa,GAAG,IAAI;IAyBnC,kBAAkB,IAAI,IAAI;IAK1B,OAAO,CAAC,cAAc;IAkBtB,OAAO,CAAC,SAAS;yCA5GR,mBAAmB;2CAAnB,mBAAmB;
|
1
|
+
{"version":3,"file":"eui-icon-svg.component.d.ts","sourceRoot":"","sources":["../../eui-icon/eui-icon-svg.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,MAAM,EAEN,SAAS,EACT,aAAa,EACb,gBAAgB,EAKnB,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;;;AAGtC,qBAQa,mBAAoB,YAAW,gBAAgB,EAAE,SAAS,EAAE,MAAM;IA8CjC,OAAO,CAAC,MAAM;IA7C9B,QAAQ,SAAS;IAElC,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,SAAS;IACZ,IAAI,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,MAAM,CAAO;IACnF,KAAK,SAAM;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,SAAM;IACf,UAAU,EAAE,MAAM,CAAC;IAE5B,IACW,UAAU,IAAI,MAAM,CAe9B;IAGoB,SAAS,SAAU;IAEjC,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,SAAY;IACzB,SAAS,EAAE,MAAM,CAAC;IAEe,UAAU,UAAQ;IAClB,SAAS,UAAS;IAClB,SAAS,UAAS;IAClB,WAAW,UAAS;IAEpB,QAAQ,UAAS;IACjB,MAAM,UAAS;gBAGL,MAAM,EAAE,SAAS;IAInE,QAAQ,IAAI,IAAI;IAUhB,WAAW,CAAC,CAAC,EAAE,aAAa,GAAG,IAAI;IAyBnC,kBAAkB,IAAI,IAAI;IAK1B,OAAO,CAAC,cAAc;IAkBtB,OAAO,CAAC,SAAS;yCA5GR,mBAAmB;2CAAnB,mBAAmB;yCA8HugwC,OAAQ;wCAAR,OAAQ;wCAAR,OAAQ;0CAAR,OAAQ;uCAAR,OAAQ;qCAAR,OAAQ;CAR9iwC;AAED,qBAKa,aAAa;yCAAb,aAAa;0CAAb,aAAa,UA7Hb,mBAAmB,qCAAnB,mBAAmB;0CA6HnB,aAAa;CAAG"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-icon-button.component.d.ts","sourceRoot":"","sources":["../../eui-icon-button/eui-icon-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyC,YAAY,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;;AAE9G,qBAMa,sBAAuB,YAAW,MAAM;IACjD,IACI,UAAU,IAAI,MAAM,CAWvB;IAEQ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAO;IAC1E,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,SAAK;IAEkB,YAAY,UAAS;IACrB,kBAAkB,UAAS;IAC3B,eAAe,UAAQ;IACvB,UAAU,UAAS;IACnB,WAAW,UAAS;IAElD,WAAW,sBAA6B;IAElD,OAAO,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAI3B,QAAQ,IAAI,IAAI;yCAjCP,sBAAsB;2CAAtB,sBAAsB;
|
1
|
+
{"version":3,"file":"eui-icon-button.component.d.ts","sourceRoot":"","sources":["../../eui-icon-button/eui-icon-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyC,YAAY,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;;AAE9G,qBAMa,sBAAuB,YAAW,MAAM;IACjD,IACI,UAAU,IAAI,MAAM,CAWvB;IAEQ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAO;IAC1E,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,SAAK;IAEkB,YAAY,UAAS;IACrB,kBAAkB,UAAS;IAC3B,eAAe,UAAQ;IACvB,UAAU,UAAS;IACnB,WAAW,UAAS;IAElD,WAAW,sBAA6B;IAElD,OAAO,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAI3B,QAAQ,IAAI,IAAI;yCAjCP,sBAAsB;2CAAtB,sBAAsB;2CAuCoi2C,OAAQ;iDAAR,OAAQ;8CAAR,OAAQ;yCAAR,OAAQ;0CAAR,OAAQ;CAD9k2C"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-icon-button-expander.component.d.ts","sourceRoot":"","sources":["../../eui-icon-button-expander/eui-icon-button-expander.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyC,YAAY,EAA6C,MAAM,eAAe,CAAC;;AAE/H,qBAOa,8BAA8B;IACvC,IACI,UAAU,IAAI,MAAM,CAKvB;IAEQ,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAO;IAC1E,SAAS,EAAE,MAAM,CAAC;IAEa,UAAU,UAAS;IACnB,kBAAkB,UAAS;IAE3B,WAAW,UAAS;IAElD,WAAW,sBAA6B;IAElD,OAAO,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;yCApBlB,8BAA8B;2CAA9B,8BAA8B;
|
1
|
+
{"version":3,"file":"eui-icon-button-expander.component.d.ts","sourceRoot":"","sources":["../../eui-icon-button-expander/eui-icon-button-expander.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyC,YAAY,EAA6C,MAAM,eAAe,CAAC;;AAE/H,qBAOa,8BAA8B;IACvC,IACI,UAAU,IAAI,MAAM,CAKvB;IAEQ,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAO;IAC1E,SAAS,EAAE,MAAM,CAAC;IAEa,UAAU,UAAS;IACnB,kBAAkB,UAAS;IAE3B,WAAW,UAAS;IAElD,WAAW,sBAA6B;IAElD,OAAO,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;yCApBlB,8BAA8B;2CAA9B,8BAA8B;yCAwB492C,OAAQ;iDAAR,OAAQ;0CAAR,OAAQ;CAD9g3C"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-icon-input.component.d.ts","sourceRoot":"","sources":["../../eui-icon-input/eui-icon-input.component.ts"],"names":[],"mappings":";AAEA,qBAMa,qBAAqB;IAC9B,IACI,UAAU,IAAI,MAAM,CAQvB;IAEuC,oBAAoB,UAAQ;IAC5B,kBAAkB,UAAS;yCAb1D,qBAAqB;2CAArB,qBAAqB;
|
1
|
+
{"version":3,"file":"eui-icon-input.component.d.ts","sourceRoot":"","sources":["../../eui-icon-input/eui-icon-input.component.ts"],"names":[],"mappings":";AAEA,qBAMa,qBAAqB;IAC9B,IACI,UAAU,IAAI,MAAM,CAQvB;IAEuC,oBAAoB,UAAQ;IAC5B,kBAAkB,UAAS;yCAb1D,qBAAqB;2CAArB,qBAAqB;mDAe063C,OAAQ;iDAAR,OAAQ;CADn93C"}
|
@@ -1,32 +1,127 @@
|
|
1
1
|
import { AfterContentInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
2
2
|
import * as i0 from "@angular/core";
|
3
|
+
/**
|
4
|
+
* Component that provides a toggleable icon button with accessibility support.
|
5
|
+
* Functions as a switch control that can be toggled between on/off states,
|
6
|
+
* displaying different icons based on the current state.
|
7
|
+
*
|
8
|
+
* This component handles keyboard navigation, focus management, and proper
|
9
|
+
* ARIA attributes for accessibility compliance.
|
10
|
+
*
|
11
|
+
* @implements {AfterContentInit} Initializes icon state after content is initialized
|
12
|
+
* @implements {OnChanges} Responds to input property changes
|
13
|
+
*
|
14
|
+
* @example
|
15
|
+
* <eui-icon-toggle
|
16
|
+
* [isChecked]="true"
|
17
|
+
* iconSvgNameOn="check"
|
18
|
+
* iconSvgNameOff="close"
|
19
|
+
* (toggle)="handleToggle($event)">
|
20
|
+
* </eui-icon-toggle>
|
21
|
+
*/
|
3
22
|
export declare class EuiIconToggleComponent implements AfterContentInit, OnChanges {
|
4
23
|
get cssClasses(): string;
|
5
24
|
role: string;
|
25
|
+
/**
|
26
|
+
* Keyboard shortcut key.
|
27
|
+
* @default 'i'
|
28
|
+
*/
|
6
29
|
keyboardAccessKey: string;
|
30
|
+
/**
|
31
|
+
* Whether the toggle is in the checked/on state.
|
32
|
+
* Bound to aria-checked attribute for accessibility.
|
33
|
+
* @default false
|
34
|
+
*/
|
7
35
|
isChecked: boolean;
|
36
|
+
/**
|
37
|
+
* Whether the toggle is read-only (cannot be interacted with).
|
38
|
+
* When true, tabindex is set to -1 and clicking will not change state.
|
39
|
+
* @default undefined
|
40
|
+
*/
|
8
41
|
isReadOnly: boolean;
|
42
|
+
/**
|
43
|
+
* Data attribute for e2e testing.
|
44
|
+
* @default 'eui-icon-toggle'
|
45
|
+
*/
|
9
46
|
e2eAttr: string;
|
47
|
+
/**
|
48
|
+
* Unique identifier for the component.
|
49
|
+
* @default 'eui-icon-toggle-{uniqueId}'
|
50
|
+
*/
|
10
51
|
id: string;
|
52
|
+
/**
|
53
|
+
* Tab order value for keyboard navigation.
|
54
|
+
* @default '0'
|
55
|
+
*/
|
11
56
|
tabindex: string;
|
57
|
+
/**
|
58
|
+
* Accessible label for screen readers.
|
59
|
+
* @default 'Toggle icon'
|
60
|
+
*/
|
12
61
|
ariaLabel: string;
|
62
|
+
/**
|
63
|
+
* Size of the icon (s, m, l, xl).
|
64
|
+
* @default 'm'
|
65
|
+
*/
|
13
66
|
iconSvgSize: string;
|
67
|
+
/**
|
68
|
+
* Icon to display when toggle is in the ON state.
|
69
|
+
*/
|
14
70
|
iconSvgNameOn: string;
|
71
|
+
/**
|
72
|
+
* Icon to display when toggle is in the OFF state.
|
73
|
+
*/
|
15
74
|
iconSvgNameOff: string;
|
75
|
+
/**
|
76
|
+
* Color of the icon when toggle is in the ON state.
|
77
|
+
* @default 'accent'
|
78
|
+
*/
|
16
79
|
iconSvgFillColorOn: string;
|
80
|
+
/**
|
81
|
+
* Color of the icon when toggle is in the OFF state.
|
82
|
+
* @default 'neutral'
|
83
|
+
*/
|
17
84
|
iconSvgFillColorOff: string;
|
85
|
+
/**
|
86
|
+
* Event emitted when the toggle state changes.
|
87
|
+
* Emits the new state (true = checked, false = unchecked).
|
88
|
+
*/
|
18
89
|
toggle: EventEmitter<boolean>;
|
19
90
|
protected iconSvgName: string;
|
20
91
|
protected iconSvgFillColor: string;
|
92
|
+
/**
|
93
|
+
* @deprecated Is not used anymore
|
94
|
+
*/
|
21
95
|
protected iconSvgSet: string;
|
96
|
+
/**
|
97
|
+
* Handles changes to input properties.
|
98
|
+
* Updates the tabindex when the component becomes read-only.
|
99
|
+
*
|
100
|
+
* @param {SimpleChanges} changes - Object containing changed properties
|
101
|
+
*/
|
22
102
|
ngOnChanges(changes: SimpleChanges): void;
|
103
|
+
/**
|
104
|
+
* Initializes the component after content has been set.
|
105
|
+
* Sets the appropriate icon based on the current toggle state.
|
106
|
+
* Sets the aria-label if none was provided.
|
107
|
+
*/
|
23
108
|
ngAfterContentInit(): void;
|
109
|
+
/**
|
110
|
+
* Host listener that handles click events on the component.
|
111
|
+
* Triggers the toggle action if the component is not read-only.
|
112
|
+
*/
|
24
113
|
protected onClick(): void;
|
114
|
+
/**
|
115
|
+
* Host listener that handles keyboard events.
|
116
|
+
* Triggers the toggle action on Enter or Space key press.
|
117
|
+
*
|
118
|
+
* @param {KeyboardEvent} event - The keyboard event
|
119
|
+
*/
|
25
120
|
protected onKeydown(event: KeyboardEvent): void;
|
26
121
|
private _toggle;
|
27
122
|
private _setIconClass;
|
28
123
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiIconToggleComponent, never>;
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiIconToggleComponent, "eui-icon-toggle", never, { "keyboardAccessKey": { "alias": "keyboardAccessKey"; "required": false; }; "isChecked": { "alias": "isChecked"; "required": false; }; "isReadOnly": { "alias": "isReadOnly"; "required": false; }; "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "id": { "alias": "id"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "iconSvgSize": { "alias": "iconSvgSize"; "required": false; }; "iconSvgNameOn": { "alias": "iconSvgNameOn"; "required": false; }; "iconSvgNameOff": { "alias": "iconSvgNameOff"; "required": false; }; "iconSvgFillColorOn": { "alias": "iconSvgFillColorOn"; "required": false; }; "iconSvgFillColorOff": { "alias": "iconSvgFillColorOff"; "required": false; }; }, { "toggle": "toggle"; }, never, never,
|
124
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiIconToggleComponent, "eui-icon-toggle", never, { "keyboardAccessKey": { "alias": "keyboardAccessKey"; "required": false; }; "isChecked": { "alias": "isChecked"; "required": false; }; "isReadOnly": { "alias": "isReadOnly"; "required": false; }; "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "id": { "alias": "id"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "iconSvgSize": { "alias": "iconSvgSize"; "required": false; }; "iconSvgNameOn": { "alias": "iconSvgNameOn"; "required": false; }; "iconSvgNameOff": { "alias": "iconSvgNameOff"; "required": false; }; "iconSvgFillColorOn": { "alias": "iconSvgFillColorOn"; "required": false; }; "iconSvgFillColorOff": { "alias": "iconSvgFillColorOff"; "required": false; }; }, { "toggle": "toggle"; }, never, never, true, never>;
|
30
125
|
static ngAcceptInputType_isChecked: unknown;
|
31
126
|
static ngAcceptInputType_isReadOnly: unknown;
|
32
127
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-icon-toggle.component.d.ts","sourceRoot":"","sources":["../../eui-icon-toggle/eui-icon-toggle.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,gBAAgB,EAGhB,YAAY,EAIZ,SAAS,EAET,aAAa,EAEhB,MAAM,eAAe,CAAC;;
|
1
|
+
{"version":3,"file":"eui-icon-toggle.component.d.ts","sourceRoot":"","sources":["../../eui-icon-toggle/eui-icon-toggle.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,gBAAgB,EAGhB,YAAY,EAIZ,SAAS,EAET,aAAa,EAEhB,MAAM,eAAe,CAAC;;AAKvB;;;;;;;;;;;;;;;;;;GAkBG;AACH,qBAOa,sBAAuB,YAAW,gBAAgB,EAAE,SAAS;IACtE,IACW,UAAU,IAAI,MAAM,CAK9B;IACyB,IAAI,SAAY;IAC1C;;;OAGG;IACsC,iBAAiB,SAAO;IAEjE;;;;OAIG;IAEqC,SAAS,UAAS;IAE1D;;;;OAIG;IAEqC,UAAU,EAAE,OAAO,CAAC;IAE5D;;;OAGG;IAEM,OAAO,SAAqB;IAErC;;;OAGG;IAEM,EAAE,SAAmC;IAE9C;;;OAGG;IAEM,QAAQ,SAAO;IAExB;;;OAGG;IAEM,SAAS,SAAiB;IAEnC;;;OAGG;IACM,WAAW,SAAO;IAE3B;;OAEG;IACM,aAAa,EAAE,MAAM,CAAC;IAE/B;;OAEG;IACM,cAAc,EAAE,MAAM,CAAC;IAEhC;;;OAGG;IACM,kBAAkB,SAAY;IAEvC;;;OAGG;IACM,mBAAmB,SAAa;IAEzC;;;OAGG;IAEO,MAAM,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAE7D,SAAS,CAAC,WAAW,EAAE,MAAM,CAAC;IAC9B,SAAS,CAAC,gBAAgB,EAAE,MAAM,CAAC;IACnC;;OAEG;IACH,SAAS,CAAC,UAAU,EAAE,MAAM,CAAC;IAE7B;;;;;OAKG;IACH,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAMzC;;;;OAIG;IACH,kBAAkB,IAAI,IAAI;IAO1B;;;OAGG;IAEH,SAAS,CAAC,OAAO,IAAI,IAAI;IAIzB;;;;;OAKG;IAEH,SAAS,CAAC,SAAS,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI;IAW/C,OAAO,CAAC,OAAO;IAQf,OAAO,CAAC,aAAa;yCAhKZ,sBAAsB;2CAAtB,sBAAsB;wCA0K0utC,OAAQ;yCAAR,OAAQ;CADpxtC"}
|
@@ -1,10 +1,25 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "
|
3
|
-
import * as i2 from "
|
4
|
-
|
2
|
+
import * as i1 from "@angular/common";
|
3
|
+
import * as i2 from "./eui-icon-toggle.component";
|
4
|
+
/**
|
5
|
+
* Angular module that provides the EuiIconToggleComponent.
|
6
|
+
*
|
7
|
+
* @deprecated Use EuiIconToggleComponent directly instead as it is now a standalone component.
|
8
|
+
*
|
9
|
+
* @example
|
10
|
+
* // Legacy usage (deprecated)
|
11
|
+
* import { EuiIconToggleModule } from '@eui/components/eui-icon-toggle';
|
12
|
+
*
|
13
|
+
* @NgModule({
|
14
|
+
* imports: [
|
15
|
+
* EuiIconToggleModule
|
16
|
+
* ]
|
17
|
+
* })
|
18
|
+
* export class YourFeatureModule {}
|
19
|
+
*/
|
5
20
|
export declare class EuiIconToggleModule {
|
6
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiIconToggleModule, never>;
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiIconToggleModule,
|
22
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiIconToggleModule, never, [typeof i1.CommonModule, typeof i2.EuiIconToggleComponent], [typeof i2.EuiIconToggleComponent]>;
|
8
23
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuiIconToggleModule>;
|
9
24
|
}
|
10
25
|
//# sourceMappingURL=eui-icon-toggle.module.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-icon-toggle.module.d.ts","sourceRoot":"","sources":["../../eui-icon-toggle/eui-icon-toggle.module.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"eui-icon-toggle.module.d.ts","sourceRoot":"","sources":["../../eui-icon-toggle/eui-icon-toggle.module.ts"],"names":[],"mappings":";;;AAMA;;;;;;;;;;;;;;;GAeG;AACH,qBAIa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-input-number.component.d.ts","sourceRoot":"","sources":["../../eui-input-number/eui-input-number.component.ts"],"names":[],"mappings":"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
|
1
|
+
{"version":3,"file":"eui-input-number.component.d.ts","sourceRoot":"","sources":["../../eui-input-number/eui-input-number.component.ts"],"names":[],"mappings":"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"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-label.component.d.ts","sourceRoot":"","sources":["../../eui-label/eui-label.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;;;AAE7D;;;;;;;;;;;;;;;;;GAiBG;AACH,qBAyBa,iBAAiB;IA8CP,mBAAmB,EAAE,mBAAmB;IA7C3D;;;;;;OAMG;IACH,IACW,UAAU,IAAI,MAAM,CAS9B;IAED;;;OAGG;IACqC,WAAW,UAAS;IAE5D;;;OAGG;IACqC,WAAW,UAAS;IAE5D;;;OAGG;IACqC,WAAW,UAAS;IAE5D;;;;;;;OAOG;gBACgB,mBAAmB,EAAE,mBAAmB;yCA9ClD,iBAAiB;2CAAjB,iBAAiB;
|
1
|
+
{"version":3,"file":"eui-label.component.d.ts","sourceRoot":"","sources":["../../eui-label/eui-label.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;;;AAE7D;;;;;;;;;;;;;;;;;GAiBG;AACH,qBAyBa,iBAAiB;IA8CP,mBAAmB,EAAE,mBAAmB;IA7C3D;;;;;;OAMG;IACH,IACW,UAAU,IAAI,MAAM,CAS9B;IAED;;;OAGG;IACqC,WAAW,UAAS;IAE5D;;;OAGG;IACqC,WAAW,UAAS;IAE5D;;;OAGG;IACqC,WAAW,UAAS;IAE5D;;;;;;;OAOG;gBACgB,mBAAmB,EAAE,mBAAmB;yCA9ClD,iBAAiB;2CAAjB,iBAAiB;0CA6D81yC,OAAQ;0CAAR,OAAQ;0CAAR,OAAQ;CAdn4yC;AAED;;;;;;GAMG;AACH,qBAIa,cAAc;yCAAd,cAAc;0CAAd,cAAc,yCA5Dd,iBAAiB,WAAjB,iBAAiB;0CA4DjB,cAAc;CAAG"}
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import { OnDestroy, OnInit, ChangeDetectorRef, EventEmitter, ElementRef, AfterViewInit } from '@angular/core';
|
1
|
+
import { OnDestroy, OnInit, ChangeDetectorRef, EventEmitter, ElementRef, AfterViewInit, SimpleChanges, OnChanges } from '@angular/core';
|
2
2
|
import { TranslateService } from '@ngx-translate/core';
|
3
3
|
import { EuiLanguage } from '@eui/core';
|
4
4
|
import { EuiAppShellService } from '@eui/core';
|
5
5
|
import { EuiDialogService } from '@eui/components/eui-dialog';
|
6
6
|
import * as i0 from "@angular/core";
|
7
|
-
export declare class EuiLanguageSelectorComponent implements OnInit, AfterViewInit, OnDestroy {
|
7
|
+
export declare class EuiLanguageSelectorComponent implements OnInit, AfterViewInit, OnDestroy, OnChanges {
|
8
8
|
private cd;
|
9
9
|
private euiDialogService;
|
10
10
|
appShellService: EuiAppShellService;
|
@@ -19,6 +19,7 @@ export declare class EuiLanguageSelectorComponent implements OnInit, AfterViewIn
|
|
19
19
|
ariaLabel: string;
|
20
20
|
languageSelectorClick: EventEmitter<null>;
|
21
21
|
private destroy$;
|
22
|
+
private isAriaLabelChanged;
|
22
23
|
constructor(cd: ChangeDetectorRef, euiDialogService: EuiDialogService, appShellService: EuiAppShellService, translateService: TranslateService, elRef: ElementRef);
|
23
24
|
/**
|
24
25
|
* returns true if there are at least one and max four languages.
|
@@ -28,6 +29,7 @@ export declare class EuiLanguageSelectorComponent implements OnInit, AfterViewIn
|
|
28
29
|
* returns true if there are at least five languages.
|
29
30
|
*/
|
30
31
|
get isShowModal(): boolean;
|
32
|
+
ngOnChanges(changes: SimpleChanges): void;
|
31
33
|
ngOnInit(): void;
|
32
34
|
ngAfterViewInit(): void;
|
33
35
|
ngOnDestroy(): void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"language-selector.component.d.ts","sourceRoot":"","sources":["../../eui-language-selector/language-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,SAAS,EACT,MAAM,EACN,iBAAiB,EAGjB,YAAY,EAEZ,UAAU,EACV,aAAa,
|
1
|
+
{"version":3,"file":"language-selector.component.d.ts","sourceRoot":"","sources":["../../eui-language-selector/language-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,SAAS,EACT,MAAM,EACN,iBAAiB,EAGjB,YAAY,EAEZ,UAAU,EACV,aAAa,EACb,aAAa,EACb,SAAS,EACZ,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAAkB,WAAW,EAAE,MAAM,WAAW,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAmB,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;;AAI/E,qBAOa,4BAA6B,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,SAAS;IA0BxF,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,gBAAgB;IACjB,eAAe,EAAE,kBAAkB;IAC1C,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,KAAK;IA7BjB,IACI,UAAU,IAAI,MAAM,CAQvB;IAED,SAAS,EAAE,WAAW,EAAE,CAAC;IACzB,gBAAgB,EAAE,WAAW,CAAC;IAEU,oBAAoB,UAAQ;IAC5B,iBAAiB,UAAS;IAC1B,UAAU,UAAS;IACtC,SAAS,EAAE,MAAM,CAAC;IAE7B,qBAAqB,qBAA4B;IAE3D,OAAO,CAAC,QAAQ,CAA4C;IAC5D,OAAO,CAAC,kBAAkB,CAAS;gBAGvB,EAAE,EAAE,iBAAiB,EACrB,gBAAgB,EAAE,gBAAgB,EACnC,eAAe,EAAE,kBAAkB,EAClC,gBAAgB,EAAE,gBAAgB,EAClC,KAAK,EAAE,UAAU;IAG7B;;OAEG;IACH,IAAI,cAAc,IAAI,OAAO,CAE5B;IAED;;OAEG;IACH,IAAI,WAAW,IAAI,OAAO,CAEzB;IAED,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAOzC,QAAQ,IAAI,IAAI;IA6BhB,eAAe,IAAI,IAAI;IAevB,WAAW,IAAI,IAAI;IAKnB,iBAAiB,CAAC,QAAQ,EAAE,WAAW,GAAG,IAAI;IAQ9C;;OAEG;IACH,MAAM,CAAC,UAAU,GAAE,MAAyE,GAAG,IAAI;IAkBnG,OAAO,IAAI,IAAI;IAIf;;;;;OAKG;IACH,SAAS,CAAC,WAAW,CAAC,YAAY,EAAE,MAAM,GAAG,WAAW;yCA9I/C,4BAA4B;2CAA5B,4BAA4B;mDAkJu/tC,OAAQ;gDAAR,OAAQ;yCAAR,OAAQ;CADviuC"}
|