@siemens/element-ng 47.6.0 → 47.8.0
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/README.md +5 -2
- package/about/index.d.ts +7 -0
- package/about/package.json +3 -0
- package/about/si-about-data.model.d.ts +49 -0
- package/about/si-about.component.d.ts +71 -0
- package/about/si-about.module.d.ts +7 -0
- package/accordion/index.d.ts +1 -1
- package/accordion/si-accordion.component.d.ts +1 -1
- package/accordion/si-collapsible-panel.component.d.ts +1 -1
- package/action-modal/index.d.ts +1 -1
- package/action-modal/si-action-dialog.types.d.ts +1 -1
- package/application-header/index.d.ts +1 -1
- package/application-header/launchpad/si-launchpad.model.d.ts +1 -1
- package/application-header/si-header-action-item-icon-base.directive.d.ts +1 -1
- package/application-header/si-header-action-item.base.d.ts +1 -1
- package/application-header/si-header-logo.directive.d.ts +1 -1
- package/assets/images/landing-page-steel.webp +0 -0
- package/auto-collapsable-list/index.d.ts +1 -1
- package/auto-collapsable-list/si-auto-collapsable-list-item.directive.d.ts +1 -1
- package/auto-collapsable-list/si-auto-collapsable-list-measurable.class.d.ts +1 -1
- package/auto-collapsable-list/si-auto-collapsable-list.directive.d.ts +1 -1
- package/autocomplete/index.d.ts +1 -1
- package/autocomplete/si-autocomplete-option.directive.d.ts +1 -1
- package/autocomplete/si-autocomplete.model.d.ts +1 -1
- package/avatar/index.d.ts +1 -1
- package/avatar/si-avatar-background-color.directive.d.ts +1 -1
- package/badge/index.d.ts +1 -1
- package/breadcrumb/breadcrumb-item.model.d.ts +1 -1
- package/breadcrumb/index.d.ts +1 -1
- package/breadcrumb-router/index.d.ts +1 -1
- package/breadcrumb-router/si-breadcrumb-router.component.d.ts +1 -1
- package/breadcrumb-router/si-breadcrumb-router.model.d.ts +1 -1
- package/card/index.d.ts +1 -1
- package/circle-status/index.d.ts +1 -1
- package/color-picker/index.d.ts +1 -1
- package/column-selection-dialog/index.d.ts +1 -1
- package/column-selection-dialog/si-column-selection-dialog.types.d.ts +1 -1
- package/common/decorators/index.d.ts +1 -1
- package/common/decorators/webcomponent.decorator.d.ts +1 -1
- package/common/helpers/animation.helpers.d.ts +1 -1
- package/common/helpers/global-events.helpers.d.ts +1 -1
- package/common/helpers/index.d.ts +1 -1
- package/common/helpers/overlay-helper.d.ts +1 -1
- package/common/helpers/rtl.d.ts +1 -1
- package/common/helpers/track-by.helper.d.ts +1 -1
- package/common/index.d.ts +1 -1
- package/common/models/color-variant.model.d.ts +1 -1
- package/common/models/index.d.ts +1 -1
- package/common/models/menu.model.d.ts +1 -1
- package/common/models/positions.model.d.ts +1 -1
- package/common/models/status-type.model.d.ts +1 -1
- package/common/services/index.d.ts +1 -1
- package/connection-strength/index.d.ts +1 -1
- package/content-action-bar/index.d.ts +1 -1
- package/content-action-bar/si-content-action-bar.component.d.ts +1 -1
- package/content-action-bar/si-content-action-bar.model.d.ts +3 -3
- package/copyright-notice/index.d.ts +1 -1
- package/copyright-notice/si-copyright-notice.d.ts +1 -1
- package/dashboard/index.d.ts +17 -0
- package/dashboard/package.json +3 -0
- package/dashboard/si-dashboard-card.component.d.ts +82 -0
- package/dashboard/si-dashboard.component.d.ts +75 -0
- package/dashboard/si-dashboard.module.d.ts +8 -0
- package/dashboard/si-dashboard.service.d.ts +21 -0
- package/dashboard/widgets/si-link-widget.component.d.ts +25 -0
- package/dashboard/widgets/si-list-widget/si-list-widget-body.component.d.ts +98 -0
- package/dashboard/widgets/si-list-widget/si-list-widget-item.component.d.ts +39 -0
- package/dashboard/widgets/si-list-widget/si-list-widget.component.d.ts +115 -0
- package/dashboard/widgets/si-timeline-widget/si-timeline-widget-body.component.d.ts +21 -0
- package/dashboard/widgets/si-timeline-widget/si-timeline-widget-item.component.d.ts +103 -0
- package/dashboard/widgets/si-timeline-widget/si-timeline-widget.component.d.ts +52 -0
- package/dashboard/widgets/si-value-widget-body.component.d.ts +33 -0
- package/dashboard/widgets/si-value-widget.component.d.ts +115 -0
- package/dashboard/widgets/si-widget-base.component.d.ts +48 -0
- package/datatable/index.d.ts +1 -1
- package/datatable/si-datatable-interaction.directive.d.ts +1 -1
- package/date-range-filter/index.d.ts +1 -1
- package/date-range-filter/si-date-range-filter.types.d.ts +1 -1
- package/date-range-filter/si-relative-date.component.d.ts +1 -1
- package/datepicker/components/si-calendar-date-cell.directive.d.ts +1 -1
- package/datepicker/components/si-initial-focus.component.d.ts +1 -1
- package/datepicker/index.d.ts +1 -1
- package/datepicker/si-datepicker.directive.d.ts +1 -1
- package/datepicker/si-datepicker.model.d.ts +1 -1
- package/datepicker/si-timepicker.component.d.ts +1 -1
- package/electron-titlebar/electron.helpers.d.ts +1 -1
- package/electron-titlebar/index.d.ts +1 -1
- package/empty-state/index.d.ts +1 -1
- package/fesm2022/siemens-element-ng-about.mjs +157 -0
- package/fesm2022/siemens-element-ng-about.mjs.map +1 -0
- package/fesm2022/siemens-element-ng-accordion.mjs +16 -17
- package/fesm2022/siemens-element-ng-accordion.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-action-modal.mjs +15 -16
- package/fesm2022/siemens-element-ng-action-modal.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-application-header.mjs +37 -38
- package/fesm2022/siemens-element-ng-application-header.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-auto-collapsable-list.mjs +11 -11
- package/fesm2022/siemens-element-ng-auto-collapsable-list.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-autocomplete.mjs +12 -12
- package/fesm2022/siemens-element-ng-autocomplete.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-avatar.mjs +7 -7
- package/fesm2022/siemens-element-ng-avatar.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-badge.mjs +2 -2
- package/fesm2022/siemens-element-ng-badge.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-breadcrumb-router.mjs +5 -5
- package/fesm2022/siemens-element-ng-breadcrumb-router.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-breadcrumb.mjs +8 -9
- package/fesm2022/siemens-element-ng-breadcrumb.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-card.mjs +7 -8
- package/fesm2022/siemens-element-ng-card.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-circle-status.mjs +6 -7
- package/fesm2022/siemens-element-ng-circle-status.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-color-picker.mjs +5 -6
- package/fesm2022/siemens-element-ng-color-picker.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-column-selection-dialog.mjs +11 -12
- package/fesm2022/siemens-element-ng-column-selection-dialog.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-common.mjs +14 -14
- package/fesm2022/siemens-element-ng-common.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-connection-strength.mjs +3 -3
- package/fesm2022/siemens-element-ng-connection-strength.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-content-action-bar.mjs +10 -11
- package/fesm2022/siemens-element-ng-content-action-bar.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-copyright-notice.mjs +4 -4
- package/fesm2022/siemens-element-ng-copyright-notice.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-dashboard.mjs +1170 -0
- package/fesm2022/siemens-element-ng-dashboard.mjs.map +1 -0
- package/fesm2022/siemens-element-ng-datatable.mjs +2 -2
- package/fesm2022/siemens-element-ng-datatable.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-date-range-filter.mjs +13 -15
- package/fesm2022/siemens-element-ng-date-range-filter.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-datepicker.mjs +60 -66
- package/fesm2022/siemens-element-ng-datepicker.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-electron-titlebar.mjs +7 -8
- package/fesm2022/siemens-element-ng-electron-titlebar.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-empty-state.mjs +6 -7
- package/fesm2022/siemens-element-ng-empty-state.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-file-uploader.mjs +9 -10
- package/fesm2022/siemens-element-ng-file-uploader.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-filter-bar.mjs +11 -12
- package/fesm2022/siemens-element-ng-filter-bar.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-filtered-search.mjs +19 -20
- package/fesm2022/siemens-element-ng-filtered-search.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-footer.mjs +7 -8
- package/fesm2022/siemens-element-ng-footer.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-form.mjs +22 -24
- package/fesm2022/siemens-element-ng-form.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-formly.mjs +48 -55
- package/fesm2022/siemens-element-ng-formly.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-header-dropdown.mjs +14 -15
- package/fesm2022/siemens-element-ng-header-dropdown.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-icon-status.mjs +3 -3
- package/fesm2022/siemens-element-ng-icon-status.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-icon.mjs +22 -19
- package/fesm2022/siemens-element-ng-icon.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-info-page.mjs +5 -6
- package/fesm2022/siemens-element-ng-info-page.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-inline-notification.mjs +6 -7
- package/fesm2022/siemens-element-ng-inline-notification.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-ip-input.mjs +8 -8
- package/fesm2022/siemens-element-ng-ip-input.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-landing-page.mjs +121 -0
- package/fesm2022/siemens-element-ng-landing-page.mjs.map +1 -0
- package/fesm2022/siemens-element-ng-language-switcher.mjs +9 -10
- package/fesm2022/siemens-element-ng-language-switcher.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-link.mjs +8 -8
- package/fesm2022/siemens-element-ng-link.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-list-details.mjs +24 -25
- package/fesm2022/siemens-element-ng-list-details.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-loading-spinner.mjs +13 -14
- package/fesm2022/siemens-element-ng-loading-spinner.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-localization.mjs +6 -6
- package/fesm2022/siemens-element-ng-localization.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-main-detail-container.mjs +6 -7
- package/fesm2022/siemens-element-ng-main-detail-container.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-menu.mjs +26 -26
- package/fesm2022/siemens-element-ng-menu.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-modal.mjs +4 -4
- package/fesm2022/siemens-element-ng-modal.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-navbar-vertical.mjs +34 -35
- package/fesm2022/siemens-element-ng-navbar-vertical.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-navbar.mjs +11 -12
- package/fesm2022/siemens-element-ng-navbar.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-number-input.mjs +7 -8
- package/fesm2022/siemens-element-ng-number-input.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-pagination.mjs +6 -7
- package/fesm2022/siemens-element-ng-pagination.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-password-strength.mjs +6 -6
- package/fesm2022/siemens-element-ng-password-strength.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-password-toggle.mjs +8 -9
- package/fesm2022/siemens-element-ng-password-toggle.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-phone-number.mjs +17 -18
- package/fesm2022/siemens-element-ng-phone-number.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-photo-upload.mjs +8 -10
- package/fesm2022/siemens-element-ng-photo-upload.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-pills-input.mjs +13 -14
- package/fesm2022/siemens-element-ng-pills-input.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-popover-next.mjs +7 -7
- package/fesm2022/siemens-element-ng-popover-next.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-popover.mjs +3 -3
- package/fesm2022/siemens-element-ng-popover.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-progressbar.mjs +7 -8
- package/fesm2022/siemens-element-ng-progressbar.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-resize-observer.mjs +7 -7
- package/fesm2022/siemens-element-ng-resize-observer.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-result-details-list.mjs +6 -7
- package/fesm2022/siemens-element-ng-result-details-list.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-search-bar.mjs +6 -6
- package/fesm2022/siemens-element-ng-search-bar.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-select.mjs +46 -47
- package/fesm2022/siemens-element-ng-select.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-shadow-root.mjs +2 -2
- package/fesm2022/siemens-element-ng-shadow-root.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-side-panel.mjs +12 -13
- package/fesm2022/siemens-element-ng-side-panel.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-skip-links.mjs +7 -8
- package/fesm2022/siemens-element-ng-skip-links.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-slider.mjs +7 -8
- package/fesm2022/siemens-element-ng-slider.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-sort-bar.mjs +6 -7
- package/fesm2022/siemens-element-ng-sort-bar.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-split.mjs +6 -7
- package/fesm2022/siemens-element-ng-split.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-status-bar.mjs +13 -14
- package/fesm2022/siemens-element-ng-status-bar.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-status-toggle.mjs +6 -7
- package/fesm2022/siemens-element-ng-status-toggle.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-summary-chip.mjs +5 -6
- package/fesm2022/siemens-element-ng-summary-chip.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-summary-widget.mjs +5 -6
- package/fesm2022/siemens-element-ng-summary-widget.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-system-banner.mjs +5 -6
- package/fesm2022/siemens-element-ng-system-banner.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-tabs-next.mjs +16 -17
- package/fesm2022/siemens-element-ng-tabs-next.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-tabs.mjs +9 -16
- package/fesm2022/siemens-element-ng-tabs.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-theme.mjs +3 -3
- package/fesm2022/siemens-element-ng-theme.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-threshold.mjs +11 -12
- package/fesm2022/siemens-element-ng-threshold.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-toast-notification.mjs +11 -12
- package/fesm2022/siemens-element-ng-toast-notification.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-tooltip.mjs +9 -10
- package/fesm2022/siemens-element-ng-tooltip.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-tour.mjs +7 -8
- package/fesm2022/siemens-element-ng-tour.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-translate.mjs +1 -1
- package/fesm2022/siemens-element-ng-translate.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-tree-view.mjs +53 -68
- package/fesm2022/siemens-element-ng-tree-view.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-typeahead.mjs +15 -16
- package/fesm2022/siemens-element-ng-typeahead.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-unauthorized-page.mjs +6 -7
- package/fesm2022/siemens-element-ng-unauthorized-page.mjs.map +1 -1
- package/fesm2022/siemens-element-ng-wizard.mjs +9 -10
- package/fesm2022/siemens-element-ng-wizard.mjs.map +1 -1
- package/fesm2022/siemens-element-ng.mjs +1 -1
- package/fesm2022/siemens-element-ng.mjs.map +1 -1
- package/file-uploader/index.d.ts +1 -1
- package/file-uploader/si-file-uploader.model.d.ts +1 -1
- package/filter-bar/filter.d.ts +1 -1
- package/filter-bar/index.d.ts +1 -1
- package/filtered-search/index.d.ts +1 -1
- package/filtered-search/si-filtered-search-value.component.d.ts +1 -1
- package/filtered-search/si-filtered-search.component.d.ts +1 -1
- package/filtered-search/si-filtered-search.model.d.ts +1 -1
- package/filtered-search/values/si-filtered-search-value.base.d.ts +1 -1
- package/filtered-search/values/typeahead/si-filtered-search-typeahead.component.d.ts +1 -1
- package/footer/index.d.ts +1 -1
- package/form/form-fieldset/si-form-fieldset.component.d.ts +1 -1
- package/form/index.d.ts +1 -1
- package/form/si-form-container/si-form-container.component.d.ts +24 -24
- package/form/si-form-item/si-form-field-native.control.d.ts +1 -1
- package/form/si-form-item.control.d.ts +1 -1
- package/form/si-form-validation-error.model.d.ts +1 -1
- package/form/si-form-validation-error.provider.d.ts +1 -1
- package/form/si-form-validation-tooltip/si-form-validation-tooltip.component.d.ts +1 -1
- package/form/si-form-validation-tooltip/si-form-validation-tooltip.directive.d.ts +1 -1
- package/form/si-form.module.d.ts +1 -1
- package/formly/fields/datetime/si-formly-datetime.component.d.ts +1 -1
- package/formly/fields/textarea/si-formly-textarea.component.d.ts +1 -1
- package/formly/fields/time/si-formly-time.component.d.ts +1 -1
- package/formly/index.d.ts +1 -1
- package/formly/si-formly-translate.extension.d.ts +1 -3
- package/formly/si-formly.component.d.ts +1 -1
- package/formly/structural/si-formly-accordion/si-formly-accordion.component.d.ts +1 -1
- package/formly/structural/si-formly-object-grid/si-formly-object-grid.component.d.ts +1 -1
- package/formly/structural/si-formly-object-grid/si-formly-object-grid.model.d.ts +1 -1
- package/formly/utils.d.ts +1 -1
- package/formly/wrapper/si-formly-form-field-provider.directive.d.ts +1 -1
- package/header-dropdown/index.d.ts +1 -1
- package/header-dropdown/si-header.model.d.ts +1 -1
- package/icon/element-icons.d.ts +5 -1
- package/icon/icon-status.d.ts +1 -1
- package/icon/index.d.ts +1 -1
- package/icon-status/index.d.ts +1 -1
- package/info-page/index.d.ts +1 -1
- package/inline-notification/index.d.ts +1 -1
- package/ip-input/address-utils.d.ts +1 -1
- package/ip-input/address-validators.d.ts +1 -1
- package/ip-input/index.d.ts +1 -1
- package/ip-input/si-ip-input.directive.d.ts +1 -1
- package/landing-page/alert-config.model.d.ts +15 -0
- package/landing-page/index.d.ts +7 -0
- package/landing-page/package.json +3 -0
- package/landing-page/si-landing-page.component.d.ts +74 -0
- package/landing-page/si-landing-page.module.d.ts +7 -0
- package/language-switcher/index.d.ts +1 -1
- package/language-switcher/iso-language-value.d.ts +1 -1
- package/language-switcher/si-language-switcher.component.d.ts +1 -2
- package/link/aria-current.model.d.ts +1 -1
- package/link/index.d.ts +1 -1
- package/link/link.model.d.ts +1 -1
- package/list-details/index.d.ts +1 -1
- package/list-details/si-details-pane-header/si-details-pane-header.component.d.ts +1 -1
- package/loading-spinner/index.d.ts +1 -1
- package/localization/index.d.ts +1 -1
- package/localization/si-directionality.d.ts +1 -1
- package/localization/si-locale-store.d.ts +1 -1
- package/main-detail-container/index.d.ts +1 -1
- package/menu/index.d.ts +1 -1
- package/menu/si-menu-action.service.d.ts +1 -1
- package/menu/si-menu-factory.component.d.ts +1 -1
- package/menu/si-menu-item-checkbox.component.d.ts +2 -1
- package/menu/si-menu-model.d.ts +1 -1
- package/modal/index.d.ts +1 -1
- package/modal/modal.helpers.d.ts +1 -1
- package/modal/modalref.d.ts +1 -1
- package/navbar/account.model.d.ts +1 -1
- package/navbar/index.d.ts +1 -1
- package/navbar/si-navbar-item/index.d.ts +1 -1
- package/navbar/si-navbar-primary/index.d.ts +1 -1
- package/navbar/si-navbar-primary/si-navbar-primary.model.d.ts +1 -1
- package/navbar-vertical/index.d.ts +1 -1
- package/navbar-vertical/si-navbar-vertical.model.d.ts +1 -1
- package/navbar-vertical/si-navbar-vertical.provider.d.ts +1 -1
- package/number-input/index.d.ts +1 -1
- package/number-input/si-number-input.component.d.ts +1 -1
- package/package.json +15 -3
- package/pagination/index.d.ts +1 -1
- package/password-strength/index.d.ts +1 -1
- package/password-strength/si-password-strength.component.d.ts +1 -1
- package/password-toggle/index.d.ts +1 -1
- package/phone-number/index.d.ts +1 -1
- package/phone-number/si-phone-number-input.models.d.ts +1 -1
- package/photo-upload/index.d.ts +1 -1
- package/pills-input/index.d.ts +1 -1
- package/pills-input/si-pills-input-pattern-base.d.ts +1 -1
- package/pills-input/si-pills-input.component.d.ts +1 -1
- package/popover/index.d.ts +1 -1
- package/popover/si-popover.component.d.ts +1 -1
- package/popover-next/index.d.ts +1 -1
- package/progressbar/index.d.ts +1 -1
- package/public-api.d.ts +1 -1
- package/resize-observer/index.d.ts +1 -1
- package/resize-observer/si-resize-observer.directive.d.ts +1 -1
- package/resize-observer/si-responsive-container.directive.d.ts +1 -1
- package/result-details-list/index.d.ts +1 -1
- package/result-details-list/si-result-details-list.datamodel.d.ts +1 -1
- package/search-bar/index.d.ts +1 -1
- package/search-bar/si-search-bar.component.d.ts +1 -1
- package/select/index.d.ts +1 -1
- package/select/options/si-select-complex-options.directive.d.ts +1 -1
- package/select/options/si-select-lazy-options.directive.d.ts +1 -1
- package/select/options/si-select-option.source.d.ts +1 -1
- package/select/options/si-select-options-strategy.base.d.ts +1 -1
- package/select/options/si-select-options-strategy.d.ts +1 -1
- package/select/options/si-select-simple-options.directive.d.ts +1 -1
- package/select/select-input/si-select-input.component.d.ts +1 -1
- package/select/select-list/si-select-list.base.d.ts +1 -1
- package/select/select-list/si-select-list.component.d.ts +1 -1
- package/select/select-option/si-select-option-row.component.d.ts +1 -1
- package/select/selection/si-select-selection-strategy.d.ts +1 -1
- package/select/si-select.types.d.ts +1 -1
- package/shadow-root/index.d.ts +1 -1
- package/shadow-root/si-shadow-root.directive.d.ts +1 -1
- package/side-panel/index.d.ts +1 -1
- package/side-panel/si-side-panel.service.d.ts +1 -1
- package/side-panel/side-panel.model.d.ts +1 -1
- package/skip-links/index.d.ts +1 -1
- package/skip-links/si-skip-link-target.directive.d.ts +1 -1
- package/slider/index.d.ts +1 -1
- package/sort-bar/index.d.ts +1 -1
- package/sort-bar/si-sort-bar.component.d.ts +1 -1
- package/split/index.d.ts +1 -1
- package/split/si-split.interfaces.d.ts +1 -1
- package/status-bar/index.d.ts +1 -1
- package/status-bar/si-status-bar-item/index.d.ts +1 -1
- package/status-bar/si-status-bar-item/si-status-bar-item.model.d.ts +1 -1
- package/status-toggle/index.d.ts +1 -1
- package/status-toggle/status-toggle.model.d.ts +1 -1
- package/summary-chip/index.d.ts +1 -1
- package/summary-widget/index.d.ts +1 -1
- package/system-banner/index.d.ts +1 -1
- package/tabs/index.d.ts +1 -1
- package/tabs/si-tab/index.d.ts +1 -1
- package/tabs/si-tab/si-tab.component.d.ts +1 -1
- package/tabs/si-tabset/index.d.ts +1 -1
- package/tabs-next/index.d.ts +1 -1
- package/tabs-next/si-tab-next-base.directive.d.ts +1 -1
- package/tabs-next/si-tabs-tokens.d.ts +1 -1
- package/tabs-next/si-tabset-next.component.d.ts +1 -1
- package/template-i18n.json +5 -0
- package/theme/index.d.ts +1 -1
- package/theme/si-theme-store.d.ts +1 -1
- package/theme/si-theme.model.d.ts +1 -1
- package/threshold/index.d.ts +1 -1
- package/toast-notification/index.d.ts +1 -1
- package/toast-notification/si-toast.model.d.ts +1 -1
- package/tooltip/index.d.ts +1 -1
- package/tooltip/si-tooltip.component.d.ts +1 -1
- package/tooltip/si-tooltip.directive.d.ts +1 -1
- package/tooltip/si-tooltip.service.d.ts +1 -1
- package/tour/index.d.ts +1 -1
- package/tour/si-tour-token.model.d.ts +1 -1
- package/tour/si-tour.model.d.ts +1 -1
- package/translate/index.d.ts +1 -1
- package/translate/si-translatable-keys.interface.d.ts +5 -0
- package/translate/si-translatable-overrides.provider.d.ts +1 -1
- package/tree-view/drag-drop.util.d.ts +1 -1
- package/tree-view/index.d.ts +1 -1
- package/tree-view/si-tree-view-item/si-tree-view-item.component.d.ts +4 -5
- package/tree-view/si-tree-view-item/si-tree-view-item.directive.d.ts +1 -1
- package/tree-view/si-tree-view-item-context.d.ts +1 -1
- package/tree-view/si-tree-view-item-height.service.d.ts +1 -1
- package/tree-view/si-tree-view-item-template.directive.d.ts +1 -1
- package/tree-view/si-tree-view.component.d.ts +9 -8
- package/tree-view/si-tree-view.model.d.ts +1 -1
- package/tree-view/si-tree-view.service.d.ts +1 -1
- package/tree-view/si-tree-view.utils.d.ts +1 -1
- package/typeahead/index.d.ts +1 -1
- package/typeahead/si-typeahead.directive.d.ts +1 -1
- package/typeahead/si-typeahead.model.d.ts +1 -1
- package/typeahead/si-typeahead.sorting.d.ts +1 -1
- package/unauthorized-page/index.d.ts +1 -1
- package/wizard/index.d.ts +1 -1
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) Siemens 2016 - 2025
|
|
3
|
+
* SPDX-License-Identifier: MIT
|
|
4
|
+
*/
|
|
5
|
+
import { ElementRef, OnDestroy } from '@angular/core';
|
|
6
|
+
import { SiCardComponent } from '@siemens/element-ng/card';
|
|
7
|
+
import { MenuItem } from '@siemens/element-ng/common';
|
|
8
|
+
import { ContentActionBarMainItem } from '@siemens/element-ng/content-action-bar';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class SiDashboardCardComponent extends SiCardComponent implements OnDestroy {
|
|
11
|
+
/**
|
|
12
|
+
* Description of cancel button & action.
|
|
13
|
+
*
|
|
14
|
+
* @defaultValue
|
|
15
|
+
* ```
|
|
16
|
+
* $localize`:@@SI_DASHBOARD.RESTORE:Restore`
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
readonly restoreText: import("@angular/core").InputSignal<import("@siemens/element-translate-ng/translate").TranslatableString>;
|
|
20
|
+
/**
|
|
21
|
+
* Description of expand button & action.
|
|
22
|
+
*
|
|
23
|
+
* @defaultValue
|
|
24
|
+
* ```
|
|
25
|
+
* $localize`:@@SI_DASHBOARD.EXPAND:Expand`
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
readonly expandText: import("@angular/core").InputSignal<import("@siemens/element-translate-ng/translate").TranslatableString>;
|
|
29
|
+
/**
|
|
30
|
+
* Option to enable and show the UI controls for card expand functionality.
|
|
31
|
+
* `Expand` and `restore` action items will be added to the content action bar.
|
|
32
|
+
* The expand resizing has to be implemented by the container of the card.
|
|
33
|
+
*
|
|
34
|
+
* @defaultValue false
|
|
35
|
+
*/
|
|
36
|
+
readonly enableExpandInteraction: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
37
|
+
/**
|
|
38
|
+
* Used in combination with si-dashboard to show filters when a card is expanded or not.
|
|
39
|
+
*
|
|
40
|
+
* @defaultValue true
|
|
41
|
+
*/
|
|
42
|
+
readonly showMenubar: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
43
|
+
/**
|
|
44
|
+
* Emitter for size state change
|
|
45
|
+
*/
|
|
46
|
+
readonly expandChange: import("@angular/core").OutputEmitterRef<boolean>;
|
|
47
|
+
/**
|
|
48
|
+
* Whether the card is currently expanded.
|
|
49
|
+
*
|
|
50
|
+
* @defaultValue false
|
|
51
|
+
*/
|
|
52
|
+
readonly isExpanded: import("@angular/core").WritableSignal<boolean>;
|
|
53
|
+
/** @internal */
|
|
54
|
+
hide: boolean;
|
|
55
|
+
/** @internal */
|
|
56
|
+
readonly enableExpandInteractionInternal: import("@angular/core").WritableSignal<boolean>;
|
|
57
|
+
readonly enableExpandInteractionComputed: import("@angular/core").Signal<boolean>;
|
|
58
|
+
/** @internal */
|
|
59
|
+
element: ElementRef<any>;
|
|
60
|
+
readonly displayContentActionBar: import("@angular/core").Signal<boolean>;
|
|
61
|
+
protected readonly actionBarViewTypeComputed: import("@angular/core").Signal<import("@siemens/element-ng/content-action-bar").ViewType>;
|
|
62
|
+
protected readonly actionBarTitleComputed: import("@angular/core").Signal<import("@siemens/element-translate-ng/translate").TranslatableString>;
|
|
63
|
+
protected readonly primaryActionsComputed: import("@angular/core").Signal<(MenuItem | ContentActionBarMainItem)[]>;
|
|
64
|
+
private readonly expandRestoreIconTooltip;
|
|
65
|
+
private readonly expandActionItem;
|
|
66
|
+
private readonly restoreActionItem;
|
|
67
|
+
private readonly hasContentBarActions;
|
|
68
|
+
private dashboardService;
|
|
69
|
+
constructor();
|
|
70
|
+
ngOnDestroy(): void;
|
|
71
|
+
/**
|
|
72
|
+
* Expand the dashboard card.
|
|
73
|
+
*/
|
|
74
|
+
expand(): void;
|
|
75
|
+
/**
|
|
76
|
+
* Restore the dashboard card to the original, non-expanded state.
|
|
77
|
+
*/
|
|
78
|
+
restore(): void;
|
|
79
|
+
private expandCard;
|
|
80
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SiDashboardCardComponent, never>;
|
|
81
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SiDashboardCardComponent, "si-dashboard-card", never, { "restoreText": { "alias": "restoreText"; "required": false; "isSignal": true; }; "expandText": { "alias": "expandText"; "required": false; "isSignal": true; }; "enableExpandInteraction": { "alias": "enableExpandInteraction"; "required": false; "isSignal": true; }; "showMenubar": { "alias": "showMenubar"; "required": false; "isSignal": true; }; }, { "expandChange": "expandChange"; }, never, ["[headerIcon]", "[body]", "[footer]"], true, never>;
|
|
82
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { AfterViewInit, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { SiDashboardCardComponent } from './si-dashboard-card.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SiDashboardComponent implements OnChanges, OnDestroy, AfterViewInit {
|
|
5
|
+
/**
|
|
6
|
+
* Heading for the dashboard page.
|
|
7
|
+
*/
|
|
8
|
+
readonly heading: import("@angular/core").InputSignal<string | undefined>;
|
|
9
|
+
/**
|
|
10
|
+
* Opt-in to enable expand interaction for all cards.
|
|
11
|
+
*
|
|
12
|
+
* @defaultValue false
|
|
13
|
+
*/
|
|
14
|
+
readonly enableExpandInteractions: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
15
|
+
/**
|
|
16
|
+
* Option to turn off the sticky behavior of the heading and menu bar.
|
|
17
|
+
*
|
|
18
|
+
* @defaultValue true
|
|
19
|
+
*/
|
|
20
|
+
readonly sticky: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
21
|
+
/**
|
|
22
|
+
* Option to hide the menu bar.
|
|
23
|
+
*
|
|
24
|
+
* @defaultValue false
|
|
25
|
+
*/
|
|
26
|
+
readonly hideMenubar: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
27
|
+
/**
|
|
28
|
+
* Is `true` if a card is expanded.
|
|
29
|
+
* @defaultref {@link _isExpanded}
|
|
30
|
+
*/
|
|
31
|
+
get isExpanded(): boolean;
|
|
32
|
+
protected dashboardFrameEndPadding: number | null;
|
|
33
|
+
protected readonly hideMenubarComputed: import("@angular/core").Signal<boolean>;
|
|
34
|
+
private _isExpanded;
|
|
35
|
+
private unsubscribe;
|
|
36
|
+
private scrollPosition;
|
|
37
|
+
private cards;
|
|
38
|
+
private readonly expandedPortalOutlet;
|
|
39
|
+
private readonly dashboardFrame;
|
|
40
|
+
private readonly dashboard;
|
|
41
|
+
private dashboardFrameDimensions?;
|
|
42
|
+
private dashboardDimensions?;
|
|
43
|
+
private scroller;
|
|
44
|
+
private dashboardService;
|
|
45
|
+
private resizeObserver;
|
|
46
|
+
private scrollbarHelper;
|
|
47
|
+
private cdRef;
|
|
48
|
+
private document;
|
|
49
|
+
private readonly hideMenubarInternal;
|
|
50
|
+
constructor();
|
|
51
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
52
|
+
ngAfterViewInit(): void;
|
|
53
|
+
ngOnDestroy(): void;
|
|
54
|
+
private subscribeToCards;
|
|
55
|
+
private initCards;
|
|
56
|
+
/**
|
|
57
|
+
* Expands the provided card to full size in the dashboard.
|
|
58
|
+
* @param card - The card to be expanded.
|
|
59
|
+
*/
|
|
60
|
+
expand(card: SiDashboardCardComponent): void;
|
|
61
|
+
/**
|
|
62
|
+
* Restores the expanded card to it's previous position.
|
|
63
|
+
*/
|
|
64
|
+
restore(): void;
|
|
65
|
+
/**
|
|
66
|
+
* Restored the UI state of the dashboard. This method is only part
|
|
67
|
+
* of restoring a card and needs to be invoked after the card.restore()
|
|
68
|
+
* method. In general this is achieved by listening to card events.
|
|
69
|
+
*/
|
|
70
|
+
private restoreDashboard;
|
|
71
|
+
private toggleCardsHide;
|
|
72
|
+
private setDashboardFrameEndPadding;
|
|
73
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SiDashboardComponent, never>;
|
|
74
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SiDashboardComponent, "si-dashboard", never, { "heading": { "alias": "heading"; "required": false; "isSignal": true; }; "enableExpandInteractions": { "alias": "enableExpandInteractions"; "required": false; "isSignal": true; }; "sticky": { "alias": "sticky"; "required": false; "isSignal": true; }; "hideMenubar": { "alias": "hideMenubar"; "required": false; "isSignal": true; }; }, {}, never, ["[menubar]", "[dashboard]"], true, never>;
|
|
75
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./si-dashboard-card.component";
|
|
3
|
+
import * as i2 from "./si-dashboard.component";
|
|
4
|
+
export declare class SiDashboardModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SiDashboardModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SiDashboardModule, never, [typeof i1.SiDashboardCardComponent, typeof i2.SiDashboardComponent], [typeof i1.SiDashboardCardComponent, typeof i2.SiDashboardComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SiDashboardModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { SiDashboardCardComponent } from './si-dashboard-card.component';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SiDashboardService {
|
|
4
|
+
private cards;
|
|
5
|
+
/**
|
|
6
|
+
* Subject containing the current dashboard cards as a list.
|
|
7
|
+
*
|
|
8
|
+
* @defaultValue this.cards.asObservable()
|
|
9
|
+
*/
|
|
10
|
+
readonly cards$: import("rxjs").Observable<SiDashboardCardComponent[]>;
|
|
11
|
+
/**
|
|
12
|
+
* Registers a new dashboard card.
|
|
13
|
+
*/
|
|
14
|
+
register(card: SiDashboardCardComponent): void;
|
|
15
|
+
/**
|
|
16
|
+
* Removes a registered dashboard card.
|
|
17
|
+
*/
|
|
18
|
+
unregister(card: SiDashboardCardComponent): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SiDashboardService, never>;
|
|
20
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SiDashboardService>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Link } from '@siemens/element-ng/link';
|
|
2
|
+
import { SiWidgetBaseComponent } from './si-widget-base.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* The `<si-link-widget>` supports an easy composition of links and actions
|
|
6
|
+
* with support for skeleton loading indicator.
|
|
7
|
+
*/
|
|
8
|
+
export declare class SiLinkWidgetComponent extends SiWidgetBaseComponent<Link[]> {
|
|
9
|
+
/**
|
|
10
|
+
* Option to enable trailing link arrow icons for each link.
|
|
11
|
+
*
|
|
12
|
+
* @defaultValue false
|
|
13
|
+
*/
|
|
14
|
+
readonly showLinkIcons: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
15
|
+
/**
|
|
16
|
+
* The number of skeleton progress indication rows.
|
|
17
|
+
*
|
|
18
|
+
* @defaultValue 3
|
|
19
|
+
*/
|
|
20
|
+
readonly numberOfLinks: import("@angular/core").InputSignal<number>;
|
|
21
|
+
protected readonly ghosts: import("@angular/core").Signal<any[]>;
|
|
22
|
+
protected readonly icons: Record<"elementRight2", string>;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SiLinkWidgetComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SiLinkWidgetComponent, "si-link-widget", never, { "showLinkIcons": { "alias": "showLinkIcons"; "required": false; "isSignal": true; }; "numberOfLinks": { "alias": "numberOfLinks"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) Siemens 2016 - 2025
|
|
3
|
+
* SPDX-License-Identifier: MIT
|
|
4
|
+
*/
|
|
5
|
+
import { OnChanges } from '@angular/core';
|
|
6
|
+
import { Link } from '@siemens/element-ng/link';
|
|
7
|
+
import { SiWidgetBaseComponent } from '../si-widget-base.component';
|
|
8
|
+
import { SiListWidgetItem } from './si-list-widget-item.component';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
/** Defines the sort order. */
|
|
11
|
+
export type SortOrder = 'ASC' | 'DSC';
|
|
12
|
+
/**
|
|
13
|
+
* The `<si-list-widget-body>` implements the body of the <si-list-widget> that can be
|
|
14
|
+
* used for composition within other components.
|
|
15
|
+
*/
|
|
16
|
+
export declare class SiListWidgetBodyComponent extends SiWidgetBaseComponent<SiListWidgetItem[]> implements OnChanges {
|
|
17
|
+
/** Optional footer link for the list widget */
|
|
18
|
+
readonly link: import("@angular/core").InputSignal<Link | undefined>;
|
|
19
|
+
/**
|
|
20
|
+
* label for the "search placeholder" name
|
|
21
|
+
*
|
|
22
|
+
* @defaultValue
|
|
23
|
+
* ```
|
|
24
|
+
* $localize`:@@SI_LIST_WIDGET.SEARCH_PLACEHOLDER:Search...`
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
readonly searchPlaceholderLabel: import("@angular/core").InputSignal<import("@siemens/element-translate-ng/translate").TranslatableString>;
|
|
28
|
+
/**
|
|
29
|
+
* Enable ascending and descending SiListWidgetItem sorting. If enabled,
|
|
30
|
+
* items are initially ascending sorted.
|
|
31
|
+
*/
|
|
32
|
+
readonly sort: import("@angular/core").InputSignal<SortOrder | undefined>;
|
|
33
|
+
/**
|
|
34
|
+
* Enables the search functionality.
|
|
35
|
+
*
|
|
36
|
+
* @defaultValue false
|
|
37
|
+
*/
|
|
38
|
+
readonly search: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
39
|
+
/**
|
|
40
|
+
* Compare function of for two `SiListWidgetItem`s that is used to sort
|
|
41
|
+
* the array of items. The default compares the item labels by using the
|
|
42
|
+
* string `localeCompare()` function.
|
|
43
|
+
*
|
|
44
|
+
* @param a - first `SiListWidgetItem` of the comparison.
|
|
45
|
+
*
|
|
46
|
+
* @param b - second `SiListWidgetItem` of the comparison.
|
|
47
|
+
*
|
|
48
|
+
* @returns A value `< 0` if `a` is smaller, `> 0` if `b` is smaller, otherwise `0`.
|
|
49
|
+
*
|
|
50
|
+
* @defaultValue
|
|
51
|
+
* ```
|
|
52
|
+
* (
|
|
53
|
+
* a: SiListWidgetItem,
|
|
54
|
+
* b: SiListWidgetItem
|
|
55
|
+
* ) => {
|
|
56
|
+
* const aLabel = typeof a.label === 'object' ? a.label.title! : a.label;
|
|
57
|
+
* const bLabel = typeof b.label === 'object' ? b.label.title! : b.label;
|
|
58
|
+
* return aLabel.localeCompare(bLabel);
|
|
59
|
+
* }
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
readonly compareFn: import("@angular/core").InputSignal<(a: SiListWidgetItem, b: SiListWidgetItem) => number | undefined>;
|
|
63
|
+
/**
|
|
64
|
+
* Filter function that is used to filter down the list items when the user enters
|
|
65
|
+
* a term in the search bar. Default function.
|
|
66
|
+
*
|
|
67
|
+
* @param item - The item be checked if it matches the searchTerm.
|
|
68
|
+
*
|
|
69
|
+
* @param searchTerm - The string the user typed in the search bar.
|
|
70
|
+
*
|
|
71
|
+
* @returns `true` if the `searchTerm` matches the `item` and the `item` shall be kept in the list.
|
|
72
|
+
*
|
|
73
|
+
* @defaultValue
|
|
74
|
+
* ```
|
|
75
|
+
* (
|
|
76
|
+
* item: SiListWidgetItem,
|
|
77
|
+
* searchTerm: string
|
|
78
|
+
* ) => {
|
|
79
|
+
* const aLabel = typeof item.label === 'object' ? item.label.title! : item.label;
|
|
80
|
+
* return aLabel.toLowerCase().includes(searchTerm.toLowerCase());
|
|
81
|
+
* }
|
|
82
|
+
* ```
|
|
83
|
+
*/
|
|
84
|
+
readonly filterFn: import("@angular/core").InputSignal<(item: SiListWidgetItem, searchTerm: string) => boolean | undefined>;
|
|
85
|
+
/**
|
|
86
|
+
* The number of skeleton progress indication rows.
|
|
87
|
+
*
|
|
88
|
+
* @defaultValue 6
|
|
89
|
+
*/
|
|
90
|
+
readonly numberOfLinks: import("@angular/core").InputSignal<number>;
|
|
91
|
+
/** Used to display the defined number of ghost items */
|
|
92
|
+
protected readonly ghosts: import("@angular/core").Signal<any[]>;
|
|
93
|
+
/** Holds the list items that are displayed. May be filtered and sorted. */
|
|
94
|
+
protected readonly filteredListWidgetItems: import("@angular/core").Signal<SiListWidgetItem[] | undefined>;
|
|
95
|
+
protected readonly searchText: import("@angular/core").ModelSignal<string>;
|
|
96
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SiListWidgetBodyComponent, never>;
|
|
97
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SiListWidgetBodyComponent, "si-list-widget-body", never, { "link": { "alias": "link"; "required": false; "isSignal": true; }; "searchPlaceholderLabel": { "alias": "searchPlaceholderLabel"; "required": false; "isSignal": true; }; "sort": { "alias": "sort"; "required": false; "isSignal": true; }; "search": { "alias": "search"; "required": false; "isSignal": true; }; "compareFn": { "alias": "compareFn"; "required": false; "isSignal": true; }; "filterFn": { "alias": "filterFn"; "required": false; "isSignal": true; }; "numberOfLinks": { "alias": "numberOfLinks"; "required": false; "isSignal": true; }; "searchText": { "alias": "searchText"; "required": false; "isSignal": true; }; }, { "searchText": "searchTextChange"; }, never, ["[empty-state]"], true, never>;
|
|
98
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Link } from '@siemens/element-ng/link';
|
|
2
|
+
import { TranslatableString } from '@siemens/element-translate-ng/translate';
|
|
3
|
+
import { SiWidgetBaseComponent } from '../si-widget-base.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Interface for objects to configure the the list widget.
|
|
7
|
+
*/
|
|
8
|
+
export interface SiListWidgetItem {
|
|
9
|
+
/** Label is either a translatable string or a link. */
|
|
10
|
+
label: TranslatableString | Link;
|
|
11
|
+
/** Optional translatable description. */
|
|
12
|
+
description?: TranslatableString;
|
|
13
|
+
/** Optional translatable string to be displayed in a badge. */
|
|
14
|
+
badge?: TranslatableString;
|
|
15
|
+
/**
|
|
16
|
+
* Defines the badge color. Must be one of the element `bg-<color>` CSS classes,
|
|
17
|
+
* like `bg-primary`, `bg-secondary`, 'bg-caution'. Use only the name without `bg`.
|
|
18
|
+
*/
|
|
19
|
+
badgeColor?: string;
|
|
20
|
+
/** Optional translatable text that is display to the right. */
|
|
21
|
+
text?: TranslatableString;
|
|
22
|
+
/** Optional right aligned action. */
|
|
23
|
+
action?: Link;
|
|
24
|
+
/** The action icon. */
|
|
25
|
+
actionIcon?: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* The `<si-link-widget>` supports an easy composition of links and actions
|
|
29
|
+
* with support for skeleton loading indicator.
|
|
30
|
+
*/
|
|
31
|
+
export declare class SiListWidgetItemComponent extends SiWidgetBaseComponent<SiListWidgetItem> {
|
|
32
|
+
protected readonly isLink: import("@angular/core").Signal<boolean>;
|
|
33
|
+
protected readonly badgeColor: import("@angular/core").Signal<string>;
|
|
34
|
+
protected readonly link: import("@angular/core").Signal<Link>;
|
|
35
|
+
protected readonly label: import("@angular/core").Signal<string>;
|
|
36
|
+
protected readonly icons: Record<"elementRight2", string>;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SiListWidgetItemComponent, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SiListWidgetItemComponent, "si-list-widget-item", never, {}, {}, never, never, true, never>;
|
|
39
|
+
}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { OnChanges } from '@angular/core';
|
|
2
|
+
import { AccentLineType } from '@siemens/element-ng/common';
|
|
3
|
+
import { ContentActionBarMainItem } from '@siemens/element-ng/content-action-bar';
|
|
4
|
+
import { Link } from '@siemens/element-ng/link';
|
|
5
|
+
import { TranslatableString } from '@siemens/element-translate-ng/translate';
|
|
6
|
+
import { SiWidgetBaseComponent } from '../si-widget-base.component';
|
|
7
|
+
import { SortOrder } from './si-list-widget-body.component';
|
|
8
|
+
import { SiListWidgetItem } from './si-list-widget-item.component';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
/**
|
|
11
|
+
* The `<si-list-widget>` supports an easy composition of links and actions
|
|
12
|
+
* with support for skeleton loading indicator, wrapped in a card.
|
|
13
|
+
*/
|
|
14
|
+
export declare class SiListWidgetComponent extends SiWidgetBaseComponent<SiListWidgetItem[]> implements OnChanges {
|
|
15
|
+
protected readonly icons: Record<"elementRight2" | "elementSortDown" | "elementSortUp", string>;
|
|
16
|
+
/** List widget heading. */
|
|
17
|
+
readonly heading: import("@angular/core").InputSignal<TranslatableString | undefined>;
|
|
18
|
+
/** Optional footer link for the list widget */
|
|
19
|
+
readonly link: import("@angular/core").InputSignal<Link | undefined>;
|
|
20
|
+
/**
|
|
21
|
+
* label for the "search placeholder" name
|
|
22
|
+
*
|
|
23
|
+
* @defaultValue
|
|
24
|
+
* ```
|
|
25
|
+
* $localize`:@@SI_LIST_WIDGET.SEARCH_PLACEHOLDER:Search...`
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
readonly searchPlaceholderLabel: import("@angular/core").InputSignal<TranslatableString>;
|
|
29
|
+
/**
|
|
30
|
+
* @defaultValue
|
|
31
|
+
* ```
|
|
32
|
+
* $localize`:@@SI_LIST_WIDGET.SORT_ASCENDING:Sort ascending`
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
35
|
+
readonly sortAscendingLabel: import("@angular/core").InputSignal<TranslatableString>;
|
|
36
|
+
/**
|
|
37
|
+
* @defaultValue
|
|
38
|
+
* ```
|
|
39
|
+
* $localize`:@@SI_LIST_WIDGET.SORT_DESCENDING:Sort descending`
|
|
40
|
+
* ```
|
|
41
|
+
*/
|
|
42
|
+
readonly sortDescendingLabel: import("@angular/core").InputSignal<TranslatableString>;
|
|
43
|
+
/**
|
|
44
|
+
* Set `ASC` of ascending sorting, `DSC` for descending sorting and `undefined` for no sorting.
|
|
45
|
+
*/
|
|
46
|
+
readonly sort: import("@angular/core").ModelSignal<SortOrder | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* Enables the search functionality.
|
|
49
|
+
*
|
|
50
|
+
* @defaultValue false
|
|
51
|
+
*/
|
|
52
|
+
readonly search: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
53
|
+
/**
|
|
54
|
+
* Compare function of for two `SiListWidgetItem`s that is used to sort
|
|
55
|
+
* the array of items. The default compares the item labels by using the
|
|
56
|
+
* string `localeCompare()` function.
|
|
57
|
+
*
|
|
58
|
+
* @param a - first `SiListWidgetItem` of the comparison.
|
|
59
|
+
*
|
|
60
|
+
* @param b - second `SiListWidgetItem` of the comparison.
|
|
61
|
+
*
|
|
62
|
+
* @returns A value `< 0` if `a` is smaller, `> 0` if `b` is smaller, otherwise `0`.
|
|
63
|
+
*
|
|
64
|
+
* @defaultValue
|
|
65
|
+
* ```
|
|
66
|
+
* (
|
|
67
|
+
* a: SiListWidgetItem,
|
|
68
|
+
* b: SiListWidgetItem
|
|
69
|
+
* ) => {
|
|
70
|
+
* const aLabel = typeof a.label === 'object' ? a.label.title! : a.label;
|
|
71
|
+
* const bLabel = typeof b.label === 'object' ? b.label.title! : b.label;
|
|
72
|
+
* return aLabel.localeCompare(bLabel);
|
|
73
|
+
* }
|
|
74
|
+
* ```
|
|
75
|
+
*/
|
|
76
|
+
readonly compareFn: import("@angular/core").InputSignal<(a: SiListWidgetItem, b: SiListWidgetItem) => number | undefined>;
|
|
77
|
+
/**
|
|
78
|
+
* Filter function that is used to filter down the list items when the user enters
|
|
79
|
+
* a term in the search bar. Default function.
|
|
80
|
+
*
|
|
81
|
+
* @param item - The item be checked if it matches the searchTerm.
|
|
82
|
+
*
|
|
83
|
+
* @param searchTerm - The string the user typed in the search bar.
|
|
84
|
+
*
|
|
85
|
+
* @returns `true` if the `searchTerm` matches the `item` and the `item` shall be kept in the list.
|
|
86
|
+
*
|
|
87
|
+
* @defaultValue
|
|
88
|
+
* ```
|
|
89
|
+
* (
|
|
90
|
+
* item: SiListWidgetItem,
|
|
91
|
+
* searchTerm: string
|
|
92
|
+
* ) => {
|
|
93
|
+
* const aLabel = typeof item.label === 'object' ? item.label.title! : item.label;
|
|
94
|
+
* return aLabel.toLowerCase().includes(searchTerm.toLowerCase());
|
|
95
|
+
* }
|
|
96
|
+
* ```
|
|
97
|
+
*/
|
|
98
|
+
readonly filterFn: import("@angular/core").InputSignal<(item: SiListWidgetItem, searchTerm: string) => boolean | undefined>;
|
|
99
|
+
/**
|
|
100
|
+
* The number of skeleton progress indication rows.
|
|
101
|
+
*
|
|
102
|
+
* @defaultValue 6
|
|
103
|
+
*/
|
|
104
|
+
readonly numberOfLinks: import("@angular/core").InputSignal<number>;
|
|
105
|
+
/**
|
|
106
|
+
* Optional accent line
|
|
107
|
+
*/
|
|
108
|
+
readonly accentLine: import("@angular/core").InputSignal<AccentLineType | undefined>;
|
|
109
|
+
protected readonly accentClass: import("@angular/core").Signal<string>;
|
|
110
|
+
/** The menu item array used to display the sort button. */
|
|
111
|
+
protected readonly sortAction: import("@angular/core").Signal<ContentActionBarMainItem[]>;
|
|
112
|
+
private doSort;
|
|
113
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SiListWidgetComponent, never>;
|
|
114
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SiListWidgetComponent, "si-list-widget", never, { "heading": { "alias": "heading"; "required": false; "isSignal": true; }; "link": { "alias": "link"; "required": false; "isSignal": true; }; "searchPlaceholderLabel": { "alias": "searchPlaceholderLabel"; "required": false; "isSignal": true; }; "sortAscendingLabel": { "alias": "sortAscendingLabel"; "required": false; "isSignal": true; }; "sortDescendingLabel": { "alias": "sortDescendingLabel"; "required": false; "isSignal": true; }; "sort": { "alias": "sort"; "required": false; "isSignal": true; }; "search": { "alias": "search"; "required": false; "isSignal": true; }; "compareFn": { "alias": "compareFn"; "required": false; "isSignal": true; }; "filterFn": { "alias": "filterFn"; "required": false; "isSignal": true; }; "numberOfLinks": { "alias": "numberOfLinks"; "required": false; "isSignal": true; }; "accentLine": { "alias": "accentLine"; "required": false; "isSignal": true; }; }, { "sort": "sortChange"; }, never, ["[empty-state]"], true, never>;
|
|
115
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { SiWidgetBaseComponent } from '../si-widget-base.component';
|
|
2
|
+
import { SiTimelineWidgetItem } from './si-timeline-widget-item.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SiTimelineWidgetBodyComponent extends SiWidgetBaseComponent<SiTimelineWidgetItem[]> {
|
|
5
|
+
/**
|
|
6
|
+
* Number of skeleton progress indication items.
|
|
7
|
+
*
|
|
8
|
+
* @defaultValue 4
|
|
9
|
+
*/
|
|
10
|
+
readonly numberOfItems: import("@angular/core").InputSignal<number>;
|
|
11
|
+
/**
|
|
12
|
+
* Whether to show or hide the description row during skeleton progress indication.
|
|
13
|
+
*
|
|
14
|
+
* @defaultValue `true`
|
|
15
|
+
*/
|
|
16
|
+
readonly showDescription: import("@angular/core").InputSignal<boolean>;
|
|
17
|
+
/** Used to display the defined number of ghost items */
|
|
18
|
+
protected readonly ghosts: import("@angular/core").Signal<any[]>;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SiTimelineWidgetBodyComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SiTimelineWidgetBodyComponent, "si-timeline-widget-body", never, { "numberOfItems": { "alias": "numberOfItems"; "required": false; "isSignal": true; }; "showDescription": { "alias": "showDescription"; "required": false; "isSignal": true; }; }, {}, never, ["[empty-state]"], true, never>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { OnChanges, OnInit } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute, NavigationExtras } from '@angular/router';
|
|
3
|
+
import { MenuItem } from '@siemens/element-ng/menu';
|
|
4
|
+
import { TranslatableString } from '@siemens/element-translate-ng/translate';
|
|
5
|
+
import { SiWidgetBaseComponent } from '../si-widget-base.component';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
/** Base for action items in the timeline widget. */
|
|
8
|
+
export interface TimelineWidgetActionBase {
|
|
9
|
+
/** Label that is shown to the user. */
|
|
10
|
+
label: string;
|
|
11
|
+
/** The web font icon class name (e.g. element-settings-outline). */
|
|
12
|
+
icon?: string;
|
|
13
|
+
/** Defines if only the icon is shown in the default navigation bar. */
|
|
14
|
+
iconOnly?: boolean;
|
|
15
|
+
}
|
|
16
|
+
/** Interface representing an action item in the timeline widget. */
|
|
17
|
+
export interface TimelineWidgetActionButton extends TimelineWidgetActionBase {
|
|
18
|
+
type: 'action';
|
|
19
|
+
/** The class name to define the button style */
|
|
20
|
+
customClass?: string;
|
|
21
|
+
/** Action that called when the item action is triggered. */
|
|
22
|
+
action: (source: this) => void;
|
|
23
|
+
}
|
|
24
|
+
/** Interface representing a router link item in the timeline widget. */
|
|
25
|
+
export interface TimeLineWidgetRouterLink extends TimelineWidgetActionBase {
|
|
26
|
+
type: 'router-link';
|
|
27
|
+
/** Link for the angular router. Accepts the same values as {@link RouterLink}. */
|
|
28
|
+
routerLink: string | any[];
|
|
29
|
+
/** Navigation extras that are passed to the {@link RouterLink}. */
|
|
30
|
+
extras?: NavigationExtras;
|
|
31
|
+
}
|
|
32
|
+
/** Interface representing a link item in the timeline widget. */
|
|
33
|
+
export interface TimeLineWidgetLink extends TimelineWidgetActionBase {
|
|
34
|
+
type: 'link';
|
|
35
|
+
/** The href property of the anchor. */
|
|
36
|
+
href: string;
|
|
37
|
+
/** The target property of the anchor. */
|
|
38
|
+
target?: string;
|
|
39
|
+
}
|
|
40
|
+
/** Interface representing a menu item in the timeline widget. */
|
|
41
|
+
export interface TimelineWidgetMenu {
|
|
42
|
+
type: 'menu';
|
|
43
|
+
menuItems: MenuItem[];
|
|
44
|
+
}
|
|
45
|
+
/** Union type for all possible action items in the timeline widget. */
|
|
46
|
+
export type TimelineWidgetItemAction = TimelineWidgetActionButton | TimeLineWidgetLink | TimeLineWidgetRouterLink | TimelineWidgetMenu;
|
|
47
|
+
/**
|
|
48
|
+
* Represents an item in the timeline widget.
|
|
49
|
+
* Each item may contain a timestamp, a title, an icon, an optional description and optional action elements.
|
|
50
|
+
* Actions can be buttons, links, router links, or menus.
|
|
51
|
+
*/
|
|
52
|
+
export interface SiTimelineWidgetItem {
|
|
53
|
+
/**
|
|
54
|
+
* The timestamp of the item.
|
|
55
|
+
*/
|
|
56
|
+
timeStamp: TranslatableString;
|
|
57
|
+
/**
|
|
58
|
+
* The title of the item.
|
|
59
|
+
*/
|
|
60
|
+
title: TranslatableString;
|
|
61
|
+
/**
|
|
62
|
+
* Optional translatable description.
|
|
63
|
+
*/
|
|
64
|
+
description?: TranslatableString;
|
|
65
|
+
/**
|
|
66
|
+
* The icon of the item.
|
|
67
|
+
*/
|
|
68
|
+
icon: string;
|
|
69
|
+
/**
|
|
70
|
+
* The color of the icon.
|
|
71
|
+
*/
|
|
72
|
+
iconColor?: string;
|
|
73
|
+
/**
|
|
74
|
+
* The stacked icon of the item.
|
|
75
|
+
*/
|
|
76
|
+
stackedIcon?: string;
|
|
77
|
+
/**
|
|
78
|
+
* The color of the stacked icon.
|
|
79
|
+
*/
|
|
80
|
+
stackedIconColor?: string;
|
|
81
|
+
/**
|
|
82
|
+
* The alt text of the icon
|
|
83
|
+
*/
|
|
84
|
+
iconAlt?: TranslatableString;
|
|
85
|
+
/**
|
|
86
|
+
* The related action of the item
|
|
87
|
+
*/
|
|
88
|
+
action?: TimelineWidgetItemAction;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* The items of the `<si-timeline-widget>`.
|
|
92
|
+
*/
|
|
93
|
+
export declare class SiTimelineWidgetItemComponent extends SiWidgetBaseComponent<SiTimelineWidgetItem> implements OnInit, OnChanges {
|
|
94
|
+
/**
|
|
95
|
+
* Whether to show or hide the description row during skeleton progress indication.
|
|
96
|
+
*
|
|
97
|
+
* @defaultValue `true`
|
|
98
|
+
*/
|
|
99
|
+
readonly showDescription: import("@angular/core").InputSignal<boolean>;
|
|
100
|
+
protected readonly activatedRoute: ActivatedRoute | null;
|
|
101
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SiTimelineWidgetItemComponent, never>;
|
|
102
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SiTimelineWidgetItemComponent, "si-timeline-widget-item", never, { "showDescription": { "alias": "showDescription"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
103
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { OnChanges } from '@angular/core';
|
|
2
|
+
import { AccentLineType, MenuItem as MenuItemLegacy } from '@siemens/element-ng/common';
|
|
3
|
+
import { ContentActionBarMainItem } from '@siemens/element-ng/content-action-bar';
|
|
4
|
+
import { Link } from '@siemens/element-ng/link';
|
|
5
|
+
import { MenuItem } from '@siemens/element-ng/menu';
|
|
6
|
+
import { TranslatableString } from '@siemens/element-translate-ng/translate';
|
|
7
|
+
import { SiWidgetBaseComponent } from '../si-widget-base.component';
|
|
8
|
+
import { SiTimelineWidgetItem } from './si-timeline-widget-item.component';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class SiTimelineWidgetComponent extends SiWidgetBaseComponent<SiTimelineWidgetItem[]> implements OnChanges {
|
|
11
|
+
/**
|
|
12
|
+
* Timeline widget header text.
|
|
13
|
+
*/
|
|
14
|
+
readonly heading: import("@angular/core").InputSignal<TranslatableString | undefined>;
|
|
15
|
+
/**
|
|
16
|
+
* Input list of primary action items. Supports up to **4** actions and omits additional ones.
|
|
17
|
+
*
|
|
18
|
+
* @defaultValue []
|
|
19
|
+
*/
|
|
20
|
+
readonly primaryActions: import("@angular/core").InputSignal<(MenuItemLegacy | ContentActionBarMainItem)[]>;
|
|
21
|
+
/**
|
|
22
|
+
* Input list of secondary action items.
|
|
23
|
+
*
|
|
24
|
+
* @defaultValue []
|
|
25
|
+
*/
|
|
26
|
+
readonly secondaryActions: import("@angular/core").InputSignal<(MenuItemLegacy | MenuItem)[]>;
|
|
27
|
+
/**
|
|
28
|
+
* Link that leads the user to more information
|
|
29
|
+
* or triggers and action. The `link.title` is displayed.
|
|
30
|
+
* The title will be translated.
|
|
31
|
+
*/
|
|
32
|
+
readonly link: import("@angular/core").InputSignal<Link | undefined>;
|
|
33
|
+
/**
|
|
34
|
+
* Number of skeleton progress indication items.
|
|
35
|
+
*
|
|
36
|
+
* @defaultValue 4
|
|
37
|
+
*/
|
|
38
|
+
readonly numberOfItems: import("@angular/core").InputSignal<number>;
|
|
39
|
+
/**
|
|
40
|
+
* Whether to show or hide the description row during skeleton progress indication.
|
|
41
|
+
*
|
|
42
|
+
* @defaultValue `true`
|
|
43
|
+
*/
|
|
44
|
+
readonly showDescription: import("@angular/core").InputSignal<boolean>;
|
|
45
|
+
/**
|
|
46
|
+
* Optional accent line
|
|
47
|
+
*/
|
|
48
|
+
readonly accentLine: import("@angular/core").InputSignal<AccentLineType | undefined>;
|
|
49
|
+
protected readonly accentClass: import("@angular/core").Signal<string>;
|
|
50
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SiTimelineWidgetComponent, never>;
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SiTimelineWidgetComponent, "si-timeline-widget", never, { "heading": { "alias": "heading"; "required": false; "isSignal": true; }; "primaryActions": { "alias": "primaryActions"; "required": false; "isSignal": true; }; "secondaryActions": { "alias": "secondaryActions"; "required": false; "isSignal": true; }; "link": { "alias": "link"; "required": false; "isSignal": true; }; "numberOfItems": { "alias": "numberOfItems"; "required": false; "isSignal": true; }; "showDescription": { "alias": "showDescription"; "required": false; "isSignal": true; }; "accentLine": { "alias": "accentLine"; "required": false; "isSignal": true; }; }, {}, never, ["[empty-state]"], true, never>;
|
|
52
|
+
}
|