@ui5/webcomponents-ngx 0.3.0-rc.2 → 0.3.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/compat/index.d.ts +1 -0
- package/compat/table/index.d.ts +115 -0
- package/{main → compat}/table-cell/index.d.ts +3 -3
- package/compat/table-column/index.d.ts +42 -0
- package/{main → compat}/table-group-row/index.d.ts +3 -3
- package/{main → compat}/table-row/index.d.ts +5 -5
- package/compat/theming/index.d.ts +9 -0
- package/compat/ui5-compat.module.d.ts +15 -0
- package/esm2022/compat/index.mjs +2 -0
- package/esm2022/compat/table/index.mjs +70 -0
- package/esm2022/compat/table/ui5-webcomponents-ngx-compat-table.mjs +5 -0
- package/esm2022/compat/table-cell/index.mjs +27 -0
- package/esm2022/{main/table-column/ui5-webcomponents-ngx-main-table-column.mjs → compat/table-cell/ui5-webcomponents-ngx-compat-table-cell.mjs} +1 -1
- package/esm2022/compat/table-column/index.mjs +34 -0
- package/esm2022/compat/table-column/ui5-webcomponents-ngx-compat-table-column.mjs +5 -0
- package/esm2022/compat/table-group-row/index.mjs +27 -0
- package/esm2022/compat/table-group-row/ui5-webcomponents-ngx-compat-table-group-row.mjs +5 -0
- package/esm2022/compat/table-row/index.mjs +34 -0
- package/esm2022/compat/table-row/ui5-webcomponents-ngx-compat-table-row.mjs +5 -0
- package/esm2022/compat/theming/index.mjs +17 -0
- package/esm2022/{main/table-row/ui5-webcomponents-ngx-main-table-row.mjs → compat/theming/ui5-webcomponents-ngx-compat-theming.mjs} +1 -1
- package/esm2022/compat/ui5-compat.module.mjs +41 -0
- package/esm2022/compat/ui5-webcomponents-ngx-compat.mjs +5 -0
- package/esm2022/fiori/barcode-scanner-dialog/index.mjs +12 -5
- package/esm2022/fiori/dynamic-page/index.mjs +39 -0
- package/esm2022/fiori/dynamic-page/ui5-webcomponents-ngx-fiori-dynamic-page.mjs +5 -0
- package/esm2022/fiori/dynamic-page-header/index.mjs +27 -0
- package/esm2022/fiori/dynamic-page-header/ui5-webcomponents-ngx-fiori-dynamic-page-header.mjs +5 -0
- package/esm2022/fiori/dynamic-page-title/index.mjs +27 -0
- package/esm2022/fiori/dynamic-page-title/ui5-webcomponents-ngx-fiori-dynamic-page-title.mjs +5 -0
- package/esm2022/fiori/dynamic-side-content/index.mjs +3 -2
- package/esm2022/fiori/filter-item/index.mjs +3 -2
- package/esm2022/fiori/filter-item-option/index.mjs +3 -2
- package/esm2022/fiori/flexible-column-layout/index.mjs +5 -9
- package/esm2022/fiori/illustrated-message/index.mjs +5 -12
- package/esm2022/fiori/media-gallery/index.mjs +3 -2
- package/esm2022/fiori/media-gallery-item/index.mjs +3 -2
- package/esm2022/fiori/notification-list/index.mjs +40 -0
- package/esm2022/fiori/notification-list/ui5-webcomponents-ngx-fiori-notification-list.mjs +5 -0
- package/esm2022/fiori/notification-list-group-item/index.mjs +9 -14
- package/esm2022/fiori/notification-list-item/index.mjs +13 -10
- package/esm2022/fiori/page/index.mjs +5 -14
- package/esm2022/fiori/product-switch/index.mjs +3 -2
- package/esm2022/fiori/product-switch-item/index.mjs +3 -2
- package/esm2022/fiori/shell-bar/index.mjs +3 -10
- package/esm2022/fiori/shell-bar-item/index.mjs +3 -2
- package/esm2022/fiori/side-navigation/index.mjs +3 -2
- package/esm2022/fiori/side-navigation-group/index.mjs +34 -0
- package/esm2022/fiori/side-navigation-group/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs +5 -0
- package/esm2022/fiori/side-navigation-item/index.mjs +3 -6
- package/esm2022/fiori/side-navigation-sub-item/index.mjs +5 -4
- package/esm2022/fiori/sort-item/index.mjs +3 -2
- package/esm2022/fiori/timeline/index.mjs +3 -2
- package/esm2022/fiori/timeline-item/index.mjs +3 -2
- package/esm2022/fiori/ui5-fiori.module.mjs +23 -11
- package/esm2022/fiori/upload-collection/index.mjs +5 -4
- package/esm2022/fiori/upload-collection-item/index.mjs +7 -2
- package/esm2022/fiori/view-settings-dialog/index.mjs +3 -2
- package/esm2022/fiori/wizard/index.mjs +3 -2
- package/esm2022/fiori/wizard-step/index.mjs +3 -2
- package/esm2022/generic-cva/index.mjs +3 -4
- package/esm2022/index.mjs +27 -13
- package/esm2022/main/avatar/index.mjs +5 -2
- package/esm2022/main/avatar-group/index.mjs +5 -4
- package/esm2022/main/bar/index.mjs +34 -0
- package/esm2022/main/bar/ui5-webcomponents-ngx-main-bar.mjs +5 -0
- package/esm2022/main/breadcrumbs/index.mjs +5 -4
- package/esm2022/main/breadcrumbs-item/index.mjs +3 -2
- package/esm2022/main/busy-indicator/index.mjs +5 -4
- package/esm2022/main/button/index.mjs +7 -4
- package/esm2022/main/calendar/index.mjs +5 -4
- package/esm2022/main/calendar-date/index.mjs +3 -2
- package/esm2022/main/calendar-date-range/index.mjs +34 -0
- package/esm2022/main/calendar-date-range/ui5-webcomponents-ngx-main-calendar-date-range.mjs +5 -0
- package/esm2022/main/calendar-legend/index.mjs +44 -0
- package/esm2022/main/{table-group-row/ui5-webcomponents-ngx-main-table-group-row.mjs → calendar-legend/ui5-webcomponents-ngx-main-calendar-legend.mjs} +1 -1
- package/esm2022/main/calendar-legend-item/index.mjs +34 -0
- package/esm2022/main/calendar-legend-item/ui5-webcomponents-ngx-main-calendar-legend-item.mjs +5 -0
- package/esm2022/main/card/index.mjs +3 -2
- package/esm2022/main/card-header/index.mjs +5 -4
- package/esm2022/main/carousel/index.mjs +11 -10
- package/esm2022/main/check-box/index.mjs +4 -3
- package/esm2022/main/color-palette/index.mjs +3 -2
- package/esm2022/main/color-palette-item/index.mjs +5 -4
- package/esm2022/main/color-palette-popover/index.mjs +3 -2
- package/esm2022/main/color-picker/index.mjs +5 -4
- package/esm2022/main/combo-box/index.mjs +7 -4
- package/esm2022/main/combo-box-item/index.mjs +3 -2
- package/esm2022/main/combo-box-item-group/index.mjs +34 -0
- package/esm2022/main/{combo-box-group-item/ui5-webcomponents-ngx-main-combo-box-group-item.mjs → combo-box-item-group/ui5-webcomponents-ngx-main-combo-box-item-group.mjs} +1 -1
- package/esm2022/main/custom-list-item/index.mjs +9 -2
- package/esm2022/main/date-picker/index.mjs +7 -4
- package/esm2022/main/date-range-picker/index.mjs +7 -4
- package/esm2022/main/date-time-picker/index.mjs +7 -4
- package/esm2022/main/dialog/index.mjs +10 -7
- package/esm2022/main/file-uploader/index.mjs +4 -3
- package/esm2022/main/form/index.mjs +34 -0
- package/esm2022/{fiori/bar/ui5-webcomponents-ngx-fiori-bar.mjs → main/form/ui5-webcomponents-ngx-main-form.mjs} +1 -1
- package/esm2022/main/form-group/index.mjs +34 -0
- package/esm2022/main/{table-cell/ui5-webcomponents-ngx-main-table-cell.mjs → form-group/ui5-webcomponents-ngx-main-form-group.mjs} +1 -1
- package/esm2022/main/form-item/index.mjs +34 -0
- package/esm2022/main/form-item/ui5-webcomponents-ngx-main-form-item.mjs +5 -0
- package/esm2022/main/icon/index.mjs +5 -18
- package/esm2022/main/input/index.mjs +13 -8
- package/esm2022/main/label/index.mjs +3 -2
- package/esm2022/main/link/index.mjs +5 -2
- package/esm2022/main/list/index.mjs +15 -8
- package/esm2022/main/list-item-group/index.mjs +34 -0
- package/esm2022/main/list-item-group/ui5-webcomponents-ngx-main-list-item-group.mjs +5 -0
- package/esm2022/main/menu/index.mjs +9 -8
- package/esm2022/main/menu-item/index.mjs +22 -7
- package/esm2022/main/message-strip/index.mjs +5 -4
- package/esm2022/main/multi-combo-box/index.mjs +9 -6
- package/esm2022/main/multi-combo-box-group-item/index.mjs +3 -2
- package/esm2022/main/multi-combo-box-item/index.mjs +3 -2
- package/esm2022/main/multi-input/index.mjs +13 -8
- package/esm2022/main/option/index.mjs +5 -4
- package/esm2022/main/option-custom/index.mjs +34 -0
- package/esm2022/main/option-custom/ui5-webcomponents-ngx-main-option-custom.mjs +5 -0
- package/esm2022/main/panel/index.mjs +3 -2
- package/esm2022/main/popover/index.mjs +12 -11
- package/esm2022/main/progress-indicator/index.mjs +3 -4
- package/esm2022/main/radio-button/index.mjs +4 -3
- package/esm2022/main/range-slider/index.mjs +7 -4
- package/esm2022/main/rating-indicator/index.mjs +3 -2
- package/esm2022/main/responsive-popover/index.mjs +12 -11
- package/esm2022/main/segmented-button/index.mjs +5 -4
- package/esm2022/main/segmented-button-item/index.mjs +8 -19
- package/esm2022/main/select/index.mjs +4 -5
- package/esm2022/main/slider/index.mjs +7 -4
- package/esm2022/main/special-calendar-date/index.mjs +34 -0
- package/esm2022/main/special-calendar-date/ui5-webcomponents-ngx-main-special-calendar-date.mjs +5 -0
- package/esm2022/main/split-button/index.mjs +4 -11
- package/esm2022/main/standard-list-item/index.mjs +9 -2
- package/esm2022/main/step-input/index.mjs +5 -4
- package/esm2022/main/suggestion-group-item/index.mjs +3 -2
- package/esm2022/main/suggestion-item/index.mjs +3 -2
- package/esm2022/main/switch/index.mjs +4 -3
- package/esm2022/main/tab/index.mjs +3 -2
- package/esm2022/main/tab-container/index.mjs +11 -10
- package/esm2022/main/tab-separator/index.mjs +3 -2
- package/esm2022/main/tag/index.mjs +50 -0
- package/esm2022/main/tag/ui5-webcomponents-ngx-main-tag.mjs +5 -0
- package/esm2022/main/text/index.mjs +34 -0
- package/esm2022/main/text/ui5-webcomponents-ngx-main-text.mjs +5 -0
- package/esm2022/main/text-area/index.mjs +14 -8
- package/esm2022/main/time-picker/index.mjs +16 -6
- package/esm2022/main/title/index.mjs +3 -2
- package/esm2022/main/toast/index.mjs +8 -5
- package/esm2022/main/toggle-button/index.mjs +7 -4
- package/esm2022/main/token/index.mjs +6 -7
- package/esm2022/main/tokenizer/index.mjs +39 -0
- package/esm2022/main/tokenizer/ui5-webcomponents-ngx-main-tokenizer.mjs +5 -0
- package/esm2022/main/toolbar/index.mjs +3 -2
- package/esm2022/main/toolbar-button/index.mjs +5 -4
- package/esm2022/main/toolbar-select/index.mjs +3 -2
- package/esm2022/main/toolbar-select-option/index.mjs +3 -2
- package/esm2022/main/toolbar-separator/index.mjs +3 -2
- package/esm2022/main/toolbar-spacer/index.mjs +3 -2
- package/esm2022/main/tree/index.mjs +5 -4
- package/esm2022/main/tree-item/index.mjs +9 -2
- package/esm2022/main/tree-item-custom/index.mjs +9 -2
- package/esm2022/main/ui5-main.module.mjs +57 -41
- package/esm2022/theming/supported-themes.mjs +2 -2
- package/esm2022/ui5-webcomponents.module.mjs +5 -4
- package/fesm2022/{ui5-webcomponents-ngx-main-table-cell.mjs → ui5-webcomponents-ngx-compat-table-cell.mjs} +4 -3
- package/fesm2022/ui5-webcomponents-ngx-compat-table-cell.mjs.map +1 -0
- package/fesm2022/{ui5-webcomponents-ngx-main-table-column.mjs → ui5-webcomponents-ngx-compat-table-column.mjs} +4 -3
- package/fesm2022/ui5-webcomponents-ngx-compat-table-column.mjs.map +1 -0
- package/fesm2022/{ui5-webcomponents-ngx-main-table-group-row.mjs → ui5-webcomponents-ngx-compat-table-group-row.mjs} +4 -3
- package/fesm2022/ui5-webcomponents-ngx-compat-table-group-row.mjs.map +1 -0
- package/fesm2022/{ui5-webcomponents-ngx-main-table-row.mjs → ui5-webcomponents-ngx-compat-table-row.mjs} +4 -3
- package/fesm2022/ui5-webcomponents-ngx-compat-table-row.mjs.map +1 -0
- package/fesm2022/{ui5-webcomponents-ngx-main-table.mjs → ui5-webcomponents-ngx-compat-table.mjs} +4 -3
- package/fesm2022/ui5-webcomponents-ngx-compat-table.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-compat-theming.mjs +23 -0
- package/fesm2022/ui5-webcomponents-ngx-compat-theming.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-compat.mjs +46 -0
- package/fesm2022/ui5-webcomponents-ngx-compat.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-barcode-scanner-dialog.mjs +11 -4
- package/fesm2022/ui5-webcomponents-ngx-fiori-barcode-scanner-dialog.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-header.mjs +33 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-header.mjs.map +1 -0
- package/fesm2022/{ui5-webcomponents-ngx-main-select-menu.mjs → ui5-webcomponents-ngx-fiori-dynamic-page-title.mjs} +9 -8
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-title.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page.mjs +45 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item-option.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item-option.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-flexible-column-layout.mjs +4 -8
- package/fesm2022/ui5-webcomponents-ngx-fiori-flexible-column-layout.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-illustrated-message.mjs +4 -11
- package/fesm2022/ui5-webcomponents-ngx-fiori-illustrated-message.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-group-item.mjs +8 -13
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-group-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-item.mjs +12 -9
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list.mjs +46 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-page.mjs +4 -13
- package/fesm2022/ui5-webcomponents-ngx-fiori-page.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar.mjs +2 -9
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-item.mjs +2 -5
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-sort-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-sort-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-timeline-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-timeline-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-timeline.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-timeline.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection-item.mjs +6 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-wizard-step.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-wizard-step.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-wizard.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-wizard.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori.mjs +22 -10
- package/fesm2022/ui5-webcomponents-ngx-fiori.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-generic-cva.mjs +2 -3
- package/fesm2022/ui5-webcomponents-ngx-generic-cva.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-avatar-group.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-avatar-group.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-avatar.mjs +4 -1
- package/fesm2022/ui5-webcomponents-ngx-main-avatar.mjs.map +1 -1
- package/fesm2022/{ui5-webcomponents-ngx-fiori-bar.mjs → ui5-webcomponents-ngx-main-bar.mjs} +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-bar.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-busy-indicator.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-busy-indicator.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-button.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-date-range.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-date-range.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-date.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-date.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend-item.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend.mjs +50 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-calendar.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-card-header.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-card-header.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-card.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-card.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-carousel.mjs +10 -9
- package/fesm2022/ui5-webcomponents-ngx-main-carousel.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-check-box.mjs +3 -2
- package/fesm2022/ui5-webcomponents-ngx-main-check-box.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette-item.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette-popover.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette-popover.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs.map +1 -1
- package/fesm2022/{ui5-webcomponents-ngx-main-combo-box-group-item.mjs → ui5-webcomponents-ngx-main-combo-box-item-group.mjs} +11 -10
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-custom-list-item.mjs +8 -1
- package/fesm2022/ui5-webcomponents-ngx-main-custom-list-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-date-picker.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-date-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-date-range-picker.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-date-range-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-date-time-picker.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-date-time-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs +9 -6
- package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-file-uploader.mjs +3 -2
- package/fesm2022/ui5-webcomponents-ngx-main-file-uploader.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-form-group.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form-item.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-icon.mjs +4 -17
- package/fesm2022/ui5-webcomponents-ngx-main-icon.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-input.mjs +12 -7
- package/fesm2022/ui5-webcomponents-ngx-main-input.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-label.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-label.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-link.mjs +4 -1
- package/fesm2022/ui5-webcomponents-ngx-main-link.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-list-item-group.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-list-item-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-list.mjs +14 -7
- package/fesm2022/ui5-webcomponents-ngx-main-list.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-menu-item.mjs +21 -6
- package/fesm2022/ui5-webcomponents-ngx-main-menu-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-menu.mjs +8 -7
- package/fesm2022/ui5-webcomponents-ngx-main-menu.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-message-strip.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-message-strip.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-group-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-group-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box.mjs +8 -5
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-input.mjs +12 -7
- package/fesm2022/ui5-webcomponents-ngx-main-multi-input.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-option-custom.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-option-custom.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-option.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-option.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-panel.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-panel.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-popover.mjs +11 -10
- package/fesm2022/ui5-webcomponents-ngx-main-popover.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-progress-indicator.mjs +2 -3
- package/fesm2022/ui5-webcomponents-ngx-main-progress-indicator.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-radio-button.mjs +3 -2
- package/fesm2022/ui5-webcomponents-ngx-main-radio-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-range-slider.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-range-slider.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-responsive-popover.mjs +11 -10
- package/fesm2022/ui5-webcomponents-ngx-main-responsive-popover.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-segmented-button-item.mjs +7 -18
- package/fesm2022/ui5-webcomponents-ngx-main-segmented-button-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-segmented-button.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-segmented-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-select.mjs +3 -4
- package/fesm2022/ui5-webcomponents-ngx-main-select.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-slider.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-slider.mjs.map +1 -1
- package/fesm2022/{ui5-webcomponents-ngx-main-group-header-list-item.mjs → ui5-webcomponents-ngx-main-special-calendar-date.mjs} +13 -12
- package/fesm2022/ui5-webcomponents-ngx-main-special-calendar-date.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-split-button.mjs +3 -10
- package/fesm2022/ui5-webcomponents-ngx-main-split-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-standard-list-item.mjs +8 -1
- package/fesm2022/ui5-webcomponents-ngx-main-standard-list-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-group-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-group-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-switch.mjs +3 -2
- package/fesm2022/ui5-webcomponents-ngx-main-switch.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tab-container.mjs +10 -9
- package/fesm2022/ui5-webcomponents-ngx-main-tab-container.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tab-separator.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tab-separator.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tab.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tab.mjs.map +1 -1
- package/fesm2022/{ui5-webcomponents-ngx-main-badge.mjs → ui5-webcomponents-ngx-main-tag.mjs} +13 -10
- package/fesm2022/ui5-webcomponents-ngx-main-tag.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-text-area.mjs +13 -7
- package/fesm2022/ui5-webcomponents-ngx-main-text-area.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-text.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-text.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-time-picker.mjs +15 -5
- package/fesm2022/ui5-webcomponents-ngx-main-time-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-title.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-title.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toast.mjs +7 -4
- package/fesm2022/ui5-webcomponents-ngx-main-toast.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-token.mjs +5 -6
- package/fesm2022/ui5-webcomponents-ngx-main-token.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs +45 -0
- package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select-option.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select-option.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-separator.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-separator.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-spacer.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-spacer.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree-item-custom.mjs +8 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree-item-custom.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree-item.mjs +8 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main.mjs +56 -40
- package/fesm2022/ui5-webcomponents-ngx-main.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-theming.mjs +1 -1
- package/fesm2022/ui5-webcomponents-ngx-theming.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx.mjs +30 -15
- package/fesm2022/ui5-webcomponents-ngx.mjs.map +1 -1
- package/fiori/barcode-scanner-dialog/index.d.ts +9 -1
- package/fiori/dynamic-page/index.d.ts +38 -0
- package/fiori/dynamic-page-header/index.d.ts +13 -0
- package/fiori/dynamic-page-title/index.d.ts +13 -0
- package/fiori/dynamic-side-content/index.d.ts +1 -30
- package/fiori/filter-item/index.d.ts +1 -1
- package/fiori/filter-item-option/index.d.ts +1 -1
- package/fiori/flexible-column-layout/index.d.ts +27 -28
- package/fiori/illustrated-message/index.d.ts +26 -36
- package/fiori/media-gallery/index.d.ts +6 -6
- package/fiori/media-gallery-item/index.d.ts +1 -7
- package/fiori/notification-list/index.d.ts +30 -0
- package/fiori/notification-list-group-item/index.d.ts +9 -26
- package/fiori/notification-list-item/index.d.ts +26 -24
- package/fiori/page/index.d.ts +9 -10
- package/fiori/product-switch/index.d.ts +1 -1
- package/fiori/product-switch-item/index.d.ts +14 -15
- package/fiori/shell-bar/index.d.ts +41 -58
- package/fiori/shell-bar-item/index.d.ts +3 -3
- package/fiori/side-navigation/index.d.ts +2 -2
- package/fiori/side-navigation-group/index.d.ts +33 -0
- package/fiori/side-navigation-item/index.d.ts +14 -27
- package/fiori/side-navigation-sub-item/index.d.ts +13 -26
- package/fiori/sort-item/index.d.ts +1 -1
- package/fiori/timeline/index.d.ts +1 -9
- package/fiori/timeline-item/index.d.ts +7 -8
- package/fiori/ui5-fiori.module.d.ts +32 -29
- package/fiori/upload-collection/index.d.ts +10 -13
- package/fiori/upload-collection-item/index.d.ts +51 -44
- package/fiori/view-settings-dialog/index.d.ts +2 -2
- package/fiori/wizard/index.d.ts +2 -2
- package/fiori/wizard-step/index.d.ts +16 -23
- package/generic-cva/index.d.ts +0 -1
- package/index.d.ts +26 -12
- package/main/avatar/index.d.ts +37 -31
- package/main/avatar-group/index.d.ts +12 -4
- package/{fiori → main}/bar/index.d.ts +3 -3
- package/main/breadcrumbs/index.d.ts +10 -8
- package/main/breadcrumbs-item/index.d.ts +12 -13
- package/main/busy-indicator/index.d.ts +6 -2
- package/main/button/index.d.ts +40 -42
- package/main/calendar/index.d.ts +14 -15
- package/main/calendar-date/index.d.ts +3 -3
- package/main/calendar-date-range/index.d.ts +23 -0
- package/main/calendar-legend/index.d.ts +29 -0
- package/main/calendar-legend-item/index.d.ts +21 -0
- package/main/card/index.d.ts +3 -2
- package/main/card-header/index.d.ts +6 -6
- package/main/carousel/index.d.ts +27 -22
- package/main/check-box/index.d.ts +23 -30
- package/main/color-palette/index.d.ts +1 -1
- package/main/color-palette-item/index.d.ts +10 -3
- package/main/color-palette-popover/index.d.ts +8 -4
- package/main/color-picker/index.d.ts +10 -4
- package/main/combo-box/index.d.ts +14 -8
- package/main/combo-box-item/index.d.ts +1 -1
- package/main/combo-box-item-group/index.d.ts +17 -0
- package/main/custom-list-item/index.d.ts +32 -24
- package/main/date-picker/index.d.ts +12 -17
- package/main/date-range-picker/index.d.ts +12 -17
- package/main/date-time-picker/index.d.ts +12 -17
- package/main/dialog/index.d.ts +35 -27
- package/main/file-uploader/index.d.ts +10 -16
- package/main/form/index.d.ts +48 -0
- package/main/form-group/index.d.ts +22 -0
- package/main/form-item/index.d.ts +22 -0
- package/main/icon/index.d.ts +17 -30
- package/main/input/index.d.ts +39 -37
- package/main/label/index.d.ts +10 -9
- package/main/link/index.d.ts +31 -42
- package/main/list/index.d.ts +50 -31
- package/main/list-item-group/index.d.ts +21 -0
- package/main/menu/index.d.ts +17 -15
- package/main/menu-item/index.d.ts +63 -15
- package/main/message-strip/index.d.ts +11 -3
- package/main/multi-combo-box/index.d.ts +17 -9
- package/main/multi-combo-box-group-item/index.d.ts +1 -1
- package/main/multi-combo-box-item/index.d.ts +1 -1
- package/main/multi-input/index.d.ts +43 -39
- package/main/option/index.d.ts +13 -15
- package/main/option-custom/index.d.ts +31 -0
- package/main/panel/index.d.ts +6 -6
- package/main/popover/index.d.ts +25 -20
- package/main/progress-indicator/index.d.ts +7 -12
- package/main/radio-button/index.d.ts +15 -27
- package/main/range-slider/index.d.ts +13 -9
- package/main/rating-indicator/index.d.ts +10 -12
- package/main/responsive-popover/index.d.ts +25 -20
- package/main/segmented-button/index.d.ts +2 -10
- package/main/segmented-button-item/index.d.ts +11 -68
- package/main/select/index.d.ts +14 -29
- package/main/slider/index.d.ts +13 -7
- package/main/special-calendar-date/index.d.ts +22 -0
- package/main/split-button/index.d.ts +3 -7
- package/main/standard-list-item/index.d.ts +44 -37
- package/main/step-input/index.d.ts +12 -14
- package/main/suggestion-group-item/index.d.ts +2 -2
- package/main/suggestion-item/index.d.ts +18 -18
- package/main/switch/index.d.ts +20 -28
- package/main/tab/index.d.ts +9 -12
- package/main/tab-container/index.d.ts +23 -25
- package/main/tab-separator/index.d.ts +1 -1
- package/main/tag/index.d.ts +52 -0
- package/main/text/index.d.ts +17 -0
- package/main/text-area/index.d.ts +31 -33
- package/main/time-picker/index.d.ts +28 -21
- package/main/title/index.d.ts +4 -3
- package/main/toast/index.d.ts +13 -5
- package/main/toggle-button/index.d.ts +40 -42
- package/main/token/index.d.ts +1 -13
- package/main/tokenizer/index.d.ts +43 -0
- package/main/toolbar/index.d.ts +1 -1
- package/main/toolbar-button/index.d.ts +35 -56
- package/main/toolbar-select/index.d.ts +5 -13
- package/main/toolbar-select-option/index.d.ts +1 -1
- package/main/toolbar-separator/index.d.ts +1 -7
- package/main/toolbar-spacer/index.d.ts +2 -9
- package/main/tree/index.d.ts +12 -11
- package/main/tree-item/index.d.ts +48 -42
- package/main/tree-item-custom/index.d.ts +46 -40
- package/main/ui5-main.module.d.ts +79 -75
- package/package.json +160 -75
- package/ui5-webcomponents-ngx-0.3.0-rc.3.tgz +0 -0
- package/ui5-webcomponents.module.d.ts +2 -1
- package/esm2022/fiori/bar/index.mjs +0 -33
- package/esm2022/fiori/notification-action/index.mjs +0 -35
- package/esm2022/fiori/notification-action/ui5-webcomponents-ngx-fiori-notification-action.mjs +0 -5
- package/esm2022/main/badge/index.mjs +0 -47
- package/esm2022/main/badge/ui5-webcomponents-ngx-main-badge.mjs +0 -5
- package/esm2022/main/combo-box-group-item/index.mjs +0 -33
- package/esm2022/main/group-header-list-item/index.mjs +0 -33
- package/esm2022/main/group-header-list-item/ui5-webcomponents-ngx-main-group-header-list-item.mjs +0 -5
- package/esm2022/main/select-menu/index.mjs +0 -26
- package/esm2022/main/select-menu/ui5-webcomponents-ngx-main-select-menu.mjs +0 -5
- package/esm2022/main/select-menu-option/index.mjs +0 -53
- package/esm2022/main/select-menu-option/ui5-webcomponents-ngx-main-select-menu-option.mjs +0 -5
- package/esm2022/main/table/index.mjs +0 -69
- package/esm2022/main/table/ui5-webcomponents-ngx-main-table.mjs +0 -5
- package/esm2022/main/table-cell/index.mjs +0 -26
- package/esm2022/main/table-column/index.mjs +0 -33
- package/esm2022/main/table-group-row/index.mjs +0 -26
- package/esm2022/main/table-row/index.mjs +0 -33
- package/fesm2022/ui5-webcomponents-ngx-fiori-bar.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-action.mjs +0 -41
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-action.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-badge.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-group-item.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-group-header-list-item.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-select-menu-option.mjs +0 -59
- package/fesm2022/ui5-webcomponents-ngx-main-select-menu-option.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-select-menu.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-cell.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-column.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-group-row.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table.mjs.map +0 -1
- package/fiori/notification-action/index.d.ts +0 -40
- package/main/badge/index.d.ts +0 -47
- package/main/combo-box-group-item/index.d.ts +0 -17
- package/main/group-header-list-item/index.d.ts +0 -22
- package/main/select-menu/index.d.ts +0 -13
- package/main/select-menu-option/index.d.ts +0 -56
- package/main/table/index.d.ts +0 -125
- package/main/table-column/index.d.ts +0 -45
- package/ui5-webcomponents-ngx-0.3.0-rc.2.tgz +0 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import '@ui5/webcomponents/dist/SpecialCalendarDate.js';
|
|
2
|
+
import SpecialCalendarDate from '@ui5/webcomponents/dist/SpecialCalendarDate.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
declare class SpecialCalendarDateComponent {
|
|
5
|
+
/**
|
|
6
|
+
The date formatted according to the `formatPattern` property
|
|
7
|
+
of the `ui5-calendar` that hosts the component.
|
|
8
|
+
*/
|
|
9
|
+
value: string;
|
|
10
|
+
/**
|
|
11
|
+
Defines the type of the special date.
|
|
12
|
+
*/
|
|
13
|
+
type: 'None' | 'Working' | 'NonWorking' | 'Type01' | 'Type02' | 'Type03' | 'Type04' | 'Type05' | 'Type06' | 'Type07' | 'Type08' | 'Type09' | 'Type10' | 'Type11' | 'Type12' | 'Type13' | 'Type14' | 'Type15' | 'Type16' | 'Type17' | 'Type18' | 'Type19' | 'Type20';
|
|
14
|
+
private elementRef;
|
|
15
|
+
private zone;
|
|
16
|
+
private cdr;
|
|
17
|
+
get element(): SpecialCalendarDate;
|
|
18
|
+
constructor();
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpecialCalendarDateComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpecialCalendarDateComponent, "ui5-special-date", ["ui5SpecialDate"], { "value": { "alias": "value"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
21
|
+
}
|
|
22
|
+
export { SpecialCalendarDateComponent };
|
|
@@ -6,16 +6,12 @@ declare class SplitButtonComponent {
|
|
|
6
6
|
/**
|
|
7
7
|
Defines the icon to be displayed as graphical element within the component.
|
|
8
8
|
The SAP-icons font provides numerous options.
|
|
9
|
-
|
|
9
|
+
|
|
10
10
|
Example:
|
|
11
11
|
|
|
12
|
-
See all the available icons in the
|
|
12
|
+
See all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
13
13
|
*/
|
|
14
14
|
icon: string;
|
|
15
|
-
/**
|
|
16
|
-
Defines the icon to be displayed in active state as graphical element within the component.
|
|
17
|
-
*/
|
|
18
|
-
activeIcon: string;
|
|
19
15
|
/**
|
|
20
16
|
Defines whether the arrow button should have the active state styles or not.
|
|
21
17
|
*/
|
|
@@ -48,6 +44,6 @@ declare class SplitButtonComponent {
|
|
|
48
44
|
get element(): SplitButton;
|
|
49
45
|
constructor();
|
|
50
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SplitButtonComponent, "ui5-split-button",
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SplitButtonComponent, "ui5-split-button", ["ui5SplitButton"], { "icon": { "alias": "icon"; "required": false; }; "activeArrowButton": { "alias": "activeArrowButton"; "required": false; }; "design": { "alias": "design"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; }, { "ui5Click": "ui5Click"; "ui5ArrowClick": "ui5ArrowClick"; }, never, ["*"], true, never>;
|
|
52
48
|
}
|
|
53
49
|
export { SplitButtonComponent };
|
|
@@ -1,84 +1,91 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { ListItemAccessibilityAttributes } from '@ui5/webcomponents/dist/ListItem.js';
|
|
3
3
|
import '@ui5/webcomponents/dist/StandardListItem.js';
|
|
4
4
|
import StandardListItem from '@ui5/webcomponents/dist/StandardListItem.js';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
declare class StandardListItemComponent {
|
|
7
7
|
/**
|
|
8
|
-
Defines the selected state of the
|
|
8
|
+
Defines the selected state of the component.
|
|
9
9
|
*/
|
|
10
10
|
selected: boolean;
|
|
11
11
|
/**
|
|
12
12
|
Defines the visual indication and behavior of the list items.
|
|
13
|
-
Available options are
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
while with type
|
|
13
|
+
Available options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.
|
|
14
|
+
|
|
15
|
+
**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,
|
|
16
|
+
while with type `Inactive` and `Detail` - will not.
|
|
17
17
|
*/
|
|
18
18
|
type: 'Inactive' | 'Active' | 'Detail' | 'Navigation';
|
|
19
19
|
/**
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
Defines the additional accessibility attributes that will be applied to the component.
|
|
21
|
+
The following fields are supported:
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.
|
|
24
|
+
**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.
|
|
24
25
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
The value of each <code>aria-setsize</code> is an integer reflecting number of items in the complete set.
|
|
28
|
-
<b>Note: </b> If the size of the entire set is unknown, set <code>aria-setsize="-1"</code>.
|
|
29
|
-
</li>
|
|
30
|
-
<li><code>ariaPosinset</code>: Defines an element's number or position in the current set of listitems or treeitems when not all items are present in the DOM.
|
|
31
|
-
The value of each <code>aria-posinset</code> is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.
|
|
32
|
-
</li>
|
|
33
|
-
</ul>
|
|
26
|
+
- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.
|
|
27
|
+
**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.
|
|
34
28
|
*/
|
|
35
|
-
accessibilityAttributes:
|
|
29
|
+
accessibilityAttributes: ListItemAccessibilityAttributes;
|
|
36
30
|
/**
|
|
37
31
|
The navigated state of the list item.
|
|
38
|
-
If set to
|
|
32
|
+
If set to `true`, a navigation indicator is displayed at the end of the list item.
|
|
39
33
|
*/
|
|
40
34
|
navigated: boolean;
|
|
35
|
+
/**
|
|
36
|
+
Defines the text of the tooltip that would be displayed for the list item.
|
|
37
|
+
*/
|
|
38
|
+
tooltip: string;
|
|
39
|
+
/**
|
|
40
|
+
Defines the highlight state of the list items.
|
|
41
|
+
Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
|
|
42
|
+
*/
|
|
43
|
+
highlight: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
|
|
41
44
|
/**
|
|
42
45
|
Defines the description displayed right under the item text, if such is present.
|
|
43
46
|
*/
|
|
44
47
|
description: string;
|
|
45
48
|
/**
|
|
46
|
-
Defines the
|
|
47
|
-
|
|
48
|
-
|
|
49
|
+
Defines the `icon` source URI.
|
|
50
|
+
|
|
51
|
+
**Note:**
|
|
49
52
|
SAP-icons font provides numerous built-in icons. To find all the available icons, see the
|
|
50
|
-
|
|
53
|
+
[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
51
54
|
*/
|
|
52
55
|
icon: string;
|
|
53
56
|
/**
|
|
54
|
-
Defines whether the
|
|
55
|
-
|
|
56
|
-
|
|
57
|
+
Defines whether the `icon` should be displayed in the beginning of the list item or in the end.
|
|
58
|
+
|
|
59
|
+
**Note:** If `image` is set, the `icon` would be displayed after the `image`.
|
|
57
60
|
*/
|
|
58
61
|
iconEnd: boolean;
|
|
59
62
|
/**
|
|
60
|
-
Defines the
|
|
61
|
-
|
|
62
|
-
|
|
63
|
+
Defines the `image` source URI.
|
|
64
|
+
|
|
65
|
+
**Note:** The `image` would be displayed in the beginning of the list item.
|
|
63
66
|
*/
|
|
64
67
|
image: string;
|
|
65
68
|
/**
|
|
66
|
-
Defines the
|
|
69
|
+
Defines the `additionalText`, displayed in the end of the list item.
|
|
67
70
|
*/
|
|
68
71
|
additionalText: string;
|
|
69
72
|
/**
|
|
70
|
-
Defines the state of the
|
|
71
|
-
|
|
72
|
-
Available options are:
|
|
73
|
+
Defines the state of the `additionalText`.
|
|
74
|
+
|
|
75
|
+
Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
|
|
76
|
+
*/
|
|
77
|
+
additionalTextState: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
|
|
78
|
+
/**
|
|
79
|
+
Defines whether the item is movable.
|
|
73
80
|
*/
|
|
74
|
-
|
|
81
|
+
movable: boolean;
|
|
75
82
|
/**
|
|
76
83
|
Defines the text alternative of the component.
|
|
77
84
|
Note: If not provided a default text alternative will be set, if present.
|
|
78
85
|
*/
|
|
79
86
|
accessibleName: string;
|
|
80
87
|
/**
|
|
81
|
-
Fired when the user clicks on the detail button when type is
|
|
88
|
+
Fired when the user clicks on the detail button when type is `Detail`.
|
|
82
89
|
*/
|
|
83
90
|
ui5DetailClick: EventEmitter<void>;
|
|
84
91
|
private elementRef;
|
|
@@ -87,6 +94,6 @@ declare class StandardListItemComponent {
|
|
|
87
94
|
get element(): StandardListItem;
|
|
88
95
|
constructor();
|
|
89
96
|
static ɵfac: i0.ɵɵFactoryDeclaration<StandardListItemComponent, never>;
|
|
90
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StandardListItemComponent, "ui5-li",
|
|
97
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StandardListItemComponent, "ui5-li", ["ui5Li"], { "selected": { "alias": "selected"; "required": false; }; "type": { "alias": "type"; "required": false; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; }; "navigated": { "alias": "navigated"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "highlight": { "alias": "highlight"; "required": false; }; "description": { "alias": "description"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconEnd": { "alias": "iconEnd"; "required": false; }; "image": { "alias": "image"; "required": false; }; "additionalText": { "alias": "additionalText"; "required": false; }; "additionalTextState": { "alias": "additionalTextState"; "required": false; }; "movable": { "alias": "movable"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; }, { "ui5DetailClick": "ui5DetailClick"; }, never, ["*"], true, never>;
|
|
91
98
|
}
|
|
92
99
|
export { StandardListItemComponent };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import '@ui5/webcomponents/dist/StepInput.js';
|
|
3
|
-
import StepInput from '@ui5/webcomponents/dist/StepInput.js';
|
|
3
|
+
import { default as StepInput, StepInputValueStateChangeEventDetail } from '@ui5/webcomponents/dist/StepInput.js';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
declare class StepInputComponent {
|
|
6
6
|
/**
|
|
@@ -22,7 +22,7 @@ declare class StepInputComponent {
|
|
|
22
22
|
/**
|
|
23
23
|
Defines the value state of the component.
|
|
24
24
|
*/
|
|
25
|
-
valueState: 'None' | '
|
|
25
|
+
valueState: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
|
|
26
26
|
/**
|
|
27
27
|
Defines whether the component is required.
|
|
28
28
|
*/
|
|
@@ -39,22 +39,14 @@ declare class StepInputComponent {
|
|
|
39
39
|
Defines a short hint, intended to aid the user with data entry when the
|
|
40
40
|
component has no value.
|
|
41
41
|
|
|
42
|
-
|
|
43
|
-
<b>Note:</b> When no placeholder is set, the format pattern is displayed as a placeholder.
|
|
42
|
+
**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.
|
|
44
43
|
Passing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.
|
|
45
44
|
*/
|
|
46
45
|
placeholder: string | undefined;
|
|
47
46
|
/**
|
|
48
|
-
Determines the name
|
|
47
|
+
Determines the name by which the component will be identified upon submission in an HTML form.
|
|
49
48
|
|
|
50
|
-
|
|
51
|
-
<b>Important:</b> For the <code>name</code> property to have effect, you must add the following import to your project:
|
|
52
|
-
<code>import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";</code>
|
|
53
|
-
|
|
54
|
-
<br><br>
|
|
55
|
-
<b>Note:</b> When set, a native <code>input</code> HTML element
|
|
56
|
-
will be created inside the component so that it can be submitted as
|
|
57
|
-
part of an HTML form. Do not use this property unless you need to submit a form.
|
|
49
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
58
50
|
*/
|
|
59
51
|
name: string;
|
|
60
52
|
/**
|
|
@@ -73,12 +65,18 @@ declare class StepInputComponent {
|
|
|
73
65
|
Fired when the input operation has finished by pressing Enter or on focusout.
|
|
74
66
|
*/
|
|
75
67
|
ui5Change: EventEmitter<void>;
|
|
68
|
+
/**
|
|
69
|
+
Fired before the value state of the component is updated internally.
|
|
70
|
+
The event is preventable, meaning that if it's default action is
|
|
71
|
+
prevented, the component will not update the value state.
|
|
72
|
+
*/
|
|
73
|
+
ui5ValueStateChange: EventEmitter<StepInputValueStateChangeEventDetail>;
|
|
76
74
|
private elementRef;
|
|
77
75
|
private zone;
|
|
78
76
|
private cdr;
|
|
79
77
|
get element(): StepInput;
|
|
80
78
|
constructor();
|
|
81
79
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepInputComponent, never>;
|
|
82
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepInputComponent, "ui5-step-input",
|
|
80
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepInputComponent, "ui5-step-input", ["ui5StepInput"], { "value": { "alias": "value"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "valueState": { "alias": "valueState"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "name": { "alias": "name"; "required": false; }; "valuePrecision": { "alias": "valuePrecision"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, { "ui5Change": "ui5Change"; "ui5ValueStateChange": "ui5ValueStateChange"; }, never, ["*"], true, never>;
|
|
83
81
|
}
|
|
84
82
|
export { StepInputComponent };
|
|
@@ -3,7 +3,7 @@ import SuggestionGroupItem from '@ui5/webcomponents/dist/SuggestionGroupItem.js'
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
declare class SuggestionGroupItemComponent {
|
|
5
5
|
/**
|
|
6
|
-
Defines the text of the
|
|
6
|
+
Defines the text of the `ui5-suggestion-group-item`.
|
|
7
7
|
*/
|
|
8
8
|
text: string;
|
|
9
9
|
private elementRef;
|
|
@@ -12,6 +12,6 @@ declare class SuggestionGroupItemComponent {
|
|
|
12
12
|
get element(): SuggestionGroupItem;
|
|
13
13
|
constructor();
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<SuggestionGroupItemComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SuggestionGroupItemComponent, "ui5-suggestion-group-item",
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SuggestionGroupItemComponent, "ui5-suggestion-group-item", ["ui5SuggestionGroupItem"], { "text": { "alias": "text"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
16
16
|
}
|
|
17
17
|
export { SuggestionGroupItemComponent };
|
|
@@ -8,10 +8,10 @@ declare class SuggestionItemComponent {
|
|
|
8
8
|
text: string;
|
|
9
9
|
/**
|
|
10
10
|
Defines the visual indication and behavior of the item.
|
|
11
|
-
Available options are
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
while when
|
|
11
|
+
Available options are `Active` (by default), `Inactive` and `Detail`.
|
|
12
|
+
|
|
13
|
+
**Note:** When set to `Active`, the item will provide visual response upon press and hover,
|
|
14
|
+
while when `Inactive` or `Detail` - will not.
|
|
15
15
|
*/
|
|
16
16
|
type: 'Inactive' | 'Active' | 'Detail' | 'Navigation';
|
|
17
17
|
/**
|
|
@@ -19,39 +19,39 @@ declare class SuggestionItemComponent {
|
|
|
19
19
|
*/
|
|
20
20
|
description: string;
|
|
21
21
|
/**
|
|
22
|
-
Defines the
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
Defines the `icon` source URI.
|
|
23
|
+
|
|
24
|
+
**Note:**
|
|
25
25
|
SAP-icons font provides numerous built-in icons. To find all the available icons, see the
|
|
26
|
-
|
|
26
|
+
[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
27
27
|
*/
|
|
28
28
|
icon: string;
|
|
29
29
|
/**
|
|
30
|
-
Defines whether the
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
Defines whether the `icon` should be displayed in the beginning of the item or in the end.
|
|
31
|
+
|
|
32
|
+
**Note:** If `image` is set, the `icon` would be displayed after the `image`.
|
|
33
33
|
*/
|
|
34
34
|
iconEnd: boolean;
|
|
35
35
|
/**
|
|
36
|
-
Defines the
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
Defines the `image` source URI.
|
|
37
|
+
|
|
38
|
+
**Note:** The `image` would be displayed in the beginning of the item.
|
|
39
39
|
*/
|
|
40
40
|
image: string;
|
|
41
41
|
/**
|
|
42
|
-
Defines the
|
|
42
|
+
Defines the `additionalText`, displayed in the end of the item.
|
|
43
43
|
*/
|
|
44
44
|
additionalText: string;
|
|
45
45
|
/**
|
|
46
|
-
Defines the state of the
|
|
46
|
+
Defines the state of the `additionalText`.
|
|
47
47
|
*/
|
|
48
|
-
additionalTextState: 'None' | '
|
|
48
|
+
additionalTextState: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
|
|
49
49
|
private elementRef;
|
|
50
50
|
private zone;
|
|
51
51
|
private cdr;
|
|
52
52
|
get element(): SuggestionItem;
|
|
53
53
|
constructor();
|
|
54
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<SuggestionItemComponent, never>;
|
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SuggestionItemComponent, "ui5-suggestion-item",
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SuggestionItemComponent, "ui5-suggestion-item", ["ui5SuggestionItem"], { "text": { "alias": "text"; "required": false; }; "type": { "alias": "type"; "required": false; }; "description": { "alias": "description"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconEnd": { "alias": "iconEnd"; "required": false; }; "image": { "alias": "image"; "required": false; }; "additionalText": { "alias": "additionalText"; "required": false; }; "additionalTextState": { "alias": "additionalTextState"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
56
56
|
}
|
|
57
57
|
export { SuggestionItemComponent };
|
package/main/switch/index.d.ts
CHANGED
|
@@ -7,55 +7,54 @@ import * as i1 from "@ui5/webcomponents-ngx/generic-cva";
|
|
|
7
7
|
declare class SwitchComponent {
|
|
8
8
|
/**
|
|
9
9
|
Defines the component design.
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
positive and negative icons will replace the
|
|
10
|
+
|
|
11
|
+
**Note:** If `Graphical` type is set,
|
|
12
|
+
positive and negative icons will replace the `textOn` and `textOff`.
|
|
13
13
|
*/
|
|
14
14
|
design: 'Textual' | 'Graphical';
|
|
15
15
|
/**
|
|
16
16
|
Defines if the component is checked.
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
either by cliking the component, or by pressing the
|
|
17
|
+
|
|
18
|
+
**Note:** The property can be changed with user interaction,
|
|
19
|
+
either by cliking the component, or by pressing the `Enter` or `Space` key.
|
|
20
20
|
*/
|
|
21
21
|
checked: boolean;
|
|
22
22
|
/**
|
|
23
23
|
Defines whether the component is disabled.
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
|
|
25
|
+
**Note:** A disabled component is noninteractive.
|
|
26
26
|
*/
|
|
27
27
|
disabled: boolean;
|
|
28
28
|
/**
|
|
29
29
|
Defines the text, displayed when the component is checked.
|
|
30
30
|
|
|
31
|
-
|
|
32
|
-
<b>Note:</b> We recommend using short texts, up to 3 letters (larger texts would be cut off).
|
|
31
|
+
**Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off).
|
|
33
32
|
*/
|
|
34
33
|
textOn: string;
|
|
35
34
|
/**
|
|
36
35
|
Defines the text, displayed when the component is not checked.
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
|
|
37
|
+
**Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off).
|
|
39
38
|
*/
|
|
40
39
|
textOff: string;
|
|
41
40
|
/**
|
|
42
41
|
Sets the accessible ARIA name of the component.
|
|
43
42
|
|
|
44
|
-
|
|
45
|
-
Providing an
|
|
43
|
+
**Note**: We recommend that you set an accessibleNameRef pointing to an external label or at least an `accessibleName`.
|
|
44
|
+
Providing an `accessibleNameRef` or an `accessibleName` is mandatory in the cases when `textOn` and `textOff` properties aren't set.
|
|
46
45
|
*/
|
|
47
46
|
accessibleName: string;
|
|
48
47
|
/**
|
|
49
48
|
Receives id(or many ids) of the elements that label the component.
|
|
50
49
|
|
|
51
|
-
|
|
52
|
-
Providing an
|
|
50
|
+
**Note**: We recommend that you set an accessibleNameRef pointing to an external label or at least an `accessibleName`.
|
|
51
|
+
Providing an `accessibleNameRef` or an `accessibleName` is mandatory in the cases when `textOn` and `textOff` properties aren't set.
|
|
53
52
|
*/
|
|
54
53
|
accessibleNameRef: string;
|
|
55
54
|
/**
|
|
56
55
|
Defines the tooltip of the component.
|
|
57
|
-
|
|
58
|
-
|
|
56
|
+
|
|
57
|
+
**Note:** If applicable an external label reference should always be the preferred option to provide context to the `ui5-switch` component over a tooltip.
|
|
59
58
|
*/
|
|
60
59
|
tooltip: string;
|
|
61
60
|
/**
|
|
@@ -63,16 +62,9 @@ declare class SwitchComponent {
|
|
|
63
62
|
*/
|
|
64
63
|
required: boolean;
|
|
65
64
|
/**
|
|
66
|
-
Determines the name
|
|
67
|
-
|
|
68
|
-
<br><br>
|
|
69
|
-
<b>Important:</b> For the <code>name</code> property to have effect, you must add the following import to your project:
|
|
70
|
-
<code>import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";</code>
|
|
65
|
+
Determines the name by which the component will be identified upon submission in an HTML form.
|
|
71
66
|
|
|
72
|
-
|
|
73
|
-
<b>Note:</b> When set, a native <code>input</code> HTML element
|
|
74
|
-
will be created inside the component so that it can be submitted as
|
|
75
|
-
part of an HTML form. Do not use this property unless you need to submit a form.
|
|
67
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
76
68
|
*/
|
|
77
69
|
name: string;
|
|
78
70
|
/**
|
|
@@ -88,6 +80,6 @@ declare class SwitchComponent {
|
|
|
88
80
|
get cvaValue(): boolean;
|
|
89
81
|
constructor();
|
|
90
82
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
|
|
91
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "ui5-switch",
|
|
83
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "ui5-switch", ["ui5Switch"], { "design": { "alias": "design"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "textOn": { "alias": "textOn"; "required": false; }; "textOff": { "alias": "textOff"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "required": { "alias": "required"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
|
|
92
84
|
}
|
|
93
85
|
export { SwitchComponent };
|
package/main/tab/index.d.ts
CHANGED
|
@@ -17,24 +17,21 @@ declare class TabComponent {
|
|
|
17
17
|
/**
|
|
18
18
|
Defines the icon source URI to be displayed as graphical element within the component.
|
|
19
19
|
The SAP-icons font provides numerous built-in icons.
|
|
20
|
-
See all the available icons in the
|
|
20
|
+
See all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
21
21
|
*/
|
|
22
22
|
icon: string;
|
|
23
23
|
/**
|
|
24
24
|
Defines the component's design color.
|
|
25
|
-
|
|
25
|
+
|
|
26
26
|
The design is applied to:
|
|
27
|
-
<ul>
|
|
28
|
-
<li>the component icon</li>
|
|
29
|
-
<li>the <code>text</code> when the component overflows</li>
|
|
30
|
-
<li>the tab selection line</li>
|
|
31
|
-
</ul>
|
|
32
27
|
|
|
33
|
-
|
|
34
|
-
|
|
28
|
+
- the component icon
|
|
29
|
+
- the `text` when the component overflows
|
|
30
|
+
- the tab selection line
|
|
31
|
+
|
|
32
|
+
Available designs are: `"Default"`, `"Neutral"`, `"Positive"`, `"Critical"` and `"Negative"`.
|
|
35
33
|
|
|
36
|
-
|
|
37
|
-
<b>Note:</b> The design depends on the current theme.
|
|
34
|
+
**Note:** The design depends on the current theme.
|
|
38
35
|
*/
|
|
39
36
|
design: 'Default' | 'Positive' | 'Negative' | 'Critical' | 'Neutral';
|
|
40
37
|
/**
|
|
@@ -47,6 +44,6 @@ declare class TabComponent {
|
|
|
47
44
|
get element(): Tab;
|
|
48
45
|
constructor();
|
|
49
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "ui5-tab",
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "ui5-tab", ["ui5Tab"], { "text": { "alias": "text"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "additionalText": { "alias": "additionalText"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "design": { "alias": "design"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
51
48
|
}
|
|
52
49
|
export { TabComponent };
|
|
@@ -1,61 +1,59 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import '@ui5/webcomponents/dist/TabContainer.js';
|
|
3
|
-
import { default as TabContainer, TabContainerTabSelectEventDetail } from '@ui5/webcomponents/dist/TabContainer.js';
|
|
3
|
+
import { default as TabContainer, TabContainerMoveEventDetail, TabContainerTabSelectEventDetail } from '@ui5/webcomponents/dist/TabContainer.js';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
declare class TabContainerComponent {
|
|
6
|
-
/**
|
|
7
|
-
Defines whether the tabs are in a fixed state that is not
|
|
8
|
-
expandable/collapsible by user interaction.
|
|
9
|
-
*/
|
|
10
|
-
fixed: boolean;
|
|
11
6
|
/**
|
|
12
7
|
Defines whether the tab content is collapsed.
|
|
13
8
|
*/
|
|
14
9
|
collapsed: boolean;
|
|
15
10
|
/**
|
|
16
|
-
Defines
|
|
17
|
-
<br><br>
|
|
18
|
-
The overflow select list represents a list, where all tabs are displayed
|
|
19
|
-
so that it's easier for the user to select a specific tab.
|
|
20
|
-
*/
|
|
21
|
-
showOverflow: boolean;
|
|
22
|
-
/**
|
|
23
|
-
Defines the alignment of the content and the <code>additionalText</code> of a tab.
|
|
11
|
+
Defines the alignment of the content and the `additionalText` of a tab.
|
|
24
12
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
but when set to <code>Inline</code>, they would be displayed horizontally.
|
|
13
|
+
**Note:**
|
|
14
|
+
The content and the `additionalText` would be displayed vertically by default,
|
|
15
|
+
but when set to `Inline`, they would be displayed horizontally.
|
|
29
16
|
*/
|
|
30
17
|
tabLayout: 'Inline' | 'Standard';
|
|
31
18
|
/**
|
|
32
19
|
Defines the overflow mode of the header (the tab strip). If you have a large number of tabs, only the tabs that can fit on screen will be visible.
|
|
33
20
|
All other tabs that can 't fit on the screen are available in an overflow tab "More".
|
|
34
21
|
|
|
35
|
-
|
|
36
|
-
<b>Note:</b>
|
|
22
|
+
**Note:**
|
|
37
23
|
Only one overflow at the end would be displayed by default,
|
|
38
|
-
but when set to
|
|
24
|
+
but when set to `StartAndEnd`, there will be two overflows on both ends, and tab order will not change on tab selection.
|
|
39
25
|
*/
|
|
40
|
-
|
|
26
|
+
overflowMode: 'End' | 'StartAndEnd';
|
|
41
27
|
/**
|
|
42
|
-
Sets the background color of the Tab Container's header as
|
|
28
|
+
Sets the background color of the Tab Container's header as `Solid`, `Transparent`, or `Translucent`.
|
|
43
29
|
*/
|
|
44
30
|
headerBackgroundDesign: 'Solid' | 'Transparent' | 'Translucent';
|
|
45
31
|
/**
|
|
46
|
-
Sets the background color of the Tab Container's content as
|
|
32
|
+
Sets the background color of the Tab Container's content as `Solid`, `Transparent`, or `Translucent`.
|
|
47
33
|
*/
|
|
48
34
|
contentBackgroundDesign: 'Solid' | 'Transparent' | 'Translucent';
|
|
49
35
|
/**
|
|
50
36
|
Fired when a tab is selected.
|
|
51
37
|
*/
|
|
52
38
|
ui5TabSelect: EventEmitter<TabContainerTabSelectEventDetail>;
|
|
39
|
+
/**
|
|
40
|
+
Fired when element is being moved over the tab container.
|
|
41
|
+
|
|
42
|
+
If the new position is valid, prevent the default action of the event using `preventDefault()`.
|
|
43
|
+
*/
|
|
44
|
+
ui5MoveOver: EventEmitter<TabContainerMoveEventDetail>;
|
|
45
|
+
/**
|
|
46
|
+
Fired when element is moved to the tab container.
|
|
47
|
+
|
|
48
|
+
**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.
|
|
49
|
+
*/
|
|
50
|
+
ui5Move: EventEmitter<TabContainerMoveEventDetail>;
|
|
53
51
|
private elementRef;
|
|
54
52
|
private zone;
|
|
55
53
|
private cdr;
|
|
56
54
|
get element(): TabContainer;
|
|
57
55
|
constructor();
|
|
58
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabContainerComponent, never>;
|
|
59
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabContainerComponent, "ui5-tabcontainer",
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabContainerComponent, "ui5-tabcontainer", ["ui5Tabcontainer"], { "collapsed": { "alias": "collapsed"; "required": false; }; "tabLayout": { "alias": "tabLayout"; "required": false; }; "overflowMode": { "alias": "overflowMode"; "required": false; }; "headerBackgroundDesign": { "alias": "headerBackgroundDesign"; "required": false; }; "contentBackgroundDesign": { "alias": "contentBackgroundDesign"; "required": false; }; }, { "ui5TabSelect": "ui5TabSelect"; "ui5MoveOver": "ui5MoveOver"; "ui5Move": "ui5Move"; }, never, ["*"], true, never>;
|
|
60
58
|
}
|
|
61
59
|
export { TabContainerComponent };
|
|
@@ -8,6 +8,6 @@ declare class TabSeparatorComponent {
|
|
|
8
8
|
get element(): TabSeparator;
|
|
9
9
|
constructor();
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabSeparatorComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabSeparatorComponent, "ui5-tab-separator",
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabSeparatorComponent, "ui5-tab-separator", ["ui5TabSeparator"], {}, {}, never, ["*"], true, never>;
|
|
12
12
|
}
|
|
13
13
|
export { TabSeparatorComponent };
|