@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,65 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _ToolbarSelect from '@ui5/webcomponents/dist/ToolbarSelect.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class ToolbarSelect implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the width of the select.
|
|
9
|
+
|
|
10
|
+
**Note:** all CSS sizes are supported - 'percentage', 'px', 'rem', 'auto', etc.
|
|
11
|
+
*/
|
|
12
|
+
width: _angular_core.InputSignal<string | undefined>;
|
|
13
|
+
/**
|
|
14
|
+
* Defines the value state of the component.
|
|
15
|
+
*/
|
|
16
|
+
valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
|
|
17
|
+
/**
|
|
18
|
+
* Defines whether the component is in disabled state.
|
|
19
|
+
|
|
20
|
+
**Note:** A disabled component is noninteractive.
|
|
21
|
+
*/
|
|
22
|
+
disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
23
|
+
/**
|
|
24
|
+
* Defines the accessible ARIA name of the component.
|
|
25
|
+
*/
|
|
26
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* Receives id(or many ids) of the elements that label the select.
|
|
29
|
+
*/
|
|
30
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* Defines the value of the component:
|
|
33
|
+
*/
|
|
34
|
+
value: _angular_core.InputSignal<string | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* Property used to define the access of the item to the overflow Popover. If "NeverOverflow" option is set,
|
|
37
|
+
the item never goes in the Popover, if "AlwaysOverflow" - it never comes out of it.
|
|
38
|
+
*/
|
|
39
|
+
overflowPriority: _angular_core.InputSignal<"Default" | "NeverOverflow" | "AlwaysOverflow" | undefined>;
|
|
40
|
+
/**
|
|
41
|
+
* Defines if the toolbar overflow popup should close upon intereaction with the item.
|
|
42
|
+
It will close by default.
|
|
43
|
+
*/
|
|
44
|
+
preventOverflowClosing: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
45
|
+
/**
|
|
46
|
+
* Fired when the selected option changes.
|
|
47
|
+
*/
|
|
48
|
+
ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_ToolbarSelect, "change">>;
|
|
49
|
+
/**
|
|
50
|
+
* Fired after the component's dropdown menu opens.
|
|
51
|
+
*/
|
|
52
|
+
ui5Open: _angular_core.OutputEmitterRef<UI5CustomEvent<_ToolbarSelect, "open">>;
|
|
53
|
+
/**
|
|
54
|
+
* Fired after the component's dropdown menu closes.
|
|
55
|
+
*/
|
|
56
|
+
ui5Close: _angular_core.OutputEmitterRef<UI5CustomEvent<_ToolbarSelect, "close">>;
|
|
57
|
+
elementRef: ElementRef<_ToolbarSelect>;
|
|
58
|
+
injector: Injector;
|
|
59
|
+
get element(): _ToolbarSelect;
|
|
60
|
+
ngAfterViewInit(): void;
|
|
61
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ToolbarSelect, never>;
|
|
62
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ToolbarSelect, "ui5-toolbar-select, [ui5-toolbar-select]", ["ui5ToolbarSelect"], { "width": { "alias": "width"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "overflowPriority": { "alias": "overflowPriority"; "required": false; "isSignal": true; }; "preventOverflowClosing": { "alias": "preventOverflowClosing"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export { ToolbarSelect };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _ToolbarSelectOption from '@ui5/webcomponents/dist/ToolbarSelectOption.js';
|
|
4
|
+
|
|
5
|
+
declare class ToolbarSelectOption implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Defines the selected state of the component.
|
|
8
|
+
*/
|
|
9
|
+
selected: i0.InputSignalWithTransform<boolean, unknown>;
|
|
10
|
+
elementRef: ElementRef<_ToolbarSelectOption>;
|
|
11
|
+
injector: Injector;
|
|
12
|
+
get element(): _ToolbarSelectOption;
|
|
13
|
+
ngAfterViewInit(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarSelectOption, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarSelectOption, "ui5-toolbar-select-option, [ui5-toolbar-select-option]", ["ui5ToolbarSelectOption"], { "selected": { "alias": "selected"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { ToolbarSelectOption };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _ToolbarSeparator from '@ui5/webcomponents/dist/ToolbarSeparator.js';
|
|
4
|
+
|
|
5
|
+
declare class ToolbarSeparator implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Property used to define the access of the item to the overflow Popover. If "NeverOverflow" option is set,
|
|
8
|
+
the item never goes in the Popover, if "AlwaysOverflow" - it never comes out of it.
|
|
9
|
+
*/
|
|
10
|
+
overflowPriority: _angular_core.InputSignal<"Default" | "NeverOverflow" | "AlwaysOverflow" | undefined>;
|
|
11
|
+
/**
|
|
12
|
+
* Defines if the toolbar overflow popup should close upon intereaction with the item.
|
|
13
|
+
It will close by default.
|
|
14
|
+
*/
|
|
15
|
+
preventOverflowClosing: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
16
|
+
elementRef: ElementRef<_ToolbarSeparator>;
|
|
17
|
+
injector: Injector;
|
|
18
|
+
get element(): _ToolbarSeparator;
|
|
19
|
+
ngAfterViewInit(): void;
|
|
20
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ToolbarSeparator, never>;
|
|
21
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ToolbarSeparator, "ui5-toolbar-separator, [ui5-toolbar-separator]", ["ui5ToolbarSeparator"], { "overflowPriority": { "alias": "overflowPriority"; "required": false; "isSignal": true; }; "preventOverflowClosing": { "alias": "preventOverflowClosing"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export { ToolbarSeparator };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _ToolbarSpacer from '@ui5/webcomponents/dist/ToolbarSpacer.js';
|
|
4
|
+
|
|
5
|
+
declare class ToolbarSpacer implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Defines the width of the spacer.
|
|
8
|
+
|
|
9
|
+
**Note:** all CSS sizes are supported - 'percentage', 'px', 'rem', 'auto', etc.
|
|
10
|
+
*/
|
|
11
|
+
width: _angular_core.InputSignal<string | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Property used to define the access of the item to the overflow Popover. If "NeverOverflow" option is set,
|
|
14
|
+
the item never goes in the Popover, if "AlwaysOverflow" - it never comes out of it.
|
|
15
|
+
*/
|
|
16
|
+
overflowPriority: _angular_core.InputSignal<"Default" | "NeverOverflow" | "AlwaysOverflow" | undefined>;
|
|
17
|
+
/**
|
|
18
|
+
* Defines if the toolbar overflow popup should close upon intereaction with the item.
|
|
19
|
+
It will close by default.
|
|
20
|
+
*/
|
|
21
|
+
preventOverflowClosing: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
22
|
+
elementRef: ElementRef<_ToolbarSpacer>;
|
|
23
|
+
injector: Injector;
|
|
24
|
+
get element(): _ToolbarSpacer;
|
|
25
|
+
ngAfterViewInit(): void;
|
|
26
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ToolbarSpacer, never>;
|
|
27
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ToolbarSpacer, "ui5-toolbar-spacer, [ui5-toolbar-spacer]", ["ui5ToolbarSpacer"], { "width": { "alias": "width"; "required": false; "isSignal": true; }; "overflowPriority": { "alias": "overflowPriority"; "required": false; "isSignal": true; }; "preventOverflowClosing": { "alias": "preventOverflowClosing"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export { ToolbarSpacer };
|
package/tree/index.d.ts
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _Tree from '@ui5/webcomponents/dist/Tree.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class Tree implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the selection mode of the component. Since the tree uses a `ui5-list` to display its structure,
|
|
9
|
+
the tree modes are exactly the same as the list modes, and are all applicable.
|
|
10
|
+
*/
|
|
11
|
+
selectionMode: _angular_core.InputSignal<"None" | "Single" | "SingleStart" | "SingleEnd" | "SingleAuto" | "Multiple" | "Delete" | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Defines the text that is displayed when the component contains no items.
|
|
14
|
+
*/
|
|
15
|
+
noDataText: _angular_core.InputSignal<string | undefined>;
|
|
16
|
+
/**
|
|
17
|
+
* Defines the component header text.
|
|
18
|
+
|
|
19
|
+
**Note:** If the `header` slot is set, this property is ignored.
|
|
20
|
+
*/
|
|
21
|
+
headerText: _angular_core.InputSignal<string | undefined>;
|
|
22
|
+
/**
|
|
23
|
+
* Defines the component footer text.
|
|
24
|
+
*/
|
|
25
|
+
footerText: _angular_core.InputSignal<string | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* Defines the accessible name of the component.
|
|
28
|
+
*/
|
|
29
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* Defines the IDs of the elements that label the component.
|
|
32
|
+
*/
|
|
33
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
34
|
+
/**
|
|
35
|
+
* Defines the accessible description of the component.
|
|
36
|
+
*/
|
|
37
|
+
accessibleDescription: _angular_core.InputSignal<string | undefined>;
|
|
38
|
+
/**
|
|
39
|
+
* Defines the IDs of the elements that describe the component.
|
|
40
|
+
*/
|
|
41
|
+
accessibleDescriptionRef: _angular_core.InputSignal<string | undefined>;
|
|
42
|
+
/**
|
|
43
|
+
* Fired when a tree item is expanded or collapsed.
|
|
44
|
+
|
|
45
|
+
**Note:** You can call `preventDefault()` on the event object to suppress the event, if needed.
|
|
46
|
+
This may be handy for example if you want to dynamically load tree items upon the user expanding a node.
|
|
47
|
+
Even if you prevented the event's default behavior, you can always manually call `toggle()` on a tree item.
|
|
48
|
+
*/
|
|
49
|
+
ui5ItemToggle: _angular_core.OutputEmitterRef<UI5CustomEvent<_Tree, "item-toggle">>;
|
|
50
|
+
/**
|
|
51
|
+
* Fired when the mouse cursor enters the tree item borders.
|
|
52
|
+
*/
|
|
53
|
+
ui5ItemMouseover: _angular_core.OutputEmitterRef<UI5CustomEvent<_Tree, "item-mouseover">>;
|
|
54
|
+
/**
|
|
55
|
+
* Fired when the mouse cursor leaves the tree item borders.
|
|
56
|
+
*/
|
|
57
|
+
ui5ItemMouseout: _angular_core.OutputEmitterRef<UI5CustomEvent<_Tree, "item-mouseout">>;
|
|
58
|
+
/**
|
|
59
|
+
* Fired when a tree item is activated.
|
|
60
|
+
*/
|
|
61
|
+
ui5ItemClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_Tree, "item-click">>;
|
|
62
|
+
/**
|
|
63
|
+
* Fired when the Delete button of any tree item is pressed.
|
|
64
|
+
|
|
65
|
+
**Note:** A Delete button is displayed on each item,
|
|
66
|
+
when the component `selectionMode` property is set to `Delete`.
|
|
67
|
+
*/
|
|
68
|
+
ui5ItemDelete: _angular_core.OutputEmitterRef<UI5CustomEvent<_Tree, "item-delete">>;
|
|
69
|
+
/**
|
|
70
|
+
* Fired when selection is changed by user interaction
|
|
71
|
+
in `Single`, `SingleStart`, `SingleEnd` and `Multiple` modes.
|
|
72
|
+
*/
|
|
73
|
+
ui5SelectionChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_Tree, "selection-change">>;
|
|
74
|
+
/**
|
|
75
|
+
* Fired when a movable tree item is moved over a potential drop target during a drag-and-drop operation.
|
|
76
|
+
|
|
77
|
+
If the new position is valid, prevent the default action of the event using `preventDefault()`.
|
|
78
|
+
*/
|
|
79
|
+
ui5Move: _angular_core.OutputEmitterRef<UI5CustomEvent<_Tree, "move">>;
|
|
80
|
+
/**
|
|
81
|
+
* Fired when a movable tree item is dropped onto a drop target.
|
|
82
|
+
|
|
83
|
+
**Note:** The `move` event is fired only if there was a preceding `move-over` event with prevented default action.
|
|
84
|
+
*/
|
|
85
|
+
ui5MoveOver: _angular_core.OutputEmitterRef<UI5CustomEvent<_Tree, "move-over">>;
|
|
86
|
+
elementRef: ElementRef<_Tree>;
|
|
87
|
+
injector: Injector;
|
|
88
|
+
get element(): _Tree;
|
|
89
|
+
ngAfterViewInit(): void;
|
|
90
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Tree, never>;
|
|
91
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Tree, "ui5-tree, [ui5-tree]", ["ui5Tree"], { "selectionMode": { "alias": "selectionMode"; "required": false; "isSignal": true; }; "noDataText": { "alias": "noDataText"; "required": false; "isSignal": true; }; "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "footerText": { "alias": "footerText"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; "isSignal": true; }; }, { "ui5ItemToggle": "ui5ItemToggle"; "ui5ItemMouseover": "ui5ItemMouseover"; "ui5ItemMouseout": "ui5ItemMouseout"; "ui5ItemClick": "ui5ItemClick"; "ui5ItemDelete": "ui5ItemDelete"; "ui5SelectionChange": "ui5SelectionChange"; "ui5Move": "ui5Move"; "ui5MoveOver": "ui5MoveOver"; }, never, ["*"], true, never>;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
export { Tree };
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _TreeItem from '@ui5/webcomponents/dist/TreeItem.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
import { ListItemAccessibilityAttributes } from '@ui5/webcomponents/dist/ListItem.js';
|
|
6
|
+
|
|
7
|
+
declare class TreeItem implements AfterViewInit {
|
|
8
|
+
/**
|
|
9
|
+
* Defines the text of the tree item.
|
|
10
|
+
*/
|
|
11
|
+
text: _angular_core.InputSignal<string | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Defines the `additionalText`, displayed in the end of the tree item.
|
|
14
|
+
*/
|
|
15
|
+
additionalText: _angular_core.InputSignal<string | undefined>;
|
|
16
|
+
/**
|
|
17
|
+
* If set, an icon will be displayed before the text of the tree list item.
|
|
18
|
+
*/
|
|
19
|
+
icon: _angular_core.InputSignal<string | undefined>;
|
|
20
|
+
/**
|
|
21
|
+
* Defines whether the tree list item will show a collapse or expand icon inside its toggle button.
|
|
22
|
+
*/
|
|
23
|
+
expanded: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
24
|
+
/**
|
|
25
|
+
* Defines whether the item is movable.
|
|
26
|
+
*/
|
|
27
|
+
movable: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
28
|
+
/**
|
|
29
|
+
* Defines whether the selection of a tree node is displayed as partially selected.
|
|
30
|
+
|
|
31
|
+
**Note:** The indeterminate state can be set only programmatically and can’t be achieved by user
|
|
32
|
+
interaction, meaning that the resulting visual state depends on the values of the `indeterminate`
|
|
33
|
+
and `selected` properties:
|
|
34
|
+
|
|
35
|
+
- If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.
|
|
36
|
+
- If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.
|
|
37
|
+
- If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.
|
|
38
|
+
|
|
39
|
+
**Note:** This property takes effect only when the `ui5-tree` is in `Multiple` mode.
|
|
40
|
+
*/
|
|
41
|
+
indeterminate: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
42
|
+
/**
|
|
43
|
+
* Defines whether the tree node has children, even if currently no other tree nodes are slotted inside.
|
|
44
|
+
|
|
45
|
+
**Note:** This property is useful for showing big tree structures where not all nodes are initially loaded due to performance reasons.
|
|
46
|
+
Set this to `true` for nodes you intend to load lazily, when the user clicks the expand button.
|
|
47
|
+
It is not necessary to set this property otherwise. If a tree item has children, the expand button will be displayed anyway.
|
|
48
|
+
*/
|
|
49
|
+
hasChildren: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
50
|
+
/**
|
|
51
|
+
* Defines the state of the `additionalText`.
|
|
52
|
+
|
|
53
|
+
Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
|
|
54
|
+
*/
|
|
55
|
+
additionalTextState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
|
|
56
|
+
/**
|
|
57
|
+
* Defines the accessible name of the component.
|
|
58
|
+
*/
|
|
59
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
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
|
+
type: _angular_core.InputSignal<"Inactive" | "Active" | "Detail" | "Navigation" | undefined>;
|
|
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
|
+
accessibilityAttributes: _angular_core.InputSignal<ListItemAccessibilityAttributes | undefined>;
|
|
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
|
+
navigated: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
84
|
+
/**
|
|
85
|
+
* Defines the text of the tooltip that would be displayed for the list item.
|
|
86
|
+
*/
|
|
87
|
+
tooltip: _angular_core.InputSignal<string | undefined>;
|
|
88
|
+
/**
|
|
89
|
+
* Defines the highlight state of the list items.
|
|
90
|
+
Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
|
|
91
|
+
*/
|
|
92
|
+
highlight: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
|
|
93
|
+
/**
|
|
94
|
+
* Defines the selected state of the component.
|
|
95
|
+
*/
|
|
96
|
+
selected: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
97
|
+
/**
|
|
98
|
+
* Fired when the user clicks on the detail button when type is `Detail`.
|
|
99
|
+
*/
|
|
100
|
+
ui5DetailClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_TreeItem, "detail-click">>;
|
|
101
|
+
elementRef: ElementRef<_TreeItem>;
|
|
102
|
+
injector: Injector;
|
|
103
|
+
get element(): _TreeItem;
|
|
104
|
+
ngAfterViewInit(): void;
|
|
105
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TreeItem, never>;
|
|
106
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TreeItem, "ui5-tree-item, [ui5-tree-item]", ["ui5TreeItem"], { "text": { "alias": "text"; "required": false; "isSignal": true; }; "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "expanded": { "alias": "expanded"; "required": false; "isSignal": true; }; "movable": { "alias": "movable"; "required": false; "isSignal": true; }; "indeterminate": { "alias": "indeterminate"; "required": false; "isSignal": true; }; "hasChildren": { "alias": "hasChildren"; "required": false; "isSignal": true; }; "additionalTextState": { "alias": "additionalTextState"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "navigated": { "alias": "navigated"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "highlight": { "alias": "highlight"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; }, { "ui5DetailClick": "ui5DetailClick"; }, never, ["*"], true, never>;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
export { TreeItem };
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _TreeItemCustom from '@ui5/webcomponents/dist/TreeItemCustom.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
import { ListItemAccessibilityAttributes } from '@ui5/webcomponents/dist/ListItem.js';
|
|
6
|
+
|
|
7
|
+
declare class TreeItemCustom implements AfterViewInit {
|
|
8
|
+
/**
|
|
9
|
+
* Defines whether the tree list item should display the selection element.
|
|
10
|
+
*/
|
|
11
|
+
hideSelectionElement: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
12
|
+
/**
|
|
13
|
+
* If set, an icon will be displayed before the text of the tree list item.
|
|
14
|
+
*/
|
|
15
|
+
icon: _angular_core.InputSignal<string | undefined>;
|
|
16
|
+
/**
|
|
17
|
+
* Defines whether the tree list item will show a collapse or expand icon inside its toggle button.
|
|
18
|
+
*/
|
|
19
|
+
expanded: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
20
|
+
/**
|
|
21
|
+
* Defines whether the item is movable.
|
|
22
|
+
*/
|
|
23
|
+
movable: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
24
|
+
/**
|
|
25
|
+
* Defines whether the selection of a tree node is displayed as partially selected.
|
|
26
|
+
|
|
27
|
+
**Note:** The indeterminate state can be set only programmatically and can’t be achieved by user
|
|
28
|
+
interaction, meaning that the resulting visual state depends on the values of the `indeterminate`
|
|
29
|
+
and `selected` properties:
|
|
30
|
+
|
|
31
|
+
- If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.
|
|
32
|
+
- If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.
|
|
33
|
+
- If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.
|
|
34
|
+
|
|
35
|
+
**Note:** This property takes effect only when the `ui5-tree` is in `Multiple` mode.
|
|
36
|
+
*/
|
|
37
|
+
indeterminate: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
38
|
+
/**
|
|
39
|
+
* Defines whether the tree node has children, even if currently no other tree nodes are slotted inside.
|
|
40
|
+
|
|
41
|
+
**Note:** This property is useful for showing big tree structures where not all nodes are initially loaded due to performance reasons.
|
|
42
|
+
Set this to `true` for nodes you intend to load lazily, when the user clicks the expand button.
|
|
43
|
+
It is not necessary to set this property otherwise. If a tree item has children, the expand button will be displayed anyway.
|
|
44
|
+
*/
|
|
45
|
+
hasChildren: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
46
|
+
/**
|
|
47
|
+
* Defines the state of the `additionalText`.
|
|
48
|
+
|
|
49
|
+
Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
|
|
50
|
+
*/
|
|
51
|
+
additionalTextState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
|
|
52
|
+
/**
|
|
53
|
+
* Defines the accessible name of the component.
|
|
54
|
+
*/
|
|
55
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
56
|
+
/**
|
|
57
|
+
* Defines the visual indication and behavior of the list items.
|
|
58
|
+
Available options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.
|
|
59
|
+
|
|
60
|
+
**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,
|
|
61
|
+
while with type `Inactive` and `Detail` - will not.
|
|
62
|
+
*/
|
|
63
|
+
type: _angular_core.InputSignal<"Inactive" | "Active" | "Detail" | "Navigation" | undefined>;
|
|
64
|
+
/**
|
|
65
|
+
* Defines the additional accessibility attributes that will be applied to the component.
|
|
66
|
+
The following fields are supported:
|
|
67
|
+
|
|
68
|
+
- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.
|
|
69
|
+
**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`.
|
|
70
|
+
|
|
71
|
+
- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.
|
|
72
|
+
**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.
|
|
73
|
+
*/
|
|
74
|
+
accessibilityAttributes: _angular_core.InputSignal<ListItemAccessibilityAttributes | undefined>;
|
|
75
|
+
/**
|
|
76
|
+
* The navigated state of the list item.
|
|
77
|
+
If set to `true`, a navigation indicator is displayed at the end of the list item.
|
|
78
|
+
*/
|
|
79
|
+
navigated: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
80
|
+
/**
|
|
81
|
+
* Defines the text of the tooltip that would be displayed for the list item.
|
|
82
|
+
*/
|
|
83
|
+
tooltip: _angular_core.InputSignal<string | undefined>;
|
|
84
|
+
/**
|
|
85
|
+
* Defines the highlight state of the list items.
|
|
86
|
+
Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
|
|
87
|
+
*/
|
|
88
|
+
highlight: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
|
|
89
|
+
/**
|
|
90
|
+
* Defines the selected state of the component.
|
|
91
|
+
*/
|
|
92
|
+
selected: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
93
|
+
/**
|
|
94
|
+
* Fired when the user clicks on the detail button when type is `Detail`.
|
|
95
|
+
*/
|
|
96
|
+
ui5DetailClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_TreeItemCustom, "detail-click">>;
|
|
97
|
+
elementRef: ElementRef<_TreeItemCustom>;
|
|
98
|
+
injector: Injector;
|
|
99
|
+
get element(): _TreeItemCustom;
|
|
100
|
+
ngAfterViewInit(): void;
|
|
101
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TreeItemCustom, never>;
|
|
102
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TreeItemCustom, "ui5-tree-item-custom, [ui5-tree-item-custom]", ["ui5TreeItemCustom"], { "hideSelectionElement": { "alias": "hideSelectionElement"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "expanded": { "alias": "expanded"; "required": false; "isSignal": true; }; "movable": { "alias": "movable"; "required": false; "isSignal": true; }; "indeterminate": { "alias": "indeterminate"; "required": false; "isSignal": true; }; "hasChildren": { "alias": "hasChildren"; "required": false; "isSignal": true; }; "additionalTextState": { "alias": "additionalTextState"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "navigated": { "alias": "navigated"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "highlight": { "alias": "highlight"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; }, { "ui5DetailClick": "ui5DetailClick"; }, never, ["*"], true, never>;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export { TreeItemCustom };
|
package/types/index.d.ts
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
export { default as AvatarColorScheme } from '@ui5/webcomponents/dist/types/AvatarColorScheme.js';
|
|
2
|
+
export { default as AvatarGroupType } from '@ui5/webcomponents/dist/types/AvatarGroupType.js';
|
|
3
|
+
export { default as AvatarShape } from '@ui5/webcomponents/dist/types/AvatarShape.js';
|
|
4
|
+
export { default as AvatarSize } from '@ui5/webcomponents/dist/types/AvatarSize.js';
|
|
5
|
+
export { default as BackgroundDesign } from '@ui5/webcomponents/dist/types/BackgroundDesign.js';
|
|
6
|
+
export { default as BarAccessibleRole } from '@ui5/webcomponents/dist/types/BarAccessibleRole.js';
|
|
7
|
+
export { default as BarDesign } from '@ui5/webcomponents/dist/types/BarDesign.js';
|
|
8
|
+
export { default as BorderDesign } from '@ui5/webcomponents/dist/types/BorderDesign.js';
|
|
9
|
+
export { default as BreadcrumbsDesign } from '@ui5/webcomponents/dist/types/BreadcrumbsDesign.js';
|
|
10
|
+
export { default as BreadcrumbsSeparator } from '@ui5/webcomponents/dist/types/BreadcrumbsSeparator.js';
|
|
11
|
+
export { default as BusyIndicatorSize } from '@ui5/webcomponents/dist/types/BusyIndicatorSize.js';
|
|
12
|
+
export { default as BusyIndicatorTextPlacement } from '@ui5/webcomponents/dist/types/BusyIndicatorTextPlacement.js';
|
|
13
|
+
export { default as ButtonAccessibleRole } from '@ui5/webcomponents/dist/types/ButtonAccessibleRole.js';
|
|
14
|
+
export { default as ButtonBadgeDesign } from '@ui5/webcomponents/dist/types/ButtonBadgeDesign.js';
|
|
15
|
+
export { default as ButtonDesign } from '@ui5/webcomponents/dist/types/ButtonDesign.js';
|
|
16
|
+
export { default as ButtonType } from '@ui5/webcomponents/dist/types/ButtonType.js';
|
|
17
|
+
export { default as CalendarLegendItemType } from '@ui5/webcomponents/dist/types/CalendarLegendItemType.js';
|
|
18
|
+
export { default as CalendarSelectionMode } from '@ui5/webcomponents/dist/types/CalendarSelectionMode.js';
|
|
19
|
+
export { default as CalendarWeekNumbering } from '@ui5/webcomponents/dist/types/CalendarWeekNumbering.js';
|
|
20
|
+
export { default as CarouselArrowsPlacement } from '@ui5/webcomponents/dist/types/CarouselArrowsPlacement.js';
|
|
21
|
+
export { default as CarouselPageIndicatorType } from '@ui5/webcomponents/dist/types/CarouselPageIndicatorType.js';
|
|
22
|
+
export { default as ComboBoxFilter } from '@ui5/webcomponents/dist/types/ComboBoxFilter.js';
|
|
23
|
+
export { default as ExpandableTextOverflowMode } from '@ui5/webcomponents/dist/types/ExpandableTextOverflowMode.js';
|
|
24
|
+
export { default as FormAccessibleMode } from '@ui5/webcomponents/dist/types/FormAccessibleMode.js';
|
|
25
|
+
export { default as FormItemSpacing } from '@ui5/webcomponents/dist/types/FormItemSpacing.js';
|
|
26
|
+
export { default as Highlight } from '@ui5/webcomponents/dist/types/Highlight.js';
|
|
27
|
+
export { default as IconDesign } from '@ui5/webcomponents/dist/types/IconDesign.js';
|
|
28
|
+
export { default as IconMode } from '@ui5/webcomponents/dist/types/IconMode.js';
|
|
29
|
+
export { default as InputType } from '@ui5/webcomponents/dist/types/InputType.js';
|
|
30
|
+
export { default as InteractiveAreaSize } from '@ui5/webcomponents/dist/types/InteractiveAreaSize.js';
|
|
31
|
+
export { default as LinkAccessibleRole } from '@ui5/webcomponents/dist/types/LinkAccessibleRole.js';
|
|
32
|
+
export { default as LinkDesign } from '@ui5/webcomponents/dist/types/LinkDesign.js';
|
|
33
|
+
export { default as ListAccessibleRole } from '@ui5/webcomponents/dist/types/ListAccessibleRole.js';
|
|
34
|
+
export { default as ListGrowingMode } from '@ui5/webcomponents/dist/types/ListGrowingMode.js';
|
|
35
|
+
export { default as ListItemAccessibleRole } from '@ui5/webcomponents/dist/types/ListItemAccessibleRole.js';
|
|
36
|
+
export { default as ListItemType } from '@ui5/webcomponents/dist/types/ListItemType.js';
|
|
37
|
+
export { default as ListSelectionMode } from '@ui5/webcomponents/dist/types/ListSelectionMode.js';
|
|
38
|
+
export { default as ListSeparator } from '@ui5/webcomponents/dist/types/ListSeparator.js';
|
|
39
|
+
export { default as MenuItemGroupCheckMode } from '@ui5/webcomponents/dist/types/MenuItemGroupCheckMode.js';
|
|
40
|
+
export { default as MessageStripDesign } from '@ui5/webcomponents/dist/types/MessageStripDesign.js';
|
|
41
|
+
export { default as NotificationListGrowingMode } from '@ui5/webcomponents/dist/types/NotificationListGrowingMode.js';
|
|
42
|
+
export { default as OverflowMode } from '@ui5/webcomponents/dist/types/OverflowMode.js';
|
|
43
|
+
export { default as PanelAccessibleRole } from '@ui5/webcomponents/dist/types/PanelAccessibleRole.js';
|
|
44
|
+
export { default as PopoverHorizontalAlign } from '@ui5/webcomponents/dist/types/PopoverHorizontalAlign.js';
|
|
45
|
+
export { default as PopoverPlacement } from '@ui5/webcomponents/dist/types/PopoverPlacement.js';
|
|
46
|
+
export { default as PopoverVerticalAlign } from '@ui5/webcomponents/dist/types/PopoverVerticalAlign.js';
|
|
47
|
+
export { default as PopupAccessibleRole } from '@ui5/webcomponents/dist/types/PopupAccessibleRole.js';
|
|
48
|
+
export { default as Priority } from '@ui5/webcomponents/dist/types/Priority.js';
|
|
49
|
+
export { default as RatingIndicatorSize } from '@ui5/webcomponents/dist/types/RatingIndicatorSize.js';
|
|
50
|
+
export { default as SegmentedButtonSelectionMode } from '@ui5/webcomponents/dist/types/SegmentedButtonSelectionMode.js';
|
|
51
|
+
export { default as SelectTextSeparator } from '@ui5/webcomponents/dist/types/SelectTextSeparator.js';
|
|
52
|
+
export { default as SemanticColor } from '@ui5/webcomponents/dist/types/SemanticColor.js';
|
|
53
|
+
export { default as SwitchDesign } from '@ui5/webcomponents/dist/types/SwitchDesign.js';
|
|
54
|
+
export { default as TabLayout } from '@ui5/webcomponents/dist/types/TabLayout.js';
|
|
55
|
+
export { default as TableCellHorizontalAlign } from '@ui5/webcomponents/dist/types/TableCellHorizontalAlign.js';
|
|
56
|
+
export { default as TableGrowingMode } from '@ui5/webcomponents/dist/types/TableGrowingMode.js';
|
|
57
|
+
export { default as TableOverflowMode } from '@ui5/webcomponents/dist/types/TableOverflowMode.js';
|
|
58
|
+
export { default as TableSelectionBehavior } from '@ui5/webcomponents/dist/types/TableSelectionBehavior.js';
|
|
59
|
+
export { default as TableSelectionMode } from '@ui5/webcomponents/dist/types/TableSelectionMode.js';
|
|
60
|
+
export { default as TableSelectionMultiHeaderSelector } from '@ui5/webcomponents/dist/types/TableSelectionMultiHeaderSelector.js';
|
|
61
|
+
export { default as TagDesign } from '@ui5/webcomponents/dist/types/TagDesign.js';
|
|
62
|
+
export { default as TagSize } from '@ui5/webcomponents/dist/types/TagSize.js';
|
|
63
|
+
export { default as TextEmptyIndicatorMode } from '@ui5/webcomponents/dist/types/TextEmptyIndicatorMode.js';
|
|
64
|
+
export { default as TitleLevel } from '@ui5/webcomponents/dist/types/TitleLevel.js';
|
|
65
|
+
export { default as ToastPlacement } from '@ui5/webcomponents/dist/types/ToastPlacement.js';
|
|
66
|
+
export { default as ToolbarAlign } from '@ui5/webcomponents/dist/types/ToolbarAlign.js';
|
|
67
|
+
export { default as ToolbarDesign } from '@ui5/webcomponents/dist/types/ToolbarDesign.js';
|
|
68
|
+
export { default as ToolbarItemOverflowBehavior } from '@ui5/webcomponents/dist/types/ToolbarItemOverflowBehavior.js';
|
|
69
|
+
export { default as WrappingType } from '@ui5/webcomponents/dist/types/WrappingType.js';
|
package/utils/index.d.ts
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterViewInit } from '@angular/core';
|
|
3
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
+
|
|
5
|
+
declare class GenericControlValueAccessor<ValueType = any> implements ControlValueAccessor, AfterViewInit {
|
|
6
|
+
onChange: (val: ValueType) => void;
|
|
7
|
+
onTouched: () => void;
|
|
8
|
+
private elementRef;
|
|
9
|
+
private cdr;
|
|
10
|
+
private _value;
|
|
11
|
+
private _initialized;
|
|
12
|
+
ngAfterViewInit(): void;
|
|
13
|
+
setDisabledState: (isDisabled: boolean) => void;
|
|
14
|
+
registerOnChange(fn: (newVal: ValueType) => void): void;
|
|
15
|
+
registerOnTouched(fn: () => void): void;
|
|
16
|
+
writeValue(val: ValueType): void;
|
|
17
|
+
private initializeComponent;
|
|
18
|
+
private updateElementValue;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GenericControlValueAccessor<any>, never>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GenericControlValueAccessor<any>, "[noop]", never, {}, {}, never, never, true, never>;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export { GenericControlValueAccessor };
|