@eui/components 17.0.0-next.21 → 17.0.0-next.23
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/docs/components/EuiAlertComponent.html +36 -1
- package/docs/components/EuiDashboardCardComponent.html +21 -2
- package/docs/components/EuiFilePreviewComponent.html +1 -1
- package/docs/components/EuiFileUploadComponent.html +172 -552
- package/docs/components/EuiFileUploadProgressComponent.html +1 -1
- package/docs/components/EuiSlideToggleComponent.html +39 -1
- package/docs/components/EuiTimelineComponent.html +48 -48
- package/docs/components/EuiTimelineItemComponent.html +94 -66
- package/docs/components/EuiTreeComponent.html +1 -1
- package/docs/components/EuiTreeListItemComponent.html +1 -1
- package/docs/dependencies.html +28 -28
- package/docs/js/menu-wc.js +15 -15
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/modules/EuiSlideToggleModule.html +10 -0
- package/esm2022/directives/eui-clearable.directive.mjs +3 -3
- 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 +3 -3
- 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 +3 -3
- package/esm2022/directives/eui-tooltip/eui-tooltip.module.mjs +4 -4
- package/esm2022/ecl/eui-ecl-banner/eui-ecl-banner-credit.directive.mjs +3 -3
- package/esm2022/ecl/eui-ecl-banner/eui-ecl-banner-description.directive.mjs +6 -6
- package/esm2022/ecl/eui-ecl-banner/eui-ecl-banner-picture.directive.mjs +6 -6
- package/esm2022/ecl/eui-ecl-banner/eui-ecl-banner-title.directive.mjs +6 -6
- package/esm2022/ecl/eui-ecl-banner/eui-ecl-banner.component.mjs +3 -3
- package/esm2022/ecl/eui-ecl-banner/eui-ecl-banner.module.mjs +4 -4
- package/esm2022/ecl/eui-ecl-banner/eui-ecl-file-picture.directive.mjs +6 -6
- package/esm2022/ecl/eui-ecl-button/eui-ecl-button-label.directive.mjs +3 -3
- package/esm2022/ecl/eui-ecl-button/eui-ecl-button.component.mjs +4 -4
- package/esm2022/ecl/eui-ecl-button/eui-ecl-button.module.mjs +4 -4
- package/esm2022/ecl/eui-ecl-carousel/eui-ecl-carousel-item.component.mjs +3 -3
- package/esm2022/ecl/eui-ecl-carousel/eui-ecl-carousel.component.mjs +3 -3
- package/esm2022/ecl/eui-ecl-carousel/eui-ecl-carousel.module.mjs +4 -4
- package/esm2022/ecl/eui-ecl-icon/eui-ecl-icon.component.mjs +3 -3
- package/esm2022/ecl/eui-ecl-icon/eui-ecl-icon.module.mjs +4 -4
- package/esm2022/ecl/eui-ecl-label/eui-ecl-label.directive.mjs +3 -3
- package/esm2022/ecl/eui-ecl-label/eui-ecl-label.module.mjs +4 -4
- package/esm2022/ecl/eui-ecl-link/eui-ecl-link-label.directive.mjs +3 -3
- package/esm2022/ecl/eui-ecl-link/eui-ecl-link.directive.mjs +3 -3
- package/esm2022/ecl/eui-ecl-link/eui-ecl-link.module.mjs +4 -4
- package/esm2022/ecl/eui-ecl-message/eui-ecl-message-title.directive.mjs +3 -3
- package/esm2022/ecl/eui-ecl-message/eui-ecl-message.component.mjs +3 -3
- package/esm2022/ecl/eui-ecl-message/eui-ecl-message.module.mjs +4 -4
- package/esm2022/ecl/shared/eui-ecl-base.directive.mjs +3 -3
- package/esm2022/ecl/shared/services/eui-ecl-default-language.service.mjs +3 -3
- package/esm2022/ecl/shared/services/eui-ecl-theme.service.mjs +3 -3
- package/esm2022/ecl/shared/utils/directives/eui-ecl-click-outside/eui-ecl-click-outside.directive.mjs +3 -3
- package/esm2022/ecl/shared/utils/directives/eui-ecl-hidden/eui-ecl-hidden.directive.mjs +3 -3
- package/esm2022/ecl/shared/utils/directives/eui-ecl-hidden/eui-ecl-hidden.module.mjs +4 -4
- package/esm2022/ecl/webcomponents/ecl-message-wc/ecl-message-wc.component.mjs +3 -3
- package/esm2022/ecl/webcomponents/ecl-message-wc/module.mjs +4 -4
- package/esm2022/ecl/webcomponents/ecl-webcomponents-all/module.mjs +4 -4
- package/esm2022/eui-alert/eui-alert.component.mjs +19 -15
- package/esm2022/eui-all/eui-all.module.mjs +4 -4
- package/esm2022/eui-autocomplete/eui-autocomplete.component.mjs +3 -3
- package/esm2022/eui-autocomplete/eui-autocomplete.module.mjs +4 -4
- package/esm2022/eui-avatar/avatar-badge/avatar-badge.component.mjs +3 -3
- package/esm2022/eui-avatar/avatar-icon/avatar-icon.component.mjs +3 -3
- package/esm2022/eui-avatar/avatar-image/avatar-image.component.mjs +3 -3
- package/esm2022/eui-avatar/avatar-text/avatar-text.component.mjs +3 -3
- package/esm2022/eui-avatar/eui-avatar-list.component.mjs +3 -3
- package/esm2022/eui-avatar/eui-avatar.component.mjs +4 -4
- package/esm2022/eui-avatar/eui-avatar.module.mjs +4 -4
- package/esm2022/eui-badge/eui-badge.component.mjs +7 -7
- package/esm2022/eui-block-content/eui-block-content.component.mjs +3 -3
- 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 +8 -8
- package/esm2022/eui-button-group/eui-button-group.component.mjs +7 -7
- package/esm2022/eui-buttons/eui-buttons.component.mjs +13 -13
- 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 +6 -6
- 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 +13 -13
- package/esm2022/eui-dashboard-card/eui-dashboard-card.component.mjs +14 -10
- package/esm2022/eui-date-range-selector/eui-date-range-selector.component.mjs +4 -4
- package/esm2022/eui-date-range-selector/eui-date-range-selector.module.mjs +4 -4
- package/esm2022/eui-datepicker/eui-datepicker.component.mjs +15 -15
- 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 +9 -9
- package/esm2022/eui-dialog/eui-dialog.module.mjs +4 -4
- package/esm2022/eui-dialog/services/eui-dialog.service.mjs +3 -3
- package/esm2022/eui-dimmer/dimmer.component.mjs +3 -3
- package/esm2022/eui-dimmer/dimmer.module.mjs +4 -4
- package/esm2022/eui-disable-content/eui-disable-content.component.mjs +7 -7
- package/esm2022/eui-discussion-thread/eui-discussion-thread-item.component.mjs +3 -3
- 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 +3 -3
- 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 +69 -79
- package/esm2022/eui-file-upload/eui-file-upload.module.mjs +4 -4
- package/esm2022/eui-file-upload/file-preview/file-preview.component.mjs +5 -5
- package/esm2022/eui-file-upload/pipes/filesize.pipe.mjs +3 -3
- package/esm2022/eui-file-upload/progress/eui-file-upload-progress.component.mjs +5 -5
- package/esm2022/eui-file-upload/utils/eui-file-upload.utils.mjs +3 -3
- package/esm2022/eui-growl/eui-growl.component.mjs +3 -3
- package/esm2022/eui-growl/eui-growl.module.mjs +4 -4
- 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 +3 -3
- 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 +3 -3
- package/esm2022/eui-input-radio/eui-input-radio.component.mjs +4 -4
- package/esm2022/eui-input-radio/eui-input-radio.module.mjs +4 -4
- package/esm2022/eui-input-text/eui-input-text.component.mjs +4 -4
- package/esm2022/eui-input-text/eui-input-text.module.mjs +4 -4
- package/esm2022/eui-label/eui-label.component.mjs +3 -3
- package/esm2022/eui-label/eui-label.module.mjs +4 -4
- package/esm2022/eui-list/eui-list-item/eui-list-item.component.mjs +3 -3
- 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 +5 -5
- package/esm2022/eui-menu/eui-menu.component.mjs +3 -3
- package/esm2022/eui-menu/eui-menu.module.mjs +4 -4
- package/esm2022/eui-message-box/eui-message-box.component.mjs +6 -6
- 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 +3 -3
- package/esm2022/eui-overlay/components/eui-overlay-footer/eui-overlay-footer.component.mjs +3 -3
- package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.mjs +3 -3
- package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header.component.mjs +3 -3
- package/esm2022/eui-overlay/eui-overlay.component.mjs +7 -7
- 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 +3 -3
- package/esm2022/eui-paginator/eui-paginator.module.mjs +4 -4
- package/esm2022/eui-popover/directives/eui-popover-arrow-position.directive.mjs +3 -3
- package/esm2022/eui-popover/eui-popover.component.mjs +3 -3
- package/esm2022/eui-popover/eui-popover.module.mjs +4 -4
- 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 +3 -3
- package/esm2022/eui-select/eui-select-multiple.directive.mjs +3 -3
- package/esm2022/eui-select/eui-select-mutli-option.directive.mjs +3 -3
- package/esm2022/eui-select/eui-select-option.directive.mjs +3 -3
- package/esm2022/eui-select/eui-select.component.mjs +4 -4
- package/esm2022/eui-select/eui-select.module.mjs +4 -4
- package/esm2022/eui-sidebar-menu/eui-sidebar-menu.component.mjs +3 -3
- package/esm2022/eui-sidebar-menu/eui-sidebar-menu.module.mjs +4 -4
- package/esm2022/eui-slide-toggle/eui-slide-toggle.component.mjs +11 -5
- package/esm2022/eui-slide-toggle/eui-slide-toggle.module.mjs +7 -6
- package/esm2022/eui-table/directives/eui-table-sticky-columns.directive.mjs +3 -3
- package/esm2022/eui-table/eui-table.component.mjs +4 -4
- 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 +3 -3
- 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 +6 -6
- package/esm2022/eui-tabs/eui-tabs.module.mjs +4 -4
- package/esm2022/eui-textarea/auto-resize.directive.mjs +3 -3
- package/esm2022/eui-textarea/eui-textarea.component.mjs +4 -4
- package/esm2022/eui-textarea/eui-textarea.module.mjs +4 -4
- package/esm2022/eui-timebar/eui-timebar.component.mjs +7 -7
- package/esm2022/eui-timeline/eui-timeline-item.component.mjs +43 -20
- package/esm2022/eui-timeline/eui-timeline.component.mjs +28 -13
- 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 +4 -4
- package/esm2022/eui-tree/eui-dropdown-tree.directive.mjs +7 -7
- package/esm2022/eui-tree/eui-tree-form-control.directive.mjs +7 -7
- package/esm2022/eui-tree/eui-tree.component.mjs +10 -10
- package/esm2022/eui-tree-list/eui-tree-list-item.component.mjs +14 -14
- package/esm2022/eui-tree-list/eui-tree-list.component.mjs +3 -3
- package/esm2022/eui-tree-list/eui-tree-list.module.mjs +4 -4
- package/esm2022/eui-tree-list/item-content/item-content.component.mjs +3 -3
- package/esm2022/eui-tree-list/toolbar/toolbar.component.mjs +6 -6
- package/esm2022/eui-ux-tree/eui-ux-tree-node.component.mjs +3 -3
- package/esm2022/eui-ux-tree/eui-ux-tree-toolbar/eui-ux-tree-toolbar.component.mjs +6 -6
- package/esm2022/eui-ux-tree/eui-ux-tree.component.mjs +3 -3
- package/esm2022/eui-ux-tree/eui-ux-tree.module.mjs +4 -4
- package/esm2022/eui-wizard/eui-wizard-step.component.mjs +3 -3
- package/esm2022/eui-wizard/eui-wizard.component.mjs +3 -3
- 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 +6 -6
- 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 +3 -3
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.component.mjs +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +6 -6
- package/esm2022/layout/eui-breadcrumb/item/breadcrumb-item.component.mjs +3 -3
- 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 +3 -3
- package/esm2022/layout/eui-header/header-app-name-logo/header-app-name-logo.component.mjs +3 -3
- package/esm2022/layout/eui-header/header-app-subtitle/header-app-subtitle.component.mjs +3 -3
- package/esm2022/layout/eui-header/header-environment/header-environment.component.mjs +3 -3
- package/esm2022/layout/eui-header/header-logo/header-logo.component.mjs +3 -3
- 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 +3 -3
- 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 +4 -4
- package/esm2022/layout/eui-notifications/eui-notification-item.component.mjs +3 -3
- 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 +3 -3
- package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +3 -3
- package/esm2022/layout/eui-notifications-v2/eui-notifications.module.mjs +4 -4
- 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 +3 -3
- package/esm2022/layout/eui-toolbar/toolbar.component.mjs +3 -3
- package/esm2022/layout/eui-toolbar/toolbar.module.mjs +4 -4
- package/esm2022/layout/eui-user-profile/user-profile-card/user-profile-card.component.mjs +3 -3
- 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 +3 -3
- package/esm2022/layout/eui-user-profile/user-profile.module.mjs +4 -4
- 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/eui-accessible-button-icon/eui-accessible-button-icon.component.mjs +7 -7
- 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 +3 -3
- package/eui-alert/eui-alert.component.d.ts +3 -2
- package/eui-alert/eui-alert.component.d.ts.map +1 -1
- package/eui-dashboard-card/eui-dashboard-card.component.d.ts +2 -1
- package/eui-dashboard-card/eui-dashboard-card.component.d.ts.map +1 -1
- package/eui-file-upload/eui-file-upload.component.d.ts +16 -28
- package/eui-file-upload/eui-file-upload.component.d.ts.map +1 -1
- package/eui-slide-toggle/eui-slide-toggle.component.d.ts +3 -1
- package/eui-slide-toggle/eui-slide-toggle.component.d.ts.map +1 -1
- package/eui-slide-toggle/eui-slide-toggle.module.d.ts +2 -1
- package/eui-slide-toggle/eui-slide-toggle.module.d.ts.map +1 -1
- package/eui-timeline/eui-timeline-item.component.d.ts +10 -8
- package/eui-timeline/eui-timeline-item.component.d.ts.map +1 -1
- package/eui-timeline/eui-timeline.component.d.ts +3 -3
- package/eui-timeline/eui-timeline.component.d.ts.map +1 -1
- package/fesm2022/eui-components-directives.mjs +69 -69
- package/fesm2022/eui-components-ecl-eui-ecl-banner.mjs +34 -34
- package/fesm2022/eui-components-ecl-eui-ecl-button.mjs +11 -11
- package/fesm2022/eui-components-ecl-eui-ecl-button.mjs.map +1 -1
- package/fesm2022/eui-components-ecl-eui-ecl-carousel.mjs +11 -11
- package/fesm2022/eui-components-ecl-eui-ecl-icon.mjs +8 -8
- package/fesm2022/eui-components-ecl-eui-ecl-label.mjs +7 -7
- package/fesm2022/eui-components-ecl-eui-ecl-link.mjs +10 -10
- package/fesm2022/eui-components-ecl-eui-ecl-message.mjs +10 -10
- package/fesm2022/eui-components-ecl-shared.mjs +19 -19
- package/fesm2022/eui-components-ecl-webcomponents-ecl-message-wc.mjs +7 -7
- package/fesm2022/eui-components-ecl-webcomponents-ecl-webcomponents-all.mjs +4 -4
- package/fesm2022/eui-components-eui-alert.mjs +18 -14
- package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
- package/fesm2022/eui-components-eui-all.mjs +4 -4
- package/fesm2022/eui-components-eui-autocomplete.mjs +8 -8
- package/fesm2022/eui-components-eui-avatar.mjs +23 -23
- package/fesm2022/eui-components-eui-avatar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-badge.mjs +7 -7
- package/fesm2022/eui-components-eui-block-content.mjs +7 -7
- package/fesm2022/eui-components-eui-block-document.mjs +7 -7
- package/fesm2022/eui-components-eui-button-group.mjs +7 -7
- package/fesm2022/eui-components-eui-button.mjs +8 -8
- package/fesm2022/eui-components-eui-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-buttons.mjs +13 -13
- package/fesm2022/eui-components-eui-card.mjs +46 -46
- package/fesm2022/eui-components-eui-chip-list.mjs +13 -13
- package/fesm2022/eui-components-eui-chip.mjs +7 -7
- package/fesm2022/eui-components-eui-dashboard-button.mjs +13 -13
- package/fesm2022/eui-components-eui-dashboard-card.mjs +13 -9
- package/fesm2022/eui-components-eui-dashboard-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-date-range-selector.mjs +8 -8
- package/fesm2022/eui-components-eui-date-range-selector.mjs.map +1 -1
- package/fesm2022/eui-components-eui-datepicker.mjs +19 -19
- package/fesm2022/eui-components-eui-dialog.mjs +19 -19
- package/fesm2022/eui-components-eui-dimmer.mjs +7 -7
- package/fesm2022/eui-components-eui-disable-content.mjs +7 -7
- package/fesm2022/eui-components-eui-discussion-thread.mjs +10 -10
- package/fesm2022/eui-components-eui-dropdown.mjs +21 -21
- 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 +84 -93
- package/fesm2022/eui-components-eui-file-upload.mjs.map +1 -1
- package/fesm2022/eui-components-eui-growl.mjs +7 -7
- 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 +8 -8
- package/fesm2022/eui-components-eui-input-checkbox.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-group.mjs +7 -7
- package/fesm2022/eui-components-eui-input-number.mjs +12 -12
- package/fesm2022/eui-components-eui-input-number.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-radio.mjs +8 -8
- package/fesm2022/eui-components-eui-input-radio.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-text.mjs +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-list.mjs +13 -13
- package/fesm2022/eui-components-eui-menu.mjs +11 -11
- package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
- package/fesm2022/eui-components-eui-message-box.mjs +13 -13
- package/fesm2022/eui-components-eui-overlay.mjs +19 -19
- package/fesm2022/eui-components-eui-page.mjs +55 -55
- package/fesm2022/eui-components-eui-paginator.mjs +7 -7
- package/fesm2022/eui-components-eui-popover.mjs +10 -10
- 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 +20 -20
- package/fesm2022/eui-components-eui-select.mjs.map +1 -1
- package/fesm2022/eui-components-eui-sidebar-menu.mjs +7 -7
- package/fesm2022/eui-components-eui-slide-toggle.mjs +17 -10
- package/fesm2022/eui-components-eui-slide-toggle.mjs.map +1 -1
- package/fesm2022/eui-components-eui-table.mjs +36 -36
- package/fesm2022/eui-components-eui-table.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tabs.mjs +24 -24
- package/fesm2022/eui-components-eui-textarea.mjs +11 -11
- package/fesm2022/eui-components-eui-textarea.mjs.map +1 -1
- package/fesm2022/eui-components-eui-timebar.mjs +7 -7
- package/fesm2022/eui-components-eui-timeline.mjs +68 -32
- package/fesm2022/eui-components-eui-timeline.mjs.map +1 -1
- package/fesm2022/eui-components-eui-timepicker.mjs +7 -7
- package/fesm2022/eui-components-eui-tree-list.mjs +29 -29
- package/fesm2022/eui-components-eui-tree-list.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree.mjs +23 -23
- package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
- package/fesm2022/eui-components-eui-ux-tree.mjs +16 -16
- package/fesm2022/eui-components-eui-wizard.mjs +13 -13
- package/fesm2022/eui-components-externals-charts.mjs +7 -7
- package/fesm2022/eui-components-externals-eui-editor.mjs +26 -26
- package/fesm2022/eui-components-externals-quill.mjs +7 -7
- package/fesm2022/eui-components-layout.mjs +234 -234
- package/fesm2022/eui-components-pipes.mjs +14 -14
- package/fesm2022/eui-components-shared-base.mjs +6 -6
- package/fesm2022/eui-components-shared.mjs +25 -25
- package/package.json +8 -8
@@ -80,6 +80,13 @@
|
|
80
80
|
<td class="col-md-9"><code>ViewEncapsulation.None</code></td>
|
81
81
|
</tr>
|
82
82
|
|
83
|
+
<tr>
|
84
|
+
<td class="col-md-3">HostDirectives</td>
|
85
|
+
<td class="col-md-9">
|
86
|
+
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
87
|
+
<br/>
|
88
|
+
</td>
|
89
|
+
</tr>
|
83
90
|
|
84
91
|
|
85
92
|
|
@@ -139,6 +146,10 @@
|
|
139
146
|
<tr>
|
140
147
|
<td class="col-md-4">
|
141
148
|
<ul class="index-list">
|
149
|
+
<li>
|
150
|
+
<span class="modifier">Public</span>
|
151
|
+
<a href="#baseStatesDirective" >baseStatesDirective</a>
|
152
|
+
</li>
|
142
153
|
<li>
|
143
154
|
<span class="modifier">Public</span>
|
144
155
|
<a href="#dragEntered" >dragEntered</a>
|
@@ -287,6 +298,20 @@
|
|
287
298
|
</td>
|
288
299
|
</tr>
|
289
300
|
|
301
|
+
<tr>
|
302
|
+
<td class="col-md-4">
|
303
|
+
<h6><b>HostBindings</b></h6>
|
304
|
+
</td>
|
305
|
+
</tr>
|
306
|
+
<tr>
|
307
|
+
<td class="col-md-4">
|
308
|
+
<ul class="index-list">
|
309
|
+
<li>
|
310
|
+
<a href="#class" >class</a>
|
311
|
+
</li>
|
312
|
+
</ul>
|
313
|
+
</td>
|
314
|
+
</tr>
|
290
315
|
|
291
316
|
<tr>
|
292
317
|
<td class="col-md-4">
|
@@ -312,31 +337,7 @@
|
|
312
337
|
<td class="col-md-4">
|
313
338
|
<ul class="index-list">
|
314
339
|
<li>
|
315
|
-
<a href="#
|
316
|
-
</li>
|
317
|
-
<li>
|
318
|
-
<a href="#hasProgressBar" >hasProgressBar</a>
|
319
|
-
</li>
|
320
|
-
<li>
|
321
|
-
<a href="#hasPreview" >hasPreview</a>
|
322
|
-
</li>
|
323
|
-
<li>
|
324
|
-
<a href="#hasPreviewAsImage" >hasPreviewAsImage</a>
|
325
|
-
</li>
|
326
|
-
<li>
|
327
|
-
<a href="#hasPreviewAsIcon" >hasPreviewAsIcon</a>
|
328
|
-
</li>
|
329
|
-
<li>
|
330
|
-
<a href="#hasTotalSizeDisplayed" >hasTotalSizeDisplayed</a>
|
331
|
-
</li>
|
332
|
-
<li>
|
333
|
-
<a href="#hasResetButton" >hasResetButton</a>
|
334
|
-
</li>
|
335
|
-
<li>
|
336
|
-
<a href="#hasDragArea" >hasDragArea</a>
|
337
|
-
</li>
|
338
|
-
<li>
|
339
|
-
<a href="#isItemsClickable" >isItemsClickable</a>
|
340
|
+
<a href="#cssClasses" >cssClasses</a>
|
340
341
|
</li>
|
341
342
|
<li>
|
342
343
|
<a href="#showResetBtn" >showResetBtn</a>
|
@@ -351,6 +352,49 @@
|
|
351
352
|
</table>
|
352
353
|
</section>
|
353
354
|
|
355
|
+
<section data-compodoc="block-constructor">
|
356
|
+
<h3 id="constructor">Constructor</h3>
|
357
|
+
<table class="table table-sm table-bordered">
|
358
|
+
<tbody>
|
359
|
+
<tr>
|
360
|
+
<td class="col-md-4">
|
361
|
+
<code>constructor(baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>)</code>
|
362
|
+
</td>
|
363
|
+
</tr>
|
364
|
+
|
365
|
+
<tr>
|
366
|
+
<td class="col-md-4">
|
367
|
+
<div>
|
368
|
+
<b>Parameters :</b>
|
369
|
+
<table class="params">
|
370
|
+
<thead>
|
371
|
+
<tr>
|
372
|
+
<td>Name</td>
|
373
|
+
<td>Type</td>
|
374
|
+
<td>Optional</td>
|
375
|
+
</tr>
|
376
|
+
</thead>
|
377
|
+
<tbody>
|
378
|
+
<tr>
|
379
|
+
<td>baseStatesDirective</td>
|
380
|
+
|
381
|
+
<td>
|
382
|
+
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
383
|
+
</td>
|
384
|
+
|
385
|
+
<td>
|
386
|
+
No
|
387
|
+
</td>
|
388
|
+
|
389
|
+
</tr>
|
390
|
+
</tbody>
|
391
|
+
</table>
|
392
|
+
</div>
|
393
|
+
</td>
|
394
|
+
</tr>
|
395
|
+
</tbody>
|
396
|
+
</table>
|
397
|
+
</section>
|
354
398
|
|
355
399
|
<section data-compodoc="block-inputs">
|
356
400
|
<h3 id="inputs">Inputs</h3>
|
@@ -406,10 +450,15 @@
|
|
406
450
|
</tr>
|
407
451
|
<tr>
|
408
452
|
<td class="col-md-4">
|
409
|
-
<i>Type : </i>
|
453
|
+
<i>Type : </i> <code>BooleanInput</code>
|
410
454
|
|
411
455
|
</td>
|
412
456
|
</tr>
|
457
|
+
<tr>
|
458
|
+
<td class="col-md-4">
|
459
|
+
<i>Default value : </i><code>false</code>
|
460
|
+
</td>
|
461
|
+
</tr>
|
413
462
|
</tbody>
|
414
463
|
</table>
|
415
464
|
<table class="table table-sm table-bordered">
|
@@ -422,10 +471,15 @@
|
|
422
471
|
</tr>
|
423
472
|
<tr>
|
424
473
|
<td class="col-md-4">
|
425
|
-
<i>Type : </i>
|
474
|
+
<i>Type : </i> <code>BooleanInput</code>
|
426
475
|
|
427
476
|
</td>
|
428
477
|
</tr>
|
478
|
+
<tr>
|
479
|
+
<td class="col-md-4">
|
480
|
+
<i>Default value : </i><code>true</code>
|
481
|
+
</td>
|
482
|
+
</tr>
|
429
483
|
</tbody>
|
430
484
|
</table>
|
431
485
|
<table class="table table-sm table-bordered">
|
@@ -438,10 +492,15 @@
|
|
438
492
|
</tr>
|
439
493
|
<tr>
|
440
494
|
<td class="col-md-4">
|
441
|
-
<i>Type : </i>
|
495
|
+
<i>Type : </i> <code>BooleanInput</code>
|
442
496
|
|
443
497
|
</td>
|
444
498
|
</tr>
|
499
|
+
<tr>
|
500
|
+
<td class="col-md-4">
|
501
|
+
<i>Default value : </i><code>false</code>
|
502
|
+
</td>
|
503
|
+
</tr>
|
445
504
|
</tbody>
|
446
505
|
</table>
|
447
506
|
<table class="table table-sm table-bordered">
|
@@ -454,10 +513,15 @@
|
|
454
513
|
</tr>
|
455
514
|
<tr>
|
456
515
|
<td class="col-md-4">
|
457
|
-
<i>Type : </i>
|
516
|
+
<i>Type : </i> <code>BooleanInput</code>
|
458
517
|
|
459
518
|
</td>
|
460
519
|
</tr>
|
520
|
+
<tr>
|
521
|
+
<td class="col-md-4">
|
522
|
+
<i>Default value : </i><code>true</code>
|
523
|
+
</td>
|
524
|
+
</tr>
|
461
525
|
</tbody>
|
462
526
|
</table>
|
463
527
|
<table class="table table-sm table-bordered">
|
@@ -470,10 +534,15 @@
|
|
470
534
|
</tr>
|
471
535
|
<tr>
|
472
536
|
<td class="col-md-4">
|
473
|
-
<i>Type : </i>
|
537
|
+
<i>Type : </i> <code>BooleanInput</code>
|
474
538
|
|
475
539
|
</td>
|
476
540
|
</tr>
|
541
|
+
<tr>
|
542
|
+
<td class="col-md-4">
|
543
|
+
<i>Default value : </i><code>true</code>
|
544
|
+
</td>
|
545
|
+
</tr>
|
477
546
|
</tbody>
|
478
547
|
</table>
|
479
548
|
<table class="table table-sm table-bordered">
|
@@ -486,10 +555,15 @@
|
|
486
555
|
</tr>
|
487
556
|
<tr>
|
488
557
|
<td class="col-md-4">
|
489
|
-
<i>Type : </i>
|
558
|
+
<i>Type : </i> <code>BooleanInput</code>
|
490
559
|
|
491
560
|
</td>
|
492
561
|
</tr>
|
562
|
+
<tr>
|
563
|
+
<td class="col-md-4">
|
564
|
+
<i>Default value : </i><code>true</code>
|
565
|
+
</td>
|
566
|
+
</tr>
|
493
567
|
</tbody>
|
494
568
|
</table>
|
495
569
|
<table class="table table-sm table-bordered">
|
@@ -502,10 +576,15 @@
|
|
502
576
|
</tr>
|
503
577
|
<tr>
|
504
578
|
<td class="col-md-4">
|
505
|
-
<i>Type : </i>
|
579
|
+
<i>Type : </i> <code>BooleanInput</code>
|
506
580
|
|
507
581
|
</td>
|
508
582
|
</tr>
|
583
|
+
<tr>
|
584
|
+
<td class="col-md-4">
|
585
|
+
<i>Default value : </i><code>true</code>
|
586
|
+
</td>
|
587
|
+
</tr>
|
509
588
|
</tbody>
|
510
589
|
</table>
|
511
590
|
<table class="table table-sm table-bordered">
|
@@ -518,10 +597,15 @@
|
|
518
597
|
</tr>
|
519
598
|
<tr>
|
520
599
|
<td class="col-md-4">
|
521
|
-
<i>Type : </i>
|
600
|
+
<i>Type : </i> <code>BooleanInput</code>
|
522
601
|
|
523
602
|
</td>
|
524
603
|
</tr>
|
604
|
+
<tr>
|
605
|
+
<td class="col-md-4">
|
606
|
+
<i>Default value : </i><code>false</code>
|
607
|
+
</td>
|
608
|
+
</tr>
|
525
609
|
</tbody>
|
526
610
|
</table>
|
527
611
|
<table class="table table-sm table-bordered">
|
@@ -534,10 +618,15 @@
|
|
534
618
|
</tr>
|
535
619
|
<tr>
|
536
620
|
<td class="col-md-4">
|
537
|
-
<i>Type : </i>
|
621
|
+
<i>Type : </i> <code>BooleanInput</code>
|
538
622
|
|
539
623
|
</td>
|
540
624
|
</tr>
|
625
|
+
<tr>
|
626
|
+
<td class="col-md-4">
|
627
|
+
<i>Default value : </i><code>true</code>
|
628
|
+
</td>
|
629
|
+
</tr>
|
541
630
|
</tbody>
|
542
631
|
</table>
|
543
632
|
<table class="table table-sm table-bordered">
|
@@ -608,6 +697,29 @@
|
|
608
697
|
</tbody>
|
609
698
|
</table>
|
610
699
|
</section>
|
700
|
+
<section data-compodoc="block-properties">
|
701
|
+
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
702
|
+
<tbody>
|
703
|
+
<tr>
|
704
|
+
<td class="col-md-4">
|
705
|
+
<a name="class"></a>
|
706
|
+
<span class="name">
|
707
|
+
<span ><b>class</b></span>
|
708
|
+
<a href="#class"><span class="icon ion-ios-link"></span></a>
|
709
|
+
</span>
|
710
|
+
</td>
|
711
|
+
</tr>
|
712
|
+
<tr>
|
713
|
+
<td class="col-md-4">
|
714
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
715
|
+
|
716
|
+
</td>
|
717
|
+
</tr>
|
718
|
+
|
719
|
+
|
720
|
+
</tbody>
|
721
|
+
</table>
|
722
|
+
</section>
|
611
723
|
|
612
724
|
<section data-compodoc="block-methods">
|
613
725
|
<h3>HostListeners</h3> <table class="table table-sm table-bordered">
|
@@ -1219,6 +1331,28 @@
|
|
1219
1331
|
<h3 id="inputs">
|
1220
1332
|
Properties
|
1221
1333
|
</h3>
|
1334
|
+
<table class="table table-sm table-bordered">
|
1335
|
+
<tbody>
|
1336
|
+
<tr>
|
1337
|
+
<td class="col-md-4">
|
1338
|
+
<a name="baseStatesDirective"></a>
|
1339
|
+
<span class="name">
|
1340
|
+
<span class="modifier">Public</span>
|
1341
|
+
<span ><b>baseStatesDirective</b></span>
|
1342
|
+
<a href="#baseStatesDirective"><span class="icon ion-ios-link"></span></a>
|
1343
|
+
</span>
|
1344
|
+
</td>
|
1345
|
+
</tr>
|
1346
|
+
<tr>
|
1347
|
+
<td class="col-md-4">
|
1348
|
+
<i>Type : </i> <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
1349
|
+
|
1350
|
+
</td>
|
1351
|
+
</tr>
|
1352
|
+
|
1353
|
+
|
1354
|
+
</tbody>
|
1355
|
+
</table>
|
1222
1356
|
<table class="table table-sm table-bordered">
|
1223
1357
|
<tbody>
|
1224
1358
|
<tr>
|
@@ -1383,531 +1517,17 @@
|
|
1383
1517
|
<tbody>
|
1384
1518
|
<tr>
|
1385
1519
|
<td class="col-md-4">
|
1386
|
-
<a name="
|
1387
|
-
<span class="name"><b>
|
1388
|
-
</td>
|
1389
|
-
</tr>
|
1390
|
-
|
1391
|
-
<tr>
|
1392
|
-
<td class="col-md-4">
|
1393
|
-
<span class="accessor"><b>get</b><code>isMultiple()</code></span>
|
1394
|
-
</td>
|
1395
|
-
</tr>
|
1396
|
-
|
1397
|
-
<tr>
|
1398
|
-
<td class="col-md-4">
|
1399
|
-
<span class="accessor"><b>set</b><code>isMultiple(value: BooleanInput)</code></span>
|
1400
|
-
</td>
|
1401
|
-
</tr>
|
1402
|
-
<tr>
|
1403
|
-
<td class="col-md-4">
|
1404
|
-
|
1405
|
-
<div class="io-description">
|
1406
|
-
<b>Parameters :</b>
|
1407
|
-
<table class="params">
|
1408
|
-
<thead>
|
1409
|
-
<tr>
|
1410
|
-
<td>Name</td>
|
1411
|
-
<td>Type</td>
|
1412
|
-
<td>Optional</td>
|
1413
|
-
</tr>
|
1414
|
-
</thead>
|
1415
|
-
<tbody>
|
1416
|
-
<tr>
|
1417
|
-
<td>value</td>
|
1418
|
-
|
1419
|
-
<td>
|
1420
|
-
<code>BooleanInput</code>
|
1421
|
-
</td>
|
1422
|
-
|
1423
|
-
<td>
|
1424
|
-
No
|
1425
|
-
</td>
|
1426
|
-
|
1427
|
-
</tr>
|
1428
|
-
</tbody>
|
1429
|
-
</table>
|
1430
|
-
</div>
|
1431
|
-
<div>
|
1432
|
-
</div>
|
1433
|
-
<div class="io-description">
|
1434
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1435
|
-
|
1436
|
-
</div>
|
1437
|
-
</td>
|
1438
|
-
</tr>
|
1439
|
-
</tbody>
|
1440
|
-
</table>
|
1441
|
-
<table class="table table-sm table-bordered">
|
1442
|
-
<tbody>
|
1443
|
-
<tr>
|
1444
|
-
<td class="col-md-4">
|
1445
|
-
<a name="hasProgressBar"></a>
|
1446
|
-
<span class="name"><b>hasProgressBar</b><a href="#hasProgressBar"><span class="icon ion-ios-link"></span></a></span>
|
1447
|
-
</td>
|
1448
|
-
</tr>
|
1449
|
-
|
1450
|
-
<tr>
|
1451
|
-
<td class="col-md-4">
|
1452
|
-
<span class="accessor"><b>get</b><code>hasProgressBar()</code></span>
|
1453
|
-
</td>
|
1454
|
-
</tr>
|
1455
|
-
|
1456
|
-
<tr>
|
1457
|
-
<td class="col-md-4">
|
1458
|
-
<span class="accessor"><b>set</b><code>hasProgressBar(value: BooleanInput)</code></span>
|
1459
|
-
</td>
|
1460
|
-
</tr>
|
1461
|
-
<tr>
|
1462
|
-
<td class="col-md-4">
|
1463
|
-
|
1464
|
-
<div class="io-description">
|
1465
|
-
<b>Parameters :</b>
|
1466
|
-
<table class="params">
|
1467
|
-
<thead>
|
1468
|
-
<tr>
|
1469
|
-
<td>Name</td>
|
1470
|
-
<td>Type</td>
|
1471
|
-
<td>Optional</td>
|
1472
|
-
</tr>
|
1473
|
-
</thead>
|
1474
|
-
<tbody>
|
1475
|
-
<tr>
|
1476
|
-
<td>value</td>
|
1477
|
-
|
1478
|
-
<td>
|
1479
|
-
<code>BooleanInput</code>
|
1480
|
-
</td>
|
1481
|
-
|
1482
|
-
<td>
|
1483
|
-
No
|
1484
|
-
</td>
|
1485
|
-
|
1486
|
-
</tr>
|
1487
|
-
</tbody>
|
1488
|
-
</table>
|
1489
|
-
</div>
|
1490
|
-
<div>
|
1491
|
-
</div>
|
1492
|
-
<div class="io-description">
|
1493
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1494
|
-
|
1495
|
-
</div>
|
1496
|
-
</td>
|
1497
|
-
</tr>
|
1498
|
-
</tbody>
|
1499
|
-
</table>
|
1500
|
-
<table class="table table-sm table-bordered">
|
1501
|
-
<tbody>
|
1502
|
-
<tr>
|
1503
|
-
<td class="col-md-4">
|
1504
|
-
<a name="hasPreview"></a>
|
1505
|
-
<span class="name"><b>hasPreview</b><a href="#hasPreview"><span class="icon ion-ios-link"></span></a></span>
|
1506
|
-
</td>
|
1507
|
-
</tr>
|
1508
|
-
|
1509
|
-
<tr>
|
1510
|
-
<td class="col-md-4">
|
1511
|
-
<span class="accessor"><b>get</b><code>hasPreview()</code></span>
|
1512
|
-
</td>
|
1513
|
-
</tr>
|
1514
|
-
|
1515
|
-
<tr>
|
1516
|
-
<td class="col-md-4">
|
1517
|
-
<span class="accessor"><b>set</b><code>hasPreview(value: BooleanInput)</code></span>
|
1518
|
-
</td>
|
1519
|
-
</tr>
|
1520
|
-
<tr>
|
1521
|
-
<td class="col-md-4">
|
1522
|
-
|
1523
|
-
<div class="io-description">
|
1524
|
-
<b>Parameters :</b>
|
1525
|
-
<table class="params">
|
1526
|
-
<thead>
|
1527
|
-
<tr>
|
1528
|
-
<td>Name</td>
|
1529
|
-
<td>Type</td>
|
1530
|
-
<td>Optional</td>
|
1531
|
-
</tr>
|
1532
|
-
</thead>
|
1533
|
-
<tbody>
|
1534
|
-
<tr>
|
1535
|
-
<td>value</td>
|
1536
|
-
|
1537
|
-
<td>
|
1538
|
-
<code>BooleanInput</code>
|
1539
|
-
</td>
|
1540
|
-
|
1541
|
-
<td>
|
1542
|
-
No
|
1543
|
-
</td>
|
1544
|
-
|
1545
|
-
</tr>
|
1546
|
-
</tbody>
|
1547
|
-
</table>
|
1548
|
-
</div>
|
1549
|
-
<div>
|
1550
|
-
</div>
|
1551
|
-
<div class="io-description">
|
1552
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1553
|
-
|
1554
|
-
</div>
|
1555
|
-
</td>
|
1556
|
-
</tr>
|
1557
|
-
</tbody>
|
1558
|
-
</table>
|
1559
|
-
<table class="table table-sm table-bordered">
|
1560
|
-
<tbody>
|
1561
|
-
<tr>
|
1562
|
-
<td class="col-md-4">
|
1563
|
-
<a name="hasPreviewAsImage"></a>
|
1564
|
-
<span class="name"><b>hasPreviewAsImage</b><a href="#hasPreviewAsImage"><span class="icon ion-ios-link"></span></a></span>
|
1565
|
-
</td>
|
1566
|
-
</tr>
|
1567
|
-
|
1568
|
-
<tr>
|
1569
|
-
<td class="col-md-4">
|
1570
|
-
<span class="accessor"><b>get</b><code>hasPreviewAsImage()</code></span>
|
1520
|
+
<a name="cssClasses"></a>
|
1521
|
+
<span class="name"><b>cssClasses</b><a href="#cssClasses"><span class="icon ion-ios-link"></span></a></span>
|
1571
1522
|
</td>
|
1572
1523
|
</tr>
|
1573
1524
|
|
1574
1525
|
<tr>
|
1575
1526
|
<td class="col-md-4">
|
1576
|
-
<span class="accessor"><b>
|
1527
|
+
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
1577
1528
|
</td>
|
1578
1529
|
</tr>
|
1579
|
-
<tr>
|
1580
|
-
<td class="col-md-4">
|
1581
1530
|
|
1582
|
-
<div class="io-description">
|
1583
|
-
<b>Parameters :</b>
|
1584
|
-
<table class="params">
|
1585
|
-
<thead>
|
1586
|
-
<tr>
|
1587
|
-
<td>Name</td>
|
1588
|
-
<td>Type</td>
|
1589
|
-
<td>Optional</td>
|
1590
|
-
</tr>
|
1591
|
-
</thead>
|
1592
|
-
<tbody>
|
1593
|
-
<tr>
|
1594
|
-
<td>value</td>
|
1595
|
-
|
1596
|
-
<td>
|
1597
|
-
<code>BooleanInput</code>
|
1598
|
-
</td>
|
1599
|
-
|
1600
|
-
<td>
|
1601
|
-
No
|
1602
|
-
</td>
|
1603
|
-
|
1604
|
-
</tr>
|
1605
|
-
</tbody>
|
1606
|
-
</table>
|
1607
|
-
</div>
|
1608
|
-
<div>
|
1609
|
-
</div>
|
1610
|
-
<div class="io-description">
|
1611
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1612
|
-
|
1613
|
-
</div>
|
1614
|
-
</td>
|
1615
|
-
</tr>
|
1616
|
-
</tbody>
|
1617
|
-
</table>
|
1618
|
-
<table class="table table-sm table-bordered">
|
1619
|
-
<tbody>
|
1620
|
-
<tr>
|
1621
|
-
<td class="col-md-4">
|
1622
|
-
<a name="hasPreviewAsIcon"></a>
|
1623
|
-
<span class="name"><b>hasPreviewAsIcon</b><a href="#hasPreviewAsIcon"><span class="icon ion-ios-link"></span></a></span>
|
1624
|
-
</td>
|
1625
|
-
</tr>
|
1626
|
-
|
1627
|
-
<tr>
|
1628
|
-
<td class="col-md-4">
|
1629
|
-
<span class="accessor"><b>get</b><code>hasPreviewAsIcon()</code></span>
|
1630
|
-
</td>
|
1631
|
-
</tr>
|
1632
|
-
|
1633
|
-
<tr>
|
1634
|
-
<td class="col-md-4">
|
1635
|
-
<span class="accessor"><b>set</b><code>hasPreviewAsIcon(value: BooleanInput)</code></span>
|
1636
|
-
</td>
|
1637
|
-
</tr>
|
1638
|
-
<tr>
|
1639
|
-
<td class="col-md-4">
|
1640
|
-
|
1641
|
-
<div class="io-description">
|
1642
|
-
<b>Parameters :</b>
|
1643
|
-
<table class="params">
|
1644
|
-
<thead>
|
1645
|
-
<tr>
|
1646
|
-
<td>Name</td>
|
1647
|
-
<td>Type</td>
|
1648
|
-
<td>Optional</td>
|
1649
|
-
</tr>
|
1650
|
-
</thead>
|
1651
|
-
<tbody>
|
1652
|
-
<tr>
|
1653
|
-
<td>value</td>
|
1654
|
-
|
1655
|
-
<td>
|
1656
|
-
<code>BooleanInput</code>
|
1657
|
-
</td>
|
1658
|
-
|
1659
|
-
<td>
|
1660
|
-
No
|
1661
|
-
</td>
|
1662
|
-
|
1663
|
-
</tr>
|
1664
|
-
</tbody>
|
1665
|
-
</table>
|
1666
|
-
</div>
|
1667
|
-
<div>
|
1668
|
-
</div>
|
1669
|
-
<div class="io-description">
|
1670
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1671
|
-
|
1672
|
-
</div>
|
1673
|
-
</td>
|
1674
|
-
</tr>
|
1675
|
-
</tbody>
|
1676
|
-
</table>
|
1677
|
-
<table class="table table-sm table-bordered">
|
1678
|
-
<tbody>
|
1679
|
-
<tr>
|
1680
|
-
<td class="col-md-4">
|
1681
|
-
<a name="hasTotalSizeDisplayed"></a>
|
1682
|
-
<span class="name"><b>hasTotalSizeDisplayed</b><a href="#hasTotalSizeDisplayed"><span class="icon ion-ios-link"></span></a></span>
|
1683
|
-
</td>
|
1684
|
-
</tr>
|
1685
|
-
|
1686
|
-
<tr>
|
1687
|
-
<td class="col-md-4">
|
1688
|
-
<span class="accessor"><b>get</b><code>hasTotalSizeDisplayed()</code></span>
|
1689
|
-
</td>
|
1690
|
-
</tr>
|
1691
|
-
|
1692
|
-
<tr>
|
1693
|
-
<td class="col-md-4">
|
1694
|
-
<span class="accessor"><b>set</b><code>hasTotalSizeDisplayed(value: BooleanInput)</code></span>
|
1695
|
-
</td>
|
1696
|
-
</tr>
|
1697
|
-
<tr>
|
1698
|
-
<td class="col-md-4">
|
1699
|
-
|
1700
|
-
<div class="io-description">
|
1701
|
-
<b>Parameters :</b>
|
1702
|
-
<table class="params">
|
1703
|
-
<thead>
|
1704
|
-
<tr>
|
1705
|
-
<td>Name</td>
|
1706
|
-
<td>Type</td>
|
1707
|
-
<td>Optional</td>
|
1708
|
-
</tr>
|
1709
|
-
</thead>
|
1710
|
-
<tbody>
|
1711
|
-
<tr>
|
1712
|
-
<td>value</td>
|
1713
|
-
|
1714
|
-
<td>
|
1715
|
-
<code>BooleanInput</code>
|
1716
|
-
</td>
|
1717
|
-
|
1718
|
-
<td>
|
1719
|
-
No
|
1720
|
-
</td>
|
1721
|
-
|
1722
|
-
</tr>
|
1723
|
-
</tbody>
|
1724
|
-
</table>
|
1725
|
-
</div>
|
1726
|
-
<div>
|
1727
|
-
</div>
|
1728
|
-
<div class="io-description">
|
1729
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1730
|
-
|
1731
|
-
</div>
|
1732
|
-
</td>
|
1733
|
-
</tr>
|
1734
|
-
</tbody>
|
1735
|
-
</table>
|
1736
|
-
<table class="table table-sm table-bordered">
|
1737
|
-
<tbody>
|
1738
|
-
<tr>
|
1739
|
-
<td class="col-md-4">
|
1740
|
-
<a name="hasResetButton"></a>
|
1741
|
-
<span class="name"><b>hasResetButton</b><a href="#hasResetButton"><span class="icon ion-ios-link"></span></a></span>
|
1742
|
-
</td>
|
1743
|
-
</tr>
|
1744
|
-
|
1745
|
-
<tr>
|
1746
|
-
<td class="col-md-4">
|
1747
|
-
<span class="accessor"><b>get</b><code>hasResetButton()</code></span>
|
1748
|
-
</td>
|
1749
|
-
</tr>
|
1750
|
-
|
1751
|
-
<tr>
|
1752
|
-
<td class="col-md-4">
|
1753
|
-
<span class="accessor"><b>set</b><code>hasResetButton(value: BooleanInput)</code></span>
|
1754
|
-
</td>
|
1755
|
-
</tr>
|
1756
|
-
<tr>
|
1757
|
-
<td class="col-md-4">
|
1758
|
-
|
1759
|
-
<div class="io-description">
|
1760
|
-
<b>Parameters :</b>
|
1761
|
-
<table class="params">
|
1762
|
-
<thead>
|
1763
|
-
<tr>
|
1764
|
-
<td>Name</td>
|
1765
|
-
<td>Type</td>
|
1766
|
-
<td>Optional</td>
|
1767
|
-
</tr>
|
1768
|
-
</thead>
|
1769
|
-
<tbody>
|
1770
|
-
<tr>
|
1771
|
-
<td>value</td>
|
1772
|
-
|
1773
|
-
<td>
|
1774
|
-
<code>BooleanInput</code>
|
1775
|
-
</td>
|
1776
|
-
|
1777
|
-
<td>
|
1778
|
-
No
|
1779
|
-
</td>
|
1780
|
-
|
1781
|
-
</tr>
|
1782
|
-
</tbody>
|
1783
|
-
</table>
|
1784
|
-
</div>
|
1785
|
-
<div>
|
1786
|
-
</div>
|
1787
|
-
<div class="io-description">
|
1788
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1789
|
-
|
1790
|
-
</div>
|
1791
|
-
</td>
|
1792
|
-
</tr>
|
1793
|
-
</tbody>
|
1794
|
-
</table>
|
1795
|
-
<table class="table table-sm table-bordered">
|
1796
|
-
<tbody>
|
1797
|
-
<tr>
|
1798
|
-
<td class="col-md-4">
|
1799
|
-
<a name="hasDragArea"></a>
|
1800
|
-
<span class="name"><b>hasDragArea</b><a href="#hasDragArea"><span class="icon ion-ios-link"></span></a></span>
|
1801
|
-
</td>
|
1802
|
-
</tr>
|
1803
|
-
|
1804
|
-
<tr>
|
1805
|
-
<td class="col-md-4">
|
1806
|
-
<span class="accessor"><b>get</b><code>hasDragArea()</code></span>
|
1807
|
-
</td>
|
1808
|
-
</tr>
|
1809
|
-
|
1810
|
-
<tr>
|
1811
|
-
<td class="col-md-4">
|
1812
|
-
<span class="accessor"><b>set</b><code>hasDragArea(value: BooleanInput)</code></span>
|
1813
|
-
</td>
|
1814
|
-
</tr>
|
1815
|
-
<tr>
|
1816
|
-
<td class="col-md-4">
|
1817
|
-
|
1818
|
-
<div class="io-description">
|
1819
|
-
<b>Parameters :</b>
|
1820
|
-
<table class="params">
|
1821
|
-
<thead>
|
1822
|
-
<tr>
|
1823
|
-
<td>Name</td>
|
1824
|
-
<td>Type</td>
|
1825
|
-
<td>Optional</td>
|
1826
|
-
</tr>
|
1827
|
-
</thead>
|
1828
|
-
<tbody>
|
1829
|
-
<tr>
|
1830
|
-
<td>value</td>
|
1831
|
-
|
1832
|
-
<td>
|
1833
|
-
<code>BooleanInput</code>
|
1834
|
-
</td>
|
1835
|
-
|
1836
|
-
<td>
|
1837
|
-
No
|
1838
|
-
</td>
|
1839
|
-
|
1840
|
-
</tr>
|
1841
|
-
</tbody>
|
1842
|
-
</table>
|
1843
|
-
</div>
|
1844
|
-
<div>
|
1845
|
-
</div>
|
1846
|
-
<div class="io-description">
|
1847
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1848
|
-
|
1849
|
-
</div>
|
1850
|
-
</td>
|
1851
|
-
</tr>
|
1852
|
-
</tbody>
|
1853
|
-
</table>
|
1854
|
-
<table class="table table-sm table-bordered">
|
1855
|
-
<tbody>
|
1856
|
-
<tr>
|
1857
|
-
<td class="col-md-4">
|
1858
|
-
<a name="isItemsClickable"></a>
|
1859
|
-
<span class="name"><b>isItemsClickable</b><a href="#isItemsClickable"><span class="icon ion-ios-link"></span></a></span>
|
1860
|
-
</td>
|
1861
|
-
</tr>
|
1862
|
-
|
1863
|
-
<tr>
|
1864
|
-
<td class="col-md-4">
|
1865
|
-
<span class="accessor"><b>get</b><code>isItemsClickable()</code></span>
|
1866
|
-
</td>
|
1867
|
-
</tr>
|
1868
|
-
|
1869
|
-
<tr>
|
1870
|
-
<td class="col-md-4">
|
1871
|
-
<span class="accessor"><b>set</b><code>isItemsClickable(value: BooleanInput)</code></span>
|
1872
|
-
</td>
|
1873
|
-
</tr>
|
1874
|
-
<tr>
|
1875
|
-
<td class="col-md-4">
|
1876
|
-
|
1877
|
-
<div class="io-description">
|
1878
|
-
<b>Parameters :</b>
|
1879
|
-
<table class="params">
|
1880
|
-
<thead>
|
1881
|
-
<tr>
|
1882
|
-
<td>Name</td>
|
1883
|
-
<td>Type</td>
|
1884
|
-
<td>Optional</td>
|
1885
|
-
</tr>
|
1886
|
-
</thead>
|
1887
|
-
<tbody>
|
1888
|
-
<tr>
|
1889
|
-
<td>value</td>
|
1890
|
-
|
1891
|
-
<td>
|
1892
|
-
<code>BooleanInput</code>
|
1893
|
-
</td>
|
1894
|
-
|
1895
|
-
<td>
|
1896
|
-
No
|
1897
|
-
</td>
|
1898
|
-
|
1899
|
-
</tr>
|
1900
|
-
</tbody>
|
1901
|
-
</table>
|
1902
|
-
</div>
|
1903
|
-
<div>
|
1904
|
-
</div>
|
1905
|
-
<div class="io-description">
|
1906
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1907
|
-
|
1908
|
-
</div>
|
1909
|
-
</td>
|
1910
|
-
</tr>
|
1911
1531
|
</tbody>
|
1912
1532
|
</table>
|
1913
1533
|
<table class="table table-sm table-bordered">
|
@@ -1959,7 +1579,7 @@
|
|
1959
1579
|
<script src="../js/libs/htmlparser.js"></script>
|
1960
1580
|
<script src="../js/libs/deep-iterator.js"></script>
|
1961
1581
|
<script>
|
1962
|
-
var COMPONENT_TEMPLATE = '<div><div
|
1582
|
+
var COMPONENT_TEMPLATE = '<div><div class="eui-file-upload__drop-area" [class.eui-file-upload__drop-area--active]="dragEntered" [class.eui-file-upload__drop-area--disabled]="isDropAreaDisabled" *ngIf="hasDragArea"> <span class="eui-file-upload__fake-btn">{{ \'eui.euifileupload.CHOOSE-FILE\' | translate }}</span> <span>{{ \'eui.euifileupload.DRAG-AND-DROP-FILE-HERE\' | translate }}</span> <input #input class="eui-file-upload__file-input" attr.aria-label="{{ \'eui.euifileupload.CHOOSE-FILE\' | translate }} \'or\' {{ \'eui.euifileupload.DRAG-AND-DROP-FILE-HERE\' | translate }}" type="file" accept="{{ accept }}" [attr.disabled]="isDropAreaDisabled ? \'disabled\' : null" [multiple]="isMultiple" (dragenter)="onDragEnter()" (dragleave)="onDragLeave()" /></div><div class="eui-file-upload__simple-input-file eui-u-mb-xs" *ngIf="!hasDragArea"> <label for="file-{{ randomNumberId }}"> <button euiButton type="button" (click)="openBrowseWindow()">{{ \'eui.euifileupload.CHOOSE-FILE\' | translate }}</button> </label> <input #input *ngIf="isMultiple" aria-label="Choose Multiple Files" class="file-input" id="file-{{ randomNumberId }}" type="file" accept="{{ accept }}" multiple /> <input #input *ngIf="!isMultiple" aria-label="Choose a single file" class="file-input" id="file-{{ randomNumberId }}" type="file" accept="{{ accept }}" /></div><eui-file-upload-progress *ngIf="hasProgressBar" [progress]="progress"></eui-file-upload-progress><div *ngFor="let uploadedFile of uploadedFiles; let i = index"> <eui-file-preview [isItemsClickable]="isItemsClickable" [index]="i" [file]="uploadedFile" [hasPreview]="hasPreview" [hasPreviewAsImage]="hasPreviewAsImage" [hasPreviewAsIcon]="hasPreviewAsIcon" (itemClick)="onItemClick($event)" (removeFromList)="removeFromUploadedList($event)"> </eui-file-preview></div><div *ngFor="let file of files; let i = index"> <eui-file-preview [isItemsClickable]="isItemsClickable" [index]="i" [file]="file" [hasPreview]="hasPreview" [hasPreviewAsImage]="hasPreviewAsImage" [hasPreviewAsIcon]="hasPreviewAsIcon" (itemClick)="onItemClick($event)" (removeFromList)="removeFromList($event)"> </eui-file-preview></div><div class="eui-file-upload__total-size" *ngIf="filesTotalSize && hasTotalSizeDisplayed"> {{ filesTotalSize | filesize }} {{ \'eui.euifileupload.TOTAL-SIZE\' | translate }}</div><ng-content></ng-content><button euiButton type="button" (click)="resetList()" *ngIf="showResetBtn"> {{ \'eui.euifileupload.RESET-LIST\' | translate }}</button></div>'
|
1963
1583
|
var COMPONENTS = [{'name': 'ChartComponent', 'selector': 'eui-apex-chart'},{'name': 'CollapsedBreadcrumbComponent', 'selector': 'eui-collapsed-breadcrumb'},{'name': 'EclMessageWcComponent', 'selector': 'ecl-message-wc'},{'name': 'EuiAccessibleButtonIconComponent', 'selector': 'eui-accessible-button-icon'},{'name': 'EuiAlertComponent', 'selector': 'div[euiAlert], eui-alert'},{'name': 'EuiAppBreadcrumbComponent', 'selector': 'eui-app-breadcrumb'},{'name': 'EuiAppComponent', 'selector': 'eui-app'},{'name': 'EuiAppFooterComponent', 'selector': 'eui-app-footer'},{'name': 'EuiAppHeaderComponent', 'selector': 'eui-app-header'},{'name': 'EuiAppSidebarBodyComponent', 'selector': 'eui-app-sidebar-body'},{'name': 'EuiAppSidebarComponent', 'selector': 'eui-app-sidebar'},{'name': 'EuiAppSidebarDrawerComponent', 'selector': 'eui-app-sidebar-drawer'},{'name': 'EuiAppSidebarFooterComponent', 'selector': 'eui-app-sidebar-footer'},{'name': 'EuiAppSidebarHeaderComponent', 'selector': 'eui-app-sidebar-header'},{'name': 'EuiAppSidebarHeaderUserProfileComponent', 'selector': 'eui-app-sidebar-header-user-profile'},{'name': 'EuiAppSidebarMenuComponent', 'selector': 'eui-app-sidebar-menu'},{'name': 'EuiAppToolbarComponent', 'selector': 'eui-app-toolbar'},{'name': 'EuiAppTopMessageComponent', 'selector': 'eui-app-top-message'},{'name': 'EuiAutocompleteAsyncTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteChipsAsyncTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteChipsTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteComponent', 'selector': 'eui-autocomplete, input[euiAutocomplete]'},{'name': 'EuiAutocompleteTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAvatarBadgeComponent', 'selector': 'eui-avatar-badge'},{'name': 'EuiAvatarComponent', 'selector': 'div[euiAvatar], span[euiAvatar], eui-avatar'},{'name': 'EuiAvatarIconComponent', 'selector': 'eui-avatar-icon'},{'name': 'EuiAvatarImageComponent', 'selector': 'eui-avatar-image'},{'name': 'EuiAvatarListComponent', 'selector': 'eui-avatar-list'},{'name': 'EuiAvatarTextComponent', 'selector': 'eui-avatar-text'},{'name': 'EuiBadgeComponent', 'selector': 'div[euiBadge], span[euiBadge], eui-badge'},{'name': 'EuiBlockContentComponent', 'selector': 'eui-block-content'},{'name': 'EuiBlockDocumentComponent', 'selector': 'eui-block-document'},{'name': 'EuiBreadcrumbComponent', 'selector': 'eui-breadcrumb'},{'name': 'EuiBreadcrumbItemComponent', 'selector': 'eui-breadcrumb-item'},{'name': 'EuiButtonComponent', 'selector': 'button[euiButton], a[euiButton]'},{'name': 'EuiButtonGroupComponent', 'selector': 'eui-button-group'},{'name': 'EuiButtonsComponent', 'selector': 'eui-buttons'},{'name': 'EuiCardComponent', 'selector': 'eui-card'},{'name': 'EuiCardContentComponent', 'selector': 'eui-card-content'},{'name': 'EuiCardFooterActionButtonsComponent', 'selector': 'eui-card-footer-action-buttons'},{'name': 'EuiCardFooterActionIconsComponent', 'selector': 'eui-card-footer-action-icons'},{'name': 'EuiCardFooterComponent', 'selector': 'eui-card-footer'},{'name': 'EuiCardFooterMenuContentComponent', 'selector': 'eui-card-footer-menu-content'},{'name': 'EuiCardHeaderBodyComponent', 'selector': 'eui-card-header-body'},{'name': 'EuiCardHeaderComponent', 'selector': 'eui-card-header'},{'name': 'EuiCardHeaderLeftContentComponent', 'selector': 'eui-card-header-left-content'},{'name': 'EuiCardHeaderRightContentComponent', 'selector': 'eui-card-header-right-content'},{'name': 'EuiCardHeaderSubtitleComponent', 'selector': 'eui-card-header-subtitle'},{'name': 'EuiCardHeaderTitleComponent', 'selector': 'eui-card-header-title'},{'name': 'EuiCardMediaComponent', 'selector': 'eui-card-media'},{'name': 'EuiChipComponent', 'selector': 'eui-chip, span[euiChip], li[euiChip]'},{'name': 'EuiChipListComponent', 'selector': 'eui-chip-list, div[euiChipList], ul[euiChipList]'},{'name': 'EuiCommonHeaderComponent', 'selector': 'eui-common-header'},{'name': 'EuiDashboardButtonComponent', 'selector': 'eui-dashboard-button'},{'name': 'EuiDashboardCardComponent', 'selector': 'eui-dashboard-card'},{'name': 'EuiDatepickerComponent', 'selector': 'eui-datepicker'},{'name': 'EuiDateRangeSelectorComponent', 'selector': 'eui-date-range-selector'},{'name': 'EuiDialogComponent', 'selector': 'eui-dialog'},{'name': 'EuiDialogContainerComponent', 'selector': 'eui-dialog-container'},{'name': 'EuiDimmerComponent', 'selector': 'eui-dimmer'},{'name': 'EuiDisableContentComponent', 'selector': 'eui-disable-content'},{'name': 'EuiDiscussionThreadComponent', 'selector': 'eui-discussion-thread'},{'name': 'EuiDiscussionThreadItemComponent', 'selector': 'eui-discussion-thread-item'},{'name': 'EuiDropdownComponent', 'selector': 'eui-dropdown'},{'name': 'EuiDropdownItemComponent', 'selector': 'eui-dropdown-item, [euiDropdownItem]'},{'name': 'EuiEclBannerComponent', 'selector': 'eui-ecl-banner'},{'name': 'EuiEclButtonComponent', 'selector': 'button[eclButton], button[ecl-button], a[eclButton]'},{'name': 'EuiEclCarouselComponent', 'selector': 'eui-ecl-carousel'},{'name': 'EuiEclCarouselItemComponent', 'selector': 'eui-ecl-carousel-item, eui-ecl-carousel-item'},{'name': 'EuiEclIconComponent', 'selector': 'eui-ecl-icon'},{'name': 'EuiEclMessageComponent', 'selector': 'eui-ecl-message'},{'name': 'EuiEditorComponent', 'selector': 'eui-editor'},{'name': 'EuiEditorCountersComponent', 'selector': 'eui-editor-counters'},{'name': 'EuiEditorHtmlViewComponent', 'selector': 'eui-editor-html-view'},{'name': 'EuiEditorImageDialogComponent', 'selector': ''},{'name': 'EuiEditorJsonViewComponent', 'selector': 'eui-editor-json-view'},{'name': 'EuiExpandContentComponent', 'selector': 'eui-expand-content'},{'name': 'EuiFeedbackMessageComponent', 'selector': 'eui-feedback-message'},{'name': 'EuiFieldsetComponent', 'selector': 'eui-fieldset'},{'name': 'EuiFilePreviewComponent', 'selector': 'eui-file-preview'},{'name': 'EuiFileUploadComponent', 'selector': 'eui-file-upload'},{'name': 'EuiFileUploadProgressComponent', 'selector': 'eui-file-upload-progress'},{'name': 'EuiFooterComponent', 'selector': 'eui-footer'},{'name': 'EuiGrowlComponent', 'selector': 'eui-growl'},{'name': 'EuiHeaderAppComponent', 'selector': 'eui-header-app'},{'name': 'EuiHeaderAppNameComponent', 'selector': 'eui-header-app-name'},{'name': 'EuiHeaderAppNameLogoComponent', 'selector': 'eui-header-app-name-logo'},{'name': 'EuiHeaderAppSubtitleComponent', 'selector': 'eui-header-app-subtitle'},{'name': 'EuiHeaderComponent', 'selector': 'eui-header'},{'name': 'EuiHeaderEnvironmentComponent', 'selector': 'eui-header-environment'},{'name': 'EuiHeaderLogoComponent', 'selector': 'eui-header-logo'},{'name': 'EuiHeaderUserProfileComponent', 'selector': 'eui-header-user-profile'},{'name': 'EuiIconColorComponent', 'selector': 'eui-icon-colored, span[euiIconColored], [euiIconColored]'},{'name': 'EuiIconComponent', 'selector': 'div[euiIcon], span[euiIcon], i[euiIcon], eui-icon'},{'name': 'EuiIconSvgComponent', 'selector': 'eui-icon-svg, span[euiIconSvg], i[euiIconSvg]'},{'name': 'EuiIconToggleComponent', 'selector': 'eui-icon-toggle'},{'name': 'EuiInputCheckboxComponent', 'selector': 'input[euiInputCheckBox]'},{'name': 'EuiInputGroupComponent', 'selector': 'div[euiInputGroup]'},{'name': 'EuiInputNumberComponent', 'selector': 'input[euiInputNumber]'},{'name': 'EuiInputRadioComponent', 'selector': 'input[euiInputRadio]'},{'name': 'EuiInputTextComponent', 'selector': 'input[euiInputText]'},{'name': 'EuiLabelComponent', 'selector': 'label[euiLabel], span[euiLabel], div[euiLabel], a[euiLabel], eui-label,
|
1964
1584
|
label[euiSublabel], span[euiSublabel], div[euiSublabel], a[euiSublabel], eui-sublabel'},{'name': 'EuiLanguageSelectorComponent', 'selector': 'eui-language-selector'},{'name': 'EuiListComponent', 'selector': '[euiList], eui-list'},{'name': 'EuiListItemComponent', 'selector': '[euiListItem], eui-list-item'},{'name': 'EuiMenuComponent', 'selector': 'eui-menu'},{'name': 'EuiMenuItemComponent', 'selector': 'eui-menu-item'},{'name': 'EuiMessageBoxComponent', 'selector': 'eui-message-box'},{'name': 'EuiModalSelectorComponent', 'selector': 'eui-modal-selector'},{'name': 'EuiNotificationItemComponent', 'selector': 'eui-notification-item'},{'name': 'EuiNotificationItemV2Component', 'selector': 'eui-notification-item-v2'},{'name': 'EuiNotificationsComponent', 'selector': 'eui-notifications'},{'name': 'EuiNotificationsV2Component', 'selector': 'eui-notifications-v2'},{'name': 'EuiOverlayBodyComponent', 'selector': 'eui-overlay-body'},{'name': 'EuiOverlayComponent', 'selector': 'eui-overlay'},{'name': 'EuiOverlayFooterComponent', 'selector': 'eui-overlay-footer'},{'name': 'EuiOverlayHeaderComponent', 'selector': 'eui-overlay-header'},{'name': 'EuiOverlayHeaderTitleComponent', 'selector': 'eui-overlay-header-title'},{'name': 'EuiPageBreadcrumbComponent', 'selector': 'eui-page-breadcrumb'},{'name': 'EuiPageColumnComponent', 'selector': 'eui-page-column'},{'name': 'EuiPageColumnsComponent', 'selector': 'eui-page-columns'},{'name': 'EuiPageComponent', 'selector': 'eui-page'},{'name': 'EuiPageContentComponent', 'selector': 'eui-page-content'},{'name': 'EuiPageFooterComponent', 'selector': 'eui-page-footer'},{'name': 'EuiPageHeaderComponent', 'selector': 'eui-page-header'},{'name': 'EuiPageHeroHeaderComponent', 'selector': 'eui-page-hero-header'},{'name': 'EuiPageTopContentComponent', 'selector': 'eui-page-top-content'},{'name': 'EuiPaginatorComponent', 'selector': 'eui-paginator'},{'name': 'EuiPopoverComponent', 'selector': 'eui-popover'},{'name': 'EuiProgressBarComponent', 'selector': 'eui-progress-bar'},{'name': 'EuiProgressCircleComponent', 'selector': 'eui-progress-circle'},{'name': 'EuiResizableComponent', 'selector': 'eui-resizable'},{'name': 'EuiSearchComponent', 'selector': 'eui-search'},{'name': 'EuiSelectComponent', 'selector': 'select[euiSelect]'},{'name': 'EuiSidebarMenuComponent', 'selector': 'eui-sidebar-menu'},{'name': 'EuiSidebarToggleComponent', 'selector': 'eui-sidebar-toggle'},{'name': 'EuiSlideToggleComponent', 'selector': 'eui-slide-toggle'},{'name': 'EuiSlideToggleTestComponent', 'selector': 'eui-slide-toggle-test-component'},{'name': 'EuiTabComponent', 'selector': 'eui-tab'},{'name': 'EuiTabContentComponent', 'selector': 'eui-tab-content, euiTabContent'},{'name': 'EuiTabLabelComponent', 'selector': 'eui-tab-label, euiTabLabel'},{'name': 'EuiTableComponent', 'selector': 'eui-table, table[euiTable]'},{'name': 'EuiTableExpandableRowComponent', 'selector': 'tr[euiTableExpandableRow]'},{'name': 'EuiTableFilterComponent', 'selector': 'eui-table-filter'},{'name': 'EuiTableSelectableHeaderComponent', 'selector': 'tr[isSelectableHeader]'},{'name': 'EuiTableSelectableRowComponent', 'selector': 'tr[isSelectable]'},{'name': 'EuiTableSortableColComponent', 'selector': 'th[sortable]'},{'name': 'EuiTabsComponent', 'selector': 'eui-tabs'},{'name': 'EuiTextareaComponent', 'selector': 'textarea[euiTextArea]'},{'name': 'EuiTimebarComponent', 'selector': 'eui-timebar'},{'name': 'EuiTimelineComponent', 'selector': 'eui-timeline'},{'name': 'EuiTimelineItemComponent', 'selector': 'eui-timeline-item'},{'name': 'EuiTimepickerComponent', 'selector': 'eui-timepicker'},{'name': 'EuiToolbarAppComponent', 'selector': 'eui-toolbar-app'},{'name': 'EuiToolbarCenterComponent', 'selector': 'eui-toolbar-center'},{'name': 'EuiToolbarComponent', 'selector': 'eui-toolbar'},{'name': 'EuiToolbarEnvironmentComponent', 'selector': 'eui-toolbar-environment'},{'name': 'EuiToolbarItemComponent', 'selector': 'eui-toolbar-item'},{'name': 'EuiToolbarItemNotificationsComponent', 'selector': 'eui-toolbar-item-notifications'},{'name': 'EuiToolbarItemsComponent', 'selector': 'eui-toolbar-items'},{'name': 'EuiToolbarItemSearchComponent', 'selector': 'eui-toolbar-item-search'},{'name': 'EuiToolbarItemUserProfileComponent', 'selector': 'eui-toolbar-item-user-profile'},{'name': 'EuiToolbarLogoComponent', 'selector': 'eui-toolbar-logo'},{'name': 'EuiToolbarMenuComponent', 'selector': 'eui-toolbar-menu'},{'name': 'EuiTooltipContainerComponent', 'selector': 'eui-tooltip-container.component'},{'name': 'EuiTreeComponent', 'selector': 'eui-tree'},{'name': 'EuiTreeListComponent', 'selector': 'eui-tree-list'},{'name': 'EuiTreeListItemComponent', 'selector': 'eui-tree-list-item'},{'name': 'EuiTreeListItemContentComponent', 'selector': 'eui-tree-list-item-content'},{'name': 'EuiTreeListToolbarComponent', 'selector': 'eui-tree-list-toolbar'},{'name': 'EuiUserProfileCardComponent', 'selector': 'eui-user-profile-card'},{'name': 'EuiUserProfileComponent', 'selector': 'eui-user-profile'},{'name': 'EuiUserProfileMenuComponent', 'selector': 'eui-user-profile-menu'},{'name': 'EuiUserProfileMenuItemComponent', 'selector': 'eui-user-profile-menu-item'},{'name': 'EuiUxTreeComponent', 'selector': 'eui-ux-tree'},{'name': 'EuiUxTreeNodeComponent', 'selector': 'eui-ux-tree-node'},{'name': 'EuiUxTreeToolbarComponent', 'selector': 'eui-ux-tree-toolbar'},{'name': 'EuiWizardComponent', 'selector': 'eui-wizard'},{'name': 'EuiWizardStepComponent', 'selector': 'eui-wizard-step'},{'name': 'QuillEditorComponent', 'selector': 'quill-editor'}];
|
1965
1585
|
var DIRECTIVES = [{'name': 'AutoResizeDirective', 'selector': 'textarea[autoResize]'},{'name': 'BaseDirective', 'selector': '[euiBase]'},{'name': 'BaseStatesDirective', 'selector': '[euiBase]'},{'name': 'CollapsedButtonDirective', 'selector': 'collapsed-button'},{'name': 'EuiActionButtonsDirective', 'selector': 'eui-action-buttons'},{'name': 'EuiAlertTitleDirective', 'selector': 'eui-alert-title'},{'name': 'EuiAppPageWrapperDirective', 'selector': 'eui-app-page-wrapper'},{'name': 'EuiButtonsActionsContentTagDirective', 'selector': 'euiButtonsActionsContent'},{'name': 'EuiButtonsLocalMenuContentTagDirective', 'selector': 'euiButtonsLocalMenuContent'},{'name': 'EuiChipListAppendContentDirective', 'selector': 'euiChipListAppendContent'},{'name': 'EuiClearableDirective', 'selector': 'input[euiClearable]'},{'name': 'EuiDashboardButtonIconDirective', 'selector': 'eui-dashboard-button-icon'},{'name': 'EuiDashboardButtonLabelDirective', 'selector': 'eui-dashboard-button-label'},{'name': 'EuiDialogFooterDirective', 'selector': 'eui-dialog-footer'},{'name': 'EuiDialogHeaderDirective', 'selector': 'eui-dialog-header'},{'name': 'EuiDropdownContentDirective', 'selector': 'eui-dropdown-content'},{'name': 'EuiDropdownTreeDirective', 'selector': 'eui-dropdown[euiDropdownTree]'},{'name': 'EuiEclBannerCreditDirective', 'selector': '[euiEclBannerCredit]'},{'name': 'EuiEclBannerDescriptionDirective', 'selector': '[euiEclBannerDescription]'},{'name': 'EuiEclBannerDescriptionTextDirective', 'selector': '[euiEclBannerDescriptionText]'},{'name': 'EuiEclBannerImageDirective', 'selector': 'img[euiEclBannerImage]'},{'name': 'EuiEclBannerPictureDirective', 'selector': 'picture[euiEclBannerPicture]'},{'name': 'EuiEclBannerTitleDirective', 'selector': '[euiEclBannerTitle]'},{'name': 'EuiEclBannerTitleTextDirective', 'selector': '[euiEclBannerTitleText]'},{'name': 'EuiEclBaseDirective', 'selector': '[EuiEclBase]'},{'name': 'EuiEclButtonLabelDirective', 'selector': '[euiEclButtonLabel]'},{'name': 'EuiEclClickOutsideDirective', 'selector': '[euiEclClickOutside]'},{'name': 'EuiEclFileImageDirective', 'selector': 'img[euiEclFileImage]'},{'name': 'EuiEclFilePictureDirective', 'selector': 'picture[euiEclFilePicture]'},{'name': 'EuiEclHiddenDirective', 'selector': '[euiEclHidden]'},{'name': 'EuiEclLabelDirective', 'selector': '[euiEclLabel]'},{'name': 'EuiEclLinkDirective', 'selector': '[euiEclLink]'},{'name': 'EuiEclLinkLabelDirective', 'selector': '[euiEclLinkLabel]'},{'name': 'EuiEclMessageTitleDirective', 'selector': '[euiEclMessageTitle]'},{'name': 'EuiEditorCustomToolbarTagDirective', 'selector': 'euiEditorCustomToolbar'},{'name': 'EuiEditorMaxlengthDirective', 'selector': '[formControlName][euiEditorMaxlength]'},{'name': 'EuiFieldsetLabelExtraContentTagDirective', 'selector': 'euiFieldsetLabelExtraContent'},{'name': 'EuiFieldsetLabelRightContentTagDirective', 'selector': 'euiFieldsetLabelRightContent'},{'name': 'EuiHasPermissionDirective', 'selector': '[euiHasPermission]'},{'name': 'EuiHeaderAppNameDirective', 'selector': 'eui-header-app-name'},{'name': 'EuiHeaderAppNameLogoDirective', 'selector': 'eui-header-app-name-logo'},{'name': 'EuiHeaderAppSubtitleDirective', 'selector': 'eui-header-app-subtitle'},{'name': 'EuiInputNumberDirective', 'selector': 'input[euiInputNumber][formControl],input[euiInputNumber][formControlName],input[euiInputNumber][ngModel]'},{'name': 'EuiLetterFormatDirective', 'selector': '[euiLetterFormat]'},{'name': 'EuiLoadingDirective', 'selector': '[euiLoading]'},{'name': 'EuiMaxLengthDirective', 'selector': '
|