@fundamental-ngx/ui5-webcomponents 0.58.4 → 0.58.6
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/avatar/index.d.ts +136 -0
- package/avatar-group/index.d.ts +97 -0
- package/bar/index.d.ts +61 -0
- package/breadcrumbs/index.d.ts +58 -0
- package/breadcrumbs-item/index.d.ts +63 -0
- package/busy-indicator/index.d.ts +57 -0
- package/button/index.d.ts +149 -0
- package/button-badge/index.d.ts +29 -0
- package/calendar/index.d.ts +112 -0
- package/calendar-date/index.d.ts +19 -0
- package/calendar-date-range/index.d.ts +24 -0
- package/calendar-legend/index.d.ts +53 -0
- package/calendar-legend-item/index.d.ts +22 -0
- package/card/index.d.ts +63 -0
- package/card-header/index.d.ts +62 -0
- package/carousel/index.d.ts +114 -0
- package/check-box/index.d.ts +108 -0
- package/color-palette/index.d.ts +42 -0
- package/color-palette-item/index.d.ts +27 -0
- package/color-palette-popover/index.d.ts +74 -0
- package/color-picker/index.d.ts +35 -0
- package/combo-box/index.d.ts +138 -0
- package/combo-box-item/index.d.ts +22 -0
- package/combo-box-item-group/index.d.ts +75 -0
- package/date-picker/index.d.ts +172 -0
- package/date-range-picker/index.d.ts +192 -0
- package/date-time-picker/index.d.ts +172 -0
- package/dialog/index.d.ts +144 -0
- package/dynamic-date-range/index.d.ts +29 -0
- package/expandable-text/index.d.ts +30 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs +161 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs +207 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs +116 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs +109 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs +117 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs +105 -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 +219 -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 +100 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs +189 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs +127 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs +110 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs +184 -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 +138 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs +80 -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 +140 -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 +220 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs +258 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs +285 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs +258 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs +226 -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 +231 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs +107 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs +96 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs +169 -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 +260 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs +112 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs +219 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs +163 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs +140 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs +230 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs +275 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs +86 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs +263 -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 +162 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs +137 -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 +140 -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 +227 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs +284 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs +102 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs +112 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-panel.mjs +156 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-panel.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs +220 -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 +220 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs +130 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs +164 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs +260 -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 +159 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs +187 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs +86 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs +140 -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 +179 -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 +134 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs +85 -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 +145 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs +89 -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 +117 -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 +197 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs +143 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs +228 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs +90 -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 +207 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs +104 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs +120 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs +224 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs +92 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs +152 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs +178 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs +87 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs +167 -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 +102 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs +224 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs +224 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs +199 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs.map +1 -0
- package/file-uploader/index.d.ts +136 -0
- package/form/index.d.ts +113 -0
- package/form-group/index.d.ts +59 -0
- package/form-item/index.d.ts +48 -0
- package/icon/index.d.ts +67 -0
- package/input/index.d.ts +175 -0
- package/label/index.d.ts +65 -0
- package/link/index.d.ts +149 -0
- package/list/index.d.ts +191 -0
- package/list-item-custom/index.d.ts +99 -0
- package/list-item-group/index.d.ts +75 -0
- package/list-item-standard/index.d.ts +154 -0
- package/menu/index.d.ts +94 -0
- package/menu-item/index.d.ts +183 -0
- package/menu-item-group/index.d.ts +42 -0
- package/menu-separator/index.d.ts +14 -0
- package/message-strip/index.d.ts +72 -0
- package/multi-combo-box/index.d.ts +144 -0
- package/multi-combo-box-item/index.d.ts +26 -0
- package/multi-combo-box-item-group/index.d.ts +75 -0
- package/multi-input/index.d.ts +192 -0
- package/option/index.d.ts +64 -0
- package/option-custom/index.d.ts +55 -0
- package/package.json +425 -1
- package/panel/index.d.ts +87 -0
- package/popover/index.d.ts +135 -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 +135 -0
- package/segmented-button/index.d.ts +81 -0
- package/segmented-button-item/index.d.ts +79 -0
- package/select/index.d.ts +155 -0
- package/slider/index.d.ts +82 -0
- package/special-calendar-date/index.d.ts +23 -0
- package/split-button/index.d.ts +96 -0
- package/step-input/index.d.ts +115 -0
- package/suggestion-item/index.d.ts +22 -0
- package/suggestion-item-custom/index.d.ts +42 -0
- package/suggestion-item-group/index.d.ts +75 -0
- package/switch/index.d.ts +86 -0
- package/tab/index.d.ts +80 -0
- package/tab-container/index.d.ts +108 -0
- package/tab-separator/index.d.ts +14 -0
- package/table/index.d.ts +117 -0
- package/table-cell/index.d.ts +41 -0
- package/table-growing/index.d.ts +43 -0
- package/table-header-cell/index.d.ts +95 -0
- package/table-header-cell-action-a-i/index.d.ts +19 -0
- package/table-header-row/index.d.ts +45 -0
- package/table-row/index.d.ts +69 -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 +76 -0
- package/text/index.d.ts +45 -0
- package/text-area/index.d.ts +150 -0
- package/theming/index.d.ts +11 -0
- package/time-picker/index.d.ts +130 -0
- package/title/index.d.ts +58 -0
- package/toast/index.d.ts +60 -0
- package/toggle-button/index.d.ts +153 -0
- package/token/index.d.ts +47 -0
- package/tokenizer/index.d.ts +87 -0
- package/toolbar/index.d.ts +55 -0
- package/toolbar-button/index.d.ts +112 -0
- package/toolbar-select/index.d.ts +100 -0
- package/toolbar-select-option/index.d.ts +43 -0
- package/toolbar-separator/index.d.ts +24 -0
- package/toolbar-spacer/index.d.ts +30 -0
- package/tree/index.d.ts +123 -0
- package/tree-item/index.d.ts +148 -0
- package/tree-item-custom/index.d.ts +145 -0
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _ColorPalettePopover from '@ui5/webcomponents/dist/ColorPalettePopover.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class ColorPalettePopover implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines whether the user can see the last used colors in the bottom of the component
|
|
9
|
+
*/
|
|
10
|
+
showRecentColors: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
11
|
+
/**
|
|
12
|
+
* Defines whether the user can choose a custom color from a component.
|
|
13
|
+
*/
|
|
14
|
+
showMoreColors: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
15
|
+
/**
|
|
16
|
+
* Defines whether the user can choose the default color from a button.
|
|
17
|
+
*/
|
|
18
|
+
showDefaultColor: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
19
|
+
/**
|
|
20
|
+
* Defines the default color of the component.
|
|
21
|
+
|
|
22
|
+
**Note:** The default color should be a part of the ColorPalette colors`
|
|
23
|
+
*/
|
|
24
|
+
defaultColor: _angular_core.InputSignal<string | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Defines the open | closed state of the popover.
|
|
27
|
+
*/
|
|
28
|
+
open: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
29
|
+
/**
|
|
30
|
+
* Defines the ID or DOM Reference of the element that the popover is shown at.
|
|
31
|
+
When using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.
|
|
32
|
+
You can only set the `opener` attribute to a DOM Reference when using JavaScript.
|
|
33
|
+
*/
|
|
34
|
+
opener: _angular_core.InputSignal<string | HTMLElement | null | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* Fired when the user selects a color.
|
|
37
|
+
*/
|
|
38
|
+
ui5ItemClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_ColorPalettePopover, "item-click">>;
|
|
39
|
+
/**
|
|
40
|
+
* Fired when the `ui5-color-palette-popover` is closed due to user interaction.
|
|
41
|
+
*/
|
|
42
|
+
ui5Close: _angular_core.OutputEmitterRef<UI5CustomEvent<_ColorPalettePopover, "close">>;
|
|
43
|
+
/**
|
|
44
|
+
* Available slots for content projection in this component.
|
|
45
|
+
*
|
|
46
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
47
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
48
|
+
*
|
|
49
|
+
* - **(default)**: Defines the content of the component.
|
|
50
|
+
*
|
|
51
|
+
* @example
|
|
52
|
+
* ```html
|
|
53
|
+
* <ui5-color-palette-popover>
|
|
54
|
+
* <div slot="header">Custom header content</div>
|
|
55
|
+
* <p>Default slot content</p>
|
|
56
|
+
* </ui5-color-palette-popover>
|
|
57
|
+
* ```
|
|
58
|
+
*
|
|
59
|
+
* @readonly
|
|
60
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
61
|
+
*/
|
|
62
|
+
readonly slots: {
|
|
63
|
+
name: string;
|
|
64
|
+
description: string;
|
|
65
|
+
}[];
|
|
66
|
+
elementRef: ElementRef<_ColorPalettePopover>;
|
|
67
|
+
injector: Injector;
|
|
68
|
+
get element(): _ColorPalettePopover;
|
|
69
|
+
ngAfterViewInit(): void;
|
|
70
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ColorPalettePopover, never>;
|
|
71
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ColorPalettePopover, "ui5-color-palette-popover, [ui5-color-palette-popover]", ["ui5ColorPalettePopover"], { "showRecentColors": { "alias": "showRecentColors"; "required": false; "isSignal": true; }; "showMoreColors": { "alias": "showMoreColors"; "required": false; "isSignal": true; }; "showDefaultColor": { "alias": "showDefaultColor"; "required": false; "isSignal": true; }; "defaultColor": { "alias": "defaultColor"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; "opener": { "alias": "opener"; "required": false; "isSignal": true; }; }, { "ui5ItemClick": "ui5ItemClick"; "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export { ColorPalettePopover };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _ColorPicker from '@ui5/webcomponents/dist/ColorPicker.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class ColorPicker implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the currently selected color of the component.
|
|
9
|
+
|
|
10
|
+
**Note**: use HEX, RGB, RGBA, HSV formats or a CSS color name when modifying this property.
|
|
11
|
+
*/
|
|
12
|
+
value: _angular_core.InputSignal<string | undefined>;
|
|
13
|
+
/**
|
|
14
|
+
* Determines the name by which the component will be identified upon submission in an HTML form.
|
|
15
|
+
|
|
16
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
17
|
+
*/
|
|
18
|
+
name: _angular_core.InputSignal<string | undefined>;
|
|
19
|
+
/**
|
|
20
|
+
* When set to `true`, the alpha slider and inputs for RGB values will not be displayed.
|
|
21
|
+
*/
|
|
22
|
+
simplified: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
23
|
+
/**
|
|
24
|
+
* Fired when the the selected color is changed
|
|
25
|
+
*/
|
|
26
|
+
ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_ColorPicker, "change">>;
|
|
27
|
+
elementRef: ElementRef<_ColorPicker>;
|
|
28
|
+
injector: Injector;
|
|
29
|
+
get element(): _ColorPicker;
|
|
30
|
+
ngAfterViewInit(): void;
|
|
31
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ColorPicker, never>;
|
|
32
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ColorPicker, "ui5-color-picker, [ui5-color-picker]", ["ui5ColorPicker"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "simplified": { "alias": "simplified"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, never>;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export { ColorPicker };
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _ComboBox from '@ui5/webcomponents/dist/ComboBox.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
|
|
6
|
+
|
|
7
|
+
declare class ComboBox implements AfterViewInit {
|
|
8
|
+
/**
|
|
9
|
+
* Defines the value of the component.
|
|
10
|
+
*/
|
|
11
|
+
value: _angular_core.InputSignal<string | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Determines the name by which the component will be identified upon submission in an HTML form.
|
|
14
|
+
|
|
15
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
16
|
+
*/
|
|
17
|
+
name: _angular_core.InputSignal<string | undefined>;
|
|
18
|
+
/**
|
|
19
|
+
* Defines whether the value will be autocompleted to match an item
|
|
20
|
+
*/
|
|
21
|
+
noTypeahead: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
22
|
+
/**
|
|
23
|
+
* Defines a short hint intended to aid the user with data entry when the
|
|
24
|
+
component has no value.
|
|
25
|
+
*/
|
|
26
|
+
placeholder: _angular_core.InputSignal<string | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* Defines whether the component is in disabled state.
|
|
29
|
+
|
|
30
|
+
**Note:** A disabled component is completely noninteractive.
|
|
31
|
+
*/
|
|
32
|
+
disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
33
|
+
/**
|
|
34
|
+
* Defines the value state of the component.
|
|
35
|
+
*/
|
|
36
|
+
valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
|
|
37
|
+
/**
|
|
38
|
+
* Defines whether the component is read-only.
|
|
39
|
+
|
|
40
|
+
**Note:** A read-only component is not editable,
|
|
41
|
+
but still provides visual feedback upon user interaction.
|
|
42
|
+
*/
|
|
43
|
+
readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
44
|
+
/**
|
|
45
|
+
* Defines whether the component is required.
|
|
46
|
+
*/
|
|
47
|
+
required: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
48
|
+
/**
|
|
49
|
+
* Indicates whether a loading indicator should be shown in the picker.
|
|
50
|
+
*/
|
|
51
|
+
loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
52
|
+
/**
|
|
53
|
+
* Defines the filter type of the component.
|
|
54
|
+
*/
|
|
55
|
+
filter: _angular_core.InputSignal<"None" | "StartsWithPerTerm" | "StartsWith" | "Contains" | undefined>;
|
|
56
|
+
/**
|
|
57
|
+
* Defines whether the clear icon of the combobox will be shown.
|
|
58
|
+
*/
|
|
59
|
+
showClearIcon: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
60
|
+
/**
|
|
61
|
+
* Defines the accessible ARIA name of the component.
|
|
62
|
+
*/
|
|
63
|
+
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
64
|
+
/**
|
|
65
|
+
* Receives id(or many ids) of the elements that label the component
|
|
66
|
+
*/
|
|
67
|
+
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
68
|
+
/**
|
|
69
|
+
* Indicates whether the items picker is open.
|
|
70
|
+
*/
|
|
71
|
+
open: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
72
|
+
/**
|
|
73
|
+
* Fired when the input operation has finished by pressing Enter, focusout or an item is selected.
|
|
74
|
+
*/
|
|
75
|
+
ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_ComboBox, "change">>;
|
|
76
|
+
/**
|
|
77
|
+
* Fired when the dropdown is opened.
|
|
78
|
+
*/
|
|
79
|
+
ui5Open: _angular_core.OutputEmitterRef<UI5CustomEvent<_ComboBox, "open">>;
|
|
80
|
+
/**
|
|
81
|
+
* Fired when the dropdown is closed.
|
|
82
|
+
*/
|
|
83
|
+
ui5Close: _angular_core.OutputEmitterRef<UI5CustomEvent<_ComboBox, "close">>;
|
|
84
|
+
/**
|
|
85
|
+
* Fired when typing in input or clear icon is pressed.
|
|
86
|
+
|
|
87
|
+
**Note:** filterValue property is updated, input is changed.
|
|
88
|
+
*/
|
|
89
|
+
ui5Input: _angular_core.OutputEmitterRef<UI5CustomEvent<_ComboBox, "input">>;
|
|
90
|
+
/**
|
|
91
|
+
* Fired when selection is changed by user interaction
|
|
92
|
+
*/
|
|
93
|
+
ui5SelectionChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_ComboBox, "selection-change">>;
|
|
94
|
+
/**
|
|
95
|
+
* Available slots for content projection in this component.
|
|
96
|
+
*
|
|
97
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
98
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
99
|
+
*
|
|
100
|
+
* - **(default)**: Defines the component items.
|
|
101
|
+
* - **valueStateMessage**: Defines the value state message that will be displayed as pop up under the component.
|
|
102
|
+
The value state message slot should contain only one root element.
|
|
103
|
+
|
|
104
|
+
**Note:** If not specified, a default text (in the respective language) will be displayed.
|
|
105
|
+
|
|
106
|
+
**Note:** The `valueStateMessage` would be displayed,
|
|
107
|
+
when the `ui5-combobox` is in `Information`, `Critical` or `Negative` value state.
|
|
108
|
+
* - **icon**: Defines the icon to be displayed in the input field.
|
|
109
|
+
*
|
|
110
|
+
* @example
|
|
111
|
+
* ```html
|
|
112
|
+
* <ui5-combobox>
|
|
113
|
+
* <div slot="header">Custom header content</div>
|
|
114
|
+
* <p>Default slot content</p>
|
|
115
|
+
* </ui5-combobox>
|
|
116
|
+
* ```
|
|
117
|
+
*
|
|
118
|
+
* @readonly
|
|
119
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
120
|
+
*/
|
|
121
|
+
readonly slots: ({
|
|
122
|
+
name: string;
|
|
123
|
+
description: string;
|
|
124
|
+
since?: undefined;
|
|
125
|
+
} | {
|
|
126
|
+
name: string;
|
|
127
|
+
description: string;
|
|
128
|
+
since: string;
|
|
129
|
+
})[];
|
|
130
|
+
elementRef: ElementRef<_ComboBox>;
|
|
131
|
+
injector: Injector;
|
|
132
|
+
get element(): _ComboBox;
|
|
133
|
+
ngAfterViewInit(): void;
|
|
134
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ComboBox, never>;
|
|
135
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ComboBox, "ui5-combobox, [ui5-combobox]", ["ui5ComboBox"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "noTypeahead": { "alias": "noTypeahead"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "filter": { "alias": "filter"; "required": false; "isSignal": true; }; "showClearIcon": { "alias": "showClearIcon"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; "ui5Input": "ui5Input"; "ui5SelectionChange": "ui5SelectionChange"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
export { ComboBox };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _ComboBoxItem from '@ui5/webcomponents/dist/ComboBoxItem.js';
|
|
4
|
+
|
|
5
|
+
declare class ComboBoxItem implements AfterViewInit {
|
|
6
|
+
/**
|
|
7
|
+
* Defines the text of the component.
|
|
8
|
+
*/
|
|
9
|
+
text: _angular_core.InputSignal<string | undefined>;
|
|
10
|
+
/**
|
|
11
|
+
* Defines the additional text of the component.
|
|
12
|
+
*/
|
|
13
|
+
additionalText: _angular_core.InputSignal<string | undefined>;
|
|
14
|
+
elementRef: ElementRef<_ComboBoxItem>;
|
|
15
|
+
injector: Injector;
|
|
16
|
+
get element(): _ComboBoxItem;
|
|
17
|
+
ngAfterViewInit(): void;
|
|
18
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ComboBoxItem, never>;
|
|
19
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ComboBoxItem, "ui5-cb-item, [ui5-cb-item]", ["ui5ComboBoxItem"], { "text": { "alias": "text"; "required": false; "isSignal": true; }; "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export { ComboBoxItem };
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import _ComboBoxItemGroup from '@ui5/webcomponents/dist/ComboBoxItemGroup.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
|
|
6
|
+
declare class ComboBoxItemGroup implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the header text of the <code>ui5-li-group</code>.
|
|
9
|
+
*/
|
|
10
|
+
headerText: _angular_core.InputSignal<string | undefined>;
|
|
11
|
+
/**
|
|
12
|
+
* Defines the accessible name of the header.
|
|
13
|
+
*/
|
|
14
|
+
headerAccessibleName: _angular_core.InputSignal<string | undefined>;
|
|
15
|
+
/**
|
|
16
|
+
* Defines if the text of the component should wrap when it's too long.
|
|
17
|
+
When set to "Normal", the content (title, description) will be wrapped
|
|
18
|
+
using the `ui5-expandable-text` component.<br/>
|
|
19
|
+
|
|
20
|
+
The text can wrap up to 100 characters on small screens (size S) and
|
|
21
|
+
up to 300 characters on larger screens (size M and above). When text exceeds
|
|
22
|
+
these limits, it truncates with an ellipsis followed by a text expansion trigger.
|
|
23
|
+
|
|
24
|
+
Available options are:
|
|
25
|
+
- `None` (default) - The text will truncate with an ellipsis.
|
|
26
|
+
- `Normal` - The text will wrap (without truncation).
|
|
27
|
+
*/
|
|
28
|
+
wrappingType: _angular_core.InputSignal<"None" | "Normal" | undefined>;
|
|
29
|
+
/**
|
|
30
|
+
* Fired when a movable list item is moved over a potential drop target during a dragging operation.
|
|
31
|
+
|
|
32
|
+
If the new position is valid, prevent the default action of the event using `preventDefault()`.
|
|
33
|
+
*/
|
|
34
|
+
ui5MoveOver: _angular_core.OutputEmitterRef<UI5CustomEvent<_ComboBoxItemGroup, "move-over">>;
|
|
35
|
+
/**
|
|
36
|
+
* Fired when a movable list item is dropped onto a drop target.
|
|
37
|
+
|
|
38
|
+
**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.
|
|
39
|
+
*/
|
|
40
|
+
ui5Move: _angular_core.OutputEmitterRef<UI5CustomEvent<_ComboBoxItemGroup, "move">>;
|
|
41
|
+
/**
|
|
42
|
+
* Available slots for content projection in this component.
|
|
43
|
+
*
|
|
44
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
45
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
46
|
+
*
|
|
47
|
+
* - **(default)**: Defines the items of the <code>ui5-cb-item-group</code>.
|
|
48
|
+
* - **header**: Defines the header of the component.
|
|
49
|
+
|
|
50
|
+
**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.
|
|
51
|
+
*
|
|
52
|
+
* @example
|
|
53
|
+
* ```html
|
|
54
|
+
* <ui5-cb-item-group>
|
|
55
|
+
* <div slot="header">Custom header content</div>
|
|
56
|
+
* <p>Default slot content</p>
|
|
57
|
+
* </ui5-cb-item-group>
|
|
58
|
+
* ```
|
|
59
|
+
*
|
|
60
|
+
* @readonly
|
|
61
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
62
|
+
*/
|
|
63
|
+
readonly slots: {
|
|
64
|
+
name: string;
|
|
65
|
+
description: string;
|
|
66
|
+
}[];
|
|
67
|
+
elementRef: ElementRef<_ComboBoxItemGroup>;
|
|
68
|
+
injector: Injector;
|
|
69
|
+
get element(): _ComboBoxItemGroup;
|
|
70
|
+
ngAfterViewInit(): void;
|
|
71
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ComboBoxItemGroup, never>;
|
|
72
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ComboBoxItemGroup, "ui5-cb-item-group, [ui5-cb-item-group]", ["ui5ComboBoxItemGroup"], { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "headerAccessibleName": { "alias": "headerAccessibleName"; "required": false; "isSignal": true; }; "wrappingType": { "alias": "wrappingType"; "required": false; "isSignal": true; }; }, { "ui5MoveOver": "ui5MoveOver"; "ui5Move": "ui5Move"; }, never, ["*"], true, never>;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export { ComboBoxItemGroup };
|
|
@@ -0,0 +1,172 @@
|
|
|
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
|
+
/**
|
|
136
|
+
* Available slots for content projection in this component.
|
|
137
|
+
*
|
|
138
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
139
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
140
|
+
*
|
|
141
|
+
* - **valueStateMessage**: Defines the value state message that will be displayed as pop up under the component.
|
|
142
|
+
|
|
143
|
+
**Note:** If not specified, a default text (in the respective language) will be displayed.
|
|
144
|
+
|
|
145
|
+
**Note:** The `valueStateMessage` would be displayed,
|
|
146
|
+
when the component is in `Information`, `Critical` or `Negative` value state.
|
|
147
|
+
*
|
|
148
|
+
* @example
|
|
149
|
+
* ```html
|
|
150
|
+
* <ui5-date-picker>
|
|
151
|
+
* <div slot="header">Custom header content</div>
|
|
152
|
+
* <p>Default slot content</p>
|
|
153
|
+
* </ui5-date-picker>
|
|
154
|
+
* ```
|
|
155
|
+
*
|
|
156
|
+
* @readonly
|
|
157
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
158
|
+
*/
|
|
159
|
+
readonly slots: {
|
|
160
|
+
name: string;
|
|
161
|
+
description: string;
|
|
162
|
+
since: string;
|
|
163
|
+
}[];
|
|
164
|
+
elementRef: ElementRef<_DatePicker>;
|
|
165
|
+
injector: Injector;
|
|
166
|
+
get element(): _DatePicker;
|
|
167
|
+
ngAfterViewInit(): void;
|
|
168
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DatePicker, never>;
|
|
169
|
+
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: {}; }]>;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
export { DatePicker };
|