@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,86 @@
|
|
|
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/ToggleButton.js';
|
|
6
|
+
|
|
7
|
+
let ToggleButtonComponent = class ToggleButtonComponent {
|
|
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: ToggleButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: ToggleButtonComponent, isStandalone: true, selector: "ui5-toggle-button", inputs: { design: "design", disabled: ["disabled", "disabled", booleanAttribute], icon: "icon", endIcon: "endIcon", submits: ["submits", "submits", booleanAttribute], tooltip: "tooltip", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", accessibilityAttributes: "accessibilityAttributes", accessibleDescription: "accessibleDescription", type: "type", accessibleRole: "accessibleRole", loading: ["loading", "loading", booleanAttribute], loadingDelay: "loadingDelay", pressed: ["pressed", "pressed", booleanAttribute] }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5ToggleButton"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
ToggleButtonComponent = __decorate([
|
|
21
|
+
ProxyInputs([
|
|
22
|
+
'design',
|
|
23
|
+
'disabled',
|
|
24
|
+
'icon',
|
|
25
|
+
'endIcon',
|
|
26
|
+
'submits',
|
|
27
|
+
'tooltip',
|
|
28
|
+
'accessibleName',
|
|
29
|
+
'accessibleNameRef',
|
|
30
|
+
'accessibilityAttributes',
|
|
31
|
+
'accessibleDescription',
|
|
32
|
+
'type',
|
|
33
|
+
'accessibleRole',
|
|
34
|
+
'loading',
|
|
35
|
+
'loadingDelay',
|
|
36
|
+
'pressed',
|
|
37
|
+
]),
|
|
38
|
+
ProxyOutputs(['click: ui5Click']),
|
|
39
|
+
__metadata("design:paramtypes", [])
|
|
40
|
+
], ToggleButtonComponent);
|
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: ToggleButtonComponent, decorators: [{
|
|
42
|
+
type: Component,
|
|
43
|
+
args: [{
|
|
44
|
+
standalone: true,
|
|
45
|
+
selector: 'ui5-toggle-button',
|
|
46
|
+
template: '<ng-content></ng-content>',
|
|
47
|
+
inputs: [
|
|
48
|
+
'design',
|
|
49
|
+
'disabled',
|
|
50
|
+
'icon',
|
|
51
|
+
'endIcon',
|
|
52
|
+
'submits',
|
|
53
|
+
'tooltip',
|
|
54
|
+
'accessibleName',
|
|
55
|
+
'accessibleNameRef',
|
|
56
|
+
'accessibilityAttributes',
|
|
57
|
+
'accessibleDescription',
|
|
58
|
+
'type',
|
|
59
|
+
'accessibleRole',
|
|
60
|
+
'loading',
|
|
61
|
+
'loadingDelay',
|
|
62
|
+
'pressed',
|
|
63
|
+
],
|
|
64
|
+
outputs: ['ui5Click'],
|
|
65
|
+
exportAs: 'ui5ToggleButton',
|
|
66
|
+
}]
|
|
67
|
+
}], ctorParameters: () => [], propDecorators: { disabled: [{
|
|
68
|
+
type: Input,
|
|
69
|
+
args: [{ transform: booleanAttribute }]
|
|
70
|
+
}], submits: [{
|
|
71
|
+
type: Input,
|
|
72
|
+
args: [{ transform: booleanAttribute }]
|
|
73
|
+
}], loading: [{
|
|
74
|
+
type: Input,
|
|
75
|
+
args: [{ transform: booleanAttribute }]
|
|
76
|
+
}], pressed: [{
|
|
77
|
+
type: Input,
|
|
78
|
+
args: [{ transform: booleanAttribute }]
|
|
79
|
+
}] } });
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* Generated bundle index. Do not edit.
|
|
83
|
+
*/
|
|
84
|
+
|
|
85
|
+
export { ToggleButtonComponent };
|
|
86
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-main-toggle-button.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-toggle-button.mjs","sources":["../../../../libs/ui5-angular/main/toggle-button/index.ts","../../../../libs/ui5-angular/main/toggle-button/ui5-webcomponents-ngx-main-toggle-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 {\n ButtonAccessibilityAttributes,\n ButtonClickEventDetail,\n} from '@ui5/webcomponents/dist/Button.js';\nimport '@ui5/webcomponents/dist/ToggleButton.js';\nimport ToggleButton from '@ui5/webcomponents/dist/ToggleButton.js';\n@ProxyInputs([\n 'design',\n 'disabled',\n 'icon',\n 'endIcon',\n 'submits',\n 'tooltip',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibilityAttributes',\n 'accessibleDescription',\n 'type',\n 'accessibleRole',\n 'loading',\n 'loadingDelay',\n 'pressed',\n])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-toggle-button',\n template: '<ng-content></ng-content>',\n inputs: [\n 'design',\n 'disabled',\n 'icon',\n 'endIcon',\n 'submits',\n 'tooltip',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibilityAttributes',\n 'accessibleDescription',\n 'type',\n 'accessibleRole',\n 'loading',\n 'loadingDelay',\n 'pressed',\n ],\n outputs: ['ui5Click'],\n exportAs: 'ui5ToggleButton',\n})\nclass ToggleButtonComponent {\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 icon, displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within 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 icon, displayed as graphical element within the component after the button text.\n\n**Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.\nUsage of `endIcon` only should be avoided.\n\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n endIcon!: string | undefined;\n /**\n When set to `true`, the component will\nautomatically submit the nearest HTML form element on `press`.\n\n**Note:** This property is only applicable within the context of an HTML Form element.`\n */\n @InputDecorator({ transform: booleanAttribute })\n submits!: boolean;\n /**\n Defines the tooltip of the component.\n\n**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.\n */\n tooltip!: string | undefined;\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 Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **ariaLabel**: Defines the accessible ARIA name of the component.\nAccepts any string value.\n\n - **ariaKeyShortcuts**: Defines keyboard shortcuts that activate or give focus to the button.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.\n */\n accessibilityAttributes!: ButtonAccessibilityAttributes;\n /**\n Defines the accessible description of the component.\n */\n accessibleDescription!: string | undefined;\n /**\n Defines whether the button has special form-related functionality.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n */\n type!: 'Button' | 'Submit' | 'Reset';\n /**\n Describes the accessibility role of the button.\n\n**Note:** Use <code>ButtonAccessibleRole.Link</code> role only with a press handler, which performs a navigation. In all other scenarios the default button semantics are recommended.\n */\n accessibleRole!: 'Button' | 'Link';\n /**\n Defines whether the button shows a loading indicator.\n\n**Note:** If set to `true`, a busy indicator component will be displayed on the related button.\n */\n @InputDecorator({ transform: booleanAttribute })\n loading!: boolean;\n /**\n Specifies the delay in milliseconds before the loading indicator appears within the associated button.\n */\n loadingDelay!: number;\n /**\n Determines whether the component is displayed as pressed.\n */\n @InputDecorator({ transform: booleanAttribute })\n pressed!: boolean;\n\n /**\n Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n */\n ui5Click!: EventEmitter<ButtonClickEventDetail>;\n\n private elementRef: ElementRef<ToggleButton> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ToggleButton {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ToggleButtonComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAiBA,IA0CM,qBAAqB,GA1C3B,MA0CM,qBAAqB,CAAA;AA2HzB,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;;8GAhIf,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAArB,qBAAqB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,MAAA,EAAA,EAAA,MAAA,EAAA,QAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAgBI,gBAAgB,CAAA,EAAA,IAAA,EAAA,MAAA,EAAA,OAAA,EAAA,SAAA,EAAA,OAAA,EAAA,CAAA,SAAA,EAAA,SAAA,EA4BhB,gBAAgB,qRAwDhB,gBAAgB,CAAA,EAAA,YAAA,EAAA,cAAA,EAAA,OAAA,EAAA,CAAA,SAAA,EAAA,SAAA,EAShB,gBAAgB,CAAA,EAAA,EAAA,OAAA,EAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,CAAA,iBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAlInC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAqBjC,qBAAqB,GAAA,UAAA,CAAA;AA1C1B,IAAA,WAAW,CAAC;QACX,QAAQ;QACR,UAAU;QACV,MAAM;QACN,SAAS;QACT,SAAS;QACT,SAAS;QACT,gBAAgB;QAChB,mBAAmB;QACnB,yBAAyB;QACzB,uBAAuB;QACvB,MAAM;QACN,gBAAgB;QAChB,SAAS;QACT,cAAc;QACd,SAAS;KACV,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAyB5B,CAAA,EAAA,qBAAqB,CAkI1B;2FAlIK,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAxB1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,mBAAmB;AAC7B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,QAAQ;wBACR,UAAU;wBACV,MAAM;wBACN,SAAS;wBACT,SAAS;wBACT,SAAS;wBACT,gBAAgB;wBAChB,mBAAmB;wBACnB,yBAAyB;wBACzB,uBAAuB;wBACvB,MAAM;wBACN,gBAAgB;wBAChB,SAAS;wBACT,cAAc;wBACd,SAAS;AACV,qBAAA;oBACD,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,iBAAiB;AAC5B,iBAAA;;sBAiBEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBA4B9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAwD9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAS9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACxKjD;;AAEG;;;;"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { __decorate, __metadata } from 'tslib';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { inject, ElementRef, NgZone, ChangeDetectorRef, booleanAttribute, Input, Component } from '@angular/core';
|
|
4
|
+
import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
|
|
5
|
+
import '@ui5/webcomponents/dist/Token.js';
|
|
6
|
+
|
|
7
|
+
let TokenComponent = class TokenComponent {
|
|
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: TokenComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: TokenComponent, isStandalone: true, selector: "ui5-token", inputs: { text: "text", selected: ["selected", "selected", booleanAttribute] }, exportAs: ["ui5Token"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
TokenComponent = __decorate([
|
|
21
|
+
ProxyInputs(['text', 'selected']),
|
|
22
|
+
__metadata("design:paramtypes", [])
|
|
23
|
+
], TokenComponent);
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: TokenComponent, decorators: [{
|
|
25
|
+
type: Component,
|
|
26
|
+
args: [{
|
|
27
|
+
standalone: true,
|
|
28
|
+
selector: 'ui5-token',
|
|
29
|
+
template: '<ng-content></ng-content>',
|
|
30
|
+
inputs: ['text', 'selected'],
|
|
31
|
+
exportAs: 'ui5Token',
|
|
32
|
+
}]
|
|
33
|
+
}], ctorParameters: () => [], propDecorators: { selected: [{
|
|
34
|
+
type: Input,
|
|
35
|
+
args: [{ transform: booleanAttribute }]
|
|
36
|
+
}] } });
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Generated bundle index. Do not edit.
|
|
40
|
+
*/
|
|
41
|
+
|
|
42
|
+
export { TokenComponent };
|
|
43
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-main-token.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-token.mjs","sources":["../../../../libs/ui5-angular/main/token/index.ts","../../../../libs/ui5-angular/main/token/ui5-webcomponents-ngx-main-token.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/Token.js';\nimport Token from '@ui5/webcomponents/dist/Token.js';\n@ProxyInputs(['text', 'selected'])\n@Component({\n standalone: true,\n selector: 'ui5-token',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'selected'],\n exportAs: 'ui5Token',\n})\nclass TokenComponent {\n /**\n Defines the text of the token.\n */\n text!: string | undefined;\n /**\n Defines whether the component is selected or not.\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n\n private elementRef: ElementRef<Token> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Token {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TokenComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAYA,IAQM,cAAc,GARpB,MAQM,cAAc,CAAA;AAelB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAsB,MAAM,CAAC,UAAU,CAAC;AAClD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GApBf,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAd,cAAc,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAQW,gBAAgB,CAAA,EAAA,EAAA,QAAA,EAAA,CAAA,UAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAZnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,cAAc,GAAA,UAAA,CAAA;AARnB,IAAA,WAAW,CAAC,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;;AAQ5B,CAAA,EAAA,cAAc,CAsBnB;2FAtBK,cAAc,EAAA,UAAA,EAAA,CAAA;kBAPnB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,WAAW;AACrB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,MAAM,EAAE,UAAU,CAAC;AAC5B,oBAAA,QAAQ,EAAE,UAAU;AACrB,iBAAA;;sBASEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC5BjD;;AAEG;;;;"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { __decorate, __metadata } from 'tslib';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { inject, ElementRef, NgZone, ChangeDetectorRef, booleanAttribute, Input, Component } from '@angular/core';
|
|
4
|
+
import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
|
|
5
|
+
import '@ui5/webcomponents/dist/Tokenizer.js';
|
|
6
|
+
|
|
7
|
+
let TokenizerComponent = class TokenizerComponent {
|
|
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: TokenizerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: TokenizerComponent, isStandalone: true, selector: "ui5-tokenizer", inputs: { readonly: ["readonly", "readonly", booleanAttribute], multiLine: ["multiLine", "multiLine", booleanAttribute], name: "name", showClearAll: ["showClearAll", "showClearAll", booleanAttribute], disabled: ["disabled", "disabled", booleanAttribute], accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef" }, outputs: { ui5TokenDelete: "ui5TokenDelete", ui5SelectionChange: "ui5SelectionChange" }, exportAs: ["ui5Tokenizer"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
TokenizerComponent = __decorate([
|
|
21
|
+
ProxyInputs([
|
|
22
|
+
'readonly',
|
|
23
|
+
'multiLine',
|
|
24
|
+
'name',
|
|
25
|
+
'showClearAll',
|
|
26
|
+
'disabled',
|
|
27
|
+
'accessibleName',
|
|
28
|
+
'accessibleNameRef',
|
|
29
|
+
]),
|
|
30
|
+
ProxyOutputs([
|
|
31
|
+
'token-delete: ui5TokenDelete',
|
|
32
|
+
'selection-change: ui5SelectionChange',
|
|
33
|
+
]),
|
|
34
|
+
__metadata("design:paramtypes", [])
|
|
35
|
+
], TokenizerComponent);
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: TokenizerComponent, decorators: [{
|
|
37
|
+
type: Component,
|
|
38
|
+
args: [{
|
|
39
|
+
standalone: true,
|
|
40
|
+
selector: 'ui5-tokenizer',
|
|
41
|
+
template: '<ng-content></ng-content>',
|
|
42
|
+
inputs: [
|
|
43
|
+
'readonly',
|
|
44
|
+
'multiLine',
|
|
45
|
+
'name',
|
|
46
|
+
'showClearAll',
|
|
47
|
+
'disabled',
|
|
48
|
+
'accessibleName',
|
|
49
|
+
'accessibleNameRef',
|
|
50
|
+
],
|
|
51
|
+
outputs: ['ui5TokenDelete', 'ui5SelectionChange'],
|
|
52
|
+
exportAs: 'ui5Tokenizer',
|
|
53
|
+
}]
|
|
54
|
+
}], ctorParameters: () => [], propDecorators: { readonly: [{
|
|
55
|
+
type: Input,
|
|
56
|
+
args: [{ transform: booleanAttribute }]
|
|
57
|
+
}], multiLine: [{
|
|
58
|
+
type: Input,
|
|
59
|
+
args: [{ transform: booleanAttribute }]
|
|
60
|
+
}], showClearAll: [{
|
|
61
|
+
type: Input,
|
|
62
|
+
args: [{ transform: booleanAttribute }]
|
|
63
|
+
}], disabled: [{
|
|
64
|
+
type: Input,
|
|
65
|
+
args: [{ transform: booleanAttribute }]
|
|
66
|
+
}] } });
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Generated bundle index. Do not edit.
|
|
70
|
+
*/
|
|
71
|
+
|
|
72
|
+
export { TokenizerComponent };
|
|
73
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-main-tokenizer.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-tokenizer.mjs","sources":["../../../../libs/ui5-angular/main/tokenizer/index.ts","../../../../libs/ui5-angular/main/tokenizer/ui5-webcomponents-ngx-main-tokenizer.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/Tokenizer.js';\nimport {\n default as Tokenizer,\n TokenizerSelectionChangeEventDetail,\n TokenizerTokenDeleteEventDetail,\n} from '@ui5/webcomponents/dist/Tokenizer.js';\n@ProxyInputs([\n 'readonly',\n 'multiLine',\n 'name',\n 'showClearAll',\n 'disabled',\n 'accessibleName',\n 'accessibleNameRef',\n])\n@ProxyOutputs([\n 'token-delete: ui5TokenDelete',\n 'selection-change: ui5SelectionChange',\n])\n@Component({\n standalone: true,\n selector: 'ui5-tokenizer',\n template: '<ng-content></ng-content>',\n inputs: [\n 'readonly',\n 'multiLine',\n 'name',\n 'showClearAll',\n 'disabled',\n 'accessibleName',\n 'accessibleNameRef',\n ],\n outputs: ['ui5TokenDelete', 'ui5SelectionChange'],\n exportAs: 'ui5Tokenizer',\n})\nclass TokenizerComponent {\n /**\n Defines whether the component is read-only.\n\n**Note:** A read-only component is not editable,\nbut still provides visual feedback upon user interaction.\n */\n @InputDecorator({ transform: booleanAttribute })\n readonly!: boolean;\n /**\n Defines whether tokens are displayed on multiple lines.\n\n**Note:** The `multiLine` property is in an experimental state and is a subject to change.\n */\n @InputDecorator({ transform: booleanAttribute })\n multiLine!: 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**Note:** When the component is used inside a form element,\nthe value is sent as the first element in the form data, even if it's empty.\n */\n name!: string | undefined;\n /**\n Defines whether \"Clear All\" button is present. Ensure `multiLine` is enabled, otherwise `showClearAll` will have no effect.\n\n**Note:** The `showClearAll` property is in an experimental state and is a subject to change.\n */\n @InputDecorator({ transform: booleanAttribute })\n showClearAll!: boolean;\n /**\n Defines whether the component is disabled.\n\n**Note:** A disabled component is completely noninteractive.\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 Receives id(or many ids) of the elements that label the component.\n */\n accessibleNameRef!: string | undefined;\n\n /**\n Fired when tokens are being deleted (delete icon, delete or backspace is pressed)\n */\n ui5TokenDelete!: EventEmitter<TokenizerTokenDeleteEventDetail>;\n /**\n Fired when token selection is changed by user interaction\n */\n ui5SelectionChange!: EventEmitter<TokenizerSelectionChangeEventDetail>;\n\n private elementRef: ElementRef<Tokenizer> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Tokenizer {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TokenizerComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAiBA,IA6BM,kBAAkB,GA7BxB,MA6BM,kBAAkB,CAAA;AA4DtB,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;;8GAjEf,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAlB,kBAAkB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAOO,gBAAgB,CAAA,EAAA,SAAA,EAAA,CAAA,WAAA,EAAA,WAAA,EAOhB,gBAAgB,gEAehB,gBAAgB,CAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAOhB,gBAAgB,CAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,EAAA,OAAA,EAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,kBAAA,EAAA,oBAAA,EAAA,EAAA,QAAA,EAAA,CAAA,cAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAjDnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAajC,kBAAkB,GAAA,UAAA,CAAA;AA7BvB,IAAA,WAAW,CAAC;QACX,UAAU;QACV,WAAW;QACX,MAAM;QACN,cAAc;QACd,UAAU;QACV,gBAAgB;QAChB,mBAAmB;KACpB,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,8BAA8B;QAC9B,sCAAsC;KACvC,CAAC;;AAiBI,CAAA,EAAA,kBAAkB,CAmEvB;2FAnEK,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAhBvB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,eAAe;AACzB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,UAAU;wBACV,WAAW;wBACX,MAAM;wBACN,cAAc;wBACd,UAAU;wBACV,gBAAgB;wBAChB,mBAAmB;AACpB,qBAAA;AACD,oBAAA,OAAO,EAAE,CAAC,gBAAgB,EAAE,oBAAoB,CAAC;AACjD,oBAAA,QAAQ,EAAE,cAAc;AACzB,iBAAA;;sBAQEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAO9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAe9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAO9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AClFjD;;AAEG;;;;"}
|
|
@@ -0,0 +1,79 @@
|
|
|
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/ToolbarButton.js';
|
|
6
|
+
|
|
7
|
+
let ToolbarButtonComponent = class ToolbarButtonComponent {
|
|
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: ToolbarButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: ToolbarButtonComponent, isStandalone: true, selector: "ui5-toolbar-button", inputs: { overflowPriority: "overflowPriority", preventOverflowClosing: ["preventOverflowClosing", "preventOverflowClosing", booleanAttribute], disabled: ["disabled", "disabled", booleanAttribute], design: "design", icon: "icon", endIcon: "endIcon", tooltip: "tooltip", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", accessibilityAttributes: "accessibilityAttributes", text: "text", showOverflowText: ["showOverflowText", "showOverflowText", booleanAttribute], width: "width" }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5ToolbarButton"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
ToolbarButtonComponent = __decorate([
|
|
21
|
+
ProxyInputs([
|
|
22
|
+
'overflowPriority',
|
|
23
|
+
'preventOverflowClosing',
|
|
24
|
+
'disabled',
|
|
25
|
+
'design',
|
|
26
|
+
'icon',
|
|
27
|
+
'endIcon',
|
|
28
|
+
'tooltip',
|
|
29
|
+
'accessibleName',
|
|
30
|
+
'accessibleNameRef',
|
|
31
|
+
'accessibilityAttributes',
|
|
32
|
+
'text',
|
|
33
|
+
'showOverflowText',
|
|
34
|
+
'width',
|
|
35
|
+
]),
|
|
36
|
+
ProxyOutputs(['click: ui5Click']),
|
|
37
|
+
__metadata("design:paramtypes", [])
|
|
38
|
+
], ToolbarButtonComponent);
|
|
39
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: ToolbarButtonComponent, decorators: [{
|
|
40
|
+
type: Component,
|
|
41
|
+
args: [{
|
|
42
|
+
standalone: true,
|
|
43
|
+
selector: 'ui5-toolbar-button',
|
|
44
|
+
template: '<ng-content></ng-content>',
|
|
45
|
+
inputs: [
|
|
46
|
+
'overflowPriority',
|
|
47
|
+
'preventOverflowClosing',
|
|
48
|
+
'disabled',
|
|
49
|
+
'design',
|
|
50
|
+
'icon',
|
|
51
|
+
'endIcon',
|
|
52
|
+
'tooltip',
|
|
53
|
+
'accessibleName',
|
|
54
|
+
'accessibleNameRef',
|
|
55
|
+
'accessibilityAttributes',
|
|
56
|
+
'text',
|
|
57
|
+
'showOverflowText',
|
|
58
|
+
'width',
|
|
59
|
+
],
|
|
60
|
+
outputs: ['ui5Click'],
|
|
61
|
+
exportAs: 'ui5ToolbarButton',
|
|
62
|
+
}]
|
|
63
|
+
}], ctorParameters: () => [], propDecorators: { preventOverflowClosing: [{
|
|
64
|
+
type: Input,
|
|
65
|
+
args: [{ transform: booleanAttribute }]
|
|
66
|
+
}], disabled: [{
|
|
67
|
+
type: Input,
|
|
68
|
+
args: [{ transform: booleanAttribute }]
|
|
69
|
+
}], showOverflowText: [{
|
|
70
|
+
type: Input,
|
|
71
|
+
args: [{ transform: booleanAttribute }]
|
|
72
|
+
}] } });
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Generated bundle index. Do not edit.
|
|
76
|
+
*/
|
|
77
|
+
|
|
78
|
+
export { ToolbarButtonComponent };
|
|
79
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-main-toolbar-button.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-toolbar-button.mjs","sources":["../../../../libs/ui5-angular/main/toolbar-button/index.ts","../../../../libs/ui5-angular/main/toolbar-button/ui5-webcomponents-ngx-main-toolbar-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/ToolbarButton.js';\nimport {\n default as ToolbarButton,\n ToolbarButtonAccessibilityAttributes,\n} from '@ui5/webcomponents/dist/ToolbarButton.js';\n@ProxyInputs([\n 'overflowPriority',\n 'preventOverflowClosing',\n 'disabled',\n 'design',\n 'icon',\n 'endIcon',\n 'tooltip',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibilityAttributes',\n 'text',\n 'showOverflowText',\n 'width',\n])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-toolbar-button',\n template: '<ng-content></ng-content>',\n inputs: [\n 'overflowPriority',\n 'preventOverflowClosing',\n 'disabled',\n 'design',\n 'icon',\n 'endIcon',\n 'tooltip',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibilityAttributes',\n 'text',\n 'showOverflowText',\n 'width',\n ],\n outputs: ['ui5Click'],\n exportAs: 'ui5ToolbarButton',\n})\nclass ToolbarButtonComponent {\n /**\n Property used to define the access of the item to the overflow Popover. If \"NeverOverflow\" option is set,\nthe item never goes in the Popover, if \"AlwaysOverflow\" - it never comes out of it.\n */\n overflowPriority!: 'Default' | 'NeverOverflow' | 'AlwaysOverflow';\n /**\n Defines if the toolbar overflow popup should close upon intereaction with the item.\nIt will close by default.\n */\n @InputDecorator({ transform: booleanAttribute })\n preventOverflowClosing!: boolean;\n /**\n Defines if the action is disabled.\n\n**Note:** a disabled action can't be pressed or focused, and it is not in the tab chain.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the action design.\n */\n design!:\n | 'Default'\n | 'Positive'\n | 'Negative'\n | 'Transparent'\n | 'Emphasized'\n | 'Attention';\n /**\n Defines the `icon` source URI.\n\n**Note:** SAP-icons font provides numerous buil-in icons. To find all the available icons, see the\n[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string | undefined;\n /**\n Defines the icon, displayed as graphical element within the component after the button text.\n\n**Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.\nUsage of `endIcon` only should be avoided.\n\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n endIcon!: string | undefined;\n /**\n Defines the tooltip of the component.\n\n**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.\n */\n tooltip!: string | undefined;\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 Defines the additional accessibility attributes that will be applied to the component.\n\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.\n */\n accessibilityAttributes!: ToolbarButtonAccessibilityAttributes;\n /**\n Button text\n */\n text!: string | undefined;\n /**\n Defines whether the button text should only be displayed in the overflow popover.\n\nWhen set to `true`, the button appears as icon-only in the main toolbar,\nbut shows both icon and text when moved to the overflow popover.\n\n**Note:** This property only takes effect when the `text` property is also set.\n */\n @InputDecorator({ transform: booleanAttribute })\n showOverflowText!: boolean;\n /**\n Defines the width of the button.\n\n**Note:** all CSS sizes are supported - 'percentage', 'px', 'rem', 'auto', etc.\n */\n width!: string | undefined;\n\n /**\n Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.\n */\n ui5Click!: EventEmitter<void>;\n\n private elementRef: ElementRef<ToolbarButton> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ToolbarButton {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ToolbarButtonComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAgBA,IAsCM,sBAAsB,GAtC5B,MAsCM,sBAAsB,CAAA;AA+G1B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA8B,MAAM,CAAC,UAAU,CAAC;AAC1D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GApHf,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAtB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,sBAAsB,mLAUG,gBAAgB,CAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAOhB,gBAAgB,CAAA,EAAA,MAAA,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,OAAA,EAAA,SAAA,EAAA,OAAA,EAAA,SAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,uBAAA,EAAA,yBAAA,EAAA,IAAA,EAAA,MAAA,EAAA,gBAAA,EAAA,CAAA,kBAAA,EAAA,kBAAA,EAwEhB,gBAAgB,gHA5GnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAmBjC,sBAAsB,GAAA,UAAA,CAAA;AAtC3B,IAAA,WAAW,CAAC;QACX,kBAAkB;QAClB,wBAAwB;QACxB,UAAU;QACV,QAAQ;QACR,MAAM;QACN,SAAS;QACT,SAAS;QACT,gBAAgB;QAChB,mBAAmB;QACnB,yBAAyB;QACzB,MAAM;QACN,kBAAkB;QAClB,OAAO;KACR,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAuB5B,CAAA,EAAA,sBAAsB,CAsH3B;2FAtHK,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBAtB3B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,oBAAoB;AAC9B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,kBAAkB;wBAClB,wBAAwB;wBACxB,UAAU;wBACV,QAAQ;wBACR,MAAM;wBACN,SAAS;wBACT,SAAS;wBACT,gBAAgB;wBAChB,mBAAmB;wBACnB,yBAAyB;wBACzB,MAAM;wBACN,kBAAkB;wBAClB,OAAO;AACR,qBAAA;oBACD,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,kBAAkB;AAC7B,iBAAA;;sBAWEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAO9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAwE9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC/IjD;;AAEG;;;;"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { __decorate, __metadata } from 'tslib';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { inject, ElementRef, NgZone, ChangeDetectorRef, booleanAttribute, Input, Component } from '@angular/core';
|
|
4
|
+
import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
|
|
5
|
+
import '@ui5/webcomponents/dist/ToolbarSelectOption.js';
|
|
6
|
+
|
|
7
|
+
let ToolbarSelectOptionComponent = class ToolbarSelectOptionComponent {
|
|
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: ToolbarSelectOptionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: ToolbarSelectOptionComponent, isStandalone: true, selector: "ui5-toolbar-select-option", inputs: { selected: ["selected", "selected", booleanAttribute] }, exportAs: ["ui5ToolbarSelectOption"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
ToolbarSelectOptionComponent = __decorate([
|
|
21
|
+
ProxyInputs(['selected']),
|
|
22
|
+
__metadata("design:paramtypes", [])
|
|
23
|
+
], ToolbarSelectOptionComponent);
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: ToolbarSelectOptionComponent, decorators: [{
|
|
25
|
+
type: Component,
|
|
26
|
+
args: [{
|
|
27
|
+
standalone: true,
|
|
28
|
+
selector: 'ui5-toolbar-select-option',
|
|
29
|
+
template: '<ng-content></ng-content>',
|
|
30
|
+
inputs: ['selected'],
|
|
31
|
+
exportAs: 'ui5ToolbarSelectOption',
|
|
32
|
+
}]
|
|
33
|
+
}], ctorParameters: () => [], propDecorators: { selected: [{
|
|
34
|
+
type: Input,
|
|
35
|
+
args: [{ transform: booleanAttribute }]
|
|
36
|
+
}] } });
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Generated bundle index. Do not edit.
|
|
40
|
+
*/
|
|
41
|
+
|
|
42
|
+
export { ToolbarSelectOptionComponent };
|
|
43
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-main-toolbar-select-option.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-toolbar-select-option.mjs","sources":["../../../../libs/ui5-angular/main/toolbar-select-option/index.ts","../../../../libs/ui5-angular/main/toolbar-select-option/ui5-webcomponents-ngx-main-toolbar-select-option.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/ToolbarSelectOption.js';\nimport ToolbarSelectOption from '@ui5/webcomponents/dist/ToolbarSelectOption.js';\n@ProxyInputs(['selected'])\n@Component({\n standalone: true,\n selector: 'ui5-toolbar-select-option',\n template: '<ng-content></ng-content>',\n inputs: ['selected'],\n exportAs: 'ui5ToolbarSelectOption',\n})\nclass ToolbarSelectOptionComponent {\n /**\n Defines the selected state of the component.\n */\n @InputDecorator({ transform: booleanAttribute })\n selected!: boolean;\n\n private elementRef: ElementRef<ToolbarSelectOption> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ToolbarSelectOption {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ToolbarSelectOptionComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAYA,IAQM,4BAA4B,GARlC,MAQM,4BAA4B,CAAA;AAWhC,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;;8GAhBf,4BAA4B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAA5B,4BAA4B,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,2BAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAIH,gBAAgB,CAAA,EAAA,EAAA,QAAA,EAAA,CAAA,wBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EARnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,4BAA4B,GAAA,UAAA,CAAA;AARjC,IAAA,WAAW,CAAC,CAAC,UAAU,CAAC,CAAC;;AAQpB,CAAA,EAAA,4BAA4B,CAkBjC;2FAlBK,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBAPjC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,UAAU,CAAC;AACpB,oBAAA,QAAQ,EAAE,wBAAwB;AACnC,iBAAA;;sBAKEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACxBjD;;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/ToolbarSelect.js';
|
|
6
|
+
|
|
7
|
+
let ToolbarSelectComponent = class ToolbarSelectComponent {
|
|
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: ToolbarSelectComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: ToolbarSelectComponent, isStandalone: true, selector: "ui5-toolbar-select", inputs: { overflowPriority: "overflowPriority", preventOverflowClosing: ["preventOverflowClosing", "preventOverflowClosing", booleanAttribute], width: "width", valueState: "valueState", disabled: ["disabled", "disabled", booleanAttribute], accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", value: "value" }, outputs: { ui5Change: "ui5Change", ui5Open: "ui5Open", ui5Close: "ui5Close" }, exportAs: ["ui5ToolbarSelect"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
ToolbarSelectComponent = __decorate([
|
|
21
|
+
ProxyInputs([
|
|
22
|
+
'overflowPriority',
|
|
23
|
+
'preventOverflowClosing',
|
|
24
|
+
'width',
|
|
25
|
+
'valueState',
|
|
26
|
+
'disabled',
|
|
27
|
+
'accessibleName',
|
|
28
|
+
'accessibleNameRef',
|
|
29
|
+
'value',
|
|
30
|
+
]),
|
|
31
|
+
ProxyOutputs(['change: ui5Change', 'open: ui5Open', 'close: ui5Close']),
|
|
32
|
+
__metadata("design:paramtypes", [])
|
|
33
|
+
], ToolbarSelectComponent);
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: ToolbarSelectComponent, decorators: [{
|
|
35
|
+
type: Component,
|
|
36
|
+
args: [{
|
|
37
|
+
standalone: true,
|
|
38
|
+
selector: 'ui5-toolbar-select',
|
|
39
|
+
template: '<ng-content></ng-content>',
|
|
40
|
+
inputs: [
|
|
41
|
+
'overflowPriority',
|
|
42
|
+
'preventOverflowClosing',
|
|
43
|
+
'width',
|
|
44
|
+
'valueState',
|
|
45
|
+
'disabled',
|
|
46
|
+
'accessibleName',
|
|
47
|
+
'accessibleNameRef',
|
|
48
|
+
'value',
|
|
49
|
+
],
|
|
50
|
+
outputs: ['ui5Change', 'ui5Open', 'ui5Close'],
|
|
51
|
+
exportAs: 'ui5ToolbarSelect',
|
|
52
|
+
}]
|
|
53
|
+
}], ctorParameters: () => [], propDecorators: { preventOverflowClosing: [{
|
|
54
|
+
type: Input,
|
|
55
|
+
args: [{ transform: booleanAttribute }]
|
|
56
|
+
}], disabled: [{
|
|
57
|
+
type: Input,
|
|
58
|
+
args: [{ transform: booleanAttribute }]
|
|
59
|
+
}] } });
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Generated bundle index. Do not edit.
|
|
63
|
+
*/
|
|
64
|
+
|
|
65
|
+
export { ToolbarSelectComponent };
|
|
66
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-main-toolbar-select.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-toolbar-select.mjs","sources":["../../../../libs/ui5-angular/main/toolbar-select/index.ts","../../../../libs/ui5-angular/main/toolbar-select/ui5-webcomponents-ngx-main-toolbar-select.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/ToolbarSelect.js';\nimport {\n default as ToolbarSelect,\n ToolbarSelectChangeEventDetail,\n} from '@ui5/webcomponents/dist/ToolbarSelect.js';\n@ProxyInputs([\n 'overflowPriority',\n 'preventOverflowClosing',\n 'width',\n 'valueState',\n 'disabled',\n 'accessibleName',\n 'accessibleNameRef',\n 'value',\n])\n@ProxyOutputs(['change: ui5Change', 'open: ui5Open', 'close: ui5Close'])\n@Component({\n standalone: true,\n selector: 'ui5-toolbar-select',\n template: '<ng-content></ng-content>',\n inputs: [\n 'overflowPriority',\n 'preventOverflowClosing',\n 'width',\n 'valueState',\n 'disabled',\n 'accessibleName',\n 'accessibleNameRef',\n 'value',\n ],\n outputs: ['ui5Change', 'ui5Open', 'ui5Close'],\n exportAs: 'ui5ToolbarSelect',\n})\nclass ToolbarSelectComponent {\n /**\n Property used to define the access of the item to the overflow Popover. If \"NeverOverflow\" option is set,\nthe item never goes in the Popover, if \"AlwaysOverflow\" - it never comes out of it.\n */\n overflowPriority!: 'Default' | 'NeverOverflow' | 'AlwaysOverflow';\n /**\n Defines if the toolbar overflow popup should close upon intereaction with the item.\nIt will close by default.\n */\n @InputDecorator({ transform: booleanAttribute })\n preventOverflowClosing!: boolean;\n /**\n Defines the width of the select.\n\n**Note:** all CSS sizes are supported - 'percentage', 'px', 'rem', 'auto', etc.\n */\n width!: string | undefined;\n /**\n Defines the value state of the component.\n */\n valueState!: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';\n /**\n Defines whether the component is in disabled state.\n\n**Note:** A disabled component is noninteractive.\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 Receives id(or many ids) of the elements that label the select.\n */\n accessibleNameRef!: string | undefined;\n /**\n Defines the value of the component:\n */\n value!: string | undefined;\n\n /**\n Fired when the selected option changes.\n */\n ui5Change!: EventEmitter<ToolbarSelectChangeEventDetail>;\n /**\n Fired after the component's dropdown menu opens.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired after the component's dropdown menu closes.\n */\n ui5Close!: EventEmitter<void>;\n\n private elementRef: ElementRef<ToolbarSelect> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ToolbarSelect {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ToolbarSelectComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAgBA,IA4BM,sBAAsB,GA5B5B,MA4BM,sBAAsB,CAAA;AA2D1B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA8B,MAAM,CAAC,UAAU,CAAC;AAC1D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAhEf,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAtB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,sBAAsB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,EAAA,gBAAA,EAAA,kBAAA,EAAA,sBAAA,EAAA,CAAA,wBAAA,EAAA,wBAAA,EAUG,gBAAgB,CAAA,EAAA,KAAA,EAAA,OAAA,EAAA,UAAA,EAAA,YAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAiBhB,gBAAgB,sOAzCnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAcjC,sBAAsB,GAAA,UAAA,CAAA;AA5B3B,IAAA,WAAW,CAAC;QACX,kBAAkB;QAClB,wBAAwB;QACxB,OAAO;QACP,YAAY;QACZ,UAAU;QACV,gBAAgB;QAChB,mBAAmB;QACnB,OAAO;KACR,CAAC;IACD,YAAY,CAAC,CAAC,mBAAmB,EAAE,eAAe,EAAE,iBAAiB,CAAC,CAAC;;AAkBlE,CAAA,EAAA,sBAAsB,CAkE3B;2FAlEK,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBAjB3B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,oBAAoB;AAC9B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,kBAAkB;wBAClB,wBAAwB;wBACxB,OAAO;wBACP,YAAY;wBACZ,UAAU;wBACV,gBAAgB;wBAChB,mBAAmB;wBACnB,OAAO;AACR,qBAAA;AACD,oBAAA,OAAO,EAAE,CAAC,WAAW,EAAE,SAAS,EAAE,UAAU,CAAC;AAC7C,oBAAA,QAAQ,EAAE,kBAAkB;AAC7B,iBAAA;;sBAWEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;sBAiB9CA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACvEjD;;AAEG;;;;"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { __decorate, __metadata } from 'tslib';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { inject, ElementRef, NgZone, ChangeDetectorRef, booleanAttribute, Input, Component } from '@angular/core';
|
|
4
|
+
import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
|
|
5
|
+
import '@ui5/webcomponents/dist/ToolbarSeparator.js';
|
|
6
|
+
|
|
7
|
+
let ToolbarSeparatorComponent = class ToolbarSeparatorComponent {
|
|
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: ToolbarSeparatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: ToolbarSeparatorComponent, isStandalone: true, selector: "ui5-toolbar-separator", inputs: { overflowPriority: "overflowPriority", preventOverflowClosing: ["preventOverflowClosing", "preventOverflowClosing", booleanAttribute] }, exportAs: ["ui5ToolbarSeparator"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
ToolbarSeparatorComponent = __decorate([
|
|
21
|
+
ProxyInputs(['overflowPriority', 'preventOverflowClosing']),
|
|
22
|
+
__metadata("design:paramtypes", [])
|
|
23
|
+
], ToolbarSeparatorComponent);
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: ToolbarSeparatorComponent, decorators: [{
|
|
25
|
+
type: Component,
|
|
26
|
+
args: [{
|
|
27
|
+
standalone: true,
|
|
28
|
+
selector: 'ui5-toolbar-separator',
|
|
29
|
+
template: '<ng-content></ng-content>',
|
|
30
|
+
inputs: ['overflowPriority', 'preventOverflowClosing'],
|
|
31
|
+
exportAs: 'ui5ToolbarSeparator',
|
|
32
|
+
}]
|
|
33
|
+
}], ctorParameters: () => [], propDecorators: { preventOverflowClosing: [{
|
|
34
|
+
type: Input,
|
|
35
|
+
args: [{ transform: booleanAttribute }]
|
|
36
|
+
}] } });
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Generated bundle index. Do not edit.
|
|
40
|
+
*/
|
|
41
|
+
|
|
42
|
+
export { ToolbarSeparatorComponent };
|
|
43
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-main-toolbar-separator.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-toolbar-separator.mjs","sources":["../../../../libs/ui5-angular/main/toolbar-separator/index.ts","../../../../libs/ui5-angular/main/toolbar-separator/ui5-webcomponents-ngx-main-toolbar-separator.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/ToolbarSeparator.js';\nimport ToolbarSeparator from '@ui5/webcomponents/dist/ToolbarSeparator.js';\n@ProxyInputs(['overflowPriority', 'preventOverflowClosing'])\n@Component({\n standalone: true,\n selector: 'ui5-toolbar-separator',\n template: '<ng-content></ng-content>',\n inputs: ['overflowPriority', 'preventOverflowClosing'],\n exportAs: 'ui5ToolbarSeparator',\n})\nclass ToolbarSeparatorComponent {\n /**\n Property used to define the access of the item to the overflow Popover. If \"NeverOverflow\" option is set,\nthe item never goes in the Popover, if \"AlwaysOverflow\" - it never comes out of it.\n */\n overflowPriority!: 'Default' | 'NeverOverflow' | 'AlwaysOverflow';\n /**\n Defines if the toolbar overflow popup should close upon intereaction with the item.\nIt will close by default.\n */\n @InputDecorator({ transform: booleanAttribute })\n preventOverflowClosing!: boolean;\n\n private elementRef: ElementRef<ToolbarSeparator> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ToolbarSeparator {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ToolbarSeparatorComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAYA,IAQM,yBAAyB,GAR/B,MAQM,yBAAyB,CAAA;AAiB7B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAiC,MAAM,CAAC,UAAU,CAAC;AAC7D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAtBf,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAzB,yBAAyB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,uBAAA,EAAA,MAAA,EAAA,EAAA,gBAAA,EAAA,kBAAA,EAAA,sBAAA,EAAA,CAAA,wBAAA,EAAA,wBAAA,EAUA,gBAAgB,CAAA,EAAA,EAAA,QAAA,EAAA,CAAA,qBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAdnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,yBAAyB,GAAA,UAAA,CAAA;AAR9B,IAAA,WAAW,CAAC,CAAC,kBAAkB,EAAE,wBAAwB,CAAC,CAAC;;AAQtD,CAAA,EAAA,yBAAyB,CAwB9B;2FAxBK,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBAP9B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,uBAAuB;AACjC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,kBAAkB,EAAE,wBAAwB,CAAC;AACtD,oBAAA,QAAQ,EAAE,qBAAqB;AAChC,iBAAA;;sBAWEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC9BjD;;AAEG;;;;"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { __decorate, __metadata } from 'tslib';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { inject, ElementRef, NgZone, ChangeDetectorRef, booleanAttribute, Input, Component } from '@angular/core';
|
|
4
|
+
import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
|
|
5
|
+
import '@ui5/webcomponents/dist/ToolbarSpacer.js';
|
|
6
|
+
|
|
7
|
+
let ToolbarSpacerComponent = class ToolbarSpacerComponent {
|
|
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: ToolbarSpacerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: ToolbarSpacerComponent, isStandalone: true, selector: "ui5-toolbar-spacer", inputs: { overflowPriority: "overflowPriority", preventOverflowClosing: ["preventOverflowClosing", "preventOverflowClosing", booleanAttribute], width: "width" }, exportAs: ["ui5ToolbarSpacer"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
ToolbarSpacerComponent = __decorate([
|
|
21
|
+
ProxyInputs(['overflowPriority', 'preventOverflowClosing', 'width']),
|
|
22
|
+
__metadata("design:paramtypes", [])
|
|
23
|
+
], ToolbarSpacerComponent);
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: ToolbarSpacerComponent, decorators: [{
|
|
25
|
+
type: Component,
|
|
26
|
+
args: [{
|
|
27
|
+
standalone: true,
|
|
28
|
+
selector: 'ui5-toolbar-spacer',
|
|
29
|
+
template: '<ng-content></ng-content>',
|
|
30
|
+
inputs: ['overflowPriority', 'preventOverflowClosing', 'width'],
|
|
31
|
+
exportAs: 'ui5ToolbarSpacer',
|
|
32
|
+
}]
|
|
33
|
+
}], ctorParameters: () => [], propDecorators: { preventOverflowClosing: [{
|
|
34
|
+
type: Input,
|
|
35
|
+
args: [{ transform: booleanAttribute }]
|
|
36
|
+
}] } });
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Generated bundle index. Do not edit.
|
|
40
|
+
*/
|
|
41
|
+
|
|
42
|
+
export { ToolbarSpacerComponent };
|
|
43
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-main-toolbar-spacer.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-toolbar-spacer.mjs","sources":["../../../../libs/ui5-angular/main/toolbar-spacer/index.ts","../../../../libs/ui5-angular/main/toolbar-spacer/ui5-webcomponents-ngx-main-toolbar-spacer.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/ToolbarSpacer.js';\nimport ToolbarSpacer from '@ui5/webcomponents/dist/ToolbarSpacer.js';\n@ProxyInputs(['overflowPriority', 'preventOverflowClosing', 'width'])\n@Component({\n standalone: true,\n selector: 'ui5-toolbar-spacer',\n template: '<ng-content></ng-content>',\n inputs: ['overflowPriority', 'preventOverflowClosing', 'width'],\n exportAs: 'ui5ToolbarSpacer',\n})\nclass ToolbarSpacerComponent {\n /**\n Property used to define the access of the item to the overflow Popover. If \"NeverOverflow\" option is set,\nthe item never goes in the Popover, if \"AlwaysOverflow\" - it never comes out of it.\n */\n overflowPriority!: 'Default' | 'NeverOverflow' | 'AlwaysOverflow';\n /**\n Defines if the toolbar overflow popup should close upon intereaction with the item.\nIt will close by default.\n */\n @InputDecorator({ transform: booleanAttribute })\n preventOverflowClosing!: boolean;\n /**\n Defines the width of the spacer.\n\n**Note:** all CSS sizes are supported - 'percentage', 'px', 'rem', 'auto', etc.\n */\n width!: string | undefined;\n\n private elementRef: ElementRef<ToolbarSpacer> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ToolbarSpacer {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ToolbarSpacerComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAYA,IAQM,sBAAsB,GAR5B,MAQM,sBAAsB,CAAA;AAuB1B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA8B,MAAM,CAAC,UAAU,CAAC;AAC1D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GA5Bf,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAtB,sBAAsB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,EAAA,gBAAA,EAAA,kBAAA,EAAA,sBAAA,EAAA,CAAA,wBAAA,EAAA,wBAAA,EAUG,gBAAgB,CAAA,EAAA,KAAA,EAAA,OAAA,EAAA,EAAA,QAAA,EAAA,CAAA,kBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAdnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,sBAAsB,GAAA,UAAA,CAAA;IAR3B,WAAW,CAAC,CAAC,kBAAkB,EAAE,wBAAwB,EAAE,OAAO,CAAC,CAAC;;AAQ/D,CAAA,EAAA,sBAAsB,CA8B3B;2FA9BK,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBAP3B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,oBAAoB;AAC9B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,kBAAkB,EAAE,wBAAwB,EAAE,OAAO,CAAC;AAC/D,oBAAA,QAAQ,EAAE,kBAAkB;AAC7B,iBAAA;;sBAWEA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC9BjD;;AAEG;;;;"}
|