@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
|
@@ -5,7 +5,7 @@ import { LiveAnnouncer } from '@angular/cdk/a11y';
|
|
|
5
5
|
import { BehaviorSubject } from 'rxjs';
|
|
6
6
|
import { PopoverComponent } from '@fundamental-ngx/core/popover';
|
|
7
7
|
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
8
|
-
import { SliderControlValue, SliderCustomValue, SliderTickMark, SliderValueTargets } from './slider.model';
|
|
8
|
+
import { SliderControlValue, SliderCustomValue, SliderRangeHandles, SliderTickMark, SliderValueTargets } from './slider.model';
|
|
9
9
|
import { CssClassBuilder, RtlService } from '@fundamental-ngx/cdk/utils';
|
|
10
10
|
import { FormItemControl } from '@fundamental-ngx/core/form';
|
|
11
11
|
import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
@@ -64,6 +64,10 @@ export declare class SliderComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
64
64
|
hideProgressBar: boolean;
|
|
65
65
|
/** Whether the control is disabled. */
|
|
66
66
|
disabled: boolean;
|
|
67
|
+
/**
|
|
68
|
+
* Whether slider should have vertical alignment.
|
|
69
|
+
*/
|
|
70
|
+
vertical: boolean;
|
|
67
71
|
/** @hidden */
|
|
68
72
|
_position: number | number[];
|
|
69
73
|
/** Control value */
|
|
@@ -80,6 +84,8 @@ export declare class SliderComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
80
84
|
/** @hidden */
|
|
81
85
|
rangeHandle2: ElementRef<HTMLDivElement>;
|
|
82
86
|
/** @hidden */
|
|
87
|
+
_rangeGroupHandle: ElementRef<HTMLDivElement>;
|
|
88
|
+
/** @hidden */
|
|
83
89
|
_popovers: QueryList<PopoverComponent>;
|
|
84
90
|
/** @hidden */
|
|
85
91
|
_sliderTooltipWrappers: QueryList<ElementRef<HTMLDivElement>>;
|
|
@@ -113,6 +119,8 @@ export declare class SliderComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
113
119
|
*/
|
|
114
120
|
_useSliderValuePrefix: boolean;
|
|
115
121
|
/** @hidden */
|
|
122
|
+
_handles: typeof SliderRangeHandles;
|
|
123
|
+
/** @hidden */
|
|
116
124
|
private _min;
|
|
117
125
|
/** @hidden */
|
|
118
126
|
private _max;
|
|
@@ -143,6 +151,13 @@ export declare class SliderComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
143
151
|
readonly _popoverInputFieldHovered$: BehaviorSubject<boolean>;
|
|
144
152
|
/** @hidden */
|
|
145
153
|
constructor(elementRef: ElementRef, _cdr: ChangeDetectorRef, _renderer: Renderer2, _platform: Platform, _liveAnnouncer: LiveAnnouncer, _rtlService: RtlService, _contentDensityObserver: ContentDensityObserver);
|
|
154
|
+
/**
|
|
155
|
+
* @hidden
|
|
156
|
+
* CssClassBuilder interface implementation
|
|
157
|
+
* function must return single string
|
|
158
|
+
* function is responsible for order which css classes are applied
|
|
159
|
+
*/
|
|
160
|
+
buildComponentCssClass(): string[];
|
|
146
161
|
/** @hidden */
|
|
147
162
|
ngOnInit(): void;
|
|
148
163
|
/** @hidden */
|
|
@@ -152,20 +167,11 @@ export declare class SliderComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
152
167
|
/** @hidden */
|
|
153
168
|
ngOnDestroy(): void;
|
|
154
169
|
/** @hidden */
|
|
155
|
-
private isRtl;
|
|
156
|
-
/** @hidden */
|
|
157
170
|
getValuenow(position: number | number[], sliderValueTarget: SliderValueTargets): string | number;
|
|
158
171
|
/** @hidden */
|
|
159
172
|
get minValue(): string | number;
|
|
160
173
|
/** @hidden */
|
|
161
174
|
get maxValue(): string | number;
|
|
162
|
-
/**
|
|
163
|
-
* @hidden
|
|
164
|
-
* CssClassBuilder interface implementation
|
|
165
|
-
* function must return single string
|
|
166
|
-
* function is responsible for order which css classes are applied
|
|
167
|
-
*/
|
|
168
|
-
buildComponentCssClass(): string[];
|
|
169
175
|
/** @hidden */
|
|
170
176
|
onChange: (value: SliderControlValue) => void;
|
|
171
177
|
/** @hidden */
|
|
@@ -181,12 +187,14 @@ export declare class SliderComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
181
187
|
/** @hidden */
|
|
182
188
|
onTrackClick(event: MouseEvent): void;
|
|
183
189
|
/** @hidden */
|
|
184
|
-
onHandleClick(event: MouseEvent): void;
|
|
190
|
+
onHandleClick(event: MouseEvent, group?: boolean): void;
|
|
185
191
|
/** @hidden */
|
|
186
|
-
onKeyDown(event: KeyboardEvent): void;
|
|
192
|
+
onKeyDown(event: KeyboardEvent, handle?: SliderRangeHandles): void;
|
|
187
193
|
/** @hidden */
|
|
188
194
|
_updateValueFromInput(value: string, target: SliderValueTargets): void;
|
|
189
195
|
/** @hidden */
|
|
196
|
+
private _handleRangeKeydown;
|
|
197
|
+
/** @hidden */
|
|
190
198
|
private _setValue;
|
|
191
199
|
/** @hidden */
|
|
192
200
|
private _updatePopoversPosition;
|
|
@@ -246,5 +254,5 @@ export declare class SliderComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
246
254
|
*/
|
|
247
255
|
private _isPopoverHovered;
|
|
248
256
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, [null, null, null, null, null, { optional: true; }, null]>;
|
|
249
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "fd-slider", never, { "id": { "alias": "id"; "required": false; }; "class": { "alias": "class"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "jump": { "alias": "jump"; "required": false; }; "tickmarksBetweenLabels": { "alias": "tickmarksBetweenLabels"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "showTicks": { "alias": "showTicks"; "required": false; }; "showTicksLabels": { "alias": "showTicksLabels"; "required": false; }; "customValues": { "alias": "customValues"; "required": false; }; "tooltipMode": { "alias": "tooltipMode"; "required": false; }; "hideProgressBar": { "alias": "hideProgressBar"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never,
|
|
257
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "fd-slider", never, { "id": { "alias": "id"; "required": false; }; "class": { "alias": "class"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "jump": { "alias": "jump"; "required": false; }; "tickmarksBetweenLabels": { "alias": "tickmarksBetweenLabels"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "showTicks": { "alias": "showTicks"; "required": false; }; "showTicksLabels": { "alias": "showTicksLabels"; "required": false; }; "customValues": { "alias": "customValues"; "required": false; }; "tooltipMode": { "alias": "tooltipMode"; "required": false; }; "hideProgressBar": { "alias": "hideProgressBar"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never, false>;
|
|
250
258
|
}
|
package/slider/slider.model.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "@angular/
|
|
5
|
-
import * as i4 from "@fundamental-ngx/
|
|
6
|
-
import * as i5 from "@
|
|
7
|
-
import * as i6 from "@fundamental-ngx/
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@fundamental-ngx/core/popover";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@fundamental-ngx/cdk/utils";
|
|
6
|
+
import * as i5 from "@fundamental-ngx/core/content-density";
|
|
7
|
+
import * as i6 from "@fundamental-ngx/i18n";
|
|
8
|
+
import * as i7 from "./slider.component";
|
|
9
|
+
import * as i8 from "./slider-position.directive";
|
|
10
10
|
export declare class SliderModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SliderModule, [typeof i1.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SliderModule, never, [typeof i1.CommonModule, typeof i2.PopoverModule, typeof i3.FormsModule, typeof i4.OnlyDigitsModule, typeof i5.ContentDensityModule, typeof i6.I18nModule, typeof i7.SliderComponent, typeof i8.SliderPositionDirective], [typeof i7.SliderComponent, typeof i8.SliderPositionDirective]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<SliderModule>;
|
|
14
14
|
}
|
package/text/text.component.d.ts
CHANGED
|
@@ -46,5 +46,5 @@ export declare class TextComponent {
|
|
|
46
46
|
/** @hidden */
|
|
47
47
|
checkLineCount(count: number): void;
|
|
48
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "fd-text", never, { "text": { "alias": "text"; "required": false; }; "maxLines": { "alias": "maxLines"; "required": false; }; "whitespaces": { "alias": "whitespaces"; "required": false; }; "hyphenation": { "alias": "hyphenation"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; }; }, { "isCollapsedChange": "isCollapsedChange"; }, never, never,
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "fd-text", never, { "text": { "alias": "text"; "required": false; }; "maxLines": { "alias": "maxLines"; "required": false; }; "whitespaces": { "alias": "whitespaces"; "required": false; }; "hyphenation": { "alias": "hyphenation"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; }; }, { "isCollapsedChange": "isCollapsedChange"; }, never, never, true, never, false>;
|
|
50
50
|
}
|
package/text/text.module.d.ts
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./text.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@fundamental-ngx/core/link";
|
|
5
|
-
import * as i4 from "@fundamental-ngx/cdk/utils";
|
|
6
|
-
import * as i5 from "@fundamental-ngx/i18n";
|
|
7
3
|
export declare class TextModule {
|
|
8
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TextModule, [typeof i1.TextComponent], [typeof
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TextModule, never, [typeof i1.TextComponent], [typeof i1.TextComponent]>;
|
|
10
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<TextModule>;
|
|
11
7
|
}
|
|
@@ -25,5 +25,5 @@ export declare class TitleComponent extends TitleToken implements OnInit {
|
|
|
25
25
|
/** @hidden */
|
|
26
26
|
private _setHeaderSize;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<TitleComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TitleComponent, "h1[fd-title], h2[fd-title], h3[fd-title], h4[fd-title], h5[fd-title], h6[fd-title]", ["fd-title"], { "headerSize": { "alias": "headerSize"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; }, {}, never, ["*"],
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TitleComponent, "h1[fd-title], h2[fd-title], h3[fd-title], h4[fd-title], h5[fd-title], h6[fd-title]", ["fd-title"], { "headerSize": { "alias": "headerSize"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; }, {}, never, ["*"], true, never, false>;
|
|
29
29
|
}
|
package/title/title.module.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./title.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
3
|
export declare class TitleModule {
|
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<TitleModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TitleModule, [typeof i1.TitleComponent], [typeof
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TitleModule, never, [typeof i1.TitleComponent], [typeof i1.TitleComponent]>;
|
|
7
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<TitleModule>;
|
|
8
7
|
}
|
|
@@ -19,6 +19,6 @@ export declare class DeprecatedToolbarSizeDirective extends BehaviorSubject<Loca
|
|
|
19
19
|
/** @hidden */
|
|
20
20
|
ngOnDestroy(): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedToolbarSizeDirective, never>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedToolbarSizeDirective, "fd-toolbar[size]", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, never,
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedToolbarSizeDirective, "fd-toolbar[size]", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never, false>;
|
|
23
23
|
}
|
|
24
24
|
export {};
|
|
@@ -2,5 +2,5 @@ import { ToolbarItemDirective } from './toolbar-item.directive';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class ToolbarFormLabelDirective extends ToolbarItemDirective {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarFormLabelDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarFormLabelDirective, "[fd-toolbar-form-label]", never, {}, {}, never, never,
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarFormLabelDirective, "[fd-toolbar-form-label]", never, {}, {}, never, never, true, never, false>;
|
|
6
6
|
}
|
|
@@ -23,5 +23,5 @@ export declare class ToolbarItemDirective implements ToolbarItem {
|
|
|
23
23
|
/** @hidden */
|
|
24
24
|
constructor(elementRef: ElementRef);
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarItemDirective, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarItemDirective, "[fd-toolbar-item], [fdOverflowGroup], [fdOverflowPriority]", never, { "fdOverflowPriority": { "alias": "fdOverflowPriority"; "required": false; }; "fdOverflowGroup": { "alias": "fdOverflowGroup"; "required": false; }; }, {}, never, never,
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarItemDirective, "[fd-toolbar-item], [fdOverflowGroup], [fdOverflowPriority]", never, { "fdOverflowPriority": { "alias": "fdOverflowPriority"; "required": false; }; "fdOverflowGroup": { "alias": "fdOverflowGroup"; "required": false; }; }, {}, never, never, true, never, false>;
|
|
27
27
|
}
|
|
@@ -2,5 +2,5 @@ import { ToolbarItemDirective } from './toolbar-item.directive';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class ToolbarLabelDirective extends ToolbarItemDirective {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarLabelDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarLabelDirective, "[fd-toolbar-label]", never, {}, {}, never, never,
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarLabelDirective, "[fd-toolbar-label]", never, {}, {}, never, never, true, never, false>;
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import { ToolbarItemDirective } from './toolbar-item.directive';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class ToolbarOverflowButtonMenuDirective extends ToolbarItemDirective {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarOverflowButtonMenuDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarOverflowButtonMenuDirective, "[fdToolbarOverflowButtonMenu], [fd-toolbar-overflow-button-menu]", never, {}, {}, never, never,
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarOverflowButtonMenuDirective, "[fdToolbarOverflowButtonMenu], [fd-toolbar-overflow-button-menu]", never, {}, {}, never, never, true, never, false>;
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import { ToolbarItemDirective } from './toolbar-item.directive';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class ToolbarOverflowButtonDirective extends ToolbarItemDirective {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarOverflowButtonDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarOverflowButtonDirective, "[fdToolbarOverflowButton], [fd-toolbar-overflow-button]", never, {}, {}, never, never,
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarOverflowButtonDirective, "[fdToolbarOverflowButton], [fd-toolbar-overflow-button]", never, {}, {}, never, never, true, never, false>;
|
|
6
6
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ToolbarSeparatorComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarSeparatorComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarSeparatorComponent, "fd-toolbar-separator", never, {}, {}, never, never,
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarSeparatorComponent, "fd-toolbar-separator", never, {}, {}, never, never, true, never, false>;
|
|
5
5
|
}
|
|
@@ -16,5 +16,5 @@ export declare class ToolbarSpacerDirective {
|
|
|
16
16
|
/** @hidden */
|
|
17
17
|
get css(): string;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarSpacerDirective, never>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarSpacerDirective, "fd-toolbar-spacer", never, { "width": { "alias": "width"; "required": false; }; "class": { "alias": "class"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; }, {}, never, never,
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarSpacerDirective, "fd-toolbar-spacer", never, { "width": { "alias": "width"; "required": false; }; "class": { "alias": "class"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; }, {}, never, never, true, never, false>;
|
|
20
20
|
}
|
|
@@ -51,8 +51,10 @@ export declare class ToolbarComponent implements AfterViewInit, AfterViewChecked
|
|
|
51
51
|
forceOverflow: boolean;
|
|
52
52
|
/** Tabindex of the toolbar element, to be used when fdType="info" */
|
|
53
53
|
tabindex: number;
|
|
54
|
-
/**
|
|
55
|
-
|
|
54
|
+
/** Toolbar Aria-label attribute. */
|
|
55
|
+
ariaLabel: string;
|
|
56
|
+
/** Toolbar Aria-labelledby attribute. */
|
|
57
|
+
ariaLabelledBy: string;
|
|
56
58
|
/** @hidden */
|
|
57
59
|
titleElement: ElementRef<HTMLHeadElement>;
|
|
58
60
|
/** @hidden */
|
|
@@ -64,6 +66,10 @@ export declare class ToolbarComponent implements AfterViewInit, AfterViewChecked
|
|
|
64
66
|
overflowItems$: Observable<ToolbarItem[]>;
|
|
65
67
|
/** @hidden */
|
|
66
68
|
overflownItems: ToolbarItem[];
|
|
69
|
+
/** HTML Element Reference. */
|
|
70
|
+
readonly elementRef: ElementRef<any>;
|
|
71
|
+
/** @hidden */
|
|
72
|
+
private readonly _role;
|
|
67
73
|
/** @hidden */
|
|
68
74
|
private _titleComponent$;
|
|
69
75
|
/** @hidden */
|
|
@@ -86,8 +92,6 @@ export declare class ToolbarComponent implements AfterViewInit, AfterViewChecked
|
|
|
86
92
|
ngAfterContentInit(): void;
|
|
87
93
|
/** Change detection reference */
|
|
88
94
|
detectChanges(): void;
|
|
89
|
-
/** @hidden */
|
|
90
|
-
get elementRef(): ElementRef;
|
|
91
95
|
/** Method triggering collapsible toolbar */
|
|
92
96
|
updateCollapsibleItems(): void;
|
|
93
97
|
/** @hidden Get group number with the lowest priority.
|
|
@@ -105,5 +109,5 @@ export declare class ToolbarComponent implements AfterViewInit, AfterViewChecked
|
|
|
105
109
|
/** @hidden Sort by group and priority and initial position */
|
|
106
110
|
private _getSortedByPriorityAndGroupItems;
|
|
107
111
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, [null, null, null, null, { optional: true; skipSelf: true; }]>;
|
|
108
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "fd-toolbar", never, { "titleId": { "alias": "titleId"; "required": false; }; "class": { "alias": "class"; "required": false; }; "shouldOverflow": { "alias": "shouldOverflow"; "required": false; }; "fdType": { "alias": "fdType"; "required": false; }; "title": { "alias": "title"; "required": false; }; "active": { "alias": "active"; "required": false; }; "clearBorder": { "alias": "clearBorder"; "required": false; }; "forceOverflow": { "alias": "forceOverflow"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, {}, ["titleComponent", "toolbarItems"], ["*"],
|
|
112
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "fd-toolbar", never, { "titleId": { "alias": "titleId"; "required": false; }; "class": { "alias": "class"; "required": false; }; "shouldOverflow": { "alias": "shouldOverflow"; "required": false; }; "fdType": { "alias": "fdType"; "required": false; }; "title": { "alias": "title"; "required": false; }; "active": { "alias": "active"; "required": false; }; "clearBorder": { "alias": "clearBorder"; "required": false; }; "forceOverflow": { "alias": "forceOverflow"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; }, {}, ["titleComponent", "toolbarItems"], ["*"], true, never, false>;
|
|
109
113
|
}
|
|
@@ -1,20 +1,16 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./toolbar
|
|
4
|
-
import * as i3 from "./toolbar-
|
|
5
|
-
import * as i4 from "./toolbar-
|
|
6
|
-
import * as i5 from "./toolbar-
|
|
7
|
-
import * as i6 from "./toolbar-label.directive";
|
|
8
|
-
import * as i7 from "./toolbar-
|
|
9
|
-
import * as i8 from "./toolbar-overflow-button
|
|
10
|
-
import * as i9 from "./
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "@fundamental-ngx/core/button";
|
|
13
|
-
import * as i12 from "@fundamental-ngx/core/popover";
|
|
14
|
-
import * as i13 from "@fundamental-ngx/core/content-density";
|
|
15
|
-
import * as i14 from "@fundamental-ngx/cdk/utils";
|
|
2
|
+
import * as i1 from "@fundamental-ngx/core/content-density";
|
|
3
|
+
import * as i2 from "./toolbar.component";
|
|
4
|
+
import * as i3 from "./toolbar-item.directive";
|
|
5
|
+
import * as i4 from "./toolbar-spacer.directive";
|
|
6
|
+
import * as i5 from "./toolbar-separator.component";
|
|
7
|
+
import * as i6 from "./toolbar-form-label.directive";
|
|
8
|
+
import * as i7 from "./toolbar-label.directive";
|
|
9
|
+
import * as i8 from "./toolbar-overflow-button.directive";
|
|
10
|
+
import * as i9 from "./toolbar-overflow-button-menu.directive";
|
|
11
|
+
import * as i10 from "./deprecated-toolbar-size.directive";
|
|
16
12
|
export declare class ToolbarModule {
|
|
17
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarModule, [typeof i1.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarModule, never, [typeof i1.ContentDensityModule, typeof i2.ToolbarComponent, typeof i3.ToolbarItemDirective, typeof i4.ToolbarSpacerDirective, typeof i5.ToolbarSeparatorComponent, typeof i6.ToolbarFormLabelDirective, typeof i7.ToolbarLabelDirective, typeof i8.ToolbarOverflowButtonDirective, typeof i9.ToolbarOverflowButtonMenuDirective, typeof i10.DeprecatedToolbarSizeDirective], [typeof i2.ToolbarComponent, typeof i3.ToolbarItemDirective, typeof i4.ToolbarSpacerDirective, typeof i5.ToolbarSeparatorComponent, typeof i6.ToolbarFormLabelDirective, typeof i7.ToolbarLabelDirective, typeof i8.ToolbarOverflowButtonDirective, typeof i9.ToolbarOverflowButtonMenuDirective, typeof i10.DeprecatedToolbarSizeDirective, typeof i1.ContentDensityModule]>;
|
|
19
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<ToolbarModule>;
|
|
20
16
|
}
|
|
Binary file
|