@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
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _ListItemStandard from '@ui5/webcomponents/dist/ListItemStandard.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
import { ListItemAccessibilityAttributes } from '@ui5/webcomponents/dist/ListItem.js';
|
|
6
|
+
|
|
7
|
+
declare class ListItemStandard implements AfterViewInit {
|
|
8
|
+
/**
|
|
9
|
+
* Defines the text of the component.
|
|
10
|
+
*/
|
|
11
|
+
text: _angular_core.InputSignal<string | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Defines the description displayed right under the item text, if such is present.
|
|
14
|
+
*/
|
|
15
|
+
description: _angular_core.InputSignal<string | undefined>;
|
|
16
|
+
/**
|
|
17
|
+
* Defines the `icon` source URI.
|
|
18
|
+
|
|
19
|
+
**Note:**
|
|
20
|
+
SAP-icons font provides numerous built-in icons. To find all the available icons, see the
|
|
21
|
+
[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
22
|
+
*/
|
|
23
|
+
icon: _angular_core.InputSignal<string | undefined>;
|
|
24
|
+
/**
|
|
25
|
+
* Defines whether the `icon` should be displayed in the beginning of the list item or in the end.
|
|
26
|
+
*/
|
|
27
|
+
iconEnd: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
28
|
+
/**
|
|
29
|
+
* Defines the `additionalText`, displayed in the end of the list item.
|
|
30
|
+
*/
|
|
31
|
+
additionalText: _angular_core.InputSignal<string | undefined>;
|
|
32
|
+
/**
|
|
33
|
+
* Defines the state of the `additionalText`.
|
|
34
|
+
|
|
35
|
+
Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
|
|
36
|
+
*/
|
|
37
|
+
additionalTextState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
|
|
38
|
+
/**
|
|
39
|
+
* Defines whether the item is movable.
|
|
40
|
+
*/
|
|
41
|
+
movable: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
42
|
+
/**
|
|
43
|
+
* Defines the text alternative of the component.
|
|
44
|
+
Note: If not provided a default text alternative will be set, if present.
|
|
45
|
+
*/
|
|
46
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* Defines if the text of the component should wrap when it's too long.
|
|
49
|
+
When set to "Normal", the content (title, description) will be wrapped
|
|
50
|
+
using the `ui5-expandable-text` component.<br/>
|
|
51
|
+
|
|
52
|
+
The text can wrap up to 100 characters on small screens (size S) and
|
|
53
|
+
up to 300 characters on larger screens (size M and above). When text exceeds
|
|
54
|
+
these limits, it truncates with an ellipsis followed by a text expansion trigger.
|
|
55
|
+
|
|
56
|
+
Available options are:
|
|
57
|
+
- `None` (default) - The text will truncate with an ellipsis.
|
|
58
|
+
- `Normal` - The text will wrap (without truncation).
|
|
59
|
+
*/
|
|
60
|
+
wrappingType: _angular_core.InputSignal<"None" | "Normal" | undefined>;
|
|
61
|
+
/**
|
|
62
|
+
* Defines the visual indication and behavior of the list items.
|
|
63
|
+
Available options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.
|
|
64
|
+
|
|
65
|
+
**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,
|
|
66
|
+
while with type `Inactive` and `Detail` - will not.
|
|
67
|
+
*/
|
|
68
|
+
type: _angular_core.InputSignal<"Inactive" | "Active" | "Detail" | "Navigation" | undefined>;
|
|
69
|
+
/**
|
|
70
|
+
* Defines the additional accessibility attributes that will be applied to the component.
|
|
71
|
+
The following fields are supported:
|
|
72
|
+
|
|
73
|
+
- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.
|
|
74
|
+
**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.
|
|
75
|
+
|
|
76
|
+
- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.
|
|
77
|
+
**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.
|
|
78
|
+
*/
|
|
79
|
+
accessibilityAttributes: _angular_core.InputSignal<ListItemAccessibilityAttributes | undefined>;
|
|
80
|
+
/**
|
|
81
|
+
* The navigated state of the list item.
|
|
82
|
+
If set to `true`, a navigation indicator is displayed at the end of the list item.
|
|
83
|
+
*/
|
|
84
|
+
navigated: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
85
|
+
/**
|
|
86
|
+
* Defines the text of the tooltip that would be displayed for the list item.
|
|
87
|
+
*/
|
|
88
|
+
tooltip: _angular_core.InputSignal<string | undefined>;
|
|
89
|
+
/**
|
|
90
|
+
* Defines the highlight state of the list items.
|
|
91
|
+
Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
|
|
92
|
+
*/
|
|
93
|
+
highlight: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
|
|
94
|
+
/**
|
|
95
|
+
* Defines the selected state of the component.
|
|
96
|
+
*/
|
|
97
|
+
selected: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
98
|
+
/**
|
|
99
|
+
* Fired when the user clicks on the detail button when type is `Detail`.
|
|
100
|
+
*/
|
|
101
|
+
ui5DetailClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_ListItemStandard, "detail-click">>;
|
|
102
|
+
elementRef: ElementRef<_ListItemStandard>;
|
|
103
|
+
injector: Injector;
|
|
104
|
+
get element(): _ListItemStandard;
|
|
105
|
+
ngAfterViewInit(): void;
|
|
106
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ListItemStandard, never>;
|
|
107
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListItemStandard, "ui5-li, [ui5-li]", ["ui5ListItemStandard"], { "text": { "alias": "text"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconEnd": { "alias": "iconEnd"; "required": false; "isSignal": true; }; "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; "additionalTextState": { "alias": "additionalTextState"; "required": false; "isSignal": true; }; "movable": { "alias": "movable"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "wrappingType": { "alias": "wrappingType"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "navigated": { "alias": "navigated"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "highlight": { "alias": "highlight"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; }, { "ui5DetailClick": "ui5DetailClick"; }, never, ["*"], true, never>;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
export { ListItemStandard };
|
package/menu/index.d.ts
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _Menu from '@ui5/webcomponents/dist/Menu.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class Menu implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the header text of the menu (displayed on mobile).
|
|
9
|
+
*/
|
|
10
|
+
headerText: _angular_core.InputSignal<string | undefined>;
|
|
11
|
+
/**
|
|
12
|
+
* Indicates if the menu is open.
|
|
13
|
+
*/
|
|
14
|
+
open: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
15
|
+
/**
|
|
16
|
+
* Determines on which side the component is placed at.
|
|
17
|
+
*/
|
|
18
|
+
placement: _angular_core.InputSignal<"Start" | "End" | "Top" | "Bottom" | undefined>;
|
|
19
|
+
/**
|
|
20
|
+
* Determines the horizontal alignment of the menu relative to its opener control.
|
|
21
|
+
*/
|
|
22
|
+
horizontalAlign: _angular_core.InputSignal<"Start" | "End" | "Center" | "Stretch" | undefined>;
|
|
23
|
+
/**
|
|
24
|
+
* Defines if a loading indicator would be displayed inside the corresponding ui5-menu popover.
|
|
25
|
+
*/
|
|
26
|
+
loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
27
|
+
/**
|
|
28
|
+
* Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding ui5-menu popover.
|
|
29
|
+
*/
|
|
30
|
+
loadingDelay: _angular_core.InputSignal<number | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* Defines the ID or DOM Reference of the element at which the menu is shown.
|
|
33
|
+
When using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.
|
|
34
|
+
You can only set the `opener` attribute to a DOM Reference when using JavaScript.
|
|
35
|
+
*/
|
|
36
|
+
opener: _angular_core.InputSignal<string | HTMLElement | null | undefined>;
|
|
37
|
+
/**
|
|
38
|
+
* Fired when an item is being clicked.
|
|
39
|
+
|
|
40
|
+
**Note:** Since 1.17.0 the event is preventable, allowing the menu to remain open after an item is pressed.
|
|
41
|
+
*/
|
|
42
|
+
ui5ItemClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_Menu, "item-click">>;
|
|
43
|
+
/**
|
|
44
|
+
* Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.
|
|
45
|
+
|
|
46
|
+
**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.
|
|
47
|
+
*/
|
|
48
|
+
ui5BeforeOpen: _angular_core.OutputEmitterRef<UI5CustomEvent<_Menu, "before-open">>;
|
|
49
|
+
/**
|
|
50
|
+
* Fired after the menu is opened.
|
|
51
|
+
*/
|
|
52
|
+
ui5Open: _angular_core.OutputEmitterRef<UI5CustomEvent<_Menu, "open">>;
|
|
53
|
+
/**
|
|
54
|
+
* Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.
|
|
55
|
+
*/
|
|
56
|
+
ui5BeforeClose: _angular_core.OutputEmitterRef<UI5CustomEvent<_Menu, "before-close">>;
|
|
57
|
+
/**
|
|
58
|
+
* Fired after the menu is closed.
|
|
59
|
+
*/
|
|
60
|
+
ui5Close: _angular_core.OutputEmitterRef<UI5CustomEvent<_Menu, "close">>;
|
|
61
|
+
elementRef: ElementRef<_Menu>;
|
|
62
|
+
injector: Injector;
|
|
63
|
+
get element(): _Menu;
|
|
64
|
+
ngAfterViewInit(): void;
|
|
65
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Menu, never>;
|
|
66
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Menu, "ui5-menu, [ui5-menu]", ["ui5Menu"], { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "horizontalAlign": { "alias": "horizontalAlign"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; "isSignal": true; }; "opener": { "alias": "opener"; "required": false; "isSignal": true; }; }, { "ui5ItemClick": "ui5ItemClick"; "ui5BeforeOpen": "ui5BeforeOpen"; "ui5Open": "ui5Open"; "ui5BeforeClose": "ui5BeforeClose"; "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export { Menu };
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _MenuItem, { MenuItemAccessibilityAttributes } from '@ui5/webcomponents/dist/MenuItem.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class MenuItem implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the text of the tree item.
|
|
9
|
+
*/
|
|
10
|
+
text: _angular_core.InputSignal<string | undefined>;
|
|
11
|
+
/**
|
|
12
|
+
* Defines the `additionalText`, displayed in the end of the menu item.
|
|
13
|
+
|
|
14
|
+
**Note:** The additional text will not be displayed if there are items added in `items` slot or there are
|
|
15
|
+
components added to `endContent` slot.
|
|
16
|
+
|
|
17
|
+
The priority of what will be displayed at the end of the menu item is as follows:
|
|
18
|
+
sub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.
|
|
19
|
+
*/
|
|
20
|
+
additionalText: _angular_core.InputSignal<string | undefined>;
|
|
21
|
+
/**
|
|
22
|
+
* Defines the icon to be displayed as graphical element within the component.
|
|
23
|
+
The SAP-icons font provides numerous options.
|
|
24
|
+
|
|
25
|
+
**Example:**
|
|
26
|
+
|
|
27
|
+
See all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
28
|
+
*/
|
|
29
|
+
icon: _angular_core.InputSignal<string | undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* Defines whether menu item is in disabled state.
|
|
32
|
+
|
|
33
|
+
**Note:** A disabled menu item is noninteractive.
|
|
34
|
+
*/
|
|
35
|
+
disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
36
|
+
/**
|
|
37
|
+
* Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding menu popover.
|
|
38
|
+
|
|
39
|
+
**Note:** If set to `true` a busy indicator component will be displayed into the related one to the current menu item sub-menu popover.
|
|
40
|
+
*/
|
|
41
|
+
loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
42
|
+
/**
|
|
43
|
+
* Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding menu popover.
|
|
44
|
+
*/
|
|
45
|
+
loadingDelay: _angular_core.InputSignal<number | undefined>;
|
|
46
|
+
/**
|
|
47
|
+
* Defines the accessible ARIA name of the component.
|
|
48
|
+
*/
|
|
49
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
50
|
+
/**
|
|
51
|
+
* Defines the text of the tooltip for the menu item.
|
|
52
|
+
*/
|
|
53
|
+
tooltip: _angular_core.InputSignal<string | undefined>;
|
|
54
|
+
/**
|
|
55
|
+
* Defines whether menu item is in checked state.
|
|
56
|
+
|
|
57
|
+
**Note:** checked state is only taken into account when menu item is added to menu item group
|
|
58
|
+
with `checkMode` other than `None`.
|
|
59
|
+
|
|
60
|
+
**Note:** A checked menu item has a checkmark displayed at its end.
|
|
61
|
+
*/
|
|
62
|
+
checked: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
63
|
+
/**
|
|
64
|
+
* Defines the additional accessibility attributes that will be applied to the component.
|
|
65
|
+
The following fields are supported:
|
|
66
|
+
|
|
67
|
+
- **ariaKeyShortcuts**: Indicated the availability of a keyboard shortcuts defined for the menu item.
|
|
68
|
+
|
|
69
|
+
- **role**: Defines the role of the menu item. If not set, menu item will have default role="menuitem".
|
|
70
|
+
*/
|
|
71
|
+
accessibilityAttributes: _angular_core.InputSignal<MenuItemAccessibilityAttributes | undefined>;
|
|
72
|
+
/**
|
|
73
|
+
* Defines the visual indication and behavior of the list items.
|
|
74
|
+
Available options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.
|
|
75
|
+
|
|
76
|
+
**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,
|
|
77
|
+
while with type `Inactive` and `Detail` - will not.
|
|
78
|
+
*/
|
|
79
|
+
type: _angular_core.InputSignal<"Inactive" | "Active" | "Detail" | "Navigation" | undefined>;
|
|
80
|
+
/**
|
|
81
|
+
* The navigated state of the list item.
|
|
82
|
+
If set to `true`, a navigation indicator is displayed at the end of the list item.
|
|
83
|
+
*/
|
|
84
|
+
navigated: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
85
|
+
/**
|
|
86
|
+
* Defines the highlight state of the list items.
|
|
87
|
+
Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
|
|
88
|
+
*/
|
|
89
|
+
highlight: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
|
|
90
|
+
/**
|
|
91
|
+
* Defines the selected state of the component.
|
|
92
|
+
*/
|
|
93
|
+
selected: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
94
|
+
/**
|
|
95
|
+
* Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.
|
|
96
|
+
|
|
97
|
+
**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.
|
|
98
|
+
*/
|
|
99
|
+
ui5BeforeOpen: _angular_core.OutputEmitterRef<UI5CustomEvent<_MenuItem, "before-open">>;
|
|
100
|
+
/**
|
|
101
|
+
* Fired after the menu is opened.
|
|
102
|
+
*/
|
|
103
|
+
ui5Open: _angular_core.OutputEmitterRef<UI5CustomEvent<_MenuItem, "open">>;
|
|
104
|
+
/**
|
|
105
|
+
* Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.
|
|
106
|
+
*/
|
|
107
|
+
ui5BeforeClose: _angular_core.OutputEmitterRef<UI5CustomEvent<_MenuItem, "before-close">>;
|
|
108
|
+
/**
|
|
109
|
+
* Fired after the menu is closed.
|
|
110
|
+
*/
|
|
111
|
+
ui5Close: _angular_core.OutputEmitterRef<UI5CustomEvent<_MenuItem, "close">>;
|
|
112
|
+
/**
|
|
113
|
+
* Fired when an item is checked or unchecked.
|
|
114
|
+
*/
|
|
115
|
+
ui5Check: _angular_core.OutputEmitterRef<UI5CustomEvent<_MenuItem, "check">>;
|
|
116
|
+
/**
|
|
117
|
+
* Fired when the user clicks on the detail button when type is `Detail`.
|
|
118
|
+
*/
|
|
119
|
+
ui5DetailClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_MenuItem, "detail-click">>;
|
|
120
|
+
elementRef: ElementRef<_MenuItem>;
|
|
121
|
+
injector: Injector;
|
|
122
|
+
get element(): _MenuItem;
|
|
123
|
+
ngAfterViewInit(): void;
|
|
124
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MenuItem, never>;
|
|
125
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MenuItem, "ui5-menu-item, [ui5-menu-item]", ["ui5MenuItem"], { "text": { "alias": "text"; "required": false; "isSignal": true; }; "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "navigated": { "alias": "navigated"; "required": false; "isSignal": true; }; "highlight": { "alias": "highlight"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; }, { "ui5BeforeOpen": "ui5BeforeOpen"; "ui5Open": "ui5Open"; "ui5BeforeClose": "ui5BeforeClose"; "ui5Close": "ui5Close"; "ui5Check": "ui5Check"; "ui5DetailClick": "ui5DetailClick"; }, never, ["*"], true, never>;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
export { MenuItem };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _MenuItemGroup from '@ui5/webcomponents/dist/MenuItemGroup.js';
|
|
4
|
+
|
|
5
|
+
declare class MenuItemGroup implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Defines the component's check mode.
|
|
8
|
+
*/
|
|
9
|
+
checkMode: i0.InputSignal<"None" | "Single" | "Multiple" | undefined>;
|
|
10
|
+
elementRef: ElementRef<_MenuItemGroup>;
|
|
11
|
+
injector: Injector;
|
|
12
|
+
get element(): _MenuItemGroup;
|
|
13
|
+
ngAfterViewInit(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MenuItemGroup, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuItemGroup, "ui5-menu-item-group, [ui5-menu-item-group]", ["ui5MenuItemGroup"], { "checkMode": { "alias": "checkMode"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { MenuItemGroup };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _MenuSeparator from '@ui5/webcomponents/dist/MenuSeparator.js';
|
|
4
|
+
|
|
5
|
+
declare class MenuSeparator implements AfterViewInit {
|
|
6
|
+
elementRef: ElementRef<_MenuSeparator>;
|
|
7
|
+
injector: Injector;
|
|
8
|
+
get element(): _MenuSeparator;
|
|
9
|
+
ngAfterViewInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MenuSeparator, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuSeparator, "ui5-menu-separator, [ui5-menu-separator]", ["ui5MenuSeparator"], {}, {}, never, ["*"], true, never>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export { MenuSeparator };
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _MessageStrip from '@ui5/webcomponents/dist/MessageStrip.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class MessageStrip implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the component type.
|
|
9
|
+
*/
|
|
10
|
+
design: _angular_core.InputSignal<"Information" | "Positive" | "Negative" | "Critical" | "ColorSet1" | "ColorSet2" | undefined>;
|
|
11
|
+
/**
|
|
12
|
+
* Defines the color scheme of the component.
|
|
13
|
+
There are 10 predefined schemes.
|
|
14
|
+
To use one you can set a number from `"1"` to `"10"`. The `colorScheme` `"1"` will be set by default.
|
|
15
|
+
*/
|
|
16
|
+
colorScheme: _angular_core.InputSignal<string | undefined>;
|
|
17
|
+
/**
|
|
18
|
+
* Defines whether the MessageStrip will show an icon in the beginning.
|
|
19
|
+
You can directly provide an icon with the `icon` slot. Otherwise, the default icon for the type will be used.
|
|
20
|
+
|
|
21
|
+
* **Note:** If <code>MessageStripDesign.ColorSet1</code> or <code>MessageStripDesign.ColorSet2</code> value is set to the <code>design</code> property, default icon will not be presented.
|
|
22
|
+
*/
|
|
23
|
+
hideIcon: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
24
|
+
/**
|
|
25
|
+
* Defines whether the MessageStrip renders close button.
|
|
26
|
+
*/
|
|
27
|
+
hideCloseButton: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
28
|
+
/**
|
|
29
|
+
* Fired when the close button is pressed either with a
|
|
30
|
+
click/tap or by using the Enter or Space key.
|
|
31
|
+
*/
|
|
32
|
+
ui5Close: _angular_core.OutputEmitterRef<UI5CustomEvent<_MessageStrip, "close">>;
|
|
33
|
+
elementRef: ElementRef<_MessageStrip>;
|
|
34
|
+
injector: Injector;
|
|
35
|
+
get element(): _MessageStrip;
|
|
36
|
+
ngAfterViewInit(): void;
|
|
37
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MessageStrip, never>;
|
|
38
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MessageStrip, "ui5-message-strip, [ui5-message-strip]", ["ui5MessageStrip"], { "design": { "alias": "design"; "required": false; "isSignal": true; }; "colorScheme": { "alias": "colorScheme"; "required": false; "isSignal": true; }; "hideIcon": { "alias": "hideIcon"; "required": false; "isSignal": true; }; "hideCloseButton": { "alias": "hideCloseButton"; "required": false; "isSignal": true; }; }, { "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export { MessageStrip };
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _MultiComboBox from '@ui5/webcomponents/dist/MultiComboBox.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
|
|
6
|
+
|
|
7
|
+
declare class MultiComboBox implements AfterViewInit {
|
|
8
|
+
/**
|
|
9
|
+
* Defines the value of the component.
|
|
10
|
+
|
|
11
|
+
**Note:** The property is updated upon typing.
|
|
12
|
+
*/
|
|
13
|
+
value: _angular_core.InputSignal<string | undefined>;
|
|
14
|
+
/**
|
|
15
|
+
* Determines the name by which the component will be identified upon submission in an HTML form.
|
|
16
|
+
|
|
17
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
18
|
+
**Note:** When the component is used inside a form element,
|
|
19
|
+
the value is sent as the first element in the form data, even if it's empty.
|
|
20
|
+
*/
|
|
21
|
+
name: _angular_core.InputSignal<string | undefined>;
|
|
22
|
+
/**
|
|
23
|
+
* Defines whether the value will be autcompleted to match an item
|
|
24
|
+
*/
|
|
25
|
+
noTypeahead: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
26
|
+
/**
|
|
27
|
+
* Defines a short hint intended to aid the user with data entry when the
|
|
28
|
+
component has no value.
|
|
29
|
+
*/
|
|
30
|
+
placeholder: _angular_core.InputSignal<string | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* Defines if the user input will be prevented, if no matching item has been found
|
|
33
|
+
*/
|
|
34
|
+
noValidation: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
35
|
+
/**
|
|
36
|
+
* Defines whether the component is in disabled state.
|
|
37
|
+
|
|
38
|
+
**Note:** A disabled component is completely noninteractive.
|
|
39
|
+
*/
|
|
40
|
+
disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
41
|
+
/**
|
|
42
|
+
* Defines the value state of the component.
|
|
43
|
+
*/
|
|
44
|
+
valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
|
|
45
|
+
/**
|
|
46
|
+
* Defines whether the component is read-only.
|
|
47
|
+
|
|
48
|
+
**Note:** A read-only component is not editable,
|
|
49
|
+
but still provides visual feedback upon user interaction.
|
|
50
|
+
*/
|
|
51
|
+
readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
52
|
+
/**
|
|
53
|
+
* Defines whether the component is required.
|
|
54
|
+
*/
|
|
55
|
+
required: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
56
|
+
/**
|
|
57
|
+
* Defines the filter type of the component.
|
|
58
|
+
*/
|
|
59
|
+
filter: _angular_core.InputSignal<"None" | "StartsWithPerTerm" | "StartsWith" | "Contains" | undefined>;
|
|
60
|
+
/**
|
|
61
|
+
* Defines whether the clear icon of the multi-combobox will be shown.
|
|
62
|
+
*/
|
|
63
|
+
showClearIcon: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
64
|
+
/**
|
|
65
|
+
* Defines the accessible ARIA name of the component.
|
|
66
|
+
*/
|
|
67
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
68
|
+
/**
|
|
69
|
+
* Receives id(or many ids) of the elements that label the component.
|
|
70
|
+
*/
|
|
71
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
72
|
+
/**
|
|
73
|
+
* Determines if the select all checkbox is visible on top of suggestions.
|
|
74
|
+
*/
|
|
75
|
+
showSelectAll: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
76
|
+
/**
|
|
77
|
+
* Indicates whether the items picker is open.
|
|
78
|
+
*/
|
|
79
|
+
open: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
80
|
+
/**
|
|
81
|
+
* Fired when the input operation has finished by pressing Enter or on focusout.
|
|
82
|
+
*/
|
|
83
|
+
ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_MultiComboBox, "change">>;
|
|
84
|
+
/**
|
|
85
|
+
* Fired when the value of the component changes at each keystroke or clear icon is pressed.
|
|
86
|
+
*/
|
|
87
|
+
ui5Input: _angular_core.OutputEmitterRef<UI5CustomEvent<_MultiComboBox, "input">>;
|
|
88
|
+
/**
|
|
89
|
+
* Fired when the dropdown is opened.
|
|
90
|
+
*/
|
|
91
|
+
ui5Open: _angular_core.OutputEmitterRef<UI5CustomEvent<_MultiComboBox, "open">>;
|
|
92
|
+
/**
|
|
93
|
+
* Fired when the dropdown is closed.
|
|
94
|
+
*/
|
|
95
|
+
ui5Close: _angular_core.OutputEmitterRef<UI5CustomEvent<_MultiComboBox, "close">>;
|
|
96
|
+
/**
|
|
97
|
+
* Fired when selection is changed by user interaction.
|
|
98
|
+
*/
|
|
99
|
+
ui5SelectionChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_MultiComboBox, "selection-change">>;
|
|
100
|
+
elementRef: ElementRef<_MultiComboBox>;
|
|
101
|
+
injector: Injector;
|
|
102
|
+
get element(): _MultiComboBox;
|
|
103
|
+
ngAfterViewInit(): void;
|
|
104
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MultiComboBox, never>;
|
|
105
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MultiComboBox, "ui5-multi-combobox, [ui5-multi-combobox]", ["ui5MultiComboBox"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "noTypeahead": { "alias": "noTypeahead"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "noValidation": { "alias": "noValidation"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "filter": { "alias": "filter"; "required": false; "isSignal": true; }; "showClearIcon": { "alias": "showClearIcon"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "showSelectAll": { "alias": "showSelectAll"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; "ui5SelectionChange": "ui5SelectionChange"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
export { MultiComboBox };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _MultiComboBoxItem from '@ui5/webcomponents/dist/MultiComboBoxItem.js';
|
|
4
|
+
|
|
5
|
+
declare class MultiComboBoxItem implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Defines the selected state of the component.
|
|
8
|
+
*/
|
|
9
|
+
selected: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
10
|
+
/**
|
|
11
|
+
* Defines the text of the component.
|
|
12
|
+
*/
|
|
13
|
+
text: _angular_core.InputSignal<string | undefined>;
|
|
14
|
+
/**
|
|
15
|
+
* Defines the additional text of the component.
|
|
16
|
+
*/
|
|
17
|
+
additionalText: _angular_core.InputSignal<string | undefined>;
|
|
18
|
+
elementRef: ElementRef<_MultiComboBoxItem>;
|
|
19
|
+
injector: Injector;
|
|
20
|
+
get element(): _MultiComboBoxItem;
|
|
21
|
+
ngAfterViewInit(): void;
|
|
22
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MultiComboBoxItem, never>;
|
|
23
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MultiComboBoxItem, "ui5-mcb-item, [ui5-mcb-item]", ["ui5MultiComboBoxItem"], { "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export { MultiComboBoxItem };
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _MultiComboBoxItemGroup from '@ui5/webcomponents/dist/MultiComboBoxItemGroup.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class MultiComboBoxItemGroup implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the header text of the <code>ui5-li-group</code>.
|
|
9
|
+
*/
|
|
10
|
+
headerText: _angular_core.InputSignal<string | undefined>;
|
|
11
|
+
/**
|
|
12
|
+
* Defines the accessible name of the header.
|
|
13
|
+
*/
|
|
14
|
+
headerAccessibleName: _angular_core.InputSignal<string | undefined>;
|
|
15
|
+
/**
|
|
16
|
+
* Defines if the text of the component should wrap when it's too long.
|
|
17
|
+
When set to "Normal", the content (title, description) will be wrapped
|
|
18
|
+
using the `ui5-expandable-text` component.<br/>
|
|
19
|
+
|
|
20
|
+
The text can wrap up to 100 characters on small screens (size S) and
|
|
21
|
+
up to 300 characters on larger screens (size M and above). When text exceeds
|
|
22
|
+
these limits, it truncates with an ellipsis followed by a text expansion trigger.
|
|
23
|
+
|
|
24
|
+
Available options are:
|
|
25
|
+
- `None` (default) - The text will truncate with an ellipsis.
|
|
26
|
+
- `Normal` - The text will wrap (without truncation).
|
|
27
|
+
*/
|
|
28
|
+
wrappingType: _angular_core.InputSignal<"None" | "Normal" | undefined>;
|
|
29
|
+
/**
|
|
30
|
+
* Fired when a movable list item is moved over a potential drop target during a dragging operation.
|
|
31
|
+
|
|
32
|
+
If the new position is valid, prevent the default action of the event using `preventDefault()`.
|
|
33
|
+
*/
|
|
34
|
+
ui5MoveOver: _angular_core.OutputEmitterRef<UI5CustomEvent<_MultiComboBoxItemGroup, "move-over">>;
|
|
35
|
+
/**
|
|
36
|
+
* Fired when a movable list item is dropped onto a drop target.
|
|
37
|
+
|
|
38
|
+
**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.
|
|
39
|
+
*/
|
|
40
|
+
ui5Move: _angular_core.OutputEmitterRef<UI5CustomEvent<_MultiComboBoxItemGroup, "move">>;
|
|
41
|
+
elementRef: ElementRef<_MultiComboBoxItemGroup>;
|
|
42
|
+
injector: Injector;
|
|
43
|
+
get element(): _MultiComboBoxItemGroup;
|
|
44
|
+
ngAfterViewInit(): void;
|
|
45
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MultiComboBoxItemGroup, never>;
|
|
46
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MultiComboBoxItemGroup, "ui5-mcb-item-group, [ui5-mcb-item-group]", ["ui5MultiComboBoxItemGroup"], { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "headerAccessibleName": { "alias": "headerAccessibleName"; "required": false; "isSignal": true; }; "wrappingType": { "alias": "wrappingType"; "required": false; "isSignal": true; }; }, { "ui5MoveOver": "ui5MoveOver"; "ui5Move": "ui5Move"; }, never, ["*"], true, never>;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export { MultiComboBoxItemGroup };
|