@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
|
@@ -12,5 +12,5 @@ export declare class BusyIndicatorExtendedDirective implements AfterContentInit
|
|
|
12
12
|
/** @hidden */
|
|
13
13
|
private _appendCssToParent;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<BusyIndicatorExtendedDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BusyIndicatorExtendedDirective, "[fd-busy-indicator-extended]", never, {}, {}, ["busyIndicator"], never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BusyIndicatorExtendedDirective, "[fd-busy-indicator-extended]", never, {}, {}, ["busyIndicator"], never, true, never, false>;
|
|
16
16
|
}
|
|
@@ -15,7 +15,7 @@ export declare class BusyIndicatorComponent {
|
|
|
15
15
|
/** title attribute value for tooltip. */
|
|
16
16
|
title: string;
|
|
17
17
|
/** add loading label value */
|
|
18
|
-
label
|
|
18
|
+
label?: string;
|
|
19
19
|
/** Aria live attribute value. */
|
|
20
20
|
ariaLive: Nullable<'assertive' | 'polite' | 'off'>;
|
|
21
21
|
/** @hidden */
|
|
@@ -28,5 +28,5 @@ export declare class BusyIndicatorComponent {
|
|
|
28
28
|
* focus busy indicator to prevent from focusing wrapped content */
|
|
29
29
|
fakeElementFocusHandler(event: FocusEvent): void;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<BusyIndicatorComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BusyIndicatorComponent, "fd-busy-indicator", never, { "loading": { "alias": "loading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "block": { "alias": "block"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "title": { "alias": "title"; "required": false; }; "label": { "alias": "label"; "required": false; }; "ariaLive": { "alias": "ariaLive"; "required": false; }; }, {}, never, ["*"],
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BusyIndicatorComponent, "fd-busy-indicator", never, { "loading": { "alias": "loading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "block": { "alias": "block"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "title": { "alias": "title"; "required": false; }; "label": { "alias": "label"; "required": false; }; "ariaLive": { "alias": "ariaLive"; "required": false; }; }, {}, never, ["*"], true, never, false>;
|
|
32
32
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./busy-indicator
|
|
4
|
-
import * as i3 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./busy-indicator.component";
|
|
4
|
+
import * as i3 from "./busy-indicator-extended/busy-indicator-extended.directive";
|
|
5
5
|
export declare class BusyIndicatorModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<BusyIndicatorModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BusyIndicatorModule, [typeof i1.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BusyIndicatorModule, never, [typeof i1.CommonModule, typeof i2.BusyIndicatorComponent, typeof i3.BusyIndicatorExtendedDirective], [typeof i2.BusyIndicatorComponent, typeof i3.BusyIndicatorExtendedDirective]>;
|
|
8
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<BusyIndicatorModule>;
|
|
9
9
|
}
|
|
@@ -11,5 +11,5 @@ export declare class CalendarCloseButtonDirective {
|
|
|
11
11
|
/** @hidden */
|
|
12
12
|
constructor(_originalAriaLabel: string, _originalTitle: string, _calendarI18nLabels: CalendarI18nLabels);
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarCloseButtonDirective, [{ attribute: "aria-label"; }, { attribute: "title"; }, null]>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CalendarCloseButtonDirective, "[fd-calendar-close-button]", never, {}, {}, never, never,
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CalendarCloseButtonDirective, "[fd-calendar-close-button]", never, {}, {}, never, never, true, never, false>;
|
|
15
15
|
}
|
|
@@ -29,7 +29,7 @@ export declare class CalendarHeaderComponent<D> implements OnDestroy, OnInit, On
|
|
|
29
29
|
set calendarYearGrid(yearGrid: CalendarYearGrid);
|
|
30
30
|
/** Calendar ID */
|
|
31
31
|
id: string;
|
|
32
|
-
/** Whether
|
|
32
|
+
/** Whether calendar should be rendered in mobile landscape mode. */
|
|
33
33
|
mobileLandscape: boolean;
|
|
34
34
|
/** Event emitted when the active view should change. */
|
|
35
35
|
readonly activeViewChange: EventEmitter<FdCalendarView>;
|
|
@@ -37,8 +37,6 @@ export declare class CalendarHeaderComponent<D> implements OnDestroy, OnInit, On
|
|
|
37
37
|
readonly previousClicked: EventEmitter<void>;
|
|
38
38
|
/** Event emitted when the next button is clicked. */
|
|
39
39
|
readonly nextClicked: EventEmitter<void>;
|
|
40
|
-
/** Event thrown, when the close button is clicked */
|
|
41
|
-
readonly closeClicked: EventEmitter<void>;
|
|
42
40
|
/** Aria label for the previous button. Depends on the active view. */
|
|
43
41
|
previousAriaLabel: string;
|
|
44
42
|
/** Aria label for the next button. Depends on the active view. */
|
|
@@ -130,8 +128,6 @@ export declare class CalendarHeaderComponent<D> implements OnDestroy, OnInit, On
|
|
|
130
128
|
/** @hidden */
|
|
131
129
|
_processViewChange(type: FdCalendarView, event?: MouseEvent): void;
|
|
132
130
|
/** @hidden */
|
|
133
|
-
_emitClose(): void;
|
|
134
|
-
/** @hidden */
|
|
135
131
|
private _listenToLocaleChanges;
|
|
136
132
|
/** @hidden */
|
|
137
133
|
private _listenToCalendarLabelsChanges;
|
|
@@ -160,5 +156,5 @@ export declare class CalendarHeaderComponent<D> implements OnDestroy, OnInit, On
|
|
|
160
156
|
/** @hidden */
|
|
161
157
|
private _getYearName;
|
|
162
158
|
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarHeaderComponent<any>, never>;
|
|
163
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarHeaderComponent<any>, "fd-calendar-header", never, { "activeView": { "alias": "activeView"; "required": false; }; "currentlyDisplayed": { "alias": "currentlyDisplayed"; "required": false; }; "previousButtonDisabled": { "alias": "previousButtonDisabled"; "required": false; }; "nextButtonDisabled": { "alias": "nextButtonDisabled"; "required": false; }; "calendarYearGrid": { "alias": "calendarYearGrid"; "required": false; }; "id": { "alias": "id"; "required": false; }; "mobileLandscape": { "alias": "mobileLandscape"; "required": false; }; }, { "activeViewChange": "activeViewChange"; "previousClicked": "previousClicked"; "nextClicked": "nextClicked";
|
|
159
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarHeaderComponent<any>, "fd-calendar-header", never, { "activeView": { "alias": "activeView"; "required": false; }; "currentlyDisplayed": { "alias": "currentlyDisplayed"; "required": false; }; "previousButtonDisabled": { "alias": "previousButtonDisabled"; "required": false; }; "nextButtonDisabled": { "alias": "nextButtonDisabled"; "required": false; }; "calendarYearGrid": { "alias": "calendarYearGrid"; "required": false; }; "id": { "alias": "id"; "required": false; }; "mobileLandscape": { "alias": "mobileLandscape"; "required": false; }; }, { "activeViewChange": "activeViewChange"; "previousClicked": "previousClicked"; "nextClicked": "nextClicked"; }, never, never, true, never, false>;
|
|
164
160
|
}
|
|
@@ -181,5 +181,5 @@ export declare class CalendarAggregatedYearViewComponent<D> implements OnInit, O
|
|
|
181
181
|
/** @hidden */
|
|
182
182
|
private _focusOnCellByIndex;
|
|
183
183
|
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarAggregatedYearViewComponent<any>, never>;
|
|
184
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarAggregatedYearViewComponent<any>, "fd-calendar-aggregated-year-view", never, { "id": { "alias": "id"; "required": false; }; "focusEscapeFunction": { "alias": "focusEscapeFunction"; "required": false; }; "yearSelected": { "alias": "yearSelected"; "required": false; }; "aggregatedYearsViewGrid": { "alias": "aggregatedYearsViewGrid"; "required": false; }; "yearViewGrid": { "alias": "yearViewGrid"; "required": false; }; }, { "yearsClicked": "yearsClicked"; }, never, never,
|
|
184
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarAggregatedYearViewComponent<any>, "fd-calendar-aggregated-year-view", never, { "id": { "alias": "id"; "required": false; }; "focusEscapeFunction": { "alias": "focusEscapeFunction"; "required": false; }; "yearSelected": { "alias": "yearSelected"; "required": false; }; "aggregatedYearsViewGrid": { "alias": "aggregatedYearsViewGrid"; "required": false; }; "yearViewGrid": { "alias": "yearViewGrid"; "required": false; }; }, { "yearsClicked": "yearsClicked"; }, never, never, true, never, false>;
|
|
185
185
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges,
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { DateTimeFormats, DatetimeAdapter } from '@fundamental-ngx/core/datetime';
|
|
3
3
|
import { SpecialDayRule } from '@fundamental-ngx/core/shared';
|
|
4
4
|
import { DateRange } from '../../models/date-range';
|
|
@@ -11,28 +11,37 @@ import { DisableDateFunction, EscapeFocusFunction, FocusableCalendarView } from
|
|
|
11
11
|
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
/** Component representing the day view of the calendar. */
|
|
14
|
-
export declare class CalendarDayViewComponent<D> implements OnInit, OnChanges,
|
|
14
|
+
export declare class CalendarDayViewComponent<D> implements OnInit, OnChanges, FocusableCalendarView {
|
|
15
15
|
private eRef;
|
|
16
16
|
private changeDetRef;
|
|
17
17
|
private calendarService;
|
|
18
18
|
private _dateTimeFormats;
|
|
19
19
|
_dateTimeAdapter: DatetimeAdapter<D>;
|
|
20
20
|
private _calendarI18nLabels;
|
|
21
|
+
/**
|
|
22
|
+
* Function used to disable certain dates in the calendar.
|
|
23
|
+
* @param date date type
|
|
24
|
+
*/
|
|
25
|
+
disableFunction: DisableDateFunction<D>;
|
|
26
|
+
/**
|
|
27
|
+
* Function used to disable certain dates in the calendar for the range start selection.
|
|
28
|
+
* @param date date representation
|
|
29
|
+
*/
|
|
30
|
+
disableRangeStartFunction: DisableDateFunction<D>;
|
|
31
|
+
/**
|
|
32
|
+
* Function used to disable certain dates in the calendar for the range end selection.
|
|
33
|
+
* @param date date representation
|
|
34
|
+
*/
|
|
35
|
+
disableRangeEndFunction: DisableDateFunction<D>;
|
|
21
36
|
/** Currently displayed month and year for days */
|
|
22
37
|
set currentlyDisplayed(currentlyDisplayed: CalendarCurrent);
|
|
23
38
|
get currentlyDisplayed(): CalendarCurrent;
|
|
24
|
-
/** @hidden */
|
|
25
|
-
private _currentlyDisplayed;
|
|
26
39
|
/** The currently selected date model in single mode. */
|
|
27
40
|
set selectedDate(date: Nullable<D>);
|
|
28
41
|
get selectedDate(): Nullable<D>;
|
|
29
|
-
/** @hidden */
|
|
30
|
-
private _selectedDate;
|
|
31
42
|
/** The currently selected FdDates model start and end in range mode. */
|
|
32
43
|
set selectedRangeDate(dateRange: DateRange<D>);
|
|
33
44
|
get selectedRangeDate(): DateRange<D>;
|
|
34
|
-
/** @hidden */
|
|
35
|
-
private _selectedRangeDate;
|
|
36
45
|
/** The day of the week the calendar should start on. 1 represents Sunday, 2 is Monday, 3 is Tuesday, and so on. */
|
|
37
46
|
startingDayOfWeek: DaysOfWeek;
|
|
38
47
|
/** The type of calendar, 'single' for single date selection or 'range' for a range of dates. */
|
|
@@ -56,7 +65,7 @@ export declare class CalendarDayViewComponent<D> implements OnInit, OnChanges, O
|
|
|
56
65
|
focusEscapeFunction: EscapeFocusFunction;
|
|
57
66
|
/**
|
|
58
67
|
* Special days mark, it can be used by passing array of object with
|
|
59
|
-
* Special day number, list 1-20 [class:`fd-
|
|
68
|
+
* Special day number, list 1-20 [class:`fd-calendar__item--legend-{{number}}`] is available there:
|
|
60
69
|
* https://sap.github.io/fundamental-styles/components/calendar.html calendar special days section
|
|
61
70
|
* Rule accepts method with date object as a parameter. ex:
|
|
62
71
|
* `rule: (date: D) => this.dateAdapter.getDay(date) === 1`, which will mark all sundays as special day.
|
|
@@ -80,11 +89,12 @@ export declare class CalendarDayViewComponent<D> implements OnInit, OnChanges, O
|
|
|
80
89
|
* Array of week numbers displayed for current month/year
|
|
81
90
|
*/
|
|
82
91
|
_weeks: string[];
|
|
83
|
-
/**
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
92
|
+
/** @hidden */
|
|
93
|
+
private _selectedRangeDate;
|
|
94
|
+
/** @hidden */
|
|
95
|
+
private _selectedDate;
|
|
96
|
+
/** @hidden */
|
|
97
|
+
private readonly _destroyRef;
|
|
88
98
|
/**
|
|
89
99
|
* @hidden
|
|
90
100
|
* Days per week
|
|
@@ -94,6 +104,8 @@ export declare class CalendarDayViewComponent<D> implements OnInit, OnChanges, O
|
|
|
94
104
|
private _isOnRangePick;
|
|
95
105
|
/** @hidden */
|
|
96
106
|
private _isInitiated;
|
|
107
|
+
/** @hidden */
|
|
108
|
+
private _currentlyDisplayed;
|
|
97
109
|
/**
|
|
98
110
|
* @hidden
|
|
99
111
|
* Variable that contains short weekday names.
|
|
@@ -104,29 +116,12 @@ export declare class CalendarDayViewComponent<D> implements OnInit, OnChanges, O
|
|
|
104
116
|
* Variable that contains short weekday names.
|
|
105
117
|
*/
|
|
106
118
|
private _longWeekDays;
|
|
107
|
-
/**
|
|
108
|
-
* Function used to disable certain dates in the calendar.
|
|
109
|
-
* @param date date type
|
|
110
|
-
*/
|
|
111
|
-
disableFunction: DisableDateFunction<D>;
|
|
112
|
-
/**
|
|
113
|
-
* Function used to disable certain dates in the calendar for the range start selection.
|
|
114
|
-
* @param date date representation
|
|
115
|
-
*/
|
|
116
|
-
disableRangeStartFunction: DisableDateFunction<D>;
|
|
117
|
-
/**
|
|
118
|
-
* Function used to disable certain dates in the calendar for the range end selection.
|
|
119
|
-
* @param date date representation
|
|
120
|
-
*/
|
|
121
|
-
disableRangeEndFunction: DisableDateFunction<D>;
|
|
122
119
|
/** @hidden */
|
|
123
120
|
constructor(eRef: ElementRef, changeDetRef: ChangeDetectorRef, calendarService: CalendarService, _dateTimeFormats: DateTimeFormats, _dateTimeAdapter: DatetimeAdapter<D>, _calendarI18nLabels: CalendarI18nLabels);
|
|
124
121
|
/** @hidden */
|
|
125
122
|
ngOnInit(): void;
|
|
126
123
|
/** @hidden */
|
|
127
124
|
ngOnChanges(changes: SimpleChanges): void;
|
|
128
|
-
/** @hidden */
|
|
129
|
-
ngOnDestroy(): void;
|
|
130
125
|
/**
|
|
131
126
|
* Function for selecting a date on the calendar. Typically called when a date is clicked, but can also be called programmatically.
|
|
132
127
|
* @param day CalendarDay object to be selected.
|
|
@@ -364,5 +359,5 @@ export declare class CalendarDayViewComponent<D> implements OnInit, OnChanges, O
|
|
|
364
359
|
/** @hidden */
|
|
365
360
|
private focusOnCellByIndex;
|
|
366
361
|
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarDayViewComponent<any>, never>;
|
|
367
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarDayViewComponent<any>, "fd-calendar-day-view", never, { "
|
|
362
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarDayViewComponent<any>, "fd-calendar-day-view", never, { "disableFunction": { "alias": "disableFunction"; "required": false; }; "disableRangeStartFunction": { "alias": "disableRangeStartFunction"; "required": false; }; "disableRangeEndFunction": { "alias": "disableRangeEndFunction"; "required": false; }; "currentlyDisplayed": { "alias": "currentlyDisplayed"; "required": false; }; "selectedDate": { "alias": "selectedDate"; "required": false; }; "selectedRangeDate": { "alias": "selectedRangeDate"; "required": false; }; "startingDayOfWeek": { "alias": "startingDayOfWeek"; "required": false; }; "calType": { "alias": "calType"; "required": false; }; "id": { "alias": "id"; "required": false; }; "rangeHoverEffect": { "alias": "rangeHoverEffect"; "required": false; }; "markWeekends": { "alias": "markWeekends"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "focusEscapeFunction": { "alias": "focusEscapeFunction"; "required": false; }; "specialDaysRules": { "alias": "specialDaysRules"; "required": false; }; }, { "selectedRangeDateChange": "selectedRangeDateChange"; "nextMonthSelect": "nextMonthSelect"; "previousMonthSelect": "previousMonthSelect"; "selectedDateChange": "selectedDateChange"; }, never, never, true, never, false>;
|
|
368
363
|
}
|
|
@@ -140,5 +140,5 @@ export declare class CalendarMonthViewComponent<D> implements OnInit, OnDestroy,
|
|
|
140
140
|
/** @hidden */
|
|
141
141
|
private _focusOnCellByIndex;
|
|
142
142
|
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarMonthViewComponent<any>, never>;
|
|
143
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarMonthViewComponent<any>, "fd-calendar-month-view", never, { "id": { "alias": "id"; "required": false; }; "monthSelected": { "alias": "monthSelected"; "required": false; }; "focusEscapeFunction": { "alias": "focusEscapeFunction"; "required": false; }; "year": { "alias": "year"; "required": false; }; }, { "monthClicked": "monthClicked"; }, never, never,
|
|
143
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarMonthViewComponent<any>, "fd-calendar-month-view", never, { "id": { "alias": "id"; "required": false; }; "monthSelected": { "alias": "monthSelected"; "required": false; }; "focusEscapeFunction": { "alias": "focusEscapeFunction"; "required": false; }; "year": { "alias": "year"; "required": false; }; }, { "monthClicked": "monthClicked"; }, never, never, true, never, false>;
|
|
144
144
|
}
|
|
@@ -164,5 +164,5 @@ export declare class CalendarYearViewComponent<D> implements OnInit, OnChanges,
|
|
|
164
164
|
/** @hidden */
|
|
165
165
|
private _focusOnCellByIndex;
|
|
166
166
|
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarYearViewComponent<any>, never>;
|
|
167
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarYearViewComponent<any>, "fd-calendar-year-view", never, { "id": { "alias": "id"; "required": false; }; "focusEscapeFunction": { "alias": "focusEscapeFunction"; "required": false; }; "yearSelected": { "alias": "yearSelected"; "required": false; }; "yearViewGrid": { "alias": "yearViewGrid"; "required": false; }; }, { "yearClicked": "yearClicked"; }, never, never,
|
|
167
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarYearViewComponent<any>, "fd-calendar-year-view", never, { "id": { "alias": "id"; "required": false; }; "focusEscapeFunction": { "alias": "focusEscapeFunction"; "required": false; }; "yearSelected": { "alias": "yearSelected"; "required": false; }; "yearViewGrid": { "alias": "yearViewGrid"; "required": false; }; }, { "yearClicked": "yearClicked"; }, never, never, true, never, false>;
|
|
168
168
|
}
|
|
@@ -30,7 +30,6 @@ import * as i0 from "@angular/core";
|
|
|
30
30
|
export declare class CalendarComponent<D> implements OnInit, OnChanges, ControlValueAccessor, Validator, OnDestroy {
|
|
31
31
|
private _elementRef;
|
|
32
32
|
private _changeDetectorRef;
|
|
33
|
-
private _contentDensityObserver;
|
|
34
33
|
private _dateTimeAdapter;
|
|
35
34
|
private _dateTimeFormats;
|
|
36
35
|
/** The currently selected date model in single mode. */
|
|
@@ -59,7 +58,7 @@ export declare class CalendarComponent<D> implements OnInit, OnChanges, ControlV
|
|
|
59
58
|
id: string;
|
|
60
59
|
/**
|
|
61
60
|
* Special days mark, it can be used by passing array of object with
|
|
62
|
-
* Special day number, list 1-20 [class:`fd-
|
|
61
|
+
* Special day number, list 1-20 [class:`fd-calendar__item--legend-{{number}}`] is available there:
|
|
63
62
|
* https://sap.github.io/fundamental-styles/components/calendar.html calendar special days section
|
|
64
63
|
* Rule accepts method with D object as a parameter. ex:
|
|
65
64
|
* `rule: (fdDate: D) => fdDate.getDay() === 1`, which will mark all sundays as special day.
|
|
@@ -122,13 +121,15 @@ export declare class CalendarComponent<D> implements OnInit, OnChanges, ControlV
|
|
|
122
121
|
*/
|
|
123
122
|
_currentlyDisplayed: CalendarCurrent;
|
|
124
123
|
/** @hidden */
|
|
124
|
+
previousButtonDisabled: boolean;
|
|
125
|
+
/** @hidden */
|
|
126
|
+
nextButtonDisabled: boolean;
|
|
127
|
+
/** @hidden */
|
|
125
128
|
private _subscriptions;
|
|
126
129
|
/** @hidden */
|
|
127
130
|
private _adapterStartingDayOfWeek;
|
|
128
131
|
/** @hidden */
|
|
129
|
-
|
|
130
|
-
/** @hidden */
|
|
131
|
-
nextButtonDisabled: boolean;
|
|
132
|
+
constructor(_elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, _contentDensityObserver: ContentDensityObserver, _dateTimeAdapter: DatetimeAdapter<D>, _dateTimeFormats: DateTimeFormats);
|
|
132
133
|
/** That allows to define function that should happen, when focus should normally escape of component */
|
|
133
134
|
escapeFocusFunction: EscapeFocusFunction;
|
|
134
135
|
/**
|
|
@@ -151,8 +152,6 @@ export declare class CalendarComponent<D> implements OnInit, OnChanges, ControlV
|
|
|
151
152
|
/** @hidden */
|
|
152
153
|
onTouched: () => void;
|
|
153
154
|
/** @hidden */
|
|
154
|
-
constructor(_elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, _contentDensityObserver: ContentDensityObserver, _dateTimeAdapter: DatetimeAdapter<D>, _dateTimeFormats: DateTimeFormats);
|
|
155
|
-
/** @hidden */
|
|
156
155
|
ngOnInit(): void;
|
|
157
156
|
/** @hidden */
|
|
158
157
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -255,5 +254,5 @@ export declare class CalendarComponent<D> implements OnInit, OnChanges, ControlV
|
|
|
255
254
|
/** @hidden */
|
|
256
255
|
private _focusOut;
|
|
257
256
|
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarComponent<any>, [null, null, null, { optional: true; }, { optional: true; }]>;
|
|
258
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarComponent<any>, "fd-calendar", never, { "selectedDate": { "alias": "selectedDate"; "required": false; }; "markWeekends": { "alias": "markWeekends"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "mobileLandscape": { "alias": "mobileLandscape"; "required": false; }; "mobilePortrait": { "alias": "mobilePortrait"; "required": false; }; "selectedRangeDate": { "alias": "selectedRangeDate"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "startingDayOfWeek": { "alias": "startingDayOfWeek"; "required": false; }; "calType": { "alias": "calType"; "required": false; }; "id": { "alias": "id"; "required": false; }; "specialDaysRules": { "alias": "specialDaysRules"; "required": false; }; "yearGrid": { "alias": "yearGrid"; "required": false; }; "aggregatedYearGrid": { "alias": "aggregatedYearGrid"; "required": false; }; "rangeHoverEffect": { "alias": "rangeHoverEffect"; "required": false; }; "previousButtonDisableFunction": { "alias": "previousButtonDisableFunction"; "required": false; }; "nextButtonDisableFunction": { "alias": "nextButtonDisableFunction"; "required": false; }; "escapeFocusFunction": { "alias": "escapeFocusFunction"; "required": false; }; "disableFunction": { "alias": "disableFunction"; "required": false; }; "disableRangeStartFunction": { "alias": "disableRangeStartFunction"; "required": false; }; "disableRangeEndFunction": { "alias": "disableRangeEndFunction"; "required": false; }; }, { "activeViewChange": "activeViewChange"; "selectedDateChange": "selectedDateChange"; "selectedRangeDateChange": "selectedRangeDateChange"; "isValidDateChange": "isValidDateChange"; "closeCalendar": "closeCalendar"; "closeClicked": "closeClicked"; }, never, never,
|
|
257
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarComponent<any>, "fd-calendar", never, { "selectedDate": { "alias": "selectedDate"; "required": false; }; "markWeekends": { "alias": "markWeekends"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "mobileLandscape": { "alias": "mobileLandscape"; "required": false; }; "mobilePortrait": { "alias": "mobilePortrait"; "required": false; }; "selectedRangeDate": { "alias": "selectedRangeDate"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "startingDayOfWeek": { "alias": "startingDayOfWeek"; "required": false; }; "calType": { "alias": "calType"; "required": false; }; "id": { "alias": "id"; "required": false; }; "specialDaysRules": { "alias": "specialDaysRules"; "required": false; }; "yearGrid": { "alias": "yearGrid"; "required": false; }; "aggregatedYearGrid": { "alias": "aggregatedYearGrid"; "required": false; }; "rangeHoverEffect": { "alias": "rangeHoverEffect"; "required": false; }; "previousButtonDisableFunction": { "alias": "previousButtonDisableFunction"; "required": false; }; "nextButtonDisableFunction": { "alias": "nextButtonDisableFunction"; "required": false; }; "escapeFocusFunction": { "alias": "escapeFocusFunction"; "required": false; }; "disableFunction": { "alias": "disableFunction"; "required": false; }; "disableRangeStartFunction": { "alias": "disableRangeStartFunction"; "required": false; }; "disableRangeEndFunction": { "alias": "disableRangeEndFunction"; "required": false; }; }, { "activeViewChange": "activeViewChange"; "selectedDateChange": "selectedDateChange"; "selectedRangeDateChange": "selectedRangeDateChange"; "isValidDateChange": "isValidDateChange"; "closeCalendar": "closeCalendar"; "closeClicked": "closeClicked"; }, never, never, true, never, false>;
|
|
259
258
|
}
|
|
@@ -6,12 +6,9 @@ import * as i4 from "./calendar-views/calendar-month-view/calendar-month-view.co
|
|
|
6
6
|
import * as i5 from "./calendar-views/calendar-year-view/calendar-year-view.component";
|
|
7
7
|
import * as i6 from "./calendar-views/calendar-aggregated-year-view/calendar-aggregated-year-view.component";
|
|
8
8
|
import * as i7 from "./calendar-directives";
|
|
9
|
-
import * as i8 from "@
|
|
10
|
-
import * as i9 from "@fundamental-ngx/core/icon";
|
|
11
|
-
import * as i10 from "@fundamental-ngx/core/button";
|
|
12
|
-
import * as i11 from "@fundamental-ngx/core/content-density";
|
|
9
|
+
import * as i8 from "@fundamental-ngx/core/content-density";
|
|
13
10
|
export declare class CalendarModule {
|
|
14
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CalendarModule, [typeof i1.CalendarComponent, typeof i2.CalendarHeaderComponent, typeof i3.CalendarDayViewComponent, typeof i4.CalendarMonthViewComponent, typeof i5.CalendarYearViewComponent, typeof i6.CalendarAggregatedYearViewComponent, typeof i7.CalendarCloseButtonDirective], [typeof
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CalendarModule, never, [typeof i1.CalendarComponent, typeof i2.CalendarHeaderComponent, typeof i3.CalendarDayViewComponent, typeof i4.CalendarMonthViewComponent, typeof i5.CalendarYearViewComponent, typeof i6.CalendarAggregatedYearViewComponent, typeof i7.CalendarCloseButtonDirective], [typeof i1.CalendarComponent, typeof i3.CalendarDayViewComponent, typeof i2.CalendarHeaderComponent, typeof i5.CalendarYearViewComponent, typeof i4.CalendarMonthViewComponent, typeof i6.CalendarAggregatedYearViewComponent, typeof i7.CalendarCloseButtonDirective, typeof i8.ContentDensityModule]>;
|
|
16
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<CalendarModule>;
|
|
17
14
|
}
|
|
@@ -43,5 +43,5 @@ export declare class CarouselItemComponent implements CarouselItemInterface {
|
|
|
43
43
|
/** Height of element */
|
|
44
44
|
getHeight(): number;
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselItemComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselItemComponent, "fd-carousel-item", never, { "id": { "alias": "id"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "title": { "alias": "title"; "required": false; }; "initialHeight": { "alias": "initialHeight"; "required": false; }; "initialWidth": { "alias": "initialWidth"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"],
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselItemComponent, "fd-carousel-item", never, { "id": { "alias": "id"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "title": { "alias": "title"; "required": false; }; "initialHeight": { "alias": "initialHeight"; "required": false; }; "initialWidth": { "alias": "initialWidth"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never, false>;
|
|
47
47
|
}
|
|
@@ -19,5 +19,5 @@ export declare class CarouselItemDirective {
|
|
|
19
19
|
/** Height of element */
|
|
20
20
|
getHeight(): number;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselItemDirective, never>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CarouselItemDirective, "[fd-carousel-item], [fdCarouselItem]", ["fdCarouselItem"], { "value": { "alias": "value"; "required": false; }; "initialHeight": { "alias": "initialHeight"; "required": false; }; "initialWidth": { "alias": "initialWidth"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, never,
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CarouselItemDirective, "[fd-carousel-item], [fdCarouselItem]", ["fdCarouselItem"], { "value": { "alias": "value"; "required": false; }; "initialHeight": { "alias": "initialHeight"; "required": false; }; "initialWidth": { "alias": "initialWidth"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never, false>;
|
|
23
23
|
}
|
|
@@ -6,6 +6,7 @@ import { FdCarouselResourceStrings } from './i18n/carousel-resources';
|
|
|
6
6
|
import { CarouselService } from './carousel.service';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export type PageIndicatorsOrientation = 'bottom' | 'top';
|
|
9
|
+
export type CarouselBackgroundOptions = 'translucent' | 'transparent' | 'solid';
|
|
9
10
|
export declare enum SlideDirection {
|
|
10
11
|
None = 0,
|
|
11
12
|
NEXT = 1,
|
|
@@ -68,6 +69,12 @@ export declare class CarouselComponent implements OnInit, AfterContentInit, Afte
|
|
|
68
69
|
swipeEnabled: boolean;
|
|
69
70
|
/** Is carousel is vertical. Default value is false. */
|
|
70
71
|
vertical: boolean;
|
|
72
|
+
/** Whether to hide top border of the Pagination Container. */
|
|
73
|
+
noPaginationContainerBorder: boolean;
|
|
74
|
+
/** Background configuration for the Content container. */
|
|
75
|
+
contentBackground: CarouselBackgroundOptions;
|
|
76
|
+
/** Background configuration for the Pagination container */
|
|
77
|
+
pageIndicatorBackground: CarouselBackgroundOptions;
|
|
71
78
|
/** Number of items to be visible at a time */
|
|
72
79
|
set visibleSlidesCount(value: number | 'auto');
|
|
73
80
|
get visibleSlidesCount(): number | 'auto';
|
|
@@ -198,6 +205,6 @@ export declare class CarouselComponent implements OnInit, AfterContentInit, Afte
|
|
|
198
205
|
/** @hidden */
|
|
199
206
|
private _getVisibleSlidesCount;
|
|
200
207
|
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselComponent, [null, null, null, null, null, { optional: true; }]>;
|
|
201
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "fd-carousel", never, { "id": { "alias": "id"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "pageIndicatorsOrientation": { "alias": "pageIndicatorsOrientation"; "required": false; }; "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; "loop": { "alias": "loop"; "required": false; }; "navigation": { "alias": "navigation"; "required": false; }; "navigatorInPageIndicator": { "alias": "navigatorInPageIndicator"; "required": false; }; "numericIndicator": { "alias": "numericIndicator"; "required": false; }; "pageIndicatorContainer": { "alias": "pageIndicatorContainer"; "required": false; }; "pageIndicator": { "alias": "pageIndicator"; "required": false; }; "resourceStrings": { "alias": "resourceStrings"; "required": false; }; "slideTransitionDuration": { "alias": "slideTransitionDuration"; "required": false; }; "swipeEnabled": { "alias": "swipeEnabled"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "visibleSlidesCount": { "alias": "visibleSlidesCount"; "required": false; }; }, { "slideChange": "slideChange"; }, ["slides"], ["*"],
|
|
208
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "fd-carousel", never, { "id": { "alias": "id"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "pageIndicatorsOrientation": { "alias": "pageIndicatorsOrientation"; "required": false; }; "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; "loop": { "alias": "loop"; "required": false; }; "navigation": { "alias": "navigation"; "required": false; }; "navigatorInPageIndicator": { "alias": "navigatorInPageIndicator"; "required": false; }; "numericIndicator": { "alias": "numericIndicator"; "required": false; }; "pageIndicatorContainer": { "alias": "pageIndicatorContainer"; "required": false; }; "pageIndicator": { "alias": "pageIndicator"; "required": false; }; "resourceStrings": { "alias": "resourceStrings"; "required": false; }; "slideTransitionDuration": { "alias": "slideTransitionDuration"; "required": false; }; "swipeEnabled": { "alias": "swipeEnabled"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "noPaginationContainerBorder": { "alias": "noPaginationContainerBorder"; "required": false; }; "contentBackground": { "alias": "contentBackground"; "required": false; }; "pageIndicatorBackground": { "alias": "pageIndicatorBackground"; "required": false; }; "visibleSlidesCount": { "alias": "visibleSlidesCount"; "required": false; }; }, { "slideChange": "slideChange"; }, ["slides"], ["*"], true, never, false>;
|
|
202
209
|
}
|
|
203
210
|
export {};
|
|
@@ -28,5 +28,5 @@ export declare class CarouselDirective implements AfterContentInit {
|
|
|
28
28
|
/** Pick next carousel item */
|
|
29
29
|
pickNext(): void;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselDirective, never>;
|
|
31
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CarouselDirective, "[fdCarousel]", never, { "config": { "alias": "config"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, { "activeChange": "activeChange"; "dragStateChange": "dragStateChange"; }, ["items"], never,
|
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CarouselDirective, "[fdCarousel]", never, { "config": { "alias": "config"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, { "activeChange": "activeChange"; "dragStateChange": "dragStateChange"; }, ["items"], never, true, never, false>;
|
|
32
32
|
}
|
|
@@ -3,12 +3,8 @@ import * as i1 from "./carousel-item.directive";
|
|
|
3
3
|
import * as i2 from "./carousel.directive";
|
|
4
4
|
import * as i3 from "./carousel.component";
|
|
5
5
|
import * as i4 from "./carousel-item/carousel-item.component";
|
|
6
|
-
import * as i5 from "@angular/common";
|
|
7
|
-
import * as i6 from "@fundamental-ngx/core/busy-indicator";
|
|
8
|
-
import * as i7 from "@fundamental-ngx/core/button";
|
|
9
|
-
import * as i8 from "@fundamental-ngx/i18n";
|
|
10
6
|
export declare class CarouselModule {
|
|
11
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CarouselModule, [typeof i1.CarouselItemDirective, typeof i2.CarouselDirective, typeof i3.CarouselComponent, typeof i4.CarouselItemComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CarouselModule, never, [typeof i1.CarouselItemDirective, typeof i2.CarouselDirective, typeof i3.CarouselComponent, typeof i4.CarouselItemComponent], [typeof i1.CarouselItemDirective, typeof i2.CarouselDirective, typeof i3.CarouselComponent, typeof i4.CarouselItemComponent]>;
|
|
13
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<CarouselModule>;
|
|
14
10
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, Renderer2 } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { FdCheckboxValues } from './fd-checkbox-values.interface';
|
|
4
|
-
import {
|
|
4
|
+
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
5
5
|
import { FormStates } from '@fundamental-ngx/cdk/forms';
|
|
6
6
|
import { FormItemControl } from '@fundamental-ngx/core/form';
|
|
7
7
|
import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
@@ -13,11 +13,14 @@ export declare class CheckboxComponent implements ControlValueAccessor, AfterVie
|
|
|
13
13
|
private _changeDetectorRef;
|
|
14
14
|
private renderer;
|
|
15
15
|
readonly _contentDensityObserver: ContentDensityObserver;
|
|
16
|
-
private _listItemComponent;
|
|
17
16
|
/** @hidden */
|
|
18
17
|
inputElement: ElementRef<HTMLInputElement>;
|
|
19
18
|
/** @hidden */
|
|
20
19
|
labelElement: ElementRef;
|
|
20
|
+
/** Whether input label should be wrapped */
|
|
21
|
+
wrapLabel: boolean;
|
|
22
|
+
/** Vertical position of the label compared to the checkbox box */
|
|
23
|
+
valignLabel: 'top' | 'middle';
|
|
21
24
|
/** Sets the `aria-label` attribute to the element. */
|
|
22
25
|
ariaLabel: Nullable<string>;
|
|
23
26
|
/** Current selection state of the checkbox component */
|
|
@@ -47,6 +50,8 @@ export declare class CheckboxComponent implements ControlValueAccessor, AfterVie
|
|
|
47
50
|
labelClass: string;
|
|
48
51
|
/** If it is mandatory field */
|
|
49
52
|
required: boolean;
|
|
53
|
+
/** Whether the checkbox should be rendered in display-only mode. */
|
|
54
|
+
displayOnly: boolean;
|
|
50
55
|
/** @hidden */
|
|
51
56
|
private _subscriptions;
|
|
52
57
|
/** Sets values returned by control. */
|
|
@@ -75,7 +80,7 @@ export declare class CheckboxComponent implements ControlValueAccessor, AfterVie
|
|
|
75
80
|
/** @hidden Used to define if control is in 'checked' / 'unchecked' state. */
|
|
76
81
|
get isChecked(): boolean;
|
|
77
82
|
/** @hidden */
|
|
78
|
-
constructor(elementRef: ElementRef<Element>, tabIndexValue: number, _changeDetectorRef: ChangeDetectorRef, renderer: Renderer2, _contentDensityObserver: ContentDensityObserver
|
|
83
|
+
constructor(elementRef: ElementRef<Element>, tabIndexValue: number, _changeDetectorRef: ChangeDetectorRef, renderer: Renderer2, _contentDensityObserver: ContentDensityObserver);
|
|
79
84
|
/** @hidden */
|
|
80
85
|
ngAfterViewInit(): void;
|
|
81
86
|
/** @hidden */
|
|
@@ -105,13 +110,21 @@ export declare class CheckboxComponent implements ControlValueAccessor, AfterVie
|
|
|
105
110
|
/** @hidden handles focus event */
|
|
106
111
|
_onFocus(): void;
|
|
107
112
|
/** @hidden handles click on the label associated with native checkbox input */
|
|
108
|
-
_onLabelClick(event:
|
|
113
|
+
_onLabelClick(event: MouseEvent): void;
|
|
114
|
+
/**
|
|
115
|
+
* @hidden
|
|
116
|
+
* Event handler for cases when checkbox was toggled with the help of keyboard.
|
|
117
|
+
* @param event
|
|
118
|
+
*/
|
|
119
|
+
_onLabelKeydown(event: Event): void;
|
|
109
120
|
/** @hidden handles click on the native checkbox input */
|
|
110
121
|
_onInputClick(event: MouseEvent): void;
|
|
122
|
+
/** @hidden */
|
|
123
|
+
private _handleDisplayOnlyMode;
|
|
111
124
|
/** @hidden Based on current control value sets new control state. */
|
|
112
125
|
private _setState;
|
|
113
126
|
/** Method to trigger change detection in component */
|
|
114
127
|
private _detectChanges;
|
|
115
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, [null, { attribute: "tabIndexValue"; }, null, null, null
|
|
116
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "fd-checkbox", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "value": { "alias": "value"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "title": { "alias": "title"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tristate": { "alias": "tristate"; "required": false; }; "tristateSelectable": { "alias": "tristateSelectable"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "required": { "alias": "required"; "required": false; }; "values": { "alias": "values"; "required": false; }; "standalone": { "alias": "standalone"; "required": false; }; }, { "focusChange": "focusChange"; }, never, ["*"],
|
|
128
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, [null, { attribute: "tabIndexValue"; }, null, null, null]>;
|
|
129
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "fd-checkbox", never, { "wrapLabel": { "alias": "wrapLabel"; "required": false; }; "valignLabel": { "alias": "valignLabel"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "value": { "alias": "value"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "title": { "alias": "title"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tristate": { "alias": "tristate"; "required": false; }; "tristateSelectable": { "alias": "tristateSelectable"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "required": { "alias": "required"; "required": false; }; "displayOnly": { "alias": "displayOnly"; "required": false; }; "values": { "alias": "values"; "required": false; }; "standalone": { "alias": "standalone"; "required": false; }; }, { "focusChange": "focusChange"; }, never, ["*"], true, never, false>;
|
|
117
130
|
}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "@fundamental-ngx/core/content-density";
|
|
2
|
+
import * as i1 from "@fundamental-ngx/core/content-density";
|
|
3
|
+
import * as i2 from "./checkbox/checkbox.component";
|
|
6
4
|
export declare class CheckboxModule {
|
|
7
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxModule, [typeof i1.
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxModule, never, [typeof i1.ContentDensityModule, typeof i2.CheckboxComponent], [typeof i2.CheckboxComponent, typeof i1.ContentDensityModule]>;
|
|
9
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<CheckboxModule>;
|
|
10
8
|
}
|
|
@@ -6,7 +6,8 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class ComboboxMobileComponent extends MobileModeBase<ComboboxInterface> implements OnInit, OnDestroy {
|
|
7
7
|
/** @hidden */
|
|
8
8
|
dialogTemplate: TemplateRef<any>;
|
|
9
|
-
/**
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
10
11
|
* For internal usage
|
|
11
12
|
* Control element, which will be rendered inside dialog.
|
|
12
13
|
* List element, which will be rendered inside dialog.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { DestroyRef, ElementRef, TemplateRef } from '@angular/core';
|
|
2
|
+
import { MobileModeBase, MobileModeConfigToken } from '@fundamental-ngx/core/mobile-mode';
|
|
3
|
+
import { DialogService } from '@fundamental-ngx/core/dialog';
|
|
4
|
+
import { DatePicker } from '../date-picker.model';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class DatePickerMobileComponent<D> extends MobileModeBase<DatePicker<D>> {
|
|
7
|
+
private readonly _destroyRef;
|
|
8
|
+
datePickerConfig: {
|
|
9
|
+
calendarTemplate: TemplateRef<any>;
|
|
10
|
+
controlTemplate: TemplateRef<any>;
|
|
11
|
+
};
|
|
12
|
+
/** @hidden */
|
|
13
|
+
dialogTemplate: TemplateRef<any>;
|
|
14
|
+
/** @hidden */
|
|
15
|
+
private _selectedBackup;
|
|
16
|
+
/** @hidden */
|
|
17
|
+
constructor(elementRef: ElementRef, dialogService: DialogService, _destroyRef: DestroyRef, datePickerConfig: {
|
|
18
|
+
calendarTemplate: TemplateRef<any>;
|
|
19
|
+
controlTemplate: TemplateRef<any>;
|
|
20
|
+
}, datePickerComponent: DatePicker<D>, mobileModes: MobileModeConfigToken[]);
|
|
21
|
+
/** @hidden */
|
|
22
|
+
handleApprove(): void;
|
|
23
|
+
/** @hidden */
|
|
24
|
+
handleDismiss(): void;
|
|
25
|
+
/** @hidden */
|
|
26
|
+
private _toggleDialog;
|
|
27
|
+
/** @hidden */
|
|
28
|
+
private _open;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerMobileComponent<any>, [null, null, null, null, null, { optional: true; }]>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerMobileComponent<any>, "fd-date-picker-mobile", never, {}, {}, never, never, true, never, false>;
|
|
31
|
+
}
|