@fundamental-ngx/ui5-webcomponents 0.58.0-rc.8 → 0.58.0-rc.80
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/README.md +70 -1
- package/avatar/index.d.ts +35 -0
- package/avatar-group/index.d.ts +39 -0
- package/bar/index.d.ts +34 -1
- package/breadcrumbs/index.d.ts +25 -0
- package/breadcrumbs-item/index.d.ts +25 -0
- package/busy-indicator/index.d.ts +23 -0
- package/button/index.d.ts +32 -0
- package/calendar/index.d.ts +35 -0
- package/calendar-legend/index.d.ts +23 -0
- package/card/index.d.ts +31 -0
- package/card-header/index.d.ts +24 -0
- package/carousel/index.d.ts +26 -0
- package/color-palette/index.d.ts +23 -0
- package/color-palette-popover/index.d.ts +23 -0
- package/combo-box/index.d.ts +36 -0
- package/combo-box-item-group/index.d.ts +26 -0
- package/date-picker/index.d.ts +29 -0
- package/date-range-picker/index.d.ts +29 -0
- package/date-time-picker/index.d.ts +29 -0
- package/dialog/index.d.ts +32 -0
- package/dynamic-date-range/index.d.ts +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs +40 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs +41 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs +47 -2
- package/fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs +27 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs +27 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs +25 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs +33 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs +25 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs +47 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs +30 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs +33 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs +28 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs +25 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs +25 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs +32 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs +43 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs +31 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs +31 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs +31 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs +42 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-expandable-text.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs +41 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs +25 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs +31 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs +35 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs +50 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs +27 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs +27 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs +34 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs +32 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs +51 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs +35 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs +26 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs +61 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu.mjs +27 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs +37 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs +32 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs +43 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs +55 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs +25 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs +27 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-panel.mjs +32 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-panel.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs +35 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs +35 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs +27 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs +29 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs +56 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs +27 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs +30 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs +25 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs +32 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs +41 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs +32 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs +25 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell-action-a-i.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs +33 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs +27 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs +35 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-multi.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-single.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-virtualizer.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs +44 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs +32 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs +32 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs +25 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs +31 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs +28 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs +27 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs +33 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs +27 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs +25 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs +11 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs +27 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs +37 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs +27 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs +51 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs +46 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs +35 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents.mjs +2445 -5
- package/fesm2022/fundamental-ngx-ui5-webcomponents.mjs.map +1 -1
- package/file-uploader/index.d.ts +39 -0
- package/form/index.d.ts +29 -0
- package/form-group/index.d.ts +23 -0
- package/form-item/index.d.ts +25 -0
- package/index.d.ts +2129 -2
- package/input/index.d.ts +44 -0
- package/label/index.d.ts +25 -0
- package/link/index.d.ts +26 -0
- package/list/index.d.ts +30 -0
- package/list-item-custom/index.d.ts +32 -0
- package/list-item-group/index.d.ts +26 -0
- package/list-item-standard/index.d.ts +44 -0
- package/menu/index.d.ts +25 -0
- package/menu-item/index.d.ts +55 -0
- package/menu-item-group/index.d.ts +24 -0
- package/message-strip/index.d.ts +31 -0
- package/multi-combo-box/index.d.ts +36 -0
- package/multi-combo-box-item-group/index.d.ts +26 -0
- package/multi-input/index.d.ts +45 -0
- package/option/index.d.ts +25 -0
- package/option-custom/index.d.ts +23 -0
- package/package.json +16 -16
- package/panel/index.d.ts +26 -0
- package/popover/index.d.ts +25 -0
- package/responsive-popover/index.d.ts +25 -0
- package/segmented-button/index.d.ts +28 -0
- package/segmented-button-item/index.d.ts +25 -0
- package/select/index.d.ts +51 -0
- package/split-button/index.d.ts +26 -0
- package/step-input/index.d.ts +28 -0
- package/suggestion-item-custom/index.d.ts +23 -0
- package/suggestion-item-group/index.d.ts +26 -0
- package/tab/index.d.ts +26 -0
- package/tab-container/index.d.ts +35 -0
- package/table/index.d.ts +30 -0
- package/table-cell/index.d.ts +23 -0
- package/table-header-cell/index.d.ts +31 -0
- package/table-header-row/index.d.ts +25 -0
- package/table-row/index.d.ts +33 -0
- package/tag/index.d.ts +26 -0
- package/text/index.d.ts +23 -0
- package/text-area/index.d.ts +30 -0
- package/time-picker/index.d.ts +29 -0
- package/title/index.d.ts +26 -0
- package/toast/index.d.ts +25 -0
- package/toggle-button/index.d.ts +31 -0
- package/token/index.d.ts +25 -0
- package/tokenizer/index.d.ts +23 -0
- package/toolbar/index.d.ts +25 -0
- package/toolbar-button/index.d.ts +11 -1
- package/toolbar-select/index.d.ts +35 -0
- package/toolbar-select-option/index.d.ts +25 -0
- package/tree/index.d.ts +29 -0
- package/tree-item/index.d.ts +39 -0
- package/tree-item-custom/index.d.ts +40 -0
package/README.md
CHANGED
|
@@ -1,3 +1,72 @@
|
|
|
1
1
|
# ui5-webcomponents
|
|
2
2
|
|
|
3
|
-
ui5
|
|
3
|
+
Angular component wrappers around the [@ui5/webcomponents](https://www.npmjs.com/package/@ui5/webcomponents) npm package.
|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
|
|
7
|
+
This library provides Angular components that wrap UI5 Web Components, allowing you to use UI5's powerful web components seamlessly within your Angular applications. Each Angular component corresponds to a UI5 Web Component and provides:
|
|
8
|
+
|
|
9
|
+
- Angular-friendly API (inputs, outputs, template syntax)
|
|
10
|
+
- TypeScript type definitions
|
|
11
|
+
- Full integration with Angular's change detection
|
|
12
|
+
- Standalone components support
|
|
13
|
+
|
|
14
|
+
## Installation
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
npm install @fundamental-ngx/ui5-webcomponents
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Usage
|
|
21
|
+
|
|
22
|
+
Import the components you need directly:
|
|
23
|
+
|
|
24
|
+
```typescript
|
|
25
|
+
import { Button } from '@fundamental-ngx/ui5-webcomponents/button';
|
|
26
|
+
import { Input } from '@fundamental-ngx/ui5-webcomponents/input';
|
|
27
|
+
|
|
28
|
+
@Component({
|
|
29
|
+
selector: 'app-example',
|
|
30
|
+
standalone: true,
|
|
31
|
+
imports: [Button, Input],
|
|
32
|
+
template: `
|
|
33
|
+
<ui5-button (click)="handleClick()">Click Me</ui5-button>
|
|
34
|
+
<ui5-input [(value)]="inputValue"></ui5-input>
|
|
35
|
+
`
|
|
36
|
+
})
|
|
37
|
+
export class ExampleComponent {
|
|
38
|
+
inputValue = '';
|
|
39
|
+
|
|
40
|
+
handleClick() {
|
|
41
|
+
console.log('Button clicked!');
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
### Using Angular Components Inside UI5 Components
|
|
47
|
+
|
|
48
|
+
Angular components often use selectors with hyphens (e.g. `<app-item>`, `<app-value>`).
|
|
49
|
+
UI5 interprets such tags as custom elements and may wait **up to 1 second** for their registration, causing delayed rendering inside components like `<ui5-table-cell>`.
|
|
50
|
+
|
|
51
|
+
To avoid this, configure UI5 to ignore Angular component prefixes:
|
|
52
|
+
|
|
53
|
+
```ts
|
|
54
|
+
// ui5-init.ts
|
|
55
|
+
import { ignoreCustomElements } from '@ui5/webcomponents-base/dist/IgnoreCustomElements.js';
|
|
56
|
+
|
|
57
|
+
ignoreCustomElements('app-');
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
Import it before Angular bootstraps:
|
|
61
|
+
```ts
|
|
62
|
+
// main.ts
|
|
63
|
+
import './ui5-init';
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
This prevents unnecessary waiting, ensures smooth rendering, and improves performance when mixing Angular components with UI5 Web Components.
|
|
67
|
+
|
|
68
|
+
## Resources
|
|
69
|
+
|
|
70
|
+
- [UI5 Web Components Documentation](https://ui5.github.io/webcomponents/)
|
|
71
|
+
- [Fundamental NGX Documentation](https://sap.github.io/fundamental-ngx)
|
|
72
|
+
- [GitHub Repository](https://github.com/SAP/fundamental-ngx)
|
package/avatar/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
3
|
import _Avatar, { AvatarAccessibilityAttributes } from '@ui5/webcomponents/dist/Avatar.js';
|
|
4
|
+
export { AvatarAccessibilityAttributes } from '@ui5/webcomponents/dist/Avatar.js';
|
|
4
5
|
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
6
|
|
|
6
7
|
declare class Avatar implements AfterViewInit {
|
|
@@ -90,6 +91,40 @@ declare class Avatar implements AfterViewInit {
|
|
|
90
91
|
property is set to `true`.
|
|
91
92
|
*/
|
|
92
93
|
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_Avatar, "click">>;
|
|
94
|
+
/**
|
|
95
|
+
* Available slots for content projection in this component.
|
|
96
|
+
*
|
|
97
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
98
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
99
|
+
*
|
|
100
|
+
* - **(default)**: Receives the desired `<img>` tag
|
|
101
|
+
|
|
102
|
+
**Note:** If you experience flickering of the provided image, you can hide the component until it is defined with the following CSS:<br/>
|
|
103
|
+
`ui5-avatar:not(:defined) {`<br/>
|
|
104
|
+
`visibility: hidden;`<br/>
|
|
105
|
+
`}`
|
|
106
|
+
* - **badge**: Defines the optional badge that will be used for visual affordance.
|
|
107
|
+
|
|
108
|
+
**Note:** While the slot allows for custom badges, to achieve
|
|
109
|
+
the Fiori design, you can use the `ui5-tag` with `ui5-icon`
|
|
110
|
+
in the corresponding `icon` slot, without text nodes.
|
|
111
|
+
*
|
|
112
|
+
* @example
|
|
113
|
+
* ```html
|
|
114
|
+
* <ui5-avatar>
|
|
115
|
+
* <div slot="header">Custom header content</div>
|
|
116
|
+
* <p>Default slot content</p>
|
|
117
|
+
* </ui5-avatar>
|
|
118
|
+
* ```
|
|
119
|
+
*
|
|
120
|
+
* @readonly
|
|
121
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
122
|
+
*/
|
|
123
|
+
readonly slots: {
|
|
124
|
+
name: string;
|
|
125
|
+
description: string;
|
|
126
|
+
since: string;
|
|
127
|
+
}[];
|
|
93
128
|
elementRef: ElementRef<_Avatar>;
|
|
94
129
|
injector: Injector;
|
|
95
130
|
get element(): _Avatar;
|
package/avatar-group/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
3
|
import _AvatarGroup, { AvatarGroupAccessibilityAttributes, IAvatarGroupItem } from '@ui5/webcomponents/dist/AvatarGroup.js';
|
|
4
|
+
export { AvatarGroupAccessibilityAttributes, IAvatarGroupItem } from '@ui5/webcomponents/dist/AvatarGroup.js';
|
|
4
5
|
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
6
|
import AvatarColorScheme from '@ui5/webcomponents/dist/types/AvatarColorScheme.js';
|
|
6
7
|
|
|
@@ -47,6 +48,44 @@ declare class AvatarGroup implements AfterViewInit {
|
|
|
47
48
|
component has changed
|
|
48
49
|
*/
|
|
49
50
|
ui5Overflow: _angular_core.OutputEmitterRef<UI5CustomEvent<_AvatarGroup, "overflow">>;
|
|
51
|
+
/**
|
|
52
|
+
* Available slots for content projection in this component.
|
|
53
|
+
*
|
|
54
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
55
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
56
|
+
*
|
|
57
|
+
* - **(default)**: Defines the items of the component. Use the `ui5-avatar` component as an item.
|
|
58
|
+
|
|
59
|
+
**Note:** The UX guidelines recommends using avatars with "Circle" shape.
|
|
60
|
+
|
|
61
|
+
Moreover, if you use avatars with "Square" shape, there will be visual inconsistency
|
|
62
|
+
as the built-in overflow action has "Circle" shape.
|
|
63
|
+
* - **overflowButton**: Defines the overflow button of the component.
|
|
64
|
+
|
|
65
|
+
**Note:** We recommend using the `ui5-button` component.
|
|
66
|
+
|
|
67
|
+
**Note:** If this slot is not used, the component will display the built-in overflow button.
|
|
68
|
+
*
|
|
69
|
+
* @example
|
|
70
|
+
* ```html
|
|
71
|
+
* <ui5-avatar-group>
|
|
72
|
+
* <div slot="header">Custom header content</div>
|
|
73
|
+
* <p>Default slot content</p>
|
|
74
|
+
* </ui5-avatar-group>
|
|
75
|
+
* ```
|
|
76
|
+
*
|
|
77
|
+
* @readonly
|
|
78
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
79
|
+
*/
|
|
80
|
+
readonly slots: ({
|
|
81
|
+
name: string;
|
|
82
|
+
description: string;
|
|
83
|
+
since?: undefined;
|
|
84
|
+
} | {
|
|
85
|
+
name: string;
|
|
86
|
+
description: string;
|
|
87
|
+
since: string;
|
|
88
|
+
})[];
|
|
50
89
|
elementRef: ElementRef<_AvatarGroup>;
|
|
51
90
|
injector: Injector;
|
|
52
91
|
get element(): _AvatarGroup;
|
package/bar/index.d.ts
CHANGED
|
@@ -17,12 +17,45 @@ declare class Bar implements AfterViewInit {
|
|
|
17
17
|
- If there is only one or no active element, it is recommended to avoid using the "toolbar" role, as it implies a grouping of multiple interactive controls.
|
|
18
18
|
*/
|
|
19
19
|
accessibleRole: _angular_core.InputSignal<"Toolbar" | "None" | undefined>;
|
|
20
|
+
/**
|
|
21
|
+
* Defines the accessible ARIA name of the component.
|
|
22
|
+
*/
|
|
23
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
24
|
+
/**
|
|
25
|
+
* Receives id(or many ids) of the elements that label the bar.
|
|
26
|
+
*/
|
|
27
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
28
|
+
/**
|
|
29
|
+
* Available slots for content projection in this component.
|
|
30
|
+
*
|
|
31
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
32
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
33
|
+
*
|
|
34
|
+
* - **startContent**: Defines the content at the start of the bar.
|
|
35
|
+
* - **(default)**: Defines the content in the middle of the bar.
|
|
36
|
+
* - **endContent**: Defines the content at the end of the bar.
|
|
37
|
+
*
|
|
38
|
+
* @example
|
|
39
|
+
* ```html
|
|
40
|
+
* <ui5-bar>
|
|
41
|
+
* <div slot="header">Custom header content</div>
|
|
42
|
+
* <p>Default slot content</p>
|
|
43
|
+
* </ui5-bar>
|
|
44
|
+
* ```
|
|
45
|
+
*
|
|
46
|
+
* @readonly
|
|
47
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
48
|
+
*/
|
|
49
|
+
readonly slots: {
|
|
50
|
+
name: string;
|
|
51
|
+
description: string;
|
|
52
|
+
}[];
|
|
20
53
|
elementRef: ElementRef<_Bar>;
|
|
21
54
|
injector: Injector;
|
|
22
55
|
get element(): _Bar;
|
|
23
56
|
ngAfterViewInit(): void;
|
|
24
57
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Bar, never>;
|
|
25
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Bar, "ui5-bar, [ui5-bar]", ["ui5Bar"], { "design": { "alias": "design"; "required": false; "isSignal": true; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
58
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Bar, "ui5-bar, [ui5-bar]", ["ui5Bar"], { "design": { "alias": "design"; "required": false; "isSignal": true; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
26
59
|
}
|
|
27
60
|
|
|
28
61
|
export { Bar };
|
package/breadcrumbs/index.d.ts
CHANGED
|
@@ -22,6 +22,31 @@ declare class Breadcrumbs implements AfterViewInit {
|
|
|
22
22
|
**Note:** You can prevent browser location change by calling `event.preventDefault()`.
|
|
23
23
|
*/
|
|
24
24
|
ui5ItemClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_Breadcrumbs, "item-click">>;
|
|
25
|
+
/**
|
|
26
|
+
* Available slots for content projection in this component.
|
|
27
|
+
*
|
|
28
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
29
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
30
|
+
*
|
|
31
|
+
* - **(default)**: Defines the component items.
|
|
32
|
+
|
|
33
|
+
**Note:** Use the `ui5-breadcrumbs-item` component to define the desired items.
|
|
34
|
+
*
|
|
35
|
+
* @example
|
|
36
|
+
* ```html
|
|
37
|
+
* <ui5-breadcrumbs>
|
|
38
|
+
* <div slot="header">Custom header content</div>
|
|
39
|
+
* <p>Default slot content</p>
|
|
40
|
+
* </ui5-breadcrumbs>
|
|
41
|
+
* ```
|
|
42
|
+
*
|
|
43
|
+
* @readonly
|
|
44
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
45
|
+
*/
|
|
46
|
+
readonly slots: {
|
|
47
|
+
name: string;
|
|
48
|
+
description: string;
|
|
49
|
+
}[];
|
|
25
50
|
elementRef: ElementRef<_Breadcrumbs>;
|
|
26
51
|
injector: Injector;
|
|
27
52
|
get element(): _Breadcrumbs;
|
|
@@ -27,6 +27,31 @@ declare class BreadcrumbsItem implements AfterViewInit {
|
|
|
27
27
|
* Defines the accessible ARIA name of the item.
|
|
28
28
|
*/
|
|
29
29
|
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* Available slots for content projection in this component.
|
|
32
|
+
*
|
|
33
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
34
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
35
|
+
*
|
|
36
|
+
* - **(default)**: Defines the text of the component.
|
|
37
|
+
|
|
38
|
+
**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.
|
|
39
|
+
*
|
|
40
|
+
* @example
|
|
41
|
+
* ```html
|
|
42
|
+
* <ui5-breadcrumbs-item>
|
|
43
|
+
* <div slot="header">Custom header content</div>
|
|
44
|
+
* <p>Default slot content</p>
|
|
45
|
+
* </ui5-breadcrumbs-item>
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @readonly
|
|
49
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
50
|
+
*/
|
|
51
|
+
readonly slots: {
|
|
52
|
+
name: string;
|
|
53
|
+
description: string;
|
|
54
|
+
}[];
|
|
30
55
|
elementRef: ElementRef<_BreadcrumbsItem>;
|
|
31
56
|
injector: Injector;
|
|
32
57
|
get element(): _BreadcrumbsItem;
|
|
@@ -23,6 +23,29 @@ declare class BusyIndicator implements AfterViewInit {
|
|
|
23
23
|
* Defines the placement of the text.
|
|
24
24
|
*/
|
|
25
25
|
textPlacement: _angular_core.InputSignal<"Top" | "Bottom" | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* Available slots for content projection in this component.
|
|
28
|
+
*
|
|
29
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
30
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
31
|
+
*
|
|
32
|
+
* - **(default)**: Determines the content over which the component will appear.
|
|
33
|
+
*
|
|
34
|
+
* @example
|
|
35
|
+
* ```html
|
|
36
|
+
* <ui5-busy-indicator>
|
|
37
|
+
* <div slot="header">Custom header content</div>
|
|
38
|
+
* <p>Default slot content</p>
|
|
39
|
+
* </ui5-busy-indicator>
|
|
40
|
+
* ```
|
|
41
|
+
*
|
|
42
|
+
* @readonly
|
|
43
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
44
|
+
*/
|
|
45
|
+
readonly slots: {
|
|
46
|
+
name: string;
|
|
47
|
+
description: string;
|
|
48
|
+
}[];
|
|
26
49
|
elementRef: ElementRef<_BusyIndicator>;
|
|
27
50
|
injector: Injector;
|
|
28
51
|
get element(): _BusyIndicator;
|
package/button/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
3
|
import _Button, { ButtonAccessibilityAttributes } from '@ui5/webcomponents/dist/Button.js';
|
|
4
|
+
export { ButtonAccessibilityAttributes } from '@ui5/webcomponents/dist/Button.js';
|
|
4
5
|
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
6
|
|
|
6
7
|
declare class Button implements AfterViewInit {
|
|
@@ -106,6 +107,37 @@ declare class Button implements AfterViewInit {
|
|
|
106
107
|
**Note:** The event will not be fired if the `disabled` property is set to `true`.
|
|
107
108
|
*/
|
|
108
109
|
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_Button, "click">>;
|
|
110
|
+
/**
|
|
111
|
+
* Available slots for content projection in this component.
|
|
112
|
+
*
|
|
113
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
114
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
115
|
+
*
|
|
116
|
+
* - **(default)**: Defines the text of the component.
|
|
117
|
+
|
|
118
|
+
**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.
|
|
119
|
+
* - **badge**: Adds a badge to the button.
|
|
120
|
+
*
|
|
121
|
+
* @example
|
|
122
|
+
* ```html
|
|
123
|
+
* <ui5-button>
|
|
124
|
+
* <div slot="header">Custom header content</div>
|
|
125
|
+
* <p>Default slot content</p>
|
|
126
|
+
* </ui5-button>
|
|
127
|
+
* ```
|
|
128
|
+
*
|
|
129
|
+
* @readonly
|
|
130
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
131
|
+
*/
|
|
132
|
+
readonly slots: ({
|
|
133
|
+
name: string;
|
|
134
|
+
description: string;
|
|
135
|
+
since?: undefined;
|
|
136
|
+
} | {
|
|
137
|
+
name: string;
|
|
138
|
+
description: string;
|
|
139
|
+
since: string;
|
|
140
|
+
})[];
|
|
109
141
|
elementRef: ElementRef<_Button>;
|
|
110
142
|
injector: Injector;
|
|
111
143
|
get element(): _Button;
|
package/calendar/index.d.ts
CHANGED
|
@@ -66,6 +66,41 @@ declare class Calendar implements AfterViewInit {
|
|
|
66
66
|
create instances of `ui5-date` for the newly selected dates. In that case you should do this manually.
|
|
67
67
|
*/
|
|
68
68
|
ui5SelectionChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_Calendar, "selection-change">>;
|
|
69
|
+
/**
|
|
70
|
+
* Available slots for content projection in this component.
|
|
71
|
+
*
|
|
72
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
73
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
74
|
+
*
|
|
75
|
+
* - **calendarLegend**: Defines the calendar legend of the component.
|
|
76
|
+
* - **(default)**: Defines the selected date or dates (depending on the `selectionMode` property)
|
|
77
|
+
for this calendar as instances of `ui5-date` or `ui5-date-range`.
|
|
78
|
+
Use `ui5-date` for single or multiple selection, and `ui5-date-range` for range selection.
|
|
79
|
+
* - **specialDates**: Defines the special dates, visually emphasized in the calendar.
|
|
80
|
+
* - **disabledDates**: Defines the disabled date ranges that cannot be selected in the calendar.
|
|
81
|
+
Use `ui5-date-range` elements to specify ranges of disabled dates.
|
|
82
|
+
Each range can define a start date, an end date, or both.
|
|
83
|
+
*
|
|
84
|
+
* @example
|
|
85
|
+
* ```html
|
|
86
|
+
* <ui5-calendar>
|
|
87
|
+
* <div slot="header">Custom header content</div>
|
|
88
|
+
* <p>Default slot content</p>
|
|
89
|
+
* </ui5-calendar>
|
|
90
|
+
* ```
|
|
91
|
+
*
|
|
92
|
+
* @readonly
|
|
93
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
94
|
+
*/
|
|
95
|
+
readonly slots: ({
|
|
96
|
+
name: string;
|
|
97
|
+
description: string;
|
|
98
|
+
since: string;
|
|
99
|
+
} | {
|
|
100
|
+
name: string;
|
|
101
|
+
description: string;
|
|
102
|
+
since?: undefined;
|
|
103
|
+
})[];
|
|
69
104
|
elementRef: ElementRef<_Calendar>;
|
|
70
105
|
injector: Injector;
|
|
71
106
|
get element(): _Calendar;
|
|
@@ -19,6 +19,29 @@ declare class CalendarLegend implements AfterViewInit {
|
|
|
19
19
|
* Hides the Working day item in the legend.
|
|
20
20
|
*/
|
|
21
21
|
hideWorkingDay: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
22
|
+
/**
|
|
23
|
+
* Available slots for content projection in this component.
|
|
24
|
+
*
|
|
25
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
26
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
27
|
+
*
|
|
28
|
+
* - **(default)**: Defines the items of the component.
|
|
29
|
+
*
|
|
30
|
+
* @example
|
|
31
|
+
* ```html
|
|
32
|
+
* <ui5-calendar-legend>
|
|
33
|
+
* <div slot="header">Custom header content</div>
|
|
34
|
+
* <p>Default slot content</p>
|
|
35
|
+
* </ui5-calendar-legend>
|
|
36
|
+
* ```
|
|
37
|
+
*
|
|
38
|
+
* @readonly
|
|
39
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
40
|
+
*/
|
|
41
|
+
readonly slots: {
|
|
42
|
+
name: string;
|
|
43
|
+
description: string;
|
|
44
|
+
}[];
|
|
22
45
|
elementRef: ElementRef<_CalendarLegend>;
|
|
23
46
|
injector: Injector;
|
|
24
47
|
get element(): _CalendarLegend;
|
package/card/index.d.ts
CHANGED
|
@@ -21,6 +21,37 @@ declare class Card implements AfterViewInit {
|
|
|
21
21
|
* Defines the delay in milliseconds, after which the loading indicator will show up for this card.
|
|
22
22
|
*/
|
|
23
23
|
loadingDelay: _angular_core.InputSignal<number | undefined>;
|
|
24
|
+
/**
|
|
25
|
+
* Available slots for content projection in this component.
|
|
26
|
+
*
|
|
27
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
28
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
29
|
+
*
|
|
30
|
+
* - **(default)**: Defines the content of the component.
|
|
31
|
+
* - **header**: Defines the header of the component.
|
|
32
|
+
|
|
33
|
+
**Note:** Use `ui5-card-header` for the intended design.
|
|
34
|
+
*
|
|
35
|
+
* @example
|
|
36
|
+
* ```html
|
|
37
|
+
* <ui5-card>
|
|
38
|
+
* <div slot="header">Custom header content</div>
|
|
39
|
+
* <p>Default slot content</p>
|
|
40
|
+
* </ui5-card>
|
|
41
|
+
* ```
|
|
42
|
+
*
|
|
43
|
+
* @readonly
|
|
44
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
45
|
+
*/
|
|
46
|
+
readonly slots: ({
|
|
47
|
+
name: string;
|
|
48
|
+
description: string;
|
|
49
|
+
since?: undefined;
|
|
50
|
+
} | {
|
|
51
|
+
name: string;
|
|
52
|
+
description: string;
|
|
53
|
+
since: string;
|
|
54
|
+
})[];
|
|
24
55
|
elementRef: ElementRef<_Card>;
|
|
25
56
|
injector: Injector;
|
|
26
57
|
get element(): _Card;
|
package/card-header/index.d.ts
CHANGED
|
@@ -27,6 +27,30 @@ declare class CardHeader implements AfterViewInit {
|
|
|
27
27
|
**Note:** The event would be fired only if the `interactive` property is set to true.
|
|
28
28
|
*/
|
|
29
29
|
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_CardHeader, "click">>;
|
|
30
|
+
/**
|
|
31
|
+
* Available slots for content projection in this component.
|
|
32
|
+
*
|
|
33
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
34
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
35
|
+
*
|
|
36
|
+
* - **avatar**: Defines an avatar image, displayed in the left most part of the header.
|
|
37
|
+
* - **action**: Defines an action, displayed in the right most part of the header.
|
|
38
|
+
*
|
|
39
|
+
* @example
|
|
40
|
+
* ```html
|
|
41
|
+
* <ui5-card-header>
|
|
42
|
+
* <div slot="header">Custom header content</div>
|
|
43
|
+
* <p>Default slot content</p>
|
|
44
|
+
* </ui5-card-header>
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
47
|
+
* @readonly
|
|
48
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
49
|
+
*/
|
|
50
|
+
readonly slots: {
|
|
51
|
+
name: string;
|
|
52
|
+
description: string;
|
|
53
|
+
}[];
|
|
30
54
|
elementRef: ElementRef<_CardHeader>;
|
|
31
55
|
injector: Injector;
|
|
32
56
|
get element(): _CardHeader;
|
package/carousel/index.d.ts
CHANGED
|
@@ -77,6 +77,32 @@ declare class Carousel implements AfterViewInit {
|
|
|
77
77
|
based on the `items-per-page` property.
|
|
78
78
|
*/
|
|
79
79
|
ui5Navigate: _angular_core.OutputEmitterRef<UI5CustomEvent<_Carousel, "navigate">>;
|
|
80
|
+
/**
|
|
81
|
+
* Available slots for content projection in this component.
|
|
82
|
+
*
|
|
83
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
84
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
85
|
+
*
|
|
86
|
+
* - **(default)**: Defines the content of the component.
|
|
87
|
+
|
|
88
|
+
**Note:** Items with the `hidden` attribute will be automatically excluded from carousel navigation and page calculations.
|
|
89
|
+
They will not be displayed or accessible via keyboard navigation. See [sample](./#carousel-with-hidden-items).
|
|
90
|
+
*
|
|
91
|
+
* @example
|
|
92
|
+
* ```html
|
|
93
|
+
* <ui5-carousel>
|
|
94
|
+
* <div slot="header">Custom header content</div>
|
|
95
|
+
* <p>Default slot content</p>
|
|
96
|
+
* </ui5-carousel>
|
|
97
|
+
* ```
|
|
98
|
+
*
|
|
99
|
+
* @readonly
|
|
100
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
101
|
+
*/
|
|
102
|
+
readonly slots: {
|
|
103
|
+
name: string;
|
|
104
|
+
description: string;
|
|
105
|
+
}[];
|
|
80
106
|
elementRef: ElementRef<_Carousel>;
|
|
81
107
|
injector: Injector;
|
|
82
108
|
get element(): _Carousel;
|
package/color-palette/index.d.ts
CHANGED
|
@@ -8,6 +8,29 @@ declare class ColorPalette implements AfterViewInit {
|
|
|
8
8
|
* Fired when the user selects a color.
|
|
9
9
|
*/
|
|
10
10
|
ui5ItemClick: i0.OutputEmitterRef<UI5CustomEvent<_ColorPalette, "item-click">>;
|
|
11
|
+
/**
|
|
12
|
+
* Available slots for content projection in this component.
|
|
13
|
+
*
|
|
14
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
15
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
16
|
+
*
|
|
17
|
+
* - **(default)**: Defines the `ui5-color-palette-item` elements.
|
|
18
|
+
*
|
|
19
|
+
* @example
|
|
20
|
+
* ```html
|
|
21
|
+
* <ui5-color-palette>
|
|
22
|
+
* <div slot="header">Custom header content</div>
|
|
23
|
+
* <p>Default slot content</p>
|
|
24
|
+
* </ui5-color-palette>
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* @readonly
|
|
28
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
29
|
+
*/
|
|
30
|
+
readonly slots: {
|
|
31
|
+
name: string;
|
|
32
|
+
description: string;
|
|
33
|
+
}[];
|
|
11
34
|
elementRef: ElementRef<_ColorPalette>;
|
|
12
35
|
injector: Injector;
|
|
13
36
|
get element(): _ColorPalette;
|
|
@@ -40,6 +40,29 @@ declare class ColorPalettePopover implements AfterViewInit {
|
|
|
40
40
|
* Fired when the `ui5-color-palette-popover` is closed due to user interaction.
|
|
41
41
|
*/
|
|
42
42
|
ui5Close: _angular_core.OutputEmitterRef<UI5CustomEvent<_ColorPalettePopover, "close">>;
|
|
43
|
+
/**
|
|
44
|
+
* Available slots for content projection in this component.
|
|
45
|
+
*
|
|
46
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
47
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
48
|
+
*
|
|
49
|
+
* - **(default)**: Defines the content of the component.
|
|
50
|
+
*
|
|
51
|
+
* @example
|
|
52
|
+
* ```html
|
|
53
|
+
* <ui5-color-palette-popover>
|
|
54
|
+
* <div slot="header">Custom header content</div>
|
|
55
|
+
* <p>Default slot content</p>
|
|
56
|
+
* </ui5-color-palette-popover>
|
|
57
|
+
* ```
|
|
58
|
+
*
|
|
59
|
+
* @readonly
|
|
60
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
61
|
+
*/
|
|
62
|
+
readonly slots: {
|
|
63
|
+
name: string;
|
|
64
|
+
description: string;
|
|
65
|
+
}[];
|
|
43
66
|
elementRef: ElementRef<_ColorPalettePopover>;
|
|
44
67
|
injector: Injector;
|
|
45
68
|
get element(): _ColorPalettePopover;
|
package/combo-box/index.d.ts
CHANGED
|
@@ -91,6 +91,42 @@ declare class ComboBox implements AfterViewInit {
|
|
|
91
91
|
* Fired when selection is changed by user interaction
|
|
92
92
|
*/
|
|
93
93
|
ui5SelectionChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_ComboBox, "selection-change">>;
|
|
94
|
+
/**
|
|
95
|
+
* Available slots for content projection in this component.
|
|
96
|
+
*
|
|
97
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
98
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
99
|
+
*
|
|
100
|
+
* - **(default)**: Defines the component items.
|
|
101
|
+
* - **valueStateMessage**: Defines the value state message that will be displayed as pop up under the component.
|
|
102
|
+
The value state message slot should contain only one root element.
|
|
103
|
+
|
|
104
|
+
**Note:** If not specified, a default text (in the respective language) will be displayed.
|
|
105
|
+
|
|
106
|
+
**Note:** The `valueStateMessage` would be displayed,
|
|
107
|
+
when the `ui5-combobox` is in `Information`, `Critical` or `Negative` value state.
|
|
108
|
+
* - **icon**: Defines the icon to be displayed in the input field.
|
|
109
|
+
*
|
|
110
|
+
* @example
|
|
111
|
+
* ```html
|
|
112
|
+
* <ui5-combobox>
|
|
113
|
+
* <div slot="header">Custom header content</div>
|
|
114
|
+
* <p>Default slot content</p>
|
|
115
|
+
* </ui5-combobox>
|
|
116
|
+
* ```
|
|
117
|
+
*
|
|
118
|
+
* @readonly
|
|
119
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
120
|
+
*/
|
|
121
|
+
readonly slots: ({
|
|
122
|
+
name: string;
|
|
123
|
+
description: string;
|
|
124
|
+
since?: undefined;
|
|
125
|
+
} | {
|
|
126
|
+
name: string;
|
|
127
|
+
description: string;
|
|
128
|
+
since: string;
|
|
129
|
+
})[];
|
|
94
130
|
elementRef: ElementRef<_ComboBox>;
|
|
95
131
|
injector: Injector;
|
|
96
132
|
get element(): _ComboBox;
|