@fundamental-ngx/core 0.44.1-rc.3 → 0.45.0
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/action-sheet/action-sheet.module.d.ts +5 -6
- package/action-sheet/index.d.ts +0 -1
- package/avatar/avatar.component.d.ts +1 -6
- package/bar/bar.module.d.ts +4 -6
- package/bar/directives/bar-element.directive.d.ts +1 -6
- package/bar/index.d.ts +0 -2
- package/breadcrumb/breadcrumb.component.d.ts +1 -9
- package/breadcrumb/breadcrumb.module.d.ts +12 -13
- package/breadcrumb/index.d.ts +0 -1
- package/button/button.module.d.ts +4 -5
- package/button/index.d.ts +0 -1
- package/calendar/calendar.module.d.ts +5 -6
- package/calendar/index.d.ts +0 -1
- package/card/card.module.d.ts +6 -7
- package/card/index.d.ts +0 -1
- package/carousel/carousel.component.d.ts +1 -13
- package/checkbox/checkbox.module.d.ts +4 -5
- package/checkbox/index.d.ts +0 -1
- package/combobox/combobox.module.d.ts +12 -13
- package/combobox/index.d.ts +0 -1
- package/content-density/index.d.ts +0 -4
- package/date-picker/date-picker.component.d.ts +1 -62
- package/date-picker/date-picker.module.d.ts +12 -13
- package/date-picker/index.d.ts +0 -1
- package/datetime-picker/datetime-picker.component.d.ts +1 -49
- package/datetime-picker/datetime-picker.module.d.ts +14 -15
- package/datetime-picker/index.d.ts +0 -1
- package/dialog/dialog.module.d.ts +14 -16
- package/dialog/index.d.ts +0 -2
- package/dialog/utils/dialog-config.class.d.ts +0 -2
- package/dynamic-page/dynamic-page.module.d.ts +10 -11
- package/dynamic-page/index.d.ts +0 -1
- package/esm2022/action-sheet/action-sheet.module.mjs +3 -8
- package/esm2022/action-sheet/index.mjs +1 -2
- package/esm2022/avatar/avatar.component.mjs +3 -13
- package/esm2022/bar/bar.module.mjs +3 -13
- package/esm2022/bar/directives/bar-element.directive.mjs +3 -16
- package/esm2022/bar/index.mjs +1 -3
- package/esm2022/breadcrumb/breadcrumb.component.mjs +5 -19
- package/esm2022/breadcrumb/breadcrumb.module.mjs +6 -18
- package/esm2022/breadcrumb/index.mjs +1 -2
- package/esm2022/button/button.module.mjs +4 -5
- package/esm2022/button/index.mjs +1 -2
- package/esm2022/calendar/calendar.module.mjs +3 -8
- package/esm2022/calendar/index.mjs +1 -2
- package/esm2022/card/card.module.mjs +4 -8
- package/esm2022/card/index.mjs +1 -2
- package/esm2022/carousel/carousel.component.mjs +4 -30
- package/esm2022/checkbox/checkbox.module.mjs +4 -5
- package/esm2022/checkbox/index.mjs +1 -2
- package/esm2022/combobox/combobox-mobile/combobox-mobile.component.mjs +1 -1
- package/esm2022/combobox/combobox.component.mjs +1 -1
- package/esm2022/combobox/combobox.module.mjs +6 -8
- package/esm2022/combobox/index.mjs +1 -2
- package/esm2022/content-density/index.mjs +1 -5
- package/esm2022/date-picker/date-picker.component.mjs +4 -104
- package/esm2022/date-picker/date-picker.module.mjs +5 -6
- package/esm2022/date-picker/index.mjs +1 -2
- package/esm2022/datetime-picker/datetime-picker.component.mjs +4 -83
- package/esm2022/datetime-picker/datetime-picker.module.mjs +5 -6
- package/esm2022/datetime-picker/index.mjs +1 -2
- package/esm2022/dialog/dialog-default/dialog-default.component.mjs +1 -1
- package/esm2022/dialog/dialog-header/dialog-header.component.mjs +1 -1
- package/esm2022/dialog/dialog.component.mjs +3 -3
- package/esm2022/dialog/dialog.module.mjs +1 -9
- package/esm2022/dialog/index.mjs +1 -3
- package/esm2022/dialog/utils/dialog-config.class.mjs +1 -1
- package/esm2022/dynamic-page/dynamic-page-header/actions/dynamic-page-title-content.component.mjs +1 -1
- package/esm2022/dynamic-page/dynamic-page-header/header/dynamic-page-header.component.mjs +1 -1
- package/esm2022/dynamic-page/dynamic-page.module.mjs +3 -8
- package/esm2022/dynamic-page/index.mjs +1 -2
- package/esm2022/facets/facet/facet.component.mjs +1 -1
- package/esm2022/feed-list-item/components/item/feed-list-item.component.mjs +14 -40
- package/esm2022/file-uploader/file-uploader.module.mjs +4 -23
- package/esm2022/file-uploader/index.mjs +1 -2
- package/esm2022/form/form-control/form-control.module.mjs +4 -23
- package/esm2022/form/form-label/form-label.component.mjs +3 -40
- package/esm2022/form/form-message/form-message.component.mjs +1 -1
- package/esm2022/form/form-message/popover-form-message.service.mjs +1 -1
- package/esm2022/form/index.mjs +1 -2
- package/esm2022/fundamental-ngx.module.mjs +1 -5
- 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/index.mjs +1 -2
- package/esm2022/inline-help/inline-help.directive.mjs +3 -18
- package/esm2022/input-group/index.mjs +1 -2
- package/esm2022/input-group/input-group.component.mjs +6 -28
- package/esm2022/input-group/input-group.module.mjs +1 -6
- package/esm2022/link/link.component.mjs +5 -8
- package/esm2022/list/index.mjs +1 -2
- package/esm2022/list/list-item/list-item.component.mjs +3 -46
- package/esm2022/list/list-message.directive.mjs +1 -1
- package/esm2022/list/list.module.mjs +3 -8
- package/esm2022/menu/index.mjs +1 -2
- package/esm2022/menu/menu-mobile/menu-mobile.component.mjs +1 -1
- package/esm2022/menu/menu.module.mjs +3 -8
- package/esm2022/message-box/index.mjs +1 -3
- package/esm2022/message-box/message-box-default/message-box-default.component.mjs +1 -1
- package/esm2022/message-box/message-box-header/message-box-header.component.mjs +1 -1
- package/esm2022/message-box/message-box.module.mjs +3 -11
- package/esm2022/message-strip/alert/message-strip-alert/message-strip-alert.component.mjs +3 -3
- package/esm2022/message-strip/alert/message-strip-alert.service.mjs +8 -2
- package/esm2022/message-strip/message-strip.component.mjs +3 -16
- package/esm2022/micro-process-flow/index.mjs +1 -2
- package/esm2022/micro-process-flow/micro-process-flow.module.mjs +5 -10
- package/esm2022/multi-combobox/mobile/mobile-multi-combobox.component.mjs +1 -1
- package/esm2022/multi-combobox/multi-combobox.component.mjs +1 -1
- package/esm2022/multi-combobox/select-all-toggler/select-all-toggler.component.mjs +1 -1
- package/esm2022/multi-input/index.mjs +1 -2
- package/esm2022/multi-input/multi-input-mobile/multi-input-mobile.component.mjs +1 -1
- package/esm2022/multi-input/multi-input.component.mjs +1 -1
- package/esm2022/multi-input/multi-input.module.mjs +6 -8
- package/esm2022/nested-list/index.mjs +1 -2
- package/esm2022/nested-list/nested-list.module.mjs +3 -8
- package/esm2022/object-number/object-number.component.mjs +3 -3
- package/esm2022/overflow-layout/overflow-layout.component.mjs +3 -3
- package/esm2022/pagination/index.mjs +1 -2
- package/esm2022/pagination/pagination.component.mjs +8 -186
- package/esm2022/pagination/pagination.module.mjs +6 -7
- package/esm2022/panel/index.mjs +1 -2
- package/esm2022/panel/panel.module.mjs +4 -15
- package/esm2022/popover/base/base-popover.class.mjs +2 -33
- package/esm2022/popover/popover.component.mjs +1 -19
- package/esm2022/product-switch/product-switch/product-switch.component.mjs +4 -17
- package/esm2022/product-switch/product-switch-body/product-switch-body.component.mjs +1 -1
- package/esm2022/product-switch/product-switch-body/product-switch.item.mjs +1 -1
- package/esm2022/quick-view/quick-view-group-item-label/quick-view-group-item-label.component.mjs +1 -1
- package/esm2022/quick-view/quick-view-title/quick-view-title.component.mjs +1 -1
- package/esm2022/radio/index.mjs +1 -2
- package/esm2022/radio/radio.module.mjs +4 -5
- package/esm2022/rating-indicator/components/rating-indicator.component.mjs +3 -3
- package/esm2022/select/index.mjs +1 -2
- package/esm2022/select/select.component.mjs +1 -1
- package/esm2022/select/select.module.mjs +5 -6
- package/esm2022/shellbar/index.mjs +1 -2
- package/esm2022/shellbar/shellbar-actions/shellbar-actions.component.mjs +3 -17
- package/esm2022/shellbar/shellbar-actions-mobile/shellbar-actions-mobile.component.mjs +3 -5
- package/esm2022/shellbar/shellbar.module.mjs +3 -8
- package/esm2022/shellbar/user-menu/shellbar-user-menu.component.mjs +1 -1
- package/esm2022/slider/index.mjs +1 -2
- package/esm2022/slider/slider.component.mjs +3 -49
- package/esm2022/slider/slider.module.mjs +4 -5
- package/esm2022/split-button/index.mjs +1 -2
- package/esm2022/split-button/split-button.component.mjs +3 -27
- package/esm2022/split-button/split-button.module.mjs +4 -5
- package/esm2022/splitter/splitter-pagination/splitter-pagination.component.mjs +3 -10
- package/esm2022/splitter/splitter.component.mjs +2 -16
- package/esm2022/step-input/index.mjs +1 -2
- package/esm2022/step-input/step-input.component.mjs +5 -31
- package/esm2022/step-input/step-input.module.mjs +5 -6
- package/esm2022/switch/index.mjs +1 -2
- package/esm2022/switch/switch.component.mjs +5 -43
- package/esm2022/switch/switch.module.mjs +4 -5
- package/esm2022/table/index.mjs +1 -3
- package/esm2022/table/table.module.mjs +3 -13
- package/esm2022/tabs/index.mjs +1 -2
- package/esm2022/tabs/tab-item-expand/tab-item-expand.component.mjs +8 -22
- package/esm2022/tabs/tab-list.component.mjs +5 -18
- package/esm2022/tabs/tabs.module.mjs +3 -8
- package/esm2022/text/text.component.mjs +3 -29
- package/esm2022/time/index.mjs +1 -3
- package/esm2022/time/time.component.mjs +8 -65
- package/esm2022/time/time.module.mjs +5 -6
- package/esm2022/time-picker/index.mjs +1 -2
- package/esm2022/time-picker/time-picker.component.mjs +1 -1
- package/esm2022/time-picker/time-picker.module.mjs +6 -22
- package/esm2022/timeline/components/timeline-node-body/timeline-node-body.component.mjs +1 -1
- package/esm2022/timeline/timeline.component.mjs +1 -1
- package/esm2022/token/index.mjs +1 -2
- package/esm2022/token/token.component.mjs +4 -30
- package/esm2022/token/token.module.mjs +5 -24
- package/esm2022/token/tokenizer.component.mjs +3 -3
- package/esm2022/toolbar/toolbar.component.mjs +8 -24
- package/esm2022/tree/tree.component.mjs +1 -1
- package/esm2022/upload-collection/upload-collection-button-group/upload-collection-button-group.component.mjs +9 -87
- package/esm2022/upload-collection/upload-collection-form-item/upload-collection-form-item.component.mjs +9 -21
- package/esm2022/upload-collection/upload-collection-item.directive.mjs +4 -3
- package/esm2022/upload-collection/upload-collection-simple.directives.mjs +22 -15
- package/esm2022/upload-collection/upload-collection.component.mjs +5 -4
- package/esm2022/upload-collection/upload-collection.module.mjs +7 -13
- package/esm2022/wizard/index.mjs +1 -2
- package/esm2022/wizard/wizard.module.mjs +3 -8
- package/feed-list-item/components/item/feed-list-item.component.d.ts +9 -25
- package/fesm2022/fundamental-ngx-core-action-sheet.mjs +5 -36
- package/fesm2022/fundamental-ngx-core-action-sheet.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-avatar.mjs +2 -12
- package/fesm2022/fundamental-ngx-core-avatar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-bar.mjs +7 -81
- package/fesm2022/fundamental-ngx-core-bar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-breadcrumb.mjs +11 -63
- package/fesm2022/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-button.mjs +6 -33
- package/fesm2022/fundamental-ngx-core-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-calendar.mjs +4 -35
- package/fesm2022/fundamental-ngx-core-calendar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-card.mjs +6 -36
- package/fesm2022/fundamental-ngx-core-card.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-carousel.mjs +3 -29
- package/fesm2022/fundamental-ngx-core-carousel.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-checkbox.mjs +6 -33
- package/fesm2022/fundamental-ngx-core-checkbox.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-combobox.mjs +9 -37
- package/fesm2022/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-content-density.mjs +1 -148
- package/fesm2022/fundamental-ngx-core-content-density.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-date-picker.mjs +10 -137
- package/fesm2022/fundamental-ngx-core-date-picker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-datetime-picker.mjs +10 -116
- package/fesm2022/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-dialog.mjs +6 -57
- package/fesm2022/fundamental-ngx-core-dialog.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-dynamic-page.mjs +7 -38
- package/fesm2022/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-facets.mjs +1 -1
- package/fesm2022/fundamental-ngx-core-facets.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-feed-list-item.mjs +13 -39
- package/fesm2022/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-file-uploader.mjs +5 -50
- package/fesm2022/fundamental-ngx-core-file-uploader.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-form.mjs +7 -88
- package/fesm2022/fundamental-ngx-core-form.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-grid-list.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-grid-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-inline-help.mjs +2 -17
- package/fesm2022/fundamental-ngx-core-inline-help.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-input-group.mjs +8 -60
- package/fesm2022/fundamental-ngx-core-input-group.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-link.mjs +4 -7
- package/fesm2022/fundamental-ngx-core-link.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-list.mjs +6 -80
- package/fesm2022/fundamental-ngx-core-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-menu.mjs +7 -38
- package/fesm2022/fundamental-ngx-core-menu.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-message-box.mjs +7 -59
- package/fesm2022/fundamental-ngx-core-message-box.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-message-strip.mjs +11 -19
- package/fesm2022/fundamental-ngx-core-message-strip.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-micro-process-flow.mjs +7 -38
- package/fesm2022/fundamental-ngx-core-micro-process-flow.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 +9 -36
- package/fesm2022/fundamental-ngx-core-multi-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-nested-list.mjs +4 -34
- package/fesm2022/fundamental-ngx-core-nested-list.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-overflow-layout.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-pagination.mjs +14 -219
- package/fesm2022/fundamental-ngx-core-pagination.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-panel.mjs +6 -43
- package/fesm2022/fundamental-ngx-core-panel.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-popover.mjs +2 -50
- package/fesm2022/fundamental-ngx-core-popover.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-product-switch.mjs +6 -18
- package/fesm2022/fundamental-ngx-core-product-switch.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 +6 -33
- 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-select.mjs +7 -34
- package/fesm2022/fundamental-ngx-core-select.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-shellbar.mjs +11 -57
- package/fesm2022/fundamental-ngx-core-shellbar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-slider.mjs +8 -70
- package/fesm2022/fundamental-ngx-core-slider.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-split-button.mjs +8 -59
- package/fesm2022/fundamental-ngx-core-split-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-splitter.mjs +4 -24
- package/fesm2022/fundamental-ngx-core-splitter.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-step-input.mjs +11 -64
- package/fesm2022/fundamental-ngx-core-step-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-switch.mjs +9 -74
- package/fesm2022/fundamental-ngx-core-switch.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-table.mjs +5 -65
- package/fesm2022/fundamental-ngx-core-table.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-tabs.mjs +14 -69
- package/fesm2022/fundamental-ngx-core-tabs.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-text.mjs +2 -28
- package/fesm2022/fundamental-ngx-core-text.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-time-picker.mjs +9 -51
- package/fesm2022/fundamental-ngx-core-time-picker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-time.mjs +12 -143
- package/fesm2022/fundamental-ngx-core-time.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-timeline.mjs +2 -2
- package/fesm2022/fundamental-ngx-core-timeline.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-token.mjs +11 -82
- package/fesm2022/fundamental-ngx-core-token.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-toolbar.mjs +6 -22
- package/fesm2022/fundamental-ngx-core-toolbar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-tree.mjs +1 -1
- package/fesm2022/fundamental-ngx-core-tree.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-upload-collection.mjs +46 -131
- package/fesm2022/fundamental-ngx-core-upload-collection.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-wizard.mjs +5 -36
- package/fesm2022/fundamental-ngx-core-wizard.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core.mjs +0 -5
- package/fesm2022/fundamental-ngx-core.mjs.map +1 -1
- package/file-uploader/file-uploader.module.d.ts +6 -7
- package/file-uploader/index.d.ts +0 -1
- package/form/form-control/form-control.module.d.ts +3 -4
- package/form/form-label/form-label.component.d.ts +1 -16
- package/form/form-message/form-message.component.d.ts +0 -2
- package/form/form-message/popover-form-message.service.d.ts +2 -2
- package/form/index.d.ts +0 -1
- package/fundamental-ngx-core-v0.45.0.tgz +0 -0
- package/fundamental-ngx.module.d.ts +89 -90
- package/index.d.ts +0 -1
- package/inline-help/inline-help.directive.d.ts +1 -7
- package/input-group/index.d.ts +0 -1
- package/input-group/input-group.component.d.ts +6 -13
- package/input-group/input-group.module.d.ts +6 -7
- package/link/link.component.d.ts +1 -1
- package/list/index.d.ts +0 -1
- package/list/list-item/list-item.component.d.ts +1 -25
- package/list/list-message.directive.d.ts +2 -2
- package/list/list.module.d.ts +5 -6
- package/menu/index.d.ts +0 -1
- package/menu/menu.module.d.ts +6 -7
- package/message-box/index.d.ts +0 -2
- package/message-box/message-box.module.d.ts +15 -17
- package/message-strip/message-strip.component.d.ts +1 -9
- package/micro-process-flow/index.d.ts +0 -1
- package/micro-process-flow/micro-process-flow.module.d.ts +4 -5
- package/multi-input/index.d.ts +0 -1
- package/multi-input/multi-input.module.d.ts +12 -13
- package/nested-list/index.d.ts +0 -1
- package/nested-list/nested-list.module.d.ts +6 -7
- package/package.json +3 -9
- package/pagination/index.d.ts +0 -1
- package/pagination/pagination.component.d.ts +2 -111
- package/pagination/pagination.module.d.ts +10 -11
- package/panel/index.d.ts +0 -1
- package/panel/panel.module.d.ts +4 -5
- package/popover/base/base-popover.class.d.ts +1 -16
- package/popover/popover.component.d.ts +0 -11
- package/product-switch/product-switch/product-switch.component.d.ts +1 -8
- package/product-switch/product-switch-body/product-switch.item.d.ts +0 -4
- package/radio/index.d.ts +0 -1
- package/radio/radio.module.d.ts +4 -5
- package/schematics/add-dependencies/index.js +4 -4
- package/select/index.d.ts +0 -1
- package/select/select.component.d.ts +0 -2
- package/select/select.module.d.ts +9 -10
- package/shellbar/index.d.ts +0 -1
- package/shellbar/shellbar-actions/shellbar-actions.component.d.ts +1 -9
- package/shellbar/shellbar-actions-mobile/shellbar-actions-mobile.component.d.ts +3 -5
- package/shellbar/shellbar.module.d.ts +14 -15
- package/slider/index.d.ts +0 -1
- package/slider/slider.component.d.ts +1 -31
- package/slider/slider.module.d.ts +7 -8
- package/split-button/index.d.ts +0 -1
- package/split-button/split-button.component.d.ts +3 -12
- package/split-button/split-button.module.d.ts +6 -7
- package/splitter/splitter-pagination/splitter-pagination.component.d.ts +0 -5
- package/splitter/splitter.component.d.ts +1 -9
- package/step-input/index.d.ts +0 -1
- package/step-input/step-input.component.d.ts +1 -17
- package/step-input/step-input.module.d.ts +7 -8
- package/switch/index.d.ts +0 -1
- package/switch/switch.component.d.ts +1 -19
- package/switch/switch.module.d.ts +5 -6
- package/table/index.d.ts +0 -2
- package/table/table.module.d.ts +4 -6
- package/tabs/index.d.ts +0 -1
- package/tabs/tab-item-expand/tab-item-expand.component.d.ts +1 -8
- package/tabs/tab-list.component.d.ts +1 -9
- package/tabs/tabs.module.d.ts +12 -13
- package/text/text.component.d.ts +1 -17
- package/time/index.d.ts +0 -2
- package/time/time.component.d.ts +2 -15
- package/time/time.module.d.ts +9 -10
- package/time-picker/index.d.ts +0 -1
- package/time-picker/time-picker.module.d.ts +9 -10
- package/token/index.d.ts +0 -1
- package/token/token.component.d.ts +1 -17
- package/token/token.module.d.ts +8 -9
- package/toolbar/toolbar.component.d.ts +4 -12
- package/upload-collection/upload-collection-button-group/upload-collection-button-group.component.d.ts +2 -50
- package/upload-collection/upload-collection-form-item/upload-collection-form-item.component.d.ts +1 -9
- package/upload-collection/upload-collection-item.directive.d.ts +1 -1
- package/upload-collection/upload-collection-simple.directives.d.ts +7 -7
- package/upload-collection/upload-collection.component.d.ts +1 -1
- package/upload-collection/upload-collection.module.d.ts +1 -8
- package/wizard/index.d.ts +0 -1
- package/wizard/wizard.module.d.ts +8 -9
- package/action-sheet/deprecated-action-sheet-compact.directive.d.ts +0 -8
- package/alert/README.md +0 -25
- package/alert/alert-service/alert.service.d.ts +0 -41
- package/alert/alert-utils/alert-animations.d.ts +0 -8
- package/alert/alert-utils/alert-config.d.ts +0 -34
- package/alert/alert-utils/alert-container.component.d.ts +0 -14
- package/alert/alert-utils/alert-ref.d.ts +0 -26
- package/alert/alert.component.d.ts +0 -87
- package/alert/alert.module.d.ts +0 -18
- package/alert/index.d.ts +0 -7
- package/bar/deprecated-bar-button-content-density.directive.d.ts +0 -8
- package/bar/deprecated-bar-content-density.directive.d.ts +0 -8
- package/breadcrumb/deprecated-breadcrumbs-compact.directive.d.ts +0 -8
- package/button/deprecated-button-content-density.directive.d.ts +0 -8
- package/calendar/deprecated-calendar-content-density.directive.d.ts +0 -8
- package/card/deprecated-card-content-density.directive.d.ts +0 -8
- package/checkbox/deprecated-checkbox-content-density.directive.d.ts +0 -8
- package/combobox/deprecated-combobox-content-density.directive.d.ts +0 -10
- package/content-density/classes/deprecated-compact.directive.d.ts +0 -26
- package/content-density/classes/deprecated-condensed.directive.d.ts +0 -26
- package/content-density/classes/deprecated-content-density.directive.d.ts +0 -26
- package/content-density/classes/deprecated-cozy.directive.d.ts +0 -26
- package/date-picker/deprecated-date-picker-compact.directive.d.ts +0 -8
- package/datetime-picker/deprecated-date-time-picker-content-density.directive.d.ts +0 -8
- package/dialog/dialog-footer-button/dialog-footer-button.component.d.ts +0 -12
- package/dialog/directives/dialog-decisive-button.directive.d.ts +0 -11
- package/dynamic-page/deprecated-dynamic-page-compact.directive.d.ts +0 -8
- package/esm2022/action-sheet/deprecated-action-sheet-compact.directive.mjs +0 -30
- package/esm2022/alert/alert-service/alert.service.mjs +0 -85
- package/esm2022/alert/alert-utils/alert-animations.mjs +0 -38
- package/esm2022/alert/alert-utils/alert-config.mjs +0 -27
- package/esm2022/alert/alert-utils/alert-container.component.mjs +0 -29
- package/esm2022/alert/alert-utils/alert-ref.mjs +0 -29
- package/esm2022/alert/alert.component.mjs +0 -212
- package/esm2022/alert/alert.module.mjs +0 -33
- package/esm2022/alert/fundamental-ngx-core-alert.mjs +0 -5
- package/esm2022/alert/index.mjs +0 -8
- package/esm2022/bar/deprecated-bar-button-content-density.directive.mjs +0 -30
- package/esm2022/bar/deprecated-bar-content-density.directive.mjs +0 -29
- package/esm2022/breadcrumb/deprecated-breadcrumbs-compact.directive.mjs +0 -30
- package/esm2022/button/deprecated-button-content-density.directive.mjs +0 -30
- package/esm2022/calendar/deprecated-calendar-content-density.directive.mjs +0 -30
- package/esm2022/card/deprecated-card-content-density.directive.mjs +0 -30
- package/esm2022/checkbox/deprecated-checkbox-content-density.directive.mjs +0 -30
- package/esm2022/combobox/deprecated-combobox-content-density.directive.mjs +0 -31
- package/esm2022/content-density/classes/deprecated-compact.directive.mjs +0 -39
- package/esm2022/content-density/classes/deprecated-condensed.directive.mjs +0 -39
- package/esm2022/content-density/classes/deprecated-content-density.directive.mjs +0 -49
- package/esm2022/content-density/classes/deprecated-cozy.directive.mjs +0 -39
- package/esm2022/date-picker/deprecated-date-picker-compact.directive.mjs +0 -30
- package/esm2022/datetime-picker/deprecated-date-time-picker-content-density.directive.mjs +0 -30
- package/esm2022/dialog/dialog-footer-button/dialog-footer-button.component.mjs +0 -25
- package/esm2022/dialog/directives/dialog-decisive-button.directive.mjs +0 -26
- package/esm2022/dynamic-page/deprecated-dynamic-page-compact.directive.mjs +0 -30
- package/esm2022/file-uploader/deprecated-file-uploader-content-density.directive.mjs +0 -30
- package/esm2022/form/form-control/deprecated-form-control-content-density.directive.mjs +0 -29
- package/esm2022/input-group/deprecated-input-group-compact.directive.mjs +0 -30
- package/esm2022/list/deprecated-list-content-density,directive.mjs +0 -30
- package/esm2022/menu/directives/deprecated-menu-compact.directive.mjs +0 -30
- package/esm2022/message-box/directives/message-box-decisive-button.directive.mjs +0 -27
- package/esm2022/message-box/message-box-footer-button/message-box-footer-button.component.mjs +0 -25
- package/esm2022/micro-process-flow/components/micro-process-flow/deprecated-micro-process-flow-content-density.directive.mjs +0 -30
- package/esm2022/multi-input/deprecated-multi-input-compact.directive.mjs +0 -30
- package/esm2022/nested-list/deprecated-nested-list-compact.directive.mjs +0 -29
- package/esm2022/pagination/deprecated-pagination-compact.directive.mjs +0 -30
- package/esm2022/panel/deprecated-panel-compact.directive.mjs +0 -30
- package/esm2022/radio/deprecated-radio-button-compact.directive.mjs +0 -30
- package/esm2022/select/deprecated-select-compact.directive.mjs +0 -30
- package/esm2022/shellbar/deprecated-shellbar-compact.directive.mjs +0 -30
- package/esm2022/slider/deprecated-slider-cozy.directive.mjs +0 -20
- package/esm2022/split-button/deprecated-split-button-compact.directive.mjs +0 -30
- package/esm2022/step-input/deprecated-step-input-compact.directive.mjs +0 -30
- package/esm2022/switch/deprecated-switch-compact.directive.mjs +0 -30
- package/esm2022/table/deprecated-table-compact.directive.mjs +0 -29
- package/esm2022/table/deprecated-table-condensed.directive.mjs +0 -29
- package/esm2022/tabs/deprecated-tabs-compact.directive.mjs +0 -29
- package/esm2022/time/deprecated-time-content-density.directive.mjs +0 -30
- package/esm2022/time/i18n/time-i18n.mjs +0 -52
- package/esm2022/time-picker/deprecated-timepicker-compact.directive.mjs +0 -30
- package/esm2022/token/deprecated-tokenizer-content-density.directive.mjs +0 -30
- package/esm2022/wizard/deprecated-wizard-compact.directive.mjs +0 -30
- package/fesm2022/fundamental-ngx-core-alert.mjs +0 -437
- package/fesm2022/fundamental-ngx-core-alert.mjs.map +0 -1
- package/file-uploader/deprecated-file-uploader-content-density.directive.d.ts +0 -8
- package/form/form-control/deprecated-form-control-content-density.directive.d.ts +0 -8
- package/fundamental-ngx-core-v0.44.1-rc.3.tgz +0 -0
- package/input-group/deprecated-input-group-compact.directive.d.ts +0 -8
- package/list/deprecated-list-content-density,directive.d.ts +0 -8
- package/menu/directives/deprecated-menu-compact.directive.d.ts +0 -8
- package/message-box/directives/message-box-decisive-button.directive.d.ts +0 -11
- package/message-box/message-box-footer-button/message-box-footer-button.component.d.ts +0 -12
- package/micro-process-flow/components/micro-process-flow/deprecated-micro-process-flow-content-density.directive.d.ts +0 -8
- package/multi-input/deprecated-multi-input-compact.directive.d.ts +0 -8
- package/nested-list/deprecated-nested-list-compact.directive.d.ts +0 -8
- package/pagination/deprecated-pagination-compact.directive.d.ts +0 -8
- package/panel/deprecated-panel-compact.directive.d.ts +0 -8
- package/radio/deprecated-radio-button-compact.directive.d.ts +0 -8
- package/select/deprecated-select-compact.directive.d.ts +0 -8
- package/shellbar/deprecated-shellbar-compact.directive.d.ts +0 -8
- package/slider/deprecated-slider-cozy.directive.d.ts +0 -8
- package/split-button/deprecated-split-button-compact.directive.d.ts +0 -8
- package/step-input/deprecated-step-input-compact.directive.d.ts +0 -8
- package/switch/deprecated-switch-compact.directive.d.ts +0 -8
- package/table/deprecated-table-compact.directive.d.ts +0 -8
- package/table/deprecated-table-condensed.directive.d.ts +0 -8
- package/tabs/deprecated-tabs-compact.directive.d.ts +0 -8
- package/time/deprecated-time-content-density.directive.d.ts +0 -8
- package/time/i18n/time-i18n.d.ts +0 -42
- package/time-picker/deprecated-timepicker-compact.directive.d.ts +0 -8
- package/token/deprecated-tokenizer-content-density.directive.d.ts +0 -8
- package/wizard/deprecated-wizard-compact.directive.d.ts +0 -8
|
@@ -17,19 +17,8 @@ export declare class FormLabelComponent implements OnChanges {
|
|
|
17
17
|
required: boolean;
|
|
18
18
|
/** Whether label text should be appended with colon. */
|
|
19
19
|
colon: boolean;
|
|
20
|
-
/** @deprecated */
|
|
21
|
-
set checkbox(value: boolean);
|
|
22
|
-
get checkbox(): boolean;
|
|
23
|
-
/** @deprecated */
|
|
24
|
-
set radio(value: boolean);
|
|
25
|
-
get radio(): boolean;
|
|
26
20
|
/** Align label on end. */
|
|
27
21
|
alignLabelEnd: boolean;
|
|
28
|
-
/**
|
|
29
|
-
* Inline help body text.
|
|
30
|
-
* @deprecated Use inlineHelpContent instead
|
|
31
|
-
* */
|
|
32
|
-
set inlineHelpTitle(title: Nullable<string>);
|
|
33
22
|
/** Inline help content. Could be just a string or complex template */
|
|
34
23
|
inlineHelpContent: Nullable<string | TemplateRef<any>>;
|
|
35
24
|
/** Glyph of icon triggering inline help. */
|
|
@@ -58,15 +47,11 @@ export declare class FormLabelComponent implements OnChanges {
|
|
|
58
47
|
set formLabelId(value: Nullable<string>);
|
|
59
48
|
get formLabelId(): string;
|
|
60
49
|
/** @hidden */
|
|
61
|
-
private _checkbox;
|
|
62
|
-
/** @hidden */
|
|
63
|
-
private _radio;
|
|
64
|
-
/** @hidden */
|
|
65
50
|
private _formLabelId;
|
|
66
51
|
/** @hidden */
|
|
67
52
|
private _inlineHelpLabel?;
|
|
68
53
|
/** @hidden */
|
|
69
54
|
ngOnChanges(): void;
|
|
70
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormLabelComponent, never>;
|
|
71
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormLabelComponent, "[fd-form-label]", never, { "required": { "alias": "required"; "required": false; }; "colon": { "alias": "colon"; "required": false; }; "
|
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormLabelComponent, "[fd-form-label]", never, { "required": { "alias": "required"; "required": false; }; "colon": { "alias": "colon"; "required": false; }; "alignLabelEnd": { "alias": "alignLabelEnd"; "required": false; }; "inlineHelpContent": { "alias": "inlineHelpContent"; "required": false; }; "inlineHelpGlyph": { "alias": "inlineHelpGlyph"; "required": false; }; "inlineHelpTriggers": { "alias": "inlineHelpTriggers"; "required": false; }; "inlineHelpBodyPlacement": { "alias": "inlineHelpBodyPlacement"; "required": false; }; "inlineHelpPlacement": { "alias": "inlineHelpPlacement"; "required": false; }; "inlineHelpLabel": { "alias": "inlineHelpLabel"; "required": false; }; "formLabelId": { "alias": "id"; "required": false; }; }, {}, never, ["*"], false, never, false>;
|
|
72
57
|
}
|
|
@@ -2,8 +2,6 @@ import { ElementRef, OnChanges, OnInit } from '@angular/core';
|
|
|
2
2
|
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
3
|
import { FormStates } from '@fundamental-ngx/cdk/forms';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
/** @deprecated use FormStates instead */
|
|
6
|
-
export type MessageStates = FormStates;
|
|
7
5
|
/**
|
|
8
6
|
* Form message. Intended to be displayed with a form control for validation purposes.
|
|
9
7
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ElementRef, OnDestroy } from '@angular/core';
|
|
2
|
-
import { MessageStates } from './form-message.component';
|
|
3
2
|
import { PopoverService } from '@fundamental-ngx/core/popover';
|
|
3
|
+
import { FormStates } from '@fundamental-ngx/cdk/forms';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class PopoverFormMessageService implements OnDestroy {
|
|
6
6
|
private _popoverService;
|
|
@@ -13,7 +13,7 @@ export declare class PopoverFormMessageService implements OnDestroy {
|
|
|
13
13
|
/** @hidden */
|
|
14
14
|
constructor(_popoverService: PopoverService);
|
|
15
15
|
/** @hidden */
|
|
16
|
-
set messageType(type:
|
|
16
|
+
set messageType(type: FormStates);
|
|
17
17
|
/** @hidden */
|
|
18
18
|
set message(message: string);
|
|
19
19
|
/** @hidden */
|
package/form/index.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ export * from './form.module';
|
|
|
2
2
|
export * from './form-control/form-control.component';
|
|
3
3
|
export * from './form-control/input-form-control.directive';
|
|
4
4
|
export * from './form-control/textarea-form-control.directive';
|
|
5
|
-
export * from './form-control/deprecated-form-control-content-density.directive';
|
|
6
5
|
export * from './form-control/form-control.module';
|
|
7
6
|
export * from './form-group/form-group.component';
|
|
8
7
|
export * from './form-group/form-group.module';
|
|
Binary file
|
|
@@ -3,97 +3,96 @@ import * as i1 from "@angular/common";
|
|
|
3
3
|
import * as i2 from "@angular/forms";
|
|
4
4
|
import * as i3 from "@fundamental-ngx/core/action-bar";
|
|
5
5
|
import * as i4 from "@fundamental-ngx/core/action-sheet";
|
|
6
|
-
import * as i5 from "@fundamental-ngx/core/
|
|
7
|
-
import * as i6 from "@fundamental-ngx/core/avatar";
|
|
8
|
-
import * as i7 from "@fundamental-ngx/core/
|
|
9
|
-
import * as i8 from "@fundamental-ngx/core/
|
|
10
|
-
import * as i9 from "@fundamental-ngx/core/
|
|
11
|
-
import * as i10 from "@fundamental-ngx/core/
|
|
12
|
-
import * as i11 from "@fundamental-ngx/core/
|
|
13
|
-
import * as i12 from "@fundamental-ngx/core/
|
|
14
|
-
import * as i13 from "@fundamental-ngx/core/
|
|
15
|
-
import * as i14 from "@fundamental-ngx/core/
|
|
16
|
-
import * as i15 from "@fundamental-ngx/core/
|
|
17
|
-
import * as i16 from "@fundamental-ngx/core/
|
|
18
|
-
import * as i17 from "@fundamental-ngx/core/
|
|
19
|
-
import * as i18 from "@fundamental-ngx/core/
|
|
20
|
-
import * as i19 from "@fundamental-ngx/core/dynamic-
|
|
21
|
-
import * as i20 from "@fundamental-ngx/core/
|
|
22
|
-
import * as i21 from "@fundamental-ngx/core/
|
|
23
|
-
import * as i22 from "@fundamental-ngx/core/feed-
|
|
24
|
-
import * as i23 from "@fundamental-ngx/core/
|
|
25
|
-
import * as i24 from "@fundamental-ngx/core/
|
|
26
|
-
import * as i25 from "@fundamental-ngx/core/
|
|
27
|
-
import * as i26 from "@fundamental-ngx/core/
|
|
28
|
-
import * as i27 from "@fundamental-ngx/core/
|
|
29
|
-
import * as i28 from "@fundamental-ngx/core/
|
|
30
|
-
import * as i29 from "@fundamental-ngx/core/
|
|
31
|
-
import * as i30 from "@fundamental-ngx/core/
|
|
32
|
-
import * as i31 from "@fundamental-ngx/core/
|
|
33
|
-
import * as i32 from "@fundamental-ngx/core/
|
|
34
|
-
import * as i33 from "@fundamental-ngx/core/
|
|
35
|
-
import * as i34 from "@fundamental-ngx/core/layout-
|
|
36
|
-
import * as i35 from "@fundamental-ngx/core/
|
|
37
|
-
import * as i36 from "@fundamental-ngx/core/
|
|
38
|
-
import * as i37 from "@fundamental-ngx/core/
|
|
39
|
-
import * as i38 from "@fundamental-ngx/core/
|
|
40
|
-
import * as i39 from "@fundamental-ngx/core/
|
|
41
|
-
import * as i40 from "@fundamental-ngx/core/message-
|
|
42
|
-
import * as i41 from "@fundamental-ngx/core/message-
|
|
43
|
-
import * as i42 from "@fundamental-ngx/core/
|
|
44
|
-
import * as i43 from "@fundamental-ngx/core/
|
|
45
|
-
import * as i44 from "@fundamental-ngx/core/
|
|
46
|
-
import * as i45 from "@fundamental-ngx/core/
|
|
47
|
-
import * as i46 from "@fundamental-ngx/core/object-
|
|
48
|
-
import * as i47 from "@fundamental-ngx/core/object-
|
|
49
|
-
import * as i48 from "@fundamental-ngx/core/object-
|
|
50
|
-
import * as i49 from "@fundamental-ngx/core/
|
|
51
|
-
import * as i50 from "@fundamental-ngx/core/
|
|
52
|
-
import * as i51 from "@fundamental-ngx/core/
|
|
53
|
-
import * as i52 from "@fundamental-ngx/core/
|
|
54
|
-
import * as i53 from "@fundamental-ngx/core/
|
|
55
|
-
import * as i54 from "@fundamental-ngx/core/
|
|
56
|
-
import * as i55 from "@fundamental-ngx/core/
|
|
57
|
-
import * as i56 from "@fundamental-ngx/core/
|
|
58
|
-
import * as i57 from "@fundamental-ngx/core/
|
|
59
|
-
import * as i58 from "@fundamental-ngx/core/
|
|
60
|
-
import * as i59 from "@fundamental-ngx/core/
|
|
61
|
-
import * as i60 from "@fundamental-ngx/core/
|
|
62
|
-
import * as i61 from "@fundamental-ngx/core/
|
|
63
|
-
import * as i62 from "@fundamental-ngx/core/
|
|
64
|
-
import * as i63 from "@fundamental-ngx/core/
|
|
65
|
-
import * as i64 from "@fundamental-ngx/core/
|
|
66
|
-
import * as i65 from "@fundamental-ngx/core/
|
|
67
|
-
import * as i66 from "@fundamental-ngx/core/
|
|
68
|
-
import * as i67 from "@fundamental-ngx/core/
|
|
69
|
-
import * as i68 from "@fundamental-ngx/core/
|
|
70
|
-
import * as i69 from "@fundamental-ngx/core/time";
|
|
71
|
-
import * as i70 from "@fundamental-ngx/core/
|
|
72
|
-
import * as i71 from "@fundamental-ngx/core/
|
|
73
|
-
import * as i72 from "@fundamental-ngx/core/
|
|
74
|
-
import * as i73 from "@fundamental-ngx/core/
|
|
75
|
-
import * as i74 from "@fundamental-ngx/core/
|
|
76
|
-
import * as i75 from "@fundamental-ngx/core/
|
|
77
|
-
import * as i76 from "@fundamental-ngx/core/
|
|
78
|
-
import * as i77 from "@fundamental-ngx/core/
|
|
79
|
-
import * as i78 from "@fundamental-ngx/core/
|
|
80
|
-
import * as i79 from "@fundamental-ngx/core/
|
|
81
|
-
import * as i80 from "@fundamental-ngx/core/
|
|
82
|
-
import * as i81 from "@fundamental-ngx/core/
|
|
83
|
-
import * as i82 from "@fundamental-ngx/core/
|
|
84
|
-
import * as i83 from "@fundamental-ngx/core/
|
|
85
|
-
import * as i84 from "@fundamental-ngx/core/
|
|
86
|
-
import * as i85 from "@fundamental-ngx/core/
|
|
87
|
-
import * as i86 from "@fundamental-ngx/core/
|
|
88
|
-
import * as i87 from "@fundamental-ngx/core/
|
|
89
|
-
import * as i88 from "@fundamental-ngx/core/
|
|
90
|
-
import * as i89 from "@fundamental-ngx/core/
|
|
91
|
-
import * as i90 from "@fundamental-ngx/core/
|
|
92
|
-
import * as i91 from "@fundamental-ngx/core/
|
|
93
|
-
import * as i92 from "@fundamental-ngx/core/
|
|
94
|
-
import * as i93 from "@fundamental-ngx/core/multi-combobox";
|
|
6
|
+
import * as i5 from "@fundamental-ngx/core/avatar";
|
|
7
|
+
import * as i6 from "@fundamental-ngx/core/avatar-group";
|
|
8
|
+
import * as i7 from "@fundamental-ngx/core/bar";
|
|
9
|
+
import * as i8 from "@fundamental-ngx/core/breadcrumb";
|
|
10
|
+
import * as i9 from "@fundamental-ngx/core/busy-indicator";
|
|
11
|
+
import * as i10 from "@fundamental-ngx/core/button";
|
|
12
|
+
import * as i11 from "@fundamental-ngx/core/calendar";
|
|
13
|
+
import * as i12 from "@fundamental-ngx/core/card";
|
|
14
|
+
import * as i13 from "@fundamental-ngx/core/carousel";
|
|
15
|
+
import * as i14 from "@fundamental-ngx/core/combobox";
|
|
16
|
+
import * as i15 from "@fundamental-ngx/core/checkbox";
|
|
17
|
+
import * as i16 from "@fundamental-ngx/core/date-picker";
|
|
18
|
+
import * as i17 from "@fundamental-ngx/core/datetime-picker";
|
|
19
|
+
import * as i18 from "@fundamental-ngx/core/dynamic-page";
|
|
20
|
+
import * as i19 from "@fundamental-ngx/core/dynamic-side-content";
|
|
21
|
+
import * as i20 from "@fundamental-ngx/core/facets";
|
|
22
|
+
import * as i21 from "@fundamental-ngx/core/feed-list-item";
|
|
23
|
+
import * as i22 from "@fundamental-ngx/core/feed-input";
|
|
24
|
+
import * as i23 from "@fundamental-ngx/core/file-uploader";
|
|
25
|
+
import * as i24 from "@fundamental-ngx/core/fixed-card-layout";
|
|
26
|
+
import * as i25 from "@fundamental-ngx/core/flexible-column-layout";
|
|
27
|
+
import * as i26 from "@fundamental-ngx/core/form";
|
|
28
|
+
import * as i27 from "@fundamental-ngx/core/formatted-text";
|
|
29
|
+
import * as i28 from "@fundamental-ngx/core/icon";
|
|
30
|
+
import * as i29 from "@fundamental-ngx/core/info-label";
|
|
31
|
+
import * as i30 from "@fundamental-ngx/core/inline-help";
|
|
32
|
+
import * as i31 from "@fundamental-ngx/core/infinite-scroll";
|
|
33
|
+
import * as i32 from "@fundamental-ngx/core/input-group";
|
|
34
|
+
import * as i33 from "@fundamental-ngx/core/layout-grid";
|
|
35
|
+
import * as i34 from "@fundamental-ngx/core/layout-panel";
|
|
36
|
+
import * as i35 from "@fundamental-ngx/core/link";
|
|
37
|
+
import * as i36 from "@fundamental-ngx/core/list";
|
|
38
|
+
import * as i37 from "@fundamental-ngx/core/menu";
|
|
39
|
+
import * as i38 from "@fundamental-ngx/core/dialog";
|
|
40
|
+
import * as i39 from "@fundamental-ngx/core/message-box";
|
|
41
|
+
import * as i40 from "@fundamental-ngx/core/message-strip";
|
|
42
|
+
import * as i41 from "@fundamental-ngx/core/message-toast";
|
|
43
|
+
import * as i42 from "@fundamental-ngx/core/multi-input";
|
|
44
|
+
import * as i43 from "@fundamental-ngx/core/nested-list";
|
|
45
|
+
import * as i44 from "@fundamental-ngx/core/notification";
|
|
46
|
+
import * as i45 from "@fundamental-ngx/core/object-identifier";
|
|
47
|
+
import * as i46 from "@fundamental-ngx/core/object-marker";
|
|
48
|
+
import * as i47 from "@fundamental-ngx/core/object-number";
|
|
49
|
+
import * as i48 from "@fundamental-ngx/core/object-status";
|
|
50
|
+
import * as i49 from "@fundamental-ngx/core/pagination";
|
|
51
|
+
import * as i50 from "@fundamental-ngx/core/panel";
|
|
52
|
+
import * as i51 from "@fundamental-ngx/core/product-switch";
|
|
53
|
+
import * as i52 from "@fundamental-ngx/core/popover";
|
|
54
|
+
import * as i53 from "@fundamental-ngx/core/quick-view";
|
|
55
|
+
import * as i54 from "@fundamental-ngx/core/rating-indicator";
|
|
56
|
+
import * as i55 from "@fundamental-ngx/core/radio";
|
|
57
|
+
import * as i56 from "@fundamental-ngx/core/scroll-spy";
|
|
58
|
+
import * as i57 from "@fundamental-ngx/core/segmented-button";
|
|
59
|
+
import * as i58 from "@fundamental-ngx/core/select";
|
|
60
|
+
import * as i59 from "@fundamental-ngx/core/shellbar";
|
|
61
|
+
import * as i60 from "@fundamental-ngx/core/side-navigation";
|
|
62
|
+
import * as i61 from "@fundamental-ngx/core/split-button";
|
|
63
|
+
import * as i62 from "@fundamental-ngx/core/switch";
|
|
64
|
+
import * as i63 from "@fundamental-ngx/core/step-input";
|
|
65
|
+
import * as i64 from "@fundamental-ngx/core/table";
|
|
66
|
+
import * as i65 from "@fundamental-ngx/core/tabs";
|
|
67
|
+
import * as i66 from "@fundamental-ngx/core/text";
|
|
68
|
+
import * as i67 from "@fundamental-ngx/core/tile";
|
|
69
|
+
import * as i68 from "@fundamental-ngx/core/time";
|
|
70
|
+
import * as i69 from "@fundamental-ngx/core/time-picker";
|
|
71
|
+
import * as i70 from "@fundamental-ngx/core/title";
|
|
72
|
+
import * as i71 from "@fundamental-ngx/core/toolbar";
|
|
73
|
+
import * as i72 from "@fundamental-ngx/core/token";
|
|
74
|
+
import * as i73 from "@fundamental-ngx/core/tree";
|
|
75
|
+
import * as i74 from "@fundamental-ngx/core/wizard";
|
|
76
|
+
import * as i75 from "@fundamental-ngx/core/slider";
|
|
77
|
+
import * as i76 from "@fundamental-ngx/core/splitter";
|
|
78
|
+
import * as i77 from "@fundamental-ngx/core/illustrated-message";
|
|
79
|
+
import * as i78 from "@fundamental-ngx/core/status-indicator";
|
|
80
|
+
import * as i79 from "@fundamental-ngx/core/grid-list";
|
|
81
|
+
import * as i80 from "@fundamental-ngx/core/resizable-card-layout";
|
|
82
|
+
import * as i81 from "@fundamental-ngx/core/message-page";
|
|
83
|
+
import * as i82 from "@fundamental-ngx/core/vertical-navigation";
|
|
84
|
+
import * as i83 from "@fundamental-ngx/core/upload-collection";
|
|
85
|
+
import * as i84 from "@fundamental-ngx/core/micro-process-flow";
|
|
86
|
+
import * as i85 from "@fundamental-ngx/core/timeline";
|
|
87
|
+
import * as i86 from "@fundamental-ngx/core/progress-indicator";
|
|
88
|
+
import * as i87 from "@fundamental-ngx/core/scrollbar";
|
|
89
|
+
import * as i88 from "@fundamental-ngx/core/theming";
|
|
90
|
+
import * as i89 from "@fundamental-ngx/core/overflow-layout";
|
|
91
|
+
import * as i90 from "@fundamental-ngx/core/content-density";
|
|
92
|
+
import * as i91 from "@fundamental-ngx/core/skeleton";
|
|
93
|
+
import * as i92 from "@fundamental-ngx/core/multi-combobox";
|
|
95
94
|
export declare class FundamentalNgxCoreModule {
|
|
96
95
|
static ɵfac: i0.ɵɵFactoryDeclaration<FundamentalNgxCoreModule, never>;
|
|
97
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FundamentalNgxCoreModule, never, [typeof i1.CommonModule, typeof i2.FormsModule], [typeof i3.ActionBarModule, typeof i4.ActionSheetModule, typeof i5.
|
|
96
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FundamentalNgxCoreModule, never, [typeof i1.CommonModule, typeof i2.FormsModule], [typeof i3.ActionBarModule, typeof i4.ActionSheetModule, typeof i5.AvatarModule, typeof i6.AvatarGroupModule, typeof i7.BarModule, typeof i8.BreadcrumbModule, typeof i9.BusyIndicatorModule, typeof i10.ButtonModule, typeof i11.CalendarModule, typeof i12.CardModule, typeof i13.CarouselModule, typeof i14.ComboboxModule, typeof i15.CheckboxModule, typeof i16.DatePickerModule, typeof i17.DatetimePickerModule, typeof i18.DynamicPageModule, typeof i19.DynamicSideContentModule, typeof i20.FacetModule, typeof i21.FeedListItemModule, typeof i22.FeedInputModule, typeof i23.FileUploaderModule, typeof i24.FixedCardLayoutModule, typeof i25.FlexibleColumnLayoutModule, typeof i26.FormModule, typeof i27.FormattedTextModule, typeof i28.IconModule, typeof i29.InfoLabelModule, typeof i30.InlineHelpModule, typeof i31.InfiniteScrollModule, typeof i32.InputGroupModule, typeof i33.LayoutGridModule, typeof i34.LayoutPanelModule, typeof i35.LinkModule, typeof i36.ListModule, typeof i37.MenuModule, typeof i38.DialogModule, typeof i39.MessageBoxModule, typeof i40.MessageStripModule, typeof i41.MessageToastModule, typeof i42.MultiInputModule, typeof i43.NestedListModule, typeof i44.NotificationModule, typeof i45.ObjectIdentifierModule, typeof i46.ObjectMarkerModule, typeof i47.ObjectNumberModule, typeof i48.ObjectStatusModule, typeof i49.PaginationModule, typeof i50.PanelModule, typeof i51.ProductSwitchModule, typeof i52.PopoverModule, typeof i53.QuickViewModule, typeof i54.RatingIndicatorModule, typeof i55.RadioModule, typeof i56.ScrollSpyModule, typeof i57.SegmentedButtonModule, typeof i58.SelectModule, typeof i59.ShellbarModule, typeof i60.SideNavigationModule, typeof i61.SplitButtonModule, typeof i62.SwitchModule, typeof i63.StepInputModule, typeof i64.TableModule, typeof i65.TabsModule, typeof i66.TextModule, typeof i67.TileModule, typeof i68.TimeModule, typeof i69.TimePickerModule, typeof i70.TitleModule, typeof i71.ToolbarModule, typeof i72.TokenModule, typeof i73.TreeModule, typeof i74.WizardModule, typeof i12.CardModule, typeof i39.MessageBoxModule, typeof i41.MessageToastModule, typeof i19.DynamicSideContentModule, typeof i75.SliderModule, typeof i76.SplitterModule, typeof i77.IllustratedMessageModule, typeof i78.StatusIndicatorModule, typeof i79.GridListModule, typeof i80.ResizableCardLayoutModule, typeof i81.MessagePageModule, typeof i82.VerticalNavigationModule, typeof i83.UploadCollectionModule, typeof i84.MicroProcessFlowModule, typeof i85.TimelineModule, typeof i86.ProgressIndicatorModule, typeof i87.ScrollbarModule, typeof i88.ThemingModule, typeof i89.OverflowLayoutModule, typeof i90.ContentDensityModule, typeof i91.SkeletonModule, typeof i92.MultiComboboxModule]>;
|
|
98
97
|
static ɵinj: i0.ɵɵInjectorDeclaration<FundamentalNgxCoreModule>;
|
|
99
98
|
}
|
package/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export * from './fundamental-ngx.module';
|
|
2
2
|
export * from '@fundamental-ngx/core/action-bar';
|
|
3
3
|
export * from '@fundamental-ngx/core/action-sheet';
|
|
4
|
-
export * from '@fundamental-ngx/core/alert';
|
|
5
4
|
export * from '@fundamental-ngx/core/avatar';
|
|
6
5
|
export * from '@fundamental-ngx/core/avatar-group';
|
|
7
6
|
export * from '@fundamental-ngx/core/bar';
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges, TemplateRef, Type, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { PopoverService, TriggerConfig } from '@fundamental-ngx/core/popover';
|
|
3
3
|
import { BasePopoverClass } from '@fundamental-ngx/core/popover';
|
|
4
|
-
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
/**
|
|
7
6
|
* The component that represents an inline-help.
|
|
@@ -28,11 +27,6 @@ export declare class InlineHelpDirective extends BasePopoverClass implements OnI
|
|
|
28
27
|
_describedBy: string;
|
|
29
28
|
/** @hidden */
|
|
30
29
|
private _srViewRef;
|
|
31
|
-
/**
|
|
32
|
-
* Inline help template to display inside generated popover
|
|
33
|
-
* @deprecated Use `fd-inline-help` instead
|
|
34
|
-
* */
|
|
35
|
-
set inlineHelpTemplate(template: Nullable<TemplateRef<any>>);
|
|
36
30
|
/** @hidden */
|
|
37
31
|
constructor(_popoverService: PopoverService, _elementRef: ElementRef, _renderer: Renderer2, _viewContainerRef: ViewContainerRef, _icon: Type<any>);
|
|
38
32
|
/** @hidden */
|
|
@@ -46,5 +40,5 @@ export declare class InlineHelpDirective extends BasePopoverClass implements OnI
|
|
|
46
40
|
/** @hidden */
|
|
47
41
|
private _setupScreenreaderElement;
|
|
48
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<InlineHelpDirective, [null, null, null, null, { optional: true; self: true; }]>;
|
|
49
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InlineHelpDirective, "[fd-inline-help]:not([fd-inline-help-template]), [fd-inline-help-template]:not([fd-inline-help])", never, { "triggers": { "alias": "triggers"; "required": false; }; "noArrow": { "alias": "noArrow"; "required": false; }; "closeOnEscapeKey": { "alias": "closeOnEscapeKey"; "required": false; }; "closeOnOutsideClick": { "alias": "closeOnOutsideClick"; "required": false; }; "inlineHelpContent": { "alias": "fd-inline-help"; "required": false; };
|
|
43
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InlineHelpDirective, "[fd-inline-help]:not([fd-inline-help-template]), [fd-inline-help-template]:not([fd-inline-help])", never, { "triggers": { "alias": "triggers"; "required": false; }; "noArrow": { "alias": "noArrow"; "required": false; }; "closeOnEscapeKey": { "alias": "closeOnEscapeKey"; "required": false; }; "closeOnOutsideClick": { "alias": "closeOnOutsideClick"; "required": false; }; "inlineHelpContent": { "alias": "fd-inline-help"; "required": false; }; }, {}, never, never, false, never, false>;
|
|
50
44
|
}
|
package/input-group/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
@@ -21,9 +21,6 @@ export declare class InputGroupComponent implements ControlValueAccessor, AfterV
|
|
|
21
21
|
private readonly _elementRef;
|
|
22
22
|
private readonly _changeDetectorRef;
|
|
23
23
|
private _contentDensityObserver;
|
|
24
|
-
/** @deprecated Input template, use fd-input-group-input directive instead. */
|
|
25
|
-
set inputTemplate(value: TemplateRef<any>);
|
|
26
|
-
get inputTemplate(): TemplateRef<any>;
|
|
27
24
|
/**
|
|
28
25
|
* The placement of the add-on.
|
|
29
26
|
* Options include *before* and *after*
|
|
@@ -68,8 +65,6 @@ export declare class InputGroupComponent implements ControlValueAccessor, AfterV
|
|
|
68
65
|
glyphAriaLabel: Nullable<string>;
|
|
69
66
|
/** The tooltip for the input group icon. */
|
|
70
67
|
iconTitle: Nullable<string>;
|
|
71
|
-
/** @deprecated renamed to "ariaLabelledBy" */
|
|
72
|
-
set ariaLabelledby(value: Nullable<string>);
|
|
73
68
|
/** the associated ids for the input aria-labelledby field */
|
|
74
69
|
ariaLabelledBy: Nullable<string>;
|
|
75
70
|
/** Event emitted when the add-on button is clicked. */
|
|
@@ -102,14 +97,8 @@ export declare class InputGroupComponent implements ControlValueAccessor, AfterV
|
|
|
102
97
|
* @hidden
|
|
103
98
|
*/
|
|
104
99
|
inShellbar: boolean;
|
|
105
|
-
/** @hidden */
|
|
106
|
-
private _inputTemplate;
|
|
107
100
|
/** An RxJS Subject that will kill the stream upon component’s destruction (for unsubscribing) */
|
|
108
101
|
private readonly _onDestroy$;
|
|
109
|
-
/** @hidden */
|
|
110
|
-
onChange: any;
|
|
111
|
-
/** @hidden */
|
|
112
|
-
onTouched: any;
|
|
113
102
|
/** Value of the text input. */
|
|
114
103
|
set inputText(value: string);
|
|
115
104
|
get inputText(): string;
|
|
@@ -120,6 +109,10 @@ export declare class InputGroupComponent implements ControlValueAccessor, AfterV
|
|
|
120
109
|
/** @hidden */
|
|
121
110
|
constructor(_elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, _contentDensityObserver: ContentDensityObserver);
|
|
122
111
|
/** @hidden */
|
|
112
|
+
onChange: any;
|
|
113
|
+
/** @hidden */
|
|
114
|
+
onTouched: any;
|
|
115
|
+
/** @hidden */
|
|
123
116
|
get elementRef(): ElementRef<HTMLElement>;
|
|
124
117
|
/** @hidden */
|
|
125
118
|
ngAfterViewInit(): void;
|
|
@@ -146,5 +139,5 @@ export declare class InputGroupComponent implements ControlValueAccessor, AfterV
|
|
|
146
139
|
/** @hidden */
|
|
147
140
|
private _focusOut;
|
|
148
141
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupComponent, never>;
|
|
149
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupComponent, "fd-input-group", never, { "
|
|
142
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupComponent, "fd-input-group", never, { "placement": { "alias": "placement"; "required": false; }; "required": { "alias": "required"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "addOnText": { "alias": "addOnText"; "required": false; }; "buttonFocusable": { "alias": "buttonFocusable"; "required": false; }; "type": { "alias": "type"; "required": false; }; "glyph": { "alias": "glyph"; "required": false; }; "button": { "alias": "button"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "state": { "alias": "state"; "required": false; }; "isControl": { "alias": "isControl"; "required": false; }; "showFocus": { "alias": "showFocus"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; "glyphAriaLabel": { "alias": "glyphAriaLabel"; "required": false; }; "iconTitle": { "alias": "iconTitle"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; }, { "addOnButtonClicked": "addOnButtonClicked"; "search": "search"; }, ["inputElement", "addOnElement"], ["*"], false, never, false>;
|
|
150
143
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./input-group.component";
|
|
3
3
|
import * as i2 from "./input-group-directives";
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "@
|
|
6
|
-
import * as i5 from "@fundamental-ngx/core/
|
|
7
|
-
import * as i6 from "@
|
|
8
|
-
import * as i7 from "@
|
|
9
|
-
import * as i8 from "@fundamental-ngx/core/content-density";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@fundamental-ngx/core/button";
|
|
6
|
+
import * as i5 from "@fundamental-ngx/core/icon";
|
|
7
|
+
import * as i6 from "@angular/forms";
|
|
8
|
+
import * as i7 from "@fundamental-ngx/core/content-density";
|
|
10
9
|
export declare class InputGroupModule {
|
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<InputGroupModule, [typeof i1.InputGroupComponent, typeof i2.InputGroupInputDirective, typeof i2.InputGroupTextareaDirective, typeof i2.InputGroupAddOnDirective, typeof
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InputGroupModule, [typeof i1.InputGroupComponent, typeof i2.InputGroupInputDirective, typeof i2.InputGroupTextareaDirective, typeof i2.InputGroupAddOnDirective, typeof i2.InputGroupAddonButtonDirective], [typeof i3.CommonModule, typeof i4.ButtonModule, typeof i5.IconModule, typeof i6.FormsModule, typeof i7.ContentDensityModule], [typeof i1.InputGroupComponent, typeof i2.InputGroupInputDirective, typeof i2.InputGroupTextareaDirective, typeof i2.InputGroupAddOnDirective, typeof i7.ContentDensityModule, typeof i2.InputGroupAddonButtonDirective]>;
|
|
13
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<InputGroupModule>;
|
|
14
13
|
}
|
package/link/link.component.d.ts
CHANGED
|
@@ -50,5 +50,5 @@ export declare class LinkComponent implements OnChanges, OnInit, CssClassBuilder
|
|
|
50
50
|
/** @hidden */
|
|
51
51
|
ngOnDestroy(): void;
|
|
52
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<LinkComponent, never>;
|
|
53
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LinkComponent, "[fdLink], [fd-link]
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LinkComponent, "[fdLink], [fd-link]", never, { "class": { "alias": "class"; "required": false; }; "emphasized": { "alias": "emphasized"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "subtle": { "alias": "subtle"; "required": false; }; "undecorated": { "alias": "undecorated"; "required": false; }; }, {}, ["iconComponents"], ["*"], false, never, false>;
|
|
54
54
|
}
|
package/list/index.d.ts
CHANGED
|
@@ -18,7 +18,6 @@ export * from './directives/byline/list-content.directive';
|
|
|
18
18
|
export * from './directives/byline/list-thumbnail.directive';
|
|
19
19
|
export * from './list.component';
|
|
20
20
|
export * from './list-focus-item.model';
|
|
21
|
-
export * from './deprecated-list-content-density,directive';
|
|
22
21
|
export * from './list-unread-indicator.interface';
|
|
23
22
|
export * from './list-component.interface';
|
|
24
23
|
export * from './tokens';
|
|
@@ -5,7 +5,6 @@ import { ListLinkDirective } from '../directives/list-link.directive';
|
|
|
5
5
|
import { ListItemInterface } from '@fundamental-ngx/cdk/utils';
|
|
6
6
|
import { ListFocusItem } from '../list-focus-item.model';
|
|
7
7
|
import { ButtonComponent } from '@fundamental-ngx/core/button';
|
|
8
|
-
import { Nullable } from '@fundamental-ngx/cdk/utils';
|
|
9
8
|
import { ListUnreadIndicator } from '../list-unread-indicator.interface';
|
|
10
9
|
import * as i0 from "@angular/core";
|
|
11
10
|
/**
|
|
@@ -18,14 +17,6 @@ export declare class ListItemComponent extends ListFocusItem implements AfterCon
|
|
|
18
17
|
private readonly _unreadIndicator?;
|
|
19
18
|
/** Whether list item is selected */
|
|
20
19
|
selected: boolean;
|
|
21
|
-
/**
|
|
22
|
-
* @deprecated Sets aria-describedby attribute for list item.
|
|
23
|
-
* Note, that it is being combined with internal values for this component
|
|
24
|
-
*/
|
|
25
|
-
set ariaDescribedBy(value: Nullable<string>);
|
|
26
|
-
get ariaDescribedBy(): Nullable<string>;
|
|
27
|
-
/** @hidden */
|
|
28
|
-
private _ariaDescribedBy;
|
|
29
20
|
/** Whether there is no data inside list item */
|
|
30
21
|
noData: boolean;
|
|
31
22
|
/** Whether there is item performs some action */
|
|
@@ -42,21 +33,6 @@ export declare class ListItemComponent extends ListFocusItem implements AfterCon
|
|
|
42
33
|
* Whether the list item is byline
|
|
43
34
|
*/
|
|
44
35
|
byline: boolean;
|
|
45
|
-
/** @deprecated Text to be read by screen reader for selected list item */
|
|
46
|
-
set selectedListItemScreenReaderText(value: string);
|
|
47
|
-
get selectedListItemScreenReaderText(): string;
|
|
48
|
-
/** @hidden */
|
|
49
|
-
private _selectedListItemScreenReaderText;
|
|
50
|
-
/** @deprecated Text to be read by screen reader for navigated list item */
|
|
51
|
-
set navigatedListItemScreenReaderText(value: string);
|
|
52
|
-
get navigatedListItemScreenReaderText(): string;
|
|
53
|
-
/** @hidden */
|
|
54
|
-
private _navigatedListItemScreenReaderText;
|
|
55
|
-
/** @deprecated Text to be read by screen reader for navigatable list item */
|
|
56
|
-
set navigatableListItemScreenReaderText(value: string);
|
|
57
|
-
get navigatableListItemScreenReaderText(): string;
|
|
58
|
-
/** @hidden */
|
|
59
|
-
private _navigatableListItemScreenReaderText;
|
|
60
36
|
/** @hidden Implementation of KeyboardSupportItemInterface | TODO Revisit KeyboardSupportItemInterface*/
|
|
61
37
|
keyDown: EventEmitter<KeyboardEvent>;
|
|
62
38
|
/** Whether list item contains link */
|
|
@@ -110,5 +86,5 @@ export declare class ListItemComponent extends ListFocusItem implements AfterCon
|
|
|
110
86
|
/** @hidden */
|
|
111
87
|
private _muteEvent;
|
|
112
88
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListItemComponent, [null, null, { optional: true; }]>;
|
|
113
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListItemComponent, "[fdListItem] ,[fd-list-item]", never, { "selected": { "alias": "selected"; "required": false; }; "
|
|
89
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListItemComponent, "[fdListItem] ,[fd-list-item]", never, { "selected": { "alias": "selected"; "required": false; }; "noData": { "alias": "noData"; "required": false; }; "action": { "alias": "action"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "growing": { "alias": "growing"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "unread": { "alias": "unread"; "required": false; }; "byline": { "alias": "byline"; "required": false; }; }, { "keyDown": "keyDown"; }, ["radio", "checkbox", "linkDirectives", "buttons"], ["fd-checkbox", "fd-radio-button", "*"], false, never, false>;
|
|
114
90
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ElementRef, OnChanges, OnInit } from '@angular/core';
|
|
2
|
-
import { MessageStates } from '@fundamental-ngx/core/form';
|
|
3
2
|
import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
|
|
3
|
+
import { FormStates } from '@fundamental-ngx/cdk/forms';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ListMessageDirective implements OnChanges, OnInit, CssClassBuilder {
|
|
6
6
|
readonly elementRef: ElementRef;
|
|
7
7
|
/** Type of the message. Can be 'success' | 'error' | 'warning' | 'information' */
|
|
8
|
-
type:
|
|
8
|
+
type: FormStates;
|
|
9
9
|
/** Apply user custom styles */
|
|
10
10
|
class: string;
|
|
11
11
|
/** @hidden */
|
package/list/list.module.d.ts
CHANGED
|
@@ -17,13 +17,12 @@ import * as i15 from "./directives/list-title-text.directive";
|
|
|
17
17
|
import * as i16 from "./list-navigation-item/list-navigation-item.component";
|
|
18
18
|
import * as i17 from "./directives/list-navigation-item-arrow.directive";
|
|
19
19
|
import * as i18 from "./directives/list-navigation-item-text.directive";
|
|
20
|
-
import * as i19 from "
|
|
21
|
-
import * as i20 from "@
|
|
22
|
-
import * as i21 from "@fundamental-ngx/core/
|
|
23
|
-
import * as i22 from "@fundamental-ngx/core/
|
|
24
|
-
import * as i23 from "@fundamental-ngx/core/content-density";
|
|
20
|
+
import * as i19 from "@angular/common";
|
|
21
|
+
import * as i20 from "@fundamental-ngx/core/form";
|
|
22
|
+
import * as i21 from "@fundamental-ngx/core/icon";
|
|
23
|
+
import * as i22 from "@fundamental-ngx/core/content-density";
|
|
25
24
|
export declare class ListModule {
|
|
26
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListModule, never>;
|
|
27
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ListModule, [typeof i1.ListComponent, typeof i2.ListItemComponent, typeof i3.ListTitleDirective, typeof i4.ListSecondaryDirective, typeof i5.ListIconDirective, typeof i6.ListFooterDirective, typeof i7.ListGroupHeaderDirective, typeof i8.ListMessageDirective, typeof i9.ListLinkDirective, typeof i10.ListBylineDirective, typeof i11.ListBylineLeftDirective, typeof i12.ListBylineRightDirective, typeof i13.ListContentDirective, typeof i14.ListThumbnailDirective, typeof i15.ListTitleTextDirective, typeof i16.ListNavigationItemComponent, typeof i17.ListNavigationItemArrowDirective, typeof i18.ListNavigationItemTextDirective
|
|
26
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ListModule, [typeof i1.ListComponent, typeof i2.ListItemComponent, typeof i3.ListTitleDirective, typeof i4.ListSecondaryDirective, typeof i5.ListIconDirective, typeof i6.ListFooterDirective, typeof i7.ListGroupHeaderDirective, typeof i8.ListMessageDirective, typeof i9.ListLinkDirective, typeof i10.ListBylineDirective, typeof i11.ListBylineLeftDirective, typeof i12.ListBylineRightDirective, typeof i13.ListContentDirective, typeof i14.ListThumbnailDirective, typeof i15.ListTitleTextDirective, typeof i16.ListNavigationItemComponent, typeof i17.ListNavigationItemArrowDirective, typeof i18.ListNavigationItemTextDirective], [typeof i19.CommonModule, typeof i20.FormModule, typeof i21.IconModule, typeof i22.ContentDensityModule], [typeof i1.ListComponent, typeof i2.ListItemComponent, typeof i3.ListTitleDirective, typeof i6.ListFooterDirective, typeof i7.ListGroupHeaderDirective, typeof i4.ListSecondaryDirective, typeof i5.ListIconDirective, typeof i8.ListMessageDirective, typeof i9.ListLinkDirective, typeof i10.ListBylineDirective, typeof i11.ListBylineLeftDirective, typeof i12.ListBylineRightDirective, typeof i13.ListContentDirective, typeof i14.ListThumbnailDirective, typeof i15.ListTitleTextDirective, typeof i16.ListNavigationItemComponent, typeof i17.ListNavigationItemArrowDirective, typeof i18.ListNavigationItemTextDirective, typeof i22.ContentDensityModule]>;
|
|
28
27
|
static ɵinj: i0.ɵɵInjectorDeclaration<ListModule>;
|
|
29
28
|
}
|
package/menu/index.d.ts
CHANGED
|
@@ -3,7 +3,6 @@ export * from './directives/menu-trigger.directive';
|
|
|
3
3
|
export * from './directives/menu-addon.directive';
|
|
4
4
|
export * from './directives/menu-title.directive';
|
|
5
5
|
export * from './directives/menu-interactive.directive';
|
|
6
|
-
export * from './directives/deprecated-menu-compact.directive';
|
|
7
6
|
export * from './menu-separator/menu-separator.component';
|
|
8
7
|
export * from './menu-item/menu-item.component';
|
|
9
8
|
export * from './menu.module';
|
package/menu/menu.module.d.ts
CHANGED
|
@@ -7,14 +7,13 @@ import * as i5 from "./directives/menu-shortcut.directive";
|
|
|
7
7
|
import * as i6 from "./directives/menu-interactive.directive";
|
|
8
8
|
import * as i7 from "./directives/menu-title.directive";
|
|
9
9
|
import * as i8 from "./directives/menu-trigger.directive";
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "@
|
|
12
|
-
import * as i11 from "@fundamental-ngx/core/
|
|
13
|
-
import * as i12 from "@fundamental-ngx/
|
|
14
|
-
import * as i13 from "@fundamental-ngx/
|
|
15
|
-
import * as i14 from "@fundamental-ngx/core/content-density";
|
|
10
|
+
import * as i9 from "@angular/common";
|
|
11
|
+
import * as i10 from "@fundamental-ngx/core/popover";
|
|
12
|
+
import * as i11 from "@fundamental-ngx/core/icon";
|
|
13
|
+
import * as i12 from "@fundamental-ngx/cdk/utils";
|
|
14
|
+
import * as i13 from "@fundamental-ngx/core/content-density";
|
|
16
15
|
export declare class MenuModule {
|
|
17
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MenuModule, [typeof i1.MenuComponent, typeof i2.MenuItemComponent, typeof i3.MenuAddonDirective, typeof i4.MenuSeparatorComponent, typeof i5.MenuShortcutDirective, typeof i6.MenuInteractiveDirective, typeof i7.MenuTitleDirective, typeof i2.SubmenuComponent, typeof i8.MenuTriggerDirective
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MenuModule, [typeof i1.MenuComponent, typeof i2.MenuItemComponent, typeof i3.MenuAddonDirective, typeof i4.MenuSeparatorComponent, typeof i5.MenuShortcutDirective, typeof i6.MenuInteractiveDirective, typeof i7.MenuTitleDirective, typeof i2.SubmenuComponent, typeof i8.MenuTriggerDirective], [typeof i9.CommonModule, typeof i10.PopoverModule, typeof i11.IconModule, typeof i12.InitialFocusModule, typeof i13.ContentDensityModule], [typeof i1.MenuComponent, typeof i2.MenuItemComponent, typeof i2.SubmenuComponent, typeof i4.MenuSeparatorComponent, typeof i5.MenuShortcutDirective, typeof i6.MenuInteractiveDirective, typeof i7.MenuTitleDirective, typeof i3.MenuAddonDirective, typeof i8.MenuTriggerDirective, typeof i13.ContentDensityModule]>;
|
|
19
18
|
static ɵinj: i0.ɵɵInjectorDeclaration<MenuModule>;
|
|
20
19
|
}
|
package/message-box/index.d.ts
CHANGED
|
@@ -6,9 +6,7 @@ export * from './message-box-header/message-box-header.component';
|
|
|
6
6
|
export * from './message-box-default/message-box-default.component';
|
|
7
7
|
export * from './message-box-container/message-box-container.component';
|
|
8
8
|
export * from './message-box-semantic-icon/message-box-semantic-icon.component';
|
|
9
|
-
export * from './message-box-footer-button/message-box-footer-button.component';
|
|
10
9
|
export * from './services/message-box.service';
|
|
11
|
-
export * from './directives/message-box-decisive-button.directive';
|
|
12
10
|
export * from './utils/message-box-ref.class';
|
|
13
11
|
export * from './utils/message-box-config.class';
|
|
14
12
|
export * from './utils/message-box-content.class';
|