@fundamental-ngx/core 0.36.3-rc.7 → 0.36.3-rc.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/action-bar/action-bar-description/action-bar-description.directive.d.ts +1 -0
- package/action-sheet/action-sheet-body/action-sheet-body.component.d.ts +1 -0
- package/action-sheet/action-sheet.component.d.ts +1 -0
- package/action-sheet/deprecated-action-sheet-compact.directive.d.ts +1 -0
- package/alert/alert-service/alert.service.d.ts +4 -0
- package/alert/alert-utils/alert-ref.d.ts +1 -0
- package/alert/alert.component.d.ts +4 -0
- package/avatar/avatar.component.d.ts +2 -1
- package/avatar-group/directives/avatar-group-focusable-avatar.directive.d.ts +1 -0
- package/bar/bar.component.d.ts +3 -1
- package/bar/button-bar/button-bar.component.d.ts +4 -1
- package/bar/deprecated-bar-button-content-density.directive.d.ts +1 -0
- package/bar/deprecated-bar-content-density.directive.d.ts +1 -0
- package/breadcrumb/breadcrumb.component.d.ts +1 -0
- package/breadcrumb/deprecated-breadcrumbs-compact.directive.d.ts +1 -0
- package/button/base-button.d.ts +3 -3
- package/button/button.component.d.ts +4 -1
- package/button/deprecated-button-content-density.directive.d.ts +1 -0
- package/calendar/calendar-errors.d.ts +1 -0
- package/calendar/calendar-header/calendar-header.component.d.ts +2 -0
- package/calendar/calendar-views/calendar-month-view/calendar-month-view.component.d.ts +1 -0
- package/calendar/calendar.component.d.ts +3 -0
- package/calendar/calendar.service.d.ts +3 -0
- package/calendar/deprecated-calendar-content-density.directive.d.ts +1 -0
- package/calendar/models/date-range.d.ts +5 -0
- package/card/card-footer-action-item.directive.d.ts +1 -0
- package/card/card-footer.component.d.ts +1 -0
- package/card/card-header.component.d.ts +1 -0
- package/card/deprecated-card-content-density.directive.d.ts +1 -0
- package/carousel/carousel.directive.d.ts +3 -0
- package/carousel/carousel.service.d.ts +2 -3
- package/checkbox/checkbox/checkbox.component.d.ts +1 -1
- package/checkbox/deprecated-checkbox-content-density.directive.d.ts +1 -0
- package/combobox/combobox-mobile/combobox-mobile.component.d.ts +3 -0
- package/combobox/combobox.component.d.ts +3 -3
- package/combobox/deprecated-combobox-content-density.directive.d.ts +1 -0
- package/combobox/list-group.pipe.d.ts +1 -0
- package/content-density/classes/content-density-observer.settings.d.ts +4 -0
- package/content-density/classes/deprecated-compact.directive.d.ts +4 -0
- package/content-density/classes/deprecated-condensed.directive.d.ts +5 -0
- package/content-density/classes/deprecated-content-density.directive.d.ts +6 -0
- package/content-density/classes/deprecated-cozy.directive.d.ts +5 -0
- package/content-density/content-density.module.d.ts +1 -0
- package/content-density/helpers/content-density-change-callback-factory.d.ts +1 -0
- package/content-density/providers/local-content-density-storage.d.ts +5 -0
- package/content-density/providers/memory-content-density-storage.d.ts +4 -0
- package/content-density/providers/url-content-density-storage.d.ts +6 -0
- package/content-density/services/content-density-observer.service.d.ts +6 -0
- package/content-density/services/deprecated-content-density.service.d.ts +1 -0
- package/content-density/testing/mocked-local-content-density-directive.d.ts +1 -0
- package/date-picker/deprecated-date-picker-compact.directive.d.ts +1 -0
- package/date-picker/errors.d.ts +1 -0
- package/datetime/datetime-format.pipes.d.ts +6 -0
- package/datetime/fd-date.utils.d.ts +2 -0
- package/datetime/fd-datetime-adapter.d.ts +42 -0
- package/datetime-picker/datetime-picker.component.d.ts +1 -0
- package/datetime-picker/deprecated-date-time-picker-content-density.directive.d.ts +1 -0
- package/datetime-picker/errors.d.ts +1 -0
- package/dialog/utils/dialog-ref.class.d.ts +2 -0
- package/dynamic-page/deprecated-dynamic-page-compact.directive.d.ts +1 -0
- package/dynamic-page/dynamic-page-header/actions/dynamic-page-base-actions.d.ts +1 -0
- package/dynamic-page/dynamic-page-header/actions/dynamic-page-layout-actions.component.d.ts +2 -0
- package/dynamic-page/dynamic-page-header/header/dynamic-page-header.component.d.ts +1 -0
- package/dynamic-page/dynamic-page-header/subheader/dynamic-page-subheader.component.d.ts +1 -0
- package/dynamic-page/dynamic-page-wrapper.directive.d.ts +1 -0
- package/dynamic-page/dynamic-page.component.d.ts +1 -0
- package/esm2020/action-bar/action-bar-description/action-bar-description.directive.mjs +2 -4
- package/esm2020/action-sheet/action-sheet-body/action-sheet-body.component.mjs +1 -1
- package/esm2020/action-sheet/action-sheet.component.mjs +2 -1
- package/esm2020/action-sheet/deprecated-action-sheet-compact.directive.mjs +2 -1
- package/esm2020/alert/alert-service/alert.service.mjs +4 -1
- package/esm2020/alert/alert-utils/alert-ref.mjs +2 -1
- package/esm2020/alert/alert.component.mjs +5 -1
- package/esm2020/avatar/avatar.component.mjs +4 -8
- package/esm2020/avatar-group/directives/avatar-group-focusable-avatar.directive.mjs +2 -1
- package/esm2020/bar/bar.component.mjs +5 -8
- package/esm2020/bar/button-bar/button-bar.component.mjs +6 -4
- package/esm2020/bar/deprecated-bar-button-content-density.directive.mjs +2 -1
- package/esm2020/bar/deprecated-bar-content-density.directive.mjs +2 -1
- package/esm2020/breadcrumb/breadcrumb.component.mjs +1 -1
- package/esm2020/breadcrumb/deprecated-breadcrumbs-compact.directive.mjs +2 -1
- package/esm2020/button/base-button.mjs +10 -10
- package/esm2020/button/button.component.mjs +6 -8
- package/esm2020/button/deprecated-button-content-density.directive.mjs +2 -1
- package/esm2020/calendar/calendar-errors.mjs +2 -1
- package/esm2020/calendar/calendar-header/calendar-header.component.mjs +3 -1
- package/esm2020/calendar/calendar-views/calendar-month-view/calendar-month-view.component.mjs +2 -1
- package/esm2020/calendar/calendar.component.mjs +4 -1
- package/esm2020/calendar/calendar.service.mjs +4 -1
- package/esm2020/calendar/deprecated-calendar-content-density.directive.mjs +2 -1
- package/esm2020/calendar/models/date-range.mjs +6 -1
- package/esm2020/card/card-content.component.mjs +2 -4
- package/esm2020/card/card-counter.directive.mjs +2 -4
- package/esm2020/card/card-footer-action-item.directive.mjs +2 -1
- package/esm2020/card/card-footer.component.mjs +2 -1
- package/esm2020/card/card-header.component.mjs +3 -4
- package/esm2020/card/card-loader.component.mjs +2 -4
- package/esm2020/card/card-second-subtitle.directive.mjs +2 -4
- package/esm2020/card/card-subtitle.directive.mjs +2 -4
- package/esm2020/card/card-title.directive.mjs +2 -4
- package/esm2020/card/card.component.mjs +2 -4
- package/esm2020/card/deprecated-card-content-density.directive.mjs +2 -1
- package/esm2020/card/kpi/card-kpi-analytics-content.directive.mjs +2 -4
- package/esm2020/card/kpi/card-kpi-analytics-label.directive.mjs +2 -4
- package/esm2020/card/kpi/card-kpi-analytics.directive.mjs +2 -4
- package/esm2020/card/kpi/card-kpi-header.component.mjs +2 -4
- package/esm2020/card/kpi/card-kpi-scale-icon.directive.mjs +2 -4
- package/esm2020/card/kpi/card-kpi-scale-text.directive.mjs +2 -4
- package/esm2020/card/kpi/card-kpi-value.directive.mjs +2 -4
- package/esm2020/carousel/carousel.directive.mjs +4 -1
- package/esm2020/carousel/carousel.service.mjs +5 -6
- package/esm2020/checkbox/checkbox/checkbox.component.mjs +4 -4
- package/esm2020/checkbox/deprecated-checkbox-content-density.directive.mjs +2 -1
- package/esm2020/combobox/combobox-mobile/combobox-mobile.component.mjs +4 -1
- package/esm2020/combobox/combobox.component.mjs +6 -6
- package/esm2020/combobox/deprecated-combobox-content-density.directive.mjs +2 -1
- package/esm2020/combobox/list-group.pipe.mjs +2 -1
- package/esm2020/content-density/classes/content-density-observer.settings.mjs +1 -1
- package/esm2020/content-density/classes/deprecated-compact.directive.mjs +4 -1
- package/esm2020/content-density/classes/deprecated-condensed.directive.mjs +5 -1
- package/esm2020/content-density/classes/deprecated-content-density.directive.mjs +6 -1
- package/esm2020/content-density/classes/deprecated-cozy.directive.mjs +5 -1
- package/esm2020/content-density/content-density.module.mjs +2 -1
- package/esm2020/content-density/helpers/content-density-change-callback-factory.mjs +2 -1
- package/esm2020/content-density/providers/local-content-density-storage.mjs +6 -1
- package/esm2020/content-density/providers/memory-content-density-storage.mjs +4 -1
- package/esm2020/content-density/providers/url-content-density-storage.mjs +6 -1
- package/esm2020/content-density/services/content-density-observer.service.mjs +3 -1
- package/esm2020/content-density/services/deprecated-content-density.service.mjs +2 -1
- package/esm2020/content-density/testing/mocked-local-content-density-directive.mjs +2 -1
- package/esm2020/date-picker/deprecated-date-picker-compact.directive.mjs +2 -1
- package/esm2020/date-picker/errors.mjs +2 -1
- package/esm2020/datetime/datetime-format.pipes.mjs +7 -1
- package/esm2020/datetime/fd-date.mjs +2 -1
- package/esm2020/datetime/fd-date.utils.mjs +3 -1
- package/esm2020/datetime/fd-datetime-adapter.mjs +42 -1
- package/esm2020/datetime-picker/datetime-picker.component.mjs +2 -1
- package/esm2020/datetime-picker/deprecated-date-time-picker-content-density.directive.mjs +2 -1
- package/esm2020/datetime-picker/errors.mjs +2 -1
- package/esm2020/dialog/utils/dialog-ref.class.mjs +3 -1
- package/esm2020/dynamic-page/deprecated-dynamic-page-compact.directive.mjs +2 -1
- package/esm2020/dynamic-page/dynamic-page-header/actions/dynamic-page-base-actions.mjs +2 -1
- package/esm2020/dynamic-page/dynamic-page-header/actions/dynamic-page-layout-actions.component.mjs +2 -1
- package/esm2020/dynamic-page/dynamic-page-header/header/dynamic-page-header.component.mjs +1 -1
- package/esm2020/dynamic-page/dynamic-page-header/subheader/dynamic-page-subheader.component.mjs +2 -1
- package/esm2020/dynamic-page/dynamic-page-wrapper.directive.mjs +2 -1
- package/esm2020/dynamic-page/dynamic-page.component.mjs +2 -1
- package/esm2020/facets/content/facet-content.component.mjs +2 -1
- package/esm2020/feed-input/directives/feed-input-avatar.directive.mjs +2 -1
- package/esm2020/feed-input/directives/feed-input-button.directive.mjs +2 -1
- package/esm2020/feed-list-item/components/item/feed-list-item.component.mjs +7 -8
- package/esm2020/feed-list-item/components/list/feed-list.component.mjs +4 -8
- package/esm2020/feed-list-item/directives/byline.directive.mjs +2 -1
- package/esm2020/file-uploader/deprecated-file-uploader-content-density.directive.mjs +2 -1
- package/esm2020/file-uploader/directives/file-uploader-dragndrop.directive.mjs +3 -1
- package/esm2020/file-uploader/file-uploader.component.mjs +5 -1
- package/esm2020/file-uploader/file-uploader.service.mjs +2 -1
- package/esm2020/fixed-card-layout/fixed-card-layout-item/fixed-card-layout-item.component.mjs +2 -1
- package/esm2020/flexible-column-layout/flexible-column-layout.component.mjs +2 -1
- package/esm2020/form/form-control/deprecated-form-control-content-density.directive.mjs +2 -1
- package/esm2020/form/form-control/form-control.component.mjs +4 -8
- package/esm2020/form/form-control/input-form-control.directive.mjs +2 -1
- package/esm2020/form/form-control/textarea-form-control.directive.mjs +2 -1
- package/esm2020/form/form-group/form-group.component.mjs +2 -1
- package/esm2020/form/form-input-message-group/form-input-message-group.component.mjs +4 -4
- package/esm2020/form/form-item/form-item.component.mjs +2 -1
- package/esm2020/form/form-message/constants.mjs +2 -1
- package/esm2020/form/form-message/form-message.component.mjs +2 -1
- package/esm2020/form/form-message/popover-form-message.service.mjs +2 -1
- package/esm2020/formatted-text/utils/html-sanitizer.mjs +19 -1
- package/esm2020/grid-list/components/grid-list/grid-list.component.mjs +2 -1
- package/esm2020/grid-list/components/grid-list-item/grid-list-item.component.mjs +7 -7
- package/esm2020/grid-list/helpers/parse-layout-pattern.mjs +2 -1
- package/esm2020/icon/icon.component.mjs +5 -8
- package/esm2020/illustrated-message/illustrated-message.component.mjs +5 -8
- package/esm2020/infinite-scroll/infinite-scroll.directive.mjs +2 -1
- package/esm2020/inline-help/inline-help.directive.mjs +2 -1
- package/esm2020/input-group/deprecated-input-group-compact.directive.mjs +2 -1
- package/esm2020/input-group/input-group-directives.mjs +9 -15
- package/esm2020/input-group/input-group.component.mjs +5 -6
- package/esm2020/layout-panel/layout-panel.component.mjs +3 -1
- package/esm2020/link/link.component.mjs +4 -7
- package/esm2020/list/deprecated-list-content-density,directive.mjs +2 -1
- package/esm2020/list/directives/list-icon.directive.mjs +5 -8
- package/esm2020/list/directives/list-link.directive.mjs +2 -1
- package/esm2020/list/directives/list-navigation-item-text.directive.mjs +2 -1
- package/esm2020/list/list-focus-item.model.mjs +5 -4
- package/esm2020/list/list-item/list-item.component.mjs +7 -8
- package/esm2020/list/list-message.directive.mjs +4 -8
- package/esm2020/menu/directives/deprecated-menu-compact.directive.mjs +2 -1
- package/esm2020/menu/directives/menu-trigger.directive.mjs +1 -1
- package/esm2020/menu/menu-mobile/menu-mobile.component.mjs +2 -1
- package/esm2020/menu/menu.component.mjs +5 -4
- package/esm2020/menu/services/menu.service.mjs +4 -1
- package/esm2020/message-box/message-box-default/message-box-default.component.mjs +2 -1
- package/esm2020/message-box/utils/message-box-config.class.mjs +2 -1
- package/esm2020/message-box/utils/message-box-content.class.mjs +1 -1
- package/esm2020/message-page/message-page.component.mjs +4 -7
- package/esm2020/message-strip/message-strip.component.mjs +4 -8
- package/esm2020/message-toast/message-toast-service/message-toast.service.mjs +2 -1
- package/esm2020/message-toast/message-toast-utils/message-toast-ref.mjs +2 -1
- package/esm2020/micro-process-flow/components/micro-process-flow/deprecated-micro-process-flow-content-density.directive.mjs +2 -1
- package/esm2020/micro-process-flow/components/micro-process-flow/micro-process-flow.component.mjs +3 -1
- package/esm2020/micro-process-flow/micro-process-flow-focusable-item.directive.mjs +2 -1
- package/esm2020/mobile-mode/mobile-mode.class.mjs +2 -1
- package/esm2020/multi-input/deprecated-multi-input-compact.directive.mjs +2 -1
- package/esm2020/multi-input/multi-input-mobile/multi-input-mobile.component.mjs +3 -1
- package/esm2020/multi-input/multi-input.component.mjs +10 -14
- package/esm2020/nested-list/deprecated-nested-list-compact.directive.mjs +2 -1
- package/esm2020/nested-list/nested-content/nested-list-content.directive.mjs +1 -1
- package/esm2020/nested-list/nested-item/nested-item.service.mjs +1 -1
- package/esm2020/nested-list/nested-list-directives.mjs +6 -5
- package/esm2020/nested-list/nested-list-keyboard.service.mjs +2 -1
- package/esm2020/notification/directives/notification-indicator.directive.mjs +4 -8
- package/esm2020/notification/notification/notification.component.mjs +2 -1
- package/esm2020/notification/notification-group/notification-group.component.mjs +3 -7
- package/esm2020/notification/notification-group-header/notification-group-header.component.mjs +3 -1
- package/esm2020/notification/notification-group-list/notification-group-list.component.mjs +2 -1
- package/esm2020/notification/notification-service/notification.service.mjs +2 -1
- package/esm2020/notification/notification-utils/notification-group-base.mjs +2 -1
- package/esm2020/object-identifier/object-identifier.component.mjs +2 -1
- package/esm2020/object-marker/object-marker.component.mjs +4 -8
- package/esm2020/object-number/object-number.component.mjs +4 -8
- package/esm2020/object-status/object-status.component.mjs +4 -8
- package/esm2020/overflow-layout/directives/overflow-expand.directive.mjs +1 -1
- package/esm2020/overflow-layout/directives/overflow-item-ref.directive.mjs +4 -4
- package/esm2020/overflow-layout/directives/overflow-layout-item.directive.mjs +4 -4
- package/esm2020/overflow-layout/directives/overflow-layout-popover-content.directive.mjs +2 -1
- package/esm2020/overflow-layout/overflow-layout.service.mjs +8 -1
- package/esm2020/pagination/deprecated-pagination-compact.directive.mjs +2 -1
- package/esm2020/pagination/pagination.component.mjs +10 -10
- package/esm2020/panel/deprecated-panel-compact.directive.mjs +2 -1
- package/esm2020/panel/panel.component.mjs +2 -1
- package/esm2020/popover/base/base-popover.class.mjs +2 -4
- package/esm2020/popover/popover-body/popover-body.component.mjs +2 -1
- package/esm2020/popover/popover-container/popover-container.directive.mjs +2 -1
- package/esm2020/popover/popover-service/popover.service.mjs +2 -1
- package/esm2020/popover/popover.component.mjs +2 -1
- package/esm2020/product-switch/product-switch/product-switch.component.mjs +2 -1
- package/esm2020/product-switch/product-switch-body/product-switch-body.component.mjs +2 -1
- package/esm2020/progress-indicator/progress-indicator.component.mjs +2 -1
- package/esm2020/radio/deprecated-radio-button-compact.directive.mjs +2 -1
- package/esm2020/radio/radio-button/radio-button.component.mjs +2 -1
- package/esm2020/rating-indicator/components/rating-indicator.component.mjs +5 -8
- package/esm2020/rating-indicator/pipes/rating-star-label.pipe.mjs +2 -1
- package/esm2020/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.mjs +39 -43
- package/esm2020/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.mjs +8 -6
- package/esm2020/segmented-button/segmented-button.component.mjs +2 -1
- package/esm2020/select/deprecated-select-compact.directive.mjs +2 -1
- package/esm2020/select/option/option.component.mjs +9 -2
- package/esm2020/select/select-key-manager.service.mjs +1 -1
- package/esm2020/select/select-mobile/select-mobile.component.mjs +3 -1
- package/esm2020/select/select.component.mjs +10 -7
- package/esm2020/shared/interfaces/popover-position.mjs +4 -1
- package/esm2020/shared/utils/form.mjs +2 -1
- package/esm2020/shellbar/deprecated-shellbar-compact.directive.mjs +2 -1
- package/esm2020/shellbar/shellbar-actions/shellbar-actions.component.mjs +2 -1
- package/esm2020/side-navigation/side-navigation.component.mjs +1 -1
- package/esm2020/slider/deprecated-slider-cozy.directive.mjs +2 -1
- package/esm2020/slider/slider-position.directive.mjs +1 -1
- package/esm2020/slider/slider.component.mjs +22 -34
- package/esm2020/split-button/deprecated-split-button-compact.directive.mjs +2 -1
- package/esm2020/splitter/splitter-pane-container/splitter-pane-container.component.mjs +3 -1
- package/esm2020/status-indicator/status-indicator.component.mjs +12 -11
- package/esm2020/step-input/deprecated-step-input-compact.directive.mjs +2 -1
- package/esm2020/step-input/step-input.component.mjs +3 -1
- package/esm2020/switch/deprecated-switch-compact.directive.mjs +2 -1
- package/esm2020/switch/switch.component.mjs +6 -6
- package/esm2020/table/deprecated-table-compact.directive.mjs +2 -1
- package/esm2020/table/deprecated-table-condensed.directive.mjs +2 -1
- package/esm2020/table/directives/table-icon.directive.mjs +4 -8
- package/esm2020/table/table-wrapper.component.mjs +1 -1
- package/esm2020/table/table.service.mjs +3 -1
- package/esm2020/tabs/deprecated-tabs-compact.directive.mjs +2 -1
- package/esm2020/tabs/tab-item/tab-item.directive.mjs +2 -4
- package/esm2020/tabs/tab-list.component.mjs +2 -1
- package/esm2020/tabs/tab-nav/tab-nav.component.mjs +4 -8
- package/esm2020/tabs/tab-panel/tab-panel.component.mjs +6 -1
- package/esm2020/tabs/tab-utils/tab-directives.mjs +3 -8
- package/esm2020/tests/element-ref-mock.class.mjs +2 -1
- package/esm2020/tests/when-stable.mjs +2 -1
- package/esm2020/theming/theming.module.mjs +2 -1
- package/esm2020/tile/directives/numeric-content.directives.mjs +21 -36
- package/esm2020/tile/directives/tile.directives.mjs +13 -22
- package/esm2020/tile/tile.component.mjs +4 -8
- package/esm2020/time/deprecated-time-content-density.directive.mjs +2 -1
- package/esm2020/time/errors.mjs +2 -1
- package/esm2020/time/i18n/time-i18n.mjs +2 -1
- package/esm2020/time/models.mjs +1 -1
- package/esm2020/time/time-column/time-column.component.mjs +6 -4
- package/esm2020/time-picker/deprecated-timepicker-compact.directive.mjs +2 -1
- package/esm2020/time-picker/errors.mjs +2 -1
- package/esm2020/time-picker/time-picker.component.mjs +5 -1
- package/esm2020/timeline/components/timeline-node/timeline-node.component.mjs +2 -1
- package/esm2020/timeline/components/timeline-node-body/timeline-node-body.component.mjs +3 -1
- package/esm2020/timeline/directives/timeline-first-list-outlet.directive.mjs +2 -2
- package/esm2020/timeline/directives/timeline-node-def.directive.mjs +2 -1
- package/esm2020/timeline/directives/timeline-second-list-outlet.directive.mjs +2 -2
- package/esm2020/timeline/services/position-strategies/position-strategy-factory.mjs +2 -1
- package/esm2020/timeline/timeline.component.mjs +2 -1
- package/esm2020/title/title.component.mjs +5 -4
- package/esm2020/token/deprecated-tokenizer-content-density.directive.mjs +2 -1
- package/esm2020/token/token-input.directive.mjs +4 -8
- package/esm2020/token/token.component.mjs +7 -4
- package/esm2020/token/tokenizer.component.mjs +17 -14
- package/esm2020/toolbar/deprecated-toolbar-size.directive.mjs +5 -1
- package/esm2020/toolbar/toolbar-item.directive.mjs +2 -1
- package/esm2020/toolbar/toolbar-overflow-group.directive.mjs +2 -1
- package/esm2020/toolbar/toolbar-overflow-priority.directive.mjs +2 -1
- package/esm2020/toolbar/toolbar-spacer.component.mjs +2 -1
- package/esm2020/toolbar/toolbar.component.mjs +3 -1
- package/esm2020/tree/tree-child.component.mjs +8 -1
- package/esm2020/tree/tree.component.mjs +10 -1
- package/esm2020/upload-collection/upload-collection-form-item/upload-collection-form-item.component.mjs +5 -6
- package/esm2020/upload-collection/upload-collection-item.directive.mjs +2 -1
- package/esm2020/upload-collection/upload-collection-simple.directives.mjs +4 -1
- package/esm2020/utils/abstract-fd-ngx-class.mjs +3 -1
- package/esm2020/utils/directives/auto-complete/auto-complete.directive.mjs +10 -1
- package/esm2020/utils/directives/line-clamp/line-clamp.directive.mjs +5 -1
- package/esm2020/utils/directives/only-digits/only-digits.directive.mjs +2 -1
- package/esm2020/utils/directives/overflow-list/overflow-list-item.directive.mjs +2 -1
- package/esm2020/utils/directives/resize/resize-handle.directive.mjs +2 -1
- package/esm2020/utils/directives/template/template.directive.mjs +3 -1
- package/esm2020/utils/directives/truncate/truncate.directive.mjs +3 -1
- package/esm2020/utils/drag-and-drop/dnd-item/dnd-item.directive.mjs +2 -1
- package/esm2020/utils/drag-and-drop/dnd-list/dnd-list.directive.mjs +2 -1
- package/esm2020/utils/dynamic-component/dynamic-component-injector.mjs +3 -1
- package/esm2020/utils/dynamic-component/dynamic-component.service.mjs +5 -1
- package/esm2020/utils/functions/get-document-font-size.mjs +2 -1
- package/esm2020/utils/functions/module-deprecations-provider.mjs +3 -1
- package/esm2020/utils/functions/parser-file-size.mjs +2 -1
- package/esm2020/utils/functions/uuidv4-generator.mjs +2 -1
- package/esm2020/utils/mixins/apply-mixin.mjs +2 -1
- package/esm2020/utils/pipes/displayFn.pipe.mjs +2 -1
- package/esm2020/utils/pipes/is-compact.pipe.mjs +2 -1
- package/esm2020/utils/pipes/safe.pipe.mjs +3 -1
- package/esm2020/utils/pipes/search-highlight.pipe.mjs +2 -1
- package/esm2020/utils/pipes/truncate.pipe.mjs +2 -1
- package/esm2020/utils/pipes/two-digits.pipe.mjs +2 -1
- package/esm2020/utils/pipes/value-by-path.pipe.mjs +2 -1
- package/esm2020/utils/services/content-density.service.mjs +2 -1
- package/esm2020/utils/services/destroyed.service.mjs +3 -1
- package/esm2020/utils/services/focus-trap.service.mjs +3 -2
- package/esm2020/utils/services/local-storage.service.mjs +4 -1
- package/esm2020/utils/services/resize-observer.service.mjs +6 -1
- package/esm2020/utils/services/rtl.service.mjs +2 -1
- package/esm2020/utils/services/tabbable-element.service.mjs +2 -1
- package/esm2020/utils/services/themes.service.mjs +2 -1
- package/esm2020/wizard/deprecated-wizard-compact.directive.mjs +2 -1
- package/esm2020/wizard/wizard-navigation/wizard-navigation.component.mjs +5 -4
- package/esm2020/wizard/wizard-step/wizard-step.component.mjs +1 -1
- package/esm2020/wizard/wizard-step-indicator/wizard-step-indicator.component.mjs +2 -1
- package/esm2020/wizard/wizard.component.mjs +3 -1
- package/esm2020/wizard/wizard.service.mjs +2 -1
- package/facets/content/facet-content.component.d.ts +1 -0
- package/feed-input/directives/feed-input-avatar.directive.d.ts +1 -0
- package/feed-input/directives/feed-input-button.directive.d.ts +1 -0
- package/feed-list-item/components/item/feed-list-item.component.d.ts +5 -1
- package/feed-list-item/components/list/feed-list.component.d.ts +2 -1
- package/feed-list-item/directives/byline.directive.d.ts +1 -0
- package/fesm2015/fundamental-ngx-core-action-bar.mjs +1 -3
- package/fesm2015/fundamental-ngx-core-action-bar.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-action-sheet.mjs +2 -0
- package/fesm2015/fundamental-ngx-core-action-sheet.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-alert.mjs +8 -0
- package/fesm2015/fundamental-ngx-core-alert.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-avatar-group.mjs +1 -0
- package/fesm2015/fundamental-ngx-core-avatar-group.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-avatar.mjs +3 -7
- package/fesm2015/fundamental-ngx-core-avatar.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-bar.mjs +11 -10
- package/fesm2015/fundamental-ngx-core-bar.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-breadcrumb.mjs +1 -0
- package/fesm2015/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-button.mjs +15 -16
- package/fesm2015/fundamental-ngx-core-button.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-calendar.mjs +16 -0
- package/fesm2015/fundamental-ngx-core-calendar.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-card.mjs +19 -56
- package/fesm2015/fundamental-ngx-core-card.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-carousel.mjs +7 -5
- package/fesm2015/fundamental-ngx-core-carousel.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-checkbox.mjs +4 -3
- package/fesm2015/fundamental-ngx-core-checkbox.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-combobox.mjs +10 -5
- package/fesm2015/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-content-density.mjs +35 -0
- package/fesm2015/fundamental-ngx-core-content-density.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-date-picker.mjs +2 -0
- package/fesm2015/fundamental-ngx-core-date-picker.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-datetime-picker.mjs +3 -0
- package/fesm2015/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-datetime.mjs +50 -0
- package/fesm2015/fundamental-ngx-core-datetime.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-dialog.mjs +2 -0
- package/fesm2015/fundamental-ngx-core-dialog.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-dynamic-page.mjs +6 -0
- package/fesm2015/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-facets.mjs +1 -0
- package/fesm2015/fundamental-ngx-core-facets.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-feed-input.mjs +2 -0
- package/fesm2015/fundamental-ngx-core-feed-input.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-feed-list-item.mjs +10 -14
- package/fesm2015/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-file-uploader.mjs +8 -0
- package/fesm2015/fundamental-ngx-core-file-uploader.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-fixed-card-layout.mjs +1 -0
- package/fesm2015/fundamental-ngx-core-fixed-card-layout.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-flexible-column-layout.mjs +1 -0
- package/fesm2015/fundamental-ngx-core-flexible-column-layout.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-form.mjs +14 -10
- package/fesm2015/fundamental-ngx-core-form.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-formatted-text.mjs +18 -0
- package/fesm2015/fundamental-ngx-core-formatted-text.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-grid-list.mjs +8 -6
- package/fesm2015/fundamental-ngx-core-grid-list.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-icon.mjs +4 -7
- package/fesm2015/fundamental-ngx-core-icon.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-illustrated-message.mjs +4 -7
- package/fesm2015/fundamental-ngx-core-illustrated-message.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-infinite-scroll.mjs +1 -0
- package/fesm2015/fundamental-ngx-core-infinite-scroll.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-inline-help.mjs +1 -0
- package/fesm2015/fundamental-ngx-core-inline-help.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-input-group.mjs +13 -19
- package/fesm2015/fundamental-ngx-core-input-group.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-layout-panel.mjs +2 -0
- package/fesm2015/fundamental-ngx-core-layout-panel.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-link.mjs +3 -6
- package/fesm2015/fundamental-ngx-core-link.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-list.mjs +20 -24
- package/fesm2015/fundamental-ngx-core-list.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-menu.mjs +9 -3
- package/fesm2015/fundamental-ngx-core-menu.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-message-box.mjs +2 -0
- package/fesm2015/fundamental-ngx-core-message-box.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-message-page.mjs +3 -6
- package/fesm2015/fundamental-ngx-core-message-page.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-message-strip.mjs +3 -7
- package/fesm2015/fundamental-ngx-core-message-strip.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-message-toast.mjs +2 -0
- package/fesm2015/fundamental-ngx-core-message-toast.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-micro-process-flow.mjs +4 -0
- package/fesm2015/fundamental-ngx-core-micro-process-flow.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-mobile-mode.mjs +1 -0
- package/fesm2015/fundamental-ngx-core-mobile-mode.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-multi-input.mjs +12 -13
- package/fesm2015/fundamental-ngx-core-multi-input.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-nested-list.mjs +7 -4
- package/fesm2015/fundamental-ngx-core-nested-list.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-notification.mjs +11 -13
- package/fesm2015/fundamental-ngx-core-notification.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-object-identifier.mjs +1 -0
- package/fesm2015/fundamental-ngx-core-object-identifier.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-object-marker.mjs +3 -7
- package/fesm2015/fundamental-ngx-core-object-marker.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-object-number.mjs +3 -7
- package/fesm2015/fundamental-ngx-core-object-number.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-object-status.mjs +3 -7
- package/fesm2015/fundamental-ngx-core-object-status.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-overflow-layout.mjs +14 -6
- package/fesm2015/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-pagination.mjs +10 -9
- package/fesm2015/fundamental-ngx-core-pagination.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-panel.mjs +2 -0
- package/fesm2015/fundamental-ngx-core-panel.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-popover.mjs +6 -5
- package/fesm2015/fundamental-ngx-core-popover.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-product-switch.mjs +2 -0
- package/fesm2015/fundamental-ngx-core-product-switch.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-progress-indicator.mjs +1 -0
- package/fesm2015/fundamental-ngx-core-progress-indicator.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-radio.mjs +2 -0
- package/fesm2015/fundamental-ngx-core-radio.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-rating-indicator.mjs +5 -7
- package/fesm2015/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-resizable-card-layout.mjs +46 -48
- package/fesm2015/fundamental-ngx-core-resizable-card-layout.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-segmented-button.mjs +1 -0
- package/fesm2015/fundamental-ngx-core-segmented-button.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-select.mjs +20 -7
- package/fesm2015/fundamental-ngx-core-select.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-shared.mjs +4 -0
- package/fesm2015/fundamental-ngx-core-shared.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-shellbar.mjs +2 -0
- package/fesm2015/fundamental-ngx-core-shellbar.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-side-navigation.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-slider.mjs +22 -33
- package/fesm2015/fundamental-ngx-core-slider.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-split-button.mjs +1 -0
- package/fesm2015/fundamental-ngx-core-split-button.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-splitter.mjs +2 -0
- package/fesm2015/fundamental-ngx-core-splitter.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-status-indicator.mjs +11 -10
- package/fesm2015/fundamental-ngx-core-status-indicator.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-step-input.mjs +3 -0
- package/fesm2015/fundamental-ngx-core-step-input.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-switch.mjs +6 -5
- package/fesm2015/fundamental-ngx-core-switch.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-table.mjs +7 -7
- package/fesm2015/fundamental-ngx-core-table.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-tabs.mjs +13 -17
- package/fesm2015/fundamental-ngx-core-tabs.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-tests.mjs +2 -0
- package/fesm2015/fundamental-ngx-core-tests.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-theming.mjs +1 -0
- package/fesm2015/fundamental-ngx-core-theming.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-tile.mjs +35 -63
- package/fesm2015/fundamental-ngx-core-tile.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-time-picker.mjs +6 -0
- package/fesm2015/fundamental-ngx-core-time-picker.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-time.mjs +8 -3
- package/fesm2015/fundamental-ngx-core-time.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-timeline.mjs +8 -2
- package/fesm2015/fundamental-ngx-core-timeline.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-title.mjs +4 -3
- package/fesm2015/fundamental-ngx-core-title.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-token.mjs +26 -23
- package/fesm2015/fundamental-ngx-core-token.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-toolbar.mjs +10 -0
- package/fesm2015/fundamental-ngx-core-toolbar.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-tree.mjs +16 -0
- package/fesm2015/fundamental-ngx-core-tree.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-upload-collection.mjs +8 -5
- package/fesm2015/fundamental-ngx-core-upload-collection.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-utils.mjs +60 -1
- package/fesm2015/fundamental-ngx-core-utils.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-wizard.mjs +9 -3
- package/fesm2015/fundamental-ngx-core-wizard.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-action-bar.mjs +1 -3
- package/fesm2020/fundamental-ngx-core-action-bar.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-action-sheet.mjs +2 -0
- package/fesm2020/fundamental-ngx-core-action-sheet.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-alert.mjs +8 -0
- package/fesm2020/fundamental-ngx-core-alert.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-avatar-group.mjs +1 -0
- package/fesm2020/fundamental-ngx-core-avatar-group.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-avatar.mjs +3 -7
- package/fesm2020/fundamental-ngx-core-avatar.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-bar.mjs +11 -10
- package/fesm2020/fundamental-ngx-core-bar.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-breadcrumb.mjs +1 -0
- package/fesm2020/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-button.mjs +15 -16
- package/fesm2020/fundamental-ngx-core-button.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-calendar.mjs +16 -0
- package/fesm2020/fundamental-ngx-core-calendar.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-card.mjs +19 -45
- package/fesm2020/fundamental-ngx-core-card.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-carousel.mjs +7 -5
- package/fesm2020/fundamental-ngx-core-carousel.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-checkbox.mjs +4 -3
- package/fesm2020/fundamental-ngx-core-checkbox.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-combobox.mjs +10 -5
- package/fesm2020/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-content-density.mjs +35 -0
- package/fesm2020/fundamental-ngx-core-content-density.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-date-picker.mjs +2 -0
- package/fesm2020/fundamental-ngx-core-date-picker.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-datetime-picker.mjs +3 -0
- package/fesm2020/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-datetime.mjs +50 -0
- package/fesm2020/fundamental-ngx-core-datetime.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-dialog.mjs +2 -0
- package/fesm2020/fundamental-ngx-core-dialog.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-dynamic-page.mjs +6 -0
- package/fesm2020/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-facets.mjs +1 -0
- package/fesm2020/fundamental-ngx-core-facets.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-feed-input.mjs +2 -0
- package/fesm2020/fundamental-ngx-core-feed-input.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-feed-list-item.mjs +10 -14
- package/fesm2020/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-file-uploader.mjs +8 -0
- package/fesm2020/fundamental-ngx-core-file-uploader.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-fixed-card-layout.mjs +1 -0
- package/fesm2020/fundamental-ngx-core-fixed-card-layout.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-flexible-column-layout.mjs +1 -0
- package/fesm2020/fundamental-ngx-core-flexible-column-layout.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-form.mjs +14 -10
- package/fesm2020/fundamental-ngx-core-form.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-formatted-text.mjs +18 -0
- package/fesm2020/fundamental-ngx-core-formatted-text.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-grid-list.mjs +8 -6
- package/fesm2020/fundamental-ngx-core-grid-list.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-icon.mjs +4 -7
- package/fesm2020/fundamental-ngx-core-icon.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-illustrated-message.mjs +4 -7
- package/fesm2020/fundamental-ngx-core-illustrated-message.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-infinite-scroll.mjs +1 -0
- package/fesm2020/fundamental-ngx-core-infinite-scroll.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-inline-help.mjs +1 -0
- package/fesm2020/fundamental-ngx-core-inline-help.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-input-group.mjs +13 -19
- package/fesm2020/fundamental-ngx-core-input-group.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-layout-panel.mjs +2 -0
- package/fesm2020/fundamental-ngx-core-layout-panel.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-link.mjs +3 -6
- package/fesm2020/fundamental-ngx-core-link.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-list.mjs +20 -24
- package/fesm2020/fundamental-ngx-core-list.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-menu.mjs +9 -3
- package/fesm2020/fundamental-ngx-core-menu.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-message-box.mjs +2 -0
- package/fesm2020/fundamental-ngx-core-message-box.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-message-page.mjs +3 -6
- package/fesm2020/fundamental-ngx-core-message-page.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-message-strip.mjs +3 -7
- package/fesm2020/fundamental-ngx-core-message-strip.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-message-toast.mjs +2 -0
- package/fesm2020/fundamental-ngx-core-message-toast.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-micro-process-flow.mjs +4 -0
- package/fesm2020/fundamental-ngx-core-micro-process-flow.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-mobile-mode.mjs +1 -0
- package/fesm2020/fundamental-ngx-core-mobile-mode.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-multi-input.mjs +12 -13
- package/fesm2020/fundamental-ngx-core-multi-input.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-nested-list.mjs +7 -4
- package/fesm2020/fundamental-ngx-core-nested-list.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-notification.mjs +11 -13
- package/fesm2020/fundamental-ngx-core-notification.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-object-identifier.mjs +1 -0
- package/fesm2020/fundamental-ngx-core-object-identifier.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-object-marker.mjs +3 -7
- package/fesm2020/fundamental-ngx-core-object-marker.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-object-number.mjs +3 -7
- package/fesm2020/fundamental-ngx-core-object-number.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-object-status.mjs +3 -7
- package/fesm2020/fundamental-ngx-core-object-status.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-overflow-layout.mjs +14 -6
- package/fesm2020/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-pagination.mjs +10 -9
- package/fesm2020/fundamental-ngx-core-pagination.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-panel.mjs +2 -0
- package/fesm2020/fundamental-ngx-core-panel.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-popover.mjs +5 -3
- package/fesm2020/fundamental-ngx-core-popover.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-product-switch.mjs +2 -0
- package/fesm2020/fundamental-ngx-core-product-switch.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-progress-indicator.mjs +1 -0
- package/fesm2020/fundamental-ngx-core-progress-indicator.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-radio.mjs +2 -0
- package/fesm2020/fundamental-ngx-core-radio.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-rating-indicator.mjs +5 -7
- package/fesm2020/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-resizable-card-layout.mjs +45 -47
- package/fesm2020/fundamental-ngx-core-resizable-card-layout.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-segmented-button.mjs +1 -0
- package/fesm2020/fundamental-ngx-core-segmented-button.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-select.mjs +20 -7
- package/fesm2020/fundamental-ngx-core-select.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-shared.mjs +4 -0
- package/fesm2020/fundamental-ngx-core-shared.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-shellbar.mjs +2 -0
- package/fesm2020/fundamental-ngx-core-shellbar.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-side-navigation.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-slider.mjs +22 -33
- package/fesm2020/fundamental-ngx-core-slider.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-split-button.mjs +1 -0
- package/fesm2020/fundamental-ngx-core-split-button.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-splitter.mjs +2 -0
- package/fesm2020/fundamental-ngx-core-splitter.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-status-indicator.mjs +11 -10
- package/fesm2020/fundamental-ngx-core-status-indicator.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-step-input.mjs +3 -0
- package/fesm2020/fundamental-ngx-core-step-input.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-switch.mjs +6 -5
- package/fesm2020/fundamental-ngx-core-switch.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-table.mjs +7 -7
- package/fesm2020/fundamental-ngx-core-table.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-tabs.mjs +13 -17
- package/fesm2020/fundamental-ngx-core-tabs.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-tests.mjs +2 -0
- package/fesm2020/fundamental-ngx-core-tests.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-theming.mjs +1 -0
- package/fesm2020/fundamental-ngx-core-theming.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-tile.mjs +35 -63
- package/fesm2020/fundamental-ngx-core-tile.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-time-picker.mjs +6 -0
- package/fesm2020/fundamental-ngx-core-time-picker.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-time.mjs +8 -3
- package/fesm2020/fundamental-ngx-core-time.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-timeline.mjs +8 -2
- package/fesm2020/fundamental-ngx-core-timeline.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-title.mjs +4 -3
- package/fesm2020/fundamental-ngx-core-title.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-token.mjs +26 -23
- package/fesm2020/fundamental-ngx-core-token.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-toolbar.mjs +10 -0
- package/fesm2020/fundamental-ngx-core-toolbar.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-tree.mjs +16 -0
- package/fesm2020/fundamental-ngx-core-tree.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-upload-collection.mjs +8 -5
- package/fesm2020/fundamental-ngx-core-upload-collection.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-utils.mjs +60 -1
- package/fesm2020/fundamental-ngx-core-utils.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-wizard.mjs +9 -3
- package/fesm2020/fundamental-ngx-core-wizard.mjs.map +1 -1
- package/file-uploader/deprecated-file-uploader-content-density.directive.d.ts +1 -0
- package/file-uploader/directives/file-uploader-dragndrop.directive.d.ts +2 -0
- package/file-uploader/file-uploader.component.d.ts +5 -0
- package/file-uploader/file-uploader.service.d.ts +1 -0
- package/fixed-card-layout/fixed-card-layout-item/fixed-card-layout-item.component.d.ts +1 -0
- package/flexible-column-layout/flexible-column-layout.component.d.ts +1 -0
- package/form/form-control/deprecated-form-control-content-density.directive.d.ts +1 -0
- package/form/form-control/form-control.component.d.ts +3 -1
- package/form/form-control/input-form-control.directive.d.ts +1 -0
- package/form/form-control/textarea-form-control.directive.d.ts +1 -0
- package/form/form-group/form-group.component.d.ts +1 -0
- package/form/form-input-message-group/form-input-message-group.component.d.ts +8 -0
- package/form/form-item/form-item.component.d.ts +1 -0
- package/form/form-message/constants.d.ts +1 -0
- package/form/form-message/form-message.component.d.ts +1 -0
- package/form/form-message/popover-form-message.service.d.ts +1 -0
- package/formatted-text/utils/html-sanitizer.d.ts +18 -0
- package/fundamental-ngx-core-v0.36.3-rc.8.tgz +0 -0
- package/grid-list/components/grid-list/grid-list.component.d.ts +1 -0
- package/grid-list/components/grid-list-item/grid-list-item.component.d.ts +3 -3
- package/grid-list/helpers/parse-layout-pattern.d.ts +1 -0
- package/icon/icon.component.d.ts +3 -1
- package/illustrated-message/illustrated-message.component.d.ts +3 -1
- package/infinite-scroll/infinite-scroll.directive.d.ts +1 -0
- package/inline-help/inline-help.directive.d.ts +1 -0
- package/input-group/deprecated-input-group-compact.directive.d.ts +1 -0
- package/input-group/input-group-directives.d.ts +6 -2
- package/input-group/input-group.component.d.ts +2 -3
- package/layout-panel/layout-panel.component.d.ts +2 -0
- package/link/link.component.d.ts +4 -1
- package/list/deprecated-list-content-density,directive.d.ts +1 -0
- package/list/directives/list-icon.directive.d.ts +3 -1
- package/list/directives/list-link.directive.d.ts +1 -0
- package/list/directives/list-navigation-item-text.directive.d.ts +1 -0
- package/list/list-focus-item.model.d.ts +2 -1
- package/list/list-item/list-item.component.d.ts +3 -4
- package/list/list-message.directive.d.ts +2 -1
- package/menu/directives/deprecated-menu-compact.directive.d.ts +1 -0
- package/menu/directives/menu-trigger.directive.d.ts +3 -0
- package/menu/menu-mobile/menu-mobile.component.d.ts +1 -0
- package/menu/menu.component.d.ts +2 -1
- package/menu/services/menu.service.d.ts +3 -0
- package/message-box/message-box-default/message-box-default.component.d.ts +1 -0
- package/message-box/utils/message-box-config.class.d.ts +5 -0
- package/message-box/utils/message-box-content.class.d.ts +1 -0
- package/message-page/message-page.component.d.ts +2 -1
- package/message-strip/message-strip.component.d.ts +2 -1
- package/message-toast/message-toast-service/message-toast.service.d.ts +2 -0
- package/message-toast/message-toast-utils/message-toast-ref.d.ts +1 -0
- package/micro-process-flow/components/micro-process-flow/deprecated-micro-process-flow-content-density.directive.d.ts +1 -0
- package/micro-process-flow/components/micro-process-flow/micro-process-flow.component.d.ts +2 -0
- package/micro-process-flow/micro-process-flow-focusable-item.directive.d.ts +1 -0
- package/mobile-mode/mobile-mode.class.d.ts +1 -0
- package/multi-input/deprecated-multi-input-compact.directive.d.ts +1 -0
- package/multi-input/multi-input-mobile/multi-input-mobile.component.d.ts +2 -0
- package/multi-input/multi-input.component.d.ts +4 -3
- package/nested-list/deprecated-nested-list-compact.directive.d.ts +1 -0
- package/nested-list/nested-content/nested-list-content.directive.d.ts +2 -0
- package/nested-list/nested-item/nested-item.service.d.ts +2 -0
- package/nested-list/nested-list-directives.d.ts +4 -1
- package/nested-list/nested-list-keyboard.service.d.ts +1 -0
- package/notification/directives/notification-indicator.directive.d.ts +2 -1
- package/notification/notification/notification.component.d.ts +1 -0
- package/notification/notification-group/notification-group.component.d.ts +1 -1
- package/notification/notification-group-header/notification-group-header.component.d.ts +2 -0
- package/notification/notification-group-list/notification-group-list.component.d.ts +1 -0
- package/notification/notification-service/notification.service.d.ts +2 -0
- package/notification/notification-utils/notification-group-base.d.ts +1 -0
- package/object-identifier/object-identifier.component.d.ts +2 -0
- package/object-marker/object-marker.component.d.ts +2 -1
- package/object-number/object-number.component.d.ts +2 -1
- package/object-status/object-status.component.d.ts +2 -1
- package/overflow-layout/directives/overflow-expand.directive.d.ts +1 -0
- package/overflow-layout/directives/overflow-item-ref.directive.d.ts +1 -1
- package/overflow-layout/directives/overflow-layout-item.directive.d.ts +1 -1
- package/overflow-layout/directives/overflow-layout-popover-content.directive.d.ts +1 -0
- package/overflow-layout/overflow-layout.service.d.ts +7 -0
- package/package.json +2 -2
- package/pagination/deprecated-pagination-compact.directive.d.ts +1 -0
- package/pagination/pagination.component.d.ts +3 -3
- package/panel/deprecated-panel-compact.directive.d.ts +1 -0
- package/panel/panel.component.d.ts +1 -0
- package/popover/popover-body/popover-body.component.d.ts +1 -0
- package/popover/popover-container/popover-container.directive.d.ts +1 -0
- package/popover/popover-service/popover.service.d.ts +1 -0
- package/popover/popover.component.d.ts +1 -0
- package/product-switch/product-switch/product-switch.component.d.ts +1 -0
- package/product-switch/product-switch-body/product-switch-body.component.d.ts +1 -0
- package/progress-indicator/progress-indicator.component.d.ts +1 -0
- package/radio/deprecated-radio-button-compact.directive.d.ts +1 -0
- package/radio/radio-button/radio-button.component.d.ts +1 -0
- package/rating-indicator/components/rating-indicator.component.d.ts +3 -1
- package/rating-indicator/pipes/rating-star-label.pipe.d.ts +1 -0
- package/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.d.ts +26 -29
- package/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.d.ts +5 -3
- package/segmented-button/segmented-button.component.d.ts +1 -0
- package/select/deprecated-select-compact.directive.d.ts +1 -0
- package/select/option/option.component.d.ts +8 -1
- package/select/select-key-manager.service.d.ts +2 -0
- package/select/select-mobile/select-mobile.component.d.ts +2 -0
- package/select/select.component.d.ts +5 -2
- package/shared/interfaces/popover-position.d.ts +3 -0
- package/shared/utils/form.d.ts +1 -0
- package/shellbar/deprecated-shellbar-compact.directive.d.ts +1 -0
- package/shellbar/shellbar-actions/shellbar-actions.component.d.ts +1 -0
- package/side-navigation/side-navigation.component.d.ts +1 -0
- package/slider/deprecated-slider-cozy.directive.d.ts +1 -0
- package/slider/slider-position.directive.d.ts +1 -0
- package/slider/slider.component.d.ts +10 -15
- package/split-button/deprecated-split-button-compact.directive.d.ts +1 -0
- package/splitter/splitter-pane-container/splitter-pane-container.component.d.ts +2 -0
- package/status-indicator/status-indicator.component.d.ts +10 -2
- package/step-input/deprecated-step-input-compact.directive.d.ts +1 -0
- package/step-input/step-input.component.d.ts +2 -0
- package/switch/deprecated-switch-compact.directive.d.ts +1 -0
- package/switch/switch.component.d.ts +3 -3
- package/table/deprecated-table-compact.directive.d.ts +1 -0
- package/table/deprecated-table-condensed.directive.d.ts +1 -0
- package/table/directives/table-icon.directive.d.ts +2 -1
- package/table/table-wrapper.component.d.ts +1 -0
- package/table/table.service.d.ts +2 -0
- package/tabs/deprecated-tabs-compact.directive.d.ts +1 -0
- package/tabs/tab-list.component.d.ts +2 -0
- package/tabs/tab-nav/tab-nav.component.d.ts +2 -1
- package/tabs/tab-panel/tab-panel.component.d.ts +5 -0
- package/tabs/tab-utils/tab-directives.d.ts +1 -1
- package/tests/element-ref-mock.class.d.ts +1 -0
- package/tests/when-stable.d.ts +1 -0
- package/theming/theming.module.d.ts +1 -0
- package/tile/directives/numeric-content.directives.d.ts +15 -5
- package/tile/directives/tile.directives.d.ts +9 -3
- package/tile/tile.component.d.ts +2 -1
- package/time/deprecated-time-content-density.directive.d.ts +1 -0
- package/time/errors.d.ts +1 -0
- package/time/i18n/time-i18n.d.ts +1 -0
- package/time/models.d.ts +3 -0
- package/time/time-column/time-column.component.d.ts +4 -1
- package/time-picker/deprecated-timepicker-compact.directive.d.ts +1 -0
- package/time-picker/errors.d.ts +1 -0
- package/time-picker/time-picker.component.d.ts +4 -0
- package/timeline/components/timeline-node/timeline-node.component.d.ts +3 -0
- package/timeline/components/timeline-node-body/timeline-node-body.component.d.ts +7 -0
- package/timeline/directives/timeline-first-list-outlet.directive.d.ts +1 -0
- package/timeline/directives/timeline-node-def.directive.d.ts +1 -0
- package/timeline/directives/timeline-second-list-outlet.directive.d.ts +1 -0
- package/timeline/services/position-strategies/position-strategy-factory.d.ts +1 -0
- package/timeline/timeline.component.d.ts +5 -1
- package/title/title.component.d.ts +2 -1
- package/token/deprecated-tokenizer-content-density.directive.d.ts +1 -0
- package/token/token-input.directive.d.ts +2 -1
- package/token/token.component.d.ts +4 -1
- package/token/tokenizer.component.d.ts +18 -5
- package/toolbar/deprecated-toolbar-size.directive.d.ts +5 -0
- package/toolbar/toolbar-item.directive.d.ts +1 -0
- package/toolbar/toolbar-overflow-group.directive.d.ts +1 -0
- package/toolbar/toolbar-overflow-priority.directive.d.ts +1 -0
- package/toolbar/toolbar-spacer.component.d.ts +1 -0
- package/toolbar/toolbar.component.d.ts +2 -0
- package/tree/tree-child.component.d.ts +10 -0
- package/tree/tree.component.d.ts +14 -0
- package/upload-collection/upload-collection-form-item/upload-collection-form-item.component.d.ts +2 -3
- package/upload-collection/upload-collection-item.directive.d.ts +1 -0
- package/upload-collection/upload-collection-simple.directives.d.ts +3 -0
- package/utils/abstract-fd-ngx-class.d.ts +3 -0
- package/utils/directives/auto-complete/auto-complete.directive.d.ts +11 -0
- package/utils/directives/line-clamp/line-clamp.directive.d.ts +4 -0
- package/utils/directives/only-digits/only-digits.directive.d.ts +1 -0
- package/utils/directives/overflow-list/overflow-list-item.directive.d.ts +1 -0
- package/utils/directives/resize/resize-handle.directive.d.ts +1 -0
- package/utils/directives/template/template.directive.d.ts +3 -0
- package/utils/directives/truncate/truncate.directive.d.ts +2 -0
- package/utils/drag-and-drop/dnd-item/dnd-item.directive.d.ts +2 -0
- package/utils/drag-and-drop/dnd-list/dnd-list.directive.d.ts +1 -0
- package/utils/dynamic-component/dynamic-component-injector.d.ts +1 -0
- package/utils/dynamic-component/dynamic-component.service.d.ts +4 -0
- package/utils/functions/get-document-font-size.d.ts +1 -0
- package/utils/functions/module-deprecations-provider.d.ts +2 -0
- package/utils/functions/parser-file-size.d.ts +1 -0
- package/utils/functions/uuidv4-generator.d.ts +1 -0
- package/utils/mixins/apply-mixin.d.ts +1 -0
- package/utils/pipes/displayFn.pipe.d.ts +1 -0
- package/utils/pipes/is-compact.pipe.d.ts +1 -0
- package/utils/pipes/safe.pipe.d.ts +2 -0
- package/utils/pipes/search-highlight.pipe.d.ts +1 -0
- package/utils/pipes/truncate.pipe.d.ts +1 -0
- package/utils/pipes/two-digits.pipe.d.ts +1 -0
- package/utils/pipes/value-by-path.pipe.d.ts +1 -0
- package/utils/services/content-density.service.d.ts +1 -0
- package/utils/services/destroyed.service.d.ts +2 -0
- package/utils/services/focus-trap.service.d.ts +1 -1
- package/utils/services/local-storage.service.d.ts +4 -0
- package/utils/services/resize-observer.service.d.ts +5 -0
- package/utils/services/rtl.service.d.ts +2 -0
- package/utils/services/tabbable-element.service.d.ts +1 -0
- package/utils/services/themes.service.d.ts +1 -0
- package/wizard/deprecated-wizard-compact.directive.d.ts +1 -0
- package/wizard/wizard-navigation/wizard-navigation.component.d.ts +2 -1
- package/wizard/wizard-step/wizard-step.component.d.ts +1 -0
- package/wizard/wizard-step-indicator/wizard-step-indicator.component.d.ts +2 -0
- package/wizard/wizard.component.d.ts +2 -0
- package/wizard/wizard.service.d.ts +1 -0
- package/fundamental-ngx-core-v0.36.3-rc.7.tgz +0 -0
|
@@ -11,6 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
* ```
|
|
12
12
|
*/
|
|
13
13
|
export declare class ActionBarDescriptionDirective {
|
|
14
|
+
/** Whether the action bar also has a back button. */
|
|
14
15
|
withBackBtn: boolean;
|
|
15
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarDescriptionDirective, never>;
|
|
16
17
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarDescriptionDirective, "[fd-action-bar-description]", never, { "withBackBtn": "withBackBtn"; }, {}, never, never, false>;
|
|
@@ -28,6 +28,7 @@ export declare class ActionSheetBodyComponent {
|
|
|
28
28
|
ariaLabel: Nullable<string>;
|
|
29
29
|
/** Aria-Labelledby for element describing Action Sheet Body. */
|
|
30
30
|
ariaLabelledby: Nullable<string>;
|
|
31
|
+
/** @hidden */
|
|
31
32
|
actionSheetElementRef: ElementRef<HTMLUListElement>;
|
|
32
33
|
/** @hidden */
|
|
33
34
|
constructor(_keyboardSupportService: KeyboardSupportService<ActionSheetItemComponent>, _contentDensityObserver: ContentDensityObserver);
|
|
@@ -49,6 +49,7 @@ export declare class ActionSheetComponent implements AfterContentInit, AfterView
|
|
|
49
49
|
private readonly _onRefresh$;
|
|
50
50
|
/** @hidden */
|
|
51
51
|
private _subscriptions;
|
|
52
|
+
/** @hidden */
|
|
52
53
|
constructor(_keyboardSupportService: KeyboardSupportService<ActionSheetItemComponent>, _changeDetectionRef: ChangeDetectorRef, _viewContainerRef: ViewContainerRef, _dynamicComponentService: DynamicComponentService);
|
|
53
54
|
/** @hidden */
|
|
54
55
|
ngAfterContentInit(): void;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class DeprecatedActionSheetCompactDirective extends DeprecatedCompactDirective {
|
|
4
|
+
/** @hidden */
|
|
4
5
|
constructor();
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedActionSheetCompactDirective, never>;
|
|
6
7
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedActionSheetCompactDirective, "fd-action-sheet[compact], fd-action-sheet-body[compact], [fd-action-sheet-item][compact]", never, {}, {}, never, never, false>;
|
|
@@ -12,7 +12,9 @@ import * as i0 from "@angular/core";
|
|
|
12
12
|
*/
|
|
13
13
|
export declare class AlertService {
|
|
14
14
|
private dynamicComponentService;
|
|
15
|
+
/** @hidden */
|
|
15
16
|
private alerts;
|
|
17
|
+
/** @hidden */
|
|
16
18
|
private alertContainerRef?;
|
|
17
19
|
/** @hidden */
|
|
18
20
|
constructor(dynamicComponentService: DynamicComponentService);
|
|
@@ -30,7 +32,9 @@ export declare class AlertService {
|
|
|
30
32
|
* Dismisses all service-opened alerts.
|
|
31
33
|
*/
|
|
32
34
|
dismissAll(): void;
|
|
35
|
+
/** @hidden */
|
|
33
36
|
private destroyAlertComponent;
|
|
37
|
+
/** @hidden */
|
|
34
38
|
private destroyAlertContainer;
|
|
35
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<AlertService, never>;
|
|
36
40
|
static ɵprov: i0.ɵɵInjectableDeclaration<AlertService>;
|
|
@@ -9,6 +9,7 @@ import { Observable } from 'rxjs';
|
|
|
9
9
|
* For a template, add let-alert to your ng-template tag. Now using *alert* in the template refers to this class.
|
|
10
10
|
*/
|
|
11
11
|
export declare class AlertRef {
|
|
12
|
+
/** @hidden */
|
|
12
13
|
private readonly _afterDismissed;
|
|
13
14
|
/** Observable that is triggered when the alert is dismissed. */
|
|
14
15
|
afterDismissed: Observable<any>;
|
|
@@ -74,9 +74,13 @@ export declare class AlertComponent extends AbstractFdNgxClass implements OnInit
|
|
|
74
74
|
handleAlertMouseEvent(event: any): void;
|
|
75
75
|
/** @hidden */
|
|
76
76
|
_setProperties(): void;
|
|
77
|
+
/** @hidden */
|
|
77
78
|
private loadFromTemplate;
|
|
79
|
+
/** @hidden */
|
|
78
80
|
private loadFromComponent;
|
|
81
|
+
/** @hidden */
|
|
79
82
|
private loadFromString;
|
|
83
|
+
/** @hidden */
|
|
80
84
|
private _setAlertConfig;
|
|
81
85
|
static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, [null, null, null, null, { optional: true; }, { optional: true; }]>;
|
|
82
86
|
static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "fd-alert", never, { "dismissible": "dismissible"; "type": "type"; "id": "id"; "duration": "duration"; "mousePersist": "mousePersist"; "ariaLabelledBy": "ariaLabelledBy"; "ariaLabel": "ariaLabel"; "dismissLabel": "dismissLabel"; "width": "width"; "minWidth": "minWidth"; "message": "message"; }, { "onDismiss": "onDismiss"; }, never, ["*"], false>;
|
|
@@ -92,7 +92,8 @@ export declare class AvatarComponent implements OnChanges, OnInit, CssClassBuild
|
|
|
92
92
|
ngOnInit(): void;
|
|
93
93
|
/** @hidden */
|
|
94
94
|
ngOnChanges(): void;
|
|
95
|
-
/**
|
|
95
|
+
/** @hidden
|
|
96
|
+
* CssClassBuilder interface implementation
|
|
96
97
|
* function must return single string
|
|
97
98
|
* function is responsible for order which css classes are applied
|
|
98
99
|
*/
|
|
@@ -10,6 +10,7 @@ export declare class AvatarGroupFocusableAvatarDirective implements FocusableOpt
|
|
|
10
10
|
tabindex: number;
|
|
11
11
|
/** @hidden */
|
|
12
12
|
constructor(_elementRef: ElementRef<HTMLElement>, _component: AvatarGroupInterface);
|
|
13
|
+
/** @hidden */
|
|
13
14
|
elementRef(): ElementRef;
|
|
14
15
|
/** @hidden */
|
|
15
16
|
get _element(): HTMLElement;
|
package/bar/bar.component.d.ts
CHANGED
|
@@ -36,11 +36,13 @@ export declare class BarComponent implements OnChanges, OnInit, CssClassBuilder,
|
|
|
36
36
|
ngOnDestroy(): void;
|
|
37
37
|
/** @hidden */
|
|
38
38
|
ngOnChanges(): void;
|
|
39
|
-
/**
|
|
39
|
+
/** @hidden
|
|
40
|
+
* CssClassBuilder interface implementation
|
|
40
41
|
* function must return single string
|
|
41
42
|
* function is responsible for order which css classes are applied
|
|
42
43
|
*/
|
|
43
44
|
buildComponentCssClass(): string[];
|
|
45
|
+
/** @hidden */
|
|
44
46
|
elementRef(): ElementRef<any>;
|
|
45
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarComponent, never>;
|
|
46
48
|
static ɵcmp: i0.ɵɵComponentDeclaration<BarComponent, "[fd-bar]", never, { "class": "class"; "barDesign": "barDesign"; "inPage": "inPage"; "inHomePage": "inHomePage"; "size": "size"; }, {}, never, ["[fd-bar-left]", "[fd-bar-middle]", "[fd-bar-right]", "*"], false>;
|
|
@@ -20,16 +20,19 @@ export declare class ButtonBarComponent extends BaseButton implements OnDestroy
|
|
|
20
20
|
/** @hidden */
|
|
21
21
|
private readonly _defaultId;
|
|
22
22
|
/** id for this element */
|
|
23
|
-
get id(): string;
|
|
24
23
|
set id(value: string | null | undefined);
|
|
24
|
+
get id(): string;
|
|
25
|
+
/** @hidden */
|
|
25
26
|
_id: string | null | undefined;
|
|
26
27
|
/** @hidden */
|
|
27
28
|
_barElement: boolean;
|
|
29
|
+
/** @hidden */
|
|
28
30
|
get pointerEvents(): string;
|
|
29
31
|
/** @hidden */
|
|
30
32
|
_buttonComponent: ButtonComponent;
|
|
31
33
|
/** @hidden */
|
|
32
34
|
private _subscriptions;
|
|
35
|
+
/** @hidden */
|
|
33
36
|
constructor(_cdRef: ChangeDetectorRef);
|
|
34
37
|
/** @hidden */
|
|
35
38
|
ngOnDestroy(): void;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class DeprecatedBarButtonContentDensityDirective extends DeprecatedCompactDirective {
|
|
4
|
+
/** @hidden */
|
|
4
5
|
constructor();
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedBarButtonContentDensityDirective, never>;
|
|
6
7
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedBarButtonContentDensityDirective, "fd-button-bar[compact]", never, {}, {}, never, never, false>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { DeprecatedCozyDirective } from '@fundamental-ngx/core/content-density';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class DeprecatedBarContentDensityDirective extends DeprecatedCozyDirective {
|
|
4
|
+
/** @hidden */
|
|
4
5
|
constructor();
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedBarContentDensityDirective, never>;
|
|
6
7
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedBarContentDensityDirective, "[fd-bar][cozy]", never, {}, {}, never, never, false>;
|
|
@@ -44,6 +44,7 @@ export declare class BreadcrumbComponent implements OnInit, AfterViewInit {
|
|
|
44
44
|
private readonly _contentItems;
|
|
45
45
|
/** @hidden */
|
|
46
46
|
breadcrumbItems: QueryList<BreadcrumbItemComponent>;
|
|
47
|
+
/** @hidden */
|
|
47
48
|
private readonly _menuComponent;
|
|
48
49
|
/** @hidden */
|
|
49
50
|
private readonly _overflowLayout;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class DeprecatedBreadcrumbsCompactDirective extends DeprecatedCompactDirective {
|
|
4
|
+
/** @hidden */
|
|
4
5
|
constructor();
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedBreadcrumbsCompactDirective, never>;
|
|
6
7
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedBreadcrumbsCompactDirective, "fd-breadcrumb[compact]", never, {}, {}, never, never, false>;
|
package/button/base-button.d.ts
CHANGED
|
@@ -32,18 +32,18 @@ export declare class BaseButton {
|
|
|
32
32
|
/** adding native aria-label to the component */
|
|
33
33
|
ariaLabel: Nullable<string>;
|
|
34
34
|
/** Whether button is in toggled state. */
|
|
35
|
-
get toggled(): boolean;
|
|
36
35
|
set toggled(value: BooleanInput);
|
|
36
|
+
get toggled(): boolean;
|
|
37
37
|
/**
|
|
38
38
|
* Native disabled attribute of button element
|
|
39
39
|
*/
|
|
40
|
-
get disabled(): boolean;
|
|
41
40
|
set disabled(value: BooleanInput);
|
|
41
|
+
get disabled(): boolean;
|
|
42
42
|
/**
|
|
43
43
|
* Native aria-disabled attribute of button element
|
|
44
44
|
*/
|
|
45
|
-
get ariaDisabled(): boolean;
|
|
46
45
|
set ariaDisabled(value: BooleanInput);
|
|
46
|
+
get ariaDisabled(): boolean;
|
|
47
47
|
/** @hidden */
|
|
48
48
|
_disabled: boolean;
|
|
49
49
|
/** @hidden */
|
|
@@ -37,10 +37,12 @@ export declare class ButtonComponent extends BaseButton implements OnChanges, Cs
|
|
|
37
37
|
* function should build css style
|
|
38
38
|
*/
|
|
39
39
|
ngOnChanges(): void;
|
|
40
|
+
/** @hidden */
|
|
40
41
|
ngOnInit(): void;
|
|
41
42
|
/** @hidden */
|
|
42
43
|
ngOnDestroy(): void;
|
|
43
|
-
/**
|
|
44
|
+
/** @hidden
|
|
45
|
+
* CssClassBuilder interface implementation
|
|
44
46
|
* function must return single string
|
|
45
47
|
* function is responsible for order which css classes are applied
|
|
46
48
|
*/
|
|
@@ -49,6 +51,7 @@ export declare class ButtonComponent extends BaseButton implements OnChanges, Cs
|
|
|
49
51
|
* function used by applyCssClass and applyCssStyle decorators
|
|
50
52
|
*/
|
|
51
53
|
elementRef(): ElementRef<HTMLButtonElement | HTMLAnchorElement>;
|
|
54
|
+
/** @hidden */
|
|
52
55
|
detectChanges(): void;
|
|
53
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
54
57
|
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[fd-button], a[fd-button]", ["fd-button"], { "class": "class"; }, {}, never, ["*"], false>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class DeprecatedButtonContentDensityDirective extends DeprecatedCompactDirective {
|
|
4
|
+
/** @hidden */
|
|
4
5
|
constructor();
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedButtonContentDensityDirective, never>;
|
|
6
7
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedButtonContentDensityDirective, "[fd-button][compact]", never, {}, {}, never, never, false>;
|
|
@@ -116,6 +116,7 @@ export declare class CalendarHeaderComponent<D> implements OnDestroy, OnInit, On
|
|
|
116
116
|
private _monthNames;
|
|
117
117
|
/** Get information about amount of years displayed at once on year view */
|
|
118
118
|
private _amountOfYearsPerPeriod;
|
|
119
|
+
/** @hidden */
|
|
119
120
|
constructor(_calendarI18nLabels: CalendarI18nLabels, _changeDetRef: ChangeDetectorRef, _calendarService: CalendarService, _dateTimeAdapter: DatetimeAdapter<D>);
|
|
120
121
|
/** @hidden */
|
|
121
122
|
ngOnDestroy(): void;
|
|
@@ -155,6 +156,7 @@ export declare class CalendarHeaderComponent<D> implements OnDestroy, OnInit, On
|
|
|
155
156
|
private _calculateSelectYearLabel;
|
|
156
157
|
/** @hidden */
|
|
157
158
|
private _calculateSelectAggregatedYearLabel;
|
|
159
|
+
/** @hidden */
|
|
158
160
|
private _calculateMonthNames;
|
|
159
161
|
/** @hidden */
|
|
160
162
|
private _getYearName;
|
|
@@ -44,6 +44,7 @@ export declare class CalendarMonthViewComponent<D> implements OnInit, OnDestroy,
|
|
|
44
44
|
private readonly _onDestroy$;
|
|
45
45
|
/** @hidden */
|
|
46
46
|
private _initiated;
|
|
47
|
+
/** @hidden */
|
|
47
48
|
constructor(_eRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, _calendarService: CalendarService, _dateTimeFormats: DateTimeFormats, _dateTimeAdapter: DatetimeAdapter<D>, _calendarI18nLabels: CalendarI18nLabels);
|
|
48
49
|
/** @hidden */
|
|
49
50
|
ngOnInit(): void;
|
|
@@ -155,6 +155,7 @@ export declare class CalendarComponent<D> implements OnInit, OnChanges, ControlV
|
|
|
155
155
|
ngOnInit(): void;
|
|
156
156
|
/** @hidden */
|
|
157
157
|
ngOnChanges(changes: SimpleChanges): void;
|
|
158
|
+
/** @hidden */
|
|
158
159
|
getWeekStartDay(): DaysOfWeek;
|
|
159
160
|
/** @hidden */
|
|
160
161
|
ngOnDestroy(): void;
|
|
@@ -224,7 +225,9 @@ export declare class CalendarComponent<D> implements OnInit, OnChanges, ControlV
|
|
|
224
225
|
* Function that handles changes from month view child component, changes actual view and changes currently displayed month
|
|
225
226
|
*/
|
|
226
227
|
handleMonthViewChange(month: number): void;
|
|
228
|
+
/** Select year */
|
|
227
229
|
selectedYear(yearSelected: number): void;
|
|
230
|
+
/** Select year range */
|
|
228
231
|
selectedYears(yearsSelected: AggregatedYear): void;
|
|
229
232
|
/** @hidden */
|
|
230
233
|
onDaysViewSelected(): void;
|
|
@@ -4,7 +4,9 @@ import { EscapeFocusFunction } from './models/common';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class CalendarService {
|
|
6
6
|
private _rtlService;
|
|
7
|
+
/** Row amount */
|
|
7
8
|
rowAmount: number;
|
|
9
|
+
/** Column amount */
|
|
8
10
|
colAmount: number;
|
|
9
11
|
/** Event thrown, when the element is selected by space or enter keys */
|
|
10
12
|
onKeySelect: Subject<number>;
|
|
@@ -18,6 +20,7 @@ export declare class CalendarService {
|
|
|
18
20
|
leftArrowId: string;
|
|
19
21
|
/** Function that is called when the focus would escape the element. */
|
|
20
22
|
focusEscapeFunction: EscapeFocusFunction;
|
|
23
|
+
/** @hidden */
|
|
21
24
|
constructor(_rtlService: RtlService);
|
|
22
25
|
/**
|
|
23
26
|
* Standardized method to calculate grid [x][y] to index number
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class DeprecatedCalendarContentDensityDirective extends DeprecatedCompactDirective {
|
|
4
|
+
/** @hidden */
|
|
4
5
|
constructor();
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedCalendarContentDensityDirective, never>;
|
|
6
7
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedCalendarContentDensityDirective, "fd-calendar[compact]", never, {}, {}, never, never, false>;
|
|
@@ -4,6 +4,11 @@ export declare class DateRange<D> {
|
|
|
4
4
|
readonly start: D | null;
|
|
5
5
|
/** The end date of the range. */
|
|
6
6
|
readonly end: D | null;
|
|
7
|
+
/**
|
|
8
|
+
* Date range.
|
|
9
|
+
* @param start
|
|
10
|
+
* @param end
|
|
11
|
+
*/
|
|
7
12
|
constructor(
|
|
8
13
|
/** The start date of the range. */
|
|
9
14
|
start: D | null,
|
|
@@ -2,6 +2,7 @@ import { TemplateRef } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class CardFooterActionItemDirective {
|
|
4
4
|
readonly templateRef: TemplateRef<void>;
|
|
5
|
+
/** @hidden */
|
|
5
6
|
constructor(templateRef: TemplateRef<void>);
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterActionItemDirective, never>;
|
|
7
8
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardFooterActionItemDirective, "[fdCardFooterActionItem]", never, {}, {}, never, never, false>;
|
|
@@ -9,6 +9,7 @@ export declare class CardFooterComponent implements AfterViewInit, OnDestroy {
|
|
|
9
9
|
actionItems: CardFooterActionItemDirective[];
|
|
10
10
|
/** @hidden */
|
|
11
11
|
private _destroyed$;
|
|
12
|
+
/** @hidden */
|
|
12
13
|
constructor(_changeDetectorRef: ChangeDetectorRef);
|
|
13
14
|
/** @hidden */
|
|
14
15
|
ngAfterViewInit(): void;
|
|
@@ -11,6 +11,7 @@ export declare class CardHeaderComponent implements OnInit, OnChanges, CssClassB
|
|
|
11
11
|
/** Tab Index attribute for card header */
|
|
12
12
|
set tabindex(tabindex: string);
|
|
13
13
|
get tabindex(): string;
|
|
14
|
+
/** @hidden */
|
|
14
15
|
private _tabindex;
|
|
15
16
|
/** @hidden */
|
|
16
17
|
class: string;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class DeprecatedCardContentDensityDirective extends DeprecatedCompactDirective {
|
|
4
|
+
/** @hidden */
|
|
4
5
|
constructor();
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedCardContentDensityDirective, never>;
|
|
6
7
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedCardContentDensityDirective, "fd-card[compact]", never, {}, {}, never, never, false>;
|
|
@@ -9,6 +9,7 @@ export declare class CarouselDirective implements AfterContentInit {
|
|
|
9
9
|
config: CarouselConfig;
|
|
10
10
|
/** Initial active item of carousel, position first + offset */
|
|
11
11
|
active: CarouselItemDirective;
|
|
12
|
+
/** @hidden */
|
|
12
13
|
get carouselService(): CarouselService;
|
|
13
14
|
/** Event thrown, when active element is changed */
|
|
14
15
|
readonly activeChange: EventEmitter<PanEndOutput>;
|
|
@@ -22,7 +23,9 @@ export declare class CarouselDirective implements AfterContentInit {
|
|
|
22
23
|
ngAfterContentInit(): void;
|
|
23
24
|
/** Change active element */
|
|
24
25
|
goToItem(item: CarouselItemDirective, smooth?: boolean): void;
|
|
26
|
+
/** Pick previous carousel item */
|
|
25
27
|
pickPrevious(): void;
|
|
28
|
+
/** Pick next carousel item */
|
|
26
29
|
pickNext(): void;
|
|
27
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselDirective, never>;
|
|
28
31
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CarouselDirective, "[fdCarousel]", never, { "config": "config"; "active": "active"; }, { "activeChange": "activeChange"; "dragStateChange": "dragStateChange"; }, ["items"], never, false>;
|
|
@@ -38,10 +38,9 @@ export declare class CarouselService implements OnDestroy {
|
|
|
38
38
|
isRtl: boolean;
|
|
39
39
|
/** carousel items query list */
|
|
40
40
|
items: QueryList<CarouselItemInterface>;
|
|
41
|
-
/**
|
|
42
|
-
get currentTransitionPx(): number;
|
|
43
|
-
/** set current transition value in px */
|
|
41
|
+
/** Current transition value in px */
|
|
44
42
|
set currentTransitionPx(currentTransitionPx: number);
|
|
43
|
+
get currentTransitionPx(): number;
|
|
45
44
|
/** @hidden */
|
|
46
45
|
private get elementsAtOnce();
|
|
47
46
|
/** @hidden */
|
|
@@ -50,8 +50,8 @@ export declare class CheckboxComponent implements ControlValueAccessor, AfterVie
|
|
|
50
50
|
/** @hidden */
|
|
51
51
|
private _subscriptions;
|
|
52
52
|
/** Sets values returned by control. */
|
|
53
|
-
get values(): FdCheckboxValues;
|
|
54
53
|
set values(checkboxValues: FdCheckboxValues);
|
|
54
|
+
get values(): FdCheckboxValues;
|
|
55
55
|
/** @hidden */
|
|
56
56
|
readonly position = "relative";
|
|
57
57
|
/** @hidden */
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class DeprecatedCheckboxContentDensityDirective extends DeprecatedCompactDirective {
|
|
4
|
+
/** @hidden */
|
|
4
5
|
constructor();
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedCheckboxContentDensityDirective, never>;
|
|
6
7
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedCheckboxContentDensityDirective, "fd-checkbox[compact]", never, {}, {}, never, never, false>;
|
|
@@ -17,7 +17,9 @@ export declare class ComboboxMobileComponent extends MobileModeBase<ComboboxInte
|
|
|
17
17
|
} | null;
|
|
18
18
|
/** @hidden */
|
|
19
19
|
private _selectedBackup;
|
|
20
|
+
/** @hidden */
|
|
20
21
|
constructor(elementRef: ElementRef, dialogService: DialogService, comboboxComponent: ComboboxInterface, mobileModes: MobileModeConfigToken[]);
|
|
22
|
+
/** @hidden */
|
|
21
23
|
ngOnInit(): void;
|
|
22
24
|
/** @hidden */
|
|
23
25
|
ngOnDestroy(): void;
|
|
@@ -25,6 +27,7 @@ export declare class ComboboxMobileComponent extends MobileModeBase<ComboboxInte
|
|
|
25
27
|
handleDismiss(): void;
|
|
26
28
|
/** @hidden */
|
|
27
29
|
handleApprove(): void;
|
|
30
|
+
/** @hidden */
|
|
28
31
|
private _toggleDialog;
|
|
29
32
|
/** @hidden */
|
|
30
33
|
private _listenOnMultiInputOpenChange;
|
|
@@ -209,10 +209,9 @@ export declare class ComboboxComponent implements ComboboxInterface, ControlValu
|
|
|
209
209
|
dialogApprove(): void;
|
|
210
210
|
/** If true value empty */
|
|
211
211
|
get isEmptyValue(): boolean;
|
|
212
|
-
/**
|
|
213
|
-
get inputText(): string;
|
|
214
|
-
/** Set the input text of the input. */
|
|
212
|
+
/** Input text of the input. */
|
|
215
213
|
set inputText(value: string);
|
|
214
|
+
get inputText(): string;
|
|
216
215
|
/** Get the glyph value based on whether the combobox is used as a search field or not. */
|
|
217
216
|
get glyphValue(): string;
|
|
218
217
|
/** @hidden */
|
|
@@ -265,6 +264,7 @@ export declare class ComboboxComponent implements ComboboxInterface, ControlValu
|
|
|
265
264
|
private setValue;
|
|
266
265
|
/** @hidden */
|
|
267
266
|
private _setUpMobileMode;
|
|
267
|
+
/** @hidden */
|
|
268
268
|
isSelected(term: any): boolean;
|
|
269
269
|
static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxComponent, never>;
|
|
270
270
|
static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxComponent, "fd-combobox", never, { "comboboxId": "comboboxId"; "inputId": "inputId"; "ariaLabel": "ariaLabel"; "ariaLabelledBy": "ariaLabelledBy"; "required": "required"; "dropdownValues": "dropdownValues"; "filterFn": "filterFn"; "disabled": "disabled"; "placeholder": "placeholder"; "isSearch": "isSearch"; "glyph": "glyph"; "showClearButton": "showClearButton"; "triggers": "triggers"; "closeOnOutsideClick": "closeOnOutsideClick"; "openOnKeyboardEvent": "openOnKeyboardEvent"; "state": "state"; "itemTemplate": "itemTemplate"; "groupFn": "groupFn"; "maxHeight": "maxHeight"; "searchFn": "searchFn"; "highlighting": "highlighting"; "closeOnSelect": "closeOnSelect"; "fillOnSelect": "fillOnSelect"; "autoComplete": "autoComplete"; "fillControlMode": "fillControlMode"; "communicateByObject": "communicateByObject"; "displayFn": "displayFn"; "buttonFocusable": "buttonFocusable"; "readOnly": "readOnly"; "mobile": "mobile"; "mobileConfig": "mobileConfig"; "showDropdownButton": "showDropdownButton"; "includes": "includes"; "title": "title"; "byline": "byline"; }, { "itemClicked": "itemClicked"; "openChange": "openChange"; "inputTextChange": "inputTextChange"; }, ["listMessages"], ["*", "*"], false>;
|
|
@@ -3,6 +3,7 @@ import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-densit
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class DeprecatedComboboxContentDensityDirective extends DeprecatedCompactDirective {
|
|
5
5
|
private elRef;
|
|
6
|
+
/** @hidden */
|
|
6
7
|
constructor(elRef: ElementRef);
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedComboboxContentDensityDirective, never>;
|
|
8
9
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedComboboxContentDensityDirective, "fd-combobox[compact]", never, {}, {}, never, never, false>;
|
|
@@ -5,6 +5,7 @@ export declare type GroupFunction<T = any> = (items: T[]) => {
|
|
|
5
5
|
[key: string]: T[];
|
|
6
6
|
};
|
|
7
7
|
export declare class ListGroupPipe<T = any> implements PipeTransform {
|
|
8
|
+
/** Group items */
|
|
8
9
|
transform(items: any[], group: GroupFunction<T>): KeyValue<string, T[]>[];
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListGroupPipe<any>, never>;
|
|
10
11
|
static ɵpipe: i0.ɵɵPipeDeclaration<ListGroupPipe<any>, "listGroupPipe", false>;
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
import { FactorySansProvider, ProviderToken } from '@angular/core';
|
|
2
2
|
import { ContentDensityMode } from '../types/content-density.mode';
|
|
3
3
|
export declare class ContentDensityObserverSettings {
|
|
4
|
+
/** Classes to be added to the element. */
|
|
4
5
|
modifiers?: Partial<Record<ContentDensityMode, string>>;
|
|
6
|
+
/** Supported content densities. */
|
|
5
7
|
supportedContentDensity?: ContentDensityMode[];
|
|
8
|
+
/** Default content density. */
|
|
6
9
|
defaultContentDensity?: ContentDensityMode | ProviderToken<ContentDensityMode> | FactorySansProvider;
|
|
10
|
+
/** Whether in debug mode. */
|
|
7
11
|
debug?: boolean;
|
|
8
12
|
}
|
|
@@ -10,12 +10,16 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
export declare class DeprecatedCompactDirective extends BehaviorSubject<ContentDensityMode> implements OnDestroy, ModuleDeprecation {
|
|
11
11
|
/** @deprecated use fdCompact directive instead */
|
|
12
12
|
set compact(value: BooleanInput);
|
|
13
|
+
/** @hidden */
|
|
13
14
|
readonly message: string;
|
|
15
|
+
/** @hidden */
|
|
14
16
|
readonly alternative: {
|
|
15
17
|
name: string;
|
|
16
18
|
link: string[];
|
|
17
19
|
};
|
|
20
|
+
/** @hidden */
|
|
18
21
|
constructor(selectorBase: string);
|
|
22
|
+
/** @hidden */
|
|
19
23
|
ngOnDestroy(): void;
|
|
20
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedCompactDirective, never>;
|
|
21
25
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedCompactDirective, never, never, { "compact": "compact"; }, {}, never, never, false>;
|
|
@@ -8,13 +8,18 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
* Directive decorator is only for allowing @Input
|
|
9
9
|
*/
|
|
10
10
|
export declare class DeprecatedCondensedDirective extends BehaviorSubject<ContentDensityMode> implements OnDestroy, ModuleDeprecation {
|
|
11
|
+
/** @deprecated use fdCondensed directive instead */
|
|
11
12
|
set condensed(value: BooleanInput);
|
|
13
|
+
/** @hidden */
|
|
12
14
|
readonly message: string;
|
|
15
|
+
/** @hidden */
|
|
13
16
|
readonly alternative: {
|
|
14
17
|
name: string;
|
|
15
18
|
link: string[];
|
|
16
19
|
};
|
|
20
|
+
/** @hidden */
|
|
17
21
|
constructor(selectorBase: string);
|
|
22
|
+
/** @hidden */
|
|
18
23
|
ngOnDestroy(): void;
|
|
19
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedCondensedDirective, never>;
|
|
20
25
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedCondensedDirective, never, never, { "condensed": "condensed"; }, {}, never, never, false>;
|
|
@@ -9,11 +9,17 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
export declare class DeprecatedContentDensityDirective extends BehaviorSubject<ContentDensityMode> implements OnDestroy, ModuleDeprecation {
|
|
10
10
|
/** @deprecated use fdCompact directive instead */
|
|
11
11
|
set contentDensity(value: any);
|
|
12
|
+
/** Deprecation message */
|
|
12
13
|
get message(): string;
|
|
14
|
+
/** Alternative usage description with a link to the docs */
|
|
13
15
|
get alternative(): any;
|
|
16
|
+
/** @hidden */
|
|
14
17
|
selectorBase: string;
|
|
18
|
+
/** @hidden */
|
|
15
19
|
private _manuallySet;
|
|
20
|
+
/** @hidden */
|
|
16
21
|
constructor();
|
|
22
|
+
/** @hidden */
|
|
17
23
|
ngOnDestroy(): void;
|
|
18
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedContentDensityDirective, never>;
|
|
19
25
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedContentDensityDirective, never, never, { "contentDensity": "contentDensity"; }, {}, never, never, false>;
|
|
@@ -8,13 +8,18 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
* Directive decorator is only for allowing @Input
|
|
9
9
|
*/
|
|
10
10
|
export declare class DeprecatedCozyDirective extends BehaviorSubject<ContentDensityMode> implements OnDestroy, ModuleDeprecation {
|
|
11
|
+
/** @deprecated use fdCozy directive instead */
|
|
11
12
|
set cozy(value: BooleanInput);
|
|
13
|
+
/** @hidden */
|
|
12
14
|
readonly message: string;
|
|
15
|
+
/** @hidden */
|
|
13
16
|
readonly alternative: {
|
|
14
17
|
name: string;
|
|
15
18
|
link: string[];
|
|
16
19
|
};
|
|
20
|
+
/** @hidden */
|
|
17
21
|
constructor(selectorBase: string);
|
|
22
|
+
/** @hidden */
|
|
18
23
|
ngOnDestroy(): void;
|
|
19
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedCozyDirective, never>;
|
|
20
25
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedCozyDirective, never, never, { "cozy": "cozy"; }, {}, never, never, false>;
|
|
@@ -4,6 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
import * as i1 from "./directives/content-density.directive";
|
|
5
5
|
import * as i2 from "@angular/common";
|
|
6
6
|
export declare class ContentDensityModule {
|
|
7
|
+
/** Module with providers */
|
|
7
8
|
static forRoot(config?: ContentDensityModuleConfig): ModuleWithProviders<ContentDensityModule>;
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContentDensityModule, never>;
|
|
9
10
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ContentDensityModule, [typeof i1.ContentDensityDirective], [typeof i2.CommonModule], [typeof i1.ContentDensityDirective]>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ContentDensityCallbackFn, ContentDensityObserverTarget } from '../content-density.types';
|
|
2
|
+
/** Content density callback factory */
|
|
2
3
|
export declare function contentDensityCallbackFactory(consumerConfig: ContentDensityObserverTarget | ContentDensityCallbackFn): ContentDensityCallbackFn;
|
|
@@ -7,10 +7,15 @@ export declare class LocalContentDensityStorage implements ContentDensityStorage
|
|
|
7
7
|
private _defaultContentDensity;
|
|
8
8
|
private _storageKey;
|
|
9
9
|
private _storage;
|
|
10
|
+
/** @hidden */
|
|
10
11
|
private _update$;
|
|
12
|
+
/** @hidden */
|
|
11
13
|
constructor(_defaultContentDensity: ContentDensityMode, _storageKey: string, _storage: LocalStorageService);
|
|
14
|
+
/** Content density observable */
|
|
12
15
|
getContentDensity(): Observable<ContentDensityMode>;
|
|
16
|
+
/** Change content density */
|
|
13
17
|
setContentDensity(density: ContentDensityMode): Observable<void>;
|
|
18
|
+
/** @hidden */
|
|
14
19
|
private _initialize;
|
|
15
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocalContentDensityStorage, never>;
|
|
16
21
|
static ɵprov: i0.ɵɵInjectableDeclaration<LocalContentDensityStorage>;
|
|
@@ -3,9 +3,13 @@ import { ContentDensityStorage } from '../classes/abstract-content-density-stora
|
|
|
3
3
|
import { ContentDensityMode } from '../types/content-density.mode';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class MemoryContentDensityStorage implements ContentDensityStorage {
|
|
6
|
+
/** @hidden */
|
|
6
7
|
private _currentContentDensity$;
|
|
8
|
+
/** @hidden */
|
|
7
9
|
constructor(defaultContentDensity: ContentDensityMode);
|
|
10
|
+
/** Content density observable */
|
|
8
11
|
getContentDensity(): Observable<ContentDensityMode>;
|
|
12
|
+
/** Change content density */
|
|
9
13
|
setContentDensity(density: ContentDensityMode): Observable<void>;
|
|
10
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<MemoryContentDensityStorage, never>;
|
|
11
15
|
static ɵprov: i0.ɵɵInjectableDeclaration<MemoryContentDensityStorage>;
|