@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-wizard-step.mjs","sources":["../../../../libs/ui5-angular/fiori/wizard-step/index.ts","../../../../libs/ui5-angular/fiori/wizard-step/ui5-webcomponents-ngx-fiori-wizard-step.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/WizardStep.js';\nimport WizardStep from '@ui5/webcomponents-fiori/dist/WizardStep.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'titleText',\n 'subtitleText',\n 'icon',\n 'disabled',\n 'selected',\n 'branching',\n])\n@Component({\n standalone: true,\n selector: 'ui5-wizard-step',\n template: '<ng-content></ng-content>',\n inputs: [\n 'titleText',\n 'subtitleText',\n 'icon',\n 'disabled',\n 'selected',\n 'branching',\n ],\n})\nclass WizardStepComponent {\n /**\n Defines the
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-wizard-step.mjs","sources":["../../../../libs/ui5-angular/fiori/wizard-step/index.ts","../../../../libs/ui5-angular/fiori/wizard-step/ui5-webcomponents-ngx-fiori-wizard-step.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/WizardStep.js';\nimport WizardStep from '@ui5/webcomponents-fiori/dist/WizardStep.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'titleText',\n 'subtitleText',\n 'icon',\n 'disabled',\n 'selected',\n 'branching',\n])\n@Component({\n standalone: true,\n selector: 'ui5-wizard-step',\n template: '<ng-content></ng-content>',\n inputs: [\n 'titleText',\n 'subtitleText',\n 'icon',\n 'disabled',\n 'selected',\n 'branching',\n ],\n exportAs: 'ui5WizardStep',\n})\nclass WizardStepComponent {\n /**\n Defines the `titleText` of the step.\n\n**Note:** The text is displayed in the `ui5-wizard` navigation header.\n */\n titleText!: string;\n\n /**\n Defines the `subtitleText` of the step.\n\n**Note:** the text is displayed in the `ui5-wizard` navigation header.\n */\n subtitleText!: string;\n\n /**\n Defines the `icon` of the step.\n\n**Note:** The icon is displayed in the `ui5-wizard` navigation header.\n\nThe SAP-icons font provides numerous options.\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string;\n\n /**\n Defines if the step is `disabled`. When disabled the step is displayed,\nbut the user can't select the step by clicking or navigate to it with scrolling.\n\n**Note:** Step can't be `selected` and `disabled` at the same time.\nIn this case the `selected` property would take precedence.\n */\n disabled!: boolean;\n\n /**\n Defines the step's `selected` state - the step that is currently active.\n\n**Note:** Step can't be `selected` and `disabled` at the same time.\nIn this case the `selected` property would take precedence.\n */\n selected!: boolean;\n\n /**\n When `branching` is enabled a dashed line would be displayed after the step,\nmeant to indicate that the next step is not yet known and depends on user choice in the current step.\n\n**Note:** It is recommended to use `branching` on the last known step\nand later add new steps when it becomes clear how the wizard flow should continue.\n */\n branching!: boolean;\n\n private elementRef: ElementRef<WizardStep> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): WizardStep {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { WizardStepComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAgCM,IAAA,mBAAmB,GAtBzB,MAsBM,mBAAmB,CAAA;AAuDvB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA2B,MAAM,CAAC,UAAU,CAAC,CAAC;AACxD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA7DG,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAnB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,mBAAmB,4PAXb,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAWjC,mBAAmB,GAAA,UAAA,CAAA;AAtBxB,IAAA,WAAW,CAAC;QACX,WAAW;QACX,cAAc;QACd,MAAM;QACN,UAAU;QACV,UAAU;QACV,WAAW;KACZ,CAAC;;AAeI,CAAA,EAAA,mBAAmB,CA8DxB,CAAA;2FA9DK,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAdxB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,iBAAiB;AAC3B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,WAAW;wBACX,cAAc;wBACd,MAAM;wBACN,UAAU;wBACV,UAAU;wBACV,WAAW;AACZ,qBAAA;AACD,oBAAA,QAAQ,EAAE,eAAe;AAC1B,iBAAA,CAAA;;;AC/BD;;AAEG;;;;"}
|
|
@@ -15,7 +15,7 @@ let WizardComponent = class WizardComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: WizardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: WizardComponent, isStandalone: true, selector: "ui5-wizard", inputs: { contentLayout: "contentLayout" }, outputs: { ui5StepChange: "ui5StepChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: WizardComponent, isStandalone: true, selector: "ui5-wizard", inputs: { contentLayout: "contentLayout" }, outputs: { ui5StepChange: "ui5StepChange" }, exportAs: ["ui5Wizard"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
WizardComponent = __decorate([
|
|
21
21
|
ProxyInputs(['contentLayout']),
|
|
@@ -30,6 +30,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
30
30
|
template: '<ng-content></ng-content>',
|
|
31
31
|
inputs: ['contentLayout'],
|
|
32
32
|
outputs: ['ui5StepChange'],
|
|
33
|
+
exportAs: 'ui5Wizard',
|
|
33
34
|
}]
|
|
34
35
|
}], ctorParameters: () => [] });
|
|
35
36
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-wizard.mjs","sources":["../../../../libs/ui5-angular/fiori/wizard/index.ts","../../../../libs/ui5-angular/fiori/wizard/ui5-webcomponents-ngx-fiori-wizard.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/Wizard.js';\nimport {\n default as Wizard,\n WizardStepChangeEventDetail,\n} from '@ui5/webcomponents-fiori/dist/Wizard.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['contentLayout'])\n@ProxyOutputs(['step-change: ui5StepChange'])\n@Component({\n standalone: true,\n selector: 'ui5-wizard',\n template: '<ng-content></ng-content>',\n inputs: ['contentLayout'],\n outputs: ['ui5StepChange'],\n})\nclass WizardComponent {\n /**\n Defines how the content of the
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-wizard.mjs","sources":["../../../../libs/ui5-angular/fiori/wizard/index.ts","../../../../libs/ui5-angular/fiori/wizard/ui5-webcomponents-ngx-fiori-wizard.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/Wizard.js';\nimport {\n default as Wizard,\n WizardStepChangeEventDetail,\n} from '@ui5/webcomponents-fiori/dist/Wizard.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['contentLayout'])\n@ProxyOutputs(['step-change: ui5StepChange'])\n@Component({\n standalone: true,\n selector: 'ui5-wizard',\n template: '<ng-content></ng-content>',\n inputs: ['contentLayout'],\n outputs: ['ui5StepChange'],\n exportAs: 'ui5Wizard',\n})\nclass WizardComponent {\n /**\n Defines how the content of the `ui5-wizard` would be visualized.\n */\n contentLayout!: 'MultipleSteps' | 'SingleStep';\n\n /**\n Fired when the step is changed by user interaction - either with scrolling,\nor by clicking on the steps within the component header.\n */\n ui5StepChange!: EventEmitter<WizardStepChangeEventDetail>;\n\n private elementRef: ElementRef<Wizard> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Wizard {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { WizardComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAwBM,IAAA,eAAe,GAVrB,MAUM,eAAe,CAAA;AAgBnB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAuB,MAAM,CAAC,UAAU,CAAC,CAAC;AACpD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAtBG,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,eAAe,wLALT,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,eAAe,GAAA,UAAA,CAAA;AAVpB,IAAA,WAAW,CAAC,CAAC,eAAe,CAAC,CAAC;AAC9B,IAAA,YAAY,CAAC,CAAC,4BAA4B,CAAC,CAAC;;AASvC,CAAA,EAAA,eAAe,CAuBpB,CAAA;2FAvBK,eAAe,EAAA,UAAA,EAAA,CAAA;kBARpB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,YAAY;AACtB,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,eAAe,CAAC;oBACzB,OAAO,EAAE,CAAC,eAAe,CAAC;AAC1B,oBAAA,QAAQ,EAAE,WAAW;AACtB,iBAAA,CAAA;;;ACvBD;;AAEG;;;;"}
|
|
@@ -2,8 +2,10 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { NgModule } from '@angular/core';
|
|
3
3
|
import * as i1 from '@ui5/webcomponents-ngx/fiori/theming';
|
|
4
4
|
import '@ui5/webcomponents-fiori/dist/Assets.js';
|
|
5
|
-
import { BarComponent } from '@ui5/webcomponents-ngx/fiori/bar';
|
|
6
5
|
import { BarcodeScannerDialogComponent } from '@ui5/webcomponents-ngx/fiori/barcode-scanner-dialog';
|
|
6
|
+
import { DynamicPageComponent } from '@ui5/webcomponents-ngx/fiori/dynamic-page';
|
|
7
|
+
import { DynamicPageHeaderComponent } from '@ui5/webcomponents-ngx/fiori/dynamic-page-header';
|
|
8
|
+
import { DynamicPageTitleComponent } from '@ui5/webcomponents-ngx/fiori/dynamic-page-title';
|
|
7
9
|
import { DynamicSideContentComponent } from '@ui5/webcomponents-ngx/fiori/dynamic-side-content';
|
|
8
10
|
import { FilterItemComponent } from '@ui5/webcomponents-ngx/fiori/filter-item';
|
|
9
11
|
import { FilterItemOptionComponent } from '@ui5/webcomponents-ngx/fiori/filter-item-option';
|
|
@@ -11,7 +13,7 @@ import { FlexibleColumnLayoutComponent } from '@ui5/webcomponents-ngx/fiori/flex
|
|
|
11
13
|
import { IllustratedMessageComponent } from '@ui5/webcomponents-ngx/fiori/illustrated-message';
|
|
12
14
|
import { MediaGalleryComponent } from '@ui5/webcomponents-ngx/fiori/media-gallery';
|
|
13
15
|
import { MediaGalleryItemComponent } from '@ui5/webcomponents-ngx/fiori/media-gallery-item';
|
|
14
|
-
import {
|
|
16
|
+
import { NotificationListComponent } from '@ui5/webcomponents-ngx/fiori/notification-list';
|
|
15
17
|
import { NotificationListGroupItemComponent } from '@ui5/webcomponents-ngx/fiori/notification-list-group-item';
|
|
16
18
|
import { NotificationListItemComponent } from '@ui5/webcomponents-ngx/fiori/notification-list-item';
|
|
17
19
|
import { PageComponent } from '@ui5/webcomponents-ngx/fiori/page';
|
|
@@ -20,6 +22,7 @@ import { ProductSwitchItemComponent } from '@ui5/webcomponents-ngx/fiori/product
|
|
|
20
22
|
import { ShellBarComponent } from '@ui5/webcomponents-ngx/fiori/shell-bar';
|
|
21
23
|
import { ShellBarItemComponent } from '@ui5/webcomponents-ngx/fiori/shell-bar-item';
|
|
22
24
|
import { SideNavigationComponent } from '@ui5/webcomponents-ngx/fiori/side-navigation';
|
|
25
|
+
import { SideNavigationGroupComponent } from '@ui5/webcomponents-ngx/fiori/side-navigation-group';
|
|
23
26
|
import { SideNavigationItemComponent } from '@ui5/webcomponents-ngx/fiori/side-navigation-item';
|
|
24
27
|
import { SideNavigationSubItemComponent } from '@ui5/webcomponents-ngx/fiori/side-navigation-sub-item';
|
|
25
28
|
import { SortItemComponent } from '@ui5/webcomponents-ngx/fiori/sort-item';
|
|
@@ -32,8 +35,10 @@ import { WizardComponent } from '@ui5/webcomponents-ngx/fiori/wizard';
|
|
|
32
35
|
import { WizardStepComponent } from '@ui5/webcomponents-ngx/fiori/wizard-step';
|
|
33
36
|
|
|
34
37
|
const imports = [
|
|
35
|
-
BarComponent,
|
|
36
38
|
BarcodeScannerDialogComponent,
|
|
39
|
+
DynamicPageComponent,
|
|
40
|
+
DynamicPageHeaderComponent,
|
|
41
|
+
DynamicPageTitleComponent,
|
|
37
42
|
DynamicSideContentComponent,
|
|
38
43
|
FilterItemComponent,
|
|
39
44
|
FilterItemOptionComponent,
|
|
@@ -41,7 +46,7 @@ const imports = [
|
|
|
41
46
|
IllustratedMessageComponent,
|
|
42
47
|
MediaGalleryComponent,
|
|
43
48
|
MediaGalleryItemComponent,
|
|
44
|
-
|
|
49
|
+
NotificationListComponent,
|
|
45
50
|
NotificationListGroupItemComponent,
|
|
46
51
|
NotificationListItemComponent,
|
|
47
52
|
PageComponent,
|
|
@@ -50,6 +55,7 @@ const imports = [
|
|
|
50
55
|
ShellBarComponent,
|
|
51
56
|
ShellBarItemComponent,
|
|
52
57
|
SideNavigationComponent,
|
|
58
|
+
SideNavigationGroupComponent,
|
|
53
59
|
SideNavigationItemComponent,
|
|
54
60
|
SideNavigationSubItemComponent,
|
|
55
61
|
SortItemComponent,
|
|
@@ -65,8 +71,10 @@ const exports = [...imports];
|
|
|
65
71
|
class Ui5FioriModule {
|
|
66
72
|
constructor(ui5WebcomponentsFioriThemingService) { }
|
|
67
73
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: Ui5FioriModule, deps: [{ token: i1.Ui5WebcomponentsFioriThemingService }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
68
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.9", ngImport: i0, type: Ui5FioriModule, imports: [
|
|
69
|
-
|
|
74
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.9", ngImport: i0, type: Ui5FioriModule, imports: [BarcodeScannerDialogComponent,
|
|
75
|
+
DynamicPageComponent,
|
|
76
|
+
DynamicPageHeaderComponent,
|
|
77
|
+
DynamicPageTitleComponent,
|
|
70
78
|
DynamicSideContentComponent,
|
|
71
79
|
FilterItemComponent,
|
|
72
80
|
FilterItemOptionComponent,
|
|
@@ -74,7 +82,7 @@ class Ui5FioriModule {
|
|
|
74
82
|
IllustratedMessageComponent,
|
|
75
83
|
MediaGalleryComponent,
|
|
76
84
|
MediaGalleryItemComponent,
|
|
77
|
-
|
|
85
|
+
NotificationListComponent,
|
|
78
86
|
NotificationListGroupItemComponent,
|
|
79
87
|
NotificationListItemComponent,
|
|
80
88
|
PageComponent,
|
|
@@ -83,6 +91,7 @@ class Ui5FioriModule {
|
|
|
83
91
|
ShellBarComponent,
|
|
84
92
|
ShellBarItemComponent,
|
|
85
93
|
SideNavigationComponent,
|
|
94
|
+
SideNavigationGroupComponent,
|
|
86
95
|
SideNavigationItemComponent,
|
|
87
96
|
SideNavigationSubItemComponent,
|
|
88
97
|
SortItemComponent,
|
|
@@ -92,8 +101,10 @@ class Ui5FioriModule {
|
|
|
92
101
|
UploadCollectionItemComponent,
|
|
93
102
|
ViewSettingsDialogComponent,
|
|
94
103
|
WizardComponent,
|
|
95
|
-
WizardStepComponent], exports: [
|
|
96
|
-
|
|
104
|
+
WizardStepComponent], exports: [BarcodeScannerDialogComponent,
|
|
105
|
+
DynamicPageComponent,
|
|
106
|
+
DynamicPageHeaderComponent,
|
|
107
|
+
DynamicPageTitleComponent,
|
|
97
108
|
DynamicSideContentComponent,
|
|
98
109
|
FilterItemComponent,
|
|
99
110
|
FilterItemOptionComponent,
|
|
@@ -101,7 +112,7 @@ class Ui5FioriModule {
|
|
|
101
112
|
IllustratedMessageComponent,
|
|
102
113
|
MediaGalleryComponent,
|
|
103
114
|
MediaGalleryItemComponent,
|
|
104
|
-
|
|
115
|
+
NotificationListComponent,
|
|
105
116
|
NotificationListGroupItemComponent,
|
|
106
117
|
NotificationListItemComponent,
|
|
107
118
|
PageComponent,
|
|
@@ -110,6 +121,7 @@ class Ui5FioriModule {
|
|
|
110
121
|
ShellBarComponent,
|
|
111
122
|
ShellBarItemComponent,
|
|
112
123
|
SideNavigationComponent,
|
|
124
|
+
SideNavigationGroupComponent,
|
|
113
125
|
SideNavigationItemComponent,
|
|
114
126
|
SideNavigationSubItemComponent,
|
|
115
127
|
SortItemComponent,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori.mjs","sources":["../../../../libs/ui5-angular/fiori/ui5-fiori.module.ts","../../../../libs/ui5-angular/fiori/ui5-webcomponents-ngx-fiori.ts"],"sourcesContent":["import { NgModule } from \"@angular/core\";\nimport { Ui5WebcomponentsFioriThemingService } from \"@ui5/webcomponents-ngx/fiori/theming\";\nimport \"@ui5/webcomponents-fiori/dist/Assets.js\";\nimport {
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori.mjs","sources":["../../../../libs/ui5-angular/fiori/ui5-fiori.module.ts","../../../../libs/ui5-angular/fiori/ui5-webcomponents-ngx-fiori.ts"],"sourcesContent":["import { NgModule } from \"@angular/core\";\nimport { Ui5WebcomponentsFioriThemingService } from \"@ui5/webcomponents-ngx/fiori/theming\";\nimport \"@ui5/webcomponents-fiori/dist/Assets.js\";\nimport { BarcodeScannerDialogComponent } from \"@ui5/webcomponents-ngx/fiori/barcode-scanner-dialog\";\nimport { DynamicPageComponent } from \"@ui5/webcomponents-ngx/fiori/dynamic-page\";\nimport { DynamicPageHeaderComponent } from \"@ui5/webcomponents-ngx/fiori/dynamic-page-header\";\nimport { DynamicPageTitleComponent } from \"@ui5/webcomponents-ngx/fiori/dynamic-page-title\";\nimport { DynamicSideContentComponent } from \"@ui5/webcomponents-ngx/fiori/dynamic-side-content\";\nimport { FilterItemComponent } from \"@ui5/webcomponents-ngx/fiori/filter-item\";\nimport { FilterItemOptionComponent } from \"@ui5/webcomponents-ngx/fiori/filter-item-option\";\nimport { FlexibleColumnLayoutComponent } from \"@ui5/webcomponents-ngx/fiori/flexible-column-layout\";\nimport { IllustratedMessageComponent } from \"@ui5/webcomponents-ngx/fiori/illustrated-message\";\nimport { MediaGalleryComponent } from \"@ui5/webcomponents-ngx/fiori/media-gallery\";\nimport { MediaGalleryItemComponent } from \"@ui5/webcomponents-ngx/fiori/media-gallery-item\";\nimport { NotificationListComponent } from \"@ui5/webcomponents-ngx/fiori/notification-list\";\nimport { NotificationListGroupItemComponent } from \"@ui5/webcomponents-ngx/fiori/notification-list-group-item\";\nimport { NotificationListItemComponent } from \"@ui5/webcomponents-ngx/fiori/notification-list-item\";\nimport { PageComponent } from \"@ui5/webcomponents-ngx/fiori/page\";\nimport { ProductSwitchComponent } from \"@ui5/webcomponents-ngx/fiori/product-switch\";\nimport { ProductSwitchItemComponent } from \"@ui5/webcomponents-ngx/fiori/product-switch-item\";\nimport { ShellBarComponent } from \"@ui5/webcomponents-ngx/fiori/shell-bar\";\nimport { ShellBarItemComponent } from \"@ui5/webcomponents-ngx/fiori/shell-bar-item\";\nimport { SideNavigationComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation\";\nimport { SideNavigationGroupComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation-group\";\nimport { SideNavigationItemComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation-item\";\nimport { SideNavigationSubItemComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation-sub-item\";\nimport { SortItemComponent } from \"@ui5/webcomponents-ngx/fiori/sort-item\";\nimport { TimelineComponent } from \"@ui5/webcomponents-ngx/fiori/timeline\";\nimport { TimelineItemComponent } from \"@ui5/webcomponents-ngx/fiori/timeline-item\";\nimport { UploadCollectionComponent } from \"@ui5/webcomponents-ngx/fiori/upload-collection\";\nimport { UploadCollectionItemComponent } from \"@ui5/webcomponents-ngx/fiori/upload-collection-item\";\nimport { ViewSettingsDialogComponent } from \"@ui5/webcomponents-ngx/fiori/view-settings-dialog\";\nimport { WizardComponent } from \"@ui5/webcomponents-ngx/fiori/wizard\";\nimport { WizardStepComponent } from \"@ui5/webcomponents-ngx/fiori/wizard-step\";\n\nconst imports = [\n BarcodeScannerDialogComponent,\n DynamicPageComponent,\n DynamicPageHeaderComponent,\n DynamicPageTitleComponent,\n DynamicSideContentComponent,\n FilterItemComponent,\n FilterItemOptionComponent,\n FlexibleColumnLayoutComponent,\n IllustratedMessageComponent,\n MediaGalleryComponent,\n MediaGalleryItemComponent,\n NotificationListComponent,\n NotificationListGroupItemComponent,\n NotificationListItemComponent,\n PageComponent,\n ProductSwitchComponent,\n ProductSwitchItemComponent,\n ShellBarComponent,\n ShellBarItemComponent,\n SideNavigationComponent,\n SideNavigationGroupComponent,\n SideNavigationItemComponent,\n SideNavigationSubItemComponent,\n SortItemComponent,\n TimelineComponent,\n TimelineItemComponent,\n UploadCollectionComponent,\n UploadCollectionItemComponent,\n ViewSettingsDialogComponent,\n WizardComponent,\n WizardStepComponent,\n];\nconst exports = [...imports];\n\n@NgModule({\n imports: [...imports],\n exports: [...exports],\n})\nclass Ui5FioriModule {\n constructor(\n ui5WebcomponentsFioriThemingService: Ui5WebcomponentsFioriThemingService,\n ) {}\n}\nexport { Ui5FioriModule };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmCA,MAAM,OAAO,GAAG;IACd,6BAA6B;IAC7B,oBAAoB;IACpB,0BAA0B;IAC1B,yBAAyB;IACzB,2BAA2B;IAC3B,mBAAmB;IACnB,yBAAyB;IACzB,6BAA6B;IAC7B,2BAA2B;IAC3B,qBAAqB;IACrB,yBAAyB;IACzB,yBAAyB;IACzB,kCAAkC;IAClC,6BAA6B;IAC7B,aAAa;IACb,sBAAsB;IACtB,0BAA0B;IAC1B,iBAAiB;IACjB,qBAAqB;IACrB,uBAAuB;IACvB,4BAA4B;IAC5B,2BAA2B;IAC3B,8BAA8B;IAC9B,iBAAiB;IACjB,iBAAiB;IACjB,qBAAqB;IACrB,yBAAyB;IACzB,6BAA6B;IAC7B,2BAA2B;IAC3B,eAAe;IACf,mBAAmB;CACpB,CAAC;AACF,MAAM,OAAO,GAAG,CAAC,GAAG,OAAO,CAAC,CAAC;AAE7B,MAIM,cAAc,CAAA;IAClB,WACE,CAAA,mCAAwE,KACtE;8GAHA,cAAc,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,mCAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;AAAd,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,YAtClB,6BAA6B;YAC7B,oBAAoB;YACpB,0BAA0B;YAC1B,yBAAyB;YACzB,2BAA2B;YAC3B,mBAAmB;YACnB,yBAAyB;YACzB,6BAA6B;YAC7B,2BAA2B;YAC3B,qBAAqB;YACrB,yBAAyB;YACzB,yBAAyB;YACzB,kCAAkC;YAClC,6BAA6B;YAC7B,aAAa;YACb,sBAAsB;YACtB,0BAA0B;YAC1B,iBAAiB;YACjB,qBAAqB;YACrB,uBAAuB;YACvB,4BAA4B;YAC5B,2BAA2B;YAC3B,8BAA8B;YAC9B,iBAAiB;YACjB,iBAAiB;YACjB,qBAAqB;YACrB,yBAAyB;YACzB,6BAA6B;YAC7B,2BAA2B;YAC3B,eAAe;AACf,YAAA,mBAAmB,aA9BnB,6BAA6B;YAC7B,oBAAoB;YACpB,0BAA0B;YAC1B,yBAAyB;YACzB,2BAA2B;YAC3B,mBAAmB;YACnB,yBAAyB;YACzB,6BAA6B;YAC7B,2BAA2B;YAC3B,qBAAqB;YACrB,yBAAyB;YACzB,yBAAyB;YACzB,kCAAkC;YAClC,6BAA6B;YAC7B,aAAa;YACb,sBAAsB;YACtB,0BAA0B;YAC1B,iBAAiB;YACjB,qBAAqB;YACrB,uBAAuB;YACvB,4BAA4B;YAC5B,2BAA2B;YAC3B,8BAA8B;YAC9B,iBAAiB;YACjB,iBAAiB;YACjB,qBAAqB;YACrB,yBAAyB;YACzB,6BAA6B;YAC7B,2BAA2B;YAC3B,eAAe;YACf,mBAAmB,CAAA,EAAA,CAAA,CAAA,EAAA;AAQf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,YAHL,OAAO,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAGhB,cAAc,EAAA,UAAA,EAAA,CAAA;kBAJnB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,OAAO,EAAE,CAAC,GAAG,OAAO,CAAC;AACrB,oBAAA,OAAO,EAAE,CAAC,GAAG,OAAO,CAAC;AACtB,iBAAA,CAAA;;;ACzED;;AAEG;;;;"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Directive } from '@angular/core';
|
|
3
3
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
4
|
-
import '@ui5/webcomponents/dist/features/InputElementsFormSupport.js';
|
|
5
4
|
|
|
6
5
|
class GenericControlValueAccessor {
|
|
7
6
|
constructor() {
|
|
@@ -19,7 +18,7 @@ class GenericControlValueAccessor {
|
|
|
19
18
|
this.host.cvaValue = val;
|
|
20
19
|
}
|
|
21
20
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: GenericControlValueAccessor, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
22
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: GenericControlValueAccessor, isStandalone: true, selector: "[noop]", host: { listeners: { "focusout": "onTouched()" } }, providers: [
|
|
21
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: GenericControlValueAccessor, isStandalone: true, selector: "[noop]", host: { listeners: { "focusout": "onTouched?.()" } }, providers: [
|
|
23
22
|
{
|
|
24
23
|
provide: NG_VALUE_ACCESSOR,
|
|
25
24
|
useExisting: GenericControlValueAccessor,
|
|
@@ -40,7 +39,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
40
39
|
},
|
|
41
40
|
],
|
|
42
41
|
host: {
|
|
43
|
-
'(focusout)': 'onTouched()',
|
|
42
|
+
'(focusout)': 'onTouched?.()',
|
|
44
43
|
},
|
|
45
44
|
}]
|
|
46
45
|
}] });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-generic-cva.mjs","sources":["../../../../libs/ui5-angular/generic-cva/index.ts","../../../../libs/ui5-angular/generic-cva/ui5-webcomponents-ngx-generic-cva.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-generic-cva.mjs","sources":["../../../../libs/ui5-angular/generic-cva/index.ts","../../../../libs/ui5-angular/generic-cva/ui5-webcomponents-ngx-generic-cva.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\n\ninterface CvaComponent<ValueType = any> {\n element: Element;\n cvaValue: ValueType;\n}\n\n@Directive({\n selector: '[noop]',\n standalone: true,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: GenericControlValueAccessor,\n multi: true,\n },\n ],\n host: {\n '(focusout)': 'onTouched?.()',\n },\n})\nclass GenericControlValueAccessor<ValueType = any>\n implements ControlValueAccessor\n{\n onChange!: (val: ValueType) => void;\n onTouched!: () => void;\n\n host!: CvaComponent<ValueType>;\n\n setDisabledState = (isDisabled: boolean): void => {\n this.host.element['disabled'] = isDisabled;\n };\n\n registerOnChange(fn: (newVal: ValueType) => void): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: () => void): void {\n this.onTouched = fn;\n }\n\n writeValue(val: ValueType): void {\n this.host.cvaValue = val;\n }\n}\n\nexport { GenericControlValueAccessor };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AAQA,MAcM,2BAA2B,CAAA;AAdjC,IAAA,WAAA,GAAA;AAsBE,QAAA,IAAA,CAAA,gBAAgB,GAAG,CAAC,UAAmB,KAAU;YAC/C,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,GAAG,UAAU,CAAC;AAC7C,SAAC,CAAC;AAaH,KAAA;AAXC,IAAA,gBAAgB,CAAC,EAA+B,EAAA;AAC9C,QAAA,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;KACpB;AAED,IAAA,iBAAiB,CAAC,EAAc,EAAA;AAC9B,QAAA,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;KACrB;AAED,IAAA,UAAU,CAAC,GAAc,EAAA;AACvB,QAAA,IAAI,CAAC,IAAI,CAAC,QAAQ,GAAG,GAAG,CAAC;KAC1B;8GAtBG,2BAA2B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA3B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,2BAA2B,EAXpB,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,UAAA,EAAA,eAAA,EAAA,EAAA,EAAA,SAAA,EAAA;AACT,YAAA;AACE,gBAAA,OAAO,EAAE,iBAAiB;AAC1B,gBAAA,WAAW,EAAE,2BAA2B;AACxC,gBAAA,KAAK,EAAE,IAAI;AACZ,aAAA;AACF,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA,EAAA;;2FAKG,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBAdhC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,QAAQ;AAClB,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,SAAS,EAAE;AACT,wBAAA;AACE,4BAAA,OAAO,EAAE,iBAAiB;AAC1B,4BAAA,WAAW,EAA6B,2BAAA;AACxC,4BAAA,KAAK,EAAE,IAAI;AACZ,yBAAA;AACF,qBAAA;AACD,oBAAA,IAAI,EAAE;AACJ,wBAAA,YAAY,EAAE,eAAe;AAC9B,qBAAA;AACF,iBAAA,CAAA;;;ACrBD;;AAEG;;;;"}
|
|
@@ -15,10 +15,10 @@ let AvatarGroupComponent = class AvatarGroupComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AvatarGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: AvatarGroupComponent, isStandalone: true, selector: "ui5-avatar-group", inputs: { type: "type" }, outputs: { ui5Click: "ui5Click", ui5Overflow: "ui5Overflow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: AvatarGroupComponent, isStandalone: true, selector: "ui5-avatar-group", inputs: { type: "type", accessibilityAttributes: "accessibilityAttributes" }, outputs: { ui5Click: "ui5Click", ui5Overflow: "ui5Overflow" }, exportAs: ["ui5AvatarGroup"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
AvatarGroupComponent = __decorate([
|
|
21
|
-
ProxyInputs(['type']),
|
|
21
|
+
ProxyInputs(['type', 'accessibilityAttributes']),
|
|
22
22
|
ProxyOutputs(['click: ui5Click', 'overflow: ui5Overflow']),
|
|
23
23
|
__metadata("design:paramtypes", [])
|
|
24
24
|
], AvatarGroupComponent);
|
|
@@ -28,8 +28,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
28
28
|
standalone: true,
|
|
29
29
|
selector: 'ui5-avatar-group',
|
|
30
30
|
template: '<ng-content></ng-content>',
|
|
31
|
-
inputs: ['type'],
|
|
31
|
+
inputs: ['type', 'accessibilityAttributes'],
|
|
32
32
|
outputs: ['ui5Click', 'ui5Overflow'],
|
|
33
|
+
exportAs: 'ui5AvatarGroup',
|
|
33
34
|
}]
|
|
34
35
|
}], ctorParameters: () => [] });
|
|
35
36
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-avatar-group.mjs","sources":["../../../../libs/ui5-angular/main/avatar-group/index.ts","../../../../libs/ui5-angular/main/avatar-group/ui5-webcomponents-ngx-main-avatar-group.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/AvatarGroup.js';\nimport {\n default as AvatarGroup,\n AvatarGroupClickEventDetail,\n} from '@ui5/webcomponents/dist/AvatarGroup.js';\n@ProxyInputs(['type'])\n@ProxyOutputs(['click: ui5Click', 'overflow: ui5Overflow'])\n@Component({\n standalone: true,\n selector: 'ui5-avatar-group',\n template: '<ng-content></ng-content>',\n inputs: ['type'],\n outputs: ['ui5Click', 'ui5Overflow'],\n})\nclass AvatarGroupComponent {\n /**\n Defines the mode of the
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-avatar-group.mjs","sources":["../../../../libs/ui5-angular/main/avatar-group/index.ts","../../../../libs/ui5-angular/main/avatar-group/ui5-webcomponents-ngx-main-avatar-group.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/AvatarGroup.js';\nimport {\n default as AvatarGroup,\n AvatarGroupAccessibilityAttributes,\n AvatarGroupClickEventDetail,\n} from '@ui5/webcomponents/dist/AvatarGroup.js';\n@ProxyInputs(['type', 'accessibilityAttributes'])\n@ProxyOutputs(['click: ui5Click', 'overflow: ui5Overflow'])\n@Component({\n standalone: true,\n selector: 'ui5-avatar-group',\n template: '<ng-content></ng-content>',\n inputs: ['type', 'accessibilityAttributes'],\n outputs: ['ui5Click', 'ui5Overflow'],\n exportAs: 'ui5AvatarGroup',\n})\nclass AvatarGroupComponent {\n /**\n Defines the mode of the `AvatarGroup`.\n */\n type!: 'Group' | 'Individual';\n\n /**\n Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n */\n accessibilityAttributes!: AvatarGroupAccessibilityAttributes;\n\n /**\n Fired when the component is activated either with a\nclick/tap or by using the Enter or Space key.\n */\n ui5Click!: EventEmitter<AvatarGroupClickEventDetail>;\n /**\n Fired when the count of visible `ui5-avatar` elements in the\ncomponent has changed\n */\n ui5Overflow!: EventEmitter<void>;\n\n private elementRef: ElementRef<AvatarGroup> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): AvatarGroup {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { AvatarGroupComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAyBM,IAAA,oBAAoB,GAV1B,MAUM,oBAAoB,CAAA;AA8BxB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA4B,MAAM,CAAC,UAAU,CAAC,CAAC;AACzD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GApCG,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAApB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,oBAAoB,uPALd,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,oBAAoB,GAAA,UAAA,CAAA;AAVzB,IAAA,WAAW,CAAC,CAAC,MAAM,EAAE,yBAAyB,CAAC,CAAC;AAChD,IAAA,YAAY,CAAC,CAAC,iBAAiB,EAAE,uBAAuB,CAAC,CAAC;;AASrD,CAAA,EAAA,oBAAoB,CAqCzB,CAAA;2FArCK,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBARzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,kBAAkB;AAC5B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,MAAM,EAAE,yBAAyB,CAAC;AAC3C,oBAAA,OAAO,EAAE,CAAC,UAAU,EAAE,aAAa,CAAC;AACpC,oBAAA,QAAQ,EAAE,gBAAgB;AAC3B,iBAAA,CAAA;;;ACxBD;;AAEG;;;;"}
|
|
@@ -15,7 +15,7 @@ let AvatarComponent = class AvatarComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: AvatarComponent, isStandalone: true, selector: "ui5-avatar", inputs: { disabled: "disabled", interactive: "interactive", icon: "icon", fallbackIcon: "fallbackIcon", initials: "initials", shape: "shape", size: "size", colorScheme: "colorScheme", accessibleName: "accessibleName" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: AvatarComponent, isStandalone: true, selector: "ui5-avatar", inputs: { disabled: "disabled", interactive: "interactive", icon: "icon", fallbackIcon: "fallbackIcon", initials: "initials", shape: "shape", size: "size", colorScheme: "colorScheme", accessibleName: "accessibleName", accessibilityAttributes: "accessibilityAttributes" }, exportAs: ["ui5Avatar"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
AvatarComponent = __decorate([
|
|
21
21
|
ProxyInputs([
|
|
@@ -28,6 +28,7 @@ AvatarComponent = __decorate([
|
|
|
28
28
|
'size',
|
|
29
29
|
'colorScheme',
|
|
30
30
|
'accessibleName',
|
|
31
|
+
'accessibilityAttributes',
|
|
31
32
|
]),
|
|
32
33
|
__metadata("design:paramtypes", [])
|
|
33
34
|
], AvatarComponent);
|
|
@@ -47,7 +48,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
47
48
|
'size',
|
|
48
49
|
'colorScheme',
|
|
49
50
|
'accessibleName',
|
|
51
|
+
'accessibilityAttributes',
|
|
50
52
|
],
|
|
53
|
+
exportAs: 'ui5Avatar',
|
|
51
54
|
}]
|
|
52
55
|
}], ctorParameters: () => [] });
|
|
53
56
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-avatar.mjs","sources":["../../../../libs/ui5-angular/main/avatar/index.ts","../../../../libs/ui5-angular/main/avatar/ui5-webcomponents-ngx-main-avatar.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Avatar.js';\nimport Avatar from '@ui5/webcomponents/dist/Avatar.js';\n@ProxyInputs([\n 'disabled',\n 'interactive',\n 'icon',\n 'fallbackIcon',\n 'initials',\n 'shape',\n 'size',\n 'colorScheme',\n 'accessibleName',\n])\n@Component({\n standalone: true,\n selector: 'ui5-avatar',\n template: '<ng-content></ng-content>',\n inputs: [\n 'disabled',\n 'interactive',\n 'icon',\n 'fallbackIcon',\n 'initials',\n 'shape',\n 'size',\n 'colorScheme',\n 'accessibleName',\n ],\n})\nclass AvatarComponent {\n /**\n Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.\n */\n disabled!: boolean;\n\n /**\n Defines if the avatar is interactive (focusable and pressable).\n
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-avatar.mjs","sources":["../../../../libs/ui5-angular/main/avatar/index.ts","../../../../libs/ui5-angular/main/avatar/ui5-webcomponents-ngx-main-avatar.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Avatar.js';\nimport {\n default as Avatar,\n AvatarAccessibilityAttributes,\n} from '@ui5/webcomponents/dist/Avatar.js';\n@ProxyInputs([\n 'disabled',\n 'interactive',\n 'icon',\n 'fallbackIcon',\n 'initials',\n 'shape',\n 'size',\n 'colorScheme',\n 'accessibleName',\n 'accessibilityAttributes',\n])\n@Component({\n standalone: true,\n selector: 'ui5-avatar',\n template: '<ng-content></ng-content>',\n inputs: [\n 'disabled',\n 'interactive',\n 'icon',\n 'fallbackIcon',\n 'initials',\n 'shape',\n 'size',\n 'colorScheme',\n 'accessibleName',\n 'accessibilityAttributes',\n ],\n exportAs: 'ui5Avatar',\n})\nclass AvatarComponent {\n /**\n Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.\n */\n disabled!: boolean;\n\n /**\n Defines if the avatar is interactive (focusable and pressable).\n\n**Note:** This property won't have effect if the `disabled`\nproperty is set to `true`.\n */\n interactive!: boolean;\n\n /**\n Defines the name of the UI5 Icon, that will be displayed.\n\n**Note:** If `image` slot is provided, the property will be ignored.\n\n**Note:** You should import the desired icon first, then use its name as \"icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar icon=\"employee\">`\n\n**Note:** If no icon or an empty one is provided, by default the \"employee\" icon should be displayed.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string;\n\n /**\n Defines the name of the fallback icon, which should be displayed in the following cases:\n\n\t- If the initials are not valid (more than 3 letters, unsupported languages or empty initials).\n\t- If there are three initials and they do not fit in the shape (e.g. WWW for some of the sizes).\n\t- If the image src is wrong.\n\n**Note:** If not set, a default fallback icon \"employee\" is displayed.\n\n**Note:** You should import the desired icon first, then use its name as \"fallback-icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar fallback-icon=\"alert\">`\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n fallbackIcon!: string;\n\n /**\n Defines the displayed initials.\n\nUp to three Latin letters can be displayed as initials.\n */\n initials!: string;\n\n /**\n Defines the shape of the component.\n */\n shape!: 'Circle' | 'Square';\n\n /**\n Defines predefined size of the component.\n */\n size!: 'XS' | 'S' | 'M' | 'L' | 'XL';\n\n /**\n Defines the background color of the desired image.\n */\n colorScheme!:\n | 'Accent1'\n | 'Accent2'\n | 'Accent3'\n | 'Accent4'\n | 'Accent5'\n | 'Accent6'\n | 'Accent7'\n | 'Accent8'\n | 'Accent9'\n | 'Accent10'\n | 'Placeholder';\n\n /**\n Defines the text alternative of the component.\nIf not provided a default text alternative will be set, if present.\n */\n accessibleName!: string;\n\n /**\n Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n */\n accessibilityAttributes!: AvatarAccessibilityAttributes;\n\n private elementRef: ElementRef<Avatar> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Avatar {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { AvatarComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AA2CM,IAAA,eAAe,GA9BrB,MA8BM,eAAe,CAAA;AAwGnB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAuB,MAAM,CAAC,UAAU,CAAC,CAAC;AACpD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA9GG,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,eAAe,+WAfT,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAejC,eAAe,GAAA,UAAA,CAAA;AA9BpB,IAAA,WAAW,CAAC;QACX,UAAU;QACV,aAAa;QACb,MAAM;QACN,cAAc;QACd,UAAU;QACV,OAAO;QACP,MAAM;QACN,aAAa;QACb,gBAAgB;QAChB,yBAAyB;KAC1B,CAAC;;AAmBI,CAAA,EAAA,eAAe,CA+GpB,CAAA;2FA/GK,eAAe,EAAA,UAAA,EAAA,CAAA;kBAlBpB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,YAAY;AACtB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,UAAU;wBACV,aAAa;wBACb,MAAM;wBACN,cAAc;wBACd,UAAU;wBACV,OAAO;wBACP,MAAM;wBACN,aAAa;wBACb,gBAAgB;wBAChB,yBAAyB;AAC1B,qBAAA;AACD,oBAAA,QAAQ,EAAE,WAAW;AACtB,iBAAA,CAAA;;;AC1CD;;AAEG;;;;"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __metadata, __decorate } from 'tslib';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { ElementRef, inject, NgZone, ChangeDetectorRef, Component } from '@angular/core';
|
|
4
|
-
import '@ui5/webcomponents-fiori/dist/Bar.js';
|
|
5
4
|
import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
|
|
5
|
+
import '@ui5/webcomponents/dist/Bar.js';
|
|
6
6
|
|
|
7
7
|
let BarComponent = class BarComponent {
|
|
8
8
|
get element() {
|
|
@@ -15,7 +15,7 @@ let BarComponent = class BarComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BarComponent, isStandalone: true, selector: "ui5-bar", inputs: { design: "design" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BarComponent, isStandalone: true, selector: "ui5-bar", inputs: { design: "design" }, exportAs: ["ui5Bar"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
BarComponent = __decorate([
|
|
21
21
|
ProxyInputs(['design']),
|
|
@@ -28,6 +28,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
28
28
|
selector: 'ui5-bar',
|
|
29
29
|
template: '<ng-content></ng-content>',
|
|
30
30
|
inputs: ['design'],
|
|
31
|
+
exportAs: 'ui5Bar',
|
|
31
32
|
}]
|
|
32
33
|
}], ctorParameters: () => [] });
|
|
33
34
|
|
|
@@ -36,4 +37,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
36
37
|
*/
|
|
37
38
|
|
|
38
39
|
export { BarComponent };
|
|
39
|
-
//# sourceMappingURL=ui5-webcomponents-ngx-
|
|
40
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-main-bar.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-bar.mjs","sources":["../../../../libs/ui5-angular/main/bar/index.ts","../../../../libs/ui5-angular/main/bar/ui5-webcomponents-ngx-main-bar.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Bar.js';\nimport Bar from '@ui5/webcomponents/dist/Bar.js';\n@ProxyInputs(['design'])\n@Component({\n standalone: true,\n selector: 'ui5-bar',\n template: '<ng-content></ng-content>',\n inputs: ['design'],\n exportAs: 'ui5Bar',\n})\nclass BarComponent {\n /**\n Defines the component's design.\n */\n design!: 'Header' | 'Subheader' | 'Footer' | 'FloatingFooter';\n\n private elementRef: ElementRef<Bar> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Bar {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { BarComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,YAAY,GARlB,MAQM,YAAY,CAAA;AAUhB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAoB,MAAM,CAAC,UAAU,CAAC,CAAC;AACjD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAhBG,YAAY,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAZ,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAY,uHAJN,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,YAAY,GAAA,UAAA,CAAA;AARjB,IAAA,WAAW,CAAC,CAAC,QAAQ,CAAC,CAAC;;AAQlB,CAAA,EAAA,YAAY,CAiBjB,CAAA;2FAjBK,YAAY,EAAA,UAAA,EAAA,CAAA;kBAPjB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,SAAS;AACnB,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,QAAQ,CAAC;AAClB,oBAAA,QAAQ,EAAE,QAAQ;AACnB,iBAAA,CAAA;;;ACjBD;;AAEG;;;;"}
|
|
@@ -15,7 +15,7 @@ let BreadcrumbsItemComponent = class BreadcrumbsItemComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BreadcrumbsItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BreadcrumbsItemComponent, isStandalone: true, selector: "ui5-breadcrumbs-item", inputs: { href: "href", target: "target", accessibleName: "accessibleName" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BreadcrumbsItemComponent, isStandalone: true, selector: "ui5-breadcrumbs-item", inputs: { href: "href", target: "target", accessibleName: "accessibleName" }, exportAs: ["ui5BreadcrumbsItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
BreadcrumbsItemComponent = __decorate([
|
|
21
21
|
ProxyInputs(['href', 'target', 'accessibleName']),
|
|
@@ -28,6 +28,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
28
28
|
selector: 'ui5-breadcrumbs-item',
|
|
29
29
|
template: '<ng-content></ng-content>',
|
|
30
30
|
inputs: ['href', 'target', 'accessibleName'],
|
|
31
|
+
exportAs: 'ui5BreadcrumbsItem',
|
|
31
32
|
}]
|
|
32
33
|
}], ctorParameters: () => [] });
|
|
33
34
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-breadcrumbs-item.mjs","sources":["../../../../libs/ui5-angular/main/breadcrumbs-item/index.ts","../../../../libs/ui5-angular/main/breadcrumbs-item/ui5-webcomponents-ngx-main-breadcrumbs-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/BreadcrumbsItem.js';\nimport BreadcrumbsItem from '@ui5/webcomponents/dist/BreadcrumbsItem.js';\n@ProxyInputs(['href', 'target', 'accessibleName'])\n@Component({\n standalone: true,\n selector: 'ui5-breadcrumbs-item',\n template: '<ng-content></ng-content>',\n inputs: ['href', 'target', 'accessibleName'],\n})\nclass BreadcrumbsItemComponent {\n /**\n Defines the link href.\n
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-breadcrumbs-item.mjs","sources":["../../../../libs/ui5-angular/main/breadcrumbs-item/index.ts","../../../../libs/ui5-angular/main/breadcrumbs-item/ui5-webcomponents-ngx-main-breadcrumbs-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/BreadcrumbsItem.js';\nimport BreadcrumbsItem from '@ui5/webcomponents/dist/BreadcrumbsItem.js';\n@ProxyInputs(['href', 'target', 'accessibleName'])\n@Component({\n standalone: true,\n selector: 'ui5-breadcrumbs-item',\n template: '<ng-content></ng-content>',\n inputs: ['href', 'target', 'accessibleName'],\n exportAs: 'ui5BreadcrumbsItem',\n})\nclass BreadcrumbsItemComponent {\n /**\n Defines the link href.\n\n**Note:** Standard hyperlink behavior is supported.\n */\n href!: string;\n\n /**\n Defines the link target.\n\nAvailable options are:\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**Note:** This property must only be used when the `href` property is set.\n */\n target!: string | undefined;\n\n /**\n Defines the accessible ARIA name of the item.\n */\n accessibleName!: string;\n\n private elementRef: ElementRef<BreadcrumbsItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): BreadcrumbsItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { BreadcrumbsItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,wBAAwB,GAR9B,MAQM,wBAAwB,CAAA;AAgC5B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAgC,MAAM,CAAC,UAAU,CAAC,CAAC;AAC7D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAtCG,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAxB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,wBAAwB,gMAJlB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,wBAAwB,GAAA,UAAA,CAAA;IAR7B,WAAW,CAAC,CAAC,MAAM,EAAE,QAAQ,EAAE,gBAAgB,CAAC,CAAC;;AAQ5C,CAAA,EAAA,wBAAwB,CAuC7B,CAAA;2FAvCK,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAP7B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,sBAAsB;AAChC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,MAAM,EAAE,QAAQ,EAAE,gBAAgB,CAAC;AAC5C,oBAAA,QAAQ,EAAE,oBAAoB;AAC/B,iBAAA,CAAA;;;ACjBD;;AAEG;;;;"}
|
|
@@ -15,10 +15,10 @@ let BreadcrumbsComponent = class BreadcrumbsComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BreadcrumbsComponent, isStandalone: true, selector: "ui5-breadcrumbs", inputs: { design: "design",
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BreadcrumbsComponent, isStandalone: true, selector: "ui5-breadcrumbs", inputs: { design: "design", separators: "separators" }, outputs: { ui5ItemClick: "ui5ItemClick" }, exportAs: ["ui5Breadcrumbs"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
BreadcrumbsComponent = __decorate([
|
|
21
|
-
ProxyInputs(['design', '
|
|
21
|
+
ProxyInputs(['design', 'separators']),
|
|
22
22
|
ProxyOutputs(['item-click: ui5ItemClick']),
|
|
23
23
|
__metadata("design:paramtypes", [])
|
|
24
24
|
], BreadcrumbsComponent);
|
|
@@ -28,8 +28,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
28
28
|
standalone: true,
|
|
29
29
|
selector: 'ui5-breadcrumbs',
|
|
30
30
|
template: '<ng-content></ng-content>',
|
|
31
|
-
inputs: ['design', '
|
|
31
|
+
inputs: ['design', 'separators'],
|
|
32
32
|
outputs: ['ui5ItemClick'],
|
|
33
|
+
exportAs: 'ui5Breadcrumbs',
|
|
33
34
|
}]
|
|
34
35
|
}], ctorParameters: () => [] });
|
|
35
36
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-breadcrumbs.mjs","sources":["../../../../libs/ui5-angular/main/breadcrumbs/index.ts","../../../../libs/ui5-angular/main/breadcrumbs/ui5-webcomponents-ngx-main-breadcrumbs.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Breadcrumbs.js';\nimport {\n default as Breadcrumbs,\n BreadcrumbsItemClickEventDetail,\n} from '@ui5/webcomponents/dist/Breadcrumbs.js';\n@ProxyInputs(['design', '
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-breadcrumbs.mjs","sources":["../../../../libs/ui5-angular/main/breadcrumbs/index.ts","../../../../libs/ui5-angular/main/breadcrumbs/ui5-webcomponents-ngx-main-breadcrumbs.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Breadcrumbs.js';\nimport {\n default as Breadcrumbs,\n BreadcrumbsItemClickEventDetail,\n} from '@ui5/webcomponents/dist/Breadcrumbs.js';\n@ProxyInputs(['design', 'separators'])\n@ProxyOutputs(['item-click: ui5ItemClick'])\n@Component({\n standalone: true,\n selector: 'ui5-breadcrumbs',\n template: '<ng-content></ng-content>',\n inputs: ['design', 'separators'],\n outputs: ['ui5ItemClick'],\n exportAs: 'ui5Breadcrumbs',\n})\nclass BreadcrumbsComponent {\n /**\n Defines the visual appearance of the last BreadcrumbsItem.\n\nThe Breadcrumbs supports two visual appearances for the last BreadcrumbsItem:\n- \"Standard\" - displaying the last item as \"current page\" (bold and without separator)\n- \"NoCurrentPage\" - displaying the last item as a regular BreadcrumbsItem, followed by separator\n */\n design!: 'Standard' | 'NoCurrentPage';\n\n /**\n Determines the visual style of the separator between the breadcrumb items.\n */\n separators!:\n | 'Slash'\n | 'BackSlash'\n | 'DoubleBackSlash'\n | 'DoubleGreaterThan'\n | 'DoubleSlash'\n | 'GreaterThan';\n\n /**\n Fires when a `BreadcrumbsItem` is clicked.\n\n**Note:** You can prevent browser location change by calling `event.preventDefault()`.\n */\n ui5ItemClick!: EventEmitter<BreadcrumbsItemClickEventDetail>;\n\n private elementRef: ElementRef<Breadcrumbs> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Breadcrumbs {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { BreadcrumbsComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAwBM,IAAA,oBAAoB,GAV1B,MAUM,oBAAoB,CAAA;AAgCxB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA4B,MAAM,CAAC,UAAU,CAAC,CAAC;AACzD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAtCG,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAApB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,oBAAoB,4MALd,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,oBAAoB,GAAA,UAAA,CAAA;AAVzB,IAAA,WAAW,CAAC,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;AACrC,IAAA,YAAY,CAAC,CAAC,0BAA0B,CAAC,CAAC;;AASrC,CAAA,EAAA,oBAAoB,CAuCzB,CAAA;2FAvCK,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBARzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,iBAAiB;AAC3B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,QAAQ,EAAE,YAAY,CAAC;oBAChC,OAAO,EAAE,CAAC,cAAc,CAAC;AACzB,oBAAA,QAAQ,EAAE,gBAAgB;AAC3B,iBAAA,CAAA;;;ACvBD;;AAEG;;;;"}
|
|
@@ -15,10 +15,10 @@ let BusyIndicatorComponent = class BusyIndicatorComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BusyIndicatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BusyIndicatorComponent, isStandalone: true, selector: "ui5-busy-indicator", inputs: { text: "text", size: "size", active: "active", delay: "delay" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BusyIndicatorComponent, isStandalone: true, selector: "ui5-busy-indicator", inputs: { text: "text", size: "size", active: "active", delay: "delay", textPlacement: "textPlacement" }, exportAs: ["ui5BusyIndicator"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
BusyIndicatorComponent = __decorate([
|
|
21
|
-
ProxyInputs(['text', 'size', 'active', 'delay']),
|
|
21
|
+
ProxyInputs(['text', 'size', 'active', 'delay', 'textPlacement']),
|
|
22
22
|
__metadata("design:paramtypes", [])
|
|
23
23
|
], BusyIndicatorComponent);
|
|
24
24
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BusyIndicatorComponent, decorators: [{
|
|
@@ -27,7 +27,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
27
27
|
standalone: true,
|
|
28
28
|
selector: 'ui5-busy-indicator',
|
|
29
29
|
template: '<ng-content></ng-content>',
|
|
30
|
-
inputs: ['text', 'size', 'active', 'delay'],
|
|
30
|
+
inputs: ['text', 'size', 'active', 'delay', 'textPlacement'],
|
|
31
|
+
exportAs: 'ui5BusyIndicator',
|
|
31
32
|
}]
|
|
32
33
|
}], ctorParameters: () => [] });
|
|
33
34
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-busy-indicator.mjs","sources":["../../../../libs/ui5-angular/main/busy-indicator/index.ts","../../../../libs/ui5-angular/main/busy-indicator/ui5-webcomponents-ngx-main-busy-indicator.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/BusyIndicator.js';\nimport BusyIndicator from '@ui5/webcomponents/dist/BusyIndicator.js';\n@ProxyInputs(['text', 'size', 'active', 'delay'])\n@Component({\n standalone: true,\n selector: 'ui5-busy-indicator',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'size', 'active', 'delay'],\n})\nclass BusyIndicatorComponent {\n /**\n Defines text to be displayed below the component. It can be used to inform the user of the current operation.\n */\n text!: string;\n\n /**\n Defines the size of the component.\n */\n size!: '
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-busy-indicator.mjs","sources":["../../../../libs/ui5-angular/main/busy-indicator/index.ts","../../../../libs/ui5-angular/main/busy-indicator/ui5-webcomponents-ngx-main-busy-indicator.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/BusyIndicator.js';\nimport BusyIndicator from '@ui5/webcomponents/dist/BusyIndicator.js';\n@ProxyInputs(['text', 'size', 'active', 'delay', 'textPlacement'])\n@Component({\n standalone: true,\n selector: 'ui5-busy-indicator',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'size', 'active', 'delay', 'textPlacement'],\n exportAs: 'ui5BusyIndicator',\n})\nclass BusyIndicatorComponent {\n /**\n Defines text to be displayed below the component. It can be used to inform the user of the current operation.\n */\n text!: string;\n\n /**\n Defines the size of the component.\n */\n size!: 'S' | 'M' | 'L';\n\n /**\n Defines if the busy indicator is visible on the screen. By default it is not.\n */\n active!: boolean;\n\n /**\n Defines the delay in milliseconds, after which the busy indicator will be visible on the screen.\n */\n delay!: number;\n\n /**\n Defines the placement of the text.\n */\n textPlacement!: 'Top' | 'Bottom';\n\n private elementRef: ElementRef<BusyIndicator> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): BusyIndicator {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { BusyIndicatorComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,sBAAsB,GAR5B,MAQM,sBAAsB,CAAA;AA8B1B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA8B,MAAM,CAAC,UAAU,CAAC,CAAC;AAC3D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GApCG,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAtB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,sBAAsB,wNAJhB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,sBAAsB,GAAA,UAAA,CAAA;AAR3B,IAAA,WAAW,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,eAAe,CAAC,CAAC;;AAQ5D,CAAA,EAAA,sBAAsB,CAqC3B,CAAA;2FArCK,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBAP3B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,oBAAoB;AAC9B,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,eAAe,CAAC;AAC5D,oBAAA,QAAQ,EAAE,kBAAkB;AAC7B,iBAAA,CAAA;;;ACjBD;;AAEG;;;;"}
|
|
@@ -15,20 +15,21 @@ let ButtonComponent = class ButtonComponent {
|
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: ButtonComponent, isStandalone: true, selector: "ui5-button", inputs: { design: "design", disabled: "disabled", icon: "icon",
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: ButtonComponent, isStandalone: true, selector: "ui5-button", inputs: { design: "design", disabled: "disabled", icon: "icon", endIcon: "endIcon", submits: "submits", tooltip: "tooltip", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", accessibilityAttributes: "accessibilityAttributes", type: "type", accessibleRole: "accessibleRole" }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5Button"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
ButtonComponent = __decorate([
|
|
21
21
|
ProxyInputs([
|
|
22
22
|
'design',
|
|
23
23
|
'disabled',
|
|
24
24
|
'icon',
|
|
25
|
-
'
|
|
25
|
+
'endIcon',
|
|
26
26
|
'submits',
|
|
27
27
|
'tooltip',
|
|
28
28
|
'accessibleName',
|
|
29
29
|
'accessibleNameRef',
|
|
30
30
|
'accessibilityAttributes',
|
|
31
31
|
'type',
|
|
32
|
+
'accessibleRole',
|
|
32
33
|
]),
|
|
33
34
|
ProxyOutputs(['click: ui5Click']),
|
|
34
35
|
__metadata("design:paramtypes", [])
|
|
@@ -43,15 +44,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
43
44
|
'design',
|
|
44
45
|
'disabled',
|
|
45
46
|
'icon',
|
|
46
|
-
'
|
|
47
|
+
'endIcon',
|
|
47
48
|
'submits',
|
|
48
49
|
'tooltip',
|
|
49
50
|
'accessibleName',
|
|
50
51
|
'accessibleNameRef',
|
|
51
52
|
'accessibilityAttributes',
|
|
52
53
|
'type',
|
|
54
|
+
'accessibleRole',
|
|
53
55
|
],
|
|
54
56
|
outputs: ['ui5Click'],
|
|
57
|
+
exportAs: 'ui5Button',
|
|
55
58
|
}]
|
|
56
59
|
}], ctorParameters: () => [] });
|
|
57
60
|
|