@fundamental-ngx/ui5-webcomponents 0.58.0-rc.1
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 +3 -0
- package/avatar/index.d.ts +101 -0
- package/avatar-group/index.d.ts +58 -0
- package/bar/index.d.ts +28 -0
- package/breadcrumbs/index.d.ts +33 -0
- package/breadcrumbs-item/index.d.ts +38 -0
- package/busy-indicator/index.d.ts +34 -0
- package/button/index.d.ts +117 -0
- package/button-badge/index.d.ts +29 -0
- package/calendar/index.d.ts +77 -0
- package/calendar-date/index.d.ts +19 -0
- package/calendar-date-range/index.d.ts +24 -0
- package/calendar-legend/index.d.ts +30 -0
- package/calendar-legend-item/index.d.ts +22 -0
- package/card/index.d.ts +32 -0
- package/card-header/index.d.ts +38 -0
- package/carousel/index.d.ts +88 -0
- package/check-box/index.d.ts +108 -0
- package/color-palette/index.d.ts +19 -0
- package/color-palette-item/index.d.ts +27 -0
- package/color-palette-popover/index.d.ts +51 -0
- package/color-picker/index.d.ts +35 -0
- package/combo-box/index.d.ts +102 -0
- package/combo-box-item/index.d.ts +22 -0
- package/combo-box-item-group/index.d.ts +49 -0
- package/date-picker/index.d.ts +143 -0
- package/date-range-picker/index.d.ts +163 -0
- package/date-time-picker/index.d.ts +143 -0
- package/dialog/index.d.ts +112 -0
- package/dynamic-date-range/index.d.ts +28 -0
- package/expandable-text/index.d.ts +30 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs +121 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs +166 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs +71 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs +82 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs +90 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs +80 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs +72 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs +186 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs +67 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs +61 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs +65 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs +75 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs +142 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs +97 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs +77 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs +156 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs +178 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs +70 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs +113 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs +55 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs +93 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs +108 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs +65 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs +177 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs +227 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs +254 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs +227 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs +184 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs +85 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-expandable-text.mjs +75 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-expandable-text.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs +190 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs +82 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs +65 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs +134 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs +127 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs +210 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs +85 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs +192 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs +129 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs +108 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs +179 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs +240 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs +60 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs +202 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs +36 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu.mjs +135 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs +100 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs +108 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs +70 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs +184 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs +229 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs +77 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs +85 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-panel.mjs +124 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-panel.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs +185 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs +88 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs +156 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs +156 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs +130 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs +185 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs +103 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs +135 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs +204 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs +151 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs +66 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs +132 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs +157 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs +61 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs +108 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs +65 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs +154 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs +138 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs +36 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs +102 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs +60 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs +101 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell-action-a-i.mjs +55 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell-action-a-i.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs +112 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs +62 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs +86 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs +98 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs +82 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-multi.mjs +89 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-multi.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-single.mjs +84 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-single.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.mjs +84 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-virtualizer.mjs +95 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-virtualizer.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs +153 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs +111 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs +196 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs +65 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs +23 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs +176 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs +76 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs +93 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs +191 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs +65 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs +127 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs +168 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs +60 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs +130 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs +67 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs +74 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs +75 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs +173 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs +178 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs +164 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-types.mjs +74 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-types.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-utils.mjs +108 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-utils.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents.mjs +11748 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents.mjs.map +1 -0
- package/file-uploader/index.d.ts +97 -0
- package/form/index.d.ts +84 -0
- package/form-group/index.d.ts +36 -0
- package/form-item/index.d.ts +23 -0
- package/icon/index.d.ts +67 -0
- package/index.d.ts +6031 -0
- package/input/index.d.ts +131 -0
- package/label/index.d.ts +40 -0
- package/link/index.d.ts +123 -0
- package/list/index.d.ts +161 -0
- package/list-item-custom/index.d.ts +67 -0
- package/list-item-group/index.d.ts +49 -0
- package/list-item-standard/index.d.ts +110 -0
- package/menu/index.d.ts +69 -0
- package/menu-item/index.d.ts +128 -0
- package/menu-item-group/index.d.ts +18 -0
- package/menu-separator/index.d.ts +14 -0
- package/message-strip/index.d.ts +41 -0
- package/multi-combo-box/index.d.ts +108 -0
- package/multi-combo-box-item/index.d.ts +26 -0
- package/multi-combo-box-item-group/index.d.ts +49 -0
- package/multi-input/index.d.ts +147 -0
- package/option/index.d.ts +39 -0
- package/option-custom/index.d.ts +32 -0
- package/package.json +480 -0
- package/panel/index.d.ts +61 -0
- package/popover/index.d.ts +110 -0
- package/progress-indicator/index.d.ts +42 -0
- package/radio-button/index.d.ts +88 -0
- package/range-slider/index.d.ts +86 -0
- package/rating-indicator/index.d.ts +66 -0
- package/responsive-popover/index.d.ts +110 -0
- package/segmented-button/index.d.ts +53 -0
- package/segmented-button-item/index.d.ts +54 -0
- package/select/index.d.ts +104 -0
- package/slider/index.d.ts +82 -0
- package/special-calendar-date/index.d.ts +23 -0
- package/split-button/index.d.ts +70 -0
- package/step-input/index.d.ts +87 -0
- package/suggestion-item/index.d.ts +22 -0
- package/suggestion-item-custom/index.d.ts +19 -0
- package/suggestion-item-group/index.d.ts +49 -0
- package/switch/index.d.ts +86 -0
- package/tab/index.d.ts +54 -0
- package/tab-container/index.d.ts +73 -0
- package/tab-separator/index.d.ts +14 -0
- package/table/index.d.ts +87 -0
- package/table-cell/index.d.ts +18 -0
- package/table-growing/index.d.ts +43 -0
- package/table-header-cell/index.d.ts +64 -0
- package/table-header-cell-action-a-i/index.d.ts +19 -0
- package/table-header-row/index.d.ts +20 -0
- package/table-row/index.d.ts +36 -0
- package/table-row-action/index.d.ts +40 -0
- package/table-row-action-navigation/index.d.ts +29 -0
- package/table-selection/index.d.ts +27 -0
- package/table-selection-multi/index.d.ts +31 -0
- package/table-selection-single/index.d.ts +27 -0
- package/table-virtualizer/index.d.ts +37 -0
- package/tag/index.d.ts +50 -0
- package/text/index.d.ts +22 -0
- package/text-area/index.d.ts +120 -0
- package/theming/index.d.ts +11 -0
- package/time-picker/index.d.ts +101 -0
- package/title/index.d.ts +32 -0
- package/toast/index.d.ts +35 -0
- package/toggle-button/index.d.ts +122 -0
- package/token/index.d.ts +22 -0
- package/tokenizer/index.d.ts +64 -0
- package/toolbar/index.d.ts +30 -0
- package/toolbar-button/index.d.ts +102 -0
- package/toolbar-select/index.d.ts +65 -0
- package/toolbar-select-option/index.d.ts +18 -0
- package/toolbar-separator/index.d.ts +24 -0
- package/toolbar-spacer/index.d.ts +30 -0
- package/tree/index.d.ts +94 -0
- package/tree-item/index.d.ts +109 -0
- package/tree-item-custom/index.d.ts +105 -0
- package/types/index.d.ts +69 -0
- package/utils/index.d.ts +23 -0
package/README.md
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _Avatar, { AvatarAccessibilityAttributes } from '@ui5/webcomponents/dist/Avatar.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class Avatar implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines whether the component is disabled.
|
|
9
|
+
A disabled component can't be pressed or
|
|
10
|
+
focused, and it is not in the tab chain.
|
|
11
|
+
*/
|
|
12
|
+
disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
13
|
+
/**
|
|
14
|
+
* Defines if the avatar is interactive (focusable and pressable).
|
|
15
|
+
|
|
16
|
+
**Note:** This property won't have effect if the `disabled`
|
|
17
|
+
property is set to `true`.
|
|
18
|
+
*/
|
|
19
|
+
interactive: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
20
|
+
/**
|
|
21
|
+
* Defines the name of the UI5 Icon, that will be displayed.
|
|
22
|
+
|
|
23
|
+
**Note:** If `image` slot is provided, the property will be ignored.
|
|
24
|
+
|
|
25
|
+
**Note:** You should import the desired icon first, then use its name as "icon".
|
|
26
|
+
|
|
27
|
+
`import "@ui5/webcomponents-icons/dist/{icon_name}.js"`
|
|
28
|
+
|
|
29
|
+
`<ui5-avatar icon="employee">`
|
|
30
|
+
|
|
31
|
+
**Note:** If no icon or an empty one is provided, by default the "employee" icon should be displayed.
|
|
32
|
+
|
|
33
|
+
See all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
34
|
+
*/
|
|
35
|
+
icon: _angular_core.InputSignal<string | undefined>;
|
|
36
|
+
/**
|
|
37
|
+
* Defines the name of the fallback icon, which should be displayed in the following cases:
|
|
38
|
+
|
|
39
|
+
- If the initials are not valid (more than 3 letters, unsupported languages or empty initials).
|
|
40
|
+
- If there are three initials and they do not fit in the shape (e.g. WWW for some of the sizes).
|
|
41
|
+
- If the image src is wrong.
|
|
42
|
+
|
|
43
|
+
**Note:** If not set, a default fallback icon "employee" is displayed.
|
|
44
|
+
|
|
45
|
+
**Note:** You should import the desired icon first, then use its name as "fallback-icon".
|
|
46
|
+
|
|
47
|
+
`import "@ui5/webcomponents-icons/dist/{icon_name}.js"`
|
|
48
|
+
|
|
49
|
+
`<ui5-avatar fallback-icon="alert">`
|
|
50
|
+
|
|
51
|
+
See all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
52
|
+
*/
|
|
53
|
+
fallbackIcon: _angular_core.InputSignal<string | undefined>;
|
|
54
|
+
/**
|
|
55
|
+
* Defines the displayed initials.
|
|
56
|
+
|
|
57
|
+
Up to three Latin letters can be displayed as initials.
|
|
58
|
+
*/
|
|
59
|
+
initials: _angular_core.InputSignal<string | undefined>;
|
|
60
|
+
/**
|
|
61
|
+
* Defines the shape of the component.
|
|
62
|
+
*/
|
|
63
|
+
shape: _angular_core.InputSignal<"Circle" | "Square" | undefined>;
|
|
64
|
+
/**
|
|
65
|
+
* Defines predefined size of the component.
|
|
66
|
+
*/
|
|
67
|
+
size: _angular_core.InputSignal<"XS" | "S" | "M" | "L" | "XL" | undefined>;
|
|
68
|
+
/**
|
|
69
|
+
* Defines the background color of the desired image.
|
|
70
|
+
If `colorScheme` is set to `Auto`, the avatar will be displayed with the `Accent6` color.
|
|
71
|
+
*/
|
|
72
|
+
colorScheme: _angular_core.InputSignal<"Auto" | "Accent1" | "Accent2" | "Accent3" | "Accent4" | "Accent5" | "Accent6" | "Accent7" | "Accent8" | "Accent9" | "Accent10" | "Placeholder" | "Transparent" | undefined>;
|
|
73
|
+
/**
|
|
74
|
+
* Defines the text alternative of the component.
|
|
75
|
+
If not provided a default text alternative will be set, if present.
|
|
76
|
+
*/
|
|
77
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
78
|
+
/**
|
|
79
|
+
* Defines the additional accessibility attributes that will be applied to the component.
|
|
80
|
+
The following field is supported:
|
|
81
|
+
|
|
82
|
+
- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.
|
|
83
|
+
Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
|
|
84
|
+
*/
|
|
85
|
+
accessibilityAttributes: _angular_core.InputSignal<AvatarAccessibilityAttributes | undefined>;
|
|
86
|
+
/**
|
|
87
|
+
* Fired on mouseup, space and enter if avatar is interactive
|
|
88
|
+
|
|
89
|
+
**Note:** The event will not be fired if the `disabled`
|
|
90
|
+
property is set to `true`.
|
|
91
|
+
*/
|
|
92
|
+
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_Avatar, "click">>;
|
|
93
|
+
elementRef: ElementRef<_Avatar>;
|
|
94
|
+
injector: Injector;
|
|
95
|
+
get element(): _Avatar;
|
|
96
|
+
ngAfterViewInit(): void;
|
|
97
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Avatar, never>;
|
|
98
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Avatar, "ui5-avatar, [ui5-avatar]", ["ui5Avatar"], { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "interactive": { "alias": "interactive"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "fallbackIcon": { "alias": "fallbackIcon"; "required": false; "isSignal": true; }; "initials": { "alias": "initials"; "required": false; "isSignal": true; }; "shape": { "alias": "shape"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "colorScheme": { "alias": "colorScheme"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
export { Avatar };
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _AvatarGroup, { AvatarGroupAccessibilityAttributes, IAvatarGroupItem } from '@ui5/webcomponents/dist/AvatarGroup.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
import AvatarColorScheme from '@ui5/webcomponents/dist/types/AvatarColorScheme.js';
|
|
6
|
+
|
|
7
|
+
declare class AvatarGroup implements AfterViewInit {
|
|
8
|
+
/**
|
|
9
|
+
* Defines the mode of the `AvatarGroup`.
|
|
10
|
+
*/
|
|
11
|
+
type: _angular_core.InputSignal<"Group" | "Individual" | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Defines the additional accessibility attributes that will be applied to the component.
|
|
14
|
+
The following field is supported:
|
|
15
|
+
|
|
16
|
+
- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.
|
|
17
|
+
Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
|
|
18
|
+
*/
|
|
19
|
+
accessibilityAttributes: _angular_core.InputSignal<AvatarGroupAccessibilityAttributes | undefined>;
|
|
20
|
+
/**
|
|
21
|
+
* Defines the accessible name of the AvatarGroup.
|
|
22
|
+
When provided, this will override the default aria-label text.
|
|
23
|
+
*/
|
|
24
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Receives id(s) of the elements that describe the AvatarGroup.
|
|
27
|
+
When provided, this will be used as aria-labelledby instead of aria-label.
|
|
28
|
+
*/
|
|
29
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* Returns an array containing the `ui5-avatar` instances that are currently not displayed due to lack of space.
|
|
32
|
+
* @readonly This property is managed by the web component.
|
|
33
|
+
*/
|
|
34
|
+
get hiddenItems(): Array<IAvatarGroupItem>;
|
|
35
|
+
/**
|
|
36
|
+
* Returns an array containing the `AvatarColorScheme` values that correspond to the avatars in the component.
|
|
37
|
+
* @readonly This property is managed by the web component.
|
|
38
|
+
*/
|
|
39
|
+
get colorScheme(): Array<AvatarColorScheme>;
|
|
40
|
+
/**
|
|
41
|
+
* Fired when the component is activated either with a
|
|
42
|
+
click/tap or by using the Enter or Space key.
|
|
43
|
+
*/
|
|
44
|
+
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_AvatarGroup, "click">>;
|
|
45
|
+
/**
|
|
46
|
+
* Fired when the count of visible `ui5-avatar` elements in the
|
|
47
|
+
component has changed
|
|
48
|
+
*/
|
|
49
|
+
ui5Overflow: _angular_core.OutputEmitterRef<UI5CustomEvent<_AvatarGroup, "overflow">>;
|
|
50
|
+
elementRef: ElementRef<_AvatarGroup>;
|
|
51
|
+
injector: Injector;
|
|
52
|
+
get element(): _AvatarGroup;
|
|
53
|
+
ngAfterViewInit(): void;
|
|
54
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AvatarGroup, never>;
|
|
55
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AvatarGroup, "ui5-avatar-group, [ui5-avatar-group]", ["ui5AvatarGroup"], { "type": { "alias": "type"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; "ui5Overflow": "ui5Overflow"; }, never, ["*"], true, never>;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export { AvatarGroup };
|
package/bar/index.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _Bar from '@ui5/webcomponents/dist/Bar.js';
|
|
4
|
+
|
|
5
|
+
declare class Bar implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Defines the component's design.
|
|
8
|
+
*/
|
|
9
|
+
design: _angular_core.InputSignal<"Header" | "Subheader" | "Footer" | "FloatingFooter" | undefined>;
|
|
10
|
+
/**
|
|
11
|
+
* Specifies the ARIA role applied to the component for accessibility purposes.
|
|
12
|
+
|
|
13
|
+
**Note:**
|
|
14
|
+
|
|
15
|
+
- Set accessibleRole to "toolbar" only when the component contains two or more active, interactive elements (such as buttons, links, or input fields) within the bar.
|
|
16
|
+
|
|
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
|
+
*/
|
|
19
|
+
accessibleRole: _angular_core.InputSignal<"Toolbar" | "None" | undefined>;
|
|
20
|
+
elementRef: ElementRef<_Bar>;
|
|
21
|
+
injector: Injector;
|
|
22
|
+
get element(): _Bar;
|
|
23
|
+
ngAfterViewInit(): void;
|
|
24
|
+
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>;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export { Bar };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _Breadcrumbs from '@ui5/webcomponents/dist/Breadcrumbs.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class Breadcrumbs implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the visual appearance of the last BreadcrumbsItem.
|
|
9
|
+
|
|
10
|
+
The Breadcrumbs supports two visual appearances for the last BreadcrumbsItem:
|
|
11
|
+
- "Standard" - displaying the last item as "current page" (bold and without separator)
|
|
12
|
+
- "NoCurrentPage" - displaying the last item as a regular BreadcrumbsItem, followed by separator
|
|
13
|
+
*/
|
|
14
|
+
design: _angular_core.InputSignal<"Standard" | "NoCurrentPage" | undefined>;
|
|
15
|
+
/**
|
|
16
|
+
* Determines the visual style of the separator between the breadcrumb items.
|
|
17
|
+
*/
|
|
18
|
+
separators: _angular_core.InputSignal<"Slash" | "BackSlash" | "DoubleBackSlash" | "DoubleGreaterThan" | "DoubleSlash" | "GreaterThan" | undefined>;
|
|
19
|
+
/**
|
|
20
|
+
* Fires when a `BreadcrumbsItem` is clicked.
|
|
21
|
+
|
|
22
|
+
**Note:** You can prevent browser location change by calling `event.preventDefault()`.
|
|
23
|
+
*/
|
|
24
|
+
ui5ItemClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_Breadcrumbs, "item-click">>;
|
|
25
|
+
elementRef: ElementRef<_Breadcrumbs>;
|
|
26
|
+
injector: Injector;
|
|
27
|
+
get element(): _Breadcrumbs;
|
|
28
|
+
ngAfterViewInit(): void;
|
|
29
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Breadcrumbs, never>;
|
|
30
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Breadcrumbs, "ui5-breadcrumbs, [ui5-breadcrumbs]", ["ui5Breadcrumbs"], { "design": { "alias": "design"; "required": false; "isSignal": true; }; "separators": { "alias": "separators"; "required": false; "isSignal": true; }; }, { "ui5ItemClick": "ui5ItemClick"; }, never, ["*"], true, never>;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export { Breadcrumbs };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _BreadcrumbsItem from '@ui5/webcomponents/dist/BreadcrumbsItem.js';
|
|
4
|
+
|
|
5
|
+
declare class BreadcrumbsItem implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Defines the link href.
|
|
8
|
+
|
|
9
|
+
**Note:** Standard hyperlink behavior is supported.
|
|
10
|
+
*/
|
|
11
|
+
href: _angular_core.InputSignal<string | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Defines the link target.
|
|
14
|
+
|
|
15
|
+
Available options are:
|
|
16
|
+
|
|
17
|
+
- `_self`
|
|
18
|
+
- `_top`
|
|
19
|
+
- `_blank`
|
|
20
|
+
- `_parent`
|
|
21
|
+
- `_search`
|
|
22
|
+
|
|
23
|
+
**Note:** This property must only be used when the `href` property is set.
|
|
24
|
+
*/
|
|
25
|
+
target: _angular_core.InputSignal<string | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* Defines the accessible ARIA name of the item.
|
|
28
|
+
*/
|
|
29
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
30
|
+
elementRef: ElementRef<_BreadcrumbsItem>;
|
|
31
|
+
injector: Injector;
|
|
32
|
+
get element(): _BreadcrumbsItem;
|
|
33
|
+
ngAfterViewInit(): void;
|
|
34
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BreadcrumbsItem, never>;
|
|
35
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BreadcrumbsItem, "ui5-breadcrumbs-item, [ui5-breadcrumbs-item]", ["ui5BreadcrumbsItem"], { "href": { "alias": "href"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export { BreadcrumbsItem };
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _BusyIndicator from '@ui5/webcomponents/dist/BusyIndicator.js';
|
|
4
|
+
|
|
5
|
+
declare class BusyIndicator implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Defines text to be displayed below the component. It can be used to inform the user of the current operation.
|
|
8
|
+
*/
|
|
9
|
+
text: _angular_core.InputSignal<string | undefined>;
|
|
10
|
+
/**
|
|
11
|
+
* Defines the size of the component.
|
|
12
|
+
*/
|
|
13
|
+
size: _angular_core.InputSignal<"S" | "M" | "L" | undefined>;
|
|
14
|
+
/**
|
|
15
|
+
* Defines if the busy indicator is visible on the screen. By default it is not.
|
|
16
|
+
*/
|
|
17
|
+
active: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
18
|
+
/**
|
|
19
|
+
* Defines the delay in milliseconds, after which the busy indicator will be visible on the screen.
|
|
20
|
+
*/
|
|
21
|
+
delay: _angular_core.InputSignal<number | undefined>;
|
|
22
|
+
/**
|
|
23
|
+
* Defines the placement of the text.
|
|
24
|
+
*/
|
|
25
|
+
textPlacement: _angular_core.InputSignal<"Top" | "Bottom" | undefined>;
|
|
26
|
+
elementRef: ElementRef<_BusyIndicator>;
|
|
27
|
+
injector: Injector;
|
|
28
|
+
get element(): _BusyIndicator;
|
|
29
|
+
ngAfterViewInit(): void;
|
|
30
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BusyIndicator, never>;
|
|
31
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BusyIndicator, "ui5-busy-indicator, [ui5-busy-indicator]", ["ui5BusyIndicator"], { "text": { "alias": "text"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; "delay": { "alias": "delay"; "required": false; "isSignal": true; }; "textPlacement": { "alias": "textPlacement"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export { BusyIndicator };
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _Button, { ButtonAccessibilityAttributes } from '@ui5/webcomponents/dist/Button.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class Button implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the component design.
|
|
9
|
+
*/
|
|
10
|
+
design: _angular_core.InputSignal<"Default" | "Positive" | "Negative" | "Transparent" | "Emphasized" | "Attention" | undefined>;
|
|
11
|
+
/**
|
|
12
|
+
* Defines whether the component is disabled.
|
|
13
|
+
A disabled component can't be pressed or
|
|
14
|
+
focused, and it is not in the tab chain.
|
|
15
|
+
*/
|
|
16
|
+
disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
17
|
+
/**
|
|
18
|
+
* Defines the icon, displayed as graphical element within the component.
|
|
19
|
+
The SAP-icons font provides numerous options.
|
|
20
|
+
|
|
21
|
+
Example:
|
|
22
|
+
See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
23
|
+
*/
|
|
24
|
+
icon: _angular_core.InputSignal<string | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Defines the icon, displayed as graphical element within the component after the button text.
|
|
27
|
+
|
|
28
|
+
**Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.
|
|
29
|
+
Usage of `endIcon` only should be avoided.
|
|
30
|
+
|
|
31
|
+
The SAP-icons font provides numerous options.
|
|
32
|
+
|
|
33
|
+
Example:
|
|
34
|
+
See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
35
|
+
*/
|
|
36
|
+
endIcon: _angular_core.InputSignal<string | undefined>;
|
|
37
|
+
/**
|
|
38
|
+
* When set to `true`, the component will
|
|
39
|
+
automatically submit the nearest HTML form element on `press`.
|
|
40
|
+
|
|
41
|
+
**Note:** This property is only applicable within the context of an HTML Form element.`
|
|
42
|
+
*/
|
|
43
|
+
submits: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
44
|
+
/**
|
|
45
|
+
* Defines the tooltip of the component.
|
|
46
|
+
|
|
47
|
+
**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.
|
|
48
|
+
*/
|
|
49
|
+
tooltip: _angular_core.InputSignal<string | undefined>;
|
|
50
|
+
/**
|
|
51
|
+
* Defines the accessible ARIA name of the component.
|
|
52
|
+
*/
|
|
53
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
54
|
+
/**
|
|
55
|
+
* Receives id(or many ids) of the elements that label the component.
|
|
56
|
+
*/
|
|
57
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
58
|
+
/**
|
|
59
|
+
* Defines the additional accessibility attributes that will be applied to the component.
|
|
60
|
+
The following fields are supported:
|
|
61
|
+
|
|
62
|
+
- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.
|
|
63
|
+
Accepts the following string values: `true` or `false`
|
|
64
|
+
|
|
65
|
+
- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.
|
|
66
|
+
Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
|
|
67
|
+
|
|
68
|
+
- **ariaLabel**: Defines the accessible ARIA name of the component.
|
|
69
|
+
Accepts any string value.
|
|
70
|
+
|
|
71
|
+
- **ariaKeyShortcuts**: Defines keyboard shortcuts that activate or give focus to the button.
|
|
72
|
+
|
|
73
|
+
- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.
|
|
74
|
+
Accepts a lowercase string value.
|
|
75
|
+
*/
|
|
76
|
+
accessibilityAttributes: _angular_core.InputSignal<ButtonAccessibilityAttributes | undefined>;
|
|
77
|
+
/**
|
|
78
|
+
* Defines the accessible description of the component.
|
|
79
|
+
*/
|
|
80
|
+
accessibleDescription: _angular_core.InputSignal<string | undefined>;
|
|
81
|
+
/**
|
|
82
|
+
* Defines whether the button has special form-related functionality.
|
|
83
|
+
|
|
84
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
85
|
+
*/
|
|
86
|
+
type: _angular_core.InputSignal<"Button" | "Submit" | "Reset" | undefined>;
|
|
87
|
+
/**
|
|
88
|
+
* Describes the accessibility role of the button.
|
|
89
|
+
|
|
90
|
+
**Note:** Use <code>ButtonAccessibleRole.Link</code> role only with a press handler, which performs a navigation. In all other scenarios the default button semantics are recommended.
|
|
91
|
+
*/
|
|
92
|
+
accessibleRole: _angular_core.InputSignal<"Button" | "Link" | undefined>;
|
|
93
|
+
/**
|
|
94
|
+
* Defines whether the button shows a loading indicator.
|
|
95
|
+
|
|
96
|
+
**Note:** If set to `true`, a busy indicator component will be displayed on the related button.
|
|
97
|
+
*/
|
|
98
|
+
loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
99
|
+
/**
|
|
100
|
+
* Specifies the delay in milliseconds before the loading indicator appears within the associated button.
|
|
101
|
+
*/
|
|
102
|
+
loadingDelay: _angular_core.InputSignal<number | undefined>;
|
|
103
|
+
/**
|
|
104
|
+
* Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
|
|
105
|
+
|
|
106
|
+
**Note:** The event will not be fired if the `disabled` property is set to `true`.
|
|
107
|
+
*/
|
|
108
|
+
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_Button, "click">>;
|
|
109
|
+
elementRef: ElementRef<_Button>;
|
|
110
|
+
injector: Injector;
|
|
111
|
+
get element(): _Button;
|
|
112
|
+
ngAfterViewInit(): void;
|
|
113
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Button, never>;
|
|
114
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Button, "ui5-button, [ui5-button]", ["ui5Button"], { "design": { "alias": "design"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "endIcon": { "alias": "endIcon"; "required": false; "isSignal": true; }; "submits": { "alias": "submits"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export { Button };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _ButtonBadge from '@ui5/webcomponents/dist/ButtonBadge.js';
|
|
4
|
+
|
|
5
|
+
declare class ButtonBadge implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Defines the badge placement and appearance.
|
|
8
|
+
- **InlineText** - displayed inside the button after its text, and recommended for **compact** density.
|
|
9
|
+
- **OverlayText** - displayed at the top-end corner of the button, and recommended for **cozy** density.
|
|
10
|
+
- **AttentionDot** - displayed at the top-end corner of the button as a dot, and suitable for both **cozy** and **compact** densities.
|
|
11
|
+
*/
|
|
12
|
+
design: _angular_core.InputSignal<"InlineText" | "OverlayText" | "AttentionDot" | undefined>;
|
|
13
|
+
/**
|
|
14
|
+
* Defines the text of the component.
|
|
15
|
+
|
|
16
|
+
**Note:** Text is not applied when the `design` property is set to `AttentionDot`.
|
|
17
|
+
|
|
18
|
+
**Note:** The badge component only accepts numeric values and the "+" symbol. Using other characters or formats may result in unpredictable behavior, which is not guaranteed or supported.
|
|
19
|
+
*/
|
|
20
|
+
text: _angular_core.InputSignal<string | undefined>;
|
|
21
|
+
elementRef: ElementRef<_ButtonBadge>;
|
|
22
|
+
injector: Injector;
|
|
23
|
+
get element(): _ButtonBadge;
|
|
24
|
+
ngAfterViewInit(): void;
|
|
25
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ButtonBadge, never>;
|
|
26
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ButtonBadge, "ui5-button-badge, [ui5-button-badge]", ["ui5ButtonBadge"], { "design": { "alias": "design"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export { ButtonBadge };
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _Calendar from '@ui5/webcomponents/dist/Calendar.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class Calendar implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the type of selection used in the calendar component.
|
|
9
|
+
Accepted property values are:
|
|
10
|
+
|
|
11
|
+
- `CalendarSelectionMode.Single` - enables a single date selection.(default value)
|
|
12
|
+
- `CalendarSelectionMode.Range` - enables selection of a date range.
|
|
13
|
+
- `CalendarSelectionMode.Multiple` - enables selection of multiple dates.
|
|
14
|
+
*/
|
|
15
|
+
selectionMode: _angular_core.InputSignal<"Single" | "Multiple" | "Range" | undefined>;
|
|
16
|
+
/**
|
|
17
|
+
* Defines the visibility of the week numbers column.
|
|
18
|
+
|
|
19
|
+
**Note:** For calendars other than Gregorian,
|
|
20
|
+
the week numbers are not displayed regardless of what is set.
|
|
21
|
+
*/
|
|
22
|
+
hideWeekNumbers: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
23
|
+
/**
|
|
24
|
+
* Sets a calendar type used for display.
|
|
25
|
+
If not set, the calendar type of the global configuration is used.
|
|
26
|
+
*/
|
|
27
|
+
primaryCalendarType: _angular_core.InputSignal<"Gregorian" | "Islamic" | "Japanese" | "Buddhist" | "Persian" | undefined>;
|
|
28
|
+
/**
|
|
29
|
+
* Defines the secondary calendar type.
|
|
30
|
+
If not set, the calendar will only show the primary calendar type.
|
|
31
|
+
*/
|
|
32
|
+
secondaryCalendarType: _angular_core.InputSignal<"Gregorian" | "Islamic" | "Japanese" | "Buddhist" | "Persian" | undefined>;
|
|
33
|
+
/**
|
|
34
|
+
* Determines the format, displayed in the input field.
|
|
35
|
+
*/
|
|
36
|
+
formatPattern: _angular_core.InputSignal<string | undefined>;
|
|
37
|
+
/**
|
|
38
|
+
* Determines the format, displayed in the input field.
|
|
39
|
+
*/
|
|
40
|
+
displayFormat: _angular_core.InputSignal<string | undefined>;
|
|
41
|
+
/**
|
|
42
|
+
* Determines the format, used for the value attribute.
|
|
43
|
+
*/
|
|
44
|
+
valueFormat: _angular_core.InputSignal<string | undefined>;
|
|
45
|
+
/**
|
|
46
|
+
* Determines the minimum date available for selection.
|
|
47
|
+
|
|
48
|
+
**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).
|
|
49
|
+
*/
|
|
50
|
+
minDate: _angular_core.InputSignal<string | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* Determines the maximum date available for selection.
|
|
53
|
+
|
|
54
|
+
**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).
|
|
55
|
+
*/
|
|
56
|
+
maxDate: _angular_core.InputSignal<string | undefined>;
|
|
57
|
+
/**
|
|
58
|
+
* Defines how to calculate calendar weeks and first day of the week.
|
|
59
|
+
If not set, the calendar will be displayed according to the currently set global configuration.
|
|
60
|
+
*/
|
|
61
|
+
calendarWeekNumbering: _angular_core.InputSignal<"Default" | "ISO_8601" | "MiddleEastern" | "WesternTraditional" | undefined>;
|
|
62
|
+
/**
|
|
63
|
+
* Fired when the selected dates change.
|
|
64
|
+
|
|
65
|
+
**Note:** If you call `preventDefault()` for this event, the component will not
|
|
66
|
+
create instances of `ui5-date` for the newly selected dates. In that case you should do this manually.
|
|
67
|
+
*/
|
|
68
|
+
ui5SelectionChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_Calendar, "selection-change">>;
|
|
69
|
+
elementRef: ElementRef<_Calendar>;
|
|
70
|
+
injector: Injector;
|
|
71
|
+
get element(): _Calendar;
|
|
72
|
+
ngAfterViewInit(): void;
|
|
73
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Calendar, never>;
|
|
74
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Calendar, "ui5-calendar, [ui5-calendar]", ["ui5Calendar"], { "selectionMode": { "alias": "selectionMode"; "required": false; "isSignal": true; }; "hideWeekNumbers": { "alias": "hideWeekNumbers"; "required": false; "isSignal": true; }; "primaryCalendarType": { "alias": "primaryCalendarType"; "required": false; "isSignal": true; }; "secondaryCalendarType": { "alias": "secondaryCalendarType"; "required": false; "isSignal": true; }; "formatPattern": { "alias": "formatPattern"; "required": false; "isSignal": true; }; "displayFormat": { "alias": "displayFormat"; "required": false; "isSignal": true; }; "valueFormat": { "alias": "valueFormat"; "required": false; "isSignal": true; }; "minDate": { "alias": "minDate"; "required": false; "isSignal": true; }; "maxDate": { "alias": "maxDate"; "required": false; "isSignal": true; }; "calendarWeekNumbering": { "alias": "calendarWeekNumbering"; "required": false; "isSignal": true; }; }, { "ui5SelectionChange": "ui5SelectionChange"; }, never, ["*"], true, never>;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export { Calendar };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _CalendarDate from '@ui5/webcomponents/dist/CalendarDate.js';
|
|
4
|
+
|
|
5
|
+
declare class CalendarDate implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* The date formatted according to the `formatPattern` property
|
|
8
|
+
of the `ui5-calendar` that hosts the component.
|
|
9
|
+
*/
|
|
10
|
+
value: i0.InputSignal<string | undefined>;
|
|
11
|
+
elementRef: ElementRef<_CalendarDate>;
|
|
12
|
+
injector: Injector;
|
|
13
|
+
get element(): _CalendarDate;
|
|
14
|
+
ngAfterViewInit(): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarDate, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarDate, "ui5-date, [ui5-date]", ["ui5CalendarDate"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export { CalendarDate };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _CalendarDateRange from '@ui5/webcomponents/dist/CalendarDateRange.js';
|
|
4
|
+
|
|
5
|
+
declare class CalendarDateRange implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Start of date range formatted according to the `formatPattern` property
|
|
8
|
+
of the `ui5-calendar` that hosts the component.
|
|
9
|
+
*/
|
|
10
|
+
startValue: _angular_core.InputSignal<string | undefined>;
|
|
11
|
+
/**
|
|
12
|
+
* End of date range formatted according to the `formatPattern` property
|
|
13
|
+
of the `ui5-calendar` that hosts the component.
|
|
14
|
+
*/
|
|
15
|
+
endValue: _angular_core.InputSignal<string | undefined>;
|
|
16
|
+
elementRef: ElementRef<_CalendarDateRange>;
|
|
17
|
+
injector: Injector;
|
|
18
|
+
get element(): _CalendarDateRange;
|
|
19
|
+
ngAfterViewInit(): void;
|
|
20
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalendarDateRange, never>;
|
|
21
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarDateRange, "ui5-date-range, [ui5-date-range]", ["ui5CalendarDateRange"], { "startValue": { "alias": "startValue"; "required": false; "isSignal": true; }; "endValue": { "alias": "endValue"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export { CalendarDateRange };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _CalendarLegend from '@ui5/webcomponents/dist/CalendarLegend.js';
|
|
4
|
+
|
|
5
|
+
declare class CalendarLegend implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Hides the Today item in the legend.
|
|
8
|
+
*/
|
|
9
|
+
hideToday: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
10
|
+
/**
|
|
11
|
+
* Hides the Selected day item in the legend.
|
|
12
|
+
*/
|
|
13
|
+
hideSelectedDay: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
14
|
+
/**
|
|
15
|
+
* Hides the Non-Working day item in the legend.
|
|
16
|
+
*/
|
|
17
|
+
hideNonWorkingDay: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
18
|
+
/**
|
|
19
|
+
* Hides the Working day item in the legend.
|
|
20
|
+
*/
|
|
21
|
+
hideWorkingDay: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
22
|
+
elementRef: ElementRef<_CalendarLegend>;
|
|
23
|
+
injector: Injector;
|
|
24
|
+
get element(): _CalendarLegend;
|
|
25
|
+
ngAfterViewInit(): void;
|
|
26
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalendarLegend, never>;
|
|
27
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarLegend, "ui5-calendar-legend, [ui5-calendar-legend]", ["ui5CalendarLegend"], { "hideToday": { "alias": "hideToday"; "required": false; "isSignal": true; }; "hideSelectedDay": { "alias": "hideSelectedDay"; "required": false; "isSignal": true; }; "hideNonWorkingDay": { "alias": "hideNonWorkingDay"; "required": false; "isSignal": true; }; "hideWorkingDay": { "alias": "hideWorkingDay"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export { CalendarLegend };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _CalendarLegendItem from '@ui5/webcomponents/dist/CalendarLegendItem.js';
|
|
4
|
+
|
|
5
|
+
declare class CalendarLegendItem implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Defines the text content of the Calendar Legend Item.
|
|
8
|
+
*/
|
|
9
|
+
text: _angular_core.InputSignal<string | undefined>;
|
|
10
|
+
/**
|
|
11
|
+
* Defines the type of the Calendar Legend Item.
|
|
12
|
+
*/
|
|
13
|
+
type: _angular_core.InputSignal<"Today" | "Selected" | "None" | "Working" | "NonWorking" | "Type01" | "Type02" | "Type03" | "Type04" | "Type05" | "Type06" | "Type07" | "Type08" | "Type09" | "Type10" | "Type11" | "Type12" | "Type13" | "Type14" | "Type15" | "Type16" | "Type17" | "Type18" | "Type19" | "Type20" | undefined>;
|
|
14
|
+
elementRef: ElementRef<_CalendarLegendItem>;
|
|
15
|
+
injector: Injector;
|
|
16
|
+
get element(): _CalendarLegendItem;
|
|
17
|
+
ngAfterViewInit(): void;
|
|
18
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalendarLegendItem, never>;
|
|
19
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarLegendItem, "ui5-calendar-legend-item, [ui5-calendar-legend-item]", ["ui5CalendarLegendItem"], { "text": { "alias": "text"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export { CalendarLegendItem };
|