@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/card/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 _Card from '@ui5/webcomponents/dist/Card.js';
|
|
4
|
+
|
|
5
|
+
declare class Card implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Defines the accessible name of the component, which is used as the name of the card region and should be unique per card.
|
|
8
|
+
|
|
9
|
+
**Note:** `accessibleName` should be always set, unless `accessibleNameRef` is set.
|
|
10
|
+
*/
|
|
11
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Defines the IDs of the elements that label the component.
|
|
14
|
+
*/
|
|
15
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
16
|
+
/**
|
|
17
|
+
* Defines if a loading indicator would be displayed over the card.
|
|
18
|
+
*/
|
|
19
|
+
loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
20
|
+
/**
|
|
21
|
+
* Defines the delay in milliseconds, after which the loading indicator will show up for this card.
|
|
22
|
+
*/
|
|
23
|
+
loadingDelay: _angular_core.InputSignal<number | undefined>;
|
|
24
|
+
elementRef: ElementRef<_Card>;
|
|
25
|
+
injector: Injector;
|
|
26
|
+
get element(): _Card;
|
|
27
|
+
ngAfterViewInit(): void;
|
|
28
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Card, never>;
|
|
29
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Card, "ui5-card, [ui5-card]", ["ui5Card"], { "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export { Card };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _CardHeader from '@ui5/webcomponents/dist/CardHeader.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class CardHeader implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the title text.
|
|
9
|
+
*/
|
|
10
|
+
titleText: _angular_core.InputSignal<string | undefined>;
|
|
11
|
+
/**
|
|
12
|
+
* Defines the subtitle text.
|
|
13
|
+
*/
|
|
14
|
+
subtitleText: _angular_core.InputSignal<string | undefined>;
|
|
15
|
+
/**
|
|
16
|
+
* Defines the additional text.
|
|
17
|
+
*/
|
|
18
|
+
additionalText: _angular_core.InputSignal<string | undefined>;
|
|
19
|
+
/**
|
|
20
|
+
* Defines if the component would be interactive,
|
|
21
|
+
e.g gets hover effect and `click` event is fired, when pressed.
|
|
22
|
+
*/
|
|
23
|
+
interactive: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
24
|
+
/**
|
|
25
|
+
* Fired when the component is activated by mouse/tap or by using the Enter or Space key.
|
|
26
|
+
|
|
27
|
+
**Note:** The event would be fired only if the `interactive` property is set to true.
|
|
28
|
+
*/
|
|
29
|
+
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_CardHeader, "click">>;
|
|
30
|
+
elementRef: ElementRef<_CardHeader>;
|
|
31
|
+
injector: Injector;
|
|
32
|
+
get element(): _CardHeader;
|
|
33
|
+
ngAfterViewInit(): void;
|
|
34
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardHeader, never>;
|
|
35
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardHeader, "ui5-card-header, [ui5-card-header]", ["ui5CardHeader"], { "titleText": { "alias": "titleText"; "required": false; "isSignal": true; }; "subtitleText": { "alias": "subtitleText"; "required": false; "isSignal": true; }; "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; "interactive": { "alias": "interactive"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export { CardHeader };
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _Carousel from '@ui5/webcomponents/dist/Carousel.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class Carousel implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the accessible name of the component.
|
|
9
|
+
*/
|
|
10
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
11
|
+
/**
|
|
12
|
+
* Defines the IDs of the elements that label the input.
|
|
13
|
+
*/
|
|
14
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
15
|
+
/**
|
|
16
|
+
* Defines whether the carousel should loop, i.e show the first page after the last page is reached and vice versa.
|
|
17
|
+
*/
|
|
18
|
+
cyclic: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
19
|
+
/**
|
|
20
|
+
* Defines the number of items per page depending on the carousel width.
|
|
21
|
+
|
|
22
|
+
- 'S' for screens smaller than 600 pixels.
|
|
23
|
+
- 'M' for screens greater than or equal to 600 pixels and smaller than 1024 pixels.
|
|
24
|
+
- 'L' for screens greater than or equal to 1024 pixels and smaller than 1440 pixels.
|
|
25
|
+
- 'XL' for screens greater than or equal to 1440 pixels.
|
|
26
|
+
|
|
27
|
+
One item per page is shown by default.
|
|
28
|
+
*/
|
|
29
|
+
itemsPerPage: _angular_core.InputSignal<string | undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* Defines the visibility of the navigation arrows.
|
|
32
|
+
If set to true the navigation arrows will be hidden.
|
|
33
|
+
*/
|
|
34
|
+
hideNavigationArrows: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
35
|
+
/**
|
|
36
|
+
* Defines the visibility of the page indicator.
|
|
37
|
+
If set to true the page indicator will be hidden.
|
|
38
|
+
*/
|
|
39
|
+
hidePageIndicator: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
40
|
+
/**
|
|
41
|
+
* Defines the style of the page indicator.
|
|
42
|
+
Available options are:
|
|
43
|
+
|
|
44
|
+
- `Default` - The page indicator will be visualized as dots if there are fewer than 9 pages. If there are more pages, the page indicator will switch to displaying the current page and the total number of pages. (e.g. X of Y)
|
|
45
|
+
- `Numeric` - The page indicator will display the current page and the total number of pages. (e.g. X of Y)
|
|
46
|
+
*/
|
|
47
|
+
pageIndicatorType: _angular_core.InputSignal<"Default" | "Numeric" | undefined>;
|
|
48
|
+
/**
|
|
49
|
+
* Defines the carousel's background design.
|
|
50
|
+
*/
|
|
51
|
+
backgroundDesign: _angular_core.InputSignal<"Solid" | "Transparent" | "Translucent" | undefined>;
|
|
52
|
+
/**
|
|
53
|
+
* Defines the page indicator background design.
|
|
54
|
+
*/
|
|
55
|
+
pageIndicatorBackgroundDesign: _angular_core.InputSignal<"Solid" | "Transparent" | "Translucent" | undefined>;
|
|
56
|
+
/**
|
|
57
|
+
* Defines the page indicator border design.
|
|
58
|
+
*/
|
|
59
|
+
pageIndicatorBorderDesign: _angular_core.InputSignal<"Solid" | "None" | undefined>;
|
|
60
|
+
/**
|
|
61
|
+
* Defines the position of arrows.
|
|
62
|
+
|
|
63
|
+
Available options are:
|
|
64
|
+
|
|
65
|
+
- `Content` - the arrows are placed on the sides of the current page.
|
|
66
|
+
- `Navigation` - the arrows are placed on the sides of the page indicator.
|
|
67
|
+
*/
|
|
68
|
+
arrowsPlacement: _angular_core.InputSignal<"Content" | "Navigation" | undefined>;
|
|
69
|
+
/**
|
|
70
|
+
* The indices of the currently visible items of the component.
|
|
71
|
+
* @readonly This property is managed by the web component.
|
|
72
|
+
*/
|
|
73
|
+
get visibleItemsIndices(): Array<number>;
|
|
74
|
+
/**
|
|
75
|
+
* Fired whenever the page changes due to user interaction,
|
|
76
|
+
when the user clicks on the navigation arrows or while resizing,
|
|
77
|
+
based on the `items-per-page` property.
|
|
78
|
+
*/
|
|
79
|
+
ui5Navigate: _angular_core.OutputEmitterRef<UI5CustomEvent<_Carousel, "navigate">>;
|
|
80
|
+
elementRef: ElementRef<_Carousel>;
|
|
81
|
+
injector: Injector;
|
|
82
|
+
get element(): _Carousel;
|
|
83
|
+
ngAfterViewInit(): void;
|
|
84
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Carousel, never>;
|
|
85
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Carousel, "ui5-carousel, [ui5-carousel]", ["ui5Carousel"], { "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "cyclic": { "alias": "cyclic"; "required": false; "isSignal": true; }; "itemsPerPage": { "alias": "itemsPerPage"; "required": false; "isSignal": true; }; "hideNavigationArrows": { "alias": "hideNavigationArrows"; "required": false; "isSignal": true; }; "hidePageIndicator": { "alias": "hidePageIndicator"; "required": false; "isSignal": true; }; "pageIndicatorType": { "alias": "pageIndicatorType"; "required": false; "isSignal": true; }; "backgroundDesign": { "alias": "backgroundDesign"; "required": false; "isSignal": true; }; "pageIndicatorBackgroundDesign": { "alias": "pageIndicatorBackgroundDesign"; "required": false; "isSignal": true; }; "pageIndicatorBorderDesign": { "alias": "pageIndicatorBorderDesign"; "required": false; "isSignal": true; }; "arrowsPlacement": { "alias": "arrowsPlacement"; "required": false; "isSignal": true; }; }, { "ui5Navigate": "ui5Navigate"; }, never, ["*"], true, never>;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export { Carousel };
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _CheckBox from '@ui5/webcomponents/dist/CheckBox.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
|
|
6
|
+
|
|
7
|
+
declare class CheckBox implements AfterViewInit {
|
|
8
|
+
/**
|
|
9
|
+
* Receives id(or many ids) of the elements that label the component
|
|
10
|
+
*/
|
|
11
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Defines the accessible ARIA name of the component.
|
|
14
|
+
*/
|
|
15
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
16
|
+
/**
|
|
17
|
+
* Defines whether the component is disabled.
|
|
18
|
+
|
|
19
|
+
**Note:** A disabled component is completely noninteractive.
|
|
20
|
+
*/
|
|
21
|
+
disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
22
|
+
/**
|
|
23
|
+
* Defines whether the component is read-only.
|
|
24
|
+
|
|
25
|
+
**Note:** A read-only component is not editable,
|
|
26
|
+
but still provides visual feedback upon user interaction.
|
|
27
|
+
*/
|
|
28
|
+
readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
29
|
+
/**
|
|
30
|
+
* Determines whether the `ui5-checkbox` is in display only state.
|
|
31
|
+
|
|
32
|
+
When set to `true`, the `ui5-checkbox` is not interactive, not editable, not focusable
|
|
33
|
+
and not in the tab chain. This setting is used for forms in review mode.
|
|
34
|
+
|
|
35
|
+
**Note:** When the property `disabled` is set to `true` this property has no effect.
|
|
36
|
+
*/
|
|
37
|
+
displayOnly: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
38
|
+
/**
|
|
39
|
+
* Defines whether the component is required.
|
|
40
|
+
|
|
41
|
+
**Note:** We advise against using the text property of the checkbox when there is a
|
|
42
|
+
label associated with it to avoid having two required asterisks.
|
|
43
|
+
*/
|
|
44
|
+
required: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
45
|
+
/**
|
|
46
|
+
* Defines whether the component is displayed as partially checked.
|
|
47
|
+
|
|
48
|
+
**Note:** The indeterminate state can be set only programmatically and can’t be achieved by user
|
|
49
|
+
interaction and the resulting visual state depends on the values of the `indeterminate`
|
|
50
|
+
and `checked` properties:
|
|
51
|
+
|
|
52
|
+
- If the component is checked and indeterminate, it will be displayed as partially checked
|
|
53
|
+
- If the component is checked and it is not indeterminate, it will be displayed as checked
|
|
54
|
+
- If the component is not checked, it will be displayed as not checked regardless value of the indeterminate attribute
|
|
55
|
+
*/
|
|
56
|
+
indeterminate: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
57
|
+
/**
|
|
58
|
+
* Defines if the component is checked.
|
|
59
|
+
|
|
60
|
+
**Note:** The property can be changed with user interaction,
|
|
61
|
+
either by cliking/tapping on the component, or by
|
|
62
|
+
pressing the Enter or Space key.
|
|
63
|
+
*/
|
|
64
|
+
checked: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
65
|
+
/**
|
|
66
|
+
* Defines the text of the component.
|
|
67
|
+
*/
|
|
68
|
+
text: _angular_core.InputSignal<string | undefined>;
|
|
69
|
+
/**
|
|
70
|
+
* Defines the value state of the component.
|
|
71
|
+
*/
|
|
72
|
+
valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
|
|
73
|
+
/**
|
|
74
|
+
* Defines whether the component text wraps when there is not enough space.
|
|
75
|
+
|
|
76
|
+
**Note:** for option "Normal" the text will wrap and the words will not be broken based on hyphenation.
|
|
77
|
+
**Note:** for option "None" the text will be truncated with an ellipsis.
|
|
78
|
+
*/
|
|
79
|
+
wrappingType: _angular_core.InputSignal<"None" | "Normal" | undefined>;
|
|
80
|
+
/**
|
|
81
|
+
* Determines the name by which the component will be identified upon submission in an HTML form.
|
|
82
|
+
|
|
83
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
84
|
+
*/
|
|
85
|
+
name: _angular_core.InputSignal<string | undefined>;
|
|
86
|
+
/**
|
|
87
|
+
* Defines the form value of the component that is submitted when the checkbox is checked.
|
|
88
|
+
|
|
89
|
+
When a form containing `ui5-checkbox` elements is submitted, only the values of the
|
|
90
|
+
**checked** checkboxes are included in the form data sent to the server. Unchecked
|
|
91
|
+
checkboxes do not contribute any data to the form submission.
|
|
92
|
+
|
|
93
|
+
This property is particularly useful for **checkbox groups**, where multiple checkboxes with the same `name` but different `value` properties can be used to represent a set of related options.
|
|
94
|
+
*/
|
|
95
|
+
value: _angular_core.InputSignal<string | undefined>;
|
|
96
|
+
/**
|
|
97
|
+
* Fired when the component checked state changes.
|
|
98
|
+
*/
|
|
99
|
+
ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_CheckBox, "change">>;
|
|
100
|
+
elementRef: ElementRef<_CheckBox>;
|
|
101
|
+
injector: Injector;
|
|
102
|
+
get element(): _CheckBox;
|
|
103
|
+
ngAfterViewInit(): void;
|
|
104
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CheckBox, never>;
|
|
105
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CheckBox, "ui5-checkbox, [ui5-checkbox]", ["ui5CheckBox"], { "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "displayOnly": { "alias": "displayOnly"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "indeterminate": { "alias": "indeterminate"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "wrappingType": { "alias": "wrappingType"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
export { CheckBox };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _ColorPalette from '@ui5/webcomponents/dist/ColorPalette.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class ColorPalette implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Fired when the user selects a color.
|
|
9
|
+
*/
|
|
10
|
+
ui5ItemClick: i0.OutputEmitterRef<UI5CustomEvent<_ColorPalette, "item-click">>;
|
|
11
|
+
elementRef: ElementRef<_ColorPalette>;
|
|
12
|
+
injector: Injector;
|
|
13
|
+
get element(): _ColorPalette;
|
|
14
|
+
ngAfterViewInit(): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPalette, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColorPalette, "ui5-color-palette, [ui5-color-palette]", ["ui5ColorPalette"], {}, { "ui5ItemClick": "ui5ItemClick"; }, never, ["*"], true, never>;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export { ColorPalette };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _ColorPaletteItem from '@ui5/webcomponents/dist/ColorPaletteItem.js';
|
|
4
|
+
|
|
5
|
+
declare class ColorPaletteItem implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Defines the colour of the component.
|
|
8
|
+
|
|
9
|
+
**Note:** The value should be a valid CSS color.
|
|
10
|
+
*/
|
|
11
|
+
value: _angular_core.InputSignal<string | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Defines if the component is selected.
|
|
14
|
+
|
|
15
|
+
**Note:** Only one item must be selected per <code>ui5-color-palette</code>.
|
|
16
|
+
If more than one item is defined as selected, the last one would be considered as the selected one.
|
|
17
|
+
*/
|
|
18
|
+
selected: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
19
|
+
elementRef: ElementRef<_ColorPaletteItem>;
|
|
20
|
+
injector: Injector;
|
|
21
|
+
get element(): _ColorPaletteItem;
|
|
22
|
+
ngAfterViewInit(): void;
|
|
23
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ColorPaletteItem, never>;
|
|
24
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ColorPaletteItem, "ui5-color-palette-item, [ui5-color-palette-item]", ["ui5ColorPaletteItem"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export { ColorPaletteItem };
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _ColorPalettePopover from '@ui5/webcomponents/dist/ColorPalettePopover.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class ColorPalettePopover implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines whether the user can see the last used colors in the bottom of the component
|
|
9
|
+
*/
|
|
10
|
+
showRecentColors: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
11
|
+
/**
|
|
12
|
+
* Defines whether the user can choose a custom color from a component.
|
|
13
|
+
*/
|
|
14
|
+
showMoreColors: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
15
|
+
/**
|
|
16
|
+
* Defines whether the user can choose the default color from a button.
|
|
17
|
+
*/
|
|
18
|
+
showDefaultColor: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
19
|
+
/**
|
|
20
|
+
* Defines the default color of the component.
|
|
21
|
+
|
|
22
|
+
**Note:** The default color should be a part of the ColorPalette colors`
|
|
23
|
+
*/
|
|
24
|
+
defaultColor: _angular_core.InputSignal<string | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Defines the open | closed state of the popover.
|
|
27
|
+
*/
|
|
28
|
+
open: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
29
|
+
/**
|
|
30
|
+
* Defines the ID or DOM Reference of the element that the popover is shown at.
|
|
31
|
+
When using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.
|
|
32
|
+
You can only set the `opener` attribute to a DOM Reference when using JavaScript.
|
|
33
|
+
*/
|
|
34
|
+
opener: _angular_core.InputSignal<string | HTMLElement | null | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* Fired when the user selects a color.
|
|
37
|
+
*/
|
|
38
|
+
ui5ItemClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_ColorPalettePopover, "item-click">>;
|
|
39
|
+
/**
|
|
40
|
+
* Fired when the `ui5-color-palette-popover` is closed due to user interaction.
|
|
41
|
+
*/
|
|
42
|
+
ui5Close: _angular_core.OutputEmitterRef<UI5CustomEvent<_ColorPalettePopover, "close">>;
|
|
43
|
+
elementRef: ElementRef<_ColorPalettePopover>;
|
|
44
|
+
injector: Injector;
|
|
45
|
+
get element(): _ColorPalettePopover;
|
|
46
|
+
ngAfterViewInit(): void;
|
|
47
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ColorPalettePopover, never>;
|
|
48
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ColorPalettePopover, "ui5-color-palette-popover, [ui5-color-palette-popover]", ["ui5ColorPalettePopover"], { "showRecentColors": { "alias": "showRecentColors"; "required": false; "isSignal": true; }; "showMoreColors": { "alias": "showMoreColors"; "required": false; "isSignal": true; }; "showDefaultColor": { "alias": "showDefaultColor"; "required": false; "isSignal": true; }; "defaultColor": { "alias": "defaultColor"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; "opener": { "alias": "opener"; "required": false; "isSignal": true; }; }, { "ui5ItemClick": "ui5ItemClick"; "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export { ColorPalettePopover };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _ColorPicker from '@ui5/webcomponents/dist/ColorPicker.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class ColorPicker implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the currently selected color of the component.
|
|
9
|
+
|
|
10
|
+
**Note**: use HEX, RGB, RGBA, HSV formats or a CSS color name when modifying this property.
|
|
11
|
+
*/
|
|
12
|
+
value: _angular_core.InputSignal<string | undefined>;
|
|
13
|
+
/**
|
|
14
|
+
* Determines the name by which the component will be identified upon submission in an HTML form.
|
|
15
|
+
|
|
16
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
17
|
+
*/
|
|
18
|
+
name: _angular_core.InputSignal<string | undefined>;
|
|
19
|
+
/**
|
|
20
|
+
* When set to `true`, the alpha slider and inputs for RGB values will not be displayed.
|
|
21
|
+
*/
|
|
22
|
+
simplified: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
23
|
+
/**
|
|
24
|
+
* Fired when the the selected color is changed
|
|
25
|
+
*/
|
|
26
|
+
ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_ColorPicker, "change">>;
|
|
27
|
+
elementRef: ElementRef<_ColorPicker>;
|
|
28
|
+
injector: Injector;
|
|
29
|
+
get element(): _ColorPicker;
|
|
30
|
+
ngAfterViewInit(): void;
|
|
31
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ColorPicker, never>;
|
|
32
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ColorPicker, "ui5-color-picker, [ui5-color-picker]", ["ui5ColorPicker"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "simplified": { "alias": "simplified"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, never>;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export { ColorPicker };
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _ComboBox from '@ui5/webcomponents/dist/ComboBox.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
|
|
6
|
+
|
|
7
|
+
declare class ComboBox implements AfterViewInit {
|
|
8
|
+
/**
|
|
9
|
+
* Defines the value of the component.
|
|
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 whether the value will be autocompleted to match an item
|
|
20
|
+
*/
|
|
21
|
+
noTypeahead: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
22
|
+
/**
|
|
23
|
+
* Defines a short hint intended to aid the user with data entry when the
|
|
24
|
+
component has no value.
|
|
25
|
+
*/
|
|
26
|
+
placeholder: _angular_core.InputSignal<string | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* Defines whether the component is in disabled state.
|
|
29
|
+
|
|
30
|
+
**Note:** A disabled component is completely noninteractive.
|
|
31
|
+
*/
|
|
32
|
+
disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
33
|
+
/**
|
|
34
|
+
* Defines the value state of the component.
|
|
35
|
+
*/
|
|
36
|
+
valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
|
|
37
|
+
/**
|
|
38
|
+
* Defines whether the component is read-only.
|
|
39
|
+
|
|
40
|
+
**Note:** A read-only component is not editable,
|
|
41
|
+
but still provides visual feedback upon user interaction.
|
|
42
|
+
*/
|
|
43
|
+
readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
44
|
+
/**
|
|
45
|
+
* Defines whether the component is required.
|
|
46
|
+
*/
|
|
47
|
+
required: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
48
|
+
/**
|
|
49
|
+
* Indicates whether a loading indicator should be shown in the picker.
|
|
50
|
+
*/
|
|
51
|
+
loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
52
|
+
/**
|
|
53
|
+
* Defines the filter type of the component.
|
|
54
|
+
*/
|
|
55
|
+
filter: _angular_core.InputSignal<"None" | "StartsWithPerTerm" | "StartsWith" | "Contains" | undefined>;
|
|
56
|
+
/**
|
|
57
|
+
* Defines whether the clear icon of the combobox will be shown.
|
|
58
|
+
*/
|
|
59
|
+
showClearIcon: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
60
|
+
/**
|
|
61
|
+
* Defines the accessible ARIA name of the component.
|
|
62
|
+
*/
|
|
63
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
64
|
+
/**
|
|
65
|
+
* Receives id(or many ids) of the elements that label the component
|
|
66
|
+
*/
|
|
67
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
68
|
+
/**
|
|
69
|
+
* Indicates whether the items picker is open.
|
|
70
|
+
*/
|
|
71
|
+
open: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
72
|
+
/**
|
|
73
|
+
* Fired when the input operation has finished by pressing Enter, focusout or an item is selected.
|
|
74
|
+
*/
|
|
75
|
+
ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_ComboBox, "change">>;
|
|
76
|
+
/**
|
|
77
|
+
* Fired when the dropdown is opened.
|
|
78
|
+
*/
|
|
79
|
+
ui5Open: _angular_core.OutputEmitterRef<UI5CustomEvent<_ComboBox, "open">>;
|
|
80
|
+
/**
|
|
81
|
+
* Fired when the dropdown is closed.
|
|
82
|
+
*/
|
|
83
|
+
ui5Close: _angular_core.OutputEmitterRef<UI5CustomEvent<_ComboBox, "close">>;
|
|
84
|
+
/**
|
|
85
|
+
* Fired when typing in input or clear icon is pressed.
|
|
86
|
+
|
|
87
|
+
**Note:** filterValue property is updated, input is changed.
|
|
88
|
+
*/
|
|
89
|
+
ui5Input: _angular_core.OutputEmitterRef<UI5CustomEvent<_ComboBox, "input">>;
|
|
90
|
+
/**
|
|
91
|
+
* Fired when selection is changed by user interaction
|
|
92
|
+
*/
|
|
93
|
+
ui5SelectionChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_ComboBox, "selection-change">>;
|
|
94
|
+
elementRef: ElementRef<_ComboBox>;
|
|
95
|
+
injector: Injector;
|
|
96
|
+
get element(): _ComboBox;
|
|
97
|
+
ngAfterViewInit(): void;
|
|
98
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ComboBox, never>;
|
|
99
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ComboBox, "ui5-combobox, [ui5-combobox]", ["ui5ComboBox"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "noTypeahead": { "alias": "noTypeahead"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "filter": { "alias": "filter"; "required": false; "isSignal": true; }; "showClearIcon": { "alias": "showClearIcon"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; "ui5Input": "ui5Input"; "ui5SelectionChange": "ui5SelectionChange"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
export { ComboBox };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _ComboBoxItem from '@ui5/webcomponents/dist/ComboBoxItem.js';
|
|
4
|
+
|
|
5
|
+
declare class ComboBoxItem implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Defines the text of the component.
|
|
8
|
+
*/
|
|
9
|
+
text: _angular_core.InputSignal<string | undefined>;
|
|
10
|
+
/**
|
|
11
|
+
* Defines the additional text of the component.
|
|
12
|
+
*/
|
|
13
|
+
additionalText: _angular_core.InputSignal<string | undefined>;
|
|
14
|
+
elementRef: ElementRef<_ComboBoxItem>;
|
|
15
|
+
injector: Injector;
|
|
16
|
+
get element(): _ComboBoxItem;
|
|
17
|
+
ngAfterViewInit(): void;
|
|
18
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ComboBoxItem, never>;
|
|
19
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ComboBoxItem, "ui5-cb-item, [ui5-cb-item]", ["ui5ComboBoxItem"], { "text": { "alias": "text"; "required": false; "isSignal": true; }; "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export { ComboBoxItem };
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _ComboBoxItemGroup from '@ui5/webcomponents/dist/ComboBoxItemGroup.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class ComboBoxItemGroup implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the header text of the <code>ui5-li-group</code>.
|
|
9
|
+
*/
|
|
10
|
+
headerText: _angular_core.InputSignal<string | undefined>;
|
|
11
|
+
/**
|
|
12
|
+
* Defines the accessible name of the header.
|
|
13
|
+
*/
|
|
14
|
+
headerAccessibleName: _angular_core.InputSignal<string | undefined>;
|
|
15
|
+
/**
|
|
16
|
+
* Defines if the text of the component should wrap when it's too long.
|
|
17
|
+
When set to "Normal", the content (title, description) will be wrapped
|
|
18
|
+
using the `ui5-expandable-text` component.<br/>
|
|
19
|
+
|
|
20
|
+
The text can wrap up to 100 characters on small screens (size S) and
|
|
21
|
+
up to 300 characters on larger screens (size M and above). When text exceeds
|
|
22
|
+
these limits, it truncates with an ellipsis followed by a text expansion trigger.
|
|
23
|
+
|
|
24
|
+
Available options are:
|
|
25
|
+
- `None` (default) - The text will truncate with an ellipsis.
|
|
26
|
+
- `Normal` - The text will wrap (without truncation).
|
|
27
|
+
*/
|
|
28
|
+
wrappingType: _angular_core.InputSignal<"None" | "Normal" | undefined>;
|
|
29
|
+
/**
|
|
30
|
+
* Fired when a movable list item is moved over a potential drop target during a dragging operation.
|
|
31
|
+
|
|
32
|
+
If the new position is valid, prevent the default action of the event using `preventDefault()`.
|
|
33
|
+
*/
|
|
34
|
+
ui5MoveOver: _angular_core.OutputEmitterRef<UI5CustomEvent<_ComboBoxItemGroup, "move-over">>;
|
|
35
|
+
/**
|
|
36
|
+
* Fired when a movable list item is dropped onto a drop target.
|
|
37
|
+
|
|
38
|
+
**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.
|
|
39
|
+
*/
|
|
40
|
+
ui5Move: _angular_core.OutputEmitterRef<UI5CustomEvent<_ComboBoxItemGroup, "move">>;
|
|
41
|
+
elementRef: ElementRef<_ComboBoxItemGroup>;
|
|
42
|
+
injector: Injector;
|
|
43
|
+
get element(): _ComboBoxItemGroup;
|
|
44
|
+
ngAfterViewInit(): void;
|
|
45
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ComboBoxItemGroup, never>;
|
|
46
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ComboBoxItemGroup, "ui5-cb-item-group, [ui5-cb-item-group]", ["ui5ComboBoxItemGroup"], { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "headerAccessibleName": { "alias": "headerAccessibleName"; "required": false; "isSignal": true; }; "wrappingType": { "alias": "wrappingType"; "required": false; "isSignal": true; }; }, { "ui5MoveOver": "ui5MoveOver"; "ui5Move": "ui5Move"; }, never, ["*"], true, never>;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export { ComboBoxItemGroup };
|