@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,143 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _DatePicker from '@ui5/webcomponents/dist/DatePicker.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
|
|
6
|
+
|
|
7
|
+
declare class DatePicker implements AfterViewInit {
|
|
8
|
+
/**
|
|
9
|
+
* Defines a formatted date value.
|
|
10
|
+
*/
|
|
11
|
+
value: _angular_core.InputSignal<string | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Defines the value state of the component.
|
|
14
|
+
*/
|
|
15
|
+
valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
|
|
16
|
+
/**
|
|
17
|
+
* Defines whether the component is required.
|
|
18
|
+
*/
|
|
19
|
+
required: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
20
|
+
/**
|
|
21
|
+
* Determines whether the component is displayed as disabled.
|
|
22
|
+
*/
|
|
23
|
+
disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
24
|
+
/**
|
|
25
|
+
* Determines whether the component is displayed as read-only.
|
|
26
|
+
*/
|
|
27
|
+
readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
28
|
+
/**
|
|
29
|
+
* Defines a short hint, intended to aid the user with data entry when the
|
|
30
|
+
component has no value.
|
|
31
|
+
|
|
32
|
+
**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.
|
|
33
|
+
Passing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.
|
|
34
|
+
*/
|
|
35
|
+
placeholder: _angular_core.InputSignal<string | undefined>;
|
|
36
|
+
/**
|
|
37
|
+
* Determines the name by which the component will be identified upon submission in an HTML form.
|
|
38
|
+
|
|
39
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
40
|
+
*/
|
|
41
|
+
name: _angular_core.InputSignal<string | undefined>;
|
|
42
|
+
/**
|
|
43
|
+
* Defines the visibility of the week numbers column.
|
|
44
|
+
|
|
45
|
+
**Note:** For calendars other than Gregorian,
|
|
46
|
+
the week numbers are not displayed regardless of what is set.
|
|
47
|
+
*/
|
|
48
|
+
hideWeekNumbers: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
49
|
+
/**
|
|
50
|
+
* Defines the open or closed state of the popover.
|
|
51
|
+
*/
|
|
52
|
+
open: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
53
|
+
/**
|
|
54
|
+
* Defines the aria-label attribute for the component.
|
|
55
|
+
*/
|
|
56
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
57
|
+
/**
|
|
58
|
+
* Receives id(or many ids) of the elements that label the component.
|
|
59
|
+
*/
|
|
60
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
61
|
+
/**
|
|
62
|
+
* Defines the accessible description of the component.
|
|
63
|
+
*/
|
|
64
|
+
accessibleDescription: _angular_core.InputSignal<string | undefined>;
|
|
65
|
+
/**
|
|
66
|
+
* Receives id(or many ids) of the elements that describe the input.
|
|
67
|
+
*/
|
|
68
|
+
accessibleDescriptionRef: _angular_core.InputSignal<string | undefined>;
|
|
69
|
+
/**
|
|
70
|
+
* Sets a calendar type used for display.
|
|
71
|
+
If not set, the calendar type of the global configuration is used.
|
|
72
|
+
*/
|
|
73
|
+
primaryCalendarType: _angular_core.InputSignal<"Gregorian" | "Islamic" | "Japanese" | "Buddhist" | "Persian" | undefined>;
|
|
74
|
+
/**
|
|
75
|
+
* Defines the secondary calendar type.
|
|
76
|
+
If not set, the calendar will only show the primary calendar type.
|
|
77
|
+
*/
|
|
78
|
+
secondaryCalendarType: _angular_core.InputSignal<"Gregorian" | "Islamic" | "Japanese" | "Buddhist" | "Persian" | undefined>;
|
|
79
|
+
/**
|
|
80
|
+
* Determines the format, displayed in the input field.
|
|
81
|
+
*/
|
|
82
|
+
formatPattern: _angular_core.InputSignal<string | undefined>;
|
|
83
|
+
/**
|
|
84
|
+
* Determines the format, displayed in the input field.
|
|
85
|
+
*/
|
|
86
|
+
displayFormat: _angular_core.InputSignal<string | undefined>;
|
|
87
|
+
/**
|
|
88
|
+
* Determines the format, used for the value attribute.
|
|
89
|
+
*/
|
|
90
|
+
valueFormat: _angular_core.InputSignal<string | undefined>;
|
|
91
|
+
/**
|
|
92
|
+
* Determines the minimum date available for selection.
|
|
93
|
+
|
|
94
|
+
**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).
|
|
95
|
+
*/
|
|
96
|
+
minDate: _angular_core.InputSignal<string | undefined>;
|
|
97
|
+
/**
|
|
98
|
+
* Determines the maximum date available for selection.
|
|
99
|
+
|
|
100
|
+
**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).
|
|
101
|
+
*/
|
|
102
|
+
maxDate: _angular_core.InputSignal<string | undefined>;
|
|
103
|
+
/**
|
|
104
|
+
* Defines how to calculate calendar weeks and first day of the week.
|
|
105
|
+
If not set, the calendar will be displayed according to the currently set global configuration.
|
|
106
|
+
*/
|
|
107
|
+
calendarWeekNumbering: _angular_core.InputSignal<"Default" | "ISO_8601" | "MiddleEastern" | "WesternTraditional" | undefined>;
|
|
108
|
+
/**
|
|
109
|
+
* Currently selected date represented as a Local JavaScript Date instance.
|
|
110
|
+
* @readonly This property is managed by the web component.
|
|
111
|
+
*/
|
|
112
|
+
get dateValue(): Date | null;
|
|
113
|
+
/**
|
|
114
|
+
* Fired when the input operation has finished by pressing Enter or on focusout.
|
|
115
|
+
*/
|
|
116
|
+
ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_DatePicker, "change">>;
|
|
117
|
+
/**
|
|
118
|
+
* Fired when the value of the component is changed at each key stroke.
|
|
119
|
+
*/
|
|
120
|
+
ui5Input: _angular_core.OutputEmitterRef<UI5CustomEvent<_DatePicker, "input">>;
|
|
121
|
+
/**
|
|
122
|
+
* Fired before the value state of the component is updated internally.
|
|
123
|
+
The event is preventable, meaning that if it's default action is
|
|
124
|
+
prevented, the component will not update the value state.
|
|
125
|
+
*/
|
|
126
|
+
ui5ValueStateChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_DatePicker, "value-state-change">>;
|
|
127
|
+
/**
|
|
128
|
+
* Fired after the component's picker is opened.
|
|
129
|
+
*/
|
|
130
|
+
ui5Open: _angular_core.OutputEmitterRef<UI5CustomEvent<_DatePicker, "open">>;
|
|
131
|
+
/**
|
|
132
|
+
* Fired after the component's picker is closed.
|
|
133
|
+
*/
|
|
134
|
+
ui5Close: _angular_core.OutputEmitterRef<UI5CustomEvent<_DatePicker, "close">>;
|
|
135
|
+
elementRef: ElementRef<_DatePicker>;
|
|
136
|
+
injector: Injector;
|
|
137
|
+
get element(): _DatePicker;
|
|
138
|
+
ngAfterViewInit(): void;
|
|
139
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DatePicker, never>;
|
|
140
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DatePicker, "ui5-date-picker, [ui5-date-picker]", ["ui5DatePicker"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "hideWeekNumbers": { "alias": "hideWeekNumbers"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "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; }; "primaryCalendarType": { "alias": "primaryCalendarType"; "required": false; "isSignal": true; }; "secondaryCalendarType": { "alias": "secondaryCalendarType"; "required": false; "isSignal": true; }; "formatPattern": { "alias": "formatPattern"; "required": false; "isSignal": true; }; "displayFormat": { "alias": "displayFormat"; "required": false; "isSignal": true; }; "valueFormat": { "alias": "valueFormat"; "required": false; "isSignal": true; }; "minDate": { "alias": "minDate"; "required": false; "isSignal": true; }; "maxDate": { "alias": "maxDate"; "required": false; "isSignal": true; }; "calendarWeekNumbering": { "alias": "calendarWeekNumbering"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5ValueStateChange": "ui5ValueStateChange"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
export { DatePicker };
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _DateRangePicker from '@ui5/webcomponents/dist/DateRangePicker.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
|
|
6
|
+
|
|
7
|
+
declare class DateRangePicker implements AfterViewInit {
|
|
8
|
+
/**
|
|
9
|
+
* Determines the symbol which separates the dates.
|
|
10
|
+
If not supplied, the default time interval delimiter for the current locale will be used.
|
|
11
|
+
*/
|
|
12
|
+
delimiter: _angular_core.InputSignal<string | undefined>;
|
|
13
|
+
/**
|
|
14
|
+
* Defines a formatted date value.
|
|
15
|
+
*/
|
|
16
|
+
value: _angular_core.InputSignal<string | undefined>;
|
|
17
|
+
/**
|
|
18
|
+
* Defines the value state of the component.
|
|
19
|
+
*/
|
|
20
|
+
valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
|
|
21
|
+
/**
|
|
22
|
+
* Defines whether the component is required.
|
|
23
|
+
*/
|
|
24
|
+
required: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
25
|
+
/**
|
|
26
|
+
* Determines whether the component is displayed as disabled.
|
|
27
|
+
*/
|
|
28
|
+
disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
29
|
+
/**
|
|
30
|
+
* Determines whether the component is displayed as read-only.
|
|
31
|
+
*/
|
|
32
|
+
readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
33
|
+
/**
|
|
34
|
+
* Defines a short hint, intended to aid the user with data entry when the
|
|
35
|
+
component has no value.
|
|
36
|
+
|
|
37
|
+
**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.
|
|
38
|
+
Passing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.
|
|
39
|
+
*/
|
|
40
|
+
placeholder: _angular_core.InputSignal<string | undefined>;
|
|
41
|
+
/**
|
|
42
|
+
* Determines the name by which the component will be identified upon submission in an HTML form.
|
|
43
|
+
|
|
44
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
45
|
+
*/
|
|
46
|
+
name: _angular_core.InputSignal<string | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* Defines the visibility of the week numbers column.
|
|
49
|
+
|
|
50
|
+
**Note:** For calendars other than Gregorian,
|
|
51
|
+
the week numbers are not displayed regardless of what is set.
|
|
52
|
+
*/
|
|
53
|
+
hideWeekNumbers: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
54
|
+
/**
|
|
55
|
+
* Defines the open or closed state of the popover.
|
|
56
|
+
*/
|
|
57
|
+
open: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
58
|
+
/**
|
|
59
|
+
* Defines the aria-label attribute for the component.
|
|
60
|
+
*/
|
|
61
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
62
|
+
/**
|
|
63
|
+
* Receives id(or many ids) of the elements that label the component.
|
|
64
|
+
*/
|
|
65
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
66
|
+
/**
|
|
67
|
+
* Defines the accessible description of the component.
|
|
68
|
+
*/
|
|
69
|
+
accessibleDescription: _angular_core.InputSignal<string | undefined>;
|
|
70
|
+
/**
|
|
71
|
+
* Receives id(or many ids) of the elements that describe the input.
|
|
72
|
+
*/
|
|
73
|
+
accessibleDescriptionRef: _angular_core.InputSignal<string | undefined>;
|
|
74
|
+
/**
|
|
75
|
+
* Sets a calendar type used for display.
|
|
76
|
+
If not set, the calendar type of the global configuration is used.
|
|
77
|
+
*/
|
|
78
|
+
primaryCalendarType: _angular_core.InputSignal<"Gregorian" | "Islamic" | "Japanese" | "Buddhist" | "Persian" | undefined>;
|
|
79
|
+
/**
|
|
80
|
+
* Defines the secondary calendar type.
|
|
81
|
+
If not set, the calendar will only show the primary calendar type.
|
|
82
|
+
*/
|
|
83
|
+
secondaryCalendarType: _angular_core.InputSignal<"Gregorian" | "Islamic" | "Japanese" | "Buddhist" | "Persian" | undefined>;
|
|
84
|
+
/**
|
|
85
|
+
* Determines the format, displayed in the input field.
|
|
86
|
+
*/
|
|
87
|
+
formatPattern: _angular_core.InputSignal<string | undefined>;
|
|
88
|
+
/**
|
|
89
|
+
* Determines the format, displayed in the input field.
|
|
90
|
+
*/
|
|
91
|
+
displayFormat: _angular_core.InputSignal<string | undefined>;
|
|
92
|
+
/**
|
|
93
|
+
* Determines the format, used for the value attribute.
|
|
94
|
+
*/
|
|
95
|
+
valueFormat: _angular_core.InputSignal<string | undefined>;
|
|
96
|
+
/**
|
|
97
|
+
* Determines the minimum date available for selection.
|
|
98
|
+
|
|
99
|
+
**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).
|
|
100
|
+
*/
|
|
101
|
+
minDate: _angular_core.InputSignal<string | undefined>;
|
|
102
|
+
/**
|
|
103
|
+
* Determines the maximum date available for selection.
|
|
104
|
+
|
|
105
|
+
**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).
|
|
106
|
+
*/
|
|
107
|
+
maxDate: _angular_core.InputSignal<string | undefined>;
|
|
108
|
+
/**
|
|
109
|
+
* Defines how to calculate calendar weeks and first day of the week.
|
|
110
|
+
If not set, the calendar will be displayed according to the currently set global configuration.
|
|
111
|
+
*/
|
|
112
|
+
calendarWeekNumbering: _angular_core.InputSignal<"Default" | "ISO_8601" | "MiddleEastern" | "WesternTraditional" | undefined>;
|
|
113
|
+
/**
|
|
114
|
+
* **Note:** The getter method is inherited and not supported. If called it will return an empty value.
|
|
115
|
+
* @readonly This property is managed by the web component.
|
|
116
|
+
*/
|
|
117
|
+
get dateValue(): Date | null;
|
|
118
|
+
/**
|
|
119
|
+
* **Note:** The getter method is inherited and not supported. If called it will return an empty value.
|
|
120
|
+
* @readonly This property is managed by the web component.
|
|
121
|
+
*/
|
|
122
|
+
get dateValueUTC(): Date | null;
|
|
123
|
+
/**
|
|
124
|
+
* Returns the start date of the currently selected range as JavaScript Date instance.
|
|
125
|
+
* @readonly This property is managed by the web component.
|
|
126
|
+
*/
|
|
127
|
+
get startDateValue(): Date | null;
|
|
128
|
+
/**
|
|
129
|
+
* Returns the end date of the currently selected range as JavaScript Date instance.
|
|
130
|
+
* @readonly This property is managed by the web component.
|
|
131
|
+
*/
|
|
132
|
+
get endDateValue(): Date | null;
|
|
133
|
+
/**
|
|
134
|
+
* Fired when the input operation has finished by pressing Enter or on focusout.
|
|
135
|
+
*/
|
|
136
|
+
ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_DateRangePicker, "change">>;
|
|
137
|
+
/**
|
|
138
|
+
* Fired when the value of the component is changed at each key stroke.
|
|
139
|
+
*/
|
|
140
|
+
ui5Input: _angular_core.OutputEmitterRef<UI5CustomEvent<_DateRangePicker, "input">>;
|
|
141
|
+
/**
|
|
142
|
+
* Fired before the value state of the component is updated internally.
|
|
143
|
+
The event is preventable, meaning that if it's default action is
|
|
144
|
+
prevented, the component will not update the value state.
|
|
145
|
+
*/
|
|
146
|
+
ui5ValueStateChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_DateRangePicker, "value-state-change">>;
|
|
147
|
+
/**
|
|
148
|
+
* Fired after the component's picker is opened.
|
|
149
|
+
*/
|
|
150
|
+
ui5Open: _angular_core.OutputEmitterRef<UI5CustomEvent<_DateRangePicker, "open">>;
|
|
151
|
+
/**
|
|
152
|
+
* Fired after the component's picker is closed.
|
|
153
|
+
*/
|
|
154
|
+
ui5Close: _angular_core.OutputEmitterRef<UI5CustomEvent<_DateRangePicker, "close">>;
|
|
155
|
+
elementRef: ElementRef<_DateRangePicker>;
|
|
156
|
+
injector: Injector;
|
|
157
|
+
get element(): _DateRangePicker;
|
|
158
|
+
ngAfterViewInit(): void;
|
|
159
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DateRangePicker, never>;
|
|
160
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DateRangePicker, "ui5-daterange-picker, [ui5-daterange-picker]", ["ui5DateRangePicker"], { "delimiter": { "alias": "delimiter"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "hideWeekNumbers": { "alias": "hideWeekNumbers"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "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; }; "primaryCalendarType": { "alias": "primaryCalendarType"; "required": false; "isSignal": true; }; "secondaryCalendarType": { "alias": "secondaryCalendarType"; "required": false; "isSignal": true; }; "formatPattern": { "alias": "formatPattern"; "required": false; "isSignal": true; }; "displayFormat": { "alias": "displayFormat"; "required": false; "isSignal": true; }; "valueFormat": { "alias": "valueFormat"; "required": false; "isSignal": true; }; "minDate": { "alias": "minDate"; "required": false; "isSignal": true; }; "maxDate": { "alias": "maxDate"; "required": false; "isSignal": true; }; "calendarWeekNumbering": { "alias": "calendarWeekNumbering"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5ValueStateChange": "ui5ValueStateChange"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
export { DateRangePicker };
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _DateTimePicker from '@ui5/webcomponents/dist/DateTimePicker.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
|
|
6
|
+
|
|
7
|
+
declare class DateTimePicker implements AfterViewInit {
|
|
8
|
+
/**
|
|
9
|
+
* Defines a formatted date value.
|
|
10
|
+
*/
|
|
11
|
+
value: _angular_core.InputSignal<string | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Defines the value state of the component.
|
|
14
|
+
*/
|
|
15
|
+
valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
|
|
16
|
+
/**
|
|
17
|
+
* Defines whether the component is required.
|
|
18
|
+
*/
|
|
19
|
+
required: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
20
|
+
/**
|
|
21
|
+
* Determines whether the component is displayed as disabled.
|
|
22
|
+
*/
|
|
23
|
+
disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
24
|
+
/**
|
|
25
|
+
* Determines whether the component is displayed as read-only.
|
|
26
|
+
*/
|
|
27
|
+
readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
28
|
+
/**
|
|
29
|
+
* Defines a short hint, intended to aid the user with data entry when the
|
|
30
|
+
component has no value.
|
|
31
|
+
|
|
32
|
+
**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.
|
|
33
|
+
Passing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.
|
|
34
|
+
*/
|
|
35
|
+
placeholder: _angular_core.InputSignal<string | undefined>;
|
|
36
|
+
/**
|
|
37
|
+
* Determines the name by which the component will be identified upon submission in an HTML form.
|
|
38
|
+
|
|
39
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
40
|
+
*/
|
|
41
|
+
name: _angular_core.InputSignal<string | undefined>;
|
|
42
|
+
/**
|
|
43
|
+
* Defines the visibility of the week numbers column.
|
|
44
|
+
|
|
45
|
+
**Note:** For calendars other than Gregorian,
|
|
46
|
+
the week numbers are not displayed regardless of what is set.
|
|
47
|
+
*/
|
|
48
|
+
hideWeekNumbers: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
49
|
+
/**
|
|
50
|
+
* Defines the open or closed state of the popover.
|
|
51
|
+
*/
|
|
52
|
+
open: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
53
|
+
/**
|
|
54
|
+
* Defines the aria-label attribute for the component.
|
|
55
|
+
*/
|
|
56
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
57
|
+
/**
|
|
58
|
+
* Receives id(or many ids) of the elements that label the component.
|
|
59
|
+
*/
|
|
60
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
61
|
+
/**
|
|
62
|
+
* Defines the accessible description of the component.
|
|
63
|
+
*/
|
|
64
|
+
accessibleDescription: _angular_core.InputSignal<string | undefined>;
|
|
65
|
+
/**
|
|
66
|
+
* Receives id(or many ids) of the elements that describe the input.
|
|
67
|
+
*/
|
|
68
|
+
accessibleDescriptionRef: _angular_core.InputSignal<string | undefined>;
|
|
69
|
+
/**
|
|
70
|
+
* Sets a calendar type used for display.
|
|
71
|
+
If not set, the calendar type of the global configuration is used.
|
|
72
|
+
*/
|
|
73
|
+
primaryCalendarType: _angular_core.InputSignal<"Gregorian" | "Islamic" | "Japanese" | "Buddhist" | "Persian" | undefined>;
|
|
74
|
+
/**
|
|
75
|
+
* Defines the secondary calendar type.
|
|
76
|
+
If not set, the calendar will only show the primary calendar type.
|
|
77
|
+
*/
|
|
78
|
+
secondaryCalendarType: _angular_core.InputSignal<"Gregorian" | "Islamic" | "Japanese" | "Buddhist" | "Persian" | undefined>;
|
|
79
|
+
/**
|
|
80
|
+
* Determines the format, displayed in the input field.
|
|
81
|
+
*/
|
|
82
|
+
formatPattern: _angular_core.InputSignal<string | undefined>;
|
|
83
|
+
/**
|
|
84
|
+
* Determines the format, displayed in the input field.
|
|
85
|
+
*/
|
|
86
|
+
displayFormat: _angular_core.InputSignal<string | undefined>;
|
|
87
|
+
/**
|
|
88
|
+
* Determines the format, used for the value attribute.
|
|
89
|
+
*/
|
|
90
|
+
valueFormat: _angular_core.InputSignal<string | undefined>;
|
|
91
|
+
/**
|
|
92
|
+
* Determines the minimum date available for selection.
|
|
93
|
+
|
|
94
|
+
**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).
|
|
95
|
+
*/
|
|
96
|
+
minDate: _angular_core.InputSignal<string | undefined>;
|
|
97
|
+
/**
|
|
98
|
+
* Determines the maximum date available for selection.
|
|
99
|
+
|
|
100
|
+
**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).
|
|
101
|
+
*/
|
|
102
|
+
maxDate: _angular_core.InputSignal<string | undefined>;
|
|
103
|
+
/**
|
|
104
|
+
* Defines how to calculate calendar weeks and first day of the week.
|
|
105
|
+
If not set, the calendar will be displayed according to the currently set global configuration.
|
|
106
|
+
*/
|
|
107
|
+
calendarWeekNumbering: _angular_core.InputSignal<"Default" | "ISO_8601" | "MiddleEastern" | "WesternTraditional" | undefined>;
|
|
108
|
+
/**
|
|
109
|
+
* Currently selected date represented as a Local JavaScript Date instance.
|
|
110
|
+
* @readonly This property is managed by the web component.
|
|
111
|
+
*/
|
|
112
|
+
get dateValue(): Date | null;
|
|
113
|
+
/**
|
|
114
|
+
* Fired when the input operation has finished by pressing Enter or on focusout.
|
|
115
|
+
*/
|
|
116
|
+
ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_DateTimePicker, "change">>;
|
|
117
|
+
/**
|
|
118
|
+
* Fired when the value of the component is changed at each key stroke.
|
|
119
|
+
*/
|
|
120
|
+
ui5Input: _angular_core.OutputEmitterRef<UI5CustomEvent<_DateTimePicker, "input">>;
|
|
121
|
+
/**
|
|
122
|
+
* Fired before the value state of the component is updated internally.
|
|
123
|
+
The event is preventable, meaning that if it's default action is
|
|
124
|
+
prevented, the component will not update the value state.
|
|
125
|
+
*/
|
|
126
|
+
ui5ValueStateChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_DateTimePicker, "value-state-change">>;
|
|
127
|
+
/**
|
|
128
|
+
* Fired after the component's picker is opened.
|
|
129
|
+
*/
|
|
130
|
+
ui5Open: _angular_core.OutputEmitterRef<UI5CustomEvent<_DateTimePicker, "open">>;
|
|
131
|
+
/**
|
|
132
|
+
* Fired after the component's picker is closed.
|
|
133
|
+
*/
|
|
134
|
+
ui5Close: _angular_core.OutputEmitterRef<UI5CustomEvent<_DateTimePicker, "close">>;
|
|
135
|
+
elementRef: ElementRef<_DateTimePicker>;
|
|
136
|
+
injector: Injector;
|
|
137
|
+
get element(): _DateTimePicker;
|
|
138
|
+
ngAfterViewInit(): void;
|
|
139
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DateTimePicker, never>;
|
|
140
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DateTimePicker, "ui5-datetime-picker, [ui5-datetime-picker]", ["ui5DateTimePicker"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "hideWeekNumbers": { "alias": "hideWeekNumbers"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "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; }; "primaryCalendarType": { "alias": "primaryCalendarType"; "required": false; "isSignal": true; }; "secondaryCalendarType": { "alias": "secondaryCalendarType"; "required": false; "isSignal": true; }; "formatPattern": { "alias": "formatPattern"; "required": false; "isSignal": true; }; "displayFormat": { "alias": "displayFormat"; "required": false; "isSignal": true; }; "valueFormat": { "alias": "valueFormat"; "required": false; "isSignal": true; }; "minDate": { "alias": "minDate"; "required": false; "isSignal": true; }; "maxDate": { "alias": "maxDate"; "required": false; "isSignal": true; }; "calendarWeekNumbering": { "alias": "calendarWeekNumbering"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5ValueStateChange": "ui5ValueStateChange"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
export { DateTimePicker };
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _Dialog from '@ui5/webcomponents/dist/Dialog.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class Dialog implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the header text.
|
|
9
|
+
|
|
10
|
+
**Note:** If `header` slot is provided, the `headerText` is ignored.
|
|
11
|
+
*/
|
|
12
|
+
headerText: _angular_core.InputSignal<string | undefined>;
|
|
13
|
+
/**
|
|
14
|
+
* Determines if the dialog will be stretched to full screen on mobile. On desktop,
|
|
15
|
+
the dialog will be stretched to approximately 90% of the viewport.
|
|
16
|
+
|
|
17
|
+
**Note:** For better usability of the component it is recommended to set this property to "true" when the dialog is opened on phone.
|
|
18
|
+
*/
|
|
19
|
+
stretch: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
20
|
+
/**
|
|
21
|
+
* Determines whether the component is draggable.
|
|
22
|
+
If this property is set to true, the Dialog will be draggable by its header.
|
|
23
|
+
|
|
24
|
+
**Note:** The component can be draggable only in desktop mode.
|
|
25
|
+
|
|
26
|
+
**Note:** This property overrides the default HTML "draggable" attribute native behavior.
|
|
27
|
+
When "draggable" is set to true, the native browser "draggable"
|
|
28
|
+
behavior is prevented and only the Dialog custom logic ("draggable by its header") works.
|
|
29
|
+
*/
|
|
30
|
+
draggable: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
31
|
+
/**
|
|
32
|
+
* Configures the component to be resizable.
|
|
33
|
+
If this property is set to true, the Dialog will have a resize handle in its bottom right corner in LTR languages.
|
|
34
|
+
In RTL languages, the resize handle will be placed in the bottom left corner.
|
|
35
|
+
|
|
36
|
+
**Note:** The component can be resizable only in desktop mode.
|
|
37
|
+
|
|
38
|
+
**Note:** Upon resizing, externally defined height and width styling will be ignored.
|
|
39
|
+
*/
|
|
40
|
+
resizable: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
41
|
+
/**
|
|
42
|
+
* Defines the state of the `Dialog`.
|
|
43
|
+
|
|
44
|
+
**Note:** If `"Negative"` and `"Critical"` states is set, it will change the
|
|
45
|
+
accessibility role to "alertdialog", if the accessibleRole property is set to `"Dialog"`.
|
|
46
|
+
*/
|
|
47
|
+
state: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
|
|
48
|
+
/**
|
|
49
|
+
* Defines the ID of the HTML Element, which will get the initial focus.
|
|
50
|
+
|
|
51
|
+
**Note:** If an element with `autofocus` attribute is added inside the component,
|
|
52
|
+
`initialFocus` won't take effect.
|
|
53
|
+
*/
|
|
54
|
+
initialFocus: _angular_core.InputSignal<string | undefined>;
|
|
55
|
+
/**
|
|
56
|
+
* Defines if the focus should be returned to the previously focused element,
|
|
57
|
+
when the popup closes.
|
|
58
|
+
*/
|
|
59
|
+
preventFocusRestore: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
60
|
+
/**
|
|
61
|
+
* Defines the accessible name of the component.
|
|
62
|
+
*/
|
|
63
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
64
|
+
/**
|
|
65
|
+
* Defines the IDs of the elements that label the component.
|
|
66
|
+
*/
|
|
67
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
68
|
+
/**
|
|
69
|
+
* Allows setting a custom role.
|
|
70
|
+
*/
|
|
71
|
+
accessibleRole: _angular_core.InputSignal<"None" | "Dialog" | "AlertDialog" | undefined>;
|
|
72
|
+
/**
|
|
73
|
+
* Defines the accessible description of the component.
|
|
74
|
+
*/
|
|
75
|
+
accessibleDescription: _angular_core.InputSignal<string | undefined>;
|
|
76
|
+
/**
|
|
77
|
+
* Receives id(or many ids) of the elements that describe the component.
|
|
78
|
+
*/
|
|
79
|
+
accessibleDescriptionRef: _angular_core.InputSignal<string | undefined>;
|
|
80
|
+
/**
|
|
81
|
+
* Indicates whether initial focus should be prevented.
|
|
82
|
+
*/
|
|
83
|
+
preventInitialFocus: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
84
|
+
/**
|
|
85
|
+
* Indicates if the element is open
|
|
86
|
+
*/
|
|
87
|
+
open: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
88
|
+
/**
|
|
89
|
+
* Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening.
|
|
90
|
+
*/
|
|
91
|
+
ui5BeforeOpen: _angular_core.OutputEmitterRef<UI5CustomEvent<_Dialog, "before-open">>;
|
|
92
|
+
/**
|
|
93
|
+
* Fired after the component is opened.
|
|
94
|
+
*/
|
|
95
|
+
ui5Open: _angular_core.OutputEmitterRef<UI5CustomEvent<_Dialog, "open">>;
|
|
96
|
+
/**
|
|
97
|
+
* Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.
|
|
98
|
+
*/
|
|
99
|
+
ui5BeforeClose: _angular_core.OutputEmitterRef<UI5CustomEvent<_Dialog, "before-close">>;
|
|
100
|
+
/**
|
|
101
|
+
* Fired after the component is closed.
|
|
102
|
+
*/
|
|
103
|
+
ui5Close: _angular_core.OutputEmitterRef<UI5CustomEvent<_Dialog, "close">>;
|
|
104
|
+
elementRef: ElementRef<_Dialog>;
|
|
105
|
+
injector: Injector;
|
|
106
|
+
get element(): _Dialog;
|
|
107
|
+
ngAfterViewInit(): void;
|
|
108
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Dialog, never>;
|
|
109
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Dialog, "ui5-dialog, [ui5-dialog]", ["ui5Dialog"], { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "stretch": { "alias": "stretch"; "required": false; "isSignal": true; }; "draggable": { "alias": "draggable"; "required": false; "isSignal": true; }; "resizable": { "alias": "resizable"; "required": false; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "initialFocus": { "alias": "initialFocus"; "required": false; "isSignal": true; }; "preventFocusRestore": { "alias": "preventFocusRestore"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; "isSignal": true; }; "preventInitialFocus": { "alias": "preventInitialFocus"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; }, { "ui5BeforeOpen": "ui5BeforeOpen"; "ui5Open": "ui5Open"; "ui5BeforeClose": "ui5BeforeClose"; "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export { Dialog };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _DynamicDateRange, { DynamicDateRangeValue } from '@ui5/webcomponents/dist/DynamicDateRange.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class DynamicDateRange implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the value object.
|
|
9
|
+
*/
|
|
10
|
+
value: _angular_core.InputSignal<DynamicDateRangeValue | undefined>;
|
|
11
|
+
/**
|
|
12
|
+
* Defines the options listed as a string, separated by commas and using capital case.
|
|
13
|
+
Example: "TODAY, YESTERDAY, DATERANGE"
|
|
14
|
+
*/
|
|
15
|
+
options: _angular_core.InputSignal<string | undefined>;
|
|
16
|
+
/**
|
|
17
|
+
* Fired when the input operation has finished by pressing Enter or on focusout or a value is selected in the popover.
|
|
18
|
+
*/
|
|
19
|
+
ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_DynamicDateRange, "change">>;
|
|
20
|
+
elementRef: ElementRef<_DynamicDateRange>;
|
|
21
|
+
injector: Injector;
|
|
22
|
+
get element(): _DynamicDateRange;
|
|
23
|
+
ngAfterViewInit(): void;
|
|
24
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DynamicDateRange, never>;
|
|
25
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DynamicDateRange, "ui5-dynamic-date-range, [ui5-dynamic-date-range]", ["ui5DynamicDateRange"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, never>;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export { DynamicDateRange };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _ExpandableText from '@ui5/webcomponents/dist/ExpandableText.js';
|
|
4
|
+
|
|
5
|
+
declare class ExpandableText implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Text of the component.
|
|
8
|
+
*/
|
|
9
|
+
text: _angular_core.InputSignal<string | undefined>;
|
|
10
|
+
/**
|
|
11
|
+
* Maximum number of characters to be displayed initially. If the text length exceeds this limit, the text will be truncated with an ellipsis, and the "More" link will be displayed.
|
|
12
|
+
*/
|
|
13
|
+
maxCharacters: _angular_core.InputSignal<number | undefined>;
|
|
14
|
+
/**
|
|
15
|
+
* Determines how the full text will be displayed.
|
|
16
|
+
*/
|
|
17
|
+
overflowMode: _angular_core.InputSignal<"InPlace" | "Popover" | undefined>;
|
|
18
|
+
/**
|
|
19
|
+
* Specifies if an empty indicator should be displayed when there is no text.
|
|
20
|
+
*/
|
|
21
|
+
emptyIndicatorMode: _angular_core.InputSignal<"Off" | "On" | undefined>;
|
|
22
|
+
elementRef: ElementRef<_ExpandableText>;
|
|
23
|
+
injector: Injector;
|
|
24
|
+
get element(): _ExpandableText;
|
|
25
|
+
ngAfterViewInit(): void;
|
|
26
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ExpandableText, never>;
|
|
27
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ExpandableText, "ui5-expandable-text, [ui5-expandable-text]", ["ui5ExpandableText"], { "text": { "alias": "text"; "required": false; "isSignal": true; }; "maxCharacters": { "alias": "maxCharacters"; "required": false; "isSignal": true; }; "overflowMode": { "alias": "overflowMode"; "required": false; "isSignal": true; }; "emptyIndicatorMode": { "alias": "emptyIndicatorMode"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export { ExpandableText };
|