@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
package/message-strip/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export * from './
|
|
1
|
+
export * from './message-strip.module';
|
|
2
|
+
export * from './message-strip.component';
|
|
3
|
+
export * from './message-strip-type';
|
|
4
|
+
export * from './auto-dismiss-message-strip.directive';
|
|
5
|
+
export * from './alert';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ElementRef, OnChanges, OnInit
|
|
2
|
-
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
|
-
import {
|
|
1
|
+
import { ElementRef, EventEmitter, OnChanges, OnInit } from '@angular/core';
|
|
2
|
+
import { CssClassBuilder, Nullable } from '@fundamental-ngx/cdk/utils';
|
|
3
|
+
import { MessageStripType } from './message-strip-type';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* The component that represents a message-strip. It can only be used inline.
|
|
7
7
|
*/
|
|
8
8
|
export declare class MessageStripComponent implements OnInit, OnChanges, CssClassBuilder {
|
|
9
|
-
|
|
9
|
+
readonly elementRef: ElementRef;
|
|
10
10
|
/** User's custom classes */
|
|
11
11
|
class: string;
|
|
12
12
|
/** Whether the message strip is dismissible. */
|
|
@@ -19,7 +19,7 @@ export declare class MessageStripComponent implements OnInit, OnChanges, CssClas
|
|
|
19
19
|
/** The type of the message strip.
|
|
20
20
|
* Can be one of *warning*, *success*, *information*, *error* or null.
|
|
21
21
|
*/
|
|
22
|
-
type:
|
|
22
|
+
type: MessageStripType;
|
|
23
23
|
/** Id for the message-strip component. If omitted, a unique one is generated. */
|
|
24
24
|
id: string;
|
|
25
25
|
/** Id of the element that labels the message-strip. */
|
|
@@ -40,13 +40,11 @@ export declare class MessageStripComponent implements OnInit, OnChanges, CssClas
|
|
|
40
40
|
/** Event fired when the message-strip is dismissed. */
|
|
41
41
|
onDismiss: EventEmitter<void>;
|
|
42
42
|
/** @hidden */
|
|
43
|
-
constructor(
|
|
43
|
+
constructor(elementRef: ElementRef);
|
|
44
44
|
/** @hidden */
|
|
45
45
|
ngOnInit(): void;
|
|
46
46
|
/** @hidden */
|
|
47
47
|
ngOnChanges(): void;
|
|
48
|
-
/** @hidden */
|
|
49
|
-
elementRef(): ElementRef<any>;
|
|
50
48
|
/**
|
|
51
49
|
* Dismisses the message-strip.
|
|
52
50
|
*/
|
|
@@ -58,5 +56,5 @@ export declare class MessageStripComponent implements OnInit, OnChanges, CssClas
|
|
|
58
56
|
*/
|
|
59
57
|
buildComponentCssClass(): string[];
|
|
60
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageStripComponent, never>;
|
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MessageStripComponent, "fd-message-strip", never, { "class": "class"; "dismissible": "dismissible"; "noIcon": "noIcon"; "type": "type"; "id": "id"; "ariaLabelledBy": "ariaLabelledBy"; "ariaLabel": "ariaLabel"; "dismissLabel": "dismissLabel"; "width": "width"; "minWidth": "minWidth"; "marginBottom": "marginBottom"; }, { "onDismiss": "onDismiss"; }, never, ["*"],
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MessageStripComponent, "fd-message-strip", never, { "class": "class"; "dismissible": "dismissible"; "noIcon": "noIcon"; "type": "type"; "id": "id"; "ariaLabelledBy": "ariaLabelledBy"; "ariaLabel": "ariaLabel"; "dismissLabel": "dismissLabel"; "width": "width"; "minWidth": "minWidth"; "marginBottom": "marginBottom"; }, { "onDismiss": "onDismiss"; }, never, ["*"], true, never>;
|
|
62
60
|
}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./message-strip.component";
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "@fundamental-ngx/core/button";
|
|
5
|
-
import * as i4 from "@fundamental-ngx/i18n";
|
|
3
|
+
import * as i2 from "./auto-dismiss-message-strip.directive";
|
|
6
4
|
export declare class MessageStripModule {
|
|
7
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageStripModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MessageStripModule, [typeof i1.MessageStripComponent
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MessageStripModule, never, [typeof i1.MessageStripComponent, typeof i2.AutoDismissMessageStripDirective], [typeof i1.MessageStripComponent, typeof i2.AutoDismissMessageStripDirective]>;
|
|
9
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<MessageStripModule>;
|
|
10
8
|
}
|
|
@@ -167,7 +167,7 @@ export declare class MultiComboboxComponent<T = any> extends BaseMultiCombobox<T
|
|
|
167
167
|
/** @hidden */
|
|
168
168
|
ngAfterViewInit(): Promise<void>;
|
|
169
169
|
/** @hidden */
|
|
170
|
-
_toggleSelection(item: SelectableOptionItem): void;
|
|
170
|
+
_toggleSelection(item: SelectableOptionItem, fromTokenCloseClick?: boolean): void;
|
|
171
171
|
/** @hidden */
|
|
172
172
|
_onOptionCheckboxClicked(event: MouseEvent, index: number): void;
|
|
173
173
|
/** @hidden */
|
|
@@ -12,6 +12,7 @@ import { CssClassBuilder, DynamicComponentService, FocusEscapeDirection, FocusTr
|
|
|
12
12
|
import { MultiInputInterface } from './multi-input.interface';
|
|
13
13
|
import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
14
14
|
import { FormStates } from '@fundamental-ngx/cdk/forms';
|
|
15
|
+
import { FdLanguage } from '@fundamental-ngx/i18n';
|
|
15
16
|
import * as i0 from "@angular/core";
|
|
16
17
|
/**
|
|
17
18
|
* Input field with multiple selection enabled. Should be used when a user can select between a
|
|
@@ -21,11 +22,12 @@ import * as i0 from "@angular/core";
|
|
|
21
22
|
*/
|
|
22
23
|
export declare class MultiInputComponent implements MultiInputInterface, ControlValueAccessor, CssClassBuilder, OnInit, OnChanges, AfterViewInit, OnDestroy, FormItemControl {
|
|
23
24
|
readonly _contentDensityObserver: ContentDensityObserver;
|
|
24
|
-
|
|
25
|
+
readonly elementRef: ElementRef<HTMLElement>;
|
|
25
26
|
private readonly _changeDetRef;
|
|
26
27
|
private readonly _dynamicComponentService;
|
|
27
28
|
private readonly _injector;
|
|
28
29
|
private readonly _viewContainerRef;
|
|
30
|
+
private readonly _language;
|
|
29
31
|
private readonly _rtlService;
|
|
30
32
|
private readonly _focusTrapService;
|
|
31
33
|
/** Placeholder for the input field. */
|
|
@@ -184,11 +186,13 @@ export declare class MultiInputComponent implements MultiInputInterface, Control
|
|
|
184
186
|
/** @hidden */
|
|
185
187
|
private readonly _rangeSelector;
|
|
186
188
|
/** @hidden */
|
|
189
|
+
private readonly _translationResolver;
|
|
190
|
+
/** @hidden */
|
|
187
191
|
onChange: (value: any) => void;
|
|
188
192
|
/** @hidden */
|
|
189
193
|
onTouched: () => void;
|
|
190
194
|
/** @hidden */
|
|
191
|
-
constructor(_contentDensityObserver: ContentDensityObserver,
|
|
195
|
+
constructor(_contentDensityObserver: ContentDensityObserver, elementRef: ElementRef<HTMLElement>, _changeDetRef: ChangeDetectorRef, _dynamicComponentService: DynamicComponentService, _injector: Injector, _viewContainerRef: ViewContainerRef, _language: Observable<FdLanguage>, _rtlService: RtlService, _focusTrapService: FocusTrapService);
|
|
192
196
|
/** @hidden */
|
|
193
197
|
ngOnInit(): void;
|
|
194
198
|
/** @hidden */
|
|
@@ -203,8 +207,6 @@ export declare class MultiInputComponent implements MultiInputInterface, Control
|
|
|
203
207
|
*/
|
|
204
208
|
buildComponentCssClass(): string[];
|
|
205
209
|
/** @hidden */
|
|
206
|
-
elementRef(): ElementRef<any>;
|
|
207
|
-
/** @hidden */
|
|
208
210
|
registerOnChange(fn: (selected: any[]) => void): void;
|
|
209
211
|
/** @hidden */
|
|
210
212
|
registerOnTouched(fn: () => void): void;
|
|
@@ -225,7 +227,7 @@ export declare class MultiInputComponent implements MultiInputInterface, Control
|
|
|
225
227
|
/** @hidden */
|
|
226
228
|
_onTokenClick(value: any, resetSearch: boolean, event?: MouseEvent): void;
|
|
227
229
|
/** @hidden */
|
|
228
|
-
_handleSelect(checked: any, value: any, resetSearch?: boolean): void;
|
|
230
|
+
_handleSelect(checked: any, value: any, resetSearch?: boolean, fromTokenCloseClick?: boolean): void;
|
|
229
231
|
/** @hidden */
|
|
230
232
|
_handleInputKeydown(event: KeyboardEvent): void;
|
|
231
233
|
/** @hidden */
|
|
@@ -286,7 +288,9 @@ export declare class MultiInputComponent implements MultiInputInterface, Control
|
|
|
286
288
|
private _getViewModel;
|
|
287
289
|
/** @hidden */
|
|
288
290
|
private _focusOut;
|
|
289
|
-
|
|
291
|
+
/** @hidden */
|
|
292
|
+
private _getAriaLabel;
|
|
293
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiInputComponent, [null, null, null, null, null, null, null, { optional: true; }, { optional: true; }]>;
|
|
290
294
|
static ɵcmp: i0.ɵɵComponentDeclaration<MultiInputComponent, "fd-multi-input", never, { "placeholder": "placeholder"; "disabled": "disabled"; "required": "required"; "compactCollapse": "compactCollapse"; "maxHeight": "maxHeight"; "glyph": "glyph"; "dropdownValues": "dropdownValues"; "openDropdownOnAddOnClicked": "openDropdownOnAddOnClicked"; "searchTerm": "searchTerm"; "inputId": "inputId"; "highlight": "highlight"; "selected": "selected"; "class": "class"; "filterFn": "filterFn"; "valueFn": "valueFn"; "displayFn": "displayFn"; "newTokenParseFn": "newTokenParseFn"; "newTokenValidateFn": "newTokenValidateFn"; "ariaLabel": "ariaLabel"; "ariaLabelledBy": "ariaLabelledBy"; "fillControlMode": "fillControlMode"; "state": "state"; "buttonFocusable": "buttonFocusable"; "allowNewTokens": "allowNewTokens"; "mobile": "mobile"; "showAllButton": "showAllButton"; "bodyMaxWidth": "bodyMaxWidth"; "mobileConfig": "mobileConfig"; "includes": "includes"; "itemTemplate": "itemTemplate"; "title": "title"; "byline": "byline"; "autoComplete": "autoComplete"; "open": "open"; "displayAddonButton": "displayAddonButton"; }, { "searchTermChange": "searchTermChange"; "selectedChange": "selectedChange"; "openChange": "openChange"; "addOnButtonClicked": "addOnButtonClicked"; "allItemsSelectedChange": "allItemsSelectedChange"; }, never, ["*"], false, never>;
|
|
291
295
|
}
|
|
292
296
|
interface OptionItem<T = any> extends OptionItemBase {
|
|
@@ -3,13 +3,13 @@ import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export type IndicatorStates = 'success' | 'error' | 'warning' | 'information';
|
|
5
5
|
export declare class NotificationIndicatorDirective implements OnChanges, OnInit, CssClassBuilder {
|
|
6
|
-
|
|
6
|
+
readonly elementRef: ElementRef;
|
|
7
7
|
/** Type of the indicator. Can be 'success' | 'error' | 'warning' | 'information' */
|
|
8
8
|
type: IndicatorStates;
|
|
9
9
|
/** Apply user custom styles */
|
|
10
10
|
class: string;
|
|
11
11
|
/** @hidden */
|
|
12
|
-
constructor(
|
|
12
|
+
constructor(elementRef: ElementRef);
|
|
13
13
|
/** @hidden */
|
|
14
14
|
ngOnChanges(): void;
|
|
15
15
|
/** @hidden */
|
|
@@ -20,8 +20,6 @@ export declare class NotificationIndicatorDirective implements OnChanges, OnInit
|
|
|
20
20
|
* function is responsible for order which css classes are applied
|
|
21
21
|
*/
|
|
22
22
|
buildComponentCssClass(): string[];
|
|
23
|
-
/** @hidden */
|
|
24
|
-
elementRef(): ElementRef<any>;
|
|
25
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationIndicatorDirective, never>;
|
|
26
24
|
static ɵdir: i0.ɵɵDirectiveDeclaration<NotificationIndicatorDirective, "[fdNotificationIndicator], [fd-notification-indicator]", never, { "type": "type"; "class": "class"; }, {}, never, never, false, never>;
|
|
27
25
|
}
|
|
@@ -3,7 +3,7 @@ import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
|
3
3
|
import { BasePopoverClass } from '@fundamental-ngx/core/popover';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class NotificationGroupComponent implements OnChanges, OnInit, CssClassBuilder {
|
|
6
|
-
|
|
6
|
+
readonly elementRef: ElementRef;
|
|
7
7
|
private _popover;
|
|
8
8
|
/** User's custom classes */
|
|
9
9
|
class: string;
|
|
@@ -12,7 +12,7 @@ export declare class NotificationGroupComponent implements OnChanges, OnInit, Cs
|
|
|
12
12
|
/** User defined width for the notification */
|
|
13
13
|
width: string;
|
|
14
14
|
/** @hidden */
|
|
15
|
-
constructor(
|
|
15
|
+
constructor(elementRef: ElementRef, _popover: BasePopoverClass);
|
|
16
16
|
/** @hidden */
|
|
17
17
|
ngOnChanges(): void;
|
|
18
18
|
/** @hidden CssClassBuilder interface implementation
|
|
@@ -20,8 +20,6 @@ export declare class NotificationGroupComponent implements OnChanges, OnInit, Cs
|
|
|
20
20
|
*/
|
|
21
21
|
buildComponentCssClass(): string[];
|
|
22
22
|
/** @hidden */
|
|
23
|
-
elementRef(): ElementRef;
|
|
24
|
-
/** @hidden */
|
|
25
23
|
ngOnInit(): void;
|
|
26
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationGroupComponent, [null, { optional: true; }]>;
|
|
27
25
|
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationGroupComponent, "fd-notification-group", never, { "class": "class"; "mobile": "mobile"; "width": "width"; }, {}, never, ["*"], false, never>;
|
|
@@ -2,7 +2,7 @@ import { OnInit, OnChanges, 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 ObjectMarkerComponent implements OnChanges, OnInit, CssClassBuilder {
|
|
5
|
-
|
|
5
|
+
readonly elementRef: ElementRef;
|
|
6
6
|
/** User's custom classes */
|
|
7
7
|
class: string;
|
|
8
8
|
/** Glyph (icon) of the Object Status.*/
|
|
@@ -12,7 +12,7 @@ export declare class ObjectMarkerComponent implements OnChanges, OnInit, CssClas
|
|
|
12
12
|
/** Define the text content of the Object Status */
|
|
13
13
|
label: string;
|
|
14
14
|
/** @hidden */
|
|
15
|
-
constructor(
|
|
15
|
+
constructor(elementRef: ElementRef);
|
|
16
16
|
/** @hidden
|
|
17
17
|
* CssClassBuilder interface implementation
|
|
18
18
|
* function must return single string
|
|
@@ -23,8 +23,6 @@ export declare class ObjectMarkerComponent implements OnChanges, OnInit, CssClas
|
|
|
23
23
|
ngOnChanges(): void;
|
|
24
24
|
/** @hidden */
|
|
25
25
|
ngOnInit(): void;
|
|
26
|
-
/** @hidden */
|
|
27
|
-
elementRef(): ElementRef<any>;
|
|
28
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectMarkerComponent, never>;
|
|
29
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectMarkerComponent, "[fd-object-marker]", never, { "class": "class"; "glyph": "glyph"; "clickable": "clickable"; "label": "label"; }, {}, never, ["*"], false, never>;
|
|
30
28
|
}
|
|
@@ -4,7 +4,7 @@ import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
type ObjectStatus = 'negative' | 'critical' | 'positive' | 'informative';
|
|
6
6
|
export declare class ObjectNumberComponent implements OnInit, OnChanges, CssClassBuilder {
|
|
7
|
-
|
|
7
|
+
readonly elementRef: ElementRef;
|
|
8
8
|
/**
|
|
9
9
|
* Numerical value of the object number.
|
|
10
10
|
*/
|
|
@@ -30,7 +30,7 @@ export declare class ObjectNumberComponent implements OnInit, OnChanges, CssClas
|
|
|
30
30
|
/** @hidden */
|
|
31
31
|
_numberPipeConfig: string;
|
|
32
32
|
/** @hidden */
|
|
33
|
-
constructor(
|
|
33
|
+
constructor(elementRef: ElementRef);
|
|
34
34
|
/** @hidden */
|
|
35
35
|
ngOnChanges(): void;
|
|
36
36
|
/** @hidden */
|
|
@@ -42,8 +42,6 @@ export declare class ObjectNumberComponent implements OnInit, OnChanges, CssClas
|
|
|
42
42
|
*/
|
|
43
43
|
buildComponentCssClass(): string[];
|
|
44
44
|
/** @hidden */
|
|
45
|
-
elementRef(): ElementRef<any>;
|
|
46
|
-
/** @hidden */
|
|
47
45
|
private _onChanges;
|
|
48
46
|
/** @hidden */
|
|
49
47
|
private _buildNumberPipeConfig;
|
|
@@ -3,7 +3,7 @@ import { CssClassBuilder, NullableObject, Nullable } from '@fundamental-ngx/cdk/
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export type ObjectStatus = 'negative' | 'critical' | 'positive' | 'informative' | 'neutral';
|
|
5
5
|
export declare class ObjectStatusComponent implements OnChanges, OnInit, CssClassBuilder {
|
|
6
|
-
|
|
6
|
+
readonly elementRef: ElementRef;
|
|
7
7
|
/** User's custom classes */
|
|
8
8
|
class: string;
|
|
9
9
|
/**
|
|
@@ -36,7 +36,7 @@ export declare class ObjectStatusComponent implements OnChanges, OnInit, CssClas
|
|
|
36
36
|
/** @hidden */
|
|
37
37
|
_textClass: string;
|
|
38
38
|
/** @hidden */
|
|
39
|
-
constructor(
|
|
39
|
+
constructor(elementRef: ElementRef);
|
|
40
40
|
/** @hidden */
|
|
41
41
|
ngOnChanges(): void;
|
|
42
42
|
/** @hidden */
|
|
@@ -47,8 +47,6 @@ export declare class ObjectStatusComponent implements OnChanges, OnInit, CssClas
|
|
|
47
47
|
* function is responsible for order which css classes are applied
|
|
48
48
|
*/
|
|
49
49
|
buildComponentCssClass(): string[];
|
|
50
|
-
/** @hidden */
|
|
51
|
-
elementRef(): ElementRef<any>;
|
|
52
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectStatusComponent, never>;
|
|
53
51
|
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectStatusComponent, "[fd-object-status]", never, { "class": "class"; "status": "status"; "glyph": "glyph"; "label": "label"; "glyphAriaLabel": "glyphAriaLabel"; "indicationColor": "indicationColor"; "clickable": "clickable"; "inverted": "inverted"; "large": "large"; }, {}, never, ["*"], false, never>;
|
|
54
52
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/core",
|
|
3
|
-
"version": "0.42.0
|
|
3
|
+
"version": "0.42.0",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"ng-update": {
|
|
6
6
|
"migrations": "./schematics/migrations.json"
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"focus-trap": "^7.1.0",
|
|
32
|
-
"@fundamental-ngx/i18n": "0.42.0
|
|
33
|
-
"@fundamental-ngx/cdk": "0.42.0
|
|
32
|
+
"@fundamental-ngx/i18n": "0.42.0",
|
|
33
|
+
"@fundamental-ngx/cdk": "0.42.0",
|
|
34
34
|
"fast-deep-equal": "3.1.3",
|
|
35
35
|
"lodash-es": "^4.17.0",
|
|
36
36
|
"tslib": "^2.0.0",
|
|
@@ -12,7 +12,7 @@ import * as i0 from "@angular/core";
|
|
|
12
12
|
*/
|
|
13
13
|
export declare class PanelComponent implements OnInit, OnDestroy {
|
|
14
14
|
private _cdRef;
|
|
15
|
-
|
|
15
|
+
readonly elementRef: ElementRef;
|
|
16
16
|
readonly _contentDensityObserver: ContentDensityObserver;
|
|
17
17
|
private _rtlService;
|
|
18
18
|
/** User's custom classes */
|
|
@@ -38,13 +38,11 @@ export declare class PanelComponent implements OnInit, OnDestroy {
|
|
|
38
38
|
/** @hidden */
|
|
39
39
|
_subscription: Subscription;
|
|
40
40
|
/** @hidden */
|
|
41
|
-
constructor(_cdRef: ChangeDetectorRef,
|
|
41
|
+
constructor(_cdRef: ChangeDetectorRef, elementRef: ElementRef, _contentDensityObserver: ContentDensityObserver, _rtlService: RtlService);
|
|
42
42
|
/** @hidden */
|
|
43
43
|
ngOnInit(): void;
|
|
44
44
|
/** @hidden */
|
|
45
45
|
ngOnDestroy(): void;
|
|
46
|
-
/** @hidden */
|
|
47
|
-
elementRef(): ElementRef<any>;
|
|
48
46
|
/** Methods that toggles the Panel Content */
|
|
49
47
|
toggleExpand(): void;
|
|
50
48
|
/** @hidden */
|
|
@@ -92,7 +92,7 @@ export declare class RadioButtonComponent implements OnChanges, AfterViewInit, C
|
|
|
92
92
|
*/
|
|
93
93
|
buildComponentCssClass(): string[];
|
|
94
94
|
/** @hidden */
|
|
95
|
-
elementRef(): ElementRef
|
|
95
|
+
get elementRef(): ElementRef;
|
|
96
96
|
/** @hidden */
|
|
97
97
|
labelClicked(event: MouseEvent | KeyboardEvent, applyFocus?: boolean): void;
|
|
98
98
|
/** @hidden */
|
|
@@ -13,7 +13,7 @@ interface RatingViewItem {
|
|
|
13
13
|
votes: number;
|
|
14
14
|
}
|
|
15
15
|
export declare class RatingIndicatorComponent implements OnInit, OnChanges, CssClassBuilder, ControlValueAccessor, FormItemControl {
|
|
16
|
-
|
|
16
|
+
readonly elementRef: ElementRef;
|
|
17
17
|
private readonly _changeDetectorRef;
|
|
18
18
|
/** User's custom classes */
|
|
19
19
|
class: string;
|
|
@@ -105,7 +105,7 @@ export declare class RatingIndicatorComponent implements OnInit, OnChanges, CssC
|
|
|
105
105
|
/** @hidden */
|
|
106
106
|
private _hideDynamicText;
|
|
107
107
|
/** @hidden */
|
|
108
|
-
constructor(
|
|
108
|
+
constructor(elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef);
|
|
109
109
|
/** @hidden */
|
|
110
110
|
get viewRatingUID(): number;
|
|
111
111
|
/** @hidden */
|
|
@@ -135,8 +135,6 @@ export declare class RatingIndicatorComponent implements OnInit, OnChanges, CssC
|
|
|
135
135
|
}): number | string;
|
|
136
136
|
/** @hidden */
|
|
137
137
|
onSelect(value: number): void;
|
|
138
|
-
/** @hidden */
|
|
139
|
-
elementRef(): ElementRef<RatingIndicatorComponent & HTMLElement>;
|
|
140
138
|
/** @hidden
|
|
141
139
|
* CssClassBuilder interface implementation
|
|
142
140
|
* function must return single string
|
|
@@ -12,7 +12,7 @@ export declare const verticalResizeOffset = 8;
|
|
|
12
12
|
export type CardState = 1 | 0 | -1;
|
|
13
13
|
export declare class ResizableCardItemComponent implements FocusableOption, OnDestroy {
|
|
14
14
|
private readonly _cd;
|
|
15
|
-
|
|
15
|
+
readonly elementRef: ElementRef;
|
|
16
16
|
private readonly _rtlService;
|
|
17
17
|
/** Card properties from the config */
|
|
18
18
|
set config(config: ResizableCardItemConfig);
|
|
@@ -137,7 +137,7 @@ export declare class ResizableCardItemComponent implements FocusableOption, OnDe
|
|
|
137
137
|
/** @hidden */
|
|
138
138
|
private _subscriptions;
|
|
139
139
|
/** @hidden */
|
|
140
|
-
constructor(_cd: ChangeDetectorRef,
|
|
140
|
+
constructor(_cd: ChangeDetectorRef, elementRef: ElementRef, _rtlService: RtlService);
|
|
141
141
|
/** @hidden */
|
|
142
142
|
ngOnDestroy(): void;
|
|
143
143
|
/**
|
|
@@ -167,8 +167,6 @@ export declare class ResizableCardItemComponent implements FocusableOption, OnDe
|
|
|
167
167
|
getMaxColSpan(layoutSize: string): number;
|
|
168
168
|
/** Update card width if it exceeds column span based on layout */
|
|
169
169
|
verifyUpdateCardWidth(layoutSize: string): void;
|
|
170
|
-
/** @hidden */
|
|
171
|
-
elementRef(): ElementRef;
|
|
172
170
|
/** Returns ResizedEvent object to emit. */
|
|
173
171
|
getResizedEventObject(): ResizedEvent;
|
|
174
172
|
/** @hidden Return previous height row span of the card */
|
|
@@ -6,7 +6,7 @@ export type LayoutSize = 'sm' | 'md' | 'lg' | 'xl';
|
|
|
6
6
|
export type ResizableCardLayoutConfig = Array<ResizableCardItemConfig>;
|
|
7
7
|
export declare class ResizableCardLayoutComponent implements OnInit, AfterViewInit, AfterContentInit, OnDestroy {
|
|
8
8
|
private readonly _cd;
|
|
9
|
-
|
|
9
|
+
readonly elementRef: ElementRef;
|
|
10
10
|
private readonly _rtlService;
|
|
11
11
|
/** Object for setting each card property */
|
|
12
12
|
layoutConfig: ResizableCardLayoutConfig;
|
|
@@ -47,7 +47,7 @@ export declare class ResizableCardLayoutComponent implements OnInit, AfterViewIn
|
|
|
47
47
|
/** @hidden */
|
|
48
48
|
private _directionPosition;
|
|
49
49
|
/** @hidden */
|
|
50
|
-
constructor(_cd: ChangeDetectorRef,
|
|
50
|
+
constructor(_cd: ChangeDetectorRef, elementRef: ElementRef, _rtlService: RtlService);
|
|
51
51
|
/** @hidden */
|
|
52
52
|
ngOnInit(): void;
|
|
53
53
|
/** @hidden */
|
|
@@ -79,8 +79,6 @@ export declare class ResizableCardLayoutComponent implements OnInit, AfterViewIn
|
|
|
79
79
|
*/
|
|
80
80
|
cardResizeComplete(event: ResizedEvent): void;
|
|
81
81
|
/** @hidden */
|
|
82
|
-
elementRef(): ElementRef<ResizableCardLayoutComponent>;
|
|
83
|
-
/** @hidden */
|
|
84
82
|
updateLayout(): void;
|
|
85
83
|
/**
|
|
86
84
|
* method to get screen width
|
|
@@ -54,21 +54,21 @@ function addExternalLibraries(options) {
|
|
|
54
54
|
});
|
|
55
55
|
}
|
|
56
56
|
if (!(0, package_utils_1.hasPackage)(tree, '@fundamental-ngx/i18n') ||
|
|
57
|
-
(0, package_utils_1.checkPackageVersion)(tree, '@fundamental-ngx/i18n', '0.42.0
|
|
57
|
+
(0, package_utils_1.checkPackageVersion)(tree, '@fundamental-ngx/i18n', '0.42.0', '<')) {
|
|
58
58
|
dependencies.push({
|
|
59
59
|
type: dependencies_1.NodeDependencyType.Default,
|
|
60
60
|
// Will be replaced with the real version during sync-version script run
|
|
61
|
-
version: `0.42.0
|
|
61
|
+
version: `0.42.0`,
|
|
62
62
|
name: '@fundamental-ngx/i18n',
|
|
63
63
|
overwrite: true
|
|
64
64
|
});
|
|
65
65
|
}
|
|
66
66
|
if (!(0, package_utils_1.hasPackage)(tree, '@fundamental-ngx/cdk') ||
|
|
67
|
-
(0, package_utils_1.checkPackageVersion)(tree, '@fundamental-ngx/cdk', '0.42.0
|
|
67
|
+
(0, package_utils_1.checkPackageVersion)(tree, '@fundamental-ngx/cdk', '0.42.0', '<')) {
|
|
68
68
|
dependencies.push({
|
|
69
69
|
type: dependencies_1.NodeDependencyType.Default,
|
|
70
70
|
// Will be replaced with the real version during sync-version script run
|
|
71
|
-
version: `0.42.0
|
|
71
|
+
version: `0.42.0`,
|
|
72
72
|
name: '@fundamental-ngx/cdk',
|
|
73
73
|
overwrite: true
|
|
74
74
|
});
|
|
@@ -16,7 +16,7 @@ export declare const SLIDER_VALUE_ACCESSOR: {
|
|
|
16
16
|
multi: boolean;
|
|
17
17
|
};
|
|
18
18
|
export declare class SliderComponent implements OnInit, OnChanges, AfterViewInit, OnDestroy, ControlValueAccessor, CssClassBuilder, FormItemControl {
|
|
19
|
-
|
|
19
|
+
readonly elementRef: ElementRef;
|
|
20
20
|
private readonly _cdr;
|
|
21
21
|
private readonly _renderer;
|
|
22
22
|
private readonly _platform;
|
|
@@ -163,7 +163,7 @@ export declare class SliderComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
163
163
|
/** @hidden */
|
|
164
164
|
readonly _popoverInputFieldHovered$: BehaviorSubject<boolean>;
|
|
165
165
|
/** @hidden */
|
|
166
|
-
constructor(
|
|
166
|
+
constructor(elementRef: ElementRef, _cdr: ChangeDetectorRef, _renderer: Renderer2, _platform: Platform, _liveAnnouncer: LiveAnnouncer, _rtlService: RtlService, _contentDensityObserver: ContentDensityObserver);
|
|
167
167
|
/** @hidden */
|
|
168
168
|
ngOnInit(): void;
|
|
169
169
|
/** @hidden */
|
|
@@ -188,8 +188,6 @@ export declare class SliderComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
188
188
|
*/
|
|
189
189
|
buildComponentCssClass(): string[];
|
|
190
190
|
/** @hidden */
|
|
191
|
-
elementRef(): ElementRef<any>;
|
|
192
|
-
/** @hidden */
|
|
193
191
|
onChange: (value: SliderControlValue) => void;
|
|
194
192
|
/** @hidden */
|
|
195
193
|
onTouched: () => void;
|
|
@@ -14,7 +14,7 @@ export declare class Point {
|
|
|
14
14
|
constructor(x: number, y: number);
|
|
15
15
|
}
|
|
16
16
|
export declare class StatusIndicatorComponent implements OnChanges, AfterViewInit, CssClassBuilder, OnInit {
|
|
17
|
-
|
|
17
|
+
readonly elementRef: ElementRef<HTMLElement>;
|
|
18
18
|
private _cd;
|
|
19
19
|
/**
|
|
20
20
|
* value id defines the id of the object.
|
|
@@ -95,7 +95,7 @@ export declare class StatusIndicatorComponent implements OnChanges, AfterViewIni
|
|
|
95
95
|
/** @hidden */
|
|
96
96
|
pointsArray: string[];
|
|
97
97
|
/** @hidden */
|
|
98
|
-
constructor(
|
|
98
|
+
constructor(elementRef: ElementRef<HTMLElement>, _cd: ChangeDetectorRef);
|
|
99
99
|
/** @hidden */
|
|
100
100
|
class: string;
|
|
101
101
|
/** @hidden */
|
|
@@ -111,8 +111,6 @@ export declare class StatusIndicatorComponent implements OnChanges, AfterViewIni
|
|
|
111
111
|
*/
|
|
112
112
|
buildComponentCssClass(): string[];
|
|
113
113
|
/** @hidden */
|
|
114
|
-
elementRef(): ElementRef<any>;
|
|
115
|
-
/** @hidden */
|
|
116
114
|
private _calculateFilling;
|
|
117
115
|
/** @hidden */
|
|
118
116
|
private _angleCalculation;
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
import { AfterContentInit,
|
|
1
|
+
import { AfterContentInit, QueryList } from '@angular/core';
|
|
2
2
|
import { CheckboxComponent } from '@fundamental-ngx/core/checkbox';
|
|
3
|
-
import {
|
|
3
|
+
import { FocusableItemDirective } from '@fundamental-ngx/cdk/utils';
|
|
4
4
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
|
|
7
|
-
export declare class TableCellDirective implements AfterContentInit {
|
|
8
|
-
readonly elementRef: ElementRef<HTMLElement>;
|
|
6
|
+
export declare class TableCellDirective extends FocusableItemDirective implements AfterContentInit {
|
|
9
7
|
/** Whether to show the table cell's horizontal borders */
|
|
10
8
|
noBorderX: boolean;
|
|
11
9
|
/** Whether to show the table cell's vertical borders */
|
|
@@ -23,20 +21,16 @@ export declare class TableCellDirective implements AfterContentInit {
|
|
|
23
21
|
noPadding: boolean;
|
|
24
22
|
/** Whether the table cell indicates that there is no data */
|
|
25
23
|
noData: boolean;
|
|
26
|
-
/** Key of cell element, it's used to identify this cell with certain column */
|
|
24
|
+
/** Key of a cell element, it's used to identify this cell with certain column */
|
|
27
25
|
key: string;
|
|
28
|
-
/** Function, that creates a string to be announced by screen-reader whenever cell receives focus */
|
|
29
|
-
set cellFocusedEventAnnouncer(announcer: CellFocusedEventAnnouncer);
|
|
30
26
|
/** @hidden */
|
|
31
27
|
_checkboxes: QueryList<CheckboxComponent>;
|
|
32
28
|
/** @hidden */
|
|
33
29
|
_fdTableCellClass: boolean;
|
|
34
30
|
/** @hidden */
|
|
35
|
-
|
|
36
|
-
/** @hidden */
|
|
37
|
-
constructor(elementRef: ElementRef<HTMLElement>);
|
|
31
|
+
constructor();
|
|
38
32
|
/** @hidden */
|
|
39
33
|
ngAfterContentInit(): void;
|
|
40
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableCellDirective, never>;
|
|
41
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TableCellDirective, "[fdTableCell], [fd-table-cell]", never, { "noBorderX": "noBorderX"; "noBorderY": "noBorderY"; "activable": "activable"; "focusable": "focusable"; "hoverable": "hoverable"; "fitContent": "fitContent"; "noPadding": "noPadding"; "noData": "noData"; "key": "key";
|
|
35
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TableCellDirective, "[fdTableCell], [fd-table-cell]", never, { "noBorderX": "noBorderX"; "noBorderY": "noBorderY"; "activable": "activable"; "focusable": "focusable"; "hoverable": "hoverable"; "fitContent": "fitContent"; "noPadding": "noPadding"; "noData": "noData"; "key": "key"; }, {}, ["_checkboxes"], never, false, never>;
|
|
42
36
|
}
|
|
@@ -2,7 +2,7 @@ import { ElementRef, OnChanges, OnInit } 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 TableIconDirective implements OnChanges, CssClassBuilder, OnInit {
|
|
5
|
-
|
|
5
|
+
readonly elementRef: ElementRef;
|
|
6
6
|
/** @hidden */
|
|
7
7
|
fdTableIconClass: boolean;
|
|
8
8
|
/** The property allows user to pass additional css classes
|
|
@@ -16,7 +16,7 @@ export declare class TableIconDirective implements OnChanges, CssClassBuilder, O
|
|
|
16
16
|
/** Whether or no icon is used as navigation */
|
|
17
17
|
navigation: boolean;
|
|
18
18
|
/** @hidden */
|
|
19
|
-
constructor(
|
|
19
|
+
constructor(elementRef: ElementRef);
|
|
20
20
|
/** Function runs when component is initialized
|
|
21
21
|
* function should build component css class
|
|
22
22
|
* function should build css style
|
|
@@ -29,10 +29,6 @@ export declare class TableIconDirective implements OnChanges, CssClassBuilder, O
|
|
|
29
29
|
* function is responsible for order which css classes are applied
|
|
30
30
|
*/
|
|
31
31
|
buildComponentCssClass(): string[];
|
|
32
|
-
/** HasElementRef interface implementation
|
|
33
|
-
* function used by applyCssClass and applyCssStyle decorators
|
|
34
|
-
*/
|
|
35
|
-
elementRef(): ElementRef<any>;
|
|
36
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableIconDirective, never>;
|
|
37
33
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TableIconDirective, "[fdTableIcon], [fd-table-icon]", never, { "class": "class"; "glyph": "glyph"; "navigation": "navigation"; }, {}, never, never, false, never>;
|
|
38
34
|
}
|
|
@@ -1,14 +1,10 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
2
|
-
import { TableService } from '../table.service';
|
|
1
|
+
import { AfterViewInit, ElementRef, OnDestroy, OnInit, QueryList } from '@angular/core';
|
|
3
2
|
import { TableCellDirective } from './table-cell.directive';
|
|
4
3
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
4
|
+
import { FocusableListDirective } from '@fundamental-ngx/cdk/utils';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "@fundamental-ngx/cdk/utils";
|
|
7
6
|
export declare const HIDDEN_CLASS_NAME = "fd-table--hidden";
|
|
8
|
-
export declare class TableRowDirective implements AfterViewInit, OnDestroy, OnInit {
|
|
9
|
-
private _changeDetRef;
|
|
10
|
-
private _tableService;
|
|
11
|
-
elementRef: ElementRef<HTMLTableRowElement>;
|
|
7
|
+
export declare class TableRowDirective extends FocusableListDirective implements AfterViewInit, OnDestroy, OnInit {
|
|
12
8
|
/** @hidden */
|
|
13
9
|
cells: QueryList<TableCellDirective>;
|
|
14
10
|
/** @hidden */
|
|
@@ -32,9 +28,13 @@ export declare class TableRowDirective implements AfterViewInit, OnDestroy, OnIn
|
|
|
32
28
|
/** @hidden */
|
|
33
29
|
private _propagateKeysSubscription;
|
|
34
30
|
/** @hidden */
|
|
35
|
-
private readonly
|
|
31
|
+
private readonly _changeDetRef;
|
|
32
|
+
/** @hidden */
|
|
33
|
+
private _tableService;
|
|
34
|
+
/** @hidden */
|
|
35
|
+
elementRef: ElementRef<HTMLTableRowElement>;
|
|
36
36
|
/** @hidden */
|
|
37
|
-
constructor(
|
|
37
|
+
constructor();
|
|
38
38
|
/** @hidden */
|
|
39
39
|
ngOnInit(): void;
|
|
40
40
|
/** @hidden */
|
|
@@ -54,5 +54,5 @@ export declare class TableRowDirective implements AfterViewInit, OnDestroy, OnIn
|
|
|
54
54
|
/** @hidden */
|
|
55
55
|
private _setupCellsSubscription;
|
|
56
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableRowDirective, never>;
|
|
57
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TableRowDirective, "[fdTableRow], [fd-table-row]", never, { "activable": "activable"; "highlightActive": "highlightActive"; "hoverable": "hoverable"; "focusable": "focusable"; "main": "main"; "secondary": "secondary"; "active": "active"; }, {}, ["cells"], never, false,
|
|
57
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TableRowDirective, "[fdTableRow], [fd-table-row]", never, { "activable": "activable"; "highlightActive": "highlightActive"; "hoverable": "hoverable"; "focusable": "focusable"; "main": "main"; "secondary": "secondary"; "active": "active"; }, {}, ["cells"], never, false, never>;
|
|
58
58
|
}
|