@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
|
@@ -19,14 +19,14 @@ export declare class AvatarGroupLegacyComponent implements AvatarGroupLegacyInte
|
|
|
19
19
|
type: AvatarGroupLegacyType;
|
|
20
20
|
/** Aria-label for Avatar Group. */
|
|
21
21
|
ariaLabel: Nullable<string>;
|
|
22
|
-
/** Counter for all avatars. */
|
|
23
|
-
allItemsCount: number;
|
|
24
|
-
/** Counter for visible in overflow popover avatars. */
|
|
25
|
-
overflowItemsCount: number;
|
|
26
22
|
/** @hidden Avatar Group items. */
|
|
27
23
|
mainItems: QueryList<AvatarGroupLegacyItemDirective>;
|
|
28
24
|
/** @hidden */
|
|
29
25
|
avatarGroupContainer: ElementRef<HTMLDivElement>;
|
|
26
|
+
/** Counter for all avatars. */
|
|
27
|
+
allItemsCount: number;
|
|
28
|
+
/** Counter for visible in overflow popover avatars. */
|
|
29
|
+
overflowItemsCount: number;
|
|
30
30
|
/** @hidden */
|
|
31
31
|
rootClassNames: Record<string, boolean | undefined | null>;
|
|
32
32
|
/** @hidden */
|
|
@@ -46,6 +46,8 @@ export declare class AvatarGroupLegacyComponent implements AvatarGroupLegacyInte
|
|
|
46
46
|
/** @hidden */
|
|
47
47
|
constructor(_viewportRuler: ViewportRuler, _rtlService: RtlService);
|
|
48
48
|
/** @hidden */
|
|
49
|
+
keyUpHandler(event: KeyboardEvent): void;
|
|
50
|
+
/** @hidden */
|
|
49
51
|
ngOnInit(): void;
|
|
50
52
|
/** @hidden */
|
|
51
53
|
ngOnChanges(): void;
|
|
@@ -54,8 +56,6 @@ export declare class AvatarGroupLegacyComponent implements AvatarGroupLegacyInte
|
|
|
54
56
|
/** @hidden */
|
|
55
57
|
ngOnDestroy(): void;
|
|
56
58
|
/** @hidden */
|
|
57
|
-
keyUpHandler(event: KeyboardEvent): void;
|
|
58
|
-
/** @hidden */
|
|
59
59
|
_setActiveItem(item: AvatarGroupLegacyItemDirective): void;
|
|
60
60
|
/** @hidden */
|
|
61
61
|
private _onResize;
|
|
@@ -22,12 +22,12 @@ export declare class AvatarGroupLegacyOverflowBodyDirective implements AfterView
|
|
|
22
22
|
/** @hidden */
|
|
23
23
|
constructor(_rtlService: RtlService);
|
|
24
24
|
/** @hidden */
|
|
25
|
+
keyUpHandler(event: KeyboardEvent): void;
|
|
26
|
+
/** @hidden */
|
|
25
27
|
ngAfterViewInit(): void;
|
|
26
28
|
/** @hidden */
|
|
27
29
|
ngOnDestroy(): void;
|
|
28
30
|
/** @hidden */
|
|
29
|
-
keyUpHandler(event: KeyboardEvent): void;
|
|
30
|
-
/** @hidden */
|
|
31
31
|
_setActiveItem(item: FocusableOption & HasElementRef): void;
|
|
32
32
|
/** @hidden */
|
|
33
33
|
private _listenForItemChanges;
|
|
@@ -16,12 +16,12 @@ export declare class AvatarGroupLegacyOverflowButtonDirective implements OnInit,
|
|
|
16
16
|
/** @hidden */
|
|
17
17
|
constructor(elementRef: ElementRef);
|
|
18
18
|
/** @hidden */
|
|
19
|
+
buildComponentCssClass(): string[];
|
|
20
|
+
/** @hidden */
|
|
19
21
|
ngOnInit(): void;
|
|
20
22
|
/** @hidden */
|
|
21
23
|
ngOnChanges(): void;
|
|
22
24
|
/** @hidden */
|
|
23
|
-
buildComponentCssClass(): string[];
|
|
24
|
-
/** @hidden */
|
|
25
25
|
private _getMoreButtonColorCssClass;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarGroupLegacyOverflowButtonDirective, never>;
|
|
27
27
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AvatarGroupLegacyOverflowButtonDirective, "[fd-avatar-group-legacy-overflow-button]", never, { "class": { "alias": "class"; "required": false; }; "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
package/bar/bar.component.d.ts
CHANGED
|
@@ -30,18 +30,18 @@ export declare class BarComponent implements OnChanges, OnInit, CssClassBuilder,
|
|
|
30
30
|
private _subscriptions;
|
|
31
31
|
/** @hidden */
|
|
32
32
|
constructor(elementRef: ElementRef, _contentDensityObserver: ContentDensityObserver);
|
|
33
|
-
/** @hidden */
|
|
34
|
-
ngOnInit(): void;
|
|
35
|
-
/** @hidden */
|
|
36
|
-
ngOnDestroy(): void;
|
|
37
|
-
/** @hidden */
|
|
38
|
-
ngOnChanges(): void;
|
|
39
33
|
/** @hidden
|
|
40
34
|
* CssClassBuilder interface implementation
|
|
41
35
|
* function must return single string
|
|
42
36
|
* function is responsible for order which css classes are applied
|
|
43
37
|
*/
|
|
44
38
|
buildComponentCssClass(): string[];
|
|
39
|
+
/** @hidden */
|
|
40
|
+
ngOnInit(): void;
|
|
41
|
+
/** @hidden */
|
|
42
|
+
ngOnDestroy(): void;
|
|
43
|
+
/** @hidden */
|
|
44
|
+
ngOnChanges(): void;
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarComponent, never>;
|
|
46
46
|
static ɵcmp: i0.ɵɵComponentDeclaration<BarComponent, "[fd-bar]", never, { "class": { "alias": "class"; "required": false; }; "barDesign": { "alias": "barDesign"; "required": false; }; "inPage": { "alias": "inPage"; "required": false; }; "inHomePage": { "alias": "inHomePage"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["[fd-bar-left]", "[fd-bar-middle]", "[fd-bar-right]", "*"], true, never>;
|
|
47
47
|
}
|
|
@@ -12,19 +12,19 @@ export declare class ButtonBarComponent extends BaseButton {
|
|
|
12
12
|
title: string;
|
|
13
13
|
/** the aria-labelledby ids to be associated with this element */
|
|
14
14
|
ariaLabelledby: string;
|
|
15
|
-
/** @hidden */
|
|
16
|
-
private readonly _defaultId;
|
|
17
15
|
/** id for this element */
|
|
18
16
|
set id(value: string | null | undefined);
|
|
19
17
|
get id(): string;
|
|
20
18
|
/** @hidden */
|
|
21
|
-
_id: string | null | undefined;
|
|
22
|
-
/** @hidden */
|
|
23
19
|
_barElement: boolean;
|
|
24
20
|
/** @hidden */
|
|
25
21
|
get pointerEvents(): string;
|
|
26
22
|
/** @hidden */
|
|
27
23
|
_buttonComponent: ButtonComponent;
|
|
24
|
+
/** @hidden */
|
|
25
|
+
_id: string | null | undefined;
|
|
26
|
+
/** @hidden */
|
|
27
|
+
private readonly _defaultId;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonBarComponent, never>;
|
|
29
29
|
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonBarComponent, "fd-button-bar", never, { "fullWidth": { "alias": "fullWidth"; "required": false; }; "fdType": { "alias": "fdType"; "required": false; }; "title": { "alias": "title"; "required": false; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
30
30
|
}
|
|
@@ -35,6 +35,8 @@ export declare class CalendarHeaderComponent<D> implements OnInit, OnChanges {
|
|
|
35
35
|
readonly previousClicked: EventEmitter<void>;
|
|
36
36
|
/** Event emitted when the next button is clicked. */
|
|
37
37
|
readonly nextClicked: EventEmitter<void>;
|
|
38
|
+
/** @hidden */
|
|
39
|
+
_prevButtonComponent: ElementRef;
|
|
38
40
|
/** Aria label for the previous button. Depends on the active view. */
|
|
39
41
|
get previousAriaLabel(): 'coreCalendar.previousMonthLabel' | 'coreCalendar.previousYearLabel';
|
|
40
42
|
/** Aria label for the next button. Depends on the active view. */
|
|
@@ -101,8 +103,6 @@ export declare class CalendarHeaderComponent<D> implements OnInit, OnChanges {
|
|
|
101
103
|
* Select years range aria label id
|
|
102
104
|
*/
|
|
103
105
|
get _selectYearsRangeButtonAriaLabelId(): string;
|
|
104
|
-
/** @hidden */
|
|
105
|
-
_prevButtonComponent: ElementRef;
|
|
106
106
|
/** @hidden */
|
|
107
107
|
private readonly _destroyRef;
|
|
108
108
|
/** Month names */
|
|
@@ -8,9 +8,9 @@ export declare class CardContentComponent implements OnInit, CssClassBuilder {
|
|
|
8
8
|
/** @hidden */
|
|
9
9
|
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
10
|
/** @hidden */
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
/** @hidden */
|
|
13
11
|
buildComponentCssClass(): string[];
|
|
12
|
+
/** @hidden */
|
|
13
|
+
ngOnInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardContentComponent, never>;
|
|
15
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardContentComponent, "fd-card-content", never, {}, {}, never, ["*"], true, never>;
|
|
16
16
|
}
|
|
@@ -14,11 +14,11 @@ export declare class CardCounterDirective implements OnInit, OnChanges, CssClass
|
|
|
14
14
|
/** @hidden */
|
|
15
15
|
constructor(elementRef: ElementRef<HTMLElement>);
|
|
16
16
|
/** @hidden */
|
|
17
|
+
buildComponentCssClass(): string[];
|
|
18
|
+
/** @hidden */
|
|
17
19
|
ngOnChanges(): void;
|
|
18
20
|
/** @hidden */
|
|
19
21
|
ngOnInit(): void;
|
|
20
|
-
/** @hidden */
|
|
21
|
-
buildComponentCssClass(): string[];
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardCounterDirective, never>;
|
|
23
23
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardCounterDirective, "[fd-card-counter]", never, { "status": { "alias": "status"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
24
|
}
|
|
@@ -12,23 +12,23 @@ export declare class CardHeaderComponent implements OnInit, OnChanges, CssClassB
|
|
|
12
12
|
set tabindex(tabindex: string);
|
|
13
13
|
get tabindex(): string;
|
|
14
14
|
/** @hidden */
|
|
15
|
-
private _tabindex;
|
|
16
|
-
/** @hidden */
|
|
17
|
-
class: string;
|
|
18
|
-
/** @hidden */
|
|
19
15
|
_avatar: AvatarComponent;
|
|
20
16
|
/** @hidden */
|
|
21
17
|
_subtitle: CardSubtitleDirective;
|
|
22
18
|
/** @hidden */
|
|
19
|
+
class: string;
|
|
20
|
+
/** @hidden */
|
|
21
|
+
private _tabindex;
|
|
22
|
+
/** @hidden */
|
|
23
23
|
constructor(elementRef: ElementRef<HTMLElement>, renderer: Renderer2);
|
|
24
24
|
/** @hidden */
|
|
25
|
+
buildComponentCssClass(): string[];
|
|
26
|
+
/** @hidden */
|
|
25
27
|
ngOnInit(): void;
|
|
26
28
|
/** @hidden */
|
|
27
29
|
ngAfterContentInit(): void;
|
|
28
30
|
/** @hidden */
|
|
29
31
|
ngOnChanges(): void;
|
|
30
|
-
/** @hidden */
|
|
31
|
-
buildComponentCssClass(): string[];
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
|
|
33
33
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "fd-card-header", never, { "interactive": { "alias": "interactive"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, {}, ["_avatar", "_subtitle"], ["*", "fd-avatar", "[fd-card-title]", "[fd-card-counter]", "[fd-card-subtitle]", "fd-card-kpi-header", "[fd-card-second-subtitle]"], true, never>;
|
|
34
34
|
}
|
|
@@ -8,9 +8,9 @@ export declare class CardLoaderComponent implements OnInit, CssClassBuilder {
|
|
|
8
8
|
/** @hidden */
|
|
9
9
|
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
10
|
/** @hidden */
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
/** @hidden */
|
|
13
11
|
buildComponentCssClass(): string[];
|
|
12
|
+
/** @hidden */
|
|
13
|
+
ngOnInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardLoaderComponent, never>;
|
|
15
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardLoaderComponent, "fd-card-loader", never, {}, {}, never, ["*"], true, never>;
|
|
16
16
|
}
|
|
@@ -8,9 +8,9 @@ export declare class CardSecondSubtitleDirective implements OnInit, CssClassBuil
|
|
|
8
8
|
/** @hidden */
|
|
9
9
|
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
10
|
/** @hidden */
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
/** @hidden */
|
|
13
11
|
buildComponentCssClass(): string[];
|
|
12
|
+
/** @hidden */
|
|
13
|
+
ngOnInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardSecondSubtitleDirective, never>;
|
|
15
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardSecondSubtitleDirective, "[fd-card-second-subtitle]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -8,9 +8,9 @@ export declare class CardSubtitleDirective implements OnInit, CssClassBuilder {
|
|
|
8
8
|
/** @hidden */
|
|
9
9
|
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
10
|
/** @hidden */
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
/** @hidden */
|
|
13
11
|
buildComponentCssClass(): string[];
|
|
12
|
+
/** @hidden */
|
|
13
|
+
ngOnInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardSubtitleDirective, never>;
|
|
15
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardSubtitleDirective, "[fd-card-subtitle]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -10,9 +10,9 @@ export declare class CardTitleDirective implements OnInit, CssClassBuilder {
|
|
|
10
10
|
/** @hidden */
|
|
11
11
|
constructor(elementRef: ElementRef<HTMLElement>);
|
|
12
12
|
/** @hidden */
|
|
13
|
-
ngOnInit(): void;
|
|
14
|
-
/** @hidden */
|
|
15
13
|
buildComponentCssClass(): string[];
|
|
14
|
+
/** @hidden */
|
|
15
|
+
ngOnInit(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardTitleDirective, never>;
|
|
17
17
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardTitleDirective, "[fd-card-title]", never, { "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
18
|
}
|
package/card/card.component.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { CardType } from './constants';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class CardComponent implements OnChanges, OnInit, CssClassBuilder, OnDestroy {
|
|
8
8
|
readonly elementRef: ElementRef<HTMLElement>;
|
|
9
|
-
|
|
9
|
+
readonly _contentDensityObserver: ContentDensityObserver;
|
|
10
10
|
/** Badge */
|
|
11
11
|
badge: string;
|
|
12
12
|
/** Indicates when card should show a loader */
|
|
@@ -31,13 +31,13 @@ export declare class CardComponent implements OnChanges, OnInit, CssClassBuilder
|
|
|
31
31
|
/** @hidden */
|
|
32
32
|
constructor(elementRef: ElementRef<HTMLElement>, _contentDensityObserver: ContentDensityObserver);
|
|
33
33
|
/** @hidden */
|
|
34
|
+
buildComponentCssClass(): string[];
|
|
35
|
+
/** @hidden */
|
|
34
36
|
ngOnChanges(): void;
|
|
35
37
|
/** @hidden */
|
|
36
38
|
ngOnInit(): void;
|
|
37
39
|
/** @hidden */
|
|
38
40
|
ngOnDestroy(): void;
|
|
39
|
-
/** @hidden */
|
|
40
|
-
buildComponentCssClass(): string[];
|
|
41
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
42
42
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "fd-card", never, { "badge": { "alias": "badge"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "cardType": { "alias": "cardType"; "required": false; }; "id": { "alias": "id"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, ["cardTitle"], ["*", "fd-card-footer", "fd-card-loader"], true, never>;
|
|
43
43
|
}
|
|
@@ -8,9 +8,9 @@ export declare class CardKpiAnalyticsContentDirective implements OnInit, CssClas
|
|
|
8
8
|
/** @hidden */
|
|
9
9
|
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
10
|
/** @hidden */
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
/** @hidden */
|
|
13
11
|
buildComponentCssClass(): string[];
|
|
12
|
+
/** @hidden */
|
|
13
|
+
ngOnInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiAnalyticsContentDirective, never>;
|
|
15
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiAnalyticsContentDirective, "[fd-card-kpi-analytics-content]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -8,9 +8,9 @@ export declare class CardKpiAnalyticsLabelDirective implements OnInit, CssClassB
|
|
|
8
8
|
/** @hidden */
|
|
9
9
|
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
10
|
/** @hidden */
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
/** @hidden */
|
|
13
11
|
buildComponentCssClass(): string[];
|
|
12
|
+
/** @hidden */
|
|
13
|
+
ngOnInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiAnalyticsLabelDirective, never>;
|
|
15
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiAnalyticsLabelDirective, "[fd-card-kpi-analytics-label]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -8,9 +8,9 @@ export declare class CardKpiAnalyticsDirective implements OnInit, CssClassBuilde
|
|
|
8
8
|
/** @hidden */
|
|
9
9
|
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
10
|
/** @hidden */
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
/** @hidden */
|
|
13
11
|
buildComponentCssClass(): string[];
|
|
12
|
+
/** @hidden */
|
|
13
|
+
ngOnInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiAnalyticsDirective, never>;
|
|
15
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiAnalyticsDirective, "[fd-card-kpi-analytics]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -8,9 +8,9 @@ export declare class CardKpiHeaderComponent implements OnInit, CssClassBuilder {
|
|
|
8
8
|
/** @hidden */
|
|
9
9
|
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
10
|
/** @hidden */
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
/** @hidden */
|
|
13
11
|
buildComponentCssClass(): string[];
|
|
12
|
+
/** @hidden */
|
|
13
|
+
ngOnInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiHeaderComponent, never>;
|
|
15
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardKpiHeaderComponent, "fd-card-kpi-header", never, {}, {}, never, ["[fd-card-kpi-value]", "[fd-card-kpi-scale-icon]", "[fd-card-kpi-scale-text]", "[fd-card-kpi-analytics]"], true, never>;
|
|
16
16
|
}
|
|
@@ -8,9 +8,9 @@ export declare class CardKpiScaleIconDirective implements OnInit, CssClassBuilde
|
|
|
8
8
|
/** @hidden */
|
|
9
9
|
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
10
|
/** @hidden */
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
/** @hidden */
|
|
13
11
|
buildComponentCssClass(): string[];
|
|
12
|
+
/** @hidden */
|
|
13
|
+
ngOnInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiScaleIconDirective, never>;
|
|
15
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiScaleIconDirective, "[fd-card-kpi-scale-icon]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -8,9 +8,9 @@ export declare class CardKpiScaleTextDirective implements OnInit, CssClassBuilde
|
|
|
8
8
|
/** @hidden */
|
|
9
9
|
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
10
|
/** @hidden */
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
/** @hidden */
|
|
13
11
|
buildComponentCssClass(): string[];
|
|
12
|
+
/** @hidden */
|
|
13
|
+
ngOnInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiScaleTextDirective, never>;
|
|
15
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiScaleTextDirective, "[fd-card-kpi-scale-text]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -4,16 +4,16 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export type KpiStatus = 'positive' | 'negative' | 'critical' | 'informative';
|
|
5
5
|
export declare class CardKpiValueDirective implements OnInit, CssClassBuilder {
|
|
6
6
|
readonly elementRef: ElementRef<HTMLElement>;
|
|
7
|
-
/** @hidden */
|
|
8
|
-
class: string;
|
|
9
7
|
/** Set type of KPI value. eg: 'positive', 'negative', 'critical', 'informative' */
|
|
10
8
|
status: KpiStatus;
|
|
11
9
|
/** @hidden */
|
|
12
|
-
|
|
10
|
+
class: string;
|
|
13
11
|
/** @hidden */
|
|
14
|
-
|
|
12
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
15
13
|
/** @hidden */
|
|
16
14
|
buildComponentCssClass(): string[];
|
|
15
|
+
/** @hidden */
|
|
16
|
+
ngOnInit(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiValueDirective, never>;
|
|
18
18
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiValueDirective, "[fd-card-kpi-value]", never, { "status": { "alias": "status"; "required": false; }; }, {}, never, never, true, never>;
|
|
19
19
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DomPortal
|
|
1
|
+
import { DomPortal } from '@angular/cdk/portal';
|
|
2
2
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, Renderer2 } from '@angular/core';
|
|
3
3
|
import { ControlValueAccessor } from '@angular/forms';
|
|
4
4
|
import { FormStates } from '@fundamental-ngx/cdk/forms';
|
|
@@ -68,8 +68,6 @@ export declare class CheckboxComponent<T = unknown> implements ControlValueAcces
|
|
|
68
68
|
private readonly _domPortalContent;
|
|
69
69
|
/** @hidden */
|
|
70
70
|
private readonly _portalOutlet;
|
|
71
|
-
/** @hidden */
|
|
72
|
-
_projectedDomPortal: Portal<any>;
|
|
73
71
|
/** Stores current checkbox value. */
|
|
74
72
|
checkboxValue: T;
|
|
75
73
|
/** Stores current checkbox state. */
|
|
@@ -81,12 +79,12 @@ export declare class CheckboxComponent<T = unknown> implements ControlValueAcces
|
|
|
81
79
|
/** @hidden Used to define if control is in 'checked' / 'unchecked' state. */
|
|
82
80
|
get isChecked(): boolean;
|
|
83
81
|
/** @hidden */
|
|
82
|
+
_domPortal: DomPortal<HTMLElement>;
|
|
83
|
+
/** @hidden */
|
|
84
84
|
private _subscriptions;
|
|
85
85
|
/** @hidden values returned by control. */
|
|
86
86
|
private _values;
|
|
87
87
|
/** @hidden */
|
|
88
|
-
_domPortal: DomPortal<HTMLElement>;
|
|
89
|
-
/** @hidden */
|
|
90
88
|
constructor(elementRef: ElementRef<Element>, tabIndexValue: number, _changeDetectorRef: ChangeDetectorRef, renderer: Renderer2, _contentDensityObserver: ContentDensityObserver);
|
|
91
89
|
/** @hidden Reference to callback provided by FormControl.*/
|
|
92
90
|
onTouched: () => void;
|
|
@@ -12,14 +12,14 @@ export declare class UrlContentDensityStorage implements ContentDensityStorage {
|
|
|
12
12
|
private _current$;
|
|
13
13
|
/** @hidden */
|
|
14
14
|
constructor(_router: Router, _activatedRoute: ActivatedRoute, _defaultContentDensity: ContentDensityMode, _storageKey: string);
|
|
15
|
-
/** @hidden */
|
|
16
|
-
private _initialize;
|
|
17
|
-
/** @hidden */
|
|
18
|
-
private _setUrlQueryParam;
|
|
19
15
|
/** Content density observable */
|
|
20
16
|
getContentDensity(): Observable<ContentDensityMode>;
|
|
21
17
|
/** Change content density */
|
|
22
18
|
setContentDensity(density: ContentDensityMode): Observable<void>;
|
|
19
|
+
/** @hidden */
|
|
20
|
+
private _initialize;
|
|
21
|
+
/** @hidden */
|
|
22
|
+
private _setUrlQueryParam;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<UrlContentDensityStorage, never>;
|
|
24
24
|
static ɵprov: i0.ɵɵInjectableDeclaration<UrlContentDensityStorage>;
|
|
25
25
|
}
|
|
@@ -1,32 +1,26 @@
|
|
|
1
|
-
import { Injector } from '@angular/core';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
1
|
+
import { Injector, Signal } from '@angular/core';
|
|
2
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
3
3
|
import { ContentDensityObserverSettings } from '../classes/content-density-observer.settings';
|
|
4
4
|
import { ContentDensityObserverTarget } from '../content-density.types';
|
|
5
5
|
import { ContentDensityMode } from '../types/content-density.mode';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class ContentDensityObserver extends BehaviorSubject<ContentDensityMode> {
|
|
8
8
|
/** @hidden */
|
|
9
|
-
readonly contentDensity$:
|
|
9
|
+
readonly contentDensity$: Signal<ContentDensityMode | undefined>;
|
|
10
10
|
/** @hidden */
|
|
11
11
|
readonly config: ContentDensityObserverSettings;
|
|
12
12
|
/** @hidden */
|
|
13
|
-
|
|
14
|
-
/** @hidden */
|
|
15
|
-
private readonly _isCozy$;
|
|
16
|
-
/** @hidden */
|
|
17
|
-
private readonly _isCondensed$;
|
|
18
|
-
/** @hidden */
|
|
19
|
-
readonly isCompact$: import("rxjs").Observable<boolean>;
|
|
13
|
+
readonly isCompact$: Observable<boolean>;
|
|
20
14
|
/** @hidden */
|
|
21
|
-
readonly isCozy$:
|
|
15
|
+
readonly isCozy$: Observable<boolean>;
|
|
22
16
|
/** @hidden */
|
|
23
|
-
readonly isCondensed$:
|
|
17
|
+
readonly isCondensed$: Observable<boolean>;
|
|
24
18
|
/** @hidden */
|
|
25
|
-
readonly isCompactSignal:
|
|
19
|
+
readonly isCompactSignal: Signal<boolean>;
|
|
26
20
|
/** @hidden */
|
|
27
|
-
readonly isCozySignal:
|
|
21
|
+
readonly isCozySignal: Signal<boolean>;
|
|
28
22
|
/** @hidden */
|
|
29
|
-
readonly isCondensedSignal:
|
|
23
|
+
readonly isCondensedSignal: Signal<boolean>;
|
|
30
24
|
/** @hidden */
|
|
31
25
|
get isCompact(): boolean;
|
|
32
26
|
/** @hidden */
|
|
@@ -34,6 +28,12 @@ export declare class ContentDensityObserver extends BehaviorSubject<ContentDensi
|
|
|
34
28
|
/** @hidden */
|
|
35
29
|
get isCondensed(): boolean;
|
|
36
30
|
/** @hidden */
|
|
31
|
+
private readonly _isCompact$;
|
|
32
|
+
/** @hidden */
|
|
33
|
+
private readonly _isCozy$;
|
|
34
|
+
/** @hidden */
|
|
35
|
+
private readonly _isCondensed$;
|
|
36
|
+
/** @hidden */
|
|
37
37
|
private _globalContentDensityService;
|
|
38
38
|
/** @hidden */
|
|
39
39
|
private _contentDensityDirective;
|
|
@@ -52,18 +52,21 @@ export declare abstract class DatetimeAdapter<D> {
|
|
|
52
52
|
/**
|
|
53
53
|
* Set hours.
|
|
54
54
|
* @param date The date to set hours to.
|
|
55
|
+
* @param hours
|
|
55
56
|
* @returns The new date instance.
|
|
56
57
|
*/
|
|
57
58
|
abstract setHours(date: D, hours: number): D;
|
|
58
59
|
/**
|
|
59
60
|
* Set minutes.
|
|
60
61
|
* @param date The date to set minutes to.
|
|
62
|
+
* @param minutes
|
|
61
63
|
* @returns The new date instance.
|
|
62
64
|
*/
|
|
63
65
|
abstract setMinutes(date: D, minutes: number): D;
|
|
64
66
|
/**
|
|
65
67
|
* Set seconds.
|
|
66
68
|
* @param date The date to set seconds to.
|
|
69
|
+
* @param seconds
|
|
67
70
|
* @returns The new date instance.
|
|
68
71
|
*/
|
|
69
72
|
abstract setSeconds(date: D, seconds: number): D;
|
|
@@ -270,12 +273,13 @@ export declare abstract class DatetimeAdapter<D> {
|
|
|
270
273
|
* @returns String representing how much time has passed since the date param.
|
|
271
274
|
*/
|
|
272
275
|
abstract fromNow?(date: D): string;
|
|
276
|
+
/** locale changes stream */
|
|
277
|
+
readonly localeChanges: Observable<void>;
|
|
273
278
|
/** current locale */
|
|
274
279
|
protected locale: string;
|
|
275
280
|
/** @hidden */
|
|
276
281
|
private _localeChanges;
|
|
277
|
-
|
|
278
|
-
readonly localeChanges: Observable<void>;
|
|
282
|
+
protected constructor();
|
|
279
283
|
/**
|
|
280
284
|
* Sets the locale used for all dates.
|
|
281
285
|
* @param locale The new locale.
|
|
@@ -284,6 +288,9 @@ export declare abstract class DatetimeAdapter<D> {
|
|
|
284
288
|
/**
|
|
285
289
|
* Set hours, minutes and seconds at once.
|
|
286
290
|
* @param date The date to set time to.
|
|
291
|
+
* @param hours
|
|
292
|
+
* @param minutes
|
|
293
|
+
* @param seconds
|
|
287
294
|
* @returns The new date instance.
|
|
288
295
|
*/
|
|
289
296
|
setTime(date: D, hours: number, minutes: number, seconds: number): D;
|
package/datetime/fd-date.d.ts
CHANGED
|
@@ -35,6 +35,16 @@ export declare class FdDate {
|
|
|
35
35
|
*/
|
|
36
36
|
/** @hidden */
|
|
37
37
|
private _isValid;
|
|
38
|
+
/**
|
|
39
|
+
* Create FdDate
|
|
40
|
+
* @param year e.g. 2020
|
|
41
|
+
* @param month 1 = January, 12 = December
|
|
42
|
+
* @param day 1 - 31
|
|
43
|
+
* @param hour 0 - 23
|
|
44
|
+
* @param minute 0 - 59
|
|
45
|
+
* @param second 0 - 59
|
|
46
|
+
*/
|
|
47
|
+
constructor(year?: number, month?: number, day?: number, hour?: number, minute?: number, second?: number);
|
|
38
48
|
/**
|
|
39
49
|
* Create FdDate instance of the current moment
|
|
40
50
|
*/
|
|
@@ -47,20 +57,6 @@ export declare class FdDate {
|
|
|
47
57
|
* Convert js date object to FdDate model
|
|
48
58
|
*/
|
|
49
59
|
static getFdDateByDate(date: Date): FdDate;
|
|
50
|
-
/**
|
|
51
|
-
* Create FdDate instance of the current moment
|
|
52
|
-
*/
|
|
53
|
-
constructor();
|
|
54
|
-
/**
|
|
55
|
-
* Create FdDate
|
|
56
|
-
* @param year e.g. 2020
|
|
57
|
-
* @param month 1 = January, 12 = December
|
|
58
|
-
* @param day 1 - 31
|
|
59
|
-
* @param hour 0 - 23
|
|
60
|
-
* @param minute 0 - 59
|
|
61
|
-
* @param second 0 - 59
|
|
62
|
-
*/
|
|
63
|
-
constructor(year: number, month?: number, day?: number, hour?: number, minute?: number, second?: number);
|
|
64
60
|
/**
|
|
65
61
|
* Set hour, minute and second data
|
|
66
62
|
* @param hour
|
|
@@ -13,9 +13,9 @@ export declare class FdDatetimeAdapter extends DatetimeAdapter<FdDate> {
|
|
|
13
13
|
/** Whether to clamp the date between 1 and 9999 to avoid IE and Edge errors. */
|
|
14
14
|
private readonly _fixYearsRangeIssue;
|
|
15
15
|
/** @hidden */
|
|
16
|
-
fromNow: undefined;
|
|
17
|
-
/** @hidden */
|
|
18
16
|
constructor(localeId: string, platform: Platform);
|
|
17
|
+
/** @hidden */
|
|
18
|
+
fromNow?(date: FdDate): string;
|
|
19
19
|
/** Get year */
|
|
20
20
|
getYear(date: FdDate): number;
|
|
21
21
|
/** Get month */
|
|
@@ -7,12 +7,12 @@ import { DialogConfigBase } from './dialog-config-base.class';
|
|
|
7
7
|
import { DialogRefBase } from './dialog-ref-base.class';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare abstract class DialogBase<T = any, D extends DialogRefBase<T> = DialogRefBase<T>> implements OnInit, AfterViewInit, OnDestroy, HasElementRef {
|
|
10
|
+
/** @hidden Reference to dialog window element*/
|
|
11
|
+
abstract dialogWindow: ElementRef;
|
|
10
12
|
/**
|
|
11
13
|
* @hidden
|
|
12
14
|
*/
|
|
13
15
|
_dir: string;
|
|
14
|
-
/** @hidden Reference to dialog window element*/
|
|
15
|
-
abstract dialogWindow: ElementRef;
|
|
16
16
|
/** @hidden Dialog padding sizes */
|
|
17
17
|
dialogPaddingSize: DialogSize;
|
|
18
18
|
/** @hidden */
|
|
@@ -3,15 +3,15 @@ import { TemplateDirective } from '@fundamental-ngx/cdk/utils';
|
|
|
3
3
|
import { TitleComponent } from '@fundamental-ngx/core/title';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare abstract class DialogHeaderBase implements AfterContentInit {
|
|
6
|
-
/** @hidden */
|
|
7
|
-
headerTemplate: TemplateRef<any>;
|
|
8
|
-
/** @hidden */
|
|
9
|
-
subHeaderTemplate: TemplateRef<any>;
|
|
10
6
|
/** @hidden */
|
|
11
7
|
set defaultTitleSize(title: TitleComponent);
|
|
12
8
|
/** @hidden */
|
|
13
9
|
customTemplates: QueryList<TemplateDirective>;
|
|
14
10
|
/** @hidden */
|
|
11
|
+
headerTemplate: TemplateRef<any>;
|
|
12
|
+
/** @hidden */
|
|
13
|
+
subHeaderTemplate: TemplateRef<any>;
|
|
14
|
+
/** @hidden */
|
|
15
15
|
private readonly _changeDetectorRef;
|
|
16
16
|
/** @hidden */
|
|
17
17
|
ngAfterContentInit(): void;
|
|
@@ -5,10 +5,6 @@ export declare enum FD_DIALOG_DISMISS_REASON {
|
|
|
5
5
|
NAVIGATION_CHANGE = "navigation change"
|
|
6
6
|
}
|
|
7
7
|
export declare class DialogRefBase<T, P = any> {
|
|
8
|
-
/** @hidden */
|
|
9
|
-
protected readonly _afterClosed: Subject<P | undefined>;
|
|
10
|
-
/** @hidden */
|
|
11
|
-
protected readonly _afterLoaded: Subject<boolean>;
|
|
12
8
|
/** @hidden */
|
|
13
9
|
_endClose$: Subject<void>;
|
|
14
10
|
/**
|
|
@@ -20,6 +16,12 @@ export declare class DialogRefBase<T, P = any> {
|
|
|
20
16
|
afterLoaded: Observable<boolean>;
|
|
21
17
|
/** Data passed from the calling component to the content.*/
|
|
22
18
|
data: T;
|
|
19
|
+
/** @hidden */
|
|
20
|
+
protected readonly _afterClosed: Subject<P | undefined>;
|
|
21
|
+
/** @hidden */
|
|
22
|
+
protected readonly _afterLoaded: Subject<boolean>;
|
|
23
|
+
/** @hidden */
|
|
24
|
+
constructor();
|
|
23
25
|
/**
|
|
24
26
|
* Closes the dialog and passes the argument to the afterClosed observable.
|
|
25
27
|
* @param result Value passed back to the observable as a result.
|