@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-shell-bar.mjs","sources":["../../../../libs/ui5-angular/fiori/shell-bar/index.ts","../../../../libs/ui5-angular/fiori/shell-bar/ui5-webcomponents-ngx-fiori-shell-bar.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/ShellBar.js';\nimport {\n default as ShellBar,\n ShellBarAccessibilityAttributes,\n
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-shell-bar.mjs","sources":["../../../../libs/ui5-angular/fiori/shell-bar/index.ts","../../../../libs/ui5-angular/fiori/shell-bar/ui5-webcomponents-ngx-fiori-shell-bar.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/ShellBar.js';\nimport {\n default as ShellBar,\n ShellBarAccessibilityAttributes,\n ShellBarLogoClickEventDetail,\n ShellBarMenuItemClickEventDetail,\n ShellBarNotificationsClickEventDetail,\n ShellBarProductSwitchClickEventDetail,\n ShellBarProfileClickEventDetail,\n ShellBarSearchButtonEventDetail,\n} from '@ui5/webcomponents-fiori/dist/ShellBar.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'primaryTitle',\n 'secondaryTitle',\n 'notificationsCount',\n 'showNotifications',\n 'showProductSwitch',\n 'showSearchField',\n 'accessibilityAttributes',\n])\n@ProxyOutputs([\n 'notifications-click: ui5NotificationsClick',\n 'profile-click: ui5ProfileClick',\n 'product-switch-click: ui5ProductSwitchClick',\n 'logo-click: ui5LogoClick',\n 'menu-item-click: ui5MenuItemClick',\n 'search-button-click: ui5SearchButtonClick',\n])\n@Component({\n standalone: true,\n selector: 'ui5-shellbar',\n template: '<ng-content></ng-content>',\n inputs: [\n 'primaryTitle',\n 'secondaryTitle',\n 'notificationsCount',\n 'showNotifications',\n 'showProductSwitch',\n 'showSearchField',\n 'accessibilityAttributes',\n ],\n outputs: [\n 'ui5NotificationsClick',\n 'ui5ProfileClick',\n 'ui5ProductSwitchClick',\n 'ui5LogoClick',\n 'ui5MenuItemClick',\n 'ui5SearchButtonClick',\n ],\n exportAs: 'ui5Shellbar',\n})\nclass ShellBarComponent {\n /**\n Defines the `primaryTitle`.\n\n**Note:** The `primaryTitle` would be hidden on S screen size (less than approx. 700px).\n */\n primaryTitle!: string;\n\n /**\n Defines the `secondaryTitle`.\n\n**Note:** The `secondaryTitle` would be hidden on S and M screen sizes (less than approx. 1300px).\n */\n secondaryTitle!: string;\n\n /**\n Defines the `notificationsCount`,\ndisplayed in the notification icon top-right corner.\n */\n notificationsCount!: string;\n\n /**\n Defines, if the notification icon would be displayed.\n */\n showNotifications!: boolean;\n\n /**\n Defines, if the product switch icon would be displayed.\n */\n showProductSwitch!: boolean;\n\n /**\n Defines, if the Search Field would be displayed when there is a valid `searchField` slot.\n\n**Note:** By default the Search Field is not displayed.\n */\n showSearchField!: boolean;\n\n /**\n Defines additional accessibility attributes on different areas of the component.\n\nThe accessibilityAttributes object has the following fields,\nwhere each field is an object supporting one or more accessibility attributes:\n\n- **logo** - `logo.role` and `logo.name`.\n- **notifications** - `notifications.expanded` and `notifications.hasPopup`.\n- **profile** - `profile.expanded`, `profile.hasPopup` and `profile.name`.\n- **product** - `product.expanded` and `product.hasPopup`.\n- **search** - `search.expanded` and `search.hasPopup`.\n- **overflow** - `overflow.expanded` and `overflow.hasPopup`.\n\nThe accessibility attributes support the following values:\n\n- **role**: Defines the accessible ARIA role of the logo area.\nAccepts the following string values: `button` or `link`.\n\n- **expanded**: Indicates whether the button, or another grouping element it controls,\nis currently expanded or collapsed.\nAccepts the following string values: `true` or `false`.\n\n- **hasPopup**: Indicates the availability and type of interactive popup element,\nsuch as menu or dialog, that can be triggered by the button.\n\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n- **name**: Defines the accessible ARIA name of the area.\nAccepts any string.\n */\n accessibilityAttributes!: ShellBarAccessibilityAttributes;\n\n /**\n Fired, when the notification icon is activated.\n */\n ui5NotificationsClick!: EventEmitter<ShellBarNotificationsClickEventDetail>;\n /**\n Fired, when the profile slot is present.\n */\n ui5ProfileClick!: EventEmitter<ShellBarProfileClickEventDetail>;\n /**\n Fired, when the product switch icon is activated.\n\n**Note:** You can prevent closing of overflow popover by calling `event.preventDefault()`.\n */\n ui5ProductSwitchClick!: EventEmitter<ShellBarProductSwitchClickEventDetail>;\n /**\n Fired, when the logo is activated.\n */\n ui5LogoClick!: EventEmitter<ShellBarLogoClickEventDetail>;\n /**\n Fired, when a menu item is activated\n\n**Note:** You can prevent closing of overflow popover by calling `event.preventDefault()`.\n */\n ui5MenuItemClick!: EventEmitter<ShellBarMenuItemClickEventDetail>;\n /**\n Fired, when the search button is activated.\n\n**Note:** You can prevent expanding/collapsing of the search field by calling `event.preventDefault()`.\n */\n ui5SearchButtonClick!: EventEmitter<ShellBarSearchButtonEventDetail>;\n\n private elementRef: ElementRef<ShellBar> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ShellBar {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ShellBarComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AA4DM,IAAA,iBAAiB,GAxCvB,MAwCM,iBAAiB,CAAA;AAwGrB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAyB,MAAM,CAAC,UAAU,CAAC,CAAC;AACtD,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,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,ooBApBX,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAoBjC,iBAAiB,GAAA,UAAA,CAAA;AAxCtB,IAAA,WAAW,CAAC;QACX,cAAc;QACd,gBAAgB;QAChB,oBAAoB;QACpB,mBAAmB;QACnB,mBAAmB;QACnB,iBAAiB;QACjB,yBAAyB;KAC1B,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,4CAA4C;QAC5C,gCAAgC;QAChC,6CAA6C;QAC7C,0BAA0B;QAC1B,mCAAmC;QACnC,2CAA2C;KAC5C,CAAC;;AAwBI,CAAA,EAAA,iBAAiB,CA+GtB,CAAA;2FA/GK,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAvBtB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,cAAc;AACxB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,cAAc;wBACd,gBAAgB;wBAChB,oBAAoB;wBACpB,mBAAmB;wBACnB,mBAAmB;wBACnB,iBAAiB;wBACjB,yBAAyB;AAC1B,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,uBAAuB;wBACvB,iBAAiB;wBACjB,uBAAuB;wBACvB,cAAc;wBACd,kBAAkB;wBAClB,sBAAsB;AACvB,qBAAA;AACD,oBAAA,QAAQ,EAAE,aAAa;AACxB,iBAAA,CAAA;;;AC3DD;;AAEG;;;;"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { __metadata, __decorate } from 'tslib';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { ElementRef, inject, NgZone, ChangeDetectorRef, Component } from '@angular/core';
|
|
4
|
+
import '@ui5/webcomponents-fiori/dist/SideNavigationGroup.js';
|
|
5
|
+
import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
|
|
6
|
+
|
|
7
|
+
let SideNavigationGroupComponent = class SideNavigationGroupComponent {
|
|
8
|
+
get element() {
|
|
9
|
+
return this.elementRef.nativeElement;
|
|
10
|
+
}
|
|
11
|
+
constructor() {
|
|
12
|
+
this.elementRef = inject(ElementRef);
|
|
13
|
+
this.zone = inject(NgZone);
|
|
14
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
15
|
+
this.cdr.detach();
|
|
16
|
+
}
|
|
17
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: SideNavigationGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SideNavigationGroupComponent, isStandalone: true, selector: "ui5-side-navigation-group", inputs: { text: "text", disabled: "disabled", tooltip: "tooltip", expanded: "expanded" }, exportAs: ["ui5SideNavigationGroup"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
|
+
};
|
|
20
|
+
SideNavigationGroupComponent = __decorate([
|
|
21
|
+
ProxyInputs(['text', 'disabled', 'tooltip', 'expanded']),
|
|
22
|
+
__metadata("design:paramtypes", [])
|
|
23
|
+
], SideNavigationGroupComponent);
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: SideNavigationGroupComponent, decorators: [{
|
|
25
|
+
type: Component,
|
|
26
|
+
args: [{
|
|
27
|
+
standalone: true,
|
|
28
|
+
selector: 'ui5-side-navigation-group',
|
|
29
|
+
template: '<ng-content></ng-content>',
|
|
30
|
+
inputs: ['text', 'disabled', 'tooltip', 'expanded'],
|
|
31
|
+
exportAs: 'ui5SideNavigationGroup',
|
|
32
|
+
}]
|
|
33
|
+
}], ctorParameters: () => [] });
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* Generated bundle index. Do not edit.
|
|
37
|
+
*/
|
|
38
|
+
|
|
39
|
+
export { SideNavigationGroupComponent };
|
|
40
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-fiori-side-navigation-group.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation-group.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation-group/index.ts","../../../../libs/ui5-angular/fiori/side-navigation-group/ui5-webcomponents-ngx-fiori-side-navigation-group.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SideNavigationGroup.js';\nimport SideNavigationGroup from '@ui5/webcomponents-fiori/dist/SideNavigationGroup.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['text', 'disabled', 'tooltip', 'expanded'])\n@Component({\n standalone: true,\n selector: 'ui5-side-navigation-group',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'disabled', 'tooltip', 'expanded'],\n exportAs: 'ui5SideNavigationGroup',\n})\nclass SideNavigationGroupComponent {\n /**\n Defines the text of the item.\n */\n text!: string;\n\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 the tooltip of the component.\n\nA tooltip attribute should be provided, in order to represent meaning/function, when the component is collapsed(icon only is visualized).\n */\n tooltip!: string;\n\n /**\n Defines if the item is expanded\n */\n expanded!: boolean;\n\n private elementRef: ElementRef<SideNavigationGroup> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SideNavigationGroup {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SideNavigationGroupComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,4BAA4B,GARlC,MAQM,4BAA4B,CAAA;AA6BhC,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAoC,MAAM,CAAC,UAAU,CAAC,CAAC;AACjE,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;8GAnCG,4BAA4B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA5B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,4BAA4B,qNAJtB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,4BAA4B,GAAA,UAAA,CAAA;IARjC,WAAW,CAAC,CAAC,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,UAAU,CAAC,CAAC;;AAQnD,CAAA,EAAA,4BAA4B,CAoCjC,CAAA;2FApCK,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBAPjC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,UAAU,CAAC;AACnD,oBAAA,QAAQ,EAAE,wBAAwB;AACnC,iBAAA,CAAA;;;ACjBD;;AAEG;;;;"}
|
|
@@ -15,16 +15,14 @@ let SideNavigationItemComponent = class SideNavigationItemComponent {
|
|
|
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: SideNavigationItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SideNavigationItemComponent, isStandalone: true, selector: "ui5-side-navigation-item", inputs: {
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SideNavigationItemComponent, isStandalone: true, selector: "ui5-side-navigation-item", inputs: { icon: "icon", selected: "selected", href: "href", target: "target", expanded: "expanded", wholeItemToggleable: "wholeItemToggleable" }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5SideNavigationItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
SideNavigationItemComponent = __decorate([
|
|
21
21
|
ProxyInputs([
|
|
22
|
-
'text',
|
|
23
22
|
'icon',
|
|
24
23
|
'selected',
|
|
25
24
|
'href',
|
|
26
25
|
'target',
|
|
27
|
-
'disabled',
|
|
28
26
|
'expanded',
|
|
29
27
|
'wholeItemToggleable',
|
|
30
28
|
]),
|
|
@@ -38,16 +36,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
38
36
|
selector: 'ui5-side-navigation-item',
|
|
39
37
|
template: '<ng-content></ng-content>',
|
|
40
38
|
inputs: [
|
|
41
|
-
'text',
|
|
42
39
|
'icon',
|
|
43
40
|
'selected',
|
|
44
41
|
'href',
|
|
45
42
|
'target',
|
|
46
|
-
'disabled',
|
|
47
43
|
'expanded',
|
|
48
44
|
'wholeItemToggleable',
|
|
49
45
|
],
|
|
50
46
|
outputs: ['ui5Click'],
|
|
47
|
+
exportAs: 'ui5SideNavigationItem',
|
|
51
48
|
}]
|
|
52
49
|
}], ctorParameters: () => [] });
|
|
53
50
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation-item.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation-item/index.ts","../../../../libs/ui5-angular/fiori/side-navigation-item/ui5-webcomponents-ngx-fiori-side-navigation-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SideNavigationItem.js';\nimport SideNavigationItem from '@ui5/webcomponents-fiori/dist/SideNavigationItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n '
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation-item.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation-item/index.ts","../../../../libs/ui5-angular/fiori/side-navigation-item/ui5-webcomponents-ngx-fiori-side-navigation-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SideNavigationItem.js';\nimport SideNavigationItem from '@ui5/webcomponents-fiori/dist/SideNavigationItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'icon',\n 'selected',\n 'href',\n 'target',\n 'expanded',\n 'wholeItemToggleable',\n])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-side-navigation-item',\n template: '<ng-content></ng-content>',\n inputs: [\n 'icon',\n 'selected',\n 'href',\n 'target',\n 'expanded',\n 'wholeItemToggleable',\n ],\n outputs: ['ui5Click'],\n exportAs: 'ui5SideNavigationItem',\n})\nclass SideNavigationItemComponent {\n /**\n Defines the icon of the item.\n\nThe SAP-icons font provides numerous options.\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 whether the item is selected\n */\n selected!: boolean;\n\n /**\n Defines the link target URI. Supports standard hyperlink behavior.\nIf a JavaScript action should be triggered,\nthis should not be set, but instead an event handler\nfor the `click` event should be registered.\n */\n href!: string;\n\n /**\n Defines the component target.\n\n**Notes:**\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**This property must only be used when the `href` property is set.**\n */\n target!: string;\n\n /**\n Defines if the item is expanded\n */\n expanded!: boolean;\n\n /**\n Defines whether clicking the whole item or only pressing the icon will show/hide the sub items (if present).\nIf set to true, clicking the whole item will toggle the sub items, and it won't fire the `click` event.\nBy default, only clicking the arrow icon will toggle the sub items.\n */\n wholeItemToggleable!: boolean;\n\n /**\n Fired when the component is activated either with a\nclick/tap or by using the [Enter] or [Space] keys.\n */\n ui5Click!: EventEmitter<void>;\n\n private elementRef: ElementRef<SideNavigationItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SideNavigationItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SideNavigationItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAmCM,IAAA,2BAA2B,GAxBjC,MAwBM,2BAA2B,CAAA;AA4D/B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAmC,MAAM,CAAC,UAAU,CAAC,CAAC;AAChE,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;8GAlEG,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,8SAZrB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAYjC,2BAA2B,GAAA,UAAA,CAAA;AAxBhC,IAAA,WAAW,CAAC;QACX,MAAM;QACN,UAAU;QACV,MAAM;QACN,QAAQ;QACR,UAAU;QACV,qBAAqB;KACtB,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAgB5B,CAAA,EAAA,2BAA2B,CAmEhC,CAAA;2FAnEK,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBAfhC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,0BAA0B;AACpC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,MAAM;wBACN,UAAU;wBACV,MAAM;wBACN,QAAQ;wBACR,UAAU;wBACV,qBAAqB;AACtB,qBAAA;oBACD,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,uBAAuB;AAClC,iBAAA,CAAA;;;AClCD;;AAEG;;;;"}
|
|
@@ -15,10 +15,10 @@ let SideNavigationSubItemComponent = class SideNavigationSubItemComponent {
|
|
|
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: SideNavigationSubItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SideNavigationSubItemComponent, isStandalone: true, selector: "ui5-side-navigation-sub-item", inputs: {
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SideNavigationSubItemComponent, isStandalone: true, selector: "ui5-side-navigation-sub-item", inputs: { icon: "icon", selected: "selected", href: "href", target: "target" }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5SideNavigationSubItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
SideNavigationSubItemComponent = __decorate([
|
|
21
|
-
ProxyInputs(['
|
|
21
|
+
ProxyInputs(['icon', 'selected', 'href', 'target']),
|
|
22
22
|
ProxyOutputs(['click: ui5Click']),
|
|
23
23
|
__metadata("design:paramtypes", [])
|
|
24
24
|
], SideNavigationSubItemComponent);
|
|
@@ -28,8 +28,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
28
28
|
standalone: true,
|
|
29
29
|
selector: 'ui5-side-navigation-sub-item',
|
|
30
30
|
template: '<ng-content></ng-content>',
|
|
31
|
-
inputs: ['
|
|
31
|
+
inputs: ['icon', 'selected', 'href', 'target'],
|
|
32
32
|
outputs: ['ui5Click'],
|
|
33
|
+
exportAs: 'ui5SideNavigationSubItem',
|
|
33
34
|
}]
|
|
34
35
|
}], ctorParameters: () => [] });
|
|
35
36
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation-sub-item/index.ts","../../../../libs/ui5-angular/fiori/side-navigation-sub-item/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js';\nimport SideNavigationSubItem from '@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation-sub-item/index.ts","../../../../libs/ui5-angular/fiori/side-navigation-sub-item/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js';\nimport SideNavigationSubItem from '@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['icon', 'selected', 'href', 'target'])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-side-navigation-sub-item',\n template: '<ng-content></ng-content>',\n inputs: ['icon', 'selected', 'href', 'target'],\n outputs: ['ui5Click'],\n exportAs: 'ui5SideNavigationSubItem',\n})\nclass SideNavigationSubItemComponent {\n /**\n Defines the icon of the item.\n\nThe SAP-icons font provides numerous options.\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 whether the item is selected\n */\n selected!: boolean;\n\n /**\n Defines the link target URI. Supports standard hyperlink behavior.\nIf a JavaScript action should be triggered,\nthis should not be set, but instead an event handler\nfor the `click` event should be registered.\n */\n href!: string;\n\n /**\n Defines the component target.\n\n**Notes:**\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**This property must only be used when the `href` property is set.**\n */\n target!: string;\n\n /**\n Fired when the component is activated either with a\nclick/tap or by using the [Enter] or [Space] keys.\n */\n ui5Click!: EventEmitter<void>;\n\n private elementRef: ElementRef<SideNavigationSubItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SideNavigationSubItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SideNavigationSubItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAqBM,IAAA,8BAA8B,GAVpC,MAUM,8BAA8B,CAAA;AAgDlC,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAsC,MAAM,CAAC,UAAU,CAAC,CAAC;AACnE,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;8GAtDG,8BAA8B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA9B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,8BAA8B,mPALxB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,8BAA8B,GAAA,UAAA,CAAA;IAVnC,WAAW,CAAC,CAAC,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC;AACnD,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAS5B,CAAA,EAAA,8BAA8B,CAuDnC,CAAA;2FAvDK,8BAA8B,EAAA,UAAA,EAAA,CAAA;kBARnC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,8BAA8B;AACxC,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,QAAQ,CAAC;oBAC9C,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,0BAA0B;AACrC,iBAAA,CAAA;;;ACpBD;;AAEG;;;;"}
|
|
@@ -15,7 +15,7 @@ let SideNavigationComponent = class SideNavigationComponent {
|
|
|
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: SideNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SideNavigationComponent, isStandalone: true, selector: "ui5-side-navigation", inputs: { collapsed: "collapsed" }, outputs: { ui5SelectionChange: "ui5SelectionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SideNavigationComponent, isStandalone: true, selector: "ui5-side-navigation", inputs: { collapsed: "collapsed" }, outputs: { ui5SelectionChange: "ui5SelectionChange" }, exportAs: ["ui5SideNavigation"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
SideNavigationComponent = __decorate([
|
|
21
21
|
ProxyInputs(['collapsed']),
|
|
@@ -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: ['collapsed'],
|
|
32
32
|
outputs: ['ui5SelectionChange'],
|
|
33
|
+
exportAs: 'ui5SideNavigation',
|
|
33
34
|
}]
|
|
34
35
|
}], ctorParameters: () => [] });
|
|
35
36
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation/index.ts","../../../../libs/ui5-angular/fiori/side-navigation/ui5-webcomponents-ngx-fiori-side-navigation.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SideNavigation.js';\nimport {\n default as SideNavigation,\n SideNavigationSelectionChangeEventDetail,\n} from '@ui5/webcomponents-fiori/dist/SideNavigation.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['collapsed'])\n@ProxyOutputs(['selection-change: ui5SelectionChange'])\n@Component({\n standalone: true,\n selector: 'ui5-side-navigation',\n template: '<ng-content></ng-content>',\n inputs: ['collapsed'],\n outputs: ['ui5SelectionChange'],\n})\nclass SideNavigationComponent {\n /**\n Defines whether the
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-side-navigation.mjs","sources":["../../../../libs/ui5-angular/fiori/side-navigation/index.ts","../../../../libs/ui5-angular/fiori/side-navigation/ui5-webcomponents-ngx-fiori-side-navigation.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SideNavigation.js';\nimport {\n default as SideNavigation,\n SideNavigationSelectionChangeEventDetail,\n} from '@ui5/webcomponents-fiori/dist/SideNavigation.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['collapsed'])\n@ProxyOutputs(['selection-change: ui5SelectionChange'])\n@Component({\n standalone: true,\n selector: 'ui5-side-navigation',\n template: '<ng-content></ng-content>',\n inputs: ['collapsed'],\n outputs: ['ui5SelectionChange'],\n exportAs: 'ui5SideNavigation',\n})\nclass SideNavigationComponent {\n /**\n Defines whether the `ui5-side-navigation` is expanded or collapsed.\n */\n collapsed!: boolean;\n\n /**\n Fired when the selection has changed via user interaction\n */\n ui5SelectionChange!: EventEmitter<SideNavigationSelectionChangeEventDetail>;\n\n private elementRef: ElementRef<SideNavigation> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SideNavigation {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SideNavigationComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAwBM,IAAA,uBAAuB,GAV7B,MAUM,uBAAuB,CAAA;AAe3B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA+B,MAAM,CAAC,UAAU,CAAC,CAAC;AAC5D,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;8GArBG,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAvB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,uBAAuB,2MALjB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,uBAAuB,GAAA,UAAA,CAAA;AAV5B,IAAA,WAAW,CAAC,CAAC,WAAW,CAAC,CAAC;AAC1B,IAAA,YAAY,CAAC,CAAC,sCAAsC,CAAC,CAAC;;AASjD,CAAA,EAAA,uBAAuB,CAsB5B,CAAA;2FAtBK,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBAR5B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,qBAAqB;AAC/B,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,WAAW,CAAC;oBACrB,OAAO,EAAE,CAAC,oBAAoB,CAAC;AAC/B,oBAAA,QAAQ,EAAE,mBAAmB;AAC9B,iBAAA,CAAA;;;ACvBD;;AAEG;;;;"}
|
|
@@ -15,7 +15,7 @@ let SortItemComponent = class SortItemComponent {
|
|
|
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: SortItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SortItemComponent, isStandalone: true, selector: "ui5-sort-item", inputs: { text: "text", selected: "selected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SortItemComponent, isStandalone: true, selector: "ui5-sort-item", inputs: { text: "text", selected: "selected" }, exportAs: ["ui5SortItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
SortItemComponent = __decorate([
|
|
21
21
|
ProxyInputs(['text', 'selected']),
|
|
@@ -28,6 +28,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
28
28
|
selector: 'ui5-sort-item',
|
|
29
29
|
template: '<ng-content></ng-content>',
|
|
30
30
|
inputs: ['text', 'selected'],
|
|
31
|
+
exportAs: 'ui5SortItem',
|
|
31
32
|
}]
|
|
32
33
|
}], ctorParameters: () => [] });
|
|
33
34
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-sort-item.mjs","sources":["../../../../libs/ui5-angular/fiori/sort-item/index.ts","../../../../libs/ui5-angular/fiori/sort-item/ui5-webcomponents-ngx-fiori-sort-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SortItem.js';\nimport SortItem from '@ui5/webcomponents-fiori/dist/SortItem.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['text', 'selected'])\n@Component({\n standalone: true,\n selector: 'ui5-sort-item',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'selected'],\n})\nclass SortItemComponent {\n /**\n Defines the text of the component.\n */\n text!: string;\n\n /**\n Defines if the component is selected.\n */\n selected!: boolean;\n\n private elementRef: ElementRef<SortItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SortItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SortItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-sort-item.mjs","sources":["../../../../libs/ui5-angular/fiori/sort-item/index.ts","../../../../libs/ui5-angular/fiori/sort-item/ui5-webcomponents-ngx-fiori-sort-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/SortItem.js';\nimport SortItem from '@ui5/webcomponents-fiori/dist/SortItem.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['text', 'selected'])\n@Component({\n standalone: true,\n selector: 'ui5-sort-item',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'selected'],\n exportAs: 'ui5SortItem',\n})\nclass SortItemComponent {\n /**\n Defines the text of the component.\n */\n text!: string;\n\n /**\n Defines if the component is selected.\n */\n selected!: boolean;\n\n private elementRef: ElementRef<SortItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SortItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SortItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,iBAAiB,GARvB,MAQM,iBAAiB,CAAA;AAerB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAyB,MAAM,CAAC,UAAU,CAAC,CAAC;AACtD,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;8GArBG,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,oJAJX,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,iBAAiB,GAAA,UAAA,CAAA;AARtB,IAAA,WAAW,CAAC,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;;AAQ5B,CAAA,EAAA,iBAAiB,CAsBtB,CAAA;2FAtBK,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAPtB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,eAAe;AACzB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,MAAM,EAAE,UAAU,CAAC;AAC5B,oBAAA,QAAQ,EAAE,aAAa;AACxB,iBAAA,CAAA;;;ACjBD;;AAEG;;;;"}
|
|
@@ -15,7 +15,7 @@ let TimelineItemComponent = class TimelineItemComponent {
|
|
|
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: TimelineItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TimelineItemComponent, isStandalone: true, selector: "ui5-timeline-item", inputs: { icon: "icon", name: "name", nameClickable: "nameClickable", titleText: "titleText", subtitleText: "subtitleText" }, outputs: { ui5NameClick: "ui5NameClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TimelineItemComponent, isStandalone: true, selector: "ui5-timeline-item", inputs: { icon: "icon", name: "name", nameClickable: "nameClickable", titleText: "titleText", subtitleText: "subtitleText" }, outputs: { ui5NameClick: "ui5NameClick" }, exportAs: ["ui5TimelineItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
TimelineItemComponent = __decorate([
|
|
21
21
|
ProxyInputs(['icon', 'name', 'nameClickable', 'titleText', 'subtitleText']),
|
|
@@ -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: ['icon', 'name', 'nameClickable', 'titleText', 'subtitleText'],
|
|
32
32
|
outputs: ['ui5NameClick'],
|
|
33
|
+
exportAs: 'ui5TimelineItem',
|
|
33
34
|
}]
|
|
34
35
|
}], ctorParameters: () => [] });
|
|
35
36
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-timeline-item.mjs","sources":["../../../../libs/ui5-angular/fiori/timeline-item/index.ts","../../../../libs/ui5-angular/fiori/timeline-item/ui5-webcomponents-ngx-fiori-timeline-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/TimelineItem.js';\nimport TimelineItem from '@ui5/webcomponents-fiori/dist/TimelineItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['icon', 'name', 'nameClickable', 'titleText', 'subtitleText'])\n@ProxyOutputs(['name-click: ui5NameClick'])\n@Component({\n standalone: true,\n selector: 'ui5-timeline-item',\n template: '<ng-content></ng-content>',\n inputs: ['icon', 'name', 'nameClickable', 'titleText', 'subtitleText'],\n outputs: ['ui5NameClick'],\n})\nclass TimelineItemComponent {\n /**\n Defines the icon to be displayed as graphical element within the
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-timeline-item.mjs","sources":["../../../../libs/ui5-angular/fiori/timeline-item/index.ts","../../../../libs/ui5-angular/fiori/timeline-item/ui5-webcomponents-ngx-fiori-timeline-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/TimelineItem.js';\nimport TimelineItem from '@ui5/webcomponents-fiori/dist/TimelineItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['icon', 'name', 'nameClickable', 'titleText', 'subtitleText'])\n@ProxyOutputs(['name-click: ui5NameClick'])\n@Component({\n standalone: true,\n selector: 'ui5-timeline-item',\n template: '<ng-content></ng-content>',\n inputs: ['icon', 'name', 'nameClickable', 'titleText', 'subtitleText'],\n outputs: ['ui5NameClick'],\n exportAs: 'ui5TimelineItem',\n})\nclass TimelineItemComponent {\n /**\n Defines the icon to be displayed as graphical element within the `ui5-timeline-item`.\nSAP-icons font provides numerous options.\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 item, displayed before the `title-text`.\n */\n name!: string;\n\n /**\n Defines if the `name` is clickable.\n */\n nameClickable!: boolean;\n\n /**\n Defines the title text of the component.\n */\n titleText!: string;\n\n /**\n Defines the subtitle text of the component.\n */\n subtitleText!: string;\n\n /**\n Fired when the item name is pressed either with a\nclick/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `name-clickable`\nattribute is not set.\n */\n ui5NameClick!: EventEmitter<void>;\n\n private elementRef: ElementRef<TimelineItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): TimelineItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TimelineItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAqBM,IAAA,qBAAqB,GAV3B,MAUM,qBAAqB,CAAA;AA0CzB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA6B,MAAM,CAAC,UAAU,CAAC,CAAC;AAC1D,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;8GAhDG,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAArB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,qBAAqB,qRALf,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,qBAAqB,GAAA,UAAA,CAAA;AAV1B,IAAA,WAAW,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,eAAe,EAAE,WAAW,EAAE,cAAc,CAAC,CAAC;AAC3E,IAAA,YAAY,CAAC,CAAC,0BAA0B,CAAC,CAAC;;AASrC,CAAA,EAAA,qBAAqB,CAiD1B,CAAA;2FAjDK,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAR1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,mBAAmB;AAC7B,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,eAAe,EAAE,WAAW,EAAE,cAAc,CAAC;oBACtE,OAAO,EAAE,CAAC,cAAc,CAAC;AACzB,oBAAA,QAAQ,EAAE,iBAAiB;AAC5B,iBAAA,CAAA;;;ACpBD;;AAEG;;;;"}
|
|
@@ -15,7 +15,7 @@ let TimelineComponent = class TimelineComponent {
|
|
|
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: TimelineComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TimelineComponent, isStandalone: true, selector: "ui5-timeline", inputs: { layout: "layout", 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: TimelineComponent, isStandalone: true, selector: "ui5-timeline", inputs: { layout: "layout", accessibleName: "accessibleName" }, exportAs: ["ui5Timeline"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
TimelineComponent = __decorate([
|
|
21
21
|
ProxyInputs(['layout', 'accessibleName']),
|
|
@@ -28,6 +28,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
28
28
|
selector: 'ui5-timeline',
|
|
29
29
|
template: '<ng-content></ng-content>',
|
|
30
30
|
inputs: ['layout', 'accessibleName'],
|
|
31
|
+
exportAs: 'ui5Timeline',
|
|
31
32
|
}]
|
|
32
33
|
}], ctorParameters: () => [] });
|
|
33
34
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-timeline.mjs","sources":["../../../../libs/ui5-angular/fiori/timeline/index.ts","../../../../libs/ui5-angular/fiori/timeline/ui5-webcomponents-ngx-fiori-timeline.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/Timeline.js';\nimport Timeline from '@ui5/webcomponents-fiori/dist/Timeline.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['layout', 'accessibleName'])\n@Component({\n standalone: true,\n selector: 'ui5-timeline',\n template: '<ng-content></ng-content>',\n inputs: ['layout', 'accessibleName'],\n})\nclass TimelineComponent {\n /**\n Defines the items orientation.\n
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-timeline.mjs","sources":["../../../../libs/ui5-angular/fiori/timeline/index.ts","../../../../libs/ui5-angular/fiori/timeline/ui5-webcomponents-ngx-fiori-timeline.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/Timeline.js';\nimport Timeline from '@ui5/webcomponents-fiori/dist/Timeline.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['layout', 'accessibleName'])\n@Component({\n standalone: true,\n selector: 'ui5-timeline',\n template: '<ng-content></ng-content>',\n inputs: ['layout', 'accessibleName'],\n exportAs: 'ui5Timeline',\n})\nclass TimelineComponent {\n /**\n Defines the items orientation.\n */\n layout!: 'Vertical' | 'Horizontal';\n\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string;\n\n private elementRef: ElementRef<Timeline> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Timeline {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TimelineComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,iBAAiB,GARvB,MAQM,iBAAiB,CAAA;AAerB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAyB,MAAM,CAAC,UAAU,CAAC,CAAC;AACtD,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;8GArBG,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,mKAJX,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,iBAAiB,GAAA,UAAA,CAAA;AARtB,IAAA,WAAW,CAAC,CAAC,QAAQ,EAAE,gBAAgB,CAAC,CAAC;;AAQpC,CAAA,EAAA,iBAAiB,CAsBtB,CAAA;2FAtBK,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAPtB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,cAAc;AACxB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,QAAQ,EAAE,gBAAgB,CAAC;AACpC,oBAAA,QAAQ,EAAE,aAAa;AACxB,iBAAA,CAAA;;;ACjBD;;AAEG;;;;"}
|
|
@@ -15,7 +15,7 @@ let UploadCollectionItemComponent = class UploadCollectionItemComponent {
|
|
|
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: UploadCollectionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: UploadCollectionItemComponent, isStandalone: true, selector: "ui5-upload-collection-item", inputs: { selected: "selected", type: "type", accessibilityAttributes: "accessibilityAttributes", navigated: "navigated", file: "file", fileName: "fileName", fileNameClickable: "fileNameClickable", disableDeleteButton: "disableDeleteButton", hideDeleteButton: "hideDeleteButton", hideRetryButton: "hideRetryButton", hideTerminateButton: "hideTerminateButton", progress: "progress", uploadState: "uploadState" }, outputs: { ui5DetailClick: "ui5DetailClick", ui5FileNameClick: "ui5FileNameClick", ui5Rename: "ui5Rename", ui5Terminate: "ui5Terminate", ui5Retry: "ui5Retry" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: UploadCollectionItemComponent, isStandalone: true, selector: "ui5-upload-collection-item", inputs: { selected: "selected", type: "type", accessibilityAttributes: "accessibilityAttributes", navigated: "navigated", tooltip: "tooltip", highlight: "highlight", file: "file", fileName: "fileName", fileNameClickable: "fileNameClickable", disableDeleteButton: "disableDeleteButton", hideDeleteButton: "hideDeleteButton", hideRetryButton: "hideRetryButton", hideTerminateButton: "hideTerminateButton", progress: "progress", uploadState: "uploadState" }, outputs: { ui5DetailClick: "ui5DetailClick", ui5FileNameClick: "ui5FileNameClick", ui5Rename: "ui5Rename", ui5Terminate: "ui5Terminate", ui5Retry: "ui5Retry" }, exportAs: ["ui5UploadCollectionItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
UploadCollectionItemComponent = __decorate([
|
|
21
21
|
ProxyInputs([
|
|
@@ -23,6 +23,8 @@ UploadCollectionItemComponent = __decorate([
|
|
|
23
23
|
'type',
|
|
24
24
|
'accessibilityAttributes',
|
|
25
25
|
'navigated',
|
|
26
|
+
'tooltip',
|
|
27
|
+
'highlight',
|
|
26
28
|
'file',
|
|
27
29
|
'fileName',
|
|
28
30
|
'fileNameClickable',
|
|
@@ -53,6 +55,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
53
55
|
'type',
|
|
54
56
|
'accessibilityAttributes',
|
|
55
57
|
'navigated',
|
|
58
|
+
'tooltip',
|
|
59
|
+
'highlight',
|
|
56
60
|
'file',
|
|
57
61
|
'fileName',
|
|
58
62
|
'fileNameClickable',
|
|
@@ -70,6 +74,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
70
74
|
'ui5Terminate',
|
|
71
75
|
'ui5Retry',
|
|
72
76
|
],
|
|
77
|
+
exportAs: 'ui5UploadCollectionItem',
|
|
73
78
|
}]
|
|
74
79
|
}], ctorParameters: () => [] });
|
|
75
80
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-upload-collection-item.mjs","sources":["../../../../libs/ui5-angular/fiori/upload-collection-item/index.ts","../../../../libs/ui5-angular/fiori/upload-collection-item/ui5-webcomponents-ngx-fiori-upload-collection-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/UploadCollectionItem.js';\nimport UploadCollectionItem from '@ui5/webcomponents-fiori/dist/UploadCollectionItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport {
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-upload-collection-item.mjs","sources":["../../../../libs/ui5-angular/fiori/upload-collection-item/index.ts","../../../../libs/ui5-angular/fiori/upload-collection-item/ui5-webcomponents-ngx-fiori-upload-collection-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/UploadCollectionItem.js';\nimport UploadCollectionItem from '@ui5/webcomponents-fiori/dist/UploadCollectionItem.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport { ListItemAccessibilityAttributes } from '@ui5/webcomponents/dist/ListItem.js';\n@ProxyInputs([\n 'selected',\n 'type',\n 'accessibilityAttributes',\n 'navigated',\n 'tooltip',\n 'highlight',\n 'file',\n 'fileName',\n 'fileNameClickable',\n 'disableDeleteButton',\n 'hideDeleteButton',\n 'hideRetryButton',\n 'hideTerminateButton',\n 'progress',\n 'uploadState',\n])\n@ProxyOutputs([\n 'detail-click: ui5DetailClick',\n 'file-name-click: ui5FileNameClick',\n 'rename: ui5Rename',\n 'terminate: ui5Terminate',\n 'retry: ui5Retry',\n])\n@Component({\n standalone: true,\n selector: 'ui5-upload-collection-item',\n template: '<ng-content></ng-content>',\n inputs: [\n 'selected',\n 'type',\n 'accessibilityAttributes',\n 'navigated',\n 'tooltip',\n 'highlight',\n 'file',\n 'fileName',\n 'fileNameClickable',\n 'disableDeleteButton',\n 'hideDeleteButton',\n 'hideRetryButton',\n 'hideTerminateButton',\n 'progress',\n 'uploadState',\n ],\n outputs: [\n 'ui5DetailClick',\n 'ui5FileNameClick',\n 'ui5Rename',\n 'ui5Terminate',\n 'ui5Retry',\n ],\n exportAs: 'ui5UploadCollectionItem',\n})\nclass UploadCollectionItemComponent {\n /**\n Defines the selected state of the component.\n */\n selected!: boolean;\n\n /**\n Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.\n */\n type!: 'Inactive' | 'Active' | 'Detail' | 'Navigation';\n\n /**\n Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.\n */\n accessibilityAttributes!: ListItemAccessibilityAttributes;\n\n /**\n The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.\n */\n navigated!: boolean;\n\n /**\n Defines the text of the tooltip that would be displayed for the list item.\n */\n tooltip!: string;\n\n /**\n Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.\n */\n highlight!: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';\n\n /**\n Holds an instance of `File` associated with this item.\n */\n file!: File | null | undefined;\n\n /**\n The name of the file.\n */\n fileName!: string;\n\n /**\n If set to `true` the file name will be clickable and it will fire `file-name-click` event upon click.\n */\n fileNameClickable!: boolean;\n\n /**\n Disables the delete button.\n */\n disableDeleteButton!: boolean;\n\n /**\n Hides the delete button.\n */\n hideDeleteButton!: boolean;\n\n /**\n Hides the retry button when `uploadState` property is `Error`.\n */\n hideRetryButton!: boolean;\n\n /**\n Hides the terminate button when `uploadState` property is `Uploading`.\n */\n hideTerminateButton!: boolean;\n\n /**\n The upload progress in percentage.\n\n**Note:** Expected values are in the interval [0, 100].\n */\n progress!: number;\n\n /**\n Upload state.\n\nDepending on this property, the item displays the following:\n\n- `Ready` - progress indicator is displayed.\n- `Uploading` - progress indicator and terminate button are displayed. When the terminate button is pressed, `terminate` event is fired.\n- `Error` - progress indicator and retry button are displayed. When the retry button is pressed, `retry` event is fired.\n- `Complete` - progress indicator is not displayed.\n */\n uploadState!: 'Complete' | 'Error' | 'Ready' | 'Uploading';\n\n /**\n Fired when the user clicks on the detail button when type is `Detail`.\n */\n ui5DetailClick!: EventEmitter<void>;\n /**\n Fired when the file name is clicked.\n\n**Note:** This event is only available when `fileNameClickable` property is `true`.\n */\n ui5FileNameClick!: EventEmitter<void>;\n /**\n Fired when the `fileName` property gets changed.\n\n**Note:** An edit button is displayed on each item,\nwhen the `ui5-upload-collection-item` `type` property is set to `Detail`.\n */\n ui5Rename!: EventEmitter<void>;\n /**\n Fired when the terminate button is pressed.\n\n**Note:** Terminate button is displayed when `uploadState` property is set to `Uploading`.\n */\n ui5Terminate!: EventEmitter<void>;\n /**\n Fired when the retry button is pressed.\n\n**Note:** Retry button is displayed when `uploadState` property is set to `Error`.\n */\n ui5Retry!: EventEmitter<void>;\n\n private elementRef: ElementRef<UploadCollectionItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): UploadCollectionItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { UploadCollectionItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkEM,IAAA,6BAA6B,GAtDnC,MAsDM,6BAA6B,CAAA;AAoIjC,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAqC,MAAM,CAAC,UAAU,CAAC,CAAC;AAClE,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;8GA1IG,6BAA6B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA7B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,6BAA6B,suBA3BvB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AA2BjC,6BAA6B,GAAA,UAAA,CAAA;AAtDlC,IAAA,WAAW,CAAC;QACX,UAAU;QACV,MAAM;QACN,yBAAyB;QACzB,WAAW;QACX,SAAS;QACT,WAAW;QACX,MAAM;QACN,UAAU;QACV,mBAAmB;QACnB,qBAAqB;QACrB,kBAAkB;QAClB,iBAAiB;QACjB,qBAAqB;QACrB,UAAU;QACV,aAAa;KACd,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,8BAA8B;QAC9B,mCAAmC;QACnC,mBAAmB;QACnB,yBAAyB;QACzB,iBAAiB;KAClB,CAAC;;AA+BI,CAAA,EAAA,6BAA6B,CA2IlC,CAAA;2FA3IK,6BAA6B,EAAA,UAAA,EAAA,CAAA;kBA9BlC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,4BAA4B;AACtC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,UAAU;wBACV,MAAM;wBACN,yBAAyB;wBACzB,WAAW;wBACX,SAAS;wBACT,WAAW;wBACX,MAAM;wBACN,UAAU;wBACV,mBAAmB;wBACnB,qBAAqB;wBACrB,kBAAkB;wBAClB,iBAAiB;wBACjB,qBAAqB;wBACrB,UAAU;wBACV,aAAa;AACd,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,gBAAgB;wBAChB,kBAAkB;wBAClB,WAAW;wBACX,cAAc;wBACd,UAAU;AACX,qBAAA;AACD,oBAAA,QAAQ,EAAE,yBAAyB;AACpC,iBAAA,CAAA;;;ACjED;;AAEG;;;;"}
|
|
@@ -15,11 +15,11 @@ let UploadCollectionComponent = class UploadCollectionComponent {
|
|
|
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: UploadCollectionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: UploadCollectionComponent, isStandalone: true, selector: "ui5-upload-collection", inputs: {
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: UploadCollectionComponent, isStandalone: true, selector: "ui5-upload-collection", inputs: { selectionMode: "selectionMode", noDataDescription: "noDataDescription", noDataText: "noDataText", hideDragOverlay: "hideDragOverlay", accessibleName: "accessibleName" }, outputs: { ui5Drop: "ui5Drop", ui5ItemDelete: "ui5ItemDelete", ui5SelectionChange: "ui5SelectionChange" }, exportAs: ["ui5UploadCollection"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
UploadCollectionComponent = __decorate([
|
|
21
21
|
ProxyInputs([
|
|
22
|
-
'
|
|
22
|
+
'selectionMode',
|
|
23
23
|
'noDataDescription',
|
|
24
24
|
'noDataText',
|
|
25
25
|
'hideDragOverlay',
|
|
@@ -39,13 +39,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
39
39
|
selector: 'ui5-upload-collection',
|
|
40
40
|
template: '<ng-content></ng-content>',
|
|
41
41
|
inputs: [
|
|
42
|
-
'
|
|
42
|
+
'selectionMode',
|
|
43
43
|
'noDataDescription',
|
|
44
44
|
'noDataText',
|
|
45
45
|
'hideDragOverlay',
|
|
46
46
|
'accessibleName',
|
|
47
47
|
],
|
|
48
48
|
outputs: ['ui5Drop', 'ui5ItemDelete', 'ui5SelectionChange'],
|
|
49
|
+
exportAs: 'ui5UploadCollection',
|
|
49
50
|
}]
|
|
50
51
|
}], ctorParameters: () => [] });
|
|
51
52
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-upload-collection.mjs","sources":["../../../../libs/ui5-angular/fiori/upload-collection/index.ts","../../../../libs/ui5-angular/fiori/upload-collection/ui5-webcomponents-ngx-fiori-upload-collection.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/UploadCollection.js';\nimport {\n default as UploadCollection,\n UploadCollectionItemDeleteEventDetail,\n UploadCollectionSelectionChangeEventDetail,\n} from '@ui5/webcomponents-fiori/dist/UploadCollection.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n '
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-upload-collection.mjs","sources":["../../../../libs/ui5-angular/fiori/upload-collection/index.ts","../../../../libs/ui5-angular/fiori/upload-collection/ui5-webcomponents-ngx-fiori-upload-collection.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/UploadCollection.js';\nimport {\n default as UploadCollection,\n UploadCollectionItemDeleteEventDetail,\n UploadCollectionSelectionChangeEventDetail,\n} from '@ui5/webcomponents-fiori/dist/UploadCollection.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'selectionMode',\n 'noDataDescription',\n 'noDataText',\n 'hideDragOverlay',\n 'accessibleName',\n])\n@ProxyOutputs([\n 'drop: ui5Drop',\n 'item-delete: ui5ItemDelete',\n 'selection-change: ui5SelectionChange',\n])\n@Component({\n standalone: true,\n selector: 'ui5-upload-collection',\n template: '<ng-content></ng-content>',\n inputs: [\n 'selectionMode',\n 'noDataDescription',\n 'noDataText',\n 'hideDragOverlay',\n 'accessibleName',\n ],\n outputs: ['ui5Drop', 'ui5ItemDelete', 'ui5SelectionChange'],\n exportAs: 'ui5UploadCollection',\n})\nclass UploadCollectionComponent {\n /**\n Defines the selection mode of the `ui5-upload-collection`.\n */\n selectionMode!:\n | 'None'\n | 'Single'\n | 'SingleStart'\n | 'SingleEnd'\n | 'SingleAuto'\n | 'Multiple';\n\n /**\n Allows you to set your own text for the 'No data' description.\n */\n noDataDescription!: string;\n\n /**\n Allows you to set your own text for the 'No data' text.\n */\n noDataText!: string;\n\n /**\n By default there will be drag and drop overlay shown over the `ui5-upload-collection` when files\nare dragged. If you don't intend to use drag and drop, set this property.\n\n**Note:** It is up to the application developer to add handler for `drop` event and handle it.\n`ui5-upload-collection` only displays an overlay.\n */\n hideDragOverlay!: boolean;\n\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string;\n\n /**\n Fired when an element is dropped inside the drag and drop overlay.\n\n**Note:** The `drop` event is fired only when elements are dropped within the drag and drop overlay and ignored for the other parts of the `ui5-upload-collection`.\n */\n ui5Drop!: EventEmitter<Event>;\n /**\n Fired when the delete button of any item is pressed.\n */\n ui5ItemDelete!: EventEmitter<UploadCollectionItemDeleteEventDetail>;\n /**\n Fired when selection is changed by user interaction\nin `Single` and `Multiple` modes.\n */\n ui5SelectionChange!: EventEmitter<UploadCollectionSelectionChangeEventDetail>;\n\n private elementRef: ElementRef<UploadCollection> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): UploadCollection {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { UploadCollectionComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAyCM,IAAA,yBAAyB,GA1B/B,MA0BM,yBAAyB,CAAA;AAwD7B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAiC,MAAM,CAAC,UAAU,CAAC,CAAC;AAC9D,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;8GA9DG,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAzB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,yBAAyB,mZAXnB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAWjC,yBAAyB,GAAA,UAAA,CAAA;AA1B9B,IAAA,WAAW,CAAC;QACX,eAAe;QACf,mBAAmB;QACnB,YAAY;QACZ,iBAAiB;QACjB,gBAAgB;KACjB,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,eAAe;QACf,4BAA4B;QAC5B,sCAAsC;KACvC,CAAC;;AAeI,CAAA,EAAA,yBAAyB,CA+D9B,CAAA;2FA/DK,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBAd9B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,uBAAuB;AACjC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,eAAe;wBACf,mBAAmB;wBACnB,YAAY;wBACZ,iBAAiB;wBACjB,gBAAgB;AACjB,qBAAA;AACD,oBAAA,OAAO,EAAE,CAAC,SAAS,EAAE,eAAe,EAAE,oBAAoB,CAAC;AAC3D,oBAAA,QAAQ,EAAE,qBAAqB;AAChC,iBAAA,CAAA;;;ACxCD;;AAEG;;;;"}
|
|
@@ -15,7 +15,7 @@ let ViewSettingsDialogComponent = class ViewSettingsDialogComponent {
|
|
|
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: ViewSettingsDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: ViewSettingsDialogComponent, isStandalone: true, selector: "ui5-view-settings-dialog", inputs: { sortDescending: "sortDescending" }, outputs: { ui5Confirm: "ui5Confirm", ui5Cancel: "ui5Cancel", ui5BeforeOpen: "ui5BeforeOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: ViewSettingsDialogComponent, isStandalone: true, selector: "ui5-view-settings-dialog", inputs: { sortDescending: "sortDescending" }, outputs: { ui5Confirm: "ui5Confirm", ui5Cancel: "ui5Cancel", ui5BeforeOpen: "ui5BeforeOpen" }, exportAs: ["ui5ViewSettingsDialog"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
ViewSettingsDialogComponent = __decorate([
|
|
21
21
|
ProxyInputs(['sortDescending']),
|
|
@@ -34,6 +34,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
34
34
|
template: '<ng-content></ng-content>',
|
|
35
35
|
inputs: ['sortDescending'],
|
|
36
36
|
outputs: ['ui5Confirm', 'ui5Cancel', 'ui5BeforeOpen'],
|
|
37
|
+
exportAs: 'ui5ViewSettingsDialog',
|
|
37
38
|
}]
|
|
38
39
|
}], ctorParameters: () => [] });
|
|
39
40
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs","sources":["../../../../libs/ui5-angular/fiori/view-settings-dialog/index.ts","../../../../libs/ui5-angular/fiori/view-settings-dialog/ui5-webcomponents-ngx-fiori-view-settings-dialog.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/ViewSettingsDialog.js';\nimport {\n default as ViewSettingsDialog,\n ViewSettingsDialogCancelEventDetail,\n ViewSettingsDialogConfirmEventDetail,\n} from '@ui5/webcomponents-fiori/dist/ViewSettingsDialog.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['sortDescending'])\n@ProxyOutputs([\n 'confirm: ui5Confirm',\n 'cancel: ui5Cancel',\n 'before-open: ui5BeforeOpen',\n])\n@Component({\n standalone: true,\n selector: 'ui5-view-settings-dialog',\n template: '<ng-content></ng-content>',\n inputs: ['sortDescending'],\n outputs: ['ui5Confirm', 'ui5Cancel', 'ui5BeforeOpen'],\n})\nclass ViewSettingsDialogComponent {\n /**\n Defines the initial sort order.\n */\n sortDescending!: boolean;\n\n /**\n Fired when confirmation button is activated.\n */\n ui5Confirm!: EventEmitter<ViewSettingsDialogConfirmEventDetail>;\n /**\n Fired when cancel button is activated.\n */\n ui5Cancel!: EventEmitter<ViewSettingsDialogCancelEventDetail>;\n /**\n Fired before the component is opened.
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs","sources":["../../../../libs/ui5-angular/fiori/view-settings-dialog/index.ts","../../../../libs/ui5-angular/fiori/view-settings-dialog/ui5-webcomponents-ngx-fiori-view-settings-dialog.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/ViewSettingsDialog.js';\nimport {\n default as ViewSettingsDialog,\n ViewSettingsDialogCancelEventDetail,\n ViewSettingsDialogConfirmEventDetail,\n} from '@ui5/webcomponents-fiori/dist/ViewSettingsDialog.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['sortDescending'])\n@ProxyOutputs([\n 'confirm: ui5Confirm',\n 'cancel: ui5Cancel',\n 'before-open: ui5BeforeOpen',\n])\n@Component({\n standalone: true,\n selector: 'ui5-view-settings-dialog',\n template: '<ng-content></ng-content>',\n inputs: ['sortDescending'],\n outputs: ['ui5Confirm', 'ui5Cancel', 'ui5BeforeOpen'],\n exportAs: 'ui5ViewSettingsDialog',\n})\nclass ViewSettingsDialogComponent {\n /**\n Defines the initial sort order.\n */\n sortDescending!: boolean;\n\n /**\n Fired when confirmation button is activated.\n */\n ui5Confirm!: EventEmitter<ViewSettingsDialogConfirmEventDetail>;\n /**\n Fired when cancel button is activated.\n */\n ui5Cancel!: EventEmitter<ViewSettingsDialogCancelEventDetail>;\n /**\n Fired before the component is opened. **This event does not bubble.**\n */\n ui5BeforeOpen!: EventEmitter<void>;\n\n private elementRef: ElementRef<ViewSettingsDialog> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ViewSettingsDialog {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ViewSettingsDialogComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AA6BM,IAAA,2BAA2B,GAdjC,MAcM,2BAA2B,CAAA;AAuB/B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAmC,MAAM,CAAC,UAAU,CAAC,CAAC;AAChE,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;8GA7BG,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,sQALrB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,2BAA2B,GAAA,UAAA,CAAA;AAdhC,IAAA,WAAW,CAAC,CAAC,gBAAgB,CAAC,CAAC;AAC/B,IAAA,YAAY,CAAC;QACZ,qBAAqB;QACrB,mBAAmB;QACnB,4BAA4B;KAC7B,CAAC;;AASI,CAAA,EAAA,2BAA2B,CA8BhC,CAAA;2FA9BK,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBARhC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,0BAA0B;AACpC,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,gBAAgB,CAAC;AAC1B,oBAAA,OAAO,EAAE,CAAC,YAAY,EAAE,WAAW,EAAE,eAAe,CAAC;AACrD,oBAAA,QAAQ,EAAE,uBAAuB;AAClC,iBAAA,CAAA;;;AC5BD;;AAEG;;;;"}
|
|
@@ -15,7 +15,7 @@ let WizardStepComponent = class WizardStepComponent {
|
|
|
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: WizardStepComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: WizardStepComponent, isStandalone: true, selector: "ui5-wizard-step", inputs: { titleText: "titleText", subtitleText: "subtitleText", icon: "icon", disabled: "disabled", selected: "selected", branching: "branching" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: WizardStepComponent, isStandalone: true, selector: "ui5-wizard-step", inputs: { titleText: "titleText", subtitleText: "subtitleText", icon: "icon", disabled: "disabled", selected: "selected", branching: "branching" }, exportAs: ["ui5WizardStep"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
WizardStepComponent = __decorate([
|
|
21
21
|
ProxyInputs([
|
|
@@ -42,6 +42,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
42
42
|
'selected',
|
|
43
43
|
'branching',
|
|
44
44
|
],
|
|
45
|
+
exportAs: 'ui5WizardStep',
|
|
45
46
|
}]
|
|
46
47
|
}], ctorParameters: () => [] });
|
|
47
48
|
|