@ui5/webcomponents-ngx 0.3.0-rc.9 → 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 +0 -1
- 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 -76
- 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.9.tgz +0 -0
|
@@ -29,11 +29,6 @@ export { UploadCollectionItemComponent } from '@ui5/webcomponents-ngx/fiori/uplo
|
|
|
29
29
|
export { ViewSettingsDialogComponent } from '@ui5/webcomponents-ngx/fiori/view-settings-dialog';
|
|
30
30
|
export { WizardComponent } from '@ui5/webcomponents-ngx/fiori/wizard';
|
|
31
31
|
export { WizardStepComponent } from '@ui5/webcomponents-ngx/fiori/wizard-step';
|
|
32
|
-
export { TableComponent } from '@ui5/webcomponents-ngx/compat/table';
|
|
33
|
-
export { TableCellComponent } from '@ui5/webcomponents-ngx/compat/table-cell';
|
|
34
|
-
export { TableColumnComponent } from '@ui5/webcomponents-ngx/compat/table-column';
|
|
35
|
-
export { TableGroupRowComponent } from '@ui5/webcomponents-ngx/compat/table-group-row';
|
|
36
|
-
export { TableRowComponent } from '@ui5/webcomponents-ngx/compat/table-row';
|
|
37
32
|
export { AvatarComponent } from '@ui5/webcomponents-ngx/main/avatar';
|
|
38
33
|
export { AvatarGroupComponent } from '@ui5/webcomponents-ngx/main/avatar-group';
|
|
39
34
|
export { BarComponent } from '@ui5/webcomponents-ngx/main/bar';
|
|
@@ -57,7 +52,6 @@ export { ColorPickerComponent } from '@ui5/webcomponents-ngx/main/color-picker';
|
|
|
57
52
|
export { ComboBoxComponent } from '@ui5/webcomponents-ngx/main/combo-box';
|
|
58
53
|
export { ComboBoxItemComponent } from '@ui5/webcomponents-ngx/main/combo-box-item';
|
|
59
54
|
export { ComboBoxItemGroupComponent } from '@ui5/webcomponents-ngx/main/combo-box-item-group';
|
|
60
|
-
export { CustomListItemComponent } from '@ui5/webcomponents-ngx/main/custom-list-item';
|
|
61
55
|
export { DatePickerComponent } from '@ui5/webcomponents-ngx/main/date-picker';
|
|
62
56
|
export { DateRangePickerComponent } from '@ui5/webcomponents-ngx/main/date-range-picker';
|
|
63
57
|
export { DateTimePickerComponent } from '@ui5/webcomponents-ngx/main/date-time-picker';
|
|
@@ -71,13 +65,16 @@ export { InputComponent } from '@ui5/webcomponents-ngx/main/input';
|
|
|
71
65
|
export { LabelComponent } from '@ui5/webcomponents-ngx/main/label';
|
|
72
66
|
export { LinkComponent } from '@ui5/webcomponents-ngx/main/link';
|
|
73
67
|
export { ListComponent } from '@ui5/webcomponents-ngx/main/list';
|
|
68
|
+
export { ListItemCustomComponent } from '@ui5/webcomponents-ngx/main/list-item-custom';
|
|
74
69
|
export { ListItemGroupComponent } from '@ui5/webcomponents-ngx/main/list-item-group';
|
|
70
|
+
export { ListItemStandardComponent } from '@ui5/webcomponents-ngx/main/list-item-standard';
|
|
75
71
|
export { MenuComponent } from '@ui5/webcomponents-ngx/main/menu';
|
|
76
72
|
export { MenuItemComponent } from '@ui5/webcomponents-ngx/main/menu-item';
|
|
73
|
+
export { MenuSeparatorComponent } from '@ui5/webcomponents-ngx/main/menu-separator';
|
|
77
74
|
export { MessageStripComponent } from '@ui5/webcomponents-ngx/main/message-strip';
|
|
78
75
|
export { MultiComboBoxComponent } from '@ui5/webcomponents-ngx/main/multi-combo-box';
|
|
79
|
-
export { MultiComboBoxGroupItemComponent } from '@ui5/webcomponents-ngx/main/multi-combo-box-group-item';
|
|
80
76
|
export { MultiComboBoxItemComponent } from '@ui5/webcomponents-ngx/main/multi-combo-box-item';
|
|
77
|
+
export { MultiComboBoxItemGroupComponent } from '@ui5/webcomponents-ngx/main/multi-combo-box-item-group';
|
|
81
78
|
export { MultiInputComponent } from '@ui5/webcomponents-ngx/main/multi-input';
|
|
82
79
|
export { OptionComponent } from '@ui5/webcomponents-ngx/main/option';
|
|
83
80
|
export { OptionCustomComponent } from '@ui5/webcomponents-ngx/main/option-custom';
|
|
@@ -94,14 +91,21 @@ export { SelectComponent } from '@ui5/webcomponents-ngx/main/select';
|
|
|
94
91
|
export { SliderComponent } from '@ui5/webcomponents-ngx/main/slider';
|
|
95
92
|
export { SpecialCalendarDateComponent } from '@ui5/webcomponents-ngx/main/special-calendar-date';
|
|
96
93
|
export { SplitButtonComponent } from '@ui5/webcomponents-ngx/main/split-button';
|
|
97
|
-
export { StandardListItemComponent } from '@ui5/webcomponents-ngx/main/standard-list-item';
|
|
98
94
|
export { StepInputComponent } from '@ui5/webcomponents-ngx/main/step-input';
|
|
99
|
-
export { SuggestionGroupItemComponent } from '@ui5/webcomponents-ngx/main/suggestion-group-item';
|
|
100
95
|
export { SuggestionItemComponent } from '@ui5/webcomponents-ngx/main/suggestion-item';
|
|
96
|
+
export { SuggestionItemCustomComponent } from '@ui5/webcomponents-ngx/main/suggestion-item-custom';
|
|
97
|
+
export { SuggestionItemGroupComponent } from '@ui5/webcomponents-ngx/main/suggestion-item-group';
|
|
101
98
|
export { SwitchComponent } from '@ui5/webcomponents-ngx/main/switch';
|
|
102
99
|
export { TabComponent } from '@ui5/webcomponents-ngx/main/tab';
|
|
103
100
|
export { TabContainerComponent } from '@ui5/webcomponents-ngx/main/tab-container';
|
|
104
101
|
export { TabSeparatorComponent } from '@ui5/webcomponents-ngx/main/tab-separator';
|
|
102
|
+
export { TableComponent } from '@ui5/webcomponents-ngx/main/table';
|
|
103
|
+
export { TableCellComponent } from '@ui5/webcomponents-ngx/main/table-cell';
|
|
104
|
+
export { TableGrowingComponent } from '@ui5/webcomponents-ngx/main/table-growing';
|
|
105
|
+
export { TableHeaderCellComponent } from '@ui5/webcomponents-ngx/main/table-header-cell';
|
|
106
|
+
export { TableHeaderRowComponent } from '@ui5/webcomponents-ngx/main/table-header-row';
|
|
107
|
+
export { TableRowComponent } from '@ui5/webcomponents-ngx/main/table-row';
|
|
108
|
+
export { TableSelectionComponent } from '@ui5/webcomponents-ngx/main/table-selection';
|
|
105
109
|
export { TagComponent } from '@ui5/webcomponents-ngx/main/tag';
|
|
106
110
|
export { TextComponent } from '@ui5/webcomponents-ngx/main/text';
|
|
107
111
|
export { TextAreaComponent } from '@ui5/webcomponents-ngx/main/text-area';
|
|
@@ -126,8 +130,6 @@ import { Ui5FioriModule } from '@ui5/webcomponents-ngx/fiori';
|
|
|
126
130
|
export { Ui5FioriModule } from '@ui5/webcomponents-ngx/fiori';
|
|
127
131
|
import { Ui5MainModule } from '@ui5/webcomponents-ngx/main';
|
|
128
132
|
export { Ui5MainModule } from '@ui5/webcomponents-ngx/main';
|
|
129
|
-
import { Ui5CompatModule } from '@ui5/webcomponents-ngx/compat';
|
|
130
|
-
export { Ui5CompatModule } from '@ui5/webcomponents-ngx/compat';
|
|
131
133
|
import * as i0 from '@angular/core';
|
|
132
134
|
import { NgModule } from '@angular/core';
|
|
133
135
|
export * from '@ui5/webcomponents-ngx/theming';
|
|
@@ -135,14 +137,13 @@ export * from '@ui5/webcomponents-ngx/icons';
|
|
|
135
137
|
export * from '@ui5/webcomponents-ngx/config';
|
|
136
138
|
export * from '@ui5/webcomponents-ngx/fiori/theming';
|
|
137
139
|
export * from '@ui5/webcomponents-ngx/main/theming';
|
|
138
|
-
export * from '@ui5/webcomponents-ngx/compat/theming';
|
|
139
140
|
|
|
140
|
-
const imports = [Ui5FioriModule, Ui5MainModule
|
|
141
|
+
const imports = [Ui5FioriModule, Ui5MainModule];
|
|
141
142
|
const exports = [...imports];
|
|
142
143
|
class Ui5WebcomponentsModule {
|
|
143
144
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: Ui5WebcomponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
144
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.9", ngImport: i0, type: Ui5WebcomponentsModule, imports: [Ui5FioriModule, Ui5MainModule
|
|
145
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: Ui5WebcomponentsModule, imports: [imports, Ui5FioriModule, Ui5MainModule
|
|
145
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.9", ngImport: i0, type: Ui5WebcomponentsModule, imports: [Ui5FioriModule, Ui5MainModule], exports: [Ui5FioriModule, Ui5MainModule] }); }
|
|
146
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: Ui5WebcomponentsModule, imports: [imports, Ui5FioriModule, Ui5MainModule] }); }
|
|
146
147
|
}
|
|
147
148
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: Ui5WebcomponentsModule, decorators: [{
|
|
148
149
|
type: NgModule,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx.mjs","sources":["../../../../libs/ui5-angular/ui5-webcomponents.module.ts","../../../../libs/ui5-angular/ui5-webcomponents-ngx.ts"],"sourcesContent":["import { NgModule } from \"@angular/core\";\nimport { Ui5FioriModule } from \"@ui5/webcomponents-ngx/fiori\";\nimport { Ui5MainModule } from \"@ui5/webcomponents-ngx/main\";\
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx.mjs","sources":["../../../../libs/ui5-angular/ui5-webcomponents.module.ts","../../../../libs/ui5-angular/ui5-webcomponents-ngx.ts"],"sourcesContent":["import { NgModule } from \"@angular/core\";\nimport { Ui5FioriModule } from \"@ui5/webcomponents-ngx/fiori\";\nimport { Ui5MainModule } from \"@ui5/webcomponents-ngx/main\";\n\nconst imports = [Ui5FioriModule, Ui5MainModule];\nconst exports = [...imports];\n\n@NgModule({\n imports: [...imports],\n exports: [...exports],\n})\nclass Ui5WebcomponentsModule {}\nexport { Ui5WebcomponentsModule };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,MAAM,OAAO,GAAG,CAAC,cAAc,EAAE,aAAa,CAAC,CAAC;AAChD,MAAM,OAAO,GAAG,CAAC,GAAG,OAAO,CAAC,CAAC;AAE7B,MAIM,sBAAsB,CAAA;8GAAtB,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;AAAtB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,sBAAsB,YAPX,cAAc,EAAE,aAAa,CAA7B,EAAA,OAAA,EAAA,CAAA,cAAc,EAAE,aAAa,CAAA,EAAA,CAAA,CAAA,EAAA;AAOxC,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,sBAAsB,EAHb,OAAA,EAAA,CAAA,OAAO,EAJL,cAAc,EAAE,aAAa,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAOxC,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBAJ3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,OAAO,EAAE,CAAC,GAAG,OAAO,CAAC;AACrB,oBAAA,OAAO,EAAE,CAAC,GAAG,OAAO,CAAC;AACtB,iBAAA,CAAA;;;ACVD;;AAEG;;;;"}
|
|
@@ -5,11 +5,11 @@ declare class FilterItemComponent {
|
|
|
5
5
|
/**
|
|
6
6
|
Defines the text of the component.
|
|
7
7
|
*/
|
|
8
|
-
text: string;
|
|
8
|
+
text: string | undefined;
|
|
9
9
|
/**
|
|
10
10
|
Defines the additional text of the component.
|
|
11
11
|
*/
|
|
12
|
-
additionalText: string;
|
|
12
|
+
additionalText: string | undefined;
|
|
13
13
|
private elementRef;
|
|
14
14
|
private zone;
|
|
15
15
|
private cdr;
|
|
@@ -14,10 +14,9 @@ declare class FlexibleColumnLayoutComponent {
|
|
|
14
14
|
*/
|
|
15
15
|
layout: 'OneColumn' | 'TwoColumnsStartExpanded' | 'TwoColumnsMidExpanded' | 'ThreeColumnsMidExpanded' | 'ThreeColumnsEndExpanded' | 'ThreeColumnsStartExpandedEndHidden' | 'ThreeColumnsMidExpandedEndHidden' | 'MidColumnFullScreen' | 'EndColumnFullScreen';
|
|
16
16
|
/**
|
|
17
|
-
|
|
18
|
-
used for expanding and shrinking the columns.
|
|
17
|
+
Specifies if the user is allowed to change the columns layout by dragging the separator between the columns.
|
|
19
18
|
*/
|
|
20
|
-
|
|
19
|
+
disableResizing: boolean;
|
|
21
20
|
/**
|
|
22
21
|
Defines additional accessibility attributes on different areas of the component.
|
|
23
22
|
|
|
@@ -27,12 +26,8 @@ declare class FlexibleColumnLayoutComponent {
|
|
|
27
26
|
- **startColumn**: `startColumn.role` and `startColumn.name`.
|
|
28
27
|
- **midColumn**: `midColumn.role` and `midColumn.name`.
|
|
29
28
|
- **endColumn**: `endColumn.role` and `endColumn.name`.
|
|
30
|
-
- **
|
|
31
|
-
- **
|
|
32
|
-
- **startArrowLeft**: `startArrowLeft.name`.
|
|
33
|
-
- **startArrowRight**: `startArrowRight.name`.
|
|
34
|
-
- **endArrowLeft**: `endArrowLeft.name`.
|
|
35
|
-
- **endArrowRight**: `endArrowRight.name`.
|
|
29
|
+
- **startSeparator**: `startSeparator.role` and `startSeparator.name`.
|
|
30
|
+
- **endSeparator**: `endSeparator.role` and `endSeparator.name`.
|
|
36
31
|
|
|
37
32
|
The accessibility attributes support the following values:
|
|
38
33
|
|
|
@@ -44,7 +39,7 @@ declare class FlexibleColumnLayoutComponent {
|
|
|
44
39
|
*/
|
|
45
40
|
accessibilityAttributes: FCLAccessibilityAttributes;
|
|
46
41
|
/**
|
|
47
|
-
Fired when the layout changes via user interaction by
|
|
42
|
+
Fired when the layout changes via user interaction by dragging the separators
|
|
48
43
|
or by changing the component size due to resizing.
|
|
49
44
|
*/
|
|
50
45
|
ui5LayoutChange: EventEmitter<FlexibleColumnLayoutLayoutChangeEventDetail>;
|
|
@@ -54,7 +49,7 @@ declare class FlexibleColumnLayoutComponent {
|
|
|
54
49
|
get element(): FlexibleColumnLayout;
|
|
55
50
|
constructor();
|
|
56
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<FlexibleColumnLayoutComponent, never>;
|
|
57
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FlexibleColumnLayoutComponent, "ui5-flexible-column-layout", ["ui5FlexibleColumnLayout"], { "layout": { "alias": "layout"; "required": false; }; "
|
|
58
|
-
static
|
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlexibleColumnLayoutComponent, "ui5-flexible-column-layout", ["ui5FlexibleColumnLayout"], { "layout": { "alias": "layout"; "required": false; }; "disableResizing": { "alias": "disableResizing"; "required": false; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; }; }, { "ui5LayoutChange": "ui5LayoutChange"; }, never, ["*"], true, never>;
|
|
53
|
+
static ngAcceptInputType_disableResizing: unknown;
|
|
59
54
|
}
|
|
60
55
|
export { FlexibleColumnLayoutComponent };
|
|
@@ -40,17 +40,17 @@ declare class IllustratedMessageComponent {
|
|
|
40
40
|
|
|
41
41
|
**Note:** Using `subtitle` slot, the default of this property will be overwritten.
|
|
42
42
|
*/
|
|
43
|
-
subtitleText: string;
|
|
43
|
+
subtitleText: string | undefined;
|
|
44
44
|
/**
|
|
45
45
|
Defines the title of the component.
|
|
46
46
|
|
|
47
47
|
**Note:** Using this property, the default title text of illustration will be overwritten.
|
|
48
48
|
*/
|
|
49
|
-
titleText: string;
|
|
49
|
+
titleText: string | undefined;
|
|
50
50
|
/**
|
|
51
51
|
Receives id(or many ids) of the elements that label the component.
|
|
52
52
|
*/
|
|
53
|
-
accessibleNameRef: string;
|
|
53
|
+
accessibleNameRef: string | undefined;
|
|
54
54
|
private elementRef;
|
|
55
55
|
private zone;
|
|
56
56
|
private cdr;
|
|
@@ -3,14 +3,10 @@ import '@ui5/webcomponents-fiori/dist/NotificationListGroupItem.js';
|
|
|
3
3
|
import NotificationListGroupItem from '@ui5/webcomponents-fiori/dist/NotificationListGroupItem.js';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
declare class NotificationListGroupItemComponent {
|
|
6
|
-
/**
|
|
7
|
-
Defines the selected state of the component.
|
|
8
|
-
*/
|
|
9
|
-
selected: boolean;
|
|
10
6
|
/**
|
|
11
7
|
Defines the `titleText` of the item.
|
|
12
8
|
*/
|
|
13
|
-
titleText: string;
|
|
9
|
+
titleText: string | undefined;
|
|
14
10
|
/**
|
|
15
11
|
Defines if the `notification` is new or has been already read.
|
|
16
12
|
|
|
@@ -40,8 +36,7 @@ declare class NotificationListGroupItemComponent {
|
|
|
40
36
|
get element(): NotificationListGroupItem;
|
|
41
37
|
constructor();
|
|
42
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationListGroupItemComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationListGroupItemComponent, "ui5-li-notification-group", ["ui5LiNotificationGroup"], { "
|
|
44
|
-
static ngAcceptInputType_selected: unknown;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationListGroupItemComponent, "ui5-li-notification-group", ["ui5LiNotificationGroup"], { "titleText": { "alias": "titleText"; "required": false; }; "read": { "alias": "read"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, { "ui5Toggle": "ui5Toggle"; }, never, ["*"], true, never>;
|
|
45
40
|
static ngAcceptInputType_read: unknown;
|
|
46
41
|
static ngAcceptInputType_loading: unknown;
|
|
47
42
|
static ngAcceptInputType_collapsed: unknown;
|
|
@@ -3,14 +3,10 @@ import '@ui5/webcomponents-fiori/dist/NotificationListItem.js';
|
|
|
3
3
|
import { default as NotificationListItem, NotificationListItemCloseEventDetail } from '@ui5/webcomponents-fiori/dist/NotificationListItem.js';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
declare class NotificationListItemComponent {
|
|
6
|
-
/**
|
|
7
|
-
Defines the selected state of the component.
|
|
8
|
-
*/
|
|
9
|
-
selected: boolean;
|
|
10
6
|
/**
|
|
11
7
|
Defines the `titleText` of the item.
|
|
12
8
|
*/
|
|
13
|
-
titleText: string;
|
|
9
|
+
titleText: string | undefined;
|
|
14
10
|
/**
|
|
15
11
|
Defines if the `notification` is new or has been already read.
|
|
16
12
|
|
|
@@ -56,8 +52,7 @@ declare class NotificationListItemComponent {
|
|
|
56
52
|
get element(): NotificationListItem;
|
|
57
53
|
constructor();
|
|
58
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationListItemComponent, never>;
|
|
59
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationListItemComponent, "ui5-li-notification", ["ui5LiNotification"], { "
|
|
60
|
-
static ngAcceptInputType_selected: unknown;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationListItemComponent, "ui5-li-notification", ["ui5LiNotification"], { "titleText": { "alias": "titleText"; "required": false; }; "read": { "alias": "read"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; }; "wrappingType": { "alias": "wrappingType"; "required": false; }; "state": { "alias": "state"; "required": false; }; "showClose": { "alias": "showClose"; "required": false; }; "importance": { "alias": "importance"; "required": false; }; }, { "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
|
|
61
56
|
static ngAcceptInputType_read: unknown;
|
|
62
57
|
static ngAcceptInputType_loading: unknown;
|
|
63
58
|
static ngAcceptInputType_showClose: unknown;
|
|
@@ -6,11 +6,11 @@ declare class ProductSwitchItemComponent {
|
|
|
6
6
|
/**
|
|
7
7
|
Defines the title of the component.
|
|
8
8
|
*/
|
|
9
|
-
titleText: string;
|
|
9
|
+
titleText: string | undefined;
|
|
10
10
|
/**
|
|
11
11
|
Defines the subtitle of the component.
|
|
12
12
|
*/
|
|
13
|
-
subtitleText: string;
|
|
13
|
+
subtitleText: string | undefined;
|
|
14
14
|
/**
|
|
15
15
|
Defines the icon to be displayed as a graphical element within the component.
|
|
16
16
|
|
|
@@ -20,7 +20,7 @@ declare class ProductSwitchItemComponent {
|
|
|
20
20
|
|
|
21
21
|
See all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
22
22
|
*/
|
|
23
|
-
icon: string;
|
|
23
|
+
icon: string | undefined;
|
|
24
24
|
/**
|
|
25
25
|
Defines a target where the `targetSrc` content must be open.
|
|
26
26
|
|
|
@@ -31,12 +31,14 @@ declare class ProductSwitchItemComponent {
|
|
|
31
31
|
- `_blank`
|
|
32
32
|
- `_parent`
|
|
33
33
|
- `_search`
|
|
34
|
+
|
|
35
|
+
**Note:** By default target will be open in the same frame as it was clicked.
|
|
34
36
|
*/
|
|
35
|
-
target: string;
|
|
37
|
+
target: string | undefined;
|
|
36
38
|
/**
|
|
37
39
|
Defines the component target URI. Supports standard hyperlink behavior.
|
|
38
40
|
*/
|
|
39
|
-
targetSrc: string;
|
|
41
|
+
targetSrc: string | undefined;
|
|
40
42
|
/**
|
|
41
43
|
Fired when the `ui5-product-switch-item` is activated either with a
|
|
42
44
|
click/tap or by using the Enter or Space key.
|
|
@@ -8,18 +8,18 @@ declare class ShellBarComponent {
|
|
|
8
8
|
|
|
9
9
|
**Note:** The `primaryTitle` would be hidden on S screen size (less than approx. 700px).
|
|
10
10
|
*/
|
|
11
|
-
primaryTitle: string;
|
|
11
|
+
primaryTitle: string | undefined;
|
|
12
12
|
/**
|
|
13
13
|
Defines the `secondaryTitle`.
|
|
14
14
|
|
|
15
15
|
**Note:** The `secondaryTitle` would be hidden on S and M screen sizes (less than approx. 1300px).
|
|
16
16
|
*/
|
|
17
|
-
secondaryTitle: string;
|
|
17
|
+
secondaryTitle: string | undefined;
|
|
18
18
|
/**
|
|
19
19
|
Defines the `notificationsCount`,
|
|
20
20
|
displayed in the notification icon top-right corner.
|
|
21
21
|
*/
|
|
22
|
-
notificationsCount: string;
|
|
22
|
+
notificationsCount: string | undefined;
|
|
23
23
|
/**
|
|
24
24
|
Defines, if the notification icon would be displayed.
|
|
25
25
|
*/
|
|
@@ -6,17 +6,17 @@ declare class ShellBarItemComponent {
|
|
|
6
6
|
/**
|
|
7
7
|
Defines the name of the item's icon.
|
|
8
8
|
*/
|
|
9
|
-
icon: string;
|
|
9
|
+
icon: string | undefined;
|
|
10
10
|
/**
|
|
11
11
|
Defines the item text.
|
|
12
12
|
|
|
13
13
|
**Note:** The text is only displayed inside the overflow popover list view.
|
|
14
14
|
*/
|
|
15
|
-
text: string;
|
|
15
|
+
text: string | undefined;
|
|
16
16
|
/**
|
|
17
17
|
Defines the count displayed in the top-right corner.
|
|
18
18
|
*/
|
|
19
|
-
count: string;
|
|
19
|
+
count: string | undefined;
|
|
20
20
|
/**
|
|
21
21
|
Fired, when the item is pressed.
|
|
22
22
|
*/
|
|
@@ -5,7 +5,7 @@ declare class SideNavigationGroupComponent {
|
|
|
5
5
|
/**
|
|
6
6
|
Defines the text of the item.
|
|
7
7
|
*/
|
|
8
|
-
text: string;
|
|
8
|
+
text: string | undefined;
|
|
9
9
|
/**
|
|
10
10
|
Defines whether the component is disabled.
|
|
11
11
|
A disabled component can't be pressed or
|
|
@@ -17,7 +17,7 @@ declare class SideNavigationGroupComponent {
|
|
|
17
17
|
|
|
18
18
|
A tooltip attribute should be provided, in order to represent meaning/function, when the component is collapsed(icon only is visualized).
|
|
19
19
|
*/
|
|
20
|
-
tooltip: string;
|
|
20
|
+
tooltip: string | undefined;
|
|
21
21
|
/**
|
|
22
22
|
Defines if the item is expanded
|
|
23
23
|
*/
|
|
@@ -3,6 +3,22 @@ import '@ui5/webcomponents-fiori/dist/SideNavigationItem.js';
|
|
|
3
3
|
import SideNavigationItem from '@ui5/webcomponents-fiori/dist/SideNavigationItem.js';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
declare class SideNavigationItemComponent {
|
|
6
|
+
/**
|
|
7
|
+
Defines the text of the item.
|
|
8
|
+
*/
|
|
9
|
+
text: string | undefined;
|
|
10
|
+
/**
|
|
11
|
+
Defines whether the component is disabled.
|
|
12
|
+
A disabled component can't be pressed or
|
|
13
|
+
focused, and it is not in the tab chain.
|
|
14
|
+
*/
|
|
15
|
+
disabled: boolean;
|
|
16
|
+
/**
|
|
17
|
+
Defines the tooltip of the component.
|
|
18
|
+
|
|
19
|
+
A tooltip attribute should be provided, in order to represent meaning/function, when the component is collapsed(icon only is visualized).
|
|
20
|
+
*/
|
|
21
|
+
tooltip: string | undefined;
|
|
6
22
|
/**
|
|
7
23
|
Defines the icon of the item.
|
|
8
24
|
|
|
@@ -10,7 +26,7 @@ declare class SideNavigationItemComponent {
|
|
|
10
26
|
|
|
11
27
|
See all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
12
28
|
*/
|
|
13
|
-
icon: string;
|
|
29
|
+
icon: string | undefined;
|
|
14
30
|
/**
|
|
15
31
|
Defines whether the item is selected
|
|
16
32
|
*/
|
|
@@ -21,7 +37,7 @@ declare class SideNavigationItemComponent {
|
|
|
21
37
|
this should not be set, but instead an event handler
|
|
22
38
|
for the `click` event should be registered.
|
|
23
39
|
*/
|
|
24
|
-
href: string;
|
|
40
|
+
href: string | undefined;
|
|
25
41
|
/**
|
|
26
42
|
Defines the component target.
|
|
27
43
|
|
|
@@ -35,17 +51,11 @@ declare class SideNavigationItemComponent {
|
|
|
35
51
|
|
|
36
52
|
**This property must only be used when the `href` property is set.**
|
|
37
53
|
*/
|
|
38
|
-
target: string;
|
|
54
|
+
target: string | undefined;
|
|
39
55
|
/**
|
|
40
56
|
Defines if the item is expanded
|
|
41
57
|
*/
|
|
42
58
|
expanded: boolean;
|
|
43
|
-
/**
|
|
44
|
-
Defines whether clicking the whole item or only pressing the icon will show/hide the sub items (if present).
|
|
45
|
-
If set to true, clicking the whole item will toggle the sub items, and it won't fire the `click` event.
|
|
46
|
-
By default, only clicking the arrow icon will toggle the sub items.
|
|
47
|
-
*/
|
|
48
|
-
wholeItemToggleable: boolean;
|
|
49
59
|
/**
|
|
50
60
|
Fired when the component is activated either with a
|
|
51
61
|
click/tap or by using the [Enter] or [Space] keys.
|
|
@@ -57,9 +67,9 @@ declare class SideNavigationItemComponent {
|
|
|
57
67
|
get element(): SideNavigationItem;
|
|
58
68
|
constructor();
|
|
59
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<SideNavigationItemComponent, never>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SideNavigationItemComponent, "ui5-side-navigation-item", ["ui5SideNavigationItem"], { "
|
|
70
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SideNavigationItemComponent, "ui5-side-navigation-item", ["ui5SideNavigationItem"], { "text": { "alias": "text"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
71
|
+
static ngAcceptInputType_disabled: unknown;
|
|
61
72
|
static ngAcceptInputType_selected: unknown;
|
|
62
73
|
static ngAcceptInputType_expanded: unknown;
|
|
63
|
-
static ngAcceptInputType_wholeItemToggleable: unknown;
|
|
64
74
|
}
|
|
65
75
|
export { SideNavigationItemComponent };
|
|
@@ -3,6 +3,22 @@ import '@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js';
|
|
|
3
3
|
import SideNavigationSubItem from '@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
declare class SideNavigationSubItemComponent {
|
|
6
|
+
/**
|
|
7
|
+
Defines the text of the item.
|
|
8
|
+
*/
|
|
9
|
+
text: string | undefined;
|
|
10
|
+
/**
|
|
11
|
+
Defines whether the component is disabled.
|
|
12
|
+
A disabled component can't be pressed or
|
|
13
|
+
focused, and it is not in the tab chain.
|
|
14
|
+
*/
|
|
15
|
+
disabled: boolean;
|
|
16
|
+
/**
|
|
17
|
+
Defines the tooltip of the component.
|
|
18
|
+
|
|
19
|
+
A tooltip attribute should be provided, in order to represent meaning/function, when the component is collapsed(icon only is visualized).
|
|
20
|
+
*/
|
|
21
|
+
tooltip: string | undefined;
|
|
6
22
|
/**
|
|
7
23
|
Defines the icon of the item.
|
|
8
24
|
|
|
@@ -10,7 +26,7 @@ declare class SideNavigationSubItemComponent {
|
|
|
10
26
|
|
|
11
27
|
See all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
12
28
|
*/
|
|
13
|
-
icon: string;
|
|
29
|
+
icon: string | undefined;
|
|
14
30
|
/**
|
|
15
31
|
Defines whether the item is selected
|
|
16
32
|
*/
|
|
@@ -21,7 +37,7 @@ declare class SideNavigationSubItemComponent {
|
|
|
21
37
|
this should not be set, but instead an event handler
|
|
22
38
|
for the `click` event should be registered.
|
|
23
39
|
*/
|
|
24
|
-
href: string;
|
|
40
|
+
href: string | undefined;
|
|
25
41
|
/**
|
|
26
42
|
Defines the component target.
|
|
27
43
|
|
|
@@ -35,7 +51,7 @@ declare class SideNavigationSubItemComponent {
|
|
|
35
51
|
|
|
36
52
|
**This property must only be used when the `href` property is set.**
|
|
37
53
|
*/
|
|
38
|
-
target: string;
|
|
54
|
+
target: string | undefined;
|
|
39
55
|
/**
|
|
40
56
|
Fired when the component is activated either with a
|
|
41
57
|
click/tap or by using the [Enter] or [Space] keys.
|
|
@@ -47,7 +63,8 @@ declare class SideNavigationSubItemComponent {
|
|
|
47
63
|
get element(): SideNavigationSubItem;
|
|
48
64
|
constructor();
|
|
49
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<SideNavigationSubItemComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SideNavigationSubItemComponent, "ui5-side-navigation-sub-item", ["ui5SideNavigationSubItem"], { "icon": { "alias": "icon"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SideNavigationSubItemComponent, "ui5-side-navigation-sub-item", ["ui5SideNavigationSubItem"], { "text": { "alias": "text"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
67
|
+
static ngAcceptInputType_disabled: unknown;
|
|
51
68
|
static ngAcceptInputType_selected: unknown;
|
|
52
69
|
}
|
|
53
70
|
export { SideNavigationSubItemComponent };
|
|
@@ -9,11 +9,11 @@ declare class TimelineItemComponent {
|
|
|
9
9
|
|
|
10
10
|
See all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
11
11
|
*/
|
|
12
|
-
icon: string;
|
|
12
|
+
icon: string | undefined;
|
|
13
13
|
/**
|
|
14
14
|
Defines the name of the item, displayed before the `title-text`.
|
|
15
15
|
*/
|
|
16
|
-
name: string;
|
|
16
|
+
name: string | undefined;
|
|
17
17
|
/**
|
|
18
18
|
Defines if the `name` is clickable.
|
|
19
19
|
*/
|
|
@@ -21,11 +21,11 @@ declare class TimelineItemComponent {
|
|
|
21
21
|
/**
|
|
22
22
|
Defines the title text of the component.
|
|
23
23
|
*/
|
|
24
|
-
titleText: string;
|
|
24
|
+
titleText: string | undefined;
|
|
25
25
|
/**
|
|
26
26
|
Defines the subtitle text of the component.
|
|
27
27
|
*/
|
|
28
|
-
subtitleText: string;
|
|
28
|
+
subtitleText: string | undefined;
|
|
29
29
|
/**
|
|
30
30
|
Fired when the item name is pressed either with a
|
|
31
31
|
click/tap or by using the Enter or Space key.
|
|
@@ -10,11 +10,11 @@ declare class UploadCollectionComponent {
|
|
|
10
10
|
/**
|
|
11
11
|
Allows you to set your own text for the 'No data' description.
|
|
12
12
|
*/
|
|
13
|
-
noDataDescription: string;
|
|
13
|
+
noDataDescription: string | undefined;
|
|
14
14
|
/**
|
|
15
15
|
Allows you to set your own text for the 'No data' text.
|
|
16
16
|
*/
|
|
17
|
-
noDataText: string;
|
|
17
|
+
noDataText: string | undefined;
|
|
18
18
|
/**
|
|
19
19
|
By default there will be drag and drop overlay shown over the `ui5-upload-collection` when files
|
|
20
20
|
are dragged. If you don't intend to use drag and drop, set this property.
|
|
@@ -26,7 +26,7 @@ declare class UploadCollectionComponent {
|
|
|
26
26
|
/**
|
|
27
27
|
Defines the accessible ARIA name of the component.
|
|
28
28
|
*/
|
|
29
|
-
accessibleName: string;
|
|
29
|
+
accessibleName: string | undefined;
|
|
30
30
|
/**
|
|
31
31
|
Fired when an element is dropped inside the drag and drop overlay.
|
|
32
32
|
|
|
@@ -4,10 +4,6 @@ import UploadCollectionItem from '@ui5/webcomponents-fiori/dist/UploadCollection
|
|
|
4
4
|
import { ListItemAccessibilityAttributes } from '@ui5/webcomponents/dist/ListItem.js';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
declare class UploadCollectionItemComponent {
|
|
7
|
-
/**
|
|
8
|
-
Defines the selected state of the component.
|
|
9
|
-
*/
|
|
10
|
-
selected: boolean;
|
|
11
7
|
/**
|
|
12
8
|
Defines the visual indication and behavior of the list items.
|
|
13
9
|
Available options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.
|
|
@@ -35,16 +31,20 @@ declare class UploadCollectionItemComponent {
|
|
|
35
31
|
/**
|
|
36
32
|
Defines the text of the tooltip that would be displayed for the list item.
|
|
37
33
|
*/
|
|
38
|
-
tooltip: string;
|
|
34
|
+
tooltip: string | undefined;
|
|
39
35
|
/**
|
|
40
36
|
Defines the highlight state of the list items.
|
|
41
37
|
Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
|
|
42
38
|
*/
|
|
43
39
|
highlight: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
|
|
40
|
+
/**
|
|
41
|
+
Defines the selected state of the component.
|
|
42
|
+
*/
|
|
43
|
+
selected: boolean;
|
|
44
44
|
/**
|
|
45
45
|
Holds an instance of `File` associated with this item.
|
|
46
46
|
*/
|
|
47
|
-
file: File | null
|
|
47
|
+
file: File | null;
|
|
48
48
|
/**
|
|
49
49
|
The name of the file.
|
|
50
50
|
*/
|
|
@@ -121,9 +121,9 @@ declare class UploadCollectionItemComponent {
|
|
|
121
121
|
get element(): UploadCollectionItem;
|
|
122
122
|
constructor();
|
|
123
123
|
static ɵfac: i0.ɵɵFactoryDeclaration<UploadCollectionItemComponent, never>;
|
|
124
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UploadCollectionItemComponent, "ui5-upload-collection-item", ["ui5UploadCollectionItem"], { "
|
|
125
|
-
static ngAcceptInputType_selected: unknown;
|
|
124
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UploadCollectionItemComponent, "ui5-upload-collection-item", ["ui5UploadCollectionItem"], { "type": { "alias": "type"; "required": false; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; }; "navigated": { "alias": "navigated"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "highlight": { "alias": "highlight"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "file": { "alias": "file"; "required": false; }; "fileName": { "alias": "fileName"; "required": false; }; "fileNameClickable": { "alias": "fileNameClickable"; "required": false; }; "disableDeleteButton": { "alias": "disableDeleteButton"; "required": false; }; "hideDeleteButton": { "alias": "hideDeleteButton"; "required": false; }; "hideRetryButton": { "alias": "hideRetryButton"; "required": false; }; "hideTerminateButton": { "alias": "hideTerminateButton"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "uploadState": { "alias": "uploadState"; "required": false; }; }, { "ui5DetailClick": "ui5DetailClick"; "ui5FileNameClick": "ui5FileNameClick"; "ui5Rename": "ui5Rename"; "ui5Terminate": "ui5Terminate"; "ui5Retry": "ui5Retry"; }, never, ["*"], true, never>;
|
|
126
125
|
static ngAcceptInputType_navigated: unknown;
|
|
126
|
+
static ngAcceptInputType_selected: unknown;
|
|
127
127
|
static ngAcceptInputType_fileNameClickable: unknown;
|
|
128
128
|
static ngAcceptInputType_disableDeleteButton: unknown;
|
|
129
129
|
static ngAcceptInputType_hideDeleteButton: unknown;
|