@ui5/webcomponents-ngx 0.3.0-rc.2 → 0.3.0-rc.3
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.3.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
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents/dist/Tag.js';
|
|
3
|
+
import Tag from '@ui5/webcomponents/dist/Tag.js';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
declare class TagComponent {
|
|
6
|
+
/**
|
|
7
|
+
Defines the design type of the component.
|
|
8
|
+
*/
|
|
9
|
+
design: 'Set1' | 'Set2' | 'Set3' | 'Neutral' | 'Information' | 'Positive' | 'Negative' | 'Critical';
|
|
10
|
+
/**
|
|
11
|
+
Defines the color scheme of the component.
|
|
12
|
+
There are 10 predefined schemes.
|
|
13
|
+
To use one you can set a number from `"1"` to `"10"`. The `colorScheme` `"1"` will be set by default.
|
|
14
|
+
*/
|
|
15
|
+
colorScheme: string;
|
|
16
|
+
/**
|
|
17
|
+
Defines if the default state icon is shown.
|
|
18
|
+
*/
|
|
19
|
+
hideStateIcon: boolean;
|
|
20
|
+
/**
|
|
21
|
+
Defines if the component is interactive (focusable and pressable).
|
|
22
|
+
|
|
23
|
+
**Note:** The tag cannot be `interactive`
|
|
24
|
+
when `design` property is `TagDesign.Set3`
|
|
25
|
+
*/
|
|
26
|
+
interactive: boolean;
|
|
27
|
+
/**
|
|
28
|
+
Defines how the text of a component will be displayed when there is not enough space.
|
|
29
|
+
|
|
30
|
+
**Note:** For option "Normal" the text will wrap and the
|
|
31
|
+
words will not be broken based on hyphenation.
|
|
32
|
+
*/
|
|
33
|
+
wrappingType: 'None' | 'Normal';
|
|
34
|
+
/**
|
|
35
|
+
Defines predefined size of the component.
|
|
36
|
+
*/
|
|
37
|
+
size: 'S' | 'L';
|
|
38
|
+
/**
|
|
39
|
+
Fired when the user clicks on an interactive tag.
|
|
40
|
+
|
|
41
|
+
**Note:** The event will be fired if the `interactive` property is `true`
|
|
42
|
+
*/
|
|
43
|
+
ui5Click: EventEmitter<void>;
|
|
44
|
+
private elementRef;
|
|
45
|
+
private zone;
|
|
46
|
+
private cdr;
|
|
47
|
+
get element(): Tag;
|
|
48
|
+
constructor();
|
|
49
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "ui5-tag", ["ui5Tag"], { "design": { "alias": "design"; "required": false; }; "colorScheme": { "alias": "colorScheme"; "required": false; }; "hideStateIcon": { "alias": "hideStateIcon"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "wrappingType": { "alias": "wrappingType"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
51
|
+
}
|
|
52
|
+
export { TagComponent };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import '@ui5/webcomponents/dist/Text.js';
|
|
2
|
+
import Text from '@ui5/webcomponents/dist/Text.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
declare class TextComponent {
|
|
5
|
+
/**
|
|
6
|
+
Defines the number of lines the text should wrap before it truncates.
|
|
7
|
+
*/
|
|
8
|
+
maxLines: number;
|
|
9
|
+
private elementRef;
|
|
10
|
+
private zone;
|
|
11
|
+
private cdr;
|
|
12
|
+
get element(): Text;
|
|
13
|
+
constructor();
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TextComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "ui5-text", ["ui5Text"], { "maxLines": { "alias": "maxLines"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
16
|
+
}
|
|
17
|
+
export { TextComponent };
|
|
@@ -11,14 +11,14 @@ declare class TextAreaComponent {
|
|
|
11
11
|
value: string;
|
|
12
12
|
/**
|
|
13
13
|
Indicates whether the user can interact with the component or not.
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
|
|
15
|
+
**Note:** A disabled component is completely noninteractive.
|
|
16
16
|
*/
|
|
17
17
|
disabled: boolean;
|
|
18
18
|
/**
|
|
19
19
|
Defines whether the component is read-only.
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
|
|
21
|
+
**Note:** A read-only component is not editable,
|
|
22
22
|
but still provides visual feedback upon user interaction.
|
|
23
23
|
*/
|
|
24
24
|
readonly: boolean;
|
|
@@ -32,58 +32,48 @@ declare class TextAreaComponent {
|
|
|
32
32
|
placeholder: string;
|
|
33
33
|
/**
|
|
34
34
|
Defines the value state of the component.
|
|
35
|
-
<br><br>
|
|
36
35
|
|
|
37
|
-
|
|
36
|
+
**Note:** If `maxlength` property is set,
|
|
38
37
|
the component turns into "Warning" state once the characters exceeds the limit.
|
|
39
38
|
In this case, only the "Error" state is considered and can be applied.
|
|
40
39
|
*/
|
|
41
|
-
valueState: 'None' | '
|
|
40
|
+
valueState: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
|
|
42
41
|
/**
|
|
43
|
-
Defines the number of visible text
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
in the textarea
|
|
49
|
-
|
|
50
|
-
</ul>
|
|
42
|
+
Defines the number of visible text rows for the component.
|
|
43
|
+
|
|
44
|
+
**Notes:**
|
|
45
|
+
|
|
46
|
+
- If the `growing` property is enabled, this property defines the minimum rows to be displayed
|
|
47
|
+
in the textarea.
|
|
48
|
+
- The CSS `height` property wins over the `rows` property, if both are set.
|
|
51
49
|
*/
|
|
52
50
|
rows: number;
|
|
53
51
|
/**
|
|
54
|
-
Defines the maximum number of characters that the
|
|
52
|
+
Defines the maximum number of characters that the `value` can have.
|
|
55
53
|
*/
|
|
56
54
|
maxlength: number | undefined;
|
|
57
55
|
/**
|
|
58
56
|
Determines whether the characters exceeding the maximum allowed character count are visible
|
|
59
57
|
in the component.
|
|
60
|
-
|
|
61
|
-
If set to
|
|
62
|
-
|
|
63
|
-
If set to
|
|
58
|
+
|
|
59
|
+
If set to `false`, the user is not allowed to enter more characters than what is set in the
|
|
60
|
+
`maxlength` property.
|
|
61
|
+
If set to `true` the characters exceeding the `maxlength` value are selected on
|
|
64
62
|
paste and the counter below the component displays their number.
|
|
65
63
|
*/
|
|
66
64
|
showExceededText: boolean;
|
|
67
65
|
/**
|
|
68
66
|
Enables the component to automatically grow and shrink dynamically with its content.
|
|
69
|
-
<br><br>
|
|
70
67
|
*/
|
|
71
68
|
growing: boolean;
|
|
72
69
|
/**
|
|
73
|
-
Defines the maximum number of
|
|
70
|
+
Defines the maximum number of rows that the component can grow.
|
|
74
71
|
*/
|
|
75
|
-
|
|
72
|
+
growingMaxRows: number;
|
|
76
73
|
/**
|
|
77
|
-
Determines the name
|
|
74
|
+
Determines the name by which the component will be identified upon submission in an HTML form.
|
|
78
75
|
|
|
79
|
-
|
|
80
|
-
<b>Important:</b> For the <code>name</code> property to have effect, you must add the following import to your project:
|
|
81
|
-
<code>import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";</code>
|
|
82
|
-
|
|
83
|
-
<br><br>
|
|
84
|
-
<b>Note:</b> When set, a native <code>input</code> HTML element
|
|
85
|
-
will be created inside the component so that it can be submitted as
|
|
86
|
-
part of an HTML form. Do not use this property unless you need to submit a form.
|
|
76
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
87
77
|
*/
|
|
88
78
|
name: string;
|
|
89
79
|
/**
|
|
@@ -103,6 +93,14 @@ declare class TextAreaComponent {
|
|
|
103
93
|
something is pasted.
|
|
104
94
|
*/
|
|
105
95
|
ui5Input: EventEmitter<void>;
|
|
96
|
+
/**
|
|
97
|
+
Fired when some text has been selected.
|
|
98
|
+
*/
|
|
99
|
+
ui5Select: EventEmitter<void>;
|
|
100
|
+
/**
|
|
101
|
+
Fired when textarea is scrolled.
|
|
102
|
+
*/
|
|
103
|
+
ui5Scroll: EventEmitter<void>;
|
|
106
104
|
private elementRef;
|
|
107
105
|
private zone;
|
|
108
106
|
private cdr;
|
|
@@ -112,6 +110,6 @@ declare class TextAreaComponent {
|
|
|
112
110
|
get cvaValue(): string;
|
|
113
111
|
constructor();
|
|
114
112
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaComponent, never>;
|
|
115
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "ui5-textarea",
|
|
113
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "ui5-textarea", ["ui5Textarea"], { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "valueState": { "alias": "valueState"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "showExceededText": { "alias": "showExceededText"; "required": false; }; "growing": { "alias": "growing"; "required": false; }; "growingMaxRows": { "alias": "growingMaxRows"; "required": false; }; "name": { "alias": "name"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5Select": "ui5Select"; "ui5Scroll": "ui5Scroll"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
|
|
116
114
|
}
|
|
117
115
|
export { TextAreaComponent };
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { GenericControlValueAccessor } from '@ui5/webcomponents-ngx/generic-cva';
|
|
3
3
|
import '@ui5/webcomponents/dist/TimePicker.js';
|
|
4
|
-
import TimePicker from '@ui5/webcomponents/dist/TimePicker.js';
|
|
5
|
-
import { TimePickerBaseChangeEventDetail, TimePickerBaseInputEventDetail } from '@ui5/webcomponents/dist/TimePickerBase.js';
|
|
4
|
+
import { default as TimePicker, TimePickerChangeEventDetail, TimePickerInputEventDetail } from '@ui5/webcomponents/dist/TimePicker.js';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
import * as i1 from "@ui5/webcomponents-ngx/generic-cva";
|
|
8
7
|
declare class TimePickerComponent {
|
|
@@ -11,32 +10,28 @@ declare class TimePickerComponent {
|
|
|
11
10
|
*/
|
|
12
11
|
value: string | undefined;
|
|
13
12
|
/**
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<li><code>Success</code></li>
|
|
22
|
-
<li><code>Information</code></li>
|
|
23
|
-
</ul>
|
|
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: string;
|
|
18
|
+
/**
|
|
19
|
+
Defines the value state of the component.
|
|
24
20
|
*/
|
|
25
|
-
valueState: 'None' | '
|
|
21
|
+
valueState: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
|
|
26
22
|
/**
|
|
27
|
-
|
|
23
|
+
Defines the disabled state of the comonent.
|
|
28
24
|
*/
|
|
29
25
|
disabled: boolean;
|
|
30
26
|
/**
|
|
31
|
-
|
|
27
|
+
Defines the readonly state of the comonent.
|
|
32
28
|
*/
|
|
33
29
|
readonly: boolean;
|
|
34
30
|
/**
|
|
35
31
|
Defines a short hint, intended to aid the user with data entry when the
|
|
36
32
|
component has no value.
|
|
37
33
|
|
|
38
|
-
|
|
39
|
-
<b>Note:</b> When no placeholder is set, the format pattern is displayed as a placeholder.
|
|
34
|
+
**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.
|
|
40
35
|
Passing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.
|
|
41
36
|
*/
|
|
42
37
|
placeholder: string | undefined;
|
|
@@ -49,15 +44,27 @@ declare class TimePickerComponent {
|
|
|
49
44
|
mm:ss -> 12:04 (only minutes and seconds)
|
|
50
45
|
*/
|
|
51
46
|
formatPattern: string;
|
|
47
|
+
/**
|
|
48
|
+
Defines the open or closed state of the popover.
|
|
49
|
+
*/
|
|
50
|
+
open: boolean;
|
|
52
51
|
/**
|
|
53
52
|
Fired when the input operation has finished by clicking the "OK" button or
|
|
54
53
|
when the text in the input field has changed and the focus leaves the input field.
|
|
55
54
|
*/
|
|
56
|
-
ui5Change: EventEmitter<
|
|
55
|
+
ui5Change: EventEmitter<TimePickerChangeEventDetail>;
|
|
56
|
+
/**
|
|
57
|
+
Fired when the value of the `ui5-time-picker` is changed at each key stroke.
|
|
58
|
+
*/
|
|
59
|
+
ui5Input: EventEmitter<TimePickerInputEventDetail>;
|
|
60
|
+
/**
|
|
61
|
+
Fired after the value-help dialog of the component is opened.
|
|
62
|
+
*/
|
|
63
|
+
ui5Open: EventEmitter<void>;
|
|
57
64
|
/**
|
|
58
|
-
Fired
|
|
65
|
+
Fired after the value-help dialog of the component is closed.
|
|
59
66
|
*/
|
|
60
|
-
|
|
67
|
+
ui5Close: EventEmitter<void>;
|
|
61
68
|
private elementRef;
|
|
62
69
|
private zone;
|
|
63
70
|
private cdr;
|
|
@@ -67,6 +74,6 @@ declare class TimePickerComponent {
|
|
|
67
74
|
get cvaValue(): string | undefined;
|
|
68
75
|
constructor();
|
|
69
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "ui5-time-picker",
|
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "ui5-time-picker", ["ui5TimePicker"], { "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "valueState": { "alias": "valueState"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "formatPattern": { "alias": "formatPattern"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
|
|
71
78
|
}
|
|
72
79
|
export { TimePickerComponent };
|
package/main/title/index.d.ts
CHANGED
|
@@ -4,12 +4,13 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
declare class TitleComponent {
|
|
5
5
|
/**
|
|
6
6
|
Defines how the text of a component will be displayed when there is not enough space.
|
|
7
|
-
|
|
7
|
+
|
|
8
|
+
**Note:** for option "Normal" the text will wrap and the words will not be broken based on hyphenation.
|
|
8
9
|
*/
|
|
9
10
|
wrappingType: 'None' | 'Normal';
|
|
10
11
|
/**
|
|
11
12
|
Defines the component level.
|
|
12
|
-
Available options are:
|
|
13
|
+
Available options are: `"H6"` to `"H1"`.
|
|
13
14
|
*/
|
|
14
15
|
level: 'H1' | 'H2' | 'H3' | 'H4' | 'H5' | 'H6';
|
|
15
16
|
private elementRef;
|
|
@@ -18,6 +19,6 @@ declare class TitleComponent {
|
|
|
18
19
|
get element(): Title;
|
|
19
20
|
constructor();
|
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<TitleComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TitleComponent, "ui5-title",
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TitleComponent, "ui5-title", ["ui5Title"], { "wrappingType": { "alias": "wrappingType"; "required": false; }; "level": { "alias": "level"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
22
23
|
}
|
|
23
24
|
export { TitleComponent };
|
package/main/toast/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
1
2
|
import '@ui5/webcomponents/dist/Toast.js';
|
|
2
3
|
import Toast from '@ui5/webcomponents/dist/Toast.js';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
@@ -5,22 +6,29 @@ declare class ToastComponent {
|
|
|
5
6
|
/**
|
|
6
7
|
Defines the duration in milliseconds for which component
|
|
7
8
|
remains on the screen before it's automatically closed.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
and even if a lower value is set, the duration would remain
|
|
9
|
+
|
|
10
|
+
**Note:** The minimum supported value is `500` ms
|
|
11
|
+
and even if a lower value is set, the duration would remain `500` ms.
|
|
11
12
|
*/
|
|
12
13
|
duration: number;
|
|
13
14
|
/**
|
|
14
15
|
Defines the placement of the component.
|
|
15
|
-
<br><br>
|
|
16
16
|
*/
|
|
17
17
|
placement: 'TopStart' | 'TopCenter' | 'TopEnd' | 'MiddleStart' | 'MiddleCenter' | 'MiddleEnd' | 'BottomStart' | 'BottomCenter' | 'BottomEnd';
|
|
18
|
+
/**
|
|
19
|
+
Indicates whether the component is open (visible).
|
|
20
|
+
*/
|
|
21
|
+
open: boolean;
|
|
22
|
+
/**
|
|
23
|
+
Fired after the component is auto closed.
|
|
24
|
+
*/
|
|
25
|
+
ui5Close: EventEmitter<void>;
|
|
18
26
|
private elementRef;
|
|
19
27
|
private zone;
|
|
20
28
|
private cdr;
|
|
21
29
|
get element(): Toast;
|
|
22
30
|
constructor();
|
|
23
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "ui5-toast",
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "ui5-toast", ["ui5Toast"], { "duration": { "alias": "duration"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, { "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
|
|
25
33
|
}
|
|
26
34
|
export { ToastComponent };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { ButtonAccessibilityAttributes } from '@ui5/webcomponents/dist/Button.js';
|
|
3
3
|
import '@ui5/webcomponents/dist/ToggleButton.js';
|
|
4
4
|
import ToggleButton from '@ui5/webcomponents/dist/ToggleButton.js';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -17,28 +17,34 @@ declare class ToggleButtonComponent {
|
|
|
17
17
|
/**
|
|
18
18
|
Defines the icon, displayed as graphical element within the component.
|
|
19
19
|
The SAP-icons font provides numerous options.
|
|
20
|
-
<br><br>
|
|
21
|
-
Example:
|
|
22
20
|
|
|
23
|
-
|
|
21
|
+
Example:
|
|
22
|
+
See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
24
23
|
*/
|
|
25
24
|
icon: string;
|
|
26
25
|
/**
|
|
27
|
-
Defines
|
|
26
|
+
Defines the icon, displayed as graphical element within the component after the button text.
|
|
27
|
+
|
|
28
|
+
**Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.
|
|
29
|
+
Usage of `endIcon` only should be avoided.
|
|
30
|
+
|
|
31
|
+
The SAP-icons font provides numerous options.
|
|
32
|
+
|
|
33
|
+
Example:
|
|
34
|
+
See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
28
35
|
*/
|
|
29
|
-
|
|
36
|
+
endIcon: string;
|
|
30
37
|
/**
|
|
31
|
-
When set to
|
|
32
|
-
automatically submit the nearest HTML form element on
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
<code>import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";</code>
|
|
38
|
+
When set to `true`, the component will
|
|
39
|
+
automatically submit the nearest HTML form element on `press`.
|
|
40
|
+
|
|
41
|
+
**Note:** This property is only applicable within the context of an HTML Form element.`
|
|
36
42
|
*/
|
|
37
43
|
submits: boolean;
|
|
38
44
|
/**
|
|
39
45
|
Defines the tooltip of the component.
|
|
40
|
-
|
|
41
|
-
|
|
46
|
+
|
|
47
|
+
**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.
|
|
42
48
|
*/
|
|
43
49
|
tooltip: string;
|
|
44
50
|
/**
|
|
@@ -50,39 +56,31 @@ declare class ToggleButtonComponent {
|
|
|
50
56
|
*/
|
|
51
57
|
accessibleNameRef: string;
|
|
52
58
|
/**
|
|
53
|
-
|
|
54
|
-
|
|
59
|
+
Defines the additional accessibility attributes that will be applied to the component.
|
|
60
|
+
The following fields are supported:
|
|
55
61
|
|
|
56
|
-
|
|
62
|
+
- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.
|
|
63
|
+
Accepts the following string values: `true` or `false`
|
|
57
64
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
</ul>
|
|
64
|
-
</li>
|
|
65
|
-
<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:
|
|
66
|
-
<ul>
|
|
67
|
-
<li><code>Dialog</code></li>
|
|
68
|
-
<li><code>Grid</code></li>
|
|
69
|
-
<li><code>Listbox</code></li>
|
|
70
|
-
<li><code>Menu</code></li>
|
|
71
|
-
<li><code>Tree</code></li>
|
|
72
|
-
</ul>
|
|
73
|
-
</li>
|
|
74
|
-
<li><code>controls</code>: Identifies the element (or elements) whose contents or presence are controlled by the button element. Accepts a string value.</li>
|
|
75
|
-
</ul>
|
|
65
|
+
- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.
|
|
66
|
+
Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
|
|
67
|
+
|
|
68
|
+
- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.
|
|
69
|
+
Accepts a lowercase string value.
|
|
76
70
|
*/
|
|
77
|
-
accessibilityAttributes:
|
|
71
|
+
accessibilityAttributes: ButtonAccessibilityAttributes;
|
|
78
72
|
/**
|
|
79
73
|
Defines whether the button has special form-related functionality.
|
|
80
74
|
|
|
81
|
-
|
|
82
|
-
<b>Note:</b> For the <code>type</code> property to have effect, you must add the following import to your project:
|
|
83
|
-
<code>import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";</code>
|
|
75
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
84
76
|
*/
|
|
85
77
|
type: 'Button' | 'Submit' | 'Reset';
|
|
78
|
+
/**
|
|
79
|
+
Describes the accessibility role of the button.
|
|
80
|
+
|
|
81
|
+
**Note:** Use <code>ButtonAccessibleRole.Link</code> role only with a press handler, which performs a navigation. In all other scenarios the default button semantics are recommended.
|
|
82
|
+
*/
|
|
83
|
+
accessibleRole: 'Button' | 'Link';
|
|
86
84
|
/**
|
|
87
85
|
Determines whether the component is displayed as pressed.
|
|
88
86
|
*/
|
|
@@ -90,9 +88,9 @@ declare class ToggleButtonComponent {
|
|
|
90
88
|
/**
|
|
91
89
|
Fired when the component is activated either with a
|
|
92
90
|
mouse/tap or by using the Enter or Space key.
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
property is set to
|
|
91
|
+
|
|
92
|
+
**Note:** The event will not be fired if the `disabled`
|
|
93
|
+
property is set to `true`.
|
|
96
94
|
*/
|
|
97
95
|
ui5Click: EventEmitter<Event>;
|
|
98
96
|
private elementRef;
|
|
@@ -101,6 +99,6 @@ declare class ToggleButtonComponent {
|
|
|
101
99
|
get element(): ToggleButton;
|
|
102
100
|
constructor();
|
|
103
101
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToggleButtonComponent, never>;
|
|
104
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToggleButtonComponent, "ui5-toggle-button",
|
|
102
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToggleButtonComponent, "ui5-toggle-button", ["ui5ToggleButton"], { "design": { "alias": "design"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "endIcon": { "alias": "endIcon"; "required": false; }; "submits": { "alias": "submits"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; }; "type": { "alias": "type"; "required": false; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
105
103
|
}
|
|
106
104
|
export { ToggleButtonComponent };
|
package/main/token/index.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
1
|
import '@ui5/webcomponents/dist/Token.js';
|
|
3
2
|
import Token from '@ui5/webcomponents/dist/Token.js';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
@@ -7,27 +6,16 @@ declare class TokenComponent {
|
|
|
7
6
|
Defines the text of the token.
|
|
8
7
|
*/
|
|
9
8
|
text: string;
|
|
10
|
-
/**
|
|
11
|
-
Defines whether the component is read-only.
|
|
12
|
-
<br><br>
|
|
13
|
-
<b>Note:</b> A read-only component can not be deleted or selected,
|
|
14
|
-
but still provides visual feedback upon user interaction.
|
|
15
|
-
*/
|
|
16
|
-
readonly: boolean;
|
|
17
9
|
/**
|
|
18
10
|
Defines whether the component is selected or not.
|
|
19
11
|
*/
|
|
20
12
|
selected: boolean;
|
|
21
|
-
/**
|
|
22
|
-
Fired when the the component is selected by user interaction with mouse or by clicking space.
|
|
23
|
-
*/
|
|
24
|
-
ui5Select: EventEmitter<void>;
|
|
25
13
|
private elementRef;
|
|
26
14
|
private zone;
|
|
27
15
|
private cdr;
|
|
28
16
|
get element(): Token;
|
|
29
17
|
constructor();
|
|
30
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<TokenComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TokenComponent, "ui5-token",
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TokenComponent, "ui5-token", ["ui5Token"], { "text": { "alias": "text"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
32
20
|
}
|
|
33
21
|
export { TokenComponent };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents/dist/Tokenizer.js';
|
|
3
|
+
import { default as Tokenizer, TokenizerSelectionChangeEventDetail, TokenizerTokenDeleteEventDetail } from '@ui5/webcomponents/dist/Tokenizer.js';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
declare class TokenizerComponent {
|
|
6
|
+
/**
|
|
7
|
+
Defines whether the component is read-only.
|
|
8
|
+
|
|
9
|
+
**Note:** A read-only component is not editable,
|
|
10
|
+
but still provides visual feedback upon user interaction.
|
|
11
|
+
*/
|
|
12
|
+
readonly: boolean;
|
|
13
|
+
/**
|
|
14
|
+
Defines whether the component is disabled.
|
|
15
|
+
|
|
16
|
+
**Note:** A disabled component is completely noninteractive.
|
|
17
|
+
*/
|
|
18
|
+
disabled: boolean;
|
|
19
|
+
/**
|
|
20
|
+
Defines the accessible ARIA name of the component.
|
|
21
|
+
*/
|
|
22
|
+
accessibleName: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
Receives id(or many ids) of the elements that label the component.
|
|
25
|
+
*/
|
|
26
|
+
accessibleNameRef: string | undefined;
|
|
27
|
+
/**
|
|
28
|
+
Fired when tokens are being deleted (delete icon, delete or backspace is pressed)
|
|
29
|
+
*/
|
|
30
|
+
ui5TokenDelete: EventEmitter<TokenizerTokenDeleteEventDetail>;
|
|
31
|
+
/**
|
|
32
|
+
Fired when token selection is changed by user interaction
|
|
33
|
+
*/
|
|
34
|
+
ui5SelectionChange: EventEmitter<TokenizerSelectionChangeEventDetail>;
|
|
35
|
+
private elementRef;
|
|
36
|
+
private zone;
|
|
37
|
+
private cdr;
|
|
38
|
+
get element(): Tokenizer;
|
|
39
|
+
constructor();
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TokenizerComponent, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TokenizerComponent, "ui5-tokenizer", ["ui5Tokenizer"], { "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, { "ui5TokenDelete": "ui5TokenDelete"; "ui5SelectionChange": "ui5SelectionChange"; }, never, ["*"], true, never>;
|
|
42
|
+
}
|
|
43
|
+
export { TokenizerComponent };
|
package/main/toolbar/index.d.ts
CHANGED
|
@@ -20,6 +20,6 @@ declare class ToolbarComponent {
|
|
|
20
20
|
get element(): Toolbar;
|
|
21
21
|
constructor();
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "ui5-toolbar",
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "ui5-toolbar", ["ui5Toolbar"], { "alignContent": { "alias": "alignContent"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
24
24
|
}
|
|
25
25
|
export { ToolbarComponent };
|