@ui5/webcomponents-ngx 0.3.0-rc.8 → 0.3.0
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 -4
- package/esm2022/fiori/filter-item/index.mjs +1 -1
- package/esm2022/fiori/filter-item-option/index.mjs +1 -1
- package/esm2022/fiori/flexible-column-layout/index.mjs +5 -5
- package/esm2022/fiori/illustrated-message/index.mjs +1 -1
- package/esm2022/fiori/notification-list/index.mjs +1 -1
- package/esm2022/fiori/notification-list-group-item/index.mjs +5 -22
- package/esm2022/fiori/notification-list-item/index.mjs +3 -8
- package/esm2022/fiori/product-switch-item/index.mjs +1 -1
- package/esm2022/fiori/shell-bar/index.mjs +1 -1
- package/esm2022/fiori/shell-bar-item/index.mjs +1 -1
- package/esm2022/fiori/side-navigation-group/index.mjs +1 -1
- package/esm2022/fiori/side-navigation-item/index.mjs +11 -7
- package/esm2022/fiori/side-navigation-sub-item/index.mjs +16 -5
- package/esm2022/fiori/sort-item/index.mjs +1 -1
- package/esm2022/fiori/timeline/index.mjs +1 -1
- package/esm2022/fiori/timeline-item/index.mjs +1 -1
- package/esm2022/fiori/upload-collection/index.mjs +1 -1
- package/esm2022/fiori/upload-collection-item/index.mjs +6 -6
- package/esm2022/fiori/view-settings-dialog/index.mjs +10 -5
- package/esm2022/fiori/wizard-step/index.mjs +1 -1
- package/esm2022/index.mjs +14 -12
- package/esm2022/main/avatar/index.mjs +1 -1
- package/esm2022/main/breadcrumbs-item/index.mjs +1 -1
- package/esm2022/main/busy-indicator/index.mjs +1 -1
- package/esm2022/main/button/index.mjs +1 -1
- package/esm2022/main/calendar/index.mjs +1 -1
- package/esm2022/main/calendar-legend-item/index.mjs +1 -1
- package/esm2022/main/card/index.mjs +1 -1
- package/esm2022/main/card-header/index.mjs +1 -1
- package/esm2022/main/carousel/index.mjs +1 -1
- package/esm2022/main/check-box/index.mjs +1 -1
- package/esm2022/main/color-palette-item/index.mjs +1 -1
- package/esm2022/main/color-picker/index.mjs +1 -1
- package/esm2022/main/combo-box/index.mjs +1 -1
- package/esm2022/main/combo-box-item/index.mjs +1 -1
- package/esm2022/main/combo-box-item-group/index.mjs +4 -4
- package/esm2022/main/date-picker/index.mjs +1 -1
- package/esm2022/main/date-range-picker/index.mjs +1 -1
- package/esm2022/main/date-time-picker/index.mjs +1 -1
- package/esm2022/main/dialog/index.mjs +1 -1
- package/esm2022/main/file-uploader/index.mjs +1 -1
- package/esm2022/main/form/index.mjs +1 -1
- package/esm2022/main/form-group/index.mjs +1 -1
- package/esm2022/main/icon/index.mjs +1 -1
- package/esm2022/main/input/index.mjs +1 -1
- package/esm2022/main/label/index.mjs +1 -1
- package/esm2022/main/link/index.mjs +6 -2
- package/esm2022/main/list/index.mjs +1 -1
- package/esm2022/main/list-item-custom/index.mjs +63 -0
- package/esm2022/{compat/ui5-webcomponents-ngx-compat.mjs → main/list-item-custom/ui5-webcomponents-ngx-main-list-item-custom.mjs} +1 -1
- package/esm2022/main/list-item-group/index.mjs +1 -1
- package/esm2022/main/list-item-standard/index.mjs +76 -0
- package/esm2022/main/list-item-standard/ui5-webcomponents-ngx-main-list-item-standard.mjs +5 -0
- package/esm2022/main/menu/index.mjs +1 -1
- package/esm2022/main/menu-item/index.mjs +6 -11
- package/esm2022/main/menu-separator/index.mjs +27 -0
- package/esm2022/{compat/table-column/ui5-webcomponents-ngx-compat-table-column.mjs → main/menu-separator/ui5-webcomponents-ngx-main-menu-separator.mjs} +1 -1
- package/esm2022/main/multi-combo-box/index.mjs +11 -4
- package/esm2022/main/multi-combo-box-item/index.mjs +1 -1
- package/esm2022/main/multi-combo-box-item-group/index.mjs +34 -0
- package/esm2022/main/{multi-combo-box-group-item/ui5-webcomponents-ngx-main-multi-combo-box-group-item.mjs → multi-combo-box-item-group/ui5-webcomponents-ngx-main-multi-combo-box-item-group.mjs} +1 -1
- package/esm2022/main/multi-input/index.mjs +1 -1
- package/esm2022/main/option/index.mjs +4 -4
- package/esm2022/main/option-custom/index.mjs +4 -4
- package/esm2022/main/panel/index.mjs +1 -1
- package/esm2022/main/popover/index.mjs +1 -1
- package/esm2022/main/progress-indicator/index.mjs +1 -1
- package/esm2022/main/radio-button/index.mjs +1 -1
- package/esm2022/main/range-slider/index.mjs +1 -1
- package/esm2022/main/rating-indicator/index.mjs +1 -1
- package/esm2022/main/responsive-popover/index.mjs +1 -1
- package/esm2022/main/segmented-button-item/index.mjs +1 -1
- package/esm2022/main/select/index.mjs +1 -1
- package/esm2022/main/slider/index.mjs +1 -1
- package/esm2022/main/split-button/index.mjs +1 -1
- package/esm2022/main/step-input/index.mjs +1 -1
- package/esm2022/main/suggestion-item/index.mjs +6 -27
- package/esm2022/main/suggestion-item-custom/index.mjs +34 -0
- package/esm2022/main/suggestion-item-custom/ui5-webcomponents-ngx-main-suggestion-item-custom.mjs +5 -0
- package/esm2022/main/suggestion-item-group/index.mjs +34 -0
- package/esm2022/main/{suggestion-group-item/ui5-webcomponents-ngx-main-suggestion-group-item.mjs → suggestion-item-group/ui5-webcomponents-ngx-main-suggestion-item-group.mjs} +1 -1
- package/esm2022/main/switch/index.mjs +1 -1
- package/esm2022/main/tab/index.mjs +1 -1
- package/esm2022/main/table/index.mjs +53 -0
- package/esm2022/main/table/ui5-webcomponents-ngx-main-table.mjs +5 -0
- package/esm2022/main/table-cell/index.mjs +27 -0
- package/esm2022/main/table-cell/ui5-webcomponents-ngx-main-table-cell.mjs +5 -0
- package/esm2022/main/table-growing/index.mjs +36 -0
- package/esm2022/main/table-growing/ui5-webcomponents-ngx-main-table-growing.mjs +5 -0
- package/esm2022/main/table-header-cell/index.mjs +34 -0
- package/esm2022/{compat/table-group-row/ui5-webcomponents-ngx-compat-table-group-row.mjs → main/table-header-cell/ui5-webcomponents-ngx-main-table-header-cell.mjs} +1 -1
- package/esm2022/main/table-header-row/index.mjs +37 -0
- package/esm2022/main/{custom-list-item/ui5-webcomponents-ngx-main-custom-list-item.mjs → table-header-row/ui5-webcomponents-ngx-main-table-header-row.mjs} +1 -1
- package/esm2022/main/table-row/index.mjs +40 -0
- package/esm2022/{compat/theming/ui5-webcomponents-ngx-compat-theming.mjs → main/table-row/ui5-webcomponents-ngx-main-table-row.mjs} +1 -1
- package/esm2022/main/table-selection/index.mjs +36 -0
- package/esm2022/main/table-selection/ui5-webcomponents-ngx-main-table-selection.mjs +5 -0
- package/esm2022/main/tag/index.mjs +1 -1
- package/esm2022/main/text-area/index.mjs +1 -1
- package/esm2022/main/time-picker/index.mjs +1 -1
- package/esm2022/main/toggle-button/index.mjs +1 -1
- package/esm2022/main/token/index.mjs +1 -1
- package/esm2022/main/toolbar/index.mjs +4 -4
- package/esm2022/main/toolbar-button/index.mjs +1 -1
- package/esm2022/main/toolbar-select/index.mjs +1 -1
- package/esm2022/main/tree/index.mjs +1 -1
- package/esm2022/main/tree-item/index.mjs +6 -6
- package/esm2022/main/tree-item-custom/index.mjs +6 -6
- package/esm2022/main/ui5-main.module.mjs +53 -17
- package/esm2022/ui5-webcomponents.module.mjs +4 -5
- package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item-option.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-flexible-column-layout.mjs +4 -4
- package/fesm2022/ui5-webcomponents-ngx-fiori-flexible-column-layout.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-illustrated-message.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-group-item.mjs +4 -21
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-group-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-item.mjs +2 -7
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-item.mjs +10 -6
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs +15 -4
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-sort-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-timeline-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-timeline.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection-item.mjs +5 -5
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs +9 -4
- package/fesm2022/ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-wizard-step.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-avatar.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-busy-indicator.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-calendar.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-card-header.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-card.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-carousel.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-check-box.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item-group.mjs +3 -3
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item-group.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-date-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-date-range-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-date-time-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-file-uploader.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-form-group.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-form.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-icon.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-input.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-label.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-link.mjs +5 -1
- package/fesm2022/ui5-webcomponents-ngx-main-link.mjs.map +1 -1
- package/fesm2022/{ui5-webcomponents-ngx-main-custom-list-item.mjs → ui5-webcomponents-ngx-main-list-item-custom.mjs} +13 -13
- package/fesm2022/ui5-webcomponents-ngx-main-list-item-custom.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-list-item-group.mjs.map +1 -1
- package/fesm2022/{ui5-webcomponents-ngx-main-standard-list-item.mjs → ui5-webcomponents-ngx-main-list-item-standard.mjs} +13 -15
- package/fesm2022/ui5-webcomponents-ngx-main-list-item-standard.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-list.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-menu-item.mjs +5 -10
- package/fesm2022/ui5-webcomponents-ngx-main-menu-item.mjs.map +1 -1
- package/fesm2022/{ui5-webcomponents-ngx-compat-table-group-row.mjs → ui5-webcomponents-ngx-main-menu-separator.mjs} +9 -9
- package/fesm2022/ui5-webcomponents-ngx-main-menu-separator.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-menu.mjs.map +1 -1
- package/fesm2022/{ui5-webcomponents-ngx-main-multi-combo-box-group-item.mjs → ui5-webcomponents-ngx-main-multi-combo-box-item-group.mjs} +13 -13
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box.mjs +10 -3
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-input.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-option-custom.mjs +3 -3
- package/fesm2022/ui5-webcomponents-ngx-main-option-custom.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-option.mjs +3 -3
- package/fesm2022/ui5-webcomponents-ngx-main-option.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-panel.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-popover.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-progress-indicator.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-radio-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-range-slider.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-responsive-popover.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-segmented-button-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-select.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-slider.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-split-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs.map +1 -1
- package/fesm2022/{ui5-webcomponents-ngx-main-suggestion-group-item.mjs → ui5-webcomponents-ngx-main-suggestion-item-custom.mjs} +11 -11
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item-custom.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item-group.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item.mjs +5 -26
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-switch.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tab.mjs.map +1 -1
- package/fesm2022/{ui5-webcomponents-ngx-compat-table-cell.mjs → ui5-webcomponents-ngx-main-table-cell.mjs} +2 -2
- package/fesm2022/ui5-webcomponents-ngx-main-table-cell.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-growing.mjs +42 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-growing.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-header-cell.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-header-cell.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-header-row.mjs +43 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-header-row.mjs.map +1 -0
- package/fesm2022/{ui5-webcomponents-ngx-compat-table-row.mjs → ui5-webcomponents-ngx-main-table-row.mjs} +6 -6
- package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-selection.mjs +42 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-selection.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table.mjs +59 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-tag.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-text-area.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-time-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-token.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar.mjs +3 -3
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree-item-custom.mjs +5 -5
- package/fesm2022/ui5-webcomponents-ngx-main-tree-item-custom.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree-item.mjs +5 -5
- package/fesm2022/ui5-webcomponents-ngx-main-tree-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main.mjs +52 -16
- package/fesm2022/ui5-webcomponents-ngx-main.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx.mjs +16 -15
- package/fesm2022/ui5-webcomponents-ngx.mjs.map +1 -1
- package/fiori/filter-item/index.d.ts +2 -2
- package/fiori/filter-item-option/index.d.ts +1 -1
- package/fiori/flexible-column-layout/index.d.ts +7 -12
- package/fiori/illustrated-message/index.d.ts +3 -3
- package/fiori/notification-list/index.d.ts +1 -1
- package/fiori/notification-list-group-item/index.d.ts +2 -7
- package/fiori/notification-list-item/index.d.ts +2 -7
- package/fiori/product-switch-item/index.d.ts +7 -5
- package/fiori/shell-bar/index.d.ts +3 -3
- package/fiori/shell-bar-item/index.d.ts +3 -3
- package/fiori/side-navigation-group/index.d.ts +2 -2
- package/fiori/side-navigation-item/index.d.ts +21 -11
- package/fiori/side-navigation-sub-item/index.d.ts +21 -4
- package/fiori/sort-item/index.d.ts +1 -1
- package/fiori/timeline/index.d.ts +1 -1
- package/fiori/timeline-item/index.d.ts +4 -4
- package/fiori/upload-collection/index.d.ts +3 -3
- package/fiori/upload-collection-item/index.d.ts +8 -8
- package/fiori/view-settings-dialog/index.d.ts +14 -1
- package/fiori/wizard-step/index.d.ts +3 -3
- package/index.d.ts +13 -11
- package/main/avatar/index.d.ts +3 -3
- package/main/breadcrumbs-item/index.d.ts +2 -2
- package/main/busy-indicator/index.d.ts +1 -1
- package/main/button/index.d.ts +4 -4
- package/main/calendar/index.d.ts +1 -1
- package/main/calendar-legend-item/index.d.ts +1 -1
- package/main/card/index.d.ts +2 -2
- package/main/card-header/index.d.ts +3 -3
- package/main/carousel/index.d.ts +2 -2
- package/main/check-box/index.d.ts +5 -4
- package/main/color-palette-item/index.d.ts +1 -1
- package/main/color-picker/index.d.ts +1 -1
- package/main/combo-box/index.d.ts +4 -4
- package/main/combo-box-item/index.d.ts +2 -2
- package/main/combo-box-item-group/index.d.ts +2 -2
- package/main/date-picker/index.d.ts +4 -4
- package/main/date-range-picker/index.d.ts +5 -5
- package/main/date-time-picker/index.d.ts +4 -4
- package/main/dialog/index.d.ts +3 -3
- package/main/file-uploader/index.d.ts +3 -3
- package/main/form/index.d.ts +1 -1
- package/main/form-group/index.d.ts +1 -1
- package/main/icon/index.d.ts +2 -2
- package/main/input/index.d.ts +4 -4
- package/main/label/index.d.ts +1 -1
- package/main/link/index.d.ts +28 -6
- package/main/list/index.d.ts +6 -6
- package/main/{custom-list-item → list-item-custom}/index.d.ts +14 -14
- package/main/list-item-group/index.d.ts +2 -2
- package/main/{standard-list-item → list-item-standard}/index.d.ts +17 -25
- package/main/menu/index.d.ts +2 -2
- package/main/menu-item/index.d.ts +11 -16
- package/main/menu-separator/index.d.ts +13 -0
- package/main/multi-combo-box/index.d.ts +11 -7
- package/main/multi-combo-box-item/index.d.ts +2 -2
- package/main/multi-combo-box-item-group/index.d.ts +17 -0
- package/main/multi-input/index.d.ts +4 -4
- package/main/option/index.d.ts +11 -11
- package/main/option-custom/index.d.ts +9 -9
- package/main/panel/index.d.ts +2 -2
- package/main/popover/index.d.ts +3 -3
- package/main/progress-indicator/index.d.ts +2 -2
- package/main/radio-button/index.d.ts +4 -4
- package/main/range-slider/index.d.ts +2 -2
- package/main/rating-indicator/index.d.ts +3 -3
- package/main/responsive-popover/index.d.ts +3 -3
- package/main/segmented-button-item/index.d.ts +3 -3
- package/main/select/index.d.ts +3 -3
- package/main/slider/index.d.ts +2 -2
- package/main/split-button/index.d.ts +1 -1
- package/main/step-input/index.d.ts +3 -3
- package/main/suggestion-item/index.d.ts +3 -40
- package/main/suggestion-item-custom/index.d.ts +18 -0
- package/main/suggestion-item-group/index.d.ts +21 -0
- package/main/switch/index.d.ts +6 -6
- package/main/tab/index.d.ts +3 -3
- package/main/table/index.d.ts +51 -0
- package/{compat → main}/table-cell/index.d.ts +2 -2
- package/main/table-growing/index.d.ts +41 -0
- package/main/table-header-cell/index.d.ts +36 -0
- package/main/table-header-row/index.d.ts +18 -0
- package/main/table-row/index.d.ts +27 -0
- package/main/table-selection/index.d.ts +26 -0
- package/main/tag/index.d.ts +1 -4
- package/main/text-area/index.d.ts +4 -4
- package/main/time-picker/index.d.ts +5 -5
- package/main/toggle-button/index.d.ts +4 -4
- package/main/token/index.d.ts +1 -1
- package/main/toolbar/index.d.ts +7 -3
- package/main/toolbar-button/index.d.ts +7 -7
- package/main/toolbar-select/index.d.ts +2 -2
- package/main/tree/index.d.ts +6 -6
- package/main/tree-item/index.d.ts +11 -11
- package/main/tree-item-custom/index.d.ts +9 -9
- package/main/ui5-main.module.d.ts +71 -62
- package/package.json +87 -75
- package/schematics/add-dependencies/index.js +1 -1
- package/schematics/add-theming/index.js +0 -3
- package/schematics/get-config.js +1 -23
- package/ui5-webcomponents-ngx-0.3.0.tgz +0 -0
- package/ui5-webcomponents.module.d.ts +1 -2
- package/compat/index.d.ts +0 -1
- package/compat/table/index.d.ts +0 -118
- package/compat/table-column/index.d.ts +0 -43
- package/compat/table-group-row/index.d.ts +0 -13
- package/compat/table-row/index.d.ts +0 -30
- package/compat/theming/index.d.ts +0 -9
- package/compat/ui5-compat.module.d.ts +0 -15
- package/esm2022/compat/index.mjs +0 -2
- package/esm2022/compat/table/index.mjs +0 -79
- package/esm2022/compat/table/ui5-webcomponents-ngx-compat-table.mjs +0 -5
- package/esm2022/compat/table-cell/index.mjs +0 -27
- package/esm2022/compat/table-cell/ui5-webcomponents-ngx-compat-table-cell.mjs +0 -5
- package/esm2022/compat/table-column/index.mjs +0 -37
- package/esm2022/compat/table-group-row/index.mjs +0 -27
- package/esm2022/compat/table-row/index.mjs +0 -40
- package/esm2022/compat/table-row/ui5-webcomponents-ngx-compat-table-row.mjs +0 -5
- package/esm2022/compat/theming/index.mjs +0 -17
- package/esm2022/compat/ui5-compat.module.mjs +0 -41
- package/esm2022/main/custom-list-item/index.mjs +0 -63
- package/esm2022/main/multi-combo-box-group-item/index.mjs +0 -34
- package/esm2022/main/standard-list-item/index.mjs +0 -78
- package/esm2022/main/standard-list-item/ui5-webcomponents-ngx-main-standard-list-item.mjs +0 -5
- package/esm2022/main/suggestion-group-item/index.mjs +0 -34
- package/fesm2022/ui5-webcomponents-ngx-compat-table-cell.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-compat-table-column.mjs +0 -43
- package/fesm2022/ui5-webcomponents-ngx-compat-table-column.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-compat-table-group-row.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-compat-table-row.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-compat-table.mjs +0 -85
- package/fesm2022/ui5-webcomponents-ngx-compat-table.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-compat-theming.mjs +0 -23
- package/fesm2022/ui5-webcomponents-ngx-compat-theming.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-compat.mjs +0 -46
- package/fesm2022/ui5-webcomponents-ngx-compat.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-custom-list-item.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-group-item.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-standard-list-item.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-group-item.mjs.map +0 -1
- package/main/multi-combo-box-group-item/index.d.ts +0 -17
- package/main/suggestion-group-item/index.d.ts +0 -17
- package/ui5-webcomponents-ngx-0.3.0-rc.8.tgz +0 -0
package/main/panel/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ declare class PanelComponent {
|
|
|
9
9
|
|
|
10
10
|
**Note:** This property is overridden by the `header` slot.
|
|
11
11
|
*/
|
|
12
|
-
headerText: string;
|
|
12
|
+
headerText: string | undefined;
|
|
13
13
|
/**
|
|
14
14
|
Determines whether the component is in a fixed state that is not
|
|
15
15
|
expandable/collapsible by user interaction.
|
|
@@ -37,7 +37,7 @@ declare class PanelComponent {
|
|
|
37
37
|
/**
|
|
38
38
|
Defines the accessible ARIA name of the component.
|
|
39
39
|
*/
|
|
40
|
-
accessibleName: string;
|
|
40
|
+
accessibleName: string | undefined;
|
|
41
41
|
/**
|
|
42
42
|
Indicates whether the Panel header is sticky or not.
|
|
43
43
|
If stickyHeader is set to true, then whenever you scroll the content or
|
package/main/popover/index.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ declare class PopoverComponent {
|
|
|
10
10
|
**Note:** If an element with `autofocus` attribute is added inside the component,
|
|
11
11
|
`initialFocus` won't take effect.
|
|
12
12
|
*/
|
|
13
|
-
initialFocus: string;
|
|
13
|
+
initialFocus: string | undefined;
|
|
14
14
|
/**
|
|
15
15
|
Defines if the focus should be returned to the previously focused element,
|
|
16
16
|
when the popup closes.
|
|
@@ -23,7 +23,7 @@ declare class PopoverComponent {
|
|
|
23
23
|
/**
|
|
24
24
|
Defines the IDs of the elements that label the component.
|
|
25
25
|
*/
|
|
26
|
-
accessibleNameRef: string;
|
|
26
|
+
accessibleNameRef: string | undefined;
|
|
27
27
|
/**
|
|
28
28
|
Allows setting a custom role.
|
|
29
29
|
*/
|
|
@@ -41,7 +41,7 @@ declare class PopoverComponent {
|
|
|
41
41
|
|
|
42
42
|
**Note:** If `header` slot is provided, the `headerText` is ignored.
|
|
43
43
|
*/
|
|
44
|
-
headerText: string;
|
|
44
|
+
headerText: string | undefined;
|
|
45
45
|
/**
|
|
46
46
|
Determines on which side the component is placed at.
|
|
47
47
|
*/
|
|
@@ -5,7 +5,7 @@ declare class ProgressIndicatorComponent {
|
|
|
5
5
|
/**
|
|
6
6
|
Defines the accessible ARIA name of the component.
|
|
7
7
|
*/
|
|
8
|
-
accessibleName: string;
|
|
8
|
+
accessibleName: string | undefined;
|
|
9
9
|
/**
|
|
10
10
|
Defines whether the component value is shown.
|
|
11
11
|
*/
|
|
@@ -25,7 +25,7 @@ declare class ProgressIndicatorComponent {
|
|
|
25
25
|
- If there is no value provided or the value is empty, the default percentage value is shown.
|
|
26
26
|
- If `hideValue` property is `true` both the `displayValue` and `value` property values are not shown.
|
|
27
27
|
*/
|
|
28
|
-
displayValue: string |
|
|
28
|
+
displayValue: string | undefined;
|
|
29
29
|
/**
|
|
30
30
|
Defines the value state of the component.
|
|
31
31
|
*/
|
|
@@ -33,7 +33,7 @@ declare class RadioButtonComponent {
|
|
|
33
33
|
/**
|
|
34
34
|
Defines the text of the component.
|
|
35
35
|
*/
|
|
36
|
-
text: string;
|
|
36
|
+
text: string | undefined;
|
|
37
37
|
/**
|
|
38
38
|
Defines the value state of the component.
|
|
39
39
|
*/
|
|
@@ -49,7 +49,7 @@ declare class RadioButtonComponent {
|
|
|
49
49
|
|
|
50
50
|
**Note:** Only one radio button can be selected per group.
|
|
51
51
|
*/
|
|
52
|
-
name: string;
|
|
52
|
+
name: string | undefined;
|
|
53
53
|
/**
|
|
54
54
|
Defines the form value of the component.
|
|
55
55
|
When a form with a radio button group is submitted, the group's value
|
|
@@ -65,11 +65,11 @@ declare class RadioButtonComponent {
|
|
|
65
65
|
/**
|
|
66
66
|
Defines the accessible ARIA name of the component.
|
|
67
67
|
*/
|
|
68
|
-
accessibleName: string;
|
|
68
|
+
accessibleName: string | undefined;
|
|
69
69
|
/**
|
|
70
70
|
Defines the IDs of the elements that label the component.
|
|
71
71
|
*/
|
|
72
|
-
accessibleNameRef: string;
|
|
72
|
+
accessibleNameRef: string | undefined;
|
|
73
73
|
/**
|
|
74
74
|
Fired when the component checked state changes.
|
|
75
75
|
*/
|
|
@@ -18,7 +18,7 @@ declare class RangeSliderComponent {
|
|
|
18
18
|
|
|
19
19
|
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
20
20
|
*/
|
|
21
|
-
name: string;
|
|
21
|
+
name: string | undefined;
|
|
22
22
|
/**
|
|
23
23
|
Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).
|
|
24
24
|
|
|
@@ -50,7 +50,7 @@ declare class RangeSliderComponent {
|
|
|
50
50
|
/**
|
|
51
51
|
Defines the accessible ARIA name of the component.
|
|
52
52
|
*/
|
|
53
|
-
accessibleName: string;
|
|
53
|
+
accessibleName: string | undefined;
|
|
54
54
|
/**
|
|
55
55
|
Defines start point of a selection - position of a first handle on the slider.
|
|
56
56
|
*/
|
|
@@ -33,11 +33,11 @@ declare class RatingIndicatorComponent {
|
|
|
33
33
|
/**
|
|
34
34
|
Defines the accessible ARIA name of the component.
|
|
35
35
|
*/
|
|
36
|
-
accessibleName: string;
|
|
36
|
+
accessibleName: string | undefined;
|
|
37
37
|
/**
|
|
38
38
|
Receives id(or many ids) of the elements that label the component.
|
|
39
39
|
*/
|
|
40
|
-
accessibleNameRef: string;
|
|
40
|
+
accessibleNameRef: string | undefined;
|
|
41
41
|
/**
|
|
42
42
|
Defines whether the component is required.
|
|
43
43
|
*/
|
|
@@ -45,7 +45,7 @@ declare class RatingIndicatorComponent {
|
|
|
45
45
|
/**
|
|
46
46
|
Defines the tooltip of the component.
|
|
47
47
|
*/
|
|
48
|
-
tooltip: string;
|
|
48
|
+
tooltip: string | undefined;
|
|
49
49
|
/**
|
|
50
50
|
The event is fired when the value changes.
|
|
51
51
|
*/
|
|
@@ -10,7 +10,7 @@ declare class ResponsivePopoverComponent {
|
|
|
10
10
|
**Note:** If an element with `autofocus` attribute is added inside the component,
|
|
11
11
|
`initialFocus` won't take effect.
|
|
12
12
|
*/
|
|
13
|
-
initialFocus: string;
|
|
13
|
+
initialFocus: string | undefined;
|
|
14
14
|
/**
|
|
15
15
|
Defines if the focus should be returned to the previously focused element,
|
|
16
16
|
when the popup closes.
|
|
@@ -23,7 +23,7 @@ declare class ResponsivePopoverComponent {
|
|
|
23
23
|
/**
|
|
24
24
|
Defines the IDs of the elements that label the component.
|
|
25
25
|
*/
|
|
26
|
-
accessibleNameRef: string;
|
|
26
|
+
accessibleNameRef: string | undefined;
|
|
27
27
|
/**
|
|
28
28
|
Allows setting a custom role.
|
|
29
29
|
*/
|
|
@@ -41,7 +41,7 @@ declare class ResponsivePopoverComponent {
|
|
|
41
41
|
|
|
42
42
|
**Note:** If `header` slot is provided, the `headerText` is ignored.
|
|
43
43
|
*/
|
|
44
|
-
headerText: string;
|
|
44
|
+
headerText: string | undefined;
|
|
45
45
|
/**
|
|
46
46
|
Determines on which side the component is placed at.
|
|
47
47
|
*/
|
|
@@ -17,7 +17,7 @@ declare class SegmentedButtonItemComponent {
|
|
|
17
17
|
|
|
18
18
|
**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.
|
|
19
19
|
*/
|
|
20
|
-
tooltip: string;
|
|
20
|
+
tooltip: string | undefined;
|
|
21
21
|
/**
|
|
22
22
|
Defines the accessible ARIA name of the component.
|
|
23
23
|
*/
|
|
@@ -25,7 +25,7 @@ declare class SegmentedButtonItemComponent {
|
|
|
25
25
|
/**
|
|
26
26
|
Receives id(or many ids) of the elements that label the component.
|
|
27
27
|
*/
|
|
28
|
-
accessibleNameRef: string;
|
|
28
|
+
accessibleNameRef: string | undefined;
|
|
29
29
|
/**
|
|
30
30
|
Defines the icon, displayed as graphical element within the component.
|
|
31
31
|
The SAP-icons font provides numerous options.
|
|
@@ -33,7 +33,7 @@ declare class SegmentedButtonItemComponent {
|
|
|
33
33
|
Example:
|
|
34
34
|
See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
35
35
|
*/
|
|
36
|
-
icon: string;
|
|
36
|
+
icon: string | undefined;
|
|
37
37
|
private elementRef;
|
|
38
38
|
private zone;
|
|
39
39
|
private cdr;
|
package/main/select/index.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ declare class SelectComponent {
|
|
|
16
16
|
|
|
17
17
|
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
18
18
|
*/
|
|
19
|
-
name: string;
|
|
19
|
+
name: string | undefined;
|
|
20
20
|
/**
|
|
21
21
|
Defines the value state of the component.
|
|
22
22
|
*/
|
|
@@ -35,11 +35,11 @@ declare class SelectComponent {
|
|
|
35
35
|
/**
|
|
36
36
|
Defines the accessible ARIA name of the component.
|
|
37
37
|
*/
|
|
38
|
-
accessibleName: string;
|
|
38
|
+
accessibleName: string | undefined;
|
|
39
39
|
/**
|
|
40
40
|
Receives id(or many ids) of the elements that label the select.
|
|
41
41
|
*/
|
|
42
|
-
accessibleNameRef: string;
|
|
42
|
+
accessibleNameRef: string | undefined;
|
|
43
43
|
/**
|
|
44
44
|
Defines the value of the component:
|
|
45
45
|
|
package/main/slider/index.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ declare class SliderComponent {
|
|
|
18
18
|
|
|
19
19
|
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
20
20
|
*/
|
|
21
|
-
name: string;
|
|
21
|
+
name: string | undefined;
|
|
22
22
|
/**
|
|
23
23
|
Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).
|
|
24
24
|
|
|
@@ -50,7 +50,7 @@ declare class SliderComponent {
|
|
|
50
50
|
/**
|
|
51
51
|
Defines the accessible ARIA name of the component.
|
|
52
52
|
*/
|
|
53
|
-
accessibleName: string;
|
|
53
|
+
accessibleName: string | undefined;
|
|
54
54
|
/**
|
|
55
55
|
Current value of the slider
|
|
56
56
|
*/
|
|
@@ -11,7 +11,7 @@ declare class SplitButtonComponent {
|
|
|
11
11
|
|
|
12
12
|
See all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
13
13
|
*/
|
|
14
|
-
icon: string;
|
|
14
|
+
icon: string | undefined;
|
|
15
15
|
/**
|
|
16
16
|
Defines whether the arrow button should have the active state styles or not.
|
|
17
17
|
*/
|
|
@@ -48,7 +48,7 @@ declare class StepInputComponent {
|
|
|
48
48
|
|
|
49
49
|
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
50
50
|
*/
|
|
51
|
-
name: string;
|
|
51
|
+
name: string | undefined;
|
|
52
52
|
/**
|
|
53
53
|
Determines the number of digits after the decimal point of the component.
|
|
54
54
|
*/
|
|
@@ -56,11 +56,11 @@ declare class StepInputComponent {
|
|
|
56
56
|
/**
|
|
57
57
|
Defines the accessible ARIA name of the component.
|
|
58
58
|
*/
|
|
59
|
-
accessibleName: string;
|
|
59
|
+
accessibleName: string | undefined;
|
|
60
60
|
/**
|
|
61
61
|
Receives id(or many ids) of the elements that label the component.
|
|
62
62
|
*/
|
|
63
|
-
accessibleNameRef: string;
|
|
63
|
+
accessibleNameRef: string | undefined;
|
|
64
64
|
/**
|
|
65
65
|
Fired when the input operation has finished by pressing Enter or on focusout.
|
|
66
66
|
*/
|
|
@@ -5,54 +5,17 @@ declare class SuggestionItemComponent {
|
|
|
5
5
|
/**
|
|
6
6
|
Defines the text of the component.
|
|
7
7
|
*/
|
|
8
|
-
text: string;
|
|
9
|
-
/**
|
|
10
|
-
Defines the visual indication and behavior of the item.
|
|
11
|
-
Available options are `Active` (by default), `Inactive` and `Detail`.
|
|
12
|
-
|
|
13
|
-
**Note:** When set to `Active`, the item will provide visual response upon press and hover,
|
|
14
|
-
while when `Inactive` or `Detail` - will not.
|
|
15
|
-
*/
|
|
16
|
-
type: 'Inactive' | 'Active' | 'Detail' | 'Navigation';
|
|
17
|
-
/**
|
|
18
|
-
Defines the description displayed right under the item text, if such is present.
|
|
19
|
-
*/
|
|
20
|
-
description: string;
|
|
21
|
-
/**
|
|
22
|
-
Defines the `icon` source URI.
|
|
23
|
-
|
|
24
|
-
**Note:**
|
|
25
|
-
SAP-icons font provides numerous built-in icons. To find all the available icons, see the
|
|
26
|
-
[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
27
|
-
*/
|
|
28
|
-
icon: string;
|
|
29
|
-
/**
|
|
30
|
-
Defines whether the `icon` should be displayed in the beginning of the item or in the end.
|
|
31
|
-
|
|
32
|
-
**Note:** If `image` is set, the `icon` would be displayed after the `image`.
|
|
33
|
-
*/
|
|
34
|
-
iconEnd: boolean;
|
|
35
|
-
/**
|
|
36
|
-
Defines the `image` source URI.
|
|
37
|
-
|
|
38
|
-
**Note:** The `image` would be displayed in the beginning of the item.
|
|
39
|
-
*/
|
|
40
|
-
image: string;
|
|
8
|
+
text: string | undefined;
|
|
41
9
|
/**
|
|
42
10
|
Defines the `additionalText`, displayed in the end of the item.
|
|
43
11
|
*/
|
|
44
|
-
additionalText: string;
|
|
45
|
-
/**
|
|
46
|
-
Defines the state of the `additionalText`.
|
|
47
|
-
*/
|
|
48
|
-
additionalTextState: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
|
|
12
|
+
additionalText: string | undefined;
|
|
49
13
|
private elementRef;
|
|
50
14
|
private zone;
|
|
51
15
|
private cdr;
|
|
52
16
|
get element(): SuggestionItem;
|
|
53
17
|
constructor();
|
|
54
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<SuggestionItemComponent, never>;
|
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SuggestionItemComponent, "ui5-suggestion-item", ["ui5SuggestionItem"], { "text": { "alias": "text"; "required": false; }; "
|
|
56
|
-
static ngAcceptInputType_iconEnd: unknown;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SuggestionItemComponent, "ui5-suggestion-item", ["ui5SuggestionItem"], { "text": { "alias": "text"; "required": false; }; "additionalText": { "alias": "additionalText"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
57
20
|
}
|
|
58
21
|
export { SuggestionItemComponent };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import '@ui5/webcomponents/dist/SuggestionItemCustom.js';
|
|
2
|
+
import SuggestionItemCustom from '@ui5/webcomponents/dist/SuggestionItemCustom.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
declare class SuggestionItemCustomComponent {
|
|
5
|
+
/**
|
|
6
|
+
Defines the text of the `ui5-suggestion-item-custom`.
|
|
7
|
+
**Note:** The text property is considered only for autocomplete.
|
|
8
|
+
*/
|
|
9
|
+
text: string | undefined;
|
|
10
|
+
private elementRef;
|
|
11
|
+
private zone;
|
|
12
|
+
private cdr;
|
|
13
|
+
get element(): SuggestionItemCustom;
|
|
14
|
+
constructor();
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SuggestionItemCustomComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SuggestionItemCustomComponent, "ui5-suggestion-item-custom", ["ui5SuggestionItemCustom"], { "text": { "alias": "text"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
17
|
+
}
|
|
18
|
+
export { SuggestionItemCustomComponent };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import '@ui5/webcomponents/dist/SuggestionItemGroup.js';
|
|
2
|
+
import SuggestionItemGroup from '@ui5/webcomponents/dist/SuggestionItemGroup.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
declare class SuggestionItemGroupComponent {
|
|
5
|
+
/**
|
|
6
|
+
Defines the header text of the <code>ui5-li-group</code>.
|
|
7
|
+
*/
|
|
8
|
+
headerText: string | undefined;
|
|
9
|
+
/**
|
|
10
|
+
Defines the accessible name of the header.
|
|
11
|
+
*/
|
|
12
|
+
headerAccessibleName: string | undefined;
|
|
13
|
+
private elementRef;
|
|
14
|
+
private zone;
|
|
15
|
+
private cdr;
|
|
16
|
+
get element(): SuggestionItemGroup;
|
|
17
|
+
constructor();
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SuggestionItemGroupComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SuggestionItemGroupComponent, "ui5-suggestion-item-group", ["ui5SuggestionItemGroup"], { "headerText": { "alias": "headerText"; "required": false; }; "headerAccessibleName": { "alias": "headerAccessibleName"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
20
|
+
}
|
|
21
|
+
export { SuggestionItemGroupComponent };
|
package/main/switch/index.d.ts
CHANGED
|
@@ -30,33 +30,33 @@ declare class SwitchComponent {
|
|
|
30
30
|
|
|
31
31
|
**Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off).
|
|
32
32
|
*/
|
|
33
|
-
textOn: string;
|
|
33
|
+
textOn: string | undefined;
|
|
34
34
|
/**
|
|
35
35
|
Defines the text, displayed when the component is not checked.
|
|
36
36
|
|
|
37
37
|
**Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off).
|
|
38
38
|
*/
|
|
39
|
-
textOff: string;
|
|
39
|
+
textOff: string | undefined;
|
|
40
40
|
/**
|
|
41
41
|
Sets the accessible ARIA name of the component.
|
|
42
42
|
|
|
43
43
|
**Note**: We recommend that you set an accessibleNameRef pointing to an external label or at least an `accessibleName`.
|
|
44
44
|
Providing an `accessibleNameRef` or an `accessibleName` is mandatory in the cases when `textOn` and `textOff` properties aren't set.
|
|
45
45
|
*/
|
|
46
|
-
accessibleName: string;
|
|
46
|
+
accessibleName: string | undefined;
|
|
47
47
|
/**
|
|
48
48
|
Receives id(or many ids) of the elements that label the component.
|
|
49
49
|
|
|
50
50
|
**Note**: We recommend that you set an accessibleNameRef pointing to an external label or at least an `accessibleName`.
|
|
51
51
|
Providing an `accessibleNameRef` or an `accessibleName` is mandatory in the cases when `textOn` and `textOff` properties aren't set.
|
|
52
52
|
*/
|
|
53
|
-
accessibleNameRef: string;
|
|
53
|
+
accessibleNameRef: string | undefined;
|
|
54
54
|
/**
|
|
55
55
|
Defines the tooltip of the component.
|
|
56
56
|
|
|
57
57
|
**Note:** If applicable an external label reference should always be the preferred option to provide context to the `ui5-switch` component over a tooltip.
|
|
58
58
|
*/
|
|
59
|
-
tooltip: string;
|
|
59
|
+
tooltip: string | undefined;
|
|
60
60
|
/**
|
|
61
61
|
Defines whether the component is required.
|
|
62
62
|
*/
|
|
@@ -66,7 +66,7 @@ declare class SwitchComponent {
|
|
|
66
66
|
|
|
67
67
|
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
68
68
|
*/
|
|
69
|
-
name: string;
|
|
69
|
+
name: string | undefined;
|
|
70
70
|
/**
|
|
71
71
|
Fired when the component checked state changes.
|
|
72
72
|
*/
|
package/main/tab/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ declare class TabComponent {
|
|
|
5
5
|
/**
|
|
6
6
|
The text to be displayed for the item.
|
|
7
7
|
*/
|
|
8
|
-
text: string;
|
|
8
|
+
text: string | undefined;
|
|
9
9
|
/**
|
|
10
10
|
Disabled tabs can't be selected.
|
|
11
11
|
*/
|
|
@@ -13,13 +13,13 @@ declare class TabComponent {
|
|
|
13
13
|
/**
|
|
14
14
|
Represents the "additionalText" text, which is displayed in the tab. In the cases when in the same time there are tabs with icons and tabs without icons, if a tab has no icon the "additionalText" is displayed larger.
|
|
15
15
|
*/
|
|
16
|
-
additionalText: string;
|
|
16
|
+
additionalText: string | undefined;
|
|
17
17
|
/**
|
|
18
18
|
Defines the icon source URI to be displayed as graphical element within the component.
|
|
19
19
|
The SAP-icons font provides numerous built-in icons.
|
|
20
20
|
See all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
21
21
|
*/
|
|
22
|
-
icon: string;
|
|
22
|
+
icon: string | undefined;
|
|
23
23
|
/**
|
|
24
24
|
Defines the component's design color.
|
|
25
25
|
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents/dist/Table.js';
|
|
3
|
+
import { default as Table, TableRowClickEventDetail } from '@ui5/webcomponents/dist/Table.js';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
declare class TableComponent {
|
|
6
|
+
/**
|
|
7
|
+
Defines the accessible ARIA name of the component.
|
|
8
|
+
*/
|
|
9
|
+
accessibleName: string | undefined;
|
|
10
|
+
/**
|
|
11
|
+
Identifies the element (or elements) that labels the component.
|
|
12
|
+
*/
|
|
13
|
+
accessibleNameRef: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
Defines the text to be displayed when there are no rows in the component.
|
|
16
|
+
*/
|
|
17
|
+
noDataText: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
Defines the mode of the <code>ui5-table</code> overflow behavior.
|
|
20
|
+
|
|
21
|
+
Available options are:
|
|
22
|
+
|
|
23
|
+
<code>Scroll</code> - Columns are shown as regular columns and horizontal scrolling is enabled.
|
|
24
|
+
|
|
25
|
+
<code>Popin</code> - Columns are shown as pop-ins instead of regular columns.
|
|
26
|
+
*/
|
|
27
|
+
overflowMode: 'Scroll' | 'Popin';
|
|
28
|
+
/**
|
|
29
|
+
Defines if the loading indicator should be shown.
|
|
30
|
+
|
|
31
|
+
<b>Note:</b> When the component is loading, it is non-interactive.
|
|
32
|
+
*/
|
|
33
|
+
loading: boolean;
|
|
34
|
+
/**
|
|
35
|
+
Defines the delay in milliseconds, after which the loading indicator will show up for this component.
|
|
36
|
+
*/
|
|
37
|
+
loadingDelay: number;
|
|
38
|
+
/**
|
|
39
|
+
Fired when an interactive row is clicked.
|
|
40
|
+
*/
|
|
41
|
+
ui5RowClick: EventEmitter<TableRowClickEventDetail>;
|
|
42
|
+
private elementRef;
|
|
43
|
+
private zone;
|
|
44
|
+
private cdr;
|
|
45
|
+
get element(): Table;
|
|
46
|
+
constructor();
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "ui5-table", ["ui5Table"], { "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "noDataText": { "alias": "noDataText"; "required": false; }; "overflowMode": { "alias": "overflowMode"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; }; }, { "ui5RowClick": "ui5RowClick"; }, never, ["*"], true, never>;
|
|
49
|
+
static ngAcceptInputType_loading: unknown;
|
|
50
|
+
}
|
|
51
|
+
export { TableComponent };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import '@ui5/webcomponents
|
|
2
|
-
import TableCell from '@ui5/webcomponents
|
|
1
|
+
import '@ui5/webcomponents/dist/TableCell.js';
|
|
2
|
+
import TableCell from '@ui5/webcomponents/dist/TableCell.js';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
declare class TableCellComponent {
|
|
5
5
|
private elementRef;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents/dist/TableGrowing.js';
|
|
3
|
+
import TableGrowing from '@ui5/webcomponents/dist/TableGrowing.js';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
declare class TableGrowingComponent {
|
|
6
|
+
/**
|
|
7
|
+
Defines the mode of the <code>ui5-table</code> growing.
|
|
8
|
+
|
|
9
|
+
Available options are:
|
|
10
|
+
|
|
11
|
+
Button - Shows a More button at the bottom of the table, pressing it will load more rows.
|
|
12
|
+
|
|
13
|
+
Scroll - The rows are loaded automatically by scrolling to the bottom of the table. If the table is not scrollable, this option is the same as the Button.
|
|
14
|
+
*/
|
|
15
|
+
type: 'Button' | 'Scroll';
|
|
16
|
+
/**
|
|
17
|
+
Defines the text that will be displayed inside the growing button.
|
|
18
|
+
Has no effect when type is set to `Scroll`.
|
|
19
|
+
|
|
20
|
+
**Note:** When not provided and the type is set to Button, a default text is displayed, corresponding to the
|
|
21
|
+
current language.
|
|
22
|
+
*/
|
|
23
|
+
growingText: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
Defines the text that will be displayed below the `growingText` inside the growing button.
|
|
26
|
+
Has no effect when type is set to Scroll.
|
|
27
|
+
*/
|
|
28
|
+
growingSubText: string | undefined;
|
|
29
|
+
/**
|
|
30
|
+
Fired when the growing button is pressed or the user scrolls to the end of the table.
|
|
31
|
+
*/
|
|
32
|
+
ui5LoadMore: EventEmitter<void>;
|
|
33
|
+
private elementRef;
|
|
34
|
+
private zone;
|
|
35
|
+
private cdr;
|
|
36
|
+
get element(): TableGrowing;
|
|
37
|
+
constructor();
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableGrowingComponent, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableGrowingComponent, "ui5-table-growing", ["ui5TableGrowing"], { "type": { "alias": "type"; "required": false; }; "growingText": { "alias": "growingText"; "required": false; }; "growingSubText": { "alias": "growingSubText"; "required": false; }; }, { "ui5LoadMore": "ui5LoadMore"; }, never, ["*"], true, never>;
|
|
40
|
+
}
|
|
41
|
+
export { TableGrowingComponent };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import '@ui5/webcomponents/dist/TableHeaderCell.js';
|
|
2
|
+
import TableHeaderCell from '@ui5/webcomponents/dist/TableHeaderCell.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
declare class TableHeaderCellComponent {
|
|
5
|
+
/**
|
|
6
|
+
Defines the width of column.
|
|
7
|
+
*/
|
|
8
|
+
width: string;
|
|
9
|
+
/**
|
|
10
|
+
Defines the minimum width of the column.
|
|
11
|
+
|
|
12
|
+
If the table is in `Popin` mode, the column will move into the popin when
|
|
13
|
+
when the minimum width does not fit anymore.
|
|
14
|
+
*/
|
|
15
|
+
minWidth: string;
|
|
16
|
+
/**
|
|
17
|
+
Defines the maximum width of the column.
|
|
18
|
+
*/
|
|
19
|
+
maxWidth: string;
|
|
20
|
+
/**
|
|
21
|
+
Defines the importance of the column.
|
|
22
|
+
|
|
23
|
+
This property affects the popin behaviour.
|
|
24
|
+
Columns with higher importance will move into the popin area later then less important
|
|
25
|
+
columns.
|
|
26
|
+
*/
|
|
27
|
+
importance: number;
|
|
28
|
+
private elementRef;
|
|
29
|
+
private zone;
|
|
30
|
+
private cdr;
|
|
31
|
+
get element(): TableHeaderCell;
|
|
32
|
+
constructor();
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableHeaderCellComponent, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableHeaderCellComponent, "ui5-table-header-cell", ["ui5TableHeaderCell"], { "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "importance": { "alias": "importance"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
35
|
+
}
|
|
36
|
+
export { TableHeaderCellComponent };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import '@ui5/webcomponents/dist/TableHeaderRow.js';
|
|
2
|
+
import TableHeaderRow from '@ui5/webcomponents/dist/TableHeaderRow.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
declare class TableHeaderRowComponent {
|
|
5
|
+
/**
|
|
6
|
+
Sticks the `ui5-table-header-row` to the top of a table.
|
|
7
|
+
*/
|
|
8
|
+
sticky: boolean;
|
|
9
|
+
private elementRef;
|
|
10
|
+
private zone;
|
|
11
|
+
private cdr;
|
|
12
|
+
get element(): TableHeaderRow;
|
|
13
|
+
constructor();
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableHeaderRowComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableHeaderRowComponent, "ui5-table-header-row", ["ui5TableHeaderRow"], { "sticky": { "alias": "sticky"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
16
|
+
static ngAcceptInputType_sticky: unknown;
|
|
17
|
+
}
|
|
18
|
+
export { TableHeaderRowComponent };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import '@ui5/webcomponents/dist/TableRow.js';
|
|
2
|
+
import TableRow from '@ui5/webcomponents/dist/TableRow.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
declare class TableRowComponent {
|
|
5
|
+
/**
|
|
6
|
+
Unique identifier of the row.
|
|
7
|
+
*/
|
|
8
|
+
rowKey: string;
|
|
9
|
+
/**
|
|
10
|
+
Defines the interactive state of the row.
|
|
11
|
+
*/
|
|
12
|
+
interactive: boolean;
|
|
13
|
+
/**
|
|
14
|
+
Defines the navigated state of the row.
|
|
15
|
+
*/
|
|
16
|
+
navigated: boolean;
|
|
17
|
+
private elementRef;
|
|
18
|
+
private zone;
|
|
19
|
+
private cdr;
|
|
20
|
+
get element(): TableRow;
|
|
21
|
+
constructor();
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableRowComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableRowComponent, "ui5-table-row", ["ui5TableRow"], { "rowKey": { "alias": "rowKey"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "navigated": { "alias": "navigated"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
24
|
+
static ngAcceptInputType_interactive: unknown;
|
|
25
|
+
static ngAcceptInputType_navigated: unknown;
|
|
26
|
+
}
|
|
27
|
+
export { TableRowComponent };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents/dist/TableSelection.js';
|
|
3
|
+
import TableSelection from '@ui5/webcomponents/dist/TableSelection.js';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
declare class TableSelectionComponent {
|
|
6
|
+
/**
|
|
7
|
+
Defines the selection mode.
|
|
8
|
+
*/
|
|
9
|
+
mode: 'None' | 'Single' | 'Multiple';
|
|
10
|
+
/**
|
|
11
|
+
Defines the selected rows separated by a space.
|
|
12
|
+
*/
|
|
13
|
+
selected: string;
|
|
14
|
+
/**
|
|
15
|
+
Fired when selection is changed by user interaction.
|
|
16
|
+
*/
|
|
17
|
+
ui5Change: EventEmitter<void>;
|
|
18
|
+
private elementRef;
|
|
19
|
+
private zone;
|
|
20
|
+
private cdr;
|
|
21
|
+
get element(): TableSelection;
|
|
22
|
+
constructor();
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableSelectionComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableSelectionComponent, "ui5-table-selection", ["ui5TableSelection"], { "mode": { "alias": "mode"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, never>;
|
|
25
|
+
}
|
|
26
|
+
export { TableSelectionComponent };
|