@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
|
@@ -3,6 +3,14 @@ import '@ui5/webcomponents-fiori/dist/BarcodeScannerDialog.js';
|
|
|
3
3
|
import { default as BarcodeScannerDialog, BarcodeScannerDialogScanErrorEventDetail, BarcodeScannerDialogScanSuccessEventDetail } from '@ui5/webcomponents-fiori/dist/BarcodeScannerDialog.js';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
declare class BarcodeScannerDialogComponent {
|
|
6
|
+
/**
|
|
7
|
+
Indicates whether the dialog is open.
|
|
8
|
+
*/
|
|
9
|
+
open: boolean;
|
|
10
|
+
/**
|
|
11
|
+
Fired when the user closes the component.
|
|
12
|
+
*/
|
|
13
|
+
ui5Close: EventEmitter<void>;
|
|
6
14
|
/**
|
|
7
15
|
Fires when the scan is completed successfuuly.
|
|
8
16
|
*/
|
|
@@ -17,6 +25,6 @@ declare class BarcodeScannerDialogComponent {
|
|
|
17
25
|
get element(): BarcodeScannerDialog;
|
|
18
26
|
constructor();
|
|
19
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarcodeScannerDialogComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarcodeScannerDialogComponent, "ui5-barcode-scanner-dialog",
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarcodeScannerDialogComponent, "ui5-barcode-scanner-dialog", ["ui5BarcodeScannerDialog"], { "open": { "alias": "open"; "required": false; }; }, { "ui5Close": "ui5Close"; "ui5ScanSuccess": "ui5ScanSuccess"; "ui5ScanError": "ui5ScanError"; }, never, ["*"], true, never>;
|
|
21
29
|
}
|
|
22
30
|
export { BarcodeScannerDialogComponent };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/DynamicPage.js';
|
|
3
|
+
import DynamicPage from '@ui5/webcomponents-fiori/dist/DynamicPage.js';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
declare class DynamicPageComponent {
|
|
6
|
+
/**
|
|
7
|
+
Defines if the pin button is hidden.
|
|
8
|
+
*/
|
|
9
|
+
hidePinButton: boolean;
|
|
10
|
+
/**
|
|
11
|
+
Defines if the header is pinned.
|
|
12
|
+
*/
|
|
13
|
+
headerPinned: boolean;
|
|
14
|
+
/**
|
|
15
|
+
Defines if the footer is shown.
|
|
16
|
+
*/
|
|
17
|
+
showFooter: boolean;
|
|
18
|
+
/**
|
|
19
|
+
Defines if the header is snapped.
|
|
20
|
+
*/
|
|
21
|
+
headerSnapped: boolean;
|
|
22
|
+
/**
|
|
23
|
+
Fired when the pin header button is toggled.
|
|
24
|
+
*/
|
|
25
|
+
ui5PinButtonToggle: EventEmitter<void>;
|
|
26
|
+
/**
|
|
27
|
+
Fired when the expand/collapse area of the title is toggled.
|
|
28
|
+
*/
|
|
29
|
+
ui5TitleToggle: EventEmitter<void>;
|
|
30
|
+
private elementRef;
|
|
31
|
+
private zone;
|
|
32
|
+
private cdr;
|
|
33
|
+
get element(): DynamicPage;
|
|
34
|
+
constructor();
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicPageComponent, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicPageComponent, "ui5-dynamic-page", ["ui5DynamicPage"], { "hidePinButton": { "alias": "hidePinButton"; "required": false; }; "headerPinned": { "alias": "headerPinned"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "headerSnapped": { "alias": "headerSnapped"; "required": false; }; }, { "ui5PinButtonToggle": "ui5PinButtonToggle"; "ui5TitleToggle": "ui5TitleToggle"; }, never, ["*"], true, never>;
|
|
37
|
+
}
|
|
38
|
+
export { DynamicPageComponent };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import '@ui5/webcomponents-fiori/dist/DynamicPageHeader.js';
|
|
2
|
+
import DynamicPageHeader from '@ui5/webcomponents-fiori/dist/DynamicPageHeader.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
declare class DynamicPageHeaderComponent {
|
|
5
|
+
private elementRef;
|
|
6
|
+
private zone;
|
|
7
|
+
private cdr;
|
|
8
|
+
get element(): DynamicPageHeader;
|
|
9
|
+
constructor();
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicPageHeaderComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicPageHeaderComponent, "ui5-dynamic-page-header", ["ui5DynamicPageHeader"], {}, {}, never, ["*"], true, never>;
|
|
12
|
+
}
|
|
13
|
+
export { DynamicPageHeaderComponent };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import '@ui5/webcomponents-fiori/dist/DynamicPageTitle.js';
|
|
2
|
+
import DynamicPageTitle from '@ui5/webcomponents-fiori/dist/DynamicPageTitle.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
declare class DynamicPageTitleComponent {
|
|
5
|
+
private elementRef;
|
|
6
|
+
private zone;
|
|
7
|
+
private cdr;
|
|
8
|
+
get element(): DynamicPageTitle;
|
|
9
|
+
constructor();
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicPageTitleComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicPageTitleComponent, "ui5-dynamic-page-title", ["ui5DynamicPageTitle"], {}, {}, never, ["*"], true, never>;
|
|
12
|
+
}
|
|
13
|
+
export { DynamicPageTitleComponent };
|
|
@@ -14,43 +14,14 @@ declare class DynamicSideContentComponent {
|
|
|
14
14
|
/**
|
|
15
15
|
Defines whether the side content is positioned before the main content (left side
|
|
16
16
|
in LTR mode), or after the the main content (right side in LTR mode).
|
|
17
|
-
|
|
18
|
-
<br><br>
|
|
19
|
-
<b>The available values are:</b>
|
|
20
|
-
|
|
21
|
-
<ul>
|
|
22
|
-
<li><code>Start</code></li>
|
|
23
|
-
<li><code>End</code></li>
|
|
24
|
-
</ul>
|
|
25
17
|
*/
|
|
26
18
|
sideContentPosition: 'End' | 'Start';
|
|
27
19
|
/**
|
|
28
20
|
Defines on which breakpoints the side content is visible.
|
|
29
|
-
|
|
30
|
-
<br><br>
|
|
31
|
-
<b>The available values are:</b>
|
|
32
|
-
|
|
33
|
-
<ul>
|
|
34
|
-
<li><code>AlwaysShow</code></li>
|
|
35
|
-
<li><code>ShowAboveL</code></li>
|
|
36
|
-
<li><code>ShowAboveM</code></li>
|
|
37
|
-
<li><code>ShowAboveS</code></li>
|
|
38
|
-
<li><code>NeverShow</code></li>
|
|
39
|
-
</ul>
|
|
40
21
|
*/
|
|
41
22
|
sideContentVisibility: 'AlwaysShow' | 'ShowAboveL' | 'ShowAboveM' | 'ShowAboveS' | 'NeverShow';
|
|
42
23
|
/**
|
|
43
24
|
Defines on which breakpoints the side content falls down below the main content.
|
|
44
|
-
|
|
45
|
-
<br><br>
|
|
46
|
-
<b>The available values are:</b>
|
|
47
|
-
|
|
48
|
-
<ul>
|
|
49
|
-
<li><code>BelowXL</code></li>
|
|
50
|
-
<li><code>BelowL</code></li>
|
|
51
|
-
<li><code>BelowM</code></li>
|
|
52
|
-
<li><code>OnMinimumWidth</code></li>
|
|
53
|
-
</ul>
|
|
54
25
|
*/
|
|
55
26
|
sideContentFallDown: 'BelowXL' | 'BelowL' | 'BelowM' | 'OnMinimumWidth';
|
|
56
27
|
/**
|
|
@@ -70,6 +41,6 @@ declare class DynamicSideContentComponent {
|
|
|
70
41
|
get element(): DynamicSideContent;
|
|
71
42
|
constructor();
|
|
72
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicSideContentComponent, never>;
|
|
73
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicSideContentComponent, "ui5-dynamic-side-content",
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicSideContentComponent, "ui5-dynamic-side-content", ["ui5DynamicSideContent"], { "hideMainContent": { "alias": "hideMainContent"; "required": false; }; "hideSideContent": { "alias": "hideSideContent"; "required": false; }; "sideContentPosition": { "alias": "sideContentPosition"; "required": false; }; "sideContentVisibility": { "alias": "sideContentVisibility"; "required": false; }; "sideContentFallDown": { "alias": "sideContentFallDown"; "required": false; }; "equalSplit": { "alias": "equalSplit"; "required": false; }; }, { "ui5LayoutChange": "ui5LayoutChange"; }, never, ["*"], true, never>;
|
|
74
45
|
}
|
|
75
46
|
export { DynamicSideContentComponent };
|
|
@@ -16,6 +16,6 @@ declare class FilterItemComponent {
|
|
|
16
16
|
get element(): FilterItem;
|
|
17
17
|
constructor();
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterItemComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterItemComponent, "ui5-filter-item",
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterItemComponent, "ui5-filter-item", ["ui5FilterItem"], { "text": { "alias": "text"; "required": false; }; "additionalText": { "alias": "additionalText"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
20
20
|
}
|
|
21
21
|
export { FilterItemComponent };
|
|
@@ -16,6 +16,6 @@ declare class FilterItemOptionComponent {
|
|
|
16
16
|
get element(): FilterItemOption;
|
|
17
17
|
constructor();
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterItemOptionComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterItemOptionComponent, "ui5-filter-item-option",
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterItemOptionComponent, "ui5-filter-item-option", ["ui5FilterItemOption"], { "text": { "alias": "text"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
20
20
|
}
|
|
21
21
|
export { FilterItemOptionComponent };
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import '@ui5/webcomponents-fiori/dist/FlexibleColumnLayout.js';
|
|
3
|
-
import { default as FlexibleColumnLayout,
|
|
3
|
+
import { FCLAccessibilityAttributes, default as FlexibleColumnLayout, FlexibleColumnLayoutLayoutChangeEventDetail } from '@ui5/webcomponents-fiori/dist/FlexibleColumnLayout.js';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
declare class FlexibleColumnLayoutComponent {
|
|
6
6
|
/**
|
|
7
7
|
Defines the columns layout and their proportion.
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
|
|
9
|
+
**Note:** The layout also depends on the screen size - one column for screens smaller than 599px,
|
|
10
10
|
two columns between 599px and 1023px and three columns for sizes bigger than 1023px.
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
|
|
12
|
+
**For example:** layout=`TwoColumnsStartExpanded` means the layout will display up to two columns
|
|
13
13
|
in 67%/33% proportion.
|
|
14
14
|
*/
|
|
15
15
|
layout: 'OneColumn' | 'TwoColumnsStartExpanded' | 'TwoColumnsMidExpanded' | 'ThreeColumnsMidExpanded' | 'ThreeColumnsEndExpanded' | 'ThreeColumnsStartExpandedEndHidden' | 'ThreeColumnsMidExpandedEndHidden' | 'MidColumnFullScreen' | 'EndColumnFullScreen';
|
|
@@ -19,31 +19,30 @@ declare class FlexibleColumnLayoutComponent {
|
|
|
19
19
|
*/
|
|
20
20
|
hideArrows: boolean;
|
|
21
21
|
/**
|
|
22
|
-
|
|
22
|
+
Defines additional accessibility attributes on different areas of the component.
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
24
|
+
The accessibilityAttributes object has the following fields,
|
|
25
|
+
where each field is an object supporting one or more accessibility attributes:
|
|
26
|
+
|
|
27
|
+
- **startColumn**: `startColumn.role` and `startColumn.name`.
|
|
28
|
+
- **midColumn**: `midColumn.role` and `midColumn.name`.
|
|
29
|
+
- **endColumn**: `endColumn.role` and `endColumn.name`.
|
|
30
|
+
- **startArrowContainer**: `startArrowContainer.role` and `startArrowContainer.name`.
|
|
31
|
+
- **endArrowContainer**: `endArrowContainerrole.role` and `endArrowContainer.name`.
|
|
32
|
+
- **startArrowLeft**: `startArrowLeft.name`.
|
|
33
|
+
- **startArrowRight**: `startArrowRight.name`.
|
|
34
|
+
- **endArrowLeft**: `endArrowLeft.name`.
|
|
35
|
+
- **endArrowRight**: `endArrowRight.name`.
|
|
36
|
+
|
|
37
|
+
The accessibility attributes support the following values:
|
|
38
|
+
|
|
39
|
+
- **role**: Defines the accessible ARIA landmark role of the area.
|
|
40
|
+
Accepts the following values: `none`, `complementary`, `contentinfo`, `main` or `region`.
|
|
38
41
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
- <code>startArrowContainerRole</code>: the accessibility role for the first arrow container (between the <code>begin</code> and <code>mid</code> columns)
|
|
42
|
-
- <code>midColumnRole</code>: the accessibility role for the <code>midColumn</code>
|
|
43
|
-
- <code>endArrowContainerRole</code>: the accessibility role for the second arrow container (between the <code>mid</code> and <code>end</code> columns)
|
|
44
|
-
- <code>endColumnRole</code>: the accessibility role for the <code>endColumn</code>
|
|
42
|
+
- **name**: Defines the accessible ARIA name of the area.
|
|
43
|
+
Accepts any string.
|
|
45
44
|
*/
|
|
46
|
-
|
|
45
|
+
accessibilityAttributes: FCLAccessibilityAttributes;
|
|
47
46
|
/**
|
|
48
47
|
Fired when the layout changes via user interaction by clicking the arrows
|
|
49
48
|
or by changing the component size due to resizing.
|
|
@@ -55,6 +54,6 @@ declare class FlexibleColumnLayoutComponent {
|
|
|
55
54
|
get element(): FlexibleColumnLayout;
|
|
56
55
|
constructor();
|
|
57
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<FlexibleColumnLayoutComponent, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FlexibleColumnLayoutComponent, "ui5-flexible-column-layout",
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlexibleColumnLayoutComponent, "ui5-flexible-column-layout", ["ui5FlexibleColumnLayout"], { "layout": { "alias": "layout"; "required": false; }; "hideArrows": { "alias": "hideArrows"; "required": false; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; }; }, { "ui5LayoutChange": "ui5LayoutChange"; }, never, ["*"], true, never>;
|
|
59
58
|
}
|
|
60
59
|
export { FlexibleColumnLayoutComponent };
|
|
@@ -4,69 +4,59 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
declare class IllustratedMessageComponent {
|
|
5
5
|
/**
|
|
6
6
|
Defines the illustration name that will be displayed in the component.
|
|
7
|
-
|
|
7
|
+
|
|
8
8
|
Example:
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
<br>
|
|
9
|
+
|
|
10
|
+
`name='BeforeSearch'`, `name='UnableToUpload'`, etc..
|
|
11
|
+
|
|
12
|
+
**Note:** To use the TNT illustrations,
|
|
13
|
+
you need to set the `tnt` or `Tnt` prefix in front of the icon's name.
|
|
14
|
+
|
|
16
15
|
Example:
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<b>Note:</b> By default the <code>BeforeSearch</code> illustration is loaded.
|
|
16
|
+
|
|
17
|
+
`name='tnt/Avatar'` or `name='TntAvatar'`.
|
|
18
|
+
|
|
19
|
+
**Note:** By default the `BeforeSearch` illustration is loaded.
|
|
22
20
|
When using an illustration type, other than the default, it should be loaded in addition:
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
<br>
|
|
21
|
+
|
|
22
|
+
`import "@ui5/webcomponents-fiori/dist/illustrations/NoData.js";`
|
|
23
|
+
|
|
27
24
|
For TNT illustrations:
|
|
28
|
-
|
|
29
|
-
|
|
25
|
+
|
|
26
|
+
`import "@ui5/webcomponents-fiori/dist/illustrations/tnt/SessionExpired.js";`
|
|
30
27
|
*/
|
|
31
28
|
name: string;
|
|
32
29
|
/**
|
|
33
30
|
Determines which illustration breakpoint variant is used.
|
|
34
|
-
<br><br>
|
|
35
31
|
|
|
36
|
-
As
|
|
37
|
-
elements of the component are displayed differently on the different breakpoints/illustration
|
|
32
|
+
As `IllustratedMessage` adapts itself around the `Illustration`, the other
|
|
33
|
+
elements of the component are displayed differently on the different breakpoints/illustration designs.
|
|
38
34
|
*/
|
|
39
|
-
|
|
35
|
+
design: 'Auto' | 'Base' | 'Dot' | 'Spot' | 'Dialog' | 'Scene';
|
|
40
36
|
/**
|
|
41
37
|
Defines the subtitle of the component.
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
38
|
+
|
|
39
|
+
**Note:** Using this property, the default subtitle text of illustration will be overwritten.
|
|
40
|
+
|
|
41
|
+
**Note:** Using `subtitle` slot, the default of this property will be overwritten.
|
|
46
42
|
*/
|
|
47
43
|
subtitleText: string;
|
|
48
44
|
/**
|
|
49
45
|
Defines the title of the component.
|
|
50
|
-
|
|
51
|
-
|
|
46
|
+
|
|
47
|
+
**Note:** Using this property, the default title text of illustration will be overwritten.
|
|
52
48
|
*/
|
|
53
49
|
titleText: string;
|
|
54
50
|
/**
|
|
55
51
|
Receives id(or many ids) of the elements that label the component.
|
|
56
52
|
*/
|
|
57
53
|
accessibleNameRef: string;
|
|
58
|
-
/**
|
|
59
|
-
Defines the semantic level of the title.
|
|
60
|
-
|
|
61
|
-
<b>Note:</b> Used for accessibility purposes only.
|
|
62
|
-
*/
|
|
63
|
-
titleLevel: 'H1' | 'H2' | 'H3' | 'H4' | 'H5' | 'H6';
|
|
64
54
|
private elementRef;
|
|
65
55
|
private zone;
|
|
66
56
|
private cdr;
|
|
67
57
|
get element(): IllustratedMessage;
|
|
68
58
|
constructor();
|
|
69
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<IllustratedMessageComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IllustratedMessageComponent, "ui5-illustrated-message",
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IllustratedMessageComponent, "ui5-illustrated-message", ["ui5IllustratedMessage"], { "name": { "alias": "name"; "required": false; }; "design": { "alias": "design"; "required": false; }; "subtitleText": { "alias": "subtitleText"; "required": false; }; "titleText": { "alias": "titleText"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
71
61
|
}
|
|
72
62
|
export { IllustratedMessageComponent };
|
|
@@ -4,15 +4,15 @@ import { default as MediaGallery, MediaGallerySelectionChangeEventDetail } from
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
declare class MediaGalleryComponent {
|
|
6
6
|
/**
|
|
7
|
-
If set to
|
|
8
|
-
If
|
|
7
|
+
If set to `true`, all thumbnails are rendered in a scrollable container.
|
|
8
|
+
If `false`, only up to five thumbnails are rendered, followed by
|
|
9
9
|
an overflow button that shows the count of the remaining thumbnails.
|
|
10
10
|
*/
|
|
11
11
|
showAllThumbnails: boolean;
|
|
12
12
|
/**
|
|
13
|
-
If enabled, a
|
|
13
|
+
If enabled, a `display-area-click` event is fired
|
|
14
14
|
when the user clicks or taps on the display area.
|
|
15
|
-
|
|
15
|
+
|
|
16
16
|
The display area is the central area that contains
|
|
17
17
|
the enlarged content of the currently selected item.
|
|
18
18
|
*/
|
|
@@ -40,7 +40,7 @@ declare class MediaGalleryComponent {
|
|
|
40
40
|
*/
|
|
41
41
|
ui5OverflowClick: EventEmitter<void>;
|
|
42
42
|
/**
|
|
43
|
-
Fired when the display area is clicked
|
|
43
|
+
Fired when the display area is clicked.
|
|
44
44
|
The display area is the central area that contains
|
|
45
45
|
the enlarged content of the currently selected item.
|
|
46
46
|
*/
|
|
@@ -51,6 +51,6 @@ declare class MediaGalleryComponent {
|
|
|
51
51
|
get element(): MediaGallery;
|
|
52
52
|
constructor();
|
|
53
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<MediaGalleryComponent, never>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MediaGalleryComponent, "ui5-media-gallery",
|
|
54
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MediaGalleryComponent, "ui5-media-gallery", ["ui5MediaGallery"], { "showAllThumbnails": { "alias": "showAllThumbnails"; "required": false; }; "interactiveDisplayArea": { "alias": "interactiveDisplayArea"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "menuHorizontalAlign": { "alias": "menuHorizontalAlign"; "required": false; }; "menuVerticalAlign": { "alias": "menuVerticalAlign"; "required": false; }; }, { "ui5SelectionChange": "ui5SelectionChange"; "ui5OverflowClick": "ui5OverflowClick"; "ui5DisplayAreaClick": "ui5DisplayAreaClick"; }, never, ["*"], true, never>;
|
|
55
55
|
}
|
|
56
56
|
export { MediaGalleryComponent };
|
|
@@ -12,12 +12,6 @@ declare class MediaGalleryItemComponent {
|
|
|
12
12
|
disabled: boolean;
|
|
13
13
|
/**
|
|
14
14
|
Determines the layout of the item container.
|
|
15
|
-
<br><br>
|
|
16
|
-
Available options are:
|
|
17
|
-
<ul>
|
|
18
|
-
<li><code>Square</code></li>
|
|
19
|
-
<li><code>Wide</code></li>
|
|
20
|
-
</ul>
|
|
21
15
|
*/
|
|
22
16
|
layout: 'Square' | 'Wide';
|
|
23
17
|
private elementRef;
|
|
@@ -26,6 +20,6 @@ declare class MediaGalleryItemComponent {
|
|
|
26
20
|
get element(): MediaGalleryItem;
|
|
27
21
|
constructor();
|
|
28
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<MediaGalleryItemComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MediaGalleryItemComponent, "ui5-media-gallery-item",
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MediaGalleryItemComponent, "ui5-media-gallery-item", ["ui5MediaGalleryItem"], { "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
30
24
|
}
|
|
31
25
|
export { MediaGalleryItemComponent };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/NotificationList.js';
|
|
3
|
+
import { NotificationItemClickEventDetail, NotificationItemCloseEventDetail, NotificationItemToggleEventDetail, default as NotificationList } from '@ui5/webcomponents-fiori/dist/NotificationList.js';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
declare class NotificationListComponent {
|
|
6
|
+
/**
|
|
7
|
+
Defines the text that is displayed when the component contains no items.
|
|
8
|
+
*/
|
|
9
|
+
noDataText: string;
|
|
10
|
+
/**
|
|
11
|
+
Fired when an item is clicked.
|
|
12
|
+
*/
|
|
13
|
+
ui5ItemClick: EventEmitter<NotificationItemClickEventDetail>;
|
|
14
|
+
/**
|
|
15
|
+
Fired when the `Close` button of any item is clicked.
|
|
16
|
+
*/
|
|
17
|
+
ui5ItemClose: EventEmitter<NotificationItemCloseEventDetail>;
|
|
18
|
+
/**
|
|
19
|
+
Fired when an item is toggled.
|
|
20
|
+
*/
|
|
21
|
+
ui5ItemToggle: EventEmitter<NotificationItemToggleEventDetail>;
|
|
22
|
+
private elementRef;
|
|
23
|
+
private zone;
|
|
24
|
+
private cdr;
|
|
25
|
+
get element(): NotificationList;
|
|
26
|
+
constructor();
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationListComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationListComponent, "ui5-notification-list", ["ui5NotificationList"], { "noDataText": { "alias": "noDataText"; "required": false; }; }, { "ui5ItemClick": "ui5ItemClick"; "ui5ItemClose": "ui5ItemClose"; "ui5ItemToggle": "ui5ItemToggle"; }, never, ["*"], true, never>;
|
|
29
|
+
}
|
|
30
|
+
export { NotificationListComponent };
|
|
@@ -1,54 +1,37 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import '@ui5/webcomponents-fiori/dist/NotificationListGroupItem.js';
|
|
3
3
|
import NotificationListGroupItem from '@ui5/webcomponents-fiori/dist/NotificationListGroupItem.js';
|
|
4
|
-
import { NotificationListItemBaseCloseEventDetail } from '@ui5/webcomponents-fiori/dist/NotificationListItemBase.js';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
declare class NotificationListGroupItemComponent {
|
|
7
6
|
/**
|
|
8
|
-
Defines the selected state of the
|
|
7
|
+
Defines the selected state of the component.
|
|
9
8
|
*/
|
|
10
9
|
selected: boolean;
|
|
11
10
|
/**
|
|
12
|
-
Defines the
|
|
11
|
+
Defines the `titleText` of the item.
|
|
13
12
|
*/
|
|
14
13
|
titleText: string;
|
|
15
14
|
/**
|
|
16
|
-
Defines the
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
Defines if the <code>close</code> button would be displayed.
|
|
21
|
-
*/
|
|
22
|
-
showClose: boolean;
|
|
23
|
-
/**
|
|
24
|
-
Defines if the <code>notification</code> is new or has been already read.
|
|
25
|
-
<br><br>
|
|
26
|
-
<b>Note:</b> if set to <code>false</code> the <code>titleText</code> has bold font,
|
|
15
|
+
Defines if the `notification` is new or has been already read.
|
|
16
|
+
|
|
17
|
+
**Note:** if set to `false` the `titleText` has bold font,
|
|
27
18
|
if set to true - it has a normal font.
|
|
28
19
|
*/
|
|
29
20
|
read: boolean;
|
|
30
21
|
/**
|
|
31
22
|
Defines if a busy indicator would be displayed over the item.
|
|
32
23
|
*/
|
|
33
|
-
|
|
24
|
+
loading: boolean;
|
|
34
25
|
/**
|
|
35
26
|
Defines the delay in milliseconds, after which the busy indicator will show up for this component.
|
|
36
27
|
*/
|
|
37
|
-
|
|
28
|
+
loadingDelay: number;
|
|
38
29
|
/**
|
|
39
30
|
Defines if the group is collapsed or expanded.
|
|
40
31
|
*/
|
|
41
32
|
collapsed: boolean;
|
|
42
33
|
/**
|
|
43
|
-
|
|
44
|
-
*/
|
|
45
|
-
showCounter: boolean;
|
|
46
|
-
/**
|
|
47
|
-
Fired when the <code>Close</code> button is pressed.
|
|
48
|
-
*/
|
|
49
|
-
ui5Close: EventEmitter<NotificationListItemBaseCloseEventDetail>;
|
|
50
|
-
/**
|
|
51
|
-
Fired when the <code>ui5-li-notification-group</code> is expanded/collapsed by user interaction.
|
|
34
|
+
Fired when the `ui5-li-notification-group` is expanded/collapsed by user interaction.
|
|
52
35
|
*/
|
|
53
36
|
ui5Toggle: EventEmitter<void>;
|
|
54
37
|
private elementRef;
|
|
@@ -57,6 +40,6 @@ declare class NotificationListGroupItemComponent {
|
|
|
57
40
|
get element(): NotificationListGroupItem;
|
|
58
41
|
constructor();
|
|
59
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationListGroupItemComponent, never>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationListGroupItemComponent, "ui5-li-notification-group",
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationListGroupItemComponent, "ui5-li-notification-group", ["ui5LiNotificationGroup"], { "selected": { "alias": "selected"; "required": false; }; "titleText": { "alias": "titleText"; "required": false; }; "read": { "alias": "read"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, { "ui5Toggle": "ui5Toggle"; }, never, ["*"], true, never>;
|
|
61
44
|
}
|
|
62
45
|
export { NotificationListGroupItemComponent };
|
|
@@ -1,59 +1,61 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import '@ui5/webcomponents-fiori/dist/NotificationListItem.js';
|
|
3
|
-
import NotificationListItem from '@ui5/webcomponents-fiori/dist/NotificationListItem.js';
|
|
4
|
-
import { NotificationListItemBaseCloseEventDetail } from '@ui5/webcomponents-fiori/dist/NotificationListItemBase.js';
|
|
3
|
+
import { default as NotificationListItem, NotificationListItemCloseEventDetail } from '@ui5/webcomponents-fiori/dist/NotificationListItem.js';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
declare class NotificationListItemComponent {
|
|
7
6
|
/**
|
|
8
|
-
Defines the selected state of the
|
|
7
|
+
Defines the selected state of the component.
|
|
9
8
|
*/
|
|
10
9
|
selected: boolean;
|
|
11
10
|
/**
|
|
12
|
-
Defines the
|
|
11
|
+
Defines the `titleText` of the item.
|
|
13
12
|
*/
|
|
14
13
|
titleText: string;
|
|
15
14
|
/**
|
|
16
|
-
Defines the
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
Defines if the <code>close</code> button would be displayed.
|
|
21
|
-
*/
|
|
22
|
-
showClose: boolean;
|
|
23
|
-
/**
|
|
24
|
-
Defines if the <code>notification</code> is new or has been already read.
|
|
25
|
-
<br><br>
|
|
26
|
-
<b>Note:</b> if set to <code>false</code> the <code>titleText</code> has bold font,
|
|
15
|
+
Defines if the `notification` is new or has been already read.
|
|
16
|
+
|
|
17
|
+
**Note:** if set to `false` the `titleText` has bold font,
|
|
27
18
|
if set to true - it has a normal font.
|
|
28
19
|
*/
|
|
29
20
|
read: boolean;
|
|
30
21
|
/**
|
|
31
22
|
Defines if a busy indicator would be displayed over the item.
|
|
32
23
|
*/
|
|
33
|
-
|
|
24
|
+
loading: boolean;
|
|
34
25
|
/**
|
|
35
26
|
Defines the delay in milliseconds, after which the busy indicator will show up for this component.
|
|
36
27
|
*/
|
|
37
|
-
|
|
28
|
+
loadingDelay: number;
|
|
38
29
|
/**
|
|
39
|
-
Defines if the
|
|
30
|
+
Defines if the `titleText` and `description` should wrap,
|
|
40
31
|
they truncate by default.
|
|
41
32
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
and a <code>ShowMore/Less</code> button would be displayed.
|
|
33
|
+
**Note:** by default the `titleText` and `description`,
|
|
34
|
+
and a `ShowMore/Less` button would be displayed.
|
|
45
35
|
*/
|
|
46
36
|
wrappingType: 'None' | 'Normal';
|
|
47
37
|
/**
|
|
48
|
-
|
|
38
|
+
Defines the status indicator of the item.
|
|
39
|
+
*/
|
|
40
|
+
state: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
|
|
41
|
+
/**
|
|
42
|
+
Defines if the `Close` button would be displayed.
|
|
43
|
+
*/
|
|
44
|
+
showClose: boolean;
|
|
45
|
+
/**
|
|
46
|
+
Defines the `Important` label of the item.
|
|
47
|
+
*/
|
|
48
|
+
importance: 'Standard' | 'Important';
|
|
49
|
+
/**
|
|
50
|
+
Fired when the `Close` button is pressed.
|
|
49
51
|
*/
|
|
50
|
-
ui5Close: EventEmitter<
|
|
52
|
+
ui5Close: EventEmitter<NotificationListItemCloseEventDetail>;
|
|
51
53
|
private elementRef;
|
|
52
54
|
private zone;
|
|
53
55
|
private cdr;
|
|
54
56
|
get element(): NotificationListItem;
|
|
55
57
|
constructor();
|
|
56
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationListItemComponent, never>;
|
|
57
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationListItemComponent, "ui5-li-notification",
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationListItemComponent, "ui5-li-notification", ["ui5LiNotification"], { "selected": { "alias": "selected"; "required": false; }; "titleText": { "alias": "titleText"; "required": false; }; "read": { "alias": "read"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; }; "wrappingType": { "alias": "wrappingType"; "required": false; }; "state": { "alias": "state"; "required": false; }; "showClose": { "alias": "showClose"; "required": false; }; "importance": { "alias": "importance"; "required": false; }; }, { "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
|
|
58
60
|
}
|
|
59
61
|
export { NotificationListItemComponent };
|