@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
|
@@ -1,22 +1,20 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./message-box-
|
|
3
|
-
import * as i2 from "./message-box-
|
|
4
|
-
import * as i3 from "./message-box-
|
|
5
|
-
import * as i4 from "./message-box-
|
|
6
|
-
import * as i5 from "./message-box-
|
|
7
|
-
import * as i6 from "./message-box-
|
|
8
|
-
import * as i7 from "./
|
|
9
|
-
import * as i8 from "
|
|
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/core/
|
|
15
|
-
import * as i14 from "@
|
|
16
|
-
import * as i15 from "@fundamental-ngx/core/button";
|
|
17
|
-
import * as i16 from "@angular/cdk/portal";
|
|
2
|
+
import * as i1 from "./message-box-semantic-icon/message-box-semantic-icon.component";
|
|
3
|
+
import * as i2 from "./message-box-container/message-box-container.component";
|
|
4
|
+
import * as i3 from "./message-box-default/message-box-default.component";
|
|
5
|
+
import * as i4 from "./message-box-footer/message-box-footer.component";
|
|
6
|
+
import * as i5 from "./message-box-header/message-box-header.component";
|
|
7
|
+
import * as i6 from "./message-box-body/message-box-body.component";
|
|
8
|
+
import * as i7 from "./message-box.component";
|
|
9
|
+
import * as i8 from "@angular/common";
|
|
10
|
+
import * as i9 from "@fundamental-ngx/core/icon";
|
|
11
|
+
import * as i10 from "@fundamental-ngx/cdk/utils";
|
|
12
|
+
import * as i11 from "@fundamental-ngx/core/bar";
|
|
13
|
+
import * as i12 from "@fundamental-ngx/core/title";
|
|
14
|
+
import * as i13 from "@fundamental-ngx/core/button";
|
|
15
|
+
import * as i14 from "@angular/cdk/portal";
|
|
18
16
|
export declare class MessageBoxModule {
|
|
19
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageBoxModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MessageBoxModule, [typeof i1.
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MessageBoxModule, [typeof i1.MessageBoxSemanticIconComponent, typeof i2.MessageBoxContainerComponent, typeof i3.MessageBoxDefaultComponent, typeof i4.MessageBoxFooterComponent, typeof i5.MessageBoxHeaderComponent, typeof i6.MessageBoxBodyComponent, typeof i7.MessageBoxComponent], [typeof i8.CommonModule, typeof i9.IconModule, typeof i10.InitialFocusModule, typeof i10.TemplateModule, typeof i11.BarModule, typeof i12.TitleModule, typeof i13.ButtonModule, typeof i14.PortalModule], [typeof i1.MessageBoxSemanticIconComponent, typeof i2.MessageBoxContainerComponent, typeof i3.MessageBoxDefaultComponent, typeof i4.MessageBoxFooterComponent, typeof i5.MessageBoxHeaderComponent, typeof i6.MessageBoxBodyComponent, typeof i7.MessageBoxComponent, typeof i10.TemplateModule, typeof i10.InitialFocusModule, typeof i12.TitleModule]>;
|
|
21
19
|
static ɵinj: i0.ɵɵInjectorDeclaration<MessageBoxModule>;
|
|
22
20
|
}
|
|
@@ -26,12 +26,6 @@ export declare class MessageStripComponent implements OnInit, OnChanges, CssClas
|
|
|
26
26
|
ariaLabelledBy: Nullable<string>;
|
|
27
27
|
/** Aria label for the message-strip component element. */
|
|
28
28
|
ariaLabel: Nullable<string>;
|
|
29
|
-
/**
|
|
30
|
-
* @deprecated use i18n capabilities instead
|
|
31
|
-
* Aria label for the dismiss button.
|
|
32
|
-
*/
|
|
33
|
-
set dismissLabel(value: string);
|
|
34
|
-
get dismissLabel(): string;
|
|
35
29
|
/** Width of the message-strip. */
|
|
36
30
|
width: string;
|
|
37
31
|
/** Minimum width of the message-strip. */
|
|
@@ -41,8 +35,6 @@ export declare class MessageStripComponent implements OnInit, OnChanges, CssClas
|
|
|
41
35
|
/** Event fired when the message-strip is dismissed. */
|
|
42
36
|
onDismiss: EventEmitter<void>;
|
|
43
37
|
/** @hidden */
|
|
44
|
-
private _dismissLabel;
|
|
45
|
-
/** @hidden */
|
|
46
38
|
constructor(elementRef: ElementRef);
|
|
47
39
|
/** @hidden */
|
|
48
40
|
ngOnInit(): void;
|
|
@@ -59,5 +51,5 @@ export declare class MessageStripComponent implements OnInit, OnChanges, CssClas
|
|
|
59
51
|
*/
|
|
60
52
|
buildComponentCssClass(): string[];
|
|
61
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageStripComponent, never>;
|
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MessageStripComponent, "fd-message-strip", never, { "class": { "alias": "class"; "required": false; }; "dismissible": { "alias": "dismissible"; "required": false; }; "noIcon": { "alias": "noIcon"; "required": false; }; "type": { "alias": "type"; "required": false; }; "id": { "alias": "id"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "
|
|
54
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MessageStripComponent, "fd-message-strip", never, { "class": { "alias": "class"; "required": false; }; "dismissible": { "alias": "dismissible"; "required": false; }; "noIcon": { "alias": "noIcon"; "required": false; }; "type": { "alias": "type"; "required": false; }; "id": { "alias": "id"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "marginBottom": { "alias": "marginBottom"; "required": false; }; }, { "onDismiss": "onDismiss"; }, never, ["*"], true, never, false>;
|
|
63
55
|
}
|
|
@@ -4,6 +4,5 @@ export * from './micro-process-flow-focusable-item.directive';
|
|
|
4
4
|
export * from './micro-process-flow-intermediary-item.directive';
|
|
5
5
|
export * from './types';
|
|
6
6
|
export * from './components/micro-process-flow/micro-process-flow.component';
|
|
7
|
-
export * from './components/micro-process-flow/deprecated-micro-process-flow-content-density.directive';
|
|
8
7
|
export * from './components/micro-process-flow-icon/micro-process-flow-icon.component';
|
|
9
8
|
export * from './components/micro-process-flow-item/micro-process-flow-item.component';
|
|
@@ -4,12 +4,11 @@ import * as i2 from "./components/micro-process-flow-item/micro-process-flow-ite
|
|
|
4
4
|
import * as i3 from "./components/micro-process-flow-icon/micro-process-flow-icon.component";
|
|
5
5
|
import * as i4 from "./micro-process-flow-intermediary-item.directive";
|
|
6
6
|
import * as i5 from "./micro-process-flow-focusable-item.directive";
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "@
|
|
9
|
-
import * as i8 from "@fundamental-ngx/core/
|
|
10
|
-
import * as i9 from "@fundamental-ngx/core/content-density";
|
|
7
|
+
import * as i6 from "@angular/common";
|
|
8
|
+
import * as i7 from "@fundamental-ngx/core/icon";
|
|
9
|
+
import * as i8 from "@fundamental-ngx/core/content-density";
|
|
11
10
|
export declare class MicroProcessFlowModule {
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<MicroProcessFlowModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MicroProcessFlowModule, [typeof i1.MicroProcessFlowComponent, typeof i2.MicroProcessFlowItemComponent, typeof i3.MicroProcessFlowIconComponent, typeof i4.MicroProcessFlowIntermediaryItemDirective, typeof i5.MicroProcessFlowFocusableItemDirective
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MicroProcessFlowModule, [typeof i1.MicroProcessFlowComponent, typeof i2.MicroProcessFlowItemComponent, typeof i3.MicroProcessFlowIconComponent, typeof i4.MicroProcessFlowIntermediaryItemDirective, typeof i5.MicroProcessFlowFocusableItemDirective], [typeof i6.CommonModule, typeof i7.IconModule, typeof i8.ContentDensityModule], [typeof i1.MicroProcessFlowComponent, typeof i2.MicroProcessFlowItemComponent, typeof i3.MicroProcessFlowIconComponent, typeof i4.MicroProcessFlowIntermediaryItemDirective, typeof i5.MicroProcessFlowFocusableItemDirective, typeof i8.ContentDensityModule]>;
|
|
14
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<MicroProcessFlowModule>;
|
|
15
14
|
}
|
package/multi-input/index.d.ts
CHANGED
|
@@ -3,4 +3,3 @@ export * from './multi-input.component';
|
|
|
3
3
|
export * from './multi-input-mobile/multi-input-mobile.module';
|
|
4
4
|
export * from './multi-input-mobile/multi-input-mobile.component';
|
|
5
5
|
export * from './multi-input.interface';
|
|
6
|
-
export * from './deprecated-multi-input-compact.directive';
|
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./multi-input.component";
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "@
|
|
5
|
-
import * as i4 from "@
|
|
6
|
-
import * as i5 from "@
|
|
7
|
-
import * as i6 from "@fundamental-ngx/core/
|
|
8
|
-
import * as i7 from "@fundamental-ngx/
|
|
9
|
-
import * as i8 from "@fundamental-ngx/
|
|
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/content-density";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@fundamental-ngx/core/token";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "@fundamental-ngx/core/list";
|
|
7
|
+
import * as i6 from "@fundamental-ngx/core/popover";
|
|
8
|
+
import * as i7 from "@fundamental-ngx/cdk/utils";
|
|
9
|
+
import * as i8 from "@fundamental-ngx/core/input-group";
|
|
10
|
+
import * as i9 from "@fundamental-ngx/core/form";
|
|
11
|
+
import * as i10 from "@fundamental-ngx/core/checkbox";
|
|
12
|
+
import * as i11 from "@fundamental-ngx/core/link";
|
|
13
|
+
import * as i12 from "@fundamental-ngx/core/content-density";
|
|
15
14
|
export declare class MultiInputModule {
|
|
16
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiInputModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MultiInputModule, [typeof i1.MultiInputComponent
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MultiInputModule, [typeof i1.MultiInputComponent], [typeof i2.CommonModule, typeof i3.TokenModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.ListModule, typeof i6.PopoverModule, typeof i7.PipeModule, typeof i8.InputGroupModule, typeof i9.FormModule, typeof i10.CheckboxModule, typeof i11.LinkModule, typeof i7.AutoCompleteModule, typeof i12.ContentDensityModule], [typeof i1.MultiInputComponent, typeof i12.ContentDensityModule]>;
|
|
18
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<MultiInputModule>;
|
|
19
18
|
}
|
package/nested-list/index.d.ts
CHANGED
|
@@ -10,4 +10,3 @@ export * from './prepared-nested-list/prepared-nested-list.component';
|
|
|
10
10
|
export * from './nested-content/nested-list-content.directive';
|
|
11
11
|
export * from './nested-list-state.service';
|
|
12
12
|
export * from './nested-list-keyboard.service';
|
|
13
|
-
export * from './deprecated-nested-list-compact.directive';
|
|
@@ -6,14 +6,13 @@ import * as i4 from "./nested-list-directives";
|
|
|
6
6
|
import * as i5 from "./nested-list-popover/nested-list-popover.component";
|
|
7
7
|
import * as i6 from "./prepared-nested-list/prepared-nested-list.component";
|
|
8
8
|
import * as i7 from "./nested-content/nested-list-content.directive";
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "@
|
|
11
|
-
import * as i10 from "@
|
|
12
|
-
import * as i11 from "@
|
|
13
|
-
import * as i12 from "@fundamental-ngx/core/
|
|
14
|
-
import * as i13 from "@fundamental-ngx/core/content-density";
|
|
9
|
+
import * as i8 from "@angular/common";
|
|
10
|
+
import * as i9 from "@fundamental-ngx/core/popover";
|
|
11
|
+
import * as i10 from "@angular/router";
|
|
12
|
+
import * as i11 from "@fundamental-ngx/core/icon";
|
|
13
|
+
import * as i12 from "@fundamental-ngx/core/content-density";
|
|
15
14
|
export declare class NestedListModule {
|
|
16
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<NestedListModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NestedListModule, [typeof i1.NestedListDirective, typeof i2.NestedLinkDirective, typeof i3.NestedItemDirective, typeof i4.NestedListIconComponent, typeof i4.NestedListTitleDirective, typeof i4.NestedListHeaderDirective, typeof i5.NestedListPopoverComponent, typeof i6.PreparedNestedListComponent, typeof i4.NestedListExpandIconComponent, typeof i7.NestedListContentDirective
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NestedListModule, [typeof i1.NestedListDirective, typeof i2.NestedLinkDirective, typeof i3.NestedItemDirective, typeof i4.NestedListIconComponent, typeof i4.NestedListTitleDirective, typeof i4.NestedListHeaderDirective, typeof i5.NestedListPopoverComponent, typeof i6.PreparedNestedListComponent, typeof i4.NestedListExpandIconComponent, typeof i7.NestedListContentDirective], [typeof i8.CommonModule, typeof i9.PopoverModule, typeof i10.RouterModule, typeof i11.IconModule, typeof i12.ContentDensityModule], [typeof i1.NestedListDirective, typeof i2.NestedLinkDirective, typeof i3.NestedItemDirective, typeof i4.NestedListIconComponent, typeof i4.NestedListTitleDirective, typeof i4.NestedListHeaderDirective, typeof i5.NestedListPopoverComponent, typeof i6.PreparedNestedListComponent, typeof i4.NestedListExpandIconComponent, typeof i7.NestedListContentDirective, typeof i12.ContentDensityModule]>;
|
|
18
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<NestedListModule>;
|
|
19
18
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.45.0",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"ng-update": {
|
|
6
6
|
"migrations": "./schematics/migrations.json"
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"rxjs": "^7.8.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@fundamental-ngx/cdk": "0.
|
|
32
|
-
"@fundamental-ngx/i18n": "0.
|
|
31
|
+
"@fundamental-ngx/cdk": "0.45.0",
|
|
32
|
+
"@fundamental-ngx/i18n": "0.45.0",
|
|
33
33
|
"compare-versions": "^6.0.0",
|
|
34
34
|
"fast-deep-equal": "3.1.3",
|
|
35
35
|
"focus-trap": "^7.1.0",
|
|
@@ -61,12 +61,6 @@
|
|
|
61
61
|
"esm": "./esm2022/action-sheet/fundamental-ngx-core-action-sheet.mjs",
|
|
62
62
|
"default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
|
|
63
63
|
},
|
|
64
|
-
"./alert": {
|
|
65
|
-
"types": "./alert/index.d.ts",
|
|
66
|
-
"esm2022": "./esm2022/alert/fundamental-ngx-core-alert.mjs",
|
|
67
|
-
"esm": "./esm2022/alert/fundamental-ngx-core-alert.mjs",
|
|
68
|
-
"default": "./fesm2022/fundamental-ngx-core-alert.mjs"
|
|
69
|
-
},
|
|
70
64
|
"./avatar": {
|
|
71
65
|
"types": "./avatar/index.d.ts",
|
|
72
66
|
"esm2022": "./esm2022/avatar/fundamental-ngx-core-avatar.mjs",
|
package/pagination/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { BooleanInput } from '@angular/cdk/coercion';
|
|
|
3
3
|
import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, QueryList, SimpleChanges, TemplateRef } from '@angular/core';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import { NgModel } from '@angular/forms';
|
|
6
|
-
import { FocusKeyManagerItemDirective, FocusKeyManagerListDirective,
|
|
6
|
+
import { FocusKeyManagerItemDirective, FocusKeyManagerListDirective, RtlService } from '@fundamental-ngx/cdk/utils';
|
|
7
7
|
import { Pagination } from './pagination.model';
|
|
8
8
|
import { PaginationService } from './pagination.service';
|
|
9
9
|
import { FdLanguage } from '@fundamental-ngx/i18n';
|
|
@@ -13,8 +13,6 @@ interface CurrentShowing {
|
|
|
13
13
|
from: number;
|
|
14
14
|
to: number;
|
|
15
15
|
totalCount: number;
|
|
16
|
-
/** @deprecated has been renamed to "totalCount" */
|
|
17
|
-
of: number;
|
|
18
16
|
}
|
|
19
17
|
/**
|
|
20
18
|
* The component that is used to provide navigation between paged information.
|
|
@@ -59,15 +57,6 @@ export declare class PaginationComponent implements OnChanges, OnInit, OnDestroy
|
|
|
59
57
|
* It has higher priority than `itemsPerPageOptions` property.
|
|
60
58
|
*/
|
|
61
59
|
itemsPerPageTemplate: TemplateRef<any>;
|
|
62
|
-
/**
|
|
63
|
-
* @deprecated use i18n capabilities instead
|
|
64
|
-
* Label for options for items per page.
|
|
65
|
-
* This property is mainly provided to support reading in the right language for screen reader.
|
|
66
|
-
*/
|
|
67
|
-
set itemsPerPageLabel(value: string);
|
|
68
|
-
get itemsPerPageLabel(): string;
|
|
69
|
-
/** @hidden */
|
|
70
|
-
private _itemsPerPageLabel;
|
|
71
60
|
/** Represents the options for items per page. */
|
|
72
61
|
set itemsPerPageOptions(value: number[]);
|
|
73
62
|
get itemsPerPageOptions(): number[];
|
|
@@ -78,100 +67,6 @@ export declare class PaginationComponent implements OnChanges, OnInit, OnDestroy
|
|
|
78
67
|
* Default view: Showing {{ from }}-{{ to }} of {{ of }}
|
|
79
68
|
*/
|
|
80
69
|
displayTextTemplate: TemplateRef<any>;
|
|
81
|
-
/**
|
|
82
|
-
* @deprecated use i18n capabilities instead
|
|
83
|
-
* Label for the 'first' page button.
|
|
84
|
-
* This property is mainly provided to support reading in the right language for screen reader.
|
|
85
|
-
*/
|
|
86
|
-
set firstLabel(value: string);
|
|
87
|
-
get firstLabel(): string;
|
|
88
|
-
/** @hidden */
|
|
89
|
-
private _firstLabel;
|
|
90
|
-
/**
|
|
91
|
-
* @deprecated use i18n capabilities instead
|
|
92
|
-
* Label for the 'previous' page button.
|
|
93
|
-
* This property is mainly provided to support reading in the right language for screen reader.
|
|
94
|
-
*/
|
|
95
|
-
set previousLabel(value: string);
|
|
96
|
-
get previousLabel(): string;
|
|
97
|
-
/** @hidden */
|
|
98
|
-
private _previousLabel;
|
|
99
|
-
/**
|
|
100
|
-
* @deprecated use i18n capabilities instead
|
|
101
|
-
* Label for the 'next' page button.
|
|
102
|
-
* This property is mainly provided to support reading in the right language for screen reader.
|
|
103
|
-
*/
|
|
104
|
-
set nextLabel(value: string);
|
|
105
|
-
get nextLabel(): string;
|
|
106
|
-
/** @hidden */
|
|
107
|
-
private _nextLabel;
|
|
108
|
-
/**
|
|
109
|
-
* @deprecated use i18n capabilities instead
|
|
110
|
-
* Label for the 'last' page button.
|
|
111
|
-
* This property is mainly provided to support reading in the right language for screen reader.
|
|
112
|
-
*/
|
|
113
|
-
set lastLabel(value: string);
|
|
114
|
-
get lastLabel(): string;
|
|
115
|
-
/** @hidden */
|
|
116
|
-
private _lastLabel;
|
|
117
|
-
/**
|
|
118
|
-
* @deprecated use i18n capabilities instead
|
|
119
|
-
* Aria label for the navigation element
|
|
120
|
-
* This property is mainly provided to support reading in the right language for screen reader.
|
|
121
|
-
*/
|
|
122
|
-
set ariaLabel(value: string);
|
|
123
|
-
get ariaLabel(): string;
|
|
124
|
-
/** @hidden */
|
|
125
|
-
private _ariaLabel;
|
|
126
|
-
/**
|
|
127
|
-
* @deprecated use i18n capabilities instead
|
|
128
|
-
* Label for the 'Page ' page button. Page number passed as function parameter.
|
|
129
|
-
* This property is mainly provided to support reading in the right language for screen reader.
|
|
130
|
-
*/
|
|
131
|
-
set pageLabel(value: Nullable<(page: number) => string>);
|
|
132
|
-
get pageLabel(): Nullable<(page: number) => string>;
|
|
133
|
-
/** @hidden */
|
|
134
|
-
private _pageLabel;
|
|
135
|
-
/**
|
|
136
|
-
* @deprecated use i18n capabilities instead
|
|
137
|
-
* Function to create current page aria label, current page passed as a parameter of the function
|
|
138
|
-
* This property is mainly provided to support reading in the right language for screen reader.
|
|
139
|
-
*/
|
|
140
|
-
set currentPageAriaLabel(value: Nullable<(currentPage: number) => string>);
|
|
141
|
-
get currentPageAriaLabel(): Nullable<(currentPage: number) => string>;
|
|
142
|
-
/** @hidden */
|
|
143
|
-
private _currentPageAriaLabel;
|
|
144
|
-
/**
|
|
145
|
-
* @deprecated use i18n capabilities instead
|
|
146
|
-
* Page label to be shown before current page input in mobile mode.
|
|
147
|
-
* In conjuction with @pageLabelAfterInputMobile generates the label for the input.
|
|
148
|
-
* Example: 'Page' + input + pageLabelAfterInputMobile
|
|
149
|
-
* This property is mainly provided to support i18n.
|
|
150
|
-
*/
|
|
151
|
-
set labelBeforeInputMobile(value: string);
|
|
152
|
-
get labelBeforeInputMobile(): string;
|
|
153
|
-
/** @hidden */
|
|
154
|
-
private _labelBeforeInputMobile;
|
|
155
|
-
/**
|
|
156
|
-
* @deprecated use i18n capabilities instead
|
|
157
|
-
* Page label to be shown after current page input in mobile mode. Pages count passed as the function parameter.
|
|
158
|
-
* In conjuction with @pageLabelBeforeInputMobile generates the label for the input.
|
|
159
|
-
* Example: pageLabelBeforeInputMobile + input + 'of 500'.
|
|
160
|
-
* This property is mainly provided to support i18n.
|
|
161
|
-
*/
|
|
162
|
-
set labelAfterInputMobile(value: Nullable<(pagesCount: number) => string>);
|
|
163
|
-
get labelAfterInputMobile(): Nullable<(pagesCount: number) => string>;
|
|
164
|
-
/** @hidden */
|
|
165
|
-
private _labelAfterInputMobile;
|
|
166
|
-
/**
|
|
167
|
-
* @deprecated use i18n capabilities instead
|
|
168
|
-
* Current page input aria label, parameters passed to the function (currentPage: number, pagesCount: number).
|
|
169
|
-
* This property is mainly provided to support reading in the right language for screen reader.
|
|
170
|
-
*/
|
|
171
|
-
set inputAriaLabel(value: Nullable<(currentPage: number, pagesCount: number) => string>);
|
|
172
|
-
get inputAriaLabel(): Nullable<(currentPage: number, pagesCount: number) => string>;
|
|
173
|
-
/** @hidden */
|
|
174
|
-
private _inputAriaLabel;
|
|
175
70
|
/** Event emitted when the page is changed. */
|
|
176
71
|
pageChangeStart: EventEmitter<number>;
|
|
177
72
|
/** Event emitted when items per page option is changed.*/
|
|
@@ -216,8 +111,6 @@ export declare class PaginationComponent implements OnChanges, OnInit, OnDestroy
|
|
|
216
111
|
/** @hidden */
|
|
217
112
|
private _translationResolver;
|
|
218
113
|
/** @hidden */
|
|
219
|
-
private get _isRtl();
|
|
220
|
-
/** @hidden */
|
|
221
114
|
constructor(paginationService: PaginationService, _cdr: ChangeDetectorRef, _liveAnnouncer: LiveAnnouncer, _language: Observable<FdLanguage>, _rtlService: RtlService, _contentDensityObserver: ContentDensityObserver);
|
|
222
115
|
/** @hidden */
|
|
223
116
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -245,8 +138,6 @@ export declare class PaginationComponent implements OnChanges, OnInit, OnDestroy
|
|
|
245
138
|
nextPage(): void;
|
|
246
139
|
/** Navigates to the last page */
|
|
247
140
|
goToLastPage(): void;
|
|
248
|
-
/** @deprecated, use {@link paginationObject} getter instead */
|
|
249
|
-
getPaginationObject(): Pagination;
|
|
250
141
|
/** @hidden */
|
|
251
142
|
_onChangePerPage: (event: number) => void;
|
|
252
143
|
/** @hidden */
|
|
@@ -265,6 +156,6 @@ export declare class PaginationComponent implements OnChanges, OnInit, OnDestroy
|
|
|
265
156
|
/** @hidden */
|
|
266
157
|
private _announcePage;
|
|
267
158
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationComponent, [null, null, null, null, { optional: true; }, null]>;
|
|
268
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "fd-pagination", never, { "id": { "alias": "id"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "totalItems": { "alias": "totalItems"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "itemsPerPage": { "alias": "itemsPerPage"; "required": false; }; "itemsPerPageTemplate": { "alias": "itemsPerPageTemplate"; "required": false; }; "
|
|
159
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "fd-pagination", never, { "id": { "alias": "id"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "totalItems": { "alias": "totalItems"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "itemsPerPage": { "alias": "itemsPerPage"; "required": false; }; "itemsPerPageTemplate": { "alias": "itemsPerPageTemplate"; "required": false; }; "itemsPerPageOptions": { "alias": "itemsPerPageOptions"; "required": false; }; "displayTotalItems": { "alias": "displayTotalItems"; "required": false; }; "displayTextTemplate": { "alias": "displayTextTemplate"; "required": false; }; }, { "pageChangeStart": "pageChangeStart"; "itemsPerPageChange": "itemsPerPageChange"; }, never, never, false, never, false>;
|
|
269
160
|
}
|
|
270
161
|
export {};
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./pagination.component";
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "@
|
|
5
|
-
import * as i4 from "@fundamental-ngx/core/
|
|
6
|
-
import * as i5 from "@fundamental-ngx/core/
|
|
7
|
-
import * as i6 from "@fundamental-ngx/
|
|
8
|
-
import * as i7 from "@
|
|
9
|
-
import * as i8 from "@
|
|
10
|
-
import * as i9 from "@fundamental-ngx/
|
|
11
|
-
import * as i10 from "@fundamental-ngx/
|
|
12
|
-
import * as i11 from "@fundamental-ngx/core/content-density";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@fundamental-ngx/core/button";
|
|
5
|
+
import * as i4 from "@fundamental-ngx/core/icon";
|
|
6
|
+
import * as i5 from "@fundamental-ngx/core/select";
|
|
7
|
+
import * as i6 from "@fundamental-ngx/i18n";
|
|
8
|
+
import * as i7 from "@angular/forms";
|
|
9
|
+
import * as i8 from "@fundamental-ngx/core/form";
|
|
10
|
+
import * as i9 from "@fundamental-ngx/cdk/utils";
|
|
11
|
+
import * as i10 from "@fundamental-ngx/core/content-density";
|
|
13
12
|
export declare class PaginationModule {
|
|
14
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PaginationModule, [typeof i1.PaginationComponent
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PaginationModule, [typeof i1.PaginationComponent], [typeof i2.CommonModule, typeof i3.ButtonModule, typeof i4.IconModule, typeof i5.SelectModule, typeof i6.I18nModule, typeof i7.FormsModule, typeof i8.FormModule, typeof i9.OnlyDigitsModule, typeof i9.FocusKeyManagerHelpersModule, typeof i10.ContentDensityModule], [typeof i1.PaginationComponent]>;
|
|
16
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<PaginationModule>;
|
|
17
16
|
}
|
package/panel/index.d.ts
CHANGED
package/panel/panel.module.d.ts
CHANGED
|
@@ -2,12 +2,11 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./panel.component";
|
|
3
3
|
import * as i2 from "./panel-content/panel-content.directive";
|
|
4
4
|
import * as i3 from "./panel-title/panel-title.directive";
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "@
|
|
7
|
-
import * as i6 from "@fundamental-ngx/core/
|
|
8
|
-
import * as i7 from "@fundamental-ngx/core/content-density";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
import * as i5 from "@fundamental-ngx/core/button";
|
|
7
|
+
import * as i6 from "@fundamental-ngx/core/content-density";
|
|
9
8
|
export declare class PanelModule {
|
|
10
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<PanelModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PanelModule, [typeof i1.PanelComponent, typeof i2.PanelContentDirective, typeof i3.PanelTitleDirective
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PanelModule, [typeof i1.PanelComponent, typeof i2.PanelContentDirective, typeof i3.PanelTitleDirective], [typeof i4.CommonModule, typeof i5.ButtonModule, typeof i6.ContentDensityModule], [typeof i1.PanelComponent, typeof i2.PanelContentDirective, typeof i3.PanelTitleDirective, typeof i6.ContentDensityModule]>;
|
|
12
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<PanelModule>;
|
|
13
12
|
}
|
|
@@ -99,29 +99,14 @@ export declare class BasePopoverClass {
|
|
|
99
99
|
placementContainer: Nullable<ElementRef | Element>;
|
|
100
100
|
/** Whether position shouldn't change, when popover approach the corner of page */
|
|
101
101
|
fixedPosition: boolean;
|
|
102
|
-
/** @deprecated */
|
|
103
|
-
set options(value: any);
|
|
104
|
-
get options(): any;
|
|
105
|
-
/** @deprecated */
|
|
106
|
-
set addContainerClass(value: any);
|
|
107
|
-
get addContainerClass(): any;
|
|
108
|
-
/** @deprecated */
|
|
109
|
-
set additionalClasses(value: any);
|
|
110
|
-
get additionalClasses(): any;
|
|
111
102
|
/** Event emitted when the state of the isOpen property changes. */
|
|
112
103
|
isOpenChange: EventEmitter<boolean>;
|
|
113
104
|
/** @hidden Aria role for the popover body. */
|
|
114
105
|
_bodyRole: string | null;
|
|
115
106
|
/** @hidden ID for the popover body. */
|
|
116
107
|
_bodyId: string | null;
|
|
117
|
-
/** @hidden */
|
|
118
|
-
private _addContainerClass;
|
|
119
|
-
/** @hidden */
|
|
120
|
-
private _additionalClasses;
|
|
121
|
-
/** @hidden */
|
|
122
|
-
private _options;
|
|
123
108
|
static ɵfac: i0.ɵɵFactoryDeclaration<BasePopoverClass, never>;
|
|
124
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BasePopoverClass, never, never, { "closeOnNavigation": { "alias": "closeOnNavigation"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "noArrow": { "alias": "noArrow"; "required": false; }; "additionalBodyClass": { "alias": "additionalBodyClass"; "required": false; }; "additionalTriggerClass": { "alias": "additionalTriggerClass"; "required": false; }; "closeOnEscapeKey": { "alias": "closeOnEscapeKey"; "required": false; }; "disableScrollbar": { "alias": "disableScrollbar"; "required": false; }; "tabbableScrollbar": { "alias": "tabbableScrollbar"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "triggers": { "alias": "triggers"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "closeOnOutsideClick": { "alias": "closeOnOutsideClick"; "required": false; }; "focusTrapped": { "alias": "focusTrapped"; "required": false; }; "focusAutoCapture": { "alias": "focusAutoCapture"; "required": false; }; "scrollStrategy": { "alias": "scrollStrategy"; "required": false; }; "cdkPositions": { "alias": "cdkPositions"; "required": false; }; "fillControlMode": { "alias": "fillControlMode"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "placementContainer": { "alias": "placementContainer"; "required": false; }; "fixedPosition": { "alias": "fixedPosition"; "required": false; };
|
|
109
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BasePopoverClass, never, never, { "closeOnNavigation": { "alias": "closeOnNavigation"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "noArrow": { "alias": "noArrow"; "required": false; }; "additionalBodyClass": { "alias": "additionalBodyClass"; "required": false; }; "additionalTriggerClass": { "alias": "additionalTriggerClass"; "required": false; }; "closeOnEscapeKey": { "alias": "closeOnEscapeKey"; "required": false; }; "disableScrollbar": { "alias": "disableScrollbar"; "required": false; }; "tabbableScrollbar": { "alias": "tabbableScrollbar"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "triggers": { "alias": "triggers"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "closeOnOutsideClick": { "alias": "closeOnOutsideClick"; "required": false; }; "focusTrapped": { "alias": "focusTrapped"; "required": false; }; "focusAutoCapture": { "alias": "focusAutoCapture"; "required": false; }; "scrollStrategy": { "alias": "scrollStrategy"; "required": false; }; "cdkPositions": { "alias": "cdkPositions"; "required": false; }; "fillControlMode": { "alias": "fillControlMode"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "placementContainer": { "alias": "placementContainer"; "required": false; }; "fixedPosition": { "alias": "fixedPosition"; "required": false; }; }, { "isOpenChange": "isOpenChange"; }, never, never, false, never, false>;
|
|
125
110
|
}
|
|
126
111
|
/**
|
|
127
112
|
* Config for the trigger event, which allows to specify
|
|
@@ -49,13 +49,6 @@ export declare class PopoverComponent extends BasePopoverClass implements AfterV
|
|
|
49
49
|
popoverBodyContentTemplate: TemplateRef<any>;
|
|
50
50
|
/** @hidden - template for Dialog footer content */
|
|
51
51
|
popoverFooterContentTemplate: TemplateRef<any>;
|
|
52
|
-
/** @deprecated
|
|
53
|
-
* Left for backward compatibility
|
|
54
|
-
*/
|
|
55
|
-
set directiveRef(value: any);
|
|
56
|
-
get directiveRef(): any;
|
|
57
|
-
/** @hidden */
|
|
58
|
-
private _directiveRef;
|
|
59
52
|
/** @hidden */
|
|
60
53
|
private _trigger;
|
|
61
54
|
/** @hidden */
|
|
@@ -85,10 +78,6 @@ export declare class PopoverComponent extends BasePopoverClass implements AfterV
|
|
|
85
78
|
* recommended to be used only when popover is opened, otherwise change position or cdkPlacement
|
|
86
79
|
*/
|
|
87
80
|
applyNewPosition(positions: ConnectedPosition[]): void;
|
|
88
|
-
/** @deprecated
|
|
89
|
-
* Left for backward compatibility
|
|
90
|
-
*/
|
|
91
|
-
updatePopover(): void;
|
|
92
81
|
/** Method called to refresh position of opened popover */
|
|
93
82
|
refreshPosition(): void;
|
|
94
83
|
/** Handler for alt + arrow down keydown */
|
|
@@ -4,15 +4,8 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class ProductSwitchComponent extends BasePopoverClass {
|
|
5
5
|
/** Placement of a popover. */
|
|
6
6
|
placement: Placement;
|
|
7
|
-
/**
|
|
8
|
-
* @deprecated use i18n capabilities instead
|
|
9
|
-
* Input to set the aria label */
|
|
10
|
-
set ariaLabel(value: string);
|
|
11
|
-
get ariaLabel(): string;
|
|
12
7
|
/** Whether the product switch is disabled. */
|
|
13
8
|
disabled: boolean;
|
|
14
|
-
/** @hidden */
|
|
15
|
-
private _ariaLabel;
|
|
16
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductSwitchComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProductSwitchComponent, "fd-product-switch", never, { "placement": { "alias": "placement"; "required": false; }; "
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProductSwitchComponent, "fd-product-switch", never, { "placement": { "alias": "placement"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], false, never, false>;
|
|
18
11
|
}
|
|
@@ -3,10 +3,6 @@ export interface ProductSwitchItem {
|
|
|
3
3
|
title: string;
|
|
4
4
|
/** Subtitle of product */
|
|
5
5
|
subtitle?: string;
|
|
6
|
-
/** @deprecated
|
|
7
|
-
* Use icon property instead
|
|
8
|
-
*/
|
|
9
|
-
image?: string;
|
|
10
6
|
/** Callback function that will be called on selecting this product from dropdown */
|
|
11
7
|
callback?: (event: MouseEvent) => void;
|
|
12
8
|
/** Icon of product item */
|
package/radio/index.d.ts
CHANGED
package/radio/radio.module.d.ts
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./radio-button/radio-button.component";
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "@angular/
|
|
5
|
-
import * as i4 from "@
|
|
6
|
-
import * as i5 from "@fundamental-ngx/core/content-density";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@fundamental-ngx/core/content-density";
|
|
7
6
|
export declare class RadioModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RadioModule, [typeof i1.RadioButtonComponent
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RadioModule, [typeof i1.RadioButtonComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.ContentDensityModule], [typeof i1.RadioButtonComponent, typeof i4.ContentDensityModule]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<RadioModule>;
|
|
11
10
|
}
|
|
@@ -54,21 +54,21 @@ function addExternalLibraries(options) {
|
|
|
54
54
|
});
|
|
55
55
|
}
|
|
56
56
|
if (!(0, package_utils_1.hasPackage)(tree, '@fundamental-ngx/i18n') ||
|
|
57
|
-
(0, package_utils_1.checkPackageVersion)(tree, '@fundamental-ngx/i18n', '0.
|
|
57
|
+
(0, package_utils_1.checkPackageVersion)(tree, '@fundamental-ngx/i18n', '0.45.0', '<')) {
|
|
58
58
|
dependencies.push({
|
|
59
59
|
type: dependencies_1.NodeDependencyType.Default,
|
|
60
60
|
// Will be replaced with the real version during sync-version script run
|
|
61
|
-
version: `0.
|
|
61
|
+
version: `0.45.0`,
|
|
62
62
|
name: '@fundamental-ngx/i18n',
|
|
63
63
|
overwrite: true
|
|
64
64
|
});
|
|
65
65
|
}
|
|
66
66
|
if (!(0, package_utils_1.hasPackage)(tree, '@fundamental-ngx/cdk') ||
|
|
67
|
-
(0, package_utils_1.checkPackageVersion)(tree, '@fundamental-ngx/cdk', '0.
|
|
67
|
+
(0, package_utils_1.checkPackageVersion)(tree, '@fundamental-ngx/cdk', '0.45.0', '<')) {
|
|
68
68
|
dependencies.push({
|
|
69
69
|
type: dependencies_1.NodeDependencyType.Default,
|
|
70
70
|
// Will be replaced with the real version during sync-version script run
|
|
71
|
-
version: `0.
|
|
71
|
+
version: `0.45.0`,
|
|
72
72
|
name: '@fundamental-ngx/cdk',
|
|
73
73
|
overwrite: true
|
|
74
74
|
});
|
package/select/index.d.ts
CHANGED
|
@@ -14,8 +14,6 @@ import { FdOptionSelectionChange, OptionComponent } from './option/option.compon
|
|
|
14
14
|
import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
15
15
|
import { FormStates } from '@fundamental-ngx/cdk/forms';
|
|
16
16
|
import * as i0 from "@angular/core";
|
|
17
|
-
/** @deprecated use `import { FormStates } from "@fundamental-ngx/cdk/forms"` instead */
|
|
18
|
-
export type SelectControlState = FormStates;
|
|
19
17
|
export declare const SELECT_PANEL_MAX_HEIGHT = 250;
|
|
20
18
|
/** The height of the select items in `rem` units. */
|
|
21
19
|
export declare const SELECT_ITEM_HEIGHT_EM = 4;
|