@ui5/webcomponents-ngx 0.5.9-rc.4 → 0.5.9
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/ai/button/index.d.ts +70 -0
- package/ai/button-state/index.d.ts +45 -0
- package/ai/index.d.ts +16 -0
- package/ai/input/index.d.ts +176 -0
- package/ai/prompt-input/index.d.ts +87 -0
- package/ai/text-area/index.d.ts +158 -0
- package/ai/theming/index.d.ts +11 -0
- package/config/index.d.ts +20 -0
- package/content-density/index.d.ts +15 -0
- package/fesm2022/ui5-webcomponents-ngx-ai-button-state.mjs +43 -0
- package/fesm2022/ui5-webcomponents-ngx-ai-button-state.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-ai-button.mjs +60 -0
- package/fesm2022/ui5-webcomponents-ngx-ai-button.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-ai-input.mjs +146 -0
- package/fesm2022/ui5-webcomponents-ngx-ai-input.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-ai-prompt-input.mjs +79 -0
- package/fesm2022/ui5-webcomponents-ngx-ai-prompt-input.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-ai-text-area.mjs +132 -0
- package/fesm2022/ui5-webcomponents-ngx-ai-text-area.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-ai-theming.mjs +23 -0
- package/fesm2022/ui5-webcomponents-ngx-ai-theming.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-ai.mjs +46 -0
- package/fesm2022/ui5-webcomponents-ngx-ai.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-config.mjs +45 -0
- package/fesm2022/ui5-webcomponents-ngx-config.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-content-density.mjs +44 -0
- package/fesm2022/ui5-webcomponents-ngx-content-density.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-barcode-scanner-dialog.mjs +49 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-barcode-scanner-dialog.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-header.mjs +33 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-header.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-title.mjs +33 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-title.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page.mjs +57 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs +67 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item-option.mjs +43 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item-option.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-flexible-column-layout.mjs +58 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-flexible-column-layout.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-group-item.mjs +43 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-group-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-illustrated-message.mjs +57 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-illustrated-message.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery-item.mjs +46 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery.mjs +64 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-navigation-layout.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-navigation-layout.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-group-item.mjs +65 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-group-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-item.mjs +69 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list.mjs +46 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-page.mjs +49 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-page.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch-item.mjs +42 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch.mjs +33 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-search-item-group.mjs +42 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-search-item-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-search-item-show-more.mjs +45 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-search-item-show-more.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-search-item.mjs +55 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-search-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-search-message-area.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-search-message-area.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-search-scope.mjs +43 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-search-scope.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-search.mjs +78 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-search.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-branding.mjs +42 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-branding.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-item.mjs +42 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-search.mjs +83 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-search.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-spacer.mjs +33 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-spacer.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar.mjs +97 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs +46 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-item.mjs +78 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs +73 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation.mjs +45 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-sort-item.mjs +43 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-sort-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-theming.mjs +23 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-theming.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-timeline-group-item.mjs +45 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-timeline-group-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-timeline-item.mjs +59 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-timeline-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-timeline.mjs +45 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-timeline.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection-item.mjs +107 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs +62 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-account.mjs +64 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-account.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item-group.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item.mjs +101 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu.mjs +89 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-settings-account-view.mjs +54 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-settings-account-view.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-settings-dialog.mjs +53 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-settings-dialog.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-settings-item.mjs +71 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-settings-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-settings-view.mjs +46 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-settings-view.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs +57 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-wizard-step.mjs +63 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-wizard-step.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-wizard.mjs +42 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-wizard.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori.mjs +230 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-generic-cva.mjs +52 -0
- package/fesm2022/ui5-webcomponents-ngx-generic-cva.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-i18n.mjs +216 -0
- package/fesm2022/ui5-webcomponents-ngx-i18n.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-icons.mjs +68 -0
- package/fesm2022/ui5-webcomponents-ngx-icons.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-avatar-group.mjs +52 -0
- package/fesm2022/ui5-webcomponents-ngx-main-avatar-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-avatar.mjs +70 -0
- package/fesm2022/ui5-webcomponents-ngx-main-avatar.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-bar.mjs +45 -0
- package/fesm2022/ui5-webcomponents-ngx-main-bar.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs-item.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs.mjs +42 -0
- package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-busy-indicator.mjs +43 -0
- package/fesm2022/ui5-webcomponents-ngx-main-busy-indicator.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-button-badge.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-button-badge.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-button.mjs +81 -0
- package/fesm2022/ui5-webcomponents-ngx-main-button.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-date-range.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-date-range.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-date.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-date.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend-item.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend.mjs +62 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar.mjs +67 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-card-header.mjs +45 -0
- package/fesm2022/ui5-webcomponents-ngx-main-card-header.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-card.mjs +43 -0
- package/fesm2022/ui5-webcomponents-ngx-main-card.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-carousel.mjs +75 -0
- package/fesm2022/ui5-webcomponents-ngx-main-carousel.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-check-box.mjs +101 -0
- package/fesm2022/ui5-webcomponents-ngx-main-check-box.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette-item.mjs +43 -0
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette-popover.mjs +68 -0
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette-popover.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs +45 -0
- package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item-group.mjs +42 -0
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box.mjs +121 -0
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-date-picker.mjs +129 -0
- package/fesm2022/ui5-webcomponents-ngx-main-date-picker.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-date-range-picker.mjs +131 -0
- package/fesm2022/ui5-webcomponents-ngx-main-date-range-picker.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-date-time-picker.mjs +129 -0
- package/fesm2022/ui5-webcomponents-ngx-main-date-time-picker.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs +95 -0
- package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-dynamic-date-range.mjs +42 -0
- package/fesm2022/ui5-webcomponents-ngx-main-dynamic-date-range.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-expandable-text.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-expandable-text.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-file-uploader.mjs +97 -0
- package/fesm2022/ui5-webcomponents-ngx-main-file-uploader.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form-group.mjs +52 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form-item.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form.mjs +60 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-icon.mjs +45 -0
- package/fesm2022/ui5-webcomponents-ngx-main-icon.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-input.mjs +129 -0
- package/fesm2022/ui5-webcomponents-ngx-main-input.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-label.mjs +46 -0
- package/fesm2022/ui5-webcomponents-ngx-main-label.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-link.mjs +75 -0
- package/fesm2022/ui5-webcomponents-ngx-main-link.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-list-item-custom.mjs +69 -0
- package/fesm2022/ui5-webcomponents-ngx-main-list-item-custom.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-list-item-group.mjs +42 -0
- package/fesm2022/ui5-webcomponents-ngx-main-list-item-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-list-item-standard.mjs +86 -0
- package/fesm2022/ui5-webcomponents-ngx-main-list-item-standard.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-list.mjs +100 -0
- package/fesm2022/ui5-webcomponents-ngx-main-list.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-menu-item-group.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-menu-item-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-menu-item.mjs +101 -0
- package/fesm2022/ui5-webcomponents-ngx-main-menu-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-menu-separator.mjs +33 -0
- package/fesm2022/ui5-webcomponents-ngx-main-menu-separator.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-menu.mjs +76 -0
- package/fesm2022/ui5-webcomponents-ngx-main-menu.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-message-strip.mjs +48 -0
- package/fesm2022/ui5-webcomponents-ngx-main-message-strip.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item-group.mjs +42 -0
- 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 +43 -0
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box.mjs +126 -0
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-multi-input.mjs +138 -0
- package/fesm2022/ui5-webcomponents-ngx-main-multi-input.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-option-custom.mjs +43 -0
- package/fesm2022/ui5-webcomponents-ngx-main-option-custom.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-option.mjs +43 -0
- package/fesm2022/ui5-webcomponents-ngx-main-option.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-panel.mjs +72 -0
- package/fesm2022/ui5-webcomponents-ngx-main-panel.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-popover.mjs +101 -0
- package/fesm2022/ui5-webcomponents-ngx-main-popover.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-progress-indicator.mjs +55 -0
- package/fesm2022/ui5-webcomponents-ngx-main-progress-indicator.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-radio-button.mjs +90 -0
- package/fesm2022/ui5-webcomponents-ngx-main-radio-button.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-range-slider.mjs +96 -0
- package/fesm2022/ui5-webcomponents-ngx-main-range-slider.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs +71 -0
- package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-responsive-popover.mjs +101 -0
- package/fesm2022/ui5-webcomponents-ngx-main-responsive-popover.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-segmented-button-item.mjs +64 -0
- package/fesm2022/ui5-webcomponents-ngx-main-segmented-button-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-segmented-button.mjs +59 -0
- package/fesm2022/ui5-webcomponents-ngx-main-segmented-button.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-select.mjs +95 -0
- package/fesm2022/ui5-webcomponents-ngx-main-select.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-slider.mjs +94 -0
- package/fesm2022/ui5-webcomponents-ngx-main-slider.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-special-calendar-date.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-special-calendar-date.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-split-button.mjs +62 -0
- package/fesm2022/ui5-webcomponents-ngx-main-split-button.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs +83 -0
- package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item-custom.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item-custom.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item-group.mjs +42 -0
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-switch.mjs +88 -0
- package/fesm2022/ui5-webcomponents-ngx-main-switch.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-tab-container.mjs +66 -0
- package/fesm2022/ui5-webcomponents-ngx-main-tab-container.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-tab-separator.mjs +33 -0
- package/fesm2022/ui5-webcomponents-ngx-main-tab-separator.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-tab.mjs +65 -0
- package/fesm2022/ui5-webcomponents-ngx-main-tab.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-cell.mjs +40 -0
- 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-action-ai.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-header-cell-action-ai.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-header-cell.mjs +59 -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-main-table-row-action-navigation.mjs +48 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-row-action-navigation.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-row-action.mjs +45 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-row-action.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs +49 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-selection-multi.mjs +42 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-selection-multi.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-selection-single.mjs +42 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-selection-single.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-virtualizer.mjs +42 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-virtualizer.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table.mjs +71 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-tag.mjs +62 -0
- package/fesm2022/ui5-webcomponents-ngx-main-tag.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-text-area.mjs +112 -0
- package/fesm2022/ui5-webcomponents-ngx-main-text-area.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-text.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-text.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-theming.mjs +23 -0
- package/fesm2022/ui5-webcomponents-ngx-main-theming.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-time-picker.mjs +103 -0
- package/fesm2022/ui5-webcomponents-ngx-main-time-picker.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-title.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-title.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-toast.mjs +45 -0
- package/fesm2022/ui5-webcomponents-ngx-main-toast.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs +86 -0
- package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-token.mjs +43 -0
- package/fesm2022/ui5-webcomponents-ngx-main-token.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs +73 -0
- package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs +79 -0
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select-option.mjs +43 -0
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select-option.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs +66 -0
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-separator.mjs +43 -0
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-separator.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-spacer.mjs +43 -0
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-spacer.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-tree-item-custom.mjs +93 -0
- package/fesm2022/ui5-webcomponents-ngx-main-tree-item-custom.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-tree-item.mjs +92 -0
- package/fesm2022/ui5-webcomponents-ngx-main-tree-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs +78 -0
- package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main.mjs +446 -0
- package/fesm2022/ui5-webcomponents-ngx-main.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-theming.mjs +90 -0
- package/fesm2022/ui5-webcomponents-ngx-theming.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-utils.mjs +37 -0
- package/fesm2022/ui5-webcomponents-ngx-utils.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx.mjs +199 -0
- package/fesm2022/ui5-webcomponents-ngx.mjs.map +1 -0
- package/fiori/barcode-scanner-dialog/index.d.ts +32 -0
- package/fiori/dynamic-page/index.d.ts +43 -0
- package/fiori/dynamic-page-header/index.d.ts +14 -0
- package/fiori/dynamic-page-title/index.d.ts +14 -0
- package/fiori/dynamic-side-content/index.d.ts +59 -0
- package/fiori/filter-item/index.d.ts +23 -0
- package/fiori/filter-item-option/index.d.ts +23 -0
- package/fiori/flexible-column-layout/index.d.ts +74 -0
- package/fiori/group-item/index.d.ts +23 -0
- package/fiori/illustrated-message/index.d.ts +70 -0
- package/fiori/index.d.ts +62 -0
- package/fiori/media-gallery/index.d.ts +59 -0
- package/fiori/media-gallery-item/index.d.ts +28 -0
- package/fiori/navigation-layout/index.d.ts +18 -0
- package/fiori/notification-list/index.d.ts +31 -0
- package/fiori/notification-list-group-item/index.d.ts +54 -0
- package/fiori/notification-list-item/index.d.ts +61 -0
- package/fiori/page/index.d.ts +38 -0
- package/fiori/product-switch/index.d.ts +14 -0
- package/fiori/product-switch-item/index.d.ts +56 -0
- package/fiori/search/index.d.ts +75 -0
- package/fiori/search-item/index.d.ts +46 -0
- package/fiori/search-item-group/index.d.ts +50 -0
- package/fiori/search-item-show-more/index.d.ts +31 -0
- package/fiori/search-message-area/index.d.ts +22 -0
- package/fiori/search-scope/index.d.ts +23 -0
- package/fiori/shell-bar/index.d.ts +140 -0
- package/fiori/shell-bar-branding/index.d.ts +44 -0
- package/fiori/shell-bar-item/index.d.ts +50 -0
- package/fiori/shell-bar-search/index.d.ts +80 -0
- package/fiori/shell-bar-spacer/index.d.ts +14 -0
- package/fiori/side-navigation/index.d.ts +34 -0
- package/fiori/side-navigation-group/index.d.ts +37 -0
- package/fiori/side-navigation-item/index.d.ts +110 -0
- package/fiori/side-navigation-sub-item/index.d.ts +105 -0
- package/fiori/sort-item/index.d.ts +23 -0
- package/fiori/theming/index.d.ts +11 -0
- package/fiori/timeline/index.d.ts +51 -0
- package/fiori/timeline-group-item/index.d.ts +28 -0
- package/fiori/timeline-item/index.d.ts +51 -0
- package/fiori/upload-collection/index.d.ts +55 -0
- package/fiori/upload-collection-item/index.d.ts +134 -0
- package/fiori/user-menu/index.d.ts +78 -0
- package/fiori/user-menu-account/index.d.ts +48 -0
- package/fiori/user-menu-item/index.d.ts +134 -0
- package/fiori/user-menu-item-group/index.d.ts +18 -0
- package/fiori/user-settings-account-view/index.d.ts +43 -0
- package/fiori/user-settings-dialog/index.d.ts +47 -0
- package/fiori/user-settings-item/index.d.ts +62 -0
- package/fiori/user-settings-view/index.d.ts +29 -0
- package/fiori/view-settings-dialog/index.d.ts +50 -0
- package/fiori/wizard/index.d.ts +24 -0
- package/fiori/wizard-step/index.d.ts +61 -0
- package/generic-cva/index.d.ts +20 -0
- package/i18n/index.d.ts +62 -0
- package/icons/index.d.ts +21 -0
- package/index.d.ts +184 -0
- package/main/avatar/index.d.ts +103 -0
- package/main/avatar-group/index.d.ts +47 -0
- package/main/bar/index.d.ts +36 -0
- package/main/breadcrumbs/index.d.ts +33 -0
- package/main/breadcrumbs-item/index.d.ts +38 -0
- package/main/busy-indicator/index.d.ts +35 -0
- package/main/button/index.d.ts +120 -0
- package/main/button-badge/index.d.ts +29 -0
- package/main/calendar/index.d.ts +78 -0
- package/main/calendar-date/index.d.ts +19 -0
- package/main/calendar-date-range/index.d.ts +24 -0
- package/main/calendar-legend/index.d.ts +34 -0
- package/main/calendar-legend-item/index.d.ts +22 -0
- package/main/card/index.d.ts +33 -0
- package/main/card-header/index.d.ts +39 -0
- package/main/carousel/index.d.ts +86 -0
- package/main/check-box/index.d.ts +118 -0
- package/main/color-palette/index.d.ts +19 -0
- package/main/color-palette-item/index.d.ts +28 -0
- package/main/color-palette-popover/index.d.ts +55 -0
- package/main/color-picker/index.d.ts +36 -0
- package/main/combo-box/index.d.ts +113 -0
- package/main/combo-box-item/index.d.ts +22 -0
- package/main/combo-box-item-group/index.d.ts +50 -0
- package/main/date-picker/index.d.ts +147 -0
- package/main/date-range-picker/index.d.ts +153 -0
- package/main/date-time-picker/index.d.ts +148 -0
- package/main/dialog/index.d.ts +119 -0
- package/main/dynamic-date-range/index.d.ts +28 -0
- package/main/expandable-text/index.d.ts +30 -0
- package/main/file-uploader/index.d.ts +98 -0
- package/main/form/index.d.ts +84 -0
- package/main/form-group/index.d.ts +36 -0
- package/main/form-item/index.d.ts +23 -0
- package/main/icon/index.d.ts +68 -0
- package/main/index.d.ts +116 -0
- package/main/input/index.d.ts +142 -0
- package/main/label/index.d.ts +42 -0
- package/main/link/index.d.ts +124 -0
- package/main/list/index.d.ts +157 -0
- package/main/list-item-custom/index.d.ts +70 -0
- package/main/list-item-group/index.d.ts +49 -0
- package/main/list-item-standard/index.d.ts +114 -0
- package/main/menu/index.d.ts +71 -0
- package/main/menu-item/index.d.ts +133 -0
- package/main/menu-item-group/index.d.ts +18 -0
- package/main/menu-separator/index.d.ts +14 -0
- package/main/message-strip/index.d.ts +43 -0
- package/main/multi-combo-box/index.d.ts +120 -0
- package/main/multi-combo-box-item/index.d.ts +27 -0
- package/main/multi-combo-box-item-group/index.d.ts +50 -0
- package/main/multi-input/index.d.ts +160 -0
- package/main/option/index.d.ts +40 -0
- package/main/option-custom/index.d.ts +33 -0
- package/main/panel/index.d.ts +65 -0
- package/main/popover/index.d.ts +117 -0
- package/main/progress-indicator/index.d.ts +43 -0
- package/main/radio-button/index.d.ts +96 -0
- package/main/range-slider/index.d.ts +94 -0
- package/main/rating-indicator/index.d.ts +69 -0
- package/main/responsive-popover/index.d.ts +117 -0
- package/main/segmented-button/index.d.ts +47 -0
- package/main/segmented-button-item/index.d.ts +56 -0
- package/main/select/index.d.ts +104 -0
- package/main/slider/index.d.ts +90 -0
- package/main/special-calendar-date/index.d.ts +23 -0
- package/main/split-button/index.d.ts +72 -0
- package/main/step-input/index.d.ts +90 -0
- package/main/suggestion-item/index.d.ts +22 -0
- package/main/suggestion-item-custom/index.d.ts +19 -0
- package/main/suggestion-item-group/index.d.ts +50 -0
- package/main/switch/index.d.ts +93 -0
- package/main/tab/index.d.ts +57 -0
- package/main/tab-container/index.d.ts +69 -0
- package/main/tab-separator/index.d.ts +14 -0
- package/main/table/index.d.ts +89 -0
- package/main/table-cell/index.d.ts +18 -0
- package/main/table-growing/index.d.ts +43 -0
- package/main/table-header-cell/index.d.ts +65 -0
- package/main/table-header-cell-action-ai/index.d.ts +20 -0
- package/main/table-header-row/index.d.ts +21 -0
- package/main/table-row/index.d.ts +39 -0
- package/main/table-row-action/index.d.ts +41 -0
- package/main/table-row-action-navigation/index.d.ts +31 -0
- package/main/table-selection/index.d.ts +27 -0
- package/main/table-selection-multi/index.d.ts +31 -0
- package/main/table-selection-single/index.d.ts +27 -0
- package/main/table-virtualizer/index.d.ts +37 -0
- package/main/tag/index.d.ts +52 -0
- package/main/text/index.d.ts +22 -0
- package/main/text-area/index.d.ts +129 -0
- package/main/theming/index.d.ts +11 -0
- package/main/time-picker/index.d.ts +104 -0
- package/main/title/index.d.ts +32 -0
- package/main/toast/index.d.ts +36 -0
- package/main/toggle-button/index.d.ts +126 -0
- package/main/token/index.d.ts +23 -0
- package/main/tokenizer/index.d.ts +68 -0
- package/main/toolbar/index.d.ts +30 -0
- package/main/toolbar-button/index.d.ts +113 -0
- package/main/toolbar-select/index.d.ts +67 -0
- package/main/toolbar-select-option/index.d.ts +19 -0
- package/main/toolbar-separator/index.d.ts +25 -0
- package/main/toolbar-spacer/index.d.ts +31 -0
- package/main/tree/index.d.ts +94 -0
- package/main/tree-item/index.d.ts +115 -0
- package/main/tree-item-custom/index.d.ts +112 -0
- package/package.json +712 -4
- package/schematics/add-dependencies/index.d.ts +3 -0
- package/schematics/add-dependencies/index.js +40 -0
- package/schematics/add-i18n/index.d.ts +8 -0
- package/schematics/add-i18n/index.js +174 -0
- package/schematics/add-styles/index.d.ts +3 -0
- package/schematics/add-styles/index.js +34 -0
- package/schematics/add-theming/add-theming-module.d.ts +8 -0
- package/schematics/add-theming/add-theming-module.js +79 -0
- package/schematics/add-theming/index.d.ts +3 -0
- package/schematics/add-theming/index.js +29 -0
- package/schematics/config.d.ts +8 -0
- package/schematics/config.js +79 -0
- package/schematics/get-config.d.ts +2 -0
- package/schematics/get-config.js +46 -0
- package/schematics/get-i18n-config.d.ts +4 -0
- package/schematics/get-i18n-config.js +31 -0
- package/schematics/ng-add/index.d.ts +4 -0
- package/schematics/ng-add/index.js +36 -0
- package/schematics/ng-add/schema.d.ts +5 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-update/0.2.0-rc.0/index.d.ts +2 -0
- package/schematics/ng-update/0.2.0-rc.0/index.js +40 -0
- package/schematics/schema.d.ts +6 -0
- package/schematics/schema.js +2 -0
- package/schematics/utils/find-import-local-name.d.ts +8 -0
- package/schematics/utils/find-import-local-name.js +67 -0
- package/schematics/utils/find-import-providers-from-call.d.ts +3 -0
- package/schematics/utils/find-import-providers-from-call.js +55 -0
- package/schematics/utils/find-ng-module-metadata.d.ts +7 -0
- package/schematics/utils/find-ng-module-metadata.js +29 -0
- package/schematics/utils/find-providers-literal.d.ts +3 -0
- package/schematics/utils/find-providers-literal.js +54 -0
- package/schematics/utils/get-project-definition.d.ts +2 -0
- package/schematics/utils/get-project-definition.js +11 -0
- package/schematics/utils/get-project-target.d.ts +2 -0
- package/schematics/utils/get-project-target.js +11 -0
- package/schematics/utils/getModuleDeclaration.d.ts +5 -0
- package/schematics/utils/getModuleDeclaration.js +60 -0
- package/schematics/utils/getSourceFile.d.ts +3 -0
- package/schematics/utils/getSourceFile.js +47 -0
- package/schematics/utils/has-module-import.d.ts +2 -0
- package/schematics/utils/has-module-import.js +61 -0
- package/schematics/utils/is-ng-module-expression.d.ts +3 -0
- package/schematics/utils/is-ng-module-expression.js +48 -0
- package/schematics/utils/package-config.d.ts +5 -0
- package/schematics/utils/package-config.js +43 -0
- package/schematics/utils/project-main-file.d.ts +13 -0
- package/schematics/utils/project-main-file.js +30 -0
- package/schematics/utils/promt.d.ts +1 -0
- package/schematics/utils/promt.js +53 -0
- package/schematics/utils/resolve-identifier-of-expression.d.ts +6 -0
- package/schematics/utils/resolve-identifier-of-expression.js +50 -0
- package/theming/index.d.ts +42 -0
- package/ui5-webcomponents-ngx-0.5.9.tgz +0 -0
- package/utils/index.d.ts +4 -0
- package/.eslintrc.json +0 -31
- package/CHANGELOG.md +0 -740
- package/__snapshots__/fiori-snapshot-test.spec.ts.snap +0 -4579
- package/__snapshots__/main-snapshot-test.spec.ts.snap +0 -11680
- package/ai/button/index.ts +0 -116
- package/ai/button/ng-package.json +0 -1
- package/ai/button-state/index.ts +0 -66
- package/ai/button-state/ng-package.json +0 -1
- package/ai/index.ts +0 -1
- package/ai/input/index.ts +0 -278
- package/ai/input/ng-package.json +0 -1
- package/ai/ng-package.json +0 -1
- package/ai/prompt-input/index.ts +0 -133
- package/ai/prompt-input/ng-package.json +0 -1
- package/ai/text-area/index.ts +0 -252
- package/ai/text-area/ng-package.json +0 -1
- package/ai/theming/index.ts +0 -15
- package/ai/theming/ng-package.json +0 -1
- package/ai/ui5-ai.module.ts +0 -28
- package/compodocrc.json +0 -12
- package/config/index.ts +0 -34
- package/config/ng-package.json +0 -1
- package/content-density/index.ts +0 -22
- package/content-density/ng-package.json +0 -5
- package/fiori/barcode-scanner-dialog/index.ts +0 -64
- package/fiori/barcode-scanner-dialog/ng-package.json +0 -1
- package/fiori/dynamic-page/index.ts +0 -70
- package/fiori/dynamic-page/ng-package.json +0 -1
- package/fiori/dynamic-page-header/index.ts +0 -30
- package/fiori/dynamic-page-header/ng-package.json +0 -1
- package/fiori/dynamic-page-title/index.ts +0 -30
- package/fiori/dynamic-page-title/ng-package.json +0 -1
- package/fiori/dynamic-side-content/index.ts +0 -108
- package/fiori/dynamic-side-content/ng-package.json +0 -1
- package/fiori/filter-item/index.ts +0 -42
- package/fiori/filter-item/ng-package.json +0 -1
- package/fiori/filter-item-option/index.ts +0 -44
- package/fiori/filter-item-option/ng-package.json +0 -1
- package/fiori/flexible-column-layout/index.ts +0 -128
- package/fiori/flexible-column-layout/ng-package.json +0 -1
- package/fiori/group-item/index.ts +0 -44
- package/fiori/group-item/ng-package.json +0 -1
- package/fiori/illustrated-message/index.ts +0 -115
- package/fiori/illustrated-message/ng-package.json +0 -1
- package/fiori/index.ts +0 -1
- package/fiori/media-gallery/index.ts +0 -102
- package/fiori/media-gallery/ng-package.json +0 -1
- package/fiori/media-gallery-item/index.ts +0 -49
- package/fiori/media-gallery-item/ng-package.json +0 -1
- package/fiori/navigation-layout/index.ts +0 -37
- package/fiori/navigation-layout/ng-package.json +0 -1
- package/fiori/ng-package.json +0 -1
- package/fiori/notification-list/index.ts +0 -62
- package/fiori/notification-list/ng-package.json +0 -1
- package/fiori/notification-list-group-item/index.ts +0 -93
- package/fiori/notification-list-group-item/ng-package.json +0 -1
- package/fiori/notification-list-item/index.ts +0 -106
- package/fiori/notification-list-item/ng-package.json +0 -1
- package/fiori/page/index.ts +0 -59
- package/fiori/page/ng-package.json +0 -1
- package/fiori/product-switch/index.ts +0 -30
- package/fiori/product-switch/ng-package.json +0 -1
- package/fiori/product-switch-item/index.ts +0 -78
- package/fiori/product-switch-item/ng-package.json +0 -1
- package/fiori/search/index.ts +0 -123
- package/fiori/search/ng-package.json +0 -1
- package/fiori/search-item/index.ts +0 -77
- package/fiori/search-item/ng-package.json +0 -1
- package/fiori/search-item-group/index.ts +0 -72
- package/fiori/search-item-group/ng-package.json +0 -1
- package/fiori/search-item-show-more/index.ts +0 -58
- package/fiori/search-item-show-more/ng-package.json +0 -1
- package/fiori/search-message-area/index.ts +0 -41
- package/fiori/search-message-area/ng-package.json +0 -1
- package/fiori/search-scope/index.ts +0 -44
- package/fiori/search-scope/ng-package.json +0 -1
- package/fiori/shell-bar/index.ts +0 -216
- package/fiori/shell-bar/ng-package.json +0 -1
- package/fiori/shell-bar-branding/index.ts +0 -66
- package/fiori/shell-bar-branding/ng-package.json +0 -1
- package/fiori/shell-bar-item/index.ts +0 -76
- package/fiori/shell-bar-item/ng-package.json +0 -1
- package/fiori/shell-bar-search/index.ts +0 -130
- package/fiori/shell-bar-search/ng-package.json +0 -1
- package/fiori/shell-bar-spacer/index.ts +0 -30
- package/fiori/shell-bar-spacer/ng-package.json +0 -1
- package/fiori/side-navigation/index.ts +0 -61
- package/fiori/side-navigation/ng-package.json +0 -1
- package/fiori/side-navigation-group/index.ts +0 -58
- package/fiori/side-navigation-group/ng-package.json +0 -1
- package/fiori/side-navigation-item/index.ts +0 -158
- package/fiori/side-navigation-item/ng-package.json +0 -1
- package/fiori/side-navigation-sub-item/index.ts +0 -151
- package/fiori/side-navigation-sub-item/ng-package.json +0 -1
- package/fiori/sort-item/index.ts +0 -44
- package/fiori/sort-item/ng-package.json +0 -1
- package/fiori/theming/index.ts +0 -17
- package/fiori/theming/ng-package.json +0 -1
- package/fiori/timeline/index.ts +0 -75
- package/fiori/timeline/ng-package.json +0 -1
- package/fiori/timeline-group-item/index.ts +0 -52
- package/fiori/timeline-group-item/ng-package.json +0 -1
- package/fiori/timeline-item/index.ts +0 -89
- package/fiori/timeline-item/ng-package.json +0 -1
- package/fiori/ui5-fiori.module.ts +0 -120
- package/fiori/upload-collection/index.ts +0 -106
- package/fiori/upload-collection/ng-package.json +0 -1
- package/fiori/upload-collection-item/index.ts +0 -202
- package/fiori/upload-collection-item/ng-package.json +0 -1
- package/fiori/user-menu/index.ts +0 -138
- package/fiori/user-menu/ng-package.json +0 -1
- package/fiori/user-menu-account/index.ts +0 -87
- package/fiori/user-menu-account/ng-package.json +0 -1
- package/fiori/user-menu-item/index.ts +0 -206
- package/fiori/user-menu-item/ng-package.json +0 -1
- package/fiori/user-menu-item-group/index.ts +0 -37
- package/fiori/user-menu-item-group/ng-package.json +0 -1
- package/fiori/user-settings-account-view/index.ts +0 -70
- package/fiori/user-settings-account-view/ng-package.json +0 -1
- package/fiori/user-settings-dialog/index.ts +0 -79
- package/fiori/user-settings-dialog/ng-package.json +0 -1
- package/fiori/user-settings-item/index.ts +0 -109
- package/fiori/user-settings-item/ng-package.json +0 -1
- package/fiori/user-settings-view/index.ts +0 -50
- package/fiori/user-settings-view/ng-package.json +0 -1
- package/fiori/view-settings-dialog/index.ts +0 -84
- package/fiori/view-settings-dialog/ng-package.json +0 -1
- package/fiori/wizard/index.ts +0 -49
- package/fiori/wizard/ng-package.json +0 -1
- package/fiori/wizard-step/index.ts +0 -96
- package/fiori/wizard-step/ng-package.json +0 -1
- package/fiori-snapshot-test.spec.ts +0 -17
- package/generic-cva/index.ts +0 -48
- package/generic-cva/ng-package.json +0 -1
- package/i18n/i18n.module.ts +0 -35
- package/i18n/i18n.pipe.ts +0 -47
- package/i18n/i18n.providers.ts +0 -40
- package/i18n/i18n.service.ts +0 -90
- package/i18n/i18n.tokens.ts +0 -6
- package/i18n/i18n.types.ts +0 -17
- package/i18n/i18n.utils.ts +0 -23
- package/i18n/index.ts +0 -4
- package/i18n/ng-package.json +0 -1
- package/icons/icons.module.ts +0 -38
- package/icons/icons.provider.ts +0 -13
- package/icons/icons.tokens.ts +0 -3
- package/icons/index.ts +0 -3
- package/icons/ng-package.json +0 -1
- package/index.ts +0 -173
- package/jest.config.js +0 -22
- package/main/avatar/index.ts +0 -165
- package/main/avatar/ng-package.json +0 -1
- package/main/avatar-group/index.ts +0 -83
- package/main/avatar-group/ng-package.json +0 -1
- package/main/bar/index.ts +0 -60
- package/main/bar/ng-package.json +0 -1
- package/main/breadcrumbs/index.ts +0 -64
- package/main/breadcrumbs/ng-package.json +0 -1
- package/main/breadcrumbs-item/index.ts +0 -57
- package/main/breadcrumbs-item/ng-package.json +0 -1
- package/main/busy-indicator/index.ts +0 -56
- package/main/busy-indicator/ng-package.json +0 -1
- package/main/button/index.ts +0 -184
- package/main/button/ng-package.json +0 -1
- package/main/button-badge/index.ts +0 -48
- package/main/button-badge/ng-package.json +0 -1
- package/main/calendar/index.ts +0 -143
- package/main/calendar/ng-package.json +0 -1
- package/main/calendar-date/index.ts +0 -38
- package/main/calendar-date/ng-package.json +0 -1
- package/main/calendar-date-range/index.ts +0 -43
- package/main/calendar-date-range/ng-package.json +0 -1
- package/main/calendar-legend/index.ts +0 -65
- package/main/calendar-legend/ng-package.json +0 -1
- package/main/calendar-legend-item/index.ts +0 -64
- package/main/calendar-legend-item/ng-package.json +0 -1
- package/main/card/index.ts +0 -54
- package/main/card/ng-package.json +0 -1
- package/main/card-header/index.ts +0 -63
- package/main/card-header/ng-package.json +0 -1
- package/main/carousel/index.ts +0 -137
- package/main/carousel/ng-package.json +0 -1
- package/main/check-box/index.ts +0 -178
- package/main/check-box/ng-package.json +0 -1
- package/main/color-palette/index.ts +0 -42
- package/main/color-palette/ng-package.json +0 -1
- package/main/color-palette-item/index.ts +0 -49
- package/main/color-palette-item/ng-package.json +0 -1
- package/main/color-palette-popover/index.ts +0 -96
- package/main/color-palette-popover/ng-package.json +0 -1
- package/main/color-picker/index.ts +0 -60
- package/main/color-picker/ng-package.json +0 -1
- package/main/combo-box/index.ts +0 -193
- package/main/combo-box/ng-package.json +0 -1
- package/main/combo-box-item/index.ts +0 -41
- package/main/combo-box-item/ng-package.json +0 -1
- package/main/combo-box-item-group/index.ts +0 -72
- package/main/combo-box-item-group/ng-package.json +0 -1
- package/main/date-picker/index.ts +0 -259
- package/main/date-picker/ng-package.json +0 -1
- package/main/date-range-picker/index.ts +0 -266
- package/main/date-range-picker/ng-package.json +0 -1
- package/main/date-time-picker/index.ts +0 -259
- package/main/date-time-picker/ng-package.json +0 -1
- package/main/dialog/index.ts +0 -178
- package/main/dialog/ng-package.json +0 -1
- package/main/dynamic-date-range/index.ts +0 -53
- package/main/dynamic-date-range/ng-package.json +0 -1
- package/main/expandable-text/index.ts +0 -49
- package/main/expandable-text/ng-package.json +0 -1
- package/main/file-uploader/index.ts +0 -164
- package/main/file-uploader/ng-package.json +0 -1
- package/main/form/index.ts +0 -123
- package/main/form/ng-package.json +0 -1
- package/main/form-group/index.ts +0 -67
- package/main/form-group/ng-package.json +0 -1
- package/main/form-item/index.ts +0 -42
- package/main/form-item/ng-package.json +0 -1
- package/main/icon/index.ts +0 -100
- package/main/icon/ng-package.json +0 -1
- package/main/index.ts +0 -1
- package/main/input/index.ts +0 -230
- package/main/input/ng-package.json +0 -1
- package/main/label/index.ts +0 -63
- package/main/label/ng-package.json +0 -1
- package/main/link/index.ts +0 -182
- package/main/link/ng-package.json +0 -1
- package/main/list/index.ts +0 -249
- package/main/list/ng-package.json +0 -1
- package/main/list-item-custom/index.ts +0 -112
- package/main/list-item-custom/ng-package.json +0 -1
- package/main/list-item-group/index.ts +0 -74
- package/main/list-item-group/ng-package.json +0 -1
- package/main/list-item-standard/index.ts +0 -175
- package/main/list-item-standard/ng-package.json +0 -1
- package/main/menu/index.ts +0 -128
- package/main/menu/ng-package.json +0 -1
- package/main/menu-item/index.ts +0 -206
- package/main/menu-item/ng-package.json +0 -1
- package/main/menu-item-group/index.ts +0 -37
- package/main/menu-item-group/ng-package.json +0 -1
- package/main/menu-separator/index.ts +0 -30
- package/main/menu-separator/ng-package.json +0 -1
- package/main/message-strip/index.ts +0 -73
- package/main/message-strip/ng-package.json +0 -1
- package/main/multi-combo-box/index.ts +0 -202
- package/main/multi-combo-box/ng-package.json +0 -1
- package/main/multi-combo-box-item/index.ts +0 -48
- package/main/multi-combo-box-item/ng-package.json +0 -1
- package/main/multi-combo-box-item-group/index.ts +0 -72
- package/main/multi-combo-box-item-group/ng-package.json +0 -1
- package/main/multi-input/index.ts +0 -254
- package/main/multi-input/ng-package.json +0 -1
- package/main/ng-package.json +0 -1
- package/main/option/index.ts +0 -61
- package/main/option/ng-package.json +0 -1
- package/main/option-custom/index.ts +0 -54
- package/main/option-custom/ng-package.json +0 -1
- package/main/panel/index.ts +0 -107
- package/main/panel/ng-package.json +0 -1
- package/main/popover/index.ts +0 -182
- package/main/popover/ng-package.json +0 -1
- package/main/progress-indicator/index.ts +0 -76
- package/main/progress-indicator/ng-package.json +0 -1
- package/main/radio-button/index.ts +0 -151
- package/main/radio-button/ng-package.json +0 -1
- package/main/range-slider/index.ts +0 -155
- package/main/range-slider/ng-package.json +0 -1
- package/main/rating-indicator/index.ts +0 -113
- package/main/rating-indicator/ng-package.json +0 -1
- package/main/responsive-popover/index.ts +0 -182
- package/main/responsive-popover/ng-package.json +0 -1
- package/main/segmented-button/index.ts +0 -88
- package/main/segmented-button/ng-package.json +0 -1
- package/main/segmented-button-item/index.ts +0 -95
- package/main/segmented-button-item/ng-package.json +0 -1
- package/main/select/index.ts +0 -171
- package/main/select/ng-package.json +0 -1
- package/main/slider/index.ts +0 -149
- package/main/slider/ng-package.json +0 -1
- package/main/special-calendar-date/index.ts +0 -65
- package/main/special-calendar-date/ng-package.json +0 -1
- package/main/split-button/index.ts +0 -119
- package/main/split-button/ng-package.json +0 -1
- package/main/step-input/index.ts +0 -149
- package/main/step-input/ng-package.json +0 -1
- package/main/suggestion-item/index.ts +0 -41
- package/main/suggestion-item/ng-package.json +0 -1
- package/main/suggestion-item-custom/index.ts +0 -38
- package/main/suggestion-item-custom/ng-package.json +0 -1
- package/main/suggestion-item-group/index.ts +0 -72
- package/main/suggestion-item-group/ng-package.json +0 -1
- package/main/switch/index.ts +0 -149
- package/main/switch/ng-package.json +0 -1
- package/main/tab/index.ts +0 -94
- package/main/tab/ng-package.json +0 -1
- package/main/tab-container/index.ts +0 -115
- package/main/tab-container/ng-package.json +0 -1
- package/main/tab-separator/index.ts +0 -30
- package/main/tab-separator/ng-package.json +0 -1
- package/main/table/index.ts +0 -141
- package/main/table/ng-package.json +0 -1
- package/main/table-cell/index.ts +0 -37
- package/main/table-cell/ng-package.json +0 -1
- package/main/table-growing/index.ts +0 -65
- package/main/table-growing/ng-package.json +0 -1
- package/main/table-header-cell/index.ts +0 -102
- package/main/table-header-cell/ng-package.json +0 -1
- package/main/table-header-cell-action-ai/index.ts +0 -40
- package/main/table-header-cell-action-ai/ng-package.json +0 -1
- package/main/table-header-row/index.ts +0 -42
- package/main/table-header-row/ng-package.json +0 -1
- package/main/table-row/index.ts +0 -60
- package/main/table-row/ng-package.json +0 -1
- package/main/table-row-action/index.ts +0 -65
- package/main/table-row-action/ng-package.json +0 -1
- package/main/table-row-action-navigation/index.ts +0 -55
- package/main/table-row-action-navigation/ng-package.json +0 -1
- package/main/table-selection/index.ts +0 -49
- package/main/table-selection/ng-package.json +0 -1
- package/main/table-selection-multi/index.ts +0 -53
- package/main/table-selection-multi/ng-package.json +0 -1
- package/main/table-selection-single/index.ts +0 -49
- package/main/table-selection-single/ng-package.json +0 -1
- package/main/table-virtualizer/index.ts +0 -62
- package/main/table-virtualizer/ng-package.json +0 -1
- package/main/tag/index.ts +0 -97
- package/main/tag/ng-package.json +0 -1
- package/main/text/index.ts +0 -41
- package/main/text/ng-package.json +0 -1
- package/main/text-area/index.ts +0 -206
- package/main/text-area/ng-package.json +0 -1
- package/main/theming/index.ts +0 -14
- package/main/theming/ng-package.json +0 -1
- package/main/time-picker/index.ts +0 -176
- package/main/time-picker/ng-package.json +0 -1
- package/main/title/index.ts +0 -51
- package/main/title/ng-package.json +0 -1
- package/main/toast/index.ts +0 -69
- package/main/toast/ng-package.json +0 -1
- package/main/toggle-button/index.ts +0 -191
- package/main/toggle-button/ng-package.json +0 -1
- package/main/token/index.ts +0 -44
- package/main/token/ng-package.json +0 -1
- package/main/tokenizer/index.ts +0 -115
- package/main/tokenizer/ng-package.json +0 -1
- package/main/toolbar/index.ts +0 -49
- package/main/toolbar/ng-package.json +0 -1
- package/main/toolbar-button/index.ts +0 -174
- package/main/toolbar-button/ng-package.json +0 -1
- package/main/toolbar-select/index.ts +0 -112
- package/main/toolbar-select/ng-package.json +0 -1
- package/main/toolbar-select-option/index.ts +0 -40
- package/main/toolbar-select-option/ng-package.json +0 -1
- package/main/toolbar-separator/index.ts +0 -46
- package/main/toolbar-separator/ng-package.json +0 -1
- package/main/toolbar-spacer/index.ts +0 -52
- package/main/toolbar-spacer/ng-package.json +0 -1
- package/main/tree/index.ts +0 -169
- package/main/tree/ng-package.json +0 -1
- package/main/tree-item/index.ts +0 -176
- package/main/tree-item/ng-package.json +0 -1
- package/main/tree-item-custom/index.ts +0 -171
- package/main/tree-item-custom/ng-package.json +0 -1
- package/main/ui5-main.module.ts +0 -228
- package/main-snapshot-test.spec.ts +0 -17
- package/ng-package.json +0 -8
- package/project.json +0 -68
- package/schematics/add-dependencies/index.ts +0 -33
- package/schematics/add-i18n/index.ts +0 -179
- package/schematics/add-styles/index.ts +0 -31
- package/schematics/add-theming/add-theming-module.ts +0 -101
- package/schematics/add-theming/index.ts +0 -25
- package/schematics/config.ts +0 -77
- package/schematics/get-config.ts +0 -35
- package/schematics/get-i18n-config.ts +0 -20
- package/schematics/ng-add/index.ts +0 -35
- package/schematics/ng-add/schema.ts +0 -6
- package/schematics/ng-update/0.2.0-rc.0/index.ts +0 -27
- package/schematics/schema.ts +0 -6
- package/schematics/types.d.ts +0 -1
- package/schematics/utils/find-import-local-name.ts +0 -43
- package/schematics/utils/find-import-providers-from-call.ts +0 -28
- package/schematics/utils/find-ng-module-metadata.ts +0 -28
- package/schematics/utils/find-providers-literal.ts +0 -24
- package/schematics/utils/get-project-definition.ts +0 -11
- package/schematics/utils/get-project-target.ts +0 -10
- package/schematics/utils/getModuleDeclaration.ts +0 -25
- package/schematics/utils/getSourceFile.ts +0 -14
- package/schematics/utils/has-module-import.ts +0 -39
- package/schematics/utils/is-ng-module-expression.ts +0 -16
- package/schematics/utils/package-config.ts +0 -55
- package/schematics/utils/project-main-file.ts +0 -41
- package/schematics/utils/promt.ts +0 -6
- package/schematics/utils/resolve-identifier-of-expression.ts +0 -14
- package/theming/base-webcomponents-theming-provider.ts +0 -49
- package/theming/index.ts +0 -2
- package/theming/ng-package.json +0 -5
- package/theming/supported-themes.ts +0 -1
- package/theming/theming.module.ts +0 -18
- package/theming/theming.service.ts +0 -17
- package/theming.conf.ts +0 -24
- package/tsconfig.json +0 -31
- package/tsconfig.lib.json +0 -16
- package/tsconfig.lib.prod.json +0 -12
- package/tsconfig.schematics.json +0 -27
- package/tsconfig.spec.json +0 -13
- package/ui5-webcomponents.module.ts +0 -14
- package/utils/index.ts +0 -35
- package/utils/ng-package.json +0 -1
- package/wrapper.conf.ts +0 -145
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { inject, ElementRef, NgZone, ChangeDetectorRef, Component } from '@angular/core';
|
|
3
|
+
import '@ui5/webcomponents-fiori/dist/ShellBarSpacer.js';
|
|
4
|
+
|
|
5
|
+
class ShellBarSpacerComponent {
|
|
6
|
+
get element() {
|
|
7
|
+
return this.elementRef.nativeElement;
|
|
8
|
+
}
|
|
9
|
+
constructor() {
|
|
10
|
+
this.elementRef = inject(ElementRef);
|
|
11
|
+
this.zone = inject(NgZone);
|
|
12
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
13
|
+
this.cdr.detach();
|
|
14
|
+
}
|
|
15
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: ShellBarSpacerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
16
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: ShellBarSpacerComponent, isStandalone: true, selector: "ui5-shellbar-spacer", exportAs: ["ui5ShellbarSpacer"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
17
|
+
}
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: ShellBarSpacerComponent, decorators: [{
|
|
19
|
+
type: Component,
|
|
20
|
+
args: [{
|
|
21
|
+
standalone: true,
|
|
22
|
+
selector: 'ui5-shellbar-spacer',
|
|
23
|
+
template: '<ng-content></ng-content>',
|
|
24
|
+
exportAs: 'ui5ShellbarSpacer',
|
|
25
|
+
}]
|
|
26
|
+
}], ctorParameters: () => [] });
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Generated bundle index. Do not edit.
|
|
30
|
+
*/
|
|
31
|
+
|
|
32
|
+
export { ShellBarSpacerComponent };
|
|
33
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-fiori-shell-bar-spacer.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-shell-bar-spacer.mjs","sources":["../../../../libs/ui5-angular/fiori/shell-bar-spacer/index.ts","../../../../libs/ui5-angular/fiori/shell-bar-spacer/ui5-webcomponents-ngx-fiori-shell-bar-spacer.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/ShellBarSpacer.js';\nimport ShellBarSpacer from '@ui5/webcomponents-fiori/dist/ShellBarSpacer.js';\n\n@Component({\n standalone: true,\n selector: 'ui5-shellbar-spacer',\n template: '<ng-content></ng-content>',\n exportAs: 'ui5ShellbarSpacer',\n})\nclass ShellBarSpacerComponent {\n private elementRef: ElementRef<ShellBarSpacer> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ShellBarSpacer {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ShellBarSpacerComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AAUA,MAMM,uBAAuB,CAAA;AAK3B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA+B,MAAM,CAAC,UAAU,CAAC;AAC3D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAVf,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAvB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,uBAAuB,gHAHjB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;2FAGjC,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBAN5B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,qBAAqB;AAC/B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,QAAQ,EAAE,mBAAmB;AAC9B,iBAAA;;;ACfD;;AAEG;;;;"}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { __decorate, __metadata } from 'tslib';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { inject, ElementRef, NgZone, ChangeDetectorRef, booleanAttribute, Input, Component } from '@angular/core';
|
|
4
|
+
import '@ui5/webcomponents-fiori/dist/ShellBar.js';
|
|
5
|
+
import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
|
|
6
|
+
|
|
7
|
+
let ShellBarComponent = class ShellBarComponent {
|
|
8
|
+
get element() {
|
|
9
|
+
return this.elementRef.nativeElement;
|
|
10
|
+
}
|
|
11
|
+
constructor() {
|
|
12
|
+
this.elementRef = inject(ElementRef);
|
|
13
|
+
this.zone = inject(NgZone);
|
|
14
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
15
|
+
this.cdr.detach();
|
|
16
|
+
}
|
|
17
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: ShellBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: ShellBarComponent, isStandalone: true, selector: "ui5-shellbar", inputs: { hideSearchButton: ["hideSearchButton", "hideSearchButton", booleanAttribute], disableSearchCollapse: ["disableSearchCollapse", "disableSearchCollapse", booleanAttribute], primaryTitle: "primaryTitle", secondaryTitle: "secondaryTitle", notificationsCount: "notificationsCount", showNotifications: ["showNotifications", "showNotifications", booleanAttribute], showProductSwitch: ["showProductSwitch", "showProductSwitch", booleanAttribute], showSearchField: ["showSearchField", "showSearchField", booleanAttribute], accessibilityAttributes: "accessibilityAttributes" }, outputs: { ui5NotificationsClick: "ui5NotificationsClick", ui5ProfileClick: "ui5ProfileClick", ui5ProductSwitchClick: "ui5ProductSwitchClick", ui5LogoClick: "ui5LogoClick", ui5MenuItemClick: "ui5MenuItemClick", ui5SearchButtonClick: "ui5SearchButtonClick", ui5SearchFieldToggle: "ui5SearchFieldToggle", ui5SearchFieldClear: "ui5SearchFieldClear", ui5ContentItemVisibilityChange: "ui5ContentItemVisibilityChange" }, exportAs: ["ui5Shellbar"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
ShellBarComponent = __decorate([
|
|
21
|
+
ProxyInputs([
|
|
22
|
+
'hideSearchButton',
|
|
23
|
+
'disableSearchCollapse',
|
|
24
|
+
'primaryTitle',
|
|
25
|
+
'secondaryTitle',
|
|
26
|
+
'notificationsCount',
|
|
27
|
+
'showNotifications',
|
|
28
|
+
'showProductSwitch',
|
|
29
|
+
'showSearchField',
|
|
30
|
+
'accessibilityAttributes',
|
|
31
|
+
]),
|
|
32
|
+
ProxyOutputs([
|
|
33
|
+
'notifications-click: ui5NotificationsClick',
|
|
34
|
+
'profile-click: ui5ProfileClick',
|
|
35
|
+
'product-switch-click: ui5ProductSwitchClick',
|
|
36
|
+
'logo-click: ui5LogoClick',
|
|
37
|
+
'menu-item-click: ui5MenuItemClick',
|
|
38
|
+
'search-button-click: ui5SearchButtonClick',
|
|
39
|
+
'search-field-toggle: ui5SearchFieldToggle',
|
|
40
|
+
'search-field-clear: ui5SearchFieldClear',
|
|
41
|
+
'content-item-visibility-change: ui5ContentItemVisibilityChange',
|
|
42
|
+
]),
|
|
43
|
+
__metadata("design:paramtypes", [])
|
|
44
|
+
], ShellBarComponent);
|
|
45
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: ShellBarComponent, decorators: [{
|
|
46
|
+
type: Component,
|
|
47
|
+
args: [{
|
|
48
|
+
standalone: true,
|
|
49
|
+
selector: 'ui5-shellbar',
|
|
50
|
+
template: '<ng-content></ng-content>',
|
|
51
|
+
inputs: [
|
|
52
|
+
'hideSearchButton',
|
|
53
|
+
'disableSearchCollapse',
|
|
54
|
+
'primaryTitle',
|
|
55
|
+
'secondaryTitle',
|
|
56
|
+
'notificationsCount',
|
|
57
|
+
'showNotifications',
|
|
58
|
+
'showProductSwitch',
|
|
59
|
+
'showSearchField',
|
|
60
|
+
'accessibilityAttributes',
|
|
61
|
+
],
|
|
62
|
+
outputs: [
|
|
63
|
+
'ui5NotificationsClick',
|
|
64
|
+
'ui5ProfileClick',
|
|
65
|
+
'ui5ProductSwitchClick',
|
|
66
|
+
'ui5LogoClick',
|
|
67
|
+
'ui5MenuItemClick',
|
|
68
|
+
'ui5SearchButtonClick',
|
|
69
|
+
'ui5SearchFieldToggle',
|
|
70
|
+
'ui5SearchFieldClear',
|
|
71
|
+
'ui5ContentItemVisibilityChange',
|
|
72
|
+
],
|
|
73
|
+
exportAs: 'ui5Shellbar',
|
|
74
|
+
}]
|
|
75
|
+
}], ctorParameters: () => [], propDecorators: { hideSearchButton: [{
|
|
76
|
+
type: Input,
|
|
77
|
+
args: [{ transform: booleanAttribute }]
|
|
78
|
+
}], disableSearchCollapse: [{
|
|
79
|
+
type: Input,
|
|
80
|
+
args: [{ transform: booleanAttribute }]
|
|
81
|
+
}], showNotifications: [{
|
|
82
|
+
type: Input,
|
|
83
|
+
args: [{ transform: booleanAttribute }]
|
|
84
|
+
}], showProductSwitch: [{
|
|
85
|
+
type: Input,
|
|
86
|
+
args: [{ transform: booleanAttribute }]
|
|
87
|
+
}], showSearchField: [{
|
|
88
|
+
type: Input,
|
|
89
|
+
args: [{ transform: booleanAttribute }]
|
|
90
|
+
}] } });
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* Generated bundle index. Do not edit.
|
|
94
|
+
*/
|
|
95
|
+
|
|
96
|
+
export { ShellBarComponent };
|
|
97
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-fiori-shell-bar.mjs.map
|
|
@@ -0,0 +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 ShellBarContentItemVisibilityChangeEventDetail,\n ShellBarLogoClickEventDetail,\n ShellBarMenuItemClickEventDetail,\n ShellBarNotificationsClickEventDetail,\n ShellBarProductSwitchClickEventDetail,\n ShellBarProfileClickEventDetail,\n ShellBarSearchButtonEventDetail,\n ShellBarSearchFieldClearEventDetail,\n ShellBarSearchFieldToggleEventDetail,\n} from '@ui5/webcomponents-fiori/dist/ShellBar.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'hideSearchButton',\n 'disableSearchCollapse',\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 'search-field-toggle: ui5SearchFieldToggle',\n 'search-field-clear: ui5SearchFieldClear',\n 'content-item-visibility-change: ui5ContentItemVisibilityChange',\n])\n@Component({\n standalone: true,\n selector: 'ui5-shellbar',\n template: '<ng-content></ng-content>',\n inputs: [\n 'hideSearchButton',\n 'disableSearchCollapse',\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 'ui5SearchFieldToggle',\n 'ui5SearchFieldClear',\n 'ui5ContentItemVisibilityChange',\n ],\n exportAs: 'ui5Shellbar',\n})\nclass ShellBarComponent {\n /**\n Defines the visibility state of the search button.\n\n**Note:** The `hideSearchButton` property is in an experimental state and is a subject to change.\n */\n @InputDecorator({ transform: booleanAttribute })\n hideSearchButton!: boolean;\n /**\n Disables the automatic search field expansion/collapse when the available space is not enough.\n\n**Note:** The `disableSearchCollapse` property is in an experimental state and is a subject to change.\n */\n @InputDecorator({ transform: booleanAttribute })\n disableSearchCollapse!: boolean;\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.hasPopup`.\n- **overflow** - `overflow.expanded` and `overflow.hasPopup`.\n- **branding** - `branding.name`.\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 Fired, when the search field is expanded or collapsed.\n */\n ui5SearchFieldToggle!: EventEmitter<ShellBarSearchFieldToggleEventDetail>;\n /**\n Fired, when the search cancel button is activated.\n\n**Note:** You can prevent the default behavior (clearing the search field value) by calling `event.preventDefault()`. The search will still be closed.\n**Note:** The `search-field-clear` event is in an experimental state and is a subject to change.\n */\n ui5SearchFieldClear!: EventEmitter<ShellBarSearchFieldClearEventDetail>;\n /**\n Fired, when an item from the content slot is hidden or shown.\n**Note:** The `content-item-visibility-change` event is in an experimental state and is a subject to change.\n */\n ui5ContentItemVisibilityChange!: EventEmitter<ShellBarContentItemVisibilityChangeEventDetail>;\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":";;;;;;AAyBA,IAkDM,iBAAiB,GAlDvB,MAkDM,iBAAiB,CAAA;AAoIrB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAyB,MAAM,CAAC,UAAU,CAAC;AACrD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAzIf,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAjB,iBAAiB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,cAAA,EAAA,MAAA,EAAA,EAAA,gBAAA,EAAA,CAAA,kBAAA,EAAA,kBAAA,EAMQ,gBAAgB,CAAA,EAAA,qBAAA,EAAA,CAAA,uBAAA,EAAA,uBAAA,EAOhB,gBAAgB,CAAA,EAAA,YAAA,EAAA,cAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,kBAAA,EAAA,oBAAA,EAAA,iBAAA,EAAA,CAAA,mBAAA,EAAA,mBAAA,EAsBhB,gBAAgB,CAAA,EAAA,iBAAA,EAAA,CAAA,mBAAA,EAAA,mBAAA,EAKhB,gBAAgB,CAAA,EAAA,eAAA,EAAA,CAAA,iBAAA,EAAA,iBAAA,EAOhB,gBAAgB,CAAA,EAAA,uBAAA,EAAA,yBAAA,EAAA,EAAA,OAAA,EAAA,EAAA,qBAAA,EAAA,uBAAA,EAAA,eAAA,EAAA,iBAAA,EAAA,qBAAA,EAAA,uBAAA,EAAA,YAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,kBAAA,EAAA,oBAAA,EAAA,sBAAA,EAAA,oBAAA,EAAA,sBAAA,EAAA,mBAAA,EAAA,qBAAA,EAAA,8BAAA,EAAA,gCAAA,EAAA,EAAA,QAAA,EAAA,CAAA,aAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAxEnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAyBjC,iBAAiB,GAAA,UAAA,CAAA;AAlDtB,IAAA,WAAW,CAAC;QACX,kBAAkB;QAClB,uBAAuB;QACvB,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;QAC3C,2CAA2C;QAC3C,yCAAyC;QACzC,gEAAgE;KACjE,CAAC;;AA6BI,CAAA,EAAA,iBAAiB,CA2ItB;2FA3IK,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBA5BtB,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,kBAAkB;wBAClB,uBAAuB;wBACvB,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;wBACtB,sBAAsB;wBACtB,qBAAqB;wBACrB,gCAAgC;AACjC,qBAAA;AACD,oBAAA,QAAQ,EAAE,aAAa;AACxB,iBAAA;;sBAOEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAO9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAsB9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAK9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAO9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC1HjD;;AAEG;;;;"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { __decorate, __metadata } from 'tslib';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { inject, ElementRef, NgZone, ChangeDetectorRef, booleanAttribute, Input, Component } from '@angular/core';
|
|
4
|
+
import '@ui5/webcomponents-fiori/dist/SideNavigationGroup.js';
|
|
5
|
+
import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
|
|
6
|
+
|
|
7
|
+
let SideNavigationGroupComponent = class SideNavigationGroupComponent {
|
|
8
|
+
get element() {
|
|
9
|
+
return this.elementRef.nativeElement;
|
|
10
|
+
}
|
|
11
|
+
constructor() {
|
|
12
|
+
this.elementRef = inject(ElementRef);
|
|
13
|
+
this.zone = inject(NgZone);
|
|
14
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
15
|
+
this.cdr.detach();
|
|
16
|
+
}
|
|
17
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: SideNavigationGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: SideNavigationGroupComponent, isStandalone: true, selector: "ui5-side-navigation-group", inputs: { text: "text", disabled: ["disabled", "disabled", booleanAttribute], tooltip: "tooltip", expanded: ["expanded", "expanded", booleanAttribute] }, exportAs: ["ui5SideNavigationGroup"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
SideNavigationGroupComponent = __decorate([
|
|
21
|
+
ProxyInputs(['text', 'disabled', 'tooltip', 'expanded']),
|
|
22
|
+
__metadata("design:paramtypes", [])
|
|
23
|
+
], SideNavigationGroupComponent);
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: SideNavigationGroupComponent, decorators: [{
|
|
25
|
+
type: Component,
|
|
26
|
+
args: [{
|
|
27
|
+
standalone: true,
|
|
28
|
+
selector: 'ui5-side-navigation-group',
|
|
29
|
+
template: '<ng-content></ng-content>',
|
|
30
|
+
inputs: ['text', 'disabled', 'tooltip', 'expanded'],
|
|
31
|
+
exportAs: 'ui5SideNavigationGroup',
|
|
32
|
+
}]
|
|
33
|
+
}], ctorParameters: () => [], propDecorators: { disabled: [{
|
|
34
|
+
type: Input,
|
|
35
|
+
args: [{ transform: booleanAttribute }]
|
|
36
|
+
}], expanded: [{
|
|
37
|
+
type: Input,
|
|
38
|
+
args: [{ transform: booleanAttribute }]
|
|
39
|
+
}] } });
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Generated bundle index. Do not edit.
|
|
43
|
+
*/
|
|
44
|
+
|
|
45
|
+
export { SideNavigationGroupComponent };
|
|
46
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-fiori-side-navigation-group.mjs.map
|
|
@@ -0,0 +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 | 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,\nwhen the component is collapsed (\"icon only\" design is visualized) or the item text is truncated.\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":";;;;;;AAYA,IAQM,4BAA4B,GARlC,MAQM,4BAA4B,CAAA;AA6BhC,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAoC,MAAM,CAAC,UAAU,CAAC;AAChE,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAlCf,4BAA4B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA5B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,4BAA4B,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,2BAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAUH,gBAAgB,CAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAYhB,gBAAgB,mEA1BnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,4BAA4B,GAAA,UAAA,CAAA;IARjC,WAAW,CAAC,CAAC,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,UAAU,CAAC,CAAC;;AAQnD,CAAA,EAAA,4BAA4B,CAoCjC;2FApCK,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;;sBAWEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAY9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC1CjD;;AAEG;;;;"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { __decorate, __metadata } from 'tslib';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { inject, ElementRef, NgZone, ChangeDetectorRef, booleanAttribute, Input, Component } from '@angular/core';
|
|
4
|
+
import '@ui5/webcomponents-fiori/dist/SideNavigationItem.js';
|
|
5
|
+
import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
|
|
6
|
+
|
|
7
|
+
let SideNavigationItemComponent = class SideNavigationItemComponent {
|
|
8
|
+
get element() {
|
|
9
|
+
return this.elementRef.nativeElement;
|
|
10
|
+
}
|
|
11
|
+
constructor() {
|
|
12
|
+
this.elementRef = inject(ElementRef);
|
|
13
|
+
this.zone = inject(NgZone);
|
|
14
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
15
|
+
this.cdr.detach();
|
|
16
|
+
}
|
|
17
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: SideNavigationItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.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", design: "design", unselectable: ["unselectable", "unselectable", booleanAttribute], accessibilityAttributes: "accessibilityAttributes", expanded: ["expanded", "expanded", booleanAttribute] }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5SideNavigationItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
SideNavigationItemComponent = __decorate([
|
|
21
|
+
ProxyInputs([
|
|
22
|
+
'text',
|
|
23
|
+
'disabled',
|
|
24
|
+
'tooltip',
|
|
25
|
+
'icon',
|
|
26
|
+
'selected',
|
|
27
|
+
'href',
|
|
28
|
+
'target',
|
|
29
|
+
'design',
|
|
30
|
+
'unselectable',
|
|
31
|
+
'accessibilityAttributes',
|
|
32
|
+
'expanded',
|
|
33
|
+
]),
|
|
34
|
+
ProxyOutputs(['click: ui5Click']),
|
|
35
|
+
__metadata("design:paramtypes", [])
|
|
36
|
+
], SideNavigationItemComponent);
|
|
37
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: SideNavigationItemComponent, decorators: [{
|
|
38
|
+
type: Component,
|
|
39
|
+
args: [{
|
|
40
|
+
standalone: true,
|
|
41
|
+
selector: 'ui5-side-navigation-item',
|
|
42
|
+
template: '<ng-content></ng-content>',
|
|
43
|
+
inputs: [
|
|
44
|
+
'text',
|
|
45
|
+
'disabled',
|
|
46
|
+
'tooltip',
|
|
47
|
+
'icon',
|
|
48
|
+
'selected',
|
|
49
|
+
'href',
|
|
50
|
+
'target',
|
|
51
|
+
'design',
|
|
52
|
+
'unselectable',
|
|
53
|
+
'accessibilityAttributes',
|
|
54
|
+
'expanded',
|
|
55
|
+
],
|
|
56
|
+
outputs: ['ui5Click'],
|
|
57
|
+
exportAs: 'ui5SideNavigationItem',
|
|
58
|
+
}]
|
|
59
|
+
}], ctorParameters: () => [], propDecorators: { disabled: [{
|
|
60
|
+
type: Input,
|
|
61
|
+
args: [{ transform: booleanAttribute }]
|
|
62
|
+
}], selected: [{
|
|
63
|
+
type: Input,
|
|
64
|
+
args: [{ transform: booleanAttribute }]
|
|
65
|
+
}], unselectable: [{
|
|
66
|
+
type: Input,
|
|
67
|
+
args: [{ transform: booleanAttribute }]
|
|
68
|
+
}], expanded: [{
|
|
69
|
+
type: Input,
|
|
70
|
+
args: [{ transform: booleanAttribute }]
|
|
71
|
+
}] } });
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Generated bundle index. Do not edit.
|
|
75
|
+
*/
|
|
76
|
+
|
|
77
|
+
export { SideNavigationItemComponent };
|
|
78
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-fiori-side-navigation-item.mjs.map
|
|
@@ -0,0 +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 { SideNavigationItemClickEventDetail } from '@ui5/webcomponents-fiori/dist/SideNavigationItemBase.js';\nimport { SideNavigationItemAccessibilityAttributes } from '@ui5/webcomponents-fiori/dist/SideNavigationSelectableItemBase.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 'design',\n 'unselectable',\n 'accessibilityAttributes',\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 'design',\n 'unselectable',\n 'accessibilityAttributes',\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,\nwhen the component is collapsed (\"icon only\" design is visualized) or the item text is truncated.\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**Note:** Items that have a set `href` and `target` set to `_blank` should not be selectable.\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\nPossible values:\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `framename`\n\n**Note:** Items that have a defined `href` and `target`\nattribute set to `_blank` should not be selectable.\n */\n target!: string | undefined;\n /**\n Item design.\n\n**Note:** Items with \"Action\" design must not have sub-items.\n */\n design!: 'Default' | 'Action';\n /**\n Indicates whether the navigation item is selectable. By default, all items are selectable unless specifically marked as unselectable.\n\nWhen a parent item is marked as unselectable, selecting it will only expand or collapse its sub-items.\nTo improve user experience do not mix unselectable parent items with selectable parent items in a single side navigation.\n\n\n**Guidelines**:\n- Items with an assigned `href` and a target of `_blank` should be marked as unselectable.\n- Items that trigger actions (with design \"Action\") should be marked as unselectable.\n */\n @InputDecorator({ transform: booleanAttribute })\n unselectable!: boolean;\n /**\n Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n**Note:** Do not use it on parent items, as it will be overridden if the item is in the overflow menu.\n */\n accessibilityAttributes!: SideNavigationItemAccessibilityAttributes;\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 click/tap or by using the [Enter] or [Space] keys.\n */\n ui5Click!: EventEmitter<SideNavigationItemClickEventDetail>;\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":";;;;;;AAeA,IAkCM,2BAA2B,GAlCjC,MAkCM,2BAA2B,CAAA;AAoG/B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAmC,MAAM,CAAC,UAAU,CAAC;AAC/D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAzGf,2BAA2B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAA3B,2BAA2B,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,0BAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAUF,gBAAgB,CAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAsBhB,gBAAgB,oGAyChB,gBAAgB,CAAA,EAAA,uBAAA,EAAA,yBAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAehB,gBAAgB,CAAA,EAAA,EAAA,OAAA,EAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,CAAA,uBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAzGnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAiBjC,2BAA2B,GAAA,UAAA,CAAA;AAlChC,IAAA,WAAW,CAAC;QACX,MAAM;QACN,UAAU;QACV,SAAS;QACT,MAAM;QACN,UAAU;QACV,MAAM;QACN,QAAQ;QACR,QAAQ;QACR,cAAc;QACd,yBAAyB;QACzB,UAAU;KACX,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAqB5B,CAAA,EAAA,2BAA2B,CA2GhC;2FA3GK,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBApBhC,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,QAAQ;wBACR,cAAc;wBACd,yBAAyB;wBACzB,UAAU;AACX,qBAAA;oBACD,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,uBAAuB;AAClC,iBAAA;;sBAWEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAsB9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAyC9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAe9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACzIjD;;AAEG;;;;"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { __decorate, __metadata } from 'tslib';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { inject, ElementRef, NgZone, ChangeDetectorRef, booleanAttribute, Input, Component } from '@angular/core';
|
|
4
|
+
import '@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js';
|
|
5
|
+
import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
|
|
6
|
+
|
|
7
|
+
let SideNavigationSubItemComponent = class SideNavigationSubItemComponent {
|
|
8
|
+
get element() {
|
|
9
|
+
return this.elementRef.nativeElement;
|
|
10
|
+
}
|
|
11
|
+
constructor() {
|
|
12
|
+
this.elementRef = inject(ElementRef);
|
|
13
|
+
this.zone = inject(NgZone);
|
|
14
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
15
|
+
this.cdr.detach();
|
|
16
|
+
}
|
|
17
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: SideNavigationSubItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.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", design: "design", unselectable: ["unselectable", "unselectable", booleanAttribute], accessibilityAttributes: "accessibilityAttributes" }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5SideNavigationSubItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
SideNavigationSubItemComponent = __decorate([
|
|
21
|
+
ProxyInputs([
|
|
22
|
+
'text',
|
|
23
|
+
'disabled',
|
|
24
|
+
'tooltip',
|
|
25
|
+
'icon',
|
|
26
|
+
'selected',
|
|
27
|
+
'href',
|
|
28
|
+
'target',
|
|
29
|
+
'design',
|
|
30
|
+
'unselectable',
|
|
31
|
+
'accessibilityAttributes',
|
|
32
|
+
]),
|
|
33
|
+
ProxyOutputs(['click: ui5Click']),
|
|
34
|
+
__metadata("design:paramtypes", [])
|
|
35
|
+
], SideNavigationSubItemComponent);
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: SideNavigationSubItemComponent, decorators: [{
|
|
37
|
+
type: Component,
|
|
38
|
+
args: [{
|
|
39
|
+
standalone: true,
|
|
40
|
+
selector: 'ui5-side-navigation-sub-item',
|
|
41
|
+
template: '<ng-content></ng-content>',
|
|
42
|
+
inputs: [
|
|
43
|
+
'text',
|
|
44
|
+
'disabled',
|
|
45
|
+
'tooltip',
|
|
46
|
+
'icon',
|
|
47
|
+
'selected',
|
|
48
|
+
'href',
|
|
49
|
+
'target',
|
|
50
|
+
'design',
|
|
51
|
+
'unselectable',
|
|
52
|
+
'accessibilityAttributes',
|
|
53
|
+
],
|
|
54
|
+
outputs: ['ui5Click'],
|
|
55
|
+
exportAs: 'ui5SideNavigationSubItem',
|
|
56
|
+
}]
|
|
57
|
+
}], ctorParameters: () => [], propDecorators: { disabled: [{
|
|
58
|
+
type: Input,
|
|
59
|
+
args: [{ transform: booleanAttribute }]
|
|
60
|
+
}], selected: [{
|
|
61
|
+
type: Input,
|
|
62
|
+
args: [{ transform: booleanAttribute }]
|
|
63
|
+
}], unselectable: [{
|
|
64
|
+
type: Input,
|
|
65
|
+
args: [{ transform: booleanAttribute }]
|
|
66
|
+
}] } });
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Generated bundle index. Do not edit.
|
|
70
|
+
*/
|
|
71
|
+
|
|
72
|
+
export { SideNavigationSubItemComponent };
|
|
73
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs.map
|
|
@@ -0,0 +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 { SideNavigationItemClickEventDetail } from '@ui5/webcomponents-fiori/dist/SideNavigationItemBase.js';\nimport { SideNavigationItemAccessibilityAttributes } from '@ui5/webcomponents-fiori/dist/SideNavigationSelectableItemBase.js';\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 'design',\n 'unselectable',\n 'accessibilityAttributes',\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: [\n 'text',\n 'disabled',\n 'tooltip',\n 'icon',\n 'selected',\n 'href',\n 'target',\n 'design',\n 'unselectable',\n 'accessibilityAttributes',\n ],\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,\nwhen the component is collapsed (\"icon only\" design is visualized) or the item text is truncated.\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**Note:** Items that have a set `href` and `target` set to `_blank` should not be selectable.\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\nPossible values:\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `framename`\n\n**Note:** Items that have a defined `href` and `target`\nattribute set to `_blank` should not be selectable.\n */\n target!: string | undefined;\n /**\n Item design.\n\n**Note:** Items with \"Action\" design must not have sub-items.\n */\n design!: 'Default' | 'Action';\n /**\n Indicates whether the navigation item is selectable. By default, all items are selectable unless specifically marked as unselectable.\n\nWhen a parent item is marked as unselectable, selecting it will only expand or collapse its sub-items.\nTo improve user experience do not mix unselectable parent items with selectable parent items in a single side navigation.\n\n\n**Guidelines**:\n- Items with an assigned `href` and a target of `_blank` should be marked as unselectable.\n- Items that trigger actions (with design \"Action\") should be marked as unselectable.\n */\n @InputDecorator({ transform: booleanAttribute })\n unselectable!: boolean;\n /**\n Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n**Note:** Do not use it on parent items, as it will be overridden if the item is in the overflow menu.\n */\n accessibilityAttributes!: SideNavigationItemAccessibilityAttributes;\n\n /**\n Fired when the component is activated either with a click/tap or by using the [Enter] or [Space] keys.\n */\n ui5Click!: EventEmitter<SideNavigationItemClickEventDetail>;\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":";;;;;;AAeA,IAgCM,8BAA8B,GAhCpC,MAgCM,8BAA8B,CAAA;AA+FlC,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAsC,MAAM,CAAC,UAAU,CAAC;AAClE,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GApGf,8BAA8B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA9B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,8BAA8B,2HAUL,gBAAgB,CAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAsBhB,gBAAgB,CAAA,EAAA,IAAA,EAAA,MAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,QAAA,EAAA,YAAA,EAAA,CAAA,cAAA,EAAA,cAAA,EAyChB,gBAAgB,4JAzFnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAgBjC,8BAA8B,GAAA,UAAA,CAAA;AAhCnC,IAAA,WAAW,CAAC;QACX,MAAM;QACN,UAAU;QACV,SAAS;QACT,MAAM;QACN,UAAU;QACV,MAAM;QACN,QAAQ;QACR,QAAQ;QACR,cAAc;QACd,yBAAyB;KAC1B,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAoB5B,CAAA,EAAA,8BAA8B,CAsGnC;2FAtGK,8BAA8B,EAAA,UAAA,EAAA,CAAA;kBAnBnC,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;wBACN,MAAM;wBACN,UAAU;wBACV,SAAS;wBACT,MAAM;wBACN,UAAU;wBACV,MAAM;wBACN,QAAQ;wBACR,QAAQ;wBACR,cAAc;wBACd,yBAAyB;AAC1B,qBAAA;oBACD,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,0BAA0B;AACrC,iBAAA;;sBAWEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAsB9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAyC9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACxHjD;;AAEG;;;;"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { __decorate, __metadata } from 'tslib';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { inject, ElementRef, NgZone, ChangeDetectorRef, booleanAttribute, Input, Component } from '@angular/core';
|
|
4
|
+
import '@ui5/webcomponents-fiori/dist/SideNavigation.js';
|
|
5
|
+
import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
|
|
6
|
+
|
|
7
|
+
let SideNavigationComponent = class SideNavigationComponent {
|
|
8
|
+
get element() {
|
|
9
|
+
return this.elementRef.nativeElement;
|
|
10
|
+
}
|
|
11
|
+
constructor() {
|
|
12
|
+
this.elementRef = inject(ElementRef);
|
|
13
|
+
this.zone = inject(NgZone);
|
|
14
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
15
|
+
this.cdr.detach();
|
|
16
|
+
}
|
|
17
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: SideNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: SideNavigationComponent, isStandalone: true, selector: "ui5-side-navigation", inputs: { collapsed: ["collapsed", "collapsed", booleanAttribute], accessibleName: "accessibleName" }, outputs: { ui5SelectionChange: "ui5SelectionChange" }, exportAs: ["ui5SideNavigation"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
SideNavigationComponent = __decorate([
|
|
21
|
+
ProxyInputs(['collapsed', 'accessibleName']),
|
|
22
|
+
ProxyOutputs(['selection-change: ui5SelectionChange']),
|
|
23
|
+
__metadata("design:paramtypes", [])
|
|
24
|
+
], SideNavigationComponent);
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: SideNavigationComponent, decorators: [{
|
|
26
|
+
type: Component,
|
|
27
|
+
args: [{
|
|
28
|
+
standalone: true,
|
|
29
|
+
selector: 'ui5-side-navigation',
|
|
30
|
+
template: '<ng-content></ng-content>',
|
|
31
|
+
inputs: ['collapsed', 'accessibleName'],
|
|
32
|
+
outputs: ['ui5SelectionChange'],
|
|
33
|
+
exportAs: 'ui5SideNavigation',
|
|
34
|
+
}]
|
|
35
|
+
}], ctorParameters: () => [], propDecorators: { collapsed: [{
|
|
36
|
+
type: Input,
|
|
37
|
+
args: [{ transform: booleanAttribute }]
|
|
38
|
+
}] } });
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Generated bundle index. Do not edit.
|
|
42
|
+
*/
|
|
43
|
+
|
|
44
|
+
export { SideNavigationComponent };
|
|
45
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-fiori-side-navigation.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation/index.ts","../../../../libs/ui5-angular/fiori/side-navigation/ui5-webcomponents-ngx-fiori-side-navigation.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/SideNavigation.js';\nimport {\n default as SideNavigation,\n SideNavigationSelectionChangeEventDetail,\n} from '@ui5/webcomponents-fiori/dist/SideNavigation.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['collapsed', 'accessibleName'])\n@ProxyOutputs(['selection-change: ui5SelectionChange'])\n@Component({\n standalone: true,\n selector: 'ui5-side-navigation',\n template: '<ng-content></ng-content>',\n inputs: ['collapsed', 'accessibleName'],\n outputs: ['ui5SelectionChange'],\n exportAs: 'ui5SideNavigation',\n})\nclass SideNavigationComponent {\n /**\n Defines whether the `ui5-side-navigation` is expanded or collapsed.\n\n**Note:** The collapsed mode is not supported on phones.\nThe `ui5-side-navigation` component is intended to be used within a `ui5-navigation-layout`\ncomponent to ensure proper responsive behavior. If you choose not to use the\n`ui5-navigation-layout`, you will need to implement the appropriate responsive patterns yourself,\nparticularly for phones where the collapsed mode should not be used.\n */\n @InputDecorator({ transform: booleanAttribute })\n collapsed!: boolean;\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n\n /**\n Fired when the selection has changed via user interaction\n */\n ui5SelectionChange!: EventEmitter<SideNavigationSelectionChangeEventDetail>;\n\n private elementRef: ElementRef<SideNavigation> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SideNavigation {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SideNavigationComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAgBA,IAUM,uBAAuB,GAV7B,MAUM,uBAAuB,CAAA;AA0B3B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA+B,MAAM,CAAC,UAAU,CAAC;AAC3D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GA/Bf,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAvB,uBAAuB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,qBAAA,EAAA,MAAA,EAAA,EAAA,SAAA,EAAA,CAAA,WAAA,EAAA,WAAA,EAUE,gBAAgB,CAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,EAAA,OAAA,EAAA,EAAA,kBAAA,EAAA,oBAAA,EAAA,EAAA,QAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAfnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,uBAAuB,GAAA,UAAA,CAAA;AAV5B,IAAA,WAAW,CAAC,CAAC,WAAW,EAAE,gBAAgB,CAAC,CAAC;AAC5C,IAAA,YAAY,CAAC,CAAC,sCAAsC,CAAC,CAAC;;AASjD,CAAA,EAAA,uBAAuB,CAiC5B;2FAjCK,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBAR5B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,qBAAqB;AAC/B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,WAAW,EAAE,gBAAgB,CAAC;oBACvC,OAAO,EAAE,CAAC,oBAAoB,CAAC;AAC/B,oBAAA,QAAQ,EAAE,mBAAmB;AAC9B,iBAAA;;sBAWEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACpCjD;;AAEG;;;;"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { __decorate, __metadata } from 'tslib';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { inject, ElementRef, NgZone, ChangeDetectorRef, booleanAttribute, Input, Component } from '@angular/core';
|
|
4
|
+
import '@ui5/webcomponents-fiori/dist/SortItem.js';
|
|
5
|
+
import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
|
|
6
|
+
|
|
7
|
+
let SortItemComponent = class SortItemComponent {
|
|
8
|
+
get element() {
|
|
9
|
+
return this.elementRef.nativeElement;
|
|
10
|
+
}
|
|
11
|
+
constructor() {
|
|
12
|
+
this.elementRef = inject(ElementRef);
|
|
13
|
+
this.zone = inject(NgZone);
|
|
14
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
15
|
+
this.cdr.detach();
|
|
16
|
+
}
|
|
17
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: SortItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: SortItemComponent, isStandalone: true, selector: "ui5-sort-item", inputs: { text: "text", selected: ["selected", "selected", booleanAttribute] }, exportAs: ["ui5SortItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
SortItemComponent = __decorate([
|
|
21
|
+
ProxyInputs(['text', 'selected']),
|
|
22
|
+
__metadata("design:paramtypes", [])
|
|
23
|
+
], SortItemComponent);
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: SortItemComponent, decorators: [{
|
|
25
|
+
type: Component,
|
|
26
|
+
args: [{
|
|
27
|
+
standalone: true,
|
|
28
|
+
selector: 'ui5-sort-item',
|
|
29
|
+
template: '<ng-content></ng-content>',
|
|
30
|
+
inputs: ['text', 'selected'],
|
|
31
|
+
exportAs: 'ui5SortItem',
|
|
32
|
+
}]
|
|
33
|
+
}], ctorParameters: () => [], propDecorators: { selected: [{
|
|
34
|
+
type: Input,
|
|
35
|
+
args: [{ transform: booleanAttribute }]
|
|
36
|
+
}] } });
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Generated bundle index. Do not edit.
|
|
40
|
+
*/
|
|
41
|
+
|
|
42
|
+
export { SortItemComponent };
|
|
43
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-fiori-sort-item.mjs.map
|
|
@@ -0,0 +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 sort item.\n */\n text!: string | undefined;\n /**\n Defines if the sort item 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":";;;;;;AAYA,IAQM,iBAAiB,GARvB,MAQM,iBAAiB,CAAA;AAerB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAyB,MAAM,CAAC,UAAU,CAAC;AACrD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GApBf,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;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;;AAIjC,iBAAiB,GAAA,UAAA,CAAA;AARtB,IAAA,WAAW,CAAC,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;;AAQ5B,CAAA,EAAA,iBAAiB,CAsBtB;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;;sBASEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC5BjD;;AAEG;;;;"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Injectable } from '@angular/core';
|
|
3
|
+
import { WebcomponentsThemingProvider } from '@ui5/webcomponents-ngx/theming';
|
|
4
|
+
|
|
5
|
+
class Ui5WebcomponentsFioriThemingService extends WebcomponentsThemingProvider {
|
|
6
|
+
constructor() {
|
|
7
|
+
super(() => import('@ui5/webcomponents-fiori/dist/generated/json-imports/Themes.js'));
|
|
8
|
+
this.name = 'ui-5-webcomponents-fiori-theming-service';
|
|
9
|
+
}
|
|
10
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: Ui5WebcomponentsFioriThemingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
11
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: Ui5WebcomponentsFioriThemingService, providedIn: 'root' }); }
|
|
12
|
+
}
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: Ui5WebcomponentsFioriThemingService, decorators: [{
|
|
14
|
+
type: Injectable,
|
|
15
|
+
args: [{ providedIn: 'root' }]
|
|
16
|
+
}], ctorParameters: () => [] });
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Generated bundle index. Do not edit.
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
export { Ui5WebcomponentsFioriThemingService };
|
|
23
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-fiori-theming.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-theming.mjs","sources":["../../../../libs/ui5-angular/fiori/theming/index.ts","../../../../libs/ui5-angular/fiori/theming/ui5-webcomponents-ngx-fiori-theming.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\nimport { WebcomponentsThemingProvider } from '@ui5/webcomponents-ngx/theming';\n\n@Injectable({ providedIn: 'root' })\nclass Ui5WebcomponentsFioriThemingService extends WebcomponentsThemingProvider {\n name = 'ui-5-webcomponents-fiori-theming-service';\n constructor() {\n super(\n () =>\n import(\n '@ui5/webcomponents-fiori/dist/generated/json-imports/Themes.js'\n ),\n );\n }\n}\n\nexport { Ui5WebcomponentsFioriThemingService };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AAGA,MACM,mCAAoC,SAAQ,4BAA4B,CAAA;AAE5E,IAAA,WAAA,GAAA;QACE,KAAK,CACH,MACE,OACE,gEAAgE,CACjE,CACJ;QAPH,IAAA,CAAA,IAAI,GAAG,0CAA0C;;8GAD7C,mCAAmC,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA;AAAnC,IAAA,SAAA,IAAA,CAAA,KAAA,GAAA,EAAA,CAAA,qBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,mCAAmC,cADf,MAAM,EAAA,CAAA,CAAA;;2FAC1B,mCAAmC,EAAA,UAAA,EAAA,CAAA;kBADxC,UAAU;mBAAC,EAAE,UAAU,EAAE,MAAM,EAAE;;;ACHlC;;AAEG;;;;"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { __decorate, __metadata } from 'tslib';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { inject, ElementRef, NgZone, ChangeDetectorRef, booleanAttribute, Input, Component } from '@angular/core';
|
|
4
|
+
import '@ui5/webcomponents-fiori/dist/TimelineGroupItem.js';
|
|
5
|
+
import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
|
|
6
|
+
|
|
7
|
+
let TimelineGroupItemComponent = class TimelineGroupItemComponent {
|
|
8
|
+
get element() {
|
|
9
|
+
return this.elementRef.nativeElement;
|
|
10
|
+
}
|
|
11
|
+
constructor() {
|
|
12
|
+
this.elementRef = inject(ElementRef);
|
|
13
|
+
this.zone = inject(NgZone);
|
|
14
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
15
|
+
this.cdr.detach();
|
|
16
|
+
}
|
|
17
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: TimelineGroupItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: TimelineGroupItemComponent, isStandalone: true, selector: "ui5-timeline-group-item", inputs: { groupName: "groupName", collapsed: ["collapsed", "collapsed", booleanAttribute] }, outputs: { ui5Toggle: "ui5Toggle" }, exportAs: ["ui5TimelineGroupItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
TimelineGroupItemComponent = __decorate([
|
|
21
|
+
ProxyInputs(['groupName', 'collapsed']),
|
|
22
|
+
ProxyOutputs(['toggle: ui5Toggle']),
|
|
23
|
+
__metadata("design:paramtypes", [])
|
|
24
|
+
], TimelineGroupItemComponent);
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: TimelineGroupItemComponent, decorators: [{
|
|
26
|
+
type: Component,
|
|
27
|
+
args: [{
|
|
28
|
+
standalone: true,
|
|
29
|
+
selector: 'ui5-timeline-group-item',
|
|
30
|
+
template: '<ng-content></ng-content>',
|
|
31
|
+
inputs: ['groupName', 'collapsed'],
|
|
32
|
+
outputs: ['ui5Toggle'],
|
|
33
|
+
exportAs: 'ui5TimelineGroupItem',
|
|
34
|
+
}]
|
|
35
|
+
}], ctorParameters: () => [], propDecorators: { collapsed: [{
|
|
36
|
+
type: Input,
|
|
37
|
+
args: [{ transform: booleanAttribute }]
|
|
38
|
+
}] } });
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Generated bundle index. Do not edit.
|
|
42
|
+
*/
|
|
43
|
+
|
|
44
|
+
export { TimelineGroupItemComponent };
|
|
45
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-fiori-timeline-group-item.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-timeline-group-item.mjs","sources":["../../../../libs/ui5-angular/fiori/timeline-group-item/index.ts","../../../../libs/ui5-angular/fiori/timeline-group-item/ui5-webcomponents-ngx-fiori-timeline-group-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/TimelineGroupItem.js';\nimport TimelineGroupItem from '@ui5/webcomponents-fiori/dist/TimelineGroupItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['groupName', 'collapsed'])\n@ProxyOutputs(['toggle: ui5Toggle'])\n@Component({\n standalone: true,\n selector: 'ui5-timeline-group-item',\n template: '<ng-content></ng-content>',\n inputs: ['groupName', 'collapsed'],\n outputs: ['ui5Toggle'],\n exportAs: 'ui5TimelineGroupItem',\n})\nclass TimelineGroupItemComponent {\n /**\n Defines the text of the button that expands and collapses the group.\n */\n groupName!: string | undefined;\n /**\n Determines if the group is collapsed or expanded.\n */\n @InputDecorator({ transform: booleanAttribute })\n collapsed!: boolean;\n\n /**\n Fired when the group item is expanded or collapsed.\n */\n ui5Toggle!: EventEmitter<void>;\n\n private elementRef: ElementRef<TimelineGroupItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): TimelineGroupItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TimelineGroupItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAaA,IAUM,0BAA0B,GAVhC,MAUM,0BAA0B,CAAA;AAoB9B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAkC,MAAM,CAAC,UAAU,CAAC;AAC9D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAzBf,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAA1B,0BAA0B,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,yBAAA,EAAA,MAAA,EAAA,EAAA,SAAA,EAAA,WAAA,EAAA,SAAA,EAAA,CAAA,WAAA,EAAA,WAAA,EAQD,gBAAgB,CAAA,EAAA,EAAA,OAAA,EAAA,EAAA,SAAA,EAAA,WAAA,EAAA,EAAA,QAAA,EAAA,CAAA,sBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAbnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,0BAA0B,GAAA,UAAA,CAAA;AAV/B,IAAA,WAAW,CAAC,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC;AACvC,IAAA,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAAC;;AAS9B,CAAA,EAAA,0BAA0B,CA2B/B;2FA3BK,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;AACrC,oBAAA,MAAM,EAAE,CAAC,WAAW,EAAE,WAAW,CAAC;oBAClC,OAAO,EAAE,CAAC,WAAW,CAAC;AACtB,oBAAA,QAAQ,EAAE,sBAAsB;AACjC,iBAAA;;sBASEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC/BjD;;AAEG;;;;"}
|