@eui/components 17.0.0-next.3 → 17.0.0-next.5
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-tooltip/eui-tooltip.directive.d.ts.map +1 -1
- package/esm2022/directives/eui-clearable.directive.mjs +8 -9
- package/esm2022/directives/eui-has-permission.directive.mjs +7 -7
- package/esm2022/directives/eui-loading.directive.mjs +3 -3
- package/esm2022/directives/eui-maxlength.directive.mjs +7 -7
- package/esm2022/directives/eui-resizable/eui-resizable.component.mjs +3 -3
- package/esm2022/directives/eui-resizable/eui-resizable.directive.mjs +4 -5
- package/esm2022/directives/eui-resizable/eui-resizable.module.mjs +4 -4
- package/esm2022/directives/eui-scroll-handler.directive.mjs +10 -10
- package/esm2022/directives/eui-smooth-scroll.directive.mjs +10 -10
- package/esm2022/directives/eui-template.directive.mjs +7 -7
- package/esm2022/directives/eui-tooltip/container/eui-tooltip-container.component.mjs +3 -3
- package/esm2022/directives/eui-tooltip/eui-tooltip.directive.mjs +58 -26
- package/esm2022/directives/eui-tooltip/eui-tooltip.module.mjs +4 -4
- package/esm2022/eui-alert/eui-alert.component.mjs +9 -8
- package/esm2022/eui-all/eui-all.module.mjs +9 -10
- package/esm2022/eui-autocomplete/eui-autocomplete.component.mjs +31 -15
- package/esm2022/eui-autocomplete/eui-autocomplete.module.mjs +4 -4
- package/esm2022/eui-autocomplete/models/eui-autocomplete-item.model.mjs +2 -1
- 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 +4 -4
- package/esm2022/eui-block-document/eui-block-document.component.mjs +3 -3
- package/esm2022/eui-block-document/eui-block-document.module.mjs +4 -4
- package/esm2022/eui-button/eui-button.component.mjs +10 -10
- package/esm2022/eui-button-group/eui-button-group.component.mjs +7 -7
- package/esm2022/eui-buttons/eui-buttons.component.mjs +17 -17
- package/esm2022/eui-card/components/eui-card-content/eui-card-content.component.mjs +3 -3
- package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-action-buttons.component.mjs +3 -3
- package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-action-icons.component.mjs +3 -3
- package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-menu-content.component.mjs +3 -3
- package/esm2022/eui-card/components/eui-card-footer/eui-card-footer.component.mjs +3 -3
- package/esm2022/eui-card/components/eui-card-header/eui-card-header-left-content.component.mjs +3 -3
- package/esm2022/eui-card/components/eui-card-header/eui-card-header-right-content.component.mjs +3 -3
- package/esm2022/eui-card/components/eui-card-header/eui-card-header-subtitle.component.mjs +3 -3
- package/esm2022/eui-card/components/eui-card-header/eui-card-header-title.component.mjs +3 -3
- package/esm2022/eui-card/components/eui-card-header/eui-card-header.component.mjs +3 -3
- package/esm2022/eui-card/components/eui-card-header-body/eui-card-header-body.component.mjs +3 -3
- package/esm2022/eui-card/components/eui-card-media/eui-card-media.component.mjs +3 -3
- package/esm2022/eui-card/eui-card.component.mjs +3 -3
- package/esm2022/eui-card/eui-card.module.mjs +4 -4
- package/esm2022/eui-card/services/ui-state.service.mjs +3 -3
- package/esm2022/eui-chip/eui-chip.component.mjs +3 -3
- package/esm2022/eui-chip/eui-chip.module.mjs +4 -4
- package/esm2022/eui-chip-list/eui-chip-list.component.mjs +9 -9
- package/esm2022/eui-chip-list/eui-chip-list.module.mjs +4 -4
- package/esm2022/eui-chip-list/services/eui-chip-list-drag.service.mjs +3 -3
- package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +15 -15
- package/esm2022/eui-dashboard-card/eui-dashboard-card.component.mjs +9 -8
- package/esm2022/eui-date-range-selector/eui-date-range-selector.component.mjs +19 -6
- package/esm2022/eui-date-range-selector/eui-date-range-selector.module.mjs +4 -4
- package/esm2022/eui-datepicker/eui-datepicker.component.mjs +21 -21
- package/esm2022/eui-datepicker/eui-datepicker.module.mjs +4 -4
- package/esm2022/eui-dialog/container/eui-dialog-container.component.mjs +3 -3
- package/esm2022/eui-dialog/eui-dialog.component.mjs +10 -10
- package/esm2022/eui-dialog/eui-dialog.module.mjs +4 -4
- package/esm2022/eui-dialog/services/eui-dialog.service.mjs +5 -5
- package/esm2022/eui-dimmer/dimmer.component.mjs +4 -4
- package/esm2022/eui-dimmer/dimmer.module.mjs +4 -4
- package/esm2022/eui-disable-content/eui-disable-content.component.mjs +10 -10
- package/esm2022/eui-discussion-thread/eui-discussion-thread-item.component.mjs +5 -5
- package/esm2022/eui-discussion-thread/eui-discussion-thread.component.mjs +3 -3
- package/esm2022/eui-discussion-thread/eui-discussion-thread.module.mjs +4 -4
- package/esm2022/eui-dropdown/directives/eui-dropdown-content.directive.mjs +3 -3
- package/esm2022/eui-dropdown/dropdown-item/eui-dropdown-item.component.mjs +10 -8
- package/esm2022/eui-dropdown/eui-dropdown.component.mjs +3 -3
- package/esm2022/eui-dropdown/eui-dropdown.module.mjs +8 -8
- package/esm2022/eui-dropdown/eui-dropdown.service.mjs +3 -3
- package/esm2022/eui-feedback-message/eui-feedback-message.component.mjs +3 -3
- package/esm2022/eui-feedback-message/eui-feedback-message.module.mjs +4 -4
- package/esm2022/eui-fieldset/eui-fieldset.component.mjs +9 -9
- package/esm2022/eui-fieldset/eui-fieldset.module.mjs +4 -4
- package/esm2022/eui-file-upload/eui-file-upload.component.mjs +32 -18
- package/esm2022/eui-file-upload/eui-file-upload.module.mjs +6 -17
- package/esm2022/eui-file-upload/file-preview/file-preview.component.mjs +6 -4
- package/esm2022/eui-file-upload/pipes/filesize.pipe.mjs +3 -3
- package/esm2022/eui-file-upload/progress/eui-file-upload-progress.component.mjs +3 -3
- package/esm2022/eui-file-upload/utils/eui-file-upload.utils.mjs +4 -4
- package/esm2022/eui-file-upload/utils/eui-file-upload.validators.mjs +1 -1
- package/esm2022/eui-file-upload/utils/mime-types.mjs +3 -1
- package/esm2022/eui-growl/eui-growl.component.mjs +4 -4
- package/esm2022/eui-growl/eui-growl.module.mjs +4 -4
- package/esm2022/eui-growl/services/eui-growl.service.mjs +3 -3
- package/esm2022/eui-icon/eui-icon-color.component.mjs +3 -3
- package/esm2022/eui-icon/eui-icon-svg.component.mjs +3 -3
- package/esm2022/eui-icon/eui-icon.component.mjs +3 -3
- package/esm2022/eui-icon/eui-icon.module.mjs +4 -4
- package/esm2022/eui-icon-toggle/eui-icon-toggle.component.mjs +3 -3
- package/esm2022/eui-icon-toggle/eui-icon-toggle.module.mjs +4 -4
- package/esm2022/eui-input-checkbox/eui-input-checkbox.component.mjs +4 -4
- package/esm2022/eui-input-checkbox/eui-input-checkbox.module.mjs +4 -4
- package/esm2022/eui-input-group/eui-input-group.component.mjs +4 -4
- package/esm2022/eui-input-group/eui-input-group.module.mjs +4 -4
- package/esm2022/eui-input-number/eui-input-number.component.mjs +4 -4
- package/esm2022/eui-input-number/eui-input-number.module.mjs +4 -4
- package/esm2022/eui-input-number/eui-number-control.directive.mjs +4 -4
- package/esm2022/eui-input-radio/eui-input-radio.component.mjs +9 -11
- package/esm2022/eui-input-radio/eui-input-radio.module.mjs +4 -4
- package/esm2022/eui-input-text/eui-input-text.component.mjs +5 -5
- package/esm2022/eui-input-text/eui-input-text.module.mjs +4 -4
- package/esm2022/eui-label/eui-label.component.mjs +4 -4
- package/esm2022/eui-label/eui-label.module.mjs +4 -4
- package/esm2022/eui-list/eui-list-item/eui-list-item.component.mjs +4 -4
- package/esm2022/eui-list/eui-list.component.mjs +3 -3
- package/esm2022/eui-list/eui-list.module.mjs +4 -4
- package/esm2022/eui-list/services/eui-list.service.mjs +3 -3
- package/esm2022/eui-menu/eui-menu-item.component.mjs +4 -4
- package/esm2022/eui-menu/eui-menu.component.mjs +5 -5
- package/esm2022/eui-menu/eui-menu.module.mjs +4 -4
- package/esm2022/eui-message-box/eui-message-box.component.mjs +9 -7
- package/esm2022/eui-message-box/eui-message-box.module.mjs +4 -4
- package/esm2022/eui-message-box/services/eui-message-box.service.mjs +3 -3
- 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 +38 -0
- package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header.component.mjs +5 -5
- package/esm2022/eui-overlay/eui-overlay.component.mjs +30 -12
- package/esm2022/eui-overlay/index.mjs +2 -1
- package/esm2022/eui-page/components/eui-page-breadcrumb/eui-page-breadcrumb.component.mjs +3 -3
- package/esm2022/eui-page/components/eui-page-column/eui-page-column.component.mjs +21 -21
- package/esm2022/eui-page/components/eui-page-columns/eui-page-columns.component.mjs +3 -3
- package/esm2022/eui-page/components/eui-page-content/eui-page-content.component.mjs +3 -3
- package/esm2022/eui-page/components/eui-page-footer/eui-page-footer.component.mjs +3 -3
- package/esm2022/eui-page/components/eui-page-header/eui-page-header.component.mjs +9 -9
- package/esm2022/eui-page/components/eui-page-hero-header/eui-page-hero-header.component.mjs +3 -3
- package/esm2022/eui-page/components/eui-page-top-content/eui-page-top-content.component.mjs +3 -3
- package/esm2022/eui-page/eui-page.component.mjs +3 -3
- package/esm2022/eui-page/eui-page.module.mjs +4 -4
- package/esm2022/eui-paginator/eui-paginator.component.mjs +10 -8
- package/esm2022/eui-paginator/eui-paginator.module.mjs +4 -4
- package/esm2022/eui-picker/eui-picker.component.mjs +8 -6
- package/esm2022/eui-picker/eui-picker.module.mjs +4 -4
- package/esm2022/eui-picker/modal-picker/eui-modal-picker.component.mjs +5 -5
- package/esm2022/eui-popover/directives/eui-popover-arrow-position.directive.mjs +58 -0
- package/esm2022/eui-popover/eui-popover.component.mjs +25 -19
- package/esm2022/eui-popover/eui-popover.module.mjs +7 -6
- package/esm2022/eui-popover/models/eui-popover-position.model.mjs +18 -0
- package/esm2022/eui-progress-bar/eui-progress-bar.component.mjs +3 -3
- package/esm2022/eui-progress-bar/eui-progress-bar.module.mjs +4 -4
- package/esm2022/eui-progress-circle/eui-progress-circle.component.mjs +7 -7
- package/esm2022/eui-select/eui-select-control.directive.mjs +4 -4
- package/esm2022/eui-select/eui-select-multiple.directive.mjs +10 -5
- package/esm2022/eui-select/eui-select-mutli-option.directive.mjs +4 -4
- package/esm2022/eui-select/eui-select-option.directive.mjs +5 -4
- package/esm2022/eui-select/eui-select.component.mjs +5 -5
- package/esm2022/eui-select/eui-select.module.mjs +4 -4
- package/esm2022/eui-sidebar-menu/eui-sidebar-menu.component.mjs +6 -4
- package/esm2022/eui-sidebar-menu/eui-sidebar-menu.module.mjs +4 -4
- package/esm2022/eui-slide-toggle/eui-slide-toggle.component.mjs +4 -4
- package/esm2022/eui-slide-toggle/eui-slide-toggle.module.mjs +4 -4
- package/esm2022/eui-table/directives/eui-table-sticky-columns.directive.mjs +3 -3
- package/esm2022/eui-table/eui-table.component.mjs +76 -29
- package/esm2022/eui-table/eui-table.module.mjs +4 -4
- package/esm2022/eui-table/expandable-row/eui-table-expandable-row.component.mjs +3 -3
- package/esm2022/eui-table/filter/eui-table-filter.component.mjs +3 -3
- package/esm2022/eui-table/pipes/eui-table-highlight-filter.pipe.mjs +3 -3
- package/esm2022/eui-table/selectable-header/eui-table-selectable-header.component.mjs +3 -3
- package/esm2022/eui-table/selectable-row/eui-table-selectable-row.component.mjs +3 -3
- package/esm2022/eui-table/services/eui-table-selectable-row.service.mjs +3 -3
- package/esm2022/eui-table/services/eui-table-sort.service.mjs +3 -3
- package/esm2022/eui-table/sortable-col/eui-table-sortable-col.component.mjs +4 -4
- package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +3 -3
- package/esm2022/eui-tabs/eui-tab-content/eui-tab-content.component.mjs +3 -3
- package/esm2022/eui-tabs/eui-tab-label/eui-tab-label.component.mjs +6 -6
- package/esm2022/eui-tabs/eui-tabs.component.mjs +7 -7
- package/esm2022/eui-tabs/eui-tabs.module.mjs +4 -4
- 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 +4 -4
- package/esm2022/eui-timebar/eui-timebar-item.model.mjs +3 -1
- package/esm2022/eui-timebar/eui-timebar.component.mjs +9 -9
- package/esm2022/eui-timeline/eui-timeline-item.component.mjs +3 -3
- package/esm2022/eui-timeline/eui-timeline.component.mjs +3 -3
- package/esm2022/eui-timeline/eui-timeline.module.mjs +4 -4
- package/esm2022/eui-timepicker/eui-timepicker.component.mjs +3 -3
- package/esm2022/eui-timepicker/eui-timepicker.module.mjs +11 -11
- package/esm2022/eui-timepicker/models/eui-date-time-picker.config.model.mjs +1 -1
- 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-helper.mjs +1 -1
- package/esm2022/eui-tree/eui-tree.component.mjs +29 -11
- package/esm2022/eui-wizard/eui-wizard-step.component.mjs +3 -3
- package/esm2022/eui-wizard/eui-wizard.component.mjs +16 -14
- package/esm2022/eui-wizard/eui-wizard.module.mjs +4 -4
- package/esm2022/eui-wizard/services/eui-wizard.service.mjs +3 -3
- package/esm2022/externals/charts/chart/chart.component.mjs +3 -3
- package/esm2022/externals/charts/eui-charts.module.mjs +4 -4
- package/esm2022/externals/eui-editor/counters/eui-editor-counters.component.mjs +3 -3
- package/esm2022/externals/eui-editor/directives/eui-editor-maxlength.directive.mjs +3 -3
- package/esm2022/externals/eui-editor/eui-editor.component.mjs +8 -8
- package/esm2022/externals/eui-editor/eui-editor.module.mjs +4 -4
- package/esm2022/externals/eui-editor/html-view/eui-editor-html-view.component.mjs +3 -3
- package/esm2022/externals/eui-editor/image-url-dialog/image-url-dialog.component.mjs +3 -3
- package/esm2022/externals/eui-editor/json-view/eui-editor-json-view.component.mjs +3 -3
- package/esm2022/externals/quill/quill-editor.component.mjs +3 -3
- package/esm2022/externals/quill/quill.module.mjs +4 -4
- package/esm2022/layout/eui-app/eui-app-breadcrumb/breadcrumb.component.mjs +3 -3
- package/esm2022/layout/eui-app/eui-app-breadcrumb/breadcrumb.module.mjs +4 -4
- package/esm2022/layout/eui-app/eui-app-footer/footer.component.mjs +3 -3
- package/esm2022/layout/eui-app/eui-app-footer/footer.module.mjs +4 -4
- package/esm2022/layout/eui-app/eui-app-header/header.component.mjs +3 -3
- package/esm2022/layout/eui-app/eui-app-header/header.module.mjs +4 -4
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-body/sidebar-body.component.mjs +3 -3
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-drawer/sidebar-drawer.component.mjs +3 -3
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +3 -3
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-header/sidebar-header.component.mjs +3 -3
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-header-user-profile/sidebar-header-user-profile.component.mjs +3 -3
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +5 -4
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.component.mjs +4 -4
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.module.mjs +4 -4
- package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.component.mjs +3 -3
- package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.module.mjs +4 -4
- package/esm2022/layout/eui-app/eui-app-top-message/top-message.component.mjs +5 -4
- package/esm2022/layout/eui-app/eui-app-top-message/top-message.module.mjs +4 -4
- package/esm2022/layout/eui-app/eui-app.component.mjs +6 -6
- package/esm2022/layout/eui-app/eui-app.module.mjs +4 -4
- package/esm2022/layout/eui-breadcrumb/breadcrumb.component.mjs +10 -4
- package/esm2022/layout/eui-breadcrumb/breadcrumb.module.mjs +4 -4
- package/esm2022/layout/eui-breadcrumb/breadcrumb.service.mjs +3 -3
- package/esm2022/layout/eui-breadcrumb/collapsed-breadcrumb/collapsed-breadcrumb.component.mjs +8 -8
- package/esm2022/layout/eui-breadcrumb/item/breadcrumb-item.component.mjs +6 -6
- package/esm2022/layout/eui-footer/footer.component.mjs +3 -3
- package/esm2022/layout/eui-footer/footer.module.mjs +4 -4
- package/esm2022/layout/eui-header/header-app/header-app.component.mjs +12 -12
- 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 +7 -11
- 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 +3 -3
- package/esm2022/layout/eui-header/header.component.mjs +3 -3
- package/esm2022/layout/eui-header/header.module.mjs +4 -4
- package/esm2022/layout/eui-language-selector/language-selector.component.mjs +4 -4
- package/esm2022/layout/eui-language-selector/language-selector.module.mjs +4 -4
- package/esm2022/layout/eui-language-selector/modal-selector/modal-selector.component.mjs +3 -3
- package/esm2022/layout/eui-layout.module.mjs +10 -5
- package/esm2022/layout/eui-notifications/eui-notification-item.component.mjs +5 -5
- package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +3 -3
- package/esm2022/layout/eui-notifications/eui-notifications.module.mjs +4 -4
- package/esm2022/layout/eui-notifications-v2/eui-notification-item.component.mjs +57 -0
- package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +244 -0
- package/esm2022/layout/eui-notifications-v2/eui-notifications.module.mjs +25 -0
- package/esm2022/layout/eui-notifications-v2/index.mjs +4 -0
- package/esm2022/layout/eui-search/search.component.mjs +3 -3
- package/esm2022/layout/eui-search/search.module.mjs +4 -4
- package/esm2022/layout/eui-sidebar-toggle/sidebar-toggle.component.mjs +3 -3
- package/esm2022/layout/eui-sidebar-toggle/sidebar-toggle.module.mjs +4 -4
- package/esm2022/layout/eui-toolbar/toolbar-app/toolbar-app.component.mjs +3 -3
- package/esm2022/layout/eui-toolbar/toolbar-center/toolbar-center.component.mjs +3 -3
- package/esm2022/layout/eui-toolbar/toolbar-environment/toolbar-environment.component.mjs +3 -3
- package/esm2022/layout/eui-toolbar/toolbar-item/toolbar-item.component.mjs +3 -3
- package/esm2022/layout/eui-toolbar/toolbar-item-notifications/toolbar-item-notifications.component.mjs +3 -3
- package/esm2022/layout/eui-toolbar/toolbar-item-search/toolbar-item-search.component.mjs +3 -3
- package/esm2022/layout/eui-toolbar/toolbar-item-user-profile/toolbar-item-user-profile.component.mjs +3 -3
- package/esm2022/layout/eui-toolbar/toolbar-items/toolbar-items.component.mjs +3 -3
- package/esm2022/layout/eui-toolbar/toolbar-logo/toolbar-logo.component.mjs +3 -3
- package/esm2022/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.mjs +4 -4
- package/esm2022/layout/eui-toolbar/toolbar.component.mjs +4 -4
- package/esm2022/layout/eui-toolbar/toolbar.module.mjs +4 -4
- package/esm2022/layout/eui-user-profile/user-profile-card/user-profile-card.component.mjs +6 -5
- package/esm2022/layout/eui-user-profile/user-profile-menu/user-profile-menu.component.mjs +3 -3
- package/esm2022/layout/eui-user-profile/user-profile-menu-item/user-profile-menu-item.component.mjs +3 -3
- package/esm2022/layout/eui-user-profile/user-profile.component.mjs +14 -5
- package/esm2022/layout/eui-user-profile/user-profile.module.mjs +4 -4
- package/esm2022/layout/index.mjs +2 -1
- package/esm2022/pipes/eui-is-empty.pipe.mjs +7 -7
- package/esm2022/pipes/eui-truncate.pipe.mjs +7 -7
- package/esm2022/shared/base/base-states.directive.mjs +3 -3
- package/esm2022/shared/base/base.directive.mjs +3 -3
- package/esm2022/shared/base/mixins/index.mjs +1 -1
- package/esm2022/shared/eui-common-header/common-header.component.mjs +7 -7
- package/esm2022/shared/eui-expand-content/eui-expand-content.component.mjs +7 -7
- package/esm2022/shared/input.directive.mjs +4 -4
- package/eui-alert/eui-alert.component.d.ts.map +1 -1
- package/eui-all/eui-all.module.d.ts +19 -20
- package/eui-all/eui-all.module.d.ts.map +1 -1
- package/eui-autocomplete/eui-autocomplete.component.d.ts +12 -3
- package/eui-autocomplete/eui-autocomplete.component.d.ts.map +1 -1
- package/eui-autocomplete/models/eui-autocomplete-item.model.d.ts +1 -0
- package/eui-autocomplete/models/eui-autocomplete-item.model.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-button/eui-button.component.d.ts +1 -1
- package/eui-button/eui-button.component.d.ts.map +1 -1
- package/eui-buttons/eui-buttons.component.d.ts +2 -2
- package/eui-buttons/eui-buttons.component.d.ts.map +1 -1
- package/eui-chip-list/eui-chip-list.component.d.ts.map +1 -1
- package/eui-dashboard-button/eui-dashboard-button.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 +5 -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-dialog/services/eui-dialog.service.d.ts.map +1 -1
- package/eui-dimmer/dimmer.component.d.ts.map +1 -1
- package/eui-disable-content/eui-disable-content.component.d.ts +1 -1
- package/eui-disable-content/eui-disable-content.component.d.ts.map +1 -1
- package/eui-dropdown/dropdown-item/eui-dropdown-item.component.d.ts.map +1 -1
- package/eui-file-upload/eui-file-upload.component.d.ts +8 -5
- package/eui-file-upload/eui-file-upload.component.d.ts.map +1 -1
- package/eui-file-upload/eui-file-upload.module.d.ts +5 -6
- package/eui-file-upload/eui-file-upload.module.d.ts.map +1 -1
- package/eui-file-upload/file-preview/file-preview.component.d.ts.map +1 -1
- package/eui-file-upload/utils/eui-file-upload.validators.d.ts.map +1 -1
- package/eui-file-upload/utils/mime-types.d.ts.map +1 -1
- package/eui-growl/eui-growl.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-input-number/eui-number-control.directive.d.ts.map +1 -1
- package/eui-input-radio/eui-input-radio.component.d.ts +2 -1
- package/eui-input-radio/eui-input-radio.component.d.ts.map +1 -1
- package/eui-input-text/eui-input-text.component.d.ts +1 -1
- package/eui-input-text/eui-input-text.component.d.ts.map +1 -1
- package/eui-label/eui-label.component.d.ts.map +1 -1
- package/eui-list/eui-list-item/eui-list-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.map +1 -1
- package/eui-overlay/components/eui-overlay-body/eui-overlay-body.component.d.ts.map +1 -1
- package/eui-overlay/components/eui-overlay-footer/eui-overlay-footer.component.d.ts.map +1 -1
- package/eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.d.ts +15 -0
- package/eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.d.ts.map +1 -0
- package/eui-overlay/components/eui-overlay-header/eui-overlay-header.component.d.ts +1 -1
- package/eui-overlay/components/eui-overlay-header/eui-overlay-header.component.d.ts.map +1 -1
- package/eui-overlay/eui-overlay.component.d.ts +4 -2
- package/eui-overlay/eui-overlay.component.d.ts.map +1 -1
- package/eui-overlay/index.d.ts +1 -0
- package/eui-overlay/index.d.ts.map +1 -1
- package/eui-paginator/eui-paginator.component.d.ts +3 -1
- package/eui-paginator/eui-paginator.component.d.ts.map +1 -1
- package/eui-picker/eui-picker.component.d.ts.map +1 -1
- package/eui-picker/modal-picker/eui-modal-picker.component.d.ts.map +1 -1
- package/eui-popover/directives/eui-popover-arrow-position.directive.d.ts +18 -0
- package/eui-popover/directives/eui-popover-arrow-position.directive.d.ts.map +1 -0
- package/eui-popover/eui-popover.component.d.ts +7 -5
- package/eui-popover/eui-popover.component.d.ts.map +1 -1
- package/eui-popover/eui-popover.module.d.ts +8 -7
- package/eui-popover/eui-popover.module.d.ts.map +1 -1
- package/eui-popover/models/eui-popover-position.model.d.ts +8 -0
- package/eui-popover/models/eui-popover-position.model.d.ts.map +1 -0
- package/eui-select/eui-select-multiple.directive.d.ts +1 -1
- package/eui-select/eui-select-multiple.directive.d.ts.map +1 -1
- package/eui-select/eui-select-mutli-option.directive.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 +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-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/sortable-col/eui-table-sortable-col.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 +3 -3
- package/eui-textarea/eui-textarea.component.d.ts.map +1 -1
- package/eui-timebar/eui-timebar-item.model.d.ts +2 -2
- package/eui-timebar/eui-timebar-item.model.d.ts.map +1 -1
- package/eui-timebar/eui-timebar.component.d.ts.map +1 -1
- package/eui-timepicker/eui-timepicker.module.d.ts +1 -1
- package/eui-timepicker/eui-timepicker.module.d.ts.map +1 -1
- package/eui-timepicker/models/eui-date-time-picker.config.model.d.ts +1 -10
- package/eui-timepicker/models/eui-date-time-picker.config.model.d.ts.map +1 -1
- package/eui-tree/eui-dropdown-tree.directive.d.ts.map +1 -1
- package/eui-tree/eui-tree-form-control.directive.d.ts.map +1 -1
- package/eui-tree/eui-tree.component.d.ts +4 -1
- package/eui-tree/eui-tree.component.d.ts.map +1 -1
- package/eui-wizard/eui-wizard.component.d.ts.map +1 -1
- package/fesm2022/eui-components-directives.mjs +125 -95
- package/fesm2022/eui-components-directives.mjs.map +1 -1
- package/fesm2022/eui-components-eui-alert.mjs +8 -7
- package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
- package/fesm2022/eui-components-eui-all.mjs +8 -9
- package/fesm2022/eui-components-eui-all.mjs.map +1 -1
- package/fesm2022/eui-components-eui-autocomplete.mjs +35 -18
- 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 +7 -7
- package/fesm2022/eui-components-eui-button-group.mjs +7 -7
- package/fesm2022/eui-components-eui-button.mjs +9 -9
- package/fesm2022/eui-components-eui-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-buttons.mjs +16 -16
- package/fesm2022/eui-components-eui-buttons.mjs.map +1 -1
- package/fesm2022/eui-components-eui-card.mjs +46 -46
- package/fesm2022/eui-components-eui-chip-list.mjs +15 -15
- package/fesm2022/eui-components-eui-chip-list.mjs.map +1 -1
- 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 +8 -7
- package/fesm2022/eui-components-eui-dashboard-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-date-range-selector.mjs +22 -9
- package/fesm2022/eui-components-eui-date-range-selector.mjs.map +1 -1
- package/fesm2022/eui-components-eui-datepicker.mjs +24 -24
- package/fesm2022/eui-components-eui-datepicker.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dialog.mjs +20 -20
- package/fesm2022/eui-components-eui-dialog.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dimmer.mjs +7 -7
- package/fesm2022/eui-components-eui-dimmer.mjs.map +1 -1
- package/fesm2022/eui-components-eui-disable-content.mjs +9 -9
- package/fesm2022/eui-components-eui-disable-content.mjs.map +1 -1
- package/fesm2022/eui-components-eui-discussion-thread.mjs +11 -11
- package/fesm2022/eui-components-eui-discussion-thread.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dropdown.mjs +26 -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-fieldset.mjs +13 -13
- package/fesm2022/eui-components-eui-file-upload.mjs +52 -153
- package/fesm2022/eui-components-eui-file-upload.mjs.map +1 -1
- package/fesm2022/eui-components-eui-growl.mjs +10 -10
- package/fesm2022/eui-components-eui-growl.mjs.map +1 -1
- package/fesm2022/eui-components-eui-icon-toggle.mjs +7 -7
- package/fesm2022/eui-components-eui-icon.mjs +13 -13
- package/fesm2022/eui-components-eui-input-checkbox.mjs +7 -7
- 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 +12 -14
- package/fesm2022/eui-components-eui-input-radio.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-text.mjs +8 -8
- 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 +13 -13
- package/fesm2022/eui-components-eui-list.mjs.map +1 -1
- package/fesm2022/eui-components-eui-menu.mjs +12 -12
- package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
- package/fesm2022/eui-components-eui-message-box.mjs +15 -13
- package/fesm2022/eui-components-eui-message-box.mjs.map +1 -1
- package/fesm2022/eui-components-eui-overlay.mjs +76 -25
- package/fesm2022/eui-components-eui-overlay.mjs.map +1 -1
- package/fesm2022/eui-components-eui-page.mjs +55 -55
- package/fesm2022/eui-components-eui-paginator.mjs +14 -13
- package/fesm2022/eui-components-eui-paginator.mjs.map +1 -1
- package/fesm2022/eui-components-eui-picker.mjs +15 -13
- package/fesm2022/eui-components-eui-picker.mjs.map +1 -1
- package/fesm2022/eui-components-eui-popover.mjs +104 -28
- 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 +27 -21
- package/fesm2022/eui-components-eui-select.mjs.map +1 -1
- package/fesm2022/eui-components-eui-sidebar-menu.mjs +9 -7
- package/fesm2022/eui-components-eui-sidebar-menu.mjs.map +1 -1
- package/fesm2022/eui-components-eui-slide-toggle.mjs +7 -7
- package/fesm2022/eui-components-eui-slide-toggle.mjs.map +1 -1
- package/fesm2022/eui-components-eui-table.mjs +106 -59
- package/fesm2022/eui-components-eui-table.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tabs.mjs +22 -22
- 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 +10 -8
- 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 +13 -12
- package/fesm2022/eui-components-eui-timepicker.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree.mjs +42 -24
- package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
- package/fesm2022/eui-components-eui-wizard.mjs +25 -23
- 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 +27 -27
- package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
- package/fesm2022/eui-components-externals-quill.mjs +7 -7
- package/fesm2022/eui-components-layout.mjs +553 -237
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/fesm2022/eui-components-pipes.mjs +14 -14
- 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 +17 -17
- package/fesm2022/eui-components-shared.mjs.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-sidebar/sidebar.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-breadcrumb/breadcrumb.component.d.ts.map +1 -1
- package/layout/eui-breadcrumb/collapsed-breadcrumb/collapsed-breadcrumb.component.d.ts.map +1 -1
- package/layout/eui-breadcrumb/item/breadcrumb-item.component.d.ts +1 -1
- package/layout/eui-breadcrumb/item/breadcrumb-item.component.d.ts.map +1 -1
- package/layout/eui-header/header-app-name/header-app-name.component.d.ts.map +1 -1
- package/layout/eui-header/header-app-name-logo/header-app-name-logo.component.d.ts +2 -4
- package/layout/eui-header/header-app-name-logo/header-app-name-logo.component.d.ts.map +1 -1
- package/layout/eui-header/header-app-subtitle/header-app-subtitle.component.d.ts.map +1 -1
- package/layout/eui-header/header-environment/header-environment.component.d.ts.map +1 -1
- package/layout/eui-header/header-logo/header-logo.component.d.ts.map +1 -1
- package/layout/eui-layout.module.d.ts +10 -9
- package/layout/eui-layout.module.d.ts.map +1 -1
- package/layout/eui-notifications-v2/eui-notification-item.component.d.ts +21 -0
- package/layout/eui-notifications-v2/eui-notification-item.component.d.ts.map +1 -0
- package/layout/eui-notifications-v2/eui-notifications.component.d.ts +78 -0
- package/layout/eui-notifications-v2/eui-notifications.component.d.ts.map +1 -0
- package/layout/eui-notifications-v2/eui-notifications.module.d.ts +16 -0
- package/layout/eui-notifications-v2/eui-notifications.module.d.ts.map +1 -0
- package/layout/eui-notifications-v2/index.d.ts +4 -0
- package/layout/eui-notifications-v2/index.d.ts.map +1 -0
- package/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.d.ts.map +1 -1
- package/layout/eui-user-profile/user-profile-card/user-profile-card.component.d.ts.map +1 -1
- package/layout/eui-user-profile/user-profile.component.d.ts +5 -2
- package/layout/eui-user-profile/user-profile.component.d.ts.map +1 -1
- package/layout/index.d.ts +1 -0
- package/layout/index.d.ts.map +1 -1
- package/package.json +2 -2
- package/shared/base/mixins/index.d.ts.map +1 -1
- package/shared/input.directive.d.ts.map +1 -1
- package/esm2022/eui-file-upload/uploaded-file/uploaded-file.component.mjs +0 -116
- package/eui-file-upload/uploaded-file/uploaded-file.component.d.ts +0 -51
- package/eui-file-upload/uploaded-file/uploaded-file.component.d.ts.map +0 -1
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ElementRef, OnInit, QueryList, EventEmitter } from '@angular/core';
|
1
|
+
import { ElementRef, OnInit, QueryList, EventEmitter, SimpleChanges } from '@angular/core';
|
2
2
|
import { BooleanInput } from '@angular/cdk/coercion';
|
3
3
|
import { ControlValueAccessor } from '@angular/forms';
|
4
4
|
import { EuiUploadedFile } from './models/uploaded-file.model';
|
@@ -7,14 +7,15 @@ export declare class EuiFileUploadComponent implements ControlValueAccessor, OnI
|
|
7
7
|
e2eAttr: string;
|
8
8
|
progress: number;
|
9
9
|
accept: string;
|
10
|
+
maxFiles: number;
|
10
11
|
drop: EventEmitter<any>;
|
11
|
-
|
12
|
+
itemClick: EventEmitter<any>;
|
12
13
|
files: File[];
|
13
14
|
filesTotalSize: number;
|
14
15
|
randomNumberId: number;
|
15
16
|
uploadedFiles: EuiUploadedFile[];
|
17
|
+
dragEntered: boolean;
|
16
18
|
fileInputs: QueryList<ElementRef<HTMLInputElement>>;
|
17
|
-
itemClick: EventEmitter<any>;
|
18
19
|
get isMultiple(): boolean;
|
19
20
|
set isMultiple(value: BooleanInput);
|
20
21
|
private _isMultiple;
|
@@ -43,8 +44,10 @@ export declare class EuiFileUploadComponent implements ControlValueAccessor, OnI
|
|
43
44
|
set isItemsClickable(value: BooleanInput);
|
44
45
|
private _isItemsClickable;
|
45
46
|
emitFiles(fileList: FileList): void;
|
46
|
-
ngOnInit(): void;
|
47
47
|
get showResetBtn(): boolean;
|
48
|
+
get isDropAreaDisabled(): boolean;
|
49
|
+
ngOnChanges(c: SimpleChanges): void;
|
50
|
+
ngOnInit(): void;
|
48
51
|
onDragEnter(): void;
|
49
52
|
onDragLeave(): void;
|
50
53
|
removeFromList(index: number): void;
|
@@ -58,6 +61,6 @@ export declare class EuiFileUploadComponent implements ControlValueAccessor, OnI
|
|
58
61
|
private onChange;
|
59
62
|
private getTotalSize;
|
60
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiFileUploadComponent, never>;
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiFileUploadComponent, "eui-file-upload", never, { "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "isMultiple": { "alias": "isMultiple"; "required": false; }; "hasProgressBar": { "alias": "hasProgressBar"; "required": false; }; "hasPreview": { "alias": "hasPreview"; "required": false; }; "hasPreviewAsImage": { "alias": "hasPreviewAsImage"; "required": false; }; "hasPreviewAsIcon": { "alias": "hasPreviewAsIcon"; "required": false; }; "hasTotalSizeDisplayed": { "alias": "hasTotalSizeDisplayed"; "required": false; }; "hasResetButton": { "alias": "hasResetButton"; "required": false; }; "hasDragArea": { "alias": "hasDragArea"; "required": false; }; "isItemsClickable": { "alias": "isItemsClickable"; "required": false; }; }, { "drop": "drop"; "itemClick": "itemClick"; }, never, ["*"], false, never>;
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiFileUploadComponent, "eui-file-upload", never, { "e2eAttr": { "alias": "e2eAttr"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "maxFiles": { "alias": "maxFiles"; "required": false; }; "isMultiple": { "alias": "isMultiple"; "required": false; }; "hasProgressBar": { "alias": "hasProgressBar"; "required": false; }; "hasPreview": { "alias": "hasPreview"; "required": false; }; "hasPreviewAsImage": { "alias": "hasPreviewAsImage"; "required": false; }; "hasPreviewAsIcon": { "alias": "hasPreviewAsIcon"; "required": false; }; "hasTotalSizeDisplayed": { "alias": "hasTotalSizeDisplayed"; "required": false; }; "hasResetButton": { "alias": "hasResetButton"; "required": false; }; "hasDragArea": { "alias": "hasDragArea"; "required": false; }; "isItemsClickable": { "alias": "isItemsClickable"; "required": false; }; }, { "drop": "drop"; "itemClick": "itemClick"; }, never, ["*"], false, never>;
|
62
65
|
}
|
63
66
|
//# sourceMappingURL=eui-file-upload.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-file-upload.component.d.ts","sourceRoot":"","sources":["../../eui-file-upload/eui-file-upload.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,UAAU,EAIV,MAAM,EAEN,SAAS,EAET,YAAY,
|
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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"}
|
@@ -3,14 +3,13 @@ import * as i1 from "./eui-file-upload.component";
|
|
3
3
|
import * as i2 from "./progress/eui-file-upload-progress.component";
|
4
4
|
import * as i3 from "./file-preview/file-preview.component";
|
5
5
|
import * as i4 from "./pipes/filesize.pipe";
|
6
|
-
import * as i5 from "
|
7
|
-
import * as i6 from "@
|
8
|
-
import * as i7 from "@eui/components/eui-
|
9
|
-
import * as i8 from "@
|
10
|
-
import * as i9 from "@ngx-translate/core";
|
6
|
+
import * as i5 from "@angular/common";
|
7
|
+
import * as i6 from "@eui/components/eui-button";
|
8
|
+
import * as i7 from "@eui/components/eui-icon";
|
9
|
+
import * as i8 from "@ngx-translate/core";
|
11
10
|
export declare class EuiFileUploadModule {
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiFileUploadModule, never>;
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiFileUploadModule, [typeof i1.EuiFileUploadComponent, typeof i2.EuiFileUploadProgressComponent, typeof i3.EuiFilePreviewComponent, typeof i4.EuiFileSizePipe
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiFileUploadModule, [typeof i1.EuiFileUploadComponent, typeof i2.EuiFileUploadProgressComponent, typeof i3.EuiFilePreviewComponent, typeof i4.EuiFileSizePipe], [typeof i5.CommonModule, typeof i6.EuiButtonModule, typeof i7.EuiIconModule, typeof i8.TranslateModule], [typeof i1.EuiFileUploadComponent]>;
|
14
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuiFileUploadModule>;
|
15
14
|
}
|
16
15
|
//# sourceMappingURL=eui-file-upload.module.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-file-upload.module.d.ts","sourceRoot":"","sources":["../../eui-file-upload/eui-file-upload.module.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"eui-file-upload.module.d.ts","sourceRoot":"","sources":["../../eui-file-upload/eui-file-upload.module.ts"],"names":[],"mappings":";;;;;;;;;AAaA,qBAMa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
|
@@ -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,EACf,MAAM,eAAe,CAAC;AACvB,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;;AAEhE,qBAMa,uBAAwB,YAAW,MAAM;IA+FtC,OAAO,CAAC,EAAE;IA9Fb,IAAI,EAAE,IAAI,GAAG,eAAe,GAAG,GAAG,CAAC;IACnC,KAAK,EAAE,MAAM,CAAC;IAEd,mBAAmB;;;;;;;;;;;;;;;;;;;;;;MAsB1B;IAEQ,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;IAEf,SAAS,oBAAoD;IAEvE,IACI,UAAU,IAAI,OAAO,CAExB;IACD,IAAI,UAAU,CAAC,KAAK,EAAE,YAAY,EAEjC;IACD,OAAO,CAAC,WAAW,CAAQ;IAC3B,IACI,mBAAmB,IAAI,OAAO,CAEjC;IACD,IAAI,mBAAmB,CAAC,KAAK,EAAE,YAAY,EAE1C;IACD,OAAO,CAAC,oBAAoB,CAAQ;IACpC,IACI,mBAAmB,IAAI,OAAO,CAEjC;IACD,IAAI,mBAAmB,CAAC,KAAK,EAAE,YAAY,EAE1C;IACD,OAAO,CAAC,oBAAoB,CAAQ;IACpC,IACI,mBAAmB,IAAI,OAAO,CAEjC;IACD,IAAI,mBAAmB,CAAC,KAAK,EAAE,YAAY,EAE1C;IACD,OAAO,CAAC,oBAAoB,CAAQ;IACpC,IACI,iBAAiB,IAAI,OAAO,CAE/B;IACD,IAAI,iBAAiB,CAAC,KAAK,EAAE,YAAY,EAExC;IACD,OAAO,CAAC,kBAAkB,CAAQ;IAClC,IACI,gBAAgB,IAAI,OAAO,CAE9B;IACD,IAAI,gBAAgB,CAAC,KAAK,EAAE,YAAY,EAEvC;IACD,OAAO,CAAC,iBAAiB,CAAS;IAClC,IACI,gBAAgB,IAAI,OAAO,CAE9B;IACD,IAAI,gBAAgB,CAAC,KAAK,EAAE,YAAY,EAEvC;IACD,OAAO,CAAC,iBAAiB,CAAS;gBAEd,EAAE,EAAE,iBAAiB;IAEzC,QAAQ,IAAI,IAAI;
|
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,EACf,MAAM,eAAe,CAAC;AACvB,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;;AAEhE,qBAMa,uBAAwB,YAAW,MAAM;IA+FtC,OAAO,CAAC,EAAE;IA9Fb,IAAI,EAAE,IAAI,GAAG,eAAe,GAAG,GAAG,CAAC;IACnC,KAAK,EAAE,MAAM,CAAC;IAEd,mBAAmB;;;;;;;;;;;;;;;;;;;;;;MAsB1B;IAEQ,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;IAEf,SAAS,oBAAoD;IAEvE,IACI,UAAU,IAAI,OAAO,CAExB;IACD,IAAI,UAAU,CAAC,KAAK,EAAE,YAAY,EAEjC;IACD,OAAO,CAAC,WAAW,CAAQ;IAC3B,IACI,mBAAmB,IAAI,OAAO,CAEjC;IACD,IAAI,mBAAmB,CAAC,KAAK,EAAE,YAAY,EAE1C;IACD,OAAO,CAAC,oBAAoB,CAAQ;IACpC,IACI,mBAAmB,IAAI,OAAO,CAEjC;IACD,IAAI,mBAAmB,CAAC,KAAK,EAAE,YAAY,EAE1C;IACD,OAAO,CAAC,oBAAoB,CAAQ;IACpC,IACI,mBAAmB,IAAI,OAAO,CAEjC;IACD,IAAI,mBAAmB,CAAC,KAAK,EAAE,YAAY,EAE1C;IACD,OAAO,CAAC,oBAAoB,CAAQ;IACpC,IACI,iBAAiB,IAAI,OAAO,CAE/B;IACD,IAAI,iBAAiB,CAAC,KAAK,EAAE,YAAY,EAExC;IACD,OAAO,CAAC,kBAAkB,CAAQ;IAClC,IACI,gBAAgB,IAAI,OAAO,CAE9B;IACD,IAAI,gBAAgB,CAAC,KAAK,EAAE,YAAY,EAEvC;IACD,OAAO,CAAC,iBAAiB,CAAS;IAClC,IACI,gBAAgB,IAAI,OAAO,CAE9B;IACD,IAAI,gBAAgB,CAAC,KAAK,EAAE,YAAY,EAEvC;IACD,OAAO,CAAC,iBAAiB,CAAS;gBAEd,EAAE,EAAE,iBAAiB;IAEzC,QAAQ,IAAI,IAAI;IAkCT,gBAAgB,IAAI,IAAI;IAIxB,WAAW,CAAC,CAAC,EAAE,KAAK,GAAG,IAAI;IAKlC,OAAO,CAAC,gBAAgB;IAMxB,OAAO,CAAC,iBAAiB;IAQzB,OAAO,CAAC,cAAc;yCA1Jb,uBAAuB;2CAAvB,uBAAuB;CA8JnC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-file-upload.validators.d.ts","sourceRoot":"","sources":["../../../eui-file-upload/utils/eui-file-upload.validators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,gBAAgB,EAAoB,WAAW,EAAE,MAAM,gBAAgB,CAAC;
|
1
|
+
{"version":3,"file":"eui-file-upload.validators.d.ts","sourceRoot":"","sources":["../../../eui-file-upload/utils/eui-file-upload.validators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,gBAAgB,EAAoB,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIlG,OAAO,EAAe,QAAQ,EAAE,MAAM,cAAc,CAAC;AAErD;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,iBAAiB,aACf,MAAM,KAAG,WAEsD,CAAC;AAE/E;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,gBAAgB,YACf,MAAM,KAAG,WAUlB,CAAC;AACN;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,0BAA0B,cACvB,MAAM,EAAE,KAAG,WAYtB,CAAC;AAEN;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,+BAA+B,cAC5B,QAAQ,EAAE,KAAG,gBAkBxB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"mime-types.d.ts","sourceRoot":"","sources":["../../../eui-file-upload/utils/mime-types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GACd,YAAY,GACZ,WAAW,GACX,WAAW,GACX,YAAY,GACZ,YAAY,GACZ,aAAa,GACb,mBAAmB,GACnB,mBAAmB,GACnB,YAAY,GACZ,WAAW,GACX,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,GAC3B,wBAAwB,GACxB,sBAAsB,GACtB,yBAAyB,GACzB,yCAAyC,GACzC,gDAAgD,GAChD,iDAAiD,GACjD,yEAAyE,GACzE,2EAA2E,GAC3E,mEAAmE,GACnE,iBAAiB,GACjB,kBAAkB,GAClB,mBAAmB,GACnB,8BAA8B,GAC9B,kBAAkB,GAClB,qBAAqB,GACrB,6BAA6B,GAC7B,+BAA+B,GAC/B,WAAW,GACX,YAAY,GACZ,kBAAkB,GAClB,YAAY,GACZ,iBAAiB,GACjB,eAAe,GACf,gBAAgB,GAChB,aAAa,GACb,gBAAgB,GAChB,gBAAgB,GAChB,wBAAwB,GACxB,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,WAAW,GACX,YAAY,GACZ,WAAW,GACX,WAAW,GACX,iBAAiB,GACjB,cAAc,GACd,WAAW,GACX,eAAe,GACf,WAAW,GACX,iBAAiB,GACjB,mBAAmB,GACnB,0BAA0B,GAC1B,+BAA+B,GAC/B,iBAAiB,GACjB,kBAAkB,GAClB,WAAW,GACX,YAAY,GACZ,+BAA+B,GAC/B,UAAU,GACV,UAAU,GACV,cAAc,GACd,aAAa,GACb,wBAAwB,GACxB,iBAAiB,GACjB,kBAAkB,GAClB,uBAAuB,GACvB,gCAAgC,GAChC,uCAAuC,GACvC,mCAAmC,GACnC,mBAAmB,GACnB,4BAA4B,GAC5B,mBAAmB,GACnB,wBAAwB,GACxB,oBAAoB,GACpB,mBAAmB,GACnB,mBAAmB,GACnB,4BAA4B,GAC5B,iBAAiB,GACjB,YAAY,GACZ,uBAAuB,GACvB,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,YAAY,GACZ,iBAAiB,GACjB,gCAAgC,GAChC,YAAY,GACZ,qBAAqB,GACrB,YAAY,GACZ,qBAAqB,GACrB,WAAW,GACX,mBAAmB,GACnB,kBAAkB,GAClB,eAAe,GACf,YAAY,GACZ,mBAAmB,GACnB,8BAA8B,GAC9B,aAAa,GACb,wBAAwB,GACxB,aAAa,GACb,YAAY,GACZ,qBAAqB,GACrB,kBAAkB,GAClB,mBAAmB,GACnB,mBAAmB,GACnB,uBAAuB,GACvB,sBAAsB,GACtB,aAAa,GACb,aAAa,GACb,0BAA0B,GAC1B,WAAW,GACX,YAAY,GACZ,aAAa,GACb,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,8BAA8B,GAC9B,YAAY,GACZ,8BAA8B,GAC9B,2BAA2B,GAC3B,oBAAoB,GACpB,WAAW,GACX,6BAA6B,GAC7B,WAAW,GACX,WAAW,GACX,kBAAkB,GAClB,WAAW,GACX,4BAA4B,GAC5B,eAAe,GACf,uBAAuB,GACvB,qBAAqB,GACrB,mBAAmB,GACnB,oBAAoB,GACpB,8BAA8B,GAC9B,kBAAkB,GAClB,4BAA4B,CAAC;AAEnC,eAAO,MAAM,WAAW,WAAY,UAAU,KAAG,
|
1
|
+
{"version":3,"file":"mime-types.d.ts","sourceRoot":"","sources":["../../../eui-file-upload/utils/mime-types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GACd,YAAY,GACZ,WAAW,GACX,WAAW,GACX,YAAY,GACZ,YAAY,GACZ,aAAa,GACb,mBAAmB,GACnB,mBAAmB,GACnB,YAAY,GACZ,WAAW,GACX,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,GAC3B,wBAAwB,GACxB,sBAAsB,GACtB,yBAAyB,GACzB,yCAAyC,GACzC,gDAAgD,GAChD,iDAAiD,GACjD,yEAAyE,GACzE,2EAA2E,GAC3E,mEAAmE,GACnE,iBAAiB,GACjB,kBAAkB,GAClB,mBAAmB,GACnB,8BAA8B,GAC9B,kBAAkB,GAClB,qBAAqB,GACrB,6BAA6B,GAC7B,+BAA+B,GAC/B,WAAW,GACX,YAAY,GACZ,kBAAkB,GAClB,YAAY,GACZ,iBAAiB,GACjB,eAAe,GACf,gBAAgB,GAChB,aAAa,GACb,gBAAgB,GAChB,gBAAgB,GAChB,wBAAwB,GACxB,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,WAAW,GACX,YAAY,GACZ,WAAW,GACX,WAAW,GACX,iBAAiB,GACjB,cAAc,GACd,WAAW,GACX,eAAe,GACf,WAAW,GACX,iBAAiB,GACjB,mBAAmB,GACnB,0BAA0B,GAC1B,+BAA+B,GAC/B,iBAAiB,GACjB,kBAAkB,GAClB,WAAW,GACX,YAAY,GACZ,+BAA+B,GAC/B,UAAU,GACV,UAAU,GACV,cAAc,GACd,aAAa,GACb,wBAAwB,GACxB,iBAAiB,GACjB,kBAAkB,GAClB,uBAAuB,GACvB,gCAAgC,GAChC,uCAAuC,GACvC,mCAAmC,GACnC,mBAAmB,GACnB,4BAA4B,GAC5B,mBAAmB,GACnB,wBAAwB,GACxB,oBAAoB,GACpB,mBAAmB,GACnB,mBAAmB,GACnB,4BAA4B,GAC5B,iBAAiB,GACjB,YAAY,GACZ,uBAAuB,GACvB,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,YAAY,GACZ,iBAAiB,GACjB,gCAAgC,GAChC,YAAY,GACZ,qBAAqB,GACrB,YAAY,GACZ,qBAAqB,GACrB,WAAW,GACX,mBAAmB,GACnB,kBAAkB,GAClB,eAAe,GACf,YAAY,GACZ,mBAAmB,GACnB,8BAA8B,GAC9B,aAAa,GACb,wBAAwB,GACxB,aAAa,GACb,YAAY,GACZ,qBAAqB,GACrB,kBAAkB,GAClB,mBAAmB,GACnB,mBAAmB,GACnB,uBAAuB,GACvB,sBAAsB,GACtB,aAAa,GACb,aAAa,GACb,0BAA0B,GAC1B,WAAW,GACX,YAAY,GACZ,aAAa,GACb,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,8BAA8B,GAC9B,YAAY,GACZ,8BAA8B,GAC9B,2BAA2B,GAC3B,oBAAoB,GACpB,WAAW,GACX,6BAA6B,GAC7B,WAAW,GACX,WAAW,GACX,kBAAkB,GAClB,WAAW,GACX,4BAA4B,GAC5B,eAAe,GACf,uBAAuB,GACvB,qBAAqB,GACrB,mBAAmB,GACnB,oBAAoB,GACpB,8BAA8B,GAC9B,kBAAkB,GAClB,4BAA4B,CAAC;AAEnC,eAAO,MAAM,WAAW,WAAY,UAAU,KAAG,QA+GhD,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-growl.component.d.ts","sourceRoot":"","sources":["../../eui-growl/eui-growl.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAEH,OAAO,EACP,UAAU,EACV,YAAY,EAEZ,cAAc,EACd,eAAe,EACf,SAAS,EAIZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;;AACnE,qBAOa,iBAAkB,YAAW,OAAO,EAAE,SAAS;
|
1
|
+
{"version":3,"file":"eui-growl.component.d.ts","sourceRoot":"","sources":["../../eui-growl/eui-growl.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAEH,OAAO,EACP,UAAU,EACV,YAAY,EAEZ,cAAc,EACd,eAAe,EACf,SAAS,EAIZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;;AACnE,qBAOa,iBAAkB,YAAW,OAAO,EAAE,SAAS;IA+B7C,EAAE,EAAE,UAAU;IA9BzB,IACI,MAAM,IAAI,OAAO,CAEpB;IACD,IAAI,MAAM,CAAC,KAAK,EAAE,YAAY,EAE7B;IACQ,IAAI,SAAQ;IACZ,KAAK,EAAE,eAAe,EAAE,CAAM;IAC9B,KAAK,EAAE,GAAG,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,SAAe;IACrB,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IACtD,cAAc,UAAS;IAER,kBAAkB,EAAE,UAAU,CAAC,cAAc,CAAC,CAAC;IAEvE,uDAAuD;IACvD,MAAM,EAAE,cAAc,CAAC,eAAe,CAAC,CAAC;IAExC,uDAAuD;IACvD,MAAM,EAAE,MAAM,CAAC;IACf,uDAAuD;IACvD,sBAAsB,EAAE,OAAO,CAAC;IAChC,uDAAuD;IACvD,OAAO,EAAE,GAAG,CAAC;IACb,OAAO,CAAC,OAAO,CAAS;gBAGb,EAAE,EAAE,UAAU,EACrB,OAAO,EAAE,eAAe;IAK5B,SAAS,IAAI,IAAI;IAWjB;;OAEG;IACH,MAAM,CAAC,GAAG,EAAE,eAAe,GAAG,IAAI;IAclC;;OAEG;IACH,SAAS,IAAI,IAAI;IAMjB,WAAW,IAAI,IAAI;IAOnB,OAAO,IAAI,IAAI;IAIf;;OAEG;IACH,kBAAkB,IAAI,OAAO;IAI7B;;;;OAIG;IACH,OAAO,CAAC,oBAAoB;IAQ5B;;;;OAIG;IACH,OAAO,CAAC,gBAAgB;yCA9Gf,iBAAiB;2CAAjB,iBAAiB;CAiH7B"}
|
@@ -20,7 +20,7 @@ export declare class EuiInputCheckboxComponent extends InputDirective implements
|
|
20
20
|
*/
|
21
21
|
get indeterminate(): boolean;
|
22
22
|
set indeterminate(value: BooleanInput);
|
23
|
-
get isInvalid():
|
23
|
+
get isInvalid(): boolean;
|
24
24
|
set isInvalid(state: any);
|
25
25
|
protected _isInvalid: boolean;
|
26
26
|
styleClass: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-input-checkbox.component.d.ts","sourceRoot":"","sources":["../../eui-input-checkbox/eui-input-checkbox.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,OAAO,EACP,UAAU,EAGV,SAAS,EAET,SAAS,EAET,aAAa,EACb,MAAM,EAEN,iBAAiB,EAGjB,QAAQ,EACR,gBAAgB,EAEhB,YAAY,EACf,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAE5E,qBAOa,yBAA0B,SAAQ,cAAe,YAAW,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,oBAAoB;IAsE7F,SAAS,CAAC,SAAS,EAAE,SAAS;IAClD,SAAS,CAAC,WAAW,EAAE,UAAU,CAAC,gBAAgB,CAAC;IACnD,SAAS,CAAC,SAAS,EAAE,SAAS;IAC9B,OAAO,CAAC,GAAG;IACX,OAAO,CAAC,gBAAgB;IAzE5B,IACW,UAAU,IAAI,GAAG,CAE3B;IACD,qEAAqE;IAC3D,QAAQ,CAAC,mBAAmB,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAE5F;;;;;OAKG;IACH,IACI,aAAa,IAAI,OAAO,CAE3B;IACD,IAAI,aAAa,CAAC,KAAK,EAAE,YAAY,EAUpC;IAED,IACW,SAAS,
|
1
|
+
{"version":3,"file":"eui-input-checkbox.component.d.ts","sourceRoot":"","sources":["../../eui-input-checkbox/eui-input-checkbox.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,OAAO,EACP,UAAU,EAGV,SAAS,EAET,SAAS,EAET,aAAa,EACb,MAAM,EAEN,iBAAiB,EAGjB,QAAQ,EACR,gBAAgB,EAEhB,YAAY,EACf,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAE5E,qBAOa,yBAA0B,SAAQ,cAAe,YAAW,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,oBAAoB;IAsE7F,SAAS,CAAC,SAAS,EAAE,SAAS;IAClD,SAAS,CAAC,WAAW,EAAE,UAAU,CAAC,gBAAgB,CAAC;IACnD,SAAS,CAAC,SAAS,EAAE,SAAS;IAC9B,OAAO,CAAC,GAAG;IACX,OAAO,CAAC,gBAAgB;IAzE5B,IACW,UAAU,IAAI,GAAG,CAE3B;IACD,qEAAqE;IAC3D,QAAQ,CAAC,mBAAmB,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAE5F;;;;;OAKG;IACH,IACI,aAAa,IAAI,OAAO,CAE3B;IACD,IAAI,aAAa,CAAC,KAAK,EAAE,YAAY,EAUpC;IAED,IACW,SAAS,IAAI,OAAO,CAE9B;IAED,IAAW,SAAS,CAAC,KAAK,EAAE,GAAG,EAE9B;IAED,SAAS,CAAC,UAAU,EAAE,OAAO,CAAC;IAErB,UAAU,EAAE,MAAM,CAAC;IACF,SAAS,CAAC,IAAI,SAAc;IAEtD,IAEW,OAAO,IAAI,OAAO,CAE5B;IAED,IAAW,OAAO,CAAC,KAAK,EAAE,YAAY,EAErC;IAED,SAAS,CAAC,QAAQ,EAAE,OAAO,CAAC;IAE5B,IAEW,EAAE,IAAI,MAAM,CAEtB;IAED,IAAW,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,EAEjC;IAED,SAAS,CAAC,GAAG,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,cAAc,CAAS;gBAGG,SAAS,EAAE,SAAS,EACxC,WAAW,EAAE,UAAU,CAAC,gBAAgB,CAAC,EACzC,SAAS,EAAE,SAAS,EACtB,GAAG,EAAE,iBAAiB,EACtB,gBAAgB,EAAE,gBAAgB,EAC1C,QAAQ,EAAE,QAAQ;IAetB,QAAQ,IAAI,IAAI;IAahB,SAAS,IAAI,IAAI;IAMjB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAmBzC,UAAU,CAAC,GAAG,EAAE,OAAO,GAAG,IAAI;IAK9B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,gBAAgB,CAAC,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAK5C,SAAS,CAAC,SAAS,CAAC,OAAO,KAAA,GAAG,IAAI;IAKlC,SAAS,CAAC,cAAc,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI;IAQpD,SAAS,CAAC,QAAQ,cAAQ,IAAI,CAE5B;IAGF,SAAS,CAAC,MAAM,cAAQ,IAAI,CAE1B;IAEF,SAAS,CAAC,UAAU,CAAC,KAAK,CAAC,EAAE,GAAG,GAAG,IAAI;IAKvC;;;;;;;OAOG;IACH,OAAO,CAAC,kBAAkB;yCArLjB,yBAAyB;2CAAzB,yBAAyB;CA0LrC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-number-control.directive.d.ts","sourceRoot":"","sources":["../../eui-input-number/eui-number-control.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAc,MAAM,EAAY,MAAM,eAAe,CAAC;AACpF,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAAkB,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;;AAGvF,qBAUa,uBAAwB,YAAW,oBAAoB,EAAE,MAAM;
|
1
|
+
{"version":3,"file":"eui-number-control.directive.d.ts","sourceRoot":"","sources":["../../eui-input-number/eui-number-control.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAc,MAAM,EAAY,MAAM,eAAe,CAAC;AACpF,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAAkB,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;;AAGvF,qBAUa,uBAAwB,YAAW,oBAAoB,EAAE,MAAM;IAMpE,OAAO,CAAC,UAAU;IACN,OAAO,CAAC,kBAAkB;IAN1C,+BAA+B;IAC/B,OAAO,CAAC,KAAK,CAAS;IACtB,OAAO,CAAC,QAAQ,CAAmB;gBAGvB,UAAU,EAAE,UAAU,EACV,kBAAkB,EAAE,uBAAuB;IAGnE,QAAQ,IAAI,IAAI;IAIhB,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,IAAI;IAsB1B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAO/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI3C,OAAO,CAAC,SAAS;IAIjB,OAAO,CAAC,YAAY;yCAvDX,uBAAuB;2CAAvB,uBAAuB;CAgEnC"}
|
@@ -2,6 +2,7 @@ import { DoCheck, ElementRef, OnChanges, Renderer2, SimpleChanges, OnInit, Chang
|
|
2
2
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
3
3
|
import { InputDirective } from '@eui/components/shared';
|
4
4
|
import { BooleanInput } from '@angular/cdk/coercion';
|
5
|
+
import { ChangeEvent } from 'cleave.js/react/props';
|
5
6
|
import * as i0 from "@angular/core";
|
6
7
|
export declare class EuiInputRadioComponent extends InputDirective implements OnInit, DoCheck, OnChanges, ControlValueAccessor {
|
7
8
|
protected ngControl: NgControl;
|
@@ -30,7 +31,7 @@ export declare class EuiInputRadioComponent extends InputDirective implements On
|
|
30
31
|
registerOnChange(fn: any): void;
|
31
32
|
registerOnTouched(fn: any): void;
|
32
33
|
setDisabledState?(isDisabled: boolean): void;
|
33
|
-
protected onCheckedChanged(
|
34
|
+
protected onCheckedChanged(event: ChangeEvent<any>): void;
|
34
35
|
protected onSpacePressed(event: KeyboardEvent): void;
|
35
36
|
protected setInvalid(state: any): void;
|
36
37
|
protected onChange: (_: any) => void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-input-radio.component.d.ts","sourceRoot":"","sources":["../../eui-input-radio/eui-input-radio.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,OAAO,EACP,UAAU,EAGV,SAAS,EAET,SAAS,EAET,aAAa,EACb,MAAM,EACN,iBAAiB,EAIjB,QAAQ,EACR,gBAAgB,EACnB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;;
|
1
|
+
{"version":3,"file":"eui-input-radio.component.d.ts","sourceRoot":"","sources":["../../eui-input-radio/eui-input-radio.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,OAAO,EACP,UAAU,EAGV,SAAS,EAET,SAAS,EAET,aAAa,EACb,MAAM,EACN,iBAAiB,EAIjB,QAAQ,EACR,gBAAgB,EACnB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;;AAEpD,qBAOa,sBAAuB,SAAQ,cAAe,YAAW,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,oBAAoB;IA+C1F,SAAS,CAAC,SAAS,EAAE,SAAS;IAClD,OAAO,CAAC,gBAAgB;IACxB,SAAS,CAAC,WAAW,EAAE,UAAU,CAAC,gBAAgB,CAAC;IACnD,SAAS,CAAC,SAAS,EAAE,SAAS;IAC9B,OAAO,CAAC,GAAG;IAlDf,IACW,SAAS,IAAI,OAAO,CAE9B;IACD,IAAW,SAAS,CAAC,KAAK,EAAE,YAAY,EAEvC;IACD,SAAS,CAAC,UAAU,EAAE,OAAO,CAAC;IAE9B,IAEW,KAAK,CAAC,QAAQ,EAAE,MAAM,EAEhC;IACD,IAAW,KAAK,IAAI,MAAM,CAEzB;IACyB,SAAS,CAAC,IAAI,SAAW;IAEnD,IAEW,cAAc,IAAI,OAAO,CAEnC;IACD,IAAW,cAAc,CAAC,KAAK,EAAE,YAAY,EAE5C;IACD,SAAS,CAAC,eAAe,EAAE,OAAO,CAAC;IAEnC,IAAW,QAAQ,IAAI,OAAO,CAE7B;IAED,IACI,KAAK,IAAI,GAAG,CAEf;IACD,IAAI,KAAK,CAAC,KAAK,EAHF,GAGE,EAKd;IACD,OAAO,CAAC,MAAM,CAAC;gBAGmB,SAAS,EAAE,SAAS,EAC1C,gBAAgB,EAAE,gBAAgB,EAChC,WAAW,EAAE,UAAU,CAAC,gBAAgB,CAAC,EACzC,SAAS,EAAE,SAAS,EACtB,GAAG,EAAE,iBAAiB,EAC9B,QAAQ,EAAE,QAAQ;IAkBtB,QAAQ,IAAI,IAAI;IAoBhB,SAAS,IAAI,IAAI;IAMjB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAoBzC,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAK7B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,gBAAgB,CAAC,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAK5C,SAAS,CAAC,gBAAgB,CAAC,KAAK,EAAE,WAAW,CAAC,GAAG,CAAC,GAAG,IAAI;IAMzD,SAAS,CAAC,cAAc,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI;IAOpD,SAAS,CAAC,UAAU,CAAC,KAAK,KAAA,GAAG,IAAI;IASjC,SAAS,CAAC,QAAQ,cAAQ,IAAI,CAE5B;IAGF,SAAS,CAAC,SAAS,cAAQ,IAAI,CAE7B;yCAnKO,sBAAsB;2CAAtB,sBAAsB;CAoKlC"}
|
@@ -10,7 +10,7 @@ export declare class EuiInputTextComponent extends InputDirective implements OnI
|
|
10
10
|
protected _renderer: Renderer2;
|
11
11
|
set class(cssClass: string);
|
12
12
|
get class(): string;
|
13
|
-
get isInvalid():
|
13
|
+
get isInvalid(): boolean;
|
14
14
|
set isInvalid(state: BooleanInput);
|
15
15
|
protected _isInvalid: boolean;
|
16
16
|
constructor(control: NgControl, _elementRef: ElementRef, _renderer: Renderer2, injector: Injector);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-input-text.component.d.ts","sourceRoot":"","sources":["../../eui-input-text/eui-input-text.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,OAAO,EACP,UAAU,EAGV,QAAQ,EAER,SAAS,EACT,MAAM,EAEN,SAAS,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;;;AAG5E,qBAiBa,qBAAsB,SAAQ,cAAe,YAAW,MAAM,EAAE,SAAS,EAAE,OAAO;IAoBnE,SAAS,CAAC,OAAO,EAAE,SAAS;IAChD,SAAS,CAAC,WAAW,EAAE,UAAU;IACjC,SAAS,CAAC,SAAS,EAAE,SAAS;IArBlC,IAEW,KAAK,CAAC,QAAQ,EAAE,MAAM,EAEhC;IACD,IAAW,KAAK,IAAI,MAAM,CAEzB;IAED,IACW,SAAS,
|
1
|
+
{"version":3,"file":"eui-input-text.component.d.ts","sourceRoot":"","sources":["../../eui-input-text/eui-input-text.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,OAAO,EACP,UAAU,EAGV,QAAQ,EAER,SAAS,EACT,MAAM,EAEN,SAAS,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;;;AAG5E,qBAiBa,qBAAsB,SAAQ,cAAe,YAAW,MAAM,EAAE,SAAS,EAAE,OAAO;IAoBnE,SAAS,CAAC,OAAO,EAAE,SAAS;IAChD,SAAS,CAAC,WAAW,EAAE,UAAU;IACjC,SAAS,CAAC,SAAS,EAAE,SAAS;IArBlC,IAEW,KAAK,CAAC,QAAQ,EAAE,MAAM,EAEhC;IACD,IAAW,KAAK,IAAI,MAAM,CAEzB;IAED,IACW,SAAS,IAAI,OAAO,CAE9B;IACD,IAAW,SAAS,CAAC,KAAK,EAAE,YAAY,EAEvC;IACD,SAAS,CAAC,UAAU,EAAE,OAAO,CAAC;gBAGI,OAAO,EAAE,SAAS,EACtC,WAAW,EAAE,UAAU,EACvB,SAAS,EAAE,SAAS,EAC9B,QAAQ,EAAE,QAAQ;IAKtB,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAInB,SAAS,IAAI,IAAI;IAMjB,SAAS,CAAC,UAAU,CAAC,KAAK,CAAC,EAAE,YAAY,GAAG,IAAI;yCA3CvC,qBAAqB;2CAArB,qBAAqB;CAkDjC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-label.component.d.ts","sourceRoot":"","sources":["../../eui-label/eui-label.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAE5E,qBAQa,iBAAkB,SAAQ,aAAa;IAChD,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,IACI,WAAW,IAAI,OAAO,CAEzB;IACD,IAAI,WAAW,CAAC,QAAQ,EAAE,YAAY,EAErC;IACD,OAAO,CAAC,SAAS,CAAU;IAE3B,IACI,WAAW,IAAI,OAAO,CAEzB;IACD,IAAI,WAAW,CAAC,QAAQ,EAAE,YAAY,EAErC;IACD,OAAO,CAAC,SAAS,CAAU;IAE3B,IACI,WAAW,IAAI,OAAO,CAEzB;IACD,IAAI,WAAW,CAAC,KAAK,EAAE,YAAY,EAElC;IACD,OAAO,CAAC,YAAY,CAAS;;IAM7B,aAAa;
|
1
|
+
{"version":3,"file":"eui-label.component.d.ts","sourceRoot":"","sources":["../../eui-label/eui-label.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAE5E,qBAQa,iBAAkB,SAAQ,aAAa;IAChD,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,IACI,WAAW,IAAI,OAAO,CAEzB;IACD,IAAI,WAAW,CAAC,QAAQ,EAAE,YAAY,EAErC;IACD,OAAO,CAAC,SAAS,CAAU;IAE3B,IACI,WAAW,IAAI,OAAO,CAEzB;IACD,IAAI,WAAW,CAAC,QAAQ,EAAE,YAAY,EAErC;IACD,OAAO,CAAC,SAAS,CAAU;IAE3B,IACI,WAAW,IAAI,OAAO,CAEzB;IACD,IAAI,WAAW,CAAC,KAAK,EAAE,YAAY,EAElC;IACD,OAAO,CAAC,YAAY,CAAS;;IAM7B,aAAa,IAAI,MAAM;yCArCd,iBAAiB;2CAAjB,iBAAiB;CA+C7B"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-list-item.component.d.ts","sourceRoot":"","sources":["../../../eui-list/eui-list-item/eui-list-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAOH,SAAS,EAET,MAAM,EACN,UAAU,EACb,MAAM,eAAe,CAAC;AACvB,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEnE,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACjF,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;;AAE9D,qBAOa,oBAAqB,SAAQ,aAAc,YAAW,MAAM,EAAE,eAAe,EAAE,aAAa;
|
1
|
+
{"version":3,"file":"eui-list-item.component.d.ts","sourceRoot":"","sources":["../../../eui-list/eui-list-item/eui-list-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAOH,SAAS,EAET,MAAM,EACN,UAAU,EACb,MAAM,eAAe,CAAC;AACvB,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEnE,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACjF,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;;AAE9D,qBAOa,oBAAqB,SAAQ,aAAc,YAAW,MAAM,EAAE,eAAe,EAAE,aAAa;IA+CjG,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,UAAU;IA/CtB,IACI,UAAU,IAAI,MAAM,CAEvB;IAEyB,IAAI,SAAc;IACd,QAAQ,SAAQ;IAEO,gBAAgB,EAAE,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAC9C,gBAAgB,EAAE,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAC3C,mBAAmB,EAAE,SAAS,CAAC,mBAAmB,CAAC,CAAC;IACtD,iBAAiB,EAAE,SAAS,CAAC,iBAAiB,CAAC,CAAC;IAEtG;;OAEG;IACM,QAAQ,UAAS;IAE1B,IACI,aAAa,IAAI,OAAO,CAE3B;IACD,IAAI,aAAa,CAAC,KAAK,EAAE,YAAY,EAEpC;IACD,OAAO,CAAC,cAAc,CAAS;IAE/B,IACI,WAAW,IAAI,OAAO,CAEzB;IACD,IAAI,WAAW,CAAC,KAAK,EAAE,YAAY,EAElC;IACD,OAAO,CAAC,YAAY,CAAQ;IAE5B,IACI,QAAQ,IAAI,OAAO,CAEtB;IACD,IAAI,QAAQ,CAAC,KAAK,EAAE,YAAY,EAE/B;IACD,OAAO,CAAC,SAAS,CAAS;gBAGd,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,UAAU;IAKlC,QAAQ,IAAI,IAAI;IAIT,cAAc,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAUvC,KAAK,IAAI,IAAI;IAIb,KAAK,IAAI,IAAI;IAIb,eAAe,IAAI,IAAI;IAIvB,iBAAiB,IAAI,IAAI;yCA/EvB,oBAAoB;2CAApB,oBAAoB;CAkFhC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-menu.component.d.ts","sourceRoot":"","sources":["../../eui-menu/eui-menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,MAAM,EAEN,YAAY,EACZ,SAAS,EACT,aAAa,EAEhB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAG5E,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAEvD,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;;AAE3D,qBAOa,gBAAiB,SAAQ,aAAc,YAAW,MAAM,EAAE,SAAS;
|
1
|
+
{"version":3,"file":"eui-menu.component.d.ts","sourceRoot":"","sources":["../../eui-menu/eui-menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,MAAM,EAEN,YAAY,EACZ,SAAS,EACT,aAAa,EAEhB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAG5E,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAEvD,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;;AAE3D,qBAOa,gBAAiB,SAAQ,aAAc,YAAW,MAAM,EAAE,SAAS;IA0DxE,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,KAAK;IA1DR,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IACnC,sCAAsC;IAC7B,eAAe,EAAE,MAAM,CAAC;IACjC,sCAAsC;IAC7B,iBAAiB,EAAE,MAAM,CAAC;IACnC,sCAAsC;IAC7B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAC;IAE5B,UAAU,EAAE,GAAG,EAAE,CAAC;IAER,OAAO,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IACpD,SAAS,EAAE,YAAY,CAAC,WAAW,CAAC,CAAmC;IAEjF,IACI,WAAW,IAAI,OAAO,CAEzB;IACD,IAAI,WAAW,CAAC,KAAK,EAAE,YAAY,EAElC;IACD,OAAO,CAAC,YAAY,CAAS;IAC7B,IACI,SAAS,IAAI,OAAO,CAEvB;IACD,IAAI,SAAS,CAAC,KAAK,EAAE,YAAY,EAEhC;IACD,OAAO,CAAC,UAAU,CAAS;IAC3B,IACI,QAAQ,IAAI,OAAO,CAEtB;IACD,IAAI,QAAQ,CAAC,KAAK,EAAE,YAAY,EAE/B;IACD,OAAO,CAAC,SAAS,CAAS;IAC1B,IACI,UAAU,IAAI,OAAO,CAExB;IACD,IAAI,UAAU,CAAC,KAAK,EAAE,YAAY,EAEjC;IACD,OAAO,CAAC,WAAW,CAAS;IAC5B,IACI,cAAc,IAAI,OAAO,CAE5B;IACD,IAAI,cAAc,CAAC,KAAK,EAAE,YAAY,EAErC;IACD,OAAO,CAAC,eAAe,CAAS;gBAGpB,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,cAAc;IAKjC,IACI,UAAU,IAAI,MAAM,CAQvB;IAGD,eAAe,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAIxC,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAmBzC,QAAQ,IAAI,IAAI;IAOT,OAAO,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI;IA6BhC,cAAc,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI;IAKvC,iBAAiB,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAIrC,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAOnC,OAAO,CAAC,uBAAuB;IAI/B;;;;;;OAMG;IACH,OAAO,CAAC,eAAe;IAevB;;;;;;OAMG;IACH,OAAO,CAAC,qBAAqB;IAU7B;;;;;;OAMG;IACH,OAAO,CAAC,eAAe;IAavB;;;;;;OAMG;IACH,OAAO,CAAC,cAAc;IAkBtB;;;;;;;OAOG;IACH,OAAO,CAAC,oBAAoB;IAkB5B;;;;;;;OAOG;IACH,OAAO,CAAC,mBAAmB;IAO3B;;;;;OAKG;IACH,OAAO,CAAC,iBAAiB;yCA9RhB,gBAAgB;2CAAhB,gBAAgB;CAoS5B"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-message-box.component.d.ts","sourceRoot":"","sources":["../../eui-message-box/eui-message-box.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,WAAW,EACX,gBAAgB,EAChB,aAAa,EACb,SAAS,EAET,YAAY,EAIZ,SAAS,EACT,UAAU,EACV,MAAM,EACT,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAGvD,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;;AAE1E,qBAMa,sBAAuB,SAAQ,aAAc,YAAW,aAAa,EAAE,SAAS,EAAE,MAAM;
|
1
|
+
{"version":3,"file":"eui-message-box.component.d.ts","sourceRoot":"","sources":["../../eui-message-box/eui-message-box.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,WAAW,EACX,gBAAgB,EAChB,aAAa,EACb,SAAS,EAET,YAAY,EAIZ,SAAS,EACT,UAAU,EACV,MAAM,EACT,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAGvD,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;;AAE1E,qBAMa,sBAAuB,SAAQ,aAAc,YAAW,aAAa,EAAE,SAAS,EAAE,MAAM;IAoF7F,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,oBAAoB;IApFvB,OAAO,SAAgB;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,SAAW;IAChB,MAAM,SAAU;IACzB,IACI,eAAe,IAAI,OAAO,CAE7B;IACD,IAAI,eAAe,CAAC,KAAK,EAAE,YAAY,EAEtC;IACD,IACI,gBAAgB,IAAI,OAAO,CAE9B;IACD,IAAI,gBAAgB,CAAC,KAAK,EAAE,YAAY,EAEvC;IACQ,WAAW,SAAY;IACvB,YAAY,SAAgB;IAC5B,SAAS,EAAE,SAAS,GAAG,WAAW,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAa;IAC/G,IACI,sBAAsB,IAAI,OAAO,CAEpC;IACD,IAAI,sBAAsB,CAAC,KAAK,EAAE,YAAY,EAE7C;IACD,IACI,oBAAoB,IAAI,OAAO,CAElC;IACD,IAAI,oBAAoB,CAAC,KAAK,EAAE,YAAY,EAE3C;IACD,IACI,qBAAqB,IAAI,OAAO,CAEnC;IACD,IAAI,qBAAqB,CAAC,KAAK,EAAE,YAAY,EAE5C;IACD,IACI,WAAW,IAAI,OAAO,CAEzB;IAED,IAAI,WAAW,CAAC,KAAK,EAAE,YAAY,EAElC;IACD,IACI,gBAAgB,IAAI,OAAO,CAE9B;IACD,IAAI,gBAAgB,CAAC,KAAK,EAAE,YAAY,EAEvC;IAES,IAAI,oBAAsB;IAG1B,KAAK,oBAAsB;IAC3B,OAAO,oBAAsB;IAC7B,MAAM,oBAAsB;IAC/B,OAAO,EAAE,MAAM,GAAG,cAAc,CAAC;IAEP,kBAAkB,EAAE,WAAW,CAAC,UAAU,CAAC,CAAC;IAE7C,iBAAiB,EAAE,WAAW,CAAC,4BAA4B,CAAC,CAAC;IAC/B,4BAA4B,EAAE,SAAS,CAAC,4BAA4B,CAAC,CAAC;IAEpI,OAAO,CAAC,gBAAgB,CAAQ;IAChC,OAAO,CAAC,iBAAiB,CAAQ;IACjC,OAAO,CAAC,uBAAuB,CAAS;IACxC,OAAO,CAAC,qBAAqB,CAAS;IACtC,OAAO,CAAC,sBAAsB,CAAS;IACvC,OAAO,CAAC,YAAY,CAAS;IAC7B,OAAO,CAAC,iBAAiB,CAAS;IAClC,OAAO,CAAC,qBAAqB,CAA6B;IAC1D,OAAO,CAAC,oBAAoB,CAA+C;IAC3E,OAAO,CAAC,QAAQ,CAA4C;gBAGhD,gBAAgB,EAAE,gBAAgB,EAClC,oBAAoB,EAAE,oBAAoB;IAKtD,QAAQ,IAAI,IAAI;IAwBhB,eAAe,IAAI,IAAI;IAQvB,WAAW,IAAI,IAAI;IAKnB;;OAEG;IACI,cAAc,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,KAAK,IAAI;IAyCxD;;OAEG;IACI,eAAe,IAAI,IAAI;yCA9KrB,sBAAsB;2CAAtB,sBAAsB;CAiLlC;AAGD,qBACa,4BAA4B;yCAA5B,4BAA4B;2CAA5B,4BAA4B;CAAG"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-overlay-body.component.d.ts","sourceRoot":"","sources":["../../../../eui-overlay/components/eui-overlay-body/eui-overlay-body.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;;AAEvD,qBAOa,uBAAwB,SAAQ,aAAa;IACtD,IACI,UAAU,
|
1
|
+
{"version":3,"file":"eui-overlay-body.component.d.ts","sourceRoot":"","sources":["../../../../eui-overlay/components/eui-overlay-body/eui-overlay-body.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;;AAEvD,qBAOa,uBAAwB,SAAQ,aAAa;IACtD,IACI,UAAU,IAAI,MAAM,CAEvB;;yCAJQ,uBAAuB;2CAAvB,uBAAuB;CASnC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-overlay-footer.component.d.ts","sourceRoot":"","sources":["../../../../eui-overlay/components/eui-overlay-footer/eui-overlay-footer.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;;AAEvD,qBAOa,yBAA0B,SAAQ,aAAa;IACxD,IACI,UAAU,
|
1
|
+
{"version":3,"file":"eui-overlay-footer.component.d.ts","sourceRoot":"","sources":["../../../../eui-overlay/components/eui-overlay-footer/eui-overlay-footer.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;;AAEvD,qBAOa,yBAA0B,SAAQ,aAAa;IACxD,IACI,UAAU,IAAI,MAAM,CAEvB;;yCAJQ,yBAAyB;2CAAzB,yBAAyB;CASrC"}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
2
|
+
import { BaseDirective } from '@eui/components/shared';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare class EuiOverlayHeaderTitleComponent extends BaseDirective {
|
5
|
+
get cssClasses(): string;
|
6
|
+
headerTitleLabel: string;
|
7
|
+
headerTitleHideLabel: string;
|
8
|
+
headerTitleCount: string;
|
9
|
+
hide: EventEmitter<any>;
|
10
|
+
constructor();
|
11
|
+
onHide(): void;
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuiOverlayHeaderTitleComponent, never>;
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiOverlayHeaderTitleComponent, "eui-overlay-header-title", never, { "headerTitleLabel": { "alias": "headerTitleLabel"; "required": false; }; "headerTitleHideLabel": { "alias": "headerTitleHideLabel"; "required": false; }; "headerTitleCount": { "alias": "headerTitleCount"; "required": false; }; }, { "hide": "hide"; }, never, ["*"], false, never>;
|
14
|
+
}
|
15
|
+
//# sourceMappingURL=eui-overlay-header-title.component.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"eui-overlay-header-title.component.d.ts","sourceRoot":"","sources":["../../../../../eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqF,YAAY,EAAE,MAAM,eAAe,CAAC;AAChI,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;;AAEvD,qBAMa,8BAA+B,SAAQ,aAAa;IAC7D,IACI,UAAU,IAAI,MAAM,CAEvB;IAEQ,gBAAgB,EAAE,MAAM,CAAQ;IAChC,oBAAoB,EAAE,MAAM,CAAQ;IACpC,gBAAgB,EAAE,MAAM,CAAQ;IAE/B,IAAI,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;;IAM5D,MAAM,IAAI,IAAI;yCAhBL,8BAA8B;2CAA9B,8BAA8B;CAmB1C"}
|
@@ -4,6 +4,6 @@ export declare class EuiOverlayHeaderComponent extends BaseDirective {
|
|
4
4
|
get cssClasses(): string;
|
5
5
|
constructor();
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiOverlayHeaderComponent, never>;
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiOverlayHeaderComponent, "eui-overlay-header", never, {}, {}, never, ["*"], false, never>;
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiOverlayHeaderComponent, "eui-overlay-header", never, {}, {}, never, ["eui-overlay-header-title", "*"], false, never>;
|
8
8
|
}
|
9
9
|
//# sourceMappingURL=eui-overlay-header.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-overlay-header.component.d.ts","sourceRoot":"","sources":["../../../../eui-overlay/components/eui-overlay-header/eui-overlay-header.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;;AAEvD,qBAOa,yBAA0B,SAAQ,aAAa;IACxD,IACI,UAAU,
|
1
|
+
{"version":3,"file":"eui-overlay-header.component.d.ts","sourceRoot":"","sources":["../../../../eui-overlay/components/eui-overlay-header/eui-overlay-header.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;;AAEvD,qBAOa,yBAA0B,SAAQ,aAAa;IACxD,IACI,UAAU,IAAI,MAAM,CAEvB;;yCAJQ,yBAAyB;2CAAzB,yBAAyB;CASrC"}
|
@@ -4,7 +4,9 @@ import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "./components/eui-overlay-header/eui-overlay-header.component";
|
5
5
|
import * as i2 from "./components/eui-overlay-body/eui-overlay-body.component";
|
6
6
|
import * as i3 from "./components/eui-overlay-footer/eui-overlay-footer.component";
|
7
|
-
import * as i4 from "
|
7
|
+
import * as i4 from "./components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component";
|
8
|
+
import * as i5 from "@angular/common";
|
9
|
+
import * as i6 from "@eui/components/eui-badge";
|
8
10
|
export declare class EuiOverlayComponent extends BaseDirective {
|
9
11
|
get cssClasses(): string;
|
10
12
|
get isActive(): boolean;
|
@@ -19,7 +21,7 @@ export declare class EuiOverlayComponent extends BaseDirective {
|
|
19
21
|
}
|
20
22
|
export declare class EuiOverlayModule {
|
21
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiOverlayModule, never>;
|
22
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiOverlayModule, [typeof i1.EuiOverlayHeaderComponent, typeof i2.EuiOverlayBodyComponent, typeof i3.EuiOverlayFooterComponent, typeof EuiOverlayComponent], [typeof
|
24
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiOverlayModule, [typeof i1.EuiOverlayHeaderComponent, typeof i2.EuiOverlayBodyComponent, typeof i3.EuiOverlayFooterComponent, typeof EuiOverlayComponent, typeof i4.EuiOverlayHeaderTitleComponent], [typeof i5.CommonModule, typeof i6.EuiBadgeModule], [typeof i1.EuiOverlayHeaderComponent, typeof i2.EuiOverlayBodyComponent, typeof i3.EuiOverlayFooterComponent, typeof EuiOverlayComponent, typeof i4.EuiOverlayHeaderTitleComponent]>;
|
23
25
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuiOverlayModule>;
|
24
26
|
}
|
25
27
|
//# sourceMappingURL=eui-overlay.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-overlay.component.d.ts","sourceRoot":"","sources":["../../eui-overlay/eui-overlay.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;
|
1
|
+
{"version":3,"file":"eui-overlay.component.d.ts","sourceRoot":"","sources":["../../eui-overlay/eui-overlay.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAMvD,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;;;;;;;;AAG5E,qBAOa,mBAAoB,SAAQ,aAAa;IAClD,IACI,UAAU,IAAI,MAAM,CAUvB;IAED,IACI,QAAQ,IAAI,OAAO,CAEtB;IACD,IAAI,QAAQ,CAAC,KAAK,EAAE,YAAY,EAE/B;IACQ,QAAQ,SAAW;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IAC5B,OAAO,CAAC,SAAS,CAAS;;yCAxBjB,mBAAmB;2CAAnB,mBAAmB;CA6B/B;AAKD,qBAiBa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB,uHAnDhB,mBAAmB,sNAAnB,mBAAmB;0CAmDnB,gBAAgB;CAAG"}
|
package/eui-overlay/index.d.ts
CHANGED
@@ -2,4 +2,5 @@ export * from './eui-overlay.component';
|
|
2
2
|
export * from './components/eui-overlay-body/eui-overlay-body.component';
|
3
3
|
export * from './components/eui-overlay-footer/eui-overlay-footer.component';
|
4
4
|
export * from './components/eui-overlay-header/eui-overlay-header.component';
|
5
|
+
export * from './components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component';
|
5
6
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../eui-overlay/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,0DAA0D,CAAC;AACzE,cAAc,8DAA8D,CAAC;AAC7E,cAAc,8DAA8D,CAAC"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../eui-overlay/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,0DAA0D,CAAC;AACzE,cAAc,8DAA8D,CAAC;AAC7E,cAAc,8DAA8D,CAAC;AAC7E,cAAc,6FAA6F,CAAC"}
|
@@ -3,9 +3,11 @@ import { BehaviorSubject } from 'rxjs';
|
|
3
3
|
import { BooleanInput } from '@angular/cdk/coercion';
|
4
4
|
import { UxAppShellService } from '@eui/core';
|
5
5
|
import { EuiPaginationEvent } from './models/pagination-event.model';
|
6
|
+
import { DecimalPipe } from '@angular/common';
|
6
7
|
import * as i0 from "@angular/core";
|
7
8
|
export declare class EuiPaginatorComponent implements OnInit, OnDestroy, OnChanges {
|
8
9
|
uxAppShellService: UxAppShellService;
|
10
|
+
private decimal;
|
9
11
|
e2eAttr: string;
|
10
12
|
string: string;
|
11
13
|
pageSizeOptions: number[];
|
@@ -30,7 +32,7 @@ export declare class EuiPaginatorComponent implements OnInit, OnDestroy, OnChang
|
|
30
32
|
private _hasDynamicLength;
|
31
33
|
private nbPageNumberNav;
|
32
34
|
private destroy$;
|
33
|
-
constructor(uxAppShellService: UxAppShellService);
|
35
|
+
constructor(uxAppShellService: UxAppShellService, decimal: DecimalPipe);
|
34
36
|
ngOnChanges(c: SimpleChanges): void;
|
35
37
|
ngOnInit(): void;
|
36
38
|
ngOnDestroy(): void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-paginator.component.d.ts","sourceRoot":"","sources":["../../eui-paginator/eui-paginator.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,MAAM,EAEN,SAAS,EACT,YAAY,EAEZ,SAAS,EACT,aAAa,EAIhB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAW,eAAe,EAAE,MAAM,MAAM,CAAC;AAEhD,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAE9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;;
|
1
|
+
{"version":3,"file":"eui-paginator.component.d.ts","sourceRoot":"","sources":["../../eui-paginator/eui-paginator.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,MAAM,EAEN,SAAS,EACT,YAAY,EAEZ,SAAS,EACT,aAAa,EAIhB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAW,eAAe,EAAE,MAAM,MAAM,CAAC;AAEhD,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAE9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;;AAE9C,qBAQa,qBAAsB,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IA8C3D,iBAAiB,EAAE,iBAAiB;IAC3C,OAAO,CAAC,OAAO;IA9CoB,OAAO,SAAmB;IAC3C,MAAM,SAAmB;IACtC,eAAe,EAAE,MAAM,EAAE,CAAwB;IACjD,QAAQ,SAAM;IACd,IAAI,SAAK;IACT,MAAM,SAAK;IACX,sBAAsB,SAAK;IACpC,IACI,QAAQ,IAAI,OAAO,CAEtB;IACD,IAAI,QAAQ,CAAC,KAAK,EAAE,YAAY,EAE/B;IACD,SAAS,UAAS;IAER,UAAU,mCAA0C;IAEvD,KAAK,EAAE,eAAe,CAAC,kBAAkB,CAAC,CAA6B;IACvE,OAAO,EAAE,eAAe,CAAC,MAAM,CAAC,CAA0B;IAC1D,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IAEtB,IACI,uBAAuB,IAAI,OAAO,CAErC;IACD,IAAI,uBAAuB,CAAC,KAAK,EAAE,YAAY,EAE9C;IACD,OAAO,CAAC,wBAAwB,CAAS;IACzC,IACI,gBAAgB,IAAI,OAAO,CAE9B;IACD,IAAI,gBAAgB,CAAC,KAAK,EAAE,YAAY,EAEvC;IACD,OAAO,CAAC,iBAAiB,CAAS;IAElC,OAAO,CAAC,eAAe,CAAS;IAChC,OAAO,CAAC,QAAQ,CAA4C;gBAGjD,iBAAiB,EAAE,iBAAiB,EACnC,OAAO,EAAE,WAAW;IAGhC,WAAW,CAAC,CAAC,EAAE,aAAa,GAAG,IAAI;IAgBnC,QAAQ,IAAI,IAAI;IA0BhB,WAAW,IAAI,IAAI;IAKnB,IAAI,oBAAoB,IAAI,MAAM,EAAE,CAwBnC;IAEM,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAgBlC,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAO5B,WAAW,IAAI,IAAI;IAOnB,cAAc,IAAI,IAAI;IAOtB,UAAU,IAAI,IAAI;IAOlB,UAAU,IAAI,IAAI;IAOlB,OAAO,CAAC,IAAI,EAAE,kBAAkB,GAAG,IAAI;IAIvC,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAI/B,QAAQ,IAAI,IAAI;IAQvB;;;;OAIG;IACI,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;yCAnMzB,qBAAqB;2CAArB,qBAAqB;CAwMjC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-picker.component.d.ts","sourceRoot":"","sources":["../../eui-picker/eui-picker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,MAAM,EACN,YAAY,EAGZ,iBAAiB,EAEpB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AAEzE,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAmB,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;;AAG/D,qBAca,kBAAmB,SAAQ,aAAc,YAAW,MAAM,EAAE,oBAAoB;
|
1
|
+
{"version":3,"file":"eui-picker.component.d.ts","sourceRoot":"","sources":["../../eui-picker/eui-picker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,MAAM,EACN,YAAY,EAGZ,iBAAiB,EAEpB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AAEzE,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAmB,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;;AAG/D,qBAca,kBAAmB,SAAQ,aAAc,YAAW,MAAM,EAAE,oBAAoB;IAyDrF,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,EAAE;IAzDd,IACI,eAAe,IAAI,OAAO,CAE7B;IACD,IAAI,eAAe,CAAC,KAAK,EAAE,YAAY,EAEtC;IACD,IACI,iBAAiB,IAAI,OAAO,CAE/B;IAED,IAAI,iBAAiB,CAAC,KAAK,EAAE,YAAY,EAExC;IACQ,WAAW,SAAM;IAEjB,UAAU,SAAM;IACzB,IACI,UAAU,IAAI,MAAM,CAEvB;IAEQ,WAAW,EAAE,MAAM,CAAC;IAEpB,KAAK,EAAE,aAAa,EAAE,CAAM;IAE3B,MAAM,EAAE,YAAY,CAAC,aAAa,EAAE,CAAC,CAAuC;IAE5E,WAAW;eACV,aAAa;iBACX,aAAa;eACf,aAAa,EAAE;kBACZ,aAAa,EAAE;oBACb,aAAa,EAAE;OAC1B;IACL,aAAa,EAAE,aAAa,EAAE,CAAM;IAEpC,UAAU,EAAE;QACR,KAAK,EAAE,aAAa,CAAC;QACrB,OAAO,EAAE,aAAa,CAAC;QACvB,KAAK,EAAE,aAAa,EAAE,CAAC;QACvB,QAAQ,EAAE,aAAa,EAAE,CAAC;QAC1B,UAAU,EAAE,aAAa,EAAE,CAAC;KAC/B,CAAC;IACF,UAAU,UAAS;IACT,MAAM,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAE/C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC9C,YAAY,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC/D,OAAO,CAAC,gBAAgB,CAAS;IACjC,OAAO,CAAC,kBAAkB,CAAS;gBAGvB,gBAAgB,EAAE,gBAAgB,EAClC,EAAE,EAAE,iBAAiB;IAKjC,QAAQ,IAAI,IAAI;IAQT,UAAU,CAAC,KAAK,EAAE,aAAa,EAAE,GAAG,IAAI;IASxC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAK3C,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIvC,SAAS,IAAI,IAAI;IAkDjB,OAAO,CAAC,QAAQ,CAAuB;IAGvC,OAAO,CAAC,OAAO,CAAuB;yCAlJ7B,kBAAkB;2CAAlB,kBAAkB;CAmJ9B"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-modal-picker.component.d.ts","sourceRoot":"","sources":["../../../eui-picker/modal-picker/eui-modal-picker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyD,MAAM,EAAU,SAAS,EAAE,MAAM,eAAe,CAAC;AACjH,OAAO,EAAE,WAAW,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAKrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;;AAEhE,qBAMa,uBAAwB,YAAW,MAAM,EAAE,SAAS;IAShB,MAAM,EAAE,GAAG;IACpD,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,EAAE;IAVP,IAAI,EAAE,SAAS,CAAC;IAEhB,OAAO,EAAE,aAAa,EAAE,CAAC;IACzB,YAAY,EAAE,aAAa,EAAE,CAAC;IAErC,OAAO,CAAC,QAAQ,CAA4C;gBAGf,MAAM,EAAE,GAAG,EAC5C,gBAAgB,EAAE,gBAAgB,EAClC,EAAE,EAAE,WAAW;IAG3B,QAAQ;
|
1
|
+
{"version":3,"file":"eui-modal-picker.component.d.ts","sourceRoot":"","sources":["../../../eui-picker/modal-picker/eui-modal-picker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyD,MAAM,EAAU,SAAS,EAAE,MAAM,eAAe,CAAC;AACjH,OAAO,EAAE,WAAW,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAKrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;;AAEhE,qBAMa,uBAAwB,YAAW,MAAM,EAAE,SAAS;IAShB,MAAM,EAAE,GAAG;IACpD,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,EAAE;IAVP,IAAI,EAAE,SAAS,CAAC;IAEhB,OAAO,EAAE,aAAa,EAAE,CAAC;IACzB,YAAY,EAAE,aAAa,EAAE,CAAC;IAErC,OAAO,CAAC,QAAQ,CAA4C;gBAGf,MAAM,EAAE,GAAG,EAC5C,gBAAgB,EAAE,gBAAgB,EAClC,EAAE,EAAE,WAAW;IAG3B,QAAQ,IAAI,IAAI;IAgBhB,WAAW,IAAI,IAAI;IAKnB,cAAc,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAyBhC,UAAU,IAAI,IAAI;yCA5DT,uBAAuB;2CAAvB,uBAAuB;CA+DnC"}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
2
|
+
import { Observable } from 'rxjs';
|
3
|
+
import { EuiPopoverPosition } from '../models/eui-popover-position.model';
|
4
|
+
import * as i0 from "@angular/core";
|
5
|
+
export declare class EuiPopoverArrowPositionDirective implements OnInit, OnDestroy {
|
6
|
+
private renderer;
|
7
|
+
private elementRef;
|
8
|
+
private document;
|
9
|
+
position$: Observable<[EuiPopoverPosition, DOMRect]>;
|
10
|
+
private destroy$;
|
11
|
+
constructor(renderer: Renderer2, elementRef: ElementRef, document: Document);
|
12
|
+
ngOnInit(): void;
|
13
|
+
ngOnDestroy(): void;
|
14
|
+
private getStyle;
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuiPopoverArrowPositionDirective, never>;
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EuiPopoverArrowPositionDirective, "[euiPopoverArrowPosition]", never, { "position$": { "alias": "euiPopoverArrowPosition"; "required": false; }; }, {}, never, never, false, never>;
|
17
|
+
}
|
18
|
+
//# sourceMappingURL=eui-popover-arrow-position.directive.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"eui-popover-arrow-position.directive.d.ts","sourceRoot":"","sources":["../../../eui-popover/directives/eui-popover-arrow-position.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,UAAU,EAAiB,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AACnG,OAAO,EAAE,UAAU,EAAsB,MAAM,MAAM,CAAC;AAEtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;;AAE1E,qBAGa,gCAAiC,YAAW,MAAM,EAAE,SAAS;IAOlE,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,UAAU;IACA,OAAO,CAAC,QAAQ;IAP/B,SAAS,EAAE,UAAU,CAAC,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC,CAAC;IAE5D,OAAO,CAAC,QAAQ,CAAgC;gBAGpC,QAAQ,EAAE,SAAS,EACnB,UAAU,EAAE,UAAU,EACJ,QAAQ,EAAE,QAAQ;IAGhD,QAAQ,IAAI,IAAI;IAMhB,WAAW,IAAI,IAAI;IAKnB,OAAO,CAAC,QAAQ;yCAvBP,gCAAgC;2CAAhC,gCAAgC;CAoD5C"}
|
@@ -1,14 +1,16 @@
|
|
1
1
|
import { TemplateRef, ViewContainerRef, AfterViewInit, OnDestroy, OnInit, EventEmitter, ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
2
2
|
import { Overlay, ScrollDispatcher } from '@angular/cdk/overlay';
|
3
|
+
import { Observable } from 'rxjs';
|
3
4
|
import { BooleanInput } from '@angular/cdk/coercion';
|
4
5
|
import { BaseDirective } from '@eui/components/shared';
|
6
|
+
import { EuiPopoverPosition } from './models/eui-popover-position.model';
|
5
7
|
import * as i0 from "@angular/core";
|
6
8
|
export declare class EuiPopoverComponent extends BaseDirective implements AfterViewInit, OnDestroy, OnInit, OnChanges {
|
7
9
|
private overlay;
|
8
10
|
private viewContainerRef;
|
9
11
|
private scrollDispatcher;
|
10
12
|
title: string;
|
11
|
-
position:
|
13
|
+
position: EuiPopoverPosition;
|
12
14
|
size: 'default' | 'small' | 'large' | 'auto' | 's' | 'm' | 'l' | 'xl' | string;
|
13
15
|
type: 'default' | 'flat' | 'colored-header' | 'colored-solid';
|
14
16
|
width: string;
|
@@ -18,6 +20,7 @@ export declare class EuiPopoverComponent extends BaseDirective implements AfterV
|
|
18
20
|
statesClass: string;
|
19
21
|
cdkTrapFocusAutoCapture: boolean;
|
20
22
|
sizeClass: string;
|
23
|
+
position$: Observable<[EuiPopoverPosition, DOMRect]>;
|
21
24
|
templatePortalContent: TemplateRef<unknown>;
|
22
25
|
/** @deprecated This will be removed in next version of eui */
|
23
26
|
get isOpen(): boolean;
|
@@ -38,11 +41,9 @@ export declare class EuiPopoverComponent extends BaseDirective implements AfterV
|
|
38
41
|
private isOpen$;
|
39
42
|
private scrollDispatcherSubscription;
|
40
43
|
private origin;
|
41
|
-
private TOP;
|
42
|
-
private BOTTOM;
|
43
|
-
private LEFT;
|
44
|
-
private RIGHT;
|
45
44
|
private preferredPositons;
|
45
|
+
private positionStrategy;
|
46
|
+
private positionStrategyUpdate$;
|
46
47
|
constructor(overlay: Overlay, viewContainerRef: ViewContainerRef, scrollDispatcher: ScrollDispatcher);
|
47
48
|
ngOnChanges(c: SimpleChanges): void;
|
48
49
|
ngOnInit(): void;
|
@@ -80,6 +81,7 @@ export declare class EuiPopoverComponent extends BaseDirective implements AfterV
|
|
80
81
|
onKeyDown(event: KeyboardEvent): void;
|
81
82
|
private isVisible;
|
82
83
|
private getPositionStrategy;
|
84
|
+
private setPositionStream;
|
83
85
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiPopoverComponent, never>;
|
84
86
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiPopoverComponent, "eui-popover", never, { "title": { "alias": "title"; "required": false; }; "position": { "alias": "position"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "width": { "alias": "width"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "hasBackDrop": { "alias": "hasBackDrop"; "required": false; }; "hasCloseButton": { "alias": "hasCloseButton"; "required": false; }; "isDismissable": { "alias": "isDismissable"; "required": false; }; }, { "outsideClick": "outsideClick"; "open": "open"; "close": "close"; }, never, ["*"], false, never>;
|
85
87
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-popover.component.d.ts","sourceRoot":"","sources":["../../eui-popover/eui-popover.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,WAAW,EACX,gBAAgB,EAChB,aAAa,EACb,SAAS,EACT,MAAM,EAEN,YAAY,EACZ,UAAU,EACV,SAAS,EACT,aAAa,EAChB,MAAM,eAAe,CAAC;AAEvB,OAAO,EACH,OAAO,EAIP,gBAAgB,EAGnB,MAAM,sBAAsB,CAAC;
|
1
|
+
{"version":3,"file":"eui-popover.component.d.ts","sourceRoot":"","sources":["../../eui-popover/eui-popover.component.ts"],"names":[],"mappings":"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"}
|
@@ -1,14 +1,15 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "./eui-popover.component";
|
3
|
-
import * as i2 from "
|
4
|
-
import * as i3 from "@angular/
|
5
|
-
import * as i4 from "@
|
6
|
-
import * as i5 from "@eui/components/eui-
|
7
|
-
import * as i6 from "@
|
8
|
-
import * as i7 from "@angular/cdk/
|
3
|
+
import * as i2 from "./directives/eui-popover-arrow-position.directive";
|
4
|
+
import * as i3 from "@angular/common";
|
5
|
+
import * as i4 from "@angular/cdk/overlay";
|
6
|
+
import * as i5 from "@eui/components/eui-button";
|
7
|
+
import * as i6 from "@eui/components/eui-icon";
|
8
|
+
import * as i7 from "@angular/cdk/a11y";
|
9
|
+
import * as i8 from "@angular/cdk/observers";
|
9
10
|
export declare class EuiPopoverModule {
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiPopoverModule, never>;
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiPopoverModule, [typeof i1.EuiPopoverComponent], [typeof
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiPopoverModule, [typeof i1.EuiPopoverComponent, typeof i2.EuiPopoverArrowPositionDirective], [typeof i3.CommonModule, typeof i4.OverlayModule, typeof i5.EuiButtonModule, typeof i6.EuiIconModule, typeof i7.A11yModule, typeof i8.ObserversModule], [typeof i1.EuiPopoverComponent]>;
|
12
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuiPopoverModule>;
|
13
14
|
}
|
14
15
|
//# sourceMappingURL=eui-popover.module.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-popover.module.d.ts","sourceRoot":"","sources":["../../eui-popover/eui-popover.module.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"eui-popover.module.d.ts","sourceRoot":"","sources":["../../eui-popover/eui-popover.module.ts"],"names":[],"mappings":";;;;;;;;;AAYA,qBAKa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { ConnectedOverlayPositionChange, ConnectionPositionPair } from '@angular/cdk/overlay';
|
2
|
+
export type EuiPopoverPosition = 'top' | 'right' | 'bottom' | 'left';
|
3
|
+
export declare const TOP: ConnectionPositionPair;
|
4
|
+
export declare const BOTTOM: ConnectionPositionPair;
|
5
|
+
export declare const LEFT: ConnectionPositionPair;
|
6
|
+
export declare const RIGHT: ConnectionPositionPair;
|
7
|
+
export declare const getPosition: ({ connectionPair }: ConnectedOverlayPositionChange) => EuiPopoverPosition;
|
8
|
+
//# sourceMappingURL=eui-popover-position.model.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"eui-popover-position.model.d.ts","sourceRoot":"","sources":["../../../eui-popover/models/eui-popover-position.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAE9F,MAAM,MAAM,kBAAkB,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;AAErE,eAAO,MAAM,GAAG,wBAA6K,CAAC;AAC9L,eAAO,MAAM,MAAM,wBAAgL,CAAC;AACpM,eAAO,MAAM,IAAI,wBAA6K,CAAC;AAC/L,eAAO,MAAM,KAAK,wBAA8K,CAAC;AAEjM,eAAO,MAAM,WAAW,uBAAwB,8BAA8B,KAAG,kBAWhF,CAAC"}
|
@@ -42,7 +42,7 @@ import * as i0 from "@angular/core";
|
|
42
42
|
export declare class EuiSelectMultipleControlValueAccessor extends SelectMultipleControlValueAccessor implements ControlValueAccessor, DoCheck {
|
43
43
|
private selectComponent;
|
44
44
|
private injector;
|
45
|
-
get isInvalid():
|
45
|
+
get isInvalid(): boolean;
|
46
46
|
set isInvalid(state: BooleanInput);
|
47
47
|
/**
|
48
48
|
* The current value.
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-select-multiple.directive.d.ts","sourceRoot":"","sources":["../../eui-select/eui-select-multiple.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,OAAO,EAAE,UAAU,EAAc,QAAQ,EAA6B,SAAS,EAAE,MAAM,eAAe,CAAC;AAC3H,OAAO,EAAE,oBAAoB,EAAgC,kCAAkC,EAAE,MAAM,gBAAgB,CAAC;AACxH,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAE9E,OAAO,EAAE,YAAY,EAAyB,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;;
|
1
|
+
{"version":3,"file":"eui-select-multiple.directive.d.ts","sourceRoot":"","sources":["../../eui-select/eui-select-multiple.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,OAAO,EAAE,UAAU,EAAc,QAAQ,EAA6B,SAAS,EAAE,MAAM,eAAe,CAAC;AAC3H,OAAO,EAAE,oBAAoB,EAAgC,kCAAkC,EAAE,MAAM,gBAAgB,CAAC;AACxH,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAE9E,OAAO,EAAE,YAAY,EAAyB,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;;AAsB5D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,qBASa,qCAAsC,SAAQ,kCAAmC,YAAW,oBAAoB,EAAE,OAAO;IA6BlH,OAAO,CAAC,eAAe;IACnC,OAAO,CAAC,QAAQ;IA7BpB,IACW,SAAS,IAAI,OAAO,CAE9B;IACD,IAAW,SAAS,CAAC,KAAK,EAAE,YAAY,EAEvC;IAED;;;;OAIG;IACH,KAAK,EAAE,GAAG,CAAC;IAEX,gBAAgB;IAChB,UAAU,EAAE,GAAG,CAAC,MAAM,EAAE,uBAAuB,CAAC,CAA8C;IAE9F,gBAAgB;IAChB,UAAU,SAAK;IACf,SAAS,CAAC,UAAU,EAAE,OAAO,CAAC;IAC9B,OAAO,CAAC,UAAU,CAAa;IAC/B,OAAO,CAAC,QAAQ,CAAY;IAC5B,OAAO,CAAC,OAAO,CAAY;gBAGvB,SAAS,EAAE,SAAS,EACpB,WAAW,EAAE,UAAU,EACH,eAAe,EAAE,kBAAkB,EAC/C,QAAQ,EAAE,QAAQ;IAO9B,SAAS,IAAI,IAAI;IAOjB;;;;OAIG;IACH,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAkB5B;;;;;OAKG;IACM,gBAAgB,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,GAAG,IAAI;IA4BxD,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAWhC,gBAAgB;IAChB,eAAe,CAAC,KAAK,EAAE,uBAAuB,GAAG,MAAM;IAMvD,gBAAgB;IAChB,YAAY,CAAC,KAAK,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI;IAUvC,gBAAgB;IAChB,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,GAAG;yCAnIhC,qCAAqC;2CAArC,qCAAqC;CAwIjD"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-select-mutli-option.directive.d.ts","sourceRoot":"","sources":["../../eui-select/eui-select-mutli-option.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAe,SAAS,EAAY,SAAS,EAAE,MAAM,eAAe,CAAC;AACnG,OAAO,EAAE,uBAAuB,IAAI,sBAAsB,EAAE,MAAM,gBAAgB,CAAC;AACnF,OAAO,EAAE,qCAAqC,EAAE,MAAM,iCAAiC,CAAC;;AAGxF;;;;;;;;;GASG;AAEH,qBAEa,uBAAwB,SAAQ,sBAAuB,YAAW,SAAS;IAEpF,EAAE,EAAG,MAAM,CAAC;IACZ,gBAAgB;IAChB,MAAM,EAAE,GAAG,CAAC;IACZ,OAAO,CAAC,OAAO,CAAa;IAC5B,OAAO,CAAC,QAAQ,CAAY;IAC5B,OAAO,CAAC,MAAM,CAAwC;gBAE1C,QAAQ,EAAE,UAAU,EAAE,SAAS,EAAE,SAAS,EAAsB,OAAO,EAAE,qCAAqC;IAO1H;;;;OAIG;IACH,IACI,OAAO,CAAC,KAAK,EAAE,GAAG,EAOrB;IAED;;;;OAIG;IACH,IACI,KAAK,CAAC,KAAK,EAAE,GAAG,EAQnB;IAED,gBAAgB;IAChB,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAIrC,gBAAgB;IAChB,YAAY,CAAC,QAAQ,EAAE,OAAO;
|
1
|
+
{"version":3,"file":"eui-select-mutli-option.directive.d.ts","sourceRoot":"","sources":["../../eui-select/eui-select-mutli-option.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAe,SAAS,EAAY,SAAS,EAAE,MAAM,eAAe,CAAC;AACnG,OAAO,EAAE,uBAAuB,IAAI,sBAAsB,EAAE,MAAM,gBAAgB,CAAC;AACnF,OAAO,EAAE,qCAAqC,EAAE,MAAM,iCAAiC,CAAC;;AAGxF;;;;;;;;;GASG;AAEH,qBAEa,uBAAwB,SAAQ,sBAAuB,YAAW,SAAS;IAEpF,EAAE,EAAG,MAAM,CAAC;IACZ,gBAAgB;IAChB,MAAM,EAAE,GAAG,CAAC;IACZ,OAAO,CAAC,OAAO,CAAa;IAC5B,OAAO,CAAC,QAAQ,CAAY;IAC5B,OAAO,CAAC,MAAM,CAAwC;gBAE1C,QAAQ,EAAE,UAAU,EAAE,SAAS,EAAE,SAAS,EAAsB,OAAO,EAAE,qCAAqC;IAO1H;;;;OAIG;IACH,IACI,OAAO,CAAC,KAAK,EAAE,GAAG,EAOrB;IAED;;;;OAIG;IACH,IACI,KAAK,CAAC,KAAK,EAAE,GAAG,EAQnB;IAED,gBAAgB;IAChB,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAIrC,gBAAgB;IAChB,YAAY,CAAC,QAAQ,EAAE,OAAO,GAAG,IAAI;IAIrC,aAAa;IACb,WAAW,IAAI,IAAI;yCA1DV,uBAAuB;2CAAvB,uBAAuB;CAgEnC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-select-option.directive.d.ts","sourceRoot":"","sources":["../../eui-select/eui-select-option.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,UAAU,EAAe,SAAS,EAAE,SAAS,EAAY,SAAS,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC5I,OAAO,EAAE,cAAc,EAAE,0BAA0B,EAAE,MAAM,gBAAgB,CAAC;AAC5E,OAAO,EAAE,6BAA6B,EAAE,MAAM,gCAAgC,CAAC;AAC/E,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAyB,MAAM,uBAAuB,CAAC;;
|
1
|
+
{"version":3,"file":"eui-select-option.directive.d.ts","sourceRoot":"","sources":["../../eui-select/eui-select-option.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,UAAU,EAAe,SAAS,EAAE,SAAS,EAAY,SAAS,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC5I,OAAO,EAAE,cAAc,EAAE,0BAA0B,EAAE,MAAM,gBAAgB,CAAC;AAC5E,OAAO,EAAE,6BAA6B,EAAE,MAAM,gCAAgC,CAAC;AAC/E,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAyB,MAAM,uBAAuB,CAAC;;AAa5E;;;;;;;;;GASG;AAGH,qBACa,0BAA2B,SAAQ,cAAe,YAAW,SAAS,EAAE,SAAS,EAAE,aAAa;IACzG,IACI,QAAQ,IAAI,OAAO,CAEtB;IACD,IAAI,QAAQ,CAAC,KAAK,EAAE,YAAY,EAE/B;IAEQ,KAAK,EAAE,MAAM,CAAC;IAEvB,OAAO,CAAC,SAAS,CAAU;IAC3B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IACvD,OAAO,CAAC,QAAQ,CAAC,YAAY,CAA6B;IAC1D,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAqB;IACrD,OAAO,CAAC,OAAO,CAAgC;IAC/C,OAAO,CAAC,QAAQ,CAAY;gBAGxB,QAAQ,EAAE,UAAU,EACpB,SAAS,EAAE,SAAS,EACA,OAAO,EAAE,6BAA6B,EACtC,aAAa,EAAE,0BAA0B,EACzC,gBAAgB,EAAE,kBAAkB;IAU5D,eAAe,IAAI,IAAI;IAWvB;;;;OAIG;IACH,IACa,OAAO,CAAC,KAAK,EAAE,GAAG,EAQ9B;IAED,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;yCA5DhC,0BAA0B;2CAA1B,0BAA0B;CAiFtC"}
|
@@ -9,7 +9,7 @@ export declare class EuiSelectComponent implements OnChanges, OnInit, DoCheck {
|
|
9
9
|
placeholder: string;
|
10
10
|
get readonly(): boolean;
|
11
11
|
set readonly(value: BooleanInput);
|
12
|
-
get isInvalid():
|
12
|
+
get isInvalid(): boolean;
|
13
13
|
set isInvalid(state: BooleanInput);
|
14
14
|
protected _isInvalid: boolean;
|
15
15
|
private _readonly;
|