@fundamental-ngx/core 0.49.1 → 0.49.2
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/avatar-group-legacy/avatar-group-legacy.component.d.ts +6 -6
- package/avatar-group-legacy/directives/avatar-group-legacy-overflow-body.directive.d.ts +2 -2
- package/avatar-group-legacy/directives/avatar-group-legacy-overflow-button.directive.d.ts +2 -2
- package/bar/bar.component.d.ts +6 -6
- package/bar/button-bar/button-bar.component.d.ts +4 -4
- package/calendar/calendar-header/calendar-header.component.d.ts +2 -2
- package/card/card-content.component.d.ts +2 -2
- package/card/card-counter.directive.d.ts +2 -2
- package/card/card-header.component.d.ts +6 -6
- package/card/card-loader.component.d.ts +2 -2
- package/card/card-second-subtitle.directive.d.ts +2 -2
- package/card/card-subtitle.directive.d.ts +2 -2
- package/card/card-title.directive.d.ts +2 -2
- package/card/card.component.d.ts +3 -3
- package/card/kpi/card-kpi-analytics-content.directive.d.ts +2 -2
- package/card/kpi/card-kpi-analytics-label.directive.d.ts +2 -2
- package/card/kpi/card-kpi-analytics.directive.d.ts +2 -2
- package/card/kpi/card-kpi-header.component.d.ts +2 -2
- package/card/kpi/card-kpi-scale-icon.directive.d.ts +2 -2
- package/card/kpi/card-kpi-scale-text.directive.d.ts +2 -2
- package/card/kpi/card-kpi-value.directive.d.ts +4 -4
- package/checkbox/checkbox/checkbox.component.d.ts +3 -5
- package/content-density/providers/url-content-density-storage.d.ts +4 -4
- package/content-density/services/content-density-observer.service.d.ts +15 -15
- package/datetime/datetime-adapter.d.ts +9 -2
- package/datetime/fd-date.d.ts +10 -14
- package/datetime/fd-datetime-adapter.d.ts +2 -2
- package/dialog/base/dialog-base.class.d.ts +2 -2
- package/dialog/base/dialog-header-base.class.d.ts +4 -4
- package/dialog/base/dialog-ref-base.class.d.ts +6 -4
- package/dynamic-side-content/dynamic-side-content.component.d.ts +4 -4
- package/esm2022/avatar-group-legacy/avatar-group-legacy.component.mjs +15 -15
- package/esm2022/avatar-group-legacy/directives/avatar-group-legacy-overflow-body.directive.mjs +12 -12
- package/esm2022/avatar-group-legacy/directives/avatar-group-legacy-overflow-button.directive.mjs +9 -9
- package/esm2022/bar/bar.component.mjs +13 -13
- package/esm2022/bar/button-bar/button-bar.component.mjs +3 -3
- package/esm2022/calendar/calendar-header/calendar-header.component.mjs +1 -1
- package/esm2022/card/card-content.component.mjs +5 -5
- package/esm2022/card/card-counter.directive.mjs +6 -6
- package/esm2022/card/card-header.component.mjs +5 -5
- package/esm2022/card/card-loader.component.mjs +5 -5
- package/esm2022/card/card-second-subtitle.directive.mjs +5 -5
- package/esm2022/card/card-subtitle.directive.mjs +5 -5
- package/esm2022/card/card-title.directive.mjs +5 -5
- package/esm2022/card/card.component.mjs +5 -5
- package/esm2022/card/kpi/card-kpi-analytics-content.directive.mjs +5 -5
- package/esm2022/card/kpi/card-kpi-analytics-label.directive.mjs +5 -5
- package/esm2022/card/kpi/card-kpi-analytics.directive.mjs +5 -5
- package/esm2022/card/kpi/card-kpi-header.component.mjs +5 -5
- package/esm2022/card/kpi/card-kpi-scale-icon.directive.mjs +5 -5
- package/esm2022/card/kpi/card-kpi-scale-text.directive.mjs +5 -5
- package/esm2022/card/kpi/card-kpi-value.directive.mjs +5 -5
- package/esm2022/checkbox/checkbox/checkbox.component.mjs +1 -1
- package/esm2022/combobox/combobox.component.mjs +2 -2
- package/esm2022/content-density/providers/url-content-density-storage.mjs +11 -11
- package/esm2022/content-density/services/content-density-observer.service.mjs +7 -16
- package/esm2022/datetime/datetime-adapter.mjs +4 -2
- package/esm2022/datetime/fd-date.mjs +34 -27
- package/esm2022/datetime/fd-datetime-adapter.mjs +1 -1
- package/esm2022/dialog/base/dialog-base.class.mjs +1 -1
- package/esm2022/dialog/base/dialog-header-base.class.mjs +1 -1
- package/esm2022/dialog/base/dialog-ref-base.class.mjs +4 -8
- package/esm2022/dynamic-side-content/dynamic-side-content.component.mjs +9 -9
- package/esm2022/feed-input/directives/feed-input-avatar.directive.mjs +5 -5
- package/esm2022/feed-list-item/components/list/feed-list.component.mjs +15 -15
- package/esm2022/file-uploader/directives/file-uploader-select.directive.mjs +1 -1
- package/esm2022/file-uploader/file-uploader.component.mjs +5 -5
- package/esm2022/fixed-card-layout/fixed-card-layout-item/fixed-card-layout-item.component.mjs +3 -3
- package/esm2022/form/form-group/form-group.component.mjs +8 -8
- package/esm2022/form/form-message/form-message.component.mjs +9 -9
- package/esm2022/grid-list/components/grid-list/grid-list.component.mjs +2 -3
- package/esm2022/grid-list/components/grid-list-item/grid-list-item.component.mjs +3 -3
- package/esm2022/illustrated-message/illustrated-message.component.mjs +10 -10
- package/esm2022/input-group/input-group-directives.mjs +22 -22
- package/esm2022/layout-grid/directives/layout-grid-col.directive.mjs +9 -9
- package/esm2022/layout-grid/layout-grid.component.mjs +9 -9
- package/esm2022/layout-panel/layout-panel-footer/layout-panel-footer.component.mjs +9 -9
- package/esm2022/list/list-item/list-item.component.mjs +20 -17
- package/esm2022/list/list-message.directive.mjs +9 -9
- package/esm2022/menu/directives/segmented-button/segmented-button-header.directive.mjs +1 -2
- package/esm2022/menu/directives/toggle-button.directive.mjs +1 -2
- package/esm2022/message-box/message-box.component.mjs +17 -17
- package/esm2022/message-page/message-page.component.mjs +5 -5
- package/esm2022/message-strip/alert/message-strip-alert/message-strip-alert.component.mjs +5 -5
- package/esm2022/message-strip/alert/message-strip-alert-container/message-strip-alert-container.component.mjs +1 -1
- package/esm2022/message-strip/alert/message-strip-alert.service.mjs +2 -3
- package/esm2022/message-strip/message-strip.component.mjs +16 -16
- package/esm2022/micro-process-flow/components/micro-process-flow/micro-process-flow.component.mjs +43 -45
- package/esm2022/micro-process-flow/components/micro-process-flow-item/micro-process-flow-item.component.mjs +1 -1
- package/esm2022/micro-process-flow/micro-process-flow-focusable-item.directive.mjs +13 -13
- package/esm2022/multi-combobox/multi-combobox.component.mjs +2 -5
- package/esm2022/multi-input/multi-input-mobile/multi-input-mobile.component.mjs +1 -1
- package/esm2022/multi-input/multi-input.component.mjs +2 -2
- package/esm2022/nested-list/nested-content/nested-list-content.directive.mjs +6 -6
- package/esm2022/nested-list/nested-item/nested-item.directive.mjs +3 -3
- package/esm2022/nested-list/nested-list/nested-list.directive.mjs +3 -3
- package/esm2022/notification/directives/notification-indicator.directive.mjs +9 -9
- package/esm2022/notification/notification/notification.component.mjs +9 -9
- package/esm2022/notification/notification-group/notification-group.component.mjs +5 -5
- package/esm2022/notification/notification-service/notification.service.mjs +5 -2
- package/esm2022/notification/notification-utils/notification-ref.mjs +2 -5
- package/esm2022/object-number/object-number.component.mjs +9 -9
- package/esm2022/object-status/object-status.component.mjs +13 -12
- package/esm2022/overflow-layout/directives/overflow-expand.directive.mjs +5 -5
- package/esm2022/overflow-layout/directives/overflow-item-ref.directive.mjs +1 -1
- package/esm2022/overflow-layout/directives/overflow-layout-focusable-item.directive.mjs +5 -5
- package/esm2022/overflow-layout/directives/overflow-layout-item-container.directive.mjs +8 -8
- package/esm2022/overflow-layout/interfaces/overflow-focusable-item.interface.mjs +1 -1
- package/esm2022/overflow-layout/overflow-layout.component.mjs +18 -18
- package/esm2022/radio/radio-button/radio-button.component.mjs +8 -9
- package/esm2022/rating-indicator/components/rating-indicator.component.mjs +28 -28
- package/esm2022/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.mjs +23 -23
- package/esm2022/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.mjs +7 -8
- package/esm2022/select/select.component.mjs +18 -18
- package/esm2022/shared/interfaces/search-component.interface.mjs +1 -1
- package/esm2022/shellbar/shellbar.component.mjs +7 -7
- package/esm2022/side-navigation/side-navigation.component.mjs +7 -7
- package/esm2022/skeleton/components/skeleton.component.mjs +3 -3
- package/esm2022/status-indicator/status-indicator.component.mjs +15 -15
- package/esm2022/table/directives/table-responsive-wrapper.directive.mjs +3 -3
- package/esm2022/tabs/tab-item/tab-item.directive.mjs +9 -9
- package/esm2022/tabs/tab-link/tab-link.directive.mjs +8 -8
- package/esm2022/tabs/tab-nav/tab-nav.component.mjs +15 -15
- package/esm2022/tabs/tab-panel/tab-panel.component.mjs +3 -3
- package/esm2022/tabs/tab-utils/tab-directives.mjs +8 -8
- package/esm2022/tile/directives/tile.directives.mjs +25 -25
- package/esm2022/tile/tile.component.mjs +9 -11
- package/esm2022/time/time-column/time-column.component.mjs +23 -23
- package/esm2022/timeline/services/position-strategies/base-strategy.mjs +1 -1
- package/esm2022/timeline/timeline.component.mjs +5 -5
- package/esm2022/title/title.component.mjs +4 -4
- package/esm2022/token/tokenizer.component.mjs +71 -71
- package/esm2022/toolbar/toolbar.component.mjs +3 -3
- package/esm2022/tree/components/tree-item/tree-item.component.mjs +4 -6
- package/esm2022/tree/tree.component.mjs +1 -4
- package/esm2022/upload-collection/upload-collection-item.directive.mjs +3 -3
- package/esm2022/vertical-navigation/vertical-navigation.component.mjs +6 -6
- package/esm2022/wizard/wizard-step/wizard-step.component.mjs +3 -3
- package/feed-input/directives/feed-input-avatar.directive.d.ts +2 -2
- package/feed-list-item/components/list/feed-list.component.d.ts +6 -6
- package/fesm2022/fundamental-ngx-core-avatar-group-legacy.mjs +33 -33
- package/fesm2022/fundamental-ngx-core-avatar-group-legacy.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-bar.mjs +14 -14
- package/fesm2022/fundamental-ngx-core-bar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-calendar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-card.mjs +61 -61
- package/fesm2022/fundamental-ngx-core-card.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-checkbox.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-combobox.mjs +1 -1
- package/fesm2022/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-content-density.mjs +17 -26
- package/fesm2022/fundamental-ngx-core-content-density.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-datetime.mjs +36 -27
- package/fesm2022/fundamental-ngx-core-datetime.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-dialog.mjs +3 -7
- package/fesm2022/fundamental-ngx-core-dialog.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-dynamic-side-content.mjs +8 -8
- package/fesm2022/fundamental-ngx-core-dynamic-side-content.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-feed-input.mjs +4 -4
- package/fesm2022/fundamental-ngx-core-feed-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-feed-list-item.mjs +14 -14
- package/fesm2022/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-file-uploader.mjs +4 -4
- package/fesm2022/fundamental-ngx-core-file-uploader.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-fixed-card-layout.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-fixed-card-layout.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-form.mjs +15 -15
- package/fesm2022/fundamental-ngx-core-form.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-grid-list.mjs +3 -4
- package/fesm2022/fundamental-ngx-core-grid-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-illustrated-message.mjs +9 -9
- package/fesm2022/fundamental-ngx-core-illustrated-message.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-input-group.mjs +21 -21
- package/fesm2022/fundamental-ngx-core-input-group.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-layout-grid.mjs +16 -16
- package/fesm2022/fundamental-ngx-core-layout-grid.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-layout-panel.mjs +8 -8
- package/fesm2022/fundamental-ngx-core-layout-panel.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-list.mjs +27 -24
- package/fesm2022/fundamental-ngx-core-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-menu.mjs +0 -2
- package/fesm2022/fundamental-ngx-core-menu.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-message-box.mjs +16 -16
- package/fesm2022/fundamental-ngx-core-message-box.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-message-page.mjs +4 -4
- package/fesm2022/fundamental-ngx-core-message-page.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-message-strip.mjs +20 -21
- package/fesm2022/fundamental-ngx-core-message-strip.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-micro-process-flow.mjs +55 -57
- package/fesm2022/fundamental-ngx-core-micro-process-flow.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-multi-combobox.mjs +1 -4
- package/fesm2022/fundamental-ngx-core-multi-combobox.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-multi-input.mjs +1 -1
- package/fesm2022/fundamental-ngx-core-multi-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-nested-list.mjs +9 -9
- package/fesm2022/fundamental-ngx-core-nested-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-notification.mjs +25 -25
- package/fesm2022/fundamental-ngx-core-notification.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-object-number.mjs +8 -8
- package/fesm2022/fundamental-ngx-core-object-number.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-object-status.mjs +12 -11
- package/fesm2022/fundamental-ngx-core-object-status.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-overflow-layout.mjs +32 -32
- package/fesm2022/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-radio.mjs +7 -8
- package/fesm2022/fundamental-ngx-core-radio.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-rating-indicator.mjs +27 -27
- package/fesm2022/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-resizable-card-layout.mjs +28 -29
- package/fesm2022/fundamental-ngx-core-resizable-card-layout.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-select.mjs +17 -17
- package/fesm2022/fundamental-ngx-core-select.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-shellbar.mjs +6 -6
- package/fesm2022/fundamental-ngx-core-shellbar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-side-navigation.mjs +6 -6
- package/fesm2022/fundamental-ngx-core-side-navigation.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-skeleton.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-skeleton.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-status-indicator.mjs +14 -14
- package/fesm2022/fundamental-ngx-core-status-indicator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-table.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-table.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-tabs.mjs +38 -38
- package/fesm2022/fundamental-ngx-core-tabs.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-tile.mjs +32 -34
- package/fesm2022/fundamental-ngx-core-tile.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-time.mjs +23 -23
- package/fesm2022/fundamental-ngx-core-time.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-timeline.mjs +4 -4
- package/fesm2022/fundamental-ngx-core-timeline.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-title.mjs +3 -3
- package/fesm2022/fundamental-ngx-core-title.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-token.mjs +70 -70
- package/fesm2022/fundamental-ngx-core-token.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-toolbar.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-toolbar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-tree.mjs +3 -8
- package/fesm2022/fundamental-ngx-core-tree.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-upload-collection.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-upload-collection.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-vertical-navigation.mjs +5 -5
- package/fesm2022/fundamental-ngx-core-vertical-navigation.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-wizard.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-wizard.mjs.map +1 -1
- package/file-uploader/directives/file-uploader-select.directive.d.ts +1 -1
- package/file-uploader/file-uploader.component.d.ts +4 -4
- package/form/form-group/form-group.component.d.ts +4 -4
- package/form/form-message/form-message.component.d.ts +2 -2
- package/grid-list/components/grid-list/grid-list.component.d.ts +3 -2
- package/grid-list/components/grid-list-item/grid-list-item.component.d.ts +8 -8
- package/illustrated-message/illustrated-message.component.d.ts +7 -7
- package/input-group/input-group-directives.d.ts +12 -12
- package/layout-grid/directives/layout-grid-col.directive.d.ts +2 -2
- package/layout-grid/layout-grid.component.d.ts +2 -2
- package/layout-panel/layout-panel-footer/layout-panel-footer.component.d.ts +2 -2
- package/list/list-item/list-item.component.d.ts +13 -13
- package/list/list-message.directive.d.ts +4 -4
- package/message-box/message-box.component.d.ts +5 -5
- package/message-page/message-page.component.d.ts +2 -2
- package/message-strip/alert/message-strip-alert/message-strip-alert.component.d.ts +4 -4
- package/message-strip/alert/message-strip-alert-container/message-strip-alert-container.component.d.ts +4 -4
- package/message-strip/alert/message-strip-alert.service.d.ts +3 -2
- package/message-strip/message-strip.component.d.ts +6 -6
- package/micro-process-flow/components/micro-process-flow/micro-process-flow.component.d.ts +15 -17
- package/micro-process-flow/components/micro-process-flow-item/micro-process-flow-item.component.d.ts +2 -2
- package/micro-process-flow/micro-process-flow-focusable-item.directive.d.ts +6 -6
- package/multi-input/multi-input-mobile/multi-input-mobile.component.d.ts +2 -2
- package/nested-list/nested-content/nested-list-content.directive.d.ts +2 -2
- package/nested-list/nested-item/nested-item.directive.d.ts +2 -2
- package/nested-list/nested-list/nested-list.directive.d.ts +2 -2
- package/notification/directives/notification-indicator.directive.d.ts +4 -4
- package/notification/notification/notification.component.d.ts +2 -2
- package/notification/notification-group/notification-group.component.d.ts +2 -2
- package/notification/notification-utils/notification-ref.d.ts +5 -3
- package/object-number/object-number.component.d.ts +4 -4
- package/object-status/object-status.component.d.ts +5 -4
- package/overflow-layout/directives/overflow-expand.directive.d.ts +2 -2
- package/overflow-layout/directives/overflow-item-ref.directive.d.ts +2 -2
- package/overflow-layout/directives/overflow-layout-focusable-item.directive.d.ts +2 -2
- package/overflow-layout/directives/overflow-layout-item-container.directive.d.ts +2 -2
- package/overflow-layout/interfaces/overflow-focusable-item.interface.d.ts +1 -1
- package/overflow-layout/overflow-layout.component.d.ts +4 -4
- package/package.json +3 -3
- package/radio/radio-button/radio-button.component.d.ts +7 -7
- package/rating-indicator/components/rating-indicator.component.d.ts +12 -12
- package/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.d.ts +8 -8
- package/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.d.ts +2 -2
- package/select/select.component.d.ts +19 -19
- package/shared/interfaces/search-component.interface.d.ts +1 -1
- package/shellbar/shellbar.component.d.ts +12 -12
- package/side-navigation/side-navigation.component.d.ts +2 -2
- package/skeleton/components/skeleton.component.d.ts +2 -2
- package/status-indicator/status-indicator.component.d.ts +7 -7
- package/tabs/tab-item/tab-item.directive.d.ts +2 -2
- package/tabs/tab-link/tab-link.directive.d.ts +2 -2
- package/tabs/tab-nav/tab-nav.component.d.ts +8 -8
- package/tabs/tab-panel/tab-panel.component.d.ts +2 -2
- package/tabs/tab-utils/tab-directives.d.ts +5 -5
- package/tile/directives/tile.directives.d.ts +12 -12
- package/tile/tile.component.d.ts +4 -6
- package/time/time-column/time-column.component.d.ts +6 -6
- package/timeline/services/position-strategies/base-strategy.d.ts +2 -2
- package/timeline/timeline.component.d.ts +2 -2
- package/title/title.component.d.ts +2 -2
- package/token/tokenizer.component.d.ts +16 -16
- package/toolbar/toolbar.component.d.ts +2 -2
- package/tree/components/tree-item/tree-item.component.d.ts +10 -9
- package/upload-collection/upload-collection-item.directive.d.ts +2 -2
- package/vertical-navigation/vertical-navigation.component.d.ts +2 -2
- package/wizard/wizard-step/wizard-step.component.d.ts +4 -4
|
@@ -12,18 +12,18 @@ export declare class InputGroupInputDirective implements CssClassBuilder, OnInit
|
|
|
12
12
|
private _subscriptions;
|
|
13
13
|
/** @hidden */
|
|
14
14
|
constructor(elementRef: ElementRef, _contentDensityObserver: ContentDensityObserver);
|
|
15
|
-
/** @hidden */
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
/** @hidden */
|
|
18
|
-
ngOnChanges(): void;
|
|
19
|
-
/** @hidden */
|
|
20
|
-
ngOnDestroy(): void;
|
|
21
15
|
/** @hidden
|
|
22
16
|
* CssClassBuilder interface implementation
|
|
23
17
|
* function must return single string
|
|
24
18
|
* function is responsible for order which css classes are applied
|
|
25
19
|
*/
|
|
26
20
|
buildComponentCssClass(): string[];
|
|
21
|
+
/** @hidden */
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
/** @hidden */
|
|
24
|
+
ngOnChanges(): void;
|
|
25
|
+
/** @hidden */
|
|
26
|
+
ngOnDestroy(): void;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupInputDirective, never>;
|
|
28
28
|
static ɵdir: i0.ɵɵDirectiveDeclaration<InputGroupInputDirective, "[fdInputGroupInput], [fd-input-group-input]", never, { "class": { "alias": "class"; "required": false; }; }, {}, never, never, true, never>;
|
|
29
29
|
}
|
|
@@ -59,6 +59,12 @@ export declare class InputGroupAddOnDirective implements OnInit, OnChanges, CssC
|
|
|
59
59
|
private _subscriptions;
|
|
60
60
|
/** @hidden */
|
|
61
61
|
constructor(elementRef: ElementRef, renderer: Renderer2, _contentDensityObserver: ContentDensityObserver);
|
|
62
|
+
/** @hidden
|
|
63
|
+
* CssClassBuilder interface implementation
|
|
64
|
+
* function must return single string
|
|
65
|
+
* function is responsible for order which css classes are applied
|
|
66
|
+
*/
|
|
67
|
+
buildComponentCssClass(): string[];
|
|
62
68
|
/** @hidden */
|
|
63
69
|
ngOnInit(): void;
|
|
64
70
|
/** @hidden */
|
|
@@ -67,12 +73,6 @@ export declare class InputGroupAddOnDirective implements OnInit, OnChanges, CssC
|
|
|
67
73
|
ngAfterContentInit(): void;
|
|
68
74
|
/** @hidden */
|
|
69
75
|
ngOnDestroy(): void;
|
|
70
|
-
/** @hidden
|
|
71
|
-
* CssClassBuilder interface implementation
|
|
72
|
-
* function must return single string
|
|
73
|
-
* function is responsible for order which css classes are applied
|
|
74
|
-
*/
|
|
75
|
-
buildComponentCssClass(): string[];
|
|
76
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupAddOnDirective, never>;
|
|
77
77
|
static ɵdir: i0.ɵɵDirectiveDeclaration<InputGroupAddOnDirective, "[fdInputGroupAddon], [fd-input-group-addon]", never, { "class": { "alias": "class"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "type": { "alias": "type"; "required": false; }; "state": { "alias": "state"; "required": false; }; "button": { "alias": "button"; "required": false; }; }, {}, never, never, true, never>;
|
|
78
78
|
}
|
|
@@ -27,12 +27,12 @@ export declare class LayoutGridColDirective implements CssClassBuilder, OnInit,
|
|
|
27
27
|
/** @hidden */
|
|
28
28
|
constructor(elementRef: ElementRef);
|
|
29
29
|
/** @hidden */
|
|
30
|
+
buildComponentCssClass(): string[];
|
|
31
|
+
/** @hidden */
|
|
30
32
|
ngOnChanges(): void;
|
|
31
33
|
/** @hidden */
|
|
32
34
|
ngOnInit(): void;
|
|
33
35
|
/** @hidden */
|
|
34
|
-
buildComponentCssClass(): string[];
|
|
35
|
-
/** @hidden */
|
|
36
36
|
getCssClassWithColWidth(classPrefix: string, colWidth: NumberInput): string | null;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutGridColDirective, never>;
|
|
38
38
|
static ɵdir: i0.ɵɵDirectiveDeclaration<LayoutGridColDirective, "[fd-layout-grid-col], [fdLayoutGridCol]", never, { "fdLayoutGridCol": { "alias": "fdLayoutGridCol"; "required": false; }; "colGrow": { "alias": "colGrow"; "required": false; }; "colMd": { "alias": "colMd"; "required": false; }; "colLg": { "alias": "colLg"; "required": false; }; "colXl": { "alias": "colXl"; "required": false; }; "colOffset": { "alias": "colOffset"; "required": false; }; "colOffsetMd": { "alias": "colOffsetMd"; "required": false; }; "colOffsetLg": { "alias": "colOffsetLg"; "required": false; }; "colOffsetXl": { "alias": "colOffsetXl"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -22,11 +22,11 @@ export declare class LayoutGridComponent implements OnInit, OnChanges, CssClassB
|
|
|
22
22
|
/** @hidden */
|
|
23
23
|
constructor(elementRef: ElementRef);
|
|
24
24
|
/** @hidden */
|
|
25
|
+
buildComponentCssClass(): string[];
|
|
26
|
+
/** @hidden */
|
|
25
27
|
ngOnInit(): void;
|
|
26
28
|
/** @hidden */
|
|
27
29
|
ngOnChanges(): void;
|
|
28
|
-
/** @hidden */
|
|
29
|
-
buildComponentCssClass(): string[];
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutGridComponent, never>;
|
|
31
31
|
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutGridComponent, "fd-layout-grid, [fdLayoutGrid]", never, { "class": { "alias": "class"; "required": false; }; "noGap": { "alias": "noGap"; "required": false; }; "noHorizontalGap": { "alias": "noHorizontalGap"; "required": false; }; "noVerticalGap": { "alias": "noVerticalGap"; "required": false; }; }, {}, ["_rowsQueryList"], ["*"], true, never>;
|
|
32
32
|
}
|
|
@@ -14,11 +14,11 @@ export declare class LayoutPanelFooterComponent implements OnInit, OnChanges, Cs
|
|
|
14
14
|
/** @hidden */
|
|
15
15
|
constructor(elementRef: ElementRef<HTMLElement>);
|
|
16
16
|
/** @hidden */
|
|
17
|
+
buildComponentCssClass(): string[];
|
|
18
|
+
/** @hidden */
|
|
17
19
|
ngOnInit(): void;
|
|
18
20
|
/** @hidden */
|
|
19
21
|
ngOnChanges(): void;
|
|
20
|
-
/** @hidden */
|
|
21
|
-
buildComponentCssClass(): string[];
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutPanelFooterComponent, never>;
|
|
23
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutPanelFooterComponent, "fd-layout-panel-footer", never, { "class": { "alias": "class"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
24
24
|
}
|
|
@@ -30,12 +30,14 @@ export declare class ListItemComponent<T = any> extends ListFocusItem<T> impleme
|
|
|
30
30
|
* Whether the list item is byline
|
|
31
31
|
*/
|
|
32
32
|
byline: boolean;
|
|
33
|
+
/** Aria-role attribute. */
|
|
34
|
+
ariaRole: Nullable<string>;
|
|
35
|
+
/** The ID of the list item element */
|
|
36
|
+
id: string;
|
|
33
37
|
/** @hidden Implementation of KeyboardSupportItemInterface | TODO Revisit KeyboardSupportItemInterface*/
|
|
34
38
|
keyDown: EventEmitter<KeyboardEvent>;
|
|
35
39
|
/** Whether list item contains link */
|
|
36
40
|
link: boolean;
|
|
37
|
-
/** Aria-role attribute. */
|
|
38
|
-
ariaRole: Nullable<string>;
|
|
39
41
|
/** @hidden */
|
|
40
42
|
set radio(value: RadioButtonComponent);
|
|
41
43
|
get radio(): RadioButtonComponent;
|
|
@@ -46,6 +48,12 @@ export declare class ListItemComponent<T = any> extends ListFocusItem<T> impleme
|
|
|
46
48
|
linkDirectives: QueryList<ListLinkDirective>;
|
|
47
49
|
/** @hidden */
|
|
48
50
|
buttons: QueryList<ButtonComponent>;
|
|
51
|
+
/** @hidden group header id, that is being set by parent list component */
|
|
52
|
+
_relatedGroupHeaderId: string | null;
|
|
53
|
+
/** @hidden */
|
|
54
|
+
readonly _list: import("@fundamental-ngx/core/list").ListComponentInterface | null;
|
|
55
|
+
/** @hidden */
|
|
56
|
+
private _role;
|
|
49
57
|
/** @hidden An RxJS Subject that will kill the data stream upon component’s destruction (for unsubscribing) */
|
|
50
58
|
private readonly _destroyRef;
|
|
51
59
|
/** @hidden */
|
|
@@ -54,19 +62,11 @@ export declare class ListItemComponent<T = any> extends ListFocusItem<T> impleme
|
|
|
54
62
|
private _radio;
|
|
55
63
|
/** @hidden */
|
|
56
64
|
private _checkbox;
|
|
57
|
-
/** @hidden group header id, that is being set by parent list component */
|
|
58
|
-
_relatedGroupHeaderId: string | null;
|
|
59
|
-
/** @hidden */
|
|
60
|
-
private get roleAttr();
|
|
61
|
-
/** @hidden */
|
|
62
|
-
private _role;
|
|
63
|
-
/** @hidden */
|
|
64
|
-
readonly _uniqueId: string;
|
|
65
|
-
/** @hidden */
|
|
66
|
-
readonly _list: import("@fundamental-ngx/core/list").ListComponentInterface | null;
|
|
67
65
|
/** @hidden */
|
|
68
66
|
constructor(_changeDetectorRef: ChangeDetectorRef);
|
|
69
67
|
/** @hidden */
|
|
68
|
+
private get roleAttr();
|
|
69
|
+
/** @hidden */
|
|
70
70
|
keydownHandler(event: KeyboardEvent): void;
|
|
71
71
|
/** @hidden */
|
|
72
72
|
keyupHandler(event: KeyboardEvent): void;
|
|
@@ -85,5 +85,5 @@ export declare class ListItemComponent<T = any> extends ListFocusItem<T> impleme
|
|
|
85
85
|
/** @hidden */
|
|
86
86
|
private _muteEvent;
|
|
87
87
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListItemComponent<any>, never>;
|
|
88
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListItemComponent<any>, "[fdListItem] ,[fd-list-item]", never, { "selected": { "alias": "selected"; "required": false; }; "noData": { "alias": "noData"; "required": false; }; "action": { "alias": "action"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "growing": { "alias": "growing"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "unread": { "alias": "unread"; "required": false; }; "byline": { "alias": "byline"; "required": false; }; "ariaRole": { "alias": "ariaRole"; "required": false; }; }, { "keyDown": "keyDown"; }, ["radio", "checkbox", "linkDirectives", "buttons"], ["fd-checkbox", "fd-radio-button", "*"], true, never>;
|
|
88
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListItemComponent<any>, "[fdListItem] ,[fd-list-item]", never, { "selected": { "alias": "selected"; "required": false; }; "noData": { "alias": "noData"; "required": false; }; "action": { "alias": "action"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "growing": { "alias": "growing"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "unread": { "alias": "unread"; "required": false; }; "byline": { "alias": "byline"; "required": false; }; "ariaRole": { "alias": "ariaRole"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "keyDown": "keyDown"; }, ["radio", "checkbox", "linkDirectives", "buttons"], ["fd-checkbox", "fd-radio-button", "*"], true, never>;
|
|
89
89
|
}
|
|
@@ -10,16 +10,16 @@ export declare class ListMessageDirective implements OnChanges, OnInit, CssClass
|
|
|
10
10
|
class: string;
|
|
11
11
|
/** @hidden */
|
|
12
12
|
constructor(elementRef: ElementRef);
|
|
13
|
-
/** @hidden */
|
|
14
|
-
ngOnChanges(): void;
|
|
15
|
-
/** @hidden */
|
|
16
|
-
ngOnInit(): void;
|
|
17
13
|
/** @hidden
|
|
18
14
|
* CssClassBuilder interface implementation
|
|
19
15
|
* function must return single string
|
|
20
16
|
* function is responsible for order which css classes are applied
|
|
21
17
|
*/
|
|
22
18
|
buildComponentCssClass(): string[];
|
|
19
|
+
/** @hidden */
|
|
20
|
+
ngOnChanges(): void;
|
|
21
|
+
/** @hidden */
|
|
22
|
+
ngOnInit(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListMessageDirective, never>;
|
|
24
24
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ListMessageDirective, "[fd-list-message], [fdListMessage]", never, { "type": { "alias": "type"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, never, true, never>;
|
|
25
25
|
}
|
|
@@ -27,13 +27,15 @@ export declare class MessageBoxComponent extends DialogBase implements OnInit, O
|
|
|
27
27
|
/** @hidden */
|
|
28
28
|
dialogWindow: ElementRef;
|
|
29
29
|
/** @hidden */
|
|
30
|
+
get _config(): MessageBoxConfig;
|
|
31
|
+
/** @hidden */
|
|
32
|
+
get _ref(): MessageBoxRef;
|
|
33
|
+
/** @hidden */
|
|
30
34
|
private _class;
|
|
31
35
|
/** @hidden */
|
|
32
36
|
constructor(_messageBoxConfig: MessageBoxConfig, _messageBoxRef: MessageBoxRef);
|
|
33
37
|
/** @hidden */
|
|
34
|
-
|
|
35
|
-
/** @hidden */
|
|
36
|
-
get _ref(): MessageBoxRef;
|
|
38
|
+
buildComponentCssClass(): string[];
|
|
37
39
|
/** @hidden */
|
|
38
40
|
ngOnInit(): void;
|
|
39
41
|
/** @hidden */
|
|
@@ -43,8 +45,6 @@ export declare class MessageBoxComponent extends DialogBase implements OnInit, O
|
|
|
43
45
|
/** @hidden */
|
|
44
46
|
ngOnDestroy(): void;
|
|
45
47
|
/** @hidden */
|
|
46
|
-
buildComponentCssClass(): string[];
|
|
47
|
-
/** @hidden */
|
|
48
48
|
private get _messageBoxTypeClass();
|
|
49
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageBoxComponent, [{ optional: true; }, { optional: true; }]>;
|
|
50
50
|
static ɵcmp: i0.ɵɵComponentDeclaration<MessageBoxComponent, "fd-message-box", never, { "class": { "alias": "class"; "required": false; }; "embeddedMessageBoxRef": { "alias": "messageBoxRef"; "required": false; }; "embeddedMessageBoxConfig": { "alias": "messageBoxConfig"; "required": false; }; }, {}, never, ["fd-message-box-header", "fd-message-box-body", "fd-message-box-footer"], true, never>;
|
|
@@ -37,14 +37,14 @@ export declare class MessagePageComponent implements OnChanges, OnInit, CssClass
|
|
|
37
37
|
private _glyph;
|
|
38
38
|
/** @hidden */
|
|
39
39
|
constructor(elementRef: ElementRef);
|
|
40
|
-
/** @hidden */
|
|
41
|
-
ngOnChanges(): void;
|
|
42
40
|
/** @hidden
|
|
43
41
|
* CssClassBuilder interface implementation
|
|
44
42
|
* function is responsible for order which css classes are applied
|
|
45
43
|
*/
|
|
46
44
|
buildComponentCssClass(): string[];
|
|
47
45
|
/** @hidden */
|
|
46
|
+
ngOnChanges(): void;
|
|
47
|
+
/** @hidden */
|
|
48
48
|
ngOnInit(): void;
|
|
49
49
|
/**
|
|
50
50
|
* @hidden
|
|
@@ -25,6 +25,10 @@ export declare class MessageStripAlertComponent<ComponentType = unknown> impleme
|
|
|
25
25
|
messageStripConfig: MessageStripConfiguration;
|
|
26
26
|
/** Portal, which is responsible for correctly rendering user provided content. It can be any type of the portal */
|
|
27
27
|
contentPortal: Portal<unknown>;
|
|
28
|
+
/**
|
|
29
|
+
* Reference to the message strip alert, which is used to close it from the outside, or access the data and/or the component instance
|
|
30
|
+
* */
|
|
31
|
+
readonly alertRef: MessageStripAlertRef;
|
|
28
32
|
/** @hidden */
|
|
29
33
|
private viewContainerRef;
|
|
30
34
|
/** @hidden */
|
|
@@ -34,10 +38,6 @@ export declare class MessageStripAlertComponent<ComponentType = unknown> impleme
|
|
|
34
38
|
* It should be properly cleared on component destroy.
|
|
35
39
|
*/
|
|
36
40
|
private autoDismissTimeout;
|
|
37
|
-
/**
|
|
38
|
-
* Reference to the message strip alert, which is used to close it from the outside, or access the data and/or the component instance
|
|
39
|
-
* */
|
|
40
|
-
readonly alertRef: MessageStripAlertRef;
|
|
41
41
|
/** @hidden */
|
|
42
42
|
constructor();
|
|
43
43
|
/**
|
|
@@ -8,6 +8,10 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
* This will be rendered in the overlay. It is responsible for rendering the alerts and the footer.
|
|
9
9
|
*/
|
|
10
10
|
export declare class MessageStripAlertContainerComponent implements AfterViewInit {
|
|
11
|
+
/** @hidden */
|
|
12
|
+
portalOutlets: QueryList<CdkPortalOutlet>;
|
|
13
|
+
/** @hidden */
|
|
14
|
+
alerts: QueryList<MessageStripAlert>;
|
|
11
15
|
/**
|
|
12
16
|
* The list of the elements that are attached to the container.
|
|
13
17
|
*/
|
|
@@ -18,10 +22,6 @@ export declare class MessageStripAlertContainerComponent implements AfterViewIni
|
|
|
18
22
|
*/
|
|
19
23
|
alertRefs$: Observable<MessageStripAlertRef[]>;
|
|
20
24
|
/** @hidden */
|
|
21
|
-
portalOutlets: QueryList<CdkPortalOutlet>;
|
|
22
|
-
/** @hidden */
|
|
23
|
-
alerts: QueryList<MessageStripAlert>;
|
|
24
|
-
/** @hidden */
|
|
25
25
|
ngAfterViewInit(): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageStripAlertContainerComponent, never>;
|
|
27
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<MessageStripAlertContainerComponent, "fd-message-strip-alert-container", never, {}, {}, never, never, true, never>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Type } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
2
3
|
import { MessageStripAlertPosition } from './message-strip-alert.position';
|
|
3
4
|
import { MessageStripAlertRef } from './message-strip-alert.ref';
|
|
4
5
|
import { OpenMessageStripAlertConfig } from './open-message-strip-alert.config';
|
|
@@ -11,6 +12,8 @@ import * as i0 from "@angular/core";
|
|
|
11
12
|
* given position.
|
|
12
13
|
*/
|
|
13
14
|
export declare class MessageStripAlertService {
|
|
15
|
+
/** @hidden */
|
|
16
|
+
footerComponents$: Observable<Partial<Record<MessageStripAlertPosition, Type<any>>>>;
|
|
14
17
|
/** @hidden */
|
|
15
18
|
private injector;
|
|
16
19
|
/** @hidden */
|
|
@@ -26,8 +29,6 @@ export declare class MessageStripAlertService {
|
|
|
26
29
|
/** @hidden */
|
|
27
30
|
private _messageStripAlertContainerFooters$;
|
|
28
31
|
/** @hidden */
|
|
29
|
-
footerComponents$: import("rxjs").Observable<Partial<Record<"top-start" | "top-middle" | "top-end" | "bottom-start" | "bottom-middle" | "bottom-end", Type<any>>>>;
|
|
30
|
-
/** @hidden */
|
|
31
32
|
constructor();
|
|
32
33
|
/**
|
|
33
34
|
* Set the footer component for a given position.
|
|
@@ -43,6 +43,12 @@ export declare class MessageStripComponent implements OnInit, OnChanges, CssClas
|
|
|
43
43
|
icon: MessageStripIconDirective;
|
|
44
44
|
/** @hidden */
|
|
45
45
|
constructor(elementRef: ElementRef);
|
|
46
|
+
/** @hidden
|
|
47
|
+
* CssClassBuilder interface implementation
|
|
48
|
+
* function must return single string
|
|
49
|
+
* function is responsible for order which css classes are applied
|
|
50
|
+
*/
|
|
51
|
+
buildComponentCssClass(): string[];
|
|
46
52
|
/** @hidden */
|
|
47
53
|
ngOnInit(): void;
|
|
48
54
|
/** @hidden */
|
|
@@ -55,12 +61,6 @@ export declare class MessageStripComponent implements OnInit, OnChanges, CssClas
|
|
|
55
61
|
* Dismisses the message-strip.
|
|
56
62
|
*/
|
|
57
63
|
dismiss(): void;
|
|
58
|
-
/** @hidden
|
|
59
|
-
* CssClassBuilder interface implementation
|
|
60
|
-
* function must return single string
|
|
61
|
-
* function is responsible for order which css classes are applied
|
|
62
|
-
*/
|
|
63
|
-
buildComponentCssClass(): string[];
|
|
64
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageStripComponent, never>;
|
|
65
65
|
static ɵcmp: i0.ɵɵComponentDeclaration<MessageStripComponent, "fd-message-strip", never, { "class": { "alias": "class"; "required": false; }; "dismissible": { "alias": "dismissible"; "required": false; }; "noIcon": { "alias": "noIcon"; "required": false; }; "type": { "alias": "type"; "required": false; }; "id": { "alias": "id"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "marginBottom": { "alias": "marginBottom"; "required": false; }; "indicationColor": { "alias": "indicationColor"; "required": false; }; }, { "onDismiss": "onDismiss"; }, ["icon"], ["*"], true, never>;
|
|
66
66
|
static ngAcceptInputType_dismissible: unknown;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, OnDestroy, OnInit, QueryList } from '@angular/core';
|
|
2
2
|
import { RtlService } from '@fundamental-ngx/cdk/utils';
|
|
3
|
-
import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
4
3
|
import { Subject } from 'rxjs';
|
|
5
4
|
import { MicroProcessFlowFocusableItemDirective } from '../../micro-process-flow-focusable-item.directive';
|
|
6
5
|
import { MicroProcessFlowItemComponent } from '../micro-process-flow-item/micro-process-flow-item.component';
|
|
@@ -8,7 +7,6 @@ import * as i0 from "@angular/core";
|
|
|
8
7
|
export declare class MicroProcessFlowComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
9
8
|
private _cd;
|
|
10
9
|
private _rtl;
|
|
11
|
-
private _contentDensityObserver;
|
|
12
10
|
/** Should connector between items be hidden. */
|
|
13
11
|
independentSteps: boolean;
|
|
14
12
|
/** Pagination transition speed in milliseconds */
|
|
@@ -19,6 +17,12 @@ export declare class MicroProcessFlowComponent implements OnInit, OnDestroy, Aft
|
|
|
19
17
|
items: QueryList<MicroProcessFlowItemComponent>;
|
|
20
18
|
/** Micro process flow items. */
|
|
21
19
|
focusableItems: QueryList<MicroProcessFlowFocusableItemDirective>;
|
|
20
|
+
/** @hidden */
|
|
21
|
+
private _wrapperContainer;
|
|
22
|
+
/** @hidden */
|
|
23
|
+
private _container;
|
|
24
|
+
/** @hidden */
|
|
25
|
+
private _goNextButton;
|
|
22
26
|
/**
|
|
23
27
|
* Previous items outside the viewport.
|
|
24
28
|
*/
|
|
@@ -34,12 +38,6 @@ export declare class MicroProcessFlowComponent implements OnInit, OnDestroy, Aft
|
|
|
34
38
|
/** Should show previous button. */
|
|
35
39
|
get showPreviousButton(): boolean;
|
|
36
40
|
/** @hidden */
|
|
37
|
-
private _wrapperContainer;
|
|
38
|
-
/** @hidden */
|
|
39
|
-
private _container;
|
|
40
|
-
/** @hidden */
|
|
41
|
-
private _goNextButton;
|
|
42
|
-
/** @hidden */
|
|
43
41
|
private _isRtl;
|
|
44
42
|
/** @hidden */
|
|
45
43
|
private get _paginationDirection();
|
|
@@ -52,26 +50,21 @@ export declare class MicroProcessFlowComponent implements OnInit, OnDestroy, Aft
|
|
|
52
50
|
/** @hidden */
|
|
53
51
|
private _focusedElementIndex;
|
|
54
52
|
/** @hidden */
|
|
55
|
-
constructor(_cd: ChangeDetectorRef, _rtl: RtlService
|
|
53
|
+
constructor(_cd: ChangeDetectorRef, _rtl: RtlService);
|
|
54
|
+
/** @hidden */
|
|
55
|
+
handleKeyboardEvent(event: KeyboardEvent): void;
|
|
56
56
|
/** @hidden */
|
|
57
57
|
ngOnInit(): void;
|
|
58
58
|
/** @hidden */
|
|
59
59
|
ngAfterViewInit(): void;
|
|
60
60
|
/** @hidden */
|
|
61
61
|
ngOnDestroy(): void;
|
|
62
|
-
/** @hidden */
|
|
63
|
-
handleKeyboardEvent(event: KeyboardEvent): void;
|
|
64
62
|
/** Listens on items change and checks if navigation buttons should be visible. */
|
|
65
63
|
listenOnItemsChange(): void;
|
|
66
64
|
/** Scrolls to the next item. */
|
|
67
65
|
goNext(): void;
|
|
68
66
|
/** Scrolls to the previous item. */
|
|
69
67
|
goBack(): void;
|
|
70
|
-
/**
|
|
71
|
-
* Checks if navigation buttons should be visible depending on the amount of items
|
|
72
|
-
* and current pagination offset.
|
|
73
|
-
*/
|
|
74
|
-
private _setNavigationButtons;
|
|
75
68
|
/**
|
|
76
69
|
* Sets last focused element index.
|
|
77
70
|
* @param elm Focused HTML element.
|
|
@@ -83,6 +76,11 @@ export declare class MicroProcessFlowComponent implements OnInit, OnDestroy, Aft
|
|
|
83
76
|
* @param event The keyboard event.
|
|
84
77
|
*/
|
|
85
78
|
onKeypressHandler(offset: number, event: KeyboardEvent): void;
|
|
79
|
+
/**
|
|
80
|
+
* Checks if navigation buttons should be visible depending on the amount of items
|
|
81
|
+
* and current pagination offset.
|
|
82
|
+
*/
|
|
83
|
+
private _setNavigationButtons;
|
|
86
84
|
/**
|
|
87
85
|
* Calculate how many items are out of the viewport.
|
|
88
86
|
* @param itemsToDisplay Array of html elements that needs to be shown.
|
|
@@ -107,6 +105,6 @@ export declare class MicroProcessFlowComponent implements OnInit, OnDestroy, Aft
|
|
|
107
105
|
private _setFocusableVisibleItems;
|
|
108
106
|
/** @hidden */
|
|
109
107
|
private _getPreviousItemsCount;
|
|
110
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MicroProcessFlowComponent, [null, { optional: true; }
|
|
108
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MicroProcessFlowComponent, [null, { optional: true; }]>;
|
|
111
109
|
static ɵcmp: i0.ɵɵComponentDeclaration<MicroProcessFlowComponent, "fd-micro-process-flow", never, { "independentSteps": { "alias": "independentSteps"; "required": false; }; "transitionSpeed": { "alias": "transitionSpeed"; "required": false; }; "transitionTimingFunction": { "alias": "transitionTimingFunction"; "required": false; }; }, {}, ["items", "focusableItems"], ["fd-micro-process-flow-item"], true, never>;
|
|
112
110
|
}
|
package/micro-process-flow/components/micro-process-flow-item/micro-process-flow-item.component.d.ts
CHANGED
|
@@ -9,11 +9,11 @@ export declare class MicroProcessFlowItemComponent {
|
|
|
9
9
|
state: MicroProcessFlowItemType;
|
|
10
10
|
/** Whether or not display connector line */
|
|
11
11
|
intermediate: boolean;
|
|
12
|
-
/** @hidden */
|
|
13
|
-
_lastItem: boolean;
|
|
14
12
|
/** Element that can receive focus. */
|
|
15
13
|
focusableElement: MicroProcessFlowFocusableItemDirective;
|
|
16
14
|
/** @hidden */
|
|
15
|
+
_lastItem: boolean;
|
|
16
|
+
/** @hidden */
|
|
17
17
|
constructor(_cd: ChangeDetectorRef, elRef: ElementRef);
|
|
18
18
|
/**
|
|
19
19
|
* @param value Is current item the last one
|
|
@@ -6,12 +6,6 @@ export declare class MicroProcessFlowFocusableItemDirective implements OnInit {
|
|
|
6
6
|
private _microProcessFlow;
|
|
7
7
|
/** @hidden */
|
|
8
8
|
constructor(elRef: ElementRef<HTMLElement>, _microProcessFlow: MicroProcessFlowComponentInterface);
|
|
9
|
-
/** @hidden */
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
/** Sets ability to focus on the element or not. */
|
|
12
|
-
setFocusable(focusable?: boolean): void;
|
|
13
|
-
/** Focuses on the element without scrolling it to the viewport */
|
|
14
|
-
focus(options: FocusOptions): void;
|
|
15
9
|
/**
|
|
16
10
|
* @hidden
|
|
17
11
|
* Handler for focus events
|
|
@@ -19,6 +13,12 @@ export declare class MicroProcessFlowFocusableItemDirective implements OnInit {
|
|
|
19
13
|
onFocus(): void;
|
|
20
14
|
/** @hidden */
|
|
21
15
|
onBlur(): void;
|
|
16
|
+
/** @hidden */
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
/** Sets ability to focus on the element or not. */
|
|
19
|
+
setFocusable(focusable?: boolean): void;
|
|
20
|
+
/** Focuses on the element without scrolling it to the viewport */
|
|
21
|
+
focus(options: FocusOptions): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<MicroProcessFlowFocusableItemDirective, [null, { optional: true; }]>;
|
|
23
23
|
static ɵdir: i0.ɵɵDirectiveDeclaration<MicroProcessFlowFocusableItemDirective, "[fdMicroProcessFlowFocusableItem], [fd-micro-process-flow-focusable-item]", never, {}, {}, never, never, true, never>;
|
|
24
24
|
}
|
|
@@ -4,10 +4,10 @@ import { MobileModeBase } from '@fundamental-ngx/core/mobile-mode';
|
|
|
4
4
|
import { MultiInputInterface } from '../multi-input.interface';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class MultiInputMobileComponent extends MobileModeBase<MultiInputInterface> implements OnInit {
|
|
7
|
-
/** @hidden */
|
|
8
|
-
allItemsSelected: boolean;
|
|
9
7
|
/** @hidden */
|
|
10
8
|
dialogTemplate: TemplateRef<any>;
|
|
9
|
+
/** @hidden */
|
|
10
|
+
allItemsSelected: boolean;
|
|
11
11
|
/** @hidden
|
|
12
12
|
* For internal usage
|
|
13
13
|
* Control element, which will be rendered inside dialog.
|
|
@@ -34,12 +34,12 @@ export declare class NestedListContentDirective implements AfterContentInit {
|
|
|
34
34
|
private readonly _destroyRef;
|
|
35
35
|
/** @hidden */
|
|
36
36
|
constructor(changeDetRef: ChangeDetectorRef, _elementRef: ElementRef, _itemService: NestedItemService);
|
|
37
|
-
/** @hidden */
|
|
38
|
-
ngAfterContentInit(): void;
|
|
39
37
|
/** Keyboard Event Handler */
|
|
40
38
|
onKeyDown(event: KeyboardEvent): void;
|
|
41
39
|
/** Handler for mouse events */
|
|
42
40
|
onClick(): void;
|
|
41
|
+
/** @hidden */
|
|
42
|
+
ngAfterContentInit(): void;
|
|
43
43
|
/** Method to trigger selected state change */
|
|
44
44
|
changeSelected(selected: boolean): void;
|
|
45
45
|
/** Expanded state change propagation method */
|
|
@@ -39,8 +39,6 @@ export declare class NestedItemDirective implements AfterContentInit, NestedItem
|
|
|
39
39
|
/** @hidden */
|
|
40
40
|
private _role;
|
|
41
41
|
/** @hidden */
|
|
42
|
-
private _expanded;
|
|
43
|
-
/** @hidden */
|
|
44
42
|
private _ariaExpanded;
|
|
45
43
|
/** @hidden */
|
|
46
44
|
private _ariaSelected;
|
|
@@ -50,6 +48,8 @@ export declare class NestedItemDirective implements AfterContentInit, NestedItem
|
|
|
50
48
|
private _ariaLabel;
|
|
51
49
|
/** @hidden */
|
|
52
50
|
private _ariaHidden;
|
|
51
|
+
/** @hidden */
|
|
52
|
+
private _expanded;
|
|
53
53
|
/** An RxJS Subject that will kill the data stream upon component’s destruction (for unsubscribing) */
|
|
54
54
|
private readonly _destroyRef;
|
|
55
55
|
/** Unique element ID */
|
|
@@ -42,8 +42,6 @@ export declare class NestedListDirective implements AfterContentInit, NestedList
|
|
|
42
42
|
/** @hidden */
|
|
43
43
|
private _nestedListHeader;
|
|
44
44
|
/** @hidden */
|
|
45
|
-
private _subscriptions;
|
|
46
|
-
/** @hidden */
|
|
47
45
|
private _role;
|
|
48
46
|
/** @hidden */
|
|
49
47
|
private _ariaRoledescription;
|
|
@@ -52,6 +50,8 @@ export declare class NestedListDirective implements AfterContentInit, NestedList
|
|
|
52
50
|
/** @hidden */
|
|
53
51
|
private _tabindex;
|
|
54
52
|
/** @hidden */
|
|
53
|
+
private _subscriptions;
|
|
54
|
+
/** @hidden */
|
|
55
55
|
private readonly _translationResolver;
|
|
56
56
|
/** @hidden */
|
|
57
57
|
constructor(_nestedItemService: NestedItemService, _nestedListKeyboardService: NestedListKeyboardService, _elementRef: ElementRef, _changeDetectionRef: ChangeDetectorRef, _nestedListStateService: NestedListStateService, _language$: Observable<FdLanguage>, _contentDensityObserver: ContentDensityObserver);
|
|
@@ -10,16 +10,16 @@ export declare class NotificationIndicatorDirective implements OnChanges, OnInit
|
|
|
10
10
|
class: string;
|
|
11
11
|
/** @hidden */
|
|
12
12
|
constructor(elementRef: ElementRef);
|
|
13
|
-
/** @hidden */
|
|
14
|
-
ngOnChanges(): void;
|
|
15
|
-
/** @hidden */
|
|
16
|
-
ngOnInit(): void;
|
|
17
13
|
/** @hidden
|
|
18
14
|
* CssClassBuilder interface implementation
|
|
19
15
|
* function must return single string
|
|
20
16
|
* function is responsible for order which css classes are applied
|
|
21
17
|
*/
|
|
22
18
|
buildComponentCssClass(): string[];
|
|
19
|
+
/** @hidden */
|
|
20
|
+
ngOnChanges(): void;
|
|
21
|
+
/** @hidden */
|
|
22
|
+
ngOnInit(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationIndicatorDirective, never>;
|
|
24
24
|
static ɵdir: i0.ɵɵDirectiveDeclaration<NotificationIndicatorDirective, "[fdNotificationIndicator], [fd-notification-indicator]", never, { "type": { "alias": "type"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, never, true, never>;
|
|
25
25
|
}
|
|
@@ -64,6 +64,8 @@ export declare class NotificationComponent extends AbstractFdNgxClass implements
|
|
|
64
64
|
* Returns a promise that resolves with a boolean, depending on whether focus was moved successfully.
|
|
65
65
|
*/
|
|
66
66
|
trapFocus(): Promise<boolean>;
|
|
67
|
+
/** @hidden */
|
|
68
|
+
_setProperties(): void;
|
|
67
69
|
/** @hidden Listen on NavigationStart event and dismiss the dialog */
|
|
68
70
|
private _listenAndCloseOnNavigation;
|
|
69
71
|
/** @hidden */
|
|
@@ -71,8 +73,6 @@ export declare class NotificationComponent extends AbstractFdNgxClass implements
|
|
|
71
73
|
/** @hidden */
|
|
72
74
|
private _loadFromTemplate;
|
|
73
75
|
/** @hidden */
|
|
74
|
-
_setProperties(): void;
|
|
75
|
-
/** @hidden */
|
|
76
76
|
private _setNotificationConfig;
|
|
77
77
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationComponent, [null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
78
78
|
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "fd-notification", never, { "width": { "alias": "width"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -13,13 +13,13 @@ export declare class NotificationGroupComponent implements OnChanges, OnInit, Cs
|
|
|
13
13
|
width: string;
|
|
14
14
|
/** @hidden */
|
|
15
15
|
constructor(elementRef: ElementRef, _popover: BasePopoverClass);
|
|
16
|
-
/** @hidden */
|
|
17
|
-
ngOnChanges(): void;
|
|
18
16
|
/** @hidden CssClassBuilder interface implementation
|
|
19
17
|
* function is responsible for order which css classes are applied
|
|
20
18
|
*/
|
|
21
19
|
buildComponentCssClass(): string[];
|
|
22
20
|
/** @hidden */
|
|
21
|
+
ngOnChanges(): void;
|
|
22
|
+
/** @hidden */
|
|
23
23
|
ngOnInit(): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationGroupComponent, [null, { optional: true; }]>;
|
|
25
25
|
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationGroupComponent, "fd-notification-group", never, { "class": { "alias": "class"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -5,15 +5,17 @@ import { Observable, Subject } from 'rxjs';
|
|
|
5
5
|
* For a template, it is declared as part of the implicit context, see examples.
|
|
6
6
|
*/
|
|
7
7
|
export declare class NotificationRef<T = any, P = any> {
|
|
8
|
-
/** @hidden */
|
|
9
|
-
protected readonly _afterClosed: Subject<P | undefined>;
|
|
10
8
|
/**
|
|
11
9
|
* Observable that is triggered when the notification is closed.
|
|
12
10
|
* On close a *result* is passed back. On dismiss, an *error* is returned instead.
|
|
13
11
|
*/
|
|
14
|
-
afterClosed: Observable<
|
|
12
|
+
afterClosed: Observable<P | undefined>;
|
|
15
13
|
/** Data passed from the calling component to the content.*/
|
|
16
14
|
data: T;
|
|
15
|
+
/** @hidden */
|
|
16
|
+
protected readonly _afterClosed: Subject<P | undefined>;
|
|
17
|
+
/** @hidden */
|
|
18
|
+
constructor();
|
|
17
19
|
/**
|
|
18
20
|
* Closes the notification and passes the argument to the afterClosed observable.
|
|
19
21
|
* @param result Value passed back to the observable as a result.
|
|
@@ -30,10 +30,6 @@ export declare class ObjectNumberComponent implements OnInit, OnChanges, CssClas
|
|
|
30
30
|
_numberPipeConfig: string;
|
|
31
31
|
/** @hidden */
|
|
32
32
|
constructor(elementRef: ElementRef);
|
|
33
|
-
/** @hidden */
|
|
34
|
-
ngOnChanges(): void;
|
|
35
|
-
/** @hidden */
|
|
36
|
-
ngOnInit(): void;
|
|
37
33
|
/** @hidden
|
|
38
34
|
* CssClassBuilder interface implementation
|
|
39
35
|
* function must return single string
|
|
@@ -41,6 +37,10 @@ export declare class ObjectNumberComponent implements OnInit, OnChanges, CssClas
|
|
|
41
37
|
*/
|
|
42
38
|
buildComponentCssClass(): string[];
|
|
43
39
|
/** @hidden */
|
|
40
|
+
ngOnChanges(): void;
|
|
41
|
+
/** @hidden */
|
|
42
|
+
ngOnInit(): void;
|
|
43
|
+
/** @hidden */
|
|
44
44
|
private _onChanges;
|
|
45
45
|
/** @hidden */
|
|
46
46
|
private _buildNumberPipeConfig;
|