@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,17 +1,16 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./select.component";
|
|
3
3
|
import * as i2 from "./option/option.component";
|
|
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/core/
|
|
9
|
-
import * as i8 from "@fundamental-ngx/core/
|
|
10
|
-
import * as i9 from "@fundamental-ngx/core/
|
|
11
|
-
import * as i10 from "@fundamental-ngx/
|
|
12
|
-
import * as i11 from "@fundamental-ngx/i18n";
|
|
4
|
+
import * as i3 from "@fundamental-ngx/core/busy-indicator";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
import * as i5 from "@fundamental-ngx/core/popover";
|
|
7
|
+
import * as i6 from "@fundamental-ngx/core/button";
|
|
8
|
+
import * as i7 from "@fundamental-ngx/core/icon";
|
|
9
|
+
import * as i8 from "@fundamental-ngx/core/list";
|
|
10
|
+
import * as i9 from "@fundamental-ngx/core/content-density";
|
|
11
|
+
import * as i10 from "@fundamental-ngx/i18n";
|
|
13
12
|
export declare class SelectModule {
|
|
14
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SelectModule, [typeof i1.SelectComponent, typeof i2.OptionComponent
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SelectModule, [typeof i1.SelectComponent, typeof i2.OptionComponent], [typeof i3.BusyIndicatorModule, typeof i4.CommonModule, typeof i5.PopoverModule, typeof i6.ButtonModule, typeof i7.IconModule, typeof i8.ListModule, typeof i9.ContentDensityModule, typeof i10.I18nModule], [typeof i1.SelectComponent, typeof i2.OptionComponent, typeof i9.ContentDensityModule]>;
|
|
16
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<SelectModule>;
|
|
17
16
|
}
|
package/shellbar/index.d.ts
CHANGED
|
@@ -14,5 +14,4 @@ export * from './shellbar-subtitle/shellbar-subtitle.component';
|
|
|
14
14
|
export * from './shellbar-title/shellbar-title.component';
|
|
15
15
|
export * from './user-menu/shellbar-user-menu.component';
|
|
16
16
|
export * from './shellbar-actions-mobile/shellbar-actions-mobile.component';
|
|
17
|
-
export * from './deprecated-shellbar-compact.directive';
|
|
18
17
|
export * from './tokens';
|
|
@@ -36,12 +36,6 @@ export declare class ShellbarActionsComponent implements OnDestroy {
|
|
|
36
36
|
userMenu: ShellbarUserMenu[];
|
|
37
37
|
/** When set to true, popover list will be closed after selecting the option */
|
|
38
38
|
closePopoverOnSelect: boolean;
|
|
39
|
-
/**
|
|
40
|
-
* @deprecated use i18n capabilities instead
|
|
41
|
-
* Label for the collapsed item menu.
|
|
42
|
-
*/
|
|
43
|
-
set collapsedItemMenuLabel(value: string);
|
|
44
|
-
get collapsedItemMenuLabel(): string;
|
|
45
39
|
/**
|
|
46
40
|
* Event emitted when search opened.
|
|
47
41
|
*/
|
|
@@ -69,8 +63,6 @@ export declare class ShellbarActionsComponent implements OnDestroy {
|
|
|
69
63
|
/** @hidden */
|
|
70
64
|
currentSize: ShellbarSizes;
|
|
71
65
|
/** @hidden */
|
|
72
|
-
private _collapsedItemMenuLabel;
|
|
73
|
-
/** @hidden */
|
|
74
66
|
private readonly _cd;
|
|
75
67
|
/** @hidden */
|
|
76
68
|
private readonly _shellbar;
|
|
@@ -97,5 +89,5 @@ export declare class ShellbarActionsComponent implements OnDestroy {
|
|
|
97
89
|
/** @hidden */
|
|
98
90
|
private _toggleSearchPortal;
|
|
99
91
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShellbarActionsComponent, never>;
|
|
100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarActionsComponent, "fd-shellbar-actions", never, { "user": { "alias": "user"; "required": false; }; "userMenu": { "alias": "userMenu"; "required": false; }; "closePopoverOnSelect": { "alias": "closePopoverOnSelect"; "required": false; };
|
|
92
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarActionsComponent, "fd-shellbar-actions", never, { "user": { "alias": "user"; "required": false; }; "userMenu": { "alias": "userMenu"; "required": false; }; "closePopoverOnSelect": { "alias": "closePopoverOnSelect"; "required": false; }; }, { "searchOpen": "searchOpen"; }, ["userComponent", "comboboxComponent", "productSwitchComponent", "shellbarActions"], ["fd-combobox", "*", "fd-shellbar-action", "fd-shellbar-user-menu", "fd-product-switch"], false, never, false>;
|
|
101
93
|
}
|
|
@@ -4,20 +4,18 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class ShellbarActionsMobileComponent implements AfterContentChecked {
|
|
5
5
|
/** @hidden */
|
|
6
6
|
shellbarActions: QueryList<ShellbarActionComponent>;
|
|
7
|
-
/** @hidden */
|
|
8
|
-
collapsedItemMenuLabel: string;
|
|
9
7
|
/**
|
|
10
8
|
* Whether the search is present in the shellbar.
|
|
11
9
|
*/
|
|
12
10
|
searchExists: boolean;
|
|
13
11
|
/** @hidden */
|
|
14
|
-
totalNotifications: number;
|
|
15
|
-
/** @hidden */
|
|
16
12
|
showSearch: EventEmitter<void>;
|
|
17
13
|
/** @hidden */
|
|
14
|
+
totalNotifications: number;
|
|
15
|
+
/** @hidden */
|
|
18
16
|
actionClicked(item: ShellbarActionComponent, event: MouseEvent): void;
|
|
19
17
|
/** @hidden */
|
|
20
18
|
ngAfterContentChecked(): void;
|
|
21
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShellbarActionsMobileComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarActionsMobileComponent, "fd-shellbar-actions-mobile", never, { "shellbarActions": { "alias": "shellbarActions"; "required": false; }; "
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShellbarActionsMobileComponent, "fd-shellbar-actions-mobile", never, { "shellbarActions": { "alias": "shellbarActions"; "required": false; }; "searchExists": { "alias": "searchExists"; "required": false; }; }, { "showSearch": "showSearch"; }, never, never, false, never, false>;
|
|
23
21
|
}
|
|
@@ -9,22 +9,21 @@ import * as i7 from "./shellbar-logo/shellbar-logo.component";
|
|
|
9
9
|
import * as i8 from "./shellbar-title/shellbar-title.component";
|
|
10
10
|
import * as i9 from "./user-menu/shellbar-user-menu.component";
|
|
11
11
|
import * as i10 from "./shellbar-sidenav.directive";
|
|
12
|
-
import * as i11 from "
|
|
13
|
-
import * as i12 from "@
|
|
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/
|
|
18
|
-
import * as i17 from "@
|
|
19
|
-
import * as i18 from "@
|
|
20
|
-
import * as i19 from "@fundamental-ngx/core/
|
|
21
|
-
import * as i20 from "@fundamental-ngx/
|
|
22
|
-
import * as i21 from "@fundamental-ngx/
|
|
23
|
-
import * as i22 from "@fundamental-ngx/core/
|
|
24
|
-
import * as i23 from "@
|
|
25
|
-
import * as i24 from "@angular/cdk/portal";
|
|
12
|
+
import * as i11 from "@angular/common";
|
|
13
|
+
import * as i12 from "@fundamental-ngx/core/popover";
|
|
14
|
+
import * as i13 from "@fundamental-ngx/core/menu";
|
|
15
|
+
import * as i14 from "@fundamental-ngx/core/action-sheet";
|
|
16
|
+
import * as i15 from "@fundamental-ngx/core/button";
|
|
17
|
+
import * as i16 from "@fundamental-ngx/cdk/utils";
|
|
18
|
+
import * as i17 from "@angular/cdk/drag-drop";
|
|
19
|
+
import * as i18 from "@fundamental-ngx/core/product-switch";
|
|
20
|
+
import * as i19 from "@fundamental-ngx/core/icon";
|
|
21
|
+
import * as i20 from "@fundamental-ngx/i18n";
|
|
22
|
+
import * as i21 from "@fundamental-ngx/core/avatar";
|
|
23
|
+
import * as i22 from "@fundamental-ngx/core/content-density";
|
|
24
|
+
import * as i23 from "@angular/cdk/portal";
|
|
26
25
|
export declare class ShellbarModule {
|
|
27
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShellbarModule, never>;
|
|
28
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ShellbarModule, [typeof i1.ShellbarComponent, typeof i2.ProductMenuComponent, typeof i3.ShellbarSubtitleComponent, typeof i4.ShellbarActionsComponent, typeof i5.ShellbarActionsMobileComponent, typeof i6.ShellbarActionComponent, typeof i7.ShellbarLogoComponent, typeof i8.ShellbarTitleComponent, typeof i9.ShellbarUserMenuComponent, typeof i10.ShellbarSidenavDirective
|
|
27
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ShellbarModule, [typeof i1.ShellbarComponent, typeof i2.ProductMenuComponent, typeof i3.ShellbarSubtitleComponent, typeof i4.ShellbarActionsComponent, typeof i5.ShellbarActionsMobileComponent, typeof i6.ShellbarActionComponent, typeof i7.ShellbarLogoComponent, typeof i8.ShellbarTitleComponent, typeof i9.ShellbarUserMenuComponent, typeof i10.ShellbarSidenavDirective], [typeof i11.CommonModule, typeof i12.PopoverModule, typeof i13.MenuModule, typeof i14.ActionSheetModule, typeof i15.ButtonModule, typeof i16.DragAndDropModule, typeof i17.DragDropModule, typeof i18.ProductSwitchModule, typeof i19.IconModule, typeof i20.I18nModule, typeof i21.AvatarModule, typeof i22.ContentDensityModule, typeof i23.PortalModule, typeof i20.I18nModule], [typeof i1.ShellbarComponent, typeof i2.ProductMenuComponent, typeof i3.ShellbarSubtitleComponent, typeof i4.ShellbarActionsComponent, typeof i5.ShellbarActionsMobileComponent, typeof i6.ShellbarActionComponent, typeof i7.ShellbarLogoComponent, typeof i8.ShellbarTitleComponent, typeof i9.ShellbarUserMenuComponent, typeof i10.ShellbarSidenavDirective, typeof i22.ContentDensityModule]>;
|
|
29
28
|
static ɵinj: i0.ɵɵInjectorDeclaration<ShellbarModule>;
|
|
30
29
|
}
|
package/slider/index.d.ts
CHANGED
|
@@ -64,36 +64,6 @@ export declare class SliderComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
64
64
|
hideProgressBar: boolean;
|
|
65
65
|
/** Whether the control is disabled. */
|
|
66
66
|
disabled: boolean;
|
|
67
|
-
/**
|
|
68
|
-
* slider current value verbose string.
|
|
69
|
-
* This will be read only once by screen reader and upon slider value change,
|
|
70
|
-
* this string will not be read.
|
|
71
|
-
* @deprecated no longer used, use i18n capabilities instead
|
|
72
|
-
*/
|
|
73
|
-
set singleSliderCurrentValuePrefix(value: string);
|
|
74
|
-
get singleSliderCurrentValuePrefix(): string;
|
|
75
|
-
/** @hidden */
|
|
76
|
-
private _singleSliderCurrentValuePrefix;
|
|
77
|
-
/**
|
|
78
|
-
* @hidden range slider handle 1 current value supporting string
|
|
79
|
-
* This will be read only once by screen reader and upon slider value change,
|
|
80
|
-
* this string will not be read.
|
|
81
|
-
* * @deprecated no longer used, use i18n capabilities instead
|
|
82
|
-
*/
|
|
83
|
-
set rangeSliderHandle1CurrentValuePrefix(value: string);
|
|
84
|
-
get rangeSliderHandle1CurrentValuePrefix(): string;
|
|
85
|
-
/** @hidden */
|
|
86
|
-
private _rangeSliderHandle1CurrentValuePrefix;
|
|
87
|
-
/**
|
|
88
|
-
* @hidden range slider handle 2 current value supporting string
|
|
89
|
-
* This will be read only once by screen reader and upon slider value change,
|
|
90
|
-
* this string will not be read.
|
|
91
|
-
* * @deprecated no longer used, use i18n capabilities instead
|
|
92
|
-
*/
|
|
93
|
-
set rangeSliderHandle2CurrentValuePrefix(value: string);
|
|
94
|
-
get rangeSliderHandle2CurrentValuePrefix(): string;
|
|
95
|
-
/** @hidden */
|
|
96
|
-
private _rangeSliderHandle2CurrentValuePrefix;
|
|
97
67
|
/** @hidden */
|
|
98
68
|
_position: number | number[];
|
|
99
69
|
/** Control value */
|
|
@@ -276,5 +246,5 @@ export declare class SliderComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
276
246
|
*/
|
|
277
247
|
private _isPopoverHovered;
|
|
278
248
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, [null, null, null, null, null, { optional: true; }, null]>;
|
|
279
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "fd-slider", never, { "id": { "alias": "id"; "required": false; }; "class": { "alias": "class"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "jump": { "alias": "jump"; "required": false; }; "tickmarksBetweenLabels": { "alias": "tickmarksBetweenLabels"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "showTicks": { "alias": "showTicks"; "required": false; }; "showTicksLabels": { "alias": "showTicksLabels"; "required": false; }; "customValues": { "alias": "customValues"; "required": false; }; "tooltipMode": { "alias": "tooltipMode"; "required": false; }; "hideProgressBar": { "alias": "hideProgressBar"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "
|
|
249
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "fd-slider", never, { "id": { "alias": "id"; "required": false; }; "class": { "alias": "class"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "jump": { "alias": "jump"; "required": false; }; "tickmarksBetweenLabels": { "alias": "tickmarksBetweenLabels"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "showTicks": { "alias": "showTicks"; "required": false; }; "showTicksLabels": { "alias": "showTicksLabels"; "required": false; }; "customValues": { "alias": "customValues"; "required": false; }; "tooltipMode": { "alias": "tooltipMode"; "required": false; }; "hideProgressBar": { "alias": "hideProgressBar"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never, false>;
|
|
280
250
|
}
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./slider.component";
|
|
3
3
|
import * as i2 from "./slider-position.directive";
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "@
|
|
6
|
-
import * as i5 from "@
|
|
7
|
-
import * as i6 from "@
|
|
8
|
-
import * as i7 from "@fundamental-ngx/
|
|
9
|
-
import * as i8 from "@fundamental-ngx/
|
|
10
|
-
import * as i9 from "@fundamental-ngx/i18n";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@fundamental-ngx/core/popover";
|
|
6
|
+
import * as i5 from "@angular/forms";
|
|
7
|
+
import * as i6 from "@fundamental-ngx/cdk/utils";
|
|
8
|
+
import * as i7 from "@fundamental-ngx/core/content-density";
|
|
9
|
+
import * as i8 from "@fundamental-ngx/i18n";
|
|
11
10
|
export declare class SliderModule {
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SliderModule, [typeof i1.SliderComponent, typeof i2.SliderPositionDirective
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SliderModule, [typeof i1.SliderComponent, typeof i2.SliderPositionDirective], [typeof i3.CommonModule, typeof i4.PopoverModule, typeof i5.FormsModule, typeof i6.OnlyDigitsModule, typeof i7.ContentDensityModule, typeof i8.I18nModule], [typeof i1.SliderComponent, typeof i7.ContentDensityModule]>;
|
|
14
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<SliderModule>;
|
|
15
14
|
}
|
package/split-button/index.d.ts
CHANGED
|
@@ -35,18 +35,9 @@ export declare class SplitButtonComponent implements AfterContentInit, OnChanges
|
|
|
35
35
|
glyph: string;
|
|
36
36
|
/** The icon to include in the button. See the icon page for the list of icons. */
|
|
37
37
|
disabled: boolean;
|
|
38
|
-
/** @deprecated The Title for main action button. This will be deprecated as an input but will remain a property on this component. */
|
|
39
|
-
set mainActionTitle(value: string);
|
|
40
|
-
get mainActionTitle(): string;
|
|
41
38
|
/** The type of the button. Types include 'standard', 'positive', 'medium', and 'negative'.
|
|
42
39
|
* Leave empty for default (Action button).'*/
|
|
43
40
|
fdType: ButtonType;
|
|
44
|
-
/**
|
|
45
|
-
* @deprecated use i18n capabilities instead
|
|
46
|
-
* Aria-label attribute used to describe expand button
|
|
47
|
-
*/
|
|
48
|
-
set expandButtonAriaLabel(value: string);
|
|
49
|
-
get expandButtonAriaLabel(): string;
|
|
50
41
|
/** Title attribute used to describe expand button */
|
|
51
42
|
expandButtonTitle: string;
|
|
52
43
|
/** Selected menu item */
|
|
@@ -70,13 +61,13 @@ export declare class SplitButtonComponent implements AfterContentInit, OnChanges
|
|
|
70
61
|
mainActionBtn: ElementRef;
|
|
71
62
|
/** @hidden */
|
|
72
63
|
menuActionBtn: ElementRef;
|
|
64
|
+
/** The Title for main action button */
|
|
65
|
+
mainActionTitle: string;
|
|
73
66
|
/** @hidden */
|
|
74
67
|
mainButtonWidth: string;
|
|
75
68
|
/** @hidden */
|
|
76
69
|
get typeClass(): string;
|
|
77
70
|
/** @hidden */
|
|
78
|
-
private _expandButtonAriaLabel;
|
|
79
|
-
/** @hidden */
|
|
80
71
|
private _mainActionTitle;
|
|
81
72
|
/** @hidden */
|
|
82
73
|
private _menuItemSubscriptions;
|
|
@@ -121,5 +112,5 @@ export declare class SplitButtonComponent implements AfterContentInit, OnChanges
|
|
|
121
112
|
/** @hidden */
|
|
122
113
|
private _focusTriggerElement;
|
|
123
114
|
static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonComponent, never>;
|
|
124
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SplitButtonComponent, "fd-split-button", never, { "glyph": { "alias": "glyph"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "
|
|
115
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SplitButtonComponent, "fd-split-button", never, { "glyph": { "alias": "glyph"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "fdType": { "alias": "fdType"; "required": false; }; "expandButtonTitle": { "alias": "expandButtonTitle"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "fixedWidth": { "alias": "fixedWidth"; "required": false; }; "mainAction": { "alias": "mainAction"; "required": false; }; "arialLabel": { "alias": "arialLabel"; "required": false; }; }, { "primaryButtonClicked": "primaryButtonClicked"; }, ["titleTemplate", "menu"], ["fd-menu"], false, never, false>;
|
|
125
116
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./split-button.component";
|
|
3
3
|
import * as i2 from "./split-button-utils/split-button.directives";
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "@
|
|
6
|
-
import * as i5 from "@fundamental-ngx/core/
|
|
7
|
-
import * as i6 from "@fundamental-ngx/core/
|
|
8
|
-
import * as i7 from "@fundamental-ngx/
|
|
9
|
-
import * as i8 from "@fundamental-ngx/i18n";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@fundamental-ngx/core/button";
|
|
6
|
+
import * as i5 from "@fundamental-ngx/core/menu";
|
|
7
|
+
import * as i6 from "@fundamental-ngx/core/content-density";
|
|
8
|
+
import * as i7 from "@fundamental-ngx/i18n";
|
|
10
9
|
export declare class SplitButtonModule {
|
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SplitButtonModule, [typeof i1.SplitButtonComponent, typeof i2.SplitButtonActionTitle
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SplitButtonModule, [typeof i1.SplitButtonComponent, typeof i2.SplitButtonActionTitle], [typeof i3.CommonModule, typeof i4.ButtonModule, typeof i5.MenuModule, typeof i6.ContentDensityModule, typeof i7.I18nModule], [typeof i1.SplitButtonComponent, typeof i2.SplitButtonActionTitle, typeof i6.ContentDensityModule]>;
|
|
13
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<SplitButtonModule>;
|
|
14
13
|
}
|
|
@@ -9,11 +9,6 @@ export declare class SplitterPaginationComponent {
|
|
|
9
9
|
currentPage: string;
|
|
10
10
|
/** Event emitted on page change. */
|
|
11
11
|
onPageChange: EventEmitter<string>;
|
|
12
|
-
/**
|
|
13
|
-
* @hidden
|
|
14
|
-
* @deprecated use i18n capabilities instead
|
|
15
|
-
*/
|
|
16
|
-
get paginationItemAriaLabel(): string;
|
|
17
12
|
/** @Hidden */
|
|
18
13
|
constructor(_splitter: SplitterComponent);
|
|
19
14
|
/** @hidden */
|
|
@@ -8,17 +8,9 @@ export declare class SplitterComponent {
|
|
|
8
8
|
/** Id of the main pane. */
|
|
9
9
|
set defaultPaneId(value: string);
|
|
10
10
|
get defaultPaneId(): string;
|
|
11
|
-
/**
|
|
12
|
-
* @deprecated use i18n capabilities instead
|
|
13
|
-
* aria-label for the pagination item.
|
|
14
|
-
*/
|
|
15
|
-
set paginationItemAriaLabel(value: string);
|
|
16
|
-
get paginationItemAriaLabel(): string;
|
|
17
11
|
/** @hidden */
|
|
18
12
|
_defaultPaneId$: Subject<string>;
|
|
19
13
|
/** @hidden */
|
|
20
|
-
private _paginationItemAriaLabel;
|
|
21
|
-
/** @hidden */
|
|
22
14
|
private _defaultPaneId;
|
|
23
15
|
/** Check whether certain pane is on canvas. */
|
|
24
16
|
isPaneOnCanvas(paneId: string): boolean;
|
|
@@ -27,5 +19,5 @@ export declare class SplitterComponent {
|
|
|
27
19
|
/** Show certain pane from the canvas. */
|
|
28
20
|
showPaneOnCanvas(paneId: string): void;
|
|
29
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<SplitterComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SplitterComponent, "fd-splitter", never, { "defaultPaneId": { "alias": "defaultPaneId"; "required": false; };
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SplitterComponent, "fd-splitter", never, { "defaultPaneId": { "alias": "defaultPaneId"; "required": false; }; }, {}, ["_panes"], ["*"], false, never, false>;
|
|
31
23
|
}
|
package/step-input/index.d.ts
CHANGED
|
@@ -28,18 +28,6 @@ export declare class StepInputComponent implements OnInit, AfterViewInit, OnDest
|
|
|
28
28
|
incrementButtonIcon: string;
|
|
29
29
|
/** Sets icon displayed in Decrement Button */
|
|
30
30
|
decrementButtonIcon: string;
|
|
31
|
-
/**
|
|
32
|
-
* @deprecated use i18n capabilities instead
|
|
33
|
-
* Sets Increment Button title attribute
|
|
34
|
-
*/
|
|
35
|
-
set incrementButtonTitle(value: string);
|
|
36
|
-
get incrementButtonTitle(): string;
|
|
37
|
-
/**
|
|
38
|
-
* @deprecated use i18n capabilities instead
|
|
39
|
-
* Sets Decrement Button title attribute
|
|
40
|
-
*/
|
|
41
|
-
set decrementButtonTitle(value: string);
|
|
42
|
-
get decrementButtonTitle(): string;
|
|
43
31
|
/** Sets input aria-label attribute */
|
|
44
32
|
ariaLabel: Nullable<string>;
|
|
45
33
|
/** Sets input aria-labelledby attribute */
|
|
@@ -125,10 +113,6 @@ export declare class StepInputComponent implements OnInit, AfterViewInit, OnDest
|
|
|
125
113
|
/** @hidden */
|
|
126
114
|
private _firstEmittedValue;
|
|
127
115
|
/** @hidden */
|
|
128
|
-
private _decrementButtonTitle;
|
|
129
|
-
/** @hidden */
|
|
130
|
-
private _incrementButtonTitle;
|
|
131
|
-
/** @hidden */
|
|
132
116
|
constructor(locale: any, _changeDetectorRef: ChangeDetectorRef, _liveAnnouncer: LiveAnnouncer, _contentDensityObserver: ContentDensityObserver, _elementRef: ElementRef);
|
|
133
117
|
/** @hidden */
|
|
134
118
|
onChange: (value: Nullable<number>) => void;
|
|
@@ -215,5 +199,5 @@ export declare class StepInputComponent implements OnInit, AfterViewInit, OnDest
|
|
|
215
199
|
/** @hidden */
|
|
216
200
|
private _formatToViewValue;
|
|
217
201
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepInputComponent, never>;
|
|
218
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepInputComponent, "fd-step-input", never, { "compact": { "alias": "compact"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "localeMatcher": { "alias": "localeMatcher"; "required": false; }; "incrementButtonIcon": { "alias": "incrementButtonIcon"; "required": false; }; "decrementButtonIcon": { "alias": "decrementButtonIcon"; "required": false; }; "
|
|
202
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepInputComponent, "fd-step-input", never, { "compact": { "alias": "compact"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "localeMatcher": { "alias": "localeMatcher"; "required": false; }; "incrementButtonIcon": { "alias": "incrementButtonIcon"; "required": false; }; "decrementButtonIcon": { "alias": "decrementButtonIcon"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaRoleDescription": { "alias": "ariaRoleDescription"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "value": { "alias": "value"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "name": { "alias": "name"; "required": false; }; "inputTitle": { "alias": "inputTitle"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "state": { "alias": "state"; "required": false; }; "stateMessage": { "alias": "stateMessage"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "useGrouping": { "alias": "useGrouping"; "required": false; }; "minFractionDigits": { "alias": "minFractionDigits"; "required": false; }; "maxFractionDigits": { "alias": "maxFractionDigits"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; "currencyDisplay": { "alias": "currencyDisplay"; "required": false; }; "hasStepButtons": { "alias": "hasStepButtons"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, { "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "valueChange": "valueChange"; }, never, never, false, never, false>;
|
|
219
203
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./step-input.component";
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "@
|
|
5
|
-
import * as i4 from "@fundamental-ngx/core/
|
|
6
|
-
import * as i5 from "@
|
|
7
|
-
import * as i6 from "@
|
|
8
|
-
import * as i7 from "@fundamental-ngx/
|
|
9
|
-
import * as i8 from "@fundamental-ngx/i18n";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@fundamental-ngx/core/button";
|
|
5
|
+
import * as i4 from "@fundamental-ngx/core/form";
|
|
6
|
+
import * as i5 from "@angular/cdk/a11y";
|
|
7
|
+
import * as i6 from "@fundamental-ngx/core/content-density";
|
|
8
|
+
import * as i7 from "@fundamental-ngx/i18n";
|
|
10
9
|
export declare class StepInputModule {
|
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepInputModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StepInputModule, [typeof i1.StepInputComponent
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StepInputModule, [typeof i1.StepInputComponent], [typeof i2.CommonModule, typeof i3.ButtonModule, typeof i4.FormInputMessageGroupModule, typeof i4.FormMessageModule, typeof i5.A11yModule, typeof i6.ContentDensityModule, typeof i7.I18nModule], [typeof i1.StepInputComponent, typeof i6.ContentDensityModule]>;
|
|
13
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<StepInputModule>;
|
|
14
13
|
}
|
package/switch/index.d.ts
CHANGED
|
@@ -31,22 +31,8 @@ export declare class SwitchComponent implements ControlValueAccessor, OnDestroy,
|
|
|
31
31
|
semantic: boolean;
|
|
32
32
|
/** aria-label attribute of the inner input element. */
|
|
33
33
|
ariaLabel: Nullable<string>;
|
|
34
|
-
/** @deprecated renamed to "ariaLabelledBy" */
|
|
35
|
-
set ariaLabelledby(value: Nullable<string>);
|
|
36
34
|
/** aria-labelledby attribute of the inner input element. */
|
|
37
35
|
ariaLabelledBy: Nullable<string>;
|
|
38
|
-
/**
|
|
39
|
-
* @deprecated use i18n capabilities instead
|
|
40
|
-
* Semantic Label Accept set for Accessibility
|
|
41
|
-
*/
|
|
42
|
-
set semanticAcceptLabel(value: string);
|
|
43
|
-
get semanticAcceptLabel(): string;
|
|
44
|
-
/**
|
|
45
|
-
* @deprecated use i18n capabilities instead
|
|
46
|
-
* Semantic Label Decline set for Accessibility
|
|
47
|
-
*/
|
|
48
|
-
set semanticDeclineLabel(value: string);
|
|
49
|
-
get semanticDeclineLabel(): string;
|
|
50
36
|
/**
|
|
51
37
|
* Event fired when the state of the switch changes.
|
|
52
38
|
* *$event* can be used to retrieve the new state of the switch.
|
|
@@ -57,10 +43,6 @@ export declare class SwitchComponent implements ControlValueAccessor, OnDestroy,
|
|
|
57
43
|
/** @hidden */
|
|
58
44
|
private _subscriptions;
|
|
59
45
|
/** @hidden */
|
|
60
|
-
private _semanticDeclineLabel;
|
|
61
|
-
/** @hidden */
|
|
62
|
-
private _semanticAcceptLabel;
|
|
63
|
-
/** @hidden */
|
|
64
46
|
constructor(_changeDetectorRef: ChangeDetectorRef, _contentDensityObserver: ContentDensityObserver);
|
|
65
47
|
/** @hidden */
|
|
66
48
|
onChange: (value: boolean) => void;
|
|
@@ -98,5 +80,5 @@ export declare class SwitchComponent implements ControlValueAccessor, OnDestroy,
|
|
|
98
80
|
*/
|
|
99
81
|
setDisabledState(isDisabled: boolean): void;
|
|
100
82
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
|
|
101
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "fd-switch", never, { "activeText": { "alias": "activeText"; "required": false; }; "inactiveText": { "alias": "inactiveText"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "semantic": { "alias": "semantic"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "
|
|
83
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "fd-switch", never, { "activeText": { "alias": "activeText"; "required": false; }; "inactiveText": { "alias": "inactiveText"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "semantic": { "alias": "semantic"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; }, { "checkedChange": "checkedChange"; }, never, never, false, never, false>;
|
|
102
84
|
}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./switch.component";
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "@angular/
|
|
5
|
-
import * as i4 from "@
|
|
6
|
-
import * as i5 from "@fundamental-ngx/
|
|
7
|
-
import * as i6 from "@fundamental-ngx/i18n";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@fundamental-ngx/core/content-density";
|
|
6
|
+
import * as i5 from "@fundamental-ngx/i18n";
|
|
8
7
|
export declare class SwitchModule {
|
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SwitchModule, [typeof i1.SwitchComponent
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SwitchModule, [typeof i1.SwitchComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.ContentDensityModule, typeof i5.I18nModule], [typeof i1.SwitchComponent, typeof i4.ContentDensityModule]>;
|
|
11
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<SwitchModule>;
|
|
12
11
|
}
|
package/table/index.d.ts
CHANGED
|
@@ -14,5 +14,3 @@ export * from './directives/table-inner.directive';
|
|
|
14
14
|
export * from './directives/table-popover.directive';
|
|
15
15
|
export * from './table-wrapper.component';
|
|
16
16
|
export * from './table.service';
|
|
17
|
-
export * from './deprecated-table-compact.directive';
|
|
18
|
-
export * from './deprecated-table-condensed.directive';
|
package/table/table.module.d.ts
CHANGED
|
@@ -13,13 +13,11 @@ import * as i11 from "./directives/table-inner.directive";
|
|
|
13
13
|
import * as i12 from "./directives/table-text.directive";
|
|
14
14
|
import * as i13 from "./directives/table-icon.directive";
|
|
15
15
|
import * as i14 from "./directives/table-fixed.directive";
|
|
16
|
-
import * as i15 from "
|
|
17
|
-
import * as i16 from "
|
|
18
|
-
import * as i17 from "@
|
|
19
|
-
import * as i18 from "@fundamental-ngx/core/content-density";
|
|
20
|
-
import * as i19 from "@fundamental-ngx/cdk/utils";
|
|
16
|
+
import * as i15 from "@angular/common";
|
|
17
|
+
import * as i16 from "@fundamental-ngx/core/content-density";
|
|
18
|
+
import * as i17 from "@fundamental-ngx/cdk/utils";
|
|
21
19
|
export declare class TableModule {
|
|
22
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableModule, never>;
|
|
23
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, [typeof i1.TableComponent, typeof i2.TableResponsiveWrapperDirective, typeof i3.TableWrapperComponent, typeof i4.TableHeaderDirective, typeof i5.TableFooterDirective, typeof i6.TableBodyDirective, typeof i7.TableRowDirective, typeof i8.TableCellDirective, typeof i9.TableStatusIndicatorDirective, typeof i10.TablePopoverDirective, typeof i11.TableInnerDirective, typeof i12.TableTextDirective, typeof i13.TableIconDirective, typeof i14.TableFixedDirective
|
|
21
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, [typeof i1.TableComponent, typeof i2.TableResponsiveWrapperDirective, typeof i3.TableWrapperComponent, typeof i4.TableHeaderDirective, typeof i5.TableFooterDirective, typeof i6.TableBodyDirective, typeof i7.TableRowDirective, typeof i8.TableCellDirective, typeof i9.TableStatusIndicatorDirective, typeof i10.TablePopoverDirective, typeof i11.TableInnerDirective, typeof i12.TableTextDirective, typeof i13.TableIconDirective, typeof i14.TableFixedDirective], [typeof i15.CommonModule, typeof i16.ContentDensityModule, typeof i17.DynamicPortalComponent], [typeof i1.TableComponent, typeof i2.TableResponsiveWrapperDirective, typeof i3.TableWrapperComponent, typeof i4.TableHeaderDirective, typeof i5.TableFooterDirective, typeof i6.TableBodyDirective, typeof i7.TableRowDirective, typeof i8.TableCellDirective, typeof i9.TableStatusIndicatorDirective, typeof i10.TablePopoverDirective, typeof i11.TableInnerDirective, typeof i12.TableTextDirective, typeof i13.TableIconDirective, typeof i14.TableFixedDirective, typeof i16.ContentDensityModule]>;
|
|
24
22
|
static ɵinj: i0.ɵɵInjectorDeclaration<TableModule>;
|
|
25
23
|
}
|
package/tabs/index.d.ts
CHANGED
|
@@ -6,6 +6,5 @@ export * from './tab-link/tab-link.directive';
|
|
|
6
6
|
export * from './tab-nav/tab-nav.component';
|
|
7
7
|
export * from './tab-utils/tab-directives';
|
|
8
8
|
export * from './tab-item-expand/tab-item-expand.component';
|
|
9
|
-
export * from './deprecated-tabs-compact.directive';
|
|
10
9
|
export * from './tab-list.token';
|
|
11
10
|
export * from './tab-list-component.interface';
|
|
@@ -3,13 +3,6 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
* Represents a list of tab-panels.
|
|
4
4
|
*/
|
|
5
5
|
export declare class TabItemExpandComponent {
|
|
6
|
-
/**
|
|
7
|
-
* @deprecated use i18n capabilities instead
|
|
8
|
-
* @hidden Text visible in the trigger */
|
|
9
|
-
set label(value: string);
|
|
10
|
-
get label(): string;
|
|
11
|
-
/** @hidden */
|
|
12
|
-
private _label;
|
|
13
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabItemExpandComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabItemExpandComponent, "fd-item-expand", never, {
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabItemExpandComponent, "fd-item-expand", never, {}, {}, never, never, false, never, false>;
|
|
15
8
|
}
|
|
@@ -37,12 +37,6 @@ export declare class TabListComponent implements TabListComponentInterface, Afte
|
|
|
37
37
|
maxContentHeight: string;
|
|
38
38
|
/** Whether to enable collapsing expanded tab on expanded tab click */
|
|
39
39
|
collapsibleTabs: boolean;
|
|
40
|
-
/**
|
|
41
|
-
* @deprecated use i18n capabilities instead
|
|
42
|
-
* Text visible in expand overflow trigger
|
|
43
|
-
*/
|
|
44
|
-
set expandOverflowText(value: string);
|
|
45
|
-
get expandOverflowText(): string;
|
|
46
40
|
/** Initially selected tab (by id). First not disabled one if not specified. */
|
|
47
41
|
defaultTab: Nullable<string>;
|
|
48
42
|
/** Whether to try to keep selected tab (default value) on tabs change or to select default one (first if not specified). */
|
|
@@ -84,8 +78,6 @@ export declare class TabListComponent implements TabListComponentInterface, Afte
|
|
|
84
78
|
/** @hidden */
|
|
85
79
|
private _subscriptions;
|
|
86
80
|
/** @hidden */
|
|
87
|
-
private _expandOverflowText;
|
|
88
|
-
/** @hidden */
|
|
89
81
|
constructor(_changeDetectorRef: ChangeDetectorRef, _elRef: ElementRef, _contentDensityObserver: ContentDensityObserver, _destroyRef: DestroyRef);
|
|
90
82
|
/** @hidden */
|
|
91
83
|
ngAfterContentInit(): void;
|
|
@@ -130,5 +122,5 @@ export declare class TabListComponent implements TabListComponentInterface, Afte
|
|
|
130
122
|
/** @hidden Whether tab can be expanded/collapsed */
|
|
131
123
|
private _canChangeExpandState;
|
|
132
124
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabListComponent, never>;
|
|
133
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabListComponent, "fd-tab-list", never, { "size": { "alias": "size"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "collapseOverflow": { "alias": "collapseOverflow"; "required": false; }; "maxVisibleTabs": { "alias": "maxVisibleTabs"; "required": false; }; "stackContent": { "alias": "stackContent"; "required": false; }; "maxContentHeight": { "alias": "maxContentHeight"; "required": false; }; "collapsibleTabs": { "alias": "collapsibleTabs"; "required": false; }; "
|
|
125
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabListComponent, "fd-tab-list", never, { "size": { "alias": "size"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "collapseOverflow": { "alias": "collapseOverflow"; "required": false; }; "maxVisibleTabs": { "alias": "maxVisibleTabs"; "required": false; }; "stackContent": { "alias": "stackContent"; "required": false; }; "maxContentHeight": { "alias": "maxContentHeight"; "required": false; }; "collapsibleTabs": { "alias": "collapsibleTabs"; "required": false; }; "defaultTab": { "alias": "defaultTab"; "required": false; }; "selectDefaultOnTabsChange": { "alias": "selectDefaultOnTabsChange"; "required": false; }; "focusFirstFocusableElement": { "alias": "focusFirstFocusableElement"; "required": false; }; }, { "selectedTabChange": "selectedTabChange"; "visibleItemsCount": "visibleItemsCount"; "hiddenItemsCount": "hiddenItemsCount"; }, ["tabPanels"], ["*"], false, never, false>;
|
|
134
126
|
}
|
package/tabs/tabs.module.d.ts
CHANGED
|
@@ -6,20 +6,19 @@ import * as i4 from "./tab-nav/tab-nav.component";
|
|
|
6
6
|
import * as i5 from "./tab-link/tab-link.directive";
|
|
7
7
|
import * as i6 from "./tab-item/tab-item.directive";
|
|
8
8
|
import * as i7 from "./tab-item-expand/tab-item-expand.component";
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "@
|
|
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/
|
|
18
|
-
import * as i17 from "@fundamental-ngx/
|
|
19
|
-
import * as i18 from "@fundamental-ngx/core/
|
|
20
|
-
import * as i19 from "@fundamental-ngx/core/scrollbar";
|
|
9
|
+
import * as i8 from "@angular/common";
|
|
10
|
+
import * as i9 from "@fundamental-ngx/core/icon";
|
|
11
|
+
import * as i10 from "@fundamental-ngx/core/popover";
|
|
12
|
+
import * as i11 from "@fundamental-ngx/core/list";
|
|
13
|
+
import * as i12 from "@fundamental-ngx/core/button";
|
|
14
|
+
import * as i13 from "@fundamental-ngx/core/menu";
|
|
15
|
+
import * as i14 from "@fundamental-ngx/core/scroll-spy";
|
|
16
|
+
import * as i15 from "@fundamental-ngx/core/content-density";
|
|
17
|
+
import * as i16 from "@fundamental-ngx/i18n";
|
|
18
|
+
import * as i17 from "@fundamental-ngx/core/overflow-layout";
|
|
19
|
+
import * as i18 from "@fundamental-ngx/core/scrollbar";
|
|
21
20
|
export declare class TabsModule {
|
|
22
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabsModule, never>;
|
|
23
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TabsModule, [typeof i1.TabListComponent, typeof i2.TabPanelComponent, typeof i3.TabTitleDirective, typeof i4.TabNavComponent, typeof i5.TabLinkDirective, typeof i6.TabItemDirective, typeof i3.TabTagDirective, typeof i3.TabIconComponent, typeof i3.TabCountDirective, typeof i3.TabLabelDirective, typeof i3.TabProcessDirective, typeof i3.TabHeaderDirective, typeof i7.TabItemExpandComponent, typeof i3.TabCounterHeaderDirective, typeof i3.TabProcessIconDirective, typeof i3.TabSeparatorDirective
|
|
22
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TabsModule, [typeof i1.TabListComponent, typeof i2.TabPanelComponent, typeof i3.TabTitleDirective, typeof i4.TabNavComponent, typeof i5.TabLinkDirective, typeof i6.TabItemDirective, typeof i3.TabTagDirective, typeof i3.TabIconComponent, typeof i3.TabCountDirective, typeof i3.TabLabelDirective, typeof i3.TabProcessDirective, typeof i3.TabHeaderDirective, typeof i7.TabItemExpandComponent, typeof i3.TabCounterHeaderDirective, typeof i3.TabProcessIconDirective, typeof i3.TabSeparatorDirective], [typeof i8.CommonModule, typeof i9.IconModule, typeof i10.PopoverModule, typeof i11.ListModule, typeof i12.ButtonModule, typeof i13.MenuModule, typeof i14.ScrollSpyModule, typeof i15.ContentDensityModule, typeof i16.I18nModule, typeof i17.OverflowLayoutModule, typeof i18.ScrollbarModule], [typeof i1.TabListComponent, typeof i2.TabPanelComponent, typeof i3.TabTitleDirective, typeof i4.TabNavComponent, typeof i6.TabItemDirective, typeof i5.TabLinkDirective, typeof i3.TabTagDirective, typeof i3.TabIconComponent, typeof i3.TabCountDirective, typeof i3.TabLabelDirective, typeof i3.TabProcessDirective, typeof i3.TabHeaderDirective, typeof i3.TabCounterHeaderDirective, typeof i3.TabProcessIconDirective, typeof i3.TabSeparatorDirective, typeof i15.ContentDensityModule]>;
|
|
24
23
|
static ɵinj: i0.ɵɵInjectorDeclaration<TabsModule>;
|
|
25
24
|
}
|