@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 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-product-switch.mjs","sources":["../../../../libs/ui5-angular/fiori/product-switch/index.ts","../../../../libs/ui5-angular/fiori/product-switch/ui5-webcomponents-ngx-fiori-product-switch.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/ProductSwitch.js';\nimport ProductSwitch from '@ui5/webcomponents-fiori/dist/ProductSwitch.js';\n\n@Component({\n standalone: true,\n selector: 'ui5-product-switch',\n template: '<ng-content></ng-content>',\n exportAs: 'ui5ProductSwitch',\n})\nclass ProductSwitchComponent {\n private elementRef: ElementRef<ProductSwitch> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ProductSwitch {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ProductSwitchComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AAUA,MAMM,sBAAsB,CAAA;AAK1B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA8B,MAAM,CAAC,UAAU,CAAC;AAC1D,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,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAtB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,sBAAsB,8GAHhB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;2FAGjC,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBAN3B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,oBAAoB;AAC9B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,QAAQ,EAAE,kBAAkB;AAC7B,iBAAA;;;ACfD;;AAEG;;;;"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { __decorate, __metadata } from 'tslib';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { inject, ElementRef, NgZone, ChangeDetectorRef, Component } from '@angular/core';
|
|
4
|
+
import '@ui5/webcomponents-fiori/dist/SearchItemGroup.js';
|
|
5
|
+
import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
|
|
6
|
+
|
|
7
|
+
let SearchItemGroupComponent = class SearchItemGroupComponent {
|
|
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: SearchItemGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: SearchItemGroupComponent, isStandalone: true, selector: "ui5-search-item-group", inputs: { headerText: "headerText", headerAccessibleName: "headerAccessibleName", wrappingType: "wrappingType" }, outputs: { ui5MoveOver: "ui5MoveOver", ui5Move: "ui5Move" }, exportAs: ["ui5SearchItemGroup"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
SearchItemGroupComponent = __decorate([
|
|
21
|
+
ProxyInputs(['headerText', 'headerAccessibleName', 'wrappingType']),
|
|
22
|
+
ProxyOutputs(['move-over: ui5MoveOver', 'move: ui5Move']),
|
|
23
|
+
__metadata("design:paramtypes", [])
|
|
24
|
+
], SearchItemGroupComponent);
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: SearchItemGroupComponent, decorators: [{
|
|
26
|
+
type: Component,
|
|
27
|
+
args: [{
|
|
28
|
+
standalone: true,
|
|
29
|
+
selector: 'ui5-search-item-group',
|
|
30
|
+
template: '<ng-content></ng-content>',
|
|
31
|
+
inputs: ['headerText', 'headerAccessibleName', 'wrappingType'],
|
|
32
|
+
outputs: ['ui5MoveOver', 'ui5Move'],
|
|
33
|
+
exportAs: 'ui5SearchItemGroup',
|
|
34
|
+
}]
|
|
35
|
+
}], ctorParameters: () => [] });
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Generated bundle index. Do not edit.
|
|
39
|
+
*/
|
|
40
|
+
|
|
41
|
+
export { SearchItemGroupComponent };
|
|
42
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-fiori-search-item-group.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-search-item-group.mjs","sources":["../../../../libs/ui5-angular/fiori/search-item-group/index.ts","../../../../libs/ui5-angular/fiori/search-item-group/ui5-webcomponents-ngx-fiori-search-item-group.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SearchItemGroup.js';\nimport SearchItemGroup from '@ui5/webcomponents-fiori/dist/SearchItemGroup.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport { ListItemGroupMoveEventDetail } from '@ui5/webcomponents/dist/ListItemGroup.js';\n@ProxyInputs(['headerText', 'headerAccessibleName', 'wrappingType'])\n@ProxyOutputs(['move-over: ui5MoveOver', 'move: ui5Move'])\n@Component({\n standalone: true,\n selector: 'ui5-search-item-group',\n template: '<ng-content></ng-content>',\n inputs: ['headerText', 'headerAccessibleName', 'wrappingType'],\n outputs: ['ui5MoveOver', 'ui5Move'],\n exportAs: 'ui5SearchItemGroup',\n})\nclass SearchItemGroupComponent {\n /**\n Defines the header text of the <code>ui5-li-group</code>.\n */\n headerText!: string | undefined;\n /**\n Defines the accessible name of the header.\n */\n headerAccessibleName!: string | undefined;\n /**\n Defines if the text of the component should wrap when it's too long.\nWhen set to \"Normal\", the content (title, description) will be wrapped\nusing the `ui5-expandable-text` component.<br/>\n\nThe text can wrap up to 100 characters on small screens (size S) and\nup to 300 characters on larger screens (size M and above). When text exceeds\nthese limits, it truncates with an ellipsis followed by a text expansion trigger.\n\nAvailable options are:\n- `None` (default) - The text will truncate with an ellipsis.\n- `Normal` - The text will wrap (without truncation).\n */\n wrappingType!: 'None' | 'Normal';\n\n /**\n Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n */\n ui5MoveOver!: EventEmitter<ListItemGroupMoveEventDetail>;\n /**\n Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n */\n ui5Move!: EventEmitter<ListItemGroupMoveEventDetail>;\n\n private elementRef: ElementRef<SearchItemGroup> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SearchItemGroup {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SearchItemGroupComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAYA,IAUM,wBAAwB,GAV9B,MAUM,wBAAwB,CAAA;AAyC5B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAgC,MAAM,CAAC,UAAU,CAAC;AAC5D,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;;8GA9Cf,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAxB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,wBAAwB,kSALlB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,wBAAwB,GAAA,UAAA,CAAA;IAV7B,WAAW,CAAC,CAAC,YAAY,EAAE,sBAAsB,EAAE,cAAc,CAAC,CAAC;AACnE,IAAA,YAAY,CAAC,CAAC,wBAAwB,EAAE,eAAe,CAAC,CAAC;;AASpD,CAAA,EAAA,wBAAwB,CAgD7B;2FAhDK,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAR7B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,uBAAuB;AACjC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,YAAY,EAAE,sBAAsB,EAAE,cAAc,CAAC;AAC9D,oBAAA,OAAO,EAAE,CAAC,aAAa,EAAE,SAAS,CAAC;AACnC,oBAAA,QAAQ,EAAE,oBAAoB;AAC/B,iBAAA;;;ACrBD;;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/SearchItemShowMore.js';
|
|
5
|
+
import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
|
|
6
|
+
|
|
7
|
+
let SearchItemShowMoreComponent = class SearchItemShowMoreComponent {
|
|
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: SearchItemShowMoreComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: SearchItemShowMoreComponent, isStandalone: true, selector: "ui5-search-item-show-more", inputs: { itemsToShowCount: "itemsToShowCount", selected: ["selected", "selected", booleanAttribute] }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5SearchItemShowMore"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
SearchItemShowMoreComponent = __decorate([
|
|
21
|
+
ProxyInputs(['itemsToShowCount', 'selected']),
|
|
22
|
+
ProxyOutputs(['click: ui5Click']),
|
|
23
|
+
__metadata("design:paramtypes", [])
|
|
24
|
+
], SearchItemShowMoreComponent);
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: SearchItemShowMoreComponent, decorators: [{
|
|
26
|
+
type: Component,
|
|
27
|
+
args: [{
|
|
28
|
+
standalone: true,
|
|
29
|
+
selector: 'ui5-search-item-show-more',
|
|
30
|
+
template: '<ng-content></ng-content>',
|
|
31
|
+
inputs: ['itemsToShowCount', 'selected'],
|
|
32
|
+
outputs: ['ui5Click'],
|
|
33
|
+
exportAs: 'ui5SearchItemShowMore',
|
|
34
|
+
}]
|
|
35
|
+
}], ctorParameters: () => [], propDecorators: { selected: [{
|
|
36
|
+
type: Input,
|
|
37
|
+
args: [{ transform: booleanAttribute }]
|
|
38
|
+
}] } });
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Generated bundle index. Do not edit.
|
|
42
|
+
*/
|
|
43
|
+
|
|
44
|
+
export { SearchItemShowMoreComponent };
|
|
45
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-fiori-search-item-show-more.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-search-item-show-more.mjs","sources":["../../../../libs/ui5-angular/fiori/search-item-show-more/index.ts","../../../../libs/ui5-angular/fiori/search-item-show-more/ui5-webcomponents-ngx-fiori-search-item-show-more.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/SearchItemShowMore.js';\nimport {\n default as SearchItemShowMore,\n ShowMoreItemClickEventDetail,\n} from '@ui5/webcomponents-fiori/dist/SearchItemShowMore.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['itemsToShowCount', 'selected'])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-search-item-show-more',\n template: '<ng-content></ng-content>',\n inputs: ['itemsToShowCount', 'selected'],\n outputs: ['ui5Click'],\n exportAs: 'ui5SearchItemShowMore',\n})\nclass SearchItemShowMoreComponent {\n /**\n Specifies the number of additional items available to show.\nIf no value is defined, the control shows \"Show more\" (without any counter).\nIf a number is provided, it displays \"Show more (N)\", where N is that number.\n */\n itemsToShowCount!: number | undefined;\n /**\n Defines whether the show more item is selected.\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n\n /**\n Fired when the component is activated, either with a mouse/tap\nor by pressing the Enter or Space keys.\n */\n ui5Click!: EventEmitter<ShowMoreItemClickEventDetail>;\n\n private elementRef: ElementRef<SearchItemShowMore> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SearchItemShowMore {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SearchItemShowMoreComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAgBA,IAUM,2BAA2B,GAVjC,MAUM,2BAA2B,CAAA;AAuB/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;;8GA5Bf,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,2BAAA,EAAA,MAAA,EAAA,EAAA,gBAAA,EAAA,kBAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAUF,gBAAgB,CAAA,EAAA,EAAA,OAAA,EAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,CAAA,uBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAfnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,2BAA2B,GAAA,UAAA,CAAA;AAVhC,IAAA,WAAW,CAAC,CAAC,kBAAkB,EAAE,UAAU,CAAC,CAAC;AAC7C,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAS5B,CAAA,EAAA,2BAA2B,CA8BhC;2FA9BK,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBARhC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,kBAAkB,EAAE,UAAU,CAAC;oBACxC,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,uBAAuB;AAClC,iBAAA;;sBAWEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACpCjD;;AAEG;;;;"}
|
|
@@ -0,0 +1,55 @@
|
|
|
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/SearchItem.js';
|
|
5
|
+
import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
|
|
6
|
+
|
|
7
|
+
let SearchItemComponent = class SearchItemComponent {
|
|
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: SearchItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: SearchItemComponent, isStandalone: true, selector: "ui5-search-item", inputs: { text: "text", description: "description", icon: "icon", selected: ["selected", "selected", booleanAttribute], deletable: ["deletable", "deletable", booleanAttribute], scopeName: "scopeName" }, outputs: { ui5Delete: "ui5Delete" }, exportAs: ["ui5SearchItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
SearchItemComponent = __decorate([
|
|
21
|
+
ProxyInputs([
|
|
22
|
+
'text',
|
|
23
|
+
'description',
|
|
24
|
+
'icon',
|
|
25
|
+
'selected',
|
|
26
|
+
'deletable',
|
|
27
|
+
'scopeName',
|
|
28
|
+
]),
|
|
29
|
+
ProxyOutputs(['delete: ui5Delete']),
|
|
30
|
+
__metadata("design:paramtypes", [])
|
|
31
|
+
], SearchItemComponent);
|
|
32
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: SearchItemComponent, decorators: [{
|
|
33
|
+
type: Component,
|
|
34
|
+
args: [{
|
|
35
|
+
standalone: true,
|
|
36
|
+
selector: 'ui5-search-item',
|
|
37
|
+
template: '<ng-content></ng-content>',
|
|
38
|
+
inputs: ['text', 'description', 'icon', 'selected', 'deletable', 'scopeName'],
|
|
39
|
+
outputs: ['ui5Delete'],
|
|
40
|
+
exportAs: 'ui5SearchItem',
|
|
41
|
+
}]
|
|
42
|
+
}], ctorParameters: () => [], propDecorators: { selected: [{
|
|
43
|
+
type: Input,
|
|
44
|
+
args: [{ transform: booleanAttribute }]
|
|
45
|
+
}], deletable: [{
|
|
46
|
+
type: Input,
|
|
47
|
+
args: [{ transform: booleanAttribute }]
|
|
48
|
+
}] } });
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Generated bundle index. Do not edit.
|
|
52
|
+
*/
|
|
53
|
+
|
|
54
|
+
export { SearchItemComponent };
|
|
55
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-fiori-search-item.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-search-item.mjs","sources":["../../../../libs/ui5-angular/fiori/search-item/index.ts","../../../../libs/ui5-angular/fiori/search-item/ui5-webcomponents-ngx-fiori-search-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/SearchItem.js';\nimport SearchItem from '@ui5/webcomponents-fiori/dist/SearchItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'text',\n 'description',\n 'icon',\n 'selected',\n 'deletable',\n 'scopeName',\n])\n@ProxyOutputs(['delete: ui5Delete'])\n@Component({\n standalone: true,\n selector: 'ui5-search-item',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'description', 'icon', 'selected', 'deletable', 'scopeName'],\n outputs: ['ui5Delete'],\n exportAs: 'ui5SearchItem',\n})\nclass SearchItemComponent {\n /**\n Defines the heading text of the search item.\n */\n text!: string | undefined;\n /**\n Defines the description that appears right under the item text, if available.\n */\n description!: string | undefined;\n /**\n Defines the icon name of the search item.\n**Note:** If provided, the image slot will be ignored.\n */\n icon!: string | undefined;\n /**\n Defines whether the search item is selected.\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n /**\n Defines whether the search item is deletable.\n */\n @InputDecorator({ transform: booleanAttribute })\n deletable!: boolean;\n /**\n Defines the scope of the search item\n */\n scopeName!: string | undefined;\n\n /**\n Fired when delete button is pressed.\n */\n ui5Delete!: EventEmitter<void>;\n\n private elementRef: ElementRef<SearchItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SearchItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SearchItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAaA,IAiBM,mBAAmB,GAjBzB,MAiBM,mBAAmB,CAAA;AAsCvB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA2B,MAAM,CAAC,UAAU,CAAC;AACvD,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;;8GA3Cf,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAnB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,mBAAmB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,WAAA,EAAA,aAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAiBM,gBAAgB,CAAA,EAAA,SAAA,EAAA,CAAA,WAAA,EAAA,WAAA,EAKhB,gBAAgB,uHA3BnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,mBAAmB,GAAA,UAAA,CAAA;AAjBxB,IAAA,WAAW,CAAC;QACX,MAAM;QACN,aAAa;QACb,MAAM;QACN,UAAU;QACV,WAAW;QACX,WAAW;KACZ,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAAC;;AAS9B,CAAA,EAAA,mBAAmB,CA6CxB;2FA7CK,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBARxB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,iBAAiB;AAC3B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,CAAC;oBAC7E,OAAO,EAAE,CAAC,WAAW,CAAC;AACtB,oBAAA,QAAQ,EAAE,eAAe;AAC1B,iBAAA;;sBAkBEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAK9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACpDjD;;AAEG;;;;"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { __decorate, __metadata } from 'tslib';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { inject, ElementRef, NgZone, ChangeDetectorRef, Component } from '@angular/core';
|
|
4
|
+
import '@ui5/webcomponents-fiori/dist/SearchMessageArea.js';
|
|
5
|
+
import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
|
|
6
|
+
|
|
7
|
+
let SearchMessageAreaComponent = class SearchMessageAreaComponent {
|
|
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: SearchMessageAreaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: SearchMessageAreaComponent, isStandalone: true, selector: "ui5-search-message-area", inputs: { text: "text", description: "description" }, exportAs: ["ui5SearchMessageArea"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
SearchMessageAreaComponent = __decorate([
|
|
21
|
+
ProxyInputs(['text', 'description']),
|
|
22
|
+
__metadata("design:paramtypes", [])
|
|
23
|
+
], SearchMessageAreaComponent);
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: SearchMessageAreaComponent, decorators: [{
|
|
25
|
+
type: Component,
|
|
26
|
+
args: [{
|
|
27
|
+
standalone: true,
|
|
28
|
+
selector: 'ui5-search-message-area',
|
|
29
|
+
template: '<ng-content></ng-content>',
|
|
30
|
+
inputs: ['text', 'description'],
|
|
31
|
+
exportAs: 'ui5SearchMessageArea',
|
|
32
|
+
}]
|
|
33
|
+
}], ctorParameters: () => [] });
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* Generated bundle index. Do not edit.
|
|
37
|
+
*/
|
|
38
|
+
|
|
39
|
+
export { SearchMessageAreaComponent };
|
|
40
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-fiori-search-message-area.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-search-message-area.mjs","sources":["../../../../libs/ui5-angular/fiori/search-message-area/index.ts","../../../../libs/ui5-angular/fiori/search-message-area/ui5-webcomponents-ngx-fiori-search-message-area.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SearchMessageArea.js';\nimport SearchMessageArea from '@ui5/webcomponents-fiori/dist/SearchMessageArea.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['text', 'description'])\n@Component({\n standalone: true,\n selector: 'ui5-search-message-area',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'description'],\n exportAs: 'ui5SearchMessageArea',\n})\nclass SearchMessageAreaComponent {\n /**\n Defines the text to be displayed.\n */\n text!: string | undefined;\n /**\n Defines the description text to be displayed.\n */\n description!: string | undefined;\n\n private elementRef: ElementRef<SearchMessageArea> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SearchMessageArea {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SearchMessageAreaComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAUA,IAQM,0BAA0B,GARhC,MAQM,0BAA0B,CAAA;AAc9B,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;;8GAnBf,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA1B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,0BAA0B,6KAJpB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,0BAA0B,GAAA,UAAA,CAAA;AAR/B,IAAA,WAAW,CAAC,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC;;AAQ/B,CAAA,EAAA,0BAA0B,CAqB/B;2FArBK,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAP/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,MAAM,EAAE,aAAa,CAAC;AAC/B,oBAAA,QAAQ,EAAE,sBAAsB;AACjC,iBAAA;;;ACjBD;;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/SearchScope.js';
|
|
5
|
+
import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
|
|
6
|
+
|
|
7
|
+
let SearchScopeComponent = class SearchScopeComponent {
|
|
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: SearchScopeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: SearchScopeComponent, isStandalone: true, selector: "ui5-search-scope", inputs: { text: "text", selected: ["selected", "selected", booleanAttribute] }, exportAs: ["ui5SearchScope"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
SearchScopeComponent = __decorate([
|
|
21
|
+
ProxyInputs(['text', 'selected']),
|
|
22
|
+
__metadata("design:paramtypes", [])
|
|
23
|
+
], SearchScopeComponent);
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: SearchScopeComponent, decorators: [{
|
|
25
|
+
type: Component,
|
|
26
|
+
args: [{
|
|
27
|
+
standalone: true,
|
|
28
|
+
selector: 'ui5-search-scope',
|
|
29
|
+
template: '<ng-content></ng-content>',
|
|
30
|
+
inputs: ['text', 'selected'],
|
|
31
|
+
exportAs: 'ui5SearchScope',
|
|
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 { SearchScopeComponent };
|
|
43
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-fiori-search-scope.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-search-scope.mjs","sources":["../../../../libs/ui5-angular/fiori/search-scope/index.ts","../../../../libs/ui5-angular/fiori/search-scope/ui5-webcomponents-ngx-fiori-search-scope.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/SearchScope.js';\nimport SearchScope from '@ui5/webcomponents-fiori/dist/SearchScope.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['text', 'selected'])\n@Component({\n standalone: true,\n selector: 'ui5-search-scope',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'selected'],\n exportAs: 'ui5SearchScope',\n})\nclass SearchScopeComponent {\n /**\n Defines the text of the component.\n */\n text!: string;\n /**\n Indicates whether the item is selected\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n\n private elementRef: ElementRef<SearchScope> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SearchScope {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SearchScopeComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAYA,IAQM,oBAAoB,GAR1B,MAQM,oBAAoB,CAAA;AAexB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA4B,MAAM,CAAC,UAAU,CAAC;AACxD,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,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAApB,oBAAoB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAQK,gBAAgB,CAAA,EAAA,EAAA,QAAA,EAAA,CAAA,gBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAZnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,oBAAoB,GAAA,UAAA,CAAA;AARzB,IAAA,WAAW,CAAC,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;;AAQ5B,CAAA,EAAA,oBAAoB,CAsBzB;2FAtBK,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAPzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,kBAAkB;AAC5B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,MAAM,EAAE,UAAU,CAAC;AAC5B,oBAAA,QAAQ,EAAE,gBAAgB;AAC3B,iBAAA;;sBASEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC5BjD;;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/Search.js';
|
|
5
|
+
import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
|
|
6
|
+
|
|
7
|
+
let SearchComponent = class SearchComponent {
|
|
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: SearchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: SearchComponent, isStandalone: true, selector: "ui5-search", inputs: { loading: ["loading", "loading", booleanAttribute], noTypeahead: ["noTypeahead", "noTypeahead", booleanAttribute], open: ["open", "open", booleanAttribute], showClearIcon: ["showClearIcon", "showClearIcon", booleanAttribute], value: "value", placeholder: "placeholder", accessibleName: "accessibleName", accessibleDescription: "accessibleDescription" }, outputs: { ui5Open: "ui5Open", ui5Close: "ui5Close", ui5Input: "ui5Input", ui5ScopeChange: "ui5ScopeChange", ui5Search: "ui5Search" }, exportAs: ["ui5Search"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
SearchComponent = __decorate([
|
|
21
|
+
ProxyInputs([
|
|
22
|
+
'loading',
|
|
23
|
+
'noTypeahead',
|
|
24
|
+
'open',
|
|
25
|
+
'showClearIcon',
|
|
26
|
+
'value',
|
|
27
|
+
'placeholder',
|
|
28
|
+
'accessibleName',
|
|
29
|
+
'accessibleDescription',
|
|
30
|
+
]),
|
|
31
|
+
ProxyOutputs([
|
|
32
|
+
'open: ui5Open',
|
|
33
|
+
'close: ui5Close',
|
|
34
|
+
'input: ui5Input',
|
|
35
|
+
'scope-change: ui5ScopeChange',
|
|
36
|
+
'search: ui5Search',
|
|
37
|
+
]),
|
|
38
|
+
__metadata("design:paramtypes", [])
|
|
39
|
+
], SearchComponent);
|
|
40
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: SearchComponent, decorators: [{
|
|
41
|
+
type: Component,
|
|
42
|
+
args: [{
|
|
43
|
+
standalone: true,
|
|
44
|
+
selector: 'ui5-search',
|
|
45
|
+
template: '<ng-content></ng-content>',
|
|
46
|
+
inputs: [
|
|
47
|
+
'loading',
|
|
48
|
+
'noTypeahead',
|
|
49
|
+
'open',
|
|
50
|
+
'showClearIcon',
|
|
51
|
+
'value',
|
|
52
|
+
'placeholder',
|
|
53
|
+
'accessibleName',
|
|
54
|
+
'accessibleDescription',
|
|
55
|
+
],
|
|
56
|
+
outputs: ['ui5Open', 'ui5Close', 'ui5Input', 'ui5ScopeChange', 'ui5Search'],
|
|
57
|
+
exportAs: 'ui5Search',
|
|
58
|
+
}]
|
|
59
|
+
}], ctorParameters: () => [], propDecorators: { loading: [{
|
|
60
|
+
type: Input,
|
|
61
|
+
args: [{ transform: booleanAttribute }]
|
|
62
|
+
}], noTypeahead: [{
|
|
63
|
+
type: Input,
|
|
64
|
+
args: [{ transform: booleanAttribute }]
|
|
65
|
+
}], open: [{
|
|
66
|
+
type: Input,
|
|
67
|
+
args: [{ transform: booleanAttribute }]
|
|
68
|
+
}], showClearIcon: [{
|
|
69
|
+
type: Input,
|
|
70
|
+
args: [{ transform: booleanAttribute }]
|
|
71
|
+
}] } });
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Generated bundle index. Do not edit.
|
|
75
|
+
*/
|
|
76
|
+
|
|
77
|
+
export { SearchComponent };
|
|
78
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-fiori-search.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-search.mjs","sources":["../../../../libs/ui5-angular/fiori/search/index.ts","../../../../libs/ui5-angular/fiori/search/ui5-webcomponents-ngx-fiori-search.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/Search.js';\nimport Search from '@ui5/webcomponents-fiori/dist/Search.js';\nimport { SearchFieldScopeSelectionChangeDetails } from '@ui5/webcomponents-fiori/dist/SearchField.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'loading',\n 'noTypeahead',\n 'open',\n 'showClearIcon',\n 'value',\n 'placeholder',\n 'accessibleName',\n 'accessibleDescription',\n])\n@ProxyOutputs([\n 'open: ui5Open',\n 'close: ui5Close',\n 'input: ui5Input',\n 'scope-change: ui5ScopeChange',\n 'search: ui5Search',\n])\n@Component({\n standalone: true,\n selector: 'ui5-search',\n template: '<ng-content></ng-content>',\n inputs: [\n 'loading',\n 'noTypeahead',\n 'open',\n 'showClearIcon',\n 'value',\n 'placeholder',\n 'accessibleName',\n 'accessibleDescription',\n ],\n outputs: ['ui5Open', 'ui5Close', 'ui5Input', 'ui5ScopeChange', 'ui5Search'],\n exportAs: 'ui5Search',\n})\nclass SearchComponent {\n /**\n Indicates whether a loading indicator should be shown in the popup.\n */\n @InputDecorator({ transform: booleanAttribute })\n loading!: boolean;\n /**\n Defines whether the value will be autcompleted to match an item.\n */\n @InputDecorator({ transform: booleanAttribute })\n noTypeahead!: boolean;\n /**\n Indicates whether the items picker is open.\n */\n @InputDecorator({ transform: booleanAttribute })\n open!: boolean;\n /**\n Defines whether the clear icon of the search will be shown.\n */\n @InputDecorator({ transform: booleanAttribute })\n showClearIcon!: boolean;\n /**\n Defines the value of the component.\n\n**Note:** The property is updated upon typing.\n */\n value!: string;\n /**\n Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.\n */\n placeholder!: string | undefined;\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Defines the accessible ARIA description of the field.\n */\n accessibleDescription!: string | undefined;\n\n /**\n Fired when the popup is opened.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired when the popup is closed.\n */\n ui5Close!: EventEmitter<void>;\n /**\n Fired when typing in input or clear icon is pressed.\n */\n ui5Input!: EventEmitter<void>;\n /**\n Fired when the scope has changed.\n */\n ui5ScopeChange!: EventEmitter<SearchFieldScopeSelectionChangeDetails>;\n /**\n Fired when the user has triggered search with Enter key or Search Button press.\n */\n ui5Search!: EventEmitter<void>;\n\n private elementRef: ElementRef<Search> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Search {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SearchComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAcA,IAkCM,eAAe,GAlCrB,MAkCM,eAAe,CAAA;AAkEnB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAuB,MAAM,CAAC,UAAU,CAAC;AACnD,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;;8GAvEf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAf,eAAe,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,YAAA,EAAA,MAAA,EAAA,EAAA,OAAA,EAAA,CAAA,SAAA,EAAA,SAAA,EAIU,gBAAgB,CAAA,EAAA,WAAA,EAAA,CAAA,aAAA,EAAA,aAAA,EAKhB,gBAAgB,0BAKhB,gBAAgB,CAAA,EAAA,aAAA,EAAA,CAAA,eAAA,EAAA,eAAA,EAKhB,gBAAgB,CAAA,EAAA,KAAA,EAAA,OAAA,EAAA,WAAA,EAAA,aAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,qBAAA,EAAA,uBAAA,EAAA,EAAA,OAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,SAAA,EAAA,WAAA,EAAA,EAAA,QAAA,EAAA,CAAA,WAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAjCnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAcjC,eAAe,GAAA,UAAA,CAAA;AAlCpB,IAAA,WAAW,CAAC;QACX,SAAS;QACT,aAAa;QACb,MAAM;QACN,eAAe;QACf,OAAO;QACP,aAAa;QACb,gBAAgB;QAChB,uBAAuB;KACxB,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,eAAe;QACf,iBAAiB;QACjB,iBAAiB;QACjB,8BAA8B;QAC9B,mBAAmB;KACpB,CAAC;;AAkBI,CAAA,EAAA,eAAe,CAyEpB;2FAzEK,eAAe,EAAA,UAAA,EAAA,CAAA;kBAjBpB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,YAAY;AACtB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,SAAS;wBACT,aAAa;wBACb,MAAM;wBACN,eAAe;wBACf,OAAO;wBACP,aAAa;wBACb,gBAAgB;wBAChB,uBAAuB;AACxB,qBAAA;oBACD,OAAO,EAAE,CAAC,SAAS,EAAE,UAAU,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,CAAC;AAC3E,oBAAA,QAAQ,EAAE,WAAW;AACtB,iBAAA;;sBAKEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAK9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAK9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAK9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACnEjD;;AAEG;;;;"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { __decorate, __metadata } from 'tslib';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { inject, ElementRef, NgZone, ChangeDetectorRef, Component } from '@angular/core';
|
|
4
|
+
import '@ui5/webcomponents-fiori/dist/ShellBarBranding.js';
|
|
5
|
+
import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
|
|
6
|
+
|
|
7
|
+
let ShellBarBrandingComponent = class ShellBarBrandingComponent {
|
|
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: ShellBarBrandingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: ShellBarBrandingComponent, isStandalone: true, selector: "ui5-shellbar-branding", inputs: { href: "href", target: "target", accessibleName: "accessibleName" }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5ShellbarBranding"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
ShellBarBrandingComponent = __decorate([
|
|
21
|
+
ProxyInputs(['href', 'target', 'accessibleName']),
|
|
22
|
+
ProxyOutputs(['click: ui5Click']),
|
|
23
|
+
__metadata("design:paramtypes", [])
|
|
24
|
+
], ShellBarBrandingComponent);
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: ShellBarBrandingComponent, decorators: [{
|
|
26
|
+
type: Component,
|
|
27
|
+
args: [{
|
|
28
|
+
standalone: true,
|
|
29
|
+
selector: 'ui5-shellbar-branding',
|
|
30
|
+
template: '<ng-content></ng-content>',
|
|
31
|
+
inputs: ['href', 'target', 'accessibleName'],
|
|
32
|
+
outputs: ['ui5Click'],
|
|
33
|
+
exportAs: 'ui5ShellbarBranding',
|
|
34
|
+
}]
|
|
35
|
+
}], ctorParameters: () => [] });
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Generated bundle index. Do not edit.
|
|
39
|
+
*/
|
|
40
|
+
|
|
41
|
+
export { ShellBarBrandingComponent };
|
|
42
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-fiori-shell-bar-branding.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-shell-bar-branding.mjs","sources":["../../../../libs/ui5-angular/fiori/shell-bar-branding/index.ts","../../../../libs/ui5-angular/fiori/shell-bar-branding/ui5-webcomponents-ngx-fiori-shell-bar-branding.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/ShellBarBranding.js';\nimport ShellBarBranding from '@ui5/webcomponents-fiori/dist/ShellBarBranding.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['href', 'target', 'accessibleName'])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-shellbar-branding',\n template: '<ng-content></ng-content>',\n inputs: ['href', 'target', 'accessibleName'],\n outputs: ['ui5Click'],\n exportAs: 'ui5ShellbarBranding',\n})\nclass ShellBarBrandingComponent {\n /**\n Defines the component href.\n\n**Note:** Standard hyperlink behavior is supported.\n */\n href!: string | undefined;\n /**\n Defines the component target.\n\n**Notes:**\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**This property must only be used when the `href` property is set.**\n */\n target!: string | undefined;\n /**\n Defines the text alternative of the component.\nIf not provided a default text alternative will be set, if present.\n */\n accessibleName!: string | undefined;\n\n /**\n Fired, when the logo is activated.\n */\n ui5Click!: EventEmitter<void>;\n\n private elementRef: ElementRef<ShellBarBranding> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ShellBarBranding {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ShellBarBrandingComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAWA,IAUM,yBAAyB,GAV/B,MAUM,yBAAyB,CAAA;AAoC7B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAiC,MAAM,CAAC,UAAU,CAAC;AAC7D,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;;8GAzCf,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAzB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,yBAAyB,qOALnB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,yBAAyB,GAAA,UAAA,CAAA;IAV9B,WAAW,CAAC,CAAC,MAAM,EAAE,QAAQ,EAAE,gBAAgB,CAAC,CAAC;AACjD,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAS5B,CAAA,EAAA,yBAAyB,CA2C9B;2FA3CK,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBAR9B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,uBAAuB;AACjC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,MAAM,EAAE,QAAQ,EAAE,gBAAgB,CAAC;oBAC5C,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,qBAAqB;AAChC,iBAAA;;;ACpBD;;AAEG;;;;"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { __decorate, __metadata } from 'tslib';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { inject, ElementRef, NgZone, ChangeDetectorRef, Component } from '@angular/core';
|
|
4
|
+
import '@ui5/webcomponents-fiori/dist/ShellBarItem.js';
|
|
5
|
+
import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
|
|
6
|
+
|
|
7
|
+
let ShellBarItemComponent = class ShellBarItemComponent {
|
|
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: ShellBarItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: ShellBarItemComponent, isStandalone: true, selector: "ui5-shellbar-item", inputs: { icon: "icon", text: "text", count: "count", accessibilityAttributes: "accessibilityAttributes" }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5ShellbarItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
ShellBarItemComponent = __decorate([
|
|
21
|
+
ProxyInputs(['icon', 'text', 'count', 'accessibilityAttributes']),
|
|
22
|
+
ProxyOutputs(['click: ui5Click']),
|
|
23
|
+
__metadata("design:paramtypes", [])
|
|
24
|
+
], ShellBarItemComponent);
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: ShellBarItemComponent, decorators: [{
|
|
26
|
+
type: Component,
|
|
27
|
+
args: [{
|
|
28
|
+
standalone: true,
|
|
29
|
+
selector: 'ui5-shellbar-item',
|
|
30
|
+
template: '<ng-content></ng-content>',
|
|
31
|
+
inputs: ['icon', 'text', 'count', 'accessibilityAttributes'],
|
|
32
|
+
outputs: ['ui5Click'],
|
|
33
|
+
exportAs: 'ui5ShellbarItem',
|
|
34
|
+
}]
|
|
35
|
+
}], ctorParameters: () => [] });
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Generated bundle index. Do not edit.
|
|
39
|
+
*/
|
|
40
|
+
|
|
41
|
+
export { ShellBarItemComponent };
|
|
42
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-fiori-shell-bar-item.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-shell-bar-item.mjs","sources":["../../../../libs/ui5-angular/fiori/shell-bar-item/index.ts","../../../../libs/ui5-angular/fiori/shell-bar-item/ui5-webcomponents-ngx-fiori-shell-bar-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/ShellBarItem.js';\nimport {\n default as ShellBarItem,\n ShellBarItemAccessibilityAttributes,\n ShellBarItemClickEventDetail,\n} from '@ui5/webcomponents-fiori/dist/ShellBarItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['icon', 'text', 'count', 'accessibilityAttributes'])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-shellbar-item',\n template: '<ng-content></ng-content>',\n inputs: ['icon', 'text', 'count', 'accessibilityAttributes'],\n outputs: ['ui5Click'],\n exportAs: 'ui5ShellbarItem',\n})\nclass ShellBarItemComponent {\n /**\n Defines the name of the item's icon.\n */\n icon!: string | undefined;\n /**\n Defines the item text.\n\n**Note:** The text is only displayed inside the overflow popover list view.\n */\n text!: string | undefined;\n /**\n Defines the count displayed in the top-right corner.\n */\n count!: string | undefined;\n /**\n Defines additional accessibility attributes on Shellbar Items.\n\nThe accessibility attributes support the following values:\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\n- **controls**: Identifies the element (or elements) whose contents\nor presence are controlled by the component.\nAccepts a lowercase string value, referencing the ID of the element it controls.\n */\n accessibilityAttributes!: ShellBarItemAccessibilityAttributes;\n\n /**\n Fired, when the item is pressed.\n */\n ui5Click!: EventEmitter<ShellBarItemClickEventDetail>;\n\n private elementRef: ElementRef<ShellBarItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ShellBarItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ShellBarItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAeA,IAUM,qBAAqB,GAV3B,MAUM,qBAAqB,CAAA;AA0CzB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA6B,MAAM,CAAC,UAAU,CAAC;AACzD,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/Cf,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAArB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,qBAAqB,2PALf,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,qBAAqB,GAAA,UAAA,CAAA;IAV1B,WAAW,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,yBAAyB,CAAC,CAAC;AACjE,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAS5B,CAAA,EAAA,qBAAqB,CAiD1B;2FAjDK,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAR1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,mBAAmB;AAC7B,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,yBAAyB,CAAC;oBAC5D,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,iBAAiB;AAC5B,iBAAA;;;ACxBD;;AAEG;;;;"}
|
|
@@ -0,0 +1,83 @@
|
|
|
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/ShellBarSearch.js';
|
|
5
|
+
import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
|
|
6
|
+
|
|
7
|
+
let ShellBarSearchComponent = class ShellBarSearchComponent {
|
|
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: ShellBarSearchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: ShellBarSearchComponent, isStandalone: true, selector: "ui5-shellbar-search", inputs: { loading: ["loading", "loading", booleanAttribute], noTypeahead: ["noTypeahead", "noTypeahead", booleanAttribute], open: ["open", "open", booleanAttribute], showClearIcon: ["showClearIcon", "showClearIcon", booleanAttribute], value: "value", placeholder: "placeholder", accessibleName: "accessibleName", accessibleDescription: "accessibleDescription", autoOpen: ["autoOpen", "autoOpen", booleanAttribute] }, outputs: { ui5Open: "ui5Open", ui5Close: "ui5Close", ui5Input: "ui5Input", ui5ScopeChange: "ui5ScopeChange", ui5Search: "ui5Search" }, exportAs: ["ui5ShellbarSearch"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
ShellBarSearchComponent = __decorate([
|
|
21
|
+
ProxyInputs([
|
|
22
|
+
'loading',
|
|
23
|
+
'noTypeahead',
|
|
24
|
+
'open',
|
|
25
|
+
'showClearIcon',
|
|
26
|
+
'value',
|
|
27
|
+
'placeholder',
|
|
28
|
+
'accessibleName',
|
|
29
|
+
'accessibleDescription',
|
|
30
|
+
'autoOpen',
|
|
31
|
+
]),
|
|
32
|
+
ProxyOutputs([
|
|
33
|
+
'open: ui5Open',
|
|
34
|
+
'close: ui5Close',
|
|
35
|
+
'input: ui5Input',
|
|
36
|
+
'scope-change: ui5ScopeChange',
|
|
37
|
+
'search: ui5Search',
|
|
38
|
+
]),
|
|
39
|
+
__metadata("design:paramtypes", [])
|
|
40
|
+
], ShellBarSearchComponent);
|
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: ShellBarSearchComponent, decorators: [{
|
|
42
|
+
type: Component,
|
|
43
|
+
args: [{
|
|
44
|
+
standalone: true,
|
|
45
|
+
selector: 'ui5-shellbar-search',
|
|
46
|
+
template: '<ng-content></ng-content>',
|
|
47
|
+
inputs: [
|
|
48
|
+
'loading',
|
|
49
|
+
'noTypeahead',
|
|
50
|
+
'open',
|
|
51
|
+
'showClearIcon',
|
|
52
|
+
'value',
|
|
53
|
+
'placeholder',
|
|
54
|
+
'accessibleName',
|
|
55
|
+
'accessibleDescription',
|
|
56
|
+
'autoOpen',
|
|
57
|
+
],
|
|
58
|
+
outputs: ['ui5Open', 'ui5Close', 'ui5Input', 'ui5ScopeChange', 'ui5Search'],
|
|
59
|
+
exportAs: 'ui5ShellbarSearch',
|
|
60
|
+
}]
|
|
61
|
+
}], ctorParameters: () => [], propDecorators: { loading: [{
|
|
62
|
+
type: Input,
|
|
63
|
+
args: [{ transform: booleanAttribute }]
|
|
64
|
+
}], noTypeahead: [{
|
|
65
|
+
type: Input,
|
|
66
|
+
args: [{ transform: booleanAttribute }]
|
|
67
|
+
}], open: [{
|
|
68
|
+
type: Input,
|
|
69
|
+
args: [{ transform: booleanAttribute }]
|
|
70
|
+
}], showClearIcon: [{
|
|
71
|
+
type: Input,
|
|
72
|
+
args: [{ transform: booleanAttribute }]
|
|
73
|
+
}], autoOpen: [{
|
|
74
|
+
type: Input,
|
|
75
|
+
args: [{ transform: booleanAttribute }]
|
|
76
|
+
}] } });
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Generated bundle index. Do not edit.
|
|
80
|
+
*/
|
|
81
|
+
|
|
82
|
+
export { ShellBarSearchComponent };
|
|
83
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-fiori-shell-bar-search.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-shell-bar-search.mjs","sources":["../../../../libs/ui5-angular/fiori/shell-bar-search/index.ts","../../../../libs/ui5-angular/fiori/shell-bar-search/ui5-webcomponents-ngx-fiori-shell-bar-search.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 { SearchFieldScopeSelectionChangeDetails } from '@ui5/webcomponents-fiori/dist/SearchField.js';\nimport '@ui5/webcomponents-fiori/dist/ShellBarSearch.js';\nimport ShellBarSearch from '@ui5/webcomponents-fiori/dist/ShellBarSearch.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'loading',\n 'noTypeahead',\n 'open',\n 'showClearIcon',\n 'value',\n 'placeholder',\n 'accessibleName',\n 'accessibleDescription',\n 'autoOpen',\n])\n@ProxyOutputs([\n 'open: ui5Open',\n 'close: ui5Close',\n 'input: ui5Input',\n 'scope-change: ui5ScopeChange',\n 'search: ui5Search',\n])\n@Component({\n standalone: true,\n selector: 'ui5-shellbar-search',\n template: '<ng-content></ng-content>',\n inputs: [\n 'loading',\n 'noTypeahead',\n 'open',\n 'showClearIcon',\n 'value',\n 'placeholder',\n 'accessibleName',\n 'accessibleDescription',\n 'autoOpen',\n ],\n outputs: ['ui5Open', 'ui5Close', 'ui5Input', 'ui5ScopeChange', 'ui5Search'],\n exportAs: 'ui5ShellbarSearch',\n})\nclass ShellBarSearchComponent {\n /**\n Indicates whether a loading indicator should be shown in the popup.\n */\n @InputDecorator({ transform: booleanAttribute })\n loading!: boolean;\n /**\n Defines whether the value will be autcompleted to match an item.\n */\n @InputDecorator({ transform: booleanAttribute })\n noTypeahead!: boolean;\n /**\n Indicates whether the items picker is open.\n */\n @InputDecorator({ transform: booleanAttribute })\n open!: boolean;\n /**\n Defines whether the clear icon of the search will be shown.\n */\n @InputDecorator({ transform: booleanAttribute })\n showClearIcon!: boolean;\n /**\n Defines the value of the component.\n\n**Note:** The property is updated upon typing.\n */\n value!: string;\n /**\n Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.\n */\n placeholder!: string | undefined;\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Defines the accessible ARIA description of the field.\n */\n accessibleDescription!: string | undefined;\n /**\n Indicates whether the suggestions popover should be opened on focus.\n */\n @InputDecorator({ transform: booleanAttribute })\n autoOpen!: boolean;\n\n /**\n Fired when the popup is opened.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired when the popup is closed.\n */\n ui5Close!: EventEmitter<void>;\n /**\n Fired when typing in input or clear icon is pressed.\n */\n ui5Input!: EventEmitter<void>;\n /**\n Fired when the scope has changed.\n */\n ui5ScopeChange!: EventEmitter<SearchFieldScopeSelectionChangeDetails>;\n /**\n Fired when the user has triggered search with Enter key or Search Button press.\n */\n ui5Search!: EventEmitter<void>;\n\n private elementRef: ElementRef<ShellBarSearch> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ShellBarSearch {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ShellBarSearchComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAcA,IAoCM,uBAAuB,GApC7B,MAoCM,uBAAuB,CAAA;AAuE3B,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;;8GA5Ef,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,OAAA,EAAA,CAAA,SAAA,EAAA,SAAA,EAIE,gBAAgB,CAAA,EAAA,WAAA,EAAA,CAAA,aAAA,EAAA,aAAA,EAKhB,gBAAgB,CAAA,EAAA,IAAA,EAAA,CAAA,MAAA,EAAA,MAAA,EAKhB,gBAAgB,CAAA,EAAA,aAAA,EAAA,CAAA,eAAA,EAAA,eAAA,EAKhB,gBAAgB,CAAA,EAAA,KAAA,EAAA,OAAA,EAAA,WAAA,EAAA,aAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,qBAAA,EAAA,uBAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAwBhB,gBAAgB,CAAA,EAAA,EAAA,OAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,SAAA,EAAA,WAAA,EAAA,EAAA,QAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EA1DnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAejC,uBAAuB,GAAA,UAAA,CAAA;AApC5B,IAAA,WAAW,CAAC;QACX,SAAS;QACT,aAAa;QACb,MAAM;QACN,eAAe;QACf,OAAO;QACP,aAAa;QACb,gBAAgB;QAChB,uBAAuB;QACvB,UAAU;KACX,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,eAAe;QACf,iBAAiB;QACjB,iBAAiB;QACjB,8BAA8B;QAC9B,mBAAmB;KACpB,CAAC;;AAmBI,CAAA,EAAA,uBAAuB,CA8E5B;2FA9EK,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBAlB5B,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;wBACN,SAAS;wBACT,aAAa;wBACb,MAAM;wBACN,eAAe;wBACf,OAAO;wBACP,aAAa;wBACb,gBAAgB;wBAChB,uBAAuB;wBACvB,UAAU;AACX,qBAAA;oBACD,OAAO,EAAE,CAAC,SAAS,EAAE,UAAU,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,CAAC;AAC3E,oBAAA,QAAQ,EAAE,mBAAmB;AAC9B,iBAAA;;sBAKEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAK9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAK9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAK9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAwB9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC7FjD;;AAEG;;;;"}
|