@fundamental-ngx/core 0.56.4 → 0.57.0-rc.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-bar/index.d.ts +131 -8
- package/action-sheet/index.d.ts +249 -6
- package/avatar/index.d.ts +155 -5
- package/avatar-group/index.d.ts +252 -9
- package/avatar-group-legacy/index.d.ts +204 -10
- package/bar/index.d.ts +133 -8
- package/breadcrumb/index.d.ts +133 -4
- package/busy-indicator/index.d.ts +60 -4
- package/button/index.d.ts +149 -5
- package/calendar/index.d.ts +1755 -16
- package/card/index.d.ts +680 -37
- package/carousel/index.d.ts +437 -6
- package/checkbox/index.d.ts +169 -4
- package/combobox/index.d.ts +390 -8
- package/content-density/index.d.ts +225 -14
- package/date-picker/index.d.ts +459 -4
- package/datetime/index.d.ts +723 -11
- package/datetime-picker/index.d.ts +381 -4
- package/dialog/index.d.ts +736 -29
- package/dynamic-page/index.d.ts +532 -23
- package/dynamic-side-content/index.d.ts +107 -6
- package/facets/index.d.ts +145 -7
- package/feed-input/index.d.ts +99 -5
- package/feed-list-item/index.d.ts +160 -7
- package/fesm2022/fundamental-ngx-core-action-bar.mjs +25 -25
- package/fesm2022/fundamental-ngx-core-action-bar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-action-sheet.mjs +19 -19
- package/fesm2022/fundamental-ngx-core-action-sheet.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-avatar-group-legacy.mjs +28 -28
- package/fesm2022/fundamental-ngx-core-avatar-group-legacy.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-avatar-group.mjs +34 -34
- package/fesm2022/fundamental-ngx-core-avatar-group.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-avatar.mjs +10 -10
- package/fesm2022/fundamental-ngx-core-avatar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-bar.mjs +22 -22
- package/fesm2022/fundamental-ngx-core-bar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-breadcrumb.mjs +10 -10
- package/fesm2022/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-busy-indicator.mjs +10 -10
- package/fesm2022/fundamental-ngx-core-busy-indicator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-button.mjs +13 -13
- package/fesm2022/fundamental-ngx-core-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-calendar.mjs +42 -48
- package/fesm2022/fundamental-ngx-core-calendar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-card.mjs +109 -109
- package/fesm2022/fundamental-ngx-core-card.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-carousel.mjs +21 -21
- package/fesm2022/fundamental-ngx-core-carousel.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-checkbox.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-checkbox.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-combobox.mjs +16 -16
- package/fesm2022/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-content-density.mjs +30 -32
- package/fesm2022/fundamental-ngx-core-content-density.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-date-picker.mjs +10 -10
- package/fesm2022/fundamental-ngx-core-date-picker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-datetime-picker.mjs +10 -10
- package/fesm2022/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-datetime.mjs +30 -30
- package/fesm2022/fundamental-ngx-core-datetime.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-dialog.mjs +58 -58
- package/fesm2022/fundamental-ngx-core-dialog.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-dynamic-page.mjs +49 -49
- package/fesm2022/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-dynamic-side-content.mjs +13 -13
- package/fesm2022/fundamental-ngx-core-dynamic-side-content.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-facets.mjs +16 -16
- package/fesm2022/fundamental-ngx-core-facets.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-feed-input.mjs +16 -16
- package/fesm2022/fundamental-ngx-core-feed-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-feed-list-item.mjs +22 -22
- package/fesm2022/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-file-uploader.mjs +16 -16
- package/fesm2022/fundamental-ngx-core-file-uploader.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-fixed-card-layout.mjs +13 -13
- package/fesm2022/fundamental-ngx-core-fixed-card-layout.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-flexible-column-layout.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-flexible-column-layout.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-form.mjs +70 -70
- package/fesm2022/fundamental-ngx-core-form.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-formatted-text.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-formatted-text.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-generic-tag.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-generic-tag.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-grid-list.mjs +47 -47
- package/fesm2022/fundamental-ngx-core-grid-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-icon.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-icon.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-illustrated-message.mjs +19 -19
- package/fesm2022/fundamental-ngx-core-illustrated-message.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-infinite-scroll.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-infinite-scroll.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-info-label.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-info-label.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-inline-help.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-inline-help.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-input-group.mjs +19 -19
- package/fesm2022/fundamental-ngx-core-input-group.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-layout-grid.mjs +13 -13
- package/fesm2022/fundamental-ngx-core-layout-grid.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-layout-panel.mjs +31 -31
- package/fesm2022/fundamental-ngx-core-layout-panel.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-link.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-link.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-list.mjs +64 -64
- package/fesm2022/fundamental-ngx-core-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-menu.mjs +55 -55
- package/fesm2022/fundamental-ngx-core-menu.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-message-box.mjs +37 -37
- package/fesm2022/fundamental-ngx-core-message-box.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-message-page.mjs +19 -19
- package/fesm2022/fundamental-ngx-core-message-page.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-message-strip.mjs +26 -26
- package/fesm2022/fundamental-ngx-core-message-strip.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-message-toast.mjs +17 -17
- package/fesm2022/fundamental-ngx-core-message-toast.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-micro-process-flow.mjs +19 -19
- package/fesm2022/fundamental-ngx-core-micro-process-flow.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-mobile-mode.mjs +3 -3
- package/fesm2022/fundamental-ngx-core-mobile-mode.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-multi-combobox.mjs +22 -22
- package/fesm2022/fundamental-ngx-core-multi-combobox.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-multi-input.mjs +14 -14
- package/fesm2022/fundamental-ngx-core-multi-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-nested-list.mjs +40 -40
- package/fesm2022/fundamental-ngx-core-nested-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-notification.mjs +77 -78
- package/fesm2022/fundamental-ngx-core-notification.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-object-attribute.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-object-attribute.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-object-identifier.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-object-identifier.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-object-marker.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-object-marker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-object-number.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-object-number.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-object-status.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-object-status.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-overflow-layout.mjs +31 -31
- package/fesm2022/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-pagination.mjs +10 -10
- package/fesm2022/fundamental-ngx-core-pagination.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-panel.mjs +13 -13
- package/fesm2022/fundamental-ngx-core-panel.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-popover.mjs +42 -42
- package/fesm2022/fundamental-ngx-core-popover.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-product-switch.mjs +13 -13
- package/fesm2022/fundamental-ngx-core-product-switch.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-progress-indicator.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-progress-indicator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-quick-view.mjs +37 -37
- package/fesm2022/fundamental-ngx-core-quick-view.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-radio.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-radio.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-rating-indicator.mjs +10 -10
- package/fesm2022/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-resizable-card-layout.mjs +10 -10
- package/fesm2022/fundamental-ngx-core-resizable-card-layout.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-scroll-spy.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-scroll-spy.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-scrollbar.mjs +9 -9
- package/fesm2022/fundamental-ngx-core-scrollbar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-segmented-button.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-segmented-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-select.mjs +20 -20
- package/fesm2022/fundamental-ngx-core-select.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-settings.mjs +34 -34
- package/fesm2022/fundamental-ngx-core-settings.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-shared.mjs +3 -3
- package/fesm2022/fundamental-ngx-core-shared.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-shellbar.mjs +49 -49
- package/fesm2022/fundamental-ngx-core-shellbar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-side-navigation.mjs +13 -13
- package/fesm2022/fundamental-ngx-core-side-navigation.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-skeleton.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-skeleton.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-slider.mjs +10 -10
- package/fesm2022/fundamental-ngx-core-slider.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-split-button.mjs +10 -10
- package/fesm2022/fundamental-ngx-core-split-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-status-indicator.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-status-indicator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-step-input.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-step-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-switch.mjs +9 -9
- package/fesm2022/fundamental-ngx-core-switch.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-table.mjs +49 -49
- package/fesm2022/fundamental-ngx-core-table.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-tabs.mjs +52 -52
- package/fesm2022/fundamental-ngx-core-tabs.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-tests.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-text.mjs +8 -8
- package/fesm2022/fundamental-ngx-core-text.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-theming.mjs +8 -9
- package/fesm2022/fundamental-ngx-core-theming.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-tile.mjs +94 -94
- package/fesm2022/fundamental-ngx-core-tile.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-time-picker.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-time-picker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-time.mjs +10 -10
- package/fesm2022/fundamental-ngx-core-time.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-timeline.mjs +43 -43
- package/fesm2022/fundamental-ngx-core-timeline.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-title.mjs +7 -7
- package/fesm2022/fundamental-ngx-core-title.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-token.mjs +15 -15
- package/fesm2022/fundamental-ngx-core-token.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-toolbar.mjs +31 -31
- package/fesm2022/fundamental-ngx-core-toolbar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-tree.mjs +31 -31
- package/fesm2022/fundamental-ngx-core-tree.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-upload-collection.mjs +37 -37
- package/fesm2022/fundamental-ngx-core-upload-collection.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-user-menu.mjs +42 -44
- package/fesm2022/fundamental-ngx-core-user-menu.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-utils.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-vertical-navigation.mjs +13 -13
- package/fesm2022/fundamental-ngx-core-vertical-navigation.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-wizard.mjs +28 -28
- package/fesm2022/fundamental-ngx-core-wizard.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core.mjs +4 -4
- package/fesm2022/fundamental-ngx-core.mjs.map +1 -1
- package/file-uploader/index.d.ts +202 -5
- package/fixed-card-layout/index.d.ts +166 -3
- package/flexible-column-layout/index.d.ts +235 -5
- package/form/index.d.ts +438 -22
- package/formatted-text/index.d.ts +60 -2
- package/generic-tag/index.d.ts +55 -3
- package/grid-list/index.d.ts +422 -15
- package/icon/index.d.ts +84 -3
- package/illustrated-message/index.d.ts +124 -6
- package/index.d.ts +134 -33
- package/infinite-scroll/index.d.ts +38 -2
- package/info-label/index.d.ts +58 -2
- package/inline-help/index.d.ts +50 -2
- package/input-group/index.d.ts +220 -4
- package/layout-grid/index.d.ts +102 -5
- package/layout-panel/index.d.ts +190 -10
- package/link/index.d.ts +68 -4
- package/list/index.d.ts +542 -24
- package/menu/index.d.ts +679 -19
- package/message-box/index.d.ts +312 -14
- package/message-page/index.d.ts +95 -6
- package/message-strip/index.d.ts +247 -7
- package/message-toast/index.d.ts +136 -10
- package/micro-process-flow/index.d.ts +193 -8
- package/mobile-mode/index.d.ts +66 -3
- package/multi-combobox/index.d.ts +668 -13
- package/multi-input/index.d.ts +418 -5
- package/nested-list/index.d.ts +521 -12
- package/notification/index.d.ts +515 -28
- package/object-attribute/index.d.ts +35 -2
- package/object-identifier/index.d.ts +38 -2
- package/object-marker/index.d.ts +44 -2
- package/object-number/index.d.ts +62 -2
- package/object-status/index.d.ts +92 -3
- package/overflow-layout/index.d.ts +567 -18
- package/package.json +34 -34
- package/pagination/index.d.ts +199 -4
- package/panel/index.d.ts +115 -4
- package/popover/index.d.ts +640 -16
- package/product-switch/index.d.ts +110 -6
- package/progress-indicator/index.d.ts +55 -2
- package/quick-view/index.d.ts +94 -12
- package/radio/index.d.ts +133 -3
- package/rating-indicator/index.d.ts +209 -4
- package/resizable-card-layout/index.d.ts +405 -3
- package/schematics/add-theming/index.js +4 -4
- package/schematics/utils/main-ts-file-path.js +1 -1
- package/schematics/utils/main-ts-file-path.js.map +1 -1
- package/scroll-spy/index.d.ts +60 -2
- package/scrollbar/index.d.ts +64 -2
- package/segmented-button/index.d.ts +127 -2
- package/select/index.d.ts +542 -8
- package/settings/index.d.ts +121 -11
- package/shared/index.d.ts +131 -8
- package/shellbar/index.d.ts +597 -22
- package/side-navigation/index.d.ts +91 -6
- package/skeleton/index.d.ts +50 -1
- package/slider/index.d.ts +304 -4
- package/split-button/index.d.ts +167 -3
- package/status-indicator/index.d.ts +134 -2
- package/step-input/index.d.ts +215 -2
- package/switch/index.d.ts +72 -2
- package/table/index.d.ts +343 -17
- package/tabs/index.d.ts +500 -10
- package/tests/index.d.ts +46 -5
- package/text/index.d.ts +60 -2
- package/theming/index.d.ts +222 -9
- package/tile/index.d.ts +383 -4
- package/time/index.d.ts +442 -4
- package/time-picker/index.d.ts +262 -2
- package/timeline/index.d.ts +294 -21
- package/title/index.d.ts +39 -2
- package/token/index.d.ts +303 -4
- package/toolbar/index.d.ts +234 -12
- package/tree/index.d.ts +556 -15
- package/upload-collection/index.d.ts +186 -7
- package/user-menu/index.d.ts +248 -13
- package/vertical-navigation/index.d.ts +74 -4
- package/wizard/index.d.ts +381 -11
- package/action-bar/action-bar-actions/action-bar-actions.directive.d.ts +0 -17
- package/action-bar/action-bar-back/action-bar-back.directive.d.ts +0 -16
- package/action-bar/action-bar-description/action-bar-description.directive.d.ts +0 -18
- package/action-bar/action-bar-header/action-bar-header.directive.d.ts +0 -15
- package/action-bar/action-bar-mobile/action-bar-mobile.directive.d.ts +0 -15
- package/action-bar/action-bar-title/action-bar-title.component.d.ts +0 -16
- package/action-bar/action-bar.component.d.ts +0 -21
- package/action-bar/action-bar.module.d.ts +0 -17
- package/action-sheet/action-sheet-body/action-sheet-body.component.d.ts +0 -50
- package/action-sheet/action-sheet-control/action-sheet-control.component.d.ts +0 -27
- package/action-sheet/action-sheet-item/action-sheet-item.component.d.ts +0 -60
- package/action-sheet/action-sheet-mobile/action-sheet-mobile.component.d.ts +0 -22
- package/action-sheet/action-sheet.component.d.ts +0 -88
- package/action-sheet/action-sheet.module.d.ts +0 -14
- package/avatar/avatar-icon.pipe.d.ts +0 -12
- package/avatar/avatar-value-states.type.d.ts +0 -1
- package/avatar/avatar.component.d.ts +0 -129
- package/avatar/avatar.module.d.ts +0 -11
- package/avatar/tokens.d.ts +0 -2
- package/avatar-group/avatar-group.component.d.ts +0 -54
- package/avatar-group/avatar-group.module.d.ts +0 -13
- package/avatar-group/components/avatar-group-host.component.d.ts +0 -61
- package/avatar-group/components/avatar-group-overflow-body/avatar-group-overflow-body.component.d.ts +0 -16
- package/avatar-group/components/avatar-group-overflow-button.component.d.ts +0 -36
- package/avatar-group/components/default-avatar-group-overflow-body/default-avatar-group-overflow-body.component.d.ts +0 -40
- package/avatar-group/directives/avatar-group-internal-overflow-button.directive.d.ts +0 -29
- package/avatar-group/directives/avatar-group-item-renderer.directive.d.ts +0 -81
- package/avatar-group/directives/avatar-group-item.directive.d.ts +0 -27
- package/avatar-group/directives/avatar-group-overflow-body.directive.d.ts +0 -15
- package/avatar-group/directives/avatar-group-overflow-button.directive.d.ts +0 -15
- package/avatar-group/tokens.d.ts +0 -3
- package/avatar-group/types.d.ts +0 -9
- package/avatar-group-legacy/avatar-group-legacy.component.d.ts +0 -76
- package/avatar-group-legacy/avatar-group-legacy.interface.d.ts +0 -4
- package/avatar-group-legacy/avatar-group-legacy.module.d.ts +0 -14
- package/avatar-group-legacy/directives/avatar-group-legacy-focusable-avatar.directive.d.ts +0 -19
- package/avatar-group-legacy/directives/avatar-group-legacy-item.directive.d.ts +0 -20
- package/avatar-group-legacy/directives/avatar-group-legacy-overflow-body.directive.d.ts +0 -40
- package/avatar-group-legacy/directives/avatar-group-legacy-overflow-button-text.directive.d.ts +0 -5
- package/avatar-group-legacy/directives/avatar-group-legacy-overflow-button.directive.d.ts +0 -28
- package/avatar-group-legacy/directives/avatar-group-legacy-overflow-item.directive.d.ts +0 -6
- package/avatar-group-legacy/directives/avatar-group-legacy-popover-control.directive.d.ts +0 -10
- package/avatar-group-legacy/tokens.d.ts +0 -7
- package/bar/bar.component.d.ts +0 -51
- package/bar/bar.module.d.ts +0 -16
- package/bar/button-bar/button-bar.component.d.ts +0 -30
- package/bar/directives/bar-element.directive.d.ts +0 -12
- package/bar/directives/bar-left.directive.d.ts +0 -8
- package/bar/directives/bar-middle.directive.d.ts +0 -8
- package/bar/directives/bar-right.directive.d.ts +0 -8
- package/bar/tokens.d.ts +0 -2
- package/breadcrumb/breadcrumb-item.component.d.ts +0 -42
- package/breadcrumb/breadcrumb.component.d.ts +0 -79
- package/breadcrumb/breadcrumb.module.d.ts +0 -10
- package/breadcrumb/tokens.d.ts +0 -3
- package/busy-indicator/busy-indicator-extended/busy-indicator-extended.directive.d.ts +0 -16
- package/busy-indicator/busy-indicator.component.d.ts +0 -34
- package/busy-indicator/busy-indicator.module.d.ts +0 -8
- package/busy-indicator/tokens.d.ts +0 -2
- package/button/base-button.d.ts +0 -64
- package/button/button-badge.directive.d.ts +0 -20
- package/button/button.component.d.ts +0 -55
- package/button/button.module.d.ts +0 -11
- package/button/tokens.d.ts +0 -3
- package/calendar/calendar-directives.d.ts +0 -11
- package/calendar/calendar-errors.d.ts +0 -2
- package/calendar/calendar-header/calendar-header.component.d.ts +0 -142
- package/calendar/calendar-legend/calendar-legend-focusing.service.d.ts +0 -16
- package/calendar/calendar-legend/calendar-legend-item.component.d.ts +0 -28
- package/calendar/calendar-legend/calendar-legend.component.d.ts +0 -32
- package/calendar/calendar-views/calendar-aggregated-year-view/calendar-aggregated-year-view.component.d.ts +0 -163
- package/calendar/calendar-views/calendar-day-view/calendar-day-view.component.d.ts +0 -499
- package/calendar/calendar-views/calendar-month-view/calendar-month-view.component.d.ts +0 -186
- package/calendar/calendar-views/calendar-year-view/calendar-year-view.component.d.ts +0 -211
- package/calendar/calendar.component.d.ts +0 -301
- package/calendar/calendar.module.d.ts +0 -14
- package/calendar/calendar.service.d.ts +0 -52
- package/calendar/i18n/calendar-i18n-labels.d.ts +0 -47
- package/calendar/models/aggregated-year.d.ts +0 -14
- package/calendar/models/calendar-current.d.ts +0 -7
- package/calendar/models/calendar-day.d.ts +0 -25
- package/calendar/models/calendar-month.d.ts +0 -11
- package/calendar/models/calendar-year-grid.d.ts +0 -20
- package/calendar/models/common.d.ts +0 -44
- package/calendar/models/date-range.d.ts +0 -17
- package/calendar/patch-deprecated-i18n-labels.d.ts +0 -6
- package/calendar/types.d.ts +0 -21
- package/card/card-focus-item.model.d.ts +0 -44
- package/card/card-list/card-list.directive.d.ts +0 -63
- package/card/card.component.d.ts +0 -153
- package/card/card.module.d.ts +0 -41
- package/card/constants.d.ts +0 -21
- package/card/content/card-content.component.d.ts +0 -16
- package/card/footer/card-footer-action-item.directive.d.ts +0 -9
- package/card/footer/card-footer.component.d.ts +0 -18
- package/card/header/card-header-action.directive.d.ts +0 -5
- package/card/header/card-header-column.directive.d.ts +0 -11
- package/card/header/card-header-extended.component.d.ts +0 -16
- package/card/header/card-header-main.component.d.ts +0 -31
- package/card/header/card-header-numeric.component.d.ts +0 -10
- package/card/header/card-header-row.directive.d.ts +0 -5
- package/card/header/card-header.component.d.ts +0 -12
- package/card/header-elements/card-counter.directive.d.ts +0 -26
- package/card/header-elements/card-indicator-title.directive.d.ts +0 -5
- package/card/header-elements/card-indicator-value.directive.d.ts +0 -5
- package/card/header-elements/card-indicator.component.d.ts +0 -5
- package/card/header-elements/card-numeric-container.component.d.ts +0 -5
- package/card/header-elements/card-second-subtitle.directive.d.ts +0 -16
- package/card/header-elements/card-subtitle.directive.d.ts +0 -16
- package/card/header-elements/card-title.directive.d.ts +0 -18
- package/card/kpi/card-kpi-analytics-content.directive.d.ts +0 -16
- package/card/kpi/card-kpi-analytics-label.directive.d.ts +0 -16
- package/card/kpi/card-kpi-analytics.directive.d.ts +0 -16
- package/card/kpi/card-kpi-header.component.d.ts +0 -16
- package/card/kpi/card-kpi-scale-icon.directive.d.ts +0 -16
- package/card/kpi/card-kpi-scale-text.directive.d.ts +0 -16
- package/card/kpi/card-kpi-value.directive.d.ts +0 -19
- package/card/loader/card-loader.component.d.ts +0 -16
- package/card/media/card-media-content-container.directive.d.ts +0 -23
- package/card/media/card-media-heading.directive.d.ts +0 -13
- package/card/media/card-media-image-container.directive.d.ts +0 -5
- package/card/media/card-media-image.directive.d.ts +0 -5
- package/card/media/card-media-text.directive.d.ts +0 -5
- package/card/media/card-media.component.d.ts +0 -28
- package/card/token.d.ts +0 -10
- package/card/utils.d.ts +0 -4
- package/carousel/carousel-item/carousel-item.component.d.ts +0 -51
- package/carousel/carousel-item.directive.d.ts +0 -23
- package/carousel/carousel.component.d.ts +0 -206
- package/carousel/carousel.directive.d.ts +0 -32
- package/carousel/carousel.module.d.ts +0 -10
- package/carousel/carousel.service.d.ts +0 -122
- package/carousel/i18n/carousel-resources.d.ts +0 -5
- package/checkbox/checkbox/checkbox.component.d.ts +0 -150
- package/checkbox/checkbox/fd-checkbox-values.interface.d.ts +0 -6
- package/checkbox/checkbox.module.d.ts +0 -8
- package/checkbox/tokens.d.ts +0 -2
- package/combobox/combobox-item.d.ts +0 -4
- package/combobox/combobox-item.directive.d.ts +0 -16
- package/combobox/combobox-mobile/combobox-mobile.component.d.ts +0 -38
- package/combobox/combobox.component.d.ts +0 -294
- package/combobox/combobox.interface.d.ts +0 -19
- package/combobox/combobox.module.d.ts +0 -13
- package/combobox/list-group.pipe.d.ts +0 -12
- package/combobox/tokens.d.ts +0 -3
- package/content-density/classes/abstract-content-density-storage.d.ts +0 -17
- package/content-density/classes/content-density-observer.settings.d.ts +0 -16
- package/content-density/content-density.module.d.ts +0 -11
- package/content-density/content-density.types.d.ts +0 -30
- package/content-density/directives/content-density.directive.d.ts +0 -39
- package/content-density/helpers/density-type-checkers.d.ts +0 -4
- package/content-density/helpers/get-changes-source.provider.d.ts +0 -10
- package/content-density/provide-content-density.d.ts +0 -7
- package/content-density/providers/content-density-observer-providers.d.ts +0 -6
- package/content-density/providers/local-content-density-storage.d.ts +0 -22
- package/content-density/providers/memory-content-density-storage.d.ts +0 -16
- package/content-density/providers/url-content-density-storage.d.ts +0 -25
- package/content-density/services/content-density-observer.service.d.ts +0 -68
- package/content-density/services/deprecated-content-density.service.d.ts +0 -23
- package/content-density/services/global-content-density.service.d.ts +0 -27
- package/content-density/testing/mocked-local-content-density-directive.d.ts +0 -7
- package/content-density/tokens/content-density-directive.d.ts +0 -4
- package/content-density/tokens/content-density-storage-key.token.d.ts +0 -2
- package/content-density/tokens/default-content-density.token.d.ts +0 -3
- package/content-density/types/content-density.mode.d.ts +0 -5
- package/content-density/variables/default-content-density-consumer-config.d.ts +0 -2
- package/date-picker/date-picker-mobile/date-picker-mobile.component.d.ts +0 -29
- package/date-picker/date-picker.component.d.ts +0 -416
- package/date-picker/date-picker.model.d.ts +0 -11
- package/date-picker/date-picker.module.d.ts +0 -8
- package/date-picker/errors.d.ts +0 -2
- package/date-picker/tokens.d.ts +0 -5
- package/datetime/datetime-adapter.d.ts +0 -313
- package/datetime/datetime-format.pipes.d.ts +0 -58
- package/datetime/datetime-formats.d.ts +0 -26
- package/datetime/datetime-utils.d.ts +0 -7
- package/datetime/fd-date-formats.d.ts +0 -2
- package/datetime/fd-date.d.ts +0 -100
- package/datetime/fd-date.utils.d.ts +0 -24
- package/datetime/fd-datetime-adapter.d.ts +0 -164
- package/datetime/fd-datetime-pipes.module.d.ts +0 -11
- package/datetime/fd-datetime.module.d.ts +0 -13
- package/datetime/provide-date-time.d.ts +0 -5
- package/datetime-picker/datetime-picker-mobile/datetime-picker-mobile.component.d.ts +0 -27
- package/datetime-picker/datetime-picker.component.d.ts +0 -341
- package/datetime-picker/datetime-picker.model.d.ts +0 -9
- package/datetime-picker/datetime-picker.module.d.ts +0 -8
- package/datetime-picker/errors.d.ts +0 -2
- package/datetime-picker/tokens.d.ts +0 -5
- package/dialog/base/dialog-base.class.d.ts +0 -71
- package/dialog/base/dialog-base.service.d.ts +0 -27
- package/dialog/base/dialog-config-base.class.d.ts +0 -74
- package/dialog/base/dialog-content-base.class.d.ts +0 -43
- package/dialog/base/dialog-footer-base.class.d.ts +0 -22
- package/dialog/base/dialog-header-base.class.d.ts +0 -22
- package/dialog/base/dialog-ref-base.class.d.ts +0 -37
- package/dialog/dialog-body/dialog-body.component.d.ts +0 -28
- package/dialog/dialog-close-button/dialog-close-button.component.d.ts +0 -18
- package/dialog/dialog-container/dialog-container.component.d.ts +0 -49
- package/dialog/dialog-default/dialog-default.component.d.ts +0 -42
- package/dialog/dialog-footer/dialog-footer.component.d.ts +0 -27
- package/dialog/dialog-full-screen-toggler-button/dialog-full-screen-toggler-button.component.d.ts +0 -22
- package/dialog/dialog-header/dialog-header.component.d.ts +0 -20
- package/dialog/dialog-service/dialog.service.d.ts +0 -31
- package/dialog/dialog.component.d.ts +0 -80
- package/dialog/dialog.module.d.ts +0 -32
- package/dialog/dialog.types.d.ts +0 -4
- package/dialog/directives/dialog-template.directive.d.ts +0 -20
- package/dialog/directives/dialog-title.directive.d.ts +0 -14
- package/dialog/provide-dialog-service.d.ts +0 -6
- package/dialog/tokens.d.ts +0 -3
- package/dialog/utils/dialog-config.class.d.ts +0 -16
- package/dialog/utils/dialog-container.model.d.ts +0 -4
- package/dialog/utils/dialog-default-content.class.d.ts +0 -12
- package/dialog/utils/dialog-overlay.container.d.ts +0 -13
- package/dialog/utils/dialog-position.class.d.ts +0 -13
- package/dialog/utils/dialog-ref.class.d.ts +0 -50
- package/dialog/utils/dialog-width-to-size.d.ts +0 -6
- package/dialog/utils/dialog.animations.d.ts +0 -2
- package/dynamic-page/constants.d.ts +0 -27
- package/dynamic-page/directives/dynamic-page-header-subtitle.directive.d.ts +0 -11
- package/dynamic-page/directives/dynamic-page-header-title.directive.d.ts +0 -11
- package/dynamic-page/dynamic-page-content/dynamic-page-content.component.d.ts +0 -27
- package/dynamic-page/dynamic-page-footer/dynamic-page-footer.component.d.ts +0 -5
- package/dynamic-page/dynamic-page-header/actions/dynamic-page-base-actions.d.ts +0 -8
- package/dynamic-page/dynamic-page-header/actions/dynamic-page-global-actions.component.d.ts +0 -19
- package/dynamic-page/dynamic-page-header/actions/dynamic-page-layout-actions.component.d.ts +0 -14
- package/dynamic-page/dynamic-page-header/actions/dynamic-page-title-content.component.d.ts +0 -16
- package/dynamic-page/dynamic-page-header/breadcrumb/dynamic-page-breadcrumb.component.d.ts +0 -5
- package/dynamic-page/dynamic-page-header/header/dynamic-page-header.component.d.ts +0 -91
- package/dynamic-page/dynamic-page-header/subheader/dynamic-page-subheader.component.d.ts +0 -97
- package/dynamic-page/dynamic-page-wrapper.directive.d.ts +0 -9
- package/dynamic-page/dynamic-page.component.d.ts +0 -136
- package/dynamic-page/dynamic-page.config.d.ts +0 -25
- package/dynamic-page/dynamic-page.interface.d.ts +0 -19
- package/dynamic-page/dynamic-page.module.d.ts +0 -18
- package/dynamic-page/dynamic-page.service.d.ts +0 -18
- package/dynamic-page/dynamic-page.tokens.d.ts +0 -3
- package/dynamic-page/models/title-directive-context.d.ts +0 -4
- package/dynamic-page/patch-header-i18n-texts.d.ts +0 -7
- package/dynamic-page/tokens.d.ts +0 -2
- package/dynamic-page/utils.d.ts +0 -7
- package/dynamic-side-content/constants.d.ts +0 -14
- package/dynamic-side-content/dynamic-side-content-main.component.d.ts +0 -16
- package/dynamic-side-content/dynamic-side-content-side.component.d.ts +0 -16
- package/dynamic-side-content/dynamic-side-content.component.d.ts +0 -51
- package/dynamic-side-content/dynamic-side-content.module.d.ts +0 -12
- package/dynamic-side-content/utils.d.ts +0 -3
- package/facets/constants.d.ts +0 -12
- package/facets/content/facet-content.component.d.ts +0 -14
- package/facets/facet/facet.component.d.ts +0 -63
- package/facets/facet-container.component.d.ts +0 -36
- package/facets/facet-group.component.d.ts +0 -10
- package/facets/facet.module.d.ts +0 -10
- package/facets/utils.d.ts +0 -2
- package/feed-input/directives/feed-input-avatar.directive.d.ts +0 -23
- package/feed-input/directives/feed-input-button.directive.d.ts +0 -21
- package/feed-input/directives/feed-input-textarea.directive.d.ts +0 -30
- package/feed-input/feed-input.component.d.ts +0 -22
- package/feed-input/feed-input.module.d.ts +0 -10
- package/feed-list-item/components/feed-list-action/feed-list-action.component.d.ts +0 -5
- package/feed-list-item/components/feed-list-avatar/feed-list-avatar.component.d.ts +0 -5
- package/feed-list-item/components/feed-list-footer/feed-list-footer.component.d.ts +0 -5
- package/feed-list-item/components/item/feed-list-item.component.d.ts +0 -75
- package/feed-list-item/components/list/feed-list.component.d.ts +0 -57
- package/feed-list-item/constants.d.ts +0 -4
- package/feed-list-item/directives/byline.directive.d.ts +0 -7
- package/feed-list-item/feed-list-item.module.d.ts +0 -12
- package/file-uploader/directives/file-uploader-dragndrop.directive.d.ts +0 -43
- package/file-uploader/directives/file-uploader-select.directive.d.ts +0 -17
- package/file-uploader/file-uploader.component.d.ts +0 -115
- package/file-uploader/file-uploader.module.d.ts +0 -9
- package/file-uploader/file-uploader.service.d.ts +0 -22
- package/fixed-card-layout/fixed-card-layout-item/fixed-card-layout-item.component.d.ts +0 -12
- package/fixed-card-layout/fixed-card-layout.component.d.ts +0 -147
- package/fixed-card-layout/fixed-card-layout.module.d.ts +0 -8
- package/flexible-column-layout/constants.d.ts +0 -30
- package/flexible-column-layout/flexible-column-layout.component.d.ts +0 -175
- package/flexible-column-layout/flexible-column-layout.module.d.ts +0 -21
- package/flexible-column-layout/provide-config.d.ts +0 -8
- package/flexible-column-layout/tokens.d.ts +0 -2
- package/form/fieldset/fieldset.component.d.ts +0 -18
- package/form/fieldset/fieldset.module.d.ts +0 -11
- package/form/form-control/form-control.component.d.ts +0 -54
- package/form/form-control/form-control.module.d.ts +0 -11
- package/form/form-group/form-group.component.d.ts +0 -39
- package/form/form-group/form-group.module.d.ts +0 -11
- package/form/form-header/form-header.component.d.ts +0 -13
- package/form/form-header/form-header.module.d.ts +0 -11
- package/form/form-input-message-group/form-input-message-group.component.d.ts +0 -55
- package/form/form-input-message-group/form-input-message-group.module.d.ts +0 -11
- package/form/form-item/form-item.component.d.ts +0 -32
- package/form/form-item/form-item.module.d.ts +0 -11
- package/form/form-item-control/form-item-control.d.ts +0 -11
- package/form/form-label/form-label.component.d.ts +0 -59
- package/form/form-label/form-label.module.d.ts +0 -11
- package/form/form-legend/form-legend.directive.d.ts +0 -12
- package/form/form-legend/form-legend.module.d.ts +0 -11
- package/form/form-message/constants.d.ts +0 -12
- package/form/form-message/form-message.component.d.ts +0 -31
- package/form/form-message/form-message.module.d.ts +0 -11
- package/form/form-message/popover-form-message.service.d.ts +0 -31
- package/form/form.module.d.ts +0 -15
- package/form/inline-help-placement.type.d.ts +0 -1
- package/formatted-text/formatted-text.component.d.ts +0 -46
- package/formatted-text/formatted-text.module.d.ts +0 -11
- package/formatted-text/utils/html-sanitizer.d.ts +0 -42
- package/fundamental-ngx.module.d.ts +0 -99
- package/generic-tag/generic-tag.component.d.ts +0 -43
- package/generic-tag/generic-tag.module.d.ts +0 -7
- package/generic-tag/tokens.d.ts +0 -2
- package/grid-list/components/grid-list/grid-list-base.component.d.ts +0 -11
- package/grid-list/components/grid-list/grid-list.component.d.ts +0 -102
- package/grid-list/components/grid-list-filter-bar/grid-list-filter-bar.component.d.ts +0 -8
- package/grid-list/components/grid-list-footer/grid-list-footer.component.d.ts +0 -5
- package/grid-list/components/grid-list-group-header/grid-list-group-header.component.d.ts +0 -8
- package/grid-list/components/grid-list-item/grid-list-item.component.d.ts +0 -205
- package/grid-list/components/grid-list-item-footer-bar/grid-list-item-footer-bar.component.d.ts +0 -8
- package/grid-list/components/grid-list-item-toolbar/grid-list-item-toolbar.component.d.ts +0 -8
- package/grid-list/components/grid-list-more-btn/grid-list-more-btn.component.d.ts +0 -16
- package/grid-list/components/grid-list-title-bar/grid-list-title-bar.component.d.ts +0 -7
- package/grid-list/components/grid-list-title-bar/grid-list-title-bar.directive.d.ts +0 -5
- package/grid-list/components/grid-list-title-bar-spacer/grid-list-title-bar-spacer.component.d.ts +0 -6
- package/grid-list/directives/grid-list-item-body.directive.d.ts +0 -9
- package/grid-list/directives/grid-list-item-image.directive.d.ts +0 -5
- package/grid-list/grid-list.module.d.ts +0 -22
- package/grid-list/helpers/parse-layout-pattern.d.ts +0 -2
- package/grid-list/models/grid-list-selection.models.d.ts +0 -23
- package/icon/icon.component.d.ts +0 -72
- package/icon/icon.module.d.ts +0 -7
- package/icon/tokens.d.ts +0 -2
- package/illustrated-message/components/illustrated-message-actions/illustrated-message-actions.component.d.ts +0 -5
- package/illustrated-message/components/illustrated-message-figcaption/illustrated-message-figcaption.component.d.ts +0 -5
- package/illustrated-message/directives/illustrated-message-text/illustrated-message-text.directive.d.ts +0 -7
- package/illustrated-message/directives/illustrated-message-title/illustrated-message-title.directive.d.ts +0 -7
- package/illustrated-message/illustrated-message.component.d.ts +0 -90
- package/illustrated-message/illustrated-message.module.d.ts +0 -11
- package/infinite-scroll/infinite-scroll.directive.d.ts +0 -29
- package/infinite-scroll/infinite-scroll.module.d.ts +0 -7
- package/info-label/info-label.component.d.ts +0 -49
- package/info-label/info-label.module.d.ts +0 -7
- package/inline-help/inline-help.directive.d.ts +0 -41
- package/inline-help/inline-help.module.d.ts +0 -7
- package/input-group/input-group-directives.d.ts +0 -82
- package/input-group/input-group.component.d.ts +0 -133
- package/input-group/input-group.module.d.ts +0 -8
- package/input-group/types.d.ts +0 -1
- package/layout-grid/constants.d.ts +0 -18
- package/layout-grid/directives/layout-grid-col.directive.d.ts +0 -40
- package/layout-grid/directives/layout-grid-row.directive.d.ts +0 -5
- package/layout-grid/layout-grid.component.d.ts +0 -32
- package/layout-grid/layout-grid.module.d.ts +0 -9
- package/layout-panel/layout-panel-actions/layout-panel-actions.component.d.ts +0 -20
- package/layout-panel/layout-panel-body/layout-panel-body.component.d.ts +0 -20
- package/layout-panel/layout-panel-description/layout-panel-description.component.d.ts +0 -18
- package/layout-panel/layout-panel-filters/layout-panel-filters.component.d.ts +0 -18
- package/layout-panel/layout-panel-footer/layout-panel-footer.component.d.ts +0 -24
- package/layout-panel/layout-panel-head/layout-panel-head.component.d.ts +0 -20
- package/layout-panel/layout-panel-header/layout-panel-header.component.d.ts +0 -20
- package/layout-panel/layout-panel-title/layout-panel-title.directive.d.ts +0 -15
- package/layout-panel/layout-panel.component.d.ts +0 -26
- package/layout-panel/layout-panel.module.d.ts +0 -15
- package/link/constants.d.ts +0 -3
- package/link/link.component.d.ts +0 -53
- package/link/link.module.d.ts +0 -7
- package/link/tokens.d.ts +0 -2
- package/list/directives/byline/list-byline-left.directive.d.ts +0 -9
- package/list/directives/byline/list-byline-right.directive.d.ts +0 -13
- package/list/directives/byline/list-byline.directive.d.ts +0 -9
- package/list/directives/byline/list-content.directive.d.ts +0 -9
- package/list/directives/byline/list-thumbnail.directive.d.ts +0 -7
- package/list/directives/list-footer.directive.d.ts +0 -7
- package/list/directives/list-group-header.directive.d.ts +0 -15
- package/list/directives/list-icon.directive.d.ts +0 -32
- package/list/directives/list-link.directive.d.ts +0 -22
- package/list/directives/list-navigation-item-arrow.directive.d.ts +0 -18
- package/list/directives/list-navigation-item-text.directive.d.ts +0 -11
- package/list/directives/list-secondary.directive.d.ts +0 -20
- package/list/directives/list-title-text.directive.d.ts +0 -7
- package/list/directives/list-title.directive.d.ts +0 -15
- package/list/directives/subline/list-subline.directive.d.ts +0 -5
- package/list/list-component.interface.d.ts +0 -15
- package/list/list-focus-item.model.d.ts +0 -40
- package/list/list-item/list-item.component.d.ts +0 -96
- package/list/list-message.directive.d.ts +0 -25
- package/list/list-navigation-item/list-navigation-item.component.d.ts +0 -82
- package/list/list-unread-indicator.interface.d.ts +0 -3
- package/list/list.component.d.ts +0 -94
- package/list/list.module.d.ts +0 -25
- package/list/tokens.d.ts +0 -6
- package/menu/default-menu-item.class.d.ts +0 -4
- package/menu/directives/glyph-menu-addon.directive.d.ts +0 -41
- package/menu/directives/menu-addon.directive.d.ts +0 -25
- package/menu/directives/menu-item-input.directive.d.ts +0 -14
- package/menu/directives/menu-shortcut.directive.d.ts +0 -23
- package/menu/directives/menu-title.directive.d.ts +0 -16
- package/menu/directives/menu-trigger.directive.d.ts +0 -29
- package/menu/directives/segmented-button/segmented-button-header.directive.d.ts +0 -28
- package/menu/directives/segmented-button/segmented-button-option.directive.d.ts +0 -41
- package/menu/directives/toggle-button.directive.d.ts +0 -19
- package/menu/menu-interactive.component.d.ts +0 -46
- package/menu/menu-item/menu-item.component.d.ts +0 -106
- package/menu/menu-keyboard.service.d.ts +0 -24
- package/menu/menu-mobile/menu-mobile.component.d.ts +0 -53
- package/menu/menu-separator.directive.d.ts +0 -16
- package/menu/menu.component.d.ts +0 -133
- package/menu/menu.interface.d.ts +0 -15
- package/menu/menu.module.d.ts +0 -23
- package/menu/menu.tokens.d.ts +0 -4
- package/menu/services/menu.service.d.ts +0 -91
- package/message-box/directives/message-box-template.directive.d.ts +0 -20
- package/message-box/message-box-body/message-box-body.component.d.ts +0 -18
- package/message-box/message-box-container/message-box-container.component.d.ts +0 -49
- package/message-box/message-box-content.type.d.ts +0 -3
- package/message-box/message-box-default/message-box-default.component.d.ts +0 -43
- package/message-box/message-box-footer/message-box-footer.component.d.ts +0 -26
- package/message-box/message-box-header/message-box-header.component.d.ts +0 -39
- package/message-box/message-box-semantic-icon/message-box-semantic-icon.component.d.ts +0 -29
- package/message-box/message-box.component.d.ts +0 -51
- package/message-box/message-box.module.d.ts +0 -16
- package/message-box/services/message-box.service.d.ts +0 -24
- package/message-box/utils/const.d.ts +0 -9
- package/message-box/utils/message-box-config.class.d.ts +0 -22
- package/message-box/utils/message-box-content.class.d.ts +0 -4
- package/message-box/utils/message-box-ref.class.d.ts +0 -6
- package/message-page/message-page-actions/message-page-actions.component.d.ts +0 -7
- package/message-page/message-page-more/message-page-more.component.d.ts +0 -7
- package/message-page/message-page-subtitle/message-page-subtitle.component.d.ts +0 -7
- package/message-page/message-page-title/message-page-title.component.d.ts +0 -7
- package/message-page/message-page.component.d.ts +0 -57
- package/message-page/message-page.module.d.ts +0 -11
- package/message-strip/alert/default-config.d.ts +0 -5
- package/message-strip/alert/index.d.ts +0 -7
- package/message-strip/alert/message-strip-alert/message-strip-alert.component.d.ts +0 -58
- package/message-strip/alert/message-strip-alert/message-strip-alert.interface.d.ts +0 -4
- package/message-strip/alert/message-strip-alert-container/message-strip-alert-container.component.d.ts +0 -28
- package/message-strip/alert/message-strip-alert-container-footer/message-strip-alert-container-footer.component.d.ts +0 -36
- package/message-strip/alert/message-strip-alert.position.d.ts +0 -3
- package/message-strip/alert/message-strip-alert.ref.d.ts +0 -14
- package/message-strip/alert/message-strip-alert.service.d.ts +0 -53
- package/message-strip/alert/message-strip-configuration-type.d.ts +0 -17
- package/message-strip/alert/open-message-strip-alert.config.d.ts +0 -24
- package/message-strip/alert/tokens.d.ts +0 -21
- package/message-strip/auto-dismiss-message-strip.directive.d.ts +0 -39
- package/message-strip/message-strip-icon.directive.d.ts +0 -9
- package/message-strip/message-strip-indication-color.d.ts +0 -4
- package/message-strip/message-strip-type.d.ts +0 -2
- package/message-strip/message-strip.component.d.ts +0 -70
- package/message-strip/message-strip.module.d.ts +0 -9
- package/message-toast/components/message-toast-text.component.d.ts +0 -11
- package/message-toast/config/message-toast.config.d.ts +0 -8
- package/message-toast/constants/message-toast.animation.d.ts +0 -1
- package/message-toast/constants/message-toast.token.d.ts +0 -5
- package/message-toast/message-toast.component.d.ts +0 -9
- package/message-toast/message-toast.module.d.ts +0 -17
- package/message-toast/message-toast.service.d.ts +0 -57
- package/message-toast/provide-config.d.ts +0 -8
- package/message-toast/ref/message-toast.ref.d.ts +0 -15
- package/message-toast/toast-overlay-container.class.d.ts +0 -16
- package/micro-process-flow/components/micro-process-flow/micro-process-flow.component.d.ts +0 -110
- package/micro-process-flow/components/micro-process-flow-icon/micro-process-flow-icon.component.d.ts +0 -20
- package/micro-process-flow/components/micro-process-flow-item/micro-process-flow-item.component.d.ts +0 -24
- package/micro-process-flow/injection-tokens.d.ts +0 -7
- package/micro-process-flow/micro-process-flow-focusable-item.directive.d.ts +0 -24
- package/micro-process-flow/micro-process-flow-intermediary-item.directive.d.ts +0 -5
- package/micro-process-flow/micro-process-flow.module.d.ts +0 -11
- package/micro-process-flow/types.d.ts +0 -1
- package/mobile-mode/mobile-control.interface.d.ts +0 -5
- package/mobile-mode/mobile-mode-config.d.ts +0 -13
- package/mobile-mode/mobile-mode.class.d.ts +0 -46
- package/multi-combobox/base-multi-combobox.class.d.ts +0 -170
- package/multi-combobox/data-source/multi-combobox-data-source-parser.d.ts +0 -9
- package/multi-combobox/data-source/multi-combobox-data-source.d.ts +0 -21
- package/multi-combobox/helpers.d.ts +0 -14
- package/multi-combobox/mobile/mobile-multi-combobox.component.d.ts +0 -40
- package/multi-combobox/models/multi-combobox.interface.d.ts +0 -26
- package/multi-combobox/models/selection-change.event.d.ts +0 -12
- package/multi-combobox/multi-announcer/multi-announcer.directive.d.ts +0 -25
- package/multi-combobox/multi-combobox-config.d.ts +0 -22
- package/multi-combobox/multi-combobox.component.d.ts +0 -301
- package/multi-combobox/multi-combobox.module.d.ts +0 -9
- package/multi-combobox/multi-combobox.token.d.ts +0 -2
- package/multi-combobox/select-all-toggler/select-all-toggler.component.d.ts +0 -38
- package/multi-input/multi-input-mobile/multi-input-mobile.component.d.ts +0 -40
- package/multi-input/multi-input-mobile/multi-input-mobile.module.d.ts +0 -7
- package/multi-input/multi-input.component.d.ts +0 -335
- package/multi-input/multi-input.interface.d.ts +0 -15
- package/multi-input/multi-input.module.d.ts +0 -8
- package/multi-input/pair-selection.model.d.ts +0 -19
- package/nested-list/nested-content/nested-list-content.directive.d.ts +0 -57
- package/nested-list/nested-item/nested-item.directive.d.ts +0 -94
- package/nested-list/nested-item/nested-item.interface.d.ts +0 -19
- package/nested-list/nested-item/nested-item.service.d.ts +0 -18
- package/nested-list/nested-link/nested-link.directive.d.ts +0 -50
- package/nested-list/nested-list/nested-list.directive.d.ts +0 -77
- package/nested-list/nested-list/nested-list.interface.d.ts +0 -8
- package/nested-list/nested-list-directives.d.ts +0 -65
- package/nested-list/nested-list-keyboard.service.d.ts +0 -39
- package/nested-list/nested-list-model.d.ts +0 -18
- package/nested-list/nested-list-popover/nested-list-popover.component.d.ts +0 -51
- package/nested-list/nested-list-popover/nested-list-popover.interface.d.ts +0 -7
- package/nested-list/nested-list-state.service.d.ts +0 -17
- package/nested-list/nested-list.module.d.ts +0 -13
- package/nested-list/prepared-nested-list/prepared-nested-list.component.d.ts +0 -32
- package/notification/directives/notification-footer-content.directive.d.ts +0 -5
- package/notification/directives/notification-group-growing-item-title.directive.d.ts +0 -5
- package/notification/directives/notification-group-header-title.directive.d.ts +0 -16
- package/notification/directives/notification-list.directive.d.ts +0 -10
- package/notification/directives/notification-message-strip-container.directive.d.ts +0 -5
- package/notification/directives/notification-message-strip.directive.d.ts +0 -5
- package/notification/directives/notification-paragraph.directive.d.ts +0 -13
- package/notification/directives/notification-popover.directive.d.ts +0 -5
- package/notification/directives/notification-separator.directive.d.ts +0 -5
- package/notification/directives/notification-title.directive.d.ts +0 -18
- package/notification/notification/notification.component.d.ts +0 -121
- package/notification/notification-actions/notification-actions.component.d.ts +0 -9
- package/notification/notification-body/notification-body.component.d.ts +0 -6
- package/notification/notification-content/notification-content.component.d.ts +0 -5
- package/notification/notification-footer/notification-footer.component.d.ts +0 -36
- package/notification/notification-group/notification-group.component.d.ts +0 -47
- package/notification/notification-group-growing-item/notification-group-growing-item.component.d.ts +0 -5
- package/notification/notification-group-header/notification-group-header.component.d.ts +0 -34
- package/notification/notification-group-list/notification-group-list.component.d.ts +0 -24
- package/notification/notification-header/notification-header.component.d.ts +0 -10
- package/notification/notification-link/notification-link.component.d.ts +0 -14
- package/notification/notification-service/notification.service.d.ts +0 -44
- package/notification/notification-utils/notification-config.d.ts +0 -25
- package/notification/notification-utils/notification-container.d.ts +0 -5
- package/notification/notification-utils/notification-group-base.d.ts +0 -18
- package/notification/notification-utils/notification-ref.d.ts +0 -29
- package/notification/notification.module.d.ts +0 -28
- package/notification/token.d.ts +0 -8
- package/object-attribute/object-attribute.component.d.ts +0 -26
- package/object-attribute/object-attribute.module.d.ts +0 -7
- package/object-identifier/object-identifier.component.d.ts +0 -25
- package/object-identifier/object-identifier.module.d.ts +0 -11
- package/object-marker/object-marker.component.d.ts +0 -31
- package/object-marker/object-marker.module.d.ts +0 -11
- package/object-number/object-number.component.d.ts +0 -50
- package/object-number/object-number.module.d.ts +0 -11
- package/object-status/object-status.component.d.ts +0 -77
- package/object-status/object-status.module.d.ts +0 -11
- package/object-status/tokens.d.ts +0 -2
- package/overflow-layout/directives/overflow-expand.directive.d.ts +0 -17
- package/overflow-layout/directives/overflow-item-container-ref.directive.d.ts +0 -26
- package/overflow-layout/directives/overflow-item-ref.directive.d.ts +0 -58
- package/overflow-layout/directives/overflow-layout-focusable-item.directive.d.ts +0 -28
- package/overflow-layout/directives/overflow-layout-item-container.directive.d.ts +0 -28
- package/overflow-layout/directives/overflow-layout-item.directive.d.ts +0 -38
- package/overflow-layout/directives/overflow-layout-popover-content.directive.d.ts +0 -38
- package/overflow-layout/interfaces/overflow-container.interface.d.ts +0 -4
- package/overflow-layout/interfaces/overflow-expand.interface.d.ts +0 -11
- package/overflow-layout/interfaces/overflow-focusable-item.interface.d.ts +0 -9
- package/overflow-layout/interfaces/overflow-item-ref.interface.d.ts +0 -55
- package/overflow-layout/interfaces/overflow-item.interface.d.ts +0 -24
- package/overflow-layout/interfaces/overflow-popover-content.interface.d.ts +0 -11
- package/overflow-layout/overflow-layout.component.d.ts +0 -142
- package/overflow-layout/overflow-layout.module.d.ts +0 -25
- package/overflow-layout/overflow-layout.service.d.ts +0 -85
- package/overflow-layout/tokens/overflow-container.token.d.ts +0 -3
- package/overflow-layout/tokens/overflow-expand.token.d.ts +0 -3
- package/overflow-layout/tokens/overflow-focusable-item.token.d.ts +0 -3
- package/overflow-layout/tokens/overflow-item-ref.token.d.ts +0 -3
- package/overflow-layout/tokens/overflow-item.token.d.ts +0 -3
- package/pagination/pagination.component.d.ts +0 -160
- package/pagination/pagination.model.d.ts +0 -5
- package/pagination/pagination.module.d.ts +0 -7
- package/pagination/pagination.service.d.ts +0 -27
- package/panel/panel-content/panel-content.directive.d.ts +0 -36
- package/panel/panel-title/panel-title.directive.d.ts +0 -16
- package/panel/panel.component.d.ts +0 -51
- package/panel/panel.module.d.ts +0 -14
- package/popover/base/base-popover.class.d.ts +0 -131
- package/popover/popover-body/popover-body-directives/popover-body-footer.directive.d.ts +0 -7
- package/popover/popover-body/popover-body-directives/popover-body-header.directive.d.ts +0 -7
- package/popover/popover-body/popover-body.component.d.ts +0 -90
- package/popover/popover-body.directive.d.ts +0 -10
- package/popover/popover-child-content.interface.d.ts +0 -5
- package/popover/popover-container/popover-container.directive.d.ts +0 -16
- package/popover/popover-control/popover-control.component.d.ts +0 -24
- package/popover/popover-mobile/popover-mobile.component.d.ts +0 -41
- package/popover/popover-mobile/popover-mobile.module.d.ts +0 -9
- package/popover/popover-service/popover.service.d.ts +0 -160
- package/popover/popover-trigger.directive.d.ts +0 -29
- package/popover/popover.component.d.ts +0 -117
- package/popover/popover.interface.d.ts +0 -13
- package/popover/popover.module.d.ts +0 -14
- package/popover/tokens.d.ts +0 -2
- package/product-switch/product-switch/product-switch.component.d.ts +0 -14
- package/product-switch/product-switch-body/product-switch-body.component.d.ts +0 -54
- package/product-switch/product-switch-body/product-switch.item.d.ts +0 -19
- package/product-switch/product-switch-button.directive.d.ts +0 -9
- package/product-switch/product-switch.module.d.ts +0 -12
- package/product-switch/tokens.d.ts +0 -2
- package/progress-indicator/progress-indicator.component.d.ts +0 -41
- package/progress-indicator/progress-indicator.module.d.ts +0 -11
- package/quick-view/quick-view/quick-view.component.d.ts +0 -7
- package/quick-view/quick-view-group/quick-view-group.component.d.ts +0 -5
- package/quick-view/quick-view-group-item/quick-view-group-item.component.d.ts +0 -7
- package/quick-view/quick-view-group-item-content/quick-view-group-item-content-element.directive.d.ts +0 -7
- package/quick-view/quick-view-group-item-content/quick-view-group-item-content.component.d.ts +0 -14
- package/quick-view/quick-view-group-item-label/quick-view-group-item-label.component.d.ts +0 -14
- package/quick-view/quick-view-group-title/quick-view-group-title.component.d.ts +0 -7
- package/quick-view/quick-view-subheader/quick-view-subheader.component.d.ts +0 -5
- package/quick-view/quick-view-subheader-subtitle/quick-view-subheader-subtitle.component.d.ts +0 -5
- package/quick-view/quick-view-subheader-title/quick-view-subheader-title.component.d.ts +0 -5
- package/quick-view/quick-view-title/quick-view-title.component.d.ts +0 -10
- package/quick-view/quick-view.module.d.ts +0 -17
- package/radio/radio-button/radio-button.component.d.ts +0 -116
- package/radio/radio.module.d.ts +0 -12
- package/radio/tokens.d.ts +0 -2
- package/rating-indicator/components/rating-indicator.component.d.ts +0 -172
- package/rating-indicator/constants.d.ts +0 -17
- package/rating-indicator/pipes/index.d.ts +0 -1
- package/rating-indicator/pipes/rating-star-label.pipe.d.ts +0 -8
- package/rating-indicator/rating-indicator.module.d.ts +0 -12
- package/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.d.ts +0 -240
- package/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.d.ts +0 -154
- package/resizable-card-layout/resizable-card-layout.module.d.ts +0 -12
- package/scroll-spy/scroll-spy.directive.d.ts +0 -47
- package/scroll-spy/scroll-spy.module.d.ts +0 -11
- package/scrollbar/scrollbar.directive.d.ts +0 -54
- package/scrollbar/scrollbar.module.d.ts +0 -7
- package/segmented-button/segmented-button.component.d.ts +0 -113
- package/segmented-button/segmented-button.module.d.ts +0 -11
- package/select/option/option.component.d.ts +0 -114
- package/select/options.interface.d.ts +0 -7
- package/select/select-key-manager.service.d.ts +0 -30
- package/select/select-mobile/select-mobile.component.d.ts +0 -43
- package/select/select-mobile/select-mobile.module.d.ts +0 -9
- package/select/select.component.d.ts +0 -316
- package/select/select.interface.d.ts +0 -29
- package/select/select.module.d.ts +0 -8
- package/settings/settings-container/settings-container.component.d.ts +0 -52
- package/settings/settings-content/settings-content.directive.d.ts +0 -15
- package/settings/settings-detail-area/settings-detail-area.directive.d.ts +0 -5
- package/settings/settings-dialog-body/settings-dialog-body.directive.d.ts +0 -5
- package/settings/settings-dialog-content/settings-dialog-content.directive.d.ts +0 -5
- package/settings/settings-header/settings-header.directive.d.ts +0 -5
- package/settings/settings-header-button/settings-header-button.directive.d.ts +0 -5
- package/settings/settings-list-area/settings-list-area.directive.d.ts +0 -5
- package/settings/settings-list-container/settings-list-container.directive.d.ts +0 -5
- package/settings/settings.component.d.ts +0 -5
- package/settings/settings.module.d.ts +0 -20
- package/shared/interfaces/popover-position.d.ts +0 -42
- package/shared/interfaces/search-component.interface.d.ts +0 -26
- package/shared/interfaces/special-day-rule.d.ts +0 -13
- package/shared/interfaces/tablist.interface.d.ts +0 -8
- package/shared/services/value-state-message.service.d.ts +0 -23
- package/shared/tokens/dynamic-page-header.token.d.ts +0 -8
- package/shared/tokens/tabs.token.d.ts +0 -3
- package/shared/types/heading-level.d.ts +0 -1
- package/shellbar/model/shellbar-menu-item.d.ts +0 -21
- package/shellbar/model/shellbar-sizes.d.ts +0 -20
- package/shellbar/model/shellbar-user-menu.d.ts +0 -8
- package/shellbar/model/shellbar-user.d.ts +0 -14
- package/shellbar/model/shellbar.d.ts +0 -7
- package/shellbar/product-menu/product-menu.component.d.ts +0 -53
- package/shellbar/shellbar-action/shellbar-action.component.d.ts +0 -34
- package/shellbar/shellbar-actions/shellbar-actions.component.d.ts +0 -102
- package/shellbar/shellbar-actions-mobile/shellbar-actions-mobile.component.d.ts +0 -24
- package/shellbar/shellbar-branding/shellbar-branding.component.d.ts +0 -20
- package/shellbar/shellbar-context-area/shellbar-context-area.component.d.ts +0 -30
- package/shellbar/shellbar-hide-priority.directive.d.ts +0 -10
- package/shellbar/shellbar-logo/shellbar-logo.component.d.ts +0 -14
- package/shellbar/shellbar-separator/shellbar-separator.component.d.ts +0 -8
- package/shellbar/shellbar-sidenav.directive.d.ts +0 -5
- package/shellbar/shellbar-subtitle/shellbar-subtitle.component.d.ts +0 -16
- package/shellbar/shellbar-title/shellbar-title.component.d.ts +0 -14
- package/shellbar/shellbar.component.d.ts +0 -143
- package/shellbar/shellbar.module.d.ts +0 -22
- package/shellbar/tokens.d.ts +0 -7
- package/shellbar/user-menu/shellbar-user-menu-button.directive.d.ts +0 -12
- package/shellbar/user-menu/shellbar-user-menu.component.d.ts +0 -55
- package/side-navigation/side-navigation-main.directive.d.ts +0 -10
- package/side-navigation/side-navigation-model.d.ts +0 -6
- package/side-navigation/side-navigation-utility.directive.d.ts +0 -10
- package/side-navigation/side-navigation.component.d.ts +0 -54
- package/side-navigation/side-navigation.interface.d.ts +0 -3
- package/side-navigation/side-navigation.module.d.ts +0 -12
- package/skeleton/components/skeleton.component.d.ts +0 -36
- package/skeleton/public-api.d.ts +0 -2
- package/skeleton/skeleton.module.d.ts +0 -11
- package/slider/constants.d.ts +0 -1
- package/slider/slider-position.directive.d.ts +0 -21
- package/slider/slider.component.d.ts +0 -253
- package/slider/slider.model.d.ts +0 -17
- package/slider/slider.module.d.ts +0 -13
- package/split-button/main-action.d.ts +0 -6
- package/split-button/split-button-utils/split-button.directives.d.ts +0 -30
- package/split-button/split-button.component.d.ts +0 -119
- package/split-button/split-button.module.d.ts +0 -12
- package/status-indicator/status-indicator.component.d.ts +0 -124
- package/status-indicator/status-indicator.module.d.ts +0 -7
- package/step-input/step-input.component.d.ts +0 -205
- package/step-input/step-input.module.d.ts +0 -8
- package/switch/switch.component.d.ts +0 -63
- package/switch/switch.module.d.ts +0 -7
- package/table/directives/table-body.directive.d.ts +0 -11
- package/table/directives/table-cell.directive.d.ts +0 -44
- package/table/directives/table-container.directive.d.ts +0 -24
- package/table/directives/table-fixed.directive.d.ts +0 -7
- package/table/directives/table-footer.directive.d.ts +0 -7
- package/table/directives/table-header.directive.d.ts +0 -17
- package/table/directives/table-icon.directive.d.ts +0 -38
- package/table/directives/table-inner.directive.d.ts +0 -7
- package/table/directives/table-popover.directive.d.ts +0 -7
- package/table/directives/table-responsive-wrapper.directive.d.ts +0 -15
- package/table/directives/table-row.directive.d.ts +0 -54
- package/table/directives/table-status-indicator.directive.d.ts +0 -9
- package/table/directives/table-text.directive.d.ts +0 -13
- package/table/table-wrapper.component.d.ts +0 -26
- package/table/table.component.d.ts +0 -60
- package/table/table.module.d.ts +0 -21
- package/table/table.service.d.ts +0 -6
- package/tabs/tab-item/tab-item.directive.d.ts +0 -41
- package/tabs/tab-item-expand/tab-item-expand.component.d.ts +0 -8
- package/tabs/tab-link/tab-link.directive.d.ts +0 -36
- package/tabs/tab-list-component.interface.d.ts +0 -4
- package/tabs/tab-list.component.d.ts +0 -145
- package/tabs/tab-list.token.d.ts +0 -3
- package/tabs/tab-nav/tab-nav.component.d.ts +0 -72
- package/tabs/tab-panel/tab-panel.component.d.ts +0 -77
- package/tabs/tab-utils/tab-directives.d.ts +0 -88
- package/tabs/tab-utils/tab-info.class.d.ts +0 -39
- package/tabs/tabs.module.d.ts +0 -16
- package/tests/element-ref-mock.class.d.ts +0 -5
- package/tests/event-objects.d.ts +0 -18
- package/tests/injection-tokens.d.ts +0 -3
- package/tests/mobile-mode-view-elements.d.ts +0 -12
- package/tests/when-stable.d.ts +0 -3
- package/text/text.component.d.ts +0 -50
- package/text/text.module.d.ts +0 -7
- package/theming/config.d.ts +0 -31
- package/theming/interfaces/theme.interface.d.ts +0 -56
- package/theming/interfaces/theming-config.interface.d.ts +0 -27
- package/theming/provide-theming.d.ts +0 -7
- package/theming/standard-themes.d.ts +0 -2
- package/theming/theming-initializer.d.ts +0 -5
- package/theming/theming.module.d.ts +0 -10
- package/theming/theming.service.d.ts +0 -84
- package/theming/tokens.d.ts +0 -3
- package/tile/directives/numeric-content.directives.d.ts +0 -145
- package/tile/directives/tile.directives.d.ts +0 -195
- package/tile/tile.component.d.ts +0 -39
- package/tile/tile.module.d.ts +0 -9
- package/time/errors.d.ts +0 -2
- package/time/models.d.ts +0 -12
- package/time/time-column/time-column-config.d.ts +0 -8
- package/time/time-column/time-column.component.d.ts +0 -189
- package/time/time.component.d.ts +0 -224
- package/time/time.module.d.ts +0 -12
- package/time-picker/errors.d.ts +0 -2
- package/time-picker/time-picker.component.d.ts +0 -249
- package/time-picker/time-picker.module.d.ts +0 -11
- package/timeline/components/timeline-node/timeline-node-component.interface.d.ts +0 -6
- package/timeline/components/timeline-node/timeline-node.component.d.ts +0 -25
- package/timeline/components/timeline-node-body/timeline-node-body.component.d.ts +0 -20
- package/timeline/components/timeline-node-footer/timeline-node-footer.component.d.ts +0 -5
- package/timeline/components/timeline-node-header/timeline-node-header-info/timeline-node-header-info.directive.d.ts +0 -5
- package/timeline/components/timeline-node-header/timeline-node-header.directive.d.ts +0 -5
- package/timeline/directives/class-bindings/timeline-header-info-sub-title.directive.d.ts +0 -7
- package/timeline/directives/class-bindings/timeline-node-header-info-text.directive.d.ts +0 -7
- package/timeline/directives/class-bindings/timeline-node-header-info-title.directive.d.ts +0 -7
- package/timeline/directives/timeline-first-list-outlet.directive.d.ts +0 -9
- package/timeline/directives/timeline-node-def.directive.d.ts +0 -22
- package/timeline/directives/timeline-second-list-outlet.directive.d.ts +0 -9
- package/timeline/services/position-strategies/base-strategy.d.ts +0 -20
- package/timeline/services/position-strategies/horizontal-double-sides-strategy.d.ts +0 -6
- package/timeline/services/position-strategies/horizontal-single-side-strategy.d.ts +0 -6
- package/timeline/services/position-strategies/position-strategy-factory.d.ts +0 -6
- package/timeline/services/position-strategies/vertical-double-sides-strategy.d.ts +0 -6
- package/timeline/services/position-strategies/vertical-single-side-strategy.d.ts +0 -6
- package/timeline/services/timeline-position-control.service.d.ts +0 -19
- package/timeline/timeline.component.d.ts +0 -89
- package/timeline/timeline.module.d.ts +0 -29
- package/timeline/types/index.d.ts +0 -3
- package/title/title.component.d.ts +0 -29
- package/title/title.module.d.ts +0 -7
- package/token/token-input.directive.d.ts +0 -21
- package/token/token.component.d.ts +0 -63
- package/token/token.module.d.ts +0 -13
- package/token/tokenizer.component.d.ts +0 -211
- package/toolbar/abstract-toolbar-item.class.d.ts +0 -8
- package/toolbar/deprecated-toolbar-size.directive.d.ts +0 -24
- package/toolbar/tokens.d.ts +0 -2
- package/toolbar/toolbar-form-label.directive.d.ts +0 -6
- package/toolbar/toolbar-item.directive.d.ts +0 -25
- package/toolbar/toolbar-label.directive.d.ts +0 -6
- package/toolbar/toolbar-overflow-button-menu.directive.d.ts +0 -6
- package/toolbar/toolbar-overflow-button.directive.d.ts +0 -6
- package/toolbar/toolbar-separator.component.d.ts +0 -5
- package/toolbar/toolbar-spacer.directive.d.ts +0 -20
- package/toolbar/toolbar.component.d.ts +0 -130
- package/toolbar/toolbar.module.d.ts +0 -16
- package/tree/components/tree-item/tree-item.component.d.ts +0 -153
- package/tree/data-source/tree-data-source-parser.d.ts +0 -9
- package/tree/data-source/tree-data-source.d.ts +0 -22
- package/tree/directives/tree-item-button.directive.d.ts +0 -5
- package/tree/directives/tree-item-def.directive.d.ts +0 -17
- package/tree/directives/tree-item-icon.directive.d.ts +0 -13
- package/tree/directives/tree-item.directive.d.ts +0 -19
- package/tree/models/base-tree-item.class.d.ts +0 -84
- package/tree/models/selection-type.d.ts +0 -10
- package/tree/models/tree-item-def-context.d.ts +0 -3
- package/tree/models/tree-item.d.ts +0 -17
- package/tree/tokens.d.ts +0 -2
- package/tree/tree.component.d.ts +0 -152
- package/tree/tree.module.d.ts +0 -23
- package/tree/tree.service.d.ts +0 -62
- package/upload-collection/upload-collection-button-group/upload-collection-button-group.component.d.ts +0 -33
- package/upload-collection/upload-collection-form-item/upload-collection-form-item.component.d.ts +0 -28
- package/upload-collection/upload-collection-item.directive.d.ts +0 -70
- package/upload-collection/upload-collection-simple.directives.d.ts +0 -43
- package/upload-collection/upload-collection.component.d.ts +0 -9
- package/upload-collection/upload-collection.module.d.ts +0 -11
- package/user-menu/components/user-menu-body.component.d.ts +0 -63
- package/user-menu/components/user-menu-content-container.component.d.ts +0 -5
- package/user-menu/components/user-menu-control.component.d.ts +0 -14
- package/user-menu/components/user-menu-footer.component.d.ts +0 -5
- package/user-menu/components/user-menu-list-item.component.d.ts +0 -61
- package/user-menu/components/user-menu-list.component.d.ts +0 -5
- package/user-menu/components/user-menu-sublist.component.d.ts +0 -25
- package/user-menu/directives/user-menu-header-container.directive.d.ts +0 -5
- package/user-menu/directives/user-menu-header.directive.d.ts +0 -5
- package/user-menu/directives/user-menu-subline.directive.d.ts +0 -5
- package/user-menu/directives/user-menu-user-name.directive.d.ts +0 -5
- package/user-menu/user-menu.component.d.ts +0 -48
- package/user-menu/user-menu.module.d.ts +0 -22
- package/vertical-navigation/vertical-navigation-group-header.directive.d.ts +0 -7
- package/vertical-navigation/vertical-navigation-main-navigation.component.d.ts +0 -8
- package/vertical-navigation/vertical-navigation.component.d.ts +0 -46
- package/vertical-navigation/vertical-navigation.module.d.ts +0 -13
- package/wizard/constants.d.ts +0 -7
- package/wizard/models/wizard-step.d.ts +0 -8
- package/wizard/wizard-content/wizard-content.component.d.ts +0 -25
- package/wizard/wizard-injection-token.d.ts +0 -6
- package/wizard/wizard-navigation/wizard-navigation.component.d.ts +0 -15
- package/wizard/wizard-next-step/wizard-next-step.component.d.ts +0 -25
- package/wizard/wizard-progress-bar/wizard-progress-bar.directive.d.ts +0 -13
- package/wizard/wizard-step/wizard-step.component.d.ts +0 -104
- package/wizard/wizard-step-indicator/wizard-step-indicator.component.d.ts +0 -33
- package/wizard/wizard.component.d.ts +0 -139
- package/wizard/wizard.module.d.ts +0 -23
- package/wizard/wizard.service.d.ts +0 -15
package/action-bar/index.d.ts
CHANGED
|
@@ -1,8 +1,131 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* This component holds the right-aligned action buttons for the action bar.
|
|
5
|
+
*
|
|
6
|
+
* ```html
|
|
7
|
+
* <div fd-action-bar>
|
|
8
|
+
* <div fd-action-bar-actions>
|
|
9
|
+
* <button fd-button [fdType]="'primary'">Cancel</button>
|
|
10
|
+
* <button fd-button [fdType]="'main'">Save</button>
|
|
11
|
+
* </div>
|
|
12
|
+
* </div>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
declare class ActionBarActionsDirective {
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarActionsDirective, never>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarActionsDirective, "[fd-action-bar-actions]", never, {}, {}, never, never, true, never>;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* The left-aligned back button for the action bar.
|
|
22
|
+
*
|
|
23
|
+
* ```html
|
|
24
|
+
* <div fd-action-bar>
|
|
25
|
+
* <div fd-action-bar-back>
|
|
26
|
+
* <button aria-label="back" fd-button [fdType]="'transparent'" [compact]="true" [glyph]="'nav-back'"></button>
|
|
27
|
+
* </div>
|
|
28
|
+
* </div>
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
declare class ActionBarBackDirective {
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarBackDirective, never>;
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarBackDirective, "[fd-action-bar-back]", never, {}, {}, never, never, true, never>;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* The action bar description.
|
|
38
|
+
*
|
|
39
|
+
* ```html
|
|
40
|
+
* <div fd-action-bar>
|
|
41
|
+
* <div fd-action-bar-header>
|
|
42
|
+
* <div fd-action-bar-description>Page Description</div>
|
|
43
|
+
* </div>
|
|
44
|
+
* <div>
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
declare class ActionBarDescriptionDirective {
|
|
48
|
+
/** Whether the action bar also has a back button. */
|
|
49
|
+
withBackBtn: boolean;
|
|
50
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarDescriptionDirective, never>;
|
|
51
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarDescriptionDirective, "[fd-action-bar-description]", never, { "withBackBtn": { "alias": "withBackBtn"; "required": false; }; }, {}, never, never, true, never>;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* The action bar header, which contains the action bar's title and description components.
|
|
56
|
+
*
|
|
57
|
+
* ```html
|
|
58
|
+
* <div fd-action-bar>
|
|
59
|
+
* <div fd-action-bar-header>
|
|
60
|
+
* </div>
|
|
61
|
+
* </div>
|
|
62
|
+
* ```
|
|
63
|
+
*/
|
|
64
|
+
declare class ActionBarHeaderDirective {
|
|
65
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarHeaderDirective, never>;
|
|
66
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarHeaderDirective, "[fd-action-bar-header]", never, {}, {}, never, never, true, never>;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* The action bar mobile component. This component should wrap all other action bar components, including the `[fd-action-bar]`.
|
|
71
|
+
*
|
|
72
|
+
* ```html
|
|
73
|
+
* <div fd-action-bar-mobile>
|
|
74
|
+
* <div fd-action-bar>
|
|
75
|
+
* </div>
|
|
76
|
+
* </div>
|
|
77
|
+
* ```
|
|
78
|
+
*/
|
|
79
|
+
declare class ActionBarMobileDirective {
|
|
80
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarMobileDirective, never>;
|
|
81
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarMobileDirective, "[fd-action-bar-mobile]", never, {}, {}, never, never, true, never>;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* The action bar title component.
|
|
86
|
+
*
|
|
87
|
+
* ```html
|
|
88
|
+
* <fd-action-bar>
|
|
89
|
+
* <div fd-action-bar-header>
|
|
90
|
+
* <div fd-action-bar-title>Page Title</div>
|
|
91
|
+
* </div>
|
|
92
|
+
* <fd-action-bar>
|
|
93
|
+
* ```
|
|
94
|
+
*/
|
|
95
|
+
declare class ActionBarTitleComponent {
|
|
96
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarTitleComponent, never>;
|
|
97
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarTitleComponent, "[fd-action-bar-title]", never, {}, {}, never, ["*"], true, never>;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* @deprecated
|
|
102
|
+
* Action Bar component is deprecated since version 0.40.0
|
|
103
|
+
*
|
|
104
|
+
* Children usage:
|
|
105
|
+
* ```html
|
|
106
|
+
* <div fd-action-bar-actions>
|
|
107
|
+
* <div fd-action-bar-back>
|
|
108
|
+
* <div fd-action-bar-description>
|
|
109
|
+
* <div fd-action-bar-header>
|
|
110
|
+
* <div fd-action-bar-mobile>
|
|
111
|
+
* <div fd-action-bar-title>
|
|
112
|
+
* ```
|
|
113
|
+
*/
|
|
114
|
+
declare class ActionBarComponent {
|
|
115
|
+
/** @hidden */
|
|
116
|
+
constructor();
|
|
117
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarComponent, never>;
|
|
118
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarComponent, "[fd-action-bar]", never, {}, {}, never, ["*"], true, never>;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* @deprecated
|
|
123
|
+
* Use direct imports of components and directives.
|
|
124
|
+
*/
|
|
125
|
+
declare class ActionBarModule {
|
|
126
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarModule, never>;
|
|
127
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionBarModule, never, [typeof ActionBarComponent, typeof ActionBarTitleComponent, typeof ActionBarDescriptionDirective, typeof ActionBarHeaderDirective, typeof ActionBarActionsDirective, typeof ActionBarBackDirective, typeof ActionBarMobileDirective], [typeof ActionBarComponent, typeof ActionBarTitleComponent, typeof ActionBarDescriptionDirective, typeof ActionBarHeaderDirective, typeof ActionBarActionsDirective, typeof ActionBarBackDirective, typeof ActionBarMobileDirective]>;
|
|
128
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ActionBarModule>;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
export { ActionBarActionsDirective, ActionBarBackDirective, ActionBarComponent, ActionBarDescriptionDirective, ActionBarHeaderDirective, ActionBarMobileDirective, ActionBarModule, ActionBarTitleComponent };
|
package/action-sheet/index.d.ts
CHANGED
|
@@ -1,6 +1,249 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { ElementRef, EventEmitter, AfterViewInit, TemplateRef, ChangeDetectorRef, AfterContentInit, OnDestroy, QueryList, ComponentRef, ViewContainerRef } from '@angular/core';
|
|
3
|
+
import { KeyboardSupportItemInterface, Nullable, KeyboardSupportService, FocusEscapeDirection, DynamicComponentService } from '@fundamental-ngx/cdk/utils';
|
|
4
|
+
import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
|
|
5
|
+
import { IconFont } from '@fundamental-ngx/core/icon';
|
|
6
|
+
import { Subject } from 'rxjs';
|
|
7
|
+
import { PopoverComponent } from '@fundamental-ngx/core/popover';
|
|
8
|
+
import { Placement } from '@fundamental-ngx/core/shared';
|
|
9
|
+
|
|
10
|
+
interface ActionSheetClickEvent {
|
|
11
|
+
shouldClose: boolean;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* A component used to enforce a certain layout for the action sheet.
|
|
15
|
+
* ```html
|
|
16
|
+
* <fd-action-sheet>
|
|
17
|
+
* <fd-action-sheet-control>Control Element</fd-action-sheet-control>
|
|
18
|
+
* <fd-action-sheet-body>
|
|
19
|
+
* <fd-action-sheet-item>Action Sheet Body</fd-action-sheet-item>
|
|
20
|
+
* <fd-action-sheet-item>Action Sheet Body</fd-action-sheet-item>
|
|
21
|
+
* <fd-action-sheet-item>Action Sheet Body</fd-action-sheet-item>
|
|
22
|
+
* </fd-action-sheet-body>
|
|
23
|
+
* </fd-action-sheet>
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
declare class ActionSheetItemComponent implements KeyboardSupportItemInterface {
|
|
27
|
+
private readonly _elementRef;
|
|
28
|
+
/** Sets text of button. */
|
|
29
|
+
label: string;
|
|
30
|
+
/** Sets icon of action item. */
|
|
31
|
+
glyph: string;
|
|
32
|
+
/** Glyph font family */
|
|
33
|
+
glyphFont: IconFont;
|
|
34
|
+
/** Indicate state of the button.*/
|
|
35
|
+
negative: boolean;
|
|
36
|
+
/** Indicate if it's closing button */
|
|
37
|
+
isCloseButton: boolean;
|
|
38
|
+
/** Whether or not the action sheet item is disabled. */
|
|
39
|
+
disabled: boolean;
|
|
40
|
+
/** @hidden */
|
|
41
|
+
buttonComponent: ElementRef;
|
|
42
|
+
/** @hidden */
|
|
43
|
+
keyDown: EventEmitter<KeyboardEvent>;
|
|
44
|
+
/** @hidden */
|
|
45
|
+
readonly clicked: Subject<ActionSheetClickEvent>;
|
|
46
|
+
/** @hidden */
|
|
47
|
+
readonly focused: Subject<ActionSheetItemComponent>;
|
|
48
|
+
/** @hidden */
|
|
49
|
+
readonly _tabIndex$: i0.WritableSignal<number | null>;
|
|
50
|
+
/** @hidden */
|
|
51
|
+
constructor(_elementRef: ElementRef);
|
|
52
|
+
/** @hidden */
|
|
53
|
+
keydownHandler(event: KeyboardEvent): void;
|
|
54
|
+
/** @hidden */
|
|
55
|
+
focusHandler(): void;
|
|
56
|
+
/** Handler for mouse events */
|
|
57
|
+
onClick(): void;
|
|
58
|
+
/** @hidden Support for KeyboardSupportItemInterface */
|
|
59
|
+
click(): void;
|
|
60
|
+
/** @hidden */
|
|
61
|
+
focus(): void;
|
|
62
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetItemComponent, never>;
|
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetItemComponent, "[fd-action-sheet-item]", never, { "label": { "alias": "label"; "required": false; }; "glyph": { "alias": "glyph"; "required": false; }; "glyphFont": { "alias": "glyphFont"; "required": false; }; "negative": { "alias": "negative"; "required": false; }; "isCloseButton": { "alias": "isCloseButton"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "keyDown": "keyDown"; }, never, ["*"], true, never>;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* A component used to enforce a certain layout for the action sheet.
|
|
68
|
+
* ```html
|
|
69
|
+
* <fd-action-sheet>
|
|
70
|
+
* <fd-action-sheet-control>Control Element</fd-action-sheet-control>
|
|
71
|
+
* <fd-action-sheet-body>
|
|
72
|
+
* <fd-action-sheet-item>Action Sheet Body</fd-action-sheet-item>
|
|
73
|
+
* <fd-action-sheet-item>Action Sheet Body</fd-action-sheet-item>
|
|
74
|
+
* <fd-action-sheet-item>Action Sheet Body</fd-action-sheet-item>
|
|
75
|
+
* </fd-action-sheet-body>
|
|
76
|
+
* </fd-action-sheet>
|
|
77
|
+
* ```
|
|
78
|
+
*/
|
|
79
|
+
declare class ActionSheetBodyComponent implements AfterViewInit {
|
|
80
|
+
private readonly _keyboardSupportService;
|
|
81
|
+
readonly _contentDensityObserver: ContentDensityObserver;
|
|
82
|
+
/** Id of the Action Sheet Body. */
|
|
83
|
+
actionSheetBodyId: string;
|
|
84
|
+
/** Display in mobile view. */
|
|
85
|
+
mobile: boolean;
|
|
86
|
+
/** Aria-label for Action Sheet Body. */
|
|
87
|
+
ariaLabel: Nullable<string>;
|
|
88
|
+
/** Aria-Labelledby for element describing Action Sheet Body. */
|
|
89
|
+
ariaLabelledby: Nullable<string>;
|
|
90
|
+
/** @hidden */
|
|
91
|
+
actionSheetElementRef: ElementRef<HTMLUListElement>;
|
|
92
|
+
/** @hidden */
|
|
93
|
+
private readonly _items;
|
|
94
|
+
/** @hidden */
|
|
95
|
+
private _refresh$;
|
|
96
|
+
/** @hidden */
|
|
97
|
+
private readonly _destroyRef;
|
|
98
|
+
/** @hidden */
|
|
99
|
+
constructor(_keyboardSupportService: KeyboardSupportService<ActionSheetItemComponent>, _contentDensityObserver: ContentDensityObserver);
|
|
100
|
+
/** Handler for mouse events */
|
|
101
|
+
onClick(event: MouseEvent): void;
|
|
102
|
+
/** @hidden */
|
|
103
|
+
keyDownHandler(event: KeyboardEvent): void;
|
|
104
|
+
/** @hidden */
|
|
105
|
+
ngAfterViewInit(): void;
|
|
106
|
+
/** @hidden */
|
|
107
|
+
private _setupInteractionListeners;
|
|
108
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetBodyComponent, never>;
|
|
109
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetBodyComponent, "fd-action-sheet-body", never, { "actionSheetBodyId": { "alias": "actionSheetBodyId"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; }; }, {}, ["_items"], ["[fd-action-sheet-item]"], true, never>;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* A component used to enforce a certain layout for the action sheet.
|
|
114
|
+
* ```html
|
|
115
|
+
* <fd-action-sheet>
|
|
116
|
+
* <fd-action-sheet-control>Control Element</fd-action-sheet-control>
|
|
117
|
+
* <fd-action-sheet-body>
|
|
118
|
+
* <fd-action-sheet-item>Action Sheet Body</fd-action-sheet-item>
|
|
119
|
+
* <fd-action-sheet-item>Action Sheet Body</fd-action-sheet-item>
|
|
120
|
+
* <fd-action-sheet-item>Action Sheet Body</fd-action-sheet-item>
|
|
121
|
+
* </fd-action-sheet-body>
|
|
122
|
+
* </fd-action-sheet>
|
|
123
|
+
* ```
|
|
124
|
+
*/
|
|
125
|
+
declare class ActionSheetControlComponent {
|
|
126
|
+
/** Emitted event when control button is clicked */
|
|
127
|
+
clicked: EventEmitter<void>;
|
|
128
|
+
/** saves element that is focused before dialog opened */
|
|
129
|
+
private _focusedElementBeforeDialogOpened;
|
|
130
|
+
/** Handler for mouse events */
|
|
131
|
+
onClick(): void;
|
|
132
|
+
/** @hidden */
|
|
133
|
+
_focus(): void;
|
|
134
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetControlComponent, never>;
|
|
135
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetControlComponent, "fd-action-sheet-control", never, {}, { "clicked": "clicked"; }, never, ["*"], true, never>;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
type OpenChangeHandle = (isOpen: boolean) => void;
|
|
139
|
+
declare class ActionSheetMobileComponent {
|
|
140
|
+
private readonly _changeDetectionRef;
|
|
141
|
+
/** Whenever links should be visible */
|
|
142
|
+
open: boolean;
|
|
143
|
+
/** @hidden */
|
|
144
|
+
childContent: {
|
|
145
|
+
actionSheetBodyTemplate: TemplateRef<any>;
|
|
146
|
+
isOpenChangeHandle: OpenChangeHandle;
|
|
147
|
+
} | null;
|
|
148
|
+
/** @hidden */
|
|
149
|
+
get _isOpenChangeHandle(): OpenChangeHandle | undefined;
|
|
150
|
+
/** @hidden */
|
|
151
|
+
constructor(_changeDetectionRef: ChangeDetectorRef);
|
|
152
|
+
/** @hidden */
|
|
153
|
+
toggleOpenState(isOpen: boolean): void;
|
|
154
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetMobileComponent, never>;
|
|
155
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetMobileComponent, "fd-action-sheet-mobile", never, {}, {}, never, never, true, never>;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
declare class ActionSheetComponent implements AfterContentInit, AfterViewInit, OnDestroy {
|
|
159
|
+
private readonly _keyboardSupportService;
|
|
160
|
+
private readonly _changeDetectionRef;
|
|
161
|
+
private readonly _viewContainerRef;
|
|
162
|
+
private _dynamicComponentService;
|
|
163
|
+
/** Whether should be displayed in mobile mode */
|
|
164
|
+
mobile: boolean;
|
|
165
|
+
/** The position of the popover body. Set to 'bottom' by default. */
|
|
166
|
+
placement: Placement;
|
|
167
|
+
/** Whether the popover body has an arrow. Set to false by default. */
|
|
168
|
+
noArrow: boolean;
|
|
169
|
+
/** Whenever links should be visible */
|
|
170
|
+
isOpen: boolean;
|
|
171
|
+
/** Whether internal keyboard support should be enabled. It's enabled by default */
|
|
172
|
+
keyboardSupport: boolean;
|
|
173
|
+
/**
|
|
174
|
+
* To allow user to determine what event he wants to trigger the messages to show
|
|
175
|
+
* Accepts any [HTML DOM Events](https://www.w3schools.com/jsref/dom_obj_event.asp).
|
|
176
|
+
*/
|
|
177
|
+
triggers: string[];
|
|
178
|
+
/** Value for the control title in mobile mode */
|
|
179
|
+
controlTitle: Nullable<string>;
|
|
180
|
+
/**
|
|
181
|
+
* Value for the control title heading level
|
|
182
|
+
* A number between 1 and 6
|
|
183
|
+
* Default is set to 2
|
|
184
|
+
*/
|
|
185
|
+
controlTitleHeading: 1 | 2 | 3 | 4 | 5 | 6;
|
|
186
|
+
/** Event thrown, when focus escapes the list */
|
|
187
|
+
focusEscapeList: EventEmitter<FocusEscapeDirection>;
|
|
188
|
+
/** Event thrown, when the action sheet is opened or closed */
|
|
189
|
+
readonly isOpenChange: EventEmitter<boolean>;
|
|
190
|
+
/** @hidden */
|
|
191
|
+
actionSheetBody: ActionSheetBodyComponent;
|
|
192
|
+
/** @hidden */
|
|
193
|
+
actionSheetControl: ActionSheetControlComponent;
|
|
194
|
+
/** @hidden */
|
|
195
|
+
actionSheetItems: QueryList<ActionSheetItemComponent>;
|
|
196
|
+
/** @hidden */
|
|
197
|
+
actionSheetBodyTemplate: TemplateRef<any>;
|
|
198
|
+
/** @hidden */
|
|
199
|
+
popoverComponent: PopoverComponent;
|
|
200
|
+
/** @hidden */
|
|
201
|
+
actionSheetMobileDynamic: ComponentRef<ActionSheetMobileComponent>;
|
|
202
|
+
/** @hidden */
|
|
203
|
+
private readonly _destroyRef;
|
|
204
|
+
/** @hidden */
|
|
205
|
+
private readonly _onRefresh$;
|
|
206
|
+
/** @hidden */
|
|
207
|
+
private _subscriptions;
|
|
208
|
+
/** @hidden */
|
|
209
|
+
constructor(_keyboardSupportService: KeyboardSupportService<ActionSheetItemComponent>, _changeDetectionRef: ChangeDetectorRef, _viewContainerRef: ViewContainerRef, _dynamicComponentService: DynamicComponentService);
|
|
210
|
+
/** @hidden */
|
|
211
|
+
ngAfterContentInit(): void;
|
|
212
|
+
/** @hidden */
|
|
213
|
+
ngAfterViewInit(): void;
|
|
214
|
+
/** @hidden */
|
|
215
|
+
ngOnDestroy(): void;
|
|
216
|
+
/** Method that opens action sheet */
|
|
217
|
+
open(): void;
|
|
218
|
+
/** Method that closes action sheet */
|
|
219
|
+
close(): void;
|
|
220
|
+
/** @hidden */
|
|
221
|
+
isOpenChangeHandle(isOpen: boolean): void;
|
|
222
|
+
/** @hidden */
|
|
223
|
+
private _initializeChildrenState;
|
|
224
|
+
/** @hidden */
|
|
225
|
+
private _actionControlHandle;
|
|
226
|
+
/** @hidden */
|
|
227
|
+
private _listenOnItemsChange;
|
|
228
|
+
/** @hidden */
|
|
229
|
+
private _listenOnItemsClick;
|
|
230
|
+
/** @hidden Set fake focus on element with passed index */
|
|
231
|
+
private _setItemActive;
|
|
232
|
+
/** @hidden */
|
|
233
|
+
private _setUpMobileMode;
|
|
234
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetComponent, [null, null, null, { optional: true; }]>;
|
|
235
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetComponent, "fd-action-sheet", never, { "mobile": { "alias": "mobile"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "noArrow": { "alias": "noArrow"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "keyboardSupport": { "alias": "keyboardSupport"; "required": false; }; "triggers": { "alias": "triggers"; "required": false; }; "controlTitle": { "alias": "controlTitle"; "required": false; }; "controlTitleHeading": { "alias": "controlTitleHeading"; "required": false; }; }, { "focusEscapeList": "focusEscapeList"; "isOpenChange": "isOpenChange"; }, ["actionSheetBody", "actionSheetControl", "actionSheetItems"], ["fd-action-sheet-body", "fd-action-sheet-control"], true, never>;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
/**
|
|
239
|
+
* @deprecated
|
|
240
|
+
* Use direct imports of components.
|
|
241
|
+
*/
|
|
242
|
+
declare class ActionSheetModule {
|
|
243
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetModule, never>;
|
|
244
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionSheetModule, never, [typeof ActionSheetComponent, typeof ActionSheetControlComponent, typeof ActionSheetItemComponent, typeof ActionSheetBodyComponent], [typeof ActionSheetComponent, typeof ActionSheetControlComponent, typeof ActionSheetItemComponent, typeof ActionSheetBodyComponent]>;
|
|
245
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ActionSheetModule>;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
export { ActionSheetBodyComponent, ActionSheetComponent, ActionSheetControlComponent, ActionSheetItemComponent, ActionSheetMobileComponent, ActionSheetModule };
|
|
249
|
+
export type { ActionSheetClickEvent };
|
package/avatar/index.d.ts
CHANGED
|
@@ -1,5 +1,155 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { PipeTransform, OnChanges, OnInit, ElementRef, EventEmitter, ChangeDetectorRef, Renderer2, InjectionToken } from '@angular/core';
|
|
3
|
+
import { Nullable, CssClassBuilder, Size, ColorAccent } from '@fundamental-ngx/cdk/utils';
|
|
4
|
+
import { IconComponent } from '@fundamental-ngx/core/icon';
|
|
5
|
+
|
|
6
|
+
type AvatarValueStates = 'positive' | 'caution' | 'negative' | 'information';
|
|
7
|
+
|
|
8
|
+
declare class AvatarIconPipe implements PipeTransform {
|
|
9
|
+
/**
|
|
10
|
+
* Selects appropriate Avatar icon based on Avatar Value state and fallback icon.
|
|
11
|
+
*/
|
|
12
|
+
transform(valueState: Nullable<AvatarValueStates>, fallbackIcon: Nullable<string>): string;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarIconPipe, never>;
|
|
14
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<AvatarIconPipe, "fdAvatarIcon", true>;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
type IndicationColor = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
|
|
18
|
+
declare class AvatarComponent implements OnChanges, OnInit, CssClassBuilder, OnChanges {
|
|
19
|
+
readonly elementRef: ElementRef;
|
|
20
|
+
private readonly _cdr;
|
|
21
|
+
private readonly _renderer;
|
|
22
|
+
private hostTabindex;
|
|
23
|
+
/** User's custom classes */
|
|
24
|
+
class: string;
|
|
25
|
+
/** Id of the Avatar. */
|
|
26
|
+
id: string;
|
|
27
|
+
/** Aria-label for Avatar. */
|
|
28
|
+
ariaLabel: Nullable<string>;
|
|
29
|
+
/** Aria-Labelledby for element describing Avatar. */
|
|
30
|
+
ariaLabelledby: Nullable<string>;
|
|
31
|
+
/** Localized text for label */
|
|
32
|
+
set label(value: Nullable<string>);
|
|
33
|
+
/** The size of the Avatar. Options include: *xs*, *s*, *m*, *l* and *xl*. */
|
|
34
|
+
size: Size;
|
|
35
|
+
/** Font family of the icon. */
|
|
36
|
+
font: IconComponent['font'];
|
|
37
|
+
/** The glyph name. */
|
|
38
|
+
glyph: Nullable<string>;
|
|
39
|
+
/** The glyph name for zoom icon. */
|
|
40
|
+
zoomGlyph: Nullable<string>;
|
|
41
|
+
/** Whether to apply a circle style to the Avatar. */
|
|
42
|
+
circle: boolean;
|
|
43
|
+
/** Whether to apply a transparent style to the Avatar. */
|
|
44
|
+
transparent: boolean;
|
|
45
|
+
/** Whether to apply background size contain style to the Avatar */
|
|
46
|
+
contain: boolean;
|
|
47
|
+
/** Whether to apply a placeholder background style to the Avatar. */
|
|
48
|
+
placeholder: boolean;
|
|
49
|
+
/** Whether to apply a tile background style to the Avatar. */
|
|
50
|
+
tile: boolean;
|
|
51
|
+
/** Whether to apply a border to the Avatar. */
|
|
52
|
+
border: boolean;
|
|
53
|
+
/** A number from 1 to 10 representing the background color of the Avatar.
|
|
54
|
+
* This property will override the colorIndication property.
|
|
55
|
+
*/
|
|
56
|
+
colorAccent: Nullable<ColorAccent>;
|
|
57
|
+
/** A number from 1 to 10 representing the background color of the Avatar using the Indication Colors. */
|
|
58
|
+
colorIndication: Nullable<IndicationColor>;
|
|
59
|
+
/** Whether to apply random background color to the Avatar. */
|
|
60
|
+
random: boolean;
|
|
61
|
+
/** Whether component should be focusable & clicable */
|
|
62
|
+
clickable: boolean;
|
|
63
|
+
/** Value state of the Avatar. */
|
|
64
|
+
valueState: Nullable<AvatarValueStates>;
|
|
65
|
+
/** Background image resource: url or base64. */
|
|
66
|
+
set image(value: Nullable<string>);
|
|
67
|
+
get image(): Nullable<string>;
|
|
68
|
+
/** Backup options to use when image hasn't been loaded successfully.
|
|
69
|
+
* Options separated with "|" symbol.
|
|
70
|
+
* Possible options: content, alt, backup, default-icon
|
|
71
|
+
*/
|
|
72
|
+
set alterIcon(value: Nullable<string>);
|
|
73
|
+
get alterIcon(): Nullable<string>;
|
|
74
|
+
/** Backup image to load when image hasn't been loaded successfully.
|
|
75
|
+
* Only applicable when using alterIcon input property.
|
|
76
|
+
*/
|
|
77
|
+
set backupImage(value: Nullable<string>);
|
|
78
|
+
get backupImage(): Nullable<string>;
|
|
79
|
+
/** Event emitted when avatar clicked. Only fires if clickable input property set to true. */
|
|
80
|
+
avatarClicked: EventEmitter<Event>;
|
|
81
|
+
/** Event emitted when zoom icon clicked. Only fires if zoomGlyph input property is set. */
|
|
82
|
+
zoomGlyphClicked: EventEmitter<void>;
|
|
83
|
+
/**
|
|
84
|
+
* @hidden
|
|
85
|
+
*/
|
|
86
|
+
set bgImage(image: Nullable<string>);
|
|
87
|
+
get bgImage(): Nullable<string>;
|
|
88
|
+
/** @hidden */
|
|
89
|
+
get role(): string;
|
|
90
|
+
/** @hidden */
|
|
91
|
+
set content(value: ElementRef);
|
|
92
|
+
/** @hidden */
|
|
93
|
+
abbreviate: Nullable<string>;
|
|
94
|
+
/** @hidden */
|
|
95
|
+
private _image;
|
|
96
|
+
/** @hidden */
|
|
97
|
+
private _alterIcon;
|
|
98
|
+
/** @hidden */
|
|
99
|
+
private _content;
|
|
100
|
+
/** @hidden */
|
|
101
|
+
private _backupImage;
|
|
102
|
+
/** @hidden */
|
|
103
|
+
private _bgImage;
|
|
104
|
+
/** @hidden */
|
|
105
|
+
get _tabindex(): number | null;
|
|
106
|
+
/** If a default placeholder should be displayed */
|
|
107
|
+
get showDefault(): boolean;
|
|
108
|
+
/** @hidden */
|
|
109
|
+
constructor(elementRef: ElementRef, _cdr: ChangeDetectorRef, _renderer: Renderer2, hostTabindex: number | null);
|
|
110
|
+
/** @hidden
|
|
111
|
+
* CssClassBuilder interface implementation
|
|
112
|
+
* function must return single string
|
|
113
|
+
* function is responsible for order which css classes are applied
|
|
114
|
+
*/
|
|
115
|
+
buildComponentCssClass(): string[];
|
|
116
|
+
/** @hidden */
|
|
117
|
+
_onClick(event: Event): void;
|
|
118
|
+
/** @hidden */
|
|
119
|
+
ngOnInit(): void;
|
|
120
|
+
/** @hidden */
|
|
121
|
+
ngOnChanges(): void;
|
|
122
|
+
/** @hidden */
|
|
123
|
+
zoomClicked(event: Event): void;
|
|
124
|
+
/** @hidden Get an abbreviate from the label or return null if not fit requirements */
|
|
125
|
+
private _getAbbreviate;
|
|
126
|
+
/** @hidden Get the abbreviation string */
|
|
127
|
+
private _generateAbbreviation;
|
|
128
|
+
/** @hidden */
|
|
129
|
+
private _setImage;
|
|
130
|
+
/** @hidden */
|
|
131
|
+
private _verifyImageUrl;
|
|
132
|
+
/** @hidden */
|
|
133
|
+
private _assignBgImage;
|
|
134
|
+
/** @hidden */
|
|
135
|
+
private _onErrorCallback;
|
|
136
|
+
/** @hidden */
|
|
137
|
+
private _showDefaultIcon;
|
|
138
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, [null, null, null, { attribute: "tabindex"; }]>;
|
|
139
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "fd-avatar", never, { "class": { "alias": "class"; "required": false; }; "id": { "alias": "id"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; }; "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; "font": { "alias": "font"; "required": false; }; "glyph": { "alias": "glyph"; "required": false; }; "zoomGlyph": { "alias": "zoomGlyph"; "required": false; }; "circle": { "alias": "circle"; "required": false; }; "transparent": { "alias": "transparent"; "required": false; }; "contain": { "alias": "contain"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "tile": { "alias": "tile"; "required": false; }; "border": { "alias": "border"; "required": false; }; "colorAccent": { "alias": "colorAccent"; "required": false; }; "colorIndication": { "alias": "colorIndication"; "required": false; }; "random": { "alias": "random"; "required": false; }; "clickable": { "alias": "clickable"; "required": false; }; "valueState": { "alias": "valueState"; "required": false; }; "image": { "alias": "image"; "required": false; }; "alterIcon": { "alias": "alterIcon"; "required": false; }; "backupImage": { "alias": "backupImage"; "required": false; }; }, { "avatarClicked": "avatarClicked"; "zoomGlyphClicked": "zoomGlyphClicked"; }, never, ["*"], true, never>;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* @deprecated
|
|
144
|
+
* Use `AvatarComponent` import instead.
|
|
145
|
+
*/
|
|
146
|
+
declare class AvatarModule {
|
|
147
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarModule, never>;
|
|
148
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarModule, never, [typeof AvatarComponent], [typeof AvatarComponent]>;
|
|
149
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AvatarModule>;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
declare const FD_AVATAR_COMPONENT: InjectionToken<unknown>;
|
|
153
|
+
|
|
154
|
+
export { AvatarComponent, AvatarIconPipe, AvatarModule, FD_AVATAR_COMPONENT };
|
|
155
|
+
export type { AvatarValueStates, IndicationColor };
|