@ui5/webcomponents-ngx 0.3.0-rc.2 → 0.3.0-rc.4
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 +1 -0
- package/compat/index.d.ts +1 -0
- package/compat/table/index.d.ts +115 -0
- package/{main → compat}/table-cell/index.d.ts +3 -3
- package/compat/table-column/index.d.ts +42 -0
- package/{main → compat}/table-group-row/index.d.ts +3 -3
- package/{main → compat}/table-row/index.d.ts +5 -5
- package/compat/theming/index.d.ts +9 -0
- package/compat/ui5-compat.module.d.ts +15 -0
- package/esm2022/compat/index.mjs +2 -0
- package/esm2022/compat/table/index.mjs +70 -0
- package/esm2022/compat/table/ui5-webcomponents-ngx-compat-table.mjs +5 -0
- package/esm2022/compat/table-cell/index.mjs +27 -0
- package/esm2022/{main/table-column/ui5-webcomponents-ngx-main-table-column.mjs → compat/table-cell/ui5-webcomponents-ngx-compat-table-cell.mjs} +1 -1
- package/esm2022/compat/table-column/index.mjs +34 -0
- package/esm2022/compat/table-column/ui5-webcomponents-ngx-compat-table-column.mjs +5 -0
- package/esm2022/compat/table-group-row/index.mjs +27 -0
- package/esm2022/compat/table-group-row/ui5-webcomponents-ngx-compat-table-group-row.mjs +5 -0
- package/esm2022/compat/table-row/index.mjs +34 -0
- package/esm2022/compat/table-row/ui5-webcomponents-ngx-compat-table-row.mjs +5 -0
- package/esm2022/compat/theming/index.mjs +17 -0
- package/esm2022/{main/table-row/ui5-webcomponents-ngx-main-table-row.mjs → compat/theming/ui5-webcomponents-ngx-compat-theming.mjs} +1 -1
- package/esm2022/compat/ui5-compat.module.mjs +41 -0
- package/esm2022/compat/ui5-webcomponents-ngx-compat.mjs +5 -0
- package/esm2022/fiori/barcode-scanner-dialog/index.mjs +12 -5
- package/esm2022/fiori/dynamic-page/index.mjs +39 -0
- package/esm2022/fiori/dynamic-page/ui5-webcomponents-ngx-fiori-dynamic-page.mjs +5 -0
- package/esm2022/fiori/dynamic-page-header/index.mjs +27 -0
- package/esm2022/fiori/dynamic-page-header/ui5-webcomponents-ngx-fiori-dynamic-page-header.mjs +5 -0
- package/esm2022/fiori/dynamic-page-title/index.mjs +27 -0
- package/esm2022/fiori/dynamic-page-title/ui5-webcomponents-ngx-fiori-dynamic-page-title.mjs +5 -0
- package/esm2022/fiori/dynamic-side-content/index.mjs +3 -2
- package/esm2022/fiori/filter-item/index.mjs +3 -2
- package/esm2022/fiori/filter-item-option/index.mjs +3 -2
- package/esm2022/fiori/flexible-column-layout/index.mjs +5 -9
- package/esm2022/fiori/illustrated-message/index.mjs +5 -12
- package/esm2022/fiori/media-gallery/index.mjs +3 -2
- package/esm2022/fiori/media-gallery-item/index.mjs +3 -2
- package/esm2022/fiori/notification-list/index.mjs +40 -0
- package/esm2022/fiori/notification-list/ui5-webcomponents-ngx-fiori-notification-list.mjs +5 -0
- package/esm2022/fiori/notification-list-group-item/index.mjs +9 -14
- package/esm2022/fiori/notification-list-item/index.mjs +13 -10
- package/esm2022/fiori/page/index.mjs +5 -14
- package/esm2022/fiori/product-switch/index.mjs +3 -2
- package/esm2022/fiori/product-switch-item/index.mjs +3 -2
- package/esm2022/fiori/shell-bar/index.mjs +3 -10
- package/esm2022/fiori/shell-bar-item/index.mjs +3 -2
- package/esm2022/fiori/side-navigation/index.mjs +3 -2
- package/esm2022/fiori/side-navigation-group/index.mjs +34 -0
- package/esm2022/fiori/side-navigation-group/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs +5 -0
- package/esm2022/fiori/side-navigation-item/index.mjs +3 -6
- package/esm2022/fiori/side-navigation-sub-item/index.mjs +5 -4
- package/esm2022/fiori/sort-item/index.mjs +3 -2
- package/esm2022/fiori/timeline/index.mjs +3 -2
- package/esm2022/fiori/timeline-item/index.mjs +3 -2
- package/esm2022/fiori/ui5-fiori.module.mjs +23 -11
- package/esm2022/fiori/upload-collection/index.mjs +5 -4
- package/esm2022/fiori/upload-collection-item/index.mjs +7 -2
- package/esm2022/fiori/view-settings-dialog/index.mjs +3 -2
- package/esm2022/fiori/wizard/index.mjs +3 -2
- package/esm2022/fiori/wizard-step/index.mjs +3 -2
- package/esm2022/generic-cva/index.mjs +3 -4
- package/esm2022/index.mjs +27 -13
- package/esm2022/main/avatar/index.mjs +5 -2
- package/esm2022/main/avatar-group/index.mjs +5 -4
- package/esm2022/main/bar/index.mjs +34 -0
- package/esm2022/main/bar/ui5-webcomponents-ngx-main-bar.mjs +5 -0
- package/esm2022/main/breadcrumbs/index.mjs +5 -4
- package/esm2022/main/breadcrumbs-item/index.mjs +3 -2
- package/esm2022/main/busy-indicator/index.mjs +5 -4
- package/esm2022/main/button/index.mjs +7 -4
- package/esm2022/main/calendar/index.mjs +5 -4
- package/esm2022/main/calendar-date/index.mjs +3 -2
- package/esm2022/main/calendar-date-range/index.mjs +34 -0
- package/esm2022/main/calendar-date-range/ui5-webcomponents-ngx-main-calendar-date-range.mjs +5 -0
- package/esm2022/main/calendar-legend/index.mjs +44 -0
- package/esm2022/main/{table-group-row/ui5-webcomponents-ngx-main-table-group-row.mjs → calendar-legend/ui5-webcomponents-ngx-main-calendar-legend.mjs} +1 -1
- package/esm2022/main/calendar-legend-item/index.mjs +34 -0
- package/esm2022/main/calendar-legend-item/ui5-webcomponents-ngx-main-calendar-legend-item.mjs +5 -0
- package/esm2022/main/card/index.mjs +3 -2
- package/esm2022/main/card-header/index.mjs +5 -4
- package/esm2022/main/carousel/index.mjs +11 -10
- package/esm2022/main/check-box/index.mjs +4 -3
- package/esm2022/main/color-palette/index.mjs +3 -2
- package/esm2022/main/color-palette-item/index.mjs +5 -4
- package/esm2022/main/color-palette-popover/index.mjs +3 -2
- package/esm2022/main/color-picker/index.mjs +5 -4
- package/esm2022/main/combo-box/index.mjs +7 -4
- package/esm2022/main/combo-box-item/index.mjs +3 -2
- package/esm2022/main/combo-box-item-group/index.mjs +34 -0
- package/esm2022/main/{combo-box-group-item/ui5-webcomponents-ngx-main-combo-box-group-item.mjs → combo-box-item-group/ui5-webcomponents-ngx-main-combo-box-item-group.mjs} +1 -1
- package/esm2022/main/custom-list-item/index.mjs +9 -2
- package/esm2022/main/date-picker/index.mjs +7 -4
- package/esm2022/main/date-range-picker/index.mjs +7 -4
- package/esm2022/main/date-time-picker/index.mjs +7 -4
- package/esm2022/main/dialog/index.mjs +10 -7
- package/esm2022/main/file-uploader/index.mjs +4 -3
- package/esm2022/main/form/index.mjs +34 -0
- package/esm2022/{fiori/bar/ui5-webcomponents-ngx-fiori-bar.mjs → main/form/ui5-webcomponents-ngx-main-form.mjs} +1 -1
- package/esm2022/main/form-group/index.mjs +34 -0
- package/esm2022/main/{table-cell/ui5-webcomponents-ngx-main-table-cell.mjs → form-group/ui5-webcomponents-ngx-main-form-group.mjs} +1 -1
- package/esm2022/main/form-item/index.mjs +34 -0
- package/esm2022/main/form-item/ui5-webcomponents-ngx-main-form-item.mjs +5 -0
- package/esm2022/main/icon/index.mjs +5 -18
- package/esm2022/main/input/index.mjs +13 -8
- package/esm2022/main/label/index.mjs +3 -2
- package/esm2022/main/link/index.mjs +5 -2
- package/esm2022/main/list/index.mjs +15 -8
- package/esm2022/main/list-item-group/index.mjs +34 -0
- package/esm2022/main/list-item-group/ui5-webcomponents-ngx-main-list-item-group.mjs +5 -0
- package/esm2022/main/menu/index.mjs +9 -8
- package/esm2022/main/menu-item/index.mjs +22 -7
- package/esm2022/main/message-strip/index.mjs +5 -4
- package/esm2022/main/multi-combo-box/index.mjs +9 -6
- package/esm2022/main/multi-combo-box-group-item/index.mjs +3 -2
- package/esm2022/main/multi-combo-box-item/index.mjs +3 -2
- package/esm2022/main/multi-input/index.mjs +13 -8
- package/esm2022/main/option/index.mjs +5 -4
- package/esm2022/main/option-custom/index.mjs +34 -0
- package/esm2022/main/option-custom/ui5-webcomponents-ngx-main-option-custom.mjs +5 -0
- package/esm2022/main/panel/index.mjs +3 -2
- package/esm2022/main/popover/index.mjs +12 -11
- package/esm2022/main/progress-indicator/index.mjs +3 -4
- package/esm2022/main/radio-button/index.mjs +4 -3
- package/esm2022/main/range-slider/index.mjs +7 -4
- package/esm2022/main/rating-indicator/index.mjs +3 -2
- package/esm2022/main/responsive-popover/index.mjs +12 -11
- package/esm2022/main/segmented-button/index.mjs +5 -4
- package/esm2022/main/segmented-button-item/index.mjs +8 -19
- package/esm2022/main/select/index.mjs +4 -5
- package/esm2022/main/slider/index.mjs +7 -4
- package/esm2022/main/special-calendar-date/index.mjs +34 -0
- package/esm2022/main/special-calendar-date/ui5-webcomponents-ngx-main-special-calendar-date.mjs +5 -0
- package/esm2022/main/split-button/index.mjs +4 -11
- package/esm2022/main/standard-list-item/index.mjs +9 -2
- package/esm2022/main/step-input/index.mjs +5 -4
- package/esm2022/main/suggestion-group-item/index.mjs +3 -2
- package/esm2022/main/suggestion-item/index.mjs +3 -2
- package/esm2022/main/switch/index.mjs +4 -3
- package/esm2022/main/tab/index.mjs +3 -2
- package/esm2022/main/tab-container/index.mjs +11 -10
- package/esm2022/main/tab-separator/index.mjs +3 -2
- package/esm2022/main/tag/index.mjs +50 -0
- package/esm2022/main/tag/ui5-webcomponents-ngx-main-tag.mjs +5 -0
- package/esm2022/main/text/index.mjs +34 -0
- package/esm2022/main/text/ui5-webcomponents-ngx-main-text.mjs +5 -0
- package/esm2022/main/text-area/index.mjs +14 -8
- package/esm2022/main/time-picker/index.mjs +16 -6
- package/esm2022/main/title/index.mjs +3 -2
- package/esm2022/main/toast/index.mjs +8 -5
- package/esm2022/main/toggle-button/index.mjs +7 -4
- package/esm2022/main/token/index.mjs +6 -7
- package/esm2022/main/tokenizer/index.mjs +39 -0
- package/esm2022/main/tokenizer/ui5-webcomponents-ngx-main-tokenizer.mjs +5 -0
- package/esm2022/main/toolbar/index.mjs +3 -2
- package/esm2022/main/toolbar-button/index.mjs +5 -4
- package/esm2022/main/toolbar-select/index.mjs +3 -2
- package/esm2022/main/toolbar-select-option/index.mjs +3 -2
- package/esm2022/main/toolbar-separator/index.mjs +3 -2
- package/esm2022/main/toolbar-spacer/index.mjs +3 -2
- package/esm2022/main/tree/index.mjs +5 -4
- package/esm2022/main/tree-item/index.mjs +9 -2
- package/esm2022/main/tree-item-custom/index.mjs +9 -2
- package/esm2022/main/ui5-main.module.mjs +57 -41
- package/esm2022/theming/supported-themes.mjs +2 -2
- package/esm2022/ui5-webcomponents.module.mjs +5 -4
- package/fesm2022/{ui5-webcomponents-ngx-main-table-cell.mjs → ui5-webcomponents-ngx-compat-table-cell.mjs} +4 -3
- package/fesm2022/ui5-webcomponents-ngx-compat-table-cell.mjs.map +1 -0
- package/fesm2022/{ui5-webcomponents-ngx-main-table-column.mjs → ui5-webcomponents-ngx-compat-table-column.mjs} +4 -3
- package/fesm2022/ui5-webcomponents-ngx-compat-table-column.mjs.map +1 -0
- package/fesm2022/{ui5-webcomponents-ngx-main-table-group-row.mjs → ui5-webcomponents-ngx-compat-table-group-row.mjs} +4 -3
- package/fesm2022/ui5-webcomponents-ngx-compat-table-group-row.mjs.map +1 -0
- package/fesm2022/{ui5-webcomponents-ngx-main-table-row.mjs → ui5-webcomponents-ngx-compat-table-row.mjs} +4 -3
- package/fesm2022/ui5-webcomponents-ngx-compat-table-row.mjs.map +1 -0
- package/fesm2022/{ui5-webcomponents-ngx-main-table.mjs → ui5-webcomponents-ngx-compat-table.mjs} +4 -3
- package/fesm2022/ui5-webcomponents-ngx-compat-table.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-compat-theming.mjs +23 -0
- package/fesm2022/ui5-webcomponents-ngx-compat-theming.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-compat.mjs +46 -0
- package/fesm2022/ui5-webcomponents-ngx-compat.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-barcode-scanner-dialog.mjs +11 -4
- package/fesm2022/ui5-webcomponents-ngx-fiori-barcode-scanner-dialog.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-header.mjs +33 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-header.mjs.map +1 -0
- package/fesm2022/{ui5-webcomponents-ngx-main-select-menu.mjs → ui5-webcomponents-ngx-fiori-dynamic-page-title.mjs} +9 -8
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-title.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page.mjs +45 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item-option.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item-option.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-flexible-column-layout.mjs +4 -8
- package/fesm2022/ui5-webcomponents-ngx-fiori-flexible-column-layout.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-illustrated-message.mjs +4 -11
- package/fesm2022/ui5-webcomponents-ngx-fiori-illustrated-message.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-group-item.mjs +8 -13
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-group-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-item.mjs +12 -9
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list.mjs +46 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-page.mjs +4 -13
- package/fesm2022/ui5-webcomponents-ngx-fiori-page.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar.mjs +2 -9
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-item.mjs +2 -5
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-sort-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-sort-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-timeline-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-timeline-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-timeline.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-timeline.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection-item.mjs +6 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-wizard-step.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-wizard-step.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-wizard.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-wizard.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori.mjs +22 -10
- package/fesm2022/ui5-webcomponents-ngx-fiori.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-generic-cva.mjs +2 -3
- package/fesm2022/ui5-webcomponents-ngx-generic-cva.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-avatar-group.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-avatar-group.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-avatar.mjs +4 -1
- package/fesm2022/ui5-webcomponents-ngx-main-avatar.mjs.map +1 -1
- package/fesm2022/{ui5-webcomponents-ngx-fiori-bar.mjs → ui5-webcomponents-ngx-main-bar.mjs} +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-bar.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-busy-indicator.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-busy-indicator.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-button.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-date-range.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-date-range.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-date.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-date.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend-item.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend.mjs +50 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-calendar.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-card-header.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-card-header.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-card.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-card.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-carousel.mjs +10 -9
- package/fesm2022/ui5-webcomponents-ngx-main-carousel.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-check-box.mjs +3 -2
- package/fesm2022/ui5-webcomponents-ngx-main-check-box.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette-item.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette-popover.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette-popover.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs.map +1 -1
- package/fesm2022/{ui5-webcomponents-ngx-main-combo-box-group-item.mjs → ui5-webcomponents-ngx-main-combo-box-item-group.mjs} +11 -10
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-custom-list-item.mjs +8 -1
- package/fesm2022/ui5-webcomponents-ngx-main-custom-list-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-date-picker.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-date-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-date-range-picker.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-date-range-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-date-time-picker.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-date-time-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs +9 -6
- package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-file-uploader.mjs +3 -2
- package/fesm2022/ui5-webcomponents-ngx-main-file-uploader.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-form-group.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form-item.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-icon.mjs +4 -17
- package/fesm2022/ui5-webcomponents-ngx-main-icon.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-input.mjs +12 -7
- package/fesm2022/ui5-webcomponents-ngx-main-input.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-label.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-label.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-link.mjs +4 -1
- package/fesm2022/ui5-webcomponents-ngx-main-link.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-list-item-group.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-list-item-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-list.mjs +14 -7
- package/fesm2022/ui5-webcomponents-ngx-main-list.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-menu-item.mjs +21 -6
- package/fesm2022/ui5-webcomponents-ngx-main-menu-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-menu.mjs +8 -7
- package/fesm2022/ui5-webcomponents-ngx-main-menu.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-message-strip.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-message-strip.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-group-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-group-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box.mjs +8 -5
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-input.mjs +12 -7
- package/fesm2022/ui5-webcomponents-ngx-main-multi-input.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-option-custom.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-option-custom.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-option.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-option.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-panel.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-panel.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-popover.mjs +11 -10
- package/fesm2022/ui5-webcomponents-ngx-main-popover.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-progress-indicator.mjs +2 -3
- package/fesm2022/ui5-webcomponents-ngx-main-progress-indicator.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-radio-button.mjs +3 -2
- package/fesm2022/ui5-webcomponents-ngx-main-radio-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-range-slider.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-range-slider.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-responsive-popover.mjs +11 -10
- package/fesm2022/ui5-webcomponents-ngx-main-responsive-popover.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-segmented-button-item.mjs +7 -18
- package/fesm2022/ui5-webcomponents-ngx-main-segmented-button-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-segmented-button.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-segmented-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-select.mjs +3 -4
- package/fesm2022/ui5-webcomponents-ngx-main-select.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-slider.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-slider.mjs.map +1 -1
- package/fesm2022/{ui5-webcomponents-ngx-main-group-header-list-item.mjs → ui5-webcomponents-ngx-main-special-calendar-date.mjs} +13 -12
- package/fesm2022/ui5-webcomponents-ngx-main-special-calendar-date.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-split-button.mjs +3 -10
- package/fesm2022/ui5-webcomponents-ngx-main-split-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-standard-list-item.mjs +8 -1
- package/fesm2022/ui5-webcomponents-ngx-main-standard-list-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-group-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-group-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-switch.mjs +3 -2
- package/fesm2022/ui5-webcomponents-ngx-main-switch.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tab-container.mjs +10 -9
- package/fesm2022/ui5-webcomponents-ngx-main-tab-container.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tab-separator.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tab-separator.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tab.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tab.mjs.map +1 -1
- package/fesm2022/{ui5-webcomponents-ngx-main-badge.mjs → ui5-webcomponents-ngx-main-tag.mjs} +13 -10
- package/fesm2022/ui5-webcomponents-ngx-main-tag.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-text-area.mjs +13 -7
- package/fesm2022/ui5-webcomponents-ngx-main-text-area.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-text.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-text.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-time-picker.mjs +15 -5
- package/fesm2022/ui5-webcomponents-ngx-main-time-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-title.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-title.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toast.mjs +7 -4
- package/fesm2022/ui5-webcomponents-ngx-main-toast.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-token.mjs +5 -6
- package/fesm2022/ui5-webcomponents-ngx-main-token.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs +45 -0
- package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select-option.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select-option.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-separator.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-separator.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-spacer.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-spacer.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree-item-custom.mjs +8 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree-item-custom.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree-item.mjs +8 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main.mjs +56 -40
- package/fesm2022/ui5-webcomponents-ngx-main.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-theming.mjs +1 -1
- package/fesm2022/ui5-webcomponents-ngx-theming.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx.mjs +30 -15
- package/fesm2022/ui5-webcomponents-ngx.mjs.map +1 -1
- package/fiori/barcode-scanner-dialog/index.d.ts +9 -1
- package/fiori/dynamic-page/index.d.ts +38 -0
- package/fiori/dynamic-page-header/index.d.ts +13 -0
- package/fiori/dynamic-page-title/index.d.ts +13 -0
- package/fiori/dynamic-side-content/index.d.ts +1 -30
- package/fiori/filter-item/index.d.ts +1 -1
- package/fiori/filter-item-option/index.d.ts +1 -1
- package/fiori/flexible-column-layout/index.d.ts +27 -28
- package/fiori/illustrated-message/index.d.ts +26 -36
- package/fiori/media-gallery/index.d.ts +6 -6
- package/fiori/media-gallery-item/index.d.ts +1 -7
- package/fiori/notification-list/index.d.ts +30 -0
- package/fiori/notification-list-group-item/index.d.ts +9 -26
- package/fiori/notification-list-item/index.d.ts +26 -24
- package/fiori/page/index.d.ts +9 -10
- package/fiori/product-switch/index.d.ts +1 -1
- package/fiori/product-switch-item/index.d.ts +14 -15
- package/fiori/shell-bar/index.d.ts +41 -58
- package/fiori/shell-bar-item/index.d.ts +3 -3
- package/fiori/side-navigation/index.d.ts +2 -2
- package/fiori/side-navigation-group/index.d.ts +33 -0
- package/fiori/side-navigation-item/index.d.ts +14 -27
- package/fiori/side-navigation-sub-item/index.d.ts +13 -26
- package/fiori/sort-item/index.d.ts +1 -1
- package/fiori/timeline/index.d.ts +1 -9
- package/fiori/timeline-item/index.d.ts +7 -8
- package/fiori/ui5-fiori.module.d.ts +32 -29
- package/fiori/upload-collection/index.d.ts +10 -13
- package/fiori/upload-collection-item/index.d.ts +51 -44
- package/fiori/view-settings-dialog/index.d.ts +2 -2
- package/fiori/wizard/index.d.ts +2 -2
- package/fiori/wizard-step/index.d.ts +16 -23
- package/generic-cva/index.d.ts +0 -1
- package/index.d.ts +26 -12
- package/main/avatar/index.d.ts +37 -31
- package/main/avatar-group/index.d.ts +12 -4
- package/{fiori → main}/bar/index.d.ts +3 -3
- package/main/breadcrumbs/index.d.ts +10 -8
- package/main/breadcrumbs-item/index.d.ts +12 -13
- package/main/busy-indicator/index.d.ts +6 -2
- package/main/button/index.d.ts +40 -42
- package/main/calendar/index.d.ts +14 -15
- package/main/calendar-date/index.d.ts +3 -3
- package/main/calendar-date-range/index.d.ts +23 -0
- package/main/calendar-legend/index.d.ts +29 -0
- package/main/calendar-legend-item/index.d.ts +21 -0
- package/main/card/index.d.ts +3 -2
- package/main/card-header/index.d.ts +6 -6
- package/main/carousel/index.d.ts +27 -22
- package/main/check-box/index.d.ts +23 -30
- package/main/color-palette/index.d.ts +1 -1
- package/main/color-palette-item/index.d.ts +10 -3
- package/main/color-palette-popover/index.d.ts +8 -4
- package/main/color-picker/index.d.ts +10 -4
- package/main/combo-box/index.d.ts +14 -8
- package/main/combo-box-item/index.d.ts +1 -1
- package/main/combo-box-item-group/index.d.ts +17 -0
- package/main/custom-list-item/index.d.ts +32 -24
- package/main/date-picker/index.d.ts +12 -17
- package/main/date-range-picker/index.d.ts +12 -17
- package/main/date-time-picker/index.d.ts +12 -17
- package/main/dialog/index.d.ts +35 -27
- package/main/file-uploader/index.d.ts +10 -16
- package/main/form/index.d.ts +48 -0
- package/main/form-group/index.d.ts +22 -0
- package/main/form-item/index.d.ts +22 -0
- package/main/icon/index.d.ts +17 -30
- package/main/input/index.d.ts +39 -37
- package/main/label/index.d.ts +10 -9
- package/main/link/index.d.ts +31 -42
- package/main/list/index.d.ts +50 -31
- package/main/list-item-group/index.d.ts +21 -0
- package/main/menu/index.d.ts +17 -15
- package/main/menu-item/index.d.ts +63 -15
- package/main/message-strip/index.d.ts +11 -3
- package/main/multi-combo-box/index.d.ts +17 -9
- package/main/multi-combo-box-group-item/index.d.ts +1 -1
- package/main/multi-combo-box-item/index.d.ts +1 -1
- package/main/multi-input/index.d.ts +43 -39
- package/main/option/index.d.ts +13 -15
- package/main/option-custom/index.d.ts +31 -0
- package/main/panel/index.d.ts +6 -6
- package/main/popover/index.d.ts +25 -20
- package/main/progress-indicator/index.d.ts +7 -12
- package/main/radio-button/index.d.ts +15 -27
- package/main/range-slider/index.d.ts +13 -9
- package/main/rating-indicator/index.d.ts +10 -12
- package/main/responsive-popover/index.d.ts +25 -20
- package/main/segmented-button/index.d.ts +2 -10
- package/main/segmented-button-item/index.d.ts +11 -68
- package/main/select/index.d.ts +14 -29
- package/main/slider/index.d.ts +13 -7
- package/main/special-calendar-date/index.d.ts +22 -0
- package/main/split-button/index.d.ts +3 -7
- package/main/standard-list-item/index.d.ts +44 -37
- package/main/step-input/index.d.ts +12 -14
- package/main/suggestion-group-item/index.d.ts +2 -2
- package/main/suggestion-item/index.d.ts +18 -18
- package/main/switch/index.d.ts +20 -28
- package/main/tab/index.d.ts +9 -12
- package/main/tab-container/index.d.ts +23 -25
- package/main/tab-separator/index.d.ts +1 -1
- package/main/tag/index.d.ts +52 -0
- package/main/text/index.d.ts +17 -0
- package/main/text-area/index.d.ts +31 -33
- package/main/time-picker/index.d.ts +28 -21
- package/main/title/index.d.ts +4 -3
- package/main/toast/index.d.ts +13 -5
- package/main/toggle-button/index.d.ts +40 -42
- package/main/token/index.d.ts +1 -13
- package/main/tokenizer/index.d.ts +43 -0
- package/main/toolbar/index.d.ts +1 -1
- package/main/toolbar-button/index.d.ts +35 -56
- package/main/toolbar-select/index.d.ts +5 -13
- package/main/toolbar-select-option/index.d.ts +1 -1
- package/main/toolbar-separator/index.d.ts +1 -7
- package/main/toolbar-spacer/index.d.ts +2 -9
- package/main/tree/index.d.ts +12 -11
- package/main/tree-item/index.d.ts +48 -42
- package/main/tree-item-custom/index.d.ts +46 -40
- package/main/ui5-main.module.d.ts +79 -75
- package/package.json +160 -75
- package/ui5-webcomponents-ngx-0.3.0-rc.4.tgz +0 -0
- package/ui5-webcomponents.module.d.ts +2 -1
- package/esm2022/fiori/bar/index.mjs +0 -33
- package/esm2022/fiori/notification-action/index.mjs +0 -35
- package/esm2022/fiori/notification-action/ui5-webcomponents-ngx-fiori-notification-action.mjs +0 -5
- package/esm2022/main/badge/index.mjs +0 -47
- package/esm2022/main/badge/ui5-webcomponents-ngx-main-badge.mjs +0 -5
- package/esm2022/main/combo-box-group-item/index.mjs +0 -33
- package/esm2022/main/group-header-list-item/index.mjs +0 -33
- package/esm2022/main/group-header-list-item/ui5-webcomponents-ngx-main-group-header-list-item.mjs +0 -5
- package/esm2022/main/select-menu/index.mjs +0 -26
- package/esm2022/main/select-menu/ui5-webcomponents-ngx-main-select-menu.mjs +0 -5
- package/esm2022/main/select-menu-option/index.mjs +0 -53
- package/esm2022/main/select-menu-option/ui5-webcomponents-ngx-main-select-menu-option.mjs +0 -5
- package/esm2022/main/table/index.mjs +0 -69
- package/esm2022/main/table/ui5-webcomponents-ngx-main-table.mjs +0 -5
- package/esm2022/main/table-cell/index.mjs +0 -26
- package/esm2022/main/table-column/index.mjs +0 -33
- package/esm2022/main/table-group-row/index.mjs +0 -26
- package/esm2022/main/table-row/index.mjs +0 -33
- package/fesm2022/ui5-webcomponents-ngx-fiori-bar.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-action.mjs +0 -41
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-action.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-badge.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-group-item.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-group-header-list-item.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-select-menu-option.mjs +0 -59
- package/fesm2022/ui5-webcomponents-ngx-main-select-menu-option.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-select-menu.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-cell.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-column.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-group-row.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table.mjs.map +0 -1
- package/fiori/notification-action/index.d.ts +0 -40
- package/main/badge/index.d.ts +0 -47
- package/main/combo-box-group-item/index.d.ts +0 -17
- package/main/group-header-list-item/index.d.ts +0 -22
- package/main/select-menu/index.d.ts +0 -13
- package/main/select-menu-option/index.d.ts +0 -56
- package/main/table/index.d.ts +0 -125
- package/main/table-column/index.d.ts +0 -45
- package/ui5-webcomponents-ngx-0.3.0-rc.2.tgz +0 -0
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import '@ui5/webcomponents/dist/ToolbarButton.js';
|
|
3
|
-
import {
|
|
3
|
+
import { ToolbarAccessibilityAttributes, default as ToolbarButton } from '@ui5/webcomponents/dist/ToolbarButton.js';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
declare class ToolbarButtonComponent {
|
|
6
6
|
/**
|
|
7
7
|
Property used to define the access of the item to the overflow Popover. If "NeverOverflow" option is set,
|
|
8
8
|
the item never goes in the Popover, if "AlwaysOverflow" - it never comes out of it.
|
|
9
|
-
Available options are:
|
|
10
|
-
<ul>
|
|
11
|
-
<li><code>NeverOverflow</code></li>
|
|
12
|
-
<li><code>AlwaysOverflow</code></li>
|
|
13
|
-
<li><code>Default</code></li>
|
|
14
|
-
</ul>
|
|
15
9
|
*/
|
|
16
10
|
overflowPriority: 'Default' | 'NeverOverflow' | 'AlwaysOverflow';
|
|
17
11
|
/**
|
|
@@ -21,40 +15,37 @@ declare class ToolbarButtonComponent {
|
|
|
21
15
|
preventOverflowClosing: boolean;
|
|
22
16
|
/**
|
|
23
17
|
Defines if the action is disabled.
|
|
24
|
-
|
|
25
|
-
|
|
18
|
+
|
|
19
|
+
**Note:** a disabled action can't be pressed or focused, and it is not in the tab chain.
|
|
26
20
|
*/
|
|
27
21
|
disabled: boolean;
|
|
28
22
|
/**
|
|
29
23
|
Defines the action design.
|
|
30
|
-
<b>The available values are:</b>
|
|
31
|
-
|
|
32
|
-
<ul>
|
|
33
|
-
<li><code>Default</code></li>
|
|
34
|
-
<li><code>Emphasized</code></li>
|
|
35
|
-
<li><code>Positive</code></li>
|
|
36
|
-
<li><code>Negative</code></li>
|
|
37
|
-
<li><code>Transparent</code></li>
|
|
38
|
-
<li><code>Attention</code></li>
|
|
39
|
-
</ul>
|
|
40
24
|
*/
|
|
41
25
|
design: 'Default' | 'Positive' | 'Negative' | 'Transparent' | 'Emphasized' | 'Attention';
|
|
42
26
|
/**
|
|
43
|
-
Defines the
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
<ui5-link target="_blank" href="https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html" class="api-table-content-cell-link">Icon Explorer</ui5-link>.
|
|
27
|
+
Defines the `icon` source URI.
|
|
28
|
+
|
|
29
|
+
**Note:** SAP-icons font provides numerous buil-in icons. To find all the available icons, see the
|
|
30
|
+
[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
48
31
|
*/
|
|
49
32
|
icon: string;
|
|
50
33
|
/**
|
|
51
|
-
Defines
|
|
34
|
+
Defines the icon, displayed as graphical element within the component after the button text.
|
|
35
|
+
|
|
36
|
+
**Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.
|
|
37
|
+
Usage of `endIcon` only should be avoided.
|
|
38
|
+
|
|
39
|
+
The SAP-icons font provides numerous options.
|
|
40
|
+
|
|
41
|
+
Example:
|
|
42
|
+
See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
52
43
|
*/
|
|
53
|
-
|
|
44
|
+
endIcon: string;
|
|
54
45
|
/**
|
|
55
46
|
Defines the tooltip of the component.
|
|
56
|
-
|
|
57
|
-
|
|
47
|
+
|
|
48
|
+
**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.
|
|
58
49
|
*/
|
|
59
50
|
tooltip: string;
|
|
60
51
|
/**
|
|
@@ -66,48 +57,36 @@ declare class ToolbarButtonComponent {
|
|
|
66
57
|
*/
|
|
67
58
|
accessibleNameRef: string;
|
|
68
59
|
/**
|
|
69
|
-
|
|
70
|
-
|
|
60
|
+
Defines the additional accessibility attributes that will be applied to the component.
|
|
61
|
+
|
|
62
|
+
The following fields are supported:
|
|
71
63
|
|
|
72
|
-
|
|
64
|
+
- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.
|
|
65
|
+
Accepts the following string values: `true` or `false`
|
|
73
66
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
</ul>
|
|
80
|
-
</li>
|
|
81
|
-
<li><code>hasPopup</code>: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button. Accepts the following string values:
|
|
82
|
-
<ul>
|
|
83
|
-
<li><code>Dialog</code></li>
|
|
84
|
-
<li><code>Grid</code></li>
|
|
85
|
-
<li><code>Listbox</code></li>
|
|
86
|
-
<li><code>Menu</code></li>
|
|
87
|
-
<li><code>Tree</code></li>
|
|
88
|
-
</ul>
|
|
89
|
-
</li>
|
|
90
|
-
<li><code>controls</code>: Identifies the element (or elements) whose contents or presence are controlled by the button element. Accepts a string value.</li>
|
|
91
|
-
</ul>
|
|
67
|
+
- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.
|
|
68
|
+
Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
|
|
69
|
+
|
|
70
|
+
- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.
|
|
71
|
+
Accepts a lowercase string value.
|
|
92
72
|
*/
|
|
93
|
-
accessibilityAttributes:
|
|
73
|
+
accessibilityAttributes: ToolbarAccessibilityAttributes;
|
|
94
74
|
/**
|
|
95
75
|
Button text
|
|
96
76
|
*/
|
|
97
77
|
text: string;
|
|
98
78
|
/**
|
|
99
79
|
Defines the width of the button.
|
|
100
|
-
<br><br>
|
|
101
80
|
|
|
102
|
-
|
|
81
|
+
**Note:** all CSS sizes are supported - 'percentage', 'px', 'rem', 'auto', etc.
|
|
103
82
|
*/
|
|
104
83
|
width: string | undefined;
|
|
105
84
|
/**
|
|
106
85
|
Fired when the component is activated either with a
|
|
107
86
|
mouse/tap or by using the Enter or Space key.
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
property is set to
|
|
87
|
+
|
|
88
|
+
**Note:** The event will not be fired if the `disabled`
|
|
89
|
+
property is set to `true`.
|
|
111
90
|
*/
|
|
112
91
|
ui5Click: EventEmitter<void>;
|
|
113
92
|
private elementRef;
|
|
@@ -116,6 +95,6 @@ declare class ToolbarButtonComponent {
|
|
|
116
95
|
get element(): ToolbarButton;
|
|
117
96
|
constructor();
|
|
118
97
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarButtonComponent, never>;
|
|
119
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarButtonComponent, "ui5-toolbar-button",
|
|
98
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarButtonComponent, "ui5-toolbar-button", ["ui5ToolbarButton"], { "overflowPriority": { "alias": "overflowPriority"; "required": false; }; "preventOverflowClosing": { "alias": "preventOverflowClosing"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "design": { "alias": "design"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "endIcon": { "alias": "endIcon"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; }; "text": { "alias": "text"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
120
99
|
}
|
|
121
100
|
export { ToolbarButtonComponent };
|
|
@@ -6,12 +6,6 @@ declare class ToolbarSelectComponent {
|
|
|
6
6
|
/**
|
|
7
7
|
Property used to define the access of the item to the overflow Popover. If "NeverOverflow" option is set,
|
|
8
8
|
the item never goes in the Popover, if "AlwaysOverflow" - it never comes out of it.
|
|
9
|
-
Available options are:
|
|
10
|
-
<ul>
|
|
11
|
-
<li><code>NeverOverflow</code></li>
|
|
12
|
-
<li><code>AlwaysOverflow</code></li>
|
|
13
|
-
<li><code>Default</code></li>
|
|
14
|
-
</ul>
|
|
15
9
|
*/
|
|
16
10
|
overflowPriority: 'Default' | 'NeverOverflow' | 'AlwaysOverflow';
|
|
17
11
|
/**
|
|
@@ -21,20 +15,18 @@ declare class ToolbarSelectComponent {
|
|
|
21
15
|
preventOverflowClosing: boolean;
|
|
22
16
|
/**
|
|
23
17
|
Defines the width of the select.
|
|
24
|
-
<br><br>
|
|
25
18
|
|
|
26
|
-
|
|
19
|
+
**Note:** all CSS sizes are supported - 'percentage', 'px', 'rem', 'auto', etc.
|
|
27
20
|
*/
|
|
28
21
|
width: string | undefined;
|
|
29
22
|
/**
|
|
30
23
|
Defines the value state of the component.
|
|
31
|
-
<br><br>
|
|
32
24
|
*/
|
|
33
|
-
valueState: 'None' | '
|
|
25
|
+
valueState: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
|
|
34
26
|
/**
|
|
35
27
|
Defines whether the component is in disabled state.
|
|
36
|
-
|
|
37
|
-
|
|
28
|
+
|
|
29
|
+
**Note:** A disabled component is noninteractive.
|
|
38
30
|
*/
|
|
39
31
|
disabled: boolean;
|
|
40
32
|
/**
|
|
@@ -63,6 +55,6 @@ declare class ToolbarSelectComponent {
|
|
|
63
55
|
get element(): ToolbarSelect;
|
|
64
56
|
constructor();
|
|
65
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarSelectComponent, never>;
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarSelectComponent, "ui5-toolbar-select",
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarSelectComponent, "ui5-toolbar-select", ["ui5ToolbarSelect"], { "overflowPriority": { "alias": "overflowPriority"; "required": false; }; "preventOverflowClosing": { "alias": "preventOverflowClosing"; "required": false; }; "width": { "alias": "width"; "required": false; }; "valueState": { "alias": "valueState"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, { "ui5Change": "ui5Change"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
|
|
67
59
|
}
|
|
68
60
|
export { ToolbarSelectComponent };
|
|
@@ -12,6 +12,6 @@ declare class ToolbarSelectOptionComponent {
|
|
|
12
12
|
get element(): ToolbarSelectOption;
|
|
13
13
|
constructor();
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarSelectOptionComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarSelectOptionComponent, "ui5-toolbar-select-option",
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarSelectOptionComponent, "ui5-toolbar-select-option", ["ui5ToolbarSelectOption"], { "selected": { "alias": "selected"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
16
16
|
}
|
|
17
17
|
export { ToolbarSelectOptionComponent };
|
|
@@ -5,12 +5,6 @@ declare class ToolbarSeparatorComponent {
|
|
|
5
5
|
/**
|
|
6
6
|
Property used to define the access of the item to the overflow Popover. If "NeverOverflow" option is set,
|
|
7
7
|
the item never goes in the Popover, if "AlwaysOverflow" - it never comes out of it.
|
|
8
|
-
Available options are:
|
|
9
|
-
<ul>
|
|
10
|
-
<li><code>NeverOverflow</code></li>
|
|
11
|
-
<li><code>AlwaysOverflow</code></li>
|
|
12
|
-
<li><code>Default</code></li>
|
|
13
|
-
</ul>
|
|
14
8
|
*/
|
|
15
9
|
overflowPriority: 'Default' | 'NeverOverflow' | 'AlwaysOverflow';
|
|
16
10
|
/**
|
|
@@ -24,6 +18,6 @@ declare class ToolbarSeparatorComponent {
|
|
|
24
18
|
get element(): ToolbarSeparator;
|
|
25
19
|
constructor();
|
|
26
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarSeparatorComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarSeparatorComponent, "ui5-toolbar-separator",
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarSeparatorComponent, "ui5-toolbar-separator", ["ui5ToolbarSeparator"], { "overflowPriority": { "alias": "overflowPriority"; "required": false; }; "preventOverflowClosing": { "alias": "preventOverflowClosing"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
28
22
|
}
|
|
29
23
|
export { ToolbarSeparatorComponent };
|
|
@@ -5,12 +5,6 @@ declare class ToolbarSpacerComponent {
|
|
|
5
5
|
/**
|
|
6
6
|
Property used to define the access of the item to the overflow Popover. If "NeverOverflow" option is set,
|
|
7
7
|
the item never goes in the Popover, if "AlwaysOverflow" - it never comes out of it.
|
|
8
|
-
Available options are:
|
|
9
|
-
<ul>
|
|
10
|
-
<li><code>NeverOverflow</code></li>
|
|
11
|
-
<li><code>AlwaysOverflow</code></li>
|
|
12
|
-
<li><code>Default</code></li>
|
|
13
|
-
</ul>
|
|
14
8
|
*/
|
|
15
9
|
overflowPriority: 'Default' | 'NeverOverflow' | 'AlwaysOverflow';
|
|
16
10
|
/**
|
|
@@ -20,9 +14,8 @@ declare class ToolbarSpacerComponent {
|
|
|
20
14
|
preventOverflowClosing: boolean;
|
|
21
15
|
/**
|
|
22
16
|
Defines the width of the spacer.
|
|
23
|
-
<br><br>
|
|
24
17
|
|
|
25
|
-
|
|
18
|
+
**Note:** all CSS sizes are supported - 'percentage', 'px', 'rem', 'auto', etc.
|
|
26
19
|
*/
|
|
27
20
|
width: string | undefined;
|
|
28
21
|
private elementRef;
|
|
@@ -31,6 +24,6 @@ declare class ToolbarSpacerComponent {
|
|
|
31
24
|
get element(): ToolbarSpacer;
|
|
32
25
|
constructor();
|
|
33
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarSpacerComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarSpacerComponent, "ui5-toolbar-spacer",
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarSpacerComponent, "ui5-toolbar-spacer", ["ui5ToolbarSpacer"], { "overflowPriority": { "alias": "overflowPriority"; "required": false; }; "preventOverflowClosing": { "alias": "preventOverflowClosing"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
35
28
|
}
|
|
36
29
|
export { ToolbarSpacerComponent };
|
package/main/tree/index.d.ts
CHANGED
|
@@ -4,18 +4,18 @@ import { default as Tree, TreeItemClickEventDetail, TreeItemDeleteEventDetail, T
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
declare class TreeComponent {
|
|
6
6
|
/**
|
|
7
|
-
Defines the mode of the component. Since the tree uses a
|
|
7
|
+
Defines the selection mode of the component. Since the tree uses a `ui5-list` to display its structure,
|
|
8
8
|
the tree modes are exactly the same as the list modes, and are all applicable.
|
|
9
9
|
*/
|
|
10
|
-
|
|
10
|
+
selectionMode: 'None' | 'Single' | 'SingleStart' | 'SingleEnd' | 'SingleAuto' | 'Multiple' | 'Delete';
|
|
11
11
|
/**
|
|
12
12
|
Defines the text that is displayed when the component contains no items.
|
|
13
13
|
*/
|
|
14
14
|
noDataText: string;
|
|
15
15
|
/**
|
|
16
16
|
Defines the component header text.
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
|
|
18
|
+
**Note:** If the `header` slot is set, this property is ignored.
|
|
19
19
|
*/
|
|
20
20
|
headerText: string;
|
|
21
21
|
/**
|
|
@@ -32,9 +32,10 @@ declare class TreeComponent {
|
|
|
32
32
|
accessibleNameRef: string;
|
|
33
33
|
/**
|
|
34
34
|
Fired when a tree item is expanded or collapsed.
|
|
35
|
-
|
|
35
|
+
|
|
36
|
+
**Note:** You can call `preventDefault()` on the event object to suppress the event, if needed.
|
|
36
37
|
This may be handy for example if you want to dynamically load tree items upon the user expanding a node.
|
|
37
|
-
Even if you prevented the event's default behavior, you can always manually call
|
|
38
|
+
Even if you prevented the event's default behavior, you can always manually call `toggle()` on a tree item.
|
|
38
39
|
*/
|
|
39
40
|
ui5ItemToggle: EventEmitter<TreeItemToggleEventDetail>;
|
|
40
41
|
/**
|
|
@@ -51,14 +52,14 @@ declare class TreeComponent {
|
|
|
51
52
|
ui5ItemClick: EventEmitter<TreeItemClickEventDetail>;
|
|
52
53
|
/**
|
|
53
54
|
Fired when the Delete button of any tree item is pressed.
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
when the component
|
|
55
|
+
|
|
56
|
+
**Note:** A Delete button is displayed on each item,
|
|
57
|
+
when the component `selectionMode` property is set to `Delete`.
|
|
57
58
|
*/
|
|
58
59
|
ui5ItemDelete: EventEmitter<TreeItemDeleteEventDetail>;
|
|
59
60
|
/**
|
|
60
61
|
Fired when selection is changed by user interaction
|
|
61
|
-
in
|
|
62
|
+
in `Single`, `SingleStart`, `SingleEnd` and `Multiple` modes.
|
|
62
63
|
*/
|
|
63
64
|
ui5SelectionChange: EventEmitter<TreeSelectionChangeEventDetail>;
|
|
64
65
|
private elementRef;
|
|
@@ -67,6 +68,6 @@ declare class TreeComponent {
|
|
|
67
68
|
get element(): Tree;
|
|
68
69
|
constructor();
|
|
69
70
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeComponent, "ui5-tree",
|
|
71
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeComponent, "ui5-tree", ["ui5Tree"], { "selectionMode": { "alias": "selectionMode"; "required": false; }; "noDataText": { "alias": "noDataText"; "required": false; }; "headerText": { "alias": "headerText"; "required": false; }; "footerText": { "alias": "footerText"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, { "ui5ItemToggle": "ui5ItemToggle"; "ui5ItemMouseover": "ui5ItemMouseover"; "ui5ItemMouseout": "ui5ItemMouseout"; "ui5ItemClick": "ui5ItemClick"; "ui5ItemDelete": "ui5ItemDelete"; "ui5SelectionChange": "ui5SelectionChange"; }, never, ["*"], true, never>;
|
|
71
72
|
}
|
|
72
73
|
export { TreeComponent };
|
|
@@ -1,43 +1,46 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { ListItemAccessibilityAttributes } from '@ui5/webcomponents/dist/ListItem.js';
|
|
3
3
|
import '@ui5/webcomponents/dist/TreeItem.js';
|
|
4
4
|
import TreeItem from '@ui5/webcomponents/dist/TreeItem.js';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
declare class TreeItemComponent {
|
|
7
7
|
/**
|
|
8
|
-
Defines the selected state of the
|
|
8
|
+
Defines the selected state of the component.
|
|
9
9
|
*/
|
|
10
10
|
selected: boolean;
|
|
11
11
|
/**
|
|
12
12
|
Defines the visual indication and behavior of the list items.
|
|
13
|
-
Available options are
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
while with type
|
|
13
|
+
Available options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.
|
|
14
|
+
|
|
15
|
+
**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,
|
|
16
|
+
while with type `Inactive` and `Detail` - will not.
|
|
17
17
|
*/
|
|
18
18
|
type: 'Inactive' | 'Active' | 'Detail' | 'Navigation';
|
|
19
19
|
/**
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
Defines the additional accessibility attributes that will be applied to the component.
|
|
21
|
+
The following fields are supported:
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.
|
|
24
|
+
**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.
|
|
24
25
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
</li>
|
|
30
|
-
<li><code>ariaPosinset</code>: Defines an element's number or position in the current set of listitems or treeitems when not all items are present in the DOM.
|
|
31
|
-
The value of each <code>aria-posinset</code> is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.
|
|
32
|
-
</li>
|
|
33
|
-
</ul>
|
|
34
|
-
*/
|
|
35
|
-
accessibilityAttributes: AccessibilityAttributes;
|
|
26
|
+
- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.
|
|
27
|
+
**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.
|
|
28
|
+
*/
|
|
29
|
+
accessibilityAttributes: ListItemAccessibilityAttributes;
|
|
36
30
|
/**
|
|
37
31
|
The navigated state of the list item.
|
|
38
|
-
If set to
|
|
32
|
+
If set to `true`, a navigation indicator is displayed at the end of the list item.
|
|
39
33
|
*/
|
|
40
34
|
navigated: boolean;
|
|
35
|
+
/**
|
|
36
|
+
Defines the text of the tooltip that would be displayed for the list item.
|
|
37
|
+
*/
|
|
38
|
+
tooltip: string;
|
|
39
|
+
/**
|
|
40
|
+
Defines the highlight state of the list items.
|
|
41
|
+
Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
|
|
42
|
+
*/
|
|
43
|
+
highlight: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
|
|
41
44
|
/**
|
|
42
45
|
If set, an icon will be displayed before the text of the tree list item.
|
|
43
46
|
*/
|
|
@@ -46,35 +49,38 @@ declare class TreeItemComponent {
|
|
|
46
49
|
Defines whether the tree list item will show a collapse or expand icon inside its toggle button.
|
|
47
50
|
*/
|
|
48
51
|
expanded: boolean;
|
|
52
|
+
/**
|
|
53
|
+
Defines whether the item is movable.
|
|
54
|
+
*/
|
|
55
|
+
movable: boolean;
|
|
49
56
|
/**
|
|
50
57
|
Defines whether the selection of a tree node is displayed as partially selected.
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
interaction, meaning that the resulting visual state depends on the values of the
|
|
54
|
-
and
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
<b>Note:</b> This property takes effect only when the <code>ui5-tree</code> is in <code>MultiSelect</code> mode.
|
|
58
|
+
|
|
59
|
+
**Note:** The indeterminate state can be set only programmatically and can’t be achieved by user
|
|
60
|
+
interaction, meaning that the resulting visual state depends on the values of the `indeterminate`
|
|
61
|
+
and `selected` properties:
|
|
62
|
+
|
|
63
|
+
- If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.
|
|
64
|
+
- If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.
|
|
65
|
+
- If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.
|
|
66
|
+
|
|
67
|
+
**Note:** This property takes effect only when the `ui5-tree` is in `Multiple` mode.
|
|
62
68
|
*/
|
|
63
69
|
indeterminate: boolean;
|
|
64
70
|
/**
|
|
65
71
|
Defines whether the tree node has children, even if currently no other tree nodes are slotted inside.
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
Set this to
|
|
72
|
+
|
|
73
|
+
**Note:** This property is useful for showing big tree structures where not all nodes are initially loaded due to performance reasons.
|
|
74
|
+
Set this to `true` for nodes you intend to load lazily, when the user clicks the expand button.
|
|
69
75
|
It is not necessary to set this property otherwise. If a tree item has children, the expand button will be displayed anyway.
|
|
70
76
|
*/
|
|
71
77
|
hasChildren: boolean;
|
|
72
78
|
/**
|
|
73
|
-
Defines the state of the
|
|
74
|
-
|
|
75
|
-
Available options are:
|
|
79
|
+
Defines the state of the `additionalText`.
|
|
80
|
+
|
|
81
|
+
Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
|
|
76
82
|
*/
|
|
77
|
-
additionalTextState: 'None' | '
|
|
83
|
+
additionalTextState: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
|
|
78
84
|
/**
|
|
79
85
|
Defines the accessible name of the component.
|
|
80
86
|
*/
|
|
@@ -84,11 +90,11 @@ declare class TreeItemComponent {
|
|
|
84
90
|
*/
|
|
85
91
|
text: string;
|
|
86
92
|
/**
|
|
87
|
-
Defines the
|
|
93
|
+
Defines the `additionalText`, displayed in the end of the tree item.
|
|
88
94
|
*/
|
|
89
95
|
additionalText: string;
|
|
90
96
|
/**
|
|
91
|
-
Fired when the user clicks on the detail button when type is
|
|
97
|
+
Fired when the user clicks on the detail button when type is `Detail`.
|
|
92
98
|
*/
|
|
93
99
|
ui5DetailClick: EventEmitter<void>;
|
|
94
100
|
private elementRef;
|
|
@@ -97,6 +103,6 @@ declare class TreeItemComponent {
|
|
|
97
103
|
get element(): TreeItem;
|
|
98
104
|
constructor();
|
|
99
105
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeItemComponent, never>;
|
|
100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeItemComponent, "ui5-tree-item",
|
|
106
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeItemComponent, "ui5-tree-item", ["ui5TreeItem"], { "selected": { "alias": "selected"; "required": false; }; "type": { "alias": "type"; "required": false; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; }; "navigated": { "alias": "navigated"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "highlight": { "alias": "highlight"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "movable": { "alias": "movable"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "hasChildren": { "alias": "hasChildren"; "required": false; }; "additionalTextState": { "alias": "additionalTextState"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "text": { "alias": "text"; "required": false; }; "additionalText": { "alias": "additionalText"; "required": false; }; }, { "ui5DetailClick": "ui5DetailClick"; }, never, ["*"], true, never>;
|
|
101
107
|
}
|
|
102
108
|
export { TreeItemComponent };
|