@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-notification-list.mjs","sources":["../../../../libs/ui5-angular/fiori/notification-list/index.ts","../../../../libs/ui5-angular/fiori/notification-list/ui5-webcomponents-ngx-fiori-notification-list.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/NotificationList.js';\nimport {\n NotificationItemClickEventDetail,\n NotificationItemCloseEventDetail,\n NotificationItemToggleEventDetail,\n default as NotificationList,\n} from '@ui5/webcomponents-fiori/dist/NotificationList.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['noDataText'])\n@ProxyOutputs([\n 'item-click: ui5ItemClick',\n 'item-close: ui5ItemClose',\n 'item-toggle: ui5ItemToggle',\n])\n@Component({\n standalone: true,\n selector: 'ui5-notification-list',\n template: '<ng-content></ng-content>',\n inputs: ['noDataText'],\n outputs: ['ui5ItemClick', 'ui5ItemClose', 'ui5ItemToggle'],\n exportAs: 'ui5NotificationList',\n})\nclass NotificationListComponent {\n /**\n Defines the text that is displayed when the component contains no items.\n */\n noDataText!: string;\n\n /**\n Fired when an item is clicked.\n */\n ui5ItemClick!: EventEmitter<NotificationItemClickEventDetail>;\n /**\n Fired when the `Close` button of any item is clicked.\n */\n ui5ItemClose!: EventEmitter<NotificationItemCloseEventDetail>;\n /**\n Fired when an item is toggled.\n */\n ui5ItemToggle!: EventEmitter<NotificationItemToggleEventDetail>;\n\n private elementRef: ElementRef<NotificationList> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): NotificationList {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { NotificationListComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AA8BM,IAAA,yBAAyB,GAd/B,MAcM,yBAAyB,CAAA;AAuB7B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAiC,MAAM,CAAC,UAAU,CAAC,CAAC;AAC9D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA7BG,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAzB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,yBAAyB,mQALnB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,yBAAyB,GAAA,UAAA,CAAA;AAd9B,IAAA,WAAW,CAAC,CAAC,YAAY,CAAC,CAAC;AAC3B,IAAA,YAAY,CAAC;QACZ,0BAA0B;QAC1B,0BAA0B;QAC1B,4BAA4B;KAC7B,CAAC;;AASI,CAAA,EAAA,yBAAyB,CA8B9B,CAAA;2FA9BK,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBAR9B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,uBAAuB;AACjC,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,YAAY,CAAC;AACtB,oBAAA,OAAO,EAAE,CAAC,cAAc,EAAE,cAAc,EAAE,eAAe,CAAC;AAC1D,oBAAA,QAAQ,EAAE,qBAAqB;AAChC,iBAAA,CAAA;;;AC7BD;;AAEG;;;;"}
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-notification-list.mjs","sources":["../../../../libs/ui5-angular/fiori/notification-list/index.ts","../../../../libs/ui5-angular/fiori/notification-list/ui5-webcomponents-ngx-fiori-notification-list.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/NotificationList.js';\nimport {\n NotificationItemClickEventDetail,\n NotificationItemCloseEventDetail,\n NotificationItemToggleEventDetail,\n default as NotificationList,\n} from '@ui5/webcomponents-fiori/dist/NotificationList.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['noDataText'])\n@ProxyOutputs([\n 'item-click: ui5ItemClick',\n 'item-close: ui5ItemClose',\n 'item-toggle: ui5ItemToggle',\n])\n@Component({\n standalone: true,\n selector: 'ui5-notification-list',\n template: '<ng-content></ng-content>',\n inputs: ['noDataText'],\n outputs: ['ui5ItemClick', 'ui5ItemClose', 'ui5ItemToggle'],\n exportAs: 'ui5NotificationList',\n})\nclass NotificationListComponent {\n /**\n Defines the text that is displayed when the component contains no items.\n */\n noDataText!: string | undefined;\n\n /**\n Fired when an item is clicked.\n */\n ui5ItemClick!: EventEmitter<NotificationItemClickEventDetail>;\n /**\n Fired when the `Close` button of any item is clicked.\n */\n ui5ItemClose!: EventEmitter<NotificationItemCloseEventDetail>;\n /**\n Fired when an item is toggled.\n */\n ui5ItemToggle!: EventEmitter<NotificationItemToggleEventDetail>;\n\n private elementRef: ElementRef<NotificationList> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): NotificationList {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { NotificationListComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AA8BM,IAAA,yBAAyB,GAd/B,MAcM,yBAAyB,CAAA;AAuB7B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAiC,MAAM,CAAC,UAAU,CAAC,CAAC;AAC9D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA7BG,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAzB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,yBAAyB,mQALnB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,yBAAyB,GAAA,UAAA,CAAA;AAd9B,IAAA,WAAW,CAAC,CAAC,YAAY,CAAC,CAAC;AAC3B,IAAA,YAAY,CAAC;QACZ,0BAA0B;QAC1B,0BAA0B;QAC1B,4BAA4B;KAC7B,CAAC;;AASI,CAAA,EAAA,yBAAyB,CA8B9B,CAAA;2FA9BK,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBAR9B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,uBAAuB;AACjC,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,YAAY,CAAC;AACtB,oBAAA,OAAO,EAAE,CAAC,cAAc,EAAE,cAAc,EAAE,eAAe,CAAC;AAC1D,oBAAA,QAAQ,EAAE,qBAAqB;AAChC,iBAAA,CAAA;;;AC7BD;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-product-switch-item.mjs","sources":["../../../../libs/ui5-angular/fiori/product-switch-item/index.ts","../../../../libs/ui5-angular/fiori/product-switch-item/ui5-webcomponents-ngx-fiori-product-switch-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/ProductSwitchItem.js';\nimport ProductSwitchItem from '@ui5/webcomponents-fiori/dist/ProductSwitchItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['titleText', 'subtitleText', 'icon', 'target', 'targetSrc'])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-product-switch-item',\n template: '<ng-content></ng-content>',\n inputs: ['titleText', 'subtitleText', 'icon', 'target', 'targetSrc'],\n outputs: ['ui5Click'],\n exportAs: 'ui5ProductSwitchItem',\n})\nclass ProductSwitchItemComponent {\n /**\n Defines the title of the component.\n */\n titleText!: string;\n /**\n Defines the subtitle of the component.\n */\n subtitleText!: string;\n /**\n Defines the icon to be displayed as a graphical element within the component.\n\nExample:\n\n`<ui5-product-switch-item icon=\"palette\">`\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string;\n /**\n Defines a target where the `targetSrc` content must be open.\n\nAvailable options are:\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n */\n target!: string;\n /**\n Defines the component target URI. Supports standard hyperlink behavior.\n */\n targetSrc!: string;\n\n /**\n Fired when the `ui5-product-switch-item` is activated either with a\nclick/tap or by using the Enter or Space key.\n */\n ui5Click!: EventEmitter<void>;\n\n private elementRef: ElementRef<ProductSwitchItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ProductSwitchItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ProductSwitchItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAqBM,IAAA,0BAA0B,GAVhC,MAUM,0BAA0B,CAAA;
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-product-switch-item.mjs","sources":["../../../../libs/ui5-angular/fiori/product-switch-item/index.ts","../../../../libs/ui5-angular/fiori/product-switch-item/ui5-webcomponents-ngx-fiori-product-switch-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/ProductSwitchItem.js';\nimport ProductSwitchItem from '@ui5/webcomponents-fiori/dist/ProductSwitchItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['titleText', 'subtitleText', 'icon', 'target', 'targetSrc'])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-product-switch-item',\n template: '<ng-content></ng-content>',\n inputs: ['titleText', 'subtitleText', 'icon', 'target', 'targetSrc'],\n outputs: ['ui5Click'],\n exportAs: 'ui5ProductSwitchItem',\n})\nclass ProductSwitchItemComponent {\n /**\n Defines the title of the component.\n */\n titleText!: string | undefined;\n /**\n Defines the subtitle of the component.\n */\n subtitleText!: string | undefined;\n /**\n Defines the icon to be displayed as a graphical element within the component.\n\nExample:\n\n`<ui5-product-switch-item icon=\"palette\">`\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string | undefined;\n /**\n Defines a target where the `targetSrc` content must be open.\n\nAvailable options are:\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**Note:** By default target will be open in the same frame as it was clicked.\n */\n target!: string | undefined;\n /**\n Defines the component target URI. Supports standard hyperlink behavior.\n */\n targetSrc!: string | undefined;\n\n /**\n Fired when the `ui5-product-switch-item` is activated either with a\nclick/tap or by using the Enter or Space key.\n */\n ui5Click!: EventEmitter<void>;\n\n private elementRef: ElementRef<ProductSwitchItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ProductSwitchItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ProductSwitchItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAqBM,IAAA,0BAA0B,GAVhC,MAUM,0BAA0B,CAAA;AAgD9B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAkC,MAAM,CAAC,UAAU,CAAC,CAAC;AAC/D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAtDG,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA1B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,0BAA0B,oRALpB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,0BAA0B,GAAA,UAAA,CAAA;AAV/B,IAAA,WAAW,CAAC,CAAC,WAAW,EAAE,cAAc,EAAE,MAAM,EAAE,QAAQ,EAAE,WAAW,CAAC,CAAC;AACzE,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAS5B,CAAA,EAAA,0BAA0B,CAuD/B,CAAA;2FAvDK,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAR/B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,yBAAyB;AACnC,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,WAAW,EAAE,cAAc,EAAE,MAAM,EAAE,QAAQ,EAAE,WAAW,CAAC;oBACpE,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,sBAAsB;AACjC,iBAAA,CAAA;;;ACpBD;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-shell-bar-item.mjs","sources":["../../../../libs/ui5-angular/fiori/shell-bar-item/index.ts","../../../../libs/ui5-angular/fiori/shell-bar-item/ui5-webcomponents-ngx-fiori-shell-bar-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/ShellBarItem.js';\nimport {\n default as ShellBarItem,\n ShellBarItemClickEventDetail,\n} from '@ui5/webcomponents-fiori/dist/ShellBarItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['icon', 'text', 'count'])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-shellbar-item',\n template: '<ng-content></ng-content>',\n inputs: ['icon', 'text', 'count'],\n outputs: ['ui5Click'],\n exportAs: 'ui5ShellbarItem',\n})\nclass ShellBarItemComponent {\n /**\n Defines the name of the item's icon.\n */\n icon!: string;\n /**\n Defines the item text.\n \n **Note:** The text is only displayed inside the overflow popover list view.\n */\n text!: string;\n /**\n Defines the count displayed in the top-right corner.\n */\n count!: string;\n\n /**\n Fired, when the item is pressed.\n */\n ui5Click!: EventEmitter<ShellBarItemClickEventDetail>;\n\n private elementRef: ElementRef<ShellBarItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ShellBarItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ShellBarItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAwBM,IAAA,qBAAqB,GAV3B,MAUM,qBAAqB,CAAA;AAyBzB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA6B,MAAM,CAAC,UAAU,CAAC,CAAC;AAC1D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA/BG,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAArB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,qBAAqB,uMALf,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,qBAAqB,GAAA,UAAA,CAAA;IAV1B,WAAW,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC;AACtC,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAS5B,CAAA,EAAA,qBAAqB,CAgC1B,CAAA;2FAhCK,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAR1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,mBAAmB;AAC7B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC;oBACjC,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,iBAAiB;AAC5B,iBAAA,CAAA;;;ACvBD;;AAEG;;;;"}
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-shell-bar-item.mjs","sources":["../../../../libs/ui5-angular/fiori/shell-bar-item/index.ts","../../../../libs/ui5-angular/fiori/shell-bar-item/ui5-webcomponents-ngx-fiori-shell-bar-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/ShellBarItem.js';\nimport {\n default as ShellBarItem,\n ShellBarItemClickEventDetail,\n} from '@ui5/webcomponents-fiori/dist/ShellBarItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['icon', 'text', 'count'])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-shellbar-item',\n template: '<ng-content></ng-content>',\n inputs: ['icon', 'text', 'count'],\n outputs: ['ui5Click'],\n exportAs: 'ui5ShellbarItem',\n})\nclass ShellBarItemComponent {\n /**\n Defines the name of the item's icon.\n */\n icon!: string | undefined;\n /**\n Defines the item text.\n \n **Note:** The text is only displayed inside the overflow popover list view.\n */\n text!: string | undefined;\n /**\n Defines the count displayed in the top-right corner.\n */\n count!: string | undefined;\n\n /**\n Fired, when the item is pressed.\n */\n ui5Click!: EventEmitter<ShellBarItemClickEventDetail>;\n\n private elementRef: ElementRef<ShellBarItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ShellBarItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ShellBarItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAwBM,IAAA,qBAAqB,GAV3B,MAUM,qBAAqB,CAAA;AAyBzB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA6B,MAAM,CAAC,UAAU,CAAC,CAAC;AAC1D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA/BG,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAArB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,qBAAqB,uMALf,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,qBAAqB,GAAA,UAAA,CAAA;IAV1B,WAAW,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC;AACtC,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAS5B,CAAA,EAAA,qBAAqB,CAgC1B,CAAA;2FAhCK,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAR1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,mBAAmB;AAC7B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC;oBACjC,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,iBAAiB;AAC5B,iBAAA,CAAA;;;ACvBD;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-shell-bar.mjs","sources":["../../../../libs/ui5-angular/fiori/shell-bar/index.ts","../../../../libs/ui5-angular/fiori/shell-bar/ui5-webcomponents-ngx-fiori-shell-bar.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/ShellBar.js';\nimport {\n default as ShellBar,\n ShellBarAccessibilityAttributes,\n ShellBarLogoClickEventDetail,\n ShellBarMenuItemClickEventDetail,\n ShellBarNotificationsClickEventDetail,\n ShellBarProductSwitchClickEventDetail,\n ShellBarProfileClickEventDetail,\n ShellBarSearchButtonEventDetail,\n} from '@ui5/webcomponents-fiori/dist/ShellBar.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'primaryTitle',\n 'secondaryTitle',\n 'notificationsCount',\n 'showNotifications',\n 'showProductSwitch',\n 'showSearchField',\n 'accessibilityAttributes',\n])\n@ProxyOutputs([\n 'notifications-click: ui5NotificationsClick',\n 'profile-click: ui5ProfileClick',\n 'product-switch-click: ui5ProductSwitchClick',\n 'logo-click: ui5LogoClick',\n 'menu-item-click: ui5MenuItemClick',\n 'search-button-click: ui5SearchButtonClick',\n])\n@Component({\n standalone: true,\n selector: 'ui5-shellbar',\n template: '<ng-content></ng-content>',\n inputs: [\n 'primaryTitle',\n 'secondaryTitle',\n 'notificationsCount',\n 'showNotifications',\n 'showProductSwitch',\n 'showSearchField',\n 'accessibilityAttributes',\n ],\n outputs: [\n 'ui5NotificationsClick',\n 'ui5ProfileClick',\n 'ui5ProductSwitchClick',\n 'ui5LogoClick',\n 'ui5MenuItemClick',\n 'ui5SearchButtonClick',\n ],\n exportAs: 'ui5Shellbar',\n})\nclass ShellBarComponent {\n /**\n Defines the `primaryTitle`.\n\n**Note:** The `primaryTitle` would be hidden on S screen size (less than approx. 700px).\n */\n primaryTitle!: string;\n /**\n Defines the `secondaryTitle`.\n\n**Note:** The `secondaryTitle` would be hidden on S and M screen sizes (less than approx. 1300px).\n */\n secondaryTitle!: string;\n /**\n Defines the `notificationsCount`,\ndisplayed in the notification icon top-right corner.\n */\n notificationsCount!: string;\n /**\n Defines, if the notification icon would be displayed.\n */\n @InputDecorator({ transform: booleanAttribute })\n showNotifications!: boolean;\n /**\n Defines, if the product switch icon would be displayed.\n */\n @InputDecorator({ transform: booleanAttribute })\n showProductSwitch!: boolean;\n /**\n Defines, if the Search Field would be displayed when there is a valid `searchField` slot.\n\n**Note:** By default the Search Field is not displayed.\n */\n @InputDecorator({ transform: booleanAttribute })\n showSearchField!: boolean;\n /**\n Defines additional accessibility attributes on different areas of the component.\n\nThe accessibilityAttributes object has the following fields,\nwhere each field is an object supporting one or more accessibility attributes:\n\n- **logo** - `logo.role` and `logo.name`.\n- **notifications** - `notifications.expanded` and `notifications.hasPopup`.\n- **profile** - `profile.expanded`, `profile.hasPopup` and `profile.name`.\n- **product** - `product.expanded` and `product.hasPopup`.\n- **search** - `search.expanded` and `search.hasPopup`.\n- **overflow** - `overflow.expanded` and `overflow.hasPopup`.\n\nThe accessibility attributes support the following values:\n\n- **role**: Defines the accessible ARIA role of the logo area.\nAccepts the following string values: `button` or `link`.\n\n- **expanded**: Indicates whether the button, or another grouping element it controls,\nis currently expanded or collapsed.\nAccepts the following string values: `true` or `false`.\n\n- **hasPopup**: Indicates the availability and type of interactive popup element,\nsuch as menu or dialog, that can be triggered by the button.\n\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n- **name**: Defines the accessible ARIA name of the area.\nAccepts any string.\n */\n accessibilityAttributes!: ShellBarAccessibilityAttributes;\n\n /**\n Fired, when the notification icon is activated.\n */\n ui5NotificationsClick!: EventEmitter<ShellBarNotificationsClickEventDetail>;\n /**\n Fired, when the profile slot is present.\n */\n ui5ProfileClick!: EventEmitter<ShellBarProfileClickEventDetail>;\n /**\n Fired, when the product switch icon is activated.\n\n**Note:** You can prevent closing of overflow popover by calling `event.preventDefault()`.\n */\n ui5ProductSwitchClick!: EventEmitter<ShellBarProductSwitchClickEventDetail>;\n /**\n Fired, when the logo is activated.\n */\n ui5LogoClick!: EventEmitter<ShellBarLogoClickEventDetail>;\n /**\n Fired, when a menu item is activated\n\n**Note:** You can prevent closing of overflow popover by calling `event.preventDefault()`.\n */\n ui5MenuItemClick!: EventEmitter<ShellBarMenuItemClickEventDetail>;\n /**\n Fired, when the search button is activated.\n\n**Note:** You can prevent expanding/collapsing of the search field by calling `event.preventDefault()`.\n */\n ui5SearchButtonClick!: EventEmitter<ShellBarSearchButtonEventDetail>;\n\n private elementRef: ElementRef<ShellBar> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ShellBar {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ShellBarComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AA8DM,IAAA,iBAAiB,GAxCvB,MAwCM,iBAAiB,CAAA;AAqGrB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAyB,MAAM,CAAC,UAAU,CAAC,CAAC;AACtD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA3GG,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,kOAqBQ,gBAAgB,CAAA,EAAA,iBAAA,EAAA,CAAA,mBAAA,EAAA,mBAAA,EAKhB,gBAAgB,CAOhB,EAAA,eAAA,EAAA,CAAA,iBAAA,EAAA,iBAAA,EAAA,gBAAgB,+WArDnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAoBjC,iBAAiB,GAAA,UAAA,CAAA;AAxCtB,IAAA,WAAW,CAAC;QACX,cAAc;QACd,gBAAgB;QAChB,oBAAoB;QACpB,mBAAmB;QACnB,mBAAmB;QACnB,iBAAiB;QACjB,yBAAyB;KAC1B,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,4CAA4C;QAC5C,gCAAgC;QAChC,6CAA6C;QAC7C,0BAA0B;QAC1B,mCAAmC;QACnC,2CAA2C;KAC5C,CAAC;;AAwBI,CAAA,EAAA,iBAAiB,CA4GtB,CAAA;2FA5GK,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAvBtB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,cAAc;AACxB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,cAAc;wBACd,gBAAgB;wBAChB,oBAAoB;wBACpB,mBAAmB;wBACnB,mBAAmB;wBACnB,iBAAiB;wBACjB,yBAAyB;AAC1B,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,uBAAuB;wBACvB,iBAAiB;wBACjB,uBAAuB;wBACvB,cAAc;wBACd,kBAAkB;wBAClB,sBAAsB;AACvB,qBAAA;AACD,oBAAA,QAAQ,EAAE,aAAa;AACxB,iBAAA,CAAA;wDAuBC,iBAAiB,EAAA,CAAA;sBADhBA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;gBAM/C,iBAAiB,EAAA,CAAA;sBADhBA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;gBAQ/C,eAAe,EAAA,CAAA;sBADdA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;;;AC/FjD;;AAEG;;;;"}
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-shell-bar.mjs","sources":["../../../../libs/ui5-angular/fiori/shell-bar/index.ts","../../../../libs/ui5-angular/fiori/shell-bar/ui5-webcomponents-ngx-fiori-shell-bar.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/ShellBar.js';\nimport {\n default as ShellBar,\n ShellBarAccessibilityAttributes,\n ShellBarLogoClickEventDetail,\n ShellBarMenuItemClickEventDetail,\n ShellBarNotificationsClickEventDetail,\n ShellBarProductSwitchClickEventDetail,\n ShellBarProfileClickEventDetail,\n ShellBarSearchButtonEventDetail,\n} from '@ui5/webcomponents-fiori/dist/ShellBar.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'primaryTitle',\n 'secondaryTitle',\n 'notificationsCount',\n 'showNotifications',\n 'showProductSwitch',\n 'showSearchField',\n 'accessibilityAttributes',\n])\n@ProxyOutputs([\n 'notifications-click: ui5NotificationsClick',\n 'profile-click: ui5ProfileClick',\n 'product-switch-click: ui5ProductSwitchClick',\n 'logo-click: ui5LogoClick',\n 'menu-item-click: ui5MenuItemClick',\n 'search-button-click: ui5SearchButtonClick',\n])\n@Component({\n standalone: true,\n selector: 'ui5-shellbar',\n template: '<ng-content></ng-content>',\n inputs: [\n 'primaryTitle',\n 'secondaryTitle',\n 'notificationsCount',\n 'showNotifications',\n 'showProductSwitch',\n 'showSearchField',\n 'accessibilityAttributes',\n ],\n outputs: [\n 'ui5NotificationsClick',\n 'ui5ProfileClick',\n 'ui5ProductSwitchClick',\n 'ui5LogoClick',\n 'ui5MenuItemClick',\n 'ui5SearchButtonClick',\n ],\n exportAs: 'ui5Shellbar',\n})\nclass ShellBarComponent {\n /**\n Defines the `primaryTitle`.\n\n**Note:** The `primaryTitle` would be hidden on S screen size (less than approx. 700px).\n */\n primaryTitle!: string | undefined;\n /**\n Defines the `secondaryTitle`.\n\n**Note:** The `secondaryTitle` would be hidden on S and M screen sizes (less than approx. 1300px).\n */\n secondaryTitle!: string | undefined;\n /**\n Defines the `notificationsCount`,\ndisplayed in the notification icon top-right corner.\n */\n notificationsCount!: string | undefined;\n /**\n Defines, if the notification icon would be displayed.\n */\n @InputDecorator({ transform: booleanAttribute })\n showNotifications!: boolean;\n /**\n Defines, if the product switch icon would be displayed.\n */\n @InputDecorator({ transform: booleanAttribute })\n showProductSwitch!: boolean;\n /**\n Defines, if the Search Field would be displayed when there is a valid `searchField` slot.\n\n**Note:** By default the Search Field is not displayed.\n */\n @InputDecorator({ transform: booleanAttribute })\n showSearchField!: boolean;\n /**\n Defines additional accessibility attributes on different areas of the component.\n\nThe accessibilityAttributes object has the following fields,\nwhere each field is an object supporting one or more accessibility attributes:\n\n- **logo** - `logo.role` and `logo.name`.\n- **notifications** - `notifications.expanded` and `notifications.hasPopup`.\n- **profile** - `profile.expanded`, `profile.hasPopup` and `profile.name`.\n- **product** - `product.expanded` and `product.hasPopup`.\n- **search** - `search.expanded` and `search.hasPopup`.\n- **overflow** - `overflow.expanded` and `overflow.hasPopup`.\n\nThe accessibility attributes support the following values:\n\n- **role**: Defines the accessible ARIA role of the logo area.\nAccepts the following string values: `button` or `link`.\n\n- **expanded**: Indicates whether the button, or another grouping element it controls,\nis currently expanded or collapsed.\nAccepts the following string values: `true` or `false`.\n\n- **hasPopup**: Indicates the availability and type of interactive popup element,\nsuch as menu or dialog, that can be triggered by the button.\n\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n- **name**: Defines the accessible ARIA name of the area.\nAccepts any string.\n */\n accessibilityAttributes!: ShellBarAccessibilityAttributes;\n\n /**\n Fired, when the notification icon is activated.\n */\n ui5NotificationsClick!: EventEmitter<ShellBarNotificationsClickEventDetail>;\n /**\n Fired, when the profile slot is present.\n */\n ui5ProfileClick!: EventEmitter<ShellBarProfileClickEventDetail>;\n /**\n Fired, when the product switch icon is activated.\n\n**Note:** You can prevent closing of overflow popover by calling `event.preventDefault()`.\n */\n ui5ProductSwitchClick!: EventEmitter<ShellBarProductSwitchClickEventDetail>;\n /**\n Fired, when the logo is activated.\n */\n ui5LogoClick!: EventEmitter<ShellBarLogoClickEventDetail>;\n /**\n Fired, when a menu item is activated\n\n**Note:** You can prevent closing of overflow popover by calling `event.preventDefault()`.\n */\n ui5MenuItemClick!: EventEmitter<ShellBarMenuItemClickEventDetail>;\n /**\n Fired, when the search button is activated.\n\n**Note:** You can prevent expanding/collapsing of the search field by calling `event.preventDefault()`.\n */\n ui5SearchButtonClick!: EventEmitter<ShellBarSearchButtonEventDetail>;\n\n private elementRef: ElementRef<ShellBar> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ShellBar {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ShellBarComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AA8DM,IAAA,iBAAiB,GAxCvB,MAwCM,iBAAiB,CAAA;AAqGrB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAyB,MAAM,CAAC,UAAU,CAAC,CAAC;AACtD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA3GG,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,kOAqBQ,gBAAgB,CAAA,EAAA,iBAAA,EAAA,CAAA,mBAAA,EAAA,mBAAA,EAKhB,gBAAgB,CAOhB,EAAA,eAAA,EAAA,CAAA,iBAAA,EAAA,iBAAA,EAAA,gBAAgB,+WArDnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAoBjC,iBAAiB,GAAA,UAAA,CAAA;AAxCtB,IAAA,WAAW,CAAC;QACX,cAAc;QACd,gBAAgB;QAChB,oBAAoB;QACpB,mBAAmB;QACnB,mBAAmB;QACnB,iBAAiB;QACjB,yBAAyB;KAC1B,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,4CAA4C;QAC5C,gCAAgC;QAChC,6CAA6C;QAC7C,0BAA0B;QAC1B,mCAAmC;QACnC,2CAA2C;KAC5C,CAAC;;AAwBI,CAAA,EAAA,iBAAiB,CA4GtB,CAAA;2FA5GK,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAvBtB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,cAAc;AACxB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,cAAc;wBACd,gBAAgB;wBAChB,oBAAoB;wBACpB,mBAAmB;wBACnB,mBAAmB;wBACnB,iBAAiB;wBACjB,yBAAyB;AAC1B,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,uBAAuB;wBACvB,iBAAiB;wBACjB,uBAAuB;wBACvB,cAAc;wBACd,kBAAkB;wBAClB,sBAAsB;AACvB,qBAAA;AACD,oBAAA,QAAQ,EAAE,aAAa;AACxB,iBAAA,CAAA;wDAuBC,iBAAiB,EAAA,CAAA;sBADhBA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;gBAM/C,iBAAiB,EAAA,CAAA;sBADhBA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;gBAQ/C,eAAe,EAAA,CAAA;sBADdA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;;;AC/FjD;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation-group.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation-group/index.ts","../../../../libs/ui5-angular/fiori/side-navigation-group/ui5-webcomponents-ngx-fiori-side-navigation-group.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SideNavigationGroup.js';\nimport SideNavigationGroup from '@ui5/webcomponents-fiori/dist/SideNavigationGroup.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['text', 'disabled', 'tooltip', 'expanded'])\n@Component({\n standalone: true,\n selector: 'ui5-side-navigation-group',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'disabled', 'tooltip', 'expanded'],\n exportAs: 'ui5SideNavigationGroup',\n})\nclass SideNavigationGroupComponent {\n /**\n Defines the text of the item.\n */\n text!: string;\n /**\n Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the tooltip of the component.\n\nA tooltip attribute should be provided, in order to represent meaning/function, when the component is collapsed(icon only is visualized).\n */\n tooltip!: string;\n /**\n Defines if the item is expanded\n */\n @InputDecorator({ transform: booleanAttribute })\n expanded!: boolean;\n\n private elementRef: ElementRef<SideNavigationGroup> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SideNavigationGroup {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SideNavigationGroupComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAoBM,IAAA,4BAA4B,GARlC,MAQM,4BAA4B,CAAA;AA4BhC,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAoC,MAAM,CAAC,UAAU,CAAC,CAAC;AACjE,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAlCG,4BAA4B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA5B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,4BAA4B,EAUH,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,2BAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAAA,gBAAgB,CAWhB,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAAA,gBAAgB,mEAzBnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,4BAA4B,GAAA,UAAA,CAAA;IARjC,WAAW,CAAC,CAAC,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,UAAU,CAAC,CAAC;;AAQnD,CAAA,EAAA,4BAA4B,CAmCjC,CAAA;2FAnCK,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBAPjC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,UAAU,CAAC;AACnD,oBAAA,QAAQ,EAAE,wBAAwB;AACnC,iBAAA,CAAA;wDAYC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;gBAY/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;;;ACzCjD;;AAEG;;;;"}
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation-group.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation-group/index.ts","../../../../libs/ui5-angular/fiori/side-navigation-group/ui5-webcomponents-ngx-fiori-side-navigation-group.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SideNavigationGroup.js';\nimport SideNavigationGroup from '@ui5/webcomponents-fiori/dist/SideNavigationGroup.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['text', 'disabled', 'tooltip', 'expanded'])\n@Component({\n standalone: true,\n selector: 'ui5-side-navigation-group',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'disabled', 'tooltip', 'expanded'],\n exportAs: 'ui5SideNavigationGroup',\n})\nclass SideNavigationGroupComponent {\n /**\n Defines the text of the item.\n */\n text!: string | undefined;\n /**\n Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the tooltip of the component.\n\nA tooltip attribute should be provided, in order to represent meaning/function, when the component is collapsed(icon only is visualized).\n */\n tooltip!: string | undefined;\n /**\n Defines if the item is expanded\n */\n @InputDecorator({ transform: booleanAttribute })\n expanded!: boolean;\n\n private elementRef: ElementRef<SideNavigationGroup> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SideNavigationGroup {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SideNavigationGroupComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAoBM,IAAA,4BAA4B,GARlC,MAQM,4BAA4B,CAAA;AA4BhC,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAoC,MAAM,CAAC,UAAU,CAAC,CAAC;AACjE,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAlCG,4BAA4B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA5B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,4BAA4B,EAUH,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,2BAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAAA,gBAAgB,CAWhB,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAAA,gBAAgB,mEAzBnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,4BAA4B,GAAA,UAAA,CAAA;IARjC,WAAW,CAAC,CAAC,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,UAAU,CAAC,CAAC;;AAQnD,CAAA,EAAA,4BAA4B,CAmCjC,CAAA;2FAnCK,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBAPjC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,UAAU,CAAC;AACnD,oBAAA,QAAQ,EAAE,wBAAwB;AACnC,iBAAA,CAAA;wDAYC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;gBAY/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;;;ACzCjD;;AAEG;;;;"}
|
|
@@ -15,16 +15,18 @@ let SideNavigationItemComponent = class SideNavigationItemComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: SideNavigationItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.0.9", type: SideNavigationItemComponent, isStandalone: true, selector: "ui5-side-navigation-item", inputs: {
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.0.9", type: SideNavigationItemComponent, isStandalone: true, selector: "ui5-side-navigation-item", inputs: { text: "text", disabled: ["disabled", "disabled", booleanAttribute], tooltip: "tooltip", icon: "icon", selected: ["selected", "selected", booleanAttribute], href: "href", target: "target", expanded: ["expanded", "expanded", booleanAttribute] }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5SideNavigationItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
SideNavigationItemComponent = __decorate([
|
|
21
21
|
ProxyInputs([
|
|
22
|
+
'text',
|
|
23
|
+
'disabled',
|
|
24
|
+
'tooltip',
|
|
22
25
|
'icon',
|
|
23
26
|
'selected',
|
|
24
27
|
'href',
|
|
25
28
|
'target',
|
|
26
29
|
'expanded',
|
|
27
|
-
'wholeItemToggleable',
|
|
28
30
|
]),
|
|
29
31
|
ProxyOutputs(['click: ui5Click']),
|
|
30
32
|
__metadata("design:paramtypes", [])
|
|
@@ -36,23 +38,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
36
38
|
selector: 'ui5-side-navigation-item',
|
|
37
39
|
template: '<ng-content></ng-content>',
|
|
38
40
|
inputs: [
|
|
41
|
+
'text',
|
|
42
|
+
'disabled',
|
|
43
|
+
'tooltip',
|
|
39
44
|
'icon',
|
|
40
45
|
'selected',
|
|
41
46
|
'href',
|
|
42
47
|
'target',
|
|
43
48
|
'expanded',
|
|
44
|
-
'wholeItemToggleable',
|
|
45
49
|
],
|
|
46
50
|
outputs: ['ui5Click'],
|
|
47
51
|
exportAs: 'ui5SideNavigationItem',
|
|
48
52
|
}]
|
|
49
|
-
}], ctorParameters: () => [], propDecorators: {
|
|
53
|
+
}], ctorParameters: () => [], propDecorators: { disabled: [{
|
|
50
54
|
type: Input,
|
|
51
55
|
args: [{ transform: booleanAttribute }]
|
|
52
|
-
}],
|
|
56
|
+
}], selected: [{
|
|
53
57
|
type: Input,
|
|
54
58
|
args: [{ transform: booleanAttribute }]
|
|
55
|
-
}],
|
|
59
|
+
}], expanded: [{
|
|
56
60
|
type: Input,
|
|
57
61
|
args: [{ transform: booleanAttribute }]
|
|
58
62
|
}] } });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation-item.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation-item/index.ts","../../../../libs/ui5-angular/fiori/side-navigation-item/ui5-webcomponents-ngx-fiori-side-navigation-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SideNavigationItem.js';\nimport SideNavigationItem from '@ui5/webcomponents-fiori/dist/SideNavigationItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'icon',\n 'selected',\n 'href',\n 'target',\n 'expanded',\n
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation-item.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation-item/index.ts","../../../../libs/ui5-angular/fiori/side-navigation-item/ui5-webcomponents-ngx-fiori-side-navigation-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SideNavigationItem.js';\nimport SideNavigationItem from '@ui5/webcomponents-fiori/dist/SideNavigationItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'text',\n 'disabled',\n 'tooltip',\n 'icon',\n 'selected',\n 'href',\n 'target',\n 'expanded',\n])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-side-navigation-item',\n template: '<ng-content></ng-content>',\n inputs: [\n 'text',\n 'disabled',\n 'tooltip',\n 'icon',\n 'selected',\n 'href',\n 'target',\n 'expanded',\n ],\n outputs: ['ui5Click'],\n exportAs: 'ui5SideNavigationItem',\n})\nclass SideNavigationItemComponent {\n /**\n Defines the text of the item.\n */\n text!: string | undefined;\n /**\n Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the tooltip of the component.\n\nA tooltip attribute should be provided, in order to represent meaning/function, when the component is collapsed(icon only is visualized).\n */\n tooltip!: string | undefined;\n /**\n Defines the icon of the item.\n\nThe SAP-icons font provides numerous options.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string | undefined;\n /**\n Defines whether the item is selected\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n /**\n Defines the link target URI. Supports standard hyperlink behavior.\nIf a JavaScript action should be triggered,\nthis should not be set, but instead an event handler\nfor the `click` event should be registered.\n */\n href!: string | undefined;\n /**\n Defines the component target.\n\n**Notes:**\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**This property must only be used when the `href` property is set.**\n */\n target!: string | undefined;\n /**\n Defines if the item is expanded\n */\n @InputDecorator({ transform: booleanAttribute })\n expanded!: boolean;\n\n /**\n Fired when the component is activated either with a\nclick/tap or by using the [Enter] or [Space] keys.\n */\n ui5Click!: EventEmitter<void>;\n\n private elementRef: ElementRef<SideNavigationItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SideNavigationItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SideNavigationItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAyCM,IAAA,2BAA2B,GA5BjC,MA4BM,2BAA2B,CAAA;AAoE/B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAmC,MAAM,CAAC,UAAU,CAAC,CAAC;AAChE,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA1EG,2BAA2B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA3B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,2BAA2B,uHAUF,gBAAgB,CAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAmBhB,gBAAgB,CA0BhB,EAAA,IAAA,EAAA,MAAA,EAAA,MAAA,EAAA,QAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAAA,gBAAgB,qGArEnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAcjC,2BAA2B,GAAA,UAAA,CAAA;AA5BhC,IAAA,WAAW,CAAC;QACX,MAAM;QACN,UAAU;QACV,SAAS;QACT,MAAM;QACN,UAAU;QACV,MAAM;QACN,QAAQ;QACR,UAAU;KACX,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAkB5B,CAAA,EAAA,2BAA2B,CA2EhC,CAAA;2FA3EK,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBAjBhC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,0BAA0B;AACpC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,MAAM;wBACN,UAAU;wBACV,SAAS;wBACT,MAAM;wBACN,UAAU;wBACV,MAAM;wBACN,QAAQ;wBACR,UAAU;AACX,qBAAA;oBACD,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,uBAAuB;AAClC,iBAAA,CAAA;wDAYC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;gBAoB/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;gBA2B/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;;;AChGjD;;AAEG;;;;"}
|
|
@@ -15,10 +15,18 @@ let SideNavigationSubItemComponent = class SideNavigationSubItemComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: SideNavigationSubItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.0.9", type: SideNavigationSubItemComponent, isStandalone: true, selector: "ui5-side-navigation-sub-item", inputs: { icon: "icon", selected: ["selected", "selected", booleanAttribute], href: "href", target: "target" }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5SideNavigationSubItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.0.9", type: SideNavigationSubItemComponent, isStandalone: true, selector: "ui5-side-navigation-sub-item", inputs: { text: "text", disabled: ["disabled", "disabled", booleanAttribute], tooltip: "tooltip", icon: "icon", selected: ["selected", "selected", booleanAttribute], href: "href", target: "target" }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5SideNavigationSubItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
SideNavigationSubItemComponent = __decorate([
|
|
21
|
-
ProxyInputs([
|
|
21
|
+
ProxyInputs([
|
|
22
|
+
'text',
|
|
23
|
+
'disabled',
|
|
24
|
+
'tooltip',
|
|
25
|
+
'icon',
|
|
26
|
+
'selected',
|
|
27
|
+
'href',
|
|
28
|
+
'target',
|
|
29
|
+
]),
|
|
22
30
|
ProxyOutputs(['click: ui5Click']),
|
|
23
31
|
__metadata("design:paramtypes", [])
|
|
24
32
|
], SideNavigationSubItemComponent);
|
|
@@ -28,11 +36,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
28
36
|
standalone: true,
|
|
29
37
|
selector: 'ui5-side-navigation-sub-item',
|
|
30
38
|
template: '<ng-content></ng-content>',
|
|
31
|
-
inputs: ['icon', 'selected', 'href', 'target'],
|
|
39
|
+
inputs: ['text', 'disabled', 'tooltip', 'icon', 'selected', 'href', 'target'],
|
|
32
40
|
outputs: ['ui5Click'],
|
|
33
41
|
exportAs: 'ui5SideNavigationSubItem',
|
|
34
42
|
}]
|
|
35
|
-
}], ctorParameters: () => [], propDecorators: {
|
|
43
|
+
}], ctorParameters: () => [], propDecorators: { disabled: [{
|
|
44
|
+
type: Input,
|
|
45
|
+
args: [{ transform: booleanAttribute }]
|
|
46
|
+
}], selected: [{
|
|
36
47
|
type: Input,
|
|
37
48
|
args: [{ transform: booleanAttribute }]
|
|
38
49
|
}] } });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation-sub-item/index.ts","../../../../libs/ui5-angular/fiori/side-navigation-sub-item/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js';\nimport SideNavigationSubItem from '@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['icon'
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation-sub-item/index.ts","../../../../libs/ui5-angular/fiori/side-navigation-sub-item/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js';\nimport SideNavigationSubItem from '@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'text',\n 'disabled',\n 'tooltip',\n 'icon',\n 'selected',\n 'href',\n 'target',\n])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-side-navigation-sub-item',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'disabled', 'tooltip', 'icon', 'selected', 'href', 'target'],\n outputs: ['ui5Click'],\n exportAs: 'ui5SideNavigationSubItem',\n})\nclass SideNavigationSubItemComponent {\n /**\n Defines the text of the item.\n */\n text!: string | undefined;\n /**\n Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the tooltip of the component.\n\nA tooltip attribute should be provided, in order to represent meaning/function, when the component is collapsed(icon only is visualized).\n */\n tooltip!: string | undefined;\n /**\n Defines the icon of the item.\n\nThe SAP-icons font provides numerous options.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string | undefined;\n /**\n Defines whether the item is selected\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n /**\n Defines the link target URI. Supports standard hyperlink behavior.\nIf a JavaScript action should be triggered,\nthis should not be set, but instead an event handler\nfor the `click` event should be registered.\n */\n href!: string | undefined;\n /**\n Defines the component target.\n\n**Notes:**\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**This property must only be used when the `href` property is set.**\n */\n target!: string | undefined;\n\n /**\n Fired when the component is activated either with a\nclick/tap or by using the [Enter] or [Space] keys.\n */\n ui5Click!: EventEmitter<void>;\n\n private elementRef: ElementRef<SideNavigationSubItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SideNavigationSubItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SideNavigationSubItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AA+BM,IAAA,8BAA8B,GAlBpC,MAkBM,8BAA8B,CAAA;AA+DlC,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAsC,MAAM,CAAC,UAAU,CAAC,CAAC;AACnE,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GArEG,8BAA8B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA9B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,8BAA8B,EAUL,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,8BAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAAA,gBAAgB,CAmBhB,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAAA,gBAAgB,wIAlCnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,8BAA8B,GAAA,UAAA,CAAA;AAlBnC,IAAA,WAAW,CAAC;QACX,MAAM;QACN,UAAU;QACV,SAAS;QACT,MAAM;QACN,UAAU;QACV,MAAM;QACN,QAAQ;KACT,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAS5B,CAAA,EAAA,8BAA8B,CAsEnC,CAAA;2FAtEK,8BAA8B,EAAA,UAAA,EAAA,CAAA;kBARnC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,8BAA8B;AACxC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,QAAQ,CAAC;oBAC7E,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,0BAA0B;AACrC,iBAAA,CAAA;wDAYC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;gBAoB/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;;;AC5DjD;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-sort-item.mjs","sources":["../../../../libs/ui5-angular/fiori/sort-item/index.ts","../../../../libs/ui5-angular/fiori/sort-item/ui5-webcomponents-ngx-fiori-sort-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SortItem.js';\nimport SortItem from '@ui5/webcomponents-fiori/dist/SortItem.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['text', 'selected'])\n@Component({\n standalone: true,\n selector: 'ui5-sort-item',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'selected'],\n exportAs: 'ui5SortItem',\n})\nclass SortItemComponent {\n /**\n Defines the text of the component.\n */\n text!: string;\n /**\n Defines if the component is selected.\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n\n private elementRef: ElementRef<SortItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SortItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SortItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAoBM,IAAA,iBAAiB,GARvB,MAQM,iBAAiB,CAAA;AAerB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAyB,MAAM,CAAC,UAAU,CAAC,CAAC;AACtD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GArBG,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;kGAAjB,iBAAiB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAQQ,gBAAgB,CAAA,EAAA,EAAA,QAAA,EAAA,CAAA,aAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAZnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,iBAAiB,GAAA,UAAA,CAAA;AARtB,IAAA,WAAW,CAAC,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;;AAQ5B,CAAA,EAAA,iBAAiB,CAsBtB,CAAA;2FAtBK,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAPtB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,eAAe;AACzB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,MAAM,EAAE,UAAU,CAAC;AAC5B,oBAAA,QAAQ,EAAE,aAAa;AACxB,iBAAA,CAAA;wDAUC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;;;AC5BjD;;AAEG;;;;"}
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-sort-item.mjs","sources":["../../../../libs/ui5-angular/fiori/sort-item/index.ts","../../../../libs/ui5-angular/fiori/sort-item/ui5-webcomponents-ngx-fiori-sort-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SortItem.js';\nimport SortItem from '@ui5/webcomponents-fiori/dist/SortItem.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['text', 'selected'])\n@Component({\n standalone: true,\n selector: 'ui5-sort-item',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'selected'],\n exportAs: 'ui5SortItem',\n})\nclass SortItemComponent {\n /**\n Defines the text of the component.\n */\n text!: string | undefined;\n /**\n Defines if the component is selected.\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n\n private elementRef: ElementRef<SortItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SortItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SortItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAoBM,IAAA,iBAAiB,GARvB,MAQM,iBAAiB,CAAA;AAerB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAyB,MAAM,CAAC,UAAU,CAAC,CAAC;AACtD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GArBG,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;kGAAjB,iBAAiB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAQQ,gBAAgB,CAAA,EAAA,EAAA,QAAA,EAAA,CAAA,aAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAZnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,iBAAiB,GAAA,UAAA,CAAA;AARtB,IAAA,WAAW,CAAC,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;;AAQ5B,CAAA,EAAA,iBAAiB,CAsBtB,CAAA;2FAtBK,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAPtB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,eAAe;AACzB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,MAAM,EAAE,UAAU,CAAC;AAC5B,oBAAA,QAAQ,EAAE,aAAa;AACxB,iBAAA,CAAA;wDAUC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;;;AC5BjD;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-timeline-item.mjs","sources":["../../../../libs/ui5-angular/fiori/timeline-item/index.ts","../../../../libs/ui5-angular/fiori/timeline-item/ui5-webcomponents-ngx-fiori-timeline-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/TimelineItem.js';\nimport TimelineItem from '@ui5/webcomponents-fiori/dist/TimelineItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['icon', 'name', 'nameClickable', 'titleText', 'subtitleText'])\n@ProxyOutputs(['name-click: ui5NameClick'])\n@Component({\n standalone: true,\n selector: 'ui5-timeline-item',\n template: '<ng-content></ng-content>',\n inputs: ['icon', 'name', 'nameClickable', 'titleText', 'subtitleText'],\n outputs: ['ui5NameClick'],\n exportAs: 'ui5TimelineItem',\n})\nclass TimelineItemComponent {\n /**\n Defines the icon to be displayed as graphical element within the `ui5-timeline-item`.\nSAP-icons font provides numerous options.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string;\n /**\n Defines the name of the item, displayed before the `title-text`.\n */\n name!: string;\n /**\n Defines if the `name` is clickable.\n */\n @InputDecorator({ transform: booleanAttribute })\n nameClickable!: boolean;\n /**\n Defines the title text of the component.\n */\n titleText!: string;\n /**\n Defines the subtitle text of the component.\n */\n subtitleText!: string;\n\n /**\n Fired when the item name is pressed either with a\nclick/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `name-clickable`\nattribute is not set.\n */\n ui5NameClick!: EventEmitter<void>;\n\n private elementRef: ElementRef<TimelineItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): TimelineItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TimelineItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAuBM,IAAA,qBAAqB,GAV3B,MAUM,qBAAqB,CAAA;AAuCzB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA6B,MAAM,CAAC,UAAU,CAAC,CAAC;AAC1D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA7CG,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;kGAArB,qBAAqB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EAAA,MAAA,EAAA,aAAA,EAAA,CAAA,eAAA,EAAA,eAAA,EAeI,gBAAgB,CAAA,EAAA,SAAA,EAAA,WAAA,EAAA,YAAA,EAAA,cAAA,EAAA,EAAA,OAAA,EAAA,EAAA,YAAA,EAAA,cAAA,EAAA,EAAA,QAAA,EAAA,CAAA,iBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EApBnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,qBAAqB,GAAA,UAAA,CAAA;AAV1B,IAAA,WAAW,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,eAAe,EAAE,WAAW,EAAE,cAAc,CAAC,CAAC;AAC3E,IAAA,YAAY,CAAC,CAAC,0BAA0B,CAAC,CAAC;;AASrC,CAAA,EAAA,qBAAqB,CA8C1B,CAAA;2FA9CK,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAR1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,mBAAmB;AAC7B,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,eAAe,EAAE,WAAW,EAAE,cAAc,CAAC;oBACtE,OAAO,EAAE,CAAC,cAAc,CAAC;AACzB,oBAAA,QAAQ,EAAE,iBAAiB;AAC5B,iBAAA,CAAA;wDAiBC,aAAa,EAAA,CAAA;sBADZA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;;;ACtCjD;;AAEG;;;;"}
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-timeline-item.mjs","sources":["../../../../libs/ui5-angular/fiori/timeline-item/index.ts","../../../../libs/ui5-angular/fiori/timeline-item/ui5-webcomponents-ngx-fiori-timeline-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/TimelineItem.js';\nimport TimelineItem from '@ui5/webcomponents-fiori/dist/TimelineItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['icon', 'name', 'nameClickable', 'titleText', 'subtitleText'])\n@ProxyOutputs(['name-click: ui5NameClick'])\n@Component({\n standalone: true,\n selector: 'ui5-timeline-item',\n template: '<ng-content></ng-content>',\n inputs: ['icon', 'name', 'nameClickable', 'titleText', 'subtitleText'],\n outputs: ['ui5NameClick'],\n exportAs: 'ui5TimelineItem',\n})\nclass TimelineItemComponent {\n /**\n Defines the icon to be displayed as graphical element within the `ui5-timeline-item`.\nSAP-icons font provides numerous options.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string | undefined;\n /**\n Defines the name of the item, displayed before the `title-text`.\n */\n name!: string | undefined;\n /**\n Defines if the `name` is clickable.\n */\n @InputDecorator({ transform: booleanAttribute })\n nameClickable!: boolean;\n /**\n Defines the title text of the component.\n */\n titleText!: string | undefined;\n /**\n Defines the subtitle text of the component.\n */\n subtitleText!: string | undefined;\n\n /**\n Fired when the item name is pressed either with a\nclick/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `name-clickable`\nattribute is not set.\n */\n ui5NameClick!: EventEmitter<void>;\n\n private elementRef: ElementRef<TimelineItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): TimelineItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TimelineItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAuBM,IAAA,qBAAqB,GAV3B,MAUM,qBAAqB,CAAA;AAuCzB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA6B,MAAM,CAAC,UAAU,CAAC,CAAC;AAC1D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA7CG,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;kGAArB,qBAAqB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EAAA,MAAA,EAAA,aAAA,EAAA,CAAA,eAAA,EAAA,eAAA,EAeI,gBAAgB,CAAA,EAAA,SAAA,EAAA,WAAA,EAAA,YAAA,EAAA,cAAA,EAAA,EAAA,OAAA,EAAA,EAAA,YAAA,EAAA,cAAA,EAAA,EAAA,QAAA,EAAA,CAAA,iBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EApBnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,qBAAqB,GAAA,UAAA,CAAA;AAV1B,IAAA,WAAW,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,eAAe,EAAE,WAAW,EAAE,cAAc,CAAC,CAAC;AAC3E,IAAA,YAAY,CAAC,CAAC,0BAA0B,CAAC,CAAC;;AASrC,CAAA,EAAA,qBAAqB,CA8C1B,CAAA;2FA9CK,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAR1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,mBAAmB;AAC7B,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,eAAe,EAAE,WAAW,EAAE,cAAc,CAAC;oBACtE,OAAO,EAAE,CAAC,cAAc,CAAC;AACzB,oBAAA,QAAQ,EAAE,iBAAiB;AAC5B,iBAAA,CAAA;wDAiBC,aAAa,EAAA,CAAA;sBADZA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;;;ACtCjD;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-timeline.mjs","sources":["../../../../libs/ui5-angular/fiori/timeline/index.ts","../../../../libs/ui5-angular/fiori/timeline/ui5-webcomponents-ngx-fiori-timeline.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/Timeline.js';\nimport Timeline from '@ui5/webcomponents-fiori/dist/Timeline.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['layout', 'accessibleName'])\n@Component({\n standalone: true,\n selector: 'ui5-timeline',\n template: '<ng-content></ng-content>',\n inputs: ['layout', 'accessibleName'],\n exportAs: 'ui5Timeline',\n})\nclass TimelineComponent {\n /**\n Defines the items orientation.\n */\n layout!: 'Vertical' | 'Horizontal';\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string;\n\n private elementRef: ElementRef<Timeline> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Timeline {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TimelineComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,iBAAiB,GARvB,MAQM,iBAAiB,CAAA;AAcrB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAyB,MAAM,CAAC,UAAU,CAAC,CAAC;AACtD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GApBG,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,mKAJX,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,iBAAiB,GAAA,UAAA,CAAA;AARtB,IAAA,WAAW,CAAC,CAAC,QAAQ,EAAE,gBAAgB,CAAC,CAAC;;AAQpC,CAAA,EAAA,iBAAiB,CAqBtB,CAAA;2FArBK,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAPtB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,cAAc;AACxB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,QAAQ,EAAE,gBAAgB,CAAC;AACpC,oBAAA,QAAQ,EAAE,aAAa;AACxB,iBAAA,CAAA;;;ACjBD;;AAEG;;;;"}
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-timeline.mjs","sources":["../../../../libs/ui5-angular/fiori/timeline/index.ts","../../../../libs/ui5-angular/fiori/timeline/ui5-webcomponents-ngx-fiori-timeline.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/Timeline.js';\nimport Timeline from '@ui5/webcomponents-fiori/dist/Timeline.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['layout', 'accessibleName'])\n@Component({\n standalone: true,\n selector: 'ui5-timeline',\n template: '<ng-content></ng-content>',\n inputs: ['layout', 'accessibleName'],\n exportAs: 'ui5Timeline',\n})\nclass TimelineComponent {\n /**\n Defines the items orientation.\n */\n layout!: 'Vertical' | 'Horizontal';\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n\n private elementRef: ElementRef<Timeline> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Timeline {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TimelineComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,iBAAiB,GARvB,MAQM,iBAAiB,CAAA;AAcrB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAyB,MAAM,CAAC,UAAU,CAAC,CAAC;AACtD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GApBG,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,mKAJX,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,iBAAiB,GAAA,UAAA,CAAA;AARtB,IAAA,WAAW,CAAC,CAAC,QAAQ,EAAE,gBAAgB,CAAC,CAAC;;AAQpC,CAAA,EAAA,iBAAiB,CAqBtB,CAAA;2FArBK,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAPtB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,cAAc;AACxB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,QAAQ,EAAE,gBAAgB,CAAC;AACpC,oBAAA,QAAQ,EAAE,aAAa;AACxB,iBAAA,CAAA;;;ACjBD;;AAEG;;;;"}
|
|
@@ -15,16 +15,16 @@ let UploadCollectionItemComponent = class UploadCollectionItemComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: UploadCollectionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.0.9", type: UploadCollectionItemComponent, isStandalone: true, selector: "ui5-upload-collection-item", inputs: {
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.0.9", type: UploadCollectionItemComponent, isStandalone: true, selector: "ui5-upload-collection-item", inputs: { type: "type", accessibilityAttributes: "accessibilityAttributes", navigated: ["navigated", "navigated", booleanAttribute], tooltip: "tooltip", highlight: "highlight", selected: ["selected", "selected", booleanAttribute], file: "file", fileName: "fileName", fileNameClickable: ["fileNameClickable", "fileNameClickable", booleanAttribute], disableDeleteButton: ["disableDeleteButton", "disableDeleteButton", booleanAttribute], hideDeleteButton: ["hideDeleteButton", "hideDeleteButton", booleanAttribute], hideRetryButton: ["hideRetryButton", "hideRetryButton", booleanAttribute], hideTerminateButton: ["hideTerminateButton", "hideTerminateButton", booleanAttribute], progress: "progress", uploadState: "uploadState" }, outputs: { ui5DetailClick: "ui5DetailClick", ui5FileNameClick: "ui5FileNameClick", ui5Rename: "ui5Rename", ui5Terminate: "ui5Terminate", ui5Retry: "ui5Retry" }, exportAs: ["ui5UploadCollectionItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
UploadCollectionItemComponent = __decorate([
|
|
21
21
|
ProxyInputs([
|
|
22
|
-
'selected',
|
|
23
22
|
'type',
|
|
24
23
|
'accessibilityAttributes',
|
|
25
24
|
'navigated',
|
|
26
25
|
'tooltip',
|
|
27
26
|
'highlight',
|
|
27
|
+
'selected',
|
|
28
28
|
'file',
|
|
29
29
|
'fileName',
|
|
30
30
|
'fileNameClickable',
|
|
@@ -51,12 +51,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
51
51
|
selector: 'ui5-upload-collection-item',
|
|
52
52
|
template: '<ng-content></ng-content>',
|
|
53
53
|
inputs: [
|
|
54
|
-
'selected',
|
|
55
54
|
'type',
|
|
56
55
|
'accessibilityAttributes',
|
|
57
56
|
'navigated',
|
|
58
57
|
'tooltip',
|
|
59
58
|
'highlight',
|
|
59
|
+
'selected',
|
|
60
60
|
'file',
|
|
61
61
|
'fileName',
|
|
62
62
|
'fileNameClickable',
|
|
@@ -76,10 +76,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
76
76
|
],
|
|
77
77
|
exportAs: 'ui5UploadCollectionItem',
|
|
78
78
|
}]
|
|
79
|
-
}], ctorParameters: () => [], propDecorators: {
|
|
79
|
+
}], ctorParameters: () => [], propDecorators: { navigated: [{
|
|
80
80
|
type: Input,
|
|
81
81
|
args: [{ transform: booleanAttribute }]
|
|
82
|
-
}],
|
|
82
|
+
}], selected: [{
|
|
83
83
|
type: Input,
|
|
84
84
|
args: [{ transform: booleanAttribute }]
|
|
85
85
|
}], fileNameClickable: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-upload-collection-item.mjs","sources":["../../../../libs/ui5-angular/fiori/upload-collection-item/index.ts","../../../../libs/ui5-angular/fiori/upload-collection-item/ui5-webcomponents-ngx-fiori-upload-collection-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/UploadCollectionItem.js';\nimport UploadCollectionItem from '@ui5/webcomponents-fiori/dist/UploadCollectionItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport { ListItemAccessibilityAttributes } from '@ui5/webcomponents/dist/ListItem.js';\n@ProxyInputs([\n '
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-upload-collection-item.mjs","sources":["../../../../libs/ui5-angular/fiori/upload-collection-item/index.ts","../../../../libs/ui5-angular/fiori/upload-collection-item/ui5-webcomponents-ngx-fiori-upload-collection-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/UploadCollectionItem.js';\nimport UploadCollectionItem from '@ui5/webcomponents-fiori/dist/UploadCollectionItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport { ListItemAccessibilityAttributes } from '@ui5/webcomponents/dist/ListItem.js';\n@ProxyInputs([\n 'type',\n 'accessibilityAttributes',\n 'navigated',\n 'tooltip',\n 'highlight',\n 'selected',\n 'file',\n 'fileName',\n 'fileNameClickable',\n 'disableDeleteButton',\n 'hideDeleteButton',\n 'hideRetryButton',\n 'hideTerminateButton',\n 'progress',\n 'uploadState',\n])\n@ProxyOutputs([\n 'detail-click: ui5DetailClick',\n 'file-name-click: ui5FileNameClick',\n 'rename: ui5Rename',\n 'terminate: ui5Terminate',\n 'retry: ui5Retry',\n])\n@Component({\n standalone: true,\n selector: 'ui5-upload-collection-item',\n template: '<ng-content></ng-content>',\n inputs: [\n 'type',\n 'accessibilityAttributes',\n 'navigated',\n 'tooltip',\n 'highlight',\n 'selected',\n 'file',\n 'fileName',\n 'fileNameClickable',\n 'disableDeleteButton',\n 'hideDeleteButton',\n 'hideRetryButton',\n 'hideTerminateButton',\n 'progress',\n 'uploadState',\n ],\n outputs: [\n 'ui5DetailClick',\n 'ui5FileNameClick',\n 'ui5Rename',\n 'ui5Terminate',\n 'ui5Retry',\n ],\n exportAs: 'ui5UploadCollectionItem',\n})\nclass UploadCollectionItemComponent {\n /**\n Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.\n */\n type!: 'Inactive' | 'Active' | 'Detail' | 'Navigation';\n /**\n Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.\n */\n accessibilityAttributes!: ListItemAccessibilityAttributes;\n /**\n The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.\n */\n @InputDecorator({ transform: booleanAttribute })\n navigated!: boolean;\n /**\n Defines the text of the tooltip that would be displayed for the list item.\n */\n tooltip!: string | undefined;\n /**\n Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.\n */\n highlight!: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';\n /**\n Defines the selected state of the component.\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n /**\n Holds an instance of `File` associated with this item.\n */\n file!: File | null;\n /**\n The name of the file.\n */\n fileName!: string;\n /**\n If set to `true` the file name will be clickable and it will fire `file-name-click` event upon click.\n */\n @InputDecorator({ transform: booleanAttribute })\n fileNameClickable!: boolean;\n /**\n Disables the delete button.\n */\n @InputDecorator({ transform: booleanAttribute })\n disableDeleteButton!: boolean;\n /**\n Hides the delete button.\n */\n @InputDecorator({ transform: booleanAttribute })\n hideDeleteButton!: boolean;\n /**\n Hides the retry button when `uploadState` property is `Error`.\n */\n @InputDecorator({ transform: booleanAttribute })\n hideRetryButton!: boolean;\n /**\n Hides the terminate button when `uploadState` property is `Uploading`.\n */\n @InputDecorator({ transform: booleanAttribute })\n hideTerminateButton!: boolean;\n /**\n The upload progress in percentage.\n\n**Note:** Expected values are in the interval [0, 100].\n */\n progress!: number;\n /**\n Upload state.\n\nDepending on this property, the item displays the following:\n\n- `Ready` - progress indicator is displayed.\n- `Uploading` - progress indicator and terminate button are displayed. When the terminate button is pressed, `terminate` event is fired.\n- `Error` - progress indicator and retry button are displayed. When the retry button is pressed, `retry` event is fired.\n- `Complete` - progress indicator is not displayed.\n */\n uploadState!: 'Complete' | 'Error' | 'Ready' | 'Uploading';\n\n /**\n Fired when the user clicks on the detail button when type is `Detail`.\n */\n ui5DetailClick!: EventEmitter<void>;\n /**\n Fired when the file name is clicked.\n\n**Note:** This event is only available when `fileNameClickable` property is `true`.\n */\n ui5FileNameClick!: EventEmitter<void>;\n /**\n Fired when the `fileName` property gets changed.\n\n**Note:** An edit button is displayed on each item,\nwhen the `ui5-upload-collection-item` `type` property is set to `Detail`.\n */\n ui5Rename!: EventEmitter<void>;\n /**\n Fired when the terminate button is pressed.\n\n**Note:** Terminate button is displayed when `uploadState` property is set to `Uploading`.\n */\n ui5Terminate!: EventEmitter<void>;\n /**\n Fired when the retry button is pressed.\n\n**Note:** Retry button is displayed when `uploadState` property is set to `Error`.\n */\n ui5Retry!: EventEmitter<void>;\n\n private elementRef: ElementRef<UploadCollectionItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): UploadCollectionItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { UploadCollectionItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAoEM,IAAA,6BAA6B,GAtDnC,MAsDM,6BAA6B,CAAA;AA6HjC,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAqC,MAAM,CAAC,UAAU,CAAC,CAAC;AAClE,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAnIG,6BAA6B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA7B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,6BAA6B,EAwBJ,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,4BAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,uBAAA,EAAA,yBAAA,EAAA,SAAA,EAAA,CAAA,WAAA,EAAA,WAAA,EAAA,gBAAgB,CAchB,EAAA,OAAA,EAAA,SAAA,EAAA,SAAA,EAAA,WAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAAA,gBAAgB,qGAahB,gBAAgB,CAAA,EAAA,mBAAA,EAAA,CAAA,qBAAA,EAAA,qBAAA,EAKhB,gBAAgB,CAAA,EAAA,gBAAA,EAAA,CAAA,kBAAA,EAAA,kBAAA,EAKhB,gBAAgB,CAKhB,EAAA,eAAA,EAAA,CAAA,iBAAA,EAAA,iBAAA,EAAA,gBAAgB,CAKhB,EAAA,mBAAA,EAAA,CAAA,qBAAA,EAAA,qBAAA,EAAA,gBAAgB,uRAlGnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AA2BjC,6BAA6B,GAAA,UAAA,CAAA;AAtDlC,IAAA,WAAW,CAAC;QACX,MAAM;QACN,yBAAyB;QACzB,WAAW;QACX,SAAS;QACT,WAAW;QACX,UAAU;QACV,MAAM;QACN,UAAU;QACV,mBAAmB;QACnB,qBAAqB;QACrB,kBAAkB;QAClB,iBAAiB;QACjB,qBAAqB;QACrB,UAAU;QACV,aAAa;KACd,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,8BAA8B;QAC9B,mCAAmC;QACnC,mBAAmB;QACnB,yBAAyB;QACzB,iBAAiB;KAClB,CAAC;;AA+BI,CAAA,EAAA,6BAA6B,CAoIlC,CAAA;2FApIK,6BAA6B,EAAA,UAAA,EAAA,CAAA;kBA9BlC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,4BAA4B;AACtC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,MAAM;wBACN,yBAAyB;wBACzB,WAAW;wBACX,SAAS;wBACT,WAAW;wBACX,UAAU;wBACV,MAAM;wBACN,UAAU;wBACV,mBAAmB;wBACnB,qBAAqB;wBACrB,kBAAkB;wBAClB,iBAAiB;wBACjB,qBAAqB;wBACrB,UAAU;wBACV,aAAa;AACd,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,gBAAgB;wBAChB,kBAAkB;wBAClB,WAAW;wBACX,cAAc;wBACd,UAAU;AACX,qBAAA;AACD,oBAAA,QAAQ,EAAE,yBAAyB;AACpC,iBAAA,CAAA;wDA0BC,SAAS,EAAA,CAAA;sBADRA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;gBAe/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;gBAc/C,iBAAiB,EAAA,CAAA;sBADhBA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;gBAM/C,mBAAmB,EAAA,CAAA;sBADlBA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;gBAM/C,gBAAgB,EAAA,CAAA;sBADfA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;gBAM/C,eAAe,EAAA,CAAA;sBADdA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;gBAM/C,mBAAmB,EAAA,CAAA;sBADlBA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;;;AC3IjD;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-upload-collection.mjs","sources":["../../../../libs/ui5-angular/fiori/upload-collection/index.ts","../../../../libs/ui5-angular/fiori/upload-collection/ui5-webcomponents-ngx-fiori-upload-collection.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/UploadCollection.js';\nimport {\n default as UploadCollection,\n UploadCollectionItemDeleteEventDetail,\n UploadCollectionSelectionChangeEventDetail,\n} from '@ui5/webcomponents-fiori/dist/UploadCollection.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'selectionMode',\n 'noDataDescription',\n 'noDataText',\n 'hideDragOverlay',\n 'accessibleName',\n])\n@ProxyOutputs([\n 'drop: ui5Drop',\n 'item-delete: ui5ItemDelete',\n 'selection-change: ui5SelectionChange',\n])\n@Component({\n standalone: true,\n selector: 'ui5-upload-collection',\n template: '<ng-content></ng-content>',\n inputs: [\n 'selectionMode',\n 'noDataDescription',\n 'noDataText',\n 'hideDragOverlay',\n 'accessibleName',\n ],\n outputs: ['ui5Drop', 'ui5ItemDelete', 'ui5SelectionChange'],\n exportAs: 'ui5UploadCollection',\n})\nclass UploadCollectionComponent {\n /**\n Defines the selection mode of the `ui5-upload-collection`.\n */\n selectionMode!:\n | 'None'\n | 'Single'\n | 'SingleStart'\n | 'SingleEnd'\n | 'SingleAuto'\n | 'Multiple';\n /**\n Allows you to set your own text for the 'No data' description.\n */\n noDataDescription!: string;\n /**\n Allows you to set your own text for the 'No data' text.\n */\n noDataText!: string;\n /**\n By default there will be drag and drop overlay shown over the `ui5-upload-collection` when files\nare dragged. If you don't intend to use drag and drop, set this property.\n\n**Note:** It is up to the application developer to add handler for `drop` event and handle it.\n`ui5-upload-collection` only displays an overlay.\n */\n @InputDecorator({ transform: booleanAttribute })\n hideDragOverlay!: boolean;\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string;\n\n /**\n Fired when an element is dropped inside the drag and drop overlay.\n\n**Note:** The `drop` event is fired only when elements are dropped within the drag and drop overlay and ignored for the other parts of the `ui5-upload-collection`.\n */\n ui5Drop!: EventEmitter<Event>;\n /**\n Fired when the delete button of any item is pressed.\n */\n ui5ItemDelete!: EventEmitter<UploadCollectionItemDeleteEventDetail>;\n /**\n Fired when selection is changed by user interaction\nin `Single` and `Multiple` modes.\n */\n ui5SelectionChange!: EventEmitter<UploadCollectionSelectionChangeEventDetail>;\n\n private elementRef: ElementRef<UploadCollection> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): UploadCollection {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { UploadCollectionComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AA2CM,IAAA,yBAAyB,GA1B/B,MA0BM,yBAAyB,CAAA;AAqD7B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAiC,MAAM,CAAC,UAAU,CAAC,CAAC;AAC9D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA3DG,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;kGAAzB,yBAAyB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,uBAAA,EAAA,MAAA,EAAA,EAAA,aAAA,EAAA,eAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,UAAA,EAAA,YAAA,EAAA,eAAA,EAAA,CAAA,iBAAA,EAAA,iBAAA,EA0BA,gBAAgB,CAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,EAAA,OAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,aAAA,EAAA,eAAA,EAAA,kBAAA,EAAA,oBAAA,EAAA,EAAA,QAAA,EAAA,CAAA,qBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EArCnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAWjC,yBAAyB,GAAA,UAAA,CAAA;AA1B9B,IAAA,WAAW,CAAC;QACX,eAAe;QACf,mBAAmB;QACnB,YAAY;QACZ,iBAAiB;QACjB,gBAAgB;KACjB,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,eAAe;QACf,4BAA4B;QAC5B,sCAAsC;KACvC,CAAC;;AAeI,CAAA,EAAA,yBAAyB,CA4D9B,CAAA;2FA5DK,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBAd9B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,uBAAuB;AACjC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,eAAe;wBACf,mBAAmB;wBACnB,YAAY;wBACZ,iBAAiB;wBACjB,gBAAgB;AACjB,qBAAA;AACD,oBAAA,OAAO,EAAE,CAAC,SAAS,EAAE,eAAe,EAAE,oBAAoB,CAAC;AAC3D,oBAAA,QAAQ,EAAE,qBAAqB;AAChC,iBAAA,CAAA;wDA4BC,eAAe,EAAA,CAAA;sBADdA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;;;ACrEjD;;AAEG;;;;"}
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-upload-collection.mjs","sources":["../../../../libs/ui5-angular/fiori/upload-collection/index.ts","../../../../libs/ui5-angular/fiori/upload-collection/ui5-webcomponents-ngx-fiori-upload-collection.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/UploadCollection.js';\nimport {\n default as UploadCollection,\n UploadCollectionItemDeleteEventDetail,\n UploadCollectionSelectionChangeEventDetail,\n} from '@ui5/webcomponents-fiori/dist/UploadCollection.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'selectionMode',\n 'noDataDescription',\n 'noDataText',\n 'hideDragOverlay',\n 'accessibleName',\n])\n@ProxyOutputs([\n 'drop: ui5Drop',\n 'item-delete: ui5ItemDelete',\n 'selection-change: ui5SelectionChange',\n])\n@Component({\n standalone: true,\n selector: 'ui5-upload-collection',\n template: '<ng-content></ng-content>',\n inputs: [\n 'selectionMode',\n 'noDataDescription',\n 'noDataText',\n 'hideDragOverlay',\n 'accessibleName',\n ],\n outputs: ['ui5Drop', 'ui5ItemDelete', 'ui5SelectionChange'],\n exportAs: 'ui5UploadCollection',\n})\nclass UploadCollectionComponent {\n /**\n Defines the selection mode of the `ui5-upload-collection`.\n */\n selectionMode!:\n | 'None'\n | 'Single'\n | 'SingleStart'\n | 'SingleEnd'\n | 'SingleAuto'\n | 'Multiple';\n /**\n Allows you to set your own text for the 'No data' description.\n */\n noDataDescription!: string | undefined;\n /**\n Allows you to set your own text for the 'No data' text.\n */\n noDataText!: string | undefined;\n /**\n By default there will be drag and drop overlay shown over the `ui5-upload-collection` when files\nare dragged. If you don't intend to use drag and drop, set this property.\n\n**Note:** It is up to the application developer to add handler for `drop` event and handle it.\n`ui5-upload-collection` only displays an overlay.\n */\n @InputDecorator({ transform: booleanAttribute })\n hideDragOverlay!: boolean;\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n\n /**\n Fired when an element is dropped inside the drag and drop overlay.\n\n**Note:** The `drop` event is fired only when elements are dropped within the drag and drop overlay and ignored for the other parts of the `ui5-upload-collection`.\n */\n ui5Drop!: EventEmitter<Event>;\n /**\n Fired when the delete button of any item is pressed.\n */\n ui5ItemDelete!: EventEmitter<UploadCollectionItemDeleteEventDetail>;\n /**\n Fired when selection is changed by user interaction\nin `Single` and `Multiple` modes.\n */\n ui5SelectionChange!: EventEmitter<UploadCollectionSelectionChangeEventDetail>;\n\n private elementRef: ElementRef<UploadCollection> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): UploadCollection {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { UploadCollectionComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AA2CM,IAAA,yBAAyB,GA1B/B,MA0BM,yBAAyB,CAAA;AAqD7B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAiC,MAAM,CAAC,UAAU,CAAC,CAAC;AAC9D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA3DG,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;kGAAzB,yBAAyB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,uBAAA,EAAA,MAAA,EAAA,EAAA,aAAA,EAAA,eAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,UAAA,EAAA,YAAA,EAAA,eAAA,EAAA,CAAA,iBAAA,EAAA,iBAAA,EA0BA,gBAAgB,CAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,EAAA,OAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,aAAA,EAAA,eAAA,EAAA,kBAAA,EAAA,oBAAA,EAAA,EAAA,QAAA,EAAA,CAAA,qBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EArCnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAWjC,yBAAyB,GAAA,UAAA,CAAA;AA1B9B,IAAA,WAAW,CAAC;QACX,eAAe;QACf,mBAAmB;QACnB,YAAY;QACZ,iBAAiB;QACjB,gBAAgB;KACjB,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,eAAe;QACf,4BAA4B;QAC5B,sCAAsC;KACvC,CAAC;;AAeI,CAAA,EAAA,yBAAyB,CA4D9B,CAAA;2FA5DK,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBAd9B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,uBAAuB;AACjC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,eAAe;wBACf,mBAAmB;wBACnB,YAAY;wBACZ,iBAAiB;wBACjB,gBAAgB;AACjB,qBAAA;AACD,oBAAA,OAAO,EAAE,CAAC,SAAS,EAAE,eAAe,EAAE,oBAAoB,CAAC;AAC3D,oBAAA,QAAQ,EAAE,qBAAqB;AAChC,iBAAA,CAAA;wDA4BC,eAAe,EAAA,CAAA;sBADdA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;;;ACrEjD;;AAEG;;;;"}
|
|
@@ -15,14 +15,16 @@ let ViewSettingsDialogComponent = class ViewSettingsDialogComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: ViewSettingsDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.0.9", type: ViewSettingsDialogComponent, isStandalone: true, selector: "ui5-view-settings-dialog", inputs: { sortDescending: ["sortDescending", "sortDescending", booleanAttribute] }, outputs: { ui5Confirm: "ui5Confirm", ui5Cancel: "ui5Cancel", ui5BeforeOpen: "ui5BeforeOpen" }, exportAs: ["ui5ViewSettingsDialog"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.0.9", type: ViewSettingsDialogComponent, isStandalone: true, selector: "ui5-view-settings-dialog", inputs: { sortDescending: ["sortDescending", "sortDescending", booleanAttribute], open: ["open", "open", booleanAttribute] }, outputs: { ui5Confirm: "ui5Confirm", ui5Cancel: "ui5Cancel", ui5BeforeOpen: "ui5BeforeOpen", ui5Open: "ui5Open", ui5Close: "ui5Close" }, exportAs: ["ui5ViewSettingsDialog"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
ViewSettingsDialogComponent = __decorate([
|
|
21
|
-
ProxyInputs(['sortDescending']),
|
|
21
|
+
ProxyInputs(['sortDescending', 'open']),
|
|
22
22
|
ProxyOutputs([
|
|
23
23
|
'confirm: ui5Confirm',
|
|
24
24
|
'cancel: ui5Cancel',
|
|
25
25
|
'before-open: ui5BeforeOpen',
|
|
26
|
+
'open: ui5Open',
|
|
27
|
+
'close: ui5Close',
|
|
26
28
|
]),
|
|
27
29
|
__metadata("design:paramtypes", [])
|
|
28
30
|
], ViewSettingsDialogComponent);
|
|
@@ -32,13 +34,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
32
34
|
standalone: true,
|
|
33
35
|
selector: 'ui5-view-settings-dialog',
|
|
34
36
|
template: '<ng-content></ng-content>',
|
|
35
|
-
inputs: ['sortDescending'],
|
|
36
|
-
outputs: ['ui5Confirm', 'ui5Cancel', 'ui5BeforeOpen'],
|
|
37
|
+
inputs: ['sortDescending', 'open'],
|
|
38
|
+
outputs: ['ui5Confirm', 'ui5Cancel', 'ui5BeforeOpen', 'ui5Open', 'ui5Close'],
|
|
37
39
|
exportAs: 'ui5ViewSettingsDialog',
|
|
38
40
|
}]
|
|
39
41
|
}], ctorParameters: () => [], propDecorators: { sortDescending: [{
|
|
40
42
|
type: Input,
|
|
41
43
|
args: [{ transform: booleanAttribute }]
|
|
44
|
+
}], open: [{
|
|
45
|
+
type: Input,
|
|
46
|
+
args: [{ transform: booleanAttribute }]
|
|
42
47
|
}] } });
|
|
43
48
|
|
|
44
49
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs","sources":["../../../../libs/ui5-angular/fiori/view-settings-dialog/index.ts","../../../../libs/ui5-angular/fiori/view-settings-dialog/ui5-webcomponents-ngx-fiori-view-settings-dialog.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/ViewSettingsDialog.js';\nimport {\n default as ViewSettingsDialog,\n ViewSettingsDialogCancelEventDetail,\n ViewSettingsDialogConfirmEventDetail,\n} from '@ui5/webcomponents-fiori/dist/ViewSettingsDialog.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['sortDescending'])\n@ProxyOutputs([\n 'confirm: ui5Confirm',\n 'cancel: ui5Cancel',\n 'before-open: ui5BeforeOpen',\n])\n@Component({\n standalone: true,\n selector: 'ui5-view-settings-dialog',\n template: '<ng-content></ng-content>',\n inputs: ['sortDescending'],\n outputs: ['ui5Confirm', 'ui5Cancel', 'ui5BeforeOpen'],\n exportAs: 'ui5ViewSettingsDialog',\n})\nclass ViewSettingsDialogComponent {\n /**\n Defines the initial sort order.\n */\n @InputDecorator({ transform: booleanAttribute })\n sortDescending!: boolean;\n\n /**\n Fired when confirmation button is activated.\n */\n ui5Confirm!: EventEmitter<ViewSettingsDialogConfirmEventDetail>;\n /**\n Fired when cancel button is activated.\n */\n ui5Cancel!: EventEmitter<ViewSettingsDialogCancelEventDetail>;\n /**\n Fired before the component is opened. **This event does not bubble.**\n */\n ui5BeforeOpen!: EventEmitter<void>;\n\n private elementRef: ElementRef<ViewSettingsDialog> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ViewSettingsDialog {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ViewSettingsDialogComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs","sources":["../../../../libs/ui5-angular/fiori/view-settings-dialog/index.ts","../../../../libs/ui5-angular/fiori/view-settings-dialog/ui5-webcomponents-ngx-fiori-view-settings-dialog.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/ViewSettingsDialog.js';\nimport {\n default as ViewSettingsDialog,\n ViewSettingsDialogCancelEventDetail,\n ViewSettingsDialogConfirmEventDetail,\n} from '@ui5/webcomponents-fiori/dist/ViewSettingsDialog.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['sortDescending', 'open'])\n@ProxyOutputs([\n 'confirm: ui5Confirm',\n 'cancel: ui5Cancel',\n 'before-open: ui5BeforeOpen',\n 'open: ui5Open',\n 'close: ui5Close',\n])\n@Component({\n standalone: true,\n selector: 'ui5-view-settings-dialog',\n template: '<ng-content></ng-content>',\n inputs: ['sortDescending', 'open'],\n outputs: ['ui5Confirm', 'ui5Cancel', 'ui5BeforeOpen', 'ui5Open', 'ui5Close'],\n exportAs: 'ui5ViewSettingsDialog',\n})\nclass ViewSettingsDialogComponent {\n /**\n Defines the initial sort order.\n */\n @InputDecorator({ transform: booleanAttribute })\n sortDescending!: boolean;\n /**\n Indicates if the dialog is open.\n */\n @InputDecorator({ transform: booleanAttribute })\n open!: boolean;\n\n /**\n Fired when confirmation button is activated.\n */\n ui5Confirm!: EventEmitter<ViewSettingsDialogConfirmEventDetail>;\n /**\n Fired when cancel button is activated.\n */\n ui5Cancel!: EventEmitter<ViewSettingsDialogCancelEventDetail>;\n /**\n Fired before the component is opened. **This event does not bubble.**\n */\n ui5BeforeOpen!: EventEmitter<void>;\n /**\n Fired after the dialog is opened.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired after the dialog is closed.\n */\n ui5Close!: EventEmitter<void>;\n\n private elementRef: ElementRef<ViewSettingsDialog> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ViewSettingsDialog {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ViewSettingsDialogComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAiCM,IAAA,2BAA2B,GAhBjC,MAgBM,2BAA2B,CAAA;AAqC/B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAmC,MAAM,CAAC,UAAU,CAAC,CAAC;AAChE,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA3CG,2BAA2B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA3B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,2BAA2B,EAIF,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,0BAAA,EAAA,MAAA,EAAA,EAAA,cAAA,EAAA,CAAA,gBAAA,EAAA,gBAAA,EAAA,gBAAgB,CAKhB,EAAA,IAAA,EAAA,CAAA,MAAA,EAAA,MAAA,EAAA,gBAAgB,2MAdnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,2BAA2B,GAAA,UAAA,CAAA;AAhBhC,IAAA,WAAW,CAAC,CAAC,gBAAgB,EAAE,MAAM,CAAC,CAAC;AACvC,IAAA,YAAY,CAAC;QACZ,qBAAqB;QACrB,mBAAmB;QACnB,4BAA4B;QAC5B,eAAe;QACf,iBAAiB;KAClB,CAAC;;AASI,CAAA,EAAA,2BAA2B,CA4ChC,CAAA;2FA5CK,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBARhC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,0BAA0B;AACpC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,gBAAgB,EAAE,MAAM,CAAC;oBAClC,OAAO,EAAE,CAAC,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,SAAS,EAAE,UAAU,CAAC;AAC5E,oBAAA,QAAQ,EAAE,uBAAuB;AAClC,iBAAA,CAAA;wDAMC,cAAc,EAAA,CAAA;sBADbA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;gBAM/C,IAAI,EAAA,CAAA;sBADHA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;;;AC1CjD;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-wizard-step.mjs","sources":["../../../../libs/ui5-angular/fiori/wizard-step/index.ts","../../../../libs/ui5-angular/fiori/wizard-step/ui5-webcomponents-ngx-fiori-wizard-step.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/WizardStep.js';\nimport WizardStep from '@ui5/webcomponents-fiori/dist/WizardStep.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'titleText',\n 'subtitleText',\n 'icon',\n 'disabled',\n 'selected',\n 'branching',\n])\n@Component({\n standalone: true,\n selector: 'ui5-wizard-step',\n template: '<ng-content></ng-content>',\n inputs: [\n 'titleText',\n 'subtitleText',\n 'icon',\n 'disabled',\n 'selected',\n 'branching',\n ],\n exportAs: 'ui5WizardStep',\n})\nclass WizardStepComponent {\n /**\n Defines the `titleText` of the step.\n\n**Note:** The text is displayed in the `ui5-wizard` navigation header.\n */\n titleText!: string;\n /**\n Defines the `subtitleText` of the step.\n\n**Note:** the text is displayed in the `ui5-wizard` navigation header.\n */\n subtitleText!: string;\n /**\n Defines the `icon` of the step.\n\n**Note:** The icon is displayed in the `ui5-wizard` navigation header.\n\nThe SAP-icons font provides numerous options.\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string;\n /**\n Defines if the step is `disabled`. When disabled the step is displayed,\nbut the user can't select the step by clicking or navigate to it with scrolling.\n\n**Note:** Step can't be `selected` and `disabled` at the same time.\nIn this case the `selected` property would take precedence.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the step's `selected` state - the step that is currently active.\n\n**Note:** Step can't be `selected` and `disabled` at the same time.\nIn this case the `selected` property would take precedence.\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n /**\n When `branching` is enabled a dashed line would be displayed after the step,\nmeant to indicate that the next step is not yet known and depends on user choice in the current step.\n\n**Note:** It is recommended to use `branching` on the last known step\nand later add new steps when it becomes clear how the wizard flow should continue.\n */\n @InputDecorator({ transform: booleanAttribute })\n branching!: boolean;\n\n private elementRef: ElementRef<WizardStep> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): WizardStep {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { WizardStepComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAkCM,IAAA,mBAAmB,GAtBzB,MAsBM,mBAAmB,CAAA;AAqDvB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA2B,MAAM,CAAC,UAAU,CAAC,CAAC;AACxD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA3DG,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAnB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,mBAAmB,oKA6BM,gBAAgB,CAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAQhB,gBAAgB,CAShB,EAAA,SAAA,EAAA,CAAA,WAAA,EAAA,WAAA,EAAA,gBAAgB,0DAzDnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAWjC,mBAAmB,GAAA,UAAA,CAAA;AAtBxB,IAAA,WAAW,CAAC;QACX,WAAW;QACX,cAAc;QACd,MAAM;QACN,UAAU;QACV,UAAU;QACV,WAAW;KACZ,CAAC;;AAeI,CAAA,EAAA,mBAAmB,CA4DxB,CAAA;2FA5DK,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAdxB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,iBAAiB;AAC3B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,WAAW;wBACX,cAAc;wBACd,MAAM;wBACN,UAAU;wBACV,UAAU;wBACV,WAAW;AACZ,qBAAA;AACD,oBAAA,QAAQ,EAAE,eAAe;AAC1B,iBAAA,CAAA;wDA+BC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;gBAS/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;gBAU/C,SAAS,EAAA,CAAA;sBADRA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;;;AChFjD;;AAEG;;;;"}
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-wizard-step.mjs","sources":["../../../../libs/ui5-angular/fiori/wizard-step/index.ts","../../../../libs/ui5-angular/fiori/wizard-step/ui5-webcomponents-ngx-fiori-wizard-step.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/WizardStep.js';\nimport WizardStep from '@ui5/webcomponents-fiori/dist/WizardStep.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'titleText',\n 'subtitleText',\n 'icon',\n 'disabled',\n 'selected',\n 'branching',\n])\n@Component({\n standalone: true,\n selector: 'ui5-wizard-step',\n template: '<ng-content></ng-content>',\n inputs: [\n 'titleText',\n 'subtitleText',\n 'icon',\n 'disabled',\n 'selected',\n 'branching',\n ],\n exportAs: 'ui5WizardStep',\n})\nclass WizardStepComponent {\n /**\n Defines the `titleText` of the step.\n\n**Note:** The text is displayed in the `ui5-wizard` navigation header.\n */\n titleText!: string | undefined;\n /**\n Defines the `subtitleText` of the step.\n\n**Note:** the text is displayed in the `ui5-wizard` navigation header.\n */\n subtitleText!: string | undefined;\n /**\n Defines the `icon` of the step.\n\n**Note:** The icon is displayed in the `ui5-wizard` navigation header.\n\nThe SAP-icons font provides numerous options.\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string | undefined;\n /**\n Defines if the step is `disabled`. When disabled the step is displayed,\nbut the user can't select the step by clicking or navigate to it with scrolling.\n\n**Note:** Step can't be `selected` and `disabled` at the same time.\nIn this case the `selected` property would take precedence.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the step's `selected` state - the step that is currently active.\n\n**Note:** Step can't be `selected` and `disabled` at the same time.\nIn this case the `selected` property would take precedence.\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n /**\n When `branching` is enabled a dashed line would be displayed after the step,\nmeant to indicate that the next step is not yet known and depends on user choice in the current step.\n\n**Note:** It is recommended to use `branching` on the last known step\nand later add new steps when it becomes clear how the wizard flow should continue.\n */\n @InputDecorator({ transform: booleanAttribute })\n branching!: boolean;\n\n private elementRef: ElementRef<WizardStep> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): WizardStep {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { WizardStepComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAkCM,IAAA,mBAAmB,GAtBzB,MAsBM,mBAAmB,CAAA;AAqDvB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA2B,MAAM,CAAC,UAAU,CAAC,CAAC;AACxD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA3DG,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAnB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,mBAAmB,oKA6BM,gBAAgB,CAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAQhB,gBAAgB,CAShB,EAAA,SAAA,EAAA,CAAA,WAAA,EAAA,WAAA,EAAA,gBAAgB,0DAzDnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAWjC,mBAAmB,GAAA,UAAA,CAAA;AAtBxB,IAAA,WAAW,CAAC;QACX,WAAW;QACX,cAAc;QACd,MAAM;QACN,UAAU;QACV,UAAU;QACV,WAAW;KACZ,CAAC;;AAeI,CAAA,EAAA,mBAAmB,CA4DxB,CAAA;2FA5DK,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAdxB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,iBAAiB;AAC3B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,WAAW;wBACX,cAAc;wBACd,MAAM;wBACN,UAAU;wBACV,UAAU;wBACV,WAAW;AACZ,qBAAA;AACD,oBAAA,QAAQ,EAAE,eAAe;AAC1B,iBAAA,CAAA;wDA+BC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;gBAS/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;gBAU/C,SAAS,EAAA,CAAA;sBADRA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAA;;;AChFjD;;AAEG;;;;"}
|