@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
package/main/avatar/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@ui5/webcomponents/dist/Avatar.js';
|
|
2
|
-
import Avatar from '@ui5/webcomponents/dist/Avatar.js';
|
|
2
|
+
import { default as Avatar, AvatarAccessibilityAttributes } from '@ui5/webcomponents/dist/Avatar.js';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
declare class AvatarComponent {
|
|
5
5
|
/**
|
|
@@ -10,50 +10,48 @@ declare class AvatarComponent {
|
|
|
10
10
|
disabled: boolean;
|
|
11
11
|
/**
|
|
12
12
|
Defines if the avatar is interactive (focusable and pressable).
|
|
13
|
-
|
|
14
|
-
property
|
|
13
|
+
|
|
14
|
+
**Note:** This property won't have effect if the `disabled`
|
|
15
|
+
property is set to `true`.
|
|
15
16
|
*/
|
|
16
17
|
interactive: boolean;
|
|
17
18
|
/**
|
|
18
19
|
Defines the name of the UI5 Icon, that will be displayed.
|
|
19
|
-
<br>
|
|
20
|
-
<b>Note:</b> If <code>image</code> slot is provided, the property will be ignored.
|
|
21
|
-
<br>
|
|
22
|
-
<b>Note:</b> You should import the desired icon first, then use its name as "icon".
|
|
23
|
-
<br><br>
|
|
24
|
-
import "@ui5/webcomponents-icons/dist/{icon_name}.js"
|
|
25
|
-
<br>
|
|
26
|
-
<pre><ui5-avatar icon="employee"></pre>
|
|
27
|
-
<br>
|
|
28
|
-
<b>Note:</b> If no icon or an empty one is provided, by default the "employee" icon should be displayed.
|
|
29
20
|
|
|
30
|
-
|
|
21
|
+
**Note:** If `image` slot is provided, the property will be ignored.
|
|
22
|
+
|
|
23
|
+
**Note:** You should import the desired icon first, then use its name as "icon".
|
|
24
|
+
|
|
25
|
+
`import "@ui5/webcomponents-icons/dist/{icon_name}.js"`
|
|
26
|
+
|
|
27
|
+
`<ui5-avatar icon="employee">`
|
|
28
|
+
|
|
29
|
+
**Note:** If no icon or an empty one is provided, by default the "employee" icon should be displayed.
|
|
30
|
+
|
|
31
|
+
See all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
31
32
|
*/
|
|
32
33
|
icon: string;
|
|
33
34
|
/**
|
|
34
35
|
Defines the name of the fallback icon, which should be displayed in the following cases:
|
|
35
|
-
<ul>
|
|
36
|
-
<li>If the initials are not valid (more than 3 letters, unsupported languages or empty initials).</li>
|
|
37
|
-
<li>If there are three initials and they do not fit in the shape (e.g. WWW for some of the sizes).</li>
|
|
38
|
-
<li>If the image src is wrong.</li>
|
|
39
|
-
</ul>
|
|
40
36
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import "@ui5/webcomponents-icons/dist/{icon_name}.js"
|
|
47
|
-
<br>
|
|
48
|
-
<pre><ui5-avatar fallback-icon="alert"></pre>
|
|
49
|
-
<br>
|
|
37
|
+
- If the initials are not valid (more than 3 letters, unsupported languages or empty initials).
|
|
38
|
+
- If there are three initials and they do not fit in the shape (e.g. WWW for some of the sizes).
|
|
39
|
+
- If the image src is wrong.
|
|
40
|
+
|
|
41
|
+
**Note:** If not set, a default fallback icon "employee" is displayed.
|
|
50
42
|
|
|
51
|
-
|
|
43
|
+
**Note:** You should import the desired icon first, then use its name as "fallback-icon".
|
|
44
|
+
|
|
45
|
+
`import "@ui5/webcomponents-icons/dist/{icon_name}.js"`
|
|
46
|
+
|
|
47
|
+
`<ui5-avatar fallback-icon="alert">`
|
|
48
|
+
|
|
49
|
+
See all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
52
50
|
*/
|
|
53
51
|
fallbackIcon: string;
|
|
54
52
|
/**
|
|
55
53
|
Defines the displayed initials.
|
|
56
|
-
|
|
54
|
+
|
|
57
55
|
Up to three Latin letters can be displayed as initials.
|
|
58
56
|
*/
|
|
59
57
|
initials: string;
|
|
@@ -74,12 +72,20 @@ declare class AvatarComponent {
|
|
|
74
72
|
If not provided a default text alternative will be set, if present.
|
|
75
73
|
*/
|
|
76
74
|
accessibleName: string;
|
|
75
|
+
/**
|
|
76
|
+
Defines the additional accessibility attributes that will be applied to the component.
|
|
77
|
+
The following field is supported:
|
|
78
|
+
|
|
79
|
+
- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.
|
|
80
|
+
Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
|
|
81
|
+
*/
|
|
82
|
+
accessibilityAttributes: AvatarAccessibilityAttributes;
|
|
77
83
|
private elementRef;
|
|
78
84
|
private zone;
|
|
79
85
|
private cdr;
|
|
80
86
|
get element(): Avatar;
|
|
81
87
|
constructor();
|
|
82
88
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
|
|
83
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "ui5-avatar",
|
|
89
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "ui5-avatar", ["ui5Avatar"], { "disabled": { "alias": "disabled"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "fallbackIcon": { "alias": "fallbackIcon"; "required": false; }; "initials": { "alias": "initials"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "size": { "alias": "size"; "required": false; }; "colorScheme": { "alias": "colorScheme"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
84
90
|
}
|
|
85
91
|
export { AvatarComponent };
|
|
@@ -1,19 +1,27 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import '@ui5/webcomponents/dist/AvatarGroup.js';
|
|
3
|
-
import { default as AvatarGroup, AvatarGroupClickEventDetail } from '@ui5/webcomponents/dist/AvatarGroup.js';
|
|
3
|
+
import { default as AvatarGroup, AvatarGroupAccessibilityAttributes, AvatarGroupClickEventDetail } from '@ui5/webcomponents/dist/AvatarGroup.js';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
declare class AvatarGroupComponent {
|
|
6
6
|
/**
|
|
7
|
-
Defines the mode of the
|
|
7
|
+
Defines the mode of the `AvatarGroup`.
|
|
8
8
|
*/
|
|
9
9
|
type: 'Group' | 'Individual';
|
|
10
|
+
/**
|
|
11
|
+
Defines the additional accessibility attributes that will be applied to the component.
|
|
12
|
+
The following field is supported:
|
|
13
|
+
|
|
14
|
+
- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.
|
|
15
|
+
Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
|
|
16
|
+
*/
|
|
17
|
+
accessibilityAttributes: AvatarGroupAccessibilityAttributes;
|
|
10
18
|
/**
|
|
11
19
|
Fired when the component is activated either with a
|
|
12
20
|
click/tap or by using the Enter or Space key.
|
|
13
21
|
*/
|
|
14
22
|
ui5Click: EventEmitter<AvatarGroupClickEventDetail>;
|
|
15
23
|
/**
|
|
16
|
-
Fired when the count of visible
|
|
24
|
+
Fired when the count of visible `ui5-avatar` elements in the
|
|
17
25
|
component has changed
|
|
18
26
|
*/
|
|
19
27
|
ui5Overflow: EventEmitter<void>;
|
|
@@ -23,6 +31,6 @@ declare class AvatarGroupComponent {
|
|
|
23
31
|
get element(): AvatarGroup;
|
|
24
32
|
constructor();
|
|
25
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarGroupComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarGroupComponent, "ui5-avatar-group",
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarGroupComponent, "ui5-avatar-group", ["ui5AvatarGroup"], { "type": { "alias": "type"; "required": false; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; }; }, { "ui5Click": "ui5Click"; "ui5Overflow": "ui5Overflow"; }, never, ["*"], true, never>;
|
|
27
35
|
}
|
|
28
36
|
export { AvatarGroupComponent };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import '@ui5/webcomponents
|
|
2
|
-
import Bar from '@ui5/webcomponents
|
|
1
|
+
import '@ui5/webcomponents/dist/Bar.js';
|
|
2
|
+
import Bar from '@ui5/webcomponents/dist/Bar.js';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
declare class BarComponent {
|
|
5
5
|
/**
|
|
@@ -12,6 +12,6 @@ declare class BarComponent {
|
|
|
12
12
|
get element(): Bar;
|
|
13
13
|
constructor();
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarComponent, "ui5-bar",
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarComponent, "ui5-bar", ["ui5Bar"], { "design": { "alias": "design"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
16
16
|
}
|
|
17
17
|
export { BarComponent };
|
|
@@ -4,19 +4,21 @@ import { default as Breadcrumbs, BreadcrumbsItemClickEventDetail } from '@ui5/we
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
declare class BreadcrumbsComponent {
|
|
6
6
|
/**
|
|
7
|
-
Defines the visual
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
Defines the visual appearance of the last BreadcrumbsItem.
|
|
8
|
+
|
|
9
|
+
The Breadcrumbs supports two visual appearances for the last BreadcrumbsItem:
|
|
10
|
+
- "Standard" - displaying the last item as "current page" (bold and without separator)
|
|
11
|
+
- "NoCurrentPage" - displaying the last item as a regular BreadcrumbsItem, followed by separator
|
|
11
12
|
*/
|
|
12
13
|
design: 'Standard' | 'NoCurrentPage';
|
|
13
14
|
/**
|
|
14
15
|
Determines the visual style of the separator between the breadcrumb items.
|
|
15
16
|
*/
|
|
16
|
-
|
|
17
|
+
separators: 'Slash' | 'BackSlash' | 'DoubleBackSlash' | 'DoubleGreaterThan' | 'DoubleSlash' | 'GreaterThan';
|
|
17
18
|
/**
|
|
18
|
-
Fires when a
|
|
19
|
-
|
|
19
|
+
Fires when a `BreadcrumbsItem` is clicked.
|
|
20
|
+
|
|
21
|
+
**Note:** You can prevent browser location change by calling `event.preventDefault()`.
|
|
20
22
|
*/
|
|
21
23
|
ui5ItemClick: EventEmitter<BreadcrumbsItemClickEventDetail>;
|
|
22
24
|
private elementRef;
|
|
@@ -25,6 +27,6 @@ declare class BreadcrumbsComponent {
|
|
|
25
27
|
get element(): Breadcrumbs;
|
|
26
28
|
constructor();
|
|
27
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbsComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbsComponent, "ui5-breadcrumbs",
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbsComponent, "ui5-breadcrumbs", ["ui5Breadcrumbs"], { "design": { "alias": "design"; "required": false; }; "separators": { "alias": "separators"; "required": false; }; }, { "ui5ItemClick": "ui5ItemClick"; }, never, ["*"], true, never>;
|
|
29
31
|
}
|
|
30
32
|
export { BreadcrumbsComponent };
|
|
@@ -4,23 +4,22 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
declare class BreadcrumbsItemComponent {
|
|
5
5
|
/**
|
|
6
6
|
Defines the link href.
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
|
|
8
|
+
**Note:** Standard hyperlink behavior is supported.
|
|
9
9
|
*/
|
|
10
10
|
href: string;
|
|
11
11
|
/**
|
|
12
12
|
Defines the link target.
|
|
13
|
-
|
|
13
|
+
|
|
14
14
|
Available options are:
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
<b>Note:<b> This property must only be used when the <code>href</code> property is set.
|
|
15
|
+
|
|
16
|
+
- `_self`
|
|
17
|
+
- `_top`
|
|
18
|
+
- `_blank`
|
|
19
|
+
- `_parent`
|
|
20
|
+
- `_search`
|
|
21
|
+
|
|
22
|
+
**Note:** This property must only be used when the `href` property is set.
|
|
24
23
|
*/
|
|
25
24
|
target: string | undefined;
|
|
26
25
|
/**
|
|
@@ -33,6 +32,6 @@ declare class BreadcrumbsItemComponent {
|
|
|
33
32
|
get element(): BreadcrumbsItem;
|
|
34
33
|
constructor();
|
|
35
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbsItemComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbsItemComponent, "ui5-breadcrumbs-item",
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbsItemComponent, "ui5-breadcrumbs-item", ["ui5BreadcrumbsItem"], { "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
37
36
|
}
|
|
38
37
|
export { BreadcrumbsItemComponent };
|
|
@@ -9,7 +9,7 @@ declare class BusyIndicatorComponent {
|
|
|
9
9
|
/**
|
|
10
10
|
Defines the size of the component.
|
|
11
11
|
*/
|
|
12
|
-
size: '
|
|
12
|
+
size: 'S' | 'M' | 'L';
|
|
13
13
|
/**
|
|
14
14
|
Defines if the busy indicator is visible on the screen. By default it is not.
|
|
15
15
|
*/
|
|
@@ -18,12 +18,16 @@ declare class BusyIndicatorComponent {
|
|
|
18
18
|
Defines the delay in milliseconds, after which the busy indicator will be visible on the screen.
|
|
19
19
|
*/
|
|
20
20
|
delay: number;
|
|
21
|
+
/**
|
|
22
|
+
Defines the placement of the text.
|
|
23
|
+
*/
|
|
24
|
+
textPlacement: 'Top' | 'Bottom';
|
|
21
25
|
private elementRef;
|
|
22
26
|
private zone;
|
|
23
27
|
private cdr;
|
|
24
28
|
get element(): BusyIndicator;
|
|
25
29
|
constructor();
|
|
26
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<BusyIndicatorComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BusyIndicatorComponent, "ui5-busy-indicator",
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BusyIndicatorComponent, "ui5-busy-indicator", ["ui5BusyIndicator"], { "text": { "alias": "text"; "required": false; }; "size": { "alias": "size"; "required": false; }; "active": { "alias": "active"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "textPlacement": { "alias": "textPlacement"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
28
32
|
}
|
|
29
33
|
export { BusyIndicatorComponent };
|
package/main/button/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import '@ui5/webcomponents/dist/Button.js';
|
|
3
|
-
import {
|
|
3
|
+
import { default as Button, ButtonAccessibilityAttributes } from '@ui5/webcomponents/dist/Button.js';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
declare class ButtonComponent {
|
|
6
6
|
/**
|
|
@@ -16,28 +16,34 @@ declare class ButtonComponent {
|
|
|
16
16
|
/**
|
|
17
17
|
Defines the icon, displayed as graphical element within the component.
|
|
18
18
|
The SAP-icons font provides numerous options.
|
|
19
|
-
<br><br>
|
|
20
|
-
Example:
|
|
21
19
|
|
|
22
|
-
|
|
20
|
+
Example:
|
|
21
|
+
See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
23
22
|
*/
|
|
24
23
|
icon: string;
|
|
25
24
|
/**
|
|
26
|
-
Defines
|
|
25
|
+
Defines the icon, displayed as graphical element within the component after the button text.
|
|
26
|
+
|
|
27
|
+
**Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.
|
|
28
|
+
Usage of `endIcon` only should be avoided.
|
|
29
|
+
|
|
30
|
+
The SAP-icons font provides numerous options.
|
|
31
|
+
|
|
32
|
+
Example:
|
|
33
|
+
See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
27
34
|
*/
|
|
28
|
-
|
|
35
|
+
endIcon: string;
|
|
29
36
|
/**
|
|
30
|
-
When set to
|
|
31
|
-
automatically submit the nearest HTML form element on
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
<code>import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";</code>
|
|
37
|
+
When set to `true`, the component will
|
|
38
|
+
automatically submit the nearest HTML form element on `press`.
|
|
39
|
+
|
|
40
|
+
**Note:** This property is only applicable within the context of an HTML Form element.`
|
|
35
41
|
*/
|
|
36
42
|
submits: boolean;
|
|
37
43
|
/**
|
|
38
44
|
Defines the tooltip of the component.
|
|
39
|
-
|
|
40
|
-
|
|
45
|
+
|
|
46
|
+
**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.
|
|
41
47
|
*/
|
|
42
48
|
tooltip: string;
|
|
43
49
|
/**
|
|
@@ -49,45 +55,37 @@ declare class ButtonComponent {
|
|
|
49
55
|
*/
|
|
50
56
|
accessibleNameRef: string;
|
|
51
57
|
/**
|
|
52
|
-
|
|
53
|
-
|
|
58
|
+
Defines the additional accessibility attributes that will be applied to the component.
|
|
59
|
+
The following fields are supported:
|
|
54
60
|
|
|
55
|
-
|
|
61
|
+
- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.
|
|
62
|
+
Accepts the following string values: `true` or `false`
|
|
56
63
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
</ul>
|
|
63
|
-
</li>
|
|
64
|
-
<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:
|
|
65
|
-
<ul>
|
|
66
|
-
<li><code>Dialog</code></li>
|
|
67
|
-
<li><code>Grid</code></li>
|
|
68
|
-
<li><code>Listbox</code></li>
|
|
69
|
-
<li><code>Menu</code></li>
|
|
70
|
-
<li><code>Tree</code></li>
|
|
71
|
-
</ul>
|
|
72
|
-
</li>
|
|
73
|
-
<li><code>controls</code>: Identifies the element (or elements) whose contents or presence are controlled by the button element. Accepts a string value.</li>
|
|
74
|
-
</ul>
|
|
64
|
+
- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.
|
|
65
|
+
Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
|
|
66
|
+
|
|
67
|
+
- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.
|
|
68
|
+
Accepts a lowercase string value.
|
|
75
69
|
*/
|
|
76
|
-
accessibilityAttributes:
|
|
70
|
+
accessibilityAttributes: ButtonAccessibilityAttributes;
|
|
77
71
|
/**
|
|
78
72
|
Defines whether the button has special form-related functionality.
|
|
79
73
|
|
|
80
|
-
|
|
81
|
-
<b>Note:</b> For the <code>type</code> property to have effect, you must add the following import to your project:
|
|
82
|
-
<code>import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";</code>
|
|
74
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
83
75
|
*/
|
|
84
76
|
type: 'Button' | 'Submit' | 'Reset';
|
|
77
|
+
/**
|
|
78
|
+
Describes the accessibility role of the button.
|
|
79
|
+
|
|
80
|
+
**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.
|
|
81
|
+
*/
|
|
82
|
+
accessibleRole: 'Button' | 'Link';
|
|
85
83
|
/**
|
|
86
84
|
Fired when the component is activated either with a
|
|
87
85
|
mouse/tap or by using the Enter or Space key.
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
property is set to
|
|
86
|
+
|
|
87
|
+
**Note:** The event will not be fired if the `disabled`
|
|
88
|
+
property is set to `true`.
|
|
91
89
|
*/
|
|
92
90
|
ui5Click: EventEmitter<Event>;
|
|
93
91
|
private elementRef;
|
|
@@ -96,6 +94,6 @@ declare class ButtonComponent {
|
|
|
96
94
|
get element(): Button;
|
|
97
95
|
constructor();
|
|
98
96
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
99
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "ui5-button",
|
|
97
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "ui5-button", ["ui5Button"], { "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; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
100
98
|
}
|
|
101
99
|
export { ButtonComponent };
|
package/main/calendar/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import '@ui5/webcomponents/dist/Calendar.js';
|
|
3
|
-
import { default as Calendar,
|
|
3
|
+
import { default as Calendar, CalendarSelectionChangeEventDetail } from '@ui5/webcomponents/dist/Calendar.js';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
declare class CalendarComponent {
|
|
6
6
|
/**
|
|
@@ -20,45 +20,44 @@ declare class CalendarComponent {
|
|
|
20
20
|
/**
|
|
21
21
|
Determines the minimum date available for selection.
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (YYYY-MM-dd).
|
|
24
24
|
*/
|
|
25
25
|
minDate: string;
|
|
26
26
|
/**
|
|
27
27
|
Determines the maximum date available for selection.
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (YYYY-MM-dd).
|
|
30
30
|
*/
|
|
31
31
|
maxDate: string;
|
|
32
32
|
/**
|
|
33
33
|
Defines the type of selection used in the calendar component.
|
|
34
|
-
Accepted property values are
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
</ul>
|
|
34
|
+
Accepted property values are:
|
|
35
|
+
|
|
36
|
+
- `CalendarSelectionMode.Single` - enables a single date selection.(default value)
|
|
37
|
+
- `CalendarSelectionMode.Range` - enables selection of a date range.
|
|
38
|
+
- `CalendarSelectionMode.Multiple` - enables selection of multiple dates.
|
|
40
39
|
*/
|
|
41
40
|
selectionMode: 'Single' | 'Multiple' | 'Range';
|
|
42
41
|
/**
|
|
43
42
|
Defines the visibility of the week numbers column.
|
|
44
|
-
<br><br>
|
|
45
43
|
|
|
46
|
-
|
|
44
|
+
**Note:** For calendars other than Gregorian,
|
|
47
45
|
the week numbers are not displayed regardless of what is set.
|
|
48
46
|
*/
|
|
49
47
|
hideWeekNumbers: boolean;
|
|
50
48
|
/**
|
|
51
49
|
Fired when the selected dates change.
|
|
52
|
-
|
|
53
|
-
|
|
50
|
+
|
|
51
|
+
**Note:** If you call `preventDefault()` for this event, the component will not
|
|
52
|
+
create instances of `ui5-date` for the newly selected dates. In that case you should do this manually.
|
|
54
53
|
*/
|
|
55
|
-
|
|
54
|
+
ui5SelectionChange: EventEmitter<CalendarSelectionChangeEventDetail>;
|
|
56
55
|
private elementRef;
|
|
57
56
|
private zone;
|
|
58
57
|
private cdr;
|
|
59
58
|
get element(): Calendar;
|
|
60
59
|
constructor();
|
|
61
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarComponent, never>;
|
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarComponent, "ui5-calendar",
|
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarComponent, "ui5-calendar", ["ui5Calendar"], { "primaryCalendarType": { "alias": "primaryCalendarType"; "required": false; }; "secondaryCalendarType": { "alias": "secondaryCalendarType"; "required": false; }; "formatPattern": { "alias": "formatPattern"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "hideWeekNumbers": { "alias": "hideWeekNumbers"; "required": false; }; }, { "ui5SelectionChange": "ui5SelectionChange"; }, never, ["*"], true, never>;
|
|
63
62
|
}
|
|
64
63
|
export { CalendarComponent };
|
|
@@ -3,8 +3,8 @@ import CalendarDate from '@ui5/webcomponents/dist/CalendarDate.js';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
declare class CalendarDateComponent {
|
|
5
5
|
/**
|
|
6
|
-
The date formatted according to the
|
|
7
|
-
of the
|
|
6
|
+
The date formatted according to the `formatPattern` property
|
|
7
|
+
of the `ui5-calendar` that hosts the component.
|
|
8
8
|
*/
|
|
9
9
|
value: string;
|
|
10
10
|
private elementRef;
|
|
@@ -13,6 +13,6 @@ declare class CalendarDateComponent {
|
|
|
13
13
|
get element(): CalendarDate;
|
|
14
14
|
constructor();
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarDateComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarDateComponent, "ui5-date",
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarDateComponent, "ui5-date", ["ui5Date"], { "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
17
17
|
}
|
|
18
18
|
export { CalendarDateComponent };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import '@ui5/webcomponents/dist/CalendarDateRange.js';
|
|
2
|
+
import CalendarDateRange from '@ui5/webcomponents/dist/CalendarDateRange.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
declare class CalendarDateRangeComponent {
|
|
5
|
+
/**
|
|
6
|
+
Start of date range formatted according to the `formatPattern` property
|
|
7
|
+
of the `ui5-calendar` that hosts the component.
|
|
8
|
+
*/
|
|
9
|
+
startValue: string;
|
|
10
|
+
/**
|
|
11
|
+
End of date range formatted according to the `formatPattern` property
|
|
12
|
+
of the `ui5-calendar` that hosts the component.
|
|
13
|
+
*/
|
|
14
|
+
endValue: string;
|
|
15
|
+
private elementRef;
|
|
16
|
+
private zone;
|
|
17
|
+
private cdr;
|
|
18
|
+
get element(): CalendarDateRange;
|
|
19
|
+
constructor();
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarDateRangeComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarDateRangeComponent, "ui5-date-range", ["ui5DateRange"], { "startValue": { "alias": "startValue"; "required": false; }; "endValue": { "alias": "endValue"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
22
|
+
}
|
|
23
|
+
export { CalendarDateRangeComponent };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import '@ui5/webcomponents/dist/CalendarLegend.js';
|
|
2
|
+
import CalendarLegend from '@ui5/webcomponents/dist/CalendarLegend.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
declare class CalendarLegendComponent {
|
|
5
|
+
/**
|
|
6
|
+
Hides the Today item in the legend.
|
|
7
|
+
*/
|
|
8
|
+
hideToday: boolean;
|
|
9
|
+
/**
|
|
10
|
+
Hides the Selected day item in the legend.
|
|
11
|
+
*/
|
|
12
|
+
hideSelectedDay: boolean;
|
|
13
|
+
/**
|
|
14
|
+
Hides the Non-Working day item in the legend.
|
|
15
|
+
*/
|
|
16
|
+
hideNonWorkingDay: boolean;
|
|
17
|
+
/**
|
|
18
|
+
Hides the Working day item in the legend.
|
|
19
|
+
*/
|
|
20
|
+
hideWorkingDay: boolean;
|
|
21
|
+
private elementRef;
|
|
22
|
+
private zone;
|
|
23
|
+
private cdr;
|
|
24
|
+
get element(): CalendarLegend;
|
|
25
|
+
constructor();
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarLegendComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarLegendComponent, "ui5-calendar-legend", ["ui5CalendarLegend"], { "hideToday": { "alias": "hideToday"; "required": false; }; "hideSelectedDay": { "alias": "hideSelectedDay"; "required": false; }; "hideNonWorkingDay": { "alias": "hideNonWorkingDay"; "required": false; }; "hideWorkingDay": { "alias": "hideWorkingDay"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
28
|
+
}
|
|
29
|
+
export { CalendarLegendComponent };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import '@ui5/webcomponents/dist/CalendarLegendItem.js';
|
|
2
|
+
import CalendarLegendItem from '@ui5/webcomponents/dist/CalendarLegendItem.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
declare class CalendarLegendItemComponent {
|
|
5
|
+
/**
|
|
6
|
+
Defines the text content of the Calendar Legend Item.
|
|
7
|
+
*/
|
|
8
|
+
text: string;
|
|
9
|
+
/**
|
|
10
|
+
Defines the type of the Calendar Legend Item.
|
|
11
|
+
*/
|
|
12
|
+
type: 'None' | 'Working' | 'NonWorking' | 'Type01' | 'Type02' | 'Type03' | 'Type04' | 'Type05' | 'Type06' | 'Type07' | 'Type08' | 'Type09' | 'Type10' | 'Type11' | 'Type12' | 'Type13' | 'Type14' | 'Type15' | 'Type16' | 'Type17' | 'Type18' | 'Type19' | 'Type20';
|
|
13
|
+
private elementRef;
|
|
14
|
+
private zone;
|
|
15
|
+
private cdr;
|
|
16
|
+
get element(): CalendarLegendItem;
|
|
17
|
+
constructor();
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarLegendItemComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarLegendItemComponent, "ui5-calendar-legend-item", ["ui5CalendarLegendItem"], { "text": { "alias": "text"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
20
|
+
}
|
|
21
|
+
export { CalendarLegendItemComponent };
|
package/main/card/index.d.ts
CHANGED
|
@@ -4,7 +4,8 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
declare class CardComponent {
|
|
5
5
|
/**
|
|
6
6
|
Defines the accessible name of the component, which is used as the name of the card region and should be unique per card.
|
|
7
|
-
|
|
7
|
+
|
|
8
|
+
**Note:** `accessibleName` should be always set, unless `accessibleNameRef` is set.
|
|
8
9
|
*/
|
|
9
10
|
accessibleName: string;
|
|
10
11
|
/**
|
|
@@ -17,6 +18,6 @@ declare class CardComponent {
|
|
|
17
18
|
get element(): Card;
|
|
18
19
|
constructor();
|
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "ui5-card",
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "ui5-card", ["ui5Card"], { "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
21
22
|
}
|
|
22
23
|
export { CardComponent };
|
|
@@ -12,18 +12,18 @@ declare class CardHeaderComponent {
|
|
|
12
12
|
*/
|
|
13
13
|
subtitleText: string;
|
|
14
14
|
/**
|
|
15
|
-
Defines the
|
|
15
|
+
Defines the additional text.
|
|
16
16
|
*/
|
|
17
|
-
|
|
17
|
+
additionalText: string;
|
|
18
18
|
/**
|
|
19
19
|
Defines if the component would be interactive,
|
|
20
|
-
e.g gets hover effect, gets focus outline and
|
|
20
|
+
e.g gets hover effect, gets focus outline and `click` event is fired, when pressed.
|
|
21
21
|
*/
|
|
22
22
|
interactive: boolean;
|
|
23
23
|
/**
|
|
24
24
|
Fired when the component is activated by mouse/tap or by using the Enter or Space key.
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
|
|
26
|
+
**Note:** The event would be fired only if the `interactive` property is set to true.
|
|
27
27
|
*/
|
|
28
28
|
ui5Click: EventEmitter<void>;
|
|
29
29
|
private elementRef;
|
|
@@ -32,6 +32,6 @@ declare class CardHeaderComponent {
|
|
|
32
32
|
get element(): CardHeader;
|
|
33
33
|
constructor();
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "ui5-card-header",
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "ui5-card-header", ["ui5CardHeader"], { "titleText": { "alias": "titleText"; "required": false; }; "subtitleText": { "alias": "subtitleText"; "required": false; }; "additionalText": { "alias": "additionalText"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
36
36
|
}
|
|
37
37
|
export { CardHeaderComponent };
|