@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
|
@@ -49,18 +49,19 @@ export declare class ObjectStatusComponent implements OnChanges, OnInit, CssClas
|
|
|
49
49
|
get iconOnly(): boolean;
|
|
50
50
|
/** @hidden */
|
|
51
51
|
constructor(elementRef: ElementRef);
|
|
52
|
-
/** @hidden */
|
|
53
|
-
ngOnChanges(): void;
|
|
54
|
-
/** @hidden */
|
|
55
|
-
ngOnInit(): void;
|
|
56
52
|
/** @hidden
|
|
57
53
|
* CssClassBuilder interface implementation
|
|
58
54
|
* function must return single string
|
|
59
55
|
* function is responsible for order which css classes are applied
|
|
60
56
|
*/
|
|
61
57
|
buildComponentCssClass(): string[];
|
|
58
|
+
/** @hidden */
|
|
59
|
+
ngOnChanges(): void;
|
|
60
|
+
/** @hidden */
|
|
61
|
+
ngOnInit(): void;
|
|
62
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectStatusComponent, never>;
|
|
63
63
|
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectStatusComponent, "[fd-object-status]", never, { "class": { "alias": "class"; "required": false; }; "status": { "alias": "status"; "required": false; }; "glyph": { "alias": "glyph"; "required": false; }; "glyphFont": { "alias": "glyphFont"; "required": false; }; "label": { "alias": "label"; "required": false; }; "glyphAriaLabel": { "alias": "glyphAriaLabel"; "required": false; }; "indicationColor": { "alias": "indicationColor"; "required": false; }; "clickable": { "alias": "clickable"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "large": { "alias": "large"; "required": false; }; "secondaryIndication": { "alias": "secondaryIndication"; "required": false; }; "textTemplate": { "alias": "textTemplate"; "required": false; }; }, {}, never, never, true, never>;
|
|
64
|
+
static ngAcceptInputType_inverted: unknown;
|
|
64
65
|
}
|
|
65
66
|
type ObjectStatusData = NullableObject<{
|
|
66
67
|
status: ObjectStatus;
|
|
@@ -9,9 +9,9 @@ export declare class OverflowExpandDirective<T extends any[] = any[]> implements
|
|
|
9
9
|
/** Items to expand */
|
|
10
10
|
fdOverflowExpandItems: T;
|
|
11
11
|
/** @hidden */
|
|
12
|
-
static ngTemplateContextGuard(dir: OverflowExpandDirective, ctx: OverflowExpandDirectiveContext): ctx is OverflowExpandDirectiveContext;
|
|
13
|
-
/** @hidden */
|
|
14
12
|
constructor(templateRef: TemplateRef<OverflowExpandDirectiveContext<T>>);
|
|
13
|
+
/** @hidden */
|
|
14
|
+
static ngTemplateContextGuard(dir: OverflowExpandDirective, ctx: OverflowExpandDirectiveContext): ctx is OverflowExpandDirectiveContext;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<OverflowExpandDirective<any>, never>;
|
|
16
16
|
static ɵdir: i0.ɵɵDirectiveDeclaration<OverflowExpandDirective<any>, "[fdOverflowExpand]", never, { "fdOverflowExpandItems": { "alias": "fdOverflowExpandItems"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -8,6 +8,8 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class OverflowItemRefDirective<T = any> implements OverflowItemRef<T>, HasElementRef {
|
|
10
10
|
templateRef: TemplateRef<OverflowItemDirectiveContext<T>>;
|
|
11
|
+
/** Item instance. Used for correct autocomplete. */
|
|
12
|
+
item: T;
|
|
11
13
|
/**
|
|
12
14
|
* Element ref of the `fdOverflowLayoutItem` directive.
|
|
13
15
|
*/
|
|
@@ -35,8 +37,6 @@ export declare class OverflowItemRefDirective<T = any> implements OverflowItemRe
|
|
|
35
37
|
last: boolean;
|
|
36
38
|
/** Whether the item is softly hidden. */
|
|
37
39
|
softHidden: boolean;
|
|
38
|
-
/** Item instance. Used for correct autocomplete. */
|
|
39
|
-
item: T;
|
|
40
40
|
/** @hidden */
|
|
41
41
|
readonly injector: import("@angular/core").Injector;
|
|
42
42
|
/** @hidden */
|
|
@@ -16,10 +16,10 @@ export declare class OverflowLayoutFocusableItemDirective implements OverflowLay
|
|
|
16
16
|
/** Whether the item is hidden. */
|
|
17
17
|
get hidden(): boolean;
|
|
18
18
|
/** @hidden */
|
|
19
|
-
private _onFocus;
|
|
20
|
-
/** @hidden */
|
|
21
19
|
constructor(_overflowContainer: OverflowLayoutComponent, _overflowItem: OverflowItem, elementRef: ElementRef<HTMLElement>);
|
|
22
20
|
/** @hidden */
|
|
21
|
+
private _onFocus;
|
|
22
|
+
/** @hidden */
|
|
23
23
|
ngOnInit(): void;
|
|
24
24
|
/** @hidden */
|
|
25
25
|
focus(): void;
|
|
@@ -3,8 +3,6 @@ import { OverflowItemContainerRefDirective } from './overflow-item-container-ref
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class OverflowLayoutItemContainerDirective {
|
|
5
5
|
elementRef: ElementRef;
|
|
6
|
-
/** @hidden */
|
|
7
|
-
private readonly _initialClass;
|
|
8
6
|
/**
|
|
9
7
|
* Whether this item is the first one in the array.
|
|
10
8
|
*/
|
|
@@ -22,6 +20,8 @@ export declare class OverflowLayoutItemContainerDirective {
|
|
|
22
20
|
*/
|
|
23
21
|
containerRef: OverflowItemContainerRefDirective;
|
|
24
22
|
/** @hidden */
|
|
23
|
+
private readonly _initialClass;
|
|
24
|
+
/** @hidden */
|
|
25
25
|
constructor(elementRef: ElementRef);
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<OverflowLayoutItemContainerDirective, never>;
|
|
27
27
|
static ɵdir: i0.ɵɵDirectiveDeclaration<OverflowLayoutItemContainerDirective, "[fdOverflowLayoutItemContainer]", never, { "last": { "alias": "last"; "required": false; }; "first": { "alias": "first"; "required": false; }; "softHidden": { "alias": "softHidden"; "required": false; }; }, {}, ["containerRef"], never, true, never>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { FocusableOption } from '@angular/cdk/a11y';
|
|
2
2
|
import { ElementRef } from '@angular/core';
|
|
3
3
|
export interface OverflowLayoutFocusableItem extends FocusableOption {
|
|
4
|
-
focus(): void;
|
|
5
4
|
focusable: boolean;
|
|
6
5
|
navigable: boolean;
|
|
7
6
|
hidden: boolean;
|
|
8
7
|
elementRef: ElementRef<HTMLElement>;
|
|
8
|
+
focus(): void;
|
|
9
9
|
}
|
|
@@ -79,14 +79,14 @@ export declare class OverflowLayoutComponent implements OnInit, AfterViewInit, O
|
|
|
79
79
|
*/
|
|
80
80
|
_showMoreContainer: ElementRef<HTMLDivElement>;
|
|
81
81
|
/** @hidden */
|
|
82
|
+
readonly _initialClass = "fd-overflow-layout";
|
|
83
|
+
/** @hidden */
|
|
82
84
|
_allItems: OverflowItemRef[];
|
|
83
85
|
/** @hidden */
|
|
84
86
|
_hiddenItems: OverflowItemRef[];
|
|
85
87
|
/** @hidden */
|
|
86
88
|
_showMore: boolean;
|
|
87
89
|
/** @hidden */
|
|
88
|
-
readonly _initialClass = "fd-overflow-layout";
|
|
89
|
-
/** @hidden */
|
|
90
90
|
private readonly _subscription;
|
|
91
91
|
/** @hidden */
|
|
92
92
|
private _overflowPopoverContent;
|
|
@@ -100,13 +100,13 @@ export declare class OverflowLayoutComponent implements OnInit, AfterViewInit, O
|
|
|
100
100
|
private _dir;
|
|
101
101
|
/** @hidden */
|
|
102
102
|
private _keyboardEventsManager;
|
|
103
|
+
/** @hidden */
|
|
104
|
+
constructor(_elementRef: ElementRef<HTMLElement>, _ngZone: NgZone, _cdr: ChangeDetectorRef, _overflowLayoutService: OverflowLayoutService, _rtl: RtlService);
|
|
103
105
|
/** Overflow Layout more button text */
|
|
104
106
|
moreItemsButtonText: (hiddenItemsCount: number) => string;
|
|
105
107
|
/** @hidden */
|
|
106
108
|
private get _config();
|
|
107
109
|
/** @hidden */
|
|
108
|
-
constructor(_elementRef: ElementRef<HTMLElement>, _ngZone: NgZone, _cdr: ChangeDetectorRef, _overflowLayoutService: OverflowLayoutService, _rtl: RtlService);
|
|
109
|
-
/** @hidden */
|
|
110
110
|
ngOnInit(): void;
|
|
111
111
|
/** @hidden */
|
|
112
112
|
ngAfterViewInit(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/core",
|
|
3
|
-
"version": "0.49.
|
|
3
|
+
"version": "0.49.2",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"ng-update": {
|
|
6
6
|
"migrations": "./schematics/migrations.json"
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"@angular/forms": "^17.0.0",
|
|
24
24
|
"@angular/platform-browser": "^17.0.0",
|
|
25
25
|
"@angular/router": "^17.0.0",
|
|
26
|
-
"@fundamental-ngx/cdk": "0.49.
|
|
27
|
-
"@fundamental-ngx/i18n": "0.49.
|
|
26
|
+
"@fundamental-ngx/cdk": "0.49.2",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.49.2",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.13.0",
|
|
29
29
|
"fundamental-styles": "0.34.0",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -24,8 +24,6 @@ export declare class RadioButtonComponent<T = any> implements OnChanges, AfterVi
|
|
|
24
24
|
*/
|
|
25
25
|
set tabIndex(value: NumberInput);
|
|
26
26
|
get tabIndex(): NumberInput;
|
|
27
|
-
/** @hidden */
|
|
28
|
-
private _tabIndex;
|
|
29
27
|
/** The field to set state of radio button using:
|
|
30
28
|
* 'success' | 'error' | 'warning' | 'default' | 'information'
|
|
31
29
|
* by default value is set to 'default'
|
|
@@ -64,9 +62,16 @@ export declare class RadioButtonComponent<T = any> implements OnChanges, AfterVi
|
|
|
64
62
|
/** @hidden */
|
|
65
63
|
currentValue: T;
|
|
66
64
|
/** @hidden */
|
|
65
|
+
private _tabIndex;
|
|
66
|
+
/** @hidden */
|
|
67
67
|
private _subscriptions;
|
|
68
68
|
/** @hidden */
|
|
69
69
|
constructor(changeDetectionRef: ChangeDetectorRef, _contentDensityObserver: ContentDensityObserver);
|
|
70
|
+
/** This method is responsible for building a css class based on current state
|
|
71
|
+
* It is implementation of CssClassBuilder interface and
|
|
72
|
+
* should be used with @applyCssClass decorator
|
|
73
|
+
*/
|
|
74
|
+
buildComponentCssClass(): string[];
|
|
70
75
|
/** @hidden */
|
|
71
76
|
ngOnDestroy(): void;
|
|
72
77
|
/** @hidden */
|
|
@@ -85,11 +90,6 @@ export declare class RadioButtonComponent<T = any> implements OnChanges, AfterVi
|
|
|
85
90
|
setDisabledState(isDisabled: boolean): void;
|
|
86
91
|
/** @hidden */
|
|
87
92
|
writeValue(value: T): void;
|
|
88
|
-
/** This method is responsible for building a css class based on current state
|
|
89
|
-
* It is implementation of CssClassBuilder interface and
|
|
90
|
-
* should be used with @applyCssClass decorator
|
|
91
|
-
*/
|
|
92
|
-
buildComponentCssClass(): string[];
|
|
93
93
|
/** @hidden */
|
|
94
94
|
get elementRef(): ElementRef;
|
|
95
95
|
/** @hidden */
|
|
@@ -99,6 +99,12 @@ export declare class RatingIndicatorComponent implements OnInit, OnChanges, CssC
|
|
|
99
99
|
/** @hidden */
|
|
100
100
|
_ratingItems: RatingViewItem[];
|
|
101
101
|
/** @hidden */
|
|
102
|
+
get viewRatingUID(): number;
|
|
103
|
+
/** @hidden */
|
|
104
|
+
get indicatorCount(): number;
|
|
105
|
+
/** @hidden */
|
|
106
|
+
get viewValue(): number;
|
|
107
|
+
/** @hidden */
|
|
102
108
|
private _ratingUID;
|
|
103
109
|
/** @hidden */
|
|
104
110
|
private _indicatorCapacity;
|
|
@@ -108,12 +114,12 @@ export declare class RatingIndicatorComponent implements OnInit, OnChanges, CssC
|
|
|
108
114
|
private _hideDynamicText;
|
|
109
115
|
/** @hidden */
|
|
110
116
|
constructor(elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef);
|
|
111
|
-
/** @hidden
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
+
/** @hidden
|
|
118
|
+
* CssClassBuilder interface implementation
|
|
119
|
+
* function must return single string
|
|
120
|
+
* function is responsible for order which css classes are applied
|
|
121
|
+
*/
|
|
122
|
+
buildComponentCssClass(): string[];
|
|
117
123
|
/** @hidden */
|
|
118
124
|
onChange: (value: number) => void;
|
|
119
125
|
/** @hidden */
|
|
@@ -132,12 +138,6 @@ export declare class RatingIndicatorComponent implements OnInit, OnChanges, CssC
|
|
|
132
138
|
setDisabledState(isDisabled: boolean): void;
|
|
133
139
|
/** @hidden */
|
|
134
140
|
onSelect(value: number): void;
|
|
135
|
-
/** @hidden
|
|
136
|
-
* CssClassBuilder interface implementation
|
|
137
|
-
* function must return single string
|
|
138
|
-
* function is responsible for order which css classes are applied
|
|
139
|
-
*/
|
|
140
|
-
buildComponentCssClass(): string[];
|
|
141
141
|
/**
|
|
142
142
|
* @hidden
|
|
143
143
|
* Generate rating items for popover content if rating object was defined
|
|
@@ -135,14 +135,6 @@ export declare class ResizableCardItemComponent implements FocusableOption, OnDe
|
|
|
135
135
|
private _subscriptions;
|
|
136
136
|
/** @hidden */
|
|
137
137
|
constructor(_cd: ChangeDetectorRef, elementRef: ElementRef, _rtlService: RtlService);
|
|
138
|
-
/** @hidden */
|
|
139
|
-
ngOnDestroy(): void;
|
|
140
|
-
/**
|
|
141
|
-
* When resize handler is pressed and resizing may start.
|
|
142
|
-
* @param event {MouseEvent}
|
|
143
|
-
* @param resizeDirection which handler is pressed to resize
|
|
144
|
-
*/
|
|
145
|
-
onMouseDown(event: MouseEvent, resizeDirection: ResizeDirection): void;
|
|
146
138
|
/**
|
|
147
139
|
* @hidden When mouse moves to resize the card.
|
|
148
140
|
* using window:mousemove so, resize will happen smoothly
|
|
@@ -153,6 +145,14 @@ export declare class ResizableCardItemComponent implements FocusableOption, OnDe
|
|
|
153
145
|
* when resizing of card stops
|
|
154
146
|
*/
|
|
155
147
|
onMouseUp(): void;
|
|
148
|
+
/** @hidden */
|
|
149
|
+
ngOnDestroy(): void;
|
|
150
|
+
/**
|
|
151
|
+
* When resize handler is pressed and resizing may start.
|
|
152
|
+
* @param event {MouseEvent}
|
|
153
|
+
* @param resizeDirection which handler is pressed to resize
|
|
154
|
+
*/
|
|
155
|
+
onMouseDown(event: MouseEvent, resizeDirection: ResizeDirection): void;
|
|
156
156
|
/** Sets focus on the element */
|
|
157
157
|
focus(): void;
|
|
158
158
|
/** Shows resize icon */
|
|
@@ -51,6 +51,8 @@ export declare class ResizableCardLayoutComponent implements OnInit, AfterViewIn
|
|
|
51
51
|
/** @hidden handles keyboard accessibility */
|
|
52
52
|
_handleKeydown(event: KeyboardEvent): void;
|
|
53
53
|
/** @hidden */
|
|
54
|
+
onResize(): void;
|
|
55
|
+
/** @hidden */
|
|
54
56
|
ngOnInit(): void;
|
|
55
57
|
/** @hidden */
|
|
56
58
|
ngAfterContentInit(): void;
|
|
@@ -58,8 +60,6 @@ export declare class ResizableCardLayoutComponent implements OnInit, AfterViewIn
|
|
|
58
60
|
ngAfterViewInit(): void;
|
|
59
61
|
/** @hidden */
|
|
60
62
|
ngOnDestroy(): void;
|
|
61
|
-
/** @hidden */
|
|
62
|
-
onResize(): void;
|
|
63
63
|
/** Layout size. Available options are 'sm', 'md', 'lg' and 'xl' */
|
|
64
64
|
set layoutSize(layoutSize: LayoutSize);
|
|
65
65
|
get layoutSize(): LayoutSize;
|
|
@@ -154,23 +154,6 @@ export declare class SelectComponent<T = any> implements SingleDropdownValueCont
|
|
|
154
154
|
* Combined stream of all of the child options' change events.
|
|
155
155
|
*/
|
|
156
156
|
readonly _optionSelectionChanges: Observable<FdOptionSelectionChange>;
|
|
157
|
-
/** @hidden */
|
|
158
|
-
private _extendedBodyTemplate;
|
|
159
|
-
/** @hidden */
|
|
160
|
-
private _controlElemFontSize;
|
|
161
|
-
/** @hidden */
|
|
162
|
-
private _focused;
|
|
163
|
-
/**
|
|
164
|
-
* @hidden
|
|
165
|
-
* Stored calculated maxHeight from Option Panel
|
|
166
|
-
*/
|
|
167
|
-
private _maxHeight;
|
|
168
|
-
/** @hidden */
|
|
169
|
-
private _subscriptions;
|
|
170
|
-
/** @hidden */
|
|
171
|
-
_resizeScrollHandler(): void;
|
|
172
|
-
/** @hidden */
|
|
173
|
-
setDisabledState(isDisabled: boolean): void;
|
|
174
157
|
/** Selected option. */
|
|
175
158
|
get selected(): OptionComponent;
|
|
176
159
|
/** Retrieves selected value if any. */
|
|
@@ -191,8 +174,6 @@ export declare class SelectComponent<T = any> implements SingleDropdownValueCont
|
|
|
191
174
|
* dialog is closed. (meaning we already clicked this button)
|
|
192
175
|
*/
|
|
193
176
|
get canEmitValueChange(): boolean;
|
|
194
|
-
/** @hidden */
|
|
195
|
-
_compareWith: (o1: any, o2: any) => boolean;
|
|
196
177
|
/** Function to compare the option values with the selected values. */
|
|
197
178
|
set compareWith(fn: (o1: any, o2: any) => boolean);
|
|
198
179
|
get compareWith(): (o1: any, o2: any) => boolean;
|
|
@@ -204,12 +185,31 @@ export declare class SelectComponent<T = any> implements SingleDropdownValueCont
|
|
|
204
185
|
readonly rtl$: import("@angular/core").Signal<boolean>;
|
|
205
186
|
private readonly _rtlService;
|
|
206
187
|
/** @hidden */
|
|
188
|
+
private _extendedBodyTemplate;
|
|
189
|
+
/** @hidden */
|
|
190
|
+
private _controlElemFontSize;
|
|
191
|
+
/** @hidden */
|
|
192
|
+
private _focused;
|
|
193
|
+
/**
|
|
194
|
+
* @hidden
|
|
195
|
+
* Stored calculated maxHeight from Option Panel
|
|
196
|
+
*/
|
|
197
|
+
private _maxHeight;
|
|
198
|
+
/** @hidden */
|
|
199
|
+
private _subscriptions;
|
|
200
|
+
/** @hidden */
|
|
207
201
|
constructor(_tabIndex: string, _keyManagerService: SelectKeyManagerService, _changeDetectorRef: ChangeDetectorRef, _viewContainerRef: ViewContainerRef, _dynamicComponentService: DynamicComponentService, ngControl: NgControl, _injector: Injector, _contentDensityObserver: ContentDensityObserver);
|
|
208
202
|
/** @hidden */
|
|
203
|
+
_resizeScrollHandler(): void;
|
|
204
|
+
/** @hidden */
|
|
209
205
|
_handleKeydown(event: KeyboardEvent): void;
|
|
210
206
|
/** Toggles the open state of the select. */
|
|
211
207
|
toggle(): void;
|
|
212
208
|
/** @hidden */
|
|
209
|
+
setDisabledState(isDisabled: boolean): void;
|
|
210
|
+
/** @hidden */
|
|
211
|
+
_compareWith: (o1: any, o2: any) => boolean;
|
|
212
|
+
/** @hidden */
|
|
213
213
|
ngOnInit(): void;
|
|
214
214
|
/** @hidden */
|
|
215
215
|
ngAfterViewInit(): void;
|
|
@@ -10,7 +10,6 @@ export interface SearchComponent {
|
|
|
10
10
|
category: string | null;
|
|
11
11
|
}>;
|
|
12
12
|
elementRef: ElementRef<HTMLElement>;
|
|
13
|
-
focus(): void;
|
|
14
13
|
appearance?: {
|
|
15
14
|
searchClass: string;
|
|
16
15
|
searchFieldClass: string;
|
|
@@ -23,4 +22,5 @@ export interface SearchComponent {
|
|
|
23
22
|
removeGroupButtonClass: boolean;
|
|
24
23
|
helperClass?: string;
|
|
25
24
|
};
|
|
25
|
+
focus(): void;
|
|
26
26
|
}
|
|
@@ -31,24 +31,18 @@ export declare class ShellbarComponent implements AfterContentInit, AfterViewIni
|
|
|
31
31
|
set groupFlex(value: Nullable<ShellbarGroupFlexOptions>);
|
|
32
32
|
get groupFlex(): Nullable<ShellbarGroupFlexOptions>;
|
|
33
33
|
/** @hidden */
|
|
34
|
-
private _groupFlex;
|
|
35
|
-
/** @hidden */
|
|
36
34
|
comboboxComponent: ComboboxInterface;
|
|
37
35
|
/** @hidden */
|
|
38
36
|
buttons: QueryList<ElementRef>;
|
|
39
|
-
/** @hidden */
|
|
40
|
-
private _actions;
|
|
41
|
-
/** @hidden */
|
|
42
|
-
private _searchPortal;
|
|
43
|
-
/** @hidden */
|
|
44
|
-
private readonly _searchPortalOutlet;
|
|
45
37
|
/**
|
|
46
38
|
* Search component placed inside the shellbar
|
|
47
39
|
*/
|
|
48
40
|
set searchComponent(component: Nullable<SearchComponent>);
|
|
49
41
|
get searchComponent(): Nullable<SearchComponent>;
|
|
50
42
|
/** @hidden */
|
|
51
|
-
private
|
|
43
|
+
private _actions;
|
|
44
|
+
/** @hidden */
|
|
45
|
+
private readonly _searchPortalOutlet;
|
|
52
46
|
/** @hidden */
|
|
53
47
|
private readonly _shellbar;
|
|
54
48
|
/** @hidden */
|
|
@@ -58,10 +52,16 @@ export declare class ShellbarComponent implements AfterContentInit, AfterViewIni
|
|
|
58
52
|
/** @hidden */
|
|
59
53
|
get _currentSize(): ShellbarSizes;
|
|
60
54
|
/** @hidden */
|
|
61
|
-
private readonly _currentSize$;
|
|
62
|
-
/** @hidden */
|
|
63
55
|
_showMobileSearch: boolean;
|
|
64
56
|
/** @hidden */
|
|
57
|
+
private _groupFlex;
|
|
58
|
+
/** @hidden */
|
|
59
|
+
private _searchPortal;
|
|
60
|
+
/** @hidden */
|
|
61
|
+
private _searchComponent;
|
|
62
|
+
/** @hidden */
|
|
63
|
+
private readonly _currentSize$;
|
|
64
|
+
/** @hidden */
|
|
65
65
|
private _size;
|
|
66
66
|
/** @hidden */
|
|
67
67
|
private _breakpointSize;
|
|
@@ -99,5 +99,5 @@ export declare class ShellbarComponent implements AfterContentInit, AfterViewIni
|
|
|
99
99
|
/** @hidden */
|
|
100
100
|
private _detachSearch;
|
|
101
101
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShellbarComponent, never>;
|
|
102
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarComponent, "fd-shellbar", never, { "size": { "alias": "size"; "required": false; }; "breakpoints": { "alias": "breakpoints"; "required": false; }; "sideNav": { "alias": "sideNav"; "required": false; }; "groupFlex": { "alias": "groupFlex"; "required": false; }; }, {}, ["comboboxComponent", "
|
|
102
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarComponent, "fd-shellbar", never, { "size": { "alias": "size"; "required": false; }; "breakpoints": { "alias": "breakpoints"; "required": false; }; "sideNav": { "alias": "sideNav"; "required": false; }; "groupFlex": { "alias": "groupFlex"; "required": false; }; }, {}, ["comboboxComponent", "searchComponent", "_actions", "buttons"], ["[fd-shellbar-side-nav]", "fd-shellbar-logo", "fd-shellbar-title", "fd-product-menu", "fd-shellbar-subtitle", "*", "fd-shellbar-actions"], true, never>;
|
|
103
103
|
}
|
|
@@ -37,13 +37,13 @@ export declare class SideNavigationComponent implements AfterContentInit, AfterV
|
|
|
37
37
|
/** @hidden */
|
|
38
38
|
constructor(keyboardService: NestedListKeyboardService, nestedListState: NestedListStateService);
|
|
39
39
|
/** @hidden */
|
|
40
|
+
onResize(): void;
|
|
41
|
+
/** @hidden */
|
|
40
42
|
ngOnInit(): void;
|
|
41
43
|
/** @hidden */
|
|
42
44
|
ngAfterContentInit(): void;
|
|
43
45
|
/** @hidden */
|
|
44
46
|
ngAfterViewInit(): void;
|
|
45
|
-
/** @hidden */
|
|
46
|
-
onResize(): void;
|
|
47
47
|
/**
|
|
48
48
|
* @hidden
|
|
49
49
|
* Method that returns 1 deep level of lists.
|
|
@@ -20,14 +20,14 @@ export declare class SkeletonComponent implements OnChanges {
|
|
|
20
20
|
set height(value: string);
|
|
21
21
|
get height(): string;
|
|
22
22
|
/** @hidden */
|
|
23
|
-
_id: string;
|
|
24
|
-
/** @hidden */
|
|
25
23
|
readonly _skeletonClass = true;
|
|
26
24
|
/** @hidden */
|
|
27
25
|
_width: string;
|
|
28
26
|
/** @hidden */
|
|
29
27
|
_height: string;
|
|
30
28
|
/** @hidden */
|
|
29
|
+
_id: string;
|
|
30
|
+
/** @hidden */
|
|
31
31
|
private _textLines;
|
|
32
32
|
/** @hidden */
|
|
33
33
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -94,15 +94,9 @@ export declare class StatusIndicatorComponent implements OnChanges, AfterViewIni
|
|
|
94
94
|
/** @hidden */
|
|
95
95
|
pointsArray: string[];
|
|
96
96
|
/** @hidden */
|
|
97
|
-
constructor(elementRef: ElementRef<HTMLElement>, _cd: ChangeDetectorRef);
|
|
98
|
-
/** @hidden */
|
|
99
97
|
class: string;
|
|
100
98
|
/** @hidden */
|
|
101
|
-
|
|
102
|
-
/** @hidden */
|
|
103
|
-
ngOnChanges(): void;
|
|
104
|
-
/** @hidden */
|
|
105
|
-
ngOnInit(): void;
|
|
99
|
+
constructor(elementRef: ElementRef<HTMLElement>, _cd: ChangeDetectorRef);
|
|
106
100
|
/** @hidden
|
|
107
101
|
* CssClassBuilder interface implementation
|
|
108
102
|
* function must return single string
|
|
@@ -110,6 +104,12 @@ export declare class StatusIndicatorComponent implements OnChanges, AfterViewIni
|
|
|
110
104
|
*/
|
|
111
105
|
buildComponentCssClass(): string[];
|
|
112
106
|
/** @hidden */
|
|
107
|
+
ngAfterViewInit(): void;
|
|
108
|
+
/** @hidden */
|
|
109
|
+
ngOnChanges(): void;
|
|
110
|
+
/** @hidden */
|
|
111
|
+
ngOnInit(): void;
|
|
112
|
+
/** @hidden */
|
|
113
113
|
private _calculateFilling;
|
|
114
114
|
/** @hidden */
|
|
115
115
|
private _angleCalculation;
|
|
@@ -31,11 +31,11 @@ export declare class TabItemDirective implements CssClassBuilder, OnChanges, OnI
|
|
|
31
31
|
/** @hidden */
|
|
32
32
|
constructor(elementRef: ElementRef);
|
|
33
33
|
/** @hidden */
|
|
34
|
+
buildComponentCssClass(): string[];
|
|
35
|
+
/** @hidden */
|
|
34
36
|
ngOnChanges(): void;
|
|
35
37
|
/** @hidden */
|
|
36
38
|
ngOnInit(): void;
|
|
37
|
-
/** @hidden */
|
|
38
|
-
buildComponentCssClass(): string[];
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabItemDirective, never>;
|
|
40
40
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TabItemDirective, "[fd-tab-item]", never, { "class": { "alias": "class"; "required": false; }; "tabItemState": { "alias": "tabItemState"; "required": false; }; "header": { "alias": "header"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "fdTabItemClass": { "alias": "fdTabItemClass"; "required": false; }; }, {}, ["linkItem"], never, true, never>;
|
|
41
41
|
}
|
|
@@ -24,12 +24,12 @@ export declare class TabLinkDirective extends AbstractFdNgxClass implements Focu
|
|
|
24
24
|
/** Event Emitted when item has been focused. */
|
|
25
25
|
readonly focused: EventEmitter<void>;
|
|
26
26
|
/** @hidden */
|
|
27
|
-
_setProperties(): void;
|
|
28
|
-
/** @hidden */
|
|
29
27
|
private _onFocus;
|
|
30
28
|
/** @hidden */
|
|
31
29
|
private _onKeyUp;
|
|
32
30
|
/** @hidden */
|
|
31
|
+
_setProperties(): void;
|
|
32
|
+
/** @hidden */
|
|
33
33
|
focus(): void;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabLinkDirective, never>;
|
|
35
35
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TabLinkDirective, "[fd-tab-link]", never, { "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "keyDown": "keyDown"; "focused": "focused"; }, never, never, true, never>;
|
|
@@ -32,6 +32,14 @@ export declare class TabNavComponent implements AfterContentInit, OnChanges, OnI
|
|
|
32
32
|
private _dir;
|
|
33
33
|
/** @hidden */
|
|
34
34
|
constructor(elementRef: ElementRef, _contentDensityObserver: ContentDensityObserver, _rtlService: RtlService);
|
|
35
|
+
/** @hidden
|
|
36
|
+
* CssClassBuilder interface implementation
|
|
37
|
+
* function must return single string
|
|
38
|
+
* function is responsible for order which css classes are applied
|
|
39
|
+
*/
|
|
40
|
+
buildComponentCssClass(): string[];
|
|
41
|
+
/** @hidden */
|
|
42
|
+
private _keyUpHandler;
|
|
35
43
|
/** @hidden */
|
|
36
44
|
ngAfterContentInit(): void;
|
|
37
45
|
/** @hidden */
|
|
@@ -40,12 +48,6 @@ export declare class TabNavComponent implements AfterContentInit, OnChanges, OnI
|
|
|
40
48
|
ngOnInit(): void;
|
|
41
49
|
/** @hidden */
|
|
42
50
|
ngOnDestroy(): void;
|
|
43
|
-
/** @hidden
|
|
44
|
-
* CssClassBuilder interface implementation
|
|
45
|
-
* function must return single string
|
|
46
|
-
* function is responsible for order which css classes are applied
|
|
47
|
-
*/
|
|
48
|
-
buildComponentCssClass(): string[];
|
|
49
51
|
/** Function that gives possibility to get all the link directives, with and without nav__item wrapper */
|
|
50
52
|
get tabLinks(): TabLinkDirective[];
|
|
51
53
|
/**
|
|
@@ -65,8 +67,6 @@ export declare class TabNavComponent implements AfterContentInit, OnChanges, OnI
|
|
|
65
67
|
private _listenToFocusedLinks;
|
|
66
68
|
/** @hidden */
|
|
67
69
|
private _setupKeyManager;
|
|
68
|
-
/** @hidden */
|
|
69
|
-
private _keyUpHandler;
|
|
70
70
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabNavComponent, [null, null, { optional: true; }]>;
|
|
71
71
|
static ɵcmp: i0.ɵɵComponentDeclaration<TabNavComponent, "[fd-tab-nav]", never, { "class": { "alias": "class"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, ["links", "items"], ["*"], true, never>;
|
|
72
72
|
}
|
|
@@ -46,12 +46,12 @@ export declare class TabPanelComponent implements OnChanges {
|
|
|
46
46
|
closed: EventEmitter<void>;
|
|
47
47
|
/** @hidden */
|
|
48
48
|
titleTemplate: TemplateRef<any>;
|
|
49
|
+
/** @hidden */
|
|
50
|
+
_expandedClass: boolean;
|
|
49
51
|
/** @hidden Event that is emitted when the tab panel . */
|
|
50
52
|
_expandedStateChange: Subject<TabPanelStateChange>;
|
|
51
53
|
/** @hidden */
|
|
52
54
|
_forcedVisibility: boolean;
|
|
53
|
-
/** @hidden */
|
|
54
|
-
_expandedClass: boolean;
|
|
55
55
|
/** @hidden Whether to display tab panel content */
|
|
56
56
|
private _expanded;
|
|
57
57
|
/** @hidden */
|
|
@@ -44,17 +44,17 @@ export declare class TabIconComponent implements CssClassBuilder, OnChanges {
|
|
|
44
44
|
iconFont: IconFont;
|
|
45
45
|
/** @hidden */
|
|
46
46
|
constructor(elementRef: ElementRef);
|
|
47
|
+
/** @hidden CssClassBuilder interface implementation
|
|
48
|
+
* function must return single string
|
|
49
|
+
* function is responsible for order which css classes are applied
|
|
50
|
+
*/
|
|
51
|
+
buildComponentCssClass(): string[];
|
|
47
52
|
/** @hidden
|
|
48
53
|
* Function runs when component is initialized
|
|
49
54
|
* function should build component css class
|
|
50
55
|
* function should build css style
|
|
51
56
|
*/
|
|
52
57
|
ngOnChanges(): void;
|
|
53
|
-
/** @hidden CssClassBuilder interface implementation
|
|
54
|
-
* function must return single string
|
|
55
|
-
* function is responsible for order which css classes are applied
|
|
56
|
-
*/
|
|
57
|
-
buildComponentCssClass(): string[];
|
|
58
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabIconComponent, never>;
|
|
59
59
|
static ɵcmp: i0.ɵɵComponentDeclaration<TabIconComponent, "[fd-tab-icon]", never, { "class": { "alias": "class"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconFont": { "alias": "iconFont"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
60
60
|
}
|