@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,120 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _TextArea from '@ui5/webcomponents/dist/TextArea.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
|
|
6
|
+
|
|
7
|
+
declare class TextArea implements AfterViewInit {
|
|
8
|
+
/**
|
|
9
|
+
* Defines the value of the component.
|
|
10
|
+
*/
|
|
11
|
+
value: _angular_core.InputSignal<string | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Indicates whether the user can interact with the component or not.
|
|
14
|
+
|
|
15
|
+
**Note:** A disabled component is completely noninteractive.
|
|
16
|
+
*/
|
|
17
|
+
disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
18
|
+
/**
|
|
19
|
+
* Defines whether the component is read-only.
|
|
20
|
+
|
|
21
|
+
**Note:** A read-only component is not editable,
|
|
22
|
+
but still provides visual feedback upon user interaction.
|
|
23
|
+
*/
|
|
24
|
+
readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
25
|
+
/**
|
|
26
|
+
* Defines whether the component is required.
|
|
27
|
+
*/
|
|
28
|
+
required: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
29
|
+
/**
|
|
30
|
+
* Defines a short hint intended to aid the user with data entry when the component has no value.
|
|
31
|
+
*/
|
|
32
|
+
placeholder: _angular_core.InputSignal<string | undefined>;
|
|
33
|
+
/**
|
|
34
|
+
* Defines the value state of the component.
|
|
35
|
+
|
|
36
|
+
**Note:** If `maxlength` property is set,
|
|
37
|
+
the component turns into "Critical" state once the characters exceeds the limit.
|
|
38
|
+
In this case, only the "Negative" state is considered and can be applied.
|
|
39
|
+
*/
|
|
40
|
+
valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
|
|
41
|
+
/**
|
|
42
|
+
* Defines the number of visible text rows for the component.
|
|
43
|
+
|
|
44
|
+
**Notes:**
|
|
45
|
+
|
|
46
|
+
- If the `growing` property is enabled, this property defines the minimum rows to be displayed
|
|
47
|
+
in the textarea.
|
|
48
|
+
- The CSS `height` property wins over the `rows` property, if both are set.
|
|
49
|
+
*/
|
|
50
|
+
rows: _angular_core.InputSignal<number | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* Defines the maximum number of characters that the `value` can have.
|
|
53
|
+
*/
|
|
54
|
+
maxlength: _angular_core.InputSignal<number | undefined>;
|
|
55
|
+
/**
|
|
56
|
+
* Determines whether the characters exceeding the maximum allowed character count are visible
|
|
57
|
+
in the component.
|
|
58
|
+
|
|
59
|
+
If set to `false`, the user is not allowed to enter more characters than what is set in the
|
|
60
|
+
`maxlength` property.
|
|
61
|
+
If set to `true` the characters exceeding the `maxlength` value are selected on
|
|
62
|
+
paste and the counter below the component displays their number.
|
|
63
|
+
*/
|
|
64
|
+
showExceededText: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
65
|
+
/**
|
|
66
|
+
* Enables the component to automatically grow and shrink dynamically with its content.
|
|
67
|
+
*/
|
|
68
|
+
growing: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
69
|
+
/**
|
|
70
|
+
* Defines the maximum number of rows that the component can grow.
|
|
71
|
+
*/
|
|
72
|
+
growingMaxRows: _angular_core.InputSignal<number | undefined>;
|
|
73
|
+
/**
|
|
74
|
+
* Determines the name by which the component will be identified upon submission in an HTML form.
|
|
75
|
+
|
|
76
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
77
|
+
*/
|
|
78
|
+
name: _angular_core.InputSignal<string | undefined>;
|
|
79
|
+
/**
|
|
80
|
+
* Defines the accessible ARIA name of the component.
|
|
81
|
+
*/
|
|
82
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
83
|
+
/**
|
|
84
|
+
* Receives id(or many ids) of the elements that label the textarea.
|
|
85
|
+
*/
|
|
86
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
87
|
+
/**
|
|
88
|
+
* Defines the accessible description of the component.
|
|
89
|
+
*/
|
|
90
|
+
accessibleDescription: _angular_core.InputSignal<string | undefined>;
|
|
91
|
+
/**
|
|
92
|
+
* Receives id(or many ids) of the elements that describe the textarea.
|
|
93
|
+
*/
|
|
94
|
+
accessibleDescriptionRef: _angular_core.InputSignal<string | undefined>;
|
|
95
|
+
/**
|
|
96
|
+
* Fired when the text has changed and the focus leaves the component.
|
|
97
|
+
*/
|
|
98
|
+
ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_TextArea, "change">>;
|
|
99
|
+
/**
|
|
100
|
+
* Fired when the value of the component changes at each keystroke or when
|
|
101
|
+
something is pasted.
|
|
102
|
+
*/
|
|
103
|
+
ui5Input: _angular_core.OutputEmitterRef<UI5CustomEvent<_TextArea, "input">>;
|
|
104
|
+
/**
|
|
105
|
+
* Fired when some text has been selected.
|
|
106
|
+
*/
|
|
107
|
+
ui5Select: _angular_core.OutputEmitterRef<UI5CustomEvent<_TextArea, "select">>;
|
|
108
|
+
/**
|
|
109
|
+
* Fired when textarea is scrolled.
|
|
110
|
+
*/
|
|
111
|
+
ui5Scroll: _angular_core.OutputEmitterRef<UI5CustomEvent<_TextArea, "scroll">>;
|
|
112
|
+
elementRef: ElementRef<_TextArea>;
|
|
113
|
+
injector: Injector;
|
|
114
|
+
get element(): _TextArea;
|
|
115
|
+
ngAfterViewInit(): void;
|
|
116
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TextArea, never>;
|
|
117
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TextArea, "ui5-textarea, [ui5-textarea]", ["ui5TextArea"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "rows": { "alias": "rows"; "required": false; "isSignal": true; }; "maxlength": { "alias": "maxlength"; "required": false; "isSignal": true; }; "showExceededText": { "alias": "showExceededText"; "required": false; "isSignal": true; }; "growing": { "alias": "growing"; "required": false; "isSignal": true; }; "growingMaxRows": { "alias": "growingMaxRows"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5Select": "ui5Select"; "ui5Scroll": "ui5Scroll"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
export { TextArea };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WebcomponentsThemingProvider } from '@fundamental-ngx/ui5-webcomponents-base/theming';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare class Ui5WebcomponentsMainThemingService extends WebcomponentsThemingProvider {
|
|
5
|
+
name: string;
|
|
6
|
+
constructor();
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Ui5WebcomponentsMainThemingService, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<Ui5WebcomponentsMainThemingService>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export { Ui5WebcomponentsMainThemingService };
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _TimePicker from '@ui5/webcomponents/dist/TimePicker.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
|
|
6
|
+
|
|
7
|
+
declare class TimePicker implements AfterViewInit {
|
|
8
|
+
/**
|
|
9
|
+
* Defines a formatted time value.
|
|
10
|
+
*/
|
|
11
|
+
value: _angular_core.InputSignal<string | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Determines the name by which the component will be identified upon submission in an HTML form.
|
|
14
|
+
|
|
15
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
16
|
+
*/
|
|
17
|
+
name: _angular_core.InputSignal<string | undefined>;
|
|
18
|
+
/**
|
|
19
|
+
* Defines the value state of the component.
|
|
20
|
+
*/
|
|
21
|
+
valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
|
|
22
|
+
/**
|
|
23
|
+
* Defines the disabled state of the comonent.
|
|
24
|
+
*/
|
|
25
|
+
disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
26
|
+
/**
|
|
27
|
+
* Defines the readonly state of the comonent.
|
|
28
|
+
*/
|
|
29
|
+
readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
30
|
+
/**
|
|
31
|
+
* Defines a short hint, intended to aid the user with data entry when the
|
|
32
|
+
component has no value.
|
|
33
|
+
|
|
34
|
+
**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.
|
|
35
|
+
Passing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.
|
|
36
|
+
*/
|
|
37
|
+
placeholder: _angular_core.InputSignal<string | undefined>;
|
|
38
|
+
/**
|
|
39
|
+
* Determines the format, displayed in the input field.
|
|
40
|
+
|
|
41
|
+
Example:
|
|
42
|
+
HH:mm:ss -> 11:42:35
|
|
43
|
+
hh:mm:ss a -> 2:23:15 PM
|
|
44
|
+
mm:ss -> 12:04 (only minutes and seconds)
|
|
45
|
+
*/
|
|
46
|
+
formatPattern: _angular_core.InputSignal<string | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* Defines the open or closed state of the popover.
|
|
49
|
+
*/
|
|
50
|
+
open: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
51
|
+
/**
|
|
52
|
+
* Defines whether the component is required.
|
|
53
|
+
*/
|
|
54
|
+
required: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
55
|
+
/**
|
|
56
|
+
* Defines the aria-label attribute for the component.
|
|
57
|
+
*/
|
|
58
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
59
|
+
/**
|
|
60
|
+
* Receives id (or many ids) of the elements that label the component.
|
|
61
|
+
*/
|
|
62
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
63
|
+
/**
|
|
64
|
+
* Defines the accessible description of the component.
|
|
65
|
+
*/
|
|
66
|
+
accessibleDescription: _angular_core.InputSignal<string | undefined>;
|
|
67
|
+
/**
|
|
68
|
+
* Receives id(or many ids) of the elements that describe the input.
|
|
69
|
+
*/
|
|
70
|
+
accessibleDescriptionRef: _angular_core.InputSignal<string | undefined>;
|
|
71
|
+
/**
|
|
72
|
+
* Currently selected time represented as JavaScript Date instance
|
|
73
|
+
* @readonly This property is managed by the web component.
|
|
74
|
+
*/
|
|
75
|
+
get dateValue(): Date | null;
|
|
76
|
+
/**
|
|
77
|
+
* Fired when the input operation has finished by clicking the "OK" button or
|
|
78
|
+
when the text in the input field has changed and the focus leaves the input field.
|
|
79
|
+
*/
|
|
80
|
+
ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_TimePicker, "change">>;
|
|
81
|
+
/**
|
|
82
|
+
* Fired when the value of the `ui5-time-picker` is changed at each key stroke.
|
|
83
|
+
*/
|
|
84
|
+
ui5Input: _angular_core.OutputEmitterRef<UI5CustomEvent<_TimePicker, "input">>;
|
|
85
|
+
/**
|
|
86
|
+
* Fired after the value-help dialog of the component is opened.
|
|
87
|
+
*/
|
|
88
|
+
ui5Open: _angular_core.OutputEmitterRef<UI5CustomEvent<_TimePicker, "open">>;
|
|
89
|
+
/**
|
|
90
|
+
* Fired after the value-help dialog of the component is closed.
|
|
91
|
+
*/
|
|
92
|
+
ui5Close: _angular_core.OutputEmitterRef<UI5CustomEvent<_TimePicker, "close">>;
|
|
93
|
+
elementRef: ElementRef<_TimePicker>;
|
|
94
|
+
injector: Injector;
|
|
95
|
+
get element(): _TimePicker;
|
|
96
|
+
ngAfterViewInit(): void;
|
|
97
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TimePicker, never>;
|
|
98
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TimePicker, "ui5-time-picker, [ui5-time-picker]", ["ui5TimePicker"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "formatPattern": { "alias": "formatPattern"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
export { TimePicker };
|
package/title/index.d.ts
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _Title from '@ui5/webcomponents/dist/Title.js';
|
|
4
|
+
|
|
5
|
+
declare class Title implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Defines how the text of a component will be displayed when there is not enough space.
|
|
8
|
+
|
|
9
|
+
**Note:** for option "Normal" the text will wrap and the words will not be broken based on hyphenation.
|
|
10
|
+
*/
|
|
11
|
+
wrappingType: _angular_core.InputSignal<"None" | "Normal" | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Defines the component level.
|
|
14
|
+
Available options are: `"H6"` to `"H1"`.
|
|
15
|
+
This property does not influence the style of the component.
|
|
16
|
+
Use the property `size` for this purpose instead.
|
|
17
|
+
*/
|
|
18
|
+
level: _angular_core.InputSignal<"H1" | "H2" | "H3" | "H4" | "H5" | "H6" | undefined>;
|
|
19
|
+
/**
|
|
20
|
+
* Defines the visual appearance of the title.
|
|
21
|
+
Available options are: `"H6"` to `"H1"`.
|
|
22
|
+
*/
|
|
23
|
+
size: _angular_core.InputSignal<"H1" | "H2" | "H3" | "H4" | "H5" | "H6" | undefined>;
|
|
24
|
+
elementRef: ElementRef<_Title>;
|
|
25
|
+
injector: Injector;
|
|
26
|
+
get element(): _Title;
|
|
27
|
+
ngAfterViewInit(): void;
|
|
28
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Title, never>;
|
|
29
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Title, "ui5-title, [ui5-title]", ["ui5Title"], { "wrappingType": { "alias": "wrappingType"; "required": false; "isSignal": true; }; "level": { "alias": "level"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export { Title };
|
package/toast/index.d.ts
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _Toast from '@ui5/webcomponents/dist/Toast.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class Toast implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the duration in milliseconds for which component
|
|
9
|
+
remains on the screen before it's automatically closed.
|
|
10
|
+
|
|
11
|
+
**Note:** The minimum supported value is `500` ms
|
|
12
|
+
and even if a lower value is set, the duration would remain `500` ms.
|
|
13
|
+
*/
|
|
14
|
+
duration: _angular_core.InputSignal<number | undefined>;
|
|
15
|
+
/**
|
|
16
|
+
* Defines the placement of the component.
|
|
17
|
+
*/
|
|
18
|
+
placement: _angular_core.InputSignal<"TopStart" | "TopCenter" | "TopEnd" | "MiddleStart" | "MiddleCenter" | "MiddleEnd" | "BottomStart" | "BottomCenter" | "BottomEnd" | undefined>;
|
|
19
|
+
/**
|
|
20
|
+
* Indicates whether the component is open (visible).
|
|
21
|
+
*/
|
|
22
|
+
open: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
23
|
+
/**
|
|
24
|
+
* Fired after the component is auto closed.
|
|
25
|
+
*/
|
|
26
|
+
ui5Close: _angular_core.OutputEmitterRef<UI5CustomEvent<_Toast, "close">>;
|
|
27
|
+
elementRef: ElementRef<_Toast>;
|
|
28
|
+
injector: Injector;
|
|
29
|
+
get element(): _Toast;
|
|
30
|
+
ngAfterViewInit(): void;
|
|
31
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Toast, never>;
|
|
32
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Toast, "ui5-toast, [ui5-toast]", ["ui5Toast"], { "duration": { "alias": "duration"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; }, { "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export { Toast };
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _ToggleButton from '@ui5/webcomponents/dist/ToggleButton.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
import { ButtonAccessibilityAttributes } from '@ui5/webcomponents/dist/Button.js';
|
|
6
|
+
|
|
7
|
+
declare class ToggleButton implements AfterViewInit {
|
|
8
|
+
/**
|
|
9
|
+
* Determines whether the component is displayed as pressed.
|
|
10
|
+
*/
|
|
11
|
+
pressed: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
12
|
+
/**
|
|
13
|
+
* Defines the component design.
|
|
14
|
+
*/
|
|
15
|
+
design: _angular_core.InputSignal<"Default" | "Positive" | "Negative" | "Transparent" | "Emphasized" | "Attention" | undefined>;
|
|
16
|
+
/**
|
|
17
|
+
* Defines whether the component is disabled.
|
|
18
|
+
A disabled component can't be pressed or
|
|
19
|
+
focused, and it is not in the tab chain.
|
|
20
|
+
*/
|
|
21
|
+
disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
22
|
+
/**
|
|
23
|
+
* Defines the icon, displayed as graphical element within the component.
|
|
24
|
+
The SAP-icons font provides numerous options.
|
|
25
|
+
|
|
26
|
+
Example:
|
|
27
|
+
See all the available icons within 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 the icon, displayed as graphical element within the component after the button text.
|
|
32
|
+
|
|
33
|
+
**Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.
|
|
34
|
+
Usage of `endIcon` only should be avoided.
|
|
35
|
+
|
|
36
|
+
The SAP-icons font provides numerous options.
|
|
37
|
+
|
|
38
|
+
Example:
|
|
39
|
+
See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
40
|
+
*/
|
|
41
|
+
endIcon: _angular_core.InputSignal<string | undefined>;
|
|
42
|
+
/**
|
|
43
|
+
* When set to `true`, the component will
|
|
44
|
+
automatically submit the nearest HTML form element on `press`.
|
|
45
|
+
|
|
46
|
+
**Note:** This property is only applicable within the context of an HTML Form element.`
|
|
47
|
+
*/
|
|
48
|
+
submits: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
49
|
+
/**
|
|
50
|
+
* Defines the tooltip of the component.
|
|
51
|
+
|
|
52
|
+
**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.
|
|
53
|
+
*/
|
|
54
|
+
tooltip: _angular_core.InputSignal<string | undefined>;
|
|
55
|
+
/**
|
|
56
|
+
* Defines the accessible ARIA name of the component.
|
|
57
|
+
*/
|
|
58
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
59
|
+
/**
|
|
60
|
+
* Receives id(or many ids) of the elements that label the component.
|
|
61
|
+
*/
|
|
62
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
63
|
+
/**
|
|
64
|
+
* Defines the additional accessibility attributes that will be applied to the component.
|
|
65
|
+
The following fields are supported:
|
|
66
|
+
|
|
67
|
+
- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.
|
|
68
|
+
Accepts the following string values: `true` or `false`
|
|
69
|
+
|
|
70
|
+
- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.
|
|
71
|
+
Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
|
|
72
|
+
|
|
73
|
+
- **ariaLabel**: Defines the accessible ARIA name of the component.
|
|
74
|
+
Accepts any string value.
|
|
75
|
+
|
|
76
|
+
- **ariaKeyShortcuts**: Defines keyboard shortcuts that activate or give focus to the button.
|
|
77
|
+
|
|
78
|
+
- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.
|
|
79
|
+
Accepts a lowercase string value.
|
|
80
|
+
*/
|
|
81
|
+
accessibilityAttributes: _angular_core.InputSignal<ButtonAccessibilityAttributes | undefined>;
|
|
82
|
+
/**
|
|
83
|
+
* Defines the accessible description of the component.
|
|
84
|
+
*/
|
|
85
|
+
accessibleDescription: _angular_core.InputSignal<string | undefined>;
|
|
86
|
+
/**
|
|
87
|
+
* Defines whether the button has special form-related functionality.
|
|
88
|
+
|
|
89
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
90
|
+
*/
|
|
91
|
+
type: _angular_core.InputSignal<"Button" | "Submit" | "Reset" | undefined>;
|
|
92
|
+
/**
|
|
93
|
+
* Describes the accessibility role of the button.
|
|
94
|
+
|
|
95
|
+
**Note:** Use <code>ButtonAccessibleRole.Link</code> role only with a press handler, which performs a navigation. In all other scenarios the default button semantics are recommended.
|
|
96
|
+
*/
|
|
97
|
+
accessibleRole: _angular_core.InputSignal<"Button" | "Link" | undefined>;
|
|
98
|
+
/**
|
|
99
|
+
* Defines whether the button shows a loading indicator.
|
|
100
|
+
|
|
101
|
+
**Note:** If set to `true`, a busy indicator component will be displayed on the related button.
|
|
102
|
+
*/
|
|
103
|
+
loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
104
|
+
/**
|
|
105
|
+
* Specifies the delay in milliseconds before the loading indicator appears within the associated button.
|
|
106
|
+
*/
|
|
107
|
+
loadingDelay: _angular_core.InputSignal<number | undefined>;
|
|
108
|
+
/**
|
|
109
|
+
* Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
|
|
110
|
+
|
|
111
|
+
**Note:** The event will not be fired if the `disabled` property is set to `true`.
|
|
112
|
+
*/
|
|
113
|
+
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_ToggleButton, "click">>;
|
|
114
|
+
elementRef: ElementRef<_ToggleButton>;
|
|
115
|
+
injector: Injector;
|
|
116
|
+
get element(): _ToggleButton;
|
|
117
|
+
ngAfterViewInit(): void;
|
|
118
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ToggleButton, never>;
|
|
119
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ToggleButton, "ui5-toggle-button, [ui5-toggle-button]", ["ui5ToggleButton"], { "pressed": { "alias": "pressed"; "required": false; "isSignal": true; }; "design": { "alias": "design"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "endIcon": { "alias": "endIcon"; "required": false; "isSignal": true; }; "submits": { "alias": "submits"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
export { ToggleButton };
|
package/token/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 _Token from '@ui5/webcomponents/dist/Token.js';
|
|
4
|
+
|
|
5
|
+
declare class Token implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Defines the text of the token.
|
|
8
|
+
*/
|
|
9
|
+
text: _angular_core.InputSignal<string | undefined>;
|
|
10
|
+
/**
|
|
11
|
+
* Defines whether the component is selected or not.
|
|
12
|
+
*/
|
|
13
|
+
selected: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
14
|
+
elementRef: ElementRef<_Token>;
|
|
15
|
+
injector: Injector;
|
|
16
|
+
get element(): _Token;
|
|
17
|
+
ngAfterViewInit(): void;
|
|
18
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Token, never>;
|
|
19
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Token, "ui5-token, [ui5-token]", ["ui5Token"], { "text": { "alias": "text"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export { Token };
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _Tokenizer from '@ui5/webcomponents/dist/Tokenizer.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class Tokenizer implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines whether the component is read-only.
|
|
9
|
+
|
|
10
|
+
**Note:** A read-only component is not editable,
|
|
11
|
+
but still provides visual feedback upon user interaction.
|
|
12
|
+
*/
|
|
13
|
+
readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
14
|
+
/**
|
|
15
|
+
* Defines whether tokens are displayed on multiple lines.
|
|
16
|
+
|
|
17
|
+
**Note:** The `multiLine` property is in an experimental state and is a subject to change.
|
|
18
|
+
*/
|
|
19
|
+
multiLine: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
20
|
+
/**
|
|
21
|
+
* Determines the name by which the component will be identified upon submission in an HTML form.
|
|
22
|
+
|
|
23
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
24
|
+
**Note:** When the component is used inside a form element,
|
|
25
|
+
the value is sent as the first element in the form data, even if it's empty.
|
|
26
|
+
*/
|
|
27
|
+
name: _angular_core.InputSignal<string | undefined>;
|
|
28
|
+
/**
|
|
29
|
+
* Defines whether "Clear All" button is present. Ensure `multiLine` is enabled, otherwise `showClearAll` will have no effect.
|
|
30
|
+
|
|
31
|
+
**Note:** The `showClearAll` property is in an experimental state and is a subject to change.
|
|
32
|
+
*/
|
|
33
|
+
showClearAll: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
34
|
+
/**
|
|
35
|
+
* Defines whether the component is disabled.
|
|
36
|
+
|
|
37
|
+
**Note:** A disabled component is completely noninteractive.
|
|
38
|
+
*/
|
|
39
|
+
disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
40
|
+
/**
|
|
41
|
+
* Defines the accessible ARIA name of the component.
|
|
42
|
+
*/
|
|
43
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
44
|
+
/**
|
|
45
|
+
* Receives id(or many ids) of the elements that label the component.
|
|
46
|
+
*/
|
|
47
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
48
|
+
/**
|
|
49
|
+
* Fired when tokens are being deleted (delete icon, delete or backspace is pressed)
|
|
50
|
+
*/
|
|
51
|
+
ui5TokenDelete: _angular_core.OutputEmitterRef<UI5CustomEvent<_Tokenizer, "token-delete">>;
|
|
52
|
+
/**
|
|
53
|
+
* Fired when token selection is changed by user interaction
|
|
54
|
+
*/
|
|
55
|
+
ui5SelectionChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_Tokenizer, "selection-change">>;
|
|
56
|
+
elementRef: ElementRef<_Tokenizer>;
|
|
57
|
+
injector: Injector;
|
|
58
|
+
get element(): _Tokenizer;
|
|
59
|
+
ngAfterViewInit(): void;
|
|
60
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Tokenizer, never>;
|
|
61
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Tokenizer, "ui5-tokenizer, [ui5-tokenizer]", ["ui5Tokenizer"], { "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "multiLine": { "alias": "multiLine"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "showClearAll": { "alias": "showClearAll"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; }, { "ui5TokenDelete": "ui5TokenDelete"; "ui5SelectionChange": "ui5SelectionChange"; }, never, ["*"], true, never>;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export { Tokenizer };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _Toolbar from '@ui5/webcomponents/dist/Toolbar.js';
|
|
4
|
+
|
|
5
|
+
declare class Toolbar implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Indicated the direction in which the Toolbar items will be aligned.
|
|
8
|
+
*/
|
|
9
|
+
alignContent: _angular_core.InputSignal<"Start" | "End" | undefined>;
|
|
10
|
+
/**
|
|
11
|
+
* Defines the accessible ARIA name of the component.
|
|
12
|
+
*/
|
|
13
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
14
|
+
/**
|
|
15
|
+
* Receives id(or many ids) of the elements that label the input.
|
|
16
|
+
*/
|
|
17
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
18
|
+
/**
|
|
19
|
+
* Defines the toolbar design.
|
|
20
|
+
*/
|
|
21
|
+
design: _angular_core.InputSignal<"Solid" | "Transparent" | undefined>;
|
|
22
|
+
elementRef: ElementRef<_Toolbar>;
|
|
23
|
+
injector: Injector;
|
|
24
|
+
get element(): _Toolbar;
|
|
25
|
+
ngAfterViewInit(): void;
|
|
26
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Toolbar, never>;
|
|
27
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Toolbar, "ui5-toolbar, [ui5-toolbar]", ["ui5Toolbar"], { "alignContent": { "alias": "alignContent"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "design": { "alias": "design"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export { Toolbar };
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import * as _ui5_webcomponents_dist_Button_js from '@ui5/webcomponents/dist/Button.js';
|
|
2
|
+
import * as _angular_core from '@angular/core';
|
|
3
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
4
|
+
import _ToolbarButton from '@ui5/webcomponents/dist/ToolbarButton.js';
|
|
5
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
6
|
+
|
|
7
|
+
declare class ToolbarButton implements AfterViewInit {
|
|
8
|
+
/**
|
|
9
|
+
* Defines if the action is disabled.
|
|
10
|
+
|
|
11
|
+
**Note:** a disabled action can't be pressed or focused, and it is not in the tab chain.
|
|
12
|
+
*/
|
|
13
|
+
disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
14
|
+
/**
|
|
15
|
+
* Defines the action design.
|
|
16
|
+
*/
|
|
17
|
+
design: _angular_core.InputSignal<"Default" | "Positive" | "Negative" | "Transparent" | "Emphasized" | "Attention" | undefined>;
|
|
18
|
+
/**
|
|
19
|
+
* Defines the `icon` source URI.
|
|
20
|
+
|
|
21
|
+
**Note:** SAP-icons font provides numerous buil-in icons. To find all the available icons, see the
|
|
22
|
+
[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
23
|
+
*/
|
|
24
|
+
icon: _angular_core.InputSignal<string | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Defines the icon, displayed as graphical element within the component after the button text.
|
|
27
|
+
|
|
28
|
+
**Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.
|
|
29
|
+
Usage of `endIcon` only should be avoided.
|
|
30
|
+
|
|
31
|
+
The SAP-icons font provides numerous options.
|
|
32
|
+
|
|
33
|
+
Example:
|
|
34
|
+
See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
35
|
+
*/
|
|
36
|
+
endIcon: _angular_core.InputSignal<string | undefined>;
|
|
37
|
+
/**
|
|
38
|
+
* Defines the tooltip of the component.
|
|
39
|
+
|
|
40
|
+
**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.
|
|
41
|
+
*/
|
|
42
|
+
tooltip: _angular_core.InputSignal<string | undefined>;
|
|
43
|
+
/**
|
|
44
|
+
* Defines the accessible ARIA name of the component.
|
|
45
|
+
*/
|
|
46
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* Receives id(or many ids) of the elements that label the component.
|
|
49
|
+
*/
|
|
50
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* Defines the additional accessibility attributes that will be applied to the component.
|
|
53
|
+
|
|
54
|
+
The following fields are supported:
|
|
55
|
+
|
|
56
|
+
- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.
|
|
57
|
+
Accepts the following string values: `true` or `false`
|
|
58
|
+
|
|
59
|
+
- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.
|
|
60
|
+
Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
|
|
61
|
+
|
|
62
|
+
- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.
|
|
63
|
+
Accepts a lowercase string value.
|
|
64
|
+
*/
|
|
65
|
+
accessibilityAttributes: _angular_core.InputSignal<_ui5_webcomponents_dist_Button_js.ButtonAccessibilityAttributes | undefined>;
|
|
66
|
+
/**
|
|
67
|
+
* Button text
|
|
68
|
+
*/
|
|
69
|
+
text: _angular_core.InputSignal<string | undefined>;
|
|
70
|
+
/**
|
|
71
|
+
* Defines the width of the button.
|
|
72
|
+
|
|
73
|
+
**Note:** all CSS sizes are supported - 'percentage', 'px', 'rem', 'auto', etc.
|
|
74
|
+
*/
|
|
75
|
+
width: _angular_core.InputSignal<string | undefined>;
|
|
76
|
+
/**
|
|
77
|
+
* Property used to define the access of the item to the overflow Popover. If "NeverOverflow" option is set,
|
|
78
|
+
the item never goes in the Popover, if "AlwaysOverflow" - it never comes out of it.
|
|
79
|
+
*/
|
|
80
|
+
overflowPriority: _angular_core.InputSignal<"Default" | "NeverOverflow" | "AlwaysOverflow" | undefined>;
|
|
81
|
+
/**
|
|
82
|
+
* Defines if the toolbar overflow popup should close upon intereaction with the item.
|
|
83
|
+
It will close by default.
|
|
84
|
+
*/
|
|
85
|
+
preventOverflowClosing: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
86
|
+
/**
|
|
87
|
+
* Fired when the component is activated either with a
|
|
88
|
+
mouse/tap or by using the Enter or Space key.
|
|
89
|
+
|
|
90
|
+
**Note:** The event will not be fired if the `disabled`
|
|
91
|
+
property is set to `true`.
|
|
92
|
+
*/
|
|
93
|
+
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_ToolbarButton, "click">>;
|
|
94
|
+
elementRef: ElementRef<_ToolbarButton>;
|
|
95
|
+
injector: Injector;
|
|
96
|
+
get element(): _ToolbarButton;
|
|
97
|
+
ngAfterViewInit(): void;
|
|
98
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ToolbarButton, never>;
|
|
99
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ToolbarButton, "ui5-toolbar-button, [ui5-toolbar-button]", ["ui5ToolbarButton"], { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "design": { "alias": "design"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "endIcon": { "alias": "endIcon"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "overflowPriority": { "alias": "overflowPriority"; "required": false; "isSignal": true; }; "preventOverflowClosing": { "alias": "preventOverflowClosing"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
export { ToolbarButton };
|