@fundamental-ngx/core 0.45.1 → 0.46.0-rc.1
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/busy-indicator/busy-indicator-extended/busy-indicator-extended.directive.d.ts +1 -1
- package/busy-indicator/busy-indicator.component.d.ts +2 -2
- package/busy-indicator/busy-indicator.module.d.ts +4 -4
- package/calendar/calendar-directives.d.ts +1 -1
- package/calendar/calendar-header/calendar-header.component.d.ts +2 -6
- package/calendar/calendar-views/calendar-aggregated-year-view/calendar-aggregated-year-view.component.d.ts +1 -1
- package/calendar/calendar-views/calendar-day-view/calendar-day-view.component.d.ts +27 -32
- package/calendar/calendar-views/calendar-month-view/calendar-month-view.component.d.ts +1 -1
- package/calendar/calendar-views/calendar-year-view/calendar-year-view.component.d.ts +1 -1
- package/calendar/calendar.component.d.ts +7 -8
- package/calendar/calendar.module.d.ts +2 -5
- package/carousel/carousel-item/carousel-item.component.d.ts +1 -1
- package/carousel/carousel-item.directive.d.ts +1 -1
- package/carousel/carousel.component.d.ts +8 -1
- package/carousel/carousel.directive.d.ts +1 -1
- package/carousel/carousel.module.d.ts +1 -5
- package/checkbox/checkbox/checkbox.component.d.ts +19 -6
- package/checkbox/checkbox.module.d.ts +3 -5
- package/combobox/combobox-mobile/combobox-mobile.component.d.ts +2 -1
- package/date-picker/date-picker-mobile/date-picker-mobile.component.d.ts +31 -0
- package/date-picker/date-picker.component.d.ts +46 -16
- package/date-picker/date-picker.model.d.ts +11 -0
- package/date-picker/date-picker.module.d.ts +2 -12
- package/date-picker/index.d.ts +2 -0
- package/date-picker/tokens.d.ts +5 -0
- package/datetime-picker/datetime-picker-mobile/datetime-picker-mobile.component.d.ts +29 -0
- package/datetime-picker/datetime-picker.component.d.ts +34 -12
- package/datetime-picker/datetime-picker.model.d.ts +9 -0
- package/datetime-picker/datetime-picker.module.d.ts +2 -14
- package/datetime-picker/index.d.ts +2 -0
- package/datetime-picker/tokens.d.ts +5 -0
- package/dialog/dialog.module.d.ts +1 -1
- package/dialog/utils/dialog-ref.class.d.ts +15 -5
- package/esm2022/action-bar/action-bar.component.mjs +2 -2
- package/esm2022/action-sheet/action-sheet.component.mjs +2 -2
- package/esm2022/avatar/avatar.component.mjs +2 -2
- package/esm2022/avatar-group/avatar-group.component.mjs +2 -2
- package/esm2022/bar/bar.component.mjs +2 -2
- package/esm2022/breadcrumb/breadcrumb.component.mjs +2 -2
- package/esm2022/busy-indicator/busy-indicator-extended/busy-indicator-extended.directive.mjs +4 -3
- package/esm2022/busy-indicator/busy-indicator.component.mjs +5 -5
- package/esm2022/busy-indicator/busy-indicator.module.mjs +3 -4
- package/esm2022/button/button.component.mjs +2 -2
- package/esm2022/calendar/calendar-directives.mjs +4 -3
- package/esm2022/calendar/calendar-header/calendar-header.component.mjs +7 -15
- package/esm2022/calendar/calendar-views/calendar-aggregated-year-view/calendar-aggregated-year-view.component.mjs +6 -5
- package/esm2022/calendar/calendar-views/calendar-day-view/calendar-day-view.component.mjs +21 -30
- package/esm2022/calendar/calendar-views/calendar-month-view/calendar-month-view.component.mjs +6 -5
- package/esm2022/calendar/calendar-views/calendar-year-view/calendar-year-view.component.mjs +6 -5
- package/esm2022/calendar/calendar.component.mjs +17 -13
- package/esm2022/calendar/calendar.module.mjs +9 -9
- package/esm2022/card/card-footer.component.mjs +3 -3
- package/esm2022/card/card.component.mjs +2 -2
- package/esm2022/carousel/carousel-item/carousel-item.component.mjs +4 -4
- package/esm2022/carousel/carousel-item.directive.mjs +4 -3
- package/esm2022/carousel/carousel.component.mjs +19 -6
- package/esm2022/carousel/carousel.directive.mjs +4 -3
- package/esm2022/carousel/carousel.module.mjs +4 -9
- package/esm2022/checkbox/checkbox/checkbox.component.mjs +42 -17
- package/esm2022/checkbox/checkbox.module.mjs +4 -7
- package/esm2022/combobox/combobox-mobile/combobox-mobile.component.mjs +3 -2
- package/esm2022/date-picker/date-picker-mobile/date-picker-mobile.component.mjs +96 -0
- package/esm2022/date-picker/date-picker.component.mjs +142 -40
- package/esm2022/date-picker/date-picker.model.mjs +2 -0
- package/esm2022/date-picker/date-picker.module.mjs +6 -49
- package/esm2022/date-picker/index.mjs +3 -1
- package/esm2022/date-picker/tokens.mjs +4 -0
- package/esm2022/datetime-picker/datetime-picker-mobile/datetime-picker-mobile.component.mjs +96 -0
- package/esm2022/datetime-picker/datetime-picker.component.mjs +120 -36
- package/esm2022/datetime-picker/datetime-picker.model.mjs +2 -0
- package/esm2022/datetime-picker/datetime-picker.module.mjs +6 -57
- package/esm2022/datetime-picker/index.mjs +3 -1
- package/esm2022/datetime-picker/tokens.mjs +4 -0
- package/esm2022/dialog/dialog-body/dialog-body.component.mjs +4 -3
- package/esm2022/dialog/dialog.component.mjs +2 -2
- package/esm2022/dialog/dialog.module.mjs +8 -5
- package/esm2022/dialog/utils/dialog-ref.class.mjs +13 -8
- package/esm2022/dynamic-page/dynamic-page-header/actions/dynamic-page-title-content.component.mjs +1 -1
- package/esm2022/dynamic-page/dynamic-page.component.mjs +2 -2
- package/esm2022/dynamic-side-content/dynamic-side-content.component.mjs +2 -2
- package/esm2022/facets/facet/facet.component.mjs +2 -2
- package/esm2022/feed-input/feed-input.component.mjs +2 -2
- package/esm2022/feed-list-item/components/list/feed-list.component.mjs +2 -2
- package/esm2022/file-uploader/file-uploader.component.mjs +2 -2
- package/esm2022/fixed-card-layout/fixed-card-layout.component.mjs +2 -2
- package/esm2022/flexible-column-layout/flexible-column-layout.component.mjs +2 -2
- package/esm2022/form/fieldset/fieldset.component.mjs +2 -2
- package/esm2022/form/form-control/form-control.component.mjs +2 -2
- package/esm2022/form/form-group/form-group.component.mjs +2 -2
- package/esm2022/form/form-header/form-header.component.mjs +2 -2
- package/esm2022/form/form-item/form-item.component.mjs +2 -2
- package/esm2022/form/form-label/form-label.component.mjs +2 -2
- package/esm2022/form/form-message/form-message.component.mjs +2 -2
- package/esm2022/grid-list/components/grid-list/grid-list.component.mjs +2 -2
- package/esm2022/grid-list/components/grid-list-filter-bar/grid-list-filter-bar.component.mjs +1 -1
- package/esm2022/grid-list/components/grid-list-title-bar/grid-list-title-bar.component.mjs +1 -1
- package/esm2022/icon/icon.component.mjs +2 -2
- package/esm2022/illustrated-message/illustrated-message.component.mjs +2 -2
- package/esm2022/info-label/info-label.component.mjs +2 -2
- package/esm2022/input-group/input-group.component.mjs +2 -2
- package/esm2022/layout-grid/layout-grid.component.mjs +2 -2
- package/esm2022/layout-panel/layout-panel.component.mjs +2 -2
- package/esm2022/link/link.component.mjs +9 -9
- package/esm2022/link/link.module.mjs +4 -7
- package/esm2022/list/directives/list-secondary.directive.mjs +21 -8
- package/esm2022/list/list-navigation-item/list-navigation-item.component.mjs +2 -2
- package/esm2022/list/list.component.mjs +2 -2
- package/esm2022/list/list.module.mjs +3 -5
- package/esm2022/menu/menu.component.mjs +2 -2
- package/esm2022/message-box/message-box.component.mjs +2 -2
- package/esm2022/message-page/message-page.component.mjs +2 -2
- package/esm2022/message-strip/alert/message-strip-alert/message-strip-alert.component.mjs +2 -2
- package/esm2022/message-strip/alert/message-strip-configuration-type.mjs +1 -1
- package/esm2022/message-strip/index.mjs +3 -1
- package/esm2022/message-strip/message-strip-icon.directive.mjs +18 -0
- package/esm2022/message-strip/message-strip-indication-color.mjs +7 -0
- package/esm2022/message-strip/message-strip.component.mjs +36 -5
- package/esm2022/message-strip/message-strip.module.mjs +5 -4
- package/esm2022/message-toast/message-toast.component.mjs +3 -3
- package/esm2022/micro-process-flow/components/micro-process-flow/micro-process-flow.component.mjs +2 -2
- package/esm2022/mobile-mode/mobile-mode.class.mjs +3 -1
- package/esm2022/multi-combobox/multi-combobox.component.mjs +2 -2
- package/esm2022/multi-combobox/select-all-toggler/select-all-toggler.component.mjs +1 -1
- package/esm2022/multi-input/multi-input.component.mjs +1 -1
- package/esm2022/notification/notification/notification.component.mjs +2 -2
- package/esm2022/object-identifier/object-identifier.component.mjs +2 -2
- package/esm2022/object-marker/object-marker.component.mjs +2 -2
- package/esm2022/object-number/object-number.component.mjs +2 -2
- package/esm2022/object-status/object-status.component.mjs +2 -2
- package/esm2022/pagination/pagination.component.mjs +2 -2
- package/esm2022/panel/panel.component.mjs +2 -2
- package/esm2022/popover/popover-body/popover-body-directives/popover-body-footer.directive.mjs +4 -3
- package/esm2022/popover/popover-body/popover-body-directives/popover-body-header.directive.mjs +4 -3
- package/esm2022/popover/popover-body/popover-body.component.mjs +8 -11
- package/esm2022/popover/popover-container/popover-container.directive.mjs +4 -3
- package/esm2022/popover/popover-control/popover-control.component.mjs +3 -3
- package/esm2022/popover/popover-mobile/popover-mobile.component.mjs +10 -7
- package/esm2022/popover/popover-mobile/popover-mobile.module.mjs +4 -5
- package/esm2022/popover/popover-trigger.directive.mjs +4 -3
- package/esm2022/popover/popover.component.mjs +5 -6
- package/esm2022/popover/popover.module.mjs +5 -10
- package/esm2022/product-switch/product-switch-body/product-switch-body.component.mjs +2 -2
- package/esm2022/progress-indicator/progress-indicator.component.mjs +2 -2
- package/esm2022/quick-view/quick-view/quick-view.component.mjs +2 -2
- package/esm2022/radio/radio-button/radio-button.component.mjs +3 -3
- package/esm2022/rating-indicator/components/rating-indicator.component.mjs +2 -2
- package/esm2022/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.mjs +2 -2
- package/esm2022/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.mjs +2 -2
- package/esm2022/segmented-button/segmented-button.component.mjs +2 -2
- package/esm2022/select/select.component.mjs +2 -2
- package/esm2022/shared/interfaces/search-component.interface.mjs +1 -1
- package/esm2022/shared/interfaces/special-day-rule.mjs +1 -1
- package/esm2022/shellbar/product-menu/product-menu.component.mjs +12 -8
- package/esm2022/shellbar/shellbar-action/shellbar-action.component.mjs +8 -6
- package/esm2022/shellbar/shellbar-actions/shellbar-actions.component.mjs +8 -9
- package/esm2022/shellbar/shellbar-actions-mobile/shellbar-actions-mobile.component.mjs +9 -7
- package/esm2022/shellbar/shellbar-logo/shellbar-logo.component.mjs +3 -3
- package/esm2022/shellbar/shellbar-sidenav.directive.mjs +4 -3
- package/esm2022/shellbar/shellbar-subtitle/shellbar-subtitle.component.mjs +3 -3
- package/esm2022/shellbar/shellbar-title/shellbar-title.component.mjs +3 -3
- package/esm2022/shellbar/shellbar.component.mjs +10 -9
- package/esm2022/shellbar/shellbar.module.mjs +10 -59
- package/esm2022/shellbar/user-menu/shellbar-user-menu.component.mjs +9 -6
- package/esm2022/side-navigation/side-navigation.component.mjs +2 -2
- package/esm2022/skeleton/components/skeleton.component.mjs +2 -2
- package/esm2022/slider/slider-position.directive.mjs +19 -11
- package/esm2022/slider/slider.component.mjs +136 -79
- package/esm2022/slider/slider.model.mjs +2 -1
- package/esm2022/slider/slider.module.mjs +6 -6
- package/esm2022/split-button/split-button.component.mjs +2 -2
- package/esm2022/splitter/splitter.component.mjs +2 -2
- package/esm2022/status-indicator/status-indicator.component.mjs +2 -2
- package/esm2022/step-input/step-input.component.mjs +2 -2
- package/esm2022/switch/switch.component.mjs +2 -2
- package/esm2022/table/table-wrapper.component.mjs +2 -2
- package/esm2022/table/table.component.mjs +2 -2
- package/esm2022/tabs/tab-list.component.mjs +2 -2
- package/esm2022/tabs/tab-nav/tab-nav.component.mjs +2 -2
- package/esm2022/text/text.component.mjs +7 -7
- package/esm2022/text/text.module.mjs +4 -9
- package/esm2022/tile/tile.component.mjs +2 -2
- package/esm2022/time/time.component.mjs +2 -2
- package/esm2022/title/title.component.mjs +3 -3
- package/esm2022/title/title.module.mjs +4 -6
- package/esm2022/token/token.component.mjs +2 -2
- package/esm2022/token/tokenizer.component.mjs +2 -2
- package/esm2022/toolbar/deprecated-toolbar-size.directive.mjs +4 -3
- package/esm2022/toolbar/toolbar-form-label.directive.mjs +4 -3
- package/esm2022/toolbar/toolbar-item.directive.mjs +4 -3
- package/esm2022/toolbar/toolbar-label.directive.mjs +4 -3
- package/esm2022/toolbar/toolbar-overflow-button-menu.directive.mjs +4 -3
- package/esm2022/toolbar/toolbar-overflow-button.directive.mjs +4 -3
- package/esm2022/toolbar/toolbar-separator.component.mjs +4 -3
- package/esm2022/toolbar/toolbar-spacer.directive.mjs +4 -3
- package/esm2022/toolbar/toolbar.component.mjs +39 -18
- package/esm2022/toolbar/toolbar.module.mjs +5 -10
- package/esm2022/tree/components/tree-item/tree-item.component.mjs +1 -1
- package/esm2022/tree/tree.component.mjs +2 -2
- package/esm2022/upload-collection/upload-collection.component.mjs +3 -3
- package/esm2022/vertical-navigation/vertical-navigation-main-navigation.component.mjs +2 -2
- package/esm2022/vertical-navigation/vertical-navigation.component.mjs +2 -2
- package/esm2022/wizard/wizard.component.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-action-bar.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-action-bar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-action-sheet.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-action-sheet.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-avatar-group.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-avatar-group.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-avatar.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-avatar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-bar.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-bar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-breadcrumb.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-busy-indicator.mjs +9 -10
- package/fesm2022/fundamental-ngx-core-busy-indicator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-button.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-calendar.mjs +91 -95
- package/fesm2022/fundamental-ngx-core-calendar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-card.mjs +4 -4
- package/fesm2022/fundamental-ngx-core-card.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-carousel.mjs +29 -19
- package/fesm2022/fundamental-ngx-core-carousel.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-checkbox.mjs +43 -20
- package/fesm2022/fundamental-ngx-core-checkbox.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-combobox.mjs +2 -1
- package/fesm2022/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-date-picker.mjs +235 -86
- package/fesm2022/fundamental-ngx-core-date-picker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-datetime-picker.mjs +211 -88
- package/fesm2022/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-dialog.mjs +23 -15
- package/fesm2022/fundamental-ngx-core-dialog.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-dynamic-page.mjs +3 -3
- package/fesm2022/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-dynamic-side-content.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-dynamic-side-content.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-facets.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-facets.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-feed-input.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-feed-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-feed-list-item.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-file-uploader.mjs +2 -2
- 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-flexible-column-layout.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-flexible-column-layout.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-form.mjs +14 -14
- package/fesm2022/fundamental-ngx-core-form.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-grid-list.mjs +4 -4
- package/fesm2022/fundamental-ngx-core-grid-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-icon.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-icon.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-illustrated-message.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-illustrated-message.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-info-label.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-info-label.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-input-group.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-input-group.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-layout-grid.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-layout-grid.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-layout-panel.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-layout-panel.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-link.mjs +10 -12
- package/fesm2022/fundamental-ngx-core-link.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-list.mjs +26 -17
- package/fesm2022/fundamental-ngx-core-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-menu.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-menu.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-message-box.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-message-box.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-message-page.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-message-page.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-message-strip.mjs +62 -9
- package/fesm2022/fundamental-ngx-core-message-strip.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-message-toast.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-message-toast.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-micro-process-flow.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-micro-process-flow.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-mobile-mode.mjs +2 -0
- package/fesm2022/fundamental-ngx-core-mobile-mode.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-multi-combobox.mjs +3 -3
- 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-notification.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-notification.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-object-identifier.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-object-identifier.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-object-marker.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-object-marker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-object-number.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-object-number.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-object-status.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-object-status.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-pagination.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-pagination.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-panel.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-panel.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-popover.mjs +36 -38
- package/fesm2022/fundamental-ngx-core-popover.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-product-switch.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-product-switch.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-progress-indicator.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-progress-indicator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-quick-view.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-quick-view.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-radio.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-radio.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-rating-indicator.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-resizable-card-layout.mjs +4 -4
- package/fesm2022/fundamental-ngx-core-resizable-card-layout.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-segmented-button.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-segmented-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-select.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-select.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-shellbar.mjs +93 -132
- package/fesm2022/fundamental-ngx-core-shellbar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-side-navigation.mjs +2 -2
- 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-slider.mjs +158 -96
- package/fesm2022/fundamental-ngx-core-slider.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-split-button.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-split-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-splitter.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-splitter.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-status-indicator.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-status-indicator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-step-input.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-step-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-switch.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-switch.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-table.mjs +4 -4
- package/fesm2022/fundamental-ngx-core-table.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-tabs.mjs +4 -4
- package/fesm2022/fundamental-ngx-core-tabs.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-text.mjs +9 -14
- package/fesm2022/fundamental-ngx-core-text.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-tile.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-tile.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-time.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-time.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-title.mjs +5 -7
- package/fesm2022/fundamental-ngx-core-title.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-token.mjs +4 -4
- package/fesm2022/fundamental-ngx-core-token.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-toolbar.mjs +80 -56
- package/fesm2022/fundamental-ngx-core-toolbar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-tree.mjs +3 -3
- 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 +4 -4
- 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/fundamental-ngx-core-v0.46.0-rc.1.tgz +0 -0
- package/link/link.component.d.ts +1 -1
- package/link/link.module.d.ts +1 -3
- package/list/directives/list-secondary.directive.d.ts +16 -3
- package/list/list.module.d.ts +20 -20
- package/message-strip/alert/message-strip-configuration-type.d.ts +2 -0
- package/message-strip/index.d.ts +2 -0
- package/message-strip/message-strip-icon.directive.d.ts +9 -0
- package/message-strip/message-strip-indication-color.d.ts +4 -0
- package/message-strip/message-strip.component.d.ts +11 -1
- package/message-strip/message-strip.module.d.ts +2 -1
- package/mobile-mode/mobile-mode.class.d.ts +3 -1
- package/package.json +4 -4
- package/popover/popover-body/popover-body-directives/popover-body-footer.directive.d.ts +1 -1
- package/popover/popover-body/popover-body-directives/popover-body-header.directive.d.ts +1 -1
- package/popover/popover-body/popover-body.component.d.ts +1 -1
- package/popover/popover-container/popover-container.directive.d.ts +1 -1
- package/popover/popover-control/popover-control.component.d.ts +1 -1
- package/popover/popover-mobile/popover-mobile.component.d.ts +3 -3
- package/popover/popover-mobile/popover-mobile.module.d.ts +5 -5
- package/popover/popover-trigger.directive.d.ts +1 -1
- package/popover/popover.component.d.ts +1 -1
- package/popover/popover.module.d.ts +1 -5
- package/schematics/add-dependencies/index.js +6 -6
- package/shared/interfaces/search-component.interface.d.ts +1 -0
- package/shared/interfaces/special-day-rule.d.ts +1 -1
- package/shellbar/product-menu/product-menu.component.d.ts +1 -1
- package/shellbar/shellbar-action/shellbar-action.component.d.ts +1 -1
- package/shellbar/shellbar-actions/shellbar-actions.component.d.ts +1 -1
- package/shellbar/shellbar-actions-mobile/shellbar-actions-mobile.component.d.ts +1 -1
- package/shellbar/shellbar-logo/shellbar-logo.component.d.ts +1 -1
- package/shellbar/shellbar-sidenav.directive.d.ts +1 -1
- package/shellbar/shellbar-subtitle/shellbar-subtitle.component.d.ts +1 -1
- package/shellbar/shellbar-title/shellbar-title.component.d.ts +1 -1
- package/shellbar/shellbar.component.d.ts +1 -1
- package/shellbar/shellbar.module.d.ts +2 -14
- package/shellbar/user-menu/shellbar-user-menu.component.d.ts +1 -1
- package/slider/slider-position.directive.d.ts +6 -4
- package/slider/slider.component.d.ts +21 -13
- package/slider/slider.model.d.ts +2 -1
- package/slider/slider.module.d.ts +9 -9
- package/text/text.component.d.ts +1 -1
- package/text/text.module.d.ts +1 -5
- package/title/title.component.d.ts +1 -1
- package/title/title.module.d.ts +1 -2
- package/toolbar/deprecated-toolbar-size.directive.d.ts +1 -1
- package/toolbar/toolbar-form-label.directive.d.ts +1 -1
- package/toolbar/toolbar-item.directive.d.ts +1 -1
- package/toolbar/toolbar-label.directive.d.ts +1 -1
- package/toolbar/toolbar-overflow-button-menu.directive.d.ts +1 -1
- package/toolbar/toolbar-overflow-button.directive.d.ts +1 -1
- package/toolbar/toolbar-separator.component.d.ts +1 -1
- package/toolbar/toolbar-spacer.directive.d.ts +1 -1
- package/toolbar/toolbar.component.d.ts +9 -5
- package/toolbar/toolbar.module.d.ts +11 -15
- package/fundamental-ngx-core-v0.45.1.tgz +0 -0
package/link/link.module.d.ts
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./link.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/cdk/portal";
|
|
5
3
|
export declare class LinkModule {
|
|
6
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<LinkModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LinkModule, [typeof i1.LinkComponent], [typeof
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LinkModule, never, [typeof i1.LinkComponent], [typeof i1.LinkComponent]>;
|
|
8
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<LinkModule>;
|
|
9
7
|
}
|
|
@@ -1,7 +1,20 @@
|
|
|
1
|
+
import { OnChanges } from '@angular/core';
|
|
2
|
+
import { NgClass } from '@angular/common';
|
|
1
3
|
import * as i0 from "@angular/core";
|
|
2
|
-
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
export declare const _secondaryListItemTypes: readonly ["positive", "critical", "negative", "informative"];
|
|
6
|
+
export type SecondaryListItemType = (typeof _secondaryListItemTypes)[number];
|
|
7
|
+
export declare class ListSecondaryDirective implements OnChanges {
|
|
8
|
+
/**
|
|
9
|
+
* Type of the secondary list item.
|
|
10
|
+
*/
|
|
11
|
+
type: SecondaryListItemType;
|
|
3
12
|
/** @hidden */
|
|
4
|
-
|
|
13
|
+
ngClass: NgClass;
|
|
14
|
+
/** @hidden */
|
|
15
|
+
constructor();
|
|
16
|
+
/** @hidden */
|
|
17
|
+
ngOnChanges(): void;
|
|
5
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListSecondaryDirective, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ListSecondaryDirective, "[fd-list-secondary]
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ListSecondaryDirective, "[fd-list-secondary], [fdListSecondary]", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.NgClass; inputs: {}; outputs: {}; }], false>;
|
|
7
20
|
}
|
package/list/list.module.d.ts
CHANGED
|
@@ -2,27 +2,27 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./list.component";
|
|
3
3
|
import * as i2 from "./list-item/list-item.component";
|
|
4
4
|
import * as i3 from "./directives/list-title.directive";
|
|
5
|
-
import * as i4 from "./directives/list-
|
|
6
|
-
import * as i5 from "./directives/list-
|
|
7
|
-
import * as i6 from "./directives/list-
|
|
8
|
-
import * as i7 from "./
|
|
9
|
-
import * as i8 from "./list-
|
|
10
|
-
import * as i9 from "./directives/list-
|
|
11
|
-
import * as i10 from "./directives/byline/list-byline.directive";
|
|
12
|
-
import * as i11 from "./directives/byline/list-byline-
|
|
13
|
-
import * as i12 from "./directives/byline/list-
|
|
14
|
-
import * as i13 from "./directives/byline/list-
|
|
15
|
-
import * as i14 from "./directives/
|
|
16
|
-
import * as i15 from "./
|
|
17
|
-
import * as i16 from "./list-navigation-item
|
|
18
|
-
import * as i17 from "./directives/list-navigation-item-
|
|
19
|
-
import * as i18 from "
|
|
20
|
-
import * as i19 from "@
|
|
21
|
-
import * as i20 from "@fundamental-ngx/core/
|
|
22
|
-
import * as i21 from "@fundamental-ngx/core/
|
|
23
|
-
import * as i22 from "
|
|
5
|
+
import * as i4 from "./directives/list-icon.directive";
|
|
6
|
+
import * as i5 from "./directives/list-footer.directive";
|
|
7
|
+
import * as i6 from "./directives/list-group-header.directive";
|
|
8
|
+
import * as i7 from "./list-message.directive";
|
|
9
|
+
import * as i8 from "./directives/list-link.directive";
|
|
10
|
+
import * as i9 from "./directives/byline/list-byline.directive";
|
|
11
|
+
import * as i10 from "./directives/byline/list-byline-left.directive";
|
|
12
|
+
import * as i11 from "./directives/byline/list-byline-right.directive";
|
|
13
|
+
import * as i12 from "./directives/byline/list-content.directive";
|
|
14
|
+
import * as i13 from "./directives/byline/list-thumbnail.directive";
|
|
15
|
+
import * as i14 from "./directives/list-title-text.directive";
|
|
16
|
+
import * as i15 from "./list-navigation-item/list-navigation-item.component";
|
|
17
|
+
import * as i16 from "./directives/list-navigation-item-arrow.directive";
|
|
18
|
+
import * as i17 from "./directives/list-navigation-item-text.directive";
|
|
19
|
+
import * as i18 from "@angular/common";
|
|
20
|
+
import * as i19 from "@fundamental-ngx/core/form";
|
|
21
|
+
import * as i20 from "@fundamental-ngx/core/icon";
|
|
22
|
+
import * as i21 from "@fundamental-ngx/core/content-density";
|
|
23
|
+
import * as i22 from "./directives/list-secondary.directive";
|
|
24
24
|
export declare class ListModule {
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListModule, never>;
|
|
26
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ListModule, [typeof i1.ListComponent, typeof i2.ListItemComponent, typeof i3.ListTitleDirective, typeof i4.
|
|
26
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ListModule, [typeof i1.ListComponent, typeof i2.ListItemComponent, typeof i3.ListTitleDirective, typeof i4.ListIconDirective, typeof i5.ListFooterDirective, typeof i6.ListGroupHeaderDirective, typeof i7.ListMessageDirective, typeof i8.ListLinkDirective, typeof i9.ListBylineDirective, typeof i10.ListBylineLeftDirective, typeof i11.ListBylineRightDirective, typeof i12.ListContentDirective, typeof i13.ListThumbnailDirective, typeof i14.ListTitleTextDirective, typeof i15.ListNavigationItemComponent, typeof i16.ListNavigationItemArrowDirective, typeof i17.ListNavigationItemTextDirective], [typeof i18.CommonModule, typeof i19.FormModule, typeof i20.IconModule, typeof i21.ContentDensityModule, typeof i22.ListSecondaryDirective], [typeof i1.ListComponent, typeof i2.ListItemComponent, typeof i3.ListTitleDirective, typeof i5.ListFooterDirective, typeof i6.ListGroupHeaderDirective, typeof i22.ListSecondaryDirective, typeof i4.ListIconDirective, typeof i7.ListMessageDirective, typeof i8.ListLinkDirective, typeof i9.ListBylineDirective, typeof i10.ListBylineLeftDirective, typeof i11.ListBylineRightDirective, typeof i12.ListContentDirective, typeof i13.ListThumbnailDirective, typeof i14.ListTitleTextDirective, typeof i15.ListNavigationItemComponent, typeof i16.ListNavigationItemArrowDirective, typeof i17.ListNavigationItemTextDirective, typeof i21.ContentDensityModule]>;
|
|
27
27
|
static ɵinj: i0.ɵɵInjectorDeclaration<ListModule>;
|
|
28
28
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
2
2
|
import { MessageStripType } from '../message-strip-type';
|
|
3
|
+
import { MessageStripIndicationColor } from '../message-strip-indication-color';
|
|
3
4
|
export interface MessageStripConfiguration {
|
|
4
5
|
class: string;
|
|
5
6
|
dismissible: boolean;
|
|
@@ -7,6 +8,7 @@ export interface MessageStripConfiguration {
|
|
|
7
8
|
duration: number;
|
|
8
9
|
noIcon: boolean;
|
|
9
10
|
type: MessageStripType;
|
|
11
|
+
indicationColor: MessageStripIndicationColor;
|
|
10
12
|
id: string;
|
|
11
13
|
ariaLabelledBy: Nullable<string>;
|
|
12
14
|
ariaLabel: Nullable<string>;
|
package/message-strip/index.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export * from './message-strip.module';
|
|
2
2
|
export * from './message-strip.component';
|
|
3
3
|
export * from './message-strip-type';
|
|
4
|
+
export * from './message-strip-icon.directive';
|
|
5
|
+
export * from './message-strip-indication-color';
|
|
4
6
|
export * from './auto-dismiss-message-strip.directive';
|
|
5
7
|
export * from './alert';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MessageStripIconDirective {
|
|
4
|
+
readonly templateRef: TemplateRef<void>;
|
|
5
|
+
/** @hidden */
|
|
6
|
+
constructor(templateRef: TemplateRef<void>);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MessageStripIconDirective, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MessageStripIconDirective, "[fdMessageStripIcon]", never, {}, {}, never, never, true, never, false>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
declare const messageStripIndicationColors: readonly ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"];
|
|
2
|
+
export type MessageStripIndicationColor = `${(typeof messageStripIndicationColors)[number]}` | `${(typeof messageStripIndicationColors)[number]}b`;
|
|
3
|
+
export declare const _messageStripIndicationColors: MessageStripIndicationColor[];
|
|
4
|
+
export {};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, OnChanges, OnInit } from '@angular/core';
|
|
2
2
|
import { CssClassBuilder, Nullable } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import { MessageStripType } from './message-strip-type';
|
|
4
|
+
import { MessageStripIndicationColor } from './message-strip-indication-color';
|
|
5
|
+
import { MessageStripIconDirective } from './message-strip-icon.directive';
|
|
4
6
|
import * as i0 from "@angular/core";
|
|
5
7
|
/**
|
|
6
8
|
* The component that represents a message-strip. It can only be used inline.
|
|
@@ -32,14 +34,22 @@ export declare class MessageStripComponent implements OnInit, OnChanges, CssClas
|
|
|
32
34
|
minWidth: string;
|
|
33
35
|
/** Margin bottom of the message-strip. */
|
|
34
36
|
marginBottom: string;
|
|
37
|
+
/** indication color of the message-strip. */
|
|
38
|
+
indicationColor: MessageStripIndicationColor;
|
|
35
39
|
/** Event fired when the message-strip is dismissed. */
|
|
36
40
|
onDismiss: EventEmitter<void>;
|
|
41
|
+
/** Custom icon component */
|
|
42
|
+
icon: MessageStripIconDirective;
|
|
37
43
|
/** @hidden */
|
|
38
44
|
constructor(elementRef: ElementRef);
|
|
39
45
|
/** @hidden */
|
|
40
46
|
ngOnInit(): void;
|
|
41
47
|
/** @hidden */
|
|
42
48
|
ngOnChanges(): void;
|
|
49
|
+
/** Whether icon container should be shown */
|
|
50
|
+
get shouldShowIcon(): boolean;
|
|
51
|
+
/** @hidden */
|
|
52
|
+
get typeSpecificIconName(): string;
|
|
43
53
|
/**
|
|
44
54
|
* Dismisses the message-strip.
|
|
45
55
|
*/
|
|
@@ -51,5 +61,5 @@ export declare class MessageStripComponent implements OnInit, OnChanges, CssClas
|
|
|
51
61
|
*/
|
|
52
62
|
buildComponentCssClass(): string[];
|
|
53
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageStripComponent, never>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MessageStripComponent, "fd-message-strip", never, { "class": { "alias": "class"; "required": false; }; "dismissible": { "alias": "dismissible"; "required": false; }; "noIcon": { "alias": "noIcon"; "required": false; }; "type": { "alias": "type"; "required": false; }; "id": { "alias": "id"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "marginBottom": { "alias": "marginBottom"; "required": false; }; }, { "onDismiss": "onDismiss"; },
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MessageStripComponent, "fd-message-strip", never, { "class": { "alias": "class"; "required": false; }; "dismissible": { "alias": "dismissible"; "required": false; }; "noIcon": { "alias": "noIcon"; "required": false; }; "type": { "alias": "type"; "required": false; }; "id": { "alias": "id"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "marginBottom": { "alias": "marginBottom"; "required": false; }; "indicationColor": { "alias": "indicationColor"; "required": false; }; }, { "onDismiss": "onDismiss"; }, ["icon"], ["*"], true, never, false>;
|
|
55
65
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./message-strip.component";
|
|
3
3
|
import * as i2 from "./auto-dismiss-message-strip.directive";
|
|
4
|
+
import * as i3 from "./message-strip-icon.directive";
|
|
4
5
|
export declare class MessageStripModule {
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageStripModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MessageStripModule, never, [typeof i1.MessageStripComponent, typeof i2.AutoDismissMessageStripDirective], [typeof i1.MessageStripComponent, typeof i2.AutoDismissMessageStripDirective]>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MessageStripModule, never, [typeof i1.MessageStripComponent, typeof i2.AutoDismissMessageStripDirective, typeof i3.MessageStripIconDirective], [typeof i1.MessageStripComponent, typeof i2.AutoDismissMessageStripDirective, typeof i3.MessageStripIconDirective]>;
|
|
7
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<MessageStripModule>;
|
|
8
9
|
}
|
|
@@ -17,7 +17,9 @@ export declare enum MobileModeControl {
|
|
|
17
17
|
COMBOBOX = "COMBOBOX",
|
|
18
18
|
MULTI_INPUT = "MULTI_INPUT",
|
|
19
19
|
MULTI_COMBOBOX = "MULTI_COMBOBOX",
|
|
20
|
-
SEARCH_FIELD = "SEARCH_FIELD"
|
|
20
|
+
SEARCH_FIELD = "SEARCH_FIELD",
|
|
21
|
+
DATE_PICKER = "DATE_PICKER",
|
|
22
|
+
DATETIME_PICKER = "DATETIME_PICKER"
|
|
21
23
|
}
|
|
22
24
|
export declare abstract class MobileModeBase<T extends MobileMode> {
|
|
23
25
|
protected _elementRef: ElementRef;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.46.0-rc.1",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"ng-update": {
|
|
6
6
|
"migrations": "./schematics/migrations.json"
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"@angular/platform-browser": "^16.1.0",
|
|
25
25
|
"@angular/router": "^16.1.0",
|
|
26
26
|
"@sap-theming/theming-base-content": "^11.6.0",
|
|
27
|
-
"fundamental-styles": "0.
|
|
27
|
+
"fundamental-styles": "0.30.2-rc.6",
|
|
28
28
|
"rxjs": "^7.8.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@fundamental-ngx/cdk": "0.
|
|
32
|
-
"@fundamental-ngx/i18n": "0.
|
|
31
|
+
"@fundamental-ngx/cdk": "0.46.0-rc.1",
|
|
32
|
+
"@fundamental-ngx/i18n": "0.46.0-rc.1",
|
|
33
33
|
"compare-versions": "^6.0.0",
|
|
34
34
|
"fast-deep-equal": "3.1.3",
|
|
35
35
|
"focus-trap": "^7.1.0",
|
|
@@ -3,5 +3,5 @@ export declare class PopoverBodyFooterDirective {
|
|
|
3
3
|
/** @hidden */
|
|
4
4
|
fdPopoverBodyFooterClass: boolean;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverBodyFooterDirective, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverBodyFooterDirective, "[fdPopoverBodyFooter], [fd-popover-body-footer]", never, {}, {}, never, never,
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverBodyFooterDirective, "[fdPopoverBodyFooter], [fd-popover-body-footer]", never, {}, {}, never, never, true, never, false>;
|
|
7
7
|
}
|
|
@@ -3,5 +3,5 @@ export declare class PopoverBodyHeaderDirective {
|
|
|
3
3
|
/** @hidden */
|
|
4
4
|
fdPopoverBodyHeaderClass: boolean;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverBodyHeaderDirective, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverBodyHeaderDirective, "[fdPopoverBodyHeader], [fd-popover-body-header]", never, {}, {}, never, never,
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverBodyHeaderDirective, "[fdPopoverBodyHeader], [fd-popover-body-header]", never, {}, {}, never, never, true, never, false>;
|
|
7
7
|
}
|
|
@@ -73,5 +73,5 @@ export declare class PopoverBodyComponent implements AfterViewInit {
|
|
|
73
73
|
/** @hidden */
|
|
74
74
|
_focusFirstTabbableElement(): void;
|
|
75
75
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverBodyComponent, never>;
|
|
76
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverBodyComponent, "fd-popover-body", never, {}, {}, never, ["[fd-popover-body-header]", "[fd-popover-body-subheader]", "*", "[fd-popover-body-footer]"],
|
|
76
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverBodyComponent, "fd-popover-body", never, {}, {}, never, ["[fd-popover-body-header]", "[fd-popover-body-subheader]", "*", "[fd-popover-body-footer]"], true, never, false>;
|
|
77
77
|
}
|
|
@@ -14,5 +14,5 @@ export declare class PopoverContainerDirective implements OnInit, OnDestroy {
|
|
|
14
14
|
/** @hidden */
|
|
15
15
|
ngOnDestroy(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverContainerDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverContainerDirective, "[fdPopoverContainer]", never, {}, {}, never, never,
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverContainerDirective, "[fdPopoverContainer]", never, {}, {}, never, never, true, never, false>;
|
|
18
18
|
}
|
|
@@ -20,5 +20,5 @@ export declare class PopoverControlComponent implements AfterContentChecked {
|
|
|
20
20
|
/** @hidden */
|
|
21
21
|
makeTabbable(): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverControlComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverControlComponent, "fd-popover-control", never, {}, {}, never, ["*"],
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverControlComponent, "fd-popover-control", never, {}, {}, never, ["*"], true, never, false>;
|
|
24
24
|
}
|
|
@@ -6,6 +6,8 @@ import { PopoverChildContent } from '../popover-child-content.interface';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class PopoverMobileComponent extends MobileModeBase<PopoverInterface> implements OnInit, OnDestroy {
|
|
8
8
|
private _changeDetectorref;
|
|
9
|
+
/** @hidden */
|
|
10
|
+
_dialogTemplate: TemplateRef<any>;
|
|
9
11
|
/** @hidden
|
|
10
12
|
* from mobile class can not prefix _,
|
|
11
13
|
* to avoid build issues
|
|
@@ -18,8 +20,6 @@ export declare class PopoverMobileComponent extends MobileModeBase<PopoverInterf
|
|
|
18
20
|
/** Dialog footer content */
|
|
19
21
|
viewFooter: TemplateRef<any> | null;
|
|
20
22
|
/** @hidden */
|
|
21
|
-
_dialogTemplate: TemplateRef<any>;
|
|
22
|
-
/** @hidden */
|
|
23
23
|
readonly id: string;
|
|
24
24
|
/** @hidden */
|
|
25
25
|
private _subscriptions;
|
|
@@ -38,5 +38,5 @@ export declare class PopoverMobileComponent extends MobileModeBase<PopoverInterf
|
|
|
38
38
|
/** @hidden Opens the Dialog */
|
|
39
39
|
private _openDialog;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverMobileComponent, [null, null, null, null, { optional: true; }]>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverMobileComponent, "fd-popover-mobile", never, {}, {}, never, never,
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverMobileComponent, "fd-popover-mobile", never, {}, {}, never, never, true, never, false>;
|
|
42
42
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "@
|
|
4
|
-
import * as i3 from "@fundamental-ngx/core/
|
|
5
|
-
import * as i4 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@fundamental-ngx/core/dialog";
|
|
4
|
+
import * as i3 from "@fundamental-ngx/core/button";
|
|
5
|
+
import * as i4 from "./popover-mobile.component";
|
|
6
6
|
export declare class PopoverMobileModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverMobileModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PopoverMobileModule, [typeof i1.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PopoverMobileModule, never, [typeof i1.CommonModule, typeof i2.DialogModule, typeof i3.ButtonModule, typeof i4.PopoverMobileComponent], [typeof i4.PopoverMobileComponent]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<PopoverMobileModule>;
|
|
10
10
|
}
|
|
@@ -25,5 +25,5 @@ export declare class PopoverTriggerDirective implements OnDestroy {
|
|
|
25
25
|
/** @hidden */
|
|
26
26
|
private _unsubscribeExpandedListener;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverTriggerDirective, never>;
|
|
28
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverTriggerDirective, "[fdPopoverTrigger], [fd-popover-trigger]", never, { "popover": { "alias": "fdPopoverTrigger"; "required": false; }; }, {}, never, never,
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverTriggerDirective, "[fdPopoverTrigger], [fd-popover-trigger]", never, { "popover": { "alias": "fdPopoverTrigger"; "required": false; }; }, {}, never, never, true, never, false>;
|
|
29
29
|
}
|
|
@@ -96,5 +96,5 @@ export declare class PopoverComponent extends BasePopoverClass implements AfterV
|
|
|
96
96
|
/** @hidden */
|
|
97
97
|
private _destroyMobileComponent;
|
|
98
98
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponent, [null, null, null, null, null, { optional: true; }]>;
|
|
99
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "fd-popover", never, { "title": { "alias": "title"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "fixedPosition": { "alias": "fixedPosition"; "required": false; }; "id": { "alias": "id"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "mobileConfig": { "alias": "mobileConfig"; "required": false; }; }, {}, ["popoverBody", "popoverControl", "popoverBodyContentTemplate", "popoverFooterContentTemplate"], ["fd-popover-control", "fd-popover-body", "*"],
|
|
99
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "fd-popover", never, { "title": { "alias": "title"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "fixedPosition": { "alias": "fixedPosition"; "required": false; }; "id": { "alias": "id"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "mobileConfig": { "alias": "mobileConfig"; "required": false; }; }, {}, ["popoverBody", "popoverControl", "popoverBodyContentTemplate", "popoverFooterContentTemplate"], ["fd-popover-control", "fd-popover-body", "*"], true, never, false>;
|
|
100
100
|
}
|
|
@@ -6,12 +6,8 @@ import * as i4 from "./popover-body/popover-body-directives/popover-body-footer.
|
|
|
6
6
|
import * as i5 from "./popover.component";
|
|
7
7
|
import * as i6 from "./popover-trigger.directive";
|
|
8
8
|
import * as i7 from "./popover-container/popover-container.directive";
|
|
9
|
-
import * as i8 from "@angular/common";
|
|
10
|
-
import * as i9 from "@angular/cdk/overlay";
|
|
11
|
-
import * as i10 from "@angular/cdk/a11y";
|
|
12
|
-
import * as i11 from "@fundamental-ngx/core/scrollbar";
|
|
13
9
|
export declare class PopoverModule {
|
|
14
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PopoverModule, [typeof i1.PopoverControlComponent, typeof i2.PopoverBodyComponent, typeof i3.PopoverBodyHeaderDirective, typeof i4.PopoverBodyFooterDirective, typeof i5.PopoverComponent, typeof i6.PopoverTriggerDirective, typeof i7.PopoverContainerDirective], [typeof
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PopoverModule, never, [typeof i1.PopoverControlComponent, typeof i2.PopoverBodyComponent, typeof i3.PopoverBodyHeaderDirective, typeof i4.PopoverBodyFooterDirective, typeof i5.PopoverComponent, typeof i6.PopoverTriggerDirective, typeof i7.PopoverContainerDirective], [typeof i1.PopoverControlComponent, typeof i2.PopoverBodyComponent, typeof i3.PopoverBodyHeaderDirective, typeof i4.PopoverBodyFooterDirective, typeof i5.PopoverComponent, typeof i6.PopoverTriggerDirective, typeof i7.PopoverContainerDirective]>;
|
|
16
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<PopoverModule>;
|
|
17
13
|
}
|
|
@@ -34,11 +34,11 @@ function addExternalLibraries(options) {
|
|
|
34
34
|
});
|
|
35
35
|
}
|
|
36
36
|
if (!(0, package_utils_1.hasPackage)(tree, 'fundamental-styles') ||
|
|
37
|
-
(0, package_utils_1.checkPackageVersion)(tree, 'fundamental-styles', '0.
|
|
37
|
+
(0, package_utils_1.checkPackageVersion)(tree, 'fundamental-styles', '0.30.2-rc.6', '<')) {
|
|
38
38
|
dependencies.push({
|
|
39
39
|
type: dependencies_1.NodeDependencyType.Default,
|
|
40
40
|
// Will be replaced with the real version during sync-version script run
|
|
41
|
-
version: `0.
|
|
41
|
+
version: `0.30.2-rc.6`,
|
|
42
42
|
name: 'fundamental-styles',
|
|
43
43
|
overwrite: true
|
|
44
44
|
});
|
|
@@ -54,21 +54,21 @@ function addExternalLibraries(options) {
|
|
|
54
54
|
});
|
|
55
55
|
}
|
|
56
56
|
if (!(0, package_utils_1.hasPackage)(tree, '@fundamental-ngx/i18n') ||
|
|
57
|
-
(0, package_utils_1.checkPackageVersion)(tree, '@fundamental-ngx/i18n', '0.
|
|
57
|
+
(0, package_utils_1.checkPackageVersion)(tree, '@fundamental-ngx/i18n', '0.46.0-rc.1', '<')) {
|
|
58
58
|
dependencies.push({
|
|
59
59
|
type: dependencies_1.NodeDependencyType.Default,
|
|
60
60
|
// Will be replaced with the real version during sync-version script run
|
|
61
|
-
version: `0.
|
|
61
|
+
version: `0.46.0-rc.1`,
|
|
62
62
|
name: '@fundamental-ngx/i18n',
|
|
63
63
|
overwrite: true
|
|
64
64
|
});
|
|
65
65
|
}
|
|
66
66
|
if (!(0, package_utils_1.hasPackage)(tree, '@fundamental-ngx/cdk') ||
|
|
67
|
-
(0, package_utils_1.checkPackageVersion)(tree, '@fundamental-ngx/cdk', '0.
|
|
67
|
+
(0, package_utils_1.checkPackageVersion)(tree, '@fundamental-ngx/cdk', '0.46.0-rc.1', '<')) {
|
|
68
68
|
dependencies.push({
|
|
69
69
|
type: dependencies_1.NodeDependencyType.Default,
|
|
70
70
|
// Will be replaced with the real version during sync-version script run
|
|
71
|
-
version: `0.
|
|
71
|
+
version: `0.46.0-rc.1`,
|
|
72
72
|
name: '@fundamental-ngx/cdk',
|
|
73
73
|
overwrite: true
|
|
74
74
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Special days mark, it can be used by passing array of object with
|
|
3
|
-
* Special day number, list 1-20 [class:`fd-
|
|
3
|
+
* Special day number, list 1-20 [class:`fd-calendar__item--legend-{{number}}`] is available there:
|
|
4
4
|
* https://sap.github.io/fundamental-styles/components/calendar.html calendar special days section
|
|
5
5
|
* Rule accepts method with FdDate object as a parameter. ex:
|
|
6
6
|
* `rule: (fdDate: FdDate) => fdDate.getDay() === 1`, which will mark all sundays as special day.
|
|
@@ -49,5 +49,5 @@ export declare class ProductMenuComponent {
|
|
|
49
49
|
/** @hidden */
|
|
50
50
|
itemClicked(item: any, event: MouseEvent): void;
|
|
51
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductMenuComponent, never>;
|
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProductMenuComponent, "fd-product-menu", never, { "closeOnEscapeKey": { "alias": "closeOnEscapeKey"; "required": false; }; "closeOnOutsideClick": { "alias": "closeOnOutsideClick"; "required": false; }; "triggers": { "alias": "triggers"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "fillControlMode": { "alias": "fillControlMode"; "required": false; }; "control": { "alias": "control"; "required": false; }; "items": { "alias": "items"; "required": false; }; "closePopoverOnSelect": { "alias": "closePopoverOnSelect"; "required": false; }; }, {}, never, never,
|
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProductMenuComponent, "fd-product-menu", never, { "closeOnEscapeKey": { "alias": "closeOnEscapeKey"; "required": false; }; "closeOnOutsideClick": { "alias": "closeOnOutsideClick"; "required": false; }; "triggers": { "alias": "triggers"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "fillControlMode": { "alias": "fillControlMode"; "required": false; }; "control": { "alias": "control"; "required": false; }; "items": { "alias": "items"; "required": false; }; "closePopoverOnSelect": { "alias": "closePopoverOnSelect"; "required": false; }; }, {}, never, never, true, never, false>;
|
|
53
53
|
}
|
|
@@ -24,5 +24,5 @@ export declare class ShellbarActionComponent {
|
|
|
24
24
|
/** Represents the number of notifications. */
|
|
25
25
|
notificationCount: number;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShellbarActionComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarActionComponent, "fd-shellbar-action", never, { "glyph": { "alias": "glyph"; "required": false; }; "callback": { "alias": "callback"; "required": false; }; "label": { "alias": "label"; "required": false; }; "notificationLabel": { "alias": "notificationLabel"; "required": false; }; "notificationCount": { "alias": "notificationCount"; "required": false; }; }, {}, never, never,
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarActionComponent, "fd-shellbar-action", never, { "glyph": { "alias": "glyph"; "required": false; }; "callback": { "alias": "callback"; "required": false; }; "label": { "alias": "label"; "required": false; }; "notificationLabel": { "alias": "notificationLabel"; "required": false; }; "notificationCount": { "alias": "notificationCount"; "required": false; }; }, {}, never, never, true, never, false>;
|
|
28
28
|
}
|
|
@@ -89,5 +89,5 @@ export declare class ShellbarActionsComponent implements OnDestroy {
|
|
|
89
89
|
/** @hidden */
|
|
90
90
|
private _toggleSearchPortal;
|
|
91
91
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShellbarActionsComponent, never>;
|
|
92
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarActionsComponent, "fd-shellbar-actions", never, { "user": { "alias": "user"; "required": false; }; "userMenu": { "alias": "userMenu"; "required": false; }; "closePopoverOnSelect": { "alias": "closePopoverOnSelect"; "required": false; }; }, { "searchOpen": "searchOpen"; }, ["userComponent", "comboboxComponent", "productSwitchComponent", "shellbarActions"], ["fd-combobox", "*", "fd-shellbar-action", "fd-shellbar-user-menu", "fd-product-switch"],
|
|
92
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarActionsComponent, "fd-shellbar-actions", never, { "user": { "alias": "user"; "required": false; }; "userMenu": { "alias": "userMenu"; "required": false; }; "closePopoverOnSelect": { "alias": "closePopoverOnSelect"; "required": false; }; }, { "searchOpen": "searchOpen"; }, ["userComponent", "comboboxComponent", "productSwitchComponent", "shellbarActions"], ["fd-combobox", "*", "fd-shellbar-action", "fd-shellbar-user-menu", "fd-product-switch"], true, never, false>;
|
|
93
93
|
}
|
|
@@ -17,5 +17,5 @@ export declare class ShellbarActionsMobileComponent implements AfterContentCheck
|
|
|
17
17
|
/** @hidden */
|
|
18
18
|
ngAfterContentChecked(): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShellbarActionsMobileComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarActionsMobileComponent, "fd-shellbar-actions-mobile", never, { "shellbarActions": { "alias": "shellbarActions"; "required": false; }; "searchExists": { "alias": "searchExists"; "required": false; }; }, { "showSearch": "showSearch"; }, never, never,
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarActionsMobileComponent, "fd-shellbar-actions-mobile", never, { "shellbarActions": { "alias": "shellbarActions"; "required": false; }; "searchExists": { "alias": "searchExists"; "required": false; }; }, { "showSearch": "showSearch"; }, never, never, true, never, false>;
|
|
21
21
|
}
|
|
@@ -10,5 +10,5 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
*/
|
|
11
11
|
export declare class ShellbarLogoComponent {
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShellbarLogoComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarLogoComponent, "fd-shellbar-logo", never, {}, {}, never, ["*"],
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarLogoComponent, "fd-shellbar-logo", never, {}, {}, never, ["*"], true, never, false>;
|
|
14
14
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ShellbarSidenavDirective {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShellbarSidenavDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ShellbarSidenavDirective, "[fdShellbarSidenav], [fd-shellbar-side-nav]", never, {}, {}, never, never,
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ShellbarSidenavDirective, "[fdShellbarSidenav], [fd-shellbar-side-nav]", never, {}, {}, never, never, true, never, false>;
|
|
5
5
|
}
|
|
@@ -10,5 +10,5 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
*/
|
|
11
11
|
export declare class ShellbarSubtitleComponent {
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShellbarSubtitleComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarSubtitleComponent, "fd-shellbar-subtitle", never, {}, {}, never, ["*"],
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarSubtitleComponent, "fd-shellbar-subtitle", never, {}, {}, never, ["*"], true, never, false>;
|
|
14
14
|
}
|
|
@@ -10,5 +10,5 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
*/
|
|
11
11
|
export declare class ShellbarTitleComponent {
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShellbarTitleComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarTitleComponent, "fd-shellbar-title", never, {}, {}, never, ["*"],
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarTitleComponent, "fd-shellbar-title", never, {}, {}, never, ["*"], true, never, false>;
|
|
14
14
|
}
|
|
@@ -98,5 +98,5 @@ export declare class ShellbarComponent implements AfterContentInit, AfterViewIni
|
|
|
98
98
|
/** @hidden */
|
|
99
99
|
private _detachSearch;
|
|
100
100
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShellbarComponent, never>;
|
|
101
|
-
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", "_actions", "searchComponent", "buttons"], ["[fd-shellbar-side-nav]", "fd-shellbar-logo", "fd-shellbar-title", "fd-product-menu", "fd-shellbar-subtitle", "*", "fd-shellbar-actions"],
|
|
101
|
+
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", "_actions", "searchComponent", "buttons"], ["[fd-shellbar-side-nav]", "fd-shellbar-logo", "fd-shellbar-title", "fd-product-menu", "fd-shellbar-subtitle", "*", "fd-shellbar-actions"], true, never, false>;
|
|
102
102
|
}
|
|
@@ -9,21 +9,9 @@ import * as i7 from "./shellbar-logo/shellbar-logo.component";
|
|
|
9
9
|
import * as i8 from "./shellbar-title/shellbar-title.component";
|
|
10
10
|
import * as i9 from "./user-menu/shellbar-user-menu.component";
|
|
11
11
|
import * as i10 from "./shellbar-sidenav.directive";
|
|
12
|
-
import * as i11 from "@
|
|
13
|
-
import * as i12 from "@fundamental-ngx/core/popover";
|
|
14
|
-
import * as i13 from "@fundamental-ngx/core/menu";
|
|
15
|
-
import * as i14 from "@fundamental-ngx/core/action-sheet";
|
|
16
|
-
import * as i15 from "@fundamental-ngx/core/button";
|
|
17
|
-
import * as i16 from "@fundamental-ngx/cdk/utils";
|
|
18
|
-
import * as i17 from "@angular/cdk/drag-drop";
|
|
19
|
-
import * as i18 from "@fundamental-ngx/core/product-switch";
|
|
20
|
-
import * as i19 from "@fundamental-ngx/core/icon";
|
|
21
|
-
import * as i20 from "@fundamental-ngx/i18n";
|
|
22
|
-
import * as i21 from "@fundamental-ngx/core/avatar";
|
|
23
|
-
import * as i22 from "@fundamental-ngx/core/content-density";
|
|
24
|
-
import * as i23 from "@angular/cdk/portal";
|
|
12
|
+
import * as i11 from "@fundamental-ngx/core/content-density";
|
|
25
13
|
export declare class ShellbarModule {
|
|
26
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShellbarModule, never>;
|
|
27
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ShellbarModule, [typeof i1.ShellbarComponent, typeof i2.ProductMenuComponent, typeof i3.ShellbarSubtitleComponent, typeof i4.ShellbarActionsComponent, typeof i5.ShellbarActionsMobileComponent, typeof i6.ShellbarActionComponent, typeof i7.ShellbarLogoComponent, typeof i8.ShellbarTitleComponent, typeof i9.ShellbarUserMenuComponent, typeof i10.ShellbarSidenavDirective], [typeof
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ShellbarModule, never, [typeof i1.ShellbarComponent, typeof i2.ProductMenuComponent, typeof i3.ShellbarSubtitleComponent, typeof i4.ShellbarActionsComponent, typeof i5.ShellbarActionsMobileComponent, typeof i6.ShellbarActionComponent, typeof i7.ShellbarLogoComponent, typeof i8.ShellbarTitleComponent, typeof i9.ShellbarUserMenuComponent, typeof i10.ShellbarSidenavDirective], [typeof i1.ShellbarComponent, typeof i2.ProductMenuComponent, typeof i3.ShellbarSubtitleComponent, typeof i4.ShellbarActionsComponent, typeof i5.ShellbarActionsMobileComponent, typeof i6.ShellbarActionComponent, typeof i7.ShellbarLogoComponent, typeof i8.ShellbarTitleComponent, typeof i9.ShellbarUserMenuComponent, typeof i10.ShellbarSidenavDirective, typeof i11.ContentDensityModule]>;
|
|
28
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<ShellbarModule>;
|
|
29
17
|
}
|
|
@@ -44,5 +44,5 @@ export declare class ShellbarUserMenuComponent {
|
|
|
44
44
|
*/
|
|
45
45
|
itemClick(item: ShellbarUserMenu, event: MouseEvent): void;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShellbarUserMenuComponent, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarUserMenuComponent, "fd-shellbar-user-menu", never, { "user": { "alias": "user"; "required": false; }; "userMenu": { "alias": "userMenu"; "required": false; }; "fillControlMode": { "alias": "fillControlMode"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "triggers": { "alias": "triggers"; "required": false; }; "closeOnEscapeKey": { "alias": "closeOnEscapeKey"; "required": false; }; "closeOnOutsideClick": { "alias": "closeOnOutsideClick"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "noArrow": { "alias": "noArrow"; "required": false; }; }, { "itemClicked": "itemClicked"; }, never, never,
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarUserMenuComponent, "fd-shellbar-user-menu", never, { "user": { "alias": "user"; "required": false; }; "userMenu": { "alias": "userMenu"; "required": false; }; "fillControlMode": { "alias": "fillControlMode"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "triggers": { "alias": "triggers"; "required": false; }; "closeOnEscapeKey": { "alias": "closeOnEscapeKey"; "required": false; }; "closeOnOutsideClick": { "alias": "closeOnOutsideClick"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "noArrow": { "alias": "noArrow"; "required": false; }; }, { "itemClicked": "itemClicked"; }, never, never, true, never, false>;
|
|
48
48
|
}
|
|
@@ -1,18 +1,20 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef, OnChanges, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
2
|
import { RtlService } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class SliderPositionDirective implements OnInit, OnChanges, OnDestroy {
|
|
5
|
-
private readonly _cd;
|
|
6
5
|
private readonly _elementRef;
|
|
6
|
+
private readonly _renderer;
|
|
7
7
|
private readonly _rtlService;
|
|
8
8
|
/** Position of the slider */
|
|
9
9
|
position: number;
|
|
10
|
+
/** Whether the slider is rendered vertically. */
|
|
11
|
+
vertical: boolean;
|
|
10
12
|
/** @hidden */
|
|
11
13
|
private _isRtl;
|
|
12
14
|
/** @hidden */
|
|
13
15
|
private _rtlSubscription;
|
|
14
16
|
/** @hidden */
|
|
15
|
-
constructor(
|
|
17
|
+
constructor(_elementRef: ElementRef<HTMLElement>, _renderer: Renderer2, _rtlService: RtlService);
|
|
16
18
|
/** @hidden */
|
|
17
19
|
ngOnInit(): void;
|
|
18
20
|
/** @hidden */
|
|
@@ -24,5 +26,5 @@ export declare class SliderPositionDirective implements OnInit, OnChanges, OnDes
|
|
|
24
26
|
/** @hidden Rtl change subscription */
|
|
25
27
|
private _subscribeToRtl;
|
|
26
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderPositionDirective, [null, null, { optional: true; }]>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SliderPositionDirective, "[fd-slider-position]", never, { "position": { "alias": "position"; "required": false; }; }, {}, never, never,
|
|
29
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SliderPositionDirective, "[fd-slider-position]", never, { "position": { "alias": "position"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; }, {}, never, never, true, never, false>;
|
|
28
30
|
}
|