@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,52 +0,0 @@
|
|
|
1
|
-
import { Injectable, isDevMode } from '@angular/core';
|
|
2
|
-
import { warnOnce } from '@fundamental-ngx/cdk/utils';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* @deprecated use i18n capabilities instead
|
|
6
|
-
* Provides i18n support for labels and meridian naming inside the time component.
|
|
7
|
-
*/
|
|
8
|
-
export class TimeI18n {
|
|
9
|
-
/** @hidden */
|
|
10
|
-
constructor() {
|
|
11
|
-
/** Aria label for entire component */
|
|
12
|
-
this.componentAriaName = 'Time picker';
|
|
13
|
-
/** Aria label for the 'increase hours' button */
|
|
14
|
-
this.increaseHoursLabel = 'Increase hours';
|
|
15
|
-
/** label for the 'hours' column */
|
|
16
|
-
this.hoursLabel = 'Hrs';
|
|
17
|
-
/** Aria label for the 'decrease hours' button */
|
|
18
|
-
this.decreaseHoursLabel = 'Decrease hours';
|
|
19
|
-
/** Aria label for the 'increase minutes' button */
|
|
20
|
-
this.increaseMinutesLabel = 'Increase minutes';
|
|
21
|
-
/** label for the 'minutes' column */
|
|
22
|
-
this.minutesLabel = 'Min';
|
|
23
|
-
/** Aria label for the 'decrease minutes' button */
|
|
24
|
-
this.decreaseMinutesLabel = 'Decrease minutes';
|
|
25
|
-
/** Aria label for the 'increase seconds' button */
|
|
26
|
-
this.increaseSecondsLabel = 'Increase seconds';
|
|
27
|
-
/** label for the 'seconds' column */
|
|
28
|
-
this.secondsLabel = 'Sec';
|
|
29
|
-
/** Aria label for the 'decrease seconds' button */
|
|
30
|
-
this.decreaseSecondsLabel = 'Decrease seconds';
|
|
31
|
-
/** Aria label for the 'increase period' button */
|
|
32
|
-
this.increasePeriodLabel = 'Increase period';
|
|
33
|
-
/** label for the 'period' column */
|
|
34
|
-
this.periodLabel = 'Period';
|
|
35
|
-
/** Aria label for the 'decrease period' button */
|
|
36
|
-
this.decreasePeriodLabel = 'Decrease period';
|
|
37
|
-
/**
|
|
38
|
-
* Instruction how to navigate between options
|
|
39
|
-
* in the time column list and to switch between time columns
|
|
40
|
-
*/
|
|
41
|
-
this.navigationInstruction = 'To move between items in this list, press top arrow or bottom arrow. To switch between lists press left arrow or right arrow.';
|
|
42
|
-
if (isDevMode()) {
|
|
43
|
-
warnOnce('TimeI18n is deprecated and will be removed in next release. Use i18n capabilities instead.');
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: TimeI18n, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
47
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: TimeI18n }); }
|
|
48
|
-
}
|
|
49
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: TimeI18n, decorators: [{
|
|
50
|
-
type: Injectable
|
|
51
|
-
}], ctorParameters: function () { return []; } });
|
|
52
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZS1pMThuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb3JlL3NyYy9saWIvdGltZS9pMThuL3RpbWUtaTE4bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN0RCxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sNEJBQTRCLENBQUM7O0FBRXREOzs7R0FHRztBQUVILE1BQU0sT0FBTyxRQUFRO0lBK0NqQixjQUFjO0lBQ2Q7UUEvQ0Esc0NBQXNDO1FBQ3RDLHNCQUFpQixHQUFHLGFBQWEsQ0FBQztRQUVsQyxpREFBaUQ7UUFDakQsdUJBQWtCLEdBQUcsZ0JBQWdCLENBQUM7UUFFdEMsbUNBQW1DO1FBQ25DLGVBQVUsR0FBRyxLQUFLLENBQUM7UUFFbkIsaURBQWlEO1FBQ2pELHVCQUFrQixHQUFHLGdCQUFnQixDQUFDO1FBRXRDLG1EQUFtRDtRQUNuRCx5QkFBb0IsR0FBRyxrQkFBa0IsQ0FBQztRQUUxQyxxQ0FBcUM7UUFDckMsaUJBQVksR0FBRyxLQUFLLENBQUM7UUFFckIsbURBQW1EO1FBQ25ELHlCQUFvQixHQUFHLGtCQUFrQixDQUFDO1FBRTFDLG1EQUFtRDtRQUNuRCx5QkFBb0IsR0FBRyxrQkFBa0IsQ0FBQztRQUUxQyxxQ0FBcUM7UUFDckMsaUJBQVksR0FBRyxLQUFLLENBQUM7UUFFckIsbURBQW1EO1FBQ25ELHlCQUFvQixHQUFHLGtCQUFrQixDQUFDO1FBRTFDLGtEQUFrRDtRQUNsRCx3QkFBbUIsR0FBRyxpQkFBaUIsQ0FBQztRQUV4QyxvQ0FBb0M7UUFDcEMsZ0JBQVcsR0FBRyxRQUFRLENBQUM7UUFFdkIsa0RBQWtEO1FBQ2xELHdCQUFtQixHQUFHLGlCQUFpQixDQUFDO1FBRXhDOzs7V0FHRztRQUNILDBCQUFxQixHQUNqQiwrSEFBK0gsQ0FBQztRQUloSSxJQUFJLFNBQVMsRUFBRSxFQUFFO1lBQ2IsUUFBUSxDQUFDLDRGQUE0RixDQUFDLENBQUM7U0FDMUc7SUFDTCxDQUFDOzhHQXBEUSxRQUFRO2tIQUFSLFFBQVE7OzJGQUFSLFFBQVE7a0JBRHBCLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlLCBpc0Rldk1vZGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IHdhcm5PbmNlIH0gZnJvbSAnQGZ1bmRhbWVudGFsLW5neC9jZGsvdXRpbHMnO1xuXG4vKipcbiAqIEBkZXByZWNhdGVkIHVzZSBpMThuIGNhcGFiaWxpdGllcyBpbnN0ZWFkXG4gKiBQcm92aWRlcyBpMThuIHN1cHBvcnQgZm9yIGxhYmVscyBhbmQgbWVyaWRpYW4gbmFtaW5nIGluc2lkZSB0aGUgdGltZSBjb21wb25lbnQuXG4gKi9cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBUaW1lSTE4biB7XG4gICAgLyoqIEFyaWEgbGFiZWwgZm9yIGVudGlyZSBjb21wb25lbnQgKi9cbiAgICBjb21wb25lbnRBcmlhTmFtZSA9ICdUaW1lIHBpY2tlcic7XG5cbiAgICAvKiogQXJpYSBsYWJlbCBmb3IgdGhlICdpbmNyZWFzZSBob3VycycgYnV0dG9uICovXG4gICAgaW5jcmVhc2VIb3Vyc0xhYmVsID0gJ0luY3JlYXNlIGhvdXJzJztcblxuICAgIC8qKiBsYWJlbCBmb3IgdGhlICdob3VycycgY29sdW1uICovXG4gICAgaG91cnNMYWJlbCA9ICdIcnMnO1xuXG4gICAgLyoqIEFyaWEgbGFiZWwgZm9yIHRoZSAnZGVjcmVhc2UgaG91cnMnIGJ1dHRvbiAqL1xuICAgIGRlY3JlYXNlSG91cnNMYWJlbCA9ICdEZWNyZWFzZSBob3Vycyc7XG5cbiAgICAvKiogQXJpYSBsYWJlbCBmb3IgdGhlICdpbmNyZWFzZSBtaW51dGVzJyBidXR0b24gKi9cbiAgICBpbmNyZWFzZU1pbnV0ZXNMYWJlbCA9ICdJbmNyZWFzZSBtaW51dGVzJztcblxuICAgIC8qKiBsYWJlbCBmb3IgdGhlICdtaW51dGVzJyBjb2x1bW4gKi9cbiAgICBtaW51dGVzTGFiZWwgPSAnTWluJztcblxuICAgIC8qKiBBcmlhIGxhYmVsIGZvciB0aGUgJ2RlY3JlYXNlIG1pbnV0ZXMnIGJ1dHRvbiAqL1xuICAgIGRlY3JlYXNlTWludXRlc0xhYmVsID0gJ0RlY3JlYXNlIG1pbnV0ZXMnO1xuXG4gICAgLyoqIEFyaWEgbGFiZWwgZm9yIHRoZSAnaW5jcmVhc2Ugc2Vjb25kcycgYnV0dG9uICovXG4gICAgaW5jcmVhc2VTZWNvbmRzTGFiZWwgPSAnSW5jcmVhc2Ugc2Vjb25kcyc7XG5cbiAgICAvKiogbGFiZWwgZm9yIHRoZSAnc2Vjb25kcycgY29sdW1uICovXG4gICAgc2Vjb25kc0xhYmVsID0gJ1NlYyc7XG5cbiAgICAvKiogQXJpYSBsYWJlbCBmb3IgdGhlICdkZWNyZWFzZSBzZWNvbmRzJyBidXR0b24gKi9cbiAgICBkZWNyZWFzZVNlY29uZHNMYWJlbCA9ICdEZWNyZWFzZSBzZWNvbmRzJztcblxuICAgIC8qKiBBcmlhIGxhYmVsIGZvciB0aGUgJ2luY3JlYXNlIHBlcmlvZCcgYnV0dG9uICovXG4gICAgaW5jcmVhc2VQZXJpb2RMYWJlbCA9ICdJbmNyZWFzZSBwZXJpb2QnO1xuXG4gICAgLyoqIGxhYmVsIGZvciB0aGUgJ3BlcmlvZCcgY29sdW1uICovXG4gICAgcGVyaW9kTGFiZWwgPSAnUGVyaW9kJztcblxuICAgIC8qKiBBcmlhIGxhYmVsIGZvciB0aGUgJ2RlY3JlYXNlIHBlcmlvZCcgYnV0dG9uICovXG4gICAgZGVjcmVhc2VQZXJpb2RMYWJlbCA9ICdEZWNyZWFzZSBwZXJpb2QnO1xuXG4gICAgLyoqXG4gICAgICogSW5zdHJ1Y3Rpb24gaG93IHRvIG5hdmlnYXRlIGJldHdlZW4gb3B0aW9uc1xuICAgICAqIGluIHRoZSB0aW1lIGNvbHVtbiBsaXN0IGFuZCB0byBzd2l0Y2ggYmV0d2VlbiB0aW1lIGNvbHVtbnNcbiAgICAgKi9cbiAgICBuYXZpZ2F0aW9uSW5zdHJ1Y3Rpb24gPVxuICAgICAgICAnVG8gbW92ZSBiZXR3ZWVuIGl0ZW1zIGluIHRoaXMgbGlzdCwgcHJlc3MgdG9wIGFycm93IG9yIGJvdHRvbSBhcnJvdy4gVG8gc3dpdGNoIGJldHdlZW4gbGlzdHMgcHJlc3MgbGVmdCBhcnJvdyBvciByaWdodCBhcnJvdy4nO1xuXG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgaWYgKGlzRGV2TW9kZSgpKSB7XG4gICAgICAgICAgICB3YXJuT25jZSgnVGltZUkxOG4gaXMgZGVwcmVjYXRlZCBhbmQgd2lsbCBiZSByZW1vdmVkIGluIG5leHQgcmVsZWFzZS4gVXNlIGkxOG4gY2FwYWJpbGl0aWVzIGluc3RlYWQuJyk7XG4gICAgICAgIH1cbiAgICB9XG59XG4iXX0=
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { CONTENT_DENSITY_DIRECTIVE, DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
|
|
2
|
-
import { Directive, forwardRef } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class DeprecatedTimepickerCompactDirective extends DeprecatedCompactDirective {
|
|
5
|
-
/** @hidden */
|
|
6
|
-
constructor() {
|
|
7
|
-
super('fd-time-picker');
|
|
8
|
-
}
|
|
9
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: DeprecatedTimepickerCompactDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
10
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: DeprecatedTimepickerCompactDirective, selector: "fd-time-picker[compact]", providers: [
|
|
11
|
-
{
|
|
12
|
-
provide: CONTENT_DENSITY_DIRECTIVE,
|
|
13
|
-
useExisting: forwardRef(() => DeprecatedTimepickerCompactDirective)
|
|
14
|
-
}
|
|
15
|
-
], usesInheritance: true, ngImport: i0 }); }
|
|
16
|
-
}
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: DeprecatedTimepickerCompactDirective, decorators: [{
|
|
18
|
-
type: Directive,
|
|
19
|
-
args: [{
|
|
20
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
21
|
-
selector: 'fd-time-picker[compact]',
|
|
22
|
-
providers: [
|
|
23
|
-
{
|
|
24
|
-
provide: CONTENT_DENSITY_DIRECTIVE,
|
|
25
|
-
useExisting: forwardRef(() => DeprecatedTimepickerCompactDirective)
|
|
26
|
-
}
|
|
27
|
-
]
|
|
28
|
-
}]
|
|
29
|
-
}], ctorParameters: function () { return []; } });
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwcmVjYXRlZC10aW1lcGlja2VyLWNvbXBhY3QuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9jb3JlL3NyYy9saWIvdGltZS1waWNrZXIvZGVwcmVjYXRlZC10aW1lcGlja2VyLWNvbXBhY3QuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSwwQkFBMEIsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBQzlHLE9BQU8sRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVl0RCxNQUFNLE9BQU8sb0NBQXFDLFNBQVEsMEJBQTBCO0lBQ2hGLGNBQWM7SUFDZDtRQUNJLEtBQUssQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO0lBQzVCLENBQUM7OEdBSlEsb0NBQW9DO2tHQUFwQyxvQ0FBb0Msa0RBUGxDO1lBQ1A7Z0JBQ0ksT0FBTyxFQUFFLHlCQUF5QjtnQkFDbEMsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxvQ0FBb0MsQ0FBQzthQUN0RTtTQUNKOzsyRkFFUSxvQ0FBb0M7a0JBVmhELFNBQVM7bUJBQUM7b0JBQ1AsOERBQThEO29CQUM5RCxRQUFRLEVBQUUseUJBQXlCO29CQUNuQyxTQUFTLEVBQUU7d0JBQ1A7NEJBQ0ksT0FBTyxFQUFFLHlCQUF5Qjs0QkFDbEMsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUscUNBQXFDLENBQUM7eUJBQ3RFO3FCQUNKO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ09OVEVOVF9ERU5TSVRZX0RJUkVDVElWRSwgRGVwcmVjYXRlZENvbXBhY3REaXJlY3RpdmUgfSBmcm9tICdAZnVuZGFtZW50YWwtbmd4L2NvcmUvY29udGVudC1kZW5zaXR5JztcbmltcG9ydCB7IERpcmVjdGl2ZSwgZm9yd2FyZFJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHtcbiAgICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2RpcmVjdGl2ZS1zZWxlY3RvclxuICAgIHNlbGVjdG9yOiAnZmQtdGltZS1waWNrZXJbY29tcGFjdF0nLFxuICAgIHByb3ZpZGVyczogW1xuICAgICAgICB7XG4gICAgICAgICAgICBwcm92aWRlOiBDT05URU5UX0RFTlNJVFlfRElSRUNUSVZFLFxuICAgICAgICAgICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gRGVwcmVjYXRlZFRpbWVwaWNrZXJDb21wYWN0RGlyZWN0aXZlKVxuICAgICAgICB9XG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBEZXByZWNhdGVkVGltZXBpY2tlckNvbXBhY3REaXJlY3RpdmUgZXh0ZW5kcyBEZXByZWNhdGVkQ29tcGFjdERpcmVjdGl2ZSB7XG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgc3VwZXIoJ2ZkLXRpbWUtcGlja2VyJyk7XG4gICAgfVxufVxuIl19
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { CONTENT_DENSITY_DIRECTIVE, DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
|
|
2
|
-
import { Directive, forwardRef } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class DeprecatedTokenizerContentDensityDirective extends DeprecatedCompactDirective {
|
|
5
|
-
/** @hidden */
|
|
6
|
-
constructor() {
|
|
7
|
-
super('fd-tokenizer[compact], fd-token');
|
|
8
|
-
}
|
|
9
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: DeprecatedTokenizerContentDensityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
10
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: DeprecatedTokenizerContentDensityDirective, selector: "fd-tokenizer[compact], fd-token[compact]", providers: [
|
|
11
|
-
{
|
|
12
|
-
provide: CONTENT_DENSITY_DIRECTIVE,
|
|
13
|
-
useExisting: forwardRef(() => DeprecatedTokenizerContentDensityDirective)
|
|
14
|
-
}
|
|
15
|
-
], usesInheritance: true, ngImport: i0 }); }
|
|
16
|
-
}
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: DeprecatedTokenizerContentDensityDirective, decorators: [{
|
|
18
|
-
type: Directive,
|
|
19
|
-
args: [{
|
|
20
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
21
|
-
selector: 'fd-tokenizer[compact], fd-token[compact]',
|
|
22
|
-
providers: [
|
|
23
|
-
{
|
|
24
|
-
provide: CONTENT_DENSITY_DIRECTIVE,
|
|
25
|
-
useExisting: forwardRef(() => DeprecatedTokenizerContentDensityDirective)
|
|
26
|
-
}
|
|
27
|
-
]
|
|
28
|
-
}]
|
|
29
|
-
}], ctorParameters: function () { return []; } });
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwcmVjYXRlZC10b2tlbml6ZXItY29udGVudC1kZW5zaXR5LmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvY29yZS9zcmMvbGliL3Rva2VuL2RlcHJlY2F0ZWQtdG9rZW5pemVyLWNvbnRlbnQtZGVuc2l0eS5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHlCQUF5QixFQUFFLDBCQUEwQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDOUcsT0FBTyxFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBWXRELE1BQU0sT0FBTywwQ0FBMkMsU0FBUSwwQkFBMEI7SUFDdEYsY0FBYztJQUNkO1FBQ0ksS0FBSyxDQUFDLGlDQUFpQyxDQUFDLENBQUM7SUFDN0MsQ0FBQzs4R0FKUSwwQ0FBMEM7a0dBQTFDLDBDQUEwQyxtRUFQeEM7WUFDUDtnQkFDSSxPQUFPLEVBQUUseUJBQXlCO2dCQUNsQyxXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLDBDQUEwQyxDQUFDO2FBQzVFO1NBQ0o7OzJGQUVRLDBDQUEwQztrQkFWdEQsU0FBUzttQkFBQztvQkFDUCw4REFBOEQ7b0JBQzlELFFBQVEsRUFBRSwwQ0FBMEM7b0JBQ3BELFNBQVMsRUFBRTt3QkFDUDs0QkFDSSxPQUFPLEVBQUUseUJBQXlCOzRCQUNsQyxXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSwyQ0FBMkMsQ0FBQzt5QkFDNUU7cUJBQ0o7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDT05URU5UX0RFTlNJVFlfRElSRUNUSVZFLCBEZXByZWNhdGVkQ29tcGFjdERpcmVjdGl2ZSB9IGZyb20gJ0BmdW5kYW1lbnRhbC1uZ3gvY29yZS9jb250ZW50LWRlbnNpdHknO1xuaW1wb3J0IHsgRGlyZWN0aXZlLCBmb3J3YXJkUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICAgIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvZGlyZWN0aXZlLXNlbGVjdG9yXG4gICAgc2VsZWN0b3I6ICdmZC10b2tlbml6ZXJbY29tcGFjdF0sIGZkLXRva2VuW2NvbXBhY3RdJyxcbiAgICBwcm92aWRlcnM6IFtcbiAgICAgICAge1xuICAgICAgICAgICAgcHJvdmlkZTogQ09OVEVOVF9ERU5TSVRZX0RJUkVDVElWRSxcbiAgICAgICAgICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IERlcHJlY2F0ZWRUb2tlbml6ZXJDb250ZW50RGVuc2l0eURpcmVjdGl2ZSlcbiAgICAgICAgfVxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgRGVwcmVjYXRlZFRva2VuaXplckNvbnRlbnREZW5zaXR5RGlyZWN0aXZlIGV4dGVuZHMgRGVwcmVjYXRlZENvbXBhY3REaXJlY3RpdmUge1xuICAgIC8qKiBAaGlkZGVuICovXG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIHN1cGVyKCdmZC10b2tlbml6ZXJbY29tcGFjdF0sIGZkLXRva2VuJyk7XG4gICAgfVxufVxuIl19
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { CONTENT_DENSITY_DIRECTIVE, DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
|
|
2
|
-
import { Directive, forwardRef } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class DeprecatedWizardCompactDirective extends DeprecatedCompactDirective {
|
|
5
|
-
/** @hidden */
|
|
6
|
-
constructor() {
|
|
7
|
-
super('fd-wizard-step-indicator');
|
|
8
|
-
}
|
|
9
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: DeprecatedWizardCompactDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
10
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: DeprecatedWizardCompactDirective, selector: "fd-wizard-step-indicator[compact]", providers: [
|
|
11
|
-
{
|
|
12
|
-
provide: CONTENT_DENSITY_DIRECTIVE,
|
|
13
|
-
useExisting: forwardRef(() => DeprecatedWizardCompactDirective)
|
|
14
|
-
}
|
|
15
|
-
], usesInheritance: true, ngImport: i0 }); }
|
|
16
|
-
}
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: DeprecatedWizardCompactDirective, decorators: [{
|
|
18
|
-
type: Directive,
|
|
19
|
-
args: [{
|
|
20
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
21
|
-
selector: 'fd-wizard-step-indicator[compact]',
|
|
22
|
-
providers: [
|
|
23
|
-
{
|
|
24
|
-
provide: CONTENT_DENSITY_DIRECTIVE,
|
|
25
|
-
useExisting: forwardRef(() => DeprecatedWizardCompactDirective)
|
|
26
|
-
}
|
|
27
|
-
]
|
|
28
|
-
}]
|
|
29
|
-
}], ctorParameters: function () { return []; } });
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwcmVjYXRlZC13aXphcmQtY29tcGFjdC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2NvcmUvc3JjL2xpYi93aXphcmQvZGVwcmVjYXRlZC13aXphcmQtY29tcGFjdC5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHlCQUF5QixFQUFFLDBCQUEwQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDOUcsT0FBTyxFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBWXRELE1BQU0sT0FBTyxnQ0FBaUMsU0FBUSwwQkFBMEI7SUFDNUUsY0FBYztJQUNkO1FBQ0ksS0FBSyxDQUFDLDBCQUEwQixDQUFDLENBQUM7SUFDdEMsQ0FBQzs4R0FKUSxnQ0FBZ0M7a0dBQWhDLGdDQUFnQyw0REFQOUI7WUFDUDtnQkFDSSxPQUFPLEVBQUUseUJBQXlCO2dCQUNsQyxXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLGdDQUFnQyxDQUFDO2FBQ2xFO1NBQ0o7OzJGQUVRLGdDQUFnQztrQkFWNUMsU0FBUzttQkFBQztvQkFDUCw4REFBOEQ7b0JBQzlELFFBQVEsRUFBRSxtQ0FBbUM7b0JBQzdDLFNBQVMsRUFBRTt3QkFDUDs0QkFDSSxPQUFPLEVBQUUseUJBQXlCOzRCQUNsQyxXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxpQ0FBaUMsQ0FBQzt5QkFDbEU7cUJBQ0o7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDT05URU5UX0RFTlNJVFlfRElSRUNUSVZFLCBEZXByZWNhdGVkQ29tcGFjdERpcmVjdGl2ZSB9IGZyb20gJ0BmdW5kYW1lbnRhbC1uZ3gvY29yZS9jb250ZW50LWRlbnNpdHknO1xuaW1wb3J0IHsgRGlyZWN0aXZlLCBmb3J3YXJkUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICAgIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvZGlyZWN0aXZlLXNlbGVjdG9yXG4gICAgc2VsZWN0b3I6ICdmZC13aXphcmQtc3RlcC1pbmRpY2F0b3JbY29tcGFjdF0nLFxuICAgIHByb3ZpZGVyczogW1xuICAgICAgICB7XG4gICAgICAgICAgICBwcm92aWRlOiBDT05URU5UX0RFTlNJVFlfRElSRUNUSVZFLFxuICAgICAgICAgICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gRGVwcmVjYXRlZFdpemFyZENvbXBhY3REaXJlY3RpdmUpXG4gICAgICAgIH1cbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIERlcHJlY2F0ZWRXaXphcmRDb21wYWN0RGlyZWN0aXZlIGV4dGVuZHMgRGVwcmVjYXRlZENvbXBhY3REaXJlY3RpdmUge1xuICAgIC8qKiBAaGlkZGVuICovXG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIHN1cGVyKCdmZC13aXphcmQtc3RlcC1pbmRpY2F0b3InKTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -1,437 +0,0 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import { EventEmitter, Type, TemplateRef, ViewContainerRef, Component, ChangeDetectionStrategy, Optional, ViewChild, Input, Output, HostListener, ViewEncapsulation, HostBinding, Injectable, NgModule } from '@angular/core';
|
|
3
|
-
import { CommonModule } from '@angular/common';
|
|
4
|
-
import * as i1 from '@fundamental-ngx/cdk/utils';
|
|
5
|
-
import { warnOnce, AbstractFdNgxClass, DynamicComponentService } from '@fundamental-ngx/cdk/utils';
|
|
6
|
-
import { Subject } from 'rxjs';
|
|
7
|
-
import * as i3 from '@fundamental-ngx/core/message-strip';
|
|
8
|
-
import { MessageStripComponent } from '@fundamental-ngx/core/message-strip';
|
|
9
|
-
import { trigger, transition, style, animate } from '@angular/animations';
|
|
10
|
-
import { ButtonModule } from '@fundamental-ngx/core/button';
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* @deprecated
|
|
14
|
-
* Alert component is deprecated since version 0.16.0
|
|
15
|
-
* Message Strip component should be used instead.
|
|
16
|
-
*
|
|
17
|
-
* Reference to an alert component generated via the AlertService.
|
|
18
|
-
* It can be injected into the content component in the same way a service would be injected.
|
|
19
|
-
* For a template, add let-alert to your ng-template tag. Now using *alert* in the template refers to this class.
|
|
20
|
-
*/
|
|
21
|
-
class AlertRef {
|
|
22
|
-
/** @hidden */
|
|
23
|
-
constructor() {
|
|
24
|
-
/** @hidden */
|
|
25
|
-
this._afterDismissed = new Subject();
|
|
26
|
-
warnOnce('AlertRef is deprecated since version 0.16.0 and will be removed in next release. Use Message Strip instead.');
|
|
27
|
-
this.afterDismissed = this._afterDismissed.asObservable();
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* Dismisses the alert.
|
|
31
|
-
*
|
|
32
|
-
* @param reason Data passed back to the calling component through the AfterDismissed observable.
|
|
33
|
-
*/
|
|
34
|
-
dismiss(reason) {
|
|
35
|
-
this._afterDismissed.next(reason);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* @deprecated
|
|
41
|
-
* Alert component is deprecated since version 0.16.0
|
|
42
|
-
* Message Strip component should be used instead.
|
|
43
|
-
*
|
|
44
|
-
* Configuration for opening an alert with the AlertService.
|
|
45
|
-
*/
|
|
46
|
-
class AlertConfig {
|
|
47
|
-
/** @hidden */
|
|
48
|
-
constructor() {
|
|
49
|
-
/** Whether the alert is dismissible. */
|
|
50
|
-
this.dismissible = true;
|
|
51
|
-
/** Width of the alert. */
|
|
52
|
-
this.width = '33vw';
|
|
53
|
-
/** Minimum width of the alert. */
|
|
54
|
-
this.minWidth = '300px';
|
|
55
|
-
/** Duration of time *in milliseconds* that the alert will be visible. Set to -1 for indefinite. */
|
|
56
|
-
this.duration = 10000;
|
|
57
|
-
/** Whether the alert should stay open if the mouse is hovering over it. */
|
|
58
|
-
this.mousePersist = false;
|
|
59
|
-
/** The container that the Alert is appended to. By default, it is appended to the body. */
|
|
60
|
-
this.container = 'body';
|
|
61
|
-
warnOnce('AlertConfig is deprecated since version 0.16.0 and will be removed in next release. Use Message Strip instead.');
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
let alertUniqueId = 0;
|
|
66
|
-
/**
|
|
67
|
-
* @deprecated
|
|
68
|
-
* Alert component is deprecated since version 0.16.0
|
|
69
|
-
* Message Strip component should be used instead.
|
|
70
|
-
*
|
|
71
|
-
* The component that represents an alert. It can be only be used inline.
|
|
72
|
-
* If the AlertService is used, this component is auto-generated.
|
|
73
|
-
*/
|
|
74
|
-
class AlertComponent extends AbstractFdNgxClass {
|
|
75
|
-
/** @hidden */
|
|
76
|
-
constructor(elRef, cdRef, componentFactoryResolver, ngZone, alertConfig, alertRef) {
|
|
77
|
-
super(elRef);
|
|
78
|
-
this.elRef = elRef;
|
|
79
|
-
this.cdRef = cdRef;
|
|
80
|
-
this.componentFactoryResolver = componentFactoryResolver;
|
|
81
|
-
this.ngZone = ngZone;
|
|
82
|
-
this.alertConfig = alertConfig;
|
|
83
|
-
this.alertRef = alertRef;
|
|
84
|
-
/** Whether the alert is dismissible. */
|
|
85
|
-
this.dismissible = true;
|
|
86
|
-
/** Id for the alert component. If omitted, a unique one is generated. */
|
|
87
|
-
this.id = 'fd-alert-' + alertUniqueId++;
|
|
88
|
-
/** Duration of time *in milliseconds* that the alert will be visible. Set to -1 for indefinite. */
|
|
89
|
-
this.duration = 10000;
|
|
90
|
-
/** Whether the alert should stay open if the mouse is hovering over it. */
|
|
91
|
-
this.mousePersist = false;
|
|
92
|
-
/** Aria label for the dismiss button. */
|
|
93
|
-
this.dismissLabel = 'Dismiss';
|
|
94
|
-
/** Event fired when the alert is dismissed. */
|
|
95
|
-
this.onDismiss = new EventEmitter();
|
|
96
|
-
/** @hidden */
|
|
97
|
-
this.mouseInAlert = false;
|
|
98
|
-
/** @hidden */
|
|
99
|
-
this.childContent = undefined;
|
|
100
|
-
this._setAlertConfig(alertConfig);
|
|
101
|
-
this._setProperties();
|
|
102
|
-
warnOnce('AlertComponent is deprecated since version 0.16.0 and will be removed in next release. Use MessageStripComponent instead.');
|
|
103
|
-
}
|
|
104
|
-
/** @hidden */
|
|
105
|
-
ngOnInit() {
|
|
106
|
-
if (this.alertRef) {
|
|
107
|
-
this.open();
|
|
108
|
-
}
|
|
109
|
-
this._setProperties();
|
|
110
|
-
}
|
|
111
|
-
/** @hidden */
|
|
112
|
-
ngAfterViewInit() {
|
|
113
|
-
if (this.childContent) {
|
|
114
|
-
if (this.childContent instanceof Type) {
|
|
115
|
-
this.loadFromComponent(this.childContent);
|
|
116
|
-
}
|
|
117
|
-
else if (this.childContent instanceof TemplateRef) {
|
|
118
|
-
this.loadFromTemplate(this.childContent);
|
|
119
|
-
}
|
|
120
|
-
else {
|
|
121
|
-
this.loadFromString(this.childContent);
|
|
122
|
-
}
|
|
123
|
-
this.cdRef.detectChanges();
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
/**
|
|
127
|
-
* Dismisses the alert. If the alert was generated via the AlertService, it is removed from the DOM.
|
|
128
|
-
* Otherwise, it sets the display value to none. Fires the onDismiss event.
|
|
129
|
-
*
|
|
130
|
-
* @param manualDismiss Set to true to skip the dismiss animation.
|
|
131
|
-
* @param reason Data to pass back to the calling component. Only usable if alert is opened using the Service.
|
|
132
|
-
*
|
|
133
|
-
*/
|
|
134
|
-
dismiss(reason, manualDismiss = false) {
|
|
135
|
-
if (manualDismiss) {
|
|
136
|
-
this.elRef.nativeElement.classList.add('fd-has-display-none');
|
|
137
|
-
this.elRef.nativeElement.classList.remove('fd-has-display-block');
|
|
138
|
-
}
|
|
139
|
-
if (this.alertRef) {
|
|
140
|
-
this.alertRef.dismiss(reason);
|
|
141
|
-
}
|
|
142
|
-
else {
|
|
143
|
-
this.elRef.nativeElement.classList.add('fd-has-display-none');
|
|
144
|
-
this.elRef.nativeElement.classList.remove('fd-has-display-block');
|
|
145
|
-
}
|
|
146
|
-
this.onDismiss.emit();
|
|
147
|
-
}
|
|
148
|
-
/**
|
|
149
|
-
* Opens the alert.
|
|
150
|
-
*/
|
|
151
|
-
open() {
|
|
152
|
-
if (!this.alertRef) {
|
|
153
|
-
if (this.elRef.nativeElement.style.display === 'block') {
|
|
154
|
-
return;
|
|
155
|
-
}
|
|
156
|
-
this.elRef.nativeElement.classList.remove('fd-has-display-none');
|
|
157
|
-
this.elRef.nativeElement.classList.add('fd-has-display-block');
|
|
158
|
-
}
|
|
159
|
-
if (this.duration >= 0) {
|
|
160
|
-
this.ngZone.runOutsideAngular(() => {
|
|
161
|
-
setTimeout(() => {
|
|
162
|
-
if (this.mousePersist) {
|
|
163
|
-
const wait = () => {
|
|
164
|
-
if (this.mouseInAlert === true) {
|
|
165
|
-
setTimeout(wait, 500);
|
|
166
|
-
}
|
|
167
|
-
else {
|
|
168
|
-
this.ngZone.run(() => this.dismiss());
|
|
169
|
-
}
|
|
170
|
-
};
|
|
171
|
-
wait();
|
|
172
|
-
}
|
|
173
|
-
else {
|
|
174
|
-
this.ngZone.run(() => this.dismiss());
|
|
175
|
-
}
|
|
176
|
-
}, this.duration);
|
|
177
|
-
});
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
/** @hidden */
|
|
181
|
-
handleAlertMouseEvent(event) {
|
|
182
|
-
if (event.type === 'mouseenter') {
|
|
183
|
-
this.mouseInAlert = true;
|
|
184
|
-
}
|
|
185
|
-
else if (event.type === 'mouseleave') {
|
|
186
|
-
this.mouseInAlert = false;
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
/** @hidden */
|
|
190
|
-
_setProperties() {
|
|
191
|
-
this._addClassToElement('fd-alert');
|
|
192
|
-
if (this.type) {
|
|
193
|
-
this._addClassToElement('fd-alert--' + this.type);
|
|
194
|
-
}
|
|
195
|
-
if (this.dismissible) {
|
|
196
|
-
this._addClassToElement('fd-alert--dismissible');
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
/** @hidden */
|
|
200
|
-
loadFromTemplate(template) {
|
|
201
|
-
const context = {
|
|
202
|
-
$implicit: this.alertRef
|
|
203
|
-
};
|
|
204
|
-
this.componentRef = this.containerRef.createEmbeddedView(template, context);
|
|
205
|
-
}
|
|
206
|
-
/** @hidden */
|
|
207
|
-
loadFromComponent(componentType) {
|
|
208
|
-
this.containerRef.clear();
|
|
209
|
-
this.componentRef = this.containerRef.createComponent(componentType);
|
|
210
|
-
}
|
|
211
|
-
/** @hidden */
|
|
212
|
-
loadFromString(contentString) {
|
|
213
|
-
this.containerRef.clear();
|
|
214
|
-
this.message = contentString;
|
|
215
|
-
}
|
|
216
|
-
/** @hidden */
|
|
217
|
-
_setAlertConfig(alertConfig) {
|
|
218
|
-
Object.keys(alertConfig || {})
|
|
219
|
-
.filter((key) => key !== 'data' && key !== 'container')
|
|
220
|
-
.forEach((key) => (this[key] = alertConfig[key]));
|
|
221
|
-
}
|
|
222
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.ComponentFactoryResolver }, { token: i0.NgZone }, { token: AlertConfig, optional: true }, { token: AlertRef, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
223
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.0", type: AlertComponent, selector: "fd-alert", inputs: { dismissible: "dismissible", type: "type", id: "id", duration: "duration", mousePersist: "mousePersist", ariaLabelledBy: "ariaLabelledBy", ariaLabel: "ariaLabel", dismissLabel: "dismissLabel", width: "width", minWidth: "minWidth", message: "message" }, outputs: { onDismiss: "onDismiss" }, host: { listeners: { "mouseenter": "handleAlertMouseEvent($event)", "mouseleave": "handleAlertMouseEvent($event)" } }, viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["container"], descendants: true, read: ViewContainerRef }], usesInheritance: true, ngImport: i0, template: "<fd-message-strip\n [dismissLabel]=\"dismissLabel\"\n [ariaLabelledBy]=\"ariaLabelledBy\"\n [ariaLabel]=\"ariaLabel\"\n [width]=\"width\"\n [minWidth]=\"minWidth\"\n [dismissible]=\"dismissible\"\n [id]=\"id\"\n [type]=\"type\"\n (onDismiss)=\"onDismiss.emit($event)\"\n>\n <ng-container #container>{{ message }}</ng-container>\n <ng-content></ng-content>\n</fd-message-strip>\n", styles: [":host{display:block}:host.fd-has-display-block{display:block}:host.fd-has-display-none{display:none}\n"], dependencies: [{ kind: "component", type: i3.MessageStripComponent, selector: "fd-message-strip", inputs: ["class", "dismissible", "noIcon", "type", "id", "ariaLabelledBy", "ariaLabel", "dismissLabel", "width", "minWidth", "marginBottom"], outputs: ["onDismiss"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
224
|
-
}
|
|
225
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertComponent, decorators: [{
|
|
226
|
-
type: Component,
|
|
227
|
-
args: [{ selector: 'fd-alert', changeDetection: ChangeDetectionStrategy.OnPush, template: "<fd-message-strip\n [dismissLabel]=\"dismissLabel\"\n [ariaLabelledBy]=\"ariaLabelledBy\"\n [ariaLabel]=\"ariaLabel\"\n [width]=\"width\"\n [minWidth]=\"minWidth\"\n [dismissible]=\"dismissible\"\n [id]=\"id\"\n [type]=\"type\"\n (onDismiss)=\"onDismiss.emit($event)\"\n>\n <ng-container #container>{{ message }}</ng-container>\n <ng-content></ng-content>\n</fd-message-strip>\n", styles: [":host{display:block}:host.fd-has-display-block{display:block}:host.fd-has-display-none{display:none}\n"] }]
|
|
228
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i0.ComponentFactoryResolver }, { type: i0.NgZone }, { type: AlertConfig, decorators: [{
|
|
229
|
-
type: Optional
|
|
230
|
-
}] }, { type: AlertRef, decorators: [{
|
|
231
|
-
type: Optional
|
|
232
|
-
}] }]; }, propDecorators: { containerRef: [{
|
|
233
|
-
type: ViewChild,
|
|
234
|
-
args: ['container', { read: ViewContainerRef }]
|
|
235
|
-
}], dismissible: [{
|
|
236
|
-
type: Input
|
|
237
|
-
}], type: [{
|
|
238
|
-
type: Input
|
|
239
|
-
}], id: [{
|
|
240
|
-
type: Input
|
|
241
|
-
}], duration: [{
|
|
242
|
-
type: Input
|
|
243
|
-
}], mousePersist: [{
|
|
244
|
-
type: Input
|
|
245
|
-
}], ariaLabelledBy: [{
|
|
246
|
-
type: Input
|
|
247
|
-
}], ariaLabel: [{
|
|
248
|
-
type: Input
|
|
249
|
-
}], dismissLabel: [{
|
|
250
|
-
type: Input
|
|
251
|
-
}], width: [{
|
|
252
|
-
type: Input
|
|
253
|
-
}], minWidth: [{
|
|
254
|
-
type: Input
|
|
255
|
-
}], message: [{
|
|
256
|
-
type: Input
|
|
257
|
-
}],
|
|
258
|
-
// eslint-disable-next-line @angular-eslint/no-output-on-prefix
|
|
259
|
-
onDismiss: [{
|
|
260
|
-
type: Output
|
|
261
|
-
}], handleAlertMouseEvent: [{
|
|
262
|
-
type: HostListener,
|
|
263
|
-
args: ['mouseenter', ['$event']]
|
|
264
|
-
}, {
|
|
265
|
-
type: HostListener,
|
|
266
|
-
args: ['mouseleave', ['$event']]
|
|
267
|
-
}] } });
|
|
268
|
-
|
|
269
|
-
/**
|
|
270
|
-
* @deprecated
|
|
271
|
-
* Alert component is deprecated since version 0.16.0
|
|
272
|
-
* Message Strip component should be used instead.
|
|
273
|
-
*/
|
|
274
|
-
const alertFadeNgIf = trigger('fadeAlertNgIf', [
|
|
275
|
-
transition(':enter', [
|
|
276
|
-
style({
|
|
277
|
-
opacity: 0
|
|
278
|
-
}),
|
|
279
|
-
animate('250ms ease-in-out', style({
|
|
280
|
-
opacity: 1
|
|
281
|
-
}))
|
|
282
|
-
]),
|
|
283
|
-
transition(':leave', [
|
|
284
|
-
style({
|
|
285
|
-
opacity: 1,
|
|
286
|
-
marginTop: '*',
|
|
287
|
-
paddingTop: '*',
|
|
288
|
-
paddingBottom: '*',
|
|
289
|
-
height: '*',
|
|
290
|
-
overflow: 'hidden'
|
|
291
|
-
}),
|
|
292
|
-
animate('400ms ease-in-out', style({
|
|
293
|
-
opacity: 0,
|
|
294
|
-
marginTop: 0,
|
|
295
|
-
paddingTop: 0,
|
|
296
|
-
paddingBottom: 0,
|
|
297
|
-
height: 0,
|
|
298
|
-
overflow: 'hidden'
|
|
299
|
-
}))
|
|
300
|
-
])
|
|
301
|
-
]);
|
|
302
|
-
const alertContainerNgIf = trigger('alertContainerNgIf', [
|
|
303
|
-
transition(':leave', [style({ opacity: 1 }), animate('400ms ease-in-out', style({ opacity: 0 }))])
|
|
304
|
-
]);
|
|
305
|
-
|
|
306
|
-
/**
|
|
307
|
-
* @deprecated
|
|
308
|
-
* Alert component is deprecated since version 0.16.0
|
|
309
|
-
* Message Strip component should be used instead.
|
|
310
|
-
*/
|
|
311
|
-
class AlertContainerComponent {
|
|
312
|
-
/** @hidden */
|
|
313
|
-
constructor() {
|
|
314
|
-
/** @hidden */
|
|
315
|
-
this.fdAlertContainerClass = true;
|
|
316
|
-
warnOnce('AlertContainerComponent is deprecated since version 0.16.0 and will be removed in future release. Message Strip component should be used instead.');
|
|
317
|
-
}
|
|
318
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
319
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.0", type: AlertContainerComponent, selector: "fd-alert-container", host: { properties: { "@alertContainerNgIf": "", "class.fd-alert-container": "this.fdAlertContainerClass" } }, ngImport: i0, template: ``, isInline: true, styles: [".fd-alert-container{position:fixed;display:flex;flex-direction:column;z-index:5000;align-items:center;top:0;right:50%;left:50%}\n"], animations: [alertContainerNgIf], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
320
|
-
}
|
|
321
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertContainerComponent, decorators: [{
|
|
322
|
-
type: Component,
|
|
323
|
-
args: [{ selector: 'fd-alert-container', template: ``, host: {
|
|
324
|
-
'[@alertContainerNgIf]': ''
|
|
325
|
-
}, animations: [alertContainerNgIf], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".fd-alert-container{position:fixed;display:flex;flex-direction:column;z-index:5000;align-items:center;top:0;right:50%;left:50%}\n"] }]
|
|
326
|
-
}], ctorParameters: function () { return []; }, propDecorators: { fdAlertContainerClass: [{
|
|
327
|
-
type: HostBinding,
|
|
328
|
-
args: ['class.fd-alert-container']
|
|
329
|
-
}] } });
|
|
330
|
-
|
|
331
|
-
/**
|
|
332
|
-
* @deprecated
|
|
333
|
-
* Alert component is deprecated since version 0.16.0
|
|
334
|
-
* Message Strip component should be used instead.
|
|
335
|
-
*
|
|
336
|
-
* Service used to dynamically generate an alert as an overlay.
|
|
337
|
-
*/
|
|
338
|
-
class AlertService {
|
|
339
|
-
/** @hidden */
|
|
340
|
-
constructor(dynamicComponentService) {
|
|
341
|
-
this.dynamicComponentService = dynamicComponentService;
|
|
342
|
-
/** @hidden */
|
|
343
|
-
this.alerts = [];
|
|
344
|
-
warnOnce('AlertService is deprecated since version 0.16.0 and will be removed in next release. Use MessageStripAlertService instead.');
|
|
345
|
-
}
|
|
346
|
-
/**
|
|
347
|
-
* Returns true if there are some alerts currently open. False otherwise.
|
|
348
|
-
*/
|
|
349
|
-
hasOpenAlerts() {
|
|
350
|
-
return this.alerts && this.alerts.length > 0;
|
|
351
|
-
}
|
|
352
|
-
/**
|
|
353
|
-
* Opens an alert component with a content of type TemplateRef, Component Type or String.
|
|
354
|
-
* @param content Content of the alert component.
|
|
355
|
-
* @param alertConfig Configuration of the alert component.
|
|
356
|
-
*/
|
|
357
|
-
open(content, alertConfig = new AlertConfig()) {
|
|
358
|
-
// Get default values from alert model
|
|
359
|
-
alertConfig = Object.assign(new AlertConfig(), alertConfig);
|
|
360
|
-
// Instantiate alert ref service
|
|
361
|
-
const service = new AlertRef();
|
|
362
|
-
service.data = alertConfig.data;
|
|
363
|
-
// If empty or undefined alert array, create container
|
|
364
|
-
if (!this.alerts || this.alerts.length === 0 || !this.alertContainerRef) {
|
|
365
|
-
this.alertContainerRef = this.dynamicComponentService.createDynamicComponent(content, AlertContainerComponent, alertConfig);
|
|
366
|
-
}
|
|
367
|
-
// Define Container to put backdrop and component to container
|
|
368
|
-
alertConfig.container = this.alertContainerRef.location.nativeElement;
|
|
369
|
-
const component = this.dynamicComponentService.createDynamicComponent(content, AlertComponent, alertConfig, { services: [service, alertConfig] });
|
|
370
|
-
component.location.nativeElement.style.marginTop = '10px';
|
|
371
|
-
// Subscription to close alert from ref
|
|
372
|
-
const refSub = service.afterDismissed.subscribe(() => {
|
|
373
|
-
this.destroyAlertComponent(component);
|
|
374
|
-
refSub.unsubscribe();
|
|
375
|
-
});
|
|
376
|
-
// Log new component
|
|
377
|
-
this.alerts.push(component);
|
|
378
|
-
return service;
|
|
379
|
-
}
|
|
380
|
-
/**
|
|
381
|
-
* Dismisses all service-opened alerts.
|
|
382
|
-
*/
|
|
383
|
-
dismissAll() {
|
|
384
|
-
this.alerts.forEach((ref) => {
|
|
385
|
-
this.destroyAlertComponent(ref);
|
|
386
|
-
});
|
|
387
|
-
}
|
|
388
|
-
/** @hidden */
|
|
389
|
-
destroyAlertComponent(alert) {
|
|
390
|
-
this.alerts = this.alerts.filter((item) => item && item !== alert);
|
|
391
|
-
this.dynamicComponentService.destroyComponent(alert);
|
|
392
|
-
if (this.alertContainerRef && (!this.alerts || this.alerts.length === 0)) {
|
|
393
|
-
this.destroyAlertContainer();
|
|
394
|
-
}
|
|
395
|
-
}
|
|
396
|
-
/** @hidden */
|
|
397
|
-
destroyAlertContainer() {
|
|
398
|
-
this.alertContainerRef && this.dynamicComponentService.destroyComponent(this.alertContainerRef);
|
|
399
|
-
this.alertContainerRef = undefined;
|
|
400
|
-
}
|
|
401
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertService, deps: [{ token: i1.DynamicComponentService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
402
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertService }); }
|
|
403
|
-
}
|
|
404
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertService, decorators: [{
|
|
405
|
-
type: Injectable
|
|
406
|
-
}], ctorParameters: function () { return [{ type: i1.DynamicComponentService }]; } });
|
|
407
|
-
|
|
408
|
-
/**
|
|
409
|
-
* @deprecated
|
|
410
|
-
* Alert component is deprecated since version 0.16.0
|
|
411
|
-
* Message Strip component should be used instead.
|
|
412
|
-
*/
|
|
413
|
-
class AlertModule {
|
|
414
|
-
/** @hidden */
|
|
415
|
-
constructor() {
|
|
416
|
-
warnOnce('AlertModule is deprecated since version 0.16.0 and will be removed in next release. Message Strip component should be used instead.');
|
|
417
|
-
}
|
|
418
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
419
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.0", ngImport: i0, type: AlertModule, declarations: [AlertComponent, AlertContainerComponent], imports: [CommonModule, ButtonModule, MessageStripComponent], exports: [AlertComponent, AlertContainerComponent] }); }
|
|
420
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertModule, providers: [AlertService, DynamicComponentService], imports: [CommonModule, ButtonModule, MessageStripComponent] }); }
|
|
421
|
-
}
|
|
422
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertModule, decorators: [{
|
|
423
|
-
type: NgModule,
|
|
424
|
-
args: [{
|
|
425
|
-
declarations: [AlertComponent, AlertContainerComponent],
|
|
426
|
-
imports: [CommonModule, ButtonModule, MessageStripComponent],
|
|
427
|
-
exports: [AlertComponent, AlertContainerComponent],
|
|
428
|
-
providers: [AlertService, DynamicComponentService]
|
|
429
|
-
}]
|
|
430
|
-
}], ctorParameters: function () { return []; } });
|
|
431
|
-
|
|
432
|
-
/**
|
|
433
|
-
* Generated bundle index. Do not edit.
|
|
434
|
-
*/
|
|
435
|
-
|
|
436
|
-
export { AlertComponent, AlertConfig, AlertContainerComponent, AlertModule, AlertRef, AlertService, alertContainerNgIf, alertFadeNgIf };
|
|
437
|
-
//# sourceMappingURL=fundamental-ngx-core-alert.mjs.map
|