@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-main-rating-indicator.mjs","sources":["../../../../libs/ui5-angular/main/rating-indicator/index.ts","../../../../libs/ui5-angular/main/rating-indicator/ui5-webcomponents-ngx-main-rating-indicator.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/RatingIndicator.js';\nimport RatingIndicator from '@ui5/webcomponents/dist/RatingIndicator.js';\n@ProxyInputs([\n 'value',\n 'max',\n 'disabled',\n 'readonly',\n 'accessibleName',\n 'accessibleNameRef',\n 'required',\n 'tooltip',\n])\n@ProxyOutputs(['change: ui5Change'])\n@Component({\n standalone: true,\n selector: 'ui5-rating-indicator',\n template: '<ng-content></ng-content>',\n inputs: [\n 'value',\n 'max',\n 'disabled',\n 'readonly',\n 'accessibleName',\n 'accessibleNameRef',\n 'required',\n 'tooltip',\n ],\n outputs: ['ui5Change'],\n})\nclass RatingIndicatorComponent {\n /**\n The indicated value of the rating.\n
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-rating-indicator.mjs","sources":["../../../../libs/ui5-angular/main/rating-indicator/index.ts","../../../../libs/ui5-angular/main/rating-indicator/ui5-webcomponents-ngx-main-rating-indicator.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/RatingIndicator.js';\nimport RatingIndicator from '@ui5/webcomponents/dist/RatingIndicator.js';\n@ProxyInputs([\n 'value',\n 'max',\n 'disabled',\n 'readonly',\n 'accessibleName',\n 'accessibleNameRef',\n 'required',\n 'tooltip',\n])\n@ProxyOutputs(['change: ui5Change'])\n@Component({\n standalone: true,\n selector: 'ui5-rating-indicator',\n template: '<ng-content></ng-content>',\n inputs: [\n 'value',\n 'max',\n 'disabled',\n 'readonly',\n 'accessibleName',\n 'accessibleNameRef',\n 'required',\n 'tooltip',\n ],\n outputs: ['ui5Change'],\n exportAs: 'ui5RatingIndicator',\n})\nclass RatingIndicatorComponent {\n /**\n The indicated value of the rating.\n\n**Note:** If you set a number which is not round, it would be shown as follows:\n\n- 1.0 - 1.2 -> 1\n- 1.3 - 1.7 -> 1.5\n- 1.8 - 1.9 -> 2\n */\n value!: number;\n\n /**\n The number of displayed rating symbols.\n */\n max!: number;\n\n /**\n Defines whether the component is disabled.\n\n**Note:** A disabled component is completely noninteractive.\n */\n disabled!: boolean;\n\n /**\n Defines whether the component is read-only.\n\n**Note:** A read-only component is not editable,\nbut still provides visual feedback upon user interaction.\n */\n readonly!: boolean;\n\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string;\n\n /**\n Receives id(or many ids) of the elements that label the component.\n */\n accessibleNameRef!: string;\n\n /**\n Defines whether the component is required.\n */\n required!: boolean;\n\n /**\n Defines the tooltip of the component.\n */\n tooltip!: string;\n\n /**\n The event is fired when the value changes.\n */\n ui5Change!: EventEmitter<void>;\n\n private elementRef: ElementRef<RatingIndicator> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): RatingIndicator {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { RatingIndicatorComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAuCM,IAAA,wBAAwB,GA5B9B,MA4BM,wBAAwB,CAAA;AA6D5B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAgC,MAAM,CAAC,UAAU,CAAC,CAAC;AAC7D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAnEG,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAxB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,wBAAwB,+VAdlB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAcjC,wBAAwB,GAAA,UAAA,CAAA;AA5B7B,IAAA,WAAW,CAAC;QACX,OAAO;QACP,KAAK;QACL,UAAU;QACV,UAAU;QACV,gBAAgB;QAChB,mBAAmB;QACnB,UAAU;QACV,SAAS;KACV,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAAC;;AAkB9B,CAAA,EAAA,wBAAwB,CAoE7B,CAAA;2FApEK,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAjB7B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,sBAAsB;AAChC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,OAAO;wBACP,KAAK;wBACL,UAAU;wBACV,UAAU;wBACV,gBAAgB;wBAChB,mBAAmB;wBACnB,UAAU;wBACV,SAAS;AACV,qBAAA;oBACD,OAAO,EAAE,CAAC,WAAW,CAAC;AACtB,oBAAA,QAAQ,EAAE,oBAAoB;AAC/B,iBAAA,CAAA;;;ACtCD;;AAEG;;;;"}
|
|
@@ -15,31 +15,31 @@ let ResponsivePopoverComponent = class ResponsivePopoverComponent {
|
|
|
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: ResponsivePopoverComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: ResponsivePopoverComponent, isStandalone: true, selector: "ui5-responsive-popover", inputs: { initialFocus: "initialFocus", preventFocusRestore: "preventFocusRestore",
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: ResponsivePopoverComponent, isStandalone: true, selector: "ui5-responsive-popover", inputs: { initialFocus: "initialFocus", preventFocusRestore: "preventFocusRestore", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", accessibleRole: "accessibleRole", preventInitialFocus: "preventInitialFocus", open: "open", headerText: "headerText", placement: "placement", horizontalAlign: "horizontalAlign", verticalAlign: "verticalAlign", modal: "modal", hideArrow: "hideArrow", allowTargetOverlap: "allowTargetOverlap", opener: "opener" }, outputs: { ui5BeforeOpen: "ui5BeforeOpen", ui5Open: "ui5Open", ui5BeforeClose: "ui5BeforeClose", ui5Close: "ui5Close" }, exportAs: ["ui5ResponsivePopover"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
ResponsivePopoverComponent = __decorate([
|
|
21
21
|
ProxyInputs([
|
|
22
22
|
'initialFocus',
|
|
23
23
|
'preventFocusRestore',
|
|
24
|
-
'open',
|
|
25
24
|
'accessibleName',
|
|
26
25
|
'accessibleNameRef',
|
|
27
26
|
'accessibleRole',
|
|
27
|
+
'preventInitialFocus',
|
|
28
|
+
'open',
|
|
28
29
|
'headerText',
|
|
29
|
-
'
|
|
30
|
+
'placement',
|
|
30
31
|
'horizontalAlign',
|
|
31
32
|
'verticalAlign',
|
|
32
33
|
'modal',
|
|
33
|
-
'hideBackdrop',
|
|
34
34
|
'hideArrow',
|
|
35
35
|
'allowTargetOverlap',
|
|
36
36
|
'opener',
|
|
37
37
|
]),
|
|
38
38
|
ProxyOutputs([
|
|
39
39
|
'before-open: ui5BeforeOpen',
|
|
40
|
-
'
|
|
40
|
+
'open: ui5Open',
|
|
41
41
|
'before-close: ui5BeforeClose',
|
|
42
|
-
'
|
|
42
|
+
'close: ui5Close',
|
|
43
43
|
]),
|
|
44
44
|
__metadata("design:paramtypes", [])
|
|
45
45
|
], ResponsivePopoverComponent);
|
|
@@ -52,21 +52,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
52
52
|
inputs: [
|
|
53
53
|
'initialFocus',
|
|
54
54
|
'preventFocusRestore',
|
|
55
|
-
'open',
|
|
56
55
|
'accessibleName',
|
|
57
56
|
'accessibleNameRef',
|
|
58
57
|
'accessibleRole',
|
|
58
|
+
'preventInitialFocus',
|
|
59
|
+
'open',
|
|
59
60
|
'headerText',
|
|
60
|
-
'
|
|
61
|
+
'placement',
|
|
61
62
|
'horizontalAlign',
|
|
62
63
|
'verticalAlign',
|
|
63
64
|
'modal',
|
|
64
|
-
'hideBackdrop',
|
|
65
65
|
'hideArrow',
|
|
66
66
|
'allowTargetOverlap',
|
|
67
67
|
'opener',
|
|
68
68
|
],
|
|
69
|
-
outputs: ['ui5BeforeOpen', '
|
|
69
|
+
outputs: ['ui5BeforeOpen', 'ui5Open', 'ui5BeforeClose', 'ui5Close'],
|
|
70
|
+
exportAs: 'ui5ResponsivePopover',
|
|
70
71
|
}]
|
|
71
72
|
}], ctorParameters: () => [] });
|
|
72
73
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-responsive-popover.mjs","sources":["../../../../libs/ui5-angular/main/responsive-popover/index.ts","../../../../libs/ui5-angular/main/responsive-popover/ui5-webcomponents-ngx-main-responsive-popover.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport { PopupBeforeCloseEventDetail } from '@ui5/webcomponents/dist/Popup.js';\nimport '@ui5/webcomponents/dist/ResponsivePopover.js';\nimport ResponsivePopover from '@ui5/webcomponents/dist/ResponsivePopover.js';\n@ProxyInputs([\n 'initialFocus',\n 'preventFocusRestore',\n '
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-responsive-popover.mjs","sources":["../../../../libs/ui5-angular/main/responsive-popover/index.ts","../../../../libs/ui5-angular/main/responsive-popover/ui5-webcomponents-ngx-main-responsive-popover.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport { PopupBeforeCloseEventDetail } from '@ui5/webcomponents/dist/Popup.js';\nimport '@ui5/webcomponents/dist/ResponsivePopover.js';\nimport ResponsivePopover from '@ui5/webcomponents/dist/ResponsivePopover.js';\n@ProxyInputs([\n 'initialFocus',\n 'preventFocusRestore',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleRole',\n 'preventInitialFocus',\n 'open',\n 'headerText',\n 'placement',\n 'horizontalAlign',\n 'verticalAlign',\n 'modal',\n 'hideArrow',\n 'allowTargetOverlap',\n 'opener',\n])\n@ProxyOutputs([\n 'before-open: ui5BeforeOpen',\n 'open: ui5Open',\n 'before-close: ui5BeforeClose',\n 'close: ui5Close',\n])\n@Component({\n standalone: true,\n selector: 'ui5-responsive-popover',\n template: '<ng-content></ng-content>',\n inputs: [\n 'initialFocus',\n 'preventFocusRestore',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleRole',\n 'preventInitialFocus',\n 'open',\n 'headerText',\n 'placement',\n 'horizontalAlign',\n 'verticalAlign',\n 'modal',\n 'hideArrow',\n 'allowTargetOverlap',\n 'opener',\n ],\n outputs: ['ui5BeforeOpen', 'ui5Open', 'ui5BeforeClose', 'ui5Close'],\n exportAs: 'ui5ResponsivePopover',\n})\nclass ResponsivePopoverComponent {\n /**\n Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.\n */\n initialFocus!: string;\n\n /**\n Defines if the focus should be returned to the previously focused element,\nwhen the popup closes.\n */\n preventFocusRestore!: boolean;\n\n /**\n Defines the accessible name of the component.\n */\n accessibleName!: string | undefined;\n\n /**\n Defines the IDs of the elements that label the component.\n */\n accessibleNameRef!: string;\n\n /**\n Allows setting a custom role.\n */\n accessibleRole!: 'None' | 'Dialog' | 'AlertDialog';\n\n /**\n Indicates whether initial focus should be prevented.\n */\n preventInitialFocus!: boolean;\n\n /**\n Indicates if the element is open\n */\n open!: boolean;\n\n /**\n Defines the header text.\n\n**Note:** If `header` slot is provided, the `headerText` is ignored.\n */\n headerText!: string;\n\n /**\n Determines on which side the component is placed at.\n */\n placement!: 'Start' | 'End' | 'Top' | 'Bottom';\n\n /**\n Determines the horizontal alignment of the component.\n */\n horizontalAlign!: 'Center' | 'Start' | 'End' | 'Stretch';\n\n /**\n Determines the vertical alignment of the component.\n */\n verticalAlign!: 'Center' | 'Top' | 'Bottom' | 'Stretch';\n\n /**\n Defines whether the component should close when\nclicking/tapping outside of the popover.\nIf enabled, it blocks any interaction with the background.\n */\n modal!: boolean;\n\n /**\n Determines whether the component arrow is hidden.\n */\n hideArrow!: boolean;\n\n /**\n Determines if there is no enough space, the component can be placed\nover the target.\n */\n allowTargetOverlap!: boolean;\n\n /**\n Defines the ID or DOM Reference of the element at which the popover is shown.\nWhen using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.\nYou can only set the `opener` attribute to a DOM Reference when using JavaScript.\n */\n opener!: HTMLElement | string | undefined;\n\n /**\n Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**\n */\n ui5BeforeOpen!: EventEmitter<void>;\n /**\n Fired after the component is opened. **This event does not bubble.**\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**\n */\n ui5BeforeClose!: EventEmitter<PopupBeforeCloseEventDetail>;\n /**\n Fired after the component is closed. **This event does not bubble.**\n */\n ui5Close!: EventEmitter<void>;\n\n private elementRef: ElementRef<ResponsivePopover> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ResponsivePopover {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ResponsivePopoverComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AA2DM,IAAA,0BAA0B,GA/ChC,MA+CM,0BAA0B,CAAA;AA4G9B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAkC,MAAM,CAAC,UAAU,CAAC,CAAC;AAC/D,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;8GAlHG,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA1B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,0BAA0B,qsBArBpB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAqBjC,0BAA0B,GAAA,UAAA,CAAA;AA/C/B,IAAA,WAAW,CAAC;QACX,cAAc;QACd,qBAAqB;QACrB,gBAAgB;QAChB,mBAAmB;QACnB,gBAAgB;QAChB,qBAAqB;QACrB,MAAM;QACN,YAAY;QACZ,WAAW;QACX,iBAAiB;QACjB,eAAe;QACf,OAAO;QACP,WAAW;QACX,oBAAoB;QACpB,QAAQ;KACT,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,4BAA4B;QAC5B,eAAe;QACf,8BAA8B;QAC9B,iBAAiB;KAClB,CAAC;;AAyBI,CAAA,EAAA,0BAA0B,CAmH/B,CAAA;2FAnHK,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAxB/B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,wBAAwB;AAClC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,cAAc;wBACd,qBAAqB;wBACrB,gBAAgB;wBAChB,mBAAmB;wBACnB,gBAAgB;wBAChB,qBAAqB;wBACrB,MAAM;wBACN,YAAY;wBACZ,WAAW;wBACX,iBAAiB;wBACjB,eAAe;wBACf,OAAO;wBACP,WAAW;wBACX,oBAAoB;wBACpB,QAAQ;AACT,qBAAA;oBACD,OAAO,EAAE,CAAC,eAAe,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU,CAAC;AACnE,oBAAA,QAAQ,EAAE,sBAAsB;AACjC,iBAAA,CAAA;;;AC1DD;;AAEG;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __metadata, __decorate } from 'tslib';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { ElementRef, inject, NgZone, ChangeDetectorRef, Component } from '@angular/core';
|
|
4
|
-
import { ProxyInputs
|
|
4
|
+
import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
|
|
5
5
|
import '@ui5/webcomponents/dist/SegmentedButtonItem.js';
|
|
6
6
|
|
|
7
7
|
let SegmentedButtonItemComponent = class SegmentedButtonItemComponent {
|
|
@@ -15,23 +15,17 @@ let SegmentedButtonItemComponent = class SegmentedButtonItemComponent {
|
|
|
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: SegmentedButtonItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SegmentedButtonItemComponent, isStandalone: true, selector: "ui5-segmented-button-item", inputs: {
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SegmentedButtonItemComponent, isStandalone: true, selector: "ui5-segmented-button-item", inputs: { disabled: "disabled", selected: "selected", tooltip: "tooltip", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", icon: "icon" }, exportAs: ["ui5SegmentedButtonItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
SegmentedButtonItemComponent = __decorate([
|
|
21
21
|
ProxyInputs([
|
|
22
|
-
'design',
|
|
23
22
|
'disabled',
|
|
24
|
-
'
|
|
25
|
-
'iconEnd',
|
|
26
|
-
'submits',
|
|
23
|
+
'selected',
|
|
27
24
|
'tooltip',
|
|
28
25
|
'accessibleName',
|
|
29
26
|
'accessibleNameRef',
|
|
30
|
-
'
|
|
31
|
-
'type',
|
|
32
|
-
'pressed',
|
|
27
|
+
'icon',
|
|
33
28
|
]),
|
|
34
|
-
ProxyOutputs(['click: ui5Click']),
|
|
35
29
|
__metadata("design:paramtypes", [])
|
|
36
30
|
], SegmentedButtonItemComponent);
|
|
37
31
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: SegmentedButtonItemComponent, decorators: [{
|
|
@@ -41,19 +35,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
41
35
|
selector: 'ui5-segmented-button-item',
|
|
42
36
|
template: '<ng-content></ng-content>',
|
|
43
37
|
inputs: [
|
|
44
|
-
'design',
|
|
45
38
|
'disabled',
|
|
46
|
-
'
|
|
47
|
-
'iconEnd',
|
|
48
|
-
'submits',
|
|
39
|
+
'selected',
|
|
49
40
|
'tooltip',
|
|
50
41
|
'accessibleName',
|
|
51
42
|
'accessibleNameRef',
|
|
52
|
-
'
|
|
53
|
-
'type',
|
|
54
|
-
'pressed',
|
|
43
|
+
'icon',
|
|
55
44
|
],
|
|
56
|
-
|
|
45
|
+
exportAs: 'ui5SegmentedButtonItem',
|
|
57
46
|
}]
|
|
58
47
|
}], ctorParameters: () => [] });
|
|
59
48
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-segmented-button-item.mjs","sources":["../../../../libs/ui5-angular/main/segmented-button-item/index.ts","../../../../libs/ui5-angular/main/segmented-button-item/ui5-webcomponents-ngx-main-segmented-button-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-segmented-button-item.mjs","sources":["../../../../libs/ui5-angular/main/segmented-button-item/index.ts","../../../../libs/ui5-angular/main/segmented-button-item/ui5-webcomponents-ngx-main-segmented-button-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/SegmentedButtonItem.js';\nimport SegmentedButtonItem from '@ui5/webcomponents/dist/SegmentedButtonItem.js';\n@ProxyInputs([\n 'disabled',\n 'selected',\n 'tooltip',\n 'accessibleName',\n 'accessibleNameRef',\n 'icon',\n])\n@Component({\n standalone: true,\n selector: 'ui5-segmented-button-item',\n template: '<ng-content></ng-content>',\n inputs: [\n 'disabled',\n 'selected',\n 'tooltip',\n 'accessibleName',\n 'accessibleNameRef',\n 'icon',\n ],\n exportAs: 'ui5SegmentedButtonItem',\n})\nclass SegmentedButtonItemComponent {\n /**\n Defines whether the component is disabled.\nA disabled component can't be selected or\nfocused, and it is not in the tab chain.\n */\n disabled!: boolean;\n\n /**\n Determines whether the component is displayed as selected.\n */\n selected!: boolean;\n\n /**\n Defines the tooltip of the component.\n\n**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.\n */\n tooltip!: string;\n\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n\n /**\n Receives id(or many ids) of the elements that label the component.\n */\n accessibleNameRef!: string;\n\n /**\n Defines the icon, displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string;\n\n private elementRef: ElementRef<SegmentedButtonItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SegmentedButtonItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SegmentedButtonItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAgCM,IAAA,4BAA4B,GAtBlC,MAsBM,4BAA4B,CAAA;AA2ChC,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;8GAjDG,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,+RAXtB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAWjC,4BAA4B,GAAA,UAAA,CAAA;AAtBjC,IAAA,WAAW,CAAC;QACX,UAAU;QACV,UAAU;QACV,SAAS;QACT,gBAAgB;QAChB,mBAAmB;QACnB,MAAM;KACP,CAAC;;AAeI,CAAA,EAAA,4BAA4B,CAkDjC,CAAA;2FAlDK,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBAdjC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,UAAU;wBACV,UAAU;wBACV,SAAS;wBACT,gBAAgB;wBAChB,mBAAmB;wBACnB,MAAM;AACP,qBAAA;AACD,oBAAA,QAAQ,EAAE,wBAAwB;AACnC,iBAAA,CAAA;;;AC/BD;;AAEG;;;;"}
|
|
@@ -15,10 +15,10 @@ let SegmentedButtonComponent = class SegmentedButtonComponent {
|
|
|
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: SegmentedButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SegmentedButtonComponent, isStandalone: true, selector: "ui5-segmented-button", inputs: { accessibleName: "accessibleName",
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SegmentedButtonComponent, isStandalone: true, selector: "ui5-segmented-button", inputs: { accessibleName: "accessibleName", selectionMode: "selectionMode" }, outputs: { ui5SelectionChange: "ui5SelectionChange" }, exportAs: ["ui5SegmentedButton"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
SegmentedButtonComponent = __decorate([
|
|
21
|
-
ProxyInputs(['accessibleName', '
|
|
21
|
+
ProxyInputs(['accessibleName', 'selectionMode']),
|
|
22
22
|
ProxyOutputs(['selection-change: ui5SelectionChange']),
|
|
23
23
|
__metadata("design:paramtypes", [])
|
|
24
24
|
], SegmentedButtonComponent);
|
|
@@ -28,8 +28,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
28
28
|
standalone: true,
|
|
29
29
|
selector: 'ui5-segmented-button',
|
|
30
30
|
template: '<ng-content></ng-content>',
|
|
31
|
-
inputs: ['accessibleName', '
|
|
31
|
+
inputs: ['accessibleName', 'selectionMode'],
|
|
32
32
|
outputs: ['ui5SelectionChange'],
|
|
33
|
+
exportAs: 'ui5SegmentedButton',
|
|
33
34
|
}]
|
|
34
35
|
}], ctorParameters: () => [] });
|
|
35
36
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-segmented-button.mjs","sources":["../../../../libs/ui5-angular/main/segmented-button/index.ts","../../../../libs/ui5-angular/main/segmented-button/ui5-webcomponents-ngx-main-segmented-button.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/SegmentedButton.js';\nimport {\n default as SegmentedButton,\n SegmentedButtonSelectionChangeEventDetail,\n} from '@ui5/webcomponents/dist/SegmentedButton.js';\n@ProxyInputs(['accessibleName', '
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-segmented-button.mjs","sources":["../../../../libs/ui5-angular/main/segmented-button/index.ts","../../../../libs/ui5-angular/main/segmented-button/ui5-webcomponents-ngx-main-segmented-button.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/SegmentedButton.js';\nimport {\n default as SegmentedButton,\n SegmentedButtonSelectionChangeEventDetail,\n} from '@ui5/webcomponents/dist/SegmentedButton.js';\n@ProxyInputs(['accessibleName', 'selectionMode'])\n@ProxyOutputs(['selection-change: ui5SelectionChange'])\n@Component({\n standalone: true,\n selector: 'ui5-segmented-button',\n template: '<ng-content></ng-content>',\n inputs: ['accessibleName', 'selectionMode'],\n outputs: ['ui5SelectionChange'],\n exportAs: 'ui5SegmentedButton',\n})\nclass SegmentedButtonComponent {\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n\n /**\n Defines the component selection mode.\n */\n selectionMode!: 'Single' | 'Multiple';\n\n /**\n Fired when the selected item changes.\n */\n ui5SelectionChange!: EventEmitter<SegmentedButtonSelectionChangeEventDetail>;\n\n private elementRef: ElementRef<SegmentedButton> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SegmentedButton {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SegmentedButtonComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAwBM,IAAA,wBAAwB,GAV9B,MAUM,wBAAwB,CAAA;AAoB5B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAgC,MAAM,CAAC,UAAU,CAAC,CAAC;AAC7D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA1BG,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAxB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,wBAAwB,uPALlB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,wBAAwB,GAAA,UAAA,CAAA;AAV7B,IAAA,WAAW,CAAC,CAAC,gBAAgB,EAAE,eAAe,CAAC,CAAC;AAChD,IAAA,YAAY,CAAC,CAAC,sCAAsC,CAAC,CAAC;;AASjD,CAAA,EAAA,wBAAwB,CA2B7B,CAAA;2FA3BK,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAR7B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,sBAAsB;AAChC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,gBAAgB,EAAE,eAAe,CAAC;oBAC3C,OAAO,EAAE,CAAC,oBAAoB,CAAC;AAC/B,oBAAA,QAAQ,EAAE,oBAAoB;AAC/B,iBAAA,CAAA;;;ACvBD;;AAEG;;;;"}
|
|
@@ -26,11 +26,10 @@ let SelectComponent = class SelectComponent {
|
|
|
26
26
|
this._cva.host = this;
|
|
27
27
|
}
|
|
28
28
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: SelectComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
29
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SelectComponent, isStandalone: true, selector: "ui5-select", inputs: {
|
|
29
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SelectComponent, isStandalone: true, selector: "ui5-select", inputs: { disabled: "disabled", name: "name", valueState: "valueState", required: "required", readonly: "readonly", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", value: "value" }, outputs: { ui5Change: "ui5Change", ui5LiveChange: "ui5LiveChange", ui5Open: "ui5Open", ui5Close: "ui5Close" }, host: { listeners: { "change": "_cva?.onChange?.(cvaValue);" } }, exportAs: ["ui5Select"], hostDirectives: [{ directive: i1.GenericControlValueAccessor }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
30
30
|
};
|
|
31
31
|
SelectComponent = __decorate([
|
|
32
32
|
ProxyInputs([
|
|
33
|
-
'menu',
|
|
34
33
|
'disabled',
|
|
35
34
|
'name',
|
|
36
35
|
'valueState',
|
|
@@ -55,7 +54,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
55
54
|
selector: 'ui5-select',
|
|
56
55
|
template: '<ng-content></ng-content>',
|
|
57
56
|
inputs: [
|
|
58
|
-
'menu',
|
|
59
57
|
'disabled',
|
|
60
58
|
'name',
|
|
61
59
|
'valueState',
|
|
@@ -66,8 +64,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
66
64
|
'value',
|
|
67
65
|
],
|
|
68
66
|
outputs: ['ui5Change', 'ui5LiveChange', 'ui5Open', 'ui5Close'],
|
|
67
|
+
exportAs: 'ui5Select',
|
|
69
68
|
hostDirectives: [GenericControlValueAccessor],
|
|
70
|
-
host: { '(change)': '_cva?.onChange(cvaValue)' },
|
|
69
|
+
host: { '(change)': '_cva?.onChange?.(cvaValue);' },
|
|
71
70
|
}]
|
|
72
71
|
}], ctorParameters: () => [] });
|
|
73
72
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-select.mjs","sources":["../../../../libs/ui5-angular/main/select/index.ts","../../../../libs/ui5-angular/main/select/ui5-webcomponents-ngx-main-select.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { GenericControlValueAccessor } from '@ui5/webcomponents-ngx/generic-cva';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Select.js';\nimport {\n default as Select,\n SelectChangeEventDetail,\n SelectLiveChangeEventDetail,\n} from '@ui5/webcomponents/dist/Select.js';\n@ProxyInputs([\n '
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-select.mjs","sources":["../../../../libs/ui5-angular/main/select/index.ts","../../../../libs/ui5-angular/main/select/ui5-webcomponents-ngx-main-select.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { GenericControlValueAccessor } from '@ui5/webcomponents-ngx/generic-cva';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Select.js';\nimport {\n default as Select,\n SelectChangeEventDetail,\n SelectLiveChangeEventDetail,\n} from '@ui5/webcomponents/dist/Select.js';\n@ProxyInputs([\n 'disabled',\n 'name',\n 'valueState',\n 'required',\n 'readonly',\n 'accessibleName',\n 'accessibleNameRef',\n 'value',\n])\n@ProxyOutputs([\n 'change: ui5Change',\n 'live-change: ui5LiveChange',\n 'open: ui5Open',\n 'close: ui5Close',\n])\n@Component({\n standalone: true,\n selector: 'ui5-select',\n template: '<ng-content></ng-content>',\n inputs: [\n 'disabled',\n 'name',\n 'valueState',\n 'required',\n 'readonly',\n 'accessibleName',\n 'accessibleNameRef',\n 'value',\n ],\n outputs: ['ui5Change', 'ui5LiveChange', 'ui5Open', 'ui5Close'],\n exportAs: 'ui5Select',\n hostDirectives: [GenericControlValueAccessor],\n host: { '(change)': '_cva?.onChange?.(cvaValue);' },\n})\nclass SelectComponent {\n /**\n Defines whether the component is in disabled state.\n\n**Note:** A disabled component is noninteractive.\n */\n disabled!: boolean;\n\n /**\n Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n */\n name!: string;\n\n /**\n Defines the value state of the component.\n */\n valueState!: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';\n\n /**\n Defines whether the component is required.\n */\n required!: boolean;\n\n /**\n Defines whether the component is read-only.\n\n**Note:** A read-only component is not editable,\nbut still provides visual feedback upon user interaction.\n */\n readonly!: boolean;\n\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string;\n\n /**\n Receives id(or many ids) of the elements that label the select.\n */\n accessibleNameRef!: string;\n\n /**\n Defines the value of the component:\n\n- when get - returns the value of the component, e.g. the `value` property of the selected option or its text content.\n\n- when set - selects the option with matching `value` property or text content.\n\n**Note:** If the given value does not match any existing option,\nthe first option will get selected.\n */\n value!: string;\n\n /**\n Fired when the selected option changes.\n */\n ui5Change!: EventEmitter<SelectChangeEventDetail>;\n /**\n Fired when the user navigates through the options, but the selection is not finalized,\nor when pressing the ESC key to revert the current selection.\n */\n ui5LiveChange!: EventEmitter<SelectLiveChangeEventDetail>;\n /**\n Fired after the component's dropdown menu opens.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired after the component's dropdown menu closes.\n */\n ui5Close!: EventEmitter<void>;\n\n private elementRef: ElementRef<Select> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n protected _cva = inject(GenericControlValueAccessor);\n\n get element(): Select {\n return this.elementRef.nativeElement;\n }\n\n set cvaValue(val) {\n this.element.value = val;\n this.cdr.detectChanges();\n }\n get cvaValue() {\n return this.element.value;\n }\n\n constructor() {\n this.cdr.detach();\n this._cva.host = this;\n }\n}\nexport { SelectComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;AAmDM,IAAA,eAAe,GAnCrB,MAmCM,eAAe,CAAA;AA8EnB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;IAED,IAAI,QAAQ,CAAC,GAAG,EAAA;AACd,QAAA,IAAI,CAAC,OAAO,CAAC,KAAK,GAAG,GAAG,CAAC;AACzB,QAAA,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE,CAAC;KAC1B;AACD,IAAA,IAAI,QAAQ,GAAA;AACV,QAAA,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC;KAC3B;AAED,IAAA,WAAA,GAAA;AAjBQ,QAAA,IAAA,CAAA,UAAU,GAAuB,MAAM,CAAC,UAAU,CAAC,CAAC;AACpD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAC9B,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,2BAA2B,CAAC,CAAC;AAenD,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;AAClB,QAAA,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;KACvB;8GA7FG,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,eAAe,iiBAhBT,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAgBjC,eAAe,GAAA,UAAA,CAAA;AAnCpB,IAAA,WAAW,CAAC;QACX,UAAU;QACV,MAAM;QACN,YAAY;QACZ,UAAU;QACV,UAAU;QACV,gBAAgB;QAChB,mBAAmB;QACnB,OAAO;KACR,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,mBAAmB;QACnB,4BAA4B;QAC5B,eAAe;QACf,iBAAiB;KAClB,CAAC;;AAoBI,CAAA,EAAA,eAAe,CA8FpB,CAAA;2FA9FK,eAAe,EAAA,UAAA,EAAA,CAAA;kBAnBpB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,YAAY;AACtB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,UAAU;wBACV,MAAM;wBACN,YAAY;wBACZ,UAAU;wBACV,UAAU;wBACV,gBAAgB;wBAChB,mBAAmB;wBACnB,OAAO;AACR,qBAAA;oBACD,OAAO,EAAE,CAAC,WAAW,EAAE,eAAe,EAAE,SAAS,EAAE,UAAU,CAAC;AAC9D,oBAAA,QAAQ,EAAE,WAAW;oBACrB,cAAc,EAAE,CAAC,2BAA2B,CAAC;AAC7C,oBAAA,IAAI,EAAE,EAAE,UAAU,EAAE,6BAA6B,EAAE;AACpD,iBAAA,CAAA;;;AClDD;;AAEG;;;;"}
|
|
@@ -26,12 +26,13 @@ let SliderComponent = class SliderComponent {
|
|
|
26
26
|
this._cva.host = this;
|
|
27
27
|
}
|
|
28
28
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: SliderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
29
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SliderComponent, isStandalone: true, selector: "ui5-slider", inputs: { min: "min", max: "max", step: "step", labelInterval: "labelInterval", showTickmarks: "showTickmarks", showTooltip: "showTooltip", disabled: "disabled", accessibleName: "accessibleName", value: "value" }, outputs: { ui5Change: "ui5Change", ui5Input: "ui5Input" }, host: { listeners: { "change": "_cva?.onChange(cvaValue)", "input": "_cva?.onChange(cvaValue)" } }, hostDirectives: [{ directive: i1.GenericControlValueAccessor }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
29
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SliderComponent, isStandalone: true, selector: "ui5-slider", inputs: { min: "min", max: "max", name: "name", step: "step", labelInterval: "labelInterval", showTickmarks: "showTickmarks", showTooltip: "showTooltip", disabled: "disabled", accessibleName: "accessibleName", value: "value" }, outputs: { ui5Change: "ui5Change", ui5Input: "ui5Input" }, host: { listeners: { "change": "_cva?.onChange?.(cvaValue);", "input": "_cva?.onChange?.(cvaValue);" } }, exportAs: ["ui5Slider"], hostDirectives: [{ directive: i1.GenericControlValueAccessor }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
30
30
|
};
|
|
31
31
|
SliderComponent = __decorate([
|
|
32
32
|
ProxyInputs([
|
|
33
33
|
'min',
|
|
34
34
|
'max',
|
|
35
|
+
'name',
|
|
35
36
|
'step',
|
|
36
37
|
'labelInterval',
|
|
37
38
|
'showTickmarks',
|
|
@@ -52,6 +53,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
52
53
|
inputs: [
|
|
53
54
|
'min',
|
|
54
55
|
'max',
|
|
56
|
+
'name',
|
|
55
57
|
'step',
|
|
56
58
|
'labelInterval',
|
|
57
59
|
'showTickmarks',
|
|
@@ -61,10 +63,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
61
63
|
'value',
|
|
62
64
|
],
|
|
63
65
|
outputs: ['ui5Change', 'ui5Input'],
|
|
66
|
+
exportAs: 'ui5Slider',
|
|
64
67
|
hostDirectives: [GenericControlValueAccessor],
|
|
65
68
|
host: {
|
|
66
|
-
'(change)': '_cva?.onChange(cvaValue)',
|
|
67
|
-
'(input)': '_cva?.onChange(cvaValue)',
|
|
69
|
+
'(change)': '_cva?.onChange?.(cvaValue);',
|
|
70
|
+
'(input)': '_cva?.onChange?.(cvaValue);',
|
|
68
71
|
},
|
|
69
72
|
}]
|
|
70
73
|
}], ctorParameters: () => [] });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-slider.mjs","sources":["../../../../libs/ui5-angular/main/slider/index.ts","../../../../libs/ui5-angular/main/slider/ui5-webcomponents-ngx-main-slider.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { GenericControlValueAccessor } from '@ui5/webcomponents-ngx/generic-cva';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Slider.js';\nimport Slider from '@ui5/webcomponents/dist/Slider.js';\n@ProxyInputs([\n 'min',\n 'max',\n 'step',\n 'labelInterval',\n 'showTickmarks',\n 'showTooltip',\n 'disabled',\n 'accessibleName',\n 'value',\n])\n@ProxyOutputs(['change: ui5Change', 'input: ui5Input'])\n@Component({\n standalone: true,\n selector: 'ui5-slider',\n template: '<ng-content></ng-content>',\n inputs: [\n 'min',\n 'max',\n 'step',\n 'labelInterval',\n 'showTickmarks',\n 'showTooltip',\n 'disabled',\n 'accessibleName',\n 'value',\n ],\n outputs: ['ui5Change', 'ui5Input'],\n hostDirectives: [GenericControlValueAccessor],\n host: {\n '(change)': '_cva?.onChange(cvaValue)',\n '(input)': '_cva?.onChange(cvaValue)',\n },\n})\nclass SliderComponent {\n /**\n Defines the minimum value of the slider.\n */\n min!: number;\n\n /**\n Defines the maximum value of the slider.\n */\n max!: number;\n\n /**\n Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).\n
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-slider.mjs","sources":["../../../../libs/ui5-angular/main/slider/index.ts","../../../../libs/ui5-angular/main/slider/ui5-webcomponents-ngx-main-slider.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { GenericControlValueAccessor } from '@ui5/webcomponents-ngx/generic-cva';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Slider.js';\nimport Slider from '@ui5/webcomponents/dist/Slider.js';\n@ProxyInputs([\n 'min',\n 'max',\n 'name',\n 'step',\n 'labelInterval',\n 'showTickmarks',\n 'showTooltip',\n 'disabled',\n 'accessibleName',\n 'value',\n])\n@ProxyOutputs(['change: ui5Change', 'input: ui5Input'])\n@Component({\n standalone: true,\n selector: 'ui5-slider',\n template: '<ng-content></ng-content>',\n inputs: [\n 'min',\n 'max',\n 'name',\n 'step',\n 'labelInterval',\n 'showTickmarks',\n 'showTooltip',\n 'disabled',\n 'accessibleName',\n 'value',\n ],\n outputs: ['ui5Change', 'ui5Input'],\n exportAs: 'ui5Slider',\n hostDirectives: [GenericControlValueAccessor],\n host: {\n '(change)': '_cva?.onChange?.(cvaValue);',\n '(input)': '_cva?.onChange?.(cvaValue);',\n },\n})\nclass SliderComponent {\n /**\n Defines the minimum value of the slider.\n */\n min!: number;\n\n /**\n Defines the maximum value of the slider.\n */\n max!: number;\n\n /**\n Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n */\n name!: string;\n\n /**\n Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).\n\n**Note:** If set to 0 the slider handle movement is disabled. When negative number or value other than a number, the component fallbacks to its default value.\n */\n step!: number;\n\n /**\n Displays a label with a value on every N-th step.\n\n**Note:** The step and tickmarks properties must be enabled.\nExample - if the step value is set to 2 and the label interval is also specified to 2 - then every second\ntickmark will be labelled, which means every 4th value number.\n */\n labelInterval!: number;\n\n /**\n Enables tickmarks visualization for each step.\n\n**Note:** The step must be a positive number.\n */\n showTickmarks!: boolean;\n\n /**\n Enables handle tooltip displaying the current value.\n */\n showTooltip!: boolean;\n\n /**\n Defines whether the slider is in disabled state.\n */\n disabled!: boolean;\n\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string;\n\n /**\n Current value of the slider\n */\n value!: number;\n\n /**\n Fired when the value changes and the user has finished interacting with the slider.\n */\n ui5Change!: EventEmitter<void>;\n /**\n Fired when the value changes due to user interaction that is not yet finished - during mouse/touch dragging.\n */\n ui5Input!: EventEmitter<void>;\n\n private elementRef: ElementRef<Slider> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n protected _cva = inject(GenericControlValueAccessor);\n\n get element(): Slider {\n return this.elementRef.nativeElement;\n }\n\n set cvaValue(val) {\n this.element.value = val;\n this.cdr.detectChanges();\n }\n get cvaValue() {\n return this.element.value;\n }\n\n constructor() {\n this.cdr.detach();\n this._cva.host = this;\n }\n}\nexport { SliderComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;AAiDM,IAAA,eAAe,GArCrB,MAqCM,eAAe,CAAA;AA2EnB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;IAED,IAAI,QAAQ,CAAC,GAAG,EAAA;AACd,QAAA,IAAI,CAAC,OAAO,CAAC,KAAK,GAAG,GAAG,CAAC;AACzB,QAAA,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE,CAAC;KAC1B;AACD,IAAA,IAAI,QAAQ,GAAA;AACV,QAAA,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC;KAC3B;AAED,IAAA,WAAA,GAAA;AAjBQ,QAAA,IAAA,CAAA,UAAU,GAAuB,MAAM,CAAC,UAAU,CAAC,CAAC;AACpD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAC9B,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,2BAA2B,CAAC,CAAC;AAenD,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;AAClB,QAAA,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;KACvB;8GA1FG,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,eAAe,yiBArBT,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAqBjC,eAAe,GAAA,UAAA,CAAA;AArCpB,IAAA,WAAW,CAAC;QACX,KAAK;QACL,KAAK;QACL,MAAM;QACN,MAAM;QACN,eAAe;QACf,eAAe;QACf,aAAa;QACb,UAAU;QACV,gBAAgB;QAChB,OAAO;KACR,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,mBAAmB,EAAE,iBAAiB,CAAC,CAAC;;AAyBjD,CAAA,EAAA,eAAe,CA2FpB,CAAA;2FA3FK,eAAe,EAAA,UAAA,EAAA,CAAA;kBAxBpB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,YAAY;AACtB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,KAAK;wBACL,KAAK;wBACL,MAAM;wBACN,MAAM;wBACN,eAAe;wBACf,eAAe;wBACf,aAAa;wBACb,UAAU;wBACV,gBAAgB;wBAChB,OAAO;AACR,qBAAA;AACD,oBAAA,OAAO,EAAE,CAAC,WAAW,EAAE,UAAU,CAAC;AAClC,oBAAA,QAAQ,EAAE,WAAW;oBACrB,cAAc,EAAE,CAAC,2BAA2B,CAAC;AAC7C,oBAAA,IAAI,EAAE;AACJ,wBAAA,UAAU,EAAE,6BAA6B;AACzC,wBAAA,SAAS,EAAE,6BAA6B;AACzC,qBAAA;AACF,iBAAA,CAAA;;;AChDD;;AAEG;;;;"}
|
|
@@ -2,9 +2,9 @@ import { __metadata, __decorate } from 'tslib';
|
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { ElementRef, inject, NgZone, ChangeDetectorRef, Component } from '@angular/core';
|
|
4
4
|
import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
|
|
5
|
-
import '@ui5/webcomponents/dist/
|
|
5
|
+
import '@ui5/webcomponents/dist/SpecialCalendarDate.js';
|
|
6
6
|
|
|
7
|
-
let
|
|
7
|
+
let SpecialCalendarDateComponent = class SpecialCalendarDateComponent {
|
|
8
8
|
get element() {
|
|
9
9
|
return this.elementRef.nativeElement;
|
|
10
10
|
}
|
|
@@ -14,20 +14,21 @@ let GroupHeaderListItemComponent = class GroupHeaderListItemComponent {
|
|
|
14
14
|
this.cdr = inject(ChangeDetectorRef);
|
|
15
15
|
this.cdr.detach();
|
|
16
16
|
}
|
|
17
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type:
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type:
|
|
17
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: SpecialCalendarDateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SpecialCalendarDateComponent, isStandalone: true, selector: "ui5-special-date", inputs: { value: "value", type: "type" }, exportAs: ["ui5SpecialDate"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
|
-
|
|
21
|
-
ProxyInputs(['
|
|
20
|
+
SpecialCalendarDateComponent = __decorate([
|
|
21
|
+
ProxyInputs(['value', 'type']),
|
|
22
22
|
__metadata("design:paramtypes", [])
|
|
23
|
-
],
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type:
|
|
23
|
+
], SpecialCalendarDateComponent);
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: SpecialCalendarDateComponent, decorators: [{
|
|
25
25
|
type: Component,
|
|
26
26
|
args: [{
|
|
27
27
|
standalone: true,
|
|
28
|
-
selector: 'ui5-
|
|
28
|
+
selector: 'ui5-special-date',
|
|
29
29
|
template: '<ng-content></ng-content>',
|
|
30
|
-
inputs: ['
|
|
30
|
+
inputs: ['value', 'type'],
|
|
31
|
+
exportAs: 'ui5SpecialDate',
|
|
31
32
|
}]
|
|
32
33
|
}], ctorParameters: () => [] });
|
|
33
34
|
|
|
@@ -35,5 +36,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
35
36
|
* Generated bundle index. Do not edit.
|
|
36
37
|
*/
|
|
37
38
|
|
|
38
|
-
export {
|
|
39
|
-
//# sourceMappingURL=ui5-webcomponents-ngx-main-
|
|
39
|
+
export { SpecialCalendarDateComponent };
|
|
40
|
+
//# sourceMappingURL=ui5-webcomponents-ngx-main-special-calendar-date.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-special-calendar-date.mjs","sources":["../../../../libs/ui5-angular/main/special-calendar-date/index.ts","../../../../libs/ui5-angular/main/special-calendar-date/ui5-webcomponents-ngx-main-special-calendar-date.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/SpecialCalendarDate.js';\nimport SpecialCalendarDate from '@ui5/webcomponents/dist/SpecialCalendarDate.js';\n@ProxyInputs(['value', 'type'])\n@Component({\n standalone: true,\n selector: 'ui5-special-date',\n template: '<ng-content></ng-content>',\n inputs: ['value', 'type'],\n exportAs: 'ui5SpecialDate',\n})\nclass SpecialCalendarDateComponent {\n /**\n The date formatted according to the `formatPattern` property\nof the `ui5-calendar` that hosts the component.\n */\n value!: string;\n\n /**\n Defines the type of the special date.\n */\n type!:\n | 'None'\n | 'Working'\n | 'NonWorking'\n | 'Type01'\n | 'Type02'\n | 'Type03'\n | 'Type04'\n | 'Type05'\n | 'Type06'\n | 'Type07'\n | 'Type08'\n | 'Type09'\n | 'Type10'\n | 'Type11'\n | 'Type12'\n | 'Type13'\n | 'Type14'\n | 'Type15'\n | 'Type16'\n | 'Type17'\n | 'Type18'\n | 'Type19'\n | 'Type20';\n\n private elementRef: ElementRef<SpecialCalendarDate> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SpecialCalendarDate {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SpecialCalendarDateComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,4BAA4B,GARlC,MAQM,4BAA4B,CAAA;AAuChC,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;8GA7CG,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,oJAJtB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,4BAA4B,GAAA,UAAA,CAAA;AARjC,IAAA,WAAW,CAAC,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;;AAQzB,CAAA,EAAA,4BAA4B,CA8CjC,CAAA;2FA9CK,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBAPjC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,kBAAkB;AAC5B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC;AACzB,oBAAA,QAAQ,EAAE,gBAAgB;AAC3B,iBAAA,CAAA;;;ACjBD;;AAEG;;;;"}
|
|
@@ -15,12 +15,11 @@ let SplitButtonComponent = class SplitButtonComponent {
|
|
|
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: SplitButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SplitButtonComponent, isStandalone: true, selector: "ui5-split-button", inputs: { icon: "icon",
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SplitButtonComponent, isStandalone: true, selector: "ui5-split-button", inputs: { icon: "icon", activeArrowButton: "activeArrowButton", design: "design", disabled: "disabled", accessibleName: "accessibleName" }, outputs: { ui5Click: "ui5Click", ui5ArrowClick: "ui5ArrowClick" }, exportAs: ["ui5SplitButton"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
SplitButtonComponent = __decorate([
|
|
21
21
|
ProxyInputs([
|
|
22
22
|
'icon',
|
|
23
|
-
'activeIcon',
|
|
24
23
|
'activeArrowButton',
|
|
25
24
|
'design',
|
|
26
25
|
'disabled',
|
|
@@ -35,15 +34,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
35
34
|
standalone: true,
|
|
36
35
|
selector: 'ui5-split-button',
|
|
37
36
|
template: '<ng-content></ng-content>',
|
|
38
|
-
inputs: [
|
|
39
|
-
'icon',
|
|
40
|
-
'activeIcon',
|
|
41
|
-
'activeArrowButton',
|
|
42
|
-
'design',
|
|
43
|
-
'disabled',
|
|
44
|
-
'accessibleName',
|
|
45
|
-
],
|
|
37
|
+
inputs: ['icon', 'activeArrowButton', 'design', 'disabled', 'accessibleName'],
|
|
46
38
|
outputs: ['ui5Click', 'ui5ArrowClick'],
|
|
39
|
+
exportAs: 'ui5SplitButton',
|
|
47
40
|
}]
|
|
48
41
|
}], ctorParameters: () => [] });
|
|
49
42
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui5-webcomponents-ngx-main-split-button.mjs","sources":["../../../../libs/ui5-angular/main/split-button/index.ts","../../../../libs/ui5-angular/main/split-button/ui5-webcomponents-ngx-main-split-button.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/SplitButton.js';\nimport SplitButton from '@ui5/webcomponents/dist/SplitButton.js';\n@ProxyInputs([\n 'icon',\n '
|
|
1
|
+
{"version":3,"file":"ui5-webcomponents-ngx-main-split-button.mjs","sources":["../../../../libs/ui5-angular/main/split-button/index.ts","../../../../libs/ui5-angular/main/split-button/ui5-webcomponents-ngx-main-split-button.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/SplitButton.js';\nimport SplitButton from '@ui5/webcomponents/dist/SplitButton.js';\n@ProxyInputs([\n 'icon',\n 'activeArrowButton',\n 'design',\n 'disabled',\n 'accessibleName',\n])\n@ProxyOutputs(['click: ui5Click', 'arrow-click: ui5ArrowClick'])\n@Component({\n standalone: true,\n selector: 'ui5-split-button',\n template: '<ng-content></ng-content>',\n inputs: ['icon', 'activeArrowButton', 'design', 'disabled', 'accessibleName'],\n outputs: ['ui5Click', 'ui5ArrowClick'],\n exportAs: 'ui5SplitButton',\n})\nclass SplitButtonComponent {\n /**\n Defines the icon to be displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\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 arrow button should have the active state styles or not.\n */\n activeArrowButton!: boolean;\n\n /**\n Defines the component design.\n */\n design!:\n | 'Default'\n | 'Positive'\n | 'Negative'\n | 'Transparent'\n | 'Emphasized'\n | 'Attention';\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 accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n\n /**\n Fired when the user clicks on the default action.\n */\n ui5Click!: EventEmitter<void>;\n /**\n Fired when the user clicks on the arrow action.\n */\n ui5ArrowClick!: EventEmitter<void>;\n\n private elementRef: ElementRef<SplitButton> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SplitButton {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SplitButtonComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AA2BM,IAAA,oBAAoB,GAhB1B,MAgBM,oBAAoB,CAAA;AAoDxB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA4B,MAAM,CAAC,UAAU,CAAC,CAAC;AACzD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA1DG,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAApB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,oBAAoB,yTALd,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,oBAAoB,GAAA,UAAA,CAAA;AAhBzB,IAAA,WAAW,CAAC;QACX,MAAM;QACN,mBAAmB;QACnB,QAAQ;QACR,UAAU;QACV,gBAAgB;KACjB,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,iBAAiB,EAAE,4BAA4B,CAAC,CAAC;;AAS1D,CAAA,EAAA,oBAAoB,CA2DzB,CAAA;2FA3DK,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBARzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,kBAAkB;AAC5B,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,EAAE,mBAAmB,EAAE,QAAQ,EAAE,UAAU,EAAE,gBAAgB,CAAC;AAC7E,oBAAA,OAAO,EAAE,CAAC,UAAU,EAAE,eAAe,CAAC;AACtC,oBAAA,QAAQ,EAAE,gBAAgB;AAC3B,iBAAA,CAAA;;;AC1BD;;AAEG;;;;"}
|
|
@@ -15,7 +15,7 @@ let StandardListItemComponent = class StandardListItemComponent {
|
|
|
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: StandardListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: StandardListItemComponent, isStandalone: true, selector: "ui5-li", inputs: { selected: "selected", type: "type", accessibilityAttributes: "accessibilityAttributes", navigated: "navigated", description: "description", icon: "icon", iconEnd: "iconEnd", image: "image", additionalText: "additionalText", additionalTextState: "additionalTextState", accessibleName: "accessibleName" }, outputs: { ui5DetailClick: "ui5DetailClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: StandardListItemComponent, isStandalone: true, selector: "ui5-li", inputs: { selected: "selected", type: "type", accessibilityAttributes: "accessibilityAttributes", navigated: "navigated", tooltip: "tooltip", highlight: "highlight", description: "description", icon: "icon", iconEnd: "iconEnd", image: "image", additionalText: "additionalText", additionalTextState: "additionalTextState", movable: "movable", accessibleName: "accessibleName" }, outputs: { ui5DetailClick: "ui5DetailClick" }, exportAs: ["ui5Li"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
19
19
|
};
|
|
20
20
|
StandardListItemComponent = __decorate([
|
|
21
21
|
ProxyInputs([
|
|
@@ -23,12 +23,15 @@ StandardListItemComponent = __decorate([
|
|
|
23
23
|
'type',
|
|
24
24
|
'accessibilityAttributes',
|
|
25
25
|
'navigated',
|
|
26
|
+
'tooltip',
|
|
27
|
+
'highlight',
|
|
26
28
|
'description',
|
|
27
29
|
'icon',
|
|
28
30
|
'iconEnd',
|
|
29
31
|
'image',
|
|
30
32
|
'additionalText',
|
|
31
33
|
'additionalTextState',
|
|
34
|
+
'movable',
|
|
32
35
|
'accessibleName',
|
|
33
36
|
]),
|
|
34
37
|
ProxyOutputs(['detail-click: ui5DetailClick']),
|
|
@@ -45,15 +48,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
|
|
|
45
48
|
'type',
|
|
46
49
|
'accessibilityAttributes',
|
|
47
50
|
'navigated',
|
|
51
|
+
'tooltip',
|
|
52
|
+
'highlight',
|
|
48
53
|
'description',
|
|
49
54
|
'icon',
|
|
50
55
|
'iconEnd',
|
|
51
56
|
'image',
|
|
52
57
|
'additionalText',
|
|
53
58
|
'additionalTextState',
|
|
59
|
+
'movable',
|
|
54
60
|
'accessibleName',
|
|
55
61
|
],
|
|
56
62
|
outputs: ['ui5DetailClick'],
|
|
63
|
+
exportAs: 'ui5Li',
|
|
57
64
|
}]
|
|
58
65
|
}], ctorParameters: () => [] });
|
|
59
66
|
|