@fundamental-ngx/ui5-webcomponents 0.58.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/avatar/index.d.ts +101 -0
- package/avatar-group/index.d.ts +58 -0
- package/bar/index.d.ts +28 -0
- package/breadcrumbs/index.d.ts +33 -0
- package/breadcrumbs-item/index.d.ts +38 -0
- package/busy-indicator/index.d.ts +34 -0
- package/button/index.d.ts +117 -0
- package/button-badge/index.d.ts +29 -0
- package/calendar/index.d.ts +77 -0
- package/calendar-date/index.d.ts +19 -0
- package/calendar-date-range/index.d.ts +24 -0
- package/calendar-legend/index.d.ts +30 -0
- package/calendar-legend-item/index.d.ts +22 -0
- package/card/index.d.ts +32 -0
- package/card-header/index.d.ts +38 -0
- package/carousel/index.d.ts +88 -0
- package/check-box/index.d.ts +108 -0
- package/color-palette/index.d.ts +19 -0
- package/color-palette-item/index.d.ts +27 -0
- package/color-palette-popover/index.d.ts +51 -0
- package/color-picker/index.d.ts +35 -0
- package/combo-box/index.d.ts +102 -0
- package/combo-box-item/index.d.ts +22 -0
- package/combo-box-item-group/index.d.ts +49 -0
- package/date-picker/index.d.ts +143 -0
- package/date-range-picker/index.d.ts +163 -0
- package/date-time-picker/index.d.ts +143 -0
- package/dialog/index.d.ts +112 -0
- package/dynamic-date-range/index.d.ts +28 -0
- package/expandable-text/index.d.ts +30 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs +121 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs +166 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs +71 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs +82 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs +90 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs +80 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs +72 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs +186 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs +67 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs +61 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs +65 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs +75 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs +142 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs +97 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs +77 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs +156 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs +178 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs +70 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs +113 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs +55 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs +93 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs +108 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs +65 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs +177 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs +227 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs +254 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs +227 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs +184 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs +85 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-expandable-text.mjs +75 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-expandable-text.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs +190 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs +82 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs +65 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs +134 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs +127 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs +210 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs +85 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs +192 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs +129 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs +108 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs +179 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs +240 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs +60 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs +202 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs +36 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu.mjs +135 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs +100 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs +108 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs +70 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs +184 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs +229 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs +77 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs +85 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-panel.mjs +124 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-panel.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs +185 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs +88 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs +156 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs +156 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs +130 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs +185 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs +103 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs +135 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs +204 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs +151 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs +66 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs +132 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs +157 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs +61 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs +108 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs +65 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs +154 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs +138 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs +36 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs +102 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs +60 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs +101 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell-action-a-i.mjs +55 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell-action-a-i.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs +112 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs +62 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs +86 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs +98 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs +82 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-multi.mjs +89 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-multi.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-single.mjs +84 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-single.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.mjs +84 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-virtualizer.mjs +95 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-virtualizer.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs +153 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs +111 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs +196 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs +65 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs +23 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs +176 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs +76 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs +93 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs +191 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs +65 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs +127 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs +168 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs +60 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs +130 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs +67 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs +74 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs +75 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs +173 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs +178 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs +164 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-types.mjs +74 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-types.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-utils.mjs +108 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-utils.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents.mjs +11748 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents.mjs.map +1 -0
- package/file-uploader/index.d.ts +97 -0
- package/form/index.d.ts +84 -0
- package/form-group/index.d.ts +36 -0
- package/form-item/index.d.ts +23 -0
- package/icon/index.d.ts +67 -0
- package/index.d.ts +6031 -0
- package/input/index.d.ts +131 -0
- package/label/index.d.ts +40 -0
- package/link/index.d.ts +123 -0
- package/list/index.d.ts +161 -0
- package/list-item-custom/index.d.ts +67 -0
- package/list-item-group/index.d.ts +49 -0
- package/list-item-standard/index.d.ts +110 -0
- package/menu/index.d.ts +69 -0
- package/menu-item/index.d.ts +128 -0
- package/menu-item-group/index.d.ts +18 -0
- package/menu-separator/index.d.ts +14 -0
- package/message-strip/index.d.ts +41 -0
- package/multi-combo-box/index.d.ts +108 -0
- package/multi-combo-box-item/index.d.ts +26 -0
- package/multi-combo-box-item-group/index.d.ts +49 -0
- package/multi-input/index.d.ts +147 -0
- package/option/index.d.ts +39 -0
- package/option-custom/index.d.ts +32 -0
- package/package.json +480 -0
- package/panel/index.d.ts +61 -0
- package/popover/index.d.ts +110 -0
- package/progress-indicator/index.d.ts +42 -0
- package/radio-button/index.d.ts +88 -0
- package/range-slider/index.d.ts +86 -0
- package/rating-indicator/index.d.ts +66 -0
- package/responsive-popover/index.d.ts +110 -0
- package/segmented-button/index.d.ts +53 -0
- package/segmented-button-item/index.d.ts +54 -0
- package/select/index.d.ts +104 -0
- package/slider/index.d.ts +82 -0
- package/special-calendar-date/index.d.ts +23 -0
- package/split-button/index.d.ts +70 -0
- package/step-input/index.d.ts +87 -0
- package/suggestion-item/index.d.ts +22 -0
- package/suggestion-item-custom/index.d.ts +19 -0
- package/suggestion-item-group/index.d.ts +49 -0
- package/switch/index.d.ts +86 -0
- package/tab/index.d.ts +54 -0
- package/tab-container/index.d.ts +73 -0
- package/tab-separator/index.d.ts +14 -0
- package/table/index.d.ts +87 -0
- package/table-cell/index.d.ts +18 -0
- package/table-growing/index.d.ts +43 -0
- package/table-header-cell/index.d.ts +64 -0
- package/table-header-cell-action-a-i/index.d.ts +19 -0
- package/table-header-row/index.d.ts +20 -0
- package/table-row/index.d.ts +36 -0
- package/table-row-action/index.d.ts +40 -0
- package/table-row-action-navigation/index.d.ts +29 -0
- package/table-selection/index.d.ts +27 -0
- package/table-selection-multi/index.d.ts +31 -0
- package/table-selection-single/index.d.ts +27 -0
- package/table-virtualizer/index.d.ts +37 -0
- package/tag/index.d.ts +50 -0
- package/text/index.d.ts +22 -0
- package/text-area/index.d.ts +120 -0
- package/theming/index.d.ts +11 -0
- package/time-picker/index.d.ts +101 -0
- package/title/index.d.ts +32 -0
- package/toast/index.d.ts +35 -0
- package/toggle-button/index.d.ts +122 -0
- package/token/index.d.ts +22 -0
- package/tokenizer/index.d.ts +64 -0
- package/toolbar/index.d.ts +30 -0
- package/toolbar-button/index.d.ts +102 -0
- package/toolbar-select/index.d.ts +65 -0
- package/toolbar-select-option/index.d.ts +18 -0
- package/toolbar-separator/index.d.ts +24 -0
- package/toolbar-spacer/index.d.ts +30 -0
- package/tree/index.d.ts +94 -0
- package/tree-item/index.d.ts +109 -0
- package/tree-item-custom/index.d.ts +105 -0
- package/types/index.d.ts +69 -0
- package/utils/index.d.ts +23 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fundamental-ngx-ui5-webcomponents-list-item-group.mjs","sources":["../tmp-esm2022/list-item-group/index.js","../tmp-esm2022/list-item-group/fundamental-ngx-ui5-webcomponents-list-item-group.js"],"sourcesContent":["import { ChangeDetectionStrategy, Component, ElementRef, input, output, effect, runInInjectionContext, inject, Injector } from '@angular/core';\nimport '@ui5/webcomponents/dist/ListItemGroup.js';\nimport * as i0 from \"@angular/core\";\nexport class ListItemGroup {\n constructor() {\n /**\n * Defines the header text of the <code>ui5-li-group</code>.\n */\n this.headerText = input(...(ngDevMode ? [undefined, { debugName: \"headerText\" }] : []));\n /**\n * Defines the accessible name of the header.\n */\n this.headerAccessibleName = input(...(ngDevMode ? [undefined, { debugName: \"headerAccessibleName\" }] : []));\n /**\n * Defines if the text of the component should wrap when it's too long.\n When set to \"Normal\", the content (title, description) will be wrapped\n using the `ui5-expandable-text` component.<br/>\n \n The text can wrap up to 100 characters on small screens (size S) and\n up to 300 characters on larger screens (size M and above). When text exceeds\n these limits, it truncates with an ellipsis followed by a text expansion trigger.\n \n Available options are:\n - `None` (default) - The text will truncate with an ellipsis.\n - `Normal` - The text will wrap (without truncation).\n */\n this.wrappingType = input(\"None\", ...(ngDevMode ? [{ debugName: \"wrappingType\" }] : [])); // className is now passed\n /**\n * Fired when a movable list item is moved over a potential drop target during a dragging operation.\n \n If the new position is valid, prevent the default action of the event using `preventDefault()`.\n */\n this.ui5MoveOver = output();\n /**\n * Fired when a movable list item is dropped onto a drop target.\n \n **Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n */\n this.ui5Move = output();\n this.elementRef = inject(ElementRef);\n this.injector = inject(Injector);\n }\n get element() {\n return this.elementRef.nativeElement;\n }\n ngAfterViewInit() {\n const wcElement = this.element;\n const inputsToSync = [\n 'headerText',\n 'headerAccessibleName',\n 'wrappingType',\n ];\n // Synchronize inputs (properties)\n for (const inputName of inputsToSync) {\n // Find the corresponding camelCase signal property on the Angular component\n const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());\n // Use the Injector to run the effect in the correct context\n if (this[signalName] && typeof this[signalName] === 'function') {\n runInInjectionContext(this.injector, () => {\n effect(() => {\n // Read the signal value\n const value = this[signalName]();\n if (wcElement) {\n // Write the value to the Web Component's property\n wcElement[inputName] = value;\n }\n });\n });\n }\n }\n const outputsToSync = [\n 'ui5MoveOver',\n 'ui5Move',\n ];\n // Synchronize outputs (events)\n for (const outputName of outputsToSync) {\n // Map Angular output name to UI5 web component event name\n const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);\n // Ensure the output property exists and has an emit function before adding listener\n if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {\n // Cast the listener to the correct type to satisfy TypeScript\n wcElement.addEventListener(eventName, (e) => {\n this[outputName].emit(e);\n });\n }\n }\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: ListItemGroup, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.1.0\", version: \"20.1.4\", type: ListItemGroup, isStandalone: true, selector: \"ui5-li-group, [ui5-li-group]\", inputs: { headerText: { classPropertyName: \"headerText\", publicName: \"headerText\", isSignal: true, isRequired: false, transformFunction: null }, headerAccessibleName: { classPropertyName: \"headerAccessibleName\", publicName: \"headerAccessibleName\", isSignal: true, isRequired: false, transformFunction: null }, wrappingType: { classPropertyName: \"wrappingType\", publicName: \"wrappingType\", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5MoveOver: \"ui5MoveOver\", ui5Move: \"ui5Move\" }, exportAs: [\"ui5ListItemGroup\"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: ListItemGroup, decorators: [{\n type: Component,\n args: [{\n standalone: true,\n selector: 'ui5-li-group, [ui5-li-group]',\n template: '<ng-content></ng-content>',\n exportAs: 'ui5ListItemGroup',\n changeDetection: ChangeDetectionStrategy.OnPush,\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS13ZWJjb21wb25lbnRzL2xpc3QtaXRlbS1ncm91cC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxVQUFVLEVBQ1YsS0FBSyxFQUNMLE1BQU0sRUFFTixNQUFNLEVBQ04scUJBQXFCLEVBQ3JCLE1BQU0sRUFDTixRQUFRLEVBSVQsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTywwQ0FBMEMsQ0FBQzs7QUFjbEQsTUFBTSxPQUFPLGFBQWE7SUFSMUI7UUFVRTs7V0FFRztRQUNILGVBQVUsR0FBRyxLQUFLLGdFQUEwRCxDQUFDO1FBRTdFOztXQUVHO1FBQ0gseUJBQW9CLEdBQUcsS0FBSywwRUFBb0UsQ0FBQztRQUVqRzs7Ozs7Ozs7Ozs7O1dBWUc7UUFDSCxpQkFBWSxHQUFHLEtBQUssQ0FBMkQsTUFBTSx3REFBQyxDQUFDLENBQUMsMEJBQTBCO1FBSWxIOzs7O1dBSUc7UUFDSCxnQkFBVyxHQUFHLE1BQU0sRUFBK0MsQ0FBQztRQUVwRTs7OztXQUlHO1FBQ0gsWUFBTyxHQUFHLE1BQU0sRUFBMEMsQ0FBQztRQUVwRCxlQUFVLEdBQStCLE1BQU0sQ0FBQyxVQUFVLENBQUMsQ0FBQztRQUM1RCxhQUFRLEdBQUcsTUFBTSxDQUFDLFFBQVEsQ0FBQyxDQUFDO0tBeURwQztJQXZEQyxJQUFJLE9BQU87UUFDVCxPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDO0lBQ3ZDLENBQUM7SUFFRCxlQUFlO1FBQ2IsTUFBTSxTQUFTLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQztRQUUvQixNQUFNLFlBQVksR0FBRztZQUNuQixZQUFZO1lBQ1osc0JBQXNCO1lBQ3RCLGNBQWM7U0FDZixDQUFDO1FBRUYsa0NBQWtDO1FBQ2xDLEtBQUssTUFBTSxTQUFTLElBQUksWUFBWSxFQUFFLENBQUM7WUFDckMsNEVBQTRFO1lBQzVFLE1BQU0sVUFBVSxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUMsS0FBSyxFQUFFLENBQUMsQ0FBUyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsV0FBVyxFQUFFLENBQUMsQ0FBQztZQUUvRSw0REFBNEQ7WUFDNUQsSUFBSSxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLEtBQUssVUFBVSxFQUFFLENBQUM7Z0JBQy9ELHFCQUFxQixDQUFDLElBQUksQ0FBQyxRQUFRLEVBQUUsR0FBRyxFQUFFO29CQUN4QyxNQUFNLENBQUMsR0FBRyxFQUFFO3dCQUNWLHdCQUF3Qjt3QkFDeEIsTUFBTSxLQUFLLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxFQUFFLENBQUM7d0JBQ2pDLElBQUksU0FBUyxFQUFFLENBQUM7NEJBQ2Qsa0RBQWtEOzRCQUNsRCxTQUFTLENBQUMsU0FBUyxDQUFDLEdBQUcsS0FBSyxDQUFDO3dCQUMvQixDQUFDO29CQUNILENBQUMsQ0FBQyxDQUFDO2dCQUNMLENBQUMsQ0FBQyxDQUFDO1lBQ0wsQ0FBQztRQUNILENBQUM7UUFHRCxNQUFNLGFBQWEsR0FBRztZQUNwQixhQUFhO1lBQ2IsU0FBUztTQUNWLENBQUM7UUFFRiwrQkFBK0I7UUFDL0IsS0FBSyxNQUFNLFVBQVUsSUFBSSxhQUFhLEVBQUUsQ0FBQztZQUN2QywwREFBMEQ7WUFDMUQsTUFBTSxTQUFTLEdBQUcsVUFBVSxDQUFDLE9BQU8sQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUMsT0FBTyxDQUFDLFVBQVUsRUFBRSxLQUFLLENBQUMsQ0FBQyxXQUFXLEVBQUUsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLENBQUM7WUFDdEcsb0ZBQW9GO1lBQ3BGLElBQUksSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLElBQUksS0FBSyxVQUFVLElBQUksU0FBUyxDQUFDLGdCQUFnQixFQUFFLENBQUM7Z0JBQ2xHLDhEQUE4RDtnQkFDOUQsU0FBUyxDQUFDLGdCQUFnQixDQUFDLFNBQVMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFO29CQUUxQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsSUFBSSxDQUFDLENBQXFCLENBQUMsQ0FBQztnQkFDL0MsQ0FBQyxDQUFDLENBQUM7WUFDTCxDQUFDO1FBQ0gsQ0FBQztJQUdILENBQUM7OEdBcEdVLGFBQWE7a0dBQWIsYUFBYSwwbkJBTGQsMkJBQTJCOzsyRkFLMUIsYUFBYTtrQkFSekIsU0FBUzttQkFBQztvQkFDVCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLDhCQUE4QjtvQkFDeEMsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsUUFBUSxFQUFFLGtCQUFrQjtvQkFFNUIsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07aUJBQ2hEIiwic291cmNlc0NvbnRlbnQiOlsiXG5pbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBFbGVtZW50UmVmLFxuICBpbnB1dCxcbiAgb3V0cHV0LFxuICBBZnRlclZpZXdJbml0LFxuICBlZmZlY3QsXG4gIHJ1bkluSW5qZWN0aW9uQ29udGV4dCxcbiAgaW5qZWN0LFxuICBJbmplY3RvcixcbiAgYm9vbGVhbkF0dHJpYnV0ZSxcbiAgY29tcHV0ZWQsXG4gIHNpZ25hbFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCAnQHVpNS93ZWJjb21wb25lbnRzL2Rpc3QvTGlzdEl0ZW1Hcm91cC5qcyc7XG5pbXBvcnQgeyBkZWZhdWx0IGFzIF9MaXN0SXRlbUdyb3VwIH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzL2Rpc3QvTGlzdEl0ZW1Hcm91cC5qcyc7XG5pbXBvcnQgeyBVSTVDdXN0b21FdmVudCB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy1iYXNlJztcblxuaW1wb3J0IHsgZGVmYXVsdCBhcyBXcmFwcGluZ1R5cGUgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMvZGlzdC90eXBlcy9XcmFwcGluZ1R5cGUuanMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgc2VsZWN0b3I6ICd1aTUtbGktZ3JvdXAsIFt1aTUtbGktZ3JvdXBdJyxcbiAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgZXhwb3J0QXM6ICd1aTVMaXN0SXRlbUdyb3VwJyxcblxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgTGlzdEl0ZW1Hcm91cCBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQge1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBoZWFkZXIgdGV4dCBvZiB0aGUgPGNvZGU+dWk1LWxpLWdyb3VwPC9jb2RlPi5cbiAgICovXG4gIGhlYWRlclRleHQgPSBpbnB1dDx0eXBlb2YgX0xpc3RJdGVtR3JvdXAucHJvdG90eXBlLmhlYWRlclRleHQgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIGFjY2Vzc2libGUgbmFtZSBvZiB0aGUgaGVhZGVyLlxuICAgKi9cbiAgaGVhZGVyQWNjZXNzaWJsZU5hbWUgPSBpbnB1dDx0eXBlb2YgX0xpc3RJdGVtR3JvdXAucHJvdG90eXBlLmhlYWRlckFjY2Vzc2libGVOYW1lIHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGlmIHRoZSB0ZXh0IG9mIHRoZSBjb21wb25lbnQgc2hvdWxkIHdyYXAgd2hlbiBpdCdzIHRvbyBsb25nLlxuV2hlbiBzZXQgdG8gXCJOb3JtYWxcIiwgdGhlIGNvbnRlbnQgKHRpdGxlLCBkZXNjcmlwdGlvbikgd2lsbCBiZSB3cmFwcGVkXG51c2luZyB0aGUgYHVpNS1leHBhbmRhYmxlLXRleHRgIGNvbXBvbmVudC48YnIvPlxuXG5UaGUgdGV4dCBjYW4gd3JhcCB1cCB0byAxMDAgY2hhcmFjdGVycyBvbiBzbWFsbCBzY3JlZW5zIChzaXplIFMpIGFuZFxudXAgdG8gMzAwIGNoYXJhY3RlcnMgb24gbGFyZ2VyIHNjcmVlbnMgKHNpemUgTSBhbmQgYWJvdmUpLiBXaGVuIHRleHQgZXhjZWVkc1xudGhlc2UgbGltaXRzLCBpdCB0cnVuY2F0ZXMgd2l0aCBhbiBlbGxpcHNpcyBmb2xsb3dlZCBieSBhIHRleHQgZXhwYW5zaW9uIHRyaWdnZXIuXG5cbkF2YWlsYWJsZSBvcHRpb25zIGFyZTpcbi0gYE5vbmVgIChkZWZhdWx0KSAtIFRoZSB0ZXh0IHdpbGwgdHJ1bmNhdGUgd2l0aCBhbiBlbGxpcHNpcy5cbi0gYE5vcm1hbGAgLSBUaGUgdGV4dCB3aWxsIHdyYXAgKHdpdGhvdXQgdHJ1bmNhdGlvbikuXG4gICAqL1xuICB3cmFwcGluZ1R5cGUgPSBpbnB1dDx0eXBlb2YgX0xpc3RJdGVtR3JvdXAucHJvdG90eXBlLndyYXBwaW5nVHlwZSB8IHVuZGVmaW5lZD4oXCJOb25lXCIpOyAvLyBjbGFzc05hbWUgaXMgbm93IHBhc3NlZFxuXG5cblxuICAvKipcbiAgICogRmlyZWQgd2hlbiBhIG1vdmFibGUgbGlzdCBpdGVtIGlzIG1vdmVkIG92ZXIgYSBwb3RlbnRpYWwgZHJvcCB0YXJnZXQgZHVyaW5nIGEgZHJhZ2dpbmcgb3BlcmF0aW9uLlxuXG5JZiB0aGUgbmV3IHBvc2l0aW9uIGlzIHZhbGlkLCBwcmV2ZW50IHRoZSBkZWZhdWx0IGFjdGlvbiBvZiB0aGUgZXZlbnQgdXNpbmcgYHByZXZlbnREZWZhdWx0KClgLlxuICAgKi9cbiAgdWk1TW92ZU92ZXIgPSBvdXRwdXQ8VUk1Q3VzdG9tRXZlbnQ8X0xpc3RJdGVtR3JvdXAsICdtb3ZlLW92ZXInPj4oKTtcblxuICAvKipcbiAgICogRmlyZWQgd2hlbiBhIG1vdmFibGUgbGlzdCBpdGVtIGlzIGRyb3BwZWQgb250byBhIGRyb3AgdGFyZ2V0LlxuXG4qKk5vdGU6KiogYG1vdmVgIGV2ZW50IGlzIGZpcmVkIG9ubHkgaWYgdGhlcmUgd2FzIGEgcHJlY2VkaW5nIGBtb3ZlLW92ZXJgIHdpdGggcHJldmVudGVkIGRlZmF1bHQgYWN0aW9uLlxuICAgKi9cbiAgdWk1TW92ZSA9IG91dHB1dDxVSTVDdXN0b21FdmVudDxfTGlzdEl0ZW1Hcm91cCwgJ21vdmUnPj4oKTtcblxuICBwdWJsaWMgZWxlbWVudFJlZjogRWxlbWVudFJlZjxfTGlzdEl0ZW1Hcm91cD4gPSBpbmplY3QoRWxlbWVudFJlZik7XG4gIHB1YmxpYyBpbmplY3RvciA9IGluamVjdChJbmplY3Rvcik7XG5cbiAgZ2V0IGVsZW1lbnQoKTogX0xpc3RJdGVtR3JvdXAge1xuICAgIHJldHVybiB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudDtcbiAgfVxuXG4gIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICBjb25zdCB3Y0VsZW1lbnQgPSB0aGlzLmVsZW1lbnQ7XG4gICAgXG4gICAgY29uc3QgaW5wdXRzVG9TeW5jID0gW1xuICAgICAgJ2hlYWRlclRleHQnLFxuICAgICAgJ2hlYWRlckFjY2Vzc2libGVOYW1lJyxcbiAgICAgICd3cmFwcGluZ1R5cGUnLFxuICAgIF07XG4gICAgXG4gICAgLy8gU3luY2hyb25pemUgaW5wdXRzIChwcm9wZXJ0aWVzKVxuICAgIGZvciAoY29uc3QgaW5wdXROYW1lIG9mIGlucHV0c1RvU3luYykge1xuICAgICAgLy8gRmluZCB0aGUgY29ycmVzcG9uZGluZyBjYW1lbENhc2Ugc2lnbmFsIHByb3BlcnR5IG9uIHRoZSBBbmd1bGFyIGNvbXBvbmVudFxuICAgICAgY29uc3Qgc2lnbmFsTmFtZSA9IGlucHV0TmFtZS5yZXBsYWNlKC8tLi9nLCAoeDogc3RyaW5nKSA9PiB4WzFdLnRvVXBwZXJDYXNlKCkpO1xuXG4gICAgICAvLyBVc2UgdGhlIEluamVjdG9yIHRvIHJ1biB0aGUgZWZmZWN0IGluIHRoZSBjb3JyZWN0IGNvbnRleHRcbiAgICAgIGlmICh0aGlzW3NpZ25hbE5hbWVdICYmIHR5cGVvZiB0aGlzW3NpZ25hbE5hbWVdID09PSAnZnVuY3Rpb24nKSB7XG4gICAgICAgIHJ1bkluSW5qZWN0aW9uQ29udGV4dCh0aGlzLmluamVjdG9yLCAoKSA9PiB7XG4gICAgICAgICAgZWZmZWN0KCgpID0+IHtcbiAgICAgICAgICAgIC8vIFJlYWQgdGhlIHNpZ25hbCB2YWx1ZVxuICAgICAgICAgICAgY29uc3QgdmFsdWUgPSB0aGlzW3NpZ25hbE5hbWVdKCk7XG4gICAgICAgICAgICBpZiAod2NFbGVtZW50KSB7XG4gICAgICAgICAgICAgIC8vIFdyaXRlIHRoZSB2YWx1ZSB0byB0aGUgV2ViIENvbXBvbmVudCdzIHByb3BlcnR5XG4gICAgICAgICAgICAgIHdjRWxlbWVudFtpbnB1dE5hbWVdID0gdmFsdWU7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfSk7XG4gICAgICAgIH0pO1xuICAgICAgfVxuICAgIH1cbiAgXG4gICAgXG4gICAgY29uc3Qgb3V0cHV0c1RvU3luYyA9IFtcbiAgICAgICd1aTVNb3ZlT3ZlcicsXG4gICAgICAndWk1TW92ZScsXG4gICAgXTtcbiAgICBcbiAgICAvLyBTeW5jaHJvbml6ZSBvdXRwdXRzIChldmVudHMpXG4gICAgZm9yIChjb25zdCBvdXRwdXROYW1lIG9mIG91dHB1dHNUb1N5bmMpIHtcbiAgICAgIC8vIE1hcCBBbmd1bGFyIG91dHB1dCBuYW1lIHRvIFVJNSB3ZWIgY29tcG9uZW50IGV2ZW50IG5hbWVcbiAgICAgIGNvbnN0IGV2ZW50TmFtZSA9IG91dHB1dE5hbWUucmVwbGFjZSgndWk1JywgJycpLnJlcGxhY2UoLyhbQS1aXSkvZywgJy0kMScpLnRvTG93ZXJDYXNlKCkuc3Vic3RyaW5nKDEpO1xuICAgICAgLy8gRW5zdXJlIHRoZSBvdXRwdXQgcHJvcGVydHkgZXhpc3RzIGFuZCBoYXMgYW4gZW1pdCBmdW5jdGlvbiBiZWZvcmUgYWRkaW5nIGxpc3RlbmVyXG4gICAgICBpZiAodGhpc1tvdXRwdXROYW1lXSAmJiB0eXBlb2YgdGhpc1tvdXRwdXROYW1lXS5lbWl0ID09PSAnZnVuY3Rpb24nICYmIHdjRWxlbWVudC5hZGRFdmVudExpc3RlbmVyKSB7XG4gICAgICAgIC8vIENhc3QgdGhlIGxpc3RlbmVyIHRvIHRoZSBjb3JyZWN0IHR5cGUgdG8gc2F0aXNmeSBUeXBlU2NyaXB0XG4gICAgICAgIHdjRWxlbWVudC5hZGRFdmVudExpc3RlbmVyKGV2ZW50TmFtZSwgKGUpID0+IHtcblxuICAgICAgICAgIHRoaXNbb3V0cHV0TmFtZV0uZW1pdChlIGFzIEN1c3RvbUV2ZW50PGFueT4pO1xuICAgICAgICB9KTtcbiAgICAgIH1cbiAgICB9XG4gIFxuXG4gIH1cbn1cbiJdfQ==","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuZGFtZW50YWwtbmd4LXVpNS13ZWJjb21wb25lbnRzLWxpc3QtaXRlbS1ncm91cC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvdWk1LXdlYmNvbXBvbmVudHMvbGlzdC1pdGVtLWdyb3VwL2Z1bmRhbWVudGFsLW5neC11aTUtd2ViY29tcG9uZW50cy1saXN0LWl0ZW0tZ3JvdXAudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { input, booleanAttribute, output, inject, ElementRef, Injector, runInInjectionContext, effect, ChangeDetectionStrategy, Component } from '@angular/core';
|
|
3
|
+
import '@ui5/webcomponents/dist/ListItemStandard.js';
|
|
4
|
+
|
|
5
|
+
class ListItemStandard {
|
|
6
|
+
constructor() {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the text of the component.
|
|
9
|
+
*/
|
|
10
|
+
this.text = input(...(ngDevMode ? [undefined, { debugName: "text" }] : []));
|
|
11
|
+
/**
|
|
12
|
+
* Defines the description displayed right under the item text, if such is present.
|
|
13
|
+
*/
|
|
14
|
+
this.description = input(...(ngDevMode ? [undefined, { debugName: "description" }] : []));
|
|
15
|
+
/**
|
|
16
|
+
* Defines the `icon` source URI.
|
|
17
|
+
|
|
18
|
+
**Note:**
|
|
19
|
+
SAP-icons font provides numerous built-in icons. To find all the available icons, see the
|
|
20
|
+
[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
21
|
+
*/
|
|
22
|
+
this.icon = input(...(ngDevMode ? [undefined, { debugName: "icon" }] : []));
|
|
23
|
+
/**
|
|
24
|
+
* Defines whether the `icon` should be displayed in the beginning of the list item or in the end.
|
|
25
|
+
*/
|
|
26
|
+
this.iconEnd = input(false, ...(ngDevMode ? [{ debugName: "iconEnd", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
|
|
27
|
+
/**
|
|
28
|
+
* Defines the `additionalText`, displayed in the end of the list item.
|
|
29
|
+
*/
|
|
30
|
+
this.additionalText = input(...(ngDevMode ? [undefined, { debugName: "additionalText" }] : []));
|
|
31
|
+
/**
|
|
32
|
+
* Defines the state of the `additionalText`.
|
|
33
|
+
|
|
34
|
+
Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
|
|
35
|
+
*/
|
|
36
|
+
this.additionalTextState = input("None", ...(ngDevMode ? [{ debugName: "additionalTextState" }] : []));
|
|
37
|
+
/**
|
|
38
|
+
* Defines whether the item is movable.
|
|
39
|
+
*/
|
|
40
|
+
this.movable = input(false, ...(ngDevMode ? [{ debugName: "movable", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
|
|
41
|
+
/**
|
|
42
|
+
* Defines the text alternative of the component.
|
|
43
|
+
Note: If not provided a default text alternative will be set, if present.
|
|
44
|
+
*/
|
|
45
|
+
this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: "accessibleName" }] : []));
|
|
46
|
+
/**
|
|
47
|
+
* Defines if the text of the component should wrap when it's too long.
|
|
48
|
+
When set to "Normal", the content (title, description) will be wrapped
|
|
49
|
+
using the `ui5-expandable-text` component.<br/>
|
|
50
|
+
|
|
51
|
+
The text can wrap up to 100 characters on small screens (size S) and
|
|
52
|
+
up to 300 characters on larger screens (size M and above). When text exceeds
|
|
53
|
+
these limits, it truncates with an ellipsis followed by a text expansion trigger.
|
|
54
|
+
|
|
55
|
+
Available options are:
|
|
56
|
+
- `None` (default) - The text will truncate with an ellipsis.
|
|
57
|
+
- `Normal` - The text will wrap (without truncation).
|
|
58
|
+
*/
|
|
59
|
+
this.wrappingType = input("None", ...(ngDevMode ? [{ debugName: "wrappingType" }] : []));
|
|
60
|
+
/**
|
|
61
|
+
* Defines the visual indication and behavior of the list items.
|
|
62
|
+
Available options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.
|
|
63
|
+
|
|
64
|
+
**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,
|
|
65
|
+
while with type `Inactive` and `Detail` - will not.
|
|
66
|
+
*/
|
|
67
|
+
this.type = input("Active", ...(ngDevMode ? [{ debugName: "type" }] : []));
|
|
68
|
+
/**
|
|
69
|
+
* Defines the additional accessibility attributes that will be applied to the component.
|
|
70
|
+
The following fields are supported:
|
|
71
|
+
|
|
72
|
+
- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.
|
|
73
|
+
**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.
|
|
74
|
+
|
|
75
|
+
- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.
|
|
76
|
+
**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.
|
|
77
|
+
*/
|
|
78
|
+
this.accessibilityAttributes = input({}, ...(ngDevMode ? [{ debugName: "accessibilityAttributes" }] : []));
|
|
79
|
+
/**
|
|
80
|
+
* The navigated state of the list item.
|
|
81
|
+
If set to `true`, a navigation indicator is displayed at the end of the list item.
|
|
82
|
+
*/
|
|
83
|
+
this.navigated = input(false, ...(ngDevMode ? [{ debugName: "navigated", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
|
|
84
|
+
/**
|
|
85
|
+
* Defines the text of the tooltip that would be displayed for the list item.
|
|
86
|
+
*/
|
|
87
|
+
this.tooltip = input(...(ngDevMode ? [undefined, { debugName: "tooltip" }] : []));
|
|
88
|
+
/**
|
|
89
|
+
* Defines the highlight state of the list items.
|
|
90
|
+
Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
|
|
91
|
+
*/
|
|
92
|
+
this.highlight = input("None", ...(ngDevMode ? [{ debugName: "highlight" }] : []));
|
|
93
|
+
/**
|
|
94
|
+
* Defines the selected state of the component.
|
|
95
|
+
*/
|
|
96
|
+
this.selected = input(false, ...(ngDevMode ? [{ debugName: "selected", transform: booleanAttribute }] : [{ transform: booleanAttribute }])); // className is now passed
|
|
97
|
+
/**
|
|
98
|
+
* Fired when the user clicks on the detail button when type is `Detail`.
|
|
99
|
+
*/
|
|
100
|
+
this.ui5DetailClick = output();
|
|
101
|
+
this.elementRef = inject(ElementRef);
|
|
102
|
+
this.injector = inject(Injector);
|
|
103
|
+
}
|
|
104
|
+
get element() {
|
|
105
|
+
return this.elementRef.nativeElement;
|
|
106
|
+
}
|
|
107
|
+
ngAfterViewInit() {
|
|
108
|
+
const wcElement = this.element;
|
|
109
|
+
const inputsToSync = [
|
|
110
|
+
'text',
|
|
111
|
+
'description',
|
|
112
|
+
'icon',
|
|
113
|
+
'iconEnd',
|
|
114
|
+
'additionalText',
|
|
115
|
+
'additionalTextState',
|
|
116
|
+
'movable',
|
|
117
|
+
'accessibleName',
|
|
118
|
+
'wrappingType',
|
|
119
|
+
'type',
|
|
120
|
+
'accessibilityAttributes',
|
|
121
|
+
'navigated',
|
|
122
|
+
'tooltip',
|
|
123
|
+
'highlight',
|
|
124
|
+
'selected',
|
|
125
|
+
];
|
|
126
|
+
// Synchronize inputs (properties)
|
|
127
|
+
for (const inputName of inputsToSync) {
|
|
128
|
+
// Find the corresponding camelCase signal property on the Angular component
|
|
129
|
+
const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());
|
|
130
|
+
// Use the Injector to run the effect in the correct context
|
|
131
|
+
if (this[signalName] && typeof this[signalName] === 'function') {
|
|
132
|
+
runInInjectionContext(this.injector, () => {
|
|
133
|
+
effect(() => {
|
|
134
|
+
// Read the signal value
|
|
135
|
+
const value = this[signalName]();
|
|
136
|
+
if (wcElement) {
|
|
137
|
+
// Write the value to the Web Component's property
|
|
138
|
+
wcElement[inputName] = value;
|
|
139
|
+
}
|
|
140
|
+
});
|
|
141
|
+
});
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
const outputsToSync = [
|
|
145
|
+
'ui5DetailClick',
|
|
146
|
+
];
|
|
147
|
+
// Synchronize outputs (events)
|
|
148
|
+
for (const outputName of outputsToSync) {
|
|
149
|
+
// Map Angular output name to UI5 web component event name
|
|
150
|
+
const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
|
|
151
|
+
// Ensure the output property exists and has an emit function before adding listener
|
|
152
|
+
if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
|
|
153
|
+
// Cast the listener to the correct type to satisfy TypeScript
|
|
154
|
+
wcElement.addEventListener(eventName, (e) => {
|
|
155
|
+
this[outputName].emit(e);
|
|
156
|
+
});
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ListItemStandard, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
161
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.4", type: ListItemStandard, isStandalone: true, selector: "ui5-li, [ui5-li]", inputs: { text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, description: { classPropertyName: "description", publicName: "description", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, iconEnd: { classPropertyName: "iconEnd", publicName: "iconEnd", isSignal: true, isRequired: false, transformFunction: null }, additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, additionalTextState: { classPropertyName: "additionalTextState", publicName: "additionalTextState", isSignal: true, isRequired: false, transformFunction: null }, movable: { classPropertyName: "movable", publicName: "movable", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, wrappingType: { classPropertyName: "wrappingType", publicName: "wrappingType", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null }, accessibilityAttributes: { classPropertyName: "accessibilityAttributes", publicName: "accessibilityAttributes", isSignal: true, isRequired: false, transformFunction: null }, navigated: { classPropertyName: "navigated", publicName: "navigated", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, highlight: { classPropertyName: "highlight", publicName: "highlight", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5DetailClick: "ui5DetailClick" }, exportAs: ["ui5ListItemStandard"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
162
|
+
}
|
|
163
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ListItemStandard, decorators: [{
|
|
164
|
+
type: Component,
|
|
165
|
+
args: [{
|
|
166
|
+
standalone: true,
|
|
167
|
+
selector: 'ui5-li, [ui5-li]',
|
|
168
|
+
template: '<ng-content></ng-content>',
|
|
169
|
+
exportAs: 'ui5ListItemStandard',
|
|
170
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
171
|
+
}]
|
|
172
|
+
}] });
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* Generated bundle index. Do not edit.
|
|
176
|
+
*/
|
|
177
|
+
|
|
178
|
+
export { ListItemStandard };
|
|
179
|
+
//# sourceMappingURL=fundamental-ngx-ui5-webcomponents-list-item-standard.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fundamental-ngx-ui5-webcomponents-list-item-standard.mjs","sources":["../tmp-esm2022/list-item-standard/index.js","../tmp-esm2022/list-item-standard/fundamental-ngx-ui5-webcomponents-list-item-standard.js"],"sourcesContent":["import { ChangeDetectionStrategy, Component, ElementRef, input, output, effect, runInInjectionContext, inject, Injector, booleanAttribute } from '@angular/core';\nimport '@ui5/webcomponents/dist/ListItemStandard.js';\nimport * as i0 from \"@angular/core\";\nexport class ListItemStandard {\n constructor() {\n /**\n * Defines the text of the component.\n */\n this.text = input(...(ngDevMode ? [undefined, { debugName: \"text\" }] : []));\n /**\n * Defines the description displayed right under the item text, if such is present.\n */\n this.description = input(...(ngDevMode ? [undefined, { debugName: \"description\" }] : []));\n /**\n * Defines the `icon` source URI.\n \n **Note:**\n SAP-icons font provides numerous built-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 this.icon = input(...(ngDevMode ? [undefined, { debugName: \"icon\" }] : []));\n /**\n * Defines whether the `icon` should be displayed in the beginning of the list item or in the end.\n */\n this.iconEnd = input(false, ...(ngDevMode ? [{ debugName: \"iconEnd\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Defines the `additionalText`, displayed in the end of the list item.\n */\n this.additionalText = input(...(ngDevMode ? [undefined, { debugName: \"additionalText\" }] : []));\n /**\n * Defines the state of the `additionalText`.\n \n Available options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.\n */\n this.additionalTextState = input(\"None\", ...(ngDevMode ? [{ debugName: \"additionalTextState\" }] : []));\n /**\n * Defines whether the item is movable.\n */\n this.movable = input(false, ...(ngDevMode ? [{ debugName: \"movable\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Defines the text alternative of the component.\n Note: If not provided a default text alternative will be set, if present.\n */\n this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: \"accessibleName\" }] : []));\n /**\n * Defines if the text of the component should wrap when it's too long.\n When set to \"Normal\", the content (title, description) will be wrapped\n using the `ui5-expandable-text` component.<br/>\n \n The text can wrap up to 100 characters on small screens (size S) and\n up to 300 characters on larger screens (size M and above). When text exceeds\n these limits, it truncates with an ellipsis followed by a text expansion trigger.\n \n Available options are:\n - `None` (default) - The text will truncate with an ellipsis.\n - `Normal` - The text will wrap (without truncation).\n */\n this.wrappingType = input(\"None\", ...(ngDevMode ? [{ debugName: \"wrappingType\" }] : []));\n /**\n * Defines the visual indication and behavior of the list items.\n Available options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n \n **Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\n while with type `Inactive` and `Detail` - will not.\n */\n this.type = input(\"Active\", ...(ngDevMode ? [{ debugName: \"type\" }] : []));\n /**\n * Defines the additional accessibility attributes that will be applied to the component.\n The following fields are supported:\n \n - **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n **Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n \n - **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n **Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.\n */\n this.accessibilityAttributes = input({}, ...(ngDevMode ? [{ debugName: \"accessibilityAttributes\" }] : []));\n /**\n * The navigated state of the list item.\n If set to `true`, a navigation indicator is displayed at the end of the list item.\n */\n this.navigated = input(false, ...(ngDevMode ? [{ debugName: \"navigated\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Defines the text of the tooltip that would be displayed for the list item.\n */\n this.tooltip = input(...(ngDevMode ? [undefined, { debugName: \"tooltip\" }] : []));\n /**\n * Defines the highlight state of the list items.\n Available options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.\n */\n this.highlight = input(\"None\", ...(ngDevMode ? [{ debugName: \"highlight\" }] : []));\n /**\n * Defines the selected state of the component.\n */\n this.selected = input(false, ...(ngDevMode ? [{ debugName: \"selected\", transform: booleanAttribute }] : [{ transform: booleanAttribute }])); // className is now passed\n /**\n * Fired when the user clicks on the detail button when type is `Detail`.\n */\n this.ui5DetailClick = output();\n this.elementRef = inject(ElementRef);\n this.injector = inject(Injector);\n }\n get element() {\n return this.elementRef.nativeElement;\n }\n ngAfterViewInit() {\n const wcElement = this.element;\n const inputsToSync = [\n 'text',\n 'description',\n 'icon',\n 'iconEnd',\n 'additionalText',\n 'additionalTextState',\n 'movable',\n 'accessibleName',\n 'wrappingType',\n 'type',\n 'accessibilityAttributes',\n 'navigated',\n 'tooltip',\n 'highlight',\n 'selected',\n ];\n // Synchronize inputs (properties)\n for (const inputName of inputsToSync) {\n // Find the corresponding camelCase signal property on the Angular component\n const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());\n // Use the Injector to run the effect in the correct context\n if (this[signalName] && typeof this[signalName] === 'function') {\n runInInjectionContext(this.injector, () => {\n effect(() => {\n // Read the signal value\n const value = this[signalName]();\n if (wcElement) {\n // Write the value to the Web Component's property\n wcElement[inputName] = value;\n }\n });\n });\n }\n }\n const outputsToSync = [\n 'ui5DetailClick',\n ];\n // Synchronize outputs (events)\n for (const outputName of outputsToSync) {\n // Map Angular output name to UI5 web component event name\n const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);\n // Ensure the output property exists and has an emit function before adding listener\n if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {\n // Cast the listener to the correct type to satisfy TypeScript\n wcElement.addEventListener(eventName, (e) => {\n this[outputName].emit(e);\n });\n }\n }\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: ListItemStandard, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.1.0\", version: \"20.1.4\", type: ListItemStandard, isStandalone: true, selector: \"ui5-li, [ui5-li]\", inputs: { text: { classPropertyName: \"text\", publicName: \"text\", isSignal: true, isRequired: false, transformFunction: null }, description: { classPropertyName: \"description\", publicName: \"description\", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: \"icon\", publicName: \"icon\", isSignal: true, isRequired: false, transformFunction: null }, iconEnd: { classPropertyName: \"iconEnd\", publicName: \"iconEnd\", isSignal: true, isRequired: false, transformFunction: null }, additionalText: { classPropertyName: \"additionalText\", publicName: \"additionalText\", isSignal: true, isRequired: false, transformFunction: null }, additionalTextState: { classPropertyName: \"additionalTextState\", publicName: \"additionalTextState\", isSignal: true, isRequired: false, transformFunction: null }, movable: { classPropertyName: \"movable\", publicName: \"movable\", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: \"accessibleName\", publicName: \"accessibleName\", isSignal: true, isRequired: false, transformFunction: null }, wrappingType: { classPropertyName: \"wrappingType\", publicName: \"wrappingType\", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: \"type\", publicName: \"type\", isSignal: true, isRequired: false, transformFunction: null }, accessibilityAttributes: { classPropertyName: \"accessibilityAttributes\", publicName: \"accessibilityAttributes\", isSignal: true, isRequired: false, transformFunction: null }, navigated: { classPropertyName: \"navigated\", publicName: \"navigated\", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: \"tooltip\", publicName: \"tooltip\", isSignal: true, isRequired: false, transformFunction: null }, highlight: { classPropertyName: \"highlight\", publicName: \"highlight\", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: \"selected\", publicName: \"selected\", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5DetailClick: \"ui5DetailClick\" }, exportAs: [\"ui5ListItemStandard\"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: ListItemStandard, decorators: [{\n type: Component,\n args: [{\n standalone: true,\n selector: 'ui5-li, [ui5-li]',\n template: '<ng-content></ng-content>',\n exportAs: 'ui5ListItemStandard',\n changeDetection: ChangeDetectionStrategy.OnPush,\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS13ZWJjb21wb25lbnRzL2xpc3QtaXRlbS1zdGFuZGFyZC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxVQUFVLEVBQ1YsS0FBSyxFQUNMLE1BQU0sRUFFTixNQUFNLEVBQ04scUJBQXFCLEVBQ3JCLE1BQU0sRUFDTixRQUFRLEVBQ1IsZ0JBQWdCLEVBR2pCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sNkNBQTZDLENBQUM7O0FBa0JyRCxNQUFNLE9BQU8sZ0JBQWdCO0lBUjdCO1FBVUU7O1dBRUc7UUFDSCxTQUFJLEdBQUcsS0FBSywwREFBdUQsQ0FBQztRQUVwRTs7V0FFRztRQUNILGdCQUFXLEdBQUcsS0FBSyxpRUFBOEQsQ0FBQztRQUVsRjs7Ozs7O1dBTUc7UUFDSCxTQUFJLEdBQUcsS0FBSywwREFBdUQsQ0FBQztRQUVwRTs7V0FFRztRQUNILFlBQU8sR0FBRyxLQUFLLENBQUMsS0FBSywyQ0FBSSxTQUFTLEVBQUUsZ0JBQWdCLE9BQTdCLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFLEdBQUMsQ0FBQztRQUV4RDs7V0FFRztRQUNILG1CQUFjLEdBQUcsS0FBSyxvRUFBaUUsQ0FBQztRQUV4Rjs7OztXQUlHO1FBQ0gsd0JBQW1CLEdBQUcsS0FBSyxDQUFxRSxNQUFNLCtEQUFDLENBQUM7UUFFeEc7O1dBRUc7UUFDSCxZQUFPLEdBQUcsS0FBSyxDQUFDLEtBQUssMkNBQUksU0FBUyxFQUFFLGdCQUFnQixPQUE3QixFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRSxHQUFDLENBQUM7UUFFeEQ7OztXQUdHO1FBQ0gsbUJBQWMsR0FBRyxLQUFLLG9FQUFpRSxDQUFDO1FBRXhGOzs7Ozs7Ozs7Ozs7V0FZRztRQUNILGlCQUFZLEdBQUcsS0FBSyxDQUE4RCxNQUFNLHdE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LENBQUMsQ0FBQyxJQUFJLEtBQUssVUFBVSxJQUFJLFNBQVMsQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO2dCQUNsRyw4REFBOEQ7Z0JBQzlELFNBQVMsQ0FBQyxnQkFBZ0IsQ0FBQyxTQUFTLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRTtvQkFFMUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFxQixDQUFDLENBQUM7Z0JBQy9DLENBQUMsQ0FBQyxDQUFDO1lBQ0wsQ0FBQztRQUNILENBQUM7SUFHSCxDQUFDOzhHQXRMVSxnQkFBZ0I7a0dBQWhCLGdCQUFnQix5cEVBTGpCLDJCQUEyQjs7MkZBSzFCLGdCQUFnQjtrQkFSNUIsU0FBUzttQkFBQztvQkFDVCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLGtCQUFrQjtvQkFDNUIsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsUUFBUSxFQUFFLHFCQUFxQjtvQkFFL0IsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07aUJBQ2hEIiwic291cmNlc0NvbnRlbnQiOlsiXG5pbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBFbGVtZW50UmVmLFxuICBpbnB1dCxcbiAgb3V0cHV0LFxuICBBZnRlclZpZXdJbml0LFxuICBlZmZlY3QsXG4gIHJ1bkluSW5qZWN0aW9uQ29udGV4dCxcbiAgaW5qZWN0LFxuICBJbmplY3RvcixcbiAgYm9vbGVhbkF0dHJpYnV0ZSxcbiAgY29tcHV0ZWQsXG4gIHNpZ25hbFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCAnQHVpNS93ZWJjb21wb25lbnRzL2Rpc3QvTGlzdEl0ZW1TdGFuZGFyZC5qcyc7XG5pbXBvcnQgeyBkZWZhdWx0IGFzIF9MaXN0SXRlbVN0YW5kYXJkIH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzL2Rpc3QvTGlzdEl0ZW1TdGFuZGFyZC5qcyc7XG5pbXBvcnQgeyBVSTVDdXN0b21FdmVudCB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy1iYXNlJztcblxuaW1wb3J0IHsgZGVmYXVsdCBhcyBWYWx1ZVN0YXRlIH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzLWJhc2UvZGlzdC90eXBlcy9WYWx1ZVN0YXRlLmpzJztcbmltcG9ydCB7IGRlZmF1bHQgYXMgV3JhcHBpbmdUeXBlIH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzL2Rpc3QvdHlwZXMvV3JhcHBpbmdUeXBlLmpzJztcbmltcG9ydCB7IGRlZmF1bHQgYXMgTGlzdEl0ZW1UeXBlIH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzL2Rpc3QvdHlwZXMvTGlzdEl0ZW1UeXBlLmpzJztcbmltcG9ydCB7IExpc3RJdGVtQWNjZXNzaWJpbGl0eUF0dHJpYnV0ZXMgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMvZGlzdC9MaXN0SXRlbS5qcyc7XG5pbXBvcnQgeyBkZWZhdWx0IGFzIEhpZ2hsaWdodCB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy9kaXN0L3R5cGVzL0hpZ2hsaWdodC5qcyc7XG5cbkBDb21wb25lbnQoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzZWxlY3RvcjogJ3VpNS1saSwgW3VpNS1saV0nLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICBleHBvcnRBczogJ3VpNUxpc3RJdGVtU3RhbmRhcmQnLFxuXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBMaXN0SXRlbVN0YW5kYXJkIGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCB7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIHRleHQgb2YgdGhlIGNvbXBvbmVudC5cbiAgICovXG4gIHRleHQgPSBpbnB1dDx0eXBlb2YgX0xpc3RJdGVtU3RhbmRhcmQucHJvdG90eXBlLnRleHQgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIGRlc2NyaXB0aW9uIGRpc3BsYXllZCByaWdodCB1bmRlciB0aGUgaXRlbSB0ZXh0LCBpZiBzdWNoIGlzIHByZXNlbnQuXG4gICAqL1xuICBkZXNjcmlwdGlvbiA9IGlucHV0PHR5cGVvZiBfTGlzdEl0ZW1TdGFuZGFyZC5wcm90b3R5cGUuZGVzY3JpcHRpb24gfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIGBpY29uYCBzb3VyY2UgVVJJLlxuXG4qKk5vdGU6KipcblNBUC1pY29ucyBmb250IHByb3ZpZGVzIG51bWVyb3VzIGJ1aWx0LWluIGljb25zLiBUbyBmaW5kIGFsbCB0aGUgYXZhaWxhYmxlIGljb25zLCBzZWUgdGhlXG5bSWNvbiBFeHBsb3Jlcl0oaHR0cHM6Ly9zZGsub3BlbnVpNS5vcmcvdGVzdC1yZXNvdXJjZXMvc2FwL20vZGVtb2tpdC9pY29uRXhwbG9yZXIvd2ViYXBwL2luZGV4Lmh0bWwpLlxuICAgKi9cbiAgaWNvbiA9IGlucHV0PHR5cGVvZiBfTGlzdEl0ZW1TdGFuZGFyZC5wcm90b3R5cGUuaWNvbiB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB3aGV0aGVyIHRoZSBgaWNvbmAgc2hvdWxkIGJlIGRpc3BsYXllZCBpbiB0aGUgYmVnaW5uaW5nIG9mIHRoZSBsaXN0IGl0ZW0gb3IgaW4gdGhlIGVuZC5cbiAgICovXG4gIGljb25FbmQgPSBpbnB1dChmYWxzZSwgeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIGBhZGRpdGlvbmFsVGV4dGAsIGRpc3BsYXllZCBpbiB0aGUgZW5kIG9mIHRoZSBsaXN0IGl0ZW0uXG4gICAqL1xuICBhZGRpdGlvbmFsVGV4dCA9IGlucHV0PHR5cGVvZiBfTGlzdEl0ZW1TdGFuZGFyZC5wcm90b3R5cGUuYWRkaXRpb25hbFRleHQgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIHN0YXRlIG9mIHRoZSBgYWRkaXRpb25hbFRleHRgLlxuXG5BdmFpbGFibGUgb3B0aW9ucyBhcmU6IGBcIk5vbmVcImAgKGJ5IGRlZmF1bHQpLCBgXCJQb3NpdGl2ZVwiYCwgYFwiQ3JpdGljYWxcImAsIGBcIkluZm9ybWF0aW9uXCJgIGFuZCBgXCJOZWdhdGl2ZVwiYC5cbiAgICovXG4gIGFkZGl0aW9uYWxUZXh0U3RhdGUgPSBpbnB1dDx0eXBlb2YgX0xpc3RJdGVtU3RhbmRhcmQucHJvdG90eXBlLmFkZGl0aW9uYWxUZXh0U3RhdGUgfCB1bmRlZmluZWQ+KFwiTm9uZVwiKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB3aGV0aGVyIHRoZSBpdGVtIGlzIG1vdmFibGUuXG4gICAqL1xuICBtb3ZhYmxlID0gaW5wdXQoZmFsc2UsIHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSB0ZXh0IGFsdGVybmF0aXZlIG9mIHRoZSBjb21wb25lbnQuXG5Ob3RlOiBJZiBub3QgcHJvdmlkZWQgYSBkZWZhdWx0IHRleHQgYWx0ZXJuYXRpdmUgd2lsbCBiZSBzZXQsIGlmIHByZXNlbnQuXG4gICAqL1xuICBhY2Nlc3NpYmxlTmFtZSA9IGlucHV0PHR5cGVvZiBfTGlzdEl0ZW1TdGFuZGFyZC5wcm90b3R5cGUuYWNjZXNzaWJsZU5hbWUgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgaWYgdGhlIHRleHQgb2YgdGhlIGNvbXBvbmVudCBzaG91bGQgd3JhcCB3aGVuIGl0J3MgdG9vIGxvbmcuXG5XaGVuIHNldCB0byBcIk5vcm1hbFwiLCB0aGUgY29udGVudCAodGl0bGUsIGRlc2NyaXB0aW9uKSB3aWxsIGJlIHdyYXBwZWRcbnVzaW5nIHRoZSBgdWk1LWV4cGFuZGFibGUtdGV4dGAgY29tcG9uZW50Ljxici8+XG5cblRoZSB0ZXh0IGNhbiB3cmFwIHVwIHRvIDEwMCBjaGFyYWN0ZXJzIG9uIHNtYWxsIHNjcmVlbnMgKHNpemUgUykgYW5kXG51cCB0byAzMDAgY2hhcmFjdGVycyBvbiBsYXJnZXIgc2NyZWVucyAoc2l6ZSBNIGFuZCBhYm92ZSkuIFdoZW4gdGV4dCBleGNlZWRzXG50aGVzZSBsaW1pdHMsIGl0IHRydW5jYXRlcyB3aXRoIGFuIGVsbGlwc2lzIGZvbGxvd2VkIGJ5IGEgdGV4dCBleHBhbnNpb24gdHJpZ2dlci5cblxuQXZhaWxhYmxlIG9wdGlvbnMgYXJlOlxuLSBgTm9uZWAgKGRlZmF1bHQpIC0gVGhlIHRleHQgd2lsbCB0cnVuY2F0ZSB3aXRoIGFuIGVsbGlwc2lzLlxuLSBgTm9ybWFsYCAtIFRoZSB0ZXh0IHdpbGwgd3JhcCAod2l0aG91dCB0cnVuY2F0aW9uKS5cbiAgICovXG4gIHdyYXBwaW5nVHlwZSA9IGlucHV0PHR5cGVvZiBfTGlzdEl0ZW1TdGFuZGFyZC5wcm90b3R5cGUud3JhcHBpbmdUeXBlIHwgdW5kZWZpbmVkPihcIk5vbmVcIik7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIHZpc3VhbCBpbmRpY2F0aW9uIGFuZCBiZWhhdmlvciBvZiB0aGUgbGlzdCBpdGVtcy5cbkF2YWlsYWJsZSBvcHRpb25zIGFyZSBgQWN0aXZlYCAoYnkgZGVmYXVsdCksIGBJbmFjdGl2ZWAsIGBEZXRhaWxgIGFuZCBgTmF2aWdhdGlvbmAuXG5cbioqTm90ZToqKiBXaGVuIHNldCB0byBgQWN0aXZlYCBvciBgTmF2aWdhdGlvbmAsIHRoZSBpdGVtIHdpbGwgcHJvdmlkZSB2aXN1YWwgcmVzcG9uc2UgdXBvbiBwcmVzcyBhbmQgaG92ZXIsXG53aGlsZSB3aXRoIHR5cGUgYEluYWN0aXZlYCBhbmQgYERldGFpbGAgLSB3aWxsIG5vdC5cbiAgICovXG4gIHR5cGUgPSBpbnB1dDx0eXBlb2YgX0xpc3RJdGVtU3RhbmRhcmQucHJvdG90eXBlLnR5cGUgfCB1bmRlZmluZWQ+KFwiQWN0aXZlXCIpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBhZGRpdGlvbmFsIGFjY2Vzc2liaWxpdHkgYXR0cmlidXRlcyB0aGF0IHdpbGwgYmUgYXBwbGllZCB0byB0aGUgY29tcG9uZW50LlxuVGhlIGZvbGxvd2luZyBmaWVsZHMgYXJlIHN1cHBvcnRlZDpcblxuLSAqKmFyaWFTZXRzaXplKio6IERlZmluZXMgdGhlIG51bWJlciBvZiBpdGVtcyBpbiB0aGUgY3VycmVudCBzZXQgIHdoZW4gbm90IGFsbCBpdGVtcyBpbiB0aGUgc2V0IGFyZSBwcmVzZW50IGluIHRoZSBET00uXG4qKk5vdGU6KiogVGhlIHZhbHVlIGlzIGFuIGludGVnZXIgcmVmbGVjdGluZyB0aGUgbnVtYmVyIG9mIGl0ZW1zIGluIHRoZSBjb21wbGV0ZSBzZXQuIElmIHRoZSBzaXplIG9mIHRoZSBlbnRpcmUgc2V0IGlzIHVua25vd24sIHNldCBgLTFgLlxuXG5cdC0gKiphcmlhUG9zaW5zZXQqKjogRGVmaW5lcyBhbiBlbGVtZW50J3MgbnVtYmVyIG9yIHBvc2l0aW9uIGluIHRoZSBjdXJyZW50IHNldCB3aGVuIG5vdCBhbGwgaXRlbXMgYXJlIHByZXNlbnQgaW4gdGhlIERPTS5cblx0KipOb3RlOioqIFRoZSB2YWx1ZSBpcyBhbiBpbnRlZ2VyIGdyZWF0ZXIgdGhhbiBvciBlcXVhbCB0byAxLCBhbmQgbGVzcyB0aGFuIG9yIGVxdWFsIHRvIHRoZSBzaXplIG9mIHRoZSBzZXQgd2hlbiB0aGF0IHNpemUgaXMga25vd24uXG4gICAqL1xuICBhY2Nlc3NpYmlsaXR5QXR0cmlidXRlcyA9IGlucHV0PHR5cGVvZiBfTGlzdEl0ZW1TdGFuZGFyZC5wcm90b3R5cGUuYWNjZXNzaWJpbGl0eUF0dHJpYnV0ZXMgfCB1bmRlZmluZWQ+KHt9KTtcblxuICAvKipcbiAgICogVGhlIG5hdmlnYXRlZCBzdGF0ZSBvZiB0aGUgbGlzdCBpdGVtLlxuSWYgc2V0IHRvIGB0cnVlYCwgYSBuYXZpZ2F0aW9uIGluZGljYXRvciBpcyBkaXNwbGF5ZWQgYXQgdGhlIGVuZCBvZiB0aGUgbGlzdCBpdGVtLlxuICAgKi9cbiAgbmF2aWdhdGVkID0gaW5wdXQoZmFsc2UsIHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSB0ZXh0IG9mIHRoZSB0b29sdGlwIHRoYXQgd291bGQgYmUgZGlzcGxheWVkIGZvciB0aGUgbGlzdCBpdGVtLlxuICAgKi9cbiAgdG9vbHRpcCA9IGlucHV0PHR5cGVvZiBfTGlzdEl0ZW1TdGFuZGFyZC5wcm90b3R5cGUudG9vbHRpcCB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgaGlnaGxpZ2h0IHN0YXRlIG9mIHRoZSBsaXN0IGl0ZW1zLlxuQXZhaWxhYmxlIG9wdGlvbnMgYXJlOiBgXCJOb25lXCJgIChieSBkZWZhdWx0KSwgYFwiUG9zaXRpdmVcImAsIGBcIkNyaXRpY2FsXCJgLCBgXCJJbmZvcm1hdGlvblwiYCBhbmQgYFwiTmVnYXRpdmVcImAuXG4gICAqL1xuICBoaWdobGlnaHQgPSBpbnB1dDx0eXBlb2YgX0xpc3RJdGVtU3RhbmRhcmQucHJvdG90eXBlLmhpZ2hsaWdodCB8IHVuZGVmaW5lZD4oXCJOb25lXCIpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBzZWxlY3RlZCBzdGF0ZSBvZiB0aGUgY29tcG9uZW50LlxuICAgKi9cbiAgc2VsZWN0ZWQgPSBpbnB1dChmYWxzZSwgeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSk7IC8vIGNsYXNzTmFtZSBpcyBub3cgcGFzc2VkXG5cblxuXG4gIC8qKlxuICAgKiBGaXJlZCB3aGVuIHRoZSB1c2VyIGNsaWNrcyBvbiB0aGUgZGV0YWlsIGJ1dHRvbiB3aGVuIHR5cGUgaXMgYERldGFpbGAuXG4gICAqL1xuICB1aTVEZXRhaWxDbGljayA9IG91dHB1dDxVSTVDdXN0b21FdmVudDxfTGlzdEl0ZW1TdGFuZGFyZCwgJ2RldGFpbC1jbGljayc+PigpO1xuXG4gIHB1YmxpYyBlbGVtZW50UmVmOiBFbGVtZW50UmVmPF9MaXN0SXRlbVN0YW5kYXJkPiA9IGluamVjdChFbGVtZW50UmVmKTtcbiAgcHVibGljIGluamVjdG9yID0gaW5qZWN0KEluamVjdG9yKTtcblxuICBnZXQgZWxlbWVudCgpOiBfTGlzdEl0ZW1TdGFuZGFyZCB7XG4gICAgcmV0dXJuIHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50O1xuICB9XG5cbiAgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgIGNvbnN0IHdjRWxlbWVudCA9IHRoaXMuZWxlbWVudDtcbiAgICBcbiAgICBjb25zdCBpbnB1dHNUb1N5bmMgPSBbXG4gICAgICAndGV4dCcsXG4gICAgICAnZGVzY3JpcHRpb24nLFxuICAgICAgJ2ljb24nLFxuICAgICAgJ2ljb25FbmQnLFxuICAgICAgJ2FkZGl0aW9uYWxUZXh0JyxcbiAgICAgICdhZGRpdGlvbmFsVGV4dFN0YXRlJyxcbiAgICAgICdtb3ZhYmxlJyxcbiAgICAgICdhY2Nlc3NpYmxlTmFtZScsXG4gICAgICAnd3JhcHBpbmdUeXBlJyxcbiAgICAgICd0eXBlJyxcbiAgICAgICdhY2Nlc3NpYmlsaXR5QXR0cmlidXRlcycsXG4gICAgICAnbmF2aWdhdGVkJyxcbiAgICAgICd0b29sdGlwJyxcbiAgICAgICdoaWdobGlnaHQnLFxuICAgICAgJ3NlbGVjdGVkJyxcbiAgICBdO1xuICAgIFxuICAgIC8vIFN5bmNocm9uaXplIGlucHV0cyAocHJvcGVydGllcylcbiAgICBmb3IgKGNvbnN0IGlucHV0TmFtZSBvZiBpbnB1dHNUb1N5bmMpIHtcbiAgICAgIC8vIEZpbmQgdGhlIGNvcnJlc3BvbmRpbmcgY2FtZWxDYXNlIHNpZ25hbCBwcm9wZXJ0eSBvbiB0aGUgQW5ndWxhciBjb21wb25lbnRcbiAgICAgIGNvbnN0IHNpZ25hbE5hbWUgPSBpbnB1dE5hbWUucmVwbGFjZSgvLS4vZywgKHg6IHN0cmluZykgPT4geFsxXS50b1VwcGVyQ2FzZSgpKTtcblxuICAgICAgLy8gVXNlIHRoZSBJbmplY3RvciB0byBydW4gdGhlIGVmZmVjdCBpbiB0aGUgY29ycmVjdCBjb250ZXh0XG4gICAgICBpZiAodGhpc1tzaWduYWxOYW1lXSAmJiB0eXBlb2YgdGhpc1tzaWduYWxOYW1lXSA9PT0gJ2Z1bmN0aW9uJykge1xuICAgICAgICBydW5JbkluamVjdGlvbkNvbnRleHQodGhpcy5pbmplY3RvciwgKCkgPT4ge1xuICAgICAgICAgIGVmZmVjdCgoKSA9PiB7XG4gICAgICAgICAgICAvLyBSZWFkIHRoZSBzaWduYWwgdmFsdWVcbiAgICAgICAgICAgIGNvbnN0IHZhbHVlID0gdGhpc1tzaWduYWxOYW1lXSgpO1xuICAgICAgICAgICAgaWYgKHdjRWxlbWVudCkge1xuICAgICAgICAgICAgICAvLyBXcml0ZSB0aGUgdmFsdWUgdG8gdGhlIFdlYiBDb21wb25lbnQncyBwcm9wZXJ0eVxuICAgICAgICAgICAgICB3Y0VsZW1lbnRbaW5wdXROYW1lXSA9IHZhbHVlO1xuICAgICAgICAgICAgfVxuICAgICAgICAgIH0pO1xuICAgICAgICB9KTtcbiAgICAgIH1cbiAgICB9XG4gIFxuICAgIFxuICAgIGNvbnN0IG91dHB1dHNUb1N5bmMgPSBbXG4gICAgICAndWk1RGV0YWlsQ2xpY2snLFxuICAgIF07XG4gICAgXG4gICAgLy8gU3luY2hyb25pemUgb3V0cHV0cyAoZXZlbnRzKVxuICAgIGZvciAoY29uc3Qgb3V0cHV0TmFtZSBvZiBvdXRwdXRzVG9TeW5jKSB7XG4gICAgICAvLyBNYXAgQW5ndWxhciBvdXRwdXQgbmFtZSB0byBVSTUgd2ViIGNvbXBvbmVudCBldmVudCBuYW1lXG4gICAgICBjb25zdCBldmVudE5hbWUgPSBvdXRwdXROYW1lLnJlcGxhY2UoJ3VpNScsICcnKS5yZXBsYWNlKC8oW0EtWl0pL2csICctJDEnKS50b0xvd2VyQ2FzZSgpLnN1YnN0cmluZygxKTtcbiAgICAgIC8vIEVuc3VyZSB0aGUgb3V0cHV0IHByb3BlcnR5IGV4aXN0cyBhbmQgaGFzIGFuIGVtaXQgZnVuY3Rpb24gYmVmb3JlIGFkZGluZyBsaXN0ZW5lclxuICAgICAgaWYgKHRoaXNbb3V0cHV0TmFtZV0gJiYgdHlwZW9mIHRoaXNbb3V0cHV0TmFtZV0uZW1pdCA9PT0gJ2Z1bmN0aW9uJyAmJiB3Y0VsZW1lbnQuYWRkRXZlbnRMaXN0ZW5lcikge1xuICAgICAgICAvLyBDYXN0IHRoZSBsaXN0ZW5lciB0byB0aGUgY29ycmVjdCB0eXBlIHRvIHNhdGlzZnkgVHlwZVNjcmlwdFxuICAgICAgICB3Y0VsZW1lbnQuYWRkRXZlbnRMaXN0ZW5lcihldmVudE5hbWUsIChlKSA9PiB7XG5cbiAgICAgICAgICB0aGlzW291dHB1dE5hbWVdLmVtaXQoZSBhcyBDdXN0b21FdmVudDxhbnk+KTtcbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgfVxuICBcblxuICB9XG59XG4iXX0=","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuZGFtZW50YWwtbmd4LXVpNS13ZWJjb21wb25lbnRzLWxpc3QtaXRlbS1zdGFuZGFyZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvdWk1LXdlYmNvbXBvbmVudHMvbGlzdC1pdGVtLXN0YW5kYXJkL2Z1bmRhbWVudGFsLW5neC11aTUtd2ViY29tcG9uZW50cy1saXN0LWl0ZW0tc3RhbmRhcmQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":[],"mappings":";;;;AAGO,MAAM,gBAAgB,CAAC;AAC9B,IAAI,WAAW,GAAG;AAClB;AACA;AACA;AACA,QAAQ,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,SAAS,GAAG,CAAC,SAAS,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;AACnF;AACA;AACA;AACA,QAAQ,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC,IAAI,SAAS,GAAG,CAAC,SAAS,EAAE,EAAE,SAAS,EAAE,aAAa,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;AACjG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,SAAS,GAAG,CAAC,SAAS,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;AACnF;AACA;AACA;AACA,QAAQ,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC,KAAK,EAAE,IAAI,SAAS,GAAG,CAAC,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC,GAAG,CAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC,CAAC,CAAC;AACjJ;AACA;AACA;AACA,QAAQ,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC,IAAI,SAAS,GAAG,CAAC,SAAS,EAAE,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;AACvG;AACA;AACA;AACA;AACA;AACA,QAAQ,IAAI,CAAC,mBAAmB,GAAG,KAAK,CAAC,MAAM,EAAE,IAAI,SAAS,GAAG,CAAC,EAAE,SAAS,EAAE,qBAAqB,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;AAC9G;AACA;AACA;AACA,QAAQ,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC,KAAK,EAAE,IAAI,SAAS,GAAG,CAAC,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC,GAAG,CAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC,CAAC,CAAC;AACjJ;AACA;AACA;AACA;AACA,QAAQ,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC,IAAI,SAAS,GAAG,CAAC,SAAS,EAAE,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;AACvG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC,MAAM,EAAE,IAAI,SAAS,GAAG,CAAC,EAAE,SAAS,EAAE,cAAc,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;AAChG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC,QAAQ,EAAE,IAAI,SAAS,GAAG,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;AAClF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,IAAI,CAAC,uBAAuB,GAAG,KAAK,CAAC,EAAE,EAAE,IAAI,SAAS,GAAG,CAAC,EAAE,SAAS,EAAE,yBAAyB,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;AAClH;AACA;AACA;AACA;AACA,QAAQ,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC,KAAK,EAAE,IAAI,SAAS,GAAG,CAAC,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC,GAAG,CAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC,CAAC,CAAC;AACrJ;AACA;AACA;AACA,QAAQ,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC,IAAI,SAAS,GAAG,CAAC,SAAS,EAAE,EAAE,SAAS,EAAE,SAAS,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;AACzF;AACA;AACA;AACA;AACA,QAAQ,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC,MAAM,EAAE,IAAI,SAAS,GAAG,CAAC,EAAE,SAAS,EAAE,WAAW,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;AAC1F;AACA;AACA;AACA,QAAQ,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,KAAK,EAAE,IAAI,SAAS,GAAG,CAAC,EAAE,SAAS,EAAE,UAAU,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC,GAAG,CAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC,CAAC,CAAC,CAAC;AACpJ;AACA;AACA;AACA,QAAQ,IAAI,CAAC,cAAc,GAAG,MAAM,EAAE;AACtC,QAAQ,IAAI,CAAC,UAAU,GAAG,MAAM,CAAC,UAAU,CAAC;AAC5C,QAAQ,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC;AACxC,IAAI;AACJ,IAAI,IAAI,OAAO,GAAG;AAClB,QAAQ,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;AAC5C,IAAI;AACJ,IAAI,eAAe,GAAG;AACtB,QAAQ,MAAM,SAAS,GAAG,IAAI,CAAC,OAAO;AACtC,QAAQ,MAAM,YAAY,GAAG;AAC7B,YAAY,MAAM;AAClB,YAAY,aAAa;AACzB,YAAY,MAAM;AAClB,YAAY,SAAS;AACrB,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,SAAS;AACrB,YAAY,gBAAgB;AAC5B,YAAY,cAAc;AAC1B,YAAY,MAAM;AAClB,YAAY,yBAAyB;AACrC,YAAY,WAAW;AACvB,YAAY,SAAS;AACrB,YAAY,WAAW;AACvB,YAAY,UAAU;AACtB,SAAS;AACT;AACA,QAAQ,KAAK,MAAM,SAAS,IAAI,YAAY,EAAE;AAC9C;AACA,YAAY,MAAM,UAAU,GAAG,SAAS,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;AAClF;AACA,YAAY,IAAI,IAAI,CAAC,UAAU,CAAC,IAAI,OAAO,IAAI,CAAC,UAAU,CAAC,KAAK,UAAU,EAAE;AAC5E,gBAAgB,qBAAqB,CAAC,IAAI,CAAC,QAAQ,EAAE,MAAM;AAC3D,oBAAoB,MAAM,CAAC,MAAM;AACjC;AACA,wBAAwB,MAAM,KAAK,GAAG,IAAI,CAAC,UAAU,CAAC,EAAE;AACxD,wBAAwB,IAAI,SAAS,EAAE;AACvC;AACA,4BAA4B,SAAS,CAAC,SAAS,CAAC,GAAG,KAAK;AACxD,wBAAwB;AACxB,oBAAoB,CAAC,CAAC;AACtB,gBAAgB,CAAC,CAAC;AAClB,YAAY;AACZ,QAAQ;AACR,QAAQ,MAAM,aAAa,GAAG;AAC9B,YAAY,gBAAgB;AAC5B,SAAS;AACT;AACA,QAAQ,KAAK,MAAM,UAAU,IAAI,aAAa,EAAE;AAChD;AACA,YAAY,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,EAAE,KAAK,CAAC,CAAC,WAAW,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;AACjH;AACA,YAAY,IAAI,IAAI,CAAC,UAAU,CAAC,IAAI,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC,IAAI,KAAK,UAAU,IAAI,SAAS,CAAC,gBAAgB,EAAE;AAC/G;AACA,gBAAgB,SAAS,CAAC,gBAAgB,CAAC,SAAS,EAAE,CAAC,CAAC,KAAK;AAC7D,oBAAoB,IAAI,CAAC,UAAU,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;AAC5C,gBAAgB,CAAC,CAAC;AAClB,YAAY;AACZ,QAAQ;AACR,IAAI;AACJ,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC,CAAC;AAClL,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,gBAAgB,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,kBAAkB,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,EAAE,iBAAiB,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,WAAW,EAAE,EAAE,iBAAiB,EAAE,aAAa,EAAE,UAAU,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,iBAAiB,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,OAAO,EAAE,EAAE,iBAAiB,EAAE,SAAS,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,cAAc,EAAE,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,UAAU,EAAE,gBAAgB,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,mBAAmB,EAAE,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,UAAU,EAAE,qBAAqB,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,OAAO,EAAE,EAAE,iBAAiB,EAAE,SAAS,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,cAAc,EAAE,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,UAAU,EAAE,gBAAgB,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,YAAY,EAAE,EAAE,iBAAiB,EAAE,cAAc,EAAE,UAAU,EAAE,cAAc,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,iBAAiB,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,uBAAuB,EAAE,EAAE,iBAAiB,EAAE,yBAAyB,EAAE,UAAU,EAAE,yBAAyB,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,SAAS,EAAE,EAAE,iBAAiB,EAAE,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,OAAO,EAAE,EAAE,iBAAiB,EAAE,SAAS,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,SAAS,EAAE,EAAE,iBAAiB,EAAE,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,QAAQ,EAAE,EAAE,iBAAiB,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,cAAc,EAAE,gBAAgB,EAAE,EAAE,QAAQ,EAAE,CAAC,qBAAqB,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,2BAA2B,EAAE,QAAQ,EAAE,IAAI,EAAE,eAAe,EAAE,EAAE,CAAC,uBAAuB,CAAC,MAAM,EAAE,CAAC,CAAC;AAC92E;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,UAAU,EAAE,CAAC;AAC1H,YAAY,IAAI,EAAE,SAAS;AAC3B,YAAY,IAAI,EAAE,CAAC;AACnB,oBAAoB,UAAU,EAAE,IAAI;AACpC,oBAAoB,QAAQ,EAAE,kBAAkB;AAChD,oBAAoB,QAAQ,EAAE,2BAA2B;AACzD,oBAAoB,QAAQ,EAAE,qBAAqB;AACnD,oBAAoB,eAAe,EAAE,uBAAuB,CAAC,MAAM;AACnE,iBAAiB;AACjB,SAAS,CAAC,EAAE,CAAC;;AC1Kb;AACA;AACA;;;;"}
|
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { input, booleanAttribute, output, inject, ElementRef, Injector, runInInjectionContext, effect, ChangeDetectionStrategy, Component } from '@angular/core';
|
|
3
|
+
import '@ui5/webcomponents/dist/List.js';
|
|
4
|
+
|
|
5
|
+
class List {
|
|
6
|
+
constructor() {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the component header text.
|
|
9
|
+
|
|
10
|
+
**Note:** If `header` is set this property is ignored.
|
|
11
|
+
*/
|
|
12
|
+
this.headerText = input(...(ngDevMode ? [undefined, { debugName: "headerText" }] : []));
|
|
13
|
+
/**
|
|
14
|
+
* Defines the footer text.
|
|
15
|
+
*/
|
|
16
|
+
this.footerText = input(...(ngDevMode ? [undefined, { debugName: "footerText" }] : []));
|
|
17
|
+
/**
|
|
18
|
+
* Determines whether the component is indented.
|
|
19
|
+
*/
|
|
20
|
+
this.indent = input(false, ...(ngDevMode ? [{ debugName: "indent", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
|
|
21
|
+
/**
|
|
22
|
+
* Defines the selection mode of the component.
|
|
23
|
+
*/
|
|
24
|
+
this.selectionMode = input("None", ...(ngDevMode ? [{ debugName: "selectionMode" }] : []));
|
|
25
|
+
/**
|
|
26
|
+
* Defines the text that is displayed when the component contains no items.
|
|
27
|
+
*/
|
|
28
|
+
this.noDataText = input(...(ngDevMode ? [undefined, { debugName: "noDataText" }] : []));
|
|
29
|
+
/**
|
|
30
|
+
* Defines the item separator style that is used.
|
|
31
|
+
*/
|
|
32
|
+
this.separators = input("All", ...(ngDevMode ? [{ debugName: "separators" }] : []));
|
|
33
|
+
/**
|
|
34
|
+
* Defines whether the component will have growing capability either by pressing a `More` button,
|
|
35
|
+
or via user scroll. In both cases `load-more` event is fired.
|
|
36
|
+
|
|
37
|
+
**Restrictions:** `growing="Scroll"` is not supported for Internet Explorer,
|
|
38
|
+
on IE the component will fallback to `growing="Button"`.
|
|
39
|
+
*/
|
|
40
|
+
this.growing = input("None", ...(ngDevMode ? [{ debugName: "growing" }] : []));
|
|
41
|
+
/**
|
|
42
|
+
* Defines the text that will be displayed inside the growing button.
|
|
43
|
+
|
|
44
|
+
**Note:** If not specified a built-in text will be displayed.
|
|
45
|
+
|
|
46
|
+
**Note:** This property takes effect if the `growing` property is set to the `Button`.
|
|
47
|
+
*/
|
|
48
|
+
this.growingButtonText = input(...(ngDevMode ? [undefined, { debugName: "growingButtonText" }] : []));
|
|
49
|
+
/**
|
|
50
|
+
* Defines if the component would display a loading indicator over the list.
|
|
51
|
+
*/
|
|
52
|
+
this.loading = input(false, ...(ngDevMode ? [{ debugName: "loading", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
|
|
53
|
+
/**
|
|
54
|
+
* Defines the delay in milliseconds, after which the loading indicator will show up for this component.
|
|
55
|
+
*/
|
|
56
|
+
this.loadingDelay = input(1000, ...(ngDevMode ? [{ debugName: "loadingDelay" }] : []));
|
|
57
|
+
/**
|
|
58
|
+
* Defines the accessible name of the component.
|
|
59
|
+
*/
|
|
60
|
+
this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: "accessibleName" }] : []));
|
|
61
|
+
/**
|
|
62
|
+
* Defines additional accessibility attributes on different areas of the component.
|
|
63
|
+
|
|
64
|
+
The accessibilityAttributes object has the following field:
|
|
65
|
+
|
|
66
|
+
- **growingButton**: `growingButton.name`, `growingButton.description`.
|
|
67
|
+
|
|
68
|
+
The accessibility attributes support the following values:
|
|
69
|
+
|
|
70
|
+
- **name**: Defines the accessible ARIA name of the growing button.
|
|
71
|
+
Accepts any string.
|
|
72
|
+
|
|
73
|
+
- **description**: Defines the accessible ARIA description of the growing button.
|
|
74
|
+
Accepts any string.
|
|
75
|
+
|
|
76
|
+
**Note:** The `accessibilityAttributes` property is in an experimental state and is a subject to change.
|
|
77
|
+
*/
|
|
78
|
+
this.accessibilityAttributes = input({}, ...(ngDevMode ? [{ debugName: "accessibilityAttributes" }] : []));
|
|
79
|
+
/**
|
|
80
|
+
* Defines the IDs of the elements that label the component.
|
|
81
|
+
*/
|
|
82
|
+
this.accessibleNameRef = input(...(ngDevMode ? [undefined, { debugName: "accessibleNameRef" }] : []));
|
|
83
|
+
/**
|
|
84
|
+
* Defines the accessible description of the component.
|
|
85
|
+
*/
|
|
86
|
+
this.accessibleDescription = input(...(ngDevMode ? [undefined, { debugName: "accessibleDescription" }] : []));
|
|
87
|
+
/**
|
|
88
|
+
* Defines the IDs of the elements that describe the component.
|
|
89
|
+
*/
|
|
90
|
+
this.accessibleDescriptionRef = input(...(ngDevMode ? [undefined, { debugName: "accessibleDescriptionRef" }] : []));
|
|
91
|
+
/**
|
|
92
|
+
* Defines the accessible role of the component.
|
|
93
|
+
*/
|
|
94
|
+
this.accessibleRole = input("List", ...(ngDevMode ? [{ debugName: "accessibleRole" }] : [])); // className is now passed
|
|
95
|
+
/**
|
|
96
|
+
* Fired when an item is activated, unless the item's `type` property
|
|
97
|
+
is set to `Inactive`.
|
|
98
|
+
|
|
99
|
+
**Note**: This event is not triggered by interactions with selection components such as the checkboxes and radio buttons,
|
|
100
|
+
associated with non-default `selectionMode` values, or if any other **interactive** component
|
|
101
|
+
(such as a button or input) within the list item is directly clicked.
|
|
102
|
+
*/
|
|
103
|
+
this.ui5ItemClick = output();
|
|
104
|
+
/**
|
|
105
|
+
* Fired when the `Close` button of any item is clicked
|
|
106
|
+
|
|
107
|
+
**Note:** This event is only applicable to list items that can be closed (such as notification list items),
|
|
108
|
+
not to be confused with `item-delete`.
|
|
109
|
+
*/
|
|
110
|
+
this.ui5ItemClose = output();
|
|
111
|
+
/**
|
|
112
|
+
* Fired when the `Toggle` button of any item is clicked.
|
|
113
|
+
|
|
114
|
+
**Note:** This event is only applicable to list items that can be toggled (such as notification group list items).
|
|
115
|
+
*/
|
|
116
|
+
this.ui5ItemToggle = output();
|
|
117
|
+
/**
|
|
118
|
+
* Fired when the Delete button of any item is pressed.
|
|
119
|
+
|
|
120
|
+
**Note:** A Delete button is displayed on each item,
|
|
121
|
+
when the component `selectionMode` property is set to `Delete`.
|
|
122
|
+
*/
|
|
123
|
+
this.ui5ItemDelete = output();
|
|
124
|
+
/**
|
|
125
|
+
* Fired when selection is changed by user interaction
|
|
126
|
+
in `Single`, `SingleStart`, `SingleEnd` and `Multiple` selection modes.
|
|
127
|
+
*/
|
|
128
|
+
this.ui5SelectionChange = output();
|
|
129
|
+
/**
|
|
130
|
+
* Fired when the user scrolls to the bottom of the list.
|
|
131
|
+
|
|
132
|
+
**Note:** The event is fired when the `growing='Scroll'` property is enabled.
|
|
133
|
+
*/
|
|
134
|
+
this.ui5LoadMore = output();
|
|
135
|
+
/**
|
|
136
|
+
* Fired when a movable list item is moved over a potential drop target during a dragging operation.
|
|
137
|
+
|
|
138
|
+
If the new position is valid, prevent the default action of the event using `preventDefault()`.
|
|
139
|
+
*/
|
|
140
|
+
this.ui5MoveOver = output();
|
|
141
|
+
/**
|
|
142
|
+
* Fired when a movable list item is dropped onto a drop target.
|
|
143
|
+
|
|
144
|
+
**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.
|
|
145
|
+
*/
|
|
146
|
+
this.ui5Move = output();
|
|
147
|
+
this.elementRef = inject(ElementRef);
|
|
148
|
+
this.injector = inject(Injector);
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* Returns an array containing the list item instances without the groups in a flat structure.
|
|
152
|
+
* @readonly This property is managed by the web component.
|
|
153
|
+
*/
|
|
154
|
+
get listItems() {
|
|
155
|
+
return this.element?.listItems ?? [];
|
|
156
|
+
}
|
|
157
|
+
get element() {
|
|
158
|
+
return this.elementRef.nativeElement;
|
|
159
|
+
}
|
|
160
|
+
ngAfterViewInit() {
|
|
161
|
+
const wcElement = this.element;
|
|
162
|
+
const inputsToSync = [
|
|
163
|
+
'headerText',
|
|
164
|
+
'footerText',
|
|
165
|
+
'indent',
|
|
166
|
+
'selectionMode',
|
|
167
|
+
'noDataText',
|
|
168
|
+
'separators',
|
|
169
|
+
'growing',
|
|
170
|
+
'growingButtonText',
|
|
171
|
+
'loading',
|
|
172
|
+
'loadingDelay',
|
|
173
|
+
'accessibleName',
|
|
174
|
+
'accessibilityAttributes',
|
|
175
|
+
'accessibleNameRef',
|
|
176
|
+
'accessibleDescription',
|
|
177
|
+
'accessibleDescriptionRef',
|
|
178
|
+
'accessibleRole',
|
|
179
|
+
];
|
|
180
|
+
// Synchronize inputs (properties)
|
|
181
|
+
for (const inputName of inputsToSync) {
|
|
182
|
+
// Find the corresponding camelCase signal property on the Angular component
|
|
183
|
+
const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());
|
|
184
|
+
// Use the Injector to run the effect in the correct context
|
|
185
|
+
if (this[signalName] && typeof this[signalName] === 'function') {
|
|
186
|
+
runInInjectionContext(this.injector, () => {
|
|
187
|
+
effect(() => {
|
|
188
|
+
// Read the signal value
|
|
189
|
+
const value = this[signalName]();
|
|
190
|
+
if (wcElement) {
|
|
191
|
+
// Write the value to the Web Component's property
|
|
192
|
+
wcElement[inputName] = value;
|
|
193
|
+
}
|
|
194
|
+
});
|
|
195
|
+
});
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
const outputsToSync = [
|
|
199
|
+
'ui5ItemClick',
|
|
200
|
+
'ui5ItemClose',
|
|
201
|
+
'ui5ItemToggle',
|
|
202
|
+
'ui5ItemDelete',
|
|
203
|
+
'ui5SelectionChange',
|
|
204
|
+
'ui5LoadMore',
|
|
205
|
+
'ui5MoveOver',
|
|
206
|
+
'ui5Move',
|
|
207
|
+
];
|
|
208
|
+
// Synchronize outputs (events)
|
|
209
|
+
for (const outputName of outputsToSync) {
|
|
210
|
+
// Map Angular output name to UI5 web component event name
|
|
211
|
+
const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
|
|
212
|
+
// Ensure the output property exists and has an emit function before adding listener
|
|
213
|
+
if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
|
|
214
|
+
// Cast the listener to the correct type to satisfy TypeScript
|
|
215
|
+
wcElement.addEventListener(eventName, (e) => {
|
|
216
|
+
this[outputName].emit(e);
|
|
217
|
+
});
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: List, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
222
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.4", type: List, isStandalone: true, selector: "ui5-list, [ui5-list]", inputs: { headerText: { classPropertyName: "headerText", publicName: "headerText", isSignal: true, isRequired: false, transformFunction: null }, footerText: { classPropertyName: "footerText", publicName: "footerText", isSignal: true, isRequired: false, transformFunction: null }, indent: { classPropertyName: "indent", publicName: "indent", isSignal: true, isRequired: false, transformFunction: null }, selectionMode: { classPropertyName: "selectionMode", publicName: "selectionMode", isSignal: true, isRequired: false, transformFunction: null }, noDataText: { classPropertyName: "noDataText", publicName: "noDataText", isSignal: true, isRequired: false, transformFunction: null }, separators: { classPropertyName: "separators", publicName: "separators", isSignal: true, isRequired: false, transformFunction: null }, growing: { classPropertyName: "growing", publicName: "growing", isSignal: true, isRequired: false, transformFunction: null }, growingButtonText: { classPropertyName: "growingButtonText", publicName: "growingButtonText", isSignal: true, isRequired: false, transformFunction: null }, loading: { classPropertyName: "loading", publicName: "loading", isSignal: true, isRequired: false, transformFunction: null }, loadingDelay: { classPropertyName: "loadingDelay", publicName: "loadingDelay", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, accessibilityAttributes: { classPropertyName: "accessibilityAttributes", publicName: "accessibilityAttributes", isSignal: true, isRequired: false, transformFunction: null }, accessibleNameRef: { classPropertyName: "accessibleNameRef", publicName: "accessibleNameRef", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescription: { classPropertyName: "accessibleDescription", publicName: "accessibleDescription", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescriptionRef: { classPropertyName: "accessibleDescriptionRef", publicName: "accessibleDescriptionRef", isSignal: true, isRequired: false, transformFunction: null }, accessibleRole: { classPropertyName: "accessibleRole", publicName: "accessibleRole", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5ItemClick: "ui5ItemClick", ui5ItemClose: "ui5ItemClose", ui5ItemToggle: "ui5ItemToggle", ui5ItemDelete: "ui5ItemDelete", ui5SelectionChange: "ui5SelectionChange", ui5LoadMore: "ui5LoadMore", ui5MoveOver: "ui5MoveOver", ui5Move: "ui5Move" }, exportAs: ["ui5List"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
223
|
+
}
|
|
224
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: List, decorators: [{
|
|
225
|
+
type: Component,
|
|
226
|
+
args: [{
|
|
227
|
+
standalone: true,
|
|
228
|
+
selector: 'ui5-list, [ui5-list]',
|
|
229
|
+
template: '<ng-content></ng-content>',
|
|
230
|
+
exportAs: 'ui5List',
|
|
231
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
232
|
+
}]
|
|
233
|
+
}] });
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* Generated bundle index. Do not edit.
|
|
237
|
+
*/
|
|
238
|
+
|
|
239
|
+
export { List };
|
|
240
|
+
//# sourceMappingURL=fundamental-ngx-ui5-webcomponents-list.mjs.map
|