@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-main-split-button.mjs","sources":["../../../../libs/ui5-angular/main/split-button/index.ts","../../../../libs/ui5-angular/main/split-button/ui5-webcomponents-ngx-main-split-button.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 { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/SplitButton.js';\nimport {\n default as SplitButton,\n SplitButtonAccessibilityAttributes,\n} from '@ui5/webcomponents/dist/SplitButton.js';\n@ProxyInputs([\n 'icon',\n 'activeArrowButton',\n 'design',\n 'disabled',\n 'accessibleName',\n 'accessibilityAttributes',\n])\n@ProxyOutputs(['click: ui5Click', 'arrow-click: ui5ArrowClick'])\n@Component({\n standalone: true,\n selector: 'ui5-split-button',\n template: '<ng-content></ng-content>',\n inputs: [\n 'icon',\n 'activeArrowButton',\n 'design',\n 'disabled',\n 'accessibleName',\n 'accessibilityAttributes',\n ],\n outputs: ['ui5Click', 'ui5ArrowClick'],\n exportAs: 'ui5SplitButton',\n})\nclass SplitButtonComponent {\n /**\n Defines the icon to be displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\n\nSee all available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string | undefined;\n /**\n Defines whether the arrow button should have the active state styles or not.\n */\n @InputDecorator({ transform: booleanAttribute })\n activeArrowButton!: boolean;\n /**\n Defines the component design.\n */\n design!:\n | 'Default'\n | 'Positive'\n | 'Negative'\n | 'Transparent'\n | 'Emphasized'\n | 'Attention';\n /**\n Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Defines the additional accessibility attributes that will be applied to the component.\nThe `accessibilityAttributes` property accepts an object with the following optional fields:\n\n- **root**: Attributes that will be applied to the main (text) button.\n - **hasPopup**: Indicates the presence and type of popup triggered by the button.\n Accepts string values: `\"dialog\"`, `\"grid\"`, `\"listbox\"`, `\"menu\"`, or `\"tree\"`.\n - **roleDescription**: Provides a human-readable description for the role of the button.\n Accepts any string value.\n - **title**: Specifies a tooltip or description for screen readers.\n Accepts any string value.\n\t- **ariaKeyShortcuts**: Defines keyboard shortcuts that activate or give focus to the button.\n\n- **arrowButton**: Attributes applied specifically to the arrow (split) button.\n - **hasPopup**: Indicates the presence and type of popup triggered by the arrow button.\n Accepts string values: `\"dialog\"`, `\"grid\"`, `\"listbox\"`, `\"menu\"`, or `\"tree\"`.\n - **expanded**: Indicates whether the popup triggered by the arrow button is currently expanded.\n Accepts boolean values: `true` or `false`.\n */\n accessibilityAttributes!: SplitButtonAccessibilityAttributes;\n\n /**\n Fired when the user clicks on the default action.\n */\n ui5Click!: EventEmitter<void>;\n /**\n Fired when the user clicks on the arrow action.\n */\n ui5ArrowClick!: EventEmitter<void>;\n\n private elementRef: ElementRef<SplitButton> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SplitButton {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SplitButtonComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAgBA,IAwBM,oBAAoB,GAxB1B,MAwBM,oBAAoB,CAAA;AAsExB,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;;8GA3Ef,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAApB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,oBAAoB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,iBAAA,EAAA,CAAA,mBAAA,EAAA,mBAAA,EAaK,gBAAgB,CAAA,EAAA,MAAA,EAAA,QAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAiBhB,gBAAgB,oNA1CnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAYjC,oBAAoB,GAAA,UAAA,CAAA;AAxBzB,IAAA,WAAW,CAAC;QACX,MAAM;QACN,mBAAmB;QACnB,QAAQ;QACR,UAAU;QACV,gBAAgB;QAChB,yBAAyB;KAC1B,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,iBAAiB,EAAE,4BAA4B,CAAC,CAAC;;AAgB1D,CAAA,EAAA,oBAAoB,CA6EzB;2FA7EK,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAfzB,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;wBACN,MAAM;wBACN,mBAAmB;wBACnB,QAAQ;wBACR,UAAU;wBACV,gBAAgB;wBAChB,yBAAyB;AAC1B,qBAAA;AACD,oBAAA,OAAO,EAAE,CAAC,UAAU,EAAE,eAAe,CAAC;AACtC,oBAAA,QAAQ,EAAE,gBAAgB;AAC3B,iBAAA;;sBAcEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAiB9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACtEjD;;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 { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
|
|
5
|
+
import '@ui5/webcomponents/dist/StepInput.js';
|
|
6
|
+
|
|
7
|
+
let StepInputComponent = class StepInputComponent {
|
|
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: StepInputComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: StepInputComponent, isStandalone: true, selector: "ui5-step-input", inputs: { value: "value", min: "min", max: "max", step: "step", valueState: "valueState", required: ["required", "required", booleanAttribute], disabled: ["disabled", "disabled", booleanAttribute], readonly: ["readonly", "readonly", booleanAttribute], placeholder: "placeholder", name: "name", valuePrecision: "valuePrecision", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef" }, outputs: { ui5Change: "ui5Change", ui5Input: "ui5Input", ui5ValueStateChange: "ui5ValueStateChange" }, exportAs: ["ui5StepInput"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
StepInputComponent = __decorate([
|
|
21
|
+
ProxyInputs([
|
|
22
|
+
'value',
|
|
23
|
+
'min',
|
|
24
|
+
'max',
|
|
25
|
+
'step',
|
|
26
|
+
'valueState',
|
|
27
|
+
'required',
|
|
28
|
+
'disabled',
|
|
29
|
+
'readonly',
|
|
30
|
+
'placeholder',
|
|
31
|
+
'name',
|
|
32
|
+
'valuePrecision',
|
|
33
|
+
'accessibleName',
|
|
34
|
+
'accessibleNameRef',
|
|
35
|
+
]),
|
|
36
|
+
ProxyOutputs([
|
|
37
|
+
'change: ui5Change',
|
|
38
|
+
'input: ui5Input',
|
|
39
|
+
'value-state-change: ui5ValueStateChange',
|
|
40
|
+
]),
|
|
41
|
+
__metadata("design:paramtypes", [])
|
|
42
|
+
], StepInputComponent);
|
|
43
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: StepInputComponent, decorators: [{
|
|
44
|
+
type: Component,
|
|
45
|
+
args: [{
|
|
46
|
+
standalone: true,
|
|
47
|
+
selector: 'ui5-step-input',
|
|
48
|
+
template: '<ng-content></ng-content>',
|
|
49
|
+
inputs: [
|
|
50
|
+
'value',
|
|
51
|
+
'min',
|
|
52
|
+
'max',
|
|
53
|
+
'step',
|
|
54
|
+
'valueState',
|
|
55
|
+
'required',
|
|
56
|
+
'disabled',
|
|
57
|
+
'readonly',
|
|
58
|
+
'placeholder',
|
|
59
|
+
'name',
|
|
60
|
+
'valuePrecision',
|
|
61
|
+
'accessibleName',
|
|
62
|
+
'accessibleNameRef',
|
|
63
|
+
],
|
|
64
|
+
outputs: ['ui5Change', 'ui5Input', 'ui5ValueStateChange'],
|
|
65
|
+
exportAs: 'ui5StepInput',
|
|
66
|
+
}]
|
|
67
|
+
}], ctorParameters: () => [], propDecorators: { required: [{
|
|
68
|
+
type: Input,
|
|
69
|
+
args: [{ transform: booleanAttribute }]
|
|
70
|
+
}], disabled: [{
|
|
71
|
+
type: Input,
|
|
72
|
+
args: [{ transform: booleanAttribute }]
|
|
73
|
+
}], readonly: [{
|
|
74
|
+
type: Input,
|
|
75
|
+
args: [{ transform: booleanAttribute }]
|
|
76
|
+
}] } });
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Generated bundle index. Do not edit.
|
|
80
|
+
*/
|
|
81
|
+
|
|
82
|
+
export { StepInputComponent };
|
|
83
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-main-step-input.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-step-input.mjs","sources":["../../../../libs/ui5-angular/main/step-input/index.ts","../../../../libs/ui5-angular/main/step-input/ui5-webcomponents-ngx-main-step-input.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 { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/StepInput.js';\nimport {\n default as StepInput,\n StepInputValueStateChangeEventDetail,\n} from '@ui5/webcomponents/dist/StepInput.js';\n@ProxyInputs([\n 'value',\n 'min',\n 'max',\n 'step',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'valuePrecision',\n 'accessibleName',\n 'accessibleNameRef',\n])\n@ProxyOutputs([\n 'change: ui5Change',\n 'input: ui5Input',\n 'value-state-change: ui5ValueStateChange',\n])\n@Component({\n standalone: true,\n selector: 'ui5-step-input',\n template: '<ng-content></ng-content>',\n inputs: [\n 'value',\n 'min',\n 'max',\n 'step',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'valuePrecision',\n 'accessibleName',\n 'accessibleNameRef',\n ],\n outputs: ['ui5Change', 'ui5Input', 'ui5ValueStateChange'],\n exportAs: 'ui5StepInput',\n})\nclass StepInputComponent {\n /**\n Defines a value of the component.\n */\n value!: number;\n /**\n Defines a minimum value of the component.\n */\n min!: number | undefined;\n /**\n Defines a maximum value of the component.\n */\n max!: number | undefined;\n /**\n Defines a step of increasing/decreasing the value of the component.\n */\n step!: number;\n /**\n Defines the value state of the component.\n */\n valueState!: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';\n /**\n Defines whether the component is required.\n */\n @InputDecorator({ transform: booleanAttribute })\n required!: boolean;\n /**\n Determines whether the component is displayed as disabled.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Determines whether the component is displayed as read-only.\n */\n @InputDecorator({ transform: booleanAttribute })\n readonly!: boolean;\n /**\n Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.\n */\n placeholder!: string | undefined;\n /**\n Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n */\n name!: string | undefined;\n /**\n Determines the number of digits after the decimal point of the component.\n */\n valuePrecision!: number;\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Receives id(or many ids) of the elements that label the component.\n */\n accessibleNameRef!: string | undefined;\n\n /**\n Fired when the input operation has finished by pressing Enter or on focusout.\n */\n ui5Change!: EventEmitter<void>;\n /**\n Fired when the value of the component changes at each keystroke.\n */\n ui5Input!: EventEmitter<void>;\n /**\n Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n */\n ui5ValueStateChange!: EventEmitter<StepInputValueStateChangeEventDetail>;\n\n private elementRef: ElementRef<StepInput> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): StepInput {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { StepInputComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAgBA,IA0CM,kBAAkB,GA1CxB,MA0CM,kBAAkB,CAAA;AAkFtB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA0B,MAAM,CAAC,UAAU,CAAC;AACtD,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;;8GAvFf,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAlB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,kBAAkB,+KAwBO,gBAAgB,CAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAKhB,gBAAgB,CAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAKhB,gBAAgB,sTArDnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAmBjC,kBAAkB,GAAA,UAAA,CAAA;AA1CvB,IAAA,WAAW,CAAC;QACX,OAAO;QACP,KAAK;QACL,KAAK;QACL,MAAM;QACN,YAAY;QACZ,UAAU;QACV,UAAU;QACV,UAAU;QACV,aAAa;QACb,MAAM;QACN,gBAAgB;QAChB,gBAAgB;QAChB,mBAAmB;KACpB,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,mBAAmB;QACnB,iBAAiB;QACjB,yCAAyC;KAC1C,CAAC;;AAuBI,CAAA,EAAA,kBAAkB,CAyFvB;2FAzFK,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAtBvB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,gBAAgB;AAC1B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,OAAO;wBACP,KAAK;wBACL,KAAK;wBACL,MAAM;wBACN,YAAY;wBACZ,UAAU;wBACV,UAAU;wBACV,UAAU;wBACV,aAAa;wBACb,MAAM;wBACN,gBAAgB;wBAChB,gBAAgB;wBAChB,mBAAmB;AACpB,qBAAA;AACD,oBAAA,OAAO,EAAE,CAAC,WAAW,EAAE,UAAU,EAAE,qBAAqB,CAAC;AACzD,oBAAA,QAAQ,EAAE,cAAc;AACzB,iBAAA;;sBAyBEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAK9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAK9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC5FjD;;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 { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
|
|
5
|
+
import '@ui5/webcomponents/dist/SuggestionItemCustom.js';
|
|
6
|
+
|
|
7
|
+
let SuggestionItemCustomComponent = class SuggestionItemCustomComponent {
|
|
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: SuggestionItemCustomComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: SuggestionItemCustomComponent, isStandalone: true, selector: "ui5-suggestion-item-custom", inputs: { text: "text" }, exportAs: ["ui5SuggestionItemCustom"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
SuggestionItemCustomComponent = __decorate([
|
|
21
|
+
ProxyInputs(['text']),
|
|
22
|
+
__metadata("design:paramtypes", [])
|
|
23
|
+
], SuggestionItemCustomComponent);
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: SuggestionItemCustomComponent, decorators: [{
|
|
25
|
+
type: Component,
|
|
26
|
+
args: [{
|
|
27
|
+
standalone: true,
|
|
28
|
+
selector: 'ui5-suggestion-item-custom',
|
|
29
|
+
template: '<ng-content></ng-content>',
|
|
30
|
+
inputs: ['text'],
|
|
31
|
+
exportAs: 'ui5SuggestionItemCustom',
|
|
32
|
+
}]
|
|
33
|
+
}], ctorParameters: () => [] });
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* Generated bundle index. Do not edit.
|
|
37
|
+
*/
|
|
38
|
+
|
|
39
|
+
export { SuggestionItemCustomComponent };
|
|
40
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-main-suggestion-item-custom.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-suggestion-item-custom.mjs","sources":["../../../../libs/ui5-angular/main/suggestion-item-custom/index.ts","../../../../libs/ui5-angular/main/suggestion-item-custom/ui5-webcomponents-ngx-main-suggestion-item-custom.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/SuggestionItemCustom.js';\nimport SuggestionItemCustom from '@ui5/webcomponents/dist/SuggestionItemCustom.js';\n@ProxyInputs(['text'])\n@Component({\n standalone: true,\n selector: 'ui5-suggestion-item-custom',\n template: '<ng-content></ng-content>',\n inputs: ['text'],\n exportAs: 'ui5SuggestionItemCustom',\n})\nclass SuggestionItemCustomComponent {\n /**\n Defines the text of the `ui5-suggestion-item-custom`.\n**Note:** The text property is considered only for autocomplete.\n */\n text!: string | undefined;\n\n private elementRef: ElementRef<SuggestionItemCustom> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SuggestionItemCustom {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SuggestionItemCustomComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAUA,IAQM,6BAA6B,GARnC,MAQM,6BAA6B,CAAA;AAWjC,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAqC,MAAM,CAAC,UAAU,CAAC;AACjE,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;;8GAhBf,6BAA6B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA7B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,6BAA6B,uJAJvB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,6BAA6B,GAAA,UAAA,CAAA;AARlC,IAAA,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;;AAQhB,CAAA,EAAA,6BAA6B,CAkBlC;2FAlBK,6BAA6B,EAAA,UAAA,EAAA,CAAA;kBAPlC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,4BAA4B;AACtC,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,CAAC;AAChB,oBAAA,QAAQ,EAAE,yBAAyB;AACpC,iBAAA;;;ACjBD;;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 { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
|
|
5
|
+
import '@ui5/webcomponents/dist/SuggestionItemGroup.js';
|
|
6
|
+
|
|
7
|
+
let SuggestionItemGroupComponent = class SuggestionItemGroupComponent {
|
|
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: SuggestionItemGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: SuggestionItemGroupComponent, isStandalone: true, selector: "ui5-suggestion-item-group", inputs: { headerText: "headerText", headerAccessibleName: "headerAccessibleName", wrappingType: "wrappingType" }, outputs: { ui5MoveOver: "ui5MoveOver", ui5Move: "ui5Move" }, exportAs: ["ui5SuggestionItemGroup"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
SuggestionItemGroupComponent = __decorate([
|
|
21
|
+
ProxyInputs(['headerText', 'headerAccessibleName', 'wrappingType']),
|
|
22
|
+
ProxyOutputs(['move-over: ui5MoveOver', 'move: ui5Move']),
|
|
23
|
+
__metadata("design:paramtypes", [])
|
|
24
|
+
], SuggestionItemGroupComponent);
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: SuggestionItemGroupComponent, decorators: [{
|
|
26
|
+
type: Component,
|
|
27
|
+
args: [{
|
|
28
|
+
standalone: true,
|
|
29
|
+
selector: 'ui5-suggestion-item-group',
|
|
30
|
+
template: '<ng-content></ng-content>',
|
|
31
|
+
inputs: ['headerText', 'headerAccessibleName', 'wrappingType'],
|
|
32
|
+
outputs: ['ui5MoveOver', 'ui5Move'],
|
|
33
|
+
exportAs: 'ui5SuggestionItemGroup',
|
|
34
|
+
}]
|
|
35
|
+
}], ctorParameters: () => [] });
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Generated bundle index. Do not edit.
|
|
39
|
+
*/
|
|
40
|
+
|
|
41
|
+
export { SuggestionItemGroupComponent };
|
|
42
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-main-suggestion-item-group.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-suggestion-item-group.mjs","sources":["../../../../libs/ui5-angular/main/suggestion-item-group/index.ts","../../../../libs/ui5-angular/main/suggestion-item-group/ui5-webcomponents-ngx-main-suggestion-item-group.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport { ListItemGroupMoveEventDetail } from '@ui5/webcomponents/dist/ListItemGroup.js';\nimport '@ui5/webcomponents/dist/SuggestionItemGroup.js';\nimport SuggestionItemGroup from '@ui5/webcomponents/dist/SuggestionItemGroup.js';\n@ProxyInputs(['headerText', 'headerAccessibleName', 'wrappingType'])\n@ProxyOutputs(['move-over: ui5MoveOver', 'move: ui5Move'])\n@Component({\n standalone: true,\n selector: 'ui5-suggestion-item-group',\n template: '<ng-content></ng-content>',\n inputs: ['headerText', 'headerAccessibleName', 'wrappingType'],\n outputs: ['ui5MoveOver', 'ui5Move'],\n exportAs: 'ui5SuggestionItemGroup',\n})\nclass SuggestionItemGroupComponent {\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<SuggestionItemGroup> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SuggestionItemGroup {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SuggestionItemGroupComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAYA,IAUM,4BAA4B,GAVlC,MAUM,4BAA4B,CAAA;AAyChC,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAoC,MAAM,CAAC,UAAU,CAAC;AAChE,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GA9Cf,4BAA4B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA5B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,4BAA4B,0SALtB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,4BAA4B,GAAA,UAAA,CAAA;IAVjC,WAAW,CAAC,CAAC,YAAY,EAAE,sBAAsB,EAAE,cAAc,CAAC,CAAC;AACnE,IAAA,YAAY,CAAC,CAAC,wBAAwB,EAAE,eAAe,CAAC,CAAC;;AASpD,CAAA,EAAA,4BAA4B,CAgDjC;2FAhDK,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBARjC,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,YAAY,EAAE,sBAAsB,EAAE,cAAc,CAAC;AAC9D,oBAAA,OAAO,EAAE,CAAC,aAAa,EAAE,SAAS,CAAC;AACnC,oBAAA,QAAQ,EAAE,wBAAwB;AACnC,iBAAA;;;ACrBD;;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 { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
|
|
5
|
+
import '@ui5/webcomponents/dist/SuggestionItem.js';
|
|
6
|
+
|
|
7
|
+
let SuggestionItemComponent = class SuggestionItemComponent {
|
|
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: SuggestionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: SuggestionItemComponent, isStandalone: true, selector: "ui5-suggestion-item", inputs: { text: "text", additionalText: "additionalText" }, exportAs: ["ui5SuggestionItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
SuggestionItemComponent = __decorate([
|
|
21
|
+
ProxyInputs(['text', 'additionalText']),
|
|
22
|
+
__metadata("design:paramtypes", [])
|
|
23
|
+
], SuggestionItemComponent);
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: SuggestionItemComponent, decorators: [{
|
|
25
|
+
type: Component,
|
|
26
|
+
args: [{
|
|
27
|
+
standalone: true,
|
|
28
|
+
selector: 'ui5-suggestion-item',
|
|
29
|
+
template: '<ng-content></ng-content>',
|
|
30
|
+
inputs: ['text', 'additionalText'],
|
|
31
|
+
exportAs: 'ui5SuggestionItem',
|
|
32
|
+
}]
|
|
33
|
+
}], ctorParameters: () => [] });
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* Generated bundle index. Do not edit.
|
|
37
|
+
*/
|
|
38
|
+
|
|
39
|
+
export { SuggestionItemComponent };
|
|
40
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-main-suggestion-item.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-suggestion-item.mjs","sources":["../../../../libs/ui5-angular/main/suggestion-item/index.ts","../../../../libs/ui5-angular/main/suggestion-item/ui5-webcomponents-ngx-main-suggestion-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/SuggestionItem.js';\nimport SuggestionItem from '@ui5/webcomponents/dist/SuggestionItem.js';\n@ProxyInputs(['text', 'additionalText'])\n@Component({\n standalone: true,\n selector: 'ui5-suggestion-item',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'additionalText'],\n exportAs: 'ui5SuggestionItem',\n})\nclass SuggestionItemComponent {\n /**\n Defines the text of the component.\n */\n text!: string | undefined;\n /**\n Defines the `additionalText`, displayed in the end of the item.\n */\n additionalText!: string | undefined;\n\n private elementRef: ElementRef<SuggestionItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SuggestionItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SuggestionItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAUA,IAQM,uBAAuB,GAR7B,MAQM,uBAAuB,CAAA;AAc3B,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;;8GAnBf,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAvB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,uBAAuB,4KAJjB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,uBAAuB,GAAA,UAAA,CAAA;AAR5B,IAAA,WAAW,CAAC,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC;;AAQlC,CAAA,EAAA,uBAAuB,CAqB5B;2FArBK,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBAP5B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,qBAAqB;AAC/B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,MAAM,EAAE,gBAAgB,CAAC;AAClC,oBAAA,QAAQ,EAAE,mBAAmB;AAC9B,iBAAA;;;ACjBD;;AAEG;;;;"}
|
|
@@ -0,0 +1,88 @@
|
|
|
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 * as i1 from '@ui5/webcomponents-ngx/generic-cva';
|
|
5
|
+
import { GenericControlValueAccessor } from '@ui5/webcomponents-ngx/generic-cva';
|
|
6
|
+
import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
|
|
7
|
+
import '@ui5/webcomponents/dist/Switch.js';
|
|
8
|
+
|
|
9
|
+
let SwitchComponent = class SwitchComponent {
|
|
10
|
+
get element() {
|
|
11
|
+
return this.elementRef.nativeElement;
|
|
12
|
+
}
|
|
13
|
+
set cvaValue(val) {
|
|
14
|
+
this.element.checked = val;
|
|
15
|
+
this.cdr.detectChanges();
|
|
16
|
+
}
|
|
17
|
+
get cvaValue() {
|
|
18
|
+
return this.element.checked;
|
|
19
|
+
}
|
|
20
|
+
constructor() {
|
|
21
|
+
this.elementRef = inject(ElementRef);
|
|
22
|
+
this.zone = inject(NgZone);
|
|
23
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
24
|
+
this._cva = inject(GenericControlValueAccessor);
|
|
25
|
+
this.cdr.detach();
|
|
26
|
+
this._cva.host = this;
|
|
27
|
+
}
|
|
28
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: SwitchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
29
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: SwitchComponent, isStandalone: true, selector: "ui5-switch", inputs: { design: "design", checked: ["checked", "checked", booleanAttribute], disabled: ["disabled", "disabled", booleanAttribute], textOn: "textOn", textOff: "textOff", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", tooltip: "tooltip", required: ["required", "required", booleanAttribute], name: "name", value: "value" }, outputs: { ui5Change: "ui5Change" }, host: { listeners: { "change": "_cva?.onChange?.(cvaValue);" } }, exportAs: ["ui5Switch"], hostDirectives: [{ directive: i1.GenericControlValueAccessor }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
30
|
+
};
|
|
31
|
+
SwitchComponent = __decorate([
|
|
32
|
+
ProxyInputs([
|
|
33
|
+
'design',
|
|
34
|
+
'checked',
|
|
35
|
+
'disabled',
|
|
36
|
+
'textOn',
|
|
37
|
+
'textOff',
|
|
38
|
+
'accessibleName',
|
|
39
|
+
'accessibleNameRef',
|
|
40
|
+
'tooltip',
|
|
41
|
+
'required',
|
|
42
|
+
'name',
|
|
43
|
+
'value',
|
|
44
|
+
]),
|
|
45
|
+
ProxyOutputs(['change: ui5Change']),
|
|
46
|
+
__metadata("design:paramtypes", [])
|
|
47
|
+
], SwitchComponent);
|
|
48
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: SwitchComponent, decorators: [{
|
|
49
|
+
type: Component,
|
|
50
|
+
args: [{
|
|
51
|
+
standalone: true,
|
|
52
|
+
selector: 'ui5-switch',
|
|
53
|
+
template: '<ng-content></ng-content>',
|
|
54
|
+
inputs: [
|
|
55
|
+
'design',
|
|
56
|
+
'checked',
|
|
57
|
+
'disabled',
|
|
58
|
+
'textOn',
|
|
59
|
+
'textOff',
|
|
60
|
+
'accessibleName',
|
|
61
|
+
'accessibleNameRef',
|
|
62
|
+
'tooltip',
|
|
63
|
+
'required',
|
|
64
|
+
'name',
|
|
65
|
+
'value',
|
|
66
|
+
],
|
|
67
|
+
outputs: ['ui5Change'],
|
|
68
|
+
exportAs: 'ui5Switch',
|
|
69
|
+
hostDirectives: [GenericControlValueAccessor],
|
|
70
|
+
host: { '(change)': '_cva?.onChange?.(cvaValue);' },
|
|
71
|
+
}]
|
|
72
|
+
}], ctorParameters: () => [], propDecorators: { checked: [{
|
|
73
|
+
type: Input,
|
|
74
|
+
args: [{ transform: booleanAttribute }]
|
|
75
|
+
}], disabled: [{
|
|
76
|
+
type: Input,
|
|
77
|
+
args: [{ transform: booleanAttribute }]
|
|
78
|
+
}], required: [{
|
|
79
|
+
type: Input,
|
|
80
|
+
args: [{ transform: booleanAttribute }]
|
|
81
|
+
}] } });
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* Generated bundle index. Do not edit.
|
|
85
|
+
*/
|
|
86
|
+
|
|
87
|
+
export { SwitchComponent };
|
|
88
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-main-switch.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-switch.mjs","sources":["../../../../libs/ui5-angular/main/switch/index.ts","../../../../libs/ui5-angular/main/switch/ui5-webcomponents-ngx-main-switch.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 { GenericControlValueAccessor } from '@ui5/webcomponents-ngx/generic-cva';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Switch.js';\nimport Switch from '@ui5/webcomponents/dist/Switch.js';\n@ProxyInputs([\n 'design',\n 'checked',\n 'disabled',\n 'textOn',\n 'textOff',\n 'accessibleName',\n 'accessibleNameRef',\n 'tooltip',\n 'required',\n 'name',\n 'value',\n])\n@ProxyOutputs(['change: ui5Change'])\n@Component({\n standalone: true,\n selector: 'ui5-switch',\n template: '<ng-content></ng-content>',\n inputs: [\n 'design',\n 'checked',\n 'disabled',\n 'textOn',\n 'textOff',\n 'accessibleName',\n 'accessibleNameRef',\n 'tooltip',\n 'required',\n 'name',\n 'value',\n ],\n outputs: ['ui5Change'],\n exportAs: 'ui5Switch',\n hostDirectives: [GenericControlValueAccessor],\n host: { '(change)': '_cva?.onChange?.(cvaValue);' },\n})\nclass SwitchComponent {\n /**\n Defines the component design.\n\n**Note:** If `Graphical` type is set,\npositive and negative icons will replace the `textOn` and `textOff`.\n */\n design!: 'Textual' | 'Graphical';\n /**\n Defines if the component is checked.\n\n**Note:** The property can be changed with user interaction,\neither by cliking the component, or by pressing the `Enter` or `Space` key.\n */\n @InputDecorator({ transform: booleanAttribute })\n checked!: boolean;\n /**\n Defines whether the component is disabled.\n\n**Note:** A disabled component is noninteractive.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the text, displayed when the component is checked.\n\n**Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off).\n */\n textOn!: string | undefined;\n /**\n Defines the text, displayed when the component is not checked.\n\n**Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off).\n */\n textOff!: string | undefined;\n /**\n Sets the accessible ARIA name of the component.\n\n**Note**: We recommend that you set an accessibleNameRef pointing to an external label or at least an `accessibleName`.\nProviding an `accessibleNameRef` or an `accessibleName` is mandatory in the cases when `textOn` and `textOff` properties aren't set.\n */\n accessibleName!: string | undefined;\n /**\n Receives id(or many ids) of the elements that label the component.\n\n**Note**: We recommend that you set an accessibleNameRef pointing to an external label or at least an `accessibleName`.\nProviding an `accessibleNameRef` or an `accessibleName` is mandatory in the cases when `textOn` and `textOff` properties aren't set.\n */\n accessibleNameRef!: string | undefined;\n /**\n Defines the tooltip of the component.\n\n**Note:** If applicable an external label reference should always be the preferred option to provide context to the `ui5-switch` component over a tooltip.\n */\n tooltip!: string | undefined;\n /**\n Defines whether the component is required.\n */\n @InputDecorator({ transform: booleanAttribute })\n required!: boolean;\n /**\n Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n */\n name!: string | undefined;\n /**\n Defines the form value of the component.\n */\n value!: string;\n\n /**\n Fired when the component checked state changes.\n */\n ui5Change!: EventEmitter<void>;\n\n private elementRef: ElementRef<Switch> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n protected _cva = inject(GenericControlValueAccessor);\n\n get element(): Switch {\n return this.elementRef.nativeElement;\n }\n\n set cvaValue(val) {\n this.element.checked = val;\n this.cdr.detectChanges();\n }\n get cvaValue() {\n return this.element.checked;\n }\n\n constructor() {\n this.cdr.detach();\n this._cva.host = this;\n }\n}\nexport { SwitchComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;;;AAcA,IAoCM,eAAe,GApCrB,MAoCM,eAAe,CAAA;AAiFnB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;IAGtC,IAAI,QAAQ,CAAC,GAAG,EAAA;AACd,QAAA,IAAI,CAAC,OAAO,CAAC,OAAO,GAAG,GAAG;AAC1B,QAAA,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE;;AAE1B,IAAA,IAAI,QAAQ,GAAA;AACV,QAAA,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO;;AAG7B,IAAA,WAAA,GAAA;AAjBQ,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;AAC7B,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,2BAA2B,CAAC;AAelD,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;AACjB,QAAA,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG,IAAI;;8GA/FnB,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,eAAe,0GAcU,gBAAgB,CAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAOhB,gBAAgB,CAAA,EAAA,MAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAqChB,gBAAgB,4PA7EnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAmBjC,eAAe,GAAA,UAAA,CAAA;AApCpB,IAAA,WAAW,CAAC;QACX,QAAQ;QACR,SAAS;QACT,UAAU;QACV,QAAQ;QACR,SAAS;QACT,gBAAgB;QAChB,mBAAmB;QACnB,SAAS;QACT,UAAU;QACV,MAAM;QACN,OAAO;KACR,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAAC;;AAuB9B,CAAA,EAAA,eAAe,CAiGpB;2FAjGK,eAAe,EAAA,UAAA,EAAA,CAAA;kBAtBpB,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,QAAQ;wBACR,SAAS;wBACT,UAAU;wBACV,QAAQ;wBACR,SAAS;wBACT,gBAAgB;wBAChB,mBAAmB;wBACnB,SAAS;wBACT,UAAU;wBACV,MAAM;wBACN,OAAO;AACR,qBAAA;oBACD,OAAO,EAAE,CAAC,WAAW,CAAC;AACtB,oBAAA,QAAQ,EAAE,WAAW;oBACrB,cAAc,EAAE,CAAC,2BAA2B,CAAC;AAC7C,oBAAA,IAAI,EAAE,EAAE,UAAU,EAAE,6BAA6B,EAAE;AACpD,iBAAA;;sBAeEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAO9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAqC9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC5GjD;;AAEG;;;;"}
|
|
@@ -0,0 +1,66 @@
|
|
|
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 { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
|
|
5
|
+
import '@ui5/webcomponents/dist/TabContainer.js';
|
|
6
|
+
|
|
7
|
+
let TabContainerComponent = class TabContainerComponent {
|
|
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: TabContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: TabContainerComponent, isStandalone: true, selector: "ui5-tabcontainer", inputs: { collapsed: ["collapsed", "collapsed", booleanAttribute], tabLayout: "tabLayout", overflowMode: "overflowMode", headerBackgroundDesign: "headerBackgroundDesign", contentBackgroundDesign: "contentBackgroundDesign", noAutoSelection: ["noAutoSelection", "noAutoSelection", booleanAttribute] }, outputs: { ui5TabSelect: "ui5TabSelect", ui5MoveOver: "ui5MoveOver", ui5Move: "ui5Move" }, exportAs: ["ui5Tabcontainer"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
TabContainerComponent = __decorate([
|
|
21
|
+
ProxyInputs([
|
|
22
|
+
'collapsed',
|
|
23
|
+
'tabLayout',
|
|
24
|
+
'overflowMode',
|
|
25
|
+
'headerBackgroundDesign',
|
|
26
|
+
'contentBackgroundDesign',
|
|
27
|
+
'noAutoSelection',
|
|
28
|
+
]),
|
|
29
|
+
ProxyOutputs([
|
|
30
|
+
'tab-select: ui5TabSelect',
|
|
31
|
+
'move-over: ui5MoveOver',
|
|
32
|
+
'move: ui5Move',
|
|
33
|
+
]),
|
|
34
|
+
__metadata("design:paramtypes", [])
|
|
35
|
+
], TabContainerComponent);
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: TabContainerComponent, decorators: [{
|
|
37
|
+
type: Component,
|
|
38
|
+
args: [{
|
|
39
|
+
standalone: true,
|
|
40
|
+
selector: 'ui5-tabcontainer',
|
|
41
|
+
template: '<ng-content></ng-content>',
|
|
42
|
+
inputs: [
|
|
43
|
+
'collapsed',
|
|
44
|
+
'tabLayout',
|
|
45
|
+
'overflowMode',
|
|
46
|
+
'headerBackgroundDesign',
|
|
47
|
+
'contentBackgroundDesign',
|
|
48
|
+
'noAutoSelection',
|
|
49
|
+
],
|
|
50
|
+
outputs: ['ui5TabSelect', 'ui5MoveOver', 'ui5Move'],
|
|
51
|
+
exportAs: 'ui5Tabcontainer',
|
|
52
|
+
}]
|
|
53
|
+
}], ctorParameters: () => [], propDecorators: { collapsed: [{
|
|
54
|
+
type: Input,
|
|
55
|
+
args: [{ transform: booleanAttribute }]
|
|
56
|
+
}], noAutoSelection: [{
|
|
57
|
+
type: Input,
|
|
58
|
+
args: [{ transform: booleanAttribute }]
|
|
59
|
+
}] } });
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Generated bundle index. Do not edit.
|
|
63
|
+
*/
|
|
64
|
+
|
|
65
|
+
export { TabContainerComponent };
|
|
66
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-main-tab-container.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-tab-container.mjs","sources":["../../../../libs/ui5-angular/main/tab-container/index.ts","../../../../libs/ui5-angular/main/tab-container/ui5-webcomponents-ngx-main-tab-container.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 { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/TabContainer.js';\nimport {\n default as TabContainer,\n TabContainerMoveEventDetail,\n TabContainerTabSelectEventDetail,\n} from '@ui5/webcomponents/dist/TabContainer.js';\n@ProxyInputs([\n 'collapsed',\n 'tabLayout',\n 'overflowMode',\n 'headerBackgroundDesign',\n 'contentBackgroundDesign',\n 'noAutoSelection',\n])\n@ProxyOutputs([\n 'tab-select: ui5TabSelect',\n 'move-over: ui5MoveOver',\n 'move: ui5Move',\n])\n@Component({\n standalone: true,\n selector: 'ui5-tabcontainer',\n template: '<ng-content></ng-content>',\n inputs: [\n 'collapsed',\n 'tabLayout',\n 'overflowMode',\n 'headerBackgroundDesign',\n 'contentBackgroundDesign',\n 'noAutoSelection',\n ],\n outputs: ['ui5TabSelect', 'ui5MoveOver', 'ui5Move'],\n exportAs: 'ui5Tabcontainer',\n})\nclass TabContainerComponent {\n /**\n Defines whether the tab content is collapsed.\n */\n @InputDecorator({ transform: booleanAttribute })\n collapsed!: boolean;\n /**\n Defines the alignment of the content and the `additionalText` of a tab.\n\n**Note:**\nThe content and the `additionalText` would be displayed vertically by default,\nbut when set to `Inline`, they would be displayed horizontally.\n */\n tabLayout!: 'Inline' | 'Standard';\n /**\n Defines the overflow mode of the header (the tab strip). If you have a large number of tabs, only the tabs that can fit on screen will be visible.\nAll other tabs that can 't fit on the screen are available in an overflow tab \"More\".\n\n**Note:**\nOnly one overflow at the end would be displayed by default,\nbut when set to `StartAndEnd`, there will be two overflows on both ends, and tab order will not change on tab selection.\n */\n overflowMode!: 'End' | 'StartAndEnd';\n /**\n Sets the background color of the Tab Container's header as `Solid`, `Transparent`, or `Translucent`.\n */\n headerBackgroundDesign!: 'Solid' | 'Transparent' | 'Translucent';\n /**\n Sets the background color of the Tab Container's content as `Solid`, `Transparent`, or `Translucent`.\n */\n contentBackgroundDesign!: 'Solid' | 'Transparent' | 'Translucent';\n /**\n Defines if automatic tab selection is deactivated.\n\n**Note:** By default, if none of the child tabs have the `selected` property set, the first tab will be automatically selected.\nSetting this property to `true` allows preventing this behavior.\n */\n @InputDecorator({ transform: booleanAttribute })\n noAutoSelection!: boolean;\n\n /**\n Fired when a tab is selected.\n */\n ui5TabSelect!: EventEmitter<TabContainerTabSelectEventDetail>;\n /**\n Fired when element is being moved over the tab container.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n */\n ui5MoveOver!: EventEmitter<TabContainerMoveEventDetail>;\n /**\n Fired when element is moved to the tab container.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n */\n ui5Move!: EventEmitter<TabContainerMoveEventDetail>;\n\n private elementRef: ElementRef<TabContainer> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): TabContainer {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TabContainerComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAiBA,IA4BM,qBAAqB,GA5B3B,MA4BM,qBAAqB,CAAA;AA6DzB,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;;8GAlEf,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,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,MAAA,EAAA,EAAA,SAAA,EAAA,CAAA,WAAA,EAAA,WAAA,EAII,gBAAgB,CAAA,EAAA,SAAA,EAAA,WAAA,EAAA,YAAA,EAAA,cAAA,EAAA,sBAAA,EAAA,wBAAA,EAAA,uBAAA,EAAA,yBAAA,EAAA,eAAA,EAAA,CAAA,iBAAA,EAAA,iBAAA,EAiChB,gBAAgB,uJAjDnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAYjC,qBAAqB,GAAA,UAAA,CAAA;AA5B1B,IAAA,WAAW,CAAC;QACX,WAAW;QACX,WAAW;QACX,cAAc;QACd,wBAAwB;QACxB,yBAAyB;QACzB,iBAAiB;KAClB,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,0BAA0B;QAC1B,wBAAwB;QACxB,eAAe;KAChB,CAAC;;AAgBI,CAAA,EAAA,qBAAqB,CAoE1B;2FApEK,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAf1B,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;wBACN,WAAW;wBACX,WAAW;wBACX,cAAc;wBACd,wBAAwB;wBACxB,yBAAyB;wBACzB,iBAAiB;AAClB,qBAAA;AACD,oBAAA,OAAO,EAAE,CAAC,cAAc,EAAE,aAAa,EAAE,SAAS,CAAC;AACnD,oBAAA,QAAQ,EAAE,iBAAiB;AAC5B,iBAAA;;sBAKEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAiC9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AClFjD;;AAEG;;;;"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { inject, ElementRef, NgZone, ChangeDetectorRef, Component } from '@angular/core';
|
|
3
|
+
import '@ui5/webcomponents/dist/TabSeparator.js';
|
|
4
|
+
|
|
5
|
+
class TabSeparatorComponent {
|
|
6
|
+
get element() {
|
|
7
|
+
return this.elementRef.nativeElement;
|
|
8
|
+
}
|
|
9
|
+
constructor() {
|
|
10
|
+
this.elementRef = inject(ElementRef);
|
|
11
|
+
this.zone = inject(NgZone);
|
|
12
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
13
|
+
this.cdr.detach();
|
|
14
|
+
}
|
|
15
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: TabSeparatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
16
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: TabSeparatorComponent, isStandalone: true, selector: "ui5-tab-separator", exportAs: ["ui5TabSeparator"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
17
|
+
}
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: TabSeparatorComponent, decorators: [{
|
|
19
|
+
type: Component,
|
|
20
|
+
args: [{
|
|
21
|
+
standalone: true,
|
|
22
|
+
selector: 'ui5-tab-separator',
|
|
23
|
+
template: '<ng-content></ng-content>',
|
|
24
|
+
exportAs: 'ui5TabSeparator',
|
|
25
|
+
}]
|
|
26
|
+
}], ctorParameters: () => [] });
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Generated bundle index. Do not edit.
|
|
30
|
+
*/
|
|
31
|
+
|
|
32
|
+
export { TabSeparatorComponent };
|
|
33
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-main-tab-separator.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-tab-separator.mjs","sources":["../../../../libs/ui5-angular/main/tab-separator/index.ts","../../../../libs/ui5-angular/main/tab-separator/ui5-webcomponents-ngx-main-tab-separator.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents/dist/TabSeparator.js';\nimport TabSeparator from '@ui5/webcomponents/dist/TabSeparator.js';\n\n@Component({\n standalone: true,\n selector: 'ui5-tab-separator',\n template: '<ng-content></ng-content>',\n exportAs: 'ui5TabSeparator',\n})\nclass TabSeparatorComponent {\n private elementRef: ElementRef<TabSeparator> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): TabSeparator {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TabSeparatorComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AAUA,MAMM,qBAAqB,CAAA;AAKzB,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;;8GAVf,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,4GAHf,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;2FAGjC,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAN1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,mBAAmB;AAC7B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,QAAQ,EAAE,iBAAiB;AAC5B,iBAAA;;;ACfD;;AAEG;;;;"}
|
|
@@ -0,0 +1,65 @@
|
|
|
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 { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
|
|
5
|
+
import '@ui5/webcomponents/dist/Tab.js';
|
|
6
|
+
|
|
7
|
+
let TabComponent = class TabComponent {
|
|
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: TabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: TabComponent, isStandalone: true, selector: "ui5-tab", inputs: { text: "text", disabled: ["disabled", "disabled", booleanAttribute], additionalText: "additionalText", icon: "icon", design: "design", selected: ["selected", "selected", booleanAttribute], movable: ["movable", "movable", booleanAttribute] }, exportAs: ["ui5Tab"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
TabComponent = __decorate([
|
|
21
|
+
ProxyInputs([
|
|
22
|
+
'text',
|
|
23
|
+
'disabled',
|
|
24
|
+
'additionalText',
|
|
25
|
+
'icon',
|
|
26
|
+
'design',
|
|
27
|
+
'selected',
|
|
28
|
+
'movable',
|
|
29
|
+
]),
|
|
30
|
+
__metadata("design:paramtypes", [])
|
|
31
|
+
], TabComponent);
|
|
32
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: TabComponent, decorators: [{
|
|
33
|
+
type: Component,
|
|
34
|
+
args: [{
|
|
35
|
+
standalone: true,
|
|
36
|
+
selector: 'ui5-tab',
|
|
37
|
+
template: '<ng-content></ng-content>',
|
|
38
|
+
inputs: [
|
|
39
|
+
'text',
|
|
40
|
+
'disabled',
|
|
41
|
+
'additionalText',
|
|
42
|
+
'icon',
|
|
43
|
+
'design',
|
|
44
|
+
'selected',
|
|
45
|
+
'movable',
|
|
46
|
+
],
|
|
47
|
+
exportAs: 'ui5Tab',
|
|
48
|
+
}]
|
|
49
|
+
}], ctorParameters: () => [], propDecorators: { disabled: [{
|
|
50
|
+
type: Input,
|
|
51
|
+
args: [{ transform: booleanAttribute }]
|
|
52
|
+
}], selected: [{
|
|
53
|
+
type: Input,
|
|
54
|
+
args: [{ transform: booleanAttribute }]
|
|
55
|
+
}], movable: [{
|
|
56
|
+
type: Input,
|
|
57
|
+
args: [{ transform: booleanAttribute }]
|
|
58
|
+
}] } });
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Generated bundle index. Do not edit.
|
|
62
|
+
*/
|
|
63
|
+
|
|
64
|
+
export { TabComponent };
|
|
65
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-main-tab.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-tab.mjs","sources":["../../../../libs/ui5-angular/main/tab/index.ts","../../../../libs/ui5-angular/main/tab/ui5-webcomponents-ngx-main-tab.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Tab.js';\nimport Tab from '@ui5/webcomponents/dist/Tab.js';\n@ProxyInputs([\n 'text',\n 'disabled',\n 'additionalText',\n 'icon',\n 'design',\n 'selected',\n 'movable',\n])\n@Component({\n standalone: true,\n selector: 'ui5-tab',\n template: '<ng-content></ng-content>',\n inputs: [\n 'text',\n 'disabled',\n 'additionalText',\n 'icon',\n 'design',\n 'selected',\n 'movable',\n ],\n exportAs: 'ui5Tab',\n})\nclass TabComponent {\n /**\n The text to be displayed for the item.\n */\n text!: string | undefined;\n /**\n Disabled tabs can't be selected.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Represents the \"additionalText\" text, which is displayed in the tab. In the cases when in the same time there are tabs with icons and tabs without icons, if a tab has no icon the \"additionalText\" is displayed larger.\n */\n additionalText!: string | undefined;\n /**\n Defines the icon source URI to be displayed as graphical element within the component.\nThe SAP-icons font provides numerous built-in icons.\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string | undefined;\n /**\n Defines the component's design color.\n\nThe design is applied to:\n\n- the component icon\n- the `text` when the component overflows\n- the tab selection line\n\nAvailable designs are: `\"Default\"`, `\"Neutral\"`, `\"Positive\"`, `\"Critical\"` and `\"Negative\"`.\n\n**Note:** The design depends on the current theme.\n */\n design!: 'Default' | 'Positive' | 'Negative' | 'Critical' | 'Neutral';\n /**\n Specifies if the component is selected.\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n /**\n Defines if the tab is movable.\n */\n @InputDecorator({ transform: booleanAttribute })\n movable!: boolean;\n\n private elementRef: ElementRef<Tab> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Tab {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TabComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAYA,IAwBM,YAAY,GAxBlB,MAwBM,YAAY,CAAA;AAiDhB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAoB,MAAM,CAAC,UAAU,CAAC;AAChD,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;;8GAtDf,YAAY,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAZ,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAY,sGAQa,gBAAgB,CAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,IAAA,EAAA,MAAA,EAAA,MAAA,EAAA,QAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EA6BhB,gBAAgB,CAAA,EAAA,OAAA,EAAA,CAAA,SAAA,EAAA,SAAA,EAKhB,gBAAgB,mDAtDnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAYjC,YAAY,GAAA,UAAA,CAAA;AAxBjB,IAAA,WAAW,CAAC;QACX,MAAM;QACN,UAAU;QACV,gBAAgB;QAChB,MAAM;QACN,QAAQ;QACR,UAAU;QACV,SAAS;KACV,CAAC;;AAgBI,CAAA,EAAA,YAAY,CAwDjB;2FAxDK,YAAY,EAAA,UAAA,EAAA,CAAA;kBAfjB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,SAAS;AACnB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,MAAM;wBACN,UAAU;wBACV,gBAAgB;wBAChB,MAAM;wBACN,QAAQ;wBACR,UAAU;wBACV,SAAS;AACV,qBAAA;AACD,oBAAA,QAAQ,EAAE,QAAQ;AACnB,iBAAA;;sBASEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBA6B9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAK9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC9EjD;;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 { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
|
|
5
|
+
import '@ui5/webcomponents/dist/TableCell.js';
|
|
6
|
+
|
|
7
|
+
let TableCellComponent = class TableCellComponent {
|
|
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: TableCellComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: TableCellComponent, isStandalone: true, selector: "ui5-table-cell", inputs: { horizontalAlign: "horizontalAlign" }, exportAs: ["ui5TableCell"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
TableCellComponent = __decorate([
|
|
21
|
+
ProxyInputs(['horizontalAlign']),
|
|
22
|
+
__metadata("design:paramtypes", [])
|
|
23
|
+
], TableCellComponent);
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: TableCellComponent, decorators: [{
|
|
25
|
+
type: Component,
|
|
26
|
+
args: [{
|
|
27
|
+
standalone: true,
|
|
28
|
+
selector: 'ui5-table-cell',
|
|
29
|
+
template: '<ng-content></ng-content>',
|
|
30
|
+
inputs: ['horizontalAlign'],
|
|
31
|
+
exportAs: 'ui5TableCell',
|
|
32
|
+
}]
|
|
33
|
+
}], ctorParameters: () => [] });
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* Generated bundle index. Do not edit.
|
|
37
|
+
*/
|
|
38
|
+
|
|
39
|
+
export { TableCellComponent };
|
|
40
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-main-table-cell.mjs.map
|