@fundamental-ngx/core 0.46.0-rc.52 → 0.46.0-rc.54
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/action-bar/action-bar-actions/action-bar-actions.directive.d.ts +1 -1
- package/action-bar/action-bar-back/action-bar-back.directive.d.ts +1 -1
- package/action-bar/action-bar-description/action-bar-description.directive.d.ts +1 -1
- package/action-bar/action-bar-header/action-bar-header.directive.d.ts +1 -1
- package/action-bar/action-bar-mobile/action-bar-mobile.directive.d.ts +1 -1
- package/action-bar/action-bar-title/action-bar-title.component.d.ts +1 -1
- package/action-bar/action-bar.component.d.ts +1 -1
- package/action-bar/action-bar.module.d.ts +5 -2
- package/action-sheet/action-sheet-body/action-sheet-body.component.d.ts +2 -2
- package/action-sheet/action-sheet-control/action-sheet-control.component.d.ts +1 -1
- package/action-sheet/action-sheet-item/action-sheet-item.component.d.ts +1 -1
- package/action-sheet/action-sheet-mobile/action-sheet-mobile.component.d.ts +1 -1
- package/action-sheet/action-sheet.component.d.ts +3 -3
- package/action-sheet/action-sheet.module.d.ts +5 -5
- package/action-sheet/index.d.ts +4 -5
- package/bar/bar.component.d.ts +1 -1
- package/bar/bar.module.d.ts +5 -4
- package/bar/button-bar/button-bar.component.d.ts +2 -2
- package/bar/directives/bar-element.directive.d.ts +1 -1
- package/bar/directives/bar-left.directive.d.ts +1 -1
- package/bar/directives/bar-middle.directive.d.ts +1 -1
- package/bar/directives/bar-right.directive.d.ts +1 -1
- package/breadcrumb/breadcrumb-item.component.d.ts +1 -1
- package/breadcrumb/breadcrumb.component.d.ts +2 -2
- package/breadcrumb/breadcrumb.module.d.ts +3 -12
- package/button/button.component.d.ts +1 -1
- package/button/button.module.d.ts +5 -4
- package/card/card-content.component.d.ts +2 -2
- package/card/card-counter.directive.d.ts +3 -3
- package/card/card-footer-action-item.directive.d.ts +1 -1
- package/card/card-footer.component.d.ts +1 -1
- package/card/card-header.component.d.ts +3 -3
- package/card/card-loader.component.d.ts +2 -2
- package/card/card-second-subtitle.directive.d.ts +2 -2
- package/card/card-subtitle.directive.d.ts +2 -2
- package/card/card-title.directive.d.ts +2 -2
- package/card/card.component.d.ts +2 -2
- package/card/card.module.d.ts +2 -6
- package/card/kpi/card-kpi-analytics-content.directive.d.ts +2 -2
- package/card/kpi/card-kpi-analytics-label.directive.d.ts +2 -2
- package/card/kpi/card-kpi-analytics.directive.d.ts +2 -2
- package/card/kpi/card-kpi-header.component.d.ts +2 -2
- package/card/kpi/card-kpi-scale-icon.directive.d.ts +2 -2
- package/card/kpi/card-kpi-scale-text.directive.d.ts +2 -2
- package/card/kpi/card-kpi-value.directive.d.ts +2 -2
- package/combobox/index.d.ts +2 -3
- package/datetime/datetime-format.pipes.d.ts +4 -4
- package/datetime/fd-datetime-pipes.module.d.ts +5 -2
- package/dynamic-page/dynamic-page-content/dynamic-page-content.component.d.ts +1 -1
- package/dynamic-page/dynamic-page-footer/dynamic-page-footer.component.d.ts +1 -1
- package/dynamic-page/dynamic-page-header/actions/dynamic-page-global-actions.component.d.ts +4 -4
- package/dynamic-page/dynamic-page-header/actions/dynamic-page-layout-actions.component.d.ts +3 -3
- package/dynamic-page/dynamic-page-header/actions/dynamic-page-title-content.component.d.ts +2 -2
- package/dynamic-page/dynamic-page-header/header/dynamic-page-header.component.d.ts +5 -5
- package/dynamic-page/dynamic-page-header/subheader/dynamic-page-subheader.component.d.ts +2 -2
- package/dynamic-page/dynamic-page-wrapper.directive.d.ts +1 -1
- package/dynamic-page/dynamic-page.component.d.ts +1 -1
- package/dynamic-page/dynamic-page.module.d.ts +3 -10
- package/dynamic-side-content/dynamic-side-content-main.component.d.ts +2 -2
- package/dynamic-side-content/dynamic-side-content-side.component.d.ts +2 -2
- package/dynamic-side-content/dynamic-side-content.component.d.ts +3 -3
- package/dynamic-side-content/dynamic-side-content.module.d.ts +4 -2
- package/esm2022/action-bar/action-bar-actions/action-bar-actions.directive.mjs +4 -3
- package/esm2022/action-bar/action-bar-back/action-bar-back.directive.mjs +4 -3
- package/esm2022/action-bar/action-bar-description/action-bar-description.directive.mjs +4 -3
- package/esm2022/action-bar/action-bar-header/action-bar-header.directive.mjs +4 -3
- package/esm2022/action-bar/action-bar-mobile/action-bar-mobile.directive.mjs +4 -3
- package/esm2022/action-bar/action-bar-title/action-bar-title.component.mjs +4 -3
- package/esm2022/action-bar/action-bar.component.mjs +3 -3
- package/esm2022/action-bar/action-bar.module.mjs +23 -28
- package/esm2022/action-sheet/action-sheet-body/action-sheet-body.component.mjs +3 -3
- package/esm2022/action-sheet/action-sheet-control/action-sheet-control.component.mjs +10 -4
- package/esm2022/action-sheet/action-sheet-item/action-sheet-item.component.mjs +3 -4
- package/esm2022/action-sheet/action-sheet-mobile/action-sheet-mobile.component.mjs +4 -4
- package/esm2022/action-sheet/action-sheet.component.mjs +11 -10
- package/esm2022/action-sheet/action-sheet.module.mjs +20 -26
- package/esm2022/action-sheet/index.mjs +5 -6
- package/esm2022/bar/bar.component.mjs +5 -5
- package/esm2022/bar/bar.module.mjs +21 -29
- package/esm2022/bar/button-bar/button-bar.component.mjs +6 -5
- package/esm2022/bar/directives/bar-element.directive.mjs +4 -3
- package/esm2022/bar/directives/bar-left.directive.mjs +4 -3
- package/esm2022/bar/directives/bar-middle.directive.mjs +4 -3
- package/esm2022/bar/directives/bar-right.directive.mjs +4 -3
- package/esm2022/breadcrumb/breadcrumb-item.component.mjs +4 -3
- package/esm2022/breadcrumb/breadcrumb.component.mjs +31 -13
- package/esm2022/breadcrumb/breadcrumb.module.mjs +9 -50
- package/esm2022/button/button.component.mjs +6 -6
- package/esm2022/button/button.module.mjs +9 -9
- package/esm2022/card/card-content.component.mjs +5 -4
- package/esm2022/card/card-counter.directive.mjs +5 -4
- package/esm2022/card/card-footer-action-item.directive.mjs +4 -3
- package/esm2022/card/card-footer.component.mjs +5 -5
- package/esm2022/card/card-header.component.mjs +7 -7
- package/esm2022/card/card-loader.component.mjs +5 -4
- package/esm2022/card/card-second-subtitle.directive.mjs +4 -3
- package/esm2022/card/card-subtitle.directive.mjs +5 -4
- package/esm2022/card/card-title.directive.mjs +4 -3
- package/esm2022/card/card.component.mjs +6 -6
- package/esm2022/card/card.module.mjs +7 -12
- package/esm2022/card/kpi/card-kpi-analytics-content.directive.mjs +5 -4
- package/esm2022/card/kpi/card-kpi-analytics-label.directive.mjs +5 -4
- package/esm2022/card/kpi/card-kpi-analytics.directive.mjs +4 -3
- package/esm2022/card/kpi/card-kpi-header.component.mjs +4 -4
- package/esm2022/card/kpi/card-kpi-scale-icon.directive.mjs +4 -3
- package/esm2022/card/kpi/card-kpi-scale-text.directive.mjs +4 -3
- package/esm2022/card/kpi/card-kpi-value.directive.mjs +4 -3
- package/esm2022/combobox/index.mjs +3 -4
- package/esm2022/datetime/datetime-format.pipes.mjs +11 -8
- package/esm2022/datetime/fd-datetime-pipes.module.mjs +8 -6
- package/esm2022/dialog/dialog-default/dialog-default.component.mjs +2 -3
- package/esm2022/dialog/dialog-footer/dialog-footer.component.mjs +2 -3
- package/esm2022/dialog/dialog-header/dialog-header.component.mjs +2 -3
- package/esm2022/dynamic-page/dynamic-page-content/dynamic-page-content.component.mjs +4 -4
- package/esm2022/dynamic-page/dynamic-page-footer/dynamic-page-footer.component.mjs +5 -4
- package/esm2022/dynamic-page/dynamic-page-header/actions/dynamic-page-global-actions.component.mjs +7 -6
- package/esm2022/dynamic-page/dynamic-page-header/actions/dynamic-page-layout-actions.component.mjs +7 -6
- package/esm2022/dynamic-page/dynamic-page-header/actions/dynamic-page-title-content.component.mjs +8 -6
- package/esm2022/dynamic-page/dynamic-page-header/header/dynamic-page-header.component.mjs +10 -10
- package/esm2022/dynamic-page/dynamic-page-header/subheader/dynamic-page-subheader.component.mjs +6 -6
- package/esm2022/dynamic-page/dynamic-page-wrapper.directive.mjs +4 -3
- package/esm2022/dynamic-page/dynamic-page.component.mjs +7 -7
- package/esm2022/dynamic-page/dynamic-page.module.mjs +25 -63
- package/esm2022/dynamic-side-content/dynamic-side-content-main.component.mjs +6 -5
- package/esm2022/dynamic-side-content/dynamic-side-content-side.component.mjs +6 -5
- package/esm2022/dynamic-side-content/dynamic-side-content.component.mjs +8 -8
- package/esm2022/dynamic-side-content/dynamic-side-content.module.mjs +9 -8
- package/esm2022/facets/content/facet-content.component.mjs +6 -5
- package/esm2022/facets/facet/facet.component.mjs +7 -7
- package/esm2022/facets/facet-group.component.mjs +4 -4
- package/esm2022/facets/facet.module.mjs +6 -9
- package/esm2022/feed-input/directives/feed-input-avatar.directive.mjs +4 -3
- package/esm2022/feed-input/directives/feed-input-button.directive.mjs +4 -3
- package/esm2022/feed-input/directives/feed-input-textarea.directive.mjs +5 -4
- package/esm2022/feed-input/feed-input.component.mjs +4 -4
- package/esm2022/feed-input/feed-input.module.mjs +6 -10
- package/esm2022/feed-list-item/components/feed-list-action/feed-list-action.component.mjs +4 -3
- package/esm2022/feed-list-item/components/feed-list-avatar/feed-list-avatar.component.mjs +4 -3
- package/esm2022/feed-list-item/components/feed-list-footer/feed-list-footer.component.mjs +4 -3
- package/esm2022/feed-list-item/components/item/feed-list-item.component.mjs +9 -10
- package/esm2022/feed-list-item/components/list/feed-list.component.mjs +4 -4
- package/esm2022/feed-list-item/directives/byline.directive.mjs +4 -3
- package/esm2022/feed-list-item/feed-list-item.module.mjs +14 -26
- package/esm2022/file-uploader/directives/file-uploader-dragndrop.directive.mjs +4 -3
- package/esm2022/file-uploader/directives/file-uploader-select.directive.mjs +5 -5
- package/esm2022/file-uploader/file-uploader.component.mjs +12 -12
- package/esm2022/file-uploader/file-uploader.module.mjs +6 -11
- package/esm2022/fixed-card-layout/fixed-card-layout-item/fixed-card-layout-item.component.mjs +4 -3
- package/esm2022/fixed-card-layout/fixed-card-layout.component.mjs +23 -12
- package/esm2022/fixed-card-layout/fixed-card-layout.module.mjs +6 -9
- package/esm2022/flexible-column-layout/flexible-column-layout.component.mjs +8 -8
- package/esm2022/flexible-column-layout/flexible-column-layout.module.mjs +6 -15
- package/esm2022/flexible-column-layout/index.mjs +3 -2
- package/esm2022/flexible-column-layout/provide-config.mjs +17 -0
- package/esm2022/form/form-group/form-group.component.mjs +3 -3
- package/esm2022/form/form-item/form-item.component.mjs +3 -3
- package/esm2022/form/form-message/form-message.component.mjs +5 -5
- package/esm2022/grid-list/components/grid-list/grid-list.component.mjs +3 -3
- package/esm2022/grid-list/components/grid-list-filter-bar/grid-list-filter-bar.component.mjs +7 -7
- package/esm2022/grid-list/components/grid-list-footer/grid-list-footer.component.mjs +3 -3
- package/esm2022/grid-list/components/grid-list-group-header/grid-list-group-header.component.mjs +4 -4
- package/esm2022/grid-list/components/grid-list-item/grid-list-item.component.mjs +24 -12
- package/esm2022/grid-list/components/grid-list-item-footer-bar/grid-list-item-footer-bar.component.mjs +4 -4
- package/esm2022/grid-list/components/grid-list-item-toolbar/grid-list-item-toolbar.component.mjs +3 -3
- package/esm2022/grid-list/components/grid-list-more-btn/grid-list-more-btn.component.mjs +4 -4
- package/esm2022/grid-list/components/grid-list-title-bar/grid-list-title-bar.component.mjs +4 -4
- package/esm2022/grid-list/components/grid-list-title-bar/grid-list-title-bar.directive.mjs +4 -3
- package/esm2022/grid-list/components/grid-list-title-bar-spacer/grid-list-title-bar-spacer.component.mjs +4 -3
- package/esm2022/grid-list/directives/grid-list-item-body.directive.mjs +4 -3
- package/esm2022/grid-list/directives/grid-list-item-image.directive.mjs +4 -3
- package/esm2022/grid-list/grid-list.module.mjs +23 -66
- package/esm2022/illustrated-message/components/illustrated-message-actions/illustrated-message-actions.component.mjs +5 -4
- package/esm2022/illustrated-message/components/illustrated-message-figcaption/illustrated-message-figcaption.component.mjs +5 -4
- package/esm2022/illustrated-message/directives/illustrated-message-text/illustrated-message-text.directive.mjs +4 -3
- package/esm2022/illustrated-message/directives/illustrated-message-title/illustrated-message-title.directive.mjs +4 -3
- package/esm2022/illustrated-message/illustrated-message.component.mjs +6 -6
- package/esm2022/illustrated-message/illustrated-message.module.mjs +14 -21
- package/esm2022/infinite-scroll/infinite-scroll.directive.mjs +5 -4
- package/esm2022/infinite-scroll/infinite-scroll.module.mjs +3 -3
- package/esm2022/info-label/info-label.component.mjs +5 -5
- package/esm2022/info-label/info-label.module.mjs +4 -7
- package/esm2022/inline-help/inline-help.directive.mjs +5 -5
- package/esm2022/inline-help/inline-help.module.mjs +5 -8
- package/esm2022/input-group/input-group-directives.mjs +14 -10
- package/esm2022/input-group/input-group.component.mjs +18 -10
- package/esm2022/input-group/input-group.module.mjs +14 -27
- package/esm2022/layout-grid/directives/layout-grid-col.directive.mjs +6 -5
- package/esm2022/layout-grid/directives/layout-grid-row.directive.mjs +4 -3
- package/esm2022/layout-grid/layout-grid.component.mjs +4 -5
- package/esm2022/layout-grid/layout-grid.module.mjs +8 -9
- package/esm2022/layout-panel/layout-panel-actions/layout-panel-actions.component.mjs +9 -3
- package/esm2022/layout-panel/layout-panel-body/layout-panel-body.component.mjs +11 -4
- package/esm2022/layout-panel/layout-panel-description/layout-panel-description.component.mjs +3 -3
- package/esm2022/layout-panel/layout-panel-filters/layout-panel-filters.component.mjs +11 -4
- package/esm2022/layout-panel/layout-panel-footer/layout-panel-footer.component.mjs +9 -3
- package/esm2022/layout-panel/layout-panel-head/layout-panel-head.component.mjs +9 -3
- package/esm2022/layout-panel/layout-panel-header/layout-panel-header.component.mjs +3 -3
- package/esm2022/layout-panel/layout-panel-title/layout-panel-title.directive.mjs +4 -3
- package/esm2022/layout-panel/layout-panel.component.mjs +3 -3
- package/esm2022/layout-panel/layout-panel.module.mjs +23 -34
- package/esm2022/list/directives/byline/list-byline-left.directive.mjs +4 -3
- package/esm2022/list/directives/byline/list-byline-right.directive.mjs +4 -3
- package/esm2022/list/directives/byline/list-byline.directive.mjs +4 -3
- package/esm2022/list/directives/byline/list-content.directive.mjs +4 -3
- package/esm2022/list/directives/byline/list-thumbnail.directive.mjs +4 -3
- package/esm2022/list/directives/list-footer.directive.mjs +4 -3
- package/esm2022/list/directives/list-group-header.directive.mjs +4 -3
- package/esm2022/list/directives/list-icon.directive.mjs +4 -3
- package/esm2022/list/directives/list-link.directive.mjs +4 -3
- package/esm2022/list/directives/list-navigation-item-arrow.directive.mjs +4 -3
- package/esm2022/list/directives/list-navigation-item-text.directive.mjs +4 -3
- package/esm2022/list/directives/list-title-text.directive.mjs +4 -3
- package/esm2022/list/directives/list-title.directive.mjs +4 -3
- package/esm2022/list/list-item/list-item.component.mjs +9 -10
- package/esm2022/list/list-message.directive.mjs +4 -3
- package/esm2022/list/list-navigation-item/list-navigation-item.component.mjs +4 -5
- package/esm2022/list/list.component.mjs +5 -5
- package/esm2022/list/list.module.mjs +42 -64
- package/esm2022/menu/index.mjs +1 -2
- package/esm2022/menu/menu-mobile/menu-mobile.component.mjs +4 -5
- package/esm2022/menu/menu.component.mjs +6 -3
- package/esm2022/message-box/message-box-body/message-box-body.component.mjs +4 -3
- package/esm2022/message-box/message-box-container/message-box-container.component.mjs +6 -4
- package/esm2022/message-box/message-box-default/message-box-default.component.mjs +23 -12
- package/esm2022/message-box/message-box-footer/message-box-footer.component.mjs +7 -7
- package/esm2022/message-box/message-box-header/message-box-header.component.mjs +14 -7
- package/esm2022/message-box/message-box-semantic-icon/message-box-semantic-icon.component.mjs +4 -3
- package/esm2022/message-box/message-box.component.mjs +5 -5
- package/esm2022/message-box/message-box.module.mjs +14 -42
- package/esm2022/message-page/message-page-actions/message-page-actions.component.mjs +4 -3
- package/esm2022/message-page/message-page-more/message-page-more.component.mjs +4 -3
- package/esm2022/message-page/message-page-subtitle/message-page-subtitle.component.mjs +4 -3
- package/esm2022/message-page/message-page-title/message-page-title.component.mjs +4 -3
- package/esm2022/message-page/message-page.component.mjs +4 -4
- package/esm2022/message-page/message-page.module.mjs +15 -22
- package/esm2022/message-strip/message-strip.component.mjs +4 -5
- package/esm2022/message-toast/components/message-toast-text.component.mjs +4 -3
- package/esm2022/message-toast/index.mjs +7 -6
- package/esm2022/message-toast/message-toast.component.mjs +5 -4
- package/esm2022/message-toast/message-toast.module.mjs +9 -14
- package/esm2022/message-toast/provide-config.mjs +13 -0
- package/esm2022/micro-process-flow/components/micro-process-flow/micro-process-flow.component.mjs +7 -7
- package/esm2022/micro-process-flow/components/micro-process-flow-icon/micro-process-flow-icon.component.mjs +4 -4
- package/esm2022/micro-process-flow/components/micro-process-flow-item/micro-process-flow-item.component.mjs +5 -5
- package/esm2022/micro-process-flow/micro-process-flow-focusable-item.directive.mjs +4 -3
- package/esm2022/micro-process-flow/micro-process-flow-intermediary-item.directive.mjs +4 -3
- package/esm2022/micro-process-flow/micro-process-flow.module.mjs +17 -28
- package/esm2022/multi-combobox/index.mjs +7 -7
- package/esm2022/multi-combobox/mobile/mobile-multi-combobox.component.mjs +28 -9
- package/esm2022/multi-combobox/multi-combobox.component.mjs +46 -18
- package/esm2022/multi-combobox/multi-combobox.module.mjs +5 -62
- package/esm2022/multi-combobox/select-all-toggler/select-all-toggler.component.mjs +12 -11
- package/esm2022/multi-input/multi-input.component.mjs +5 -4
- package/esm2022/nested-list/nested-content/nested-list-content.directive.mjs +7 -6
- package/esm2022/nested-list/nested-item/nested-item.directive.mjs +5 -4
- package/esm2022/nested-list/nested-link/nested-link.directive.mjs +5 -4
- package/esm2022/nested-list/nested-list/nested-list.directive.mjs +40 -14
- package/esm2022/nested-list/nested-list-directives.mjs +19 -15
- package/esm2022/nested-list/nested-list-popover/nested-list-popover.component.mjs +17 -12
- package/esm2022/nested-list/nested-list.module.mjs +26 -42
- package/esm2022/nested-list/prepared-nested-list/prepared-nested-list.component.mjs +26 -12
- package/esm2022/notification/directives/notification-footer-content.directive.mjs +4 -3
- package/esm2022/notification/directives/notification-indicator.directive.mjs +4 -3
- package/esm2022/notification/directives/notification-limit-description.directive.mjs +4 -3
- package/esm2022/notification/directives/notification-limit-title.directive.mjs +4 -3
- package/esm2022/notification/directives/notification-paragraph.directive.mjs +4 -3
- package/esm2022/notification/directives/notification-separator.directive.mjs +4 -3
- package/esm2022/notification/directives/notification-title.directive.mjs +4 -3
- package/esm2022/notification/notification/notification.component.mjs +9 -9
- package/esm2022/notification/notification-actions/notification-actions.component.mjs +4 -3
- package/esm2022/notification/notification-body/notification-body.component.mjs +4 -3
- package/esm2022/notification/notification-content/notification-content.component.mjs +4 -3
- package/esm2022/notification/notification-footer/notification-footer.component.mjs +4 -3
- package/esm2022/notification/notification-group/notification-group.component.mjs +5 -4
- package/esm2022/notification/notification-group-header/notification-group-header.component.mjs +8 -7
- package/esm2022/notification/notification-group-list/notification-group-list.component.mjs +7 -5
- package/esm2022/notification/notification-header/notification-header.component.mjs +4 -3
- package/esm2022/notification/notification-limit/notification-limit.component.mjs +4 -3
- package/esm2022/notification/notification-utils/notification-container.mjs +3 -3
- package/esm2022/notification/notification.module.mjs +41 -63
- package/esm2022/object-identifier/object-identifier.component.mjs +7 -7
- package/esm2022/object-identifier/object-identifier.module.mjs +8 -6
- package/esm2022/object-marker/object-marker.component.mjs +6 -6
- package/esm2022/object-marker/object-marker.module.mjs +8 -6
- package/esm2022/object-number/object-number.component.mjs +4 -4
- package/esm2022/object-number/object-number.module.mjs +8 -6
- package/esm2022/overflow-layout/directives/overflow-expand.directive.mjs +4 -3
- package/esm2022/overflow-layout/directives/overflow-item-container-ref.directive.mjs +4 -3
- package/esm2022/overflow-layout/directives/overflow-item-ref.directive.mjs +4 -3
- package/esm2022/overflow-layout/directives/overflow-layout-focusable-item.directive.mjs +4 -3
- package/esm2022/overflow-layout/directives/overflow-layout-item-container.directive.mjs +4 -3
- package/esm2022/overflow-layout/directives/overflow-layout-item.directive.mjs +4 -3
- package/esm2022/overflow-layout/directives/overflow-layout-popover-content.directive.mjs +5 -4
- package/esm2022/overflow-layout/overflow-layout.component.mjs +24 -13
- package/esm2022/overflow-layout/overflow-layout.module.mjs +22 -16
- package/esm2022/pagination/pagination.component.mjs +29 -14
- package/esm2022/pagination/pagination.module.mjs +4 -45
- package/esm2022/panel/panel-content/panel-content.directive.mjs +4 -3
- package/esm2022/panel/panel-title/panel-title.directive.mjs +4 -3
- package/esm2022/panel/panel.component.mjs +6 -6
- package/esm2022/panel/panel.module.mjs +10 -9
- package/esm2022/popover/popover-control/popover-control.component.mjs +9 -3
- package/esm2022/popover/popover.component.mjs +5 -4
- package/esm2022/product-switch/product-switch/product-switch.component.mjs +7 -8
- package/esm2022/product-switch/product-switch-body/product-switch-body.component.mjs +7 -7
- package/esm2022/product-switch/product-switch.module.mjs +9 -12
- package/esm2022/quick-view/quick-view/quick-view.component.mjs +4 -4
- package/esm2022/quick-view/quick-view-group/quick-view-group.component.mjs +5 -5
- package/esm2022/quick-view/quick-view-group-item/quick-view-group-item.component.mjs +4 -4
- package/esm2022/quick-view/quick-view-group-item-content/quick-view-group-item-content-element.directive.mjs +4 -3
- package/esm2022/quick-view/quick-view-group-item-content/quick-view-group-item-content.component.mjs +8 -3
- package/esm2022/quick-view/quick-view-group-item-label/quick-view-group-item-label.component.mjs +4 -4
- package/esm2022/quick-view/quick-view-group-title/quick-view-group-title.component.mjs +3 -3
- package/esm2022/quick-view/quick-view-subheader/quick-view-subheader.component.mjs +4 -4
- package/esm2022/quick-view/quick-view-subheader-subtitle/quick-view-subheader-subtitle.component.mjs +3 -3
- package/esm2022/quick-view/quick-view-subheader-title/quick-view-subheader-title.component.mjs +4 -4
- package/esm2022/quick-view/quick-view-title/quick-view-title.component.mjs +17 -6
- package/esm2022/quick-view/quick-view.module.mjs +9 -30
- package/esm2022/radio/radio-button/radio-button.component.mjs +8 -8
- package/esm2022/radio/radio.module.mjs +8 -7
- package/esm2022/rating-indicator/components/rating-indicator.component.mjs +9 -9
- package/esm2022/rating-indicator/pipes/rating-star-label.pipe.mjs +6 -3
- package/esm2022/rating-indicator/rating-indicator.module.mjs +9 -8
- package/esm2022/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.mjs +4 -4
- package/esm2022/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.mjs +6 -6
- package/esm2022/resizable-card-layout/resizable-card-layout.module.mjs +9 -9
- package/esm2022/scroll-spy/scroll-spy.directive.mjs +4 -3
- package/esm2022/scroll-spy/scroll-spy.module.mjs +7 -3
- package/esm2022/segmented-button/segmented-button.component.mjs +11 -11
- package/esm2022/segmented-button/segmented-button.module.mjs +9 -7
- package/esm2022/select/option/option.component.mjs +5 -6
- package/esm2022/select/select-mobile/select-mobile.component.mjs +23 -11
- package/esm2022/select/select-mobile/select-mobile.module.mjs +6 -7
- package/esm2022/select/select.component.mjs +28 -16
- package/esm2022/select/select.module.mjs +6 -38
- package/esm2022/shellbar/product-menu/product-menu.component.mjs +4 -5
- package/esm2022/shellbar/shellbar-action/shellbar-action.component.mjs +2 -3
- package/esm2022/shellbar/shellbar-logo/shellbar-logo.component.mjs +9 -3
- package/esm2022/side-navigation/side-navigation-main.directive.mjs +4 -3
- package/esm2022/side-navigation/side-navigation-utility.directive.mjs +4 -3
- package/esm2022/side-navigation/side-navigation.component.mjs +6 -7
- package/esm2022/side-navigation/side-navigation.module.mjs +12 -9
- package/esm2022/skeleton/components/skeleton.component.mjs +4 -4
- package/esm2022/skeleton/skeleton.module.mjs +8 -6
- package/esm2022/split-button/split-button-utils/split-button.directives.mjs +4 -3
- package/esm2022/split-button/split-button.component.mjs +10 -10
- package/esm2022/split-button/split-button.module.mjs +10 -12
- package/esm2022/splitter/splitter-pagination/splitter-pagination.component.mjs +6 -6
- package/esm2022/splitter/splitter-pane-container/splitter-pane-container.component.mjs +24 -12
- package/esm2022/splitter/splitter-resizer/splitter-resizer.component.mjs +6 -6
- package/esm2022/splitter/splitter-split-pane/splitter-split-pane.component.mjs +3 -3
- package/esm2022/splitter/splitter.component.mjs +3 -3
- package/esm2022/splitter/splitter.module.mjs +21 -27
- package/esm2022/status-indicator/status-indicator.component.mjs +5 -5
- package/esm2022/status-indicator/status-indicator.module.mjs +4 -6
- package/esm2022/step-input/step-input.component.mjs +13 -14
- package/esm2022/step-input/step-input.module.mjs +4 -30
- package/esm2022/switch/switch.component.mjs +11 -11
- package/esm2022/switch/switch.module.mjs +5 -10
- package/esm2022/table/directives/table-body.directive.mjs +4 -3
- package/esm2022/table/directives/table-cell.directive.mjs +5 -4
- package/esm2022/table/directives/table-fixed.directive.mjs +4 -3
- package/esm2022/table/directives/table-footer.directive.mjs +4 -3
- package/esm2022/table/directives/table-header.directive.mjs +4 -3
- package/esm2022/table/directives/table-icon.directive.mjs +4 -3
- package/esm2022/table/directives/table-inner.directive.mjs +4 -3
- package/esm2022/table/directives/table-popover.directive.mjs +4 -3
- package/esm2022/table/directives/table-responsive-wrapper.directive.mjs +4 -3
- package/esm2022/table/directives/table-row.directive.mjs +4 -3
- package/esm2022/table/directives/table-status-indicator.directive.mjs +4 -3
- package/esm2022/table/directives/table-text.directive.mjs +4 -3
- package/esm2022/table/table-wrapper.component.mjs +3 -3
- package/esm2022/table/table.component.mjs +7 -7
- package/esm2022/table/table.module.mjs +32 -52
- package/esm2022/tabs/tab-item/tab-item.directive.mjs +4 -3
- package/esm2022/tabs/tab-item-expand/tab-item-expand.component.mjs +6 -6
- package/esm2022/tabs/tab-link/tab-link.directive.mjs +4 -3
- package/esm2022/tabs/tab-list.component.mjs +41 -14
- package/esm2022/tabs/tab-nav/tab-nav.component.mjs +8 -8
- package/esm2022/tabs/tab-panel/tab-panel.component.mjs +7 -7
- package/esm2022/tabs/tab-utils/tab-directives.mjs +35 -24
- package/esm2022/tabs/tabs.module.mjs +30 -93
- package/esm2022/tile/directives/numeric-content.directives.mjs +28 -19
- package/esm2022/tile/directives/tile.directives.mjs +70 -47
- package/esm2022/tile/tile.component.mjs +4 -4
- package/esm2022/tile/tile.module.mjs +10 -12
- package/esm2022/time/time-column/time-column.component.mjs +8 -9
- package/esm2022/time/time.component.mjs +11 -12
- package/esm2022/time/time.module.mjs +10 -38
- package/esm2022/time-picker/time-picker.component.mjs +25 -11
- package/esm2022/time-picker/time-picker.module.mjs +9 -37
- package/esm2022/timeline/components/timeline-node/timeline-node.component.mjs +5 -5
- package/esm2022/timeline/components/timeline-node-body/timeline-node-body.component.mjs +5 -5
- package/esm2022/timeline/components/timeline-node-footer/timeline-node-footer.component.mjs +3 -3
- package/esm2022/timeline/components/timeline-node-header/timeline-node-header-info/timeline-node-header-info.directive.mjs +18 -0
- package/esm2022/timeline/components/timeline-node-header/timeline-node-header.directive.mjs +18 -0
- package/esm2022/timeline/directives/class-bindings/timeline-header-info-sub-title.directive.mjs +4 -3
- package/esm2022/timeline/directives/class-bindings/timeline-node-header-info-text.directive.mjs +4 -3
- package/esm2022/timeline/directives/class-bindings/timeline-node-header-info-title.directive.mjs +4 -3
- package/esm2022/timeline/directives/timeline-first-list-outlet.directive.mjs +4 -3
- package/esm2022/timeline/directives/timeline-node-def.directive.mjs +4 -3
- package/esm2022/timeline/directives/timeline-second-list-outlet.directive.mjs +4 -3
- package/esm2022/timeline/index.mjs +9 -9
- package/esm2022/timeline/timeline.component.mjs +17 -12
- package/esm2022/timeline/timeline.module.mjs +43 -50
- package/esm2022/tree/components/tree-item/tree-item.component.mjs +30 -17
- package/esm2022/tree/directives/tree-item-button.directive.mjs +4 -3
- package/esm2022/tree/directives/tree-item-def.directive.mjs +4 -3
- package/esm2022/tree/directives/tree-item-icon.directive.mjs +7 -5
- package/esm2022/tree/directives/tree-item.directive.mjs +4 -3
- package/esm2022/tree/tree.component.mjs +19 -12
- package/esm2022/tree/tree.module.mjs +30 -75
- package/esm2022/vertical-navigation/vertical-navigation-group-header.directive.mjs +4 -3
- package/esm2022/vertical-navigation/vertical-navigation-main-navigation.component.mjs +6 -6
- package/esm2022/vertical-navigation/vertical-navigation.component.mjs +7 -8
- package/esm2022/vertical-navigation/vertical-navigation.module.mjs +17 -20
- package/esm2022/wizard/wizard-content/wizard-content.component.mjs +3 -3
- package/esm2022/wizard/wizard-navigation/wizard-navigation.component.mjs +3 -3
- package/esm2022/wizard/wizard-next-step/wizard-next-step.component.mjs +3 -3
- package/esm2022/wizard/wizard-progress-bar/wizard-progress-bar.directive.mjs +4 -3
- package/esm2022/wizard/wizard-step/wizard-step.component.mjs +7 -7
- package/esm2022/wizard/wizard-step-indicator/wizard-step-indicator.component.mjs +15 -7
- package/esm2022/wizard/wizard.component.mjs +21 -19
- package/esm2022/wizard/wizard.module.mjs +30 -57
- package/facets/content/facet-content.component.d.ts +2 -2
- package/facets/facet/facet.component.d.ts +2 -2
- package/facets/facet-group.component.d.ts +1 -1
- package/facets/facet.module.d.ts +1 -4
- package/feed-input/directives/feed-input-avatar.directive.d.ts +1 -1
- package/feed-input/directives/feed-input-button.directive.d.ts +1 -1
- package/feed-input/directives/feed-input-textarea.directive.d.ts +2 -2
- package/feed-input/feed-input.component.d.ts +2 -2
- package/feed-input/feed-input.module.d.ts +1 -5
- package/feed-list-item/components/feed-list-action/feed-list-action.component.d.ts +1 -1
- package/feed-list-item/components/feed-list-avatar/feed-list-avatar.component.d.ts +1 -1
- package/feed-list-item/components/feed-list-footer/feed-list-footer.component.d.ts +1 -1
- package/feed-list-item/components/item/feed-list-item.component.d.ts +3 -4
- package/feed-list-item/components/list/feed-list.component.d.ts +2 -2
- package/feed-list-item/directives/byline.directive.d.ts +1 -1
- package/feed-list-item/feed-list-item.module.d.ts +1 -6
- package/fesm2022/fundamental-ngx-core-action-bar.mjs +116 -115
- package/fesm2022/fundamental-ngx-core-action-bar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-action-sheet.mjs +75 -87
- package/fesm2022/fundamental-ngx-core-action-sheet.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-bar.mjs +117 -118
- package/fesm2022/fundamental-ngx-core-bar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-breadcrumb.mjs +124 -145
- package/fesm2022/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-button.mjs +14 -13
- package/fesm2022/fundamental-ngx-core-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-card.mjs +59 -49
- package/fesm2022/fundamental-ngx-core-card.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-combobox.mjs +16 -16
- package/fesm2022/fundamental-ngx-core-datetime.mjs +16 -11
- package/fesm2022/fundamental-ngx-core-datetime.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-dialog.mjs +5 -6
- package/fesm2022/fundamental-ngx-core-dialog.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-dynamic-page.mjs +128 -158
- package/fesm2022/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-dynamic-side-content.mjs +83 -80
- package/fesm2022/fundamental-ngx-core-dynamic-side-content.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-facets.mjs +15 -17
- package/fesm2022/fundamental-ngx-core-facets.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-feed-input.mjs +16 -17
- package/fesm2022/fundamental-ngx-core-feed-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-feed-list-item.mjs +34 -42
- package/fesm2022/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-file-uploader.mjs +20 -20
- package/fesm2022/fundamental-ngx-core-file-uploader.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-fixed-card-layout.mjs +29 -17
- package/fesm2022/fundamental-ngx-core-fixed-card-layout.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-flexible-column-layout.mjs +26 -20
- package/fesm2022/fundamental-ngx-core-flexible-column-layout.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-form.mjs +8 -8
- package/fesm2022/fundamental-ngx-core-form.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-grid-list.mjs +79 -106
- package/fesm2022/fundamental-ngx-core-grid-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-illustrated-message.mjs +42 -45
- package/fesm2022/fundamental-ngx-core-illustrated-message.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-infinite-scroll.mjs +5 -4
- package/fesm2022/fundamental-ngx-core-infinite-scroll.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-info-label.mjs +7 -10
- package/fesm2022/fundamental-ngx-core-info-label.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-inline-help.mjs +9 -10
- package/fesm2022/fundamental-ngx-core-inline-help.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-input-group.mjs +43 -41
- package/fesm2022/fundamental-ngx-core-input-group.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-layout-grid.mjs +84 -83
- package/fesm2022/fundamental-ngx-core-layout-grid.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-layout-panel.mjs +225 -203
- package/fesm2022/fundamental-ngx-core-layout-panel.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-list.mjs +1009 -1015
- package/fesm2022/fundamental-ngx-core-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-menu.mjs +14 -23
- package/fesm2022/fundamental-ngx-core-menu.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-message-box.mjs +201 -204
- package/fesm2022/fundamental-ngx-core-message-box.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-message-page.mjs +104 -107
- package/fesm2022/fundamental-ngx-core-message-page.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-message-strip.mjs +3 -4
- package/fesm2022/fundamental-ngx-core-message-strip.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-message-toast.mjs +65 -58
- package/fesm2022/fundamental-ngx-core-message-toast.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-micro-process-flow.mjs +58 -66
- package/fesm2022/fundamental-ngx-core-micro-process-flow.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-multi-combobox.mjs +80 -102
- package/fesm2022/fundamental-ngx-core-multi-combobox.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-multi-input.mjs +18 -16
- package/fesm2022/fundamental-ngx-core-multi-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-nested-list.mjs +304 -264
- package/fesm2022/fundamental-ngx-core-nested-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-notification.mjs +569 -574
- package/fesm2022/fundamental-ngx-core-notification.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-object-identifier.mjs +12 -10
- package/fesm2022/fundamental-ngx-core-object-identifier.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-object-marker.mjs +11 -9
- package/fesm2022/fundamental-ngx-core-object-marker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-object-number.mjs +10 -8
- package/fesm2022/fundamental-ngx-core-object-number.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-overflow-layout.mjs +289 -264
- package/fesm2022/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-pagination.mjs +32 -55
- package/fesm2022/fundamental-ngx-core-pagination.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-panel.mjs +49 -46
- package/fesm2022/fundamental-ngx-core-panel.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-popover.mjs +12 -4
- package/fesm2022/fundamental-ngx-core-popover.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-product-switch.mjs +51 -53
- package/fesm2022/fundamental-ngx-core-product-switch.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-quick-view.mjs +52 -56
- package/fesm2022/fundamental-ngx-core-quick-view.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-radio.mjs +14 -12
- package/fesm2022/fundamental-ngx-core-radio.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-rating-indicator.mjs +18 -14
- package/fesm2022/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-resizable-card-layout.mjs +14 -14
- package/fesm2022/fundamental-ngx-core-resizable-card-layout.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-scroll-spy.mjs +9 -4
- package/fesm2022/fundamental-ngx-core-scroll-spy.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-segmented-button.mjs +17 -15
- package/fesm2022/fundamental-ngx-core-segmented-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-select.mjs +181 -188
- package/fesm2022/fundamental-ngx-core-select.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-shellbar.mjs +13 -8
- package/fesm2022/fundamental-ngx-core-shellbar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-side-navigation.mjs +31 -26
- package/fesm2022/fundamental-ngx-core-side-navigation.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-skeleton.mjs +10 -8
- package/fesm2022/fundamental-ngx-core-skeleton.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-split-button.mjs +19 -19
- package/fesm2022/fundamental-ngx-core-split-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-splitter.mjs +52 -46
- package/fesm2022/fundamental-ngx-core-splitter.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-status-indicator.mjs +6 -8
- package/fesm2022/fundamental-ngx-core-status-indicator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-step-input.mjs +13 -39
- package/fesm2022/fundamental-ngx-core-step-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-switch.mjs +13 -16
- package/fesm2022/fundamental-ngx-core-switch.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-table.mjs +388 -394
- package/fesm2022/fundamental-ngx-core-table.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-tabs.mjs +248 -263
- package/fesm2022/fundamental-ngx-core-tabs.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-tile.mjs +487 -457
- package/fesm2022/fundamental-ngx-core-tile.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-time-picker.mjs +33 -45
- package/fesm2022/fundamental-ngx-core-time-picker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-time.mjs +34 -59
- package/fesm2022/fundamental-ngx-core-time.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-timeline.mjs +168 -162
- package/fesm2022/fundamental-ngx-core-timeline.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-tree.mjs +725 -741
- package/fesm2022/fundamental-ngx-core-tree.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-vertical-navigation.mjs +25 -27
- package/fesm2022/fundamental-ngx-core-vertical-navigation.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-wizard.mjs +229 -244
- package/fesm2022/fundamental-ngx-core-wizard.mjs.map +1 -1
- package/file-uploader/directives/file-uploader-dragndrop.directive.d.ts +2 -2
- package/file-uploader/directives/file-uploader-select.directive.d.ts +1 -1
- package/file-uploader/file-uploader.component.d.ts +4 -4
- package/file-uploader/file-uploader.module.d.ts +1 -6
- package/fixed-card-layout/fixed-card-layout-item/fixed-card-layout-item.component.d.ts +2 -2
- package/fixed-card-layout/fixed-card-layout.component.d.ts +5 -6
- package/fixed-card-layout/fixed-card-layout.module.d.ts +1 -4
- package/flexible-column-layout/flexible-column-layout.component.d.ts +2 -2
- package/flexible-column-layout/flexible-column-layout.module.d.ts +1 -3
- package/flexible-column-layout/index.d.ts +2 -1
- package/flexible-column-layout/provide-config.d.ts +8 -0
- package/fundamental-ngx-core-v0.46.0-rc.54.tgz +0 -0
- package/grid-list/components/grid-list/grid-list.component.d.ts +1 -1
- package/grid-list/components/grid-list-filter-bar/grid-list-filter-bar.component.d.ts +1 -1
- package/grid-list/components/grid-list-footer/grid-list-footer.component.d.ts +1 -1
- package/grid-list/components/grid-list-group-header/grid-list-group-header.component.d.ts +1 -1
- package/grid-list/components/grid-list-item/grid-list-item.component.d.ts +1 -1
- package/grid-list/components/grid-list-item-footer-bar/grid-list-item-footer-bar.component.d.ts +1 -1
- package/grid-list/components/grid-list-item-toolbar/grid-list-item-toolbar.component.d.ts +1 -1
- package/grid-list/components/grid-list-more-btn/grid-list-more-btn.component.d.ts +1 -1
- package/grid-list/components/grid-list-title-bar/grid-list-title-bar.component.d.ts +1 -1
- package/grid-list/components/grid-list-title-bar/grid-list-title-bar.directive.d.ts +1 -1
- package/grid-list/components/grid-list-title-bar-spacer/grid-list-title-bar-spacer.component.d.ts +1 -1
- package/grid-list/directives/grid-list-item-body.directive.d.ts +1 -1
- package/grid-list/directives/grid-list-item-image.directive.d.ts +1 -1
- package/grid-list/grid-list.module.d.ts +1 -9
- package/illustrated-message/components/illustrated-message-actions/illustrated-message-actions.component.d.ts +1 -1
- package/illustrated-message/components/illustrated-message-figcaption/illustrated-message-figcaption.component.d.ts +1 -1
- package/illustrated-message/directives/illustrated-message-text/illustrated-message-text.directive.d.ts +1 -1
- package/illustrated-message/directives/illustrated-message-title/illustrated-message-title.directive.d.ts +1 -1
- package/illustrated-message/illustrated-message.component.d.ts +2 -3
- package/illustrated-message/illustrated-message.module.d.ts +1 -2
- package/infinite-scroll/infinite-scroll.directive.d.ts +1 -1
- package/infinite-scroll/infinite-scroll.module.d.ts +1 -1
- package/info-label/info-label.component.d.ts +2 -3
- package/info-label/info-label.module.d.ts +1 -3
- package/inline-help/inline-help.directive.d.ts +2 -3
- package/inline-help/inline-help.module.d.ts +1 -3
- package/input-group/input-group-directives.d.ts +5 -5
- package/input-group/input-group.component.d.ts +2 -2
- package/input-group/input-group.module.d.ts +1 -6
- package/layout-grid/directives/layout-grid-col.directive.d.ts +2 -2
- package/layout-grid/directives/layout-grid-row.directive.d.ts +1 -1
- package/layout-grid/layout-grid.component.d.ts +1 -1
- package/layout-grid/layout-grid.module.d.ts +1 -2
- package/layout-panel/layout-panel-actions/layout-panel-actions.component.d.ts +1 -1
- package/layout-panel/layout-panel-body/layout-panel-body.component.d.ts +1 -1
- package/layout-panel/layout-panel-description/layout-panel-description.component.d.ts +1 -1
- package/layout-panel/layout-panel-filters/layout-panel-filters.component.d.ts +1 -1
- package/layout-panel/layout-panel-footer/layout-panel-footer.component.d.ts +2 -3
- package/layout-panel/layout-panel-head/layout-panel-head.component.d.ts +1 -1
- package/layout-panel/layout-panel-header/layout-panel-header.component.d.ts +1 -1
- package/layout-panel/layout-panel-title/layout-panel-title.directive.d.ts +1 -1
- package/layout-panel/layout-panel.component.d.ts +1 -1
- package/layout-panel/layout-panel.module.d.ts +1 -2
- package/list/directives/byline/list-byline-left.directive.d.ts +1 -1
- package/list/directives/byline/list-byline-right.directive.d.ts +1 -1
- package/list/directives/byline/list-byline.directive.d.ts +1 -1
- package/list/directives/byline/list-content.directive.d.ts +1 -1
- package/list/directives/byline/list-thumbnail.directive.d.ts +1 -1
- package/list/directives/list-footer.directive.d.ts +1 -1
- package/list/directives/list-group-header.directive.d.ts +1 -1
- package/list/directives/list-icon.directive.d.ts +1 -1
- package/list/directives/list-link.directive.d.ts +1 -1
- package/list/directives/list-navigation-item-arrow.directive.d.ts +1 -1
- package/list/directives/list-navigation-item-text.directive.d.ts +1 -1
- package/list/directives/list-title-text.directive.d.ts +1 -1
- package/list/directives/list-title.directive.d.ts +1 -1
- package/list/list-item/list-item.component.d.ts +3 -3
- package/list/list-message.directive.d.ts +2 -2
- package/list/list-navigation-item/list-navigation-item.component.d.ts +1 -1
- package/list/list.component.d.ts +1 -1
- package/list/list.module.d.ts +16 -20
- package/menu/index.d.ts +0 -1
- package/message-box/message-box-body/message-box-body.component.d.ts +2 -2
- package/message-box/message-box-container/message-box-container.component.d.ts +1 -1
- package/message-box/message-box-default/message-box-default.component.d.ts +2 -2
- package/message-box/message-box-footer/message-box-footer.component.d.ts +2 -2
- package/message-box/message-box-header/message-box-header.component.d.ts +1 -1
- package/message-box/message-box-semantic-icon/message-box-semantic-icon.component.d.ts +1 -1
- package/message-box/message-box.component.d.ts +2 -2
- package/message-box/message-box.module.d.ts +10 -15
- package/message-page/message-page-actions/message-page-actions.component.d.ts +1 -1
- package/message-page/message-page-more/message-page-more.component.d.ts +1 -1
- package/message-page/message-page-subtitle/message-page-subtitle.component.d.ts +1 -1
- package/message-page/message-page-title/message-page-title.component.d.ts +1 -1
- package/message-page/message-page.component.d.ts +1 -1
- package/message-page/message-page.module.d.ts +1 -2
- package/message-toast/components/message-toast-text.component.d.ts +1 -1
- package/message-toast/index.d.ts +6 -5
- package/message-toast/message-toast.component.d.ts +1 -1
- package/message-toast/message-toast.module.d.ts +6 -6
- package/message-toast/provide-config.d.ts +8 -0
- package/micro-process-flow/components/micro-process-flow/micro-process-flow.component.d.ts +2 -2
- package/micro-process-flow/components/micro-process-flow-icon/micro-process-flow-icon.component.d.ts +2 -2
- package/micro-process-flow/components/micro-process-flow-item/micro-process-flow-item.component.d.ts +2 -2
- package/micro-process-flow/micro-process-flow-focusable-item.directive.d.ts +1 -1
- package/micro-process-flow/micro-process-flow-intermediary-item.directive.d.ts +1 -1
- package/micro-process-flow/micro-process-flow.module.d.ts +1 -4
- package/multi-combobox/index.d.ts +6 -6
- package/multi-combobox/mobile/mobile-multi-combobox.component.d.ts +2 -2
- package/multi-combobox/multi-combobox.component.d.ts +1 -1
- package/multi-combobox/multi-combobox.module.d.ts +1 -13
- package/multi-combobox/select-all-toggler/select-all-toggler.component.d.ts +2 -2
- package/nested-list/nested-content/nested-list-content.directive.d.ts +2 -2
- package/nested-list/nested-item/nested-item.directive.d.ts +3 -3
- package/nested-list/nested-link/nested-link.directive.d.ts +3 -3
- package/nested-list/nested-list/nested-list.directive.d.ts +12 -6
- package/nested-list/nested-list-directives.d.ts +6 -6
- package/nested-list/nested-list-popover/nested-list-popover.component.d.ts +6 -6
- package/nested-list/nested-list.module.d.ts +1 -6
- package/nested-list/prepared-nested-list/prepared-nested-list.component.d.ts +3 -3
- package/notification/directives/notification-footer-content.directive.d.ts +1 -1
- package/notification/directives/notification-indicator.directive.d.ts +1 -1
- package/notification/directives/notification-limit-description.directive.d.ts +1 -1
- package/notification/directives/notification-limit-title.directive.d.ts +1 -1
- package/notification/directives/notification-paragraph.directive.d.ts +1 -1
- package/notification/directives/notification-separator.directive.d.ts +1 -1
- package/notification/directives/notification-title.directive.d.ts +1 -1
- package/notification/notification/notification.component.d.ts +6 -7
- package/notification/notification-actions/notification-actions.component.d.ts +1 -1
- package/notification/notification-body/notification-body.component.d.ts +1 -1
- package/notification/notification-content/notification-content.component.d.ts +1 -1
- package/notification/notification-footer/notification-footer.component.d.ts +1 -1
- package/notification/notification-group/notification-group.component.d.ts +1 -1
- package/notification/notification-group-header/notification-group-header.component.d.ts +3 -4
- package/notification/notification-group-list/notification-group-list.component.d.ts +1 -1
- package/notification/notification-header/notification-header.component.d.ts +1 -1
- package/notification/notification-limit/notification-limit.component.d.ts +1 -1
- package/notification/notification-utils/notification-container.d.ts +1 -1
- package/notification/notification.module.d.ts +1 -4
- package/object-identifier/object-identifier.component.d.ts +2 -2
- package/object-identifier/object-identifier.module.d.ts +5 -2
- package/object-marker/object-marker.component.d.ts +2 -2
- package/object-marker/object-marker.module.d.ts +5 -2
- package/object-number/object-number.component.d.ts +2 -3
- package/object-number/object-number.module.d.ts +5 -2
- package/overflow-layout/directives/overflow-expand.directive.d.ts +1 -1
- package/overflow-layout/directives/overflow-item-container-ref.directive.d.ts +2 -2
- package/overflow-layout/directives/overflow-item-ref.directive.d.ts +1 -1
- package/overflow-layout/directives/overflow-layout-focusable-item.directive.d.ts +1 -1
- package/overflow-layout/directives/overflow-layout-item-container.directive.d.ts +1 -1
- package/overflow-layout/directives/overflow-layout-item.directive.d.ts +1 -1
- package/overflow-layout/directives/overflow-layout-popover-content.directive.d.ts +2 -2
- package/overflow-layout/overflow-layout.component.d.ts +2 -2
- package/overflow-layout/overflow-layout.module.d.ts +12 -5
- package/package.json +3 -3
- package/pagination/pagination.component.d.ts +4 -4
- package/pagination/pagination.module.d.ts +1 -10
- package/panel/panel-content/panel-content.directive.d.ts +1 -1
- package/panel/panel-title/panel-title.directive.d.ts +1 -1
- package/panel/panel.component.d.ts +3 -4
- package/panel/panel.module.d.ts +6 -4
- package/product-switch/product-switch/product-switch.component.d.ts +2 -2
- package/product-switch/product-switch-body/product-switch-body.component.d.ts +2 -2
- package/product-switch/product-switch.module.d.ts +5 -7
- package/quick-view/quick-view/quick-view.component.d.ts +1 -1
- package/quick-view/quick-view-group/quick-view-group.component.d.ts +1 -1
- package/quick-view/quick-view-group-item/quick-view-group-item.component.d.ts +1 -1
- package/quick-view/quick-view-group-item-content/quick-view-group-item-content-element.directive.d.ts +1 -1
- package/quick-view/quick-view-group-item-content/quick-view-group-item-content.component.d.ts +1 -1
- package/quick-view/quick-view-group-item-label/quick-view-group-item-label.component.d.ts +1 -1
- package/quick-view/quick-view-group-title/quick-view-group-title.component.d.ts +1 -1
- package/quick-view/quick-view-subheader/quick-view-subheader.component.d.ts +1 -1
- package/quick-view/quick-view-subheader-subtitle/quick-view-subheader-subtitle.component.d.ts +1 -1
- package/quick-view/quick-view-subheader-title/quick-view-subheader-title.component.d.ts +1 -1
- package/quick-view/quick-view-title/quick-view-title.component.d.ts +1 -1
- package/quick-view/quick-view.module.d.ts +1 -6
- package/radio/radio-button/radio-button.component.d.ts +3 -4
- package/radio/radio.module.d.ts +6 -4
- package/rating-indicator/components/rating-indicator.component.d.ts +4 -5
- package/rating-indicator/pipes/rating-star-label.pipe.d.ts +1 -1
- package/rating-indicator/rating-indicator.module.d.ts +5 -3
- package/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.d.ts +3 -4
- package/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.d.ts +2 -2
- package/resizable-card-layout/resizable-card-layout.module.d.ts +5 -4
- package/schematics/add-dependencies/index.js +4 -4
- package/scroll-spy/scroll-spy.directive.d.ts +1 -1
- package/scroll-spy/scroll-spy.module.d.ts +5 -1
- package/segmented-button/segmented-button.component.d.ts +2 -2
- package/segmented-button/segmented-button.module.d.ts +5 -2
- package/select/option/option.component.d.ts +4 -4
- package/select/select-mobile/select-mobile.component.d.ts +3 -3
- package/select/select-mobile/select-mobile.module.d.ts +5 -5
- package/select/select.component.d.ts +10 -10
- package/select/select.module.d.ts +1 -9
- package/side-navigation/side-navigation-main.directive.d.ts +1 -1
- package/side-navigation/side-navigation-utility.directive.d.ts +1 -1
- package/side-navigation/side-navigation.component.d.ts +3 -3
- package/side-navigation/side-navigation.module.d.ts +4 -3
- package/skeleton/components/skeleton.component.d.ts +1 -1
- package/skeleton/skeleton.module.d.ts +5 -2
- package/split-button/split-button-utils/split-button.directives.d.ts +1 -1
- package/split-button/split-button.component.d.ts +2 -2
- package/split-button/split-button.module.d.ts +5 -6
- package/splitter/splitter-pagination/splitter-pagination.component.d.ts +1 -1
- package/splitter/splitter-pane-container/splitter-pane-container.component.d.ts +4 -4
- package/splitter/splitter-resizer/splitter-resizer.component.d.ts +1 -1
- package/splitter/splitter-split-pane/splitter-split-pane.component.d.ts +1 -1
- package/splitter/splitter.component.d.ts +1 -1
- package/splitter/splitter.module.d.ts +5 -6
- package/status-indicator/status-indicator.component.d.ts +3 -4
- package/status-indicator/status-indicator.module.d.ts +1 -2
- package/step-input/step-input.component.d.ts +4 -4
- package/step-input/step-input.module.d.ts +2 -7
- package/switch/switch.component.d.ts +2 -2
- package/switch/switch.module.d.ts +1 -5
- package/table/directives/table-body.directive.d.ts +1 -1
- package/table/directives/table-cell.directive.d.ts +3 -3
- package/table/directives/table-fixed.directive.d.ts +1 -1
- package/table/directives/table-footer.directive.d.ts +1 -1
- package/table/directives/table-header.directive.d.ts +1 -1
- package/table/directives/table-icon.directive.d.ts +1 -1
- package/table/directives/table-inner.directive.d.ts +1 -1
- package/table/directives/table-popover.directive.d.ts +1 -1
- package/table/directives/table-responsive-wrapper.directive.d.ts +1 -1
- package/table/directives/table-row.directive.d.ts +1 -1
- package/table/directives/table-status-indicator.directive.d.ts +1 -1
- package/table/directives/table-text.directive.d.ts +1 -1
- package/table/table-wrapper.component.d.ts +1 -1
- package/table/table.component.d.ts +3 -3
- package/table/table.module.d.ts +1 -4
- package/tabs/tab-item/tab-item.directive.d.ts +2 -3
- package/tabs/tab-item-expand/tab-item-expand.component.d.ts +1 -1
- package/tabs/tab-link/tab-link.directive.d.ts +1 -1
- package/tabs/tab-list.component.d.ts +1 -1
- package/tabs/tab-nav/tab-nav.component.d.ts +4 -4
- package/tabs/tab-panel/tab-panel.component.d.ts +3 -3
- package/tabs/tab-utils/tab-directives.d.ts +10 -10
- package/tabs/tabs.module.d.ts +3 -15
- package/tile/directives/numeric-content.directives.d.ts +9 -9
- package/tile/directives/tile.directives.d.ts +24 -25
- package/tile/tile.component.d.ts +1 -1
- package/tile/tile.module.d.ts +1 -2
- package/time/time-column/time-column.component.d.ts +3 -3
- package/time/time.component.d.ts +3 -3
- package/time/time.module.d.ts +5 -9
- package/time-picker/time-picker.component.d.ts +1 -1
- package/time-picker/time-picker.module.d.ts +5 -9
- package/timeline/components/timeline-node/timeline-node.component.d.ts +1 -1
- package/timeline/components/timeline-node-body/timeline-node-body.component.d.ts +1 -1
- package/timeline/components/timeline-node-footer/timeline-node-footer.component.d.ts +1 -1
- package/timeline/components/timeline-node-header/timeline-node-header-info/timeline-node-header-info.directive.d.ts +5 -0
- package/timeline/components/timeline-node-header/timeline-node-header.directive.d.ts +5 -0
- package/timeline/directives/class-bindings/timeline-header-info-sub-title.directive.d.ts +1 -1
- package/timeline/directives/class-bindings/timeline-node-header-info-text.directive.d.ts +1 -1
- package/timeline/directives/class-bindings/timeline-node-header-info-title.directive.d.ts +1 -1
- package/timeline/directives/timeline-first-list-outlet.directive.d.ts +1 -1
- package/timeline/directives/timeline-node-def.directive.d.ts +1 -1
- package/timeline/directives/timeline-second-list-outlet.directive.d.ts +1 -1
- package/timeline/index.d.ts +8 -8
- package/timeline/timeline.component.d.ts +2 -2
- package/timeline/timeline.module.d.ts +22 -16
- package/tree/components/tree-item/tree-item.component.d.ts +2 -2
- package/tree/directives/tree-item-button.directive.d.ts +1 -1
- package/tree/directives/tree-item-def.directive.d.ts +1 -1
- package/tree/directives/tree-item-icon.directive.d.ts +2 -2
- package/tree/directives/tree-item.directive.d.ts +1 -1
- package/tree/tree.component.d.ts +2 -2
- package/tree/tree.module.d.ts +12 -12
- package/vertical-navigation/vertical-navigation-group-header.directive.d.ts +1 -1
- package/vertical-navigation/vertical-navigation-main-navigation.component.d.ts +1 -1
- package/vertical-navigation/vertical-navigation.component.d.ts +1 -1
- package/vertical-navigation/vertical-navigation.module.d.ts +5 -4
- package/wizard/wizard-content/wizard-content.component.d.ts +2 -2
- package/wizard/wizard-navigation/wizard-navigation.component.d.ts +1 -1
- package/wizard/wizard-next-step/wizard-next-step.component.d.ts +1 -1
- package/wizard/wizard-progress-bar/wizard-progress-bar.directive.d.ts +1 -1
- package/wizard/wizard-step/wizard-step.component.d.ts +2 -2
- package/wizard/wizard-step-indicator/wizard-step-indicator.component.d.ts +3 -3
- package/wizard/wizard.component.d.ts +7 -7
- package/wizard/wizard.module.d.ts +11 -8
- package/action-sheet/action-sheet-mobile/action-sheet-mobile.module.d.ts +0 -10
- package/esm2022/action-sheet/action-sheet-mobile/action-sheet-mobile.module.mjs +0 -20
- package/esm2022/menu/menu-mobile/menu-mobile.module.mjs +0 -19
- package/esm2022/multi-combobox/mobile/mobile-multi-combobox.module.mjs +0 -22
- package/esm2022/timeline/components/timeline-node-header/timeline-node-header-info/timeline-node-header-info.component.mjs +0 -19
- package/esm2022/timeline/components/timeline-node-header/timeline-node-header.component.mjs +0 -19
- package/fundamental-ngx-core-v0.46.0-rc.52.tgz +0 -0
- package/menu/menu-mobile/menu-mobile.module.d.ts +0 -10
- package/multi-combobox/mobile/mobile-multi-combobox.module.d.ts +0 -12
- package/timeline/components/timeline-node-header/timeline-node-header-info/timeline-node-header-info.component.d.ts +0 -5
- package/timeline/components/timeline-node-header/timeline-node-header.component.d.ts +0 -5
|
@@ -13,5 +13,5 @@ import * as i0 from "@angular/core";
|
|
|
13
13
|
*/
|
|
14
14
|
export declare class ActionBarActionsDirective {
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarActionsDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarActionsDirective, "[fd-action-bar-actions]", never, {}, {}, never, never,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarActionsDirective, "[fd-action-bar-actions]", never, {}, {}, never, never, true, never, false>;
|
|
17
17
|
}
|
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
|
12
12
|
*/
|
|
13
13
|
export declare class ActionBarBackDirective {
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarBackDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarBackDirective, "[fd-action-bar-back]", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarBackDirective, "[fd-action-bar-back]", never, {}, {}, never, never, true, never, false>;
|
|
16
16
|
}
|
|
@@ -14,5 +14,5 @@ export declare class ActionBarDescriptionDirective {
|
|
|
14
14
|
/** Whether the action bar also has a back button. */
|
|
15
15
|
withBackBtn: boolean;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarDescriptionDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarDescriptionDirective, "[fd-action-bar-description]", never, { "withBackBtn": { "alias": "withBackBtn"; "required": false; }; }, {}, never, never,
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarDescriptionDirective, "[fd-action-bar-description]", never, { "withBackBtn": { "alias": "withBackBtn"; "required": false; }; }, {}, never, never, true, never, false>;
|
|
18
18
|
}
|
|
@@ -11,5 +11,5 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
*/
|
|
12
12
|
export declare class ActionBarHeaderDirective {
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarHeaderDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarHeaderDirective, "[fd-action-bar-header]", never, {}, {}, never, never,
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarHeaderDirective, "[fd-action-bar-header]", never, {}, {}, never, never, true, never, false>;
|
|
15
15
|
}
|
|
@@ -11,5 +11,5 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
*/
|
|
12
12
|
export declare class ActionBarMobileDirective {
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarMobileDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarMobileDirective, "[fd-action-bar-mobile]", never, {}, {}, never, never,
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarMobileDirective, "[fd-action-bar-mobile]", never, {}, {}, never, never, true, never, false>;
|
|
15
15
|
}
|
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
|
12
12
|
*/
|
|
13
13
|
export declare class ActionBarTitleComponent {
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarTitleComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarTitleComponent, "[fd-action-bar-title]", never, {}, {}, never, ["*"],
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarTitleComponent, "[fd-action-bar-title]", never, {}, {}, never, ["*"], true, never, false>;
|
|
16
16
|
}
|
|
@@ -17,5 +17,5 @@ export declare class ActionBarComponent {
|
|
|
17
17
|
/** @hidden */
|
|
18
18
|
constructor();
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarComponent, "[fd-action-bar]", never, {}, {}, never, ["*"],
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarComponent, "[fd-action-bar]", never, {}, {}, never, ["*"], true, never, false>;
|
|
21
21
|
}
|
|
@@ -6,9 +6,12 @@ import * as i4 from "./action-bar-header/action-bar-header.directive";
|
|
|
6
6
|
import * as i5 from "./action-bar-actions/action-bar-actions.directive";
|
|
7
7
|
import * as i6 from "./action-bar-back/action-bar-back.directive";
|
|
8
8
|
import * as i7 from "./action-bar-mobile/action-bar-mobile.directive";
|
|
9
|
-
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated
|
|
11
|
+
* Use direct imports of components and directives.
|
|
12
|
+
*/
|
|
10
13
|
export declare class ActionBarModule {
|
|
11
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionBarModule, [typeof i1.ActionBarComponent, typeof i2.ActionBarTitleComponent, typeof i3.ActionBarDescriptionDirective, typeof i4.ActionBarHeaderDirective, typeof i5.ActionBarActionsDirective, typeof i6.ActionBarBackDirective, typeof i7.ActionBarMobileDirective], [typeof
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionBarModule, never, [typeof i1.ActionBarComponent, typeof i2.ActionBarTitleComponent, typeof i3.ActionBarDescriptionDirective, typeof i4.ActionBarHeaderDirective, typeof i5.ActionBarActionsDirective, typeof i6.ActionBarBackDirective, typeof i7.ActionBarMobileDirective], [typeof i1.ActionBarComponent, typeof i2.ActionBarTitleComponent, typeof i3.ActionBarDescriptionDirective, typeof i4.ActionBarHeaderDirective, typeof i5.ActionBarActionsDirective, typeof i6.ActionBarBackDirective, typeof i7.ActionBarMobileDirective]>;
|
|
13
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<ActionBarModule>;
|
|
14
17
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { KeyboardSupportService, Nullable } from '@fundamental-ngx/cdk/utils';
|
|
3
|
-
import { ActionSheetItemComponent } from '../action-sheet-item/action-sheet-item.component';
|
|
4
3
|
import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
4
|
+
import { ActionSheetItemComponent } from '../action-sheet-item/action-sheet-item.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
/**
|
|
7
7
|
* A component used to enforce a certain layout for the action sheet.
|
|
@@ -36,5 +36,5 @@ export declare class ActionSheetBodyComponent {
|
|
|
36
36
|
/** @hidden */
|
|
37
37
|
keyDownHandler(event: KeyboardEvent): void;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetBodyComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetBodyComponent, "fd-action-sheet-body", never, { "actionSheetBodyId": { "alias": "actionSheetBodyId"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; }; }, {}, never, ["[fd-action-sheet-item]"],
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetBodyComponent, "fd-action-sheet-body", never, { "actionSheetBodyId": { "alias": "actionSheetBodyId"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; }; }, {}, never, ["[fd-action-sheet-item]"], true, never, false>;
|
|
40
40
|
}
|
|
@@ -23,5 +23,5 @@ export declare class ActionSheetControlComponent {
|
|
|
23
23
|
/** @hidden */
|
|
24
24
|
_focus(): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetControlComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetControlComponent, "fd-action-sheet-control", never, {}, { "clicked": "clicked"; }, never, ["*"],
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetControlComponent, "fd-action-sheet-control", never, {}, { "clicked": "clicked"; }, never, ["*"], true, never, false>;
|
|
27
27
|
}
|
|
@@ -46,5 +46,5 @@ export declare class ActionSheetItemComponent implements KeyboardSupportItemInte
|
|
|
46
46
|
/** @hidden */
|
|
47
47
|
focus(): void;
|
|
48
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetItemComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetItemComponent, "[fd-action-sheet-item]", never, { "label": { "alias": "label"; "required": false; }; "glyph": { "alias": "glyph"; "required": false; }; "negative": { "alias": "negative"; "required": false; }; "isCloseButton": { "alias": "isCloseButton"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "keyDown": "keyDown"; }, never, ["*"],
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetItemComponent, "[fd-action-sheet-item]", never, { "label": { "alias": "label"; "required": false; }; "glyph": { "alias": "glyph"; "required": false; }; "negative": { "alias": "negative"; "required": false; }; "isCloseButton": { "alias": "isCloseButton"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "keyDown": "keyDown"; }, never, ["*"], true, never, false>;
|
|
50
50
|
}
|
|
@@ -17,6 +17,6 @@ export declare class ActionSheetMobileComponent {
|
|
|
17
17
|
/** @hidden */
|
|
18
18
|
toggleOpenState(isOpen: boolean): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetMobileComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetMobileComponent, "fd-action-sheet-mobile", never, {}, {}, never, never,
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetMobileComponent, "fd-action-sheet-mobile", never, {}, {}, never, never, true, never, false>;
|
|
21
21
|
}
|
|
22
22
|
export {};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { AfterContentInit, AfterViewInit, ChangeDetectorRef, ComponentRef, EventEmitter, OnDestroy, QueryList, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { DynamicComponentService, FocusEscapeDirection, KeyboardSupportService } from '@fundamental-ngx/cdk/utils';
|
|
3
|
-
import { Placement } from '@fundamental-ngx/core/shared';
|
|
4
3
|
import { PopoverComponent } from '@fundamental-ngx/core/popover';
|
|
5
|
-
import {
|
|
4
|
+
import { Placement } from '@fundamental-ngx/core/shared';
|
|
6
5
|
import { ActionSheetBodyComponent } from './action-sheet-body/action-sheet-body.component';
|
|
7
6
|
import { ActionSheetControlComponent } from './action-sheet-control/action-sheet-control.component';
|
|
8
7
|
import { ActionSheetItemComponent } from './action-sheet-item/action-sheet-item.component';
|
|
8
|
+
import { ActionSheetMobileComponent } from './action-sheet-mobile/action-sheet-mobile.component';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class ActionSheetComponent implements AfterContentInit, AfterViewInit, OnDestroy {
|
|
11
11
|
private readonly _keyboardSupportService;
|
|
@@ -76,5 +76,5 @@ export declare class ActionSheetComponent implements AfterContentInit, AfterView
|
|
|
76
76
|
/** @hidden */
|
|
77
77
|
private _setUpMobileMode;
|
|
78
78
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetComponent, [null, null, null, { optional: true; }]>;
|
|
79
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetComponent, "fd-action-sheet", never, { "mobile": { "alias": "mobile"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "noArrow": { "alias": "noArrow"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "keyboardSupport": { "alias": "keyboardSupport"; "required": false; }; "triggers": { "alias": "triggers"; "required": false; }; }, { "focusEscapeList": "focusEscapeList"; "isOpenChange": "isOpenChange"; }, ["actionSheetBody", "actionSheetControl", "actionSheetItems"], ["fd-action-sheet-body", "fd-action-sheet-control"],
|
|
79
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetComponent, "fd-action-sheet", never, { "mobile": { "alias": "mobile"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "noArrow": { "alias": "noArrow"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "keyboardSupport": { "alias": "keyboardSupport"; "required": false; }; "triggers": { "alias": "triggers"; "required": false; }; }, { "focusEscapeList": "focusEscapeList"; "isOpenChange": "isOpenChange"; }, ["actionSheetBody", "actionSheetControl", "actionSheetItems"], ["fd-action-sheet-body", "fd-action-sheet-control"], true, never, false>;
|
|
80
80
|
}
|
|
@@ -3,12 +3,12 @@ import * as i1 from "./action-sheet.component";
|
|
|
3
3
|
import * as i2 from "./action-sheet-control/action-sheet-control.component";
|
|
4
4
|
import * as i3 from "./action-sheet-item/action-sheet-item.component";
|
|
5
5
|
import * as i4 from "./action-sheet-body/action-sheet-body.component";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated
|
|
8
|
+
* Use direct imports of components.
|
|
9
|
+
*/
|
|
10
10
|
export declare class ActionSheetModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionSheetModule, [typeof i1.ActionSheetComponent, typeof i2.ActionSheetControlComponent, typeof i3.ActionSheetItemComponent, typeof i4.ActionSheetBodyComponent], [typeof
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionSheetModule, never, [typeof i1.ActionSheetComponent, typeof i2.ActionSheetControlComponent, typeof i3.ActionSheetItemComponent, typeof i4.ActionSheetBodyComponent], [typeof i1.ActionSheetComponent, typeof i2.ActionSheetControlComponent, typeof i3.ActionSheetItemComponent, typeof i4.ActionSheetBodyComponent]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<ActionSheetModule>;
|
|
14
14
|
}
|
package/action-sheet/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
export * from './action-sheet.module';
|
|
2
|
-
export * from './action-sheet.component';
|
|
3
|
-
export * from './action-sheet-item/action-sheet-item.component';
|
|
4
|
-
export * from './action-sheet-control/action-sheet-control.component';
|
|
5
1
|
export * from './action-sheet-body/action-sheet-body.component';
|
|
6
|
-
export * from './action-sheet-
|
|
2
|
+
export * from './action-sheet-control/action-sheet-control.component';
|
|
3
|
+
export * from './action-sheet-item/action-sheet-item.component';
|
|
7
4
|
export * from './action-sheet-mobile/action-sheet-mobile.component';
|
|
5
|
+
export * from './action-sheet.component';
|
|
6
|
+
export * from './action-sheet.module';
|
package/bar/bar.component.d.ts
CHANGED
|
@@ -43,5 +43,5 @@ export declare class BarComponent implements OnChanges, OnInit, CssClassBuilder,
|
|
|
43
43
|
*/
|
|
44
44
|
buildComponentCssClass(): string[];
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarComponent, "[fd-bar]", never, { "class": { "alias": "class"; "required": false; }; "barDesign": { "alias": "barDesign"; "required": false; }; "inPage": { "alias": "inPage"; "required": false; }; "inHomePage": { "alias": "inHomePage"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["[fd-bar-left]", "[fd-bar-middle]", "[fd-bar-right]", "*"],
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarComponent, "[fd-bar]", never, { "class": { "alias": "class"; "required": false; }; "barDesign": { "alias": "barDesign"; "required": false; }; "inPage": { "alias": "inPage"; "required": false; }; "inHomePage": { "alias": "inHomePage"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["[fd-bar-left]", "[fd-bar-middle]", "[fd-bar-right]", "*"], true, never, false>;
|
|
47
47
|
}
|
package/bar/bar.module.d.ts
CHANGED
|
@@ -5,11 +5,12 @@ import * as i3 from "./directives/bar-middle.directive";
|
|
|
5
5
|
import * as i4 from "./directives/bar-right.directive";
|
|
6
6
|
import * as i5 from "./directives/bar-element.directive";
|
|
7
7
|
import * as i6 from "./button-bar/button-bar.component";
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
/**
|
|
9
|
+
* @deprecated
|
|
10
|
+
* Use direct imports of components and directives.
|
|
11
|
+
*/
|
|
11
12
|
export declare class BarModule {
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BarModule, [typeof i1.BarComponent, typeof i2.BarLeftDirective, typeof i3.BarMiddleDirective, typeof i4.BarRightDirective, typeof i5.BarElementDirective, typeof i6.ButtonBarComponent], [typeof
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BarModule, never, [typeof i1.BarComponent, typeof i2.BarLeftDirective, typeof i3.BarMiddleDirective, typeof i4.BarRightDirective, typeof i5.BarElementDirective, typeof i6.ButtonBarComponent], [typeof i1.BarComponent, typeof i2.BarLeftDirective, typeof i3.BarMiddleDirective, typeof i4.BarRightDirective, typeof i5.BarElementDirective, typeof i6.ButtonBarComponent]>;
|
|
14
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<BarModule>;
|
|
15
16
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
2
|
-
import { BaseButton, ButtonComponent, ButtonType } from '@fundamental-ngx/core/button';
|
|
3
2
|
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
3
|
+
import { BaseButton, ButtonComponent, ButtonType } from '@fundamental-ngx/core/button';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ButtonBarComponent extends BaseButton implements OnDestroy {
|
|
6
6
|
private _cdRef;
|
|
@@ -37,5 +37,5 @@ export declare class ButtonBarComponent extends BaseButton implements OnDestroy
|
|
|
37
37
|
/** @hidden */
|
|
38
38
|
ngOnDestroy(): void;
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonBarComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonBarComponent, "fd-button-bar", never, { "fullWidth": { "alias": "fullWidth"; "required": false; }; "fdType": { "alias": "fdType"; "required": false; }; "title": { "alias": "title"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"],
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonBarComponent, "fd-button-bar", never, { "fullWidth": { "alias": "fullWidth"; "required": false; }; "fdType": { "alias": "fdType"; "required": false; }; "title": { "alias": "title"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, never, false>;
|
|
41
41
|
}
|
|
@@ -8,5 +8,5 @@ export declare class BarElementDirective {
|
|
|
8
8
|
/** @hidden */
|
|
9
9
|
barElement: boolean;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarElementDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BarElementDirective, "fd-bar-element", never, { "fullWidth": { "alias": "fullWidth"; "required": false; }; }, {}, never, never,
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BarElementDirective, "fd-bar-element", never, { "fullWidth": { "alias": "fullWidth"; "required": false; }; }, {}, never, never, true, never, false>;
|
|
12
12
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare class BarLeftDirective {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarLeftDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BarLeftDirective, "[fd-bar-left]", never, {}, {}, never, never,
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BarLeftDirective, "[fd-bar-left]", never, {}, {}, never, never, true, never, false>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare class BarMiddleDirective {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarMiddleDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BarMiddleDirective, "[fd-bar-middle]", never, {}, {}, never, never,
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BarMiddleDirective, "[fd-bar-middle]", never, {}, {}, never, never, true, never, false>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare class BarRightDirective {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarRightDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BarRightDirective, "[fd-bar-right]", never, {}, {}, never, never,
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BarRightDirective, "[fd-bar-right]", never, {}, {}, never, never, true, never, false>;
|
|
8
8
|
}
|
|
@@ -40,5 +40,5 @@ export declare class BreadcrumbItemComponent implements AfterViewInit {
|
|
|
40
40
|
/** @hidden */
|
|
41
41
|
_attach(): void;
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbItemComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbItemComponent, "fd-breadcrumb-item", never, {}, {}, ["breadcrumbLink"], ["*"],
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbItemComponent, "fd-breadcrumb-item", never, {}, {}, ["breadcrumbLink"], ["*"], true, never, false>;
|
|
44
44
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, DestroyRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { RtlService } from '@fundamental-ngx/cdk/utils';
|
|
3
|
-
import { BehaviorSubject } from 'rxjs';
|
|
4
3
|
import { Placement } from '@fundamental-ngx/core/shared';
|
|
4
|
+
import { BehaviorSubject } from 'rxjs';
|
|
5
5
|
import { BreadcrumbItemComponent } from './breadcrumb-item.component';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
@@ -69,5 +69,5 @@ export declare class BreadcrumbComponent implements OnInit, AfterViewInit {
|
|
|
69
69
|
/** @hidden */
|
|
70
70
|
private _setItems;
|
|
71
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, [null, null, { optional: true; }, null]>;
|
|
72
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "fd-breadcrumb", never, { "reverse": { "alias": "reverse"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; }, { "visibleItemsCount": "visibleItemsCount"; "hiddenItemsCount": "hiddenItemsCount"; }, ["_contentItems"], ["*"],
|
|
72
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "fd-breadcrumb", never, { "reverse": { "alias": "reverse"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; }, { "visibleItemsCount": "visibleItemsCount"; "hiddenItemsCount": "hiddenItemsCount"; }, ["_contentItems"], ["*"], true, never, false>;
|
|
73
73
|
}
|
|
@@ -1,19 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./breadcrumb.component";
|
|
3
3
|
import * as i2 from "./breadcrumb-item.component";
|
|
4
|
-
import * as i3 from "@
|
|
5
|
-
import * as i4 from "@fundamental-ngx/core/
|
|
6
|
-
import * as i5 from "@fundamental-ngx/core/popover";
|
|
7
|
-
import * as i6 from "@fundamental-ngx/core/menu";
|
|
8
|
-
import * as i7 from "@fundamental-ngx/core/link";
|
|
9
|
-
import * as i8 from "@angular/cdk/portal";
|
|
10
|
-
import * as i9 from "@fundamental-ngx/cdk/utils";
|
|
11
|
-
import * as i10 from "@fundamental-ngx/core/content-density";
|
|
12
|
-
import * as i11 from "@fundamental-ngx/core/overflow-layout";
|
|
13
|
-
import * as i12 from "@fundamental-ngx/core/button";
|
|
14
|
-
import * as i13 from "@fundamental-ngx/i18n";
|
|
4
|
+
import * as i3 from "@fundamental-ngx/core/link";
|
|
5
|
+
import * as i4 from "@fundamental-ngx/core/content-density";
|
|
15
6
|
export declare class BreadcrumbModule {
|
|
16
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemComponent
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, never, [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemComponent, typeof i3.LinkModule, typeof i4.ContentDensityModule], [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemComponent, typeof i3.LinkModule, typeof i4.ContentDensityModule]>;
|
|
18
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<BreadcrumbModule>;
|
|
19
10
|
}
|
|
@@ -55,5 +55,5 @@ export declare class ButtonComponent extends BaseButton implements OnChanges, Cs
|
|
|
55
55
|
/** @hidden */
|
|
56
56
|
detectChanges(): void;
|
|
57
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[fd-button], a[fd-button]", ["fd-button"], { "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"],
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[fd-button], a[fd-button]", ["fd-button"], { "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never, false>;
|
|
59
59
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./button.component";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated
|
|
5
|
+
* Use `ButtonComponent` import instead
|
|
6
|
+
*/
|
|
6
7
|
export declare class ButtonModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, [typeof i1.ButtonComponent], [typeof
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, never, [typeof i1.ButtonComponent], [typeof i1.ButtonComponent]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<ButtonModule>;
|
|
10
11
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef, 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 CardContentComponent implements OnInit, CssClassBuilder {
|
|
@@ -12,5 +12,5 @@ export declare class CardContentComponent implements OnInit, CssClassBuilder {
|
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardContentComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardContentComponent, "fd-card-content", never, {}, {}, never, ["*"],
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardContentComponent, "fd-card-content", never, {}, {}, never, ["*"], true, never, false>;
|
|
16
16
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ObjectStatus } from '@fundamental-ngx/core/object-status';
|
|
1
|
+
import { ElementRef, OnChanges, OnInit } from '@angular/core';
|
|
3
2
|
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
|
+
import { ObjectStatus } from '@fundamental-ngx/core/object-status';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class CardCounterDirective implements OnInit, OnChanges, CssClassBuilder {
|
|
6
6
|
readonly elementRef: ElementRef<HTMLElement>;
|
|
@@ -20,5 +20,5 @@ export declare class CardCounterDirective implements OnInit, OnChanges, CssClass
|
|
|
20
20
|
/** @hidden */
|
|
21
21
|
buildComponentCssClass(): string[];
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardCounterDirective, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CardCounterDirective, "[fd-card-counter]", never, { "status": { "alias": "status"; "required": false; }; }, {}, never, never,
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardCounterDirective, "[fd-card-counter]", never, { "status": { "alias": "status"; "required": false; }; }, {}, never, never, true, never, false>;
|
|
24
24
|
}
|
|
@@ -5,5 +5,5 @@ export declare class CardFooterActionItemDirective {
|
|
|
5
5
|
/** @hidden */
|
|
6
6
|
constructor(templateRef: TemplateRef<void>);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterActionItemDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CardFooterActionItemDirective, "[fdCardFooterActionItem]", never, {}, {}, never, never,
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardFooterActionItemDirective, "[fdCardFooterActionItem]", never, {}, {}, never, never, true, never, false>;
|
|
9
9
|
}
|
|
@@ -16,5 +16,5 @@ export declare class CardFooterComponent implements AfterViewInit, OnDestroy {
|
|
|
16
16
|
/** @hidden */
|
|
17
17
|
ngOnDestroy(): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "fd-card-footer", never, {}, {}, ["cardActionItems"], ["*"],
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "fd-card-footer", never, {}, {}, ["cardActionItems"], ["*"], true, never, false>;
|
|
20
20
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AfterContentInit, ElementRef, OnChanges, OnInit, Renderer2 } from '@angular/core';
|
|
2
2
|
import { AvatarComponent } from '@fundamental-ngx/core/avatar';
|
|
3
|
-
import { CardSubtitleDirective } from './card-subtitle.directive';
|
|
4
3
|
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
4
|
+
import { CardSubtitleDirective } from './card-subtitle.directive';
|
|
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>;
|
|
@@ -30,5 +30,5 @@ export declare class CardHeaderComponent implements OnInit, OnChanges, CssClassB
|
|
|
30
30
|
/** @hidden */
|
|
31
31
|
buildComponentCssClass(): string[];
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "fd-card-header", never, { "interactive": { "alias": "interactive"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, {}, ["_avatar", "_subtitle"], ["*", "fd-avatar", "[fd-card-title]", "[fd-card-counter]", "[fd-card-subtitle]", "fd-card-kpi-header", "[fd-card-second-subtitle]"],
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "fd-card-header", never, { "interactive": { "alias": "interactive"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, {}, ["_avatar", "_subtitle"], ["*", "fd-avatar", "[fd-card-title]", "[fd-card-counter]", "[fd-card-subtitle]", "fd-card-kpi-header", "[fd-card-second-subtitle]"], true, never, false>;
|
|
34
34
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef, 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 CardLoaderComponent implements OnInit, CssClassBuilder {
|
|
@@ -12,5 +12,5 @@ export declare class CardLoaderComponent implements OnInit, CssClassBuilder {
|
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardLoaderComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardLoaderComponent, "fd-card-loader", never, {}, {}, never, ["*"],
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardLoaderComponent, "fd-card-loader", never, {}, {}, never, ["*"], true, never, false>;
|
|
16
16
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef, 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 CardSecondSubtitleDirective implements OnInit, CssClassBuilder {
|
|
@@ -12,5 +12,5 @@ export declare class CardSecondSubtitleDirective implements OnInit, CssClassBuil
|
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardSecondSubtitleDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CardSecondSubtitleDirective, "[fd-card-second-subtitle]", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardSecondSubtitleDirective, "[fd-card-second-subtitle]", never, {}, {}, never, never, true, never, false>;
|
|
16
16
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef, 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 CardSubtitleDirective implements OnInit, CssClassBuilder {
|
|
@@ -12,5 +12,5 @@ export declare class CardSubtitleDirective implements OnInit, CssClassBuilder {
|
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardSubtitleDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CardSubtitleDirective, "[fd-card-subtitle]", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardSubtitleDirective, "[fd-card-subtitle]", never, {}, {}, never, never, true, never, false>;
|
|
16
16
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef, 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 CardTitleDirective implements OnInit, CssClassBuilder {
|
|
@@ -12,5 +12,5 @@ export declare class CardTitleDirective implements OnInit, CssClassBuilder {
|
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardTitleDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CardTitleDirective, "[fd-card-title]", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardTitleDirective, "[fd-card-title]", never, {}, {}, never, never, true, never, false>;
|
|
16
16
|
}
|
package/card/card.component.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ElementRef, OnChanges, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
|
-
import { CardType } from './constants';
|
|
4
3
|
import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
4
|
+
import { CardType } from './constants';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CardComponent implements OnChanges, OnInit, CssClassBuilder, OnDestroy {
|
|
7
7
|
readonly elementRef: ElementRef<HTMLElement>;
|
|
@@ -34,5 +34,5 @@ export declare class CardComponent implements OnChanges, OnInit, CssClassBuilder
|
|
|
34
34
|
/** @hidden */
|
|
35
35
|
buildComponentCssClass(): string[];
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "fd-card", never, { "badge": { "alias": "badge"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "cardType": { "alias": "cardType"; "required": false; }; "id": { "alias": "id"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, never, ["*", "fd-card-footer", "fd-card-loader"],
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "fd-card", never, { "badge": { "alias": "badge"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "cardType": { "alias": "cardType"; "required": false; }; "id": { "alias": "id"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, never, ["*", "fd-card-footer", "fd-card-loader"], true, never, false>;
|
|
38
38
|
}
|
package/card/card.module.d.ts
CHANGED
|
@@ -16,13 +16,9 @@ import * as i14 from "./kpi/card-kpi-analytics-label.directive";
|
|
|
16
16
|
import * as i15 from "./kpi/card-kpi-analytics-content.directive";
|
|
17
17
|
import * as i16 from "./card-footer.component";
|
|
18
18
|
import * as i17 from "./card-footer-action-item.directive";
|
|
19
|
-
import * as i18 from "@
|
|
20
|
-
import * as i19 from "@fundamental-ngx/core/button";
|
|
21
|
-
import * as i20 from "@fundamental-ngx/core/avatar";
|
|
22
|
-
import * as i21 from "@fundamental-ngx/core/object-status";
|
|
23
|
-
import * as i22 from "@fundamental-ngx/core/content-density";
|
|
19
|
+
import * as i18 from "@fundamental-ngx/core/content-density";
|
|
24
20
|
export declare class CardModule {
|
|
25
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardModule, never>;
|
|
26
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, [typeof i1.CardComponent, typeof i2.CardHeaderComponent, typeof i3.CardContentComponent, typeof i4.CardTitleDirective, typeof i5.CardSubtitleDirective, typeof i6.CardSecondSubtitleDirective, typeof i7.CardCounterDirective, typeof i8.CardLoaderComponent, typeof i9.CardKpiHeaderComponent, typeof i10.CardKpiValueDirective, typeof i11.CardKpiScaleIconDirective, typeof i12.CardKpiScaleTextDirective, typeof i13.CardKpiAnalyticsDirective, typeof i14.CardKpiAnalyticsLabelDirective, typeof i15.CardKpiAnalyticsContentDirective, typeof i16.CardFooterComponent, typeof i17.CardFooterActionItemDirective
|
|
22
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, never, [typeof i1.CardComponent, typeof i2.CardHeaderComponent, typeof i3.CardContentComponent, typeof i4.CardTitleDirective, typeof i5.CardSubtitleDirective, typeof i6.CardSecondSubtitleDirective, typeof i7.CardCounterDirective, typeof i8.CardLoaderComponent, typeof i9.CardKpiHeaderComponent, typeof i10.CardKpiValueDirective, typeof i11.CardKpiScaleIconDirective, typeof i12.CardKpiScaleTextDirective, typeof i13.CardKpiAnalyticsDirective, typeof i14.CardKpiAnalyticsLabelDirective, typeof i15.CardKpiAnalyticsContentDirective, typeof i16.CardFooterComponent, typeof i17.CardFooterActionItemDirective, typeof i18.ContentDensityModule], [typeof i1.CardComponent, typeof i2.CardHeaderComponent, typeof i3.CardContentComponent, typeof i4.CardTitleDirective, typeof i5.CardSubtitleDirective, typeof i6.CardSecondSubtitleDirective, typeof i7.CardCounterDirective, typeof i8.CardLoaderComponent, typeof i9.CardKpiHeaderComponent, typeof i10.CardKpiValueDirective, typeof i11.CardKpiScaleIconDirective, typeof i12.CardKpiScaleTextDirective, typeof i13.CardKpiAnalyticsDirective, typeof i14.CardKpiAnalyticsLabelDirective, typeof i15.CardKpiAnalyticsContentDirective, typeof i16.CardFooterComponent, typeof i17.CardFooterActionItemDirective, typeof i18.ContentDensityModule]>;
|
|
27
23
|
static ɵinj: i0.ɵɵInjectorDeclaration<CardModule>;
|
|
28
24
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef, 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 CardKpiAnalyticsContentDirective implements OnInit, CssClassBuilder {
|
|
@@ -12,5 +12,5 @@ export declare class CardKpiAnalyticsContentDirective implements OnInit, CssClas
|
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiAnalyticsContentDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiAnalyticsContentDirective, "[fd-card-kpi-analytics-content]", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiAnalyticsContentDirective, "[fd-card-kpi-analytics-content]", never, {}, {}, never, never, true, never, false>;
|
|
16
16
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef, 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 CardKpiAnalyticsLabelDirective implements OnInit, CssClassBuilder {
|
|
@@ -12,5 +12,5 @@ export declare class CardKpiAnalyticsLabelDirective implements OnInit, CssClassB
|
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiAnalyticsLabelDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiAnalyticsLabelDirective, "[fd-card-kpi-analytics-label]", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiAnalyticsLabelDirective, "[fd-card-kpi-analytics-label]", never, {}, {}, never, never, true, never, false>;
|
|
16
16
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef, 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 CardKpiAnalyticsDirective implements OnInit, CssClassBuilder {
|
|
@@ -12,5 +12,5 @@ export declare class CardKpiAnalyticsDirective implements OnInit, CssClassBuilde
|
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiAnalyticsDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiAnalyticsDirective, "[fd-card-kpi-analytics]", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiAnalyticsDirective, "[fd-card-kpi-analytics]", never, {}, {}, never, never, true, never, false>;
|
|
16
16
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef, 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 CardKpiHeaderComponent implements OnInit, CssClassBuilder {
|
|
@@ -12,5 +12,5 @@ export declare class CardKpiHeaderComponent implements OnInit, CssClassBuilder {
|
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiHeaderComponent, never>;
|
|
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]"],
|
|
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]"], true, never, false>;
|
|
16
16
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef, 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 CardKpiScaleIconDirective implements OnInit, CssClassBuilder {
|
|
@@ -12,5 +12,5 @@ export declare class CardKpiScaleIconDirective implements OnInit, CssClassBuilde
|
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiScaleIconDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiScaleIconDirective, "[fd-card-kpi-scale-icon]", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiScaleIconDirective, "[fd-card-kpi-scale-icon]", never, {}, {}, never, never, true, never, false>;
|
|
16
16
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef, 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 CardKpiScaleTextDirective implements OnInit, CssClassBuilder {
|
|
@@ -12,5 +12,5 @@ export declare class CardKpiScaleTextDirective implements OnInit, CssClassBuilde
|
|
|
12
12
|
/** @hidden */
|
|
13
13
|
buildComponentCssClass(): string[];
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiScaleTextDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiScaleTextDirective, "[fd-card-kpi-scale-text]", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiScaleTextDirective, "[fd-card-kpi-scale-text]", never, {}, {}, never, never, true, never, false>;
|
|
16
16
|
}
|