@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
|
@@ -23,13 +23,13 @@ declare class DateRangePickerComponent {
|
|
|
23
23
|
/**
|
|
24
24
|
Determines the minimum date available for selection.
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (YYYY-MM-dd).
|
|
27
27
|
*/
|
|
28
28
|
minDate: string;
|
|
29
29
|
/**
|
|
30
30
|
Determines the maximum date available for selection.
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (YYYY-MM-dd).
|
|
33
33
|
*/
|
|
34
34
|
maxDate: string;
|
|
35
35
|
/**
|
|
@@ -39,7 +39,7 @@ declare class DateRangePickerComponent {
|
|
|
39
39
|
/**
|
|
40
40
|
Defines the value state of the component.
|
|
41
41
|
*/
|
|
42
|
-
valueState: 'None' | '
|
|
42
|
+
valueState: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
|
|
43
43
|
/**
|
|
44
44
|
Defines whether the component is required.
|
|
45
45
|
*/
|
|
@@ -56,32 +56,27 @@ declare class DateRangePickerComponent {
|
|
|
56
56
|
Defines a short hint, intended to aid the user with data entry when the
|
|
57
57
|
component has no value.
|
|
58
58
|
|
|
59
|
-
|
|
60
|
-
<b>Note:</b> When no placeholder is set, the format pattern is displayed as a placeholder.
|
|
59
|
+
**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.
|
|
61
60
|
Passing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.
|
|
62
61
|
*/
|
|
63
62
|
placeholder: string | undefined;
|
|
64
63
|
/**
|
|
65
|
-
Determines the name
|
|
64
|
+
Determines the name by which the component will be identified upon submission in an HTML form.
|
|
66
65
|
|
|
67
|
-
|
|
68
|
-
<b>Important:</b> For the <code>name</code> property to have effect, you must add the following import to your project:
|
|
69
|
-
<code>import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";</code>
|
|
70
|
-
|
|
71
|
-
<br><br>
|
|
72
|
-
<b>Note:</b> When set, a native <code>input</code> HTML element
|
|
73
|
-
will be created inside the component so that it can be submitted as
|
|
74
|
-
part of an HTML form. Do not use this property unless you need to submit a form.
|
|
66
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
75
67
|
*/
|
|
76
68
|
name: string;
|
|
77
69
|
/**
|
|
78
70
|
Defines the visibility of the week numbers column.
|
|
79
|
-
<br><br>
|
|
80
71
|
|
|
81
|
-
|
|
72
|
+
**Note:** For calendars other than Gregorian,
|
|
82
73
|
the week numbers are not displayed regardless of what is set.
|
|
83
74
|
*/
|
|
84
75
|
hideWeekNumbers: boolean;
|
|
76
|
+
/**
|
|
77
|
+
Defines the open or closed state of the popover.
|
|
78
|
+
*/
|
|
79
|
+
open: boolean;
|
|
85
80
|
/**
|
|
86
81
|
Defines the aria-label attribute for the component.
|
|
87
82
|
*/
|
|
@@ -118,6 +113,6 @@ declare class DateRangePickerComponent {
|
|
|
118
113
|
get cvaValue(): string;
|
|
119
114
|
constructor();
|
|
120
115
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerComponent, never>;
|
|
121
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerComponent, "ui5-daterange-picker",
|
|
116
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerComponent, "ui5-daterange-picker", ["ui5DaterangePicker"], { "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; }; "value": { "alias": "value"; "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; }; "hideWeekNumbers": { "alias": "hideWeekNumbers"; "required": false; }; "open": { "alias": "open"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "delimiter": { "alias": "delimiter"; "required": false; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5ValueStateChange": "ui5ValueStateChange"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
|
|
122
117
|
}
|
|
123
118
|
export { DateRangePickerComponent };
|
|
@@ -23,13 +23,13 @@ declare class DateTimePickerComponent {
|
|
|
23
23
|
/**
|
|
24
24
|
Determines the minimum date available for selection.
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (YYYY-MM-dd).
|
|
27
27
|
*/
|
|
28
28
|
minDate: string;
|
|
29
29
|
/**
|
|
30
30
|
Determines the maximum date available for selection.
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (YYYY-MM-dd).
|
|
33
33
|
*/
|
|
34
34
|
maxDate: string;
|
|
35
35
|
/**
|
|
@@ -39,7 +39,7 @@ declare class DateTimePickerComponent {
|
|
|
39
39
|
/**
|
|
40
40
|
Defines the value state of the component.
|
|
41
41
|
*/
|
|
42
|
-
valueState: 'None' | '
|
|
42
|
+
valueState: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
|
|
43
43
|
/**
|
|
44
44
|
Defines whether the component is required.
|
|
45
45
|
*/
|
|
@@ -56,32 +56,27 @@ declare class DateTimePickerComponent {
|
|
|
56
56
|
Defines a short hint, intended to aid the user with data entry when the
|
|
57
57
|
component has no value.
|
|
58
58
|
|
|
59
|
-
|
|
60
|
-
<b>Note:</b> When no placeholder is set, the format pattern is displayed as a placeholder.
|
|
59
|
+
**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.
|
|
61
60
|
Passing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.
|
|
62
61
|
*/
|
|
63
62
|
placeholder: string | undefined;
|
|
64
63
|
/**
|
|
65
|
-
Determines the name
|
|
64
|
+
Determines the name by which the component will be identified upon submission in an HTML form.
|
|
66
65
|
|
|
67
|
-
|
|
68
|
-
<b>Important:</b> For the <code>name</code> property to have effect, you must add the following import to your project:
|
|
69
|
-
<code>import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";</code>
|
|
70
|
-
|
|
71
|
-
<br><br>
|
|
72
|
-
<b>Note:</b> When set, a native <code>input</code> HTML element
|
|
73
|
-
will be created inside the component so that it can be submitted as
|
|
74
|
-
part of an HTML form. Do not use this property unless you need to submit a form.
|
|
66
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
75
67
|
*/
|
|
76
68
|
name: string;
|
|
77
69
|
/**
|
|
78
70
|
Defines the visibility of the week numbers column.
|
|
79
|
-
<br><br>
|
|
80
71
|
|
|
81
|
-
|
|
72
|
+
**Note:** For calendars other than Gregorian,
|
|
82
73
|
the week numbers are not displayed regardless of what is set.
|
|
83
74
|
*/
|
|
84
75
|
hideWeekNumbers: boolean;
|
|
76
|
+
/**
|
|
77
|
+
Defines the open or closed state of the popover.
|
|
78
|
+
*/
|
|
79
|
+
open: boolean;
|
|
85
80
|
/**
|
|
86
81
|
Defines the aria-label attribute for the component.
|
|
87
82
|
*/
|
|
@@ -113,6 +108,6 @@ declare class DateTimePickerComponent {
|
|
|
113
108
|
get cvaValue(): string;
|
|
114
109
|
constructor();
|
|
115
110
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerComponent, never>;
|
|
116
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateTimePickerComponent, "ui5-datetime-picker",
|
|
111
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateTimePickerComponent, "ui5-datetime-picker", ["ui5DatetimePicker"], { "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; }; "value": { "alias": "value"; "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; }; "hideWeekNumbers": { "alias": "hideWeekNumbers"; "required": false; }; "open": { "alias": "open"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5ValueStateChange": "ui5ValueStateChange"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
|
|
117
112
|
}
|
|
118
113
|
export { DateTimePickerComponent };
|
package/main/dialog/index.d.ts
CHANGED
|
@@ -6,6 +6,9 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
declare class DialogComponent {
|
|
7
7
|
/**
|
|
8
8
|
Defines the ID of the HTML Element, which will get the initial focus.
|
|
9
|
+
|
|
10
|
+
**Note:** If an element with `autofocus` attribute is added inside the component,
|
|
11
|
+
`initialFocus` won't take effect.
|
|
9
12
|
*/
|
|
10
13
|
initialFocus: string;
|
|
11
14
|
/**
|
|
@@ -13,10 +16,6 @@ declare class DialogComponent {
|
|
|
13
16
|
when the popup closes.
|
|
14
17
|
*/
|
|
15
18
|
preventFocusRestore: boolean;
|
|
16
|
-
/**
|
|
17
|
-
Indicates if the element is open
|
|
18
|
-
*/
|
|
19
|
-
open: boolean;
|
|
20
19
|
/**
|
|
21
20
|
Defines the accessible name of the component.
|
|
22
21
|
*/
|
|
@@ -29,26 +28,34 @@ declare class DialogComponent {
|
|
|
29
28
|
Allows setting a custom role.
|
|
30
29
|
*/
|
|
31
30
|
accessibleRole: 'None' | 'Dialog' | 'AlertDialog';
|
|
31
|
+
/**
|
|
32
|
+
Indicates whether initial focus should be prevented.
|
|
33
|
+
*/
|
|
34
|
+
preventInitialFocus: boolean;
|
|
35
|
+
/**
|
|
36
|
+
Indicates if the element is open
|
|
37
|
+
*/
|
|
38
|
+
open: boolean;
|
|
32
39
|
/**
|
|
33
40
|
Defines the header text.
|
|
34
|
-
|
|
35
|
-
|
|
41
|
+
|
|
42
|
+
**Note:** If `header` slot is provided, the `headerText` is ignored.
|
|
36
43
|
*/
|
|
37
44
|
headerText: string;
|
|
38
45
|
/**
|
|
39
46
|
Determines whether the component should be stretched to fullscreen.
|
|
40
|
-
|
|
41
|
-
|
|
47
|
+
|
|
48
|
+
**Note:** The component will be stretched to approximately
|
|
42
49
|
90% of the viewport.
|
|
43
50
|
*/
|
|
44
51
|
stretch: boolean;
|
|
45
52
|
/**
|
|
46
53
|
Determines whether the component is draggable.
|
|
47
54
|
If this property is set to true, the Dialog will be draggable by its header.
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
55
|
+
|
|
56
|
+
**Note:** The component can be draggable only in desktop mode.
|
|
57
|
+
|
|
58
|
+
**Note:** This property overrides the default HTML "draggable" attribute native behavior.
|
|
52
59
|
When "draggable" is set to true, the native browser "draggable"
|
|
53
60
|
behavior is prevented and only the Dialog custom logic ("draggable by its header") works.
|
|
54
61
|
*/
|
|
@@ -57,40 +64,41 @@ declare class DialogComponent {
|
|
|
57
64
|
Configures the component to be resizable.
|
|
58
65
|
If this property is set to true, the Dialog will have a resize handle in its bottom right corner in LTR languages.
|
|
59
66
|
In RTL languages, the resize handle will be placed in the bottom left corner.
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
67
|
+
|
|
68
|
+
**Note:** The component can be resizable only in desktop mode.
|
|
69
|
+
|
|
70
|
+
**Note:** Upon resizing, externally defined height and width styling will be ignored.
|
|
64
71
|
*/
|
|
65
72
|
resizable: boolean;
|
|
66
73
|
/**
|
|
67
|
-
Defines the state of the
|
|
68
|
-
|
|
69
|
-
|
|
74
|
+
Defines the state of the `Dialog`.
|
|
75
|
+
|
|
76
|
+
**Note:** If `"Negative"` and `"Critical"` states is set, it will change the
|
|
77
|
+
accessibility role to "alertdialog", if the accessibleRole property is set to `"Dialog"`.
|
|
70
78
|
*/
|
|
71
|
-
state: 'None' | '
|
|
79
|
+
state: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
|
|
72
80
|
/**
|
|
73
|
-
Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening.
|
|
81
|
+
Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**
|
|
74
82
|
*/
|
|
75
83
|
ui5BeforeOpen: EventEmitter<void>;
|
|
76
84
|
/**
|
|
77
|
-
Fired after the component is opened.
|
|
85
|
+
Fired after the component is opened. **This event does not bubble.**
|
|
78
86
|
*/
|
|
79
|
-
|
|
87
|
+
ui5Open: EventEmitter<void>;
|
|
80
88
|
/**
|
|
81
|
-
Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.
|
|
89
|
+
Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**
|
|
82
90
|
*/
|
|
83
91
|
ui5BeforeClose: EventEmitter<PopupBeforeCloseEventDetail>;
|
|
84
92
|
/**
|
|
85
|
-
Fired after the component is closed.
|
|
93
|
+
Fired after the component is closed. **This event does not bubble.**
|
|
86
94
|
*/
|
|
87
|
-
|
|
95
|
+
ui5Close: EventEmitter<void>;
|
|
88
96
|
private elementRef;
|
|
89
97
|
private zone;
|
|
90
98
|
private cdr;
|
|
91
99
|
get element(): Dialog;
|
|
92
100
|
constructor();
|
|
93
101
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, never>;
|
|
94
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "ui5-dialog",
|
|
102
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "ui5-dialog", ["ui5Dialog"], { "initialFocus": { "alias": "initialFocus"; "required": false; }; "preventFocusRestore": { "alias": "preventFocusRestore"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; }; "preventInitialFocus": { "alias": "preventInitialFocus"; "required": false; }; "open": { "alias": "open"; "required": false; }; "headerText": { "alias": "headerText"; "required": false; }; "stretch": { "alias": "stretch"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "ui5BeforeOpen": "ui5BeforeOpen"; "ui5Open": "ui5Open"; "ui5BeforeClose": "ui5BeforeClose"; "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
|
|
95
103
|
}
|
|
96
104
|
export { DialogComponent };
|
|
@@ -7,8 +7,8 @@ import * as i1 from "@ui5/webcomponents-ngx/generic-cva";
|
|
|
7
7
|
declare class FileUploaderComponent {
|
|
8
8
|
/**
|
|
9
9
|
Comma-separated list of file types that the component should accept.
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
|
|
11
|
+
**Note:** Please make sure you are adding the `.` in front on the file type, e.g. `.png` in case you want to accept png's only.
|
|
12
12
|
*/
|
|
13
13
|
accept: string;
|
|
14
14
|
/**
|
|
@@ -17,8 +17,8 @@ declare class FileUploaderComponent {
|
|
|
17
17
|
hideInput: boolean;
|
|
18
18
|
/**
|
|
19
19
|
Defines whether the component is in disabled state.
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
|
|
21
|
+
**Note:** A disabled component is completely noninteractive.
|
|
22
22
|
*/
|
|
23
23
|
disabled: boolean;
|
|
24
24
|
/**
|
|
@@ -26,16 +26,9 @@ declare class FileUploaderComponent {
|
|
|
26
26
|
*/
|
|
27
27
|
multiple: boolean;
|
|
28
28
|
/**
|
|
29
|
-
Determines the name
|
|
29
|
+
Determines the name by which the component will be identified upon submission in an HTML form.
|
|
30
30
|
|
|
31
|
-
|
|
32
|
-
<b>Important:</b> For the <code>name</code> property to have effect, you must add the following import to your project:
|
|
33
|
-
<code>import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";</code>
|
|
34
|
-
|
|
35
|
-
<br><br>
|
|
36
|
-
<b>Note:</b> When set, a native <code>input</code> HTML element
|
|
37
|
-
will be created inside the component so that it can be submitted as
|
|
38
|
-
part of an HTML form. Do not use this property unless you need to submit a form.
|
|
31
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
39
32
|
*/
|
|
40
33
|
name: string;
|
|
41
34
|
/**
|
|
@@ -49,10 +42,11 @@ declare class FileUploaderComponent {
|
|
|
49
42
|
/**
|
|
50
43
|
Defines the value state of the component.
|
|
51
44
|
*/
|
|
52
|
-
valueState: 'None' | '
|
|
45
|
+
valueState: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
|
|
53
46
|
/**
|
|
54
47
|
Event is fired when the value of the file path has been changed.
|
|
55
|
-
|
|
48
|
+
|
|
49
|
+
**Note:** Keep in mind that because of the HTML input element of type file, the event is also fired in Chrome browser when the Cancel button of the uploads window is pressed.
|
|
56
50
|
*/
|
|
57
51
|
ui5Change: EventEmitter<FileUploaderChangeEventDetail>;
|
|
58
52
|
private elementRef;
|
|
@@ -64,6 +58,6 @@ declare class FileUploaderComponent {
|
|
|
64
58
|
get cvaValue(): string;
|
|
65
59
|
constructor();
|
|
66
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploaderComponent, never>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploaderComponent, "ui5-file-uploader",
|
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploaderComponent, "ui5-file-uploader", ["ui5FileUploader"], { "accept": { "alias": "accept"; "required": false; }; "hideInput": { "alias": "hideInput"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "valueState": { "alias": "valueState"; "required": false; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
|
|
68
62
|
}
|
|
69
63
|
export { FileUploaderComponent };
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import '@ui5/webcomponents/dist/Form.js';
|
|
2
|
+
import Form from '@ui5/webcomponents/dist/Form.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
declare class FormComponent {
|
|
5
|
+
/**
|
|
6
|
+
Defines the number of columns to distribute the form content by breakpoint.
|
|
7
|
+
|
|
8
|
+
Supported values:
|
|
9
|
+
- `S` - 1 column by default (1 column is recommended)
|
|
10
|
+
- `M` - 1 column by default (up to 2 columns are recommended)
|
|
11
|
+
- `L` - 2 columns by default (up to 3 columns are recommended)
|
|
12
|
+
- `XL` - 2 columns by default (up to 6 columns are recommended)
|
|
13
|
+
*/
|
|
14
|
+
layout: string;
|
|
15
|
+
/**
|
|
16
|
+
Defines the width proportion of the labels and fields of a FormItem by breakpoint.
|
|
17
|
+
|
|
18
|
+
By default, the labels take 4/12 (or 1/3) of the form item in M,L and XL sizes,
|
|
19
|
+
and 12/12 in S size, e.g in S the label is on top of its associated field.
|
|
20
|
+
|
|
21
|
+
The supported values are between 1 and 12. Greater the number, more space the label will use.
|
|
22
|
+
|
|
23
|
+
**Note:** If "12" is set, the label will be displayed on top of its assosiated field.
|
|
24
|
+
*/
|
|
25
|
+
labelSpan: string;
|
|
26
|
+
/**
|
|
27
|
+
Defines the header text of the component.
|
|
28
|
+
|
|
29
|
+
**Note:** The property gets overridden by the `header` slot.
|
|
30
|
+
*/
|
|
31
|
+
headerText: string;
|
|
32
|
+
/**
|
|
33
|
+
Defines the vertical spacing between form items.
|
|
34
|
+
|
|
35
|
+
**Note:** If the Form is meant to be switched between "non-edit" and "edit" modes,
|
|
36
|
+
we recommend using "Large" item spacing in "non-edit" mode, and "Normal" - for "edit" mode,
|
|
37
|
+
to avoid "jumping" effect, caused by the hight difference between texts in "non-edit" mode and the input fields in "edit" mode.
|
|
38
|
+
*/
|
|
39
|
+
itemSpacing: 'Normal' | 'Large';
|
|
40
|
+
private elementRef;
|
|
41
|
+
private zone;
|
|
42
|
+
private cdr;
|
|
43
|
+
get element(): Form;
|
|
44
|
+
constructor();
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormComponent, never>;
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormComponent, "ui5-form", ["ui5Form"], { "layout": { "alias": "layout"; "required": false; }; "labelSpan": { "alias": "labelSpan"; "required": false; }; "headerText": { "alias": "headerText"; "required": false; }; "itemSpacing": { "alias": "itemSpacing"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
47
|
+
}
|
|
48
|
+
export { FormComponent };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import '@ui5/webcomponents/dist/FormGroup.js';
|
|
2
|
+
import FormGroup from '@ui5/webcomponents/dist/FormGroup.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
declare class FormGroupComponent {
|
|
5
|
+
/**
|
|
6
|
+
Defines header text of the component.
|
|
7
|
+
*/
|
|
8
|
+
headerText: string;
|
|
9
|
+
/**
|
|
10
|
+
Defines column span of the component,
|
|
11
|
+
e.g how many columns the group should span to.
|
|
12
|
+
*/
|
|
13
|
+
columnSpan: number | undefined;
|
|
14
|
+
private elementRef;
|
|
15
|
+
private zone;
|
|
16
|
+
private cdr;
|
|
17
|
+
get element(): FormGroup;
|
|
18
|
+
constructor();
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormGroupComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormGroupComponent, "ui5-form-group", ["ui5FormGroup"], { "headerText": { "alias": "headerText"; "required": false; }; "columnSpan": { "alias": "columnSpan"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
21
|
+
}
|
|
22
|
+
export { FormGroupComponent };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import '@ui5/webcomponents/dist/FormItem.js';
|
|
2
|
+
import FormItem from '@ui5/webcomponents/dist/FormItem.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
declare class FormItemComponent {
|
|
5
|
+
/**
|
|
6
|
+
Defines the column span of the component,
|
|
7
|
+
e.g how many columns the component should span to.
|
|
8
|
+
|
|
9
|
+
**Note:** The column span should be a number between 1 and the available columns of the FormGroup (when items are placed in a group)
|
|
10
|
+
or the Form. The available columns can be affected by the FormGroup#columnSpan and/or the Form#layout.
|
|
11
|
+
A number bigger than the available columns won't take effect.
|
|
12
|
+
*/
|
|
13
|
+
columnSpan: number | undefined;
|
|
14
|
+
private elementRef;
|
|
15
|
+
private zone;
|
|
16
|
+
private cdr;
|
|
17
|
+
get element(): FormItem;
|
|
18
|
+
constructor();
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormItemComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormItemComponent, "ui5-form-item", ["ui5FormItem"], { "columnSpan": { "alias": "columnSpan"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
21
|
+
}
|
|
22
|
+
export { FormItemComponent };
|
package/main/icon/index.d.ts
CHANGED
|
@@ -6,67 +6,54 @@ declare class IconComponent {
|
|
|
6
6
|
Defines the component semantic design.
|
|
7
7
|
*/
|
|
8
8
|
design: 'Contrast' | 'Critical' | 'Default' | 'Information' | 'Negative' | 'Neutral' | 'NonInteractive' | 'Positive';
|
|
9
|
-
/**
|
|
10
|
-
Defines if the icon is interactive (focusable and pressable)
|
|
11
|
-
*/
|
|
12
|
-
interactive: boolean;
|
|
13
9
|
/**
|
|
14
10
|
Defines the unique identifier (icon name) of the component.
|
|
15
|
-
<br>
|
|
16
11
|
|
|
17
12
|
To browse all available icons, see the
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<br>
|
|
13
|
+
[SAP Icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html),
|
|
14
|
+
[SAP Fiori Tools](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT) and
|
|
15
|
+
[SAP Business Suite](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html)
|
|
22
16
|
|
|
23
17
|
Example:
|
|
24
|
-
|
|
25
|
-
<code>name='add'</code>, <code>name='delete'</code>, <code>name='employee'</code>.
|
|
26
|
-
<br><br>
|
|
18
|
+
`name='add'`, `name='delete'`, `name='employee'`.
|
|
27
19
|
|
|
28
|
-
|
|
29
|
-
you need to set the
|
|
30
|
-
<br>
|
|
20
|
+
**Note:** To use the SAP Fiori Tools icons,
|
|
21
|
+
you need to set the `tnt` prefix in front of the icon's name.
|
|
31
22
|
|
|
32
23
|
Example:
|
|
33
|
-
|
|
34
|
-
<code>name='tnt/antenna'</code>, <code>name='tnt/actor'</code>, <code>name='tnt/api'</code>.
|
|
35
|
-
<br><br>
|
|
24
|
+
`name='tnt/antenna'`, `name='tnt/actor'`, `name='tnt/api'`.
|
|
36
25
|
|
|
37
|
-
|
|
38
|
-
you need to set the
|
|
39
|
-
<br>
|
|
26
|
+
**Note:** To use the SAP Business Suite icons,
|
|
27
|
+
you need to set the `business-suite` prefix in front of the icon's name.
|
|
40
28
|
|
|
41
29
|
Example:
|
|
42
|
-
|
|
43
|
-
<code>name='business-suite/3d'</code>, <code>name='business-suite/1x2-grid-layout'</code>, <code>name='business-suite/4x4-grid-layout'</code>.
|
|
30
|
+
`name='business-suite/3d'`, `name='business-suite/1x2-grid-layout'`, `name='business-suite/4x4-grid-layout'`.
|
|
44
31
|
*/
|
|
45
32
|
name: string;
|
|
46
33
|
/**
|
|
47
34
|
Defines the text alternative of the component.
|
|
48
35
|
If not provided a default text alternative will be set, if present.
|
|
49
|
-
|
|
50
|
-
|
|
36
|
+
|
|
37
|
+
**Note:** Every icon should have a text alternative in order to
|
|
51
38
|
calculate its accessible name.
|
|
52
39
|
*/
|
|
53
40
|
accessibleName: string;
|
|
54
41
|
/**
|
|
55
42
|
Defines whether the component should have a tooltip.
|
|
56
|
-
|
|
57
|
-
|
|
43
|
+
|
|
44
|
+
**Note:** The tooltip text should be provided via the `accessible-name` property.
|
|
58
45
|
*/
|
|
59
46
|
showTooltip: boolean;
|
|
60
47
|
/**
|
|
61
|
-
Defines the
|
|
48
|
+
Defines the mode of the component.
|
|
62
49
|
*/
|
|
63
|
-
|
|
50
|
+
mode: 'Image' | 'Decorative' | 'Interactive';
|
|
64
51
|
private elementRef;
|
|
65
52
|
private zone;
|
|
66
53
|
private cdr;
|
|
67
54
|
get element(): Icon;
|
|
68
55
|
constructor();
|
|
69
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "ui5-icon",
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "ui5-icon", ["ui5Icon"], { "design": { "alias": "design"; "required": false; }; "name": { "alias": "name"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "showTooltip": { "alias": "showTooltip"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
71
58
|
}
|
|
72
59
|
export { IconComponent };
|