@fundamental-ngx/core 0.38.3-rc.3 → 0.39.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/action-sheet/action-sheet-body/action-sheet-body.component.d.ts +1 -2
- package/action-sheet/action-sheet-item/action-sheet-item.component.d.ts +1 -1
- package/action-sheet/action-sheet.component.d.ts +1 -1
- package/alert/alert-service/alert.service.d.ts +1 -1
- package/alert/alert-utils/alert-config.d.ts +1 -2
- package/alert/alert.component.d.ts +1 -2
- package/avatar/avatar.component.d.ts +2 -2
- package/avatar-group/avatar-group.component.d.ts +2 -2
- package/avatar-group/directives/avatar-group-focusable-avatar.directive.d.ts +1 -1
- package/avatar-group/directives/avatar-group-overflow-body.directive.d.ts +1 -1
- package/avatar-group/directives/avatar-group-overflow-button.directive.d.ts +2 -2
- package/avatar-group/tokens.d.ts +1 -1
- package/bar/bar.component.d.ts +1 -1
- package/bar/button-bar/button-bar.component.d.ts +1 -1
- package/breadcrumb/breadcrumb.component.d.ts +1 -1
- package/breadcrumb/breadcrumb.module.d.ts +1 -1
- package/busy-indicator/busy-indicator.component.d.ts +1 -1
- package/button/base-button.d.ts +1 -1
- package/button/button.component.d.ts +1 -1
- package/calendar/calendar-views/calendar-day-view/calendar-day-view.component.d.ts +2 -1
- package/calendar/calendar.component.d.ts +2 -1
- package/calendar/calendar.service.d.ts +1 -1
- package/calendar/models/common.d.ts +1 -1
- package/calendar/types.d.ts +1 -1
- package/card/card-content.component.d.ts +1 -1
- package/card/card-counter.directive.d.ts +1 -1
- package/card/card-header.component.d.ts +1 -1
- package/card/card-loader.component.d.ts +1 -1
- package/card/card-second-subtitle.directive.d.ts +1 -1
- package/card/card-subtitle.directive.d.ts +1 -1
- package/card/card-title.directive.d.ts +1 -1
- package/card/card.component.d.ts +1 -1
- package/card/kpi/card-kpi-analytics-content.directive.d.ts +1 -1
- package/card/kpi/card-kpi-analytics-label.directive.d.ts +1 -1
- package/card/kpi/card-kpi-analytics.directive.d.ts +1 -1
- package/card/kpi/card-kpi-header.component.d.ts +1 -1
- package/card/kpi/card-kpi-scale-icon.directive.d.ts +1 -1
- package/card/kpi/card-kpi-scale-text.directive.d.ts +1 -1
- package/card/kpi/card-kpi-value.directive.d.ts +1 -1
- package/carousel/carousel-item/carousel-item.component.d.ts +1 -1
- package/carousel/carousel.component.d.ts +1 -1
- package/carousel/carousel.service.d.ts +1 -1
- package/checkbox/checkbox/checkbox.component.d.ts +2 -2
- package/combobox/combobox.component.d.ts +3 -2
- package/combobox/combobox.module.d.ts +1 -1
- package/content-density/classes/deprecated-compact.directive.d.ts +1 -1
- package/content-density/classes/deprecated-condensed.directive.d.ts +1 -1
- package/content-density/classes/deprecated-content-density.directive.d.ts +1 -1
- package/content-density/classes/deprecated-cozy.directive.d.ts +1 -1
- package/content-density/content-density.types.d.ts +1 -1
- package/content-density/providers/local-content-density-storage.d.ts +1 -1
- package/date-picker/date-picker.component.d.ts +3 -1
- package/datetime/datetime-adapter.d.ts +1 -1
- package/datetime-picker/datetime-picker.component.d.ts +3 -1
- package/dialog/base/dialog-base.class.d.ts +1 -1
- package/dialog/base/dialog-base.service.d.ts +1 -1
- package/dialog/base/dialog-config-base.class.d.ts +2 -2
- package/dialog/base/dialog-content-base.class.d.ts +1 -1
- package/dialog/base/dialog-footer-base.class.d.ts +1 -1
- package/dialog/base/dialog-header-base.class.d.ts +1 -1
- package/dialog/dialog-container/dialog-container.component.d.ts +1 -1
- package/dialog/dialog-footer/dialog-footer.component.d.ts +1 -1
- package/dialog/dialog-service/dialog.service.d.ts +1 -1
- package/dialog/dialog.component.d.ts +1 -1
- package/dialog/dialog.module.d.ts +1 -1
- package/dynamic-page/dynamic-page-header/subheader/dynamic-page-subheader.component.d.ts +1 -1
- package/dynamic-page/dynamic-page.component.d.ts +1 -1
- package/dynamic-page/dynamic-page.module.d.ts +1 -1
- package/dynamic-side-content/dynamic-side-content.component.d.ts +1 -1
- package/esm2020/action-sheet/action-sheet-body/action-sheet-body.component.mjs +3 -3
- package/esm2020/action-sheet/action-sheet-item/action-sheet-item.component.mjs +1 -1
- package/esm2020/action-sheet/action-sheet.component.mjs +3 -3
- package/esm2020/alert/alert-service/alert.service.mjs +3 -3
- package/esm2020/alert/alert-utils/alert-config.mjs +1 -1
- package/esm2020/alert/alert.component.mjs +2 -2
- package/esm2020/alert/alert.module.mjs +2 -2
- package/esm2020/avatar/avatar.component.mjs +2 -2
- package/esm2020/avatar-group/avatar-group.component.mjs +3 -3
- package/esm2020/avatar-group/directives/avatar-group-focusable-avatar.directive.mjs +1 -1
- package/esm2020/avatar-group/directives/avatar-group-overflow-body.directive.mjs +3 -3
- package/esm2020/avatar-group/directives/avatar-group-overflow-button.directive.mjs +3 -3
- package/esm2020/avatar-group/tokens.mjs +1 -1
- package/esm2020/bar/bar.component.mjs +2 -2
- package/esm2020/bar/button-bar/button-bar.component.mjs +1 -1
- package/esm2020/breadcrumb/breadcrumb.component.mjs +3 -3
- package/esm2020/breadcrumb/breadcrumb.module.mjs +2 -2
- package/esm2020/busy-indicator/busy-indicator.component.mjs +2 -2
- package/esm2020/button/base-button.mjs +1 -1
- package/esm2020/button/button.component.mjs +2 -2
- package/esm2020/calendar/calendar-views/calendar-day-view/calendar-day-view.component.mjs +1 -1
- package/esm2020/calendar/calendar.component.mjs +1 -1
- package/esm2020/calendar/calendar.service.mjs +3 -3
- package/esm2020/calendar/models/common.mjs +1 -1
- package/esm2020/calendar/types.mjs +1 -1
- package/esm2020/card/card-content.component.mjs +2 -2
- package/esm2020/card/card-counter.directive.mjs +2 -2
- package/esm2020/card/card-header.component.mjs +2 -2
- package/esm2020/card/card-loader.component.mjs +2 -2
- package/esm2020/card/card-second-subtitle.directive.mjs +2 -2
- package/esm2020/card/card-subtitle.directive.mjs +2 -2
- package/esm2020/card/card-title.directive.mjs +2 -2
- package/esm2020/card/card.component.mjs +2 -2
- package/esm2020/card/kpi/card-kpi-analytics-content.directive.mjs +2 -2
- package/esm2020/card/kpi/card-kpi-analytics-label.directive.mjs +2 -2
- package/esm2020/card/kpi/card-kpi-analytics.directive.mjs +2 -2
- package/esm2020/card/kpi/card-kpi-header.component.mjs +2 -2
- package/esm2020/card/kpi/card-kpi-scale-icon.directive.mjs +2 -2
- package/esm2020/card/kpi/card-kpi-scale-text.directive.mjs +2 -2
- package/esm2020/card/kpi/card-kpi-value.directive.mjs +2 -2
- package/esm2020/carousel/carousel-item/carousel-item.component.mjs +1 -1
- package/esm2020/carousel/carousel.component.mjs +3 -3
- package/esm2020/carousel/carousel.service.mjs +1 -1
- package/esm2020/checkbox/checkbox/checkbox.component.mjs +2 -2
- package/esm2020/combobox/combobox-mobile/combobox-mobile.component.mjs +4 -4
- package/esm2020/combobox/combobox.component.mjs +5 -5
- package/esm2020/combobox/combobox.module.mjs +3 -3
- package/esm2020/content-density/classes/deprecated-compact.directive.mjs +1 -1
- package/esm2020/content-density/classes/deprecated-condensed.directive.mjs +1 -1
- package/esm2020/content-density/classes/deprecated-content-density.directive.mjs +1 -1
- package/esm2020/content-density/classes/deprecated-cozy.directive.mjs +1 -1
- package/esm2020/content-density/content-density.module.mjs +2 -2
- package/esm2020/content-density/content-density.types.mjs +1 -1
- package/esm2020/content-density/helpers/content-density-change-callback-factory.mjs +4 -3
- package/esm2020/content-density/providers/content-density-observer-providers.mjs +2 -2
- package/esm2020/content-density/providers/local-content-density-storage.mjs +3 -3
- package/esm2020/content-density/services/content-density-observer.service.mjs +2 -2
- package/esm2020/date-picker/date-picker.component.mjs +1 -1
- package/esm2020/datetime/datetime-adapter.mjs +1 -1
- package/esm2020/datetime/fd-date.mjs +2 -2
- package/esm2020/datetime/fd-datetime-adapter.mjs +2 -2
- package/esm2020/datetime-picker/datetime-picker.component.mjs +1 -1
- package/esm2020/dialog/base/dialog-base.class.mjs +3 -3
- package/esm2020/dialog/base/dialog-base.service.mjs +1 -1
- package/esm2020/dialog/base/dialog-config-base.class.mjs +1 -1
- package/esm2020/dialog/base/dialog-content-base.class.mjs +1 -1
- package/esm2020/dialog/base/dialog-footer-base.class.mjs +2 -2
- package/esm2020/dialog/base/dialog-header-base.class.mjs +2 -2
- package/esm2020/dialog/dialog-container/dialog-container.component.mjs +2 -2
- package/esm2020/dialog/dialog-default/dialog-default.component.mjs +4 -4
- package/esm2020/dialog/dialog-footer/dialog-footer.component.mjs +2 -2
- package/esm2020/dialog/dialog-service/dialog.service.mjs +3 -3
- package/esm2020/dialog/dialog.component.mjs +5 -5
- package/esm2020/dialog/dialog.module.mjs +2 -2
- package/esm2020/dynamic-page/dynamic-page-header/header/dynamic-page-header.component.mjs +2 -2
- package/esm2020/dynamic-page/dynamic-page-header/subheader/dynamic-page-subheader.component.mjs +1 -1
- package/esm2020/dynamic-page/dynamic-page.component.mjs +2 -2
- package/esm2020/dynamic-page/dynamic-page.module.mjs +2 -2
- package/esm2020/dynamic-side-content/dynamic-side-content.component.mjs +2 -2
- package/esm2020/facets/facet-group.component.mjs +1 -1
- package/esm2020/feed-input/directives/feed-input-avatar.directive.mjs +2 -2
- package/esm2020/feed-list-item/components/item/feed-list-item.component.mjs +3 -3
- package/esm2020/feed-list-item/components/list/feed-list.component.mjs +2 -2
- package/esm2020/feed-list-item/feed-list-item.module.mjs +2 -2
- package/esm2020/file-uploader/file-uploader.component.mjs +2 -2
- package/esm2020/file-uploader/file-uploader.service.mjs +2 -2
- package/esm2020/fixed-card-layout/fixed-card-layout.component.mjs +4 -4
- package/esm2020/fixed-card-layout/fixed-card-layout.module.mjs +2 -2
- package/esm2020/form/form-control/form-control.component.mjs +5 -5
- package/esm2020/form/form-group/form-group.component.mjs +2 -2
- package/esm2020/form/form-item-control/form-item-control.mjs +1 -1
- package/esm2020/form/form-label/form-label.component.mjs +1 -1
- package/esm2020/form/form-message/constants.mjs +1 -1
- package/esm2020/form/form-message/form-message.component.mjs +2 -2
- package/esm2020/fundamental-ngx.module.mjs +8 -11
- package/esm2020/grid-list/components/grid-list/grid-list.component.mjs +2 -2
- package/esm2020/grid-list/components/grid-list-group-header/grid-list-group-header.component.mjs +1 -1
- package/esm2020/grid-list/components/grid-list-item/grid-list-item.component.mjs +2 -2
- package/esm2020/grid-list/components/grid-list-more-btn/grid-list-more-btn.component.mjs +2 -2
- package/esm2020/icon/icon.component.mjs +2 -2
- package/esm2020/illustrated-message/illustrated-message.component.mjs +2 -2
- package/esm2020/infinite-scroll/infinite-scroll.directive.mjs +1 -1
- package/esm2020/info-label/info-label.component.mjs +2 -2
- package/esm2020/inline-help/inline-help.directive.mjs +1 -1
- package/esm2020/input-group/input-group-directives.mjs +2 -2
- package/esm2020/input-group/input-group.component.mjs +5 -1
- package/esm2020/layout-grid/directives/layout-grid-col.directive.mjs +2 -2
- package/esm2020/layout-grid/layout-grid.component.mjs +2 -2
- package/esm2020/link/link.component.mjs +2 -2
- package/esm2020/list/directives/list-icon.directive.mjs +2 -2
- package/esm2020/list/list-component.interface.mjs +1 -1
- package/esm2020/list/list-focus-item.model.mjs +1 -1
- package/esm2020/list/list-item/list-item.component.mjs +3 -3
- package/esm2020/list/list-message.directive.mjs +2 -2
- package/esm2020/list/list-navigation-item/list-navigation-item.component.mjs +3 -3
- package/esm2020/list/list.component.mjs +5 -5
- package/esm2020/list/public_api.mjs +2 -1
- package/esm2020/menu/directives/menu-interactive.directive.mjs +1 -1
- package/esm2020/menu/directives/menu-trigger.directive.mjs +1 -1
- package/esm2020/menu/menu-item/menu-item.component.mjs +1 -1
- package/esm2020/menu/menu-keyboard.service.mjs +2 -2
- package/esm2020/menu/menu-mobile/menu-mobile.component.mjs +5 -5
- package/esm2020/menu/menu.component.mjs +3 -3
- package/esm2020/menu/menu.module.mjs +2 -2
- package/esm2020/menu/services/menu.service.mjs +3 -3
- package/esm2020/message-box/message-box-container/message-box-container.component.mjs +3 -3
- package/esm2020/message-box/message-box-default/message-box-default.component.mjs +2 -2
- package/esm2020/message-box/message-box-footer/message-box-footer.component.mjs +2 -2
- package/esm2020/message-box/message-box-header/message-box-header.component.mjs +3 -3
- package/esm2020/message-box/message-box.component.mjs +3 -3
- package/esm2020/message-box/message-box.module.mjs +4 -4
- package/esm2020/message-box/services/message-box.service.mjs +3 -3
- package/esm2020/message-page/message-page.component.mjs +2 -2
- package/esm2020/message-strip/message-strip.component.mjs +2 -2
- package/esm2020/message-toast/message-toast-service/message-toast.service.mjs +3 -3
- package/esm2020/message-toast/message-toast-utils/message-toast-config.mjs +1 -1
- package/esm2020/message-toast/message-toast.component.mjs +1 -1
- package/esm2020/message-toast/message-toast.module.mjs +2 -2
- package/esm2020/micro-process-flow/components/micro-process-flow/micro-process-flow.component.mjs +3 -3
- package/esm2020/micro-process-flow/components/micro-process-flow-icon/micro-process-flow-icon.component.mjs +1 -1
- package/esm2020/mobile-mode/mobile-mode.class.mjs +2 -2
- package/esm2020/multi-combobox/base-multi-combobox.class.mjs +388 -0
- package/esm2020/multi-combobox/data-source/multi-combobox-data-source-parser.mjs +22 -0
- package/esm2020/multi-combobox/data-source/multi-combobox-data-source.mjs +23 -0
- package/esm2020/multi-combobox/fundamental-ngx-core-multi-combobox.mjs +5 -0
- package/esm2020/multi-combobox/helpers.mjs +54 -0
- package/esm2020/multi-combobox/index.mjs +13 -0
- package/esm2020/multi-combobox/mobile/mobile-multi-combobox.component.mjs +100 -0
- package/esm2020/multi-combobox/mobile/mobile-multi-combobox.module.mjs +22 -0
- package/esm2020/multi-combobox/models/multi-combobox.interface.mjs +2 -0
- package/esm2020/multi-combobox/models/selection-change.event.mjs +13 -0
- package/esm2020/multi-combobox/multi-combobox-config.mjs +26 -0
- package/esm2020/multi-combobox/multi-combobox.component.mjs +626 -0
- package/esm2020/multi-combobox/multi-combobox.module.mjs +64 -0
- package/esm2020/multi-combobox/multi-combobox.token.mjs +3 -0
- package/esm2020/multi-input/multi-input-mobile/multi-input-mobile.component.mjs +4 -4
- package/esm2020/multi-input/multi-input.component.mjs +5 -5
- package/esm2020/multi-input/multi-input.module.mjs +3 -3
- package/esm2020/nested-list/nested-item/nested-item.directive.mjs +1 -1
- package/esm2020/nested-list/nested-link/nested-link.directive.mjs +1 -1
- package/esm2020/nested-list/nested-list/nested-list.directive.mjs +1 -1
- package/esm2020/nested-list/nested-list-directives.mjs +4 -4
- package/esm2020/nested-list/nested-list-keyboard.service.mjs +2 -2
- package/esm2020/nested-list/nested-list-popover/nested-list-popover.component.mjs +3 -3
- package/esm2020/notification/directives/notification-indicator.directive.mjs +2 -2
- package/esm2020/notification/notification/notification.component.mjs +3 -3
- package/esm2020/notification/notification-group/notification-group.component.mjs +2 -2
- package/esm2020/notification/notification-group-header/notification-group-header.component.mjs +3 -3
- package/esm2020/notification/notification-service/notification.service.mjs +3 -3
- package/esm2020/notification/notification-utils/notification-config.mjs +1 -1
- package/esm2020/notification/notification.module.mjs +2 -2
- package/esm2020/object-identifier/object-identifier.component.mjs +1 -1
- package/esm2020/object-marker/object-marker.component.mjs +2 -2
- package/esm2020/object-number/object-number.component.mjs +2 -2
- package/esm2020/object-status/object-status.component.mjs +2 -2
- package/esm2020/overflow-layout/directives/overflow-layout-popover-content.directive.mjs +3 -3
- package/esm2020/overflow-layout/overflow-layout.component.mjs +2 -2
- package/esm2020/overflow-layout/overflow-layout.service.mjs +3 -3
- package/esm2020/pagination/pagination.component.mjs +5 -5
- package/esm2020/pagination/pagination.module.mjs +2 -2
- package/esm2020/panel/panel-content/panel-content.directive.mjs +1 -1
- package/esm2020/panel/panel.component.mjs +3 -3
- package/esm2020/popover/base/base-popover.class.mjs +1 -1
- package/esm2020/popover/popover-body/popover-body.component.mjs +2 -2
- package/esm2020/popover/popover-container/popover-container.directive.mjs +2 -2
- package/esm2020/popover/popover-mobile/popover-mobile.module.mjs +2 -2
- package/esm2020/popover/popover-service/popover.service.mjs +3 -3
- package/esm2020/popover/popover-trigger.directive.mjs +1 -1
- package/esm2020/popover/popover.component.mjs +3 -3
- package/esm2020/product-switch/product-switch-body/product-switch-body.component.mjs +5 -5
- package/esm2020/product-switch/product-switch.module.mjs +2 -2
- package/esm2020/progress-indicator/progress-indicator.component.mjs +2 -2
- package/esm2020/public_api.mjs +4 -3
- package/esm2020/radio/radio-button/radio-button.component.mjs +2 -2
- package/esm2020/rating-indicator/components/rating-indicator.component.mjs +2 -2
- package/esm2020/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.mjs +3 -3
- package/esm2020/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.mjs +3 -3
- package/esm2020/segmented-button/segmented-button.component.mjs +2 -2
- package/esm2020/select/option/option.component.mjs +2 -2
- package/esm2020/select/select-key-manager.service.mjs +3 -3
- package/esm2020/select/select-mobile/select-mobile.component.mjs +2 -2
- package/esm2020/select/select-mobile/select-mobile.module.mjs +2 -2
- package/esm2020/select/select.component.mjs +4 -4
- package/esm2020/shared/public_api.mjs +2 -5
- package/esm2020/shellbar/model/shellbar-user.mjs +1 -1
- package/esm2020/shellbar/product-menu/product-menu.component.mjs +1 -1
- package/esm2020/shellbar/shellbar.module.mjs +2 -2
- package/esm2020/shellbar/user-menu/shellbar-user-menu.component.mjs +1 -1
- package/esm2020/slider/slider-position.directive.mjs +3 -3
- package/esm2020/slider/slider.component.mjs +4 -4
- package/esm2020/slider/slider.module.mjs +2 -2
- package/esm2020/split-button/split-button.component.mjs +3 -3
- package/esm2020/splitter/splitter-pane-container/splitter-pane-container.component.mjs +3 -3
- package/esm2020/splitter/splitter-resizer/splitter-resizer.component.mjs +2 -2
- package/esm2020/splitter/splitter-split-pane/splitter-split-pane.component.mjs +1 -1
- package/esm2020/status-indicator/status-indicator.component.mjs +2 -2
- package/esm2020/step-input/step-input.component.mjs +2 -2
- package/esm2020/switch/switch.component.mjs +1 -1
- package/esm2020/table/directives/table-cell.directive.mjs +3 -3
- package/esm2020/table/directives/table-icon.directive.mjs +2 -2
- package/esm2020/table/directives/table-status-indicator.directive.mjs +1 -1
- package/esm2020/table/table.component.mjs +3 -3
- package/esm2020/tabs/tab-item/tab-item.directive.mjs +2 -2
- package/esm2020/tabs/tab-link/tab-link.directive.mjs +2 -2
- package/esm2020/tabs/tab-list.component.mjs +3 -3
- package/esm2020/tabs/tab-nav/tab-nav.component.mjs +3 -3
- package/esm2020/tabs/tab-panel/tab-panel.component.mjs +1 -1
- package/esm2020/tabs/tab-utils/tab-directives.mjs +2 -2
- package/esm2020/tabs/tab-utils/tab-info.class.mjs +1 -1
- package/esm2020/text/text.component.mjs +3 -3
- package/esm2020/text/text.module.mjs +2 -2
- package/esm2020/theming/theming.service.mjs +2 -2
- package/esm2020/tile/directives/numeric-content.directives.mjs +2 -2
- package/esm2020/tile/directives/tile.directives.mjs +2 -2
- package/esm2020/tile/tile.component.mjs +2 -2
- package/esm2020/time/time-column/time-column.component.mjs +2 -2
- package/esm2020/time/time.component.mjs +3 -3
- package/esm2020/time/time.module.mjs +2 -2
- package/esm2020/time-picker/time-picker.component.mjs +1 -1
- package/esm2020/timeline/timeline.component.mjs +4 -4
- package/esm2020/timeline/timeline.module.mjs +2 -2
- package/esm2020/title/title.component.mjs +1 -1
- package/esm2020/token/token-input.directive.mjs +2 -2
- package/esm2020/token/token.component.mjs +2 -2
- package/esm2020/token/tokenizer.component.mjs +3 -3
- package/esm2020/toolbar/deprecated-toolbar-size.directive.mjs +1 -1
- package/esm2020/toolbar/toolbar-overflow-priority.directive.mjs +1 -1
- package/esm2020/toolbar/toolbar.component.mjs +2 -2
- package/esm2020/utils/fundamental-ngx-core-utils.mjs +2 -2
- package/esm2020/utils/index.mjs +3 -0
- package/esm2020/wizard/wizard-navigation/wizard-navigation.component.mjs +1 -1
- package/esm2020/wizard/wizard-progress-bar/wizard-progress-bar.directive.mjs +1 -1
- package/esm2020/wizard/wizard-step/wizard-step.component.mjs +2 -2
- package/esm2020/wizard/wizard-step-indicator/wizard-step-indicator.component.mjs +1 -1
- package/esm2020/wizard/wizard.component.mjs +2 -2
- package/esm2020/wizard/wizard.service.mjs +3 -3
- package/facets/facet-group.component.d.ts +1 -1
- package/feed-input/directives/feed-input-avatar.directive.d.ts +1 -1
- package/feed-list-item/components/item/feed-list-item.component.d.ts +2 -2
- package/feed-list-item/components/list/feed-list.component.d.ts +1 -1
- package/feed-list-item/feed-list-item.module.d.ts +1 -1
- package/fesm2015/fundamental-ngx-core-action-sheet.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-action-sheet.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-alert.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-alert.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-avatar-group.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-avatar-group.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-avatar.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-avatar.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-bar.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-bar.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-breadcrumb.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-busy-indicator.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-busy-indicator.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-button.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-button.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-calendar.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-calendar.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-card.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-card.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-carousel.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-carousel.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-checkbox.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-checkbox.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-combobox.mjs +6 -6
- package/fesm2015/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-content-density.mjs +5 -4
- package/fesm2015/fundamental-ngx-core-content-density.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-date-picker.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-datetime.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-datetime.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-dialog.mjs +7 -7
- package/fesm2015/fundamental-ngx-core-dialog.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-dynamic-page.mjs +3 -3
- package/fesm2015/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-dynamic-side-content.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-dynamic-side-content.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-facets.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-feed-input.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-feed-input.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-feed-list-item.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-file-uploader.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-file-uploader.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-fixed-card-layout.mjs +3 -3
- package/fesm2015/fundamental-ngx-core-fixed-card-layout.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-form.mjs +4 -4
- package/fesm2015/fundamental-ngx-core-form.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-grid-list.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-grid-list.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-icon.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-icon.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-illustrated-message.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-illustrated-message.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-infinite-scroll.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-info-label.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-info-label.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-inline-help.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-input-group.mjs +5 -1
- package/fesm2015/fundamental-ngx-core-input-group.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-layout-grid.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-layout-grid.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-link.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-link.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-list.mjs +4 -4
- package/fesm2015/fundamental-ngx-core-list.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-menu.mjs +4 -4
- package/fesm2015/fundamental-ngx-core-menu.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-message-box.mjs +6 -6
- package/fesm2015/fundamental-ngx-core-message-box.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-message-page.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-message-page.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-message-strip.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-message-strip.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-message-toast.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-message-toast.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-micro-process-flow.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-micro-process-flow.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-mobile-mode.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-mobile-mode.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-multi-combobox.mjs +1314 -0
- package/fesm2015/fundamental-ngx-core-multi-combobox.mjs.map +1 -0
- package/fesm2015/fundamental-ngx-core-multi-input.mjs +6 -6
- package/fesm2015/fundamental-ngx-core-multi-input.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-nested-list.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-nested-list.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-notification.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-notification.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-object-identifier.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-object-marker.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-object-marker.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-object-number.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-object-number.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-object-status.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-object-status.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-overflow-layout.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-pagination.mjs +4 -4
- package/fesm2015/fundamental-ngx-core-pagination.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-panel.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-panel.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-popover.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-popover.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-product-switch.mjs +3 -3
- package/fesm2015/fundamental-ngx-core-product-switch.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-progress-indicator.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-progress-indicator.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-radio.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-radio.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-rating-indicator.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-resizable-card-layout.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-resizable-card-layout.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-segmented-button.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-segmented-button.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-select.mjs +4 -4
- package/fesm2015/fundamental-ngx-core-select.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-shared.mjs +4 -10
- package/fesm2015/fundamental-ngx-core-shared.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-shellbar.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-shellbar.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-slider.mjs +3 -3
- package/fesm2015/fundamental-ngx-core-slider.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-split-button.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-split-button.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-splitter.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-splitter.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-status-indicator.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-status-indicator.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-step-input.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-step-input.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-switch.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-table.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-table.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-tabs.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-tabs.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-text.mjs +3 -3
- package/fesm2015/fundamental-ngx-core-text.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-theming.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-theming.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-tile.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-tile.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-time-picker.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-time.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-time.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-timeline.mjs +4 -4
- package/fesm2015/fundamental-ngx-core-timeline.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-title.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-token.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-token.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-toolbar.mjs +1 -1
- package/fesm2015/fundamental-ngx-core-toolbar.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-utils.mjs +2 -3507
- package/fesm2015/fundamental-ngx-core-utils.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-wizard.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-wizard.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core.mjs +9 -11
- package/fesm2015/fundamental-ngx-core.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-action-sheet.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-action-sheet.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-alert.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-alert.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-avatar-group.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-avatar-group.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-avatar.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-avatar.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-bar.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-bar.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-breadcrumb.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-busy-indicator.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-busy-indicator.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-button.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-button.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-calendar.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-calendar.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-card.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-card.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-carousel.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-carousel.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-checkbox.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-checkbox.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-combobox.mjs +6 -6
- package/fesm2020/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-content-density.mjs +5 -4
- package/fesm2020/fundamental-ngx-core-content-density.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-date-picker.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-datetime.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-datetime.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-dialog.mjs +7 -7
- package/fesm2020/fundamental-ngx-core-dialog.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-dynamic-page.mjs +3 -3
- package/fesm2020/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-dynamic-side-content.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-dynamic-side-content.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-facets.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-feed-input.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-feed-input.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-feed-list-item.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-file-uploader.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-file-uploader.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-fixed-card-layout.mjs +3 -3
- package/fesm2020/fundamental-ngx-core-fixed-card-layout.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-form.mjs +4 -4
- package/fesm2020/fundamental-ngx-core-form.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-grid-list.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-grid-list.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-icon.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-icon.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-illustrated-message.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-illustrated-message.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-infinite-scroll.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-info-label.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-info-label.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-inline-help.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-input-group.mjs +5 -1
- package/fesm2020/fundamental-ngx-core-input-group.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-layout-grid.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-layout-grid.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-link.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-link.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-list.mjs +4 -4
- package/fesm2020/fundamental-ngx-core-list.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-menu.mjs +4 -4
- package/fesm2020/fundamental-ngx-core-menu.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-message-box.mjs +6 -6
- package/fesm2020/fundamental-ngx-core-message-box.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-message-page.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-message-page.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-message-strip.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-message-strip.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-message-toast.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-message-toast.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-micro-process-flow.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-micro-process-flow.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-mobile-mode.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-mobile-mode.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-multi-combobox.mjs +1298 -0
- package/fesm2020/fundamental-ngx-core-multi-combobox.mjs.map +1 -0
- package/fesm2020/fundamental-ngx-core-multi-input.mjs +6 -6
- package/fesm2020/fundamental-ngx-core-multi-input.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-nested-list.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-nested-list.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-notification.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-notification.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-object-identifier.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-object-marker.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-object-marker.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-object-number.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-object-number.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-object-status.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-object-status.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-overflow-layout.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-pagination.mjs +4 -4
- package/fesm2020/fundamental-ngx-core-pagination.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-panel.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-panel.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-popover.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-popover.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-product-switch.mjs +3 -3
- package/fesm2020/fundamental-ngx-core-product-switch.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-progress-indicator.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-progress-indicator.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-radio.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-radio.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-rating-indicator.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-resizable-card-layout.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-resizable-card-layout.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-segmented-button.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-segmented-button.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-select.mjs +4 -4
- package/fesm2020/fundamental-ngx-core-select.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-shared.mjs +4 -10
- package/fesm2020/fundamental-ngx-core-shared.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-shellbar.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-shellbar.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-slider.mjs +3 -3
- package/fesm2020/fundamental-ngx-core-slider.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-split-button.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-split-button.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-splitter.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-splitter.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-status-indicator.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-status-indicator.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-step-input.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-step-input.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-switch.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-table.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-table.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-tabs.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-tabs.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-text.mjs +3 -3
- package/fesm2020/fundamental-ngx-core-text.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-theming.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-theming.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-tile.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-tile.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-time-picker.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-time.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-time.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-timeline.mjs +4 -4
- package/fesm2020/fundamental-ngx-core-timeline.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-title.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-token.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-token.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-toolbar.mjs +1 -1
- package/fesm2020/fundamental-ngx-core-toolbar.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-utils.mjs +2 -3481
- package/fesm2020/fundamental-ngx-core-utils.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-wizard.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-wizard.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core.mjs +9 -11
- package/fesm2020/fundamental-ngx-core.mjs.map +1 -1
- package/file-uploader/file-uploader.component.d.ts +1 -1
- package/file-uploader/file-uploader.service.d.ts +1 -1
- package/fixed-card-layout/fixed-card-layout.component.d.ts +2 -2
- package/fixed-card-layout/fixed-card-layout.module.d.ts +1 -1
- package/form/form-control/form-control.component.d.ts +4 -4
- package/form/form-group/form-group.component.d.ts +1 -1
- package/form/form-item-control/form-item-control.d.ts +3 -2
- package/form/form-label/form-label.component.d.ts +2 -1
- package/form/form-message/constants.d.ts +1 -1
- package/form/form-message/form-message.component.d.ts +2 -2
- package/fundamental-ngx-core-v0.39.0-rc.0.tgz +0 -0
- package/fundamental-ngx.module.d.ts +76 -76
- package/grid-list/components/grid-list/grid-list.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/icon/icon.component.d.ts +2 -2
- package/illustrated-message/illustrated-message.component.d.ts +2 -2
- package/infinite-scroll/infinite-scroll.directive.d.ts +1 -1
- package/info-label/info-label.component.d.ts +2 -2
- package/inline-help/inline-help.directive.d.ts +1 -1
- package/input-group/input-group-directives.d.ts +2 -2
- package/input-group/input-group.component.d.ts +4 -1
- package/layout-grid/directives/layout-grid-col.directive.d.ts +1 -1
- package/layout-grid/layout-grid.component.d.ts +1 -1
- package/link/link.component.d.ts +1 -1
- package/list/list-component.interface.d.ts +3 -0
- package/list/list-focus-item.model.d.ts +1 -1
- package/list/list-item/list-item.component.d.ts +2 -2
- package/list/list-message.directive.d.ts +1 -1
- package/list/list-navigation-item/list-navigation-item.component.d.ts +1 -1
- package/list/list.component.d.ts +2 -3
- package/list/public_api.d.ts +1 -0
- package/menu/directives/menu-interactive.directive.d.ts +1 -1
- package/menu/directives/menu-trigger.directive.d.ts +1 -1
- package/menu/menu-item/menu-item.component.d.ts +1 -1
- package/menu/menu-mobile/menu-mobile.component.d.ts +1 -1
- package/menu/menu.component.d.ts +2 -2
- package/menu/menu.module.d.ts +1 -1
- package/menu/services/menu.service.d.ts +1 -1
- package/message-box/message-box-container/message-box-container.component.d.ts +2 -2
- package/message-box/message-box-footer/message-box-footer.component.d.ts +1 -1
- package/message-box/message-box-header/message-box-header.component.d.ts +2 -2
- package/message-box/message-box.component.d.ts +1 -1
- package/message-box/message-box.module.d.ts +1 -1
- package/message-box/services/message-box.service.d.ts +1 -1
- package/message-page/message-page.component.d.ts +1 -1
- package/message-strip/message-strip.component.d.ts +2 -2
- package/message-toast/message-toast-service/message-toast.service.d.ts +1 -1
- package/message-toast/message-toast-utils/message-toast-config.d.ts +2 -2
- package/message-toast/message-toast.component.d.ts +1 -1
- package/micro-process-flow/components/micro-process-flow/micro-process-flow.component.d.ts +1 -1
- package/micro-process-flow/components/micro-process-flow-icon/micro-process-flow-icon.component.d.ts +1 -1
- package/multi-combobox/README.md +7 -0
- package/multi-combobox/base-multi-combobox.class.d.ts +171 -0
- package/multi-combobox/data-source/multi-combobox-data-source-parser.d.ts +9 -0
- package/multi-combobox/data-source/multi-combobox-data-source.d.ts +21 -0
- package/multi-combobox/helpers.d.ts +14 -0
- package/multi-combobox/index.d.ts +12 -0
- package/multi-combobox/mobile/mobile-multi-combobox.component.d.ts +43 -0
- package/multi-combobox/mobile/mobile-multi-combobox.module.d.ts +12 -0
- package/multi-combobox/models/multi-combobox.interface.d.ts +26 -0
- package/multi-combobox/models/selection-change.event.d.ts +12 -0
- package/multi-combobox/multi-combobox-config.d.ts +22 -0
- package/multi-combobox/multi-combobox.component.d.ts +257 -0
- package/multi-combobox/multi-combobox.module.d.ts +18 -0
- package/multi-combobox/multi-combobox.token.d.ts +3 -0
- package/multi-input/multi-input.component.d.ts +3 -2
- package/multi-input/multi-input.module.d.ts +1 -1
- package/nested-list/nested-item/nested-item.directive.d.ts +1 -1
- package/nested-list/nested-link/nested-link.directive.d.ts +1 -1
- package/nested-list/nested-list-directives.d.ts +2 -2
- package/nested-list/nested-list-popover/nested-list-popover.component.d.ts +1 -1
- package/notification/directives/notification-indicator.directive.d.ts +1 -1
- package/notification/notification/notification.component.d.ts +2 -2
- package/notification/notification-group/notification-group.component.d.ts +1 -1
- package/notification/notification-group-header/notification-group-header.component.d.ts +2 -2
- package/notification/notification-service/notification.service.d.ts +1 -1
- package/notification/notification-utils/notification-config.d.ts +1 -1
- package/object-identifier/object-identifier.component.d.ts +1 -1
- package/object-marker/object-marker.component.d.ts +1 -1
- package/object-number/object-number.component.d.ts +2 -2
- package/object-status/object-status.component.d.ts +1 -2
- package/overflow-layout/directives/overflow-layout-popover-content.directive.d.ts +1 -1
- package/overflow-layout/overflow-layout.service.d.ts +1 -1
- package/package.json +11 -2
- package/pagination/pagination.component.d.ts +1 -1
- package/pagination/pagination.module.d.ts +1 -1
- package/panel/panel-content/panel-content.directive.d.ts +1 -1
- package/panel/panel.component.d.ts +2 -2
- package/popover/base/base-popover.class.d.ts +2 -1
- package/popover/popover-body/popover-body.component.d.ts +1 -1
- package/popover/popover-service/popover.service.d.ts +1 -2
- package/popover/popover-trigger.directive.d.ts +1 -1
- package/popover/popover.component.d.ts +1 -1
- package/product-switch/product-switch-body/product-switch-body.component.d.ts +1 -1
- package/product-switch/product-switch.module.d.ts +1 -1
- package/public_api.d.ts +3 -2
- package/radio/radio-button/radio-button.component.d.ts +2 -2
- package/rating-indicator/components/rating-indicator.component.d.ts +3 -3
- package/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.d.ts +2 -2
- package/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.d.ts +1 -1
- package/schematics/add-dependencies/index.js +12 -2
- package/schematics/add-dependencies/index.js.map +1 -1
- package/schematics/add-dependencies/index.ts +13 -0
- package/schematics/migrations/migration-0-39/index.d.ts +2 -0
- package/schematics/migrations/migration-0-39/index.js +59 -0
- package/schematics/migrations/migration-0-39/index.js.map +1 -0
- package/schematics/migrations/migration-0-39/index.ts +66 -0
- package/schematics/migrations.json +5 -0
- package/select/select-key-manager.service.d.ts +1 -1
- package/select/select.component.d.ts +4 -3
- package/shared/public_api.d.ts +1 -4
- package/shellbar/model/shellbar-user.d.ts +1 -1
- package/shellbar/product-menu/product-menu.component.d.ts +2 -1
- package/shellbar/shellbar.module.d.ts +1 -1
- package/shellbar/user-menu/shellbar-user-menu.component.d.ts +2 -1
- package/slider/slider-position.directive.d.ts +1 -1
- package/slider/slider.component.d.ts +2 -2
- package/slider/slider.module.d.ts +1 -1
- package/split-button/split-button.component.d.ts +1 -1
- package/splitter/splitter-pane-container/splitter-pane-container.component.d.ts +1 -1
- package/status-indicator/status-indicator.component.d.ts +2 -2
- package/step-input/step-input.component.d.ts +2 -1
- package/switch/switch.component.d.ts +1 -1
- package/table/directives/table-cell.directive.d.ts +2 -2
- package/table/directives/table-icon.directive.d.ts +1 -1
- package/table/directives/table-status-indicator.directive.d.ts +1 -1
- package/table/table.component.d.ts +1 -1
- package/tabs/tab-item/tab-item.directive.d.ts +2 -2
- package/tabs/tab-link/tab-link.directive.d.ts +1 -1
- package/tabs/tab-list.component.d.ts +2 -2
- package/tabs/tab-nav/tab-nav.component.d.ts +1 -1
- package/tabs/tab-panel/tab-panel.component.d.ts +1 -1
- package/tabs/tab-utils/tab-directives.d.ts +1 -1
- package/tabs/tab-utils/tab-info.class.d.ts +1 -1
- package/text/text.component.d.ts +1 -1
- package/text/text.module.d.ts +1 -1
- package/tile/directives/numeric-content.directives.d.ts +1 -1
- package/tile/directives/tile.directives.d.ts +2 -2
- package/tile/tile.component.d.ts +1 -1
- package/time/time-column/time-column.component.d.ts +1 -1
- package/time/time.component.d.ts +1 -1
- package/time/time.module.d.ts +1 -1
- package/time-picker/time-picker.component.d.ts +3 -1
- package/timeline/timeline.module.d.ts +1 -1
- package/title/title.component.d.ts +1 -1
- package/token/token-input.directive.d.ts +1 -1
- package/token/tokenizer.component.d.ts +1 -1
- package/toolbar/deprecated-toolbar-size.directive.d.ts +1 -1
- package/toolbar/toolbar-overflow-priority.directive.d.ts +1 -1
- package/toolbar/toolbar.component.d.ts +1 -1
- package/utils/index.d.ts +1 -5
- package/wizard/wizard-navigation/wizard-navigation.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 +1 -1
- package/wizard/wizard-step-indicator/wizard-step-indicator.component.d.ts +1 -1
- package/wizard/wizard.component.d.ts +1 -1
- package/wizard/wizard.service.d.ts +1 -1
- package/esm2020/shared/interfaces/form-states.mjs +0 -2
- package/esm2020/shared/interfaces/nullable.mjs +0 -2
- package/esm2020/shared/utils/form.mjs +0 -6
- package/esm2020/utils/abstract-fd-ngx-class.mjs +0 -55
- package/esm2020/utils/consts/error-messages.mjs +0 -6
- package/esm2020/utils/consts/index.mjs +0 -5
- package/esm2020/utils/consts/overflow-priority-score.mjs +0 -8
- package/esm2020/utils/consts/unicode-letters.regex.mjs +0 -11
- package/esm2020/utils/consts/unicode-numbers.regex.mjs +0 -8
- package/esm2020/utils/datatypes/color-accent.datatype.mjs +0 -2
- package/esm2020/utils/datatypes/hash.datatype.mjs +0 -2
- package/esm2020/utils/datatypes/index.mjs +0 -4
- package/esm2020/utils/datatypes/size.datatype.mjs +0 -2
- package/esm2020/utils/decorators/apply-css-class.decorator.mjs +0 -60
- package/esm2020/utils/decorators/apply-css-style.decorator.mjs +0 -28
- package/esm2020/utils/directives/auto-complete/auto-complete.directive.mjs +0 -112
- package/esm2020/utils/directives/auto-complete/auto-complete.module.mjs +0 -18
- package/esm2020/utils/directives/focus-key-manager/focus-key-manager-helpers.module.mjs +0 -19
- package/esm2020/utils/directives/focus-key-manager/focus-key-manager-item.directive.mjs +0 -73
- package/esm2020/utils/directives/focus-key-manager/focus-key-manager-list.directive.mjs +0 -88
- package/esm2020/utils/directives/focus-key-manager/focus-key-manager.tokens.mjs +0 -3
- package/esm2020/utils/directives/ignore-click-on-selection/ignore-click-on-selection.directive.mjs +0 -54
- package/esm2020/utils/directives/ignore-click-on-selection/ignore-click-on-selection.module.mjs +0 -18
- package/esm2020/utils/directives/ignore-click-on-selection/tokens.mjs +0 -3
- package/esm2020/utils/directives/initial-focus/initial-focus.directive.mjs +0 -80
- package/esm2020/utils/directives/initial-focus/initial-focus.module.mjs +0 -18
- package/esm2020/utils/directives/line-clamp/line-clamp.directive.mjs +0 -216
- package/esm2020/utils/directives/line-clamp/line-clamp.module.mjs +0 -18
- package/esm2020/utils/directives/only-digits/only-digits.directive.mjs +0 -193
- package/esm2020/utils/directives/only-digits/only-digits.module.mjs +0 -18
- package/esm2020/utils/directives/overflow-list/overflow-list-item.directive.mjs +0 -17
- package/esm2020/utils/directives/overflow-list/overflow-list.directive.mjs +0 -115
- package/esm2020/utils/directives/overflow-list/overflow-list.module.mjs +0 -19
- package/esm2020/utils/directives/repeat/repeat.directive.mjs +0 -33
- package/esm2020/utils/directives/repeat/repeat.module.mjs +0 -18
- package/esm2020/utils/directives/resize/resize-handle.directive.mjs +0 -17
- package/esm2020/utils/directives/resize/resize.directive.mjs +0 -206
- package/esm2020/utils/directives/resize/resize.module.mjs +0 -19
- package/esm2020/utils/directives/template/template.directive.mjs +0 -24
- package/esm2020/utils/directives/template/template.module.mjs +0 -16
- package/esm2020/utils/directives/truncate/truncate.directive.mjs +0 -72
- package/esm2020/utils/directives/truncate/truncate.module.mjs +0 -18
- package/esm2020/utils/drag-and-drop/dnd-item/dnd-item.directive.mjs +0 -256
- package/esm2020/utils/drag-and-drop/dnd-keyboard-group/dnd-keyboard-group.directive.mjs +0 -88
- package/esm2020/utils/drag-and-drop/dnd-keyboard-item/dnd-keyboard-item.directive.mjs +0 -83
- package/esm2020/utils/drag-and-drop/dnd-list/dnd-list.directive.mjs +0 -221
- package/esm2020/utils/drag-and-drop/dnd.interfaces.mjs +0 -2
- package/esm2020/utils/drag-and-drop/drag-and-drop.module.mjs +0 -22
- package/esm2020/utils/drag-and-drop/tokens.mjs +0 -4
- package/esm2020/utils/dynamic-component/dynamic-component-config.mjs +0 -2
- package/esm2020/utils/dynamic-component/dynamic-component-container.mjs +0 -21
- package/esm2020/utils/dynamic-component/dynamic-component-injector.mjs +0 -16
- package/esm2020/utils/dynamic-component/dynamic-component.service.mjs +0 -90
- package/esm2020/utils/functions/consumer-provider-factory.mjs +0 -12
- package/esm2020/utils/functions/element-size.mjs +0 -23
- package/esm2020/utils/functions/get-document-font-size.mjs +0 -5
- package/esm2020/utils/functions/index.mjs +0 -13
- package/esm2020/utils/functions/intersection-observable.mjs +0 -26
- package/esm2020/utils/functions/is-compact-density.mjs +0 -11
- package/esm2020/utils/functions/key-util.mjs +0 -77
- package/esm2020/utils/functions/module-deprecations-provider.mjs +0 -18
- package/esm2020/utils/functions/parser-file-size.mjs +0 -45
- package/esm2020/utils/functions/random-color-accent.mjs +0 -5
- package/esm2020/utils/functions/resize-observable.mjs +0 -33
- package/esm2020/utils/functions/scroll.mjs +0 -19
- package/esm2020/utils/functions/uuidv4-generator.mjs +0 -12
- package/esm2020/utils/helpers/range-selector.mjs +0 -113
- package/esm2020/utils/interfaces/content-density.mjs +0 -2
- package/esm2020/utils/interfaces/css-class-builder.interface.mjs +0 -2
- package/esm2020/utils/interfaces/css-style-builder.interface.mjs +0 -2
- package/esm2020/utils/interfaces/has-element-ref.interface.mjs +0 -2
- package/esm2020/utils/interfaces/keyboard-support-item.interface.mjs +0 -2
- package/esm2020/utils/interfaces/module-deprecation.interface.mjs +0 -2
- package/esm2020/utils/interfaces/require.interface.mjs +0 -2
- package/esm2020/utils/list-item/list-item-utils.mjs +0 -3
- package/esm2020/utils/mixins/apply-mixin.mjs +0 -11
- package/esm2020/utils/pipes/displayFn.pipe.mjs +0 -17
- package/esm2020/utils/pipes/filter-strings.pipe.mjs +0 -30
- package/esm2020/utils/pipes/is-compact.pipe.mjs +0 -16
- package/esm2020/utils/pipes/pipe.module.mjs +0 -55
- package/esm2020/utils/pipes/safe.pipe.mjs +0 -36
- package/esm2020/utils/pipes/search-highlight.pipe.mjs +0 -31
- package/esm2020/utils/pipes/truncate.pipe.mjs +0 -17
- package/esm2020/utils/pipes/two-digits.pipe.mjs +0 -22
- package/esm2020/utils/pipes/value-by-path.pipe.mjs +0 -16
- package/esm2020/utils/public_api.mjs +0 -74
- package/esm2020/utils/services/content-density.service.mjs +0 -34
- package/esm2020/utils/services/destroyed.service.mjs +0 -20
- package/esm2020/utils/services/focus-trap.service.mjs +0 -92
- package/esm2020/utils/services/keyboard-support/keyboard-support.service.mjs +0 -65
- package/esm2020/utils/services/local-storage.service.mjs +0 -38
- package/esm2020/utils/services/resize-observer.service.mjs +0 -88
- package/esm2020/utils/services/rtl.service.mjs +0 -29
- package/esm2020/utils/services/tabbable-element.service.mjs +0 -42
- package/esm2020/utils/services/themes.service.mjs +0 -133
- package/esm2020/utils/tokens/module-deprecations.token.mjs +0 -3
- package/esm2020/utils/utils.module.mjs +0 -21
- package/fundamental-ngx-core-v0.38.3-rc.3.tgz +0 -0
- package/shared/interfaces/form-states.d.ts +0 -1
- package/shared/interfaces/nullable.d.ts +0 -6
- package/shared/utils/form.d.ts +0 -3
- package/utils/abstract-fd-ngx-class.d.ts +0 -27
- package/utils/consts/error-messages.d.ts +0 -3
- package/utils/consts/index.d.ts +0 -4
- package/utils/consts/overflow-priority-score.d.ts +0 -2
- package/utils/consts/unicode-letters.regex.d.ts +0 -7
- package/utils/consts/unicode-numbers.regex.d.ts +0 -6
- package/utils/datatypes/color-accent.datatype.d.ts +0 -1
- package/utils/datatypes/hash.datatype.d.ts +0 -3
- package/utils/datatypes/index.d.ts +0 -3
- package/utils/datatypes/size.datatype.d.ts +0 -1
- package/utils/decorators/apply-css-class.decorator.d.ts +0 -10
- package/utils/decorators/apply-css-style.decorator.d.ts +0 -10
- package/utils/directives/auto-complete/auto-complete.directive.d.ts +0 -53
- package/utils/directives/auto-complete/auto-complete.module.d.ts +0 -8
- package/utils/directives/focus-key-manager/focus-key-manager-helpers.module.d.ts +0 -9
- package/utils/directives/focus-key-manager/focus-key-manager-item.directive.d.ts +0 -32
- package/utils/directives/focus-key-manager/focus-key-manager-list.directive.d.ts +0 -37
- package/utils/directives/focus-key-manager/focus-key-manager.tokens.d.ts +0 -3
- package/utils/directives/ignore-click-on-selection/ignore-click-on-selection.directive.d.ts +0 -17
- package/utils/directives/ignore-click-on-selection/ignore-click-on-selection.module.d.ts +0 -8
- package/utils/directives/ignore-click-on-selection/tokens.d.ts +0 -2
- package/utils/directives/initial-focus/initial-focus.directive.d.ts +0 -38
- package/utils/directives/initial-focus/initial-focus.module.d.ts +0 -8
- package/utils/directives/line-clamp/line-clamp.directive.d.ts +0 -92
- package/utils/directives/line-clamp/line-clamp.module.d.ts +0 -8
- package/utils/directives/only-digits/only-digits.directive.d.ts +0 -39
- package/utils/directives/only-digits/only-digits.module.d.ts +0 -8
- package/utils/directives/overflow-list/overflow-list-item.directive.d.ts +0 -9
- package/utils/directives/overflow-list/overflow-list.directive.d.ts +0 -57
- package/utils/directives/overflow-list/overflow-list.module.d.ts +0 -9
- package/utils/directives/repeat/repeat.directive.d.ts +0 -17
- package/utils/directives/repeat/repeat.module.d.ts +0 -8
- package/utils/directives/resize/resize-handle.directive.d.ts +0 -9
- package/utils/directives/resize/resize.directive.d.ts +0 -52
- package/utils/directives/resize/resize.module.d.ts +0 -9
- package/utils/directives/template/template.directive.d.ts +0 -13
- package/utils/directives/template/template.module.d.ts +0 -7
- package/utils/directives/truncate/truncate.directive.d.ts +0 -46
- package/utils/directives/truncate/truncate.module.d.ts +0 -8
- package/utils/drag-and-drop/dnd-item/dnd-item.directive.d.ts +0 -86
- package/utils/drag-and-drop/dnd-keyboard-group/dnd-keyboard-group.directive.d.ts +0 -32
- package/utils/drag-and-drop/dnd-keyboard-item/dnd-keyboard-item.directive.d.ts +0 -61
- package/utils/drag-and-drop/dnd-list/dnd-list.directive.d.ts +0 -65
- package/utils/drag-and-drop/dnd.interfaces.d.ts +0 -33
- package/utils/drag-and-drop/drag-and-drop.module.d.ts +0 -12
- package/utils/drag-and-drop/tokens.d.ts +0 -3
- package/utils/dynamic-component/dynamic-component-config.d.ts +0 -6
- package/utils/dynamic-component/dynamic-component-container.d.ts +0 -19
- package/utils/dynamic-component/dynamic-component-injector.d.ts +0 -20
- package/utils/dynamic-component/dynamic-component.service.d.ts +0 -46
- package/utils/functions/consumer-provider-factory.d.ts +0 -5
- package/utils/functions/element-size.d.ts +0 -12
- package/utils/functions/get-document-font-size.d.ts +0 -2
- package/utils/functions/index.d.ts +0 -12
- package/utils/functions/intersection-observable.d.ts +0 -8
- package/utils/functions/is-compact-density.d.ts +0 -7
- package/utils/functions/key-util.d.ts +0 -16
- package/utils/functions/module-deprecations-provider.d.ts +0 -5
- package/utils/functions/parser-file-size.d.ts +0 -2
- package/utils/functions/random-color-accent.d.ts +0 -3
- package/utils/functions/resize-observable.d.ts +0 -8
- package/utils/functions/scroll.d.ts +0 -7
- package/utils/functions/uuidv4-generator.d.ts +0 -2
- package/utils/helpers/range-selector.d.ts +0 -84
- package/utils/interfaces/content-density.d.ts +0 -1
- package/utils/interfaces/css-class-builder.interface.d.ts +0 -6
- package/utils/interfaces/css-style-builder.interface.d.ts +0 -5
- package/utils/interfaces/has-element-ref.interface.d.ts +0 -5
- package/utils/interfaces/keyboard-support-item.interface.d.ts +0 -6
- package/utils/interfaces/module-deprecation.interface.d.ts +0 -8
- package/utils/interfaces/require.interface.d.ts +0 -6
- package/utils/list-item/list-item-utils.d.ts +0 -5
- package/utils/mixins/apply-mixin.d.ts +0 -2
- package/utils/pipes/displayFn.pipe.d.ts +0 -8
- package/utils/pipes/filter-strings.pipe.d.ts +0 -16
- package/utils/pipes/is-compact.pipe.d.ts +0 -9
- package/utils/pipes/pipe.module.d.ts +0 -14
- package/utils/pipes/safe.pipe.d.ts +0 -12
- package/utils/pipes/search-highlight.pipe.d.ts +0 -8
- package/utils/pipes/truncate.pipe.d.ts +0 -8
- package/utils/pipes/two-digits.pipe.d.ts +0 -8
- package/utils/pipes/value-by-path.pipe.d.ts +0 -8
- package/utils/public_api.d.ts +0 -73
- package/utils/services/content-density.service.d.ts +0 -19
- package/utils/services/destroyed.service.d.ts +0 -11
- package/utils/services/focus-trap.service.d.ts +0 -43
- package/utils/services/keyboard-support/keyboard-support.service.d.ts +0 -31
- package/utils/services/local-storage.service.d.ts +0 -13
- package/utils/services/resize-observer.service.d.ts +0 -34
- package/utils/services/rtl.service.d.ts +0 -12
- package/utils/services/tabbable-element.service.d.ts +0 -12
- package/utils/services/themes.service.d.ts +0 -43
- package/utils/tokens/module-deprecations.token.d.ts +0 -3
- package/utils/utils.module.d.ts +0 -7
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ See [Component Documentation](https://sap.github.io/fundamental-ngx/docs/home) f
|
|
|
30
30
|
|
|
31
31
|
To download and use Fundamental Library for Angular, you will first need to install the [node package manager](https://www.npmjs.com/get-npm).
|
|
32
32
|
|
|
33
|
-
Fundamental Library for Angular is intended for use with Angular
|
|
33
|
+
Fundamental Library for Angular is intended for use with Angular 15 or newer.
|
|
34
34
|
|
|
35
35
|
Prior knowledge of Angular is recommended, to use the fundamental-ngx library.
|
|
36
36
|
|
|
@@ -116,7 +116,7 @@ If you encounter an issue, you can [create a ticket](https://github.com/SAP/fund
|
|
|
116
116
|
|
|
117
117
|
## <a name="7"></a>7. Contributing
|
|
118
118
|
|
|
119
|
-
If you want to contribute, please check the [CONTRIBUTING.md](https://github.com/SAP/fundamental-ngx/blob/main/CONTRIBUTING.md) documentation for contribution guidelines. Please follow the [Angular commit message guidelines](https://github.com/angular/angular/blob/
|
|
119
|
+
If you want to contribute, please check the [CONTRIBUTING.md](https://github.com/SAP/fundamental-ngx/blob/main/CONTRIBUTING.md) documentation for contribution guidelines. Please follow the [Angular commit message guidelines](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit).
|
|
120
120
|
|
|
121
121
|
Check out the [NEW_COMPONENT.md](https://github.com/SAP/fundamental-ngx/blob/main/NEW_COMPONENT.md) guide on building a new component for the library and creating the necessary documentation for your new component.
|
|
122
122
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { KeyboardSupportService } from '@fundamental-ngx/
|
|
3
|
-
import { Nullable } from '@fundamental-ngx/core/shared';
|
|
2
|
+
import { KeyboardSupportService, Nullable } from '@fundamental-ngx/cdk/utils';
|
|
4
3
|
import { ActionSheetItemComponent } from '../action-sheet-item/action-sheet-item.component';
|
|
5
4
|
import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import { KeyboardSupportItemInterface } from '@fundamental-ngx/
|
|
2
|
+
import { KeyboardSupportItemInterface } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import { ButtonComponent } from '@fundamental-ngx/core/button';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export interface ActionSheetClickEvent {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AfterContentInit, AfterViewInit, ChangeDetectorRef, ComponentRef, EventEmitter, OnDestroy, QueryList, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { DynamicComponentService, FocusEscapeDirection, KeyboardSupportService } from '@fundamental-ngx/
|
|
2
|
+
import { DynamicComponentService, FocusEscapeDirection, KeyboardSupportService } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import { Placement } from '@fundamental-ngx/core/shared';
|
|
4
4
|
import { PopoverComponent } from '@fundamental-ngx/core/popover';
|
|
5
5
|
import { ActionSheetMobileComponent } from './action-sheet-mobile/action-sheet-mobile.component';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TemplateRef, Type } from '@angular/core';
|
|
2
2
|
import { AlertConfig } from '../alert-utils/alert-config';
|
|
3
|
-
import { DynamicComponentService } from '@fundamental-ngx/
|
|
3
|
+
import { DynamicComponentService } from '@fundamental-ngx/cdk/utils';
|
|
4
4
|
import { AlertRef } from '../alert-utils/alert-ref';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
/**
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { DynamicComponentConfig } from '@fundamental-ngx/
|
|
2
|
-
import { Nullable } from '@fundamental-ngx/core/shared';
|
|
1
|
+
import { Nullable, DynamicComponentConfig } from '@fundamental-ngx/cdk/utils';
|
|
3
2
|
/**
|
|
4
3
|
* @deprecated
|
|
5
4
|
* Alert component is depricated since version 0.16.0
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { OnInit, ElementRef, ChangeDetectorRef, ComponentFactoryResolver, ComponentRef, Type, AfterViewInit, ViewContainerRef, TemplateRef, EmbeddedViewRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
-
import { AbstractFdNgxClass } from '@fundamental-ngx/
|
|
3
|
-
import { Nullable } from '@fundamental-ngx/core/shared';
|
|
2
|
+
import { AbstractFdNgxClass, Nullable } from '@fundamental-ngx/cdk/utils';
|
|
4
3
|
import { AlertRef } from './alert-utils/alert-ref';
|
|
5
4
|
import { AlertConfig } from './alert-utils/alert-config';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnInit } from '@angular/core';
|
|
2
|
-
import { ColorAccent, Size, CssClassBuilder } from '@fundamental-ngx/
|
|
3
|
-
import { Nullable } from '@fundamental-ngx/
|
|
2
|
+
import { ColorAccent, Size, CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
|
+
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class AvatarComponent implements OnChanges, OnInit, CssClassBuilder, OnChanges {
|
|
6
6
|
private _elementRef;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, OnChanges, OnDestroy, OnInit, QueryList } from '@angular/core';
|
|
2
2
|
import { ViewportRuler } from '@angular/cdk/overlay';
|
|
3
|
-
import { Nullable } from '@fundamental-ngx/
|
|
4
|
-
import { ColorAccent, RtlService, Size } from '@fundamental-ngx/
|
|
3
|
+
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
4
|
+
import { ColorAccent, RtlService, Size } from '@fundamental-ngx/cdk/utils';
|
|
5
5
|
import { AvatarGroupItemDirective } from './directives/avatar-group-item.directive';
|
|
6
6
|
import { AvatarGroupInterface } from './avatar-group.interface';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { FocusableOption } from '@angular/cdk/a11y';
|
|
3
|
-
import { HasElementRef } from '@fundamental-ngx/
|
|
3
|
+
import { HasElementRef } from '@fundamental-ngx/cdk/utils';
|
|
4
4
|
import { AvatarGroupInterface } from '../avatar-group.interface';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class AvatarGroupFocusableAvatarDirective implements FocusableOption, HasElementRef {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AfterViewInit, OnDestroy, QueryList } from '@angular/core';
|
|
2
2
|
import { FocusableOption } from '@angular/cdk/a11y';
|
|
3
|
-
import { HasElementRef, RtlService } from '@fundamental-ngx/
|
|
3
|
+
import { HasElementRef, RtlService } from '@fundamental-ngx/cdk/utils';
|
|
4
4
|
import { FocusableWithElementRef } from '../tokens';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class AvatarGroupOverflowBodyDirective implements AfterViewInit, OnDestroy {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ElementRef, OnChanges, OnInit } from '@angular/core';
|
|
2
|
-
import { Size } from '@fundamental-ngx/
|
|
3
|
-
import { CssClassBuilder } from '@fundamental-ngx/
|
|
2
|
+
import { Size } from '@fundamental-ngx/cdk/utils';
|
|
3
|
+
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
4
4
|
import { AvatarGroupOverflowButtonColor } from '../avatar-group.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class AvatarGroupOverflowButtonDirective implements OnInit, OnChanges, CssClassBuilder {
|
package/avatar-group/tokens.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { InjectionToken } from '@angular/core';
|
|
2
2
|
import { FocusableOption } from '@angular/cdk/a11y';
|
|
3
|
-
import { HasElementRef } from '@fundamental-ngx/
|
|
3
|
+
import { HasElementRef } from '@fundamental-ngx/cdk/utils';
|
|
4
4
|
import { AvatarGroupInterface } from './avatar-group.interface';
|
|
5
5
|
export declare type FocusableWithElementRef = FocusableOption & HasElementRef;
|
|
6
6
|
export declare const AVATAR_GROUP_FOCUSABLE_AVATAR_DIRECTIVE: InjectionToken<FocusableWithElementRef>;
|
package/bar/bar.component.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ElementRef, OnChanges, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { CssClassBuilder } from '@fundamental-ngx/
|
|
2
|
+
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare type SizeType = '' | 's' | 'm_l' | 'xl';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
2
2
|
import { BaseButton, ButtonComponent, ButtonType } from '@fundamental-ngx/core/button';
|
|
3
|
-
import { Nullable } from '@fundamental-ngx/
|
|
3
|
+
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ButtonBarComponent extends BaseButton implements OnDestroy {
|
|
6
6
|
private _cdRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnInit, QueryList } from '@angular/core';
|
|
2
|
-
import { DestroyedService, RtlService } from '@fundamental-ngx/
|
|
2
|
+
import { DestroyedService, RtlService } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import { BehaviorSubject } from 'rxjs';
|
|
4
4
|
import { Placement } from '@fundamental-ngx/core/shared';
|
|
5
5
|
import { BreadcrumbItemComponent } from './breadcrumb-item.component';
|
|
@@ -8,7 +8,7 @@ import * as i6 from "@fundamental-ngx/core/popover";
|
|
|
8
8
|
import * as i7 from "@fundamental-ngx/core/menu";
|
|
9
9
|
import * as i8 from "@fundamental-ngx/core/link";
|
|
10
10
|
import * as i9 from "@angular/cdk/portal";
|
|
11
|
-
import * as i10 from "@fundamental-ngx/
|
|
11
|
+
import * as i10 from "@fundamental-ngx/cdk/utils";
|
|
12
12
|
import * as i11 from "@fundamental-ngx/core/content-density";
|
|
13
13
|
import * as i12 from "@fundamental-ngx/core/overflow-layout";
|
|
14
14
|
import * as i13 from "@fundamental-ngx/core/button";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { Nullable } from '@fundamental-ngx/
|
|
2
|
+
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare type BusyIndicatorSize = 's' | 'm' | 'l';
|
|
5
5
|
export declare class BusyIndicatorComponent {
|
package/button/base-button.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { Nullable } from '@fundamental-ngx/
|
|
2
|
+
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare type GlyphPosition = 'before' | 'after';
|
|
5
5
|
export declare type ButtonType = '' | 'standard' | 'positive' | 'negative' | 'attention' | 'half' | 'ghost' | 'transparent' | 'emphasized' | 'menu';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, OnChanges, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { BaseButton } from './base-button';
|
|
3
|
-
import { CssClassBuilder } from '@fundamental-ngx/
|
|
3
|
+
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
4
4
|
import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { DateTimeFormats, DatetimeAdapter } from '@fundamental-ngx/core/datetime';
|
|
3
|
-
import { SpecialDayRule
|
|
3
|
+
import { SpecialDayRule } from '@fundamental-ngx/core/shared';
|
|
4
4
|
import { DateRange } from '../../models/date-range';
|
|
5
5
|
import { CalendarCurrent } from '../../models/calendar-current';
|
|
6
6
|
import { CalendarDay } from '../../models/calendar-day';
|
|
@@ -8,6 +8,7 @@ import { CalendarType, DaysOfWeek } from '../../types';
|
|
|
8
8
|
import { CalendarService } from '../../calendar.service';
|
|
9
9
|
import { CalendarI18nLabels } from '../../i18n/calendar-i18n-labels';
|
|
10
10
|
import { DisableDateFunction, EscapeFocusFunction, FocusableCalendarView } from '../../models/common';
|
|
11
|
+
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
11
12
|
import * as i0 from "@angular/core";
|
|
12
13
|
/** Component representing the day view of the calendar. */
|
|
13
14
|
export declare class CalendarDayViewComponent<D> implements OnInit, OnChanges, OnDestroy, FocusableCalendarView {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor, Validator } from '@angular/forms';
|
|
3
3
|
import { DatetimeAdapter, DateTimeFormats } from '@fundamental-ngx/core/datetime';
|
|
4
|
-
import {
|
|
4
|
+
import { SpecialDayRule } from '@fundamental-ngx/core/shared';
|
|
5
5
|
import { DateRange } from './models/date-range';
|
|
6
6
|
import { CalendarCurrent } from './models/calendar-current';
|
|
7
7
|
import { CalendarYearGrid } from './models/calendar-year-grid';
|
|
@@ -14,6 +14,7 @@ import { CalendarAggregatedYearViewComponent } from './calendar-views/calendar-a
|
|
|
14
14
|
import { DisableDateFunction, EscapeFocusFunction } from './models/common';
|
|
15
15
|
import { CalendarType, DaysOfWeek, FdCalendarView, NavigationButtonDisableFunction } from './types';
|
|
16
16
|
import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
17
|
+
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
17
18
|
import * as i0 from "@angular/core";
|
|
18
19
|
/**
|
|
19
20
|
* Months: 1 = January, 12 = december.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Subject } from 'rxjs';
|
|
2
|
-
import { RtlService } from '@fundamental-ngx/
|
|
2
|
+
import { RtlService } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import { EscapeFocusFunction } from './models/common';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class CalendarService {
|
package/calendar/types.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit, ElementRef } from '@angular/core';
|
|
2
|
-
import { CssClassBuilder } from '@fundamental-ngx/
|
|
2
|
+
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardContentComponent implements OnInit, CssClassBuilder {
|
|
5
5
|
private _elementRef;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnInit, ElementRef, OnChanges } from '@angular/core';
|
|
2
2
|
import { ObjectStatus } from '@fundamental-ngx/core/object-status';
|
|
3
|
-
import { CssClassBuilder } from '@fundamental-ngx/
|
|
3
|
+
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class CardCounterDirective implements OnInit, OnChanges, CssClassBuilder {
|
|
6
6
|
private _elementRef;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OnInit, AfterContentInit, ElementRef, Renderer2, OnChanges } from '@angular/core';
|
|
2
2
|
import { AvatarComponent } from '@fundamental-ngx/core/avatar';
|
|
3
3
|
import { CardSubtitleDirective } from './card-subtitle.directive';
|
|
4
|
-
import { CssClassBuilder } from '@fundamental-ngx/
|
|
4
|
+
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CardHeaderComponent implements OnInit, OnChanges, CssClassBuilder, AfterContentInit {
|
|
7
7
|
private _elementRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit, ElementRef } from '@angular/core';
|
|
2
|
-
import { CssClassBuilder } from '@fundamental-ngx/
|
|
2
|
+
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardLoaderComponent implements OnInit, CssClassBuilder {
|
|
5
5
|
private _elementRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit, ElementRef } from '@angular/core';
|
|
2
|
-
import { CssClassBuilder } from '@fundamental-ngx/
|
|
2
|
+
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardSecondSubtitleDirective implements OnInit, CssClassBuilder {
|
|
5
5
|
private _elementRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit, ElementRef } from '@angular/core';
|
|
2
|
-
import { CssClassBuilder } from '@fundamental-ngx/
|
|
2
|
+
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardSubtitleDirective implements OnInit, CssClassBuilder {
|
|
5
5
|
private _elementRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit, ElementRef } from '@angular/core';
|
|
2
|
-
import { CssClassBuilder } from '@fundamental-ngx/
|
|
2
|
+
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardTitleDirective implements OnInit, CssClassBuilder {
|
|
5
5
|
private _elementRef;
|
package/card/card.component.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ElementRef, OnChanges, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { CssClassBuilder } from '@fundamental-ngx/
|
|
2
|
+
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import { CardType } from './constants';
|
|
4
4
|
import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit, ElementRef } from '@angular/core';
|
|
2
|
-
import { CssClassBuilder } from '@fundamental-ngx/
|
|
2
|
+
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardKpiAnalyticsContentDirective implements OnInit, CssClassBuilder {
|
|
5
5
|
private _elementRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit, ElementRef } from '@angular/core';
|
|
2
|
-
import { CssClassBuilder } from '@fundamental-ngx/
|
|
2
|
+
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardKpiAnalyticsLabelDirective implements OnInit, CssClassBuilder {
|
|
5
5
|
private _elementRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit, ElementRef } from '@angular/core';
|
|
2
|
-
import { CssClassBuilder } from '@fundamental-ngx/
|
|
2
|
+
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardKpiAnalyticsDirective implements OnInit, CssClassBuilder {
|
|
5
5
|
private _elementRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit, ElementRef } from '@angular/core';
|
|
2
|
-
import { CssClassBuilder } from '@fundamental-ngx/
|
|
2
|
+
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardKpiHeaderComponent implements OnInit, CssClassBuilder {
|
|
5
5
|
private _elementRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit, ElementRef } from '@angular/core';
|
|
2
|
-
import { CssClassBuilder } from '@fundamental-ngx/
|
|
2
|
+
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardKpiScaleIconDirective implements OnInit, CssClassBuilder {
|
|
5
5
|
private _elementRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit, ElementRef } from '@angular/core';
|
|
2
|
-
import { CssClassBuilder } from '@fundamental-ngx/
|
|
2
|
+
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CardKpiScaleTextDirective implements OnInit, CssClassBuilder {
|
|
5
5
|
private _elementRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit, ElementRef } from '@angular/core';
|
|
2
|
-
import { CssClassBuilder } from '@fundamental-ngx/
|
|
2
|
+
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare type KpiStatus = 'positive' | 'negative' | 'critical' | 'informative';
|
|
5
5
|
export declare class CardKpiValueDirective implements OnInit, CssClassBuilder {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { CarouselItemInterface } from '../carousel.service';
|
|
3
|
-
import { Nullable } from '@fundamental-ngx/
|
|
3
|
+
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare type Visibility = 'visible' | 'hidden';
|
|
6
6
|
export declare class CarouselItemComponent implements CarouselItemInterface {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AfterContentInit, AfterViewChecked, AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy, OnInit, QueryList, Renderer2 } from '@angular/core';
|
|
2
2
|
import { Direction } from '@angular/cdk/bidi';
|
|
3
|
-
import { RtlService } from '@fundamental-ngx/
|
|
3
|
+
import { RtlService } from '@fundamental-ngx/cdk/utils';
|
|
4
4
|
import { CarouselItemComponent } from './carousel-item/carousel-item.component';
|
|
5
5
|
import { FdCarouselResourceStrings } from './i18n/carousel-resources';
|
|
6
6
|
import { CarouselService } from './carousel.service';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, OnDestroy, QueryList } from '@angular/core';
|
|
2
|
-
import { Nullable } from '@fundamental-ngx/
|
|
2
|
+
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare const DEFAULT_TRANSITION_DURATION = "150ms";
|
|
5
5
|
export interface CarouselItemInterface {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, Renderer2 } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { FdCheckboxValues } from './fd-checkbox-values.interface';
|
|
4
|
-
import { ListItemInterface } from '@fundamental-ngx/
|
|
5
|
-
import { FormStates
|
|
4
|
+
import { ListItemInterface, Nullable } from '@fundamental-ngx/cdk/utils';
|
|
5
|
+
import { FormStates } from '@fundamental-ngx/cdk/forms';
|
|
6
6
|
import { FormItemControl } from '@fundamental-ngx/core/form';
|
|
7
7
|
import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, Injector, OnChanges, OnDestroy, OnInit, QueryList, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { ListComponent, ListMessageDirective } from '@fundamental-ngx/core/list';
|
|
4
|
-
import { AutoCompleteEvent, DynamicComponentService, FocusEscapeDirection } from '@fundamental-ngx/
|
|
4
|
+
import { AutoCompleteEvent, DynamicComponentService, FocusEscapeDirection, Nullable } from '@fundamental-ngx/cdk/utils';
|
|
5
5
|
import { FormItemControl } from '@fundamental-ngx/core/form';
|
|
6
|
-
import {
|
|
6
|
+
import { PopoverFillMode } from '@fundamental-ngx/core/shared';
|
|
7
7
|
import { PopoverComponent } from '@fundamental-ngx/core/popover';
|
|
8
8
|
import { InputGroupComponent } from '@fundamental-ngx/core/input-group';
|
|
9
9
|
import { MobileModeConfig } from '@fundamental-ngx/core/mobile-mode';
|
|
@@ -12,6 +12,7 @@ import { ComboboxItem } from './combobox-item';
|
|
|
12
12
|
import { GroupFunction } from './list-group.pipe';
|
|
13
13
|
import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
14
14
|
import { Overlay, RepositionScrollStrategy } from '@angular/cdk/overlay';
|
|
15
|
+
import { FormStates } from '@fundamental-ngx/cdk/forms';
|
|
15
16
|
import * as i0 from "@angular/core";
|
|
16
17
|
/**
|
|
17
18
|
* Allows users to filter through results and select a value.
|
|
@@ -6,7 +6,7 @@ import * as i4 from "@angular/common";
|
|
|
6
6
|
import * as i5 from "@fundamental-ngx/core/popover";
|
|
7
7
|
import * as i6 from "@angular/forms";
|
|
8
8
|
import * as i7 from "@fundamental-ngx/core/menu";
|
|
9
|
-
import * as i8 from "@fundamental-ngx/
|
|
9
|
+
import * as i8 from "@fundamental-ngx/cdk/utils";
|
|
10
10
|
import * as i9 from "@fundamental-ngx/core/button";
|
|
11
11
|
import * as i10 from "@fundamental-ngx/core/input-group";
|
|
12
12
|
import * as i11 from "@fundamental-ngx/core/list";
|
|
@@ -2,7 +2,7 @@ import { OnDestroy } from '@angular/core';
|
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
3
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
4
4
|
import { ContentDensityMode } from '../types/content-density.mode';
|
|
5
|
-
import { ModuleDeprecation } from '@fundamental-ngx/
|
|
5
|
+
import { ModuleDeprecation } from '@fundamental-ngx/cdk/utils';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Directive decorator is only for allowing @Input
|
|
@@ -2,7 +2,7 @@ import { OnDestroy } from '@angular/core';
|
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
3
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
4
4
|
import { ContentDensityMode } from '../types/content-density.mode';
|
|
5
|
-
import { ModuleDeprecation } from '@fundamental-ngx/
|
|
5
|
+
import { ModuleDeprecation } from '@fundamental-ngx/cdk/utils';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Directive decorator is only for allowing @Input
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
3
|
import { ContentDensityMode } from '../types/content-density.mode';
|
|
4
|
-
import { ModuleDeprecation } from '@fundamental-ngx/
|
|
4
|
+
import { ModuleDeprecation } from '@fundamental-ngx/cdk/utils';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
/**
|
|
7
7
|
* Directive decorator is only for allowing @Input
|
|
@@ -2,7 +2,7 @@ import { OnDestroy } from '@angular/core';
|
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
3
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
4
4
|
import { ContentDensityMode } from '../types/content-density.mode';
|
|
5
|
-
import { ModuleDeprecation } from '@fundamental-ngx/
|
|
5
|
+
import { ModuleDeprecation } from '@fundamental-ngx/cdk/utils';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Directive decorator is only for allowing @Input
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Provider } from '@angular/core';
|
|
2
|
-
import { HasElementRef } from '@fundamental-ngx/
|
|
2
|
+
import { HasElementRef } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import { ContentDensityObserverSettings } from './classes/content-density-observer.settings';
|
|
4
4
|
import { ContentDensityMode } from './types/content-density.mode';
|
|
5
5
|
export declare const ContentDensityGlobalKeyword = "global";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LocalStorageService } from '@fundamental-ngx/
|
|
1
|
+
import { LocalStorageService } from '@fundamental-ngx/cdk/utils';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { ContentDensityStorage } from '../classes/abstract-content-density-storage';
|
|
4
4
|
import { ContentDensityMode } from '../types/content-density.mode';
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor, Validator } from '@angular/forms';
|
|
3
|
-
import {
|
|
3
|
+
import { Placement, SpecialDayRule } from '@fundamental-ngx/core/shared';
|
|
4
4
|
import { CalendarComponent, CalendarType, CalendarYearGrid, DateRange, DaysOfWeek, FdCalendarView, NavigationButtonDisableFunction } from '@fundamental-ngx/core/calendar';
|
|
5
5
|
import { DatetimeAdapter, DateTimeFormats } from '@fundamental-ngx/core/datetime';
|
|
6
6
|
import { FormItemControl, PopoverFormMessageService } from '@fundamental-ngx/core/form';
|
|
7
|
+
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
8
|
+
import { FormStates } from '@fundamental-ngx/cdk/forms';
|
|
7
9
|
import * as i0 from "@angular/core";
|
|
8
10
|
/**
|
|
9
11
|
* The datetime picker component is an opinionated composition of the fd-popover and
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { Nullable } from '@fundamental-ngx/
|
|
2
|
+
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
/**
|
|
4
4
|
* Datetime Adapter is an abstract class that must be implemented by each adapter.
|
|
5
5
|
* It's used to encapsulate a date/time manipulations as result
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor, Validator } from '@angular/forms';
|
|
3
|
-
import {
|
|
3
|
+
import { Placement, SpecialDayRule } from '@fundamental-ngx/core/shared';
|
|
4
4
|
import { DatetimeAdapter, DateTimeFormats } from '@fundamental-ngx/core/datetime';
|
|
5
5
|
import { CalendarComponent, CalendarYearGrid, DaysOfWeek, FdCalendarView } from '@fundamental-ngx/core/calendar';
|
|
6
6
|
import { FormItemControl, PopoverFormMessageService } from '@fundamental-ngx/core/form';
|
|
7
|
+
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
8
|
+
import { FormStates } from '@fundamental-ngx/cdk/forms';
|
|
7
9
|
import * as i0 from "@angular/core";
|
|
8
10
|
/**
|
|
9
11
|
* The datetime picker component is an opinionated composition of the fd-popover,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
|
-
import { RtlService, FocusTrapService } from '@fundamental-ngx/
|
|
3
|
+
import { RtlService, FocusTrapService } from '@fundamental-ngx/cdk/utils';
|
|
4
4
|
import { DialogConfigBase } from './dialog-config-base.class';
|
|
5
5
|
import { DialogRefBase } from './dialog-ref-base.class';
|
|
6
6
|
import { DialogSize } from '../utils/dialog-width-to-size';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentRef } from '@angular/core';
|
|
2
|
-
import { DynamicComponentService } from '@fundamental-ngx/
|
|
2
|
+
import { DynamicComponentService } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import { DialogConfig } from '../utils/dialog-config.class';
|
|
4
4
|
import { DialogConfigBase } from './dialog-config-base.class';
|
|
5
5
|
import { DialogRefBase } from './dialog-ref-base.class';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DynamicComponentConfig } from '@fundamental-ngx/
|
|
2
|
-
import { Nullable } from '@fundamental-ngx/
|
|
1
|
+
import { DynamicComponentConfig } from '@fundamental-ngx/cdk/utils';
|
|
2
|
+
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import { DialogPosition } from '../utils/dialog-position.class';
|
|
4
4
|
export declare class DialogConfigBase<T> implements DynamicComponentConfig {
|
|
5
5
|
/** Id for the dialog component. If omitted, a unique one is generated. */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AfterContentInit, QueryList, TemplateRef } from '@angular/core';
|
|
2
|
-
import { TemplateDirective } from '@fundamental-ngx/
|
|
2
|
+
import { TemplateDirective } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import { ButtonBarComponent } from '@fundamental-ngx/core/bar';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare abstract class DialogFooterBase implements AfterContentInit {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AfterContentInit, ChangeDetectorRef, QueryList, TemplateRef } from '@angular/core';
|
|
2
|
-
import { TemplateDirective } from '@fundamental-ngx/
|
|
2
|
+
import { TemplateDirective } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import { TitleComponent } from '@fundamental-ngx/core/title';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare abstract class DialogHeaderBase implements AfterContentInit {
|