@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
package/text/text.component.d.ts
CHANGED
|
@@ -25,18 +25,6 @@ export declare class TextComponent {
|
|
|
25
25
|
* Option that adds more and less buttons to expand/collapse text
|
|
26
26
|
*/
|
|
27
27
|
expandable: boolean;
|
|
28
|
-
/**
|
|
29
|
-
* @deprecated use i18n capabilities instead
|
|
30
|
-
* Text for more button
|
|
31
|
-
*/
|
|
32
|
-
set moreLabel(value: string);
|
|
33
|
-
get moreLabel(): string;
|
|
34
|
-
/**
|
|
35
|
-
* @deprecated use i18n capabilities instead
|
|
36
|
-
* Text for less button
|
|
37
|
-
*/
|
|
38
|
-
set lessLabel(value: string);
|
|
39
|
-
get lessLabel(): string;
|
|
40
28
|
/**
|
|
41
29
|
* Option to set text collapsed or expand on render
|
|
42
30
|
*/
|
|
@@ -52,15 +40,11 @@ export declare class TextComponent {
|
|
|
52
40
|
/** @hidden */
|
|
53
41
|
_hasMore: boolean;
|
|
54
42
|
/** @hidden */
|
|
55
|
-
private _moreLabel;
|
|
56
|
-
/** @hidden */
|
|
57
|
-
private _lessLabel;
|
|
58
|
-
/** @hidden */
|
|
59
43
|
constructor(_changeDetectorRef: ChangeDetectorRef);
|
|
60
44
|
/** @hidden */
|
|
61
45
|
toggleTextView(): void;
|
|
62
46
|
/** @hidden */
|
|
63
47
|
checkLineCount(count: number): void;
|
|
64
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextComponent, never>;
|
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "fd-text", never, { "text": { "alias": "text"; "required": false; }; "maxLines": { "alias": "maxLines"; "required": false; }; "whitespaces": { "alias": "whitespaces"; "required": false; }; "hyphenation": { "alias": "hyphenation"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; "
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "fd-text", never, { "text": { "alias": "text"; "required": false; }; "maxLines": { "alias": "maxLines"; "required": false; }; "whitespaces": { "alias": "whitespaces"; "required": false; }; "hyphenation": { "alias": "hyphenation"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; }; }, { "isCollapsedChange": "isCollapsedChange"; }, never, never, false, never, false>;
|
|
66
50
|
}
|
package/time/index.d.ts
CHANGED
package/time/time.component.d.ts
CHANGED
|
@@ -3,8 +3,6 @@ import { ControlValueAccessor } from '@angular/forms';
|
|
|
3
3
|
import { DatetimeAdapter } from '@fundamental-ngx/core/datetime';
|
|
4
4
|
import { RtlService } from '@fundamental-ngx/cdk/utils';
|
|
5
5
|
import { Meridian, SelectableViewItem } from './models';
|
|
6
|
-
import { TimeI18n } from './i18n/time-i18n';
|
|
7
|
-
import { TimeColumnConfig } from './time-column/time-column-config';
|
|
8
6
|
import { TimeColumnComponent } from './time-column/time-column.component';
|
|
9
7
|
import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
10
8
|
import * as i0 from "@angular/core";
|
|
@@ -19,7 +17,6 @@ export declare class TimeComponent<D> implements OnInit, OnChanges, OnDestroy, A
|
|
|
19
17
|
private _dateTimeAdapter;
|
|
20
18
|
readonly _contentDensityObserver: ContentDensityObserver;
|
|
21
19
|
private _rtlService;
|
|
22
|
-
private _timeI18nLabels;
|
|
23
20
|
/**
|
|
24
21
|
* @Input When set to false, uses the 24 hour clock (hours ranging from 0 to 23)
|
|
25
22
|
* and does not display a period control.
|
|
@@ -105,14 +102,12 @@ export declare class TimeComponent<D> implements OnInit, OnChanges, OnDestroy, A
|
|
|
105
102
|
* reference to currently selected meridianViewItems element
|
|
106
103
|
*/
|
|
107
104
|
activeMeridianViewItem?: MeridianViewItem;
|
|
108
|
-
/** Component aria-label */
|
|
109
|
-
get _componentAriaLabel(): string | undefined;
|
|
110
105
|
/** @hidden */
|
|
111
106
|
private readonly _onDestroy$;
|
|
112
107
|
/** @hidden */
|
|
113
108
|
private _subscriptions;
|
|
114
109
|
/** @hidden */
|
|
115
|
-
constructor(_changeDetectorRef: ChangeDetectorRef, _elementRef: ElementRef, _dateTimeAdapter: DatetimeAdapter<D>, _contentDensityObserver: ContentDensityObserver, _rtlService: RtlService
|
|
110
|
+
constructor(_changeDetectorRef: ChangeDetectorRef, _elementRef: ElementRef, _dateTimeAdapter: DatetimeAdapter<D>, _contentDensityObserver: ContentDensityObserver, _rtlService: RtlService);
|
|
116
111
|
/** @hidden */
|
|
117
112
|
ngOnInit(): void;
|
|
118
113
|
/** @hidden
|
|
@@ -162,14 +157,6 @@ export declare class TimeComponent<D> implements OnInit, OnChanges, OnDestroy, A
|
|
|
162
157
|
changeActive(view: FdTimeActiveView): void;
|
|
163
158
|
/** @hidden */
|
|
164
159
|
isActive(view: FdTimeActiveView): boolean;
|
|
165
|
-
/** Configuration for hours column */
|
|
166
|
-
getHoursConfig(): TimeColumnConfig | undefined;
|
|
167
|
-
/** Configuration for minutes column */
|
|
168
|
-
getMinutesConfig(): TimeColumnConfig | undefined;
|
|
169
|
-
/** Configuration for seconds column */
|
|
170
|
-
getSecondsConfig(): TimeColumnConfig | undefined;
|
|
171
|
-
/** Configuration for period column */
|
|
172
|
-
getPeriodConfig(): TimeColumnConfig | undefined;
|
|
173
160
|
/** @hidden */
|
|
174
161
|
focusActiveColumn(): void;
|
|
175
162
|
/** @hidden */
|
|
@@ -231,7 +218,7 @@ export declare class TimeComponent<D> implements OnInit, OnChanges, OnDestroy, A
|
|
|
231
218
|
* @returns default time 00:00:00
|
|
232
219
|
*/
|
|
233
220
|
private _getDefaultValue;
|
|
234
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TimeComponent<any>, [null, null, { optional: true; }, null, { optional: true; }
|
|
221
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimeComponent<any>, [null, null, { optional: true; }, null, { optional: true; }]>;
|
|
235
222
|
static ɵcmp: i0.ɵɵComponentDeclaration<TimeComponent<any>, "fd-time", never, { "meridian": { "alias": "meridian"; "required": false; }; "validate": { "alias": "validate"; "required": false; }; "keepTwoDigits": { "alias": "keepTwoDigits"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "displaySeconds": { "alias": "displaySeconds"; "required": false; }; "displayMinutes": { "alias": "displayMinutes"; "required": false; }; "displayHours": { "alias": "displayHours"; "required": false; }; "tablet": { "alias": "tablet"; "required": false; }; "elementsAtOnce": { "alias": "elementsAtOnce"; "required": false; }; "time": { "alias": "time"; "required": false; }; "spinnerButtons": { "alias": "spinnerButtons"; "required": false; }; }, {}, never, never, false, never, false>;
|
|
236
223
|
}
|
|
237
224
|
export {};
|
package/time/time.module.d.ts
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./time.component";
|
|
3
3
|
import * as i2 from "./time-column/time-column.component";
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "@angular/
|
|
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/
|
|
12
|
-
import * as i11 from "@fundamental-ngx/i18n";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "@fundamental-ngx/core/form";
|
|
7
|
+
import * as i6 from "@fundamental-ngx/core/button";
|
|
8
|
+
import * as i7 from "@fundamental-ngx/cdk/utils";
|
|
9
|
+
import * as i8 from "@fundamental-ngx/core/carousel";
|
|
10
|
+
import * as i9 from "@fundamental-ngx/core/content-density";
|
|
11
|
+
import * as i10 from "@fundamental-ngx/i18n";
|
|
13
12
|
export declare class TimeModule {
|
|
14
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimeModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TimeModule, [typeof i1.TimeComponent, typeof i2.TimeColumnComponent
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TimeModule, [typeof i1.TimeComponent, typeof i2.TimeColumnComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.FormModule, typeof i6.ButtonModule, typeof i7.PipeModule, typeof i8.CarouselModule, typeof i9.ContentDensityModule, typeof i10.I18nModule], [typeof i1.TimeComponent, typeof i2.TimeColumnComponent, typeof i9.ContentDensityModule]>;
|
|
16
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<TimeModule>;
|
|
17
16
|
}
|
package/time-picker/index.d.ts
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./time-picker.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/
|
|
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/
|
|
11
|
-
import * as i10 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/popover";
|
|
6
|
+
import * as i5 from "@fundamental-ngx/core/input-group";
|
|
7
|
+
import * as i6 from "@fundamental-ngx/core/time";
|
|
8
|
+
import * as i7 from "@fundamental-ngx/core/form";
|
|
9
|
+
import * as i8 from "@fundamental-ngx/core/content-density";
|
|
10
|
+
import * as i9 from "@fundamental-ngx/i18n";
|
|
12
11
|
export declare class TimePickerModule {
|
|
13
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TimePickerModule, [typeof i1.TimePickerComponent
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TimePickerModule, [typeof i1.TimePickerComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.PopoverModule, typeof i5.InputGroupModule, typeof i6.TimeModule, typeof i7.FormMessageModule, typeof i8.ContentDensityModule, typeof i9.I18nModule], [typeof i1.TimePickerComponent, typeof i4.PopoverModule, typeof i5.InputGroupModule, typeof i6.TimeModule, typeof i8.ContentDensityModule]>;
|
|
15
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<TimePickerModule>;
|
|
16
15
|
}
|
package/token/index.d.ts
CHANGED
|
@@ -22,18 +22,6 @@ export declare class TokenComponent implements AfterViewInit, OnDestroy {
|
|
|
22
22
|
get selected(): boolean;
|
|
23
23
|
/** Whether the token is read-only. */
|
|
24
24
|
readOnly: boolean;
|
|
25
|
-
/**
|
|
26
|
-
* @deprecated use i18n capabilities instead
|
|
27
|
-
* label for close icon
|
|
28
|
-
*/
|
|
29
|
-
set deleteButtonLabel(value: string);
|
|
30
|
-
get deleteButtonLabel(): string;
|
|
31
|
-
/**
|
|
32
|
-
* @deprecated use i18n capabilities instead
|
|
33
|
-
* role description for token
|
|
34
|
-
*/
|
|
35
|
-
set ariaRoleDescription(value: string);
|
|
36
|
-
get ariaRoleDescription(): string;
|
|
37
25
|
/** Emitted when the *x* icon is clicked. Specifically, any pseudo-element. */
|
|
38
26
|
readonly onCloseClick: EventEmitter<MouseEvent>;
|
|
39
27
|
/** Emitted when token should be removed */
|
|
@@ -49,10 +37,6 @@ export declare class TokenComponent implements AfterViewInit, OnDestroy {
|
|
|
49
37
|
/** @hidden */
|
|
50
38
|
totalCount: number;
|
|
51
39
|
/** @hidden */
|
|
52
|
-
private _deleteButtonLabel;
|
|
53
|
-
/** @hidden */
|
|
54
|
-
private _ariaRoleDescription;
|
|
55
|
-
/** @hidden */
|
|
56
40
|
private _selected;
|
|
57
41
|
/** @hidden */
|
|
58
42
|
private _subscriptions;
|
|
@@ -73,5 +57,5 @@ export declare class TokenComponent implements AfterViewInit, OnDestroy {
|
|
|
73
57
|
/** @hidden */
|
|
74
58
|
_setTotalCount(count: number): void;
|
|
75
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<TokenComponent, never>;
|
|
76
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TokenComponent, "fd-token", never, { "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; };
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TokenComponent, "fd-token", never, { "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "onCloseClick": "onCloseClick"; "onRemove": "onRemove"; "onTokenClick": "onTokenClick"; "onTokenKeydown": "onTokenKeydown"; "elementFocused": "elementFocused"; }, never, ["*"], false, never, false>;
|
|
77
61
|
}
|
package/token/token.module.d.ts
CHANGED
|
@@ -2,16 +2,15 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./token.component";
|
|
3
3
|
import * as i2 from "./tokenizer.component";
|
|
4
4
|
import * as i3 from "./token-input.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/
|
|
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";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
import * as i5 from "@fundamental-ngx/core/input-group";
|
|
7
|
+
import * as i6 from "@fundamental-ngx/core/button";
|
|
8
|
+
import * as i7 from "@fundamental-ngx/core/popover";
|
|
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 TokenModule {
|
|
14
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<TokenModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TokenModule, [typeof i1.TokenComponent, typeof i2.TokenizerComponent, typeof i3.TokenizerInputDirective
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TokenModule, [typeof i1.TokenComponent, typeof i2.TokenizerComponent, typeof i3.TokenizerInputDirective], [typeof i4.CommonModule, typeof i5.InputGroupModule, typeof i6.ButtonModule, typeof i7.PopoverModule, typeof i8.ListModule, typeof i9.ContentDensityModule, typeof i10.I18nModule], [typeof i1.TokenComponent, typeof i2.TokenizerComponent, typeof i3.TokenizerInputDirective, typeof i9.ContentDensityModule]>;
|
|
16
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<TokenModule>;
|
|
17
16
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterContentInit, AfterViewChecked, AfterViewInit, ChangeDetectorRef, DestroyRef, ElementRef,
|
|
1
|
+
import { AfterContentInit, AfterViewChecked, AfterViewInit, ChangeDetectorRef, DestroyRef, ElementRef, QueryList } from '@angular/core';
|
|
2
2
|
import { DynamicPageHeader } from '@fundamental-ngx/core/shared';
|
|
3
3
|
import { CssClassBuilder, ResizeObserverService } from '@fundamental-ngx/cdk/utils';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
@@ -19,7 +19,6 @@ export declare class ToolbarComponent implements AfterViewInit, AfterViewChecked
|
|
|
19
19
|
readonly _contentDensityObserver: ContentDensityObserver;
|
|
20
20
|
private readonly _destroyRef;
|
|
21
21
|
private resizeObserverService;
|
|
22
|
-
private ngZone;
|
|
23
22
|
private _dynamicPageHeader?;
|
|
24
23
|
/**
|
|
25
24
|
* The ID of the toolbar title
|
|
@@ -38,9 +37,6 @@ export declare class ToolbarComponent implements AfterViewInit, AfterViewChecked
|
|
|
38
37
|
* Default value: 'solid'
|
|
39
38
|
*/
|
|
40
39
|
fdType: ToolbarType;
|
|
41
|
-
/** @deprecated */
|
|
42
|
-
set hasTitle(value: boolean);
|
|
43
|
-
get hasTitle(): boolean;
|
|
44
40
|
/** The title for the toolbar. */
|
|
45
41
|
title: string;
|
|
46
42
|
/** Determines if toolbar should has active state (only when fdType == 'info')
|
|
@@ -69,8 +65,6 @@ export declare class ToolbarComponent implements AfterViewInit, AfterViewChecked
|
|
|
69
65
|
/** @hidden */
|
|
70
66
|
overflownItems: ToolbarItem[];
|
|
71
67
|
/** @hidden */
|
|
72
|
-
private _hasTitle;
|
|
73
|
-
/** @hidden */
|
|
74
68
|
private _titleComponent$;
|
|
75
69
|
/** @hidden */
|
|
76
70
|
private _refreshOverflow$;
|
|
@@ -79,11 +73,9 @@ export declare class ToolbarComponent implements AfterViewInit, AfterViewChecked
|
|
|
79
73
|
/** @hidden */
|
|
80
74
|
private _shouldOverflow;
|
|
81
75
|
/** @hidden */
|
|
82
|
-
private _initialised;
|
|
83
|
-
/** @hidden */
|
|
84
76
|
private shouldOverflow$;
|
|
85
77
|
/** @hidden */
|
|
86
|
-
constructor(_cd: ChangeDetectorRef, _contentDensityObserver: ContentDensityObserver, _destroyRef: DestroyRef, resizeObserverService: ResizeObserverService,
|
|
78
|
+
constructor(_cd: ChangeDetectorRef, _contentDensityObserver: ContentDensityObserver, _destroyRef: DestroyRef, resizeObserverService: ResizeObserverService, _dynamicPageHeader?: DynamicPageHeader | undefined);
|
|
87
79
|
/** @hidden */
|
|
88
80
|
buildComponentCssClass(): string[];
|
|
89
81
|
/** @hidden */
|
|
@@ -112,6 +104,6 @@ export declare class ToolbarComponent implements AfterViewInit, AfterViewChecked
|
|
|
112
104
|
private _sortPriorities;
|
|
113
105
|
/** @hidden Sort by group and priority and initial position */
|
|
114
106
|
private _getSortedByPriorityAndGroupItems;
|
|
115
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, [null, null, null, null,
|
|
116
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "fd-toolbar", never, { "titleId": { "alias": "titleId"; "required": false; }; "class": { "alias": "class"; "required": false; }; "shouldOverflow": { "alias": "shouldOverflow"; "required": false; }; "fdType": { "alias": "fdType"; "required": false; }; "
|
|
107
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, [null, null, null, null, { optional: true; skipSelf: true; }]>;
|
|
108
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "fd-toolbar", never, { "titleId": { "alias": "titleId"; "required": false; }; "class": { "alias": "class"; "required": false; }; "shouldOverflow": { "alias": "shouldOverflow"; "required": false; }; "fdType": { "alias": "fdType"; "required": false; }; "title": { "alias": "title"; "required": false; }; "active": { "alias": "active"; "required": false; }; "clearBorder": { "alias": "clearBorder"; "required": false; }; "forceOverflow": { "alias": "forceOverflow"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, {}, ["titleComponent", "toolbarItems"], ["*"], false, never, false>;
|
|
117
109
|
}
|
|
@@ -2,8 +2,6 @@ import { EventEmitter } from '@angular/core';
|
|
|
2
2
|
import { ButtonComponent } from '@fundamental-ngx/core/button';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class UploadCollectionButtonGroupComponent {
|
|
5
|
-
/** @hidden */
|
|
6
|
-
_editMode: boolean;
|
|
7
5
|
/** Event emitted when the user clicks the edit button. */
|
|
8
6
|
readonly editClicked: EventEmitter<boolean>;
|
|
9
7
|
/** Event emitted when the user clicks the OK button to conform a file name change. */
|
|
@@ -18,56 +16,10 @@ export declare class UploadCollectionButtonGroupComponent {
|
|
|
18
16
|
disableFileNameEdit: boolean;
|
|
19
17
|
/** Whether or not to disable the delete button. Default is false. */
|
|
20
18
|
disableFileDeletion: boolean;
|
|
21
|
-
/**
|
|
22
|
-
* @deprecated use i18n capabilities instead
|
|
23
|
-
* Text for the 'Ok' button.
|
|
24
|
-
*/
|
|
25
|
-
set okText(value: string);
|
|
26
|
-
get okText(): string;
|
|
27
|
-
/**
|
|
28
|
-
* @deprecated use i18n capabilities instead
|
|
29
|
-
* Text for the 'Cancel' button.
|
|
30
|
-
*/
|
|
31
|
-
set cancelText(value: string);
|
|
32
|
-
get cancelText(): string;
|
|
33
|
-
/**
|
|
34
|
-
* @deprecated use i18n capabilities instead
|
|
35
|
-
* Text for the 'Edit' aria-label.
|
|
36
|
-
*/
|
|
37
|
-
set editAriaLabel(value: string);
|
|
38
|
-
get editAriaLabel(): string;
|
|
39
|
-
/**
|
|
40
|
-
* @deprecated use i18n capabilities instead
|
|
41
|
-
* Text for the 'Delete' aria-label.
|
|
42
|
-
*/
|
|
43
|
-
set deleteAriaLabel(value: string);
|
|
44
|
-
get deleteAriaLabel(): string;
|
|
45
|
-
/**
|
|
46
|
-
* @deprecated use i18n capabilities instead
|
|
47
|
-
* Text for the 'Ok' aria-label.
|
|
48
|
-
*/
|
|
49
|
-
set okAriaLabel(value: string);
|
|
50
|
-
get okAriaLabel(): string;
|
|
51
|
-
/**
|
|
52
|
-
* @deprecated use i18n capabilities instead
|
|
53
|
-
* Text for the 'Cancel' aria-label.
|
|
54
|
-
*/
|
|
55
|
-
set cancelAriaLabel(value: string);
|
|
56
|
-
get cancelAriaLabel(): string;
|
|
57
19
|
/** @hidden */
|
|
58
20
|
_okButton: ButtonComponent;
|
|
59
21
|
/** @hidden */
|
|
60
|
-
|
|
61
|
-
/** @hidden */
|
|
62
|
-
private _okAriaLabel;
|
|
63
|
-
/** @hidden */
|
|
64
|
-
private _deleteAriaLabel;
|
|
65
|
-
/** @hidden */
|
|
66
|
-
private _editAriaLabel;
|
|
67
|
-
/** @hidden */
|
|
68
|
-
private _cancelText;
|
|
69
|
-
/** @hidden */
|
|
70
|
-
private _okText;
|
|
22
|
+
_editMode: boolean;
|
|
71
23
|
/** @hidden */
|
|
72
24
|
_editButtonClicked(event?: MouseEvent): void;
|
|
73
25
|
/** @hidden */
|
|
@@ -77,5 +29,5 @@ export declare class UploadCollectionButtonGroupComponent {
|
|
|
77
29
|
/** @hidden */
|
|
78
30
|
_cancelButtonClicked(event?: MouseEvent): void;
|
|
79
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<UploadCollectionButtonGroupComponent, never>;
|
|
80
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UploadCollectionButtonGroupComponent, "fd-upload-collection-button-group", never, { "allowFileNameEdit": { "alias": "allowFileNameEdit"; "required": false; }; "allowFileDeletion": { "alias": "allowFileDeletion"; "required": false; }; "disableFileNameEdit": { "alias": "disableFileNameEdit"; "required": false; }; "disableFileDeletion": { "alias": "disableFileDeletion"; "required": false; };
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UploadCollectionButtonGroupComponent, "fd-upload-collection-button-group", never, { "allowFileNameEdit": { "alias": "allowFileNameEdit"; "required": false; }; "allowFileDeletion": { "alias": "allowFileDeletion"; "required": false; }; "disableFileNameEdit": { "alias": "disableFileNameEdit"; "required": false; }; "disableFileDeletion": { "alias": "disableFileDeletion"; "required": false; }; }, { "editClicked": "editClicked"; "okClicked": "okClicked"; "deleteClicked": "deleteClicked"; }, never, never, true, never, false>;
|
|
81
33
|
}
|
package/upload-collection/upload-collection-form-item/upload-collection-form-item.component.d.ts
CHANGED
|
@@ -2,12 +2,6 @@ import { EventEmitter } from '@angular/core';
|
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class UploadCollectionFormItemComponent implements ControlValueAccessor {
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated use i18n capabilities instead
|
|
7
|
-
* Value for the input's placeholder.
|
|
8
|
-
*/
|
|
9
|
-
set placeholder(value: string);
|
|
10
|
-
get placeholder(): string;
|
|
11
5
|
/** @hidden */
|
|
12
6
|
_editMode: boolean;
|
|
13
7
|
/** Event emitted when the dragged file exits the dropzone. */
|
|
@@ -20,8 +14,6 @@ export declare class UploadCollectionFormItemComponent implements ControlValueAc
|
|
|
20
14
|
set fileName(value: string);
|
|
21
15
|
get fileName(): string;
|
|
22
16
|
/** @hidden */
|
|
23
|
-
private _placeholder;
|
|
24
|
-
/** @hidden */
|
|
25
17
|
onChange: (value: string) => void;
|
|
26
18
|
/** @hidden */
|
|
27
19
|
onTouched: () => void;
|
|
@@ -32,5 +24,5 @@ export declare class UploadCollectionFormItemComponent implements ControlValueAc
|
|
|
32
24
|
/** @hidden */
|
|
33
25
|
registerOnTouched(fn: () => void): void;
|
|
34
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<UploadCollectionFormItemComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UploadCollectionFormItemComponent, "fd-upload-collection-form-item", never, { "
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UploadCollectionFormItemComponent, "fd-upload-collection-form-item", never, { "_editMode": { "alias": "_editMode"; "required": false; }; }, { "fileNameChanged": "fileNameChanged"; }, never, never, true, never, false>;
|
|
36
28
|
}
|
|
@@ -66,5 +66,5 @@ export declare class UploadCollectionItemDirective implements AfterContentInit,
|
|
|
66
66
|
*/
|
|
67
67
|
private resizeFileTitle;
|
|
68
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<UploadCollectionItemDirective, never>;
|
|
69
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<UploadCollectionItemDirective, "[fd-upload-collection-item]", never, { "fileName": { "alias": "fileName"; "required": false; }; "extension": { "alias": "extension"; "required": false; }; }, { "fileNameChanged": "fileNameChanged"; "deleteClicked": "deleteClicked"; }, ["_formItemComponent", "_titleDirective", "_buttonGroupComponent", "_titleContainerDirective"], never,
|
|
69
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UploadCollectionItemDirective, "[fd-upload-collection-item]", never, { "fileName": { "alias": "fileName"; "required": false; }; "extension": { "alias": "extension"; "required": false; }; }, { "fileNameChanged": "fileNameChanged"; "deleteClicked": "deleteClicked"; }, ["_formItemComponent", "_titleDirective", "_buttonGroupComponent", "_titleContainerDirective"], never, true, never, false>;
|
|
70
70
|
}
|
|
@@ -4,26 +4,26 @@ import { ObjectStatusComponent } from '@fundamental-ngx/core/object-status';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class UploadCollectionThumbnailDirective {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<UploadCollectionThumbnailDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<UploadCollectionThumbnailDirective, "[fd-upload-collection-thumbnail]", never, {}, {}, never, never,
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UploadCollectionThumbnailDirective, "[fd-upload-collection-thumbnail]", never, {}, {}, never, never, true, never, false>;
|
|
8
8
|
}
|
|
9
9
|
export declare class UploadCollectionTitleDirective {
|
|
10
10
|
elRef: ElementRef;
|
|
11
11
|
/** @hidden */
|
|
12
12
|
constructor(elRef: ElementRef);
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<UploadCollectionTitleDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<UploadCollectionTitleDirective, "[fd-upload-collection-title]", never, {}, {}, never, never,
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UploadCollectionTitleDirective, "[fd-upload-collection-title]", never, {}, {}, never, never, true, never, false>;
|
|
15
15
|
}
|
|
16
16
|
export declare class UploadCollectionDescriptionDirective {
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<UploadCollectionDescriptionDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<UploadCollectionDescriptionDirective, "[fd-upload-collection-description]", never, {}, {}, never, never,
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UploadCollectionDescriptionDirective, "[fd-upload-collection-description]", never, {}, {}, never, never, true, never, false>;
|
|
19
19
|
}
|
|
20
20
|
export declare class UploadCollectionTextSeparatorDirective {
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<UploadCollectionTextSeparatorDirective, never>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<UploadCollectionTextSeparatorDirective, "[fd-upload-collection-text-separator], fd-upload-collection-text-separator", never, {}, {}, never, never,
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UploadCollectionTextSeparatorDirective, "[fd-upload-collection-text-separator], fd-upload-collection-text-separator", never, {}, {}, never, never, true, never, false>;
|
|
23
23
|
}
|
|
24
24
|
export declare class UploadCollectionStatusGroupDirective {
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<UploadCollectionStatusGroupDirective, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<UploadCollectionStatusGroupDirective, "[fd-upload-collection-status-group]", never, {}, {}, never, never,
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UploadCollectionStatusGroupDirective, "[fd-upload-collection-status-group]", never, {}, {}, never, never, true, never, false>;
|
|
27
27
|
}
|
|
28
28
|
export declare class UploadCollectionStatusItemDirective implements OnInit {
|
|
29
29
|
private _objectStatus;
|
|
@@ -32,7 +32,7 @@ export declare class UploadCollectionStatusItemDirective implements OnInit {
|
|
|
32
32
|
/** @hidden */
|
|
33
33
|
ngOnInit(): void;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<UploadCollectionStatusItemDirective, [{ optional: true; }]>;
|
|
35
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<UploadCollectionStatusItemDirective, "[fd-upload-collection-status-item]", never, {}, {}, never, never,
|
|
35
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UploadCollectionStatusItemDirective, "[fd-upload-collection-status-item]", never, {}, {}, never, never, true, never, false>;
|
|
36
36
|
}
|
|
37
37
|
export declare class UploadCollectionTitleContainerDirective {
|
|
38
38
|
/** @hidden */
|
|
@@ -40,5 +40,5 @@ export declare class UploadCollectionTitleContainerDirective {
|
|
|
40
40
|
/** Whether or not this is in edit mode. */
|
|
41
41
|
applyContainerClass: boolean;
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<UploadCollectionTitleContainerDirective, never>;
|
|
43
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<UploadCollectionTitleContainerDirective, "[fd-upload-collection-title-container]", never, {}, {}, ["_objectMarkerComponents"], never,
|
|
43
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UploadCollectionTitleContainerDirective, "[fd-upload-collection-title-container]", never, {}, {}, ["_objectMarkerComponents"], never, true, never, false>;
|
|
44
44
|
}
|
|
@@ -5,5 +5,5 @@ export declare class UploadCollectionComponent {
|
|
|
5
5
|
/** Whether or not this upload collection supports selection. */
|
|
6
6
|
selection: boolean;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<UploadCollectionComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UploadCollectionComponent, "fd-upload-collection", never, { "small": { "alias": "small"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; }, {}, never, ["*"],
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UploadCollectionComponent, "fd-upload-collection", never, { "small": { "alias": "small"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; }, {}, never, ["*"], true, never, false>;
|
|
9
9
|
}
|
|
@@ -4,15 +4,8 @@ import * as i2 from "./upload-collection-item.directive";
|
|
|
4
4
|
import * as i3 from "./upload-collection-simple.directives";
|
|
5
5
|
import * as i4 from "./upload-collection-button-group/upload-collection-button-group.component";
|
|
6
6
|
import * as i5 from "./upload-collection-form-item/upload-collection-form-item.component";
|
|
7
|
-
import * as i6 from "@angular/common";
|
|
8
|
-
import * as i7 from "@fundamental-ngx/core/list";
|
|
9
|
-
import * as i8 from "@fundamental-ngx/core/button";
|
|
10
|
-
import * as i9 from "@fundamental-ngx/core/link";
|
|
11
|
-
import * as i10 from "@angular/forms";
|
|
12
|
-
import * as i11 from "@fundamental-ngx/core/form";
|
|
13
|
-
import * as i12 from "@fundamental-ngx/i18n";
|
|
14
7
|
export declare class UploadCollectionModule {
|
|
15
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<UploadCollectionModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UploadCollectionModule, [typeof i1.UploadCollectionComponent, typeof i2.UploadCollectionItemDirective, typeof i3.UploadCollectionThumbnailDirective, typeof i3.UploadCollectionTitleDirective, typeof i3.UploadCollectionDescriptionDirective, typeof i3.UploadCollectionTextSeparatorDirective, typeof i3.UploadCollectionStatusGroupDirective, typeof i3.UploadCollectionStatusItemDirective, typeof i4.UploadCollectionButtonGroupComponent, typeof i5.UploadCollectionFormItemComponent, typeof i3.UploadCollectionTitleContainerDirective], [typeof
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UploadCollectionModule, never, [typeof i1.UploadCollectionComponent, typeof i2.UploadCollectionItemDirective, typeof i3.UploadCollectionThumbnailDirective, typeof i3.UploadCollectionTitleDirective, typeof i3.UploadCollectionDescriptionDirective, typeof i3.UploadCollectionTextSeparatorDirective, typeof i3.UploadCollectionStatusGroupDirective, typeof i3.UploadCollectionStatusItemDirective, typeof i4.UploadCollectionButtonGroupComponent, typeof i5.UploadCollectionFormItemComponent, typeof i3.UploadCollectionTitleContainerDirective], [typeof i1.UploadCollectionComponent, typeof i2.UploadCollectionItemDirective, typeof i3.UploadCollectionThumbnailDirective, typeof i3.UploadCollectionTitleDirective, typeof i3.UploadCollectionDescriptionDirective, typeof i3.UploadCollectionTextSeparatorDirective, typeof i3.UploadCollectionStatusGroupDirective, typeof i3.UploadCollectionStatusItemDirective, typeof i4.UploadCollectionButtonGroupComponent, typeof i5.UploadCollectionFormItemComponent, typeof i3.UploadCollectionTitleContainerDirective]>;
|
|
17
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<UploadCollectionModule>;
|
|
18
11
|
}
|
package/wizard/index.d.ts
CHANGED
|
@@ -8,5 +8,4 @@ export * from './wizard-progress-bar/wizard-progress-bar.directive';
|
|
|
8
8
|
export * from './wizard-step-indicator/wizard-step-indicator.component';
|
|
9
9
|
export * from './wizard-injection-token';
|
|
10
10
|
export * from './wizard.service';
|
|
11
|
-
export * from './deprecated-wizard-compact.directive';
|
|
12
11
|
export * from './models/wizard-step';
|
|
@@ -6,16 +6,15 @@ import * as i4 from "./wizard-step/wizard-step.component";
|
|
|
6
6
|
import * as i5 from "./wizard-step-indicator/wizard-step-indicator.component";
|
|
7
7
|
import * as i6 from "./wizard-content/wizard-content.component";
|
|
8
8
|
import * as i7 from "./wizard-next-step/wizard-next-step.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 "@
|
|
14
|
-
import * as i13 from "@
|
|
15
|
-
import * as i14 from "@fundamental-ngx/core/
|
|
16
|
-
import * as i15 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/scroll-spy";
|
|
12
|
+
import * as i11 from "@fundamental-ngx/core/action-sheet";
|
|
13
|
+
import * as i12 from "@angular/cdk/scrolling";
|
|
14
|
+
import * as i13 from "@fundamental-ngx/core/content-density";
|
|
15
|
+
import * as i14 from "@fundamental-ngx/core/scrollbar";
|
|
17
16
|
export declare class WizardModule {
|
|
18
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<WizardModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<WizardModule, [typeof i1.WizardComponent, typeof i2.WizardNavigationComponent, typeof i3.WizardProgressBarDirective, typeof i4.WizardStepComponent, typeof i5.WizardStepIndicatorComponent, typeof i6.WizardContentComponent, typeof i7.WizardNextStepComponent
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<WizardModule, [typeof i1.WizardComponent, typeof i2.WizardNavigationComponent, typeof i3.WizardProgressBarDirective, typeof i4.WizardStepComponent, typeof i5.WizardStepIndicatorComponent, typeof i6.WizardContentComponent, typeof i7.WizardNextStepComponent], [typeof i8.CommonModule, typeof i9.IconModule, typeof i10.ScrollSpyModule, typeof i11.ActionSheetModule, typeof i12.ScrollingModule, typeof i13.ContentDensityModule, typeof i14.ScrollbarModule], [typeof i1.WizardComponent, typeof i2.WizardNavigationComponent, typeof i3.WizardProgressBarDirective, typeof i4.WizardStepComponent, typeof i5.WizardStepIndicatorComponent, typeof i7.WizardNextStepComponent, typeof i6.WizardContentComponent, typeof i13.ContentDensityModule]>;
|
|
20
19
|
static ɵinj: i0.ɵɵInjectorDeclaration<WizardModule>;
|
|
21
20
|
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DeprecatedActionSheetCompactDirective extends DeprecatedCompactDirective {
|
|
4
|
-
/** @hidden */
|
|
5
|
-
constructor();
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedActionSheetCompactDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedActionSheetCompactDirective, "fd-action-sheet[compact], fd-action-sheet-body[compact], [fd-action-sheet-item][compact]", never, {}, {}, never, never, false, never, false>;
|
|
8
|
-
}
|
package/alert/README.md
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
# Alert
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.5.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project alert` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project alert`.
|
|
8
|
-
|
|
9
|
-
> Note: Don't forget to add `--project alert` or else it will be added to the default project in your `angular.json` file.
|
|
10
|
-
|
|
11
|
-
## Build
|
|
12
|
-
|
|
13
|
-
Run `ng build alert` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
14
|
-
|
|
15
|
-
## Publishing
|
|
16
|
-
|
|
17
|
-
After building your library with `ng build alert`, go to the dist folder `cd dist/alert` and run `npm publish`.
|
|
18
|
-
|
|
19
|
-
## Running unit tests
|
|
20
|
-
|
|
21
|
-
Run `ng test alert` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
22
|
-
|
|
23
|
-
## Further help
|
|
24
|
-
|
|
25
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { TemplateRef, Type } from '@angular/core';
|
|
2
|
-
import { AlertConfig } from '../alert-utils/alert-config';
|
|
3
|
-
import { DynamicComponentService } from '@fundamental-ngx/cdk/utils';
|
|
4
|
-
import { AlertRef } from '../alert-utils/alert-ref';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* @deprecated
|
|
8
|
-
* Alert component is deprecated since version 0.16.0
|
|
9
|
-
* Message Strip component should be used instead.
|
|
10
|
-
*
|
|
11
|
-
* Service used to dynamically generate an alert as an overlay.
|
|
12
|
-
*/
|
|
13
|
-
export declare class AlertService {
|
|
14
|
-
private dynamicComponentService;
|
|
15
|
-
/** @hidden */
|
|
16
|
-
private alerts;
|
|
17
|
-
/** @hidden */
|
|
18
|
-
private alertContainerRef?;
|
|
19
|
-
/** @hidden */
|
|
20
|
-
constructor(dynamicComponentService: DynamicComponentService);
|
|
21
|
-
/**
|
|
22
|
-
* Returns true if there are some alerts currently open. False otherwise.
|
|
23
|
-
*/
|
|
24
|
-
hasOpenAlerts(): boolean;
|
|
25
|
-
/**
|
|
26
|
-
* Opens an alert component with a content of type TemplateRef, Component Type or String.
|
|
27
|
-
* @param content Content of the alert component.
|
|
28
|
-
* @param alertConfig Configuration of the alert component.
|
|
29
|
-
*/
|
|
30
|
-
open(content: TemplateRef<any> | Type<any> | string, alertConfig?: AlertConfig): AlertRef;
|
|
31
|
-
/**
|
|
32
|
-
* Dismisses all service-opened alerts.
|
|
33
|
-
*/
|
|
34
|
-
dismissAll(): void;
|
|
35
|
-
/** @hidden */
|
|
36
|
-
private destroyAlertComponent;
|
|
37
|
-
/** @hidden */
|
|
38
|
-
private destroyAlertContainer;
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AlertService, never>;
|
|
40
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AlertService>;
|
|
41
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
2
|
-
/**
|
|
3
|
-
* @deprecated
|
|
4
|
-
* Alert component is deprecated since version 0.16.0
|
|
5
|
-
* Message Strip component should be used instead.
|
|
6
|
-
*/
|
|
7
|
-
export declare const alertFadeNgIf: AnimationTriggerMetadata;
|
|
8
|
-
export declare const alertContainerNgIf: AnimationTriggerMetadata;
|