@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/table/index.d.ts
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _Table from '@ui5/webcomponents/dist/Table.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class Table implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the accessible ARIA name of the component.
|
|
9
|
+
*/
|
|
10
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
11
|
+
/**
|
|
12
|
+
* Identifies the element (or elements) that labels the component.
|
|
13
|
+
*/
|
|
14
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
15
|
+
/**
|
|
16
|
+
* Defines the text to be displayed when there are no rows in the component.
|
|
17
|
+
*/
|
|
18
|
+
noDataText: _angular_core.InputSignal<string | undefined>;
|
|
19
|
+
/**
|
|
20
|
+
* Defines the mode of the <code>ui5-table</code> overflow behavior.
|
|
21
|
+
|
|
22
|
+
Available options are:
|
|
23
|
+
|
|
24
|
+
<code>Scroll</code> - Columns are shown as regular columns and horizontal scrolling is enabled.
|
|
25
|
+
<code>Popin</code> - Columns are shown as pop-ins instead of regular columns.
|
|
26
|
+
*/
|
|
27
|
+
overflowMode: _angular_core.InputSignal<"Scroll" | "Popin" | undefined>;
|
|
28
|
+
/**
|
|
29
|
+
* Defines if the loading indicator should be shown.
|
|
30
|
+
|
|
31
|
+
**Note:** When the component is loading, it is not interactive.
|
|
32
|
+
*/
|
|
33
|
+
loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
34
|
+
/**
|
|
35
|
+
* Defines the delay in milliseconds, after which the loading indicator will show up for this component.
|
|
36
|
+
*/
|
|
37
|
+
loadingDelay: _angular_core.InputSignal<number | undefined>;
|
|
38
|
+
/**
|
|
39
|
+
* Defines the maximum number of row actions that is displayed, which determines the width of the row action column.
|
|
40
|
+
|
|
41
|
+
**Note:** It is recommended to use a maximum of 3 row actions, as exceeding this limit may take up too much space on smaller screens.
|
|
42
|
+
*/
|
|
43
|
+
rowActionCount: _angular_core.InputSignal<number | undefined>;
|
|
44
|
+
/**
|
|
45
|
+
* Determines whether the table rows are displayed with alternating background colors.
|
|
46
|
+
*/
|
|
47
|
+
alternateRowColors: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
48
|
+
/**
|
|
49
|
+
* Fired when an interactive row is clicked.
|
|
50
|
+
|
|
51
|
+
**Note:** This event is not fired if the `behavior` property of the selection component is set to `RowOnly`.
|
|
52
|
+
In that case, use the `change` event of the selection component instead.
|
|
53
|
+
*/
|
|
54
|
+
ui5RowClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_Table, "row-click">>;
|
|
55
|
+
/**
|
|
56
|
+
* Fired when a movable item is moved over a potential drop target during a dragging operation.
|
|
57
|
+
|
|
58
|
+
If the new position is valid, prevent the default action of the event using `preventDefault()`.
|
|
59
|
+
|
|
60
|
+
**Note:** If the dragging operation is a cross-browser operation or files are moved to a potential drop target,
|
|
61
|
+
the `source` parameter will be `null`.
|
|
62
|
+
*/
|
|
63
|
+
ui5MoveOver: _angular_core.OutputEmitterRef<UI5CustomEvent<_Table, "move-over">>;
|
|
64
|
+
/**
|
|
65
|
+
* Fired when a movable list item is dropped onto a drop target.
|
|
66
|
+
|
|
67
|
+
**Notes:**
|
|
68
|
+
|
|
69
|
+
The `move` event is fired only if there was a preceding `move-over` with prevented default action.
|
|
70
|
+
|
|
71
|
+
If the dragging operation is a cross-browser operation or files are moved to a potential drop target,
|
|
72
|
+
the `source` parameter will be `null`.
|
|
73
|
+
*/
|
|
74
|
+
ui5Move: _angular_core.OutputEmitterRef<UI5CustomEvent<_Table, "move">>;
|
|
75
|
+
/**
|
|
76
|
+
* Fired when a row action is clicked.
|
|
77
|
+
*/
|
|
78
|
+
ui5RowActionClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_Table, "row-action-click">>;
|
|
79
|
+
elementRef: ElementRef<_Table>;
|
|
80
|
+
injector: Injector;
|
|
81
|
+
get element(): _Table;
|
|
82
|
+
ngAfterViewInit(): void;
|
|
83
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Table, never>;
|
|
84
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Table, "ui5-table, [ui5-table]", ["ui5Table"], { "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "noDataText": { "alias": "noDataText"; "required": false; "isSignal": true; }; "overflowMode": { "alias": "overflowMode"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; "isSignal": true; }; "rowActionCount": { "alias": "rowActionCount"; "required": false; "isSignal": true; }; "alternateRowColors": { "alias": "alternateRowColors"; "required": false; "isSignal": true; }; }, { "ui5RowClick": "ui5RowClick"; "ui5MoveOver": "ui5MoveOver"; "ui5Move": "ui5Move"; "ui5RowActionClick": "ui5RowActionClick"; }, never, ["*"], true, never>;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export { Table };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _TableCell from '@ui5/webcomponents/dist/TableCell.js';
|
|
4
|
+
|
|
5
|
+
declare class TableCell implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Determines the horizontal alignment of table cells.
|
|
8
|
+
*/
|
|
9
|
+
horizontalAlign: i0.InputSignal<"Left" | "Start" | "Right" | "End" | "Center" | undefined>;
|
|
10
|
+
elementRef: ElementRef<_TableCell>;
|
|
11
|
+
injector: Injector;
|
|
12
|
+
get element(): _TableCell;
|
|
13
|
+
ngAfterViewInit(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableCell, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableCell, "ui5-table-cell, [ui5-table-cell]", ["ui5TableCell"], { "horizontalAlign": { "alias": "horizontalAlign"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { TableCell };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _TableGrowing from '@ui5/webcomponents/dist/TableGrowing.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class TableGrowing implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the mode of the <code>ui5-table</code> growing.
|
|
9
|
+
|
|
10
|
+
Available options are:
|
|
11
|
+
|
|
12
|
+
Button - Shows a More button at the bottom of the table, pressing it will load more rows.
|
|
13
|
+
|
|
14
|
+
Scroll - The rows are loaded automatically by scrolling to the bottom of the table. If the table is not scrollable,
|
|
15
|
+
a growing button will be rendered instead to ensure growing functionality.
|
|
16
|
+
*/
|
|
17
|
+
mode: _angular_core.InputSignal<"Button" | "Scroll" | undefined>;
|
|
18
|
+
/**
|
|
19
|
+
* Defines the text that will be displayed inside the growing button.
|
|
20
|
+
Has no effect when mode is set to `Scroll`.
|
|
21
|
+
|
|
22
|
+
**Note:** When not provided and the mode is set to Button, a default text is displayed, corresponding to the
|
|
23
|
+
current language.
|
|
24
|
+
*/
|
|
25
|
+
text: _angular_core.InputSignal<string | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* Defines the text that will be displayed below the `text` inside the growing button.
|
|
28
|
+
Has no effect when mode is set to Scroll.
|
|
29
|
+
*/
|
|
30
|
+
subtext: _angular_core.InputSignal<string | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* Fired when the growing button is pressed or the user scrolls to the end of the table.
|
|
33
|
+
*/
|
|
34
|
+
ui5LoadMore: _angular_core.OutputEmitterRef<UI5CustomEvent<_TableGrowing, "load-more">>;
|
|
35
|
+
elementRef: ElementRef<_TableGrowing>;
|
|
36
|
+
injector: Injector;
|
|
37
|
+
get element(): _TableGrowing;
|
|
38
|
+
ngAfterViewInit(): void;
|
|
39
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableGrowing, never>;
|
|
40
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TableGrowing, "ui5-table-growing, [ui5-table-growing]", ["ui5TableGrowing"], { "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "subtext": { "alias": "subtext"; "required": false; "isSignal": true; }; }, { "ui5LoadMore": "ui5LoadMore"; }, never, ["*"], true, never>;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export { TableGrowing };
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _TableHeaderCell from '@ui5/webcomponents/dist/TableHeaderCell.js';
|
|
4
|
+
|
|
5
|
+
declare class TableHeaderCell implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Defines the width of the column.
|
|
8
|
+
|
|
9
|
+
By default, the column will grow and shrink according to the available space.
|
|
10
|
+
This will distribute the space proportionally among all columns with no specific width set.
|
|
11
|
+
|
|
12
|
+
See [\<length\>](https://developer.mozilla.org/en-US/docs/Web/CSS/length) and
|
|
13
|
+
[\<percentage\>](https://developer.mozilla.org/en-US/docs/Web/CSS/percentage) for possible width values.
|
|
14
|
+
*/
|
|
15
|
+
width: _angular_core.InputSignal<string | undefined>;
|
|
16
|
+
/**
|
|
17
|
+
* Defines the minimum width of the column.
|
|
18
|
+
|
|
19
|
+
If the table is in `Popin` mode and the minimum width does not fit anymore,
|
|
20
|
+
the column will move into the popin.
|
|
21
|
+
|
|
22
|
+
By default, the table prevents the column from becoming too small.
|
|
23
|
+
Changing this value to a small value might lead to accessibility issues.
|
|
24
|
+
|
|
25
|
+
**Note:** This property only takes effect for columns with a [\<percentage\>](https://developer.mozilla.org/en-US/docs/Web/CSS/percentage) value
|
|
26
|
+
or the default width.
|
|
27
|
+
*/
|
|
28
|
+
minWidth: _angular_core.InputSignal<string | undefined>;
|
|
29
|
+
/**
|
|
30
|
+
* Defines the importance of the column.
|
|
31
|
+
|
|
32
|
+
This property affects the popin behaviour.
|
|
33
|
+
Columns with higher importance will move into the popin area later then less important
|
|
34
|
+
columns.
|
|
35
|
+
*/
|
|
36
|
+
importance: _angular_core.InputSignal<number | undefined>;
|
|
37
|
+
/**
|
|
38
|
+
* The text for the column when it pops in.
|
|
39
|
+
*/
|
|
40
|
+
popinText: _angular_core.InputSignal<string | undefined>;
|
|
41
|
+
/**
|
|
42
|
+
* Defines the sort indicator of the column.
|
|
43
|
+
*/
|
|
44
|
+
sortIndicator: _angular_core.InputSignal<"None" | "Ascending" | "Descending" | undefined>;
|
|
45
|
+
/**
|
|
46
|
+
* Defines if the column is hidden in the popin.
|
|
47
|
+
|
|
48
|
+
**Note:** Please be aware that hiding the column in the popin might lead to accessibility issues as
|
|
49
|
+
users might not be able to access the content of the column on small screens.
|
|
50
|
+
*/
|
|
51
|
+
popinHidden: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
52
|
+
/**
|
|
53
|
+
* Determines the horizontal alignment of table cells.
|
|
54
|
+
*/
|
|
55
|
+
horizontalAlign: _angular_core.InputSignal<"Left" | "Start" | "Right" | "End" | "Center" | undefined>;
|
|
56
|
+
elementRef: ElementRef<_TableHeaderCell>;
|
|
57
|
+
injector: Injector;
|
|
58
|
+
get element(): _TableHeaderCell;
|
|
59
|
+
ngAfterViewInit(): void;
|
|
60
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableHeaderCell, never>;
|
|
61
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TableHeaderCell, "ui5-table-header-cell, [ui5-table-header-cell]", ["ui5TableHeaderCell"], { "width": { "alias": "width"; "required": false; "isSignal": true; }; "minWidth": { "alias": "minWidth"; "required": false; "isSignal": true; }; "importance": { "alias": "importance"; "required": false; "isSignal": true; }; "popinText": { "alias": "popinText"; "required": false; "isSignal": true; }; "sortIndicator": { "alias": "sortIndicator"; "required": false; "isSignal": true; }; "popinHidden": { "alias": "popinHidden"; "required": false; "isSignal": true; }; "horizontalAlign": { "alias": "horizontalAlign"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export { TableHeaderCell };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _TableHeaderCellActionAI from '@ui5/webcomponents/dist/TableHeaderCellActionAI.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class TableHeaderCellActionAI implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Fired when a header cell action is clicked.
|
|
9
|
+
*/
|
|
10
|
+
ui5Click: i0.OutputEmitterRef<UI5CustomEvent<_TableHeaderCellActionAI, "click">>;
|
|
11
|
+
elementRef: ElementRef<_TableHeaderCellActionAI>;
|
|
12
|
+
injector: Injector;
|
|
13
|
+
get element(): _TableHeaderCellActionAI;
|
|
14
|
+
ngAfterViewInit(): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableHeaderCellActionAI, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableHeaderCellActionAI, "ui5-table-header-cell-action-ai, [ui5-table-header-cell-action-ai]", ["ui5TableHeaderCellActionAI"], {}, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export { TableHeaderCellActionAI };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _TableHeaderRow from '@ui5/webcomponents/dist/TableHeaderRow.js';
|
|
4
|
+
|
|
5
|
+
declare class TableHeaderRow implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Sticks the `ui5-table-header-row` to the top of a table.
|
|
8
|
+
|
|
9
|
+
Note: If used in combination with overflowMode "Scroll", the table needs a defined height for the sticky header to work as expected.
|
|
10
|
+
*/
|
|
11
|
+
sticky: i0.InputSignalWithTransform<boolean, unknown>;
|
|
12
|
+
elementRef: ElementRef<_TableHeaderRow>;
|
|
13
|
+
injector: Injector;
|
|
14
|
+
get element(): _TableHeaderRow;
|
|
15
|
+
ngAfterViewInit(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableHeaderRow, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableHeaderRow, "ui5-table-header-row, [ui5-table-header-row]", ["ui5TableHeaderRow"], { "sticky": { "alias": "sticky"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export { TableHeaderRow };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _TableRow from '@ui5/webcomponents/dist/TableRow.js';
|
|
4
|
+
|
|
5
|
+
declare class TableRow implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Unique identifier of the row.
|
|
8
|
+
|
|
9
|
+
**Note:** For selection features to work properly, this property is mandatory, and its value must not contain spaces.
|
|
10
|
+
*/
|
|
11
|
+
rowKey: _angular_core.InputSignal<string | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Defines the 0-based position of the row related to the total number of rows within the table when the `ui5-table-virtualizer` feature is used.
|
|
14
|
+
*/
|
|
15
|
+
position: _angular_core.InputSignal<number | undefined>;
|
|
16
|
+
/**
|
|
17
|
+
* Defines the interactive state of the row.
|
|
18
|
+
*/
|
|
19
|
+
interactive: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
20
|
+
/**
|
|
21
|
+
* Defines the navigated state of the row.
|
|
22
|
+
*/
|
|
23
|
+
navigated: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
24
|
+
/**
|
|
25
|
+
* Defines whether the row is movable.
|
|
26
|
+
*/
|
|
27
|
+
movable: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
28
|
+
elementRef: ElementRef<_TableRow>;
|
|
29
|
+
injector: Injector;
|
|
30
|
+
get element(): _TableRow;
|
|
31
|
+
ngAfterViewInit(): void;
|
|
32
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableRow, never>;
|
|
33
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TableRow, "ui5-table-row, [ui5-table-row]", ["ui5TableRow"], { "rowKey": { "alias": "rowKey"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "interactive": { "alias": "interactive"; "required": false; "isSignal": true; }; "navigated": { "alias": "navigated"; "required": false; "isSignal": true; }; "movable": { "alias": "movable"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export { TableRow };
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _TableRowAction from '@ui5/webcomponents/dist/TableRowAction.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class TableRowAction implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the icon of the row action.
|
|
9
|
+
|
|
10
|
+
**Note:** For row actions to work properly, this property is mandatory.
|
|
11
|
+
|
|
12
|
+
**Note:** SAP-icons font provides numerous built-in icons. To find all the available icons, see the
|
|
13
|
+
[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
14
|
+
*/
|
|
15
|
+
icon: _angular_core.InputSignal<string | undefined>;
|
|
16
|
+
/**
|
|
17
|
+
* Defines the text of the row action.
|
|
18
|
+
|
|
19
|
+
**Note:** For row actions to work properly, this property is mandatory.
|
|
20
|
+
*/
|
|
21
|
+
text: _angular_core.InputSignal<string | undefined>;
|
|
22
|
+
/**
|
|
23
|
+
* Defines the visibility of the row action.
|
|
24
|
+
|
|
25
|
+
**Note:** Invisible row actions still take up space, allowing to hide the action while maintaining its position.
|
|
26
|
+
*/
|
|
27
|
+
invisible: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
28
|
+
/**
|
|
29
|
+
* Fired when a row action is clicked.
|
|
30
|
+
*/
|
|
31
|
+
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_TableRowAction, "click">>;
|
|
32
|
+
elementRef: ElementRef<_TableRowAction>;
|
|
33
|
+
injector: Injector;
|
|
34
|
+
get element(): _TableRowAction;
|
|
35
|
+
ngAfterViewInit(): void;
|
|
36
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableRowAction, never>;
|
|
37
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TableRowAction, "ui5-table-row-action, [ui5-table-row-action]", ["ui5TableRowAction"], { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "invisible": { "alias": "invisible"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export { TableRowAction };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _TableRowActionNavigation from '@ui5/webcomponents/dist/TableRowActionNavigation.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class TableRowActionNavigation implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the interactive state of the navigation action.
|
|
9
|
+
*/
|
|
10
|
+
interactive: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
11
|
+
/**
|
|
12
|
+
* Defines the visibility of the row action.
|
|
13
|
+
|
|
14
|
+
**Note:** Invisible row actions still take up space, allowing to hide the action while maintaining its position.
|
|
15
|
+
*/
|
|
16
|
+
invisible: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
17
|
+
/**
|
|
18
|
+
* Fired when a row action is clicked.
|
|
19
|
+
*/
|
|
20
|
+
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_TableRowActionNavigation, "click">>;
|
|
21
|
+
elementRef: ElementRef<_TableRowActionNavigation>;
|
|
22
|
+
injector: Injector;
|
|
23
|
+
get element(): _TableRowActionNavigation;
|
|
24
|
+
ngAfterViewInit(): void;
|
|
25
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableRowActionNavigation, never>;
|
|
26
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TableRowActionNavigation, "ui5-table-row-action-navigation, [ui5-table-row-action-navigation]", ["ui5TableRowActionNavigation"], { "interactive": { "alias": "interactive"; "required": false; "isSignal": true; }; "invisible": { "alias": "invisible"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export { TableRowActionNavigation };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _TableSelection from '@ui5/webcomponents/dist/TableSelection.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class TableSelection implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the selection mode.
|
|
9
|
+
*/
|
|
10
|
+
mode: _angular_core.InputSignal<"None" | "Single" | "Multiple" | undefined>;
|
|
11
|
+
/**
|
|
12
|
+
* Defines the selected rows separated by a space.
|
|
13
|
+
*/
|
|
14
|
+
selected: _angular_core.InputSignal<string | undefined>;
|
|
15
|
+
/**
|
|
16
|
+
* Fired when the selection is changed by user interaction.
|
|
17
|
+
*/
|
|
18
|
+
ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_TableSelection, "change">>;
|
|
19
|
+
elementRef: ElementRef<_TableSelection>;
|
|
20
|
+
injector: Injector;
|
|
21
|
+
get element(): _TableSelection;
|
|
22
|
+
ngAfterViewInit(): void;
|
|
23
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableSelection, never>;
|
|
24
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TableSelection, "ui5-table-selection, [ui5-table-selection]", ["ui5TableSelection"], { "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, never>;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export { TableSelection };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _TableSelectionMulti from '@ui5/webcomponents/dist/TableSelectionMulti.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class TableSelectionMulti implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the `row-key` values of selected rows, with each value separated by a space.
|
|
9
|
+
*/
|
|
10
|
+
selected: _angular_core.InputSignal<string | undefined>;
|
|
11
|
+
/**
|
|
12
|
+
* Defines the selector of the header row.
|
|
13
|
+
*/
|
|
14
|
+
headerSelector: _angular_core.InputSignal<"SelectAll" | "ClearAll" | undefined>;
|
|
15
|
+
/**
|
|
16
|
+
* Defines the selection behavior.
|
|
17
|
+
*/
|
|
18
|
+
behavior: _angular_core.InputSignal<"RowSelector" | "RowOnly" | undefined>;
|
|
19
|
+
/**
|
|
20
|
+
* Fired when the selection is changed by user interaction.
|
|
21
|
+
*/
|
|
22
|
+
ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_TableSelectionMulti, "change">>;
|
|
23
|
+
elementRef: ElementRef<_TableSelectionMulti>;
|
|
24
|
+
injector: Injector;
|
|
25
|
+
get element(): _TableSelectionMulti;
|
|
26
|
+
ngAfterViewInit(): void;
|
|
27
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableSelectionMulti, never>;
|
|
28
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TableSelectionMulti, "ui5-table-selection-multi, [ui5-table-selection-multi]", ["ui5TableSelectionMulti"], { "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "headerSelector": { "alias": "headerSelector"; "required": false; "isSignal": true; }; "behavior": { "alias": "behavior"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, never>;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export { TableSelectionMulti };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _TableSelectionSingle from '@ui5/webcomponents/dist/TableSelectionSingle.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class TableSelectionSingle implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the `row-key` value of the selected row.
|
|
9
|
+
*/
|
|
10
|
+
selected: _angular_core.InputSignal<string | undefined>;
|
|
11
|
+
/**
|
|
12
|
+
* Defines the selection behavior.
|
|
13
|
+
*/
|
|
14
|
+
behavior: _angular_core.InputSignal<"RowSelector" | "RowOnly" | undefined>;
|
|
15
|
+
/**
|
|
16
|
+
* Fired when the selection is changed by user interaction.
|
|
17
|
+
*/
|
|
18
|
+
ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_TableSelectionSingle, "change">>;
|
|
19
|
+
elementRef: ElementRef<_TableSelectionSingle>;
|
|
20
|
+
injector: Injector;
|
|
21
|
+
get element(): _TableSelectionSingle;
|
|
22
|
+
ngAfterViewInit(): void;
|
|
23
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableSelectionSingle, never>;
|
|
24
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TableSelectionSingle, "ui5-table-selection-single, [ui5-table-selection-single]", ["ui5TableSelectionSingle"], { "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "behavior": { "alias": "behavior"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, never>;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export { TableSelectionSingle };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _TableVirtualizer from '@ui5/webcomponents/dist/TableVirtualizer.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class TableVirtualizer implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the height of the rows in the table.
|
|
9
|
+
|
|
10
|
+
**Note:** For virtualization to work properly, this property is mandatory.
|
|
11
|
+
*/
|
|
12
|
+
rowHeight: _angular_core.InputSignal<number | undefined>;
|
|
13
|
+
/**
|
|
14
|
+
* Defines the total count of rows in the table.
|
|
15
|
+
|
|
16
|
+
**Note:** For virtualization to work properly, this property is mandatory.
|
|
17
|
+
*/
|
|
18
|
+
rowCount: _angular_core.InputSignal<number | undefined>;
|
|
19
|
+
/**
|
|
20
|
+
* Defines the count of extra rows to be rendered at the top and bottom of the table.
|
|
21
|
+
|
|
22
|
+
**Note:** This property is experimental and may be changed or deleted in the future.
|
|
23
|
+
*/
|
|
24
|
+
extraRows: _angular_core.InputSignal<number | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Fired when the virtualizer is changed by user interaction e.g. on scrolling.
|
|
27
|
+
*/
|
|
28
|
+
ui5RangeChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_TableVirtualizer, "range-change">>;
|
|
29
|
+
elementRef: ElementRef<_TableVirtualizer>;
|
|
30
|
+
injector: Injector;
|
|
31
|
+
get element(): _TableVirtualizer;
|
|
32
|
+
ngAfterViewInit(): void;
|
|
33
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableVirtualizer, never>;
|
|
34
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TableVirtualizer, "ui5-table-virtualizer, [ui5-table-virtualizer]", ["ui5TableVirtualizer"], { "rowHeight": { "alias": "rowHeight"; "required": false; "isSignal": true; }; "rowCount": { "alias": "rowCount"; "required": false; "isSignal": true; }; "extraRows": { "alias": "extraRows"; "required": false; "isSignal": true; }; }, { "ui5RangeChange": "ui5RangeChange"; }, never, ["*"], true, never>;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export { TableVirtualizer };
|
package/tag/index.d.ts
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _Tag from '@ui5/webcomponents/dist/Tag.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class Tag implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the design type of the component.
|
|
9
|
+
*/
|
|
10
|
+
design: _angular_core.InputSignal<"Set1" | "Set2" | "Neutral" | "Information" | "Positive" | "Negative" | "Critical" | 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 if the default state icon is shown.
|
|
19
|
+
*/
|
|
20
|
+
hideStateIcon: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
21
|
+
/**
|
|
22
|
+
* Defines if the component is interactive (focusable and pressable).
|
|
23
|
+
*/
|
|
24
|
+
interactive: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
25
|
+
/**
|
|
26
|
+
* Defines how the text of a component will be displayed when there is not enough space.
|
|
27
|
+
|
|
28
|
+
**Note:** For option "Normal" the text will wrap and the
|
|
29
|
+
words will not be broken based on hyphenation.
|
|
30
|
+
*/
|
|
31
|
+
wrappingType: _angular_core.InputSignal<"None" | "Normal" | undefined>;
|
|
32
|
+
/**
|
|
33
|
+
* Defines predefined size of the component.
|
|
34
|
+
*/
|
|
35
|
+
size: _angular_core.InputSignal<"S" | "L" | undefined>;
|
|
36
|
+
/**
|
|
37
|
+
* Fired when the user clicks on an interactive tag.
|
|
38
|
+
|
|
39
|
+
**Note:** The event will be fired if the `interactive` property is `true`
|
|
40
|
+
*/
|
|
41
|
+
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_Tag, "click">>;
|
|
42
|
+
elementRef: ElementRef<_Tag>;
|
|
43
|
+
injector: Injector;
|
|
44
|
+
get element(): _Tag;
|
|
45
|
+
ngAfterViewInit(): void;
|
|
46
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Tag, never>;
|
|
47
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Tag, "ui5-tag, [ui5-tag]", ["ui5Tag"], { "design": { "alias": "design"; "required": false; "isSignal": true; }; "colorScheme": { "alias": "colorScheme"; "required": false; "isSignal": true; }; "hideStateIcon": { "alias": "hideStateIcon"; "required": false; "isSignal": true; }; "interactive": { "alias": "interactive"; "required": false; "isSignal": true; }; "wrappingType": { "alias": "wrappingType"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export { Tag };
|
package/text/index.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _Text from '@ui5/webcomponents/dist/Text.js';
|
|
4
|
+
|
|
5
|
+
declare class Text implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Defines the number of lines the text should wrap before it truncates.
|
|
8
|
+
*/
|
|
9
|
+
maxLines: _angular_core.InputSignal<number | undefined>;
|
|
10
|
+
/**
|
|
11
|
+
* Specifies if an empty indicator should be displayed when there is no text.
|
|
12
|
+
*/
|
|
13
|
+
emptyIndicatorMode: _angular_core.InputSignal<"Off" | "On" | undefined>;
|
|
14
|
+
elementRef: ElementRef<_Text>;
|
|
15
|
+
injector: Injector;
|
|
16
|
+
get element(): _Text;
|
|
17
|
+
ngAfterViewInit(): void;
|
|
18
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Text, never>;
|
|
19
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Text, "ui5-text, [ui5-text]", ["ui5Text"], { "maxLines": { "alias": "maxLines"; "required": false; "isSignal": true; }; "emptyIndicatorMode": { "alias": "emptyIndicatorMode"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export { Text };
|