@fundamental-ngx/core 0.42.0-rc.8 → 0.42.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/alert/alert.component.d.ts +5 -4
- package/alert/alert.module.d.ts +2 -1
- package/avatar/avatar.component.d.ts +2 -4
- package/avatar-group/directives/avatar-group-focusable-avatar.directive.d.ts +2 -6
- package/avatar-group/directives/avatar-group-overflow-button.directive.d.ts +2 -4
- package/bar/bar.component.d.ts +2 -4
- package/busy-indicator/busy-indicator-extended/busy-indicator-extended.directive.d.ts +2 -4
- package/button/button.component.d.ts +2 -6
- package/card/card-content.component.d.ts +2 -4
- package/card/card-counter.directive.d.ts +2 -4
- package/card/card-header.component.d.ts +2 -4
- package/card/card-loader.component.d.ts +2 -4
- package/card/card-second-subtitle.directive.d.ts +2 -4
- package/card/card-subtitle.directive.d.ts +2 -4
- package/card/card-title.directive.d.ts +2 -4
- package/card/card.component.d.ts +3 -5
- package/card/kpi/card-kpi-analytics-content.directive.d.ts +2 -4
- package/card/kpi/card-kpi-analytics-label.directive.d.ts +2 -4
- package/card/kpi/card-kpi-analytics.directive.d.ts +2 -4
- package/card/kpi/card-kpi-header.component.d.ts +2 -4
- package/card/kpi/card-kpi-scale-icon.directive.d.ts +2 -4
- package/card/kpi/card-kpi-scale-text.directive.d.ts +2 -4
- package/card/kpi/card-kpi-value.directive.d.ts +2 -4
- package/combobox/combobox.module.d.ts +2 -1
- package/dialog/base/dialog-base.class.d.ts +2 -2
- package/dialog/dialog-body/dialog-body.component.d.ts +2 -4
- package/dialog/dialog-container/dialog-container.component.d.ts +0 -2
- package/dialog/dialog-service/dialog.service.d.ts +4 -0
- package/dialog/dialog.component.d.ts +0 -2
- package/dynamic-page/dynamic-page-content/dynamic-page-content.component.d.ts +4 -6
- package/dynamic-page/dynamic-page-header/actions/dynamic-page-layout-actions.component.d.ts +2 -4
- package/dynamic-side-content/dynamic-side-content.component.d.ts +3 -5
- package/esm2020/alert/alert.component.mjs +7 -19
- package/esm2020/alert/alert.module.mjs +5 -4
- package/esm2020/avatar/avatar.component.mjs +6 -10
- package/esm2020/avatar-group/directives/avatar-group-focusable-avatar.directive.mjs +4 -12
- package/esm2020/avatar-group/directives/avatar-group-overflow-body.directive.mjs +2 -2
- package/esm2020/avatar-group/directives/avatar-group-overflow-button.directive.mjs +3 -7
- package/esm2020/bar/bar.component.mjs +3 -7
- package/esm2020/breadcrumb/breadcrumb-item.component.mjs +2 -2
- package/esm2020/breadcrumb/breadcrumb.component.mjs +2 -2
- package/esm2020/busy-indicator/busy-indicator-extended/busy-indicator-extended.directive.mjs +4 -8
- package/esm2020/button/button.component.mjs +3 -9
- package/esm2020/card/card-content.component.mjs +3 -7
- package/esm2020/card/card-counter.directive.mjs +3 -7
- package/esm2020/card/card-header.component.mjs +4 -8
- package/esm2020/card/card-loader.component.mjs +3 -7
- package/esm2020/card/card-second-subtitle.directive.mjs +3 -7
- package/esm2020/card/card-subtitle.directive.mjs +3 -7
- package/esm2020/card/card-title.directive.mjs +3 -7
- package/esm2020/card/card.component.mjs +3 -7
- package/esm2020/card/kpi/card-kpi-analytics-content.directive.mjs +3 -7
- package/esm2020/card/kpi/card-kpi-analytics-label.directive.mjs +3 -7
- package/esm2020/card/kpi/card-kpi-analytics.directive.mjs +3 -7
- package/esm2020/card/kpi/card-kpi-header.component.mjs +3 -7
- package/esm2020/card/kpi/card-kpi-scale-icon.directive.mjs +3 -7
- package/esm2020/card/kpi/card-kpi-scale-text.directive.mjs +3 -7
- package/esm2020/card/kpi/card-kpi-value.directive.mjs +3 -7
- package/esm2020/checkbox/checkbox/checkbox.component.mjs +5 -5
- package/esm2020/combobox/combobox.component.mjs +5 -4
- package/esm2020/combobox/combobox.module.mjs +8 -4
- package/esm2020/content-density/services/content-density-observer.service.mjs +3 -3
- package/esm2020/datetime-picker/datetime-picker.component.mjs +7 -4
- package/esm2020/dialog/base/dialog-base.class.mjs +4 -4
- package/esm2020/dialog/dialog-body/dialog-body.component.mjs +3 -7
- package/esm2020/dialog/dialog-container/dialog-container.component.mjs +1 -5
- package/esm2020/dialog/dialog-service/dialog.service.mjs +10 -2
- package/esm2020/dialog/dialog.component.mjs +3 -7
- package/esm2020/dynamic-page/dynamic-page-content/dynamic-page-content.component.mjs +4 -8
- package/esm2020/dynamic-page/dynamic-page-header/actions/dynamic-page-layout-actions.component.mjs +5 -9
- package/esm2020/dynamic-side-content/dynamic-side-content.component.mjs +3 -7
- package/esm2020/facets/content/facet-content.component.mjs +4 -8
- package/esm2020/facets/facet/facet.component.mjs +13 -19
- package/esm2020/feed-input/directives/feed-input-avatar.directive.mjs +3 -7
- package/esm2020/feed-list-item/components/item/feed-list-item.component.mjs +3 -7
- package/esm2020/feed-list-item/components/list/feed-list.component.mjs +3 -7
- package/esm2020/form/form-control/form-control.component.mjs +3 -7
- package/esm2020/form/form-group/form-group.component.mjs +3 -7
- package/esm2020/form/form-message/form-message.component.mjs +3 -7
- package/esm2020/grid-list/components/grid-list-item/grid-list-item.component.mjs +3 -3
- package/esm2020/icon/icon.component.mjs +3 -7
- package/esm2020/illustrated-message/illustrated-message.component.mjs +3 -7
- package/esm2020/info-label/info-label.component.mjs +3 -7
- package/esm2020/inline-help/inline-help.directive.mjs +26 -15
- package/esm2020/input-group/input-group-directives.mjs +6 -14
- package/esm2020/input-group/input-group.component.mjs +2 -2
- package/esm2020/layout-grid/directives/layout-grid-col.directive.mjs +3 -7
- package/esm2020/layout-grid/layout-grid.component.mjs +3 -7
- package/esm2020/layout-panel/layout-panel-footer/layout-panel-footer.component.mjs +3 -7
- package/esm2020/link/link.component.mjs +9 -13
- package/esm2020/list/directives/list-icon.directive.mjs +3 -7
- package/esm2020/list/directives/list-navigation-item-text.directive.mjs +3 -7
- package/esm2020/list/list-message.directive.mjs +3 -7
- package/esm2020/menu/menu-mobile/menu-mobile.component.mjs +2 -2
- package/esm2020/message-box/message-box-container/message-box-container.component.mjs +1 -5
- package/esm2020/message-box/message-box.component.mjs +1 -5
- package/esm2020/message-page/message-page.component.mjs +3 -7
- package/esm2020/message-strip/alert/default-config.mjs +11 -0
- package/esm2020/message-strip/alert/index.mjs +6 -0
- package/esm2020/message-strip/alert/message-strip-alert/message-strip-alert.component.mjs +68 -0
- package/esm2020/message-strip/alert/message-strip-alert-container/message-strip-alert-container.component.mjs +57 -0
- package/esm2020/message-strip/alert/message-strip-alert-container-footer/message-strip-alert-container-footer.component.mjs +65 -0
- package/esm2020/message-strip/alert/message-strip-alert.position.mjs +2 -0
- package/esm2020/message-strip/alert/message-strip-alert.ref.mjs +3 -0
- package/esm2020/message-strip/alert/message-strip-alert.service.mjs +195 -0
- package/esm2020/message-strip/alert/message-strip-configuration-type.mjs +2 -0
- package/esm2020/message-strip/alert/open-message-strip-alert.config.mjs +2 -0
- package/esm2020/message-strip/alert/tokens.mjs +14 -0
- package/esm2020/message-strip/auto-dismiss-message-strip.directive.mjs +98 -0
- package/esm2020/message-strip/fundamental-ngx-core-message-strip.mjs +2 -2
- package/esm2020/message-strip/index.mjs +6 -0
- package/esm2020/message-strip/message-strip-type.mjs +2 -0
- package/esm2020/message-strip/message-strip.component.mjs +16 -20
- package/esm2020/message-strip/message-strip.module.mjs +6 -9
- package/esm2020/multi-combobox/multi-combobox.component.mjs +6 -6
- package/esm2020/multi-input/multi-input.component.mjs +33 -19
- package/esm2020/notification/directives/notification-indicator.directive.mjs +3 -7
- package/esm2020/notification/notification-group/notification-group.component.mjs +3 -7
- package/esm2020/notification/notification-utils/notification-group-base.mjs +2 -2
- package/esm2020/object-marker/object-marker.component.mjs +3 -7
- package/esm2020/object-number/object-number.component.mjs +3 -7
- package/esm2020/object-status/object-status.component.mjs +3 -7
- package/esm2020/panel/panel.component.mjs +3 -7
- package/esm2020/product-switch/product-switch-body/product-switch-body.component.mjs +1 -1
- package/esm2020/radio/radio-button/radio-button.component.mjs +2 -2
- package/esm2020/rating-indicator/components/rating-indicator.component.mjs +3 -7
- package/esm2020/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.mjs +4 -8
- package/esm2020/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.mjs +3 -7
- package/esm2020/segmented-button/segmented-button.component.mjs +4 -4
- package/esm2020/select/select.component.mjs +3 -3
- package/esm2020/slider/slider.component.mjs +3 -7
- package/esm2020/status-indicator/status-indicator.component.mjs +4 -8
- package/esm2020/table/directives/table-cell.directive.mjs +31 -26
- package/esm2020/table/directives/table-icon.directive.mjs +3 -9
- package/esm2020/table/directives/table-row.directive.mjs +34 -19
- package/esm2020/table/table-wrapper.component.mjs +2 -2
- package/esm2020/table/table.component.mjs +1 -1
- package/esm2020/tabs/tab-item/tab-item.directive.mjs +3 -7
- package/esm2020/tabs/tab-nav/tab-nav.component.mjs +3 -9
- package/esm2020/tabs/tab-utils/tab-directives.mjs +3 -9
- package/esm2020/tile/directives/numeric-content.directives.mjs +14 -34
- package/esm2020/tile/directives/tile.directives.mjs +9 -21
- package/esm2020/tile/tile.component.mjs +2 -2
- package/esm2020/token/token-input.directive.mjs +3 -7
- package/esm2020/token/tokenizer.component.mjs +20 -22
- package/esm2020/toolbar/toolbar.component.mjs +2 -2
- package/esm2020/tree/components/tree-item/tree-item.component.mjs +1 -1
- package/esm2020/tree/models/base-tree-item.class.mjs +2 -6
- package/esm2020/tree/tree.component.mjs +3 -7
- package/esm2020/upload-collection/upload-collection-item.directive.mjs +2 -2
- package/esm2020/wizard/wizard.component.mjs +2 -2
- package/facets/content/facet-content.component.d.ts +2 -4
- package/facets/facet/facet.component.d.ts +2 -6
- package/feed-input/directives/feed-input-avatar.directive.d.ts +2 -4
- package/feed-list-item/components/item/feed-list-item.component.d.ts +2 -4
- package/feed-list-item/components/list/feed-list.component.d.ts +2 -4
- package/fesm2015/fundamental-ngx-core-alert.mjs +48 -58
- package/fesm2015/fundamental-ngx-core-alert.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-avatar-group.mjs +6 -18
- package/fesm2015/fundamental-ngx-core-avatar-group.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-avatar.mjs +5 -9
- package/fesm2015/fundamental-ngx-core-avatar.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-bar.mjs +2 -6
- package/fesm2015/fundamental-ngx-core-bar.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-breadcrumb.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-busy-indicator.mjs +3 -7
- package/fesm2015/fundamental-ngx-core-busy-indicator.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-button.mjs +2 -8
- package/fesm2015/fundamental-ngx-core-button.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-card.mjs +31 -91
- package/fesm2015/fundamental-ngx-core-card.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-checkbox.mjs +4 -4
- package/fesm2015/fundamental-ngx-core-checkbox.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-combobox.mjs +10 -5
- package/fesm2015/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-content-density.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-content-density.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-datetime-picker.mjs +6 -3
- package/fesm2015/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-dialog.mjs +16 -21
- package/fesm2015/fundamental-ngx-core-dialog.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-dynamic-page.mjs +7 -15
- package/fesm2015/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-dynamic-side-content.mjs +2 -6
- package/fesm2015/fundamental-ngx-core-dynamic-side-content.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-facets.mjs +15 -25
- package/fesm2015/fundamental-ngx-core-facets.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-feed-input.mjs +2 -6
- package/fesm2015/fundamental-ngx-core-feed-input.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-feed-list-item.mjs +4 -12
- package/fesm2015/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-form.mjs +6 -18
- package/fesm2015/fundamental-ngx-core-form.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-grid-list.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-grid-list.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-icon.mjs +2 -6
- package/fesm2015/fundamental-ngx-core-icon.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-illustrated-message.mjs +2 -6
- package/fesm2015/fundamental-ngx-core-illustrated-message.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-info-label.mjs +2 -6
- package/fesm2015/fundamental-ngx-core-info-label.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-inline-help.mjs +24 -13
- package/fesm2015/fundamental-ngx-core-inline-help.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-input-group.mjs +6 -14
- package/fesm2015/fundamental-ngx-core-input-group.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-layout-grid.mjs +4 -12
- package/fesm2015/fundamental-ngx-core-layout-grid.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-layout-panel.mjs +2 -6
- package/fesm2015/fundamental-ngx-core-layout-panel.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-link.mjs +8 -12
- package/fesm2015/fundamental-ngx-core-link.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-list.mjs +6 -18
- package/fesm2015/fundamental-ngx-core-list.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-menu.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-menu.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-message-box.mjs +0 -8
- package/fesm2015/fundamental-ngx-core-message-box.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-message-page.mjs +2 -6
- package/fesm2015/fundamental-ngx-core-message-page.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-message-strip.mjs +488 -28
- package/fesm2015/fundamental-ngx-core-message-strip.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-multi-combobox.mjs +5 -5
- package/fesm2015/fundamental-ngx-core-multi-combobox.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-multi-input.mjs +33 -17
- package/fesm2015/fundamental-ngx-core-multi-input.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-notification.mjs +5 -13
- package/fesm2015/fundamental-ngx-core-notification.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-object-marker.mjs +2 -6
- package/fesm2015/fundamental-ngx-core-object-marker.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-object-number.mjs +2 -6
- package/fesm2015/fundamental-ngx-core-object-number.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-object-status.mjs +2 -6
- package/fesm2015/fundamental-ngx-core-object-status.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-panel.mjs +2 -6
- package/fesm2015/fundamental-ngx-core-panel.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-product-switch.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-product-switch.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-radio.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-radio.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-rating-indicator.mjs +2 -6
- package/fesm2015/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-resizable-card-layout.mjs +5 -13
- package/fesm2015/fundamental-ngx-core-resizable-card-layout.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-segmented-button.mjs +3 -3
- package/fesm2015/fundamental-ngx-core-segmented-button.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-select.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-select.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-slider.mjs +2 -6
- package/fesm2015/fundamental-ngx-core-slider.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-status-indicator.mjs +3 -7
- package/fesm2015/fundamental-ngx-core-status-indicator.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-table.mjs +64 -48
- package/fesm2015/fundamental-ngx-core-table.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-tabs.mjs +6 -22
- package/fesm2015/fundamental-ngx-core-tabs.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-tile.mjs +22 -54
- package/fesm2015/fundamental-ngx-core-tile.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-token.mjs +22 -28
- package/fesm2015/fundamental-ngx-core-token.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-toolbar.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-toolbar.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-tree.mjs +3 -11
- package/fesm2015/fundamental-ngx-core-tree.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-upload-collection.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-upload-collection.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-wizard.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-wizard.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-alert.mjs +48 -58
- package/fesm2020/fundamental-ngx-core-alert.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-avatar-group.mjs +6 -18
- package/fesm2020/fundamental-ngx-core-avatar-group.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-avatar.mjs +5 -9
- package/fesm2020/fundamental-ngx-core-avatar.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-bar.mjs +2 -6
- package/fesm2020/fundamental-ngx-core-bar.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-breadcrumb.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-busy-indicator.mjs +3 -7
- package/fesm2020/fundamental-ngx-core-busy-indicator.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-button.mjs +2 -8
- package/fesm2020/fundamental-ngx-core-button.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-card.mjs +31 -91
- package/fesm2020/fundamental-ngx-core-card.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-checkbox.mjs +4 -4
- package/fesm2020/fundamental-ngx-core-checkbox.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-combobox.mjs +10 -5
- package/fesm2020/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-content-density.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-content-density.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-datetime-picker.mjs +6 -3
- package/fesm2020/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-dialog.mjs +16 -21
- package/fesm2020/fundamental-ngx-core-dialog.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-dynamic-page.mjs +7 -15
- package/fesm2020/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-dynamic-side-content.mjs +2 -6
- package/fesm2020/fundamental-ngx-core-dynamic-side-content.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-facets.mjs +15 -25
- package/fesm2020/fundamental-ngx-core-facets.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-feed-input.mjs +2 -6
- package/fesm2020/fundamental-ngx-core-feed-input.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-feed-list-item.mjs +4 -12
- package/fesm2020/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-form.mjs +6 -18
- package/fesm2020/fundamental-ngx-core-form.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-grid-list.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-grid-list.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-icon.mjs +2 -6
- package/fesm2020/fundamental-ngx-core-icon.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-illustrated-message.mjs +2 -6
- package/fesm2020/fundamental-ngx-core-illustrated-message.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-info-label.mjs +2 -6
- package/fesm2020/fundamental-ngx-core-info-label.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-inline-help.mjs +24 -13
- package/fesm2020/fundamental-ngx-core-inline-help.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-input-group.mjs +6 -14
- package/fesm2020/fundamental-ngx-core-input-group.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-layout-grid.mjs +4 -12
- package/fesm2020/fundamental-ngx-core-layout-grid.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-layout-panel.mjs +2 -6
- package/fesm2020/fundamental-ngx-core-layout-panel.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-link.mjs +8 -12
- package/fesm2020/fundamental-ngx-core-link.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-list.mjs +6 -18
- package/fesm2020/fundamental-ngx-core-list.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-menu.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-menu.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-message-box.mjs +0 -8
- package/fesm2020/fundamental-ngx-core-message-box.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-message-page.mjs +2 -6
- package/fesm2020/fundamental-ngx-core-message-page.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-message-strip.mjs +493 -28
- package/fesm2020/fundamental-ngx-core-message-strip.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-multi-combobox.mjs +5 -5
- package/fesm2020/fundamental-ngx-core-multi-combobox.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-multi-input.mjs +31 -17
- package/fesm2020/fundamental-ngx-core-multi-input.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-notification.mjs +5 -13
- package/fesm2020/fundamental-ngx-core-notification.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-object-marker.mjs +2 -6
- package/fesm2020/fundamental-ngx-core-object-marker.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-object-number.mjs +2 -6
- package/fesm2020/fundamental-ngx-core-object-number.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-object-status.mjs +2 -6
- package/fesm2020/fundamental-ngx-core-object-status.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-panel.mjs +2 -6
- package/fesm2020/fundamental-ngx-core-panel.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-product-switch.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-product-switch.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-radio.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-radio.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-rating-indicator.mjs +2 -6
- package/fesm2020/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-resizable-card-layout.mjs +5 -13
- package/fesm2020/fundamental-ngx-core-resizable-card-layout.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-segmented-button.mjs +3 -3
- package/fesm2020/fundamental-ngx-core-segmented-button.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-select.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-select.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-slider.mjs +2 -6
- package/fesm2020/fundamental-ngx-core-slider.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-status-indicator.mjs +3 -7
- package/fesm2020/fundamental-ngx-core-status-indicator.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-table.mjs +64 -48
- package/fesm2020/fundamental-ngx-core-table.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-tabs.mjs +6 -22
- package/fesm2020/fundamental-ngx-core-tabs.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-tile.mjs +22 -54
- package/fesm2020/fundamental-ngx-core-tile.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-token.mjs +21 -27
- package/fesm2020/fundamental-ngx-core-token.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-toolbar.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-toolbar.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-tree.mjs +3 -11
- package/fesm2020/fundamental-ngx-core-tree.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-upload-collection.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-upload-collection.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-wizard.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-wizard.mjs.map +1 -1
- package/form/form-control/form-control.component.d.ts +2 -4
- package/form/form-group/form-group.component.d.ts +2 -4
- package/form/form-message/form-message.component.d.ts +2 -4
- package/fundamental-ngx-core-v0.42.0.tgz +0 -0
- package/icon/icon.component.d.ts +2 -4
- package/illustrated-message/illustrated-message.component.d.ts +2 -4
- package/info-label/info-label.component.d.ts +2 -4
- package/inline-help/inline-help.directive.d.ts +9 -3
- package/input-group/input-group-directives.d.ts +5 -9
- package/layout-grid/directives/layout-grid-col.directive.d.ts +2 -4
- package/layout-grid/layout-grid.component.d.ts +2 -4
- package/layout-panel/layout-panel-footer/layout-panel-footer.component.d.ts +4 -6
- package/link/link.component.d.ts +2 -4
- package/list/directives/list-icon.directive.d.ts +4 -5
- package/list/directives/list-navigation-item-text.directive.d.ts +2 -4
- package/list/list-message.directive.d.ts +2 -4
- package/message-box/message-box-container/message-box-container.component.d.ts +0 -2
- package/message-box/message-box.component.d.ts +0 -2
- package/message-page/message-page.component.d.ts +2 -4
- package/message-strip/alert/default-config.d.ts +5 -0
- package/message-strip/alert/index.d.ts +9 -0
- package/message-strip/alert/message-strip-alert/message-strip-alert.component.d.ts +52 -0
- package/message-strip/alert/message-strip-alert-container/message-strip-alert-container.component.d.ts +28 -0
- package/message-strip/alert/message-strip-alert-container-footer/message-strip-alert-container-footer.component.d.ts +36 -0
- package/message-strip/alert/message-strip-alert.position.d.ts +3 -0
- package/message-strip/alert/message-strip-alert.ref.d.ts +14 -0
- package/message-strip/alert/message-strip-alert.service.d.ts +52 -0
- package/message-strip/alert/message-strip-configuration-type.d.ts +15 -0
- package/message-strip/alert/open-message-strip-alert.config.d.ts +22 -0
- package/message-strip/alert/tokens.d.ts +20 -0
- package/message-strip/auto-dismiss-message-strip.directive.d.ts +35 -0
- package/message-strip/index.d.ts +5 -5
- package/message-strip/message-strip-type.d.ts +2 -0
- package/message-strip/message-strip.component.d.ts +7 -9
- package/message-strip/message-strip.module.d.ts +2 -4
- package/multi-combobox/multi-combobox.component.d.ts +1 -1
- package/multi-input/multi-input.component.d.ts +10 -6
- package/notification/directives/notification-indicator.directive.d.ts +2 -4
- package/notification/notification-group/notification-group.component.d.ts +2 -4
- package/object-marker/object-marker.component.d.ts +2 -4
- package/object-number/object-number.component.d.ts +2 -4
- package/object-status/object-status.component.d.ts +2 -4
- package/package.json +3 -3
- package/panel/panel.component.d.ts +2 -4
- package/radio/radio-button/radio-button.component.d.ts +1 -1
- package/rating-indicator/components/rating-indicator.component.d.ts +2 -4
- package/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.d.ts +2 -4
- package/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.d.ts +2 -4
- package/schematics/add-dependencies/index.js +4 -4
- package/slider/slider.component.d.ts +2 -4
- package/status-indicator/status-indicator.component.d.ts +2 -4
- package/table/directives/table-cell.directive.d.ts +6 -12
- package/table/directives/table-icon.directive.d.ts +2 -6
- package/table/directives/table-row.directive.d.ts +10 -10
- package/tabs/tab-item/tab-item.directive.d.ts +2 -4
- package/tabs/tab-nav/tab-nav.component.d.ts +4 -8
- package/tabs/tab-utils/tab-directives.d.ts +2 -6
- package/tile/directives/numeric-content.directives.d.ts +10 -20
- package/tile/directives/tile.directives.d.ts +6 -12
- package/tile/tile.component.d.ts +1 -1
- package/token/token-input.directive.d.ts +2 -4
- package/token/tokenizer.component.d.ts +2 -4
- package/toolbar/toolbar.component.d.ts +1 -1
- package/tree/models/base-tree-item.class.d.ts +1 -3
- package/tree/tree.component.d.ts +1 -3
- package/esm2020/message-strip/public_api.mjs +0 -3
- package/fundamental-ngx-core-v0.42.0-rc.8.tgz +0 -0
- package/message-strip/public_api.d.ts +0 -2
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, ComponentFactoryResolver, ComponentRef, ElementRef, EmbeddedViewRef, EventEmitter, NgZone, OnInit, TemplateRef, Type, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { AbstractFdNgxClass, Nullable } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import { AlertRef } from './alert-utils/alert-ref';
|
|
4
4
|
import { AlertConfig } from './alert-utils/alert-config';
|
|
5
|
+
import { MessageStripType } from '@fundamental-ngx/core/message-strip';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* @deprecated
|
|
8
|
-
* Alert component is
|
|
9
|
+
* Alert component is deprecated since version 0.16.0
|
|
9
10
|
* Message Strip component should be used instead.
|
|
10
11
|
*
|
|
11
12
|
* The component that represents an alert. It can be only be used inline.
|
|
@@ -23,7 +24,7 @@ export declare class AlertComponent extends AbstractFdNgxClass implements OnInit
|
|
|
23
24
|
/** Whether the alert is dismissible. */
|
|
24
25
|
dismissible: boolean;
|
|
25
26
|
/** The type of the alert. Can be one of *warning*, *success*, *information*, *error* or null. */
|
|
26
|
-
type:
|
|
27
|
+
type: MessageStripType;
|
|
27
28
|
/** Id for the alert component. If omitted, a unique one is generated. */
|
|
28
29
|
id: string;
|
|
29
30
|
/** Duration of time *in milliseconds* that the alert will be visible. Set to -1 for indefinite. */
|
|
@@ -43,7 +44,7 @@ export declare class AlertComponent extends AbstractFdNgxClass implements OnInit
|
|
|
43
44
|
/** Alternative way of passing in a message to the alert. */
|
|
44
45
|
message: string;
|
|
45
46
|
/** Event fired when the alert is dismissed. */
|
|
46
|
-
onDismiss: EventEmitter<
|
|
47
|
+
onDismiss: EventEmitter<void>;
|
|
47
48
|
/** @hidden */
|
|
48
49
|
mouseInAlert: boolean;
|
|
49
50
|
/** @hidden */
|
package/alert/alert.module.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import * as i1 from "./alert.component";
|
|
|
3
3
|
import * as i2 from "./alert-utils/alert-container.component";
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "@fundamental-ngx/core/button";
|
|
6
|
+
import * as i5 from "@fundamental-ngx/core/message-strip";
|
|
6
7
|
/**
|
|
7
8
|
* @deprecated
|
|
8
9
|
* Alert component is depricated since version 0.16.0
|
|
@@ -10,6 +11,6 @@ import * as i4 from "@fundamental-ngx/core/button";
|
|
|
10
11
|
*/
|
|
11
12
|
export declare class AlertModule {
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<AlertModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AlertModule, [typeof i1.AlertComponent, typeof i2.AlertContainerComponent], [typeof i3.CommonModule, typeof i4.ButtonModule], [typeof i1.AlertComponent, typeof i2.AlertContainerComponent]>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AlertModule, [typeof i1.AlertComponent, typeof i2.AlertContainerComponent], [typeof i3.CommonModule, typeof i4.ButtonModule, typeof i5.MessageStripComponent], [typeof i1.AlertComponent, typeof i2.AlertContainerComponent]>;
|
|
14
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<AlertModule>;
|
|
15
16
|
}
|
|
@@ -3,7 +3,7 @@ import { ColorAccent, Size, CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
|
3
3
|
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class AvatarComponent implements OnChanges, OnInit, CssClassBuilder, OnChanges {
|
|
6
|
-
|
|
6
|
+
readonly elementRef: ElementRef;
|
|
7
7
|
private readonly _cdr;
|
|
8
8
|
private readonly _renderer;
|
|
9
9
|
private hostTabindex;
|
|
@@ -91,7 +91,7 @@ export declare class AvatarComponent implements OnChanges, OnInit, CssClassBuild
|
|
|
91
91
|
/** If a default placeholder should be displayed */
|
|
92
92
|
get showDefault(): boolean;
|
|
93
93
|
/** @hidden */
|
|
94
|
-
constructor(
|
|
94
|
+
constructor(elementRef: ElementRef, _cdr: ChangeDetectorRef, _renderer: Renderer2, hostTabindex: number | null);
|
|
95
95
|
/** @hidden */
|
|
96
96
|
ngOnInit(): void;
|
|
97
97
|
/** @hidden */
|
|
@@ -103,8 +103,6 @@ export declare class AvatarComponent implements OnChanges, OnInit, CssClassBuild
|
|
|
103
103
|
*/
|
|
104
104
|
buildComponentCssClass(): string[];
|
|
105
105
|
/** @hidden */
|
|
106
|
-
elementRef(): ElementRef<any>;
|
|
107
|
-
/** @hidden */
|
|
108
106
|
_onClick(event: Event): void;
|
|
109
107
|
/** @hidden */
|
|
110
108
|
zoomClicked(event: Event): void;
|
|
@@ -4,16 +4,12 @@ import { HasElementRef } from '@fundamental-ngx/cdk/utils';
|
|
|
4
4
|
import { AvatarGroupInterface } from '../avatar-group.interface';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class AvatarGroupFocusableAvatarDirective implements FocusableOption, HasElementRef {
|
|
7
|
-
|
|
7
|
+
readonly elementRef: ElementRef<HTMLElement>;
|
|
8
8
|
private readonly _component;
|
|
9
9
|
/** Tabindex of the Avatar. */
|
|
10
10
|
tabindex: number;
|
|
11
11
|
/** @hidden */
|
|
12
|
-
constructor(
|
|
13
|
-
/** @hidden */
|
|
14
|
-
elementRef(): ElementRef;
|
|
15
|
-
/** @hidden */
|
|
16
|
-
get _element(): HTMLElement;
|
|
12
|
+
constructor(elementRef: ElementRef<HTMLElement>, _component: AvatarGroupInterface);
|
|
17
13
|
/** Handler for mouse events */
|
|
18
14
|
onClick(): void;
|
|
19
15
|
/** @hidden */
|
|
@@ -4,7 +4,7 @@ import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
|
4
4
|
import { AvatarGroupOverflowButtonColor } from '../avatar-group.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class AvatarGroupOverflowButtonDirective implements OnInit, OnChanges, CssClassBuilder {
|
|
7
|
-
|
|
7
|
+
readonly elementRef: ElementRef;
|
|
8
8
|
/** User's custom classes. */
|
|
9
9
|
class: string;
|
|
10
10
|
/** The size of the overflow button.
|
|
@@ -15,7 +15,7 @@ export declare class AvatarGroupOverflowButtonDirective implements OnInit, OnCha
|
|
|
15
15
|
* Options include: *neutral*, *random*, *1*, *2*, *3*, *4*, *5*, *6*, *7*, *8*, *9*, *10* (default: *neutral*). */
|
|
16
16
|
color: AvatarGroupOverflowButtonColor;
|
|
17
17
|
/** @hidden */
|
|
18
|
-
constructor(
|
|
18
|
+
constructor(elementRef: ElementRef);
|
|
19
19
|
/** @hidden */
|
|
20
20
|
ngOnInit(): void;
|
|
21
21
|
/** @hidden */
|
|
@@ -23,8 +23,6 @@ export declare class AvatarGroupOverflowButtonDirective implements OnInit, OnCha
|
|
|
23
23
|
/** @hidden */
|
|
24
24
|
buildComponentCssClass(): string[];
|
|
25
25
|
/** @hidden */
|
|
26
|
-
elementRef(): ElementRef<HTMLElement>;
|
|
27
|
-
/** @hidden */
|
|
28
26
|
private _getMoreButtonColorCssClass;
|
|
29
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarGroupOverflowButtonDirective, never>;
|
|
30
28
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AvatarGroupOverflowButtonDirective, "[fd-avatar-group-overflow-button]", never, { "class": "class"; "size": "size"; "color": "color"; }, {}, never, never, false, never>;
|
package/bar/bar.component.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export type BarDesignType = 'header' | 'subheader' | 'header-with-subheader' | '
|
|
|
10
10
|
* The Bar has 2 modes - Desktop (default) and Tablet/Mobile (cozy).
|
|
11
11
|
*/
|
|
12
12
|
export declare class BarComponent implements OnChanges, OnInit, CssClassBuilder, OnDestroy {
|
|
13
|
-
|
|
13
|
+
readonly elementRef: ElementRef;
|
|
14
14
|
private _contentDensityObserver;
|
|
15
15
|
/** user's custom classes */
|
|
16
16
|
class: string;
|
|
@@ -29,7 +29,7 @@ export declare class BarComponent implements OnChanges, OnInit, CssClassBuilder,
|
|
|
29
29
|
/** @hidden */
|
|
30
30
|
private _subscriptions;
|
|
31
31
|
/** @hidden */
|
|
32
|
-
constructor(
|
|
32
|
+
constructor(elementRef: ElementRef, _contentDensityObserver: ContentDensityObserver);
|
|
33
33
|
/** @hidden */
|
|
34
34
|
ngOnInit(): void;
|
|
35
35
|
/** @hidden */
|
|
@@ -42,8 +42,6 @@ export declare class BarComponent implements OnChanges, OnInit, CssClassBuilder,
|
|
|
42
42
|
* function is responsible for order which css classes are applied
|
|
43
43
|
*/
|
|
44
44
|
buildComponentCssClass(): string[];
|
|
45
|
-
/** @hidden */
|
|
46
|
-
elementRef(): ElementRef<any>;
|
|
47
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarComponent, never>;
|
|
48
46
|
static ɵcmp: i0.ɵɵComponentDeclaration<BarComponent, "[fd-bar]", never, { "class": "class"; "barDesign": "barDesign"; "inPage": "inPage"; "inHomePage": "inHomePage"; "size": "size"; }, {}, never, ["[fd-bar-left]", "[fd-bar-middle]", "[fd-bar-right]", "*"], false, never>;
|
|
49
47
|
}
|
|
@@ -2,16 +2,14 @@ import { AfterContentInit, ElementRef } from '@angular/core';
|
|
|
2
2
|
import { BusyIndicatorComponent } from '../busy-indicator.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class BusyIndicatorExtendedDirective implements AfterContentInit {
|
|
5
|
-
|
|
5
|
+
readonly elementRef: ElementRef;
|
|
6
6
|
/** @hidden */
|
|
7
7
|
busyIndicator: BusyIndicatorComponent;
|
|
8
8
|
/** @hidden */
|
|
9
|
-
constructor(
|
|
9
|
+
constructor(elementRef: ElementRef);
|
|
10
10
|
/** @hidden */
|
|
11
11
|
ngAfterContentInit(): void;
|
|
12
12
|
/** @hidden */
|
|
13
|
-
elementRef(): ElementRef<HTMLElement>;
|
|
14
|
-
/** @hidden */
|
|
15
13
|
private _appendCssToParent;
|
|
16
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<BusyIndicatorExtendedDirective, never>;
|
|
17
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<BusyIndicatorExtendedDirective, "[fd-busy-indicator-extended]", never, {}, {}, ["busyIndicator"], never, false, never>;
|
|
@@ -14,7 +14,7 @@ import * as i0 from "@angular/core";
|
|
|
14
14
|
* ```
|
|
15
15
|
*/
|
|
16
16
|
export declare class ButtonComponent extends BaseButton implements OnChanges, CssClassBuilder, OnInit, OnDestroy {
|
|
17
|
-
|
|
17
|
+
readonly elementRef: ElementRef;
|
|
18
18
|
private _changeDetectorRef;
|
|
19
19
|
private _contentDensityObserver;
|
|
20
20
|
/** The property allows user to pass additional css classes. */
|
|
@@ -31,7 +31,7 @@ export declare class ButtonComponent extends BaseButton implements OnChanges, Cs
|
|
|
31
31
|
/** Forces the focus outline around the button, which is not default behavior in Safari. */
|
|
32
32
|
clicked(event: MouseEvent): void;
|
|
33
33
|
/** @hidden */
|
|
34
|
-
constructor(
|
|
34
|
+
constructor(elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, _contentDensityObserver: ContentDensityObserver);
|
|
35
35
|
/** Function runs when component is initialized
|
|
36
36
|
* function should build component css class
|
|
37
37
|
* function should build css style
|
|
@@ -47,10 +47,6 @@ export declare class ButtonComponent extends BaseButton implements OnChanges, Cs
|
|
|
47
47
|
* function is responsible for order which css classes are applied
|
|
48
48
|
*/
|
|
49
49
|
buildComponentCssClass(): string[];
|
|
50
|
-
/** HasElementRef interface implementation
|
|
51
|
-
* function used by applyCssClass and applyCssStyle decorators
|
|
52
|
-
*/
|
|
53
|
-
elementRef(): ElementRef<HTMLButtonElement | HTMLAnchorElement>;
|
|
54
50
|
/** @hidden */
|
|
55
51
|
detectChanges(): void;
|
|
56
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
|
|
|
2
2
|
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardContentComponent implements OnInit, CssClassBuilder {
|
|
5
|
-
|
|
5
|
+
readonly elementRef: ElementRef<HTMLElement>;
|
|
6
6
|
/** @hidden */
|
|
7
7
|
class: string;
|
|
8
8
|
/** @hidden */
|
|
9
|
-
constructor(
|
|
9
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
10
|
/** @hidden */
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
|
-
/** @hidden */
|
|
15
|
-
elementRef(): ElementRef<any>;
|
|
16
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardContentComponent, never>;
|
|
17
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardContentComponent, "fd-card-content", never, {}, {}, never, ["*"], false, never>;
|
|
18
16
|
}
|
|
@@ -3,7 +3,7 @@ import { ObjectStatus } from '@fundamental-ngx/core/object-status';
|
|
|
3
3
|
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class CardCounterDirective implements OnInit, OnChanges, CssClassBuilder {
|
|
6
|
-
|
|
6
|
+
readonly elementRef: ElementRef<HTMLElement>;
|
|
7
7
|
/**
|
|
8
8
|
* The status represented by the Object Status.
|
|
9
9
|
* Can be one of the following: 'negative' | 'critical' | 'positive' | 'informative'
|
|
@@ -12,15 +12,13 @@ export declare class CardCounterDirective implements OnInit, OnChanges, CssClass
|
|
|
12
12
|
/** @hidden */
|
|
13
13
|
class: string;
|
|
14
14
|
/** @hidden */
|
|
15
|
-
constructor(
|
|
15
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
16
16
|
/** @hidden */
|
|
17
17
|
ngOnChanges(): void;
|
|
18
18
|
/** @hidden */
|
|
19
19
|
ngOnInit(): void;
|
|
20
20
|
/** @hidden */
|
|
21
21
|
buildComponentCssClass(): string[];
|
|
22
|
-
/** @hidden */
|
|
23
|
-
elementRef(): ElementRef<any>;
|
|
24
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardCounterDirective, never>;
|
|
25
23
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardCounterDirective, "[fd-card-counter]", never, { "status": "status"; }, {}, never, never, false, never>;
|
|
26
24
|
}
|
|
@@ -4,7 +4,7 @@ import { CardSubtitleDirective } from './card-subtitle.directive';
|
|
|
4
4
|
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CardHeaderComponent implements OnInit, OnChanges, CssClassBuilder, AfterContentInit {
|
|
7
|
-
|
|
7
|
+
readonly elementRef: ElementRef<HTMLElement>;
|
|
8
8
|
private renderer;
|
|
9
9
|
/** Whether card header is interactive */
|
|
10
10
|
interactive: boolean;
|
|
@@ -20,7 +20,7 @@ export declare class CardHeaderComponent implements OnInit, OnChanges, CssClassB
|
|
|
20
20
|
/** @hidden */
|
|
21
21
|
_subtitle: CardSubtitleDirective;
|
|
22
22
|
/** @hidden */
|
|
23
|
-
constructor(
|
|
23
|
+
constructor(elementRef: ElementRef<HTMLElement>, renderer: Renderer2);
|
|
24
24
|
/** @hidden */
|
|
25
25
|
ngOnInit(): void;
|
|
26
26
|
/** @hidden */
|
|
@@ -29,8 +29,6 @@ export declare class CardHeaderComponent implements OnInit, OnChanges, CssClassB
|
|
|
29
29
|
ngOnChanges(): void;
|
|
30
30
|
/** @hidden */
|
|
31
31
|
buildComponentCssClass(): string[];
|
|
32
|
-
/** @hidden */
|
|
33
|
-
elementRef(): ElementRef<any>;
|
|
34
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
|
|
35
33
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "fd-card-header", never, { "interactive": "interactive"; "tabindex": "tabindex"; }, {}, ["_avatar", "_subtitle"], ["*", "fd-avatar", "[fd-card-title]", "[fd-card-counter]", "[fd-card-subtitle]", "fd-card-kpi-header", "[fd-card-second-subtitle]"], false, never>;
|
|
36
34
|
}
|
|
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
|
|
|
2
2
|
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardLoaderComponent implements OnInit, CssClassBuilder {
|
|
5
|
-
|
|
5
|
+
readonly elementRef: ElementRef<HTMLElement>;
|
|
6
6
|
/** @hidden */
|
|
7
7
|
class: string;
|
|
8
8
|
/** @hidden */
|
|
9
|
-
constructor(
|
|
9
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
10
|
/** @hidden */
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
|
-
/** @hidden */
|
|
15
|
-
elementRef(): ElementRef<any>;
|
|
16
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardLoaderComponent, never>;
|
|
17
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardLoaderComponent, "fd-card-loader", never, {}, {}, never, ["*"], false, never>;
|
|
18
16
|
}
|
|
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
|
|
|
2
2
|
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardSecondSubtitleDirective implements OnInit, CssClassBuilder {
|
|
5
|
-
|
|
5
|
+
readonly elementRef: ElementRef<HTMLElement>;
|
|
6
6
|
/** @hidden */
|
|
7
7
|
class: string;
|
|
8
8
|
/** @hidden */
|
|
9
|
-
constructor(
|
|
9
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
10
|
/** @hidden */
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
|
-
/** @hidden */
|
|
15
|
-
elementRef(): ElementRef<any>;
|
|
16
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardSecondSubtitleDirective, never>;
|
|
17
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardSecondSubtitleDirective, "[fd-card-second-subtitle]", never, {}, {}, never, never, false, never>;
|
|
18
16
|
}
|
|
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
|
|
|
2
2
|
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardSubtitleDirective implements OnInit, CssClassBuilder {
|
|
5
|
-
|
|
5
|
+
readonly elementRef: ElementRef<HTMLElement>;
|
|
6
6
|
/** @hidden */
|
|
7
7
|
class: string;
|
|
8
8
|
/** @hidden */
|
|
9
|
-
constructor(
|
|
9
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
10
|
/** @hidden */
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
|
-
/** @hidden */
|
|
15
|
-
elementRef(): ElementRef<any>;
|
|
16
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardSubtitleDirective, never>;
|
|
17
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardSubtitleDirective, "[fd-card-subtitle]", never, {}, {}, never, never, false, never>;
|
|
18
16
|
}
|
|
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
|
|
|
2
2
|
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardTitleDirective implements OnInit, CssClassBuilder {
|
|
5
|
-
|
|
5
|
+
readonly elementRef: ElementRef<HTMLElement>;
|
|
6
6
|
/** @hidden */
|
|
7
7
|
class: string;
|
|
8
8
|
/** @hidden */
|
|
9
|
-
constructor(
|
|
9
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
10
|
/** @hidden */
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
|
-
/** @hidden */
|
|
15
|
-
elementRef(): ElementRef<any>;
|
|
16
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardTitleDirective, never>;
|
|
17
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardTitleDirective, "[fd-card-title]", never, {}, {}, never, never, false, never>;
|
|
18
16
|
}
|
package/card/card.component.d.ts
CHANGED
|
@@ -4,8 +4,8 @@ import { CardType } from './constants';
|
|
|
4
4
|
import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CardComponent implements OnChanges, OnInit, CssClassBuilder, OnDestroy {
|
|
7
|
-
|
|
8
|
-
private _contentDensityObserver;
|
|
7
|
+
readonly elementRef: ElementRef<HTMLElement>;
|
|
8
|
+
private readonly _contentDensityObserver;
|
|
9
9
|
/** Badge */
|
|
10
10
|
badge: string;
|
|
11
11
|
/** Indicates when card should show a loader */
|
|
@@ -24,7 +24,7 @@ export declare class CardComponent implements OnChanges, OnInit, CssClassBuilder
|
|
|
24
24
|
/** @hidden */
|
|
25
25
|
private _subscriptions;
|
|
26
26
|
/** @hidden */
|
|
27
|
-
constructor(
|
|
27
|
+
constructor(elementRef: ElementRef<HTMLElement>, _contentDensityObserver: ContentDensityObserver);
|
|
28
28
|
/** @hidden */
|
|
29
29
|
ngOnChanges(): void;
|
|
30
30
|
/** @hidden */
|
|
@@ -33,8 +33,6 @@ export declare class CardComponent implements OnChanges, OnInit, CssClassBuilder
|
|
|
33
33
|
ngOnDestroy(): void;
|
|
34
34
|
/** @hidden */
|
|
35
35
|
buildComponentCssClass(): string[];
|
|
36
|
-
/** @hidden */
|
|
37
|
-
elementRef(): ElementRef<any>;
|
|
38
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
39
37
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "fd-card", never, { "badge": "badge"; "isLoading": "isLoading"; "cardType": "cardType"; "id": "id"; "role": "role"; }, {}, never, ["*", "fd-card-footer", "fd-card-loader"], false, never>;
|
|
40
38
|
}
|
|
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
|
|
|
2
2
|
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardKpiAnalyticsContentDirective implements OnInit, CssClassBuilder {
|
|
5
|
-
|
|
5
|
+
readonly elementRef: ElementRef<HTMLElement>;
|
|
6
6
|
/** @hidden */
|
|
7
7
|
class: string;
|
|
8
8
|
/** @hidden */
|
|
9
|
-
constructor(
|
|
9
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
10
|
/** @hidden */
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
|
-
/** @hidden */
|
|
15
|
-
elementRef(): ElementRef<any>;
|
|
16
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiAnalyticsContentDirective, never>;
|
|
17
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiAnalyticsContentDirective, "[fd-card-kpi-analytics-content]", never, {}, {}, never, never, false, never>;
|
|
18
16
|
}
|
|
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
|
|
|
2
2
|
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardKpiAnalyticsLabelDirective implements OnInit, CssClassBuilder {
|
|
5
|
-
|
|
5
|
+
readonly elementRef: ElementRef<HTMLElement>;
|
|
6
6
|
/** @hidden */
|
|
7
7
|
class: string;
|
|
8
8
|
/** @hidden */
|
|
9
|
-
constructor(
|
|
9
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
10
|
/** @hidden */
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
|
-
/** @hidden */
|
|
15
|
-
elementRef(): ElementRef<any>;
|
|
16
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiAnalyticsLabelDirective, never>;
|
|
17
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiAnalyticsLabelDirective, "[fd-card-kpi-analytics-label]", never, {}, {}, never, never, false, never>;
|
|
18
16
|
}
|
|
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
|
|
|
2
2
|
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardKpiAnalyticsDirective implements OnInit, CssClassBuilder {
|
|
5
|
-
|
|
5
|
+
readonly elementRef: ElementRef<HTMLElement>;
|
|
6
6
|
/** @hidden */
|
|
7
7
|
class: string;
|
|
8
8
|
/** @hidden */
|
|
9
|
-
constructor(
|
|
9
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
10
|
/** @hidden */
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
|
-
/** @hidden */
|
|
15
|
-
elementRef(): ElementRef<any>;
|
|
16
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiAnalyticsDirective, never>;
|
|
17
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiAnalyticsDirective, "[fd-card-kpi-analytics]", never, {}, {}, never, never, false, never>;
|
|
18
16
|
}
|
|
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
|
|
|
2
2
|
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardKpiHeaderComponent implements OnInit, CssClassBuilder {
|
|
5
|
-
|
|
5
|
+
readonly elementRef: ElementRef<HTMLElement>;
|
|
6
6
|
/** @hidden */
|
|
7
7
|
class: string;
|
|
8
8
|
/** @hidden */
|
|
9
|
-
constructor(
|
|
9
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
10
|
/** @hidden */
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
|
-
/** @hidden */
|
|
15
|
-
elementRef(): ElementRef<any>;
|
|
16
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiHeaderComponent, never>;
|
|
17
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardKpiHeaderComponent, "fd-card-kpi-header", never, {}, {}, never, ["[fd-card-kpi-value]", "[fd-card-kpi-scale-icon]", "[fd-card-kpi-scale-text]", "[fd-card-kpi-analytics]"], false, never>;
|
|
18
16
|
}
|
|
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
|
|
|
2
2
|
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardKpiScaleIconDirective implements OnInit, CssClassBuilder {
|
|
5
|
-
|
|
5
|
+
readonly elementRef: ElementRef<HTMLElement>;
|
|
6
6
|
/** @hidden */
|
|
7
7
|
class: string;
|
|
8
8
|
/** @hidden */
|
|
9
|
-
constructor(
|
|
9
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
10
|
/** @hidden */
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
|
-
/** @hidden */
|
|
15
|
-
elementRef(): ElementRef<any>;
|
|
16
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiScaleIconDirective, never>;
|
|
17
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiScaleIconDirective, "[fd-card-kpi-scale-icon]", never, {}, {}, never, never, false, never>;
|
|
18
16
|
}
|
|
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
|
|
|
2
2
|
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardKpiScaleTextDirective implements OnInit, CssClassBuilder {
|
|
5
|
-
|
|
5
|
+
readonly elementRef: ElementRef<HTMLElement>;
|
|
6
6
|
/** @hidden */
|
|
7
7
|
class: string;
|
|
8
8
|
/** @hidden */
|
|
9
|
-
constructor(
|
|
9
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
10
|
/** @hidden */
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
|
-
/** @hidden */
|
|
15
|
-
elementRef(): ElementRef<any>;
|
|
16
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiScaleTextDirective, never>;
|
|
17
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiScaleTextDirective, "[fd-card-kpi-scale-text]", never, {}, {}, never, never, false, never>;
|
|
18
16
|
}
|
|
@@ -3,19 +3,17 @@ import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export type KpiStatus = 'positive' | 'negative' | 'critical' | 'informative';
|
|
5
5
|
export declare class CardKpiValueDirective implements OnInit, CssClassBuilder {
|
|
6
|
-
|
|
6
|
+
readonly elementRef: ElementRef<HTMLElement>;
|
|
7
7
|
/** @hidden */
|
|
8
8
|
class: string;
|
|
9
9
|
/** Set type of KPI value. eg: 'positive', 'negative', 'critical', 'informative' */
|
|
10
10
|
status: KpiStatus;
|
|
11
11
|
/** @hidden */
|
|
12
|
-
constructor(
|
|
12
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
13
13
|
/** @hidden */
|
|
14
14
|
ngOnInit(): void;
|
|
15
15
|
/** @hidden */
|
|
16
16
|
buildComponentCssClass(): string[];
|
|
17
|
-
/** @hidden */
|
|
18
|
-
elementRef(): ElementRef<any>;
|
|
19
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiValueDirective, never>;
|
|
20
18
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiValueDirective, "[fd-card-kpi-value]", never, { "status": "status"; }, {}, never, never, false, never>;
|
|
21
19
|
}
|
|
@@ -12,8 +12,9 @@ import * as i10 from "@fundamental-ngx/core/input-group";
|
|
|
12
12
|
import * as i11 from "@fundamental-ngx/core/list";
|
|
13
13
|
import * as i12 from "@fundamental-ngx/core/icon";
|
|
14
14
|
import * as i13 from "@fundamental-ngx/core/content-density";
|
|
15
|
+
import * as i14 from "@fundamental-ngx/i18n";
|
|
15
16
|
export declare class ComboboxModule {
|
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ComboboxModule, [typeof i1.ComboboxComponent, typeof i2.ListGroupPipe, typeof i3.DeprecatedComboboxContentDensityDirective], [typeof i4.CommonModule, typeof i5.PopoverModule, typeof i6.FormsModule, typeof i7.MenuModule, typeof i8.PipeModule, typeof i9.ButtonModule, typeof i10.InputGroupModule, typeof i11.ListModule, typeof i12.IconModule, typeof i8.AutoCompleteModule, typeof i13.ContentDensityModule], [typeof i1.ComboboxComponent, typeof i2.ListGroupPipe, typeof i3.DeprecatedComboboxContentDensityDirective, typeof i13.ContentDensityModule]>;
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ComboboxModule, [typeof i1.ComboboxComponent, typeof i2.ListGroupPipe, typeof i3.DeprecatedComboboxContentDensityDirective], [typeof i4.CommonModule, typeof i5.PopoverModule, typeof i6.FormsModule, typeof i7.MenuModule, typeof i8.PipeModule, typeof i9.ButtonModule, typeof i10.InputGroupModule, typeof i11.ListModule, typeof i12.IconModule, typeof i8.AutoCompleteModule, typeof i13.ContentDensityModule, typeof i14.I18nModule], [typeof i1.ComboboxComponent, typeof i2.ListGroupPipe, typeof i3.DeprecatedComboboxContentDensityDirective, typeof i13.ContentDensityModule]>;
|
|
18
19
|
static ɵinj: i0.ɵɵInjectorDeclaration<ComboboxModule>;
|
|
19
20
|
}
|
|
@@ -7,7 +7,7 @@ import { DialogSize } from '../utils/dialog-width-to-size';
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare abstract class DialogBase implements OnInit, AfterViewInit, OnDestroy {
|
|
9
9
|
protected _router: Router;
|
|
10
|
-
|
|
10
|
+
readonly elementRef: ElementRef;
|
|
11
11
|
protected _changeDetectorRef: ChangeDetectorRef;
|
|
12
12
|
protected _rtlService: RtlService;
|
|
13
13
|
protected _focusTrapService: FocusTrapService;
|
|
@@ -37,7 +37,7 @@ export declare abstract class DialogBase implements OnInit, AfterViewInit, OnDes
|
|
|
37
37
|
/** @hidden Listen and close dialog on Backdrop click */
|
|
38
38
|
closeDialog(target: ElementRef): void;
|
|
39
39
|
/** @hidden */
|
|
40
|
-
constructor(_router: Router,
|
|
40
|
+
constructor(_router: Router, elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, _rtlService: RtlService, _focusTrapService: FocusTrapService);
|
|
41
41
|
/** @hidden */
|
|
42
42
|
ngOnInit(): void;
|
|
43
43
|
/** @hidden */
|
|
@@ -14,14 +14,12 @@ import * as i1 from "@fundamental-ngx/core/scrollbar";
|
|
|
14
14
|
* ```
|
|
15
15
|
*/
|
|
16
16
|
export declare class DialogBodyComponent {
|
|
17
|
-
|
|
17
|
+
readonly elementRef: ElementRef;
|
|
18
18
|
dialogConfig: DialogConfig;
|
|
19
19
|
dialogRef: DialogRef;
|
|
20
20
|
private _scrollbarDirective;
|
|
21
21
|
/** @hidden */
|
|
22
|
-
constructor(
|
|
23
|
-
/** @hidden */
|
|
24
|
-
elementRef(): ElementRef<any>;
|
|
22
|
+
constructor(elementRef: ElementRef, dialogConfig: DialogConfig, dialogRef: DialogRef, _scrollbarDirective: ScrollbarDirective);
|
|
25
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogBodyComponent, [null, { optional: true; }, { optional: true; }, null]>;
|
|
26
24
|
static ɵcmp: i0.ɵɵComponentDeclaration<DialogBodyComponent, "fd-dialog-body", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.ScrollbarDirective; inputs: {}; outputs: {}; }]>;
|
|
27
25
|
}
|
|
@@ -26,8 +26,6 @@ export declare class DialogContainerComponent extends DynamicComponentContainer<
|
|
|
26
26
|
/** @hidden */
|
|
27
27
|
buildComponentCssClass(): string[];
|
|
28
28
|
/** @hidden */
|
|
29
|
-
elementRef(): ElementRef;
|
|
30
|
-
/** @hidden */
|
|
31
29
|
protected _attached(event: CdkPortalOutletAttachedRef): void;
|
|
32
30
|
/** @hidden Load received content */
|
|
33
31
|
protected _loadContent(): void;
|
|
@@ -14,6 +14,10 @@ export declare class DialogService extends DialogBaseService<DialogContainerComp
|
|
|
14
14
|
private _injector;
|
|
15
15
|
private readonly _overlay;
|
|
16
16
|
/** @hidden */
|
|
17
|
+
private platformId;
|
|
18
|
+
/** @hidden */
|
|
19
|
+
private readonly htmlElement?;
|
|
20
|
+
/** @hidden */
|
|
17
21
|
constructor(_defaultConfig: DialogConfig, _rtlService: RtlService, _injector: Injector, _overlay: Overlay);
|
|
18
22
|
/**
|
|
19
23
|
* Opens a dialog component with provided content.
|
|
@@ -66,8 +66,6 @@ export declare class DialogComponent extends DialogBase implements OnInit, OnCha
|
|
|
66
66
|
ngOnDestroy(): void;
|
|
67
67
|
/** @hidden */
|
|
68
68
|
buildComponentCssClass(): string[];
|
|
69
|
-
/** @hidden */
|
|
70
|
-
elementRef(): ElementRef;
|
|
71
69
|
/** @hidden Listen on Dialog visibility */
|
|
72
70
|
private _listenOnHidden;
|
|
73
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, [{ optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, null, null, null]>;
|