@ui5/webcomponents-ngx 0.3.0-rc.2 → 0.3.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/compat/index.d.ts +1 -0
- package/compat/table/index.d.ts +115 -0
- package/{main → compat}/table-cell/index.d.ts +3 -3
- package/compat/table-column/index.d.ts +42 -0
- package/{main → compat}/table-group-row/index.d.ts +3 -3
- package/{main → compat}/table-row/index.d.ts +5 -5
- package/compat/theming/index.d.ts +9 -0
- package/compat/ui5-compat.module.d.ts +15 -0
- package/esm2022/compat/index.mjs +2 -0
- package/esm2022/compat/table/index.mjs +70 -0
- package/esm2022/compat/table/ui5-webcomponents-ngx-compat-table.mjs +5 -0
- package/esm2022/compat/table-cell/index.mjs +27 -0
- package/esm2022/{main/table-column/ui5-webcomponents-ngx-main-table-column.mjs → compat/table-cell/ui5-webcomponents-ngx-compat-table-cell.mjs} +1 -1
- package/esm2022/compat/table-column/index.mjs +34 -0
- package/esm2022/compat/table-column/ui5-webcomponents-ngx-compat-table-column.mjs +5 -0
- package/esm2022/compat/table-group-row/index.mjs +27 -0
- package/esm2022/compat/table-group-row/ui5-webcomponents-ngx-compat-table-group-row.mjs +5 -0
- package/esm2022/compat/table-row/index.mjs +34 -0
- package/esm2022/compat/table-row/ui5-webcomponents-ngx-compat-table-row.mjs +5 -0
- package/esm2022/compat/theming/index.mjs +17 -0
- package/esm2022/{main/table-row/ui5-webcomponents-ngx-main-table-row.mjs → compat/theming/ui5-webcomponents-ngx-compat-theming.mjs} +1 -1
- package/esm2022/compat/ui5-compat.module.mjs +41 -0
- package/esm2022/compat/ui5-webcomponents-ngx-compat.mjs +5 -0
- package/esm2022/fiori/barcode-scanner-dialog/index.mjs +12 -5
- package/esm2022/fiori/dynamic-page/index.mjs +39 -0
- package/esm2022/fiori/dynamic-page/ui5-webcomponents-ngx-fiori-dynamic-page.mjs +5 -0
- package/esm2022/fiori/dynamic-page-header/index.mjs +27 -0
- package/esm2022/fiori/dynamic-page-header/ui5-webcomponents-ngx-fiori-dynamic-page-header.mjs +5 -0
- package/esm2022/fiori/dynamic-page-title/index.mjs +27 -0
- package/esm2022/fiori/dynamic-page-title/ui5-webcomponents-ngx-fiori-dynamic-page-title.mjs +5 -0
- package/esm2022/fiori/dynamic-side-content/index.mjs +3 -2
- package/esm2022/fiori/filter-item/index.mjs +3 -2
- package/esm2022/fiori/filter-item-option/index.mjs +3 -2
- package/esm2022/fiori/flexible-column-layout/index.mjs +5 -9
- package/esm2022/fiori/illustrated-message/index.mjs +5 -12
- package/esm2022/fiori/media-gallery/index.mjs +3 -2
- package/esm2022/fiori/media-gallery-item/index.mjs +3 -2
- package/esm2022/fiori/notification-list/index.mjs +40 -0
- package/esm2022/fiori/notification-list/ui5-webcomponents-ngx-fiori-notification-list.mjs +5 -0
- package/esm2022/fiori/notification-list-group-item/index.mjs +9 -14
- package/esm2022/fiori/notification-list-item/index.mjs +13 -10
- package/esm2022/fiori/page/index.mjs +5 -14
- package/esm2022/fiori/product-switch/index.mjs +3 -2
- package/esm2022/fiori/product-switch-item/index.mjs +3 -2
- package/esm2022/fiori/shell-bar/index.mjs +3 -10
- package/esm2022/fiori/shell-bar-item/index.mjs +3 -2
- package/esm2022/fiori/side-navigation/index.mjs +3 -2
- package/esm2022/fiori/side-navigation-group/index.mjs +34 -0
- package/esm2022/fiori/side-navigation-group/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs +5 -0
- package/esm2022/fiori/side-navigation-item/index.mjs +3 -6
- package/esm2022/fiori/side-navigation-sub-item/index.mjs +5 -4
- package/esm2022/fiori/sort-item/index.mjs +3 -2
- package/esm2022/fiori/timeline/index.mjs +3 -2
- package/esm2022/fiori/timeline-item/index.mjs +3 -2
- package/esm2022/fiori/ui5-fiori.module.mjs +23 -11
- package/esm2022/fiori/upload-collection/index.mjs +5 -4
- package/esm2022/fiori/upload-collection-item/index.mjs +7 -2
- package/esm2022/fiori/view-settings-dialog/index.mjs +3 -2
- package/esm2022/fiori/wizard/index.mjs +3 -2
- package/esm2022/fiori/wizard-step/index.mjs +3 -2
- package/esm2022/generic-cva/index.mjs +3 -4
- package/esm2022/index.mjs +27 -13
- package/esm2022/main/avatar/index.mjs +5 -2
- package/esm2022/main/avatar-group/index.mjs +5 -4
- package/esm2022/main/bar/index.mjs +34 -0
- package/esm2022/main/bar/ui5-webcomponents-ngx-main-bar.mjs +5 -0
- package/esm2022/main/breadcrumbs/index.mjs +5 -4
- package/esm2022/main/breadcrumbs-item/index.mjs +3 -2
- package/esm2022/main/busy-indicator/index.mjs +5 -4
- package/esm2022/main/button/index.mjs +7 -4
- package/esm2022/main/calendar/index.mjs +5 -4
- package/esm2022/main/calendar-date/index.mjs +3 -2
- package/esm2022/main/calendar-date-range/index.mjs +34 -0
- package/esm2022/main/calendar-date-range/ui5-webcomponents-ngx-main-calendar-date-range.mjs +5 -0
- package/esm2022/main/calendar-legend/index.mjs +44 -0
- package/esm2022/main/{table-group-row/ui5-webcomponents-ngx-main-table-group-row.mjs → calendar-legend/ui5-webcomponents-ngx-main-calendar-legend.mjs} +1 -1
- package/esm2022/main/calendar-legend-item/index.mjs +34 -0
- package/esm2022/main/calendar-legend-item/ui5-webcomponents-ngx-main-calendar-legend-item.mjs +5 -0
- package/esm2022/main/card/index.mjs +3 -2
- package/esm2022/main/card-header/index.mjs +5 -4
- package/esm2022/main/carousel/index.mjs +11 -10
- package/esm2022/main/check-box/index.mjs +4 -3
- package/esm2022/main/color-palette/index.mjs +3 -2
- package/esm2022/main/color-palette-item/index.mjs +5 -4
- package/esm2022/main/color-palette-popover/index.mjs +3 -2
- package/esm2022/main/color-picker/index.mjs +5 -4
- package/esm2022/main/combo-box/index.mjs +7 -4
- package/esm2022/main/combo-box-item/index.mjs +3 -2
- package/esm2022/main/combo-box-item-group/index.mjs +34 -0
- package/esm2022/main/{combo-box-group-item/ui5-webcomponents-ngx-main-combo-box-group-item.mjs → combo-box-item-group/ui5-webcomponents-ngx-main-combo-box-item-group.mjs} +1 -1
- package/esm2022/main/custom-list-item/index.mjs +9 -2
- package/esm2022/main/date-picker/index.mjs +7 -4
- package/esm2022/main/date-range-picker/index.mjs +7 -4
- package/esm2022/main/date-time-picker/index.mjs +7 -4
- package/esm2022/main/dialog/index.mjs +10 -7
- package/esm2022/main/file-uploader/index.mjs +4 -3
- package/esm2022/main/form/index.mjs +34 -0
- package/esm2022/{fiori/bar/ui5-webcomponents-ngx-fiori-bar.mjs → main/form/ui5-webcomponents-ngx-main-form.mjs} +1 -1
- package/esm2022/main/form-group/index.mjs +34 -0
- package/esm2022/main/{table-cell/ui5-webcomponents-ngx-main-table-cell.mjs → form-group/ui5-webcomponents-ngx-main-form-group.mjs} +1 -1
- package/esm2022/main/form-item/index.mjs +34 -0
- package/esm2022/main/form-item/ui5-webcomponents-ngx-main-form-item.mjs +5 -0
- package/esm2022/main/icon/index.mjs +5 -18
- package/esm2022/main/input/index.mjs +13 -8
- package/esm2022/main/label/index.mjs +3 -2
- package/esm2022/main/link/index.mjs +5 -2
- package/esm2022/main/list/index.mjs +15 -8
- package/esm2022/main/list-item-group/index.mjs +34 -0
- package/esm2022/main/list-item-group/ui5-webcomponents-ngx-main-list-item-group.mjs +5 -0
- package/esm2022/main/menu/index.mjs +9 -8
- package/esm2022/main/menu-item/index.mjs +22 -7
- package/esm2022/main/message-strip/index.mjs +5 -4
- package/esm2022/main/multi-combo-box/index.mjs +9 -6
- package/esm2022/main/multi-combo-box-group-item/index.mjs +3 -2
- package/esm2022/main/multi-combo-box-item/index.mjs +3 -2
- package/esm2022/main/multi-input/index.mjs +13 -8
- package/esm2022/main/option/index.mjs +5 -4
- package/esm2022/main/option-custom/index.mjs +34 -0
- package/esm2022/main/option-custom/ui5-webcomponents-ngx-main-option-custom.mjs +5 -0
- package/esm2022/main/panel/index.mjs +3 -2
- package/esm2022/main/popover/index.mjs +12 -11
- package/esm2022/main/progress-indicator/index.mjs +3 -4
- package/esm2022/main/radio-button/index.mjs +4 -3
- package/esm2022/main/range-slider/index.mjs +7 -4
- package/esm2022/main/rating-indicator/index.mjs +3 -2
- package/esm2022/main/responsive-popover/index.mjs +12 -11
- package/esm2022/main/segmented-button/index.mjs +5 -4
- package/esm2022/main/segmented-button-item/index.mjs +8 -19
- package/esm2022/main/select/index.mjs +4 -5
- package/esm2022/main/slider/index.mjs +7 -4
- package/esm2022/main/special-calendar-date/index.mjs +34 -0
- package/esm2022/main/special-calendar-date/ui5-webcomponents-ngx-main-special-calendar-date.mjs +5 -0
- package/esm2022/main/split-button/index.mjs +4 -11
- package/esm2022/main/standard-list-item/index.mjs +9 -2
- package/esm2022/main/step-input/index.mjs +5 -4
- package/esm2022/main/suggestion-group-item/index.mjs +3 -2
- package/esm2022/main/suggestion-item/index.mjs +3 -2
- package/esm2022/main/switch/index.mjs +4 -3
- package/esm2022/main/tab/index.mjs +3 -2
- package/esm2022/main/tab-container/index.mjs +11 -10
- package/esm2022/main/tab-separator/index.mjs +3 -2
- package/esm2022/main/tag/index.mjs +50 -0
- package/esm2022/main/tag/ui5-webcomponents-ngx-main-tag.mjs +5 -0
- package/esm2022/main/text/index.mjs +34 -0
- package/esm2022/main/text/ui5-webcomponents-ngx-main-text.mjs +5 -0
- package/esm2022/main/text-area/index.mjs +14 -8
- package/esm2022/main/time-picker/index.mjs +16 -6
- package/esm2022/main/title/index.mjs +3 -2
- package/esm2022/main/toast/index.mjs +8 -5
- package/esm2022/main/toggle-button/index.mjs +7 -4
- package/esm2022/main/token/index.mjs +6 -7
- package/esm2022/main/tokenizer/index.mjs +39 -0
- package/esm2022/main/tokenizer/ui5-webcomponents-ngx-main-tokenizer.mjs +5 -0
- package/esm2022/main/toolbar/index.mjs +3 -2
- package/esm2022/main/toolbar-button/index.mjs +5 -4
- package/esm2022/main/toolbar-select/index.mjs +3 -2
- package/esm2022/main/toolbar-select-option/index.mjs +3 -2
- package/esm2022/main/toolbar-separator/index.mjs +3 -2
- package/esm2022/main/toolbar-spacer/index.mjs +3 -2
- package/esm2022/main/tree/index.mjs +5 -4
- package/esm2022/main/tree-item/index.mjs +9 -2
- package/esm2022/main/tree-item-custom/index.mjs +9 -2
- package/esm2022/main/ui5-main.module.mjs +57 -41
- package/esm2022/theming/supported-themes.mjs +2 -2
- package/esm2022/ui5-webcomponents.module.mjs +5 -4
- package/fesm2022/{ui5-webcomponents-ngx-main-table-cell.mjs → ui5-webcomponents-ngx-compat-table-cell.mjs} +4 -3
- package/fesm2022/ui5-webcomponents-ngx-compat-table-cell.mjs.map +1 -0
- package/fesm2022/{ui5-webcomponents-ngx-main-table-column.mjs → ui5-webcomponents-ngx-compat-table-column.mjs} +4 -3
- package/fesm2022/ui5-webcomponents-ngx-compat-table-column.mjs.map +1 -0
- package/fesm2022/{ui5-webcomponents-ngx-main-table-group-row.mjs → ui5-webcomponents-ngx-compat-table-group-row.mjs} +4 -3
- package/fesm2022/ui5-webcomponents-ngx-compat-table-group-row.mjs.map +1 -0
- package/fesm2022/{ui5-webcomponents-ngx-main-table-row.mjs → ui5-webcomponents-ngx-compat-table-row.mjs} +4 -3
- package/fesm2022/ui5-webcomponents-ngx-compat-table-row.mjs.map +1 -0
- package/fesm2022/{ui5-webcomponents-ngx-main-table.mjs → ui5-webcomponents-ngx-compat-table.mjs} +4 -3
- package/fesm2022/ui5-webcomponents-ngx-compat-table.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-compat-theming.mjs +23 -0
- package/fesm2022/ui5-webcomponents-ngx-compat-theming.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-compat.mjs +46 -0
- package/fesm2022/ui5-webcomponents-ngx-compat.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-barcode-scanner-dialog.mjs +11 -4
- package/fesm2022/ui5-webcomponents-ngx-fiori-barcode-scanner-dialog.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-header.mjs +33 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-header.mjs.map +1 -0
- package/fesm2022/{ui5-webcomponents-ngx-main-select-menu.mjs → ui5-webcomponents-ngx-fiori-dynamic-page-title.mjs} +9 -8
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-title.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page.mjs +45 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item-option.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item-option.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-flexible-column-layout.mjs +4 -8
- package/fesm2022/ui5-webcomponents-ngx-fiori-flexible-column-layout.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-illustrated-message.mjs +4 -11
- package/fesm2022/ui5-webcomponents-ngx-fiori-illustrated-message.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-group-item.mjs +8 -13
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-group-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-item.mjs +12 -9
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list.mjs +46 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-page.mjs +4 -13
- package/fesm2022/ui5-webcomponents-ngx-fiori-page.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar.mjs +2 -9
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-item.mjs +2 -5
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-sort-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-sort-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-timeline-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-timeline-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-timeline.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-timeline.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection-item.mjs +6 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-wizard-step.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-wizard-step.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-wizard.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-wizard.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori.mjs +22 -10
- package/fesm2022/ui5-webcomponents-ngx-fiori.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-generic-cva.mjs +2 -3
- package/fesm2022/ui5-webcomponents-ngx-generic-cva.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-avatar-group.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-avatar-group.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-avatar.mjs +4 -1
- package/fesm2022/ui5-webcomponents-ngx-main-avatar.mjs.map +1 -1
- package/fesm2022/{ui5-webcomponents-ngx-fiori-bar.mjs → ui5-webcomponents-ngx-main-bar.mjs} +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-bar.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-busy-indicator.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-busy-indicator.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-button.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-date-range.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-date-range.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-date.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-date.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend-item.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend.mjs +50 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-calendar.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-calendar.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-card-header.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-card-header.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-card.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-card.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-carousel.mjs +10 -9
- package/fesm2022/ui5-webcomponents-ngx-main-carousel.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-check-box.mjs +3 -2
- package/fesm2022/ui5-webcomponents-ngx-main-check-box.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette-item.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette-popover.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette-popover.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-palette.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs.map +1 -1
- package/fesm2022/{ui5-webcomponents-ngx-main-combo-box-group-item.mjs → ui5-webcomponents-ngx-main-combo-box-item-group.mjs} +11 -10
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-custom-list-item.mjs +8 -1
- package/fesm2022/ui5-webcomponents-ngx-main-custom-list-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-date-picker.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-date-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-date-range-picker.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-date-range-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-date-time-picker.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-date-time-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs +9 -6
- package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-file-uploader.mjs +3 -2
- package/fesm2022/ui5-webcomponents-ngx-main-file-uploader.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-form-group.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form-item.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-icon.mjs +4 -17
- package/fesm2022/ui5-webcomponents-ngx-main-icon.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-input.mjs +12 -7
- package/fesm2022/ui5-webcomponents-ngx-main-input.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-label.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-label.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-link.mjs +4 -1
- package/fesm2022/ui5-webcomponents-ngx-main-link.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-list-item-group.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-list-item-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-list.mjs +14 -7
- package/fesm2022/ui5-webcomponents-ngx-main-list.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-menu-item.mjs +21 -6
- package/fesm2022/ui5-webcomponents-ngx-main-menu-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-menu.mjs +8 -7
- package/fesm2022/ui5-webcomponents-ngx-main-menu.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-message-strip.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-message-strip.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-group-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-group-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box.mjs +8 -5
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-input.mjs +12 -7
- package/fesm2022/ui5-webcomponents-ngx-main-multi-input.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-option-custom.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-option-custom.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-option.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-option.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-panel.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-panel.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-popover.mjs +11 -10
- package/fesm2022/ui5-webcomponents-ngx-main-popover.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-progress-indicator.mjs +2 -3
- package/fesm2022/ui5-webcomponents-ngx-main-progress-indicator.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-radio-button.mjs +3 -2
- package/fesm2022/ui5-webcomponents-ngx-main-radio-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-range-slider.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-range-slider.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-responsive-popover.mjs +11 -10
- package/fesm2022/ui5-webcomponents-ngx-main-responsive-popover.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-segmented-button-item.mjs +7 -18
- package/fesm2022/ui5-webcomponents-ngx-main-segmented-button-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-segmented-button.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-segmented-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-select.mjs +3 -4
- package/fesm2022/ui5-webcomponents-ngx-main-select.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-slider.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-slider.mjs.map +1 -1
- package/fesm2022/{ui5-webcomponents-ngx-main-group-header-list-item.mjs → ui5-webcomponents-ngx-main-special-calendar-date.mjs} +13 -12
- package/fesm2022/ui5-webcomponents-ngx-main-special-calendar-date.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-split-button.mjs +3 -10
- package/fesm2022/ui5-webcomponents-ngx-main-split-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-standard-list-item.mjs +8 -1
- package/fesm2022/ui5-webcomponents-ngx-main-standard-list-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-group-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-group-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-switch.mjs +3 -2
- package/fesm2022/ui5-webcomponents-ngx-main-switch.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tab-container.mjs +10 -9
- package/fesm2022/ui5-webcomponents-ngx-main-tab-container.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tab-separator.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tab-separator.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tab.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tab.mjs.map +1 -1
- package/fesm2022/{ui5-webcomponents-ngx-main-badge.mjs → ui5-webcomponents-ngx-main-tag.mjs} +13 -10
- package/fesm2022/ui5-webcomponents-ngx-main-tag.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-text-area.mjs +13 -7
- package/fesm2022/ui5-webcomponents-ngx-main-text-area.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-text.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-text.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-time-picker.mjs +15 -5
- package/fesm2022/ui5-webcomponents-ngx-main-time-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-title.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-title.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toast.mjs +7 -4
- package/fesm2022/ui5-webcomponents-ngx-main-toast.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-token.mjs +5 -6
- package/fesm2022/ui5-webcomponents-ngx-main-token.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs +45 -0
- package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select-option.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select-option.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-separator.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-separator.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-spacer.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar-spacer.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar.mjs +2 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toolbar.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree-item-custom.mjs +8 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree-item-custom.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree-item.mjs +8 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs +4 -3
- package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main.mjs +56 -40
- package/fesm2022/ui5-webcomponents-ngx-main.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-theming.mjs +1 -1
- package/fesm2022/ui5-webcomponents-ngx-theming.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx.mjs +30 -15
- package/fesm2022/ui5-webcomponents-ngx.mjs.map +1 -1
- package/fiori/barcode-scanner-dialog/index.d.ts +9 -1
- package/fiori/dynamic-page/index.d.ts +38 -0
- package/fiori/dynamic-page-header/index.d.ts +13 -0
- package/fiori/dynamic-page-title/index.d.ts +13 -0
- package/fiori/dynamic-side-content/index.d.ts +1 -30
- package/fiori/filter-item/index.d.ts +1 -1
- package/fiori/filter-item-option/index.d.ts +1 -1
- package/fiori/flexible-column-layout/index.d.ts +27 -28
- package/fiori/illustrated-message/index.d.ts +26 -36
- package/fiori/media-gallery/index.d.ts +6 -6
- package/fiori/media-gallery-item/index.d.ts +1 -7
- package/fiori/notification-list/index.d.ts +30 -0
- package/fiori/notification-list-group-item/index.d.ts +9 -26
- package/fiori/notification-list-item/index.d.ts +26 -24
- package/fiori/page/index.d.ts +9 -10
- package/fiori/product-switch/index.d.ts +1 -1
- package/fiori/product-switch-item/index.d.ts +14 -15
- package/fiori/shell-bar/index.d.ts +41 -58
- package/fiori/shell-bar-item/index.d.ts +3 -3
- package/fiori/side-navigation/index.d.ts +2 -2
- package/fiori/side-navigation-group/index.d.ts +33 -0
- package/fiori/side-navigation-item/index.d.ts +14 -27
- package/fiori/side-navigation-sub-item/index.d.ts +13 -26
- package/fiori/sort-item/index.d.ts +1 -1
- package/fiori/timeline/index.d.ts +1 -9
- package/fiori/timeline-item/index.d.ts +7 -8
- package/fiori/ui5-fiori.module.d.ts +32 -29
- package/fiori/upload-collection/index.d.ts +10 -13
- package/fiori/upload-collection-item/index.d.ts +51 -44
- package/fiori/view-settings-dialog/index.d.ts +2 -2
- package/fiori/wizard/index.d.ts +2 -2
- package/fiori/wizard-step/index.d.ts +16 -23
- package/generic-cva/index.d.ts +0 -1
- package/index.d.ts +26 -12
- package/main/avatar/index.d.ts +37 -31
- package/main/avatar-group/index.d.ts +12 -4
- package/{fiori → main}/bar/index.d.ts +3 -3
- package/main/breadcrumbs/index.d.ts +10 -8
- package/main/breadcrumbs-item/index.d.ts +12 -13
- package/main/busy-indicator/index.d.ts +6 -2
- package/main/button/index.d.ts +40 -42
- package/main/calendar/index.d.ts +14 -15
- package/main/calendar-date/index.d.ts +3 -3
- package/main/calendar-date-range/index.d.ts +23 -0
- package/main/calendar-legend/index.d.ts +29 -0
- package/main/calendar-legend-item/index.d.ts +21 -0
- package/main/card/index.d.ts +3 -2
- package/main/card-header/index.d.ts +6 -6
- package/main/carousel/index.d.ts +27 -22
- package/main/check-box/index.d.ts +23 -30
- package/main/color-palette/index.d.ts +1 -1
- package/main/color-palette-item/index.d.ts +10 -3
- package/main/color-palette-popover/index.d.ts +8 -4
- package/main/color-picker/index.d.ts +10 -4
- package/main/combo-box/index.d.ts +14 -8
- package/main/combo-box-item/index.d.ts +1 -1
- package/main/combo-box-item-group/index.d.ts +17 -0
- package/main/custom-list-item/index.d.ts +32 -24
- package/main/date-picker/index.d.ts +12 -17
- package/main/date-range-picker/index.d.ts +12 -17
- package/main/date-time-picker/index.d.ts +12 -17
- package/main/dialog/index.d.ts +35 -27
- package/main/file-uploader/index.d.ts +10 -16
- package/main/form/index.d.ts +48 -0
- package/main/form-group/index.d.ts +22 -0
- package/main/form-item/index.d.ts +22 -0
- package/main/icon/index.d.ts +17 -30
- package/main/input/index.d.ts +39 -37
- package/main/label/index.d.ts +10 -9
- package/main/link/index.d.ts +31 -42
- package/main/list/index.d.ts +50 -31
- package/main/list-item-group/index.d.ts +21 -0
- package/main/menu/index.d.ts +17 -15
- package/main/menu-item/index.d.ts +63 -15
- package/main/message-strip/index.d.ts +11 -3
- package/main/multi-combo-box/index.d.ts +17 -9
- package/main/multi-combo-box-group-item/index.d.ts +1 -1
- package/main/multi-combo-box-item/index.d.ts +1 -1
- package/main/multi-input/index.d.ts +43 -39
- package/main/option/index.d.ts +13 -15
- package/main/option-custom/index.d.ts +31 -0
- package/main/panel/index.d.ts +6 -6
- package/main/popover/index.d.ts +25 -20
- package/main/progress-indicator/index.d.ts +7 -12
- package/main/radio-button/index.d.ts +15 -27
- package/main/range-slider/index.d.ts +13 -9
- package/main/rating-indicator/index.d.ts +10 -12
- package/main/responsive-popover/index.d.ts +25 -20
- package/main/segmented-button/index.d.ts +2 -10
- package/main/segmented-button-item/index.d.ts +11 -68
- package/main/select/index.d.ts +14 -29
- package/main/slider/index.d.ts +13 -7
- package/main/special-calendar-date/index.d.ts +22 -0
- package/main/split-button/index.d.ts +3 -7
- package/main/standard-list-item/index.d.ts +44 -37
- package/main/step-input/index.d.ts +12 -14
- package/main/suggestion-group-item/index.d.ts +2 -2
- package/main/suggestion-item/index.d.ts +18 -18
- package/main/switch/index.d.ts +20 -28
- package/main/tab/index.d.ts +9 -12
- package/main/tab-container/index.d.ts +23 -25
- package/main/tab-separator/index.d.ts +1 -1
- package/main/tag/index.d.ts +52 -0
- package/main/text/index.d.ts +17 -0
- package/main/text-area/index.d.ts +31 -33
- package/main/time-picker/index.d.ts +28 -21
- package/main/title/index.d.ts +4 -3
- package/main/toast/index.d.ts +13 -5
- package/main/toggle-button/index.d.ts +40 -42
- package/main/token/index.d.ts +1 -13
- package/main/tokenizer/index.d.ts +43 -0
- package/main/toolbar/index.d.ts +1 -1
- package/main/toolbar-button/index.d.ts +35 -56
- package/main/toolbar-select/index.d.ts +5 -13
- package/main/toolbar-select-option/index.d.ts +1 -1
- package/main/toolbar-separator/index.d.ts +1 -7
- package/main/toolbar-spacer/index.d.ts +2 -9
- package/main/tree/index.d.ts +12 -11
- package/main/tree-item/index.d.ts +48 -42
- package/main/tree-item-custom/index.d.ts +46 -40
- package/main/ui5-main.module.d.ts +79 -75
- package/package.json +160 -75
- package/ui5-webcomponents-ngx-0.3.0-rc.3.tgz +0 -0
- package/ui5-webcomponents.module.d.ts +2 -1
- package/esm2022/fiori/bar/index.mjs +0 -33
- package/esm2022/fiori/notification-action/index.mjs +0 -35
- package/esm2022/fiori/notification-action/ui5-webcomponents-ngx-fiori-notification-action.mjs +0 -5
- package/esm2022/main/badge/index.mjs +0 -47
- package/esm2022/main/badge/ui5-webcomponents-ngx-main-badge.mjs +0 -5
- package/esm2022/main/combo-box-group-item/index.mjs +0 -33
- package/esm2022/main/group-header-list-item/index.mjs +0 -33
- package/esm2022/main/group-header-list-item/ui5-webcomponents-ngx-main-group-header-list-item.mjs +0 -5
- package/esm2022/main/select-menu/index.mjs +0 -26
- package/esm2022/main/select-menu/ui5-webcomponents-ngx-main-select-menu.mjs +0 -5
- package/esm2022/main/select-menu-option/index.mjs +0 -53
- package/esm2022/main/select-menu-option/ui5-webcomponents-ngx-main-select-menu-option.mjs +0 -5
- package/esm2022/main/table/index.mjs +0 -69
- package/esm2022/main/table/ui5-webcomponents-ngx-main-table.mjs +0 -5
- package/esm2022/main/table-cell/index.mjs +0 -26
- package/esm2022/main/table-column/index.mjs +0 -33
- package/esm2022/main/table-group-row/index.mjs +0 -26
- package/esm2022/main/table-row/index.mjs +0 -33
- package/fesm2022/ui5-webcomponents-ngx-fiori-bar.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-action.mjs +0 -41
- package/fesm2022/ui5-webcomponents-ngx-fiori-notification-action.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-badge.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-group-item.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-group-header-list-item.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-select-menu-option.mjs +0 -59
- package/fesm2022/ui5-webcomponents-ngx-main-select-menu-option.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-select-menu.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-cell.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-column.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-group-row.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs.map +0 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table.mjs.map +0 -1
- package/fiori/notification-action/index.d.ts +0 -40
- package/main/badge/index.d.ts +0 -47
- package/main/combo-box-group-item/index.d.ts +0 -17
- package/main/group-header-list-item/index.d.ts +0 -22
- package/main/select-menu/index.d.ts +0 -13
- package/main/select-menu-option/index.d.ts +0 -56
- package/main/table/index.d.ts +0 -125
- package/main/table-column/index.d.ts +0 -45
- package/ui5-webcomponents-ngx-0.3.0-rc.2.tgz +0 -0
package/README.md
CHANGED
|
@@ -19,6 +19,7 @@ All the components that are included in this library, are standalone and can be
|
|
|
19
19
|
```typescript
|
|
20
20
|
import { Ui5MainModule } from '@ui5/webcomponents-ngx/main'; // Main module import
|
|
21
21
|
import { Ui5FioriModule } from '@ui5/webcomponents-ngx/fiori'; // Fiori module import
|
|
22
|
+
import { Ui5CompatModule } from '@ui5/webcomponents-ngx/compat'; // Fiori module import
|
|
22
23
|
import { Ui5WebcomponentsModule } from '@ui5/webcomponents-ngx'; // All components import
|
|
23
24
|
```
|
|
24
25
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Ui5CompatModule } from './ui5-compat.module';
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-compat/dist/Table.js';
|
|
3
|
+
import { default as Table, TablePopinChangeEventDetail, TableSelectionChangeEventDetail } from '@ui5/webcomponents-compat/dist/Table.js';
|
|
4
|
+
import { TableRowClickEventDetail } from '@ui5/webcomponents-compat/dist/TableRow.js';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
declare class TableComponent {
|
|
7
|
+
/**
|
|
8
|
+
Defines the text that will be displayed when there is no data and `hideNoData` is not present.
|
|
9
|
+
*/
|
|
10
|
+
noDataText: string;
|
|
11
|
+
/**
|
|
12
|
+
Defines the text that will be displayed inside the growing button at the bottom of the table,
|
|
13
|
+
meant for loading more rows upon press.
|
|
14
|
+
|
|
15
|
+
**Note:** If not specified a built-in text will be displayed.
|
|
16
|
+
|
|
17
|
+
**Note:** This property takes effect if `growing` is set to `Button`.
|
|
18
|
+
*/
|
|
19
|
+
growingButtonText: string;
|
|
20
|
+
/**
|
|
21
|
+
Defines the subtext that will be displayed under the `growingButtonText`.
|
|
22
|
+
|
|
23
|
+
**Note:** This property takes effect if `growing` is set to `Button`.
|
|
24
|
+
*/
|
|
25
|
+
growingButtonSubtext: string;
|
|
26
|
+
/**
|
|
27
|
+
Defines if the value of `noDataText` will be diplayed when there is no rows present in the table.
|
|
28
|
+
*/
|
|
29
|
+
hideNoData: boolean;
|
|
30
|
+
/**
|
|
31
|
+
Defines whether the table will have growing capability either by pressing a `More` button,
|
|
32
|
+
or via user scroll. In both cases `load-more` event is fired.
|
|
33
|
+
|
|
34
|
+
Available options:
|
|
35
|
+
|
|
36
|
+
`Button` - Shows a `More` button at the bottom of the table, pressing of which triggers the `load-more` event.
|
|
37
|
+
|
|
38
|
+
`Scroll` - The `load-more` event is triggered when the user scrolls to the bottom of the table;
|
|
39
|
+
|
|
40
|
+
`None` (default) - The growing is off.
|
|
41
|
+
|
|
42
|
+
**Restrictions:** `growing="Scroll"` is not supported for Internet Explorer,
|
|
43
|
+
and the component will fallback to `growing="Button"`.
|
|
44
|
+
*/
|
|
45
|
+
growing: 'Button' | 'Scroll' | 'None';
|
|
46
|
+
/**
|
|
47
|
+
Defines if the table is in busy state.
|
|
48
|
+
|
|
49
|
+
In this state the component's opacity is reduced
|
|
50
|
+
and busy indicator is displayed at the bottom of the table.
|
|
51
|
+
*/
|
|
52
|
+
busy: boolean;
|
|
53
|
+
/**
|
|
54
|
+
Defines the delay in milliseconds, after which the busy indicator will show up for this component.
|
|
55
|
+
*/
|
|
56
|
+
busyDelay: number;
|
|
57
|
+
/**
|
|
58
|
+
Determines whether the column headers remain fixed at the top of the page during
|
|
59
|
+
vertical scrolling as long as the Web Component is in the viewport.
|
|
60
|
+
|
|
61
|
+
**Restrictions:**
|
|
62
|
+
|
|
63
|
+
- Browsers that do not support this feature:
|
|
64
|
+
|
|
65
|
+
- Internet Explorer
|
|
66
|
+
- Microsoft Edge lower than version 41 (EdgeHTML 16)
|
|
67
|
+
- Mozilla Firefox lower than version 59
|
|
68
|
+
|
|
69
|
+
- Scrolling behavior:
|
|
70
|
+
|
|
71
|
+
- If the Web Component is placed in layout containers that have the `overflow: hidden`
|
|
72
|
+
or `overflow: auto` style definition, this can
|
|
73
|
+
prevent the sticky elements of the Web Component from becoming fixed at the top of the viewport.
|
|
74
|
+
*/
|
|
75
|
+
stickyColumnHeader: boolean;
|
|
76
|
+
/**
|
|
77
|
+
Defines the mode of the component.
|
|
78
|
+
*/
|
|
79
|
+
mode: 'None' | 'SingleSelect' | 'MultiSelect';
|
|
80
|
+
/**
|
|
81
|
+
Defines the accessible ARIA name of the component.
|
|
82
|
+
*/
|
|
83
|
+
accessibleName: string | undefined;
|
|
84
|
+
/**
|
|
85
|
+
Receives id(or many ids) of the elements that label the component.
|
|
86
|
+
*/
|
|
87
|
+
accessibleNameRef: string;
|
|
88
|
+
/**
|
|
89
|
+
Fired when a row in `Active` mode is clicked or `Enter` key is pressed.
|
|
90
|
+
*/
|
|
91
|
+
ui5RowClick: EventEmitter<TableRowClickEventDetail>;
|
|
92
|
+
/**
|
|
93
|
+
Fired when `ui5-table-column` is shown as a pop-in instead of hiding it.
|
|
94
|
+
*/
|
|
95
|
+
ui5PopinChange: EventEmitter<TablePopinChangeEventDetail>;
|
|
96
|
+
/**
|
|
97
|
+
Fired when the user presses the `More` button or scrolls to the table's end.
|
|
98
|
+
|
|
99
|
+
**Note:** The event will be fired if `growing` is set to `Button` or `Scroll`.
|
|
100
|
+
*/
|
|
101
|
+
ui5LoadMore: EventEmitter<void>;
|
|
102
|
+
/**
|
|
103
|
+
Fired when selection is changed by user interaction
|
|
104
|
+
in `SingleSelect` and `MultiSelect` modes.
|
|
105
|
+
*/
|
|
106
|
+
ui5SelectionChange: EventEmitter<TableSelectionChangeEventDetail>;
|
|
107
|
+
private elementRef;
|
|
108
|
+
private zone;
|
|
109
|
+
private cdr;
|
|
110
|
+
get element(): Table;
|
|
111
|
+
constructor();
|
|
112
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
113
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "ui5-table", ["ui5Table"], { "noDataText": { "alias": "noDataText"; "required": false; }; "growingButtonText": { "alias": "growingButtonText"; "required": false; }; "growingButtonSubtext": { "alias": "growingButtonSubtext"; "required": false; }; "hideNoData": { "alias": "hideNoData"; "required": false; }; "growing": { "alias": "growing"; "required": false; }; "busy": { "alias": "busy"; "required": false; }; "busyDelay": { "alias": "busyDelay"; "required": false; }; "stickyColumnHeader": { "alias": "stickyColumnHeader"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, { "ui5RowClick": "ui5RowClick"; "ui5PopinChange": "ui5PopinChange"; "ui5LoadMore": "ui5LoadMore"; "ui5SelectionChange": "ui5SelectionChange"; }, never, ["*"], true, never>;
|
|
114
|
+
}
|
|
115
|
+
export { TableComponent };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import '@ui5/webcomponents/dist/TableCell.js';
|
|
2
|
-
import TableCell from '@ui5/webcomponents/dist/TableCell.js';
|
|
1
|
+
import '@ui5/webcomponents-compat/dist/TableCell.js';
|
|
2
|
+
import TableCell from '@ui5/webcomponents-compat/dist/TableCell.js';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
declare class TableCellComponent {
|
|
5
5
|
private elementRef;
|
|
@@ -8,6 +8,6 @@ declare class TableCellComponent {
|
|
|
8
8
|
get element(): TableCell;
|
|
9
9
|
constructor();
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableCellComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableCellComponent, "ui5-table-cell",
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableCellComponent, "ui5-table-cell", ["ui5TableCell"], {}, {}, never, ["*"], true, never>;
|
|
12
12
|
}
|
|
13
13
|
export { TableCellComponent };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import '@ui5/webcomponents-compat/dist/TableColumn.js';
|
|
2
|
+
import TableColumn from '@ui5/webcomponents-compat/dist/TableColumn.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
declare class TableColumnComponent {
|
|
5
|
+
/**
|
|
6
|
+
Defines the minimum table width required to display this column. By default it is always displayed.
|
|
7
|
+
|
|
8
|
+
The responsive behavior of the `ui5-table` is determined by this property. As an example, by setting
|
|
9
|
+
`minWidth` property to `400` sets the minimum width to 400 pixels, and shows this column on tablet (and desktop) but hides it on mobile.
|
|
10
|
+
|
|
11
|
+
For further responsive design options, see `demandPopin` property.
|
|
12
|
+
*/
|
|
13
|
+
minWidth: number;
|
|
14
|
+
/**
|
|
15
|
+
The text for the column when it pops in.
|
|
16
|
+
*/
|
|
17
|
+
popinText: string;
|
|
18
|
+
/**
|
|
19
|
+
According to your `minWidth` settings, the component can be hidden
|
|
20
|
+
in different screen sizes.
|
|
21
|
+
|
|
22
|
+
Setting this property to `true`, shows this column as pop-in instead of hiding it.
|
|
23
|
+
*/
|
|
24
|
+
demandPopin: boolean;
|
|
25
|
+
/**
|
|
26
|
+
Defines how the popin row is displayed.
|
|
27
|
+
|
|
28
|
+
**The available values are:**
|
|
29
|
+
|
|
30
|
+
- `Block`
|
|
31
|
+
- `Inline`
|
|
32
|
+
*/
|
|
33
|
+
popinDisplay: 'Block' | 'Inline';
|
|
34
|
+
private elementRef;
|
|
35
|
+
private zone;
|
|
36
|
+
private cdr;
|
|
37
|
+
get element(): TableColumn;
|
|
38
|
+
constructor();
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableColumnComponent, never>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableColumnComponent, "ui5-table-column", ["ui5TableColumn"], { "minWidth": { "alias": "minWidth"; "required": false; }; "popinText": { "alias": "popinText"; "required": false; }; "demandPopin": { "alias": "demandPopin"; "required": false; }; "popinDisplay": { "alias": "popinDisplay"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
41
|
+
}
|
|
42
|
+
export { TableColumnComponent };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import '@ui5/webcomponents/dist/TableGroupRow.js';
|
|
2
|
-
import TableGroupRow from '@ui5/webcomponents/dist/TableGroupRow.js';
|
|
1
|
+
import '@ui5/webcomponents-compat/dist/TableGroupRow.js';
|
|
2
|
+
import TableGroupRow from '@ui5/webcomponents-compat/dist/TableGroupRow.js';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
declare class TableGroupRowComponent {
|
|
5
5
|
private elementRef;
|
|
@@ -8,6 +8,6 @@ declare class TableGroupRowComponent {
|
|
|
8
8
|
get element(): TableGroupRow;
|
|
9
9
|
constructor();
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableGroupRowComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableGroupRowComponent, "ui5-table-group-row",
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableGroupRowComponent, "ui5-table-group-row", ["ui5TableGroupRow"], {}, {}, never, ["*"], true, never>;
|
|
12
12
|
}
|
|
13
13
|
export { TableGroupRowComponent };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import '@ui5/webcomponents/dist/TableRow.js';
|
|
2
|
-
import TableRow from '@ui5/webcomponents/dist/TableRow.js';
|
|
1
|
+
import '@ui5/webcomponents-compat/dist/TableRow.js';
|
|
2
|
+
import TableRow from '@ui5/webcomponents-compat/dist/TableRow.js';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
declare class TableRowComponent {
|
|
5
5
|
/**
|
|
6
6
|
Defines the visual indication and behavior of the component.
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
while with type
|
|
8
|
+
**Note:** When set to `Active`, the item will provide visual response upon press,
|
|
9
|
+
while with type `Inactive`-will not.
|
|
10
10
|
*/
|
|
11
11
|
type: 'Inactive' | 'Active';
|
|
12
12
|
/**
|
|
@@ -23,6 +23,6 @@ declare class TableRowComponent {
|
|
|
23
23
|
get element(): TableRow;
|
|
24
24
|
constructor();
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableRowComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableRowComponent, "ui5-table-row",
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableRowComponent, "ui5-table-row", ["ui5TableRow"], { "type": { "alias": "type"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "navigated": { "alias": "navigated"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
27
27
|
}
|
|
28
28
|
export { TableRowComponent };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { WebcomponentsThemingProvider } from '@ui5/webcomponents-ngx/theming';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
declare class Ui5WebcomponentsCompatThemingService extends WebcomponentsThemingProvider {
|
|
4
|
+
name: string;
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Ui5WebcomponentsCompatThemingService, never>;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<Ui5WebcomponentsCompatThemingService>;
|
|
8
|
+
}
|
|
9
|
+
export { Ui5WebcomponentsCompatThemingService };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Ui5WebcomponentsCompatThemingService } from "@ui5/webcomponents-ngx/compat/theming";
|
|
2
|
+
import "@ui5/webcomponents-compat/dist/Assets.js";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@ui5/webcomponents-ngx/compat/table";
|
|
5
|
+
import * as i2 from "@ui5/webcomponents-ngx/compat/table-cell";
|
|
6
|
+
import * as i3 from "@ui5/webcomponents-ngx/compat/table-column";
|
|
7
|
+
import * as i4 from "@ui5/webcomponents-ngx/compat/table-group-row";
|
|
8
|
+
import * as i5 from "@ui5/webcomponents-ngx/compat/table-row";
|
|
9
|
+
declare class Ui5CompatModule {
|
|
10
|
+
constructor(ui5WebcomponentsCompatThemingService: Ui5WebcomponentsCompatThemingService);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Ui5CompatModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<Ui5CompatModule, never, [typeof i1.TableComponent, typeof i2.TableCellComponent, typeof i3.TableColumnComponent, typeof i4.TableGroupRowComponent, typeof i5.TableRowComponent], [typeof i1.TableComponent, typeof i2.TableCellComponent, typeof i3.TableColumnComponent, typeof i4.TableGroupRowComponent, typeof i5.TableRowComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<Ui5CompatModule>;
|
|
14
|
+
}
|
|
15
|
+
export { Ui5CompatModule };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { Ui5CompatModule } from './ui5-compat.module';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBVaTVDb21wYXRNb2R1bGUgfSBmcm9tICcuL3VpNS1jb21wYXQubW9kdWxlJzsiXX0=
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { __decorate, __metadata } from "tslib";
|
|
2
|
+
import { ChangeDetectorRef, Component, ElementRef, NgZone, inject, } from '@angular/core';
|
|
3
|
+
import '@ui5/webcomponents-compat/dist/Table.js';
|
|
4
|
+
import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
let TableComponent = class TableComponent {
|
|
7
|
+
get element() {
|
|
8
|
+
return this.elementRef.nativeElement;
|
|
9
|
+
}
|
|
10
|
+
constructor() {
|
|
11
|
+
this.elementRef = inject(ElementRef);
|
|
12
|
+
this.zone = inject(NgZone);
|
|
13
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
14
|
+
this.cdr.detach();
|
|
15
|
+
}
|
|
16
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
17
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TableComponent, isStandalone: true, selector: "ui5-table", inputs: { noDataText: "noDataText", growingButtonText: "growingButtonText", growingButtonSubtext: "growingButtonSubtext", hideNoData: "hideNoData", growing: "growing", busy: "busy", busyDelay: "busyDelay", stickyColumnHeader: "stickyColumnHeader", mode: "mode", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef" }, outputs: { ui5RowClick: "ui5RowClick", ui5PopinChange: "ui5PopinChange", ui5LoadMore: "ui5LoadMore", ui5SelectionChange: "ui5SelectionChange" }, exportAs: ["ui5Table"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
};
|
|
19
|
+
TableComponent = __decorate([
|
|
20
|
+
ProxyInputs([
|
|
21
|
+
'noDataText',
|
|
22
|
+
'growingButtonText',
|
|
23
|
+
'growingButtonSubtext',
|
|
24
|
+
'hideNoData',
|
|
25
|
+
'growing',
|
|
26
|
+
'busy',
|
|
27
|
+
'busyDelay',
|
|
28
|
+
'stickyColumnHeader',
|
|
29
|
+
'mode',
|
|
30
|
+
'accessibleName',
|
|
31
|
+
'accessibleNameRef',
|
|
32
|
+
]),
|
|
33
|
+
ProxyOutputs([
|
|
34
|
+
'row-click: ui5RowClick',
|
|
35
|
+
'popin-change: ui5PopinChange',
|
|
36
|
+
'load-more: ui5LoadMore',
|
|
37
|
+
'selection-change: ui5SelectionChange',
|
|
38
|
+
]),
|
|
39
|
+
__metadata("design:paramtypes", [])
|
|
40
|
+
], TableComponent);
|
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TableComponent, decorators: [{
|
|
42
|
+
type: Component,
|
|
43
|
+
args: [{
|
|
44
|
+
standalone: true,
|
|
45
|
+
selector: 'ui5-table',
|
|
46
|
+
template: '<ng-content></ng-content>',
|
|
47
|
+
inputs: [
|
|
48
|
+
'noDataText',
|
|
49
|
+
'growingButtonText',
|
|
50
|
+
'growingButtonSubtext',
|
|
51
|
+
'hideNoData',
|
|
52
|
+
'growing',
|
|
53
|
+
'busy',
|
|
54
|
+
'busyDelay',
|
|
55
|
+
'stickyColumnHeader',
|
|
56
|
+
'mode',
|
|
57
|
+
'accessibleName',
|
|
58
|
+
'accessibleNameRef',
|
|
59
|
+
],
|
|
60
|
+
outputs: [
|
|
61
|
+
'ui5RowClick',
|
|
62
|
+
'ui5PopinChange',
|
|
63
|
+
'ui5LoadMore',
|
|
64
|
+
'ui5SelectionChange',
|
|
65
|
+
],
|
|
66
|
+
exportAs: 'ui5Table',
|
|
67
|
+
}]
|
|
68
|
+
}], ctorParameters: () => [] });
|
|
69
|
+
export { TableComponent };
|
|
70
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC90YWJsZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNMLGlCQUFpQixFQUNqQixTQUFTLEVBQ1QsVUFBVSxFQUVWLE1BQU0sRUFDTixNQUFNLEdBQ1AsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyx5Q0FBeUMsQ0FBQztBQU9qRCxPQUFPLEVBQUUsV0FBVyxFQUFFLFlBQVksRUFBRSxNQUFNLDhCQUE4QixDQUFDOztBQUN6RSxJQTRDTSxjQUFjLEdBNUNwQixNQTRDTSxjQUFjO0lBcUhsQixJQUFJLE9BQU87UUFDVCxPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDO0lBQ3ZDLENBQUM7SUFFRDtRQVJRLGVBQVUsR0FBc0IsTUFBTSxDQUFDLFVBQVUsQ0FBQyxDQUFDO1FBQ25ELFNBQUksR0FBRyxNQUFNLENBQUMsTUFBTSxDQUFDLENBQUM7UUFDdEIsUUFBRyxHQUFHLE1BQU0sQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO1FBT3RDLElBQUksQ0FBQyxHQUFHLENBQUMsTUFBTSxFQUFFLENBQUM7SUFDcEIsQ0FBQzs4R0EzSEcsY0FBYztrR0FBZCxjQUFjLGdrQkF0QlIsMkJBQTJCOztBQXNCakMsY0FBYztJQTVDbkIsV0FBVyxDQUFDO1FBQ1gsWUFBWTtRQUNaLG1CQUFtQjtRQUNuQixzQkFBc0I7UUFDdEIsWUFBWTtRQUNaLFNBQVM7UUFDVCxNQUFNO1FBQ04sV0FBVztRQUNYLG9CQUFvQjtRQUNwQixNQUFNO1FBQ04sZ0JBQWdCO1FBQ2hCLG1CQUFtQjtLQUNwQixDQUFDO0lBQ0QsWUFBWSxDQUFDO1FBQ1osd0JBQXdCO1FBQ3hCLDhCQUE4QjtRQUM5Qix3QkFBd0I7UUFDeEIsc0NBQXNDO0tBQ3ZDLENBQUM7O0dBMEJJLGNBQWMsQ0E0SG5COzJGQTVISyxjQUFjO2tCQXpCbkIsU0FBUzttQkFBQztvQkFDVCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLFdBQVc7b0JBQ3JCLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLE1BQU0sRUFBRTt3QkFDTixZQUFZO3dCQUNaLG1CQUFtQjt3QkFDbkIsc0JBQXNCO3dCQUN0QixZQUFZO3dCQUNaLFNBQVM7d0JBQ1QsTUFBTTt3QkFDTixXQUFXO3dCQUNYLG9CQUFvQjt3QkFDcEIsTUFBTTt3QkFDTixnQkFBZ0I7d0JBQ2hCLG1CQUFtQjtxQkFDcEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGFBQWE7d0JBQ2IsZ0JBQWdCO3dCQUNoQixhQUFhO3dCQUNiLG9CQUFvQjtxQkFDckI7b0JBQ0QsUUFBUSxFQUFFLFVBQVU7aUJBQ3JCOztBQThIRCxPQUFPLEVBQUUsY0FBYyxFQUFFLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgQ29tcG9uZW50LFxuICBFbGVtZW50UmVmLFxuICBFdmVudEVtaXR0ZXIsXG4gIE5nWm9uZSxcbiAgaW5qZWN0LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCAnQHVpNS93ZWJjb21wb25lbnRzLWNvbXBhdC9kaXN0L1RhYmxlLmpzJztcbmltcG9ydCB7XG4gIGRlZmF1bHQgYXMgVGFibGUsXG4gIFRhYmxlUG9waW5DaGFuZ2VFdmVudERldGFpbCxcbiAgVGFibGVTZWxlY3Rpb25DaGFuZ2VFdmVudERldGFpbCxcbn0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzLWNvbXBhdC9kaXN0L1RhYmxlLmpzJztcbmltcG9ydCB7IFRhYmxlUm93Q2xpY2tFdmVudERldGFpbCB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy1jb21wYXQvZGlzdC9UYWJsZVJvdy5qcyc7XG5pbXBvcnQgeyBQcm94eUlucHV0cywgUHJveHlPdXRwdXRzIH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzLW5neC91dGlscyc7XG5AUHJveHlJbnB1dHMoW1xuICAnbm9EYXRhVGV4dCcsXG4gICdncm93aW5nQnV0dG9uVGV4dCcsXG4gICdncm93aW5nQnV0dG9uU3VidGV4dCcsXG4gICdoaWRlTm9EYXRhJyxcbiAgJ2dyb3dpbmcnLFxuICAnYnVzeScsXG4gICdidXN5RGVsYXknLFxuICAnc3RpY2t5Q29sdW1uSGVhZGVyJyxcbiAgJ21vZGUnLFxuICAnYWNjZXNzaWJsZU5hbWUnLFxuICAnYWNjZXNzaWJsZU5hbWVSZWYnLFxuXSlcbkBQcm94eU91dHB1dHMoW1xuICAncm93LWNsaWNrOiB1aTVSb3dDbGljaycsXG4gICdwb3Bpbi1jaGFuZ2U6IHVpNVBvcGluQ2hhbmdlJyxcbiAgJ2xvYWQtbW9yZTogdWk1TG9hZE1vcmUnLFxuICAnc2VsZWN0aW9uLWNoYW5nZTogdWk1U2VsZWN0aW9uQ2hhbmdlJyxcbl0pXG5AQ29tcG9uZW50KHtcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgc2VsZWN0b3I6ICd1aTUtdGFibGUnLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICBpbnB1dHM6IFtcbiAgICAnbm9EYXRhVGV4dCcsXG4gICAgJ2dyb3dpbmdCdXR0b25UZXh0JyxcbiAgICAnZ3Jvd2luZ0J1dHRvblN1YnRleHQnLFxuICAgICdoaWRlTm9EYXRhJyxcbiAgICAnZ3Jvd2luZycsXG4gICAgJ2J1c3knLFxuICAgICdidXN5RGVsYXknLFxuICAgICdzdGlja3lDb2x1bW5IZWFkZXInLFxuICAgICdtb2RlJyxcbiAgICAnYWNjZXNzaWJsZU5hbWUnLFxuICAgICdhY2Nlc3NpYmxlTmFtZVJlZicsXG4gIF0sXG4gIG91dHB1dHM6IFtcbiAgICAndWk1Um93Q2xpY2snLFxuICAgICd1aTVQb3BpbkNoYW5nZScsXG4gICAgJ3VpNUxvYWRNb3JlJyxcbiAgICAndWk1U2VsZWN0aW9uQ2hhbmdlJyxcbiAgXSxcbiAgZXhwb3J0QXM6ICd1aTVUYWJsZScsXG59KVxuY2xhc3MgVGFibGVDb21wb25lbnQge1xuICAvKipcbiAgICAgRGVmaW5lcyB0aGUgdGV4dCB0aGF0IHdpbGwgYmUgZGlzcGxheWVkIHdoZW4gdGhlcmUgaXMgbm8gZGF0YSBhbmQgYGhpZGVOb0RhdGFgIGlzIG5vdCBwcmVzZW50LlxuICAgICovXG4gIG5vRGF0YVRleHQhOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAgIERlZmluZXMgdGhlIHRleHQgdGhhdCB3aWxsIGJlIGRpc3BsYXllZCBpbnNpZGUgdGhlIGdyb3dpbmcgYnV0dG9uIGF0IHRoZSBib3R0b20gb2YgdGhlIHRhYmxlLFxubWVhbnQgZm9yIGxvYWRpbmcgbW9yZSByb3dzIHVwb24gcHJlc3MuXG5cbioqTm90ZToqKiBJZiBub3Qgc3BlY2lmaWVkIGEgYnVpbHQtaW4gdGV4dCB3aWxsIGJlIGRpc3BsYXllZC5cblxuKipOb3RlOioqIFRoaXMgcHJvcGVydHkgdGFrZXMgZWZmZWN0IGlmIGBncm93aW5nYCBpcyBzZXQgdG8gYEJ1dHRvbmAuXG4gICAgKi9cbiAgZ3Jvd2luZ0J1dHRvblRleHQhOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAgIERlZmluZXMgdGhlIHN1YnRleHQgdGhhdCB3aWxsIGJlIGRpc3BsYXllZCB1bmRlciB0aGUgYGdyb3dpbmdCdXR0b25UZXh0YC5cblxuKipOb3RlOioqIFRoaXMgcHJvcGVydHkgdGFrZXMgZWZmZWN0IGlmIGBncm93aW5nYCBpcyBzZXQgdG8gYEJ1dHRvbmAuXG4gICAgKi9cbiAgZ3Jvd2luZ0J1dHRvblN1YnRleHQhOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAgIERlZmluZXMgaWYgdGhlIHZhbHVlIG9mIGBub0RhdGFUZXh0YCB3aWxsIGJlIGRpcGxheWVkIHdoZW4gdGhlcmUgaXMgbm8gcm93cyBwcmVzZW50IGluIHRoZSB0YWJsZS5cbiAgICAqL1xuICBoaWRlTm9EYXRhITogYm9vbGVhbjtcblxuICAvKipcbiAgICAgRGVmaW5lcyB3aGV0aGVyIHRoZSB0YWJsZSB3aWxsIGhhdmUgZ3Jvd2luZyBjYXBhYmlsaXR5IGVpdGhlciBieSBwcmVzc2luZyBhIGBNb3JlYCBidXR0b24sXG5vciB2aWEgdXNlciBzY3JvbGwuIEluIGJvdGggY2FzZXMgYGxvYWQtbW9yZWAgZXZlbnQgaXMgZmlyZWQuXG5cbkF2YWlsYWJsZSBvcHRpb25zOlxuXG5gQnV0dG9uYCAtIFNob3dzIGEgYE1vcmVgIGJ1dHRvbiBhdCB0aGUgYm90dG9tIG9mIHRoZSB0YWJsZSwgcHJlc3Npbmcgb2Ygd2hpY2ggdHJpZ2dlcnMgdGhlIGBsb2FkLW1vcmVgIGV2ZW50LlxuXG5gU2Nyb2xsYCAtIFRoZSBgbG9hZC1tb3JlYCBldmVudCBpcyB0cmlnZ2VyZWQgd2hlbiB0aGUgdXNlciBzY3JvbGxzIHRvIHRoZSBib3R0b20gb2YgdGhlIHRhYmxlO1xuXG5gTm9uZWAgKGRlZmF1bHQpIC0gVGhlIGdyb3dpbmcgaXMgb2ZmLlxuXG4qKlJlc3RyaWN0aW9uczoqKiBgZ3Jvd2luZz1cIlNjcm9sbFwiYCBpcyBub3Qgc3VwcG9ydGVkIGZvciBJbnRlcm5ldCBFeHBsb3JlcixcbmFuZCB0aGUgY29tcG9uZW50IHdpbGwgZmFsbGJhY2sgdG8gYGdyb3dpbmc9XCJCdXR0b25cImAuXG4gICAgKi9cbiAgZ3Jvd2luZyE6ICdCdXR0b24nIHwgJ1Njcm9sbCcgfCAnTm9uZSc7XG5cbiAgLyoqXG4gICAgIERlZmluZXMgaWYgdGhlIHRhYmxlIGlzIGluIGJ1c3kgc3RhdGUuXG5cbkluIHRoaXMgc3RhdGUgdGhlIGNvbXBvbmVudCdzIG9wYWNpdHkgaXMgcmVkdWNlZFxuYW5kIGJ1c3kgaW5kaWNhdG9yIGlzIGRpc3BsYXllZCBhdCB0aGUgYm90dG9tIG9mIHRoZSB0YWJsZS5cbiAgICAqL1xuICBidXN5ITogYm9vbGVhbjtcblxuICAvKipcbiAgICAgRGVmaW5lcyB0aGUgZGVsYXkgaW4gbWlsbGlzZWNvbmRzLCBhZnRlciB3aGljaCB0aGUgYnVzeSBpbmRpY2F0b3Igd2lsbCBzaG93IHVwIGZvciB0aGlzIGNvbXBvbmVudC5cbiAgICAqL1xuICBidXN5RGVsYXkhOiBudW1iZXI7XG5cbiAgLyoqXG4gICAgIERldGVybWluZXMgd2hldGhlciB0aGUgY29sdW1uIGhlYWRlcnMgcmVtYWluIGZpeGVkIGF0IHRoZSB0b3Agb2YgdGhlIHBhZ2UgZHVyaW5nXG52ZXJ0aWNhbCBzY3JvbGxpbmcgYXMgbG9uZyBhcyB0aGUgV2ViIENvbXBvbmVudCBpcyBpbiB0aGUgdmlld3BvcnQuXG5cbioqUmVzdHJpY3Rpb25zOioqXG5cbi0gQnJvd3NlcnMgdGhhdCBkbyBub3Qgc3VwcG9ydCB0aGlzIGZlYXR1cmU6XG5cbi0gSW50ZXJuZXQgRXhwbG9yZXJcbi0gTWljcm9zb2Z0IEVkZ2UgbG93ZXIgdGhhbiB2ZXJzaW9uIDQxIChFZGdlSFRNTCAxNilcbi0gTW96aWxsYSBGaXJlZm94IGxvd2VyIHRoYW4gdmVyc2lvbiA1OVxuXG4tIFNjcm9sbGluZyBiZWhhdmlvcjpcblxuLSBJZiB0aGUgV2ViIENvbXBvbmVudCBpcyBwbGFjZWQgaW4gbGF5b3V0IGNvbnRhaW5lcnMgdGhhdCBoYXZlIHRoZSBgb3ZlcmZsb3c6IGhpZGRlbmBcbm9yIGBvdmVyZmxvdzogYXV0b2Agc3R5bGUgZGVmaW5pdGlvbiwgdGhpcyBjYW5cbnByZXZlbnQgdGhlIHN0aWNreSBlbGVtZW50cyBvZiB0aGUgV2ViIENvbXBvbmVudCBmcm9tIGJlY29taW5nIGZpeGVkIGF0IHRoZSB0b3Agb2YgdGhlIHZpZXdwb3J0LlxuICAgICovXG4gIHN0aWNreUNvbHVtbkhlYWRlciE6IGJvb2xlYW47XG5cbiAgLyoqXG4gICAgIERlZmluZXMgdGhlIG1vZGUgb2YgdGhlIGNvbXBvbmVudC5cbiAgICAqL1xuICBtb2RlITogJ05vbmUnIHwgJ1NpbmdsZVNlbGVjdCcgfCAnTXVsdGlTZWxlY3QnO1xuXG4gIC8qKlxuICAgICBEZWZpbmVzIHRoZSBhY2Nlc3NpYmxlIEFSSUEgbmFtZSBvZiB0aGUgY29tcG9uZW50LlxuICAgICovXG4gIGFjY2Vzc2libGVOYW1lITogc3RyaW5nIHwgdW5kZWZpbmVkO1xuXG4gIC8qKlxuICAgICBSZWNlaXZlcyBpZChvciBtYW55IGlkcykgb2YgdGhlIGVsZW1lbnRzIHRoYXQgbGFiZWwgdGhlIGNvbXBvbmVudC5cbiAgICAqL1xuICBhY2Nlc3NpYmxlTmFtZVJlZiE6IHN0cmluZztcblxuICAvKipcbiAgICAgRmlyZWQgd2hlbiBhIHJvdyBpbiBgQWN0aXZlYCBtb2RlIGlzIGNsaWNrZWQgb3IgYEVudGVyYCBrZXkgaXMgcHJlc3NlZC5cbiAgICAqL1xuICB1aTVSb3dDbGljayE6IEV2ZW50RW1pdHRlcjxUYWJsZVJvd0NsaWNrRXZlbnREZXRhaWw+O1xuICAvKipcbiAgICAgRmlyZWQgd2hlbiBgdWk1LXRhYmxlLWNvbHVtbmAgaXMgc2hvd24gYXMgYSBwb3AtaW4gaW5zdGVhZCBvZiBoaWRpbmcgaXQuXG4gICAgKi9cbiAgdWk1UG9waW5DaGFuZ2UhOiBFdmVudEVtaXR0ZXI8VGFibGVQb3BpbkNoYW5nZUV2ZW50RGV0YWlsPjtcbiAgLyoqXG4gICAgIEZpcmVkIHdoZW4gdGhlIHVzZXIgcHJlc3NlcyB0aGUgYE1vcmVgIGJ1dHRvbiBvciBzY3JvbGxzIHRvIHRoZSB0YWJsZSdzIGVuZC5cblxuKipOb3RlOioqIFRoZSBldmVudCB3aWxsIGJlIGZpcmVkIGlmIGBncm93aW5nYCBpcyBzZXQgdG8gYEJ1dHRvbmAgb3IgYFNjcm9sbGAuXG4gICAgKi9cbiAgdWk1TG9hZE1vcmUhOiBFdmVudEVtaXR0ZXI8dm9pZD47XG4gIC8qKlxuICAgICBGaXJlZCB3aGVuIHNlbGVjdGlvbiBpcyBjaGFuZ2VkIGJ5IHVzZXIgaW50ZXJhY3Rpb25cbmluIGBTaW5nbGVTZWxlY3RgIGFuZCBgTXVsdGlTZWxlY3RgIG1vZGVzLlxuICAgICovXG4gIHVpNVNlbGVjdGlvbkNoYW5nZSE6IEV2ZW50RW1pdHRlcjxUYWJsZVNlbGVjdGlvbkNoYW5nZUV2ZW50RGV0YWlsPjtcblxuICBwcml2YXRlIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWY8VGFibGU+ID0gaW5qZWN0KEVsZW1lbnRSZWYpO1xuICBwcml2YXRlIHpvbmUgPSBpbmplY3QoTmdab25lKTtcbiAgcHJpdmF0ZSBjZHIgPSBpbmplY3QoQ2hhbmdlRGV0ZWN0b3JSZWYpO1xuXG4gIGdldCBlbGVtZW50KCk6IFRhYmxlIHtcbiAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQ7XG4gIH1cblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICB0aGlzLmNkci5kZXRhY2goKTtcbiAgfVxufVxuZXhwb3J0IHsgVGFibGVDb21wb25lbnQgfTtcbiJdfQ==
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './index';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWk1LXdlYmNvbXBvbmVudHMtbmd4LWNvbXBhdC10YWJsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWk1LWFuZ3VsYXIvY29tcGF0L3RhYmxlL3VpNS13ZWJjb21wb25lbnRzLW5neC1jb21wYXQtdGFibGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { ChangeDetectorRef, Component, ElementRef, NgZone, inject, } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-compat/dist/TableCell.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
class TableCellComponent {
|
|
5
|
+
get element() {
|
|
6
|
+
return this.elementRef.nativeElement;
|
|
7
|
+
}
|
|
8
|
+
constructor() {
|
|
9
|
+
this.elementRef = inject(ElementRef);
|
|
10
|
+
this.zone = inject(NgZone);
|
|
11
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
12
|
+
this.cdr.detach();
|
|
13
|
+
}
|
|
14
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TableCellComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
15
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TableCellComponent, isStandalone: true, selector: "ui5-table-cell", exportAs: ["ui5TableCell"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
16
|
+
}
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TableCellComponent, decorators: [{
|
|
18
|
+
type: Component,
|
|
19
|
+
args: [{
|
|
20
|
+
standalone: true,
|
|
21
|
+
selector: 'ui5-table-cell',
|
|
22
|
+
template: '<ng-content></ng-content>',
|
|
23
|
+
exportAs: 'ui5TableCell',
|
|
24
|
+
}]
|
|
25
|
+
}], ctorParameters: () => [] });
|
|
26
|
+
export { TableCellComponent };
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC90YWJsZS1jZWxsL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxpQkFBaUIsRUFDakIsU0FBUyxFQUNULFVBQVUsRUFDVixNQUFNLEVBQ04sTUFBTSxHQUNQLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sNkNBQTZDLENBQUM7O0FBR3JELE1BTU0sa0JBQWtCO0lBS3RCLElBQUksT0FBTztRQUNULE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUM7SUFDdkMsQ0FBQztJQUVEO1FBUlEsZUFBVSxHQUEwQixNQUFNLENBQUMsVUFBVSxDQUFDLENBQUM7UUFDdkQsU0FBSSxHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUN0QixRQUFHLEdBQUcsTUFBTSxDQUFDLGlCQUFpQixDQUFDLENBQUM7UUFPdEMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxNQUFNLEVBQUUsQ0FBQztJQUNwQixDQUFDOzhHQVhHLGtCQUFrQjtrR0FBbEIsa0JBQWtCLHNHQUhaLDJCQUEyQjs7MkZBR2pDLGtCQUFrQjtrQkFOdkIsU0FBUzttQkFBQztvQkFDVCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLGdCQUFnQjtvQkFDMUIsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsUUFBUSxFQUFFLGNBQWM7aUJBQ3pCOztBQWNELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgTmdab25lLFxuICBpbmplY3QsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0ICdAdWk1L3dlYmNvbXBvbmVudHMtY29tcGF0L2Rpc3QvVGFibGVDZWxsLmpzJztcbmltcG9ydCBUYWJsZUNlbGwgZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzLWNvbXBhdC9kaXN0L1RhYmxlQ2VsbC5qcyc7XG5cbkBDb21wb25lbnQoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzZWxlY3RvcjogJ3VpNS10YWJsZS1jZWxsJyxcbiAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgZXhwb3J0QXM6ICd1aTVUYWJsZUNlbGwnLFxufSlcbmNsYXNzIFRhYmxlQ2VsbENvbXBvbmVudCB7XG4gIHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZjxUYWJsZUNlbGw+ID0gaW5qZWN0KEVsZW1lbnRSZWYpO1xuICBwcml2YXRlIHpvbmUgPSBpbmplY3QoTmdab25lKTtcbiAgcHJpdmF0ZSBjZHIgPSBpbmplY3QoQ2hhbmdlRGV0ZWN0b3JSZWYpO1xuXG4gIGdldCBlbGVtZW50KCk6IFRhYmxlQ2VsbCB7XG4gICAgcmV0dXJuIHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50O1xuICB9XG5cbiAgY29uc3RydWN0b3IoKSB7XG4gICAgdGhpcy5jZHIuZGV0YWNoKCk7XG4gIH1cbn1cbmV4cG9ydCB7IFRhYmxlQ2VsbENvbXBvbmVudCB9O1xuIl19
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './index';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWk1LXdlYmNvbXBvbmVudHMtbmd4LWNvbXBhdC10YWJsZS1jZWxsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aTUtYW5ndWxhci9jb21wYXQvdGFibGUtY2VsbC91aTUtd2ViY29tcG9uZW50cy1uZ3gtY29tcGF0LXRhYmxlLWNlbGwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { __decorate, __metadata } from "tslib";
|
|
2
|
+
import { ChangeDetectorRef, Component, ElementRef, NgZone, inject, } from '@angular/core';
|
|
3
|
+
import '@ui5/webcomponents-compat/dist/TableColumn.js';
|
|
4
|
+
import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
let TableColumnComponent = class TableColumnComponent {
|
|
7
|
+
get element() {
|
|
8
|
+
return this.elementRef.nativeElement;
|
|
9
|
+
}
|
|
10
|
+
constructor() {
|
|
11
|
+
this.elementRef = inject(ElementRef);
|
|
12
|
+
this.zone = inject(NgZone);
|
|
13
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
14
|
+
this.cdr.detach();
|
|
15
|
+
}
|
|
16
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TableColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
17
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TableColumnComponent, isStandalone: true, selector: "ui5-table-column", inputs: { minWidth: "minWidth", popinText: "popinText", demandPopin: "demandPopin", popinDisplay: "popinDisplay" }, exportAs: ["ui5TableColumn"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
};
|
|
19
|
+
TableColumnComponent = __decorate([
|
|
20
|
+
ProxyInputs(['minWidth', 'popinText', 'demandPopin', 'popinDisplay']),
|
|
21
|
+
__metadata("design:paramtypes", [])
|
|
22
|
+
], TableColumnComponent);
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TableColumnComponent, decorators: [{
|
|
24
|
+
type: Component,
|
|
25
|
+
args: [{
|
|
26
|
+
standalone: true,
|
|
27
|
+
selector: 'ui5-table-column',
|
|
28
|
+
template: '<ng-content></ng-content>',
|
|
29
|
+
inputs: ['minWidth', 'popinText', 'demandPopin', 'popinDisplay'],
|
|
30
|
+
exportAs: 'ui5TableColumn',
|
|
31
|
+
}]
|
|
32
|
+
}], ctorParameters: () => [] });
|
|
33
|
+
export { TableColumnComponent };
|
|
34
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC90YWJsZS1jb2x1bW4vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFDTCxpQkFBaUIsRUFDakIsU0FBUyxFQUNULFVBQVUsRUFDVixNQUFNLEVBQ04sTUFBTSxHQUNQLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sK0NBQStDLENBQUM7QUFFdkQsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDhCQUE4QixDQUFDOztBQUMzRCxJQVFNLG9CQUFvQixHQVIxQixNQVFNLG9CQUFvQjtJQXNDeEIsSUFBSSxPQUFPO1FBQ1QsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQztJQUN2QyxDQUFDO0lBRUQ7UUFSUSxlQUFVLEdBQTRCLE1BQU0sQ0FBQyxVQUFVLENBQUMsQ0FBQztRQUN6RCxTQUFJLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQ3RCLFFBQUcsR0FBRyxNQUFNLENBQUMsaUJBQWlCLENBQUMsQ0FBQztRQU90QyxJQUFJLENBQUMsR0FBRyxDQUFDLE1BQU0sRUFBRSxDQUFDO0lBQ3BCLENBQUM7OEdBNUNHLG9CQUFvQjtrR0FBcEIsb0JBQW9CLDhOQUpkLDJCQUEyQjs7QUFJakMsb0JBQW9CO0lBUnpCLFdBQVcsQ0FBQyxDQUFDLFVBQVUsRUFBRSxXQUFXLEVBQUUsYUFBYSxFQUFFLGNBQWMsQ0FBQyxDQUFDOztHQVFoRSxvQkFBb0IsQ0E2Q3pCOzJGQTdDSyxvQkFBb0I7a0JBUHpCLFNBQVM7bUJBQUM7b0JBQ1QsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSxrQkFBa0I7b0JBQzVCLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLE1BQU0sRUFBRSxDQUFDLFVBQVUsRUFBRSxXQUFXLEVBQUUsYUFBYSxFQUFFLGNBQWMsQ0FBQztvQkFDaEUsUUFBUSxFQUFFLGdCQUFnQjtpQkFDM0I7O0FBK0NELE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgTmdab25lLFxuICBpbmplY3QsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0ICdAdWk1L3dlYmNvbXBvbmVudHMtY29tcGF0L2Rpc3QvVGFibGVDb2x1bW4uanMnO1xuaW1wb3J0IFRhYmxlQ29sdW1uIGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy1jb21wYXQvZGlzdC9UYWJsZUNvbHVtbi5qcyc7XG5pbXBvcnQgeyBQcm94eUlucHV0cyB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy1uZ3gvdXRpbHMnO1xuQFByb3h5SW5wdXRzKFsnbWluV2lkdGgnLCAncG9waW5UZXh0JywgJ2RlbWFuZFBvcGluJywgJ3BvcGluRGlzcGxheSddKVxuQENvbXBvbmVudCh7XG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIHNlbGVjdG9yOiAndWk1LXRhYmxlLWNvbHVtbicsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gIGlucHV0czogWydtaW5XaWR0aCcsICdwb3BpblRleHQnLCAnZGVtYW5kUG9waW4nLCAncG9waW5EaXNwbGF5J10sXG4gIGV4cG9ydEFzOiAndWk1VGFibGVDb2x1bW4nLFxufSlcbmNsYXNzIFRhYmxlQ29sdW1uQ29tcG9uZW50IHtcbiAgLyoqXG4gICAgIERlZmluZXMgdGhlIG1pbmltdW0gdGFibGUgd2lkdGggcmVxdWlyZWQgdG8gZGlzcGxheSB0aGlzIGNvbHVtbi4gQnkgZGVmYXVsdCBpdCBpcyBhbHdheXMgZGlzcGxheWVkLlxuXG5UaGUgcmVzcG9uc2l2ZSBiZWhhdmlvciBvZiB0aGUgYHVpNS10YWJsZWAgaXMgZGV0ZXJtaW5lZCBieSB0aGlzIHByb3BlcnR5LiBBcyBhbiBleGFtcGxlLCBieSBzZXR0aW5nXG5gbWluV2lkdGhgIHByb3BlcnR5IHRvIGA0MDBgIHNldHMgdGhlIG1pbmltdW0gd2lkdGggdG8gNDAwIHBpeGVscywgYW5kXHRzaG93cyB0aGlzIGNvbHVtbiBvbiB0YWJsZXQgKGFuZCBkZXNrdG9wKSBidXQgaGlkZXMgaXQgb24gbW9iaWxlLlxuXG5Gb3IgZnVydGhlciByZXNwb25zaXZlIGRlc2lnbiBvcHRpb25zLCBzZWUgYGRlbWFuZFBvcGluYCBwcm9wZXJ0eS5cbiAgICAqL1xuICBtaW5XaWR0aCE6IG51bWJlcjtcblxuICAvKipcbiAgICAgVGhlIHRleHQgZm9yIHRoZSBjb2x1bW4gd2hlbiBpdCBwb3BzIGluLlxuICAgICovXG4gIHBvcGluVGV4dCE6IHN0cmluZztcblxuICAvKipcbiAgICAgQWNjb3JkaW5nIHRvIHlvdXIgYG1pbldpZHRoYCBzZXR0aW5ncywgdGhlIGNvbXBvbmVudCBjYW4gYmUgaGlkZGVuXG5pbiBkaWZmZXJlbnQgc2NyZWVuIHNpemVzLlxuXG5TZXR0aW5nIHRoaXMgcHJvcGVydHkgdG8gYHRydWVgLCBzaG93cyB0aGlzIGNvbHVtbiBhcyBwb3AtaW4gaW5zdGVhZCBvZiBoaWRpbmcgaXQuXG4gICAgKi9cbiAgZGVtYW5kUG9waW4hOiBib29sZWFuO1xuXG4gIC8qKlxuICAgICBEZWZpbmVzIGhvdyB0aGUgcG9waW4gcm93IGlzIGRpc3BsYXllZC5cblxuKipUaGUgYXZhaWxhYmxlIHZhbHVlcyBhcmU6KipcblxuLSBgQmxvY2tgXG4tIGBJbmxpbmVgXG4gICAgKi9cbiAgcG9waW5EaXNwbGF5ITogJ0Jsb2NrJyB8ICdJbmxpbmUnO1xuXG4gIHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZjxUYWJsZUNvbHVtbj4gPSBpbmplY3QoRWxlbWVudFJlZik7XG4gIHByaXZhdGUgem9uZSA9IGluamVjdChOZ1pvbmUpO1xuICBwcml2YXRlIGNkciA9IGluamVjdChDaGFuZ2VEZXRlY3RvclJlZik7XG5cbiAgZ2V0IGVsZW1lbnQoKTogVGFibGVDb2x1bW4ge1xuICAgIHJldHVybiB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudDtcbiAgfVxuXG4gIGNvbnN0cnVjdG9yKCkge1xuICAgIHRoaXMuY2RyLmRldGFjaCgpO1xuICB9XG59XG5leHBvcnQgeyBUYWJsZUNvbHVtbkNvbXBvbmVudCB9O1xuIl19
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './index';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWk1LXdlYmNvbXBvbmVudHMtbmd4LWNvbXBhdC10YWJsZS1jb2x1bW4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC90YWJsZS1jb2x1bW4vdWk1LXdlYmNvbXBvbmVudHMtbmd4LWNvbXBhdC10YWJsZS1jb2x1bW4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { ChangeDetectorRef, Component, ElementRef, NgZone, inject, } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-compat/dist/TableGroupRow.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
class TableGroupRowComponent {
|
|
5
|
+
get element() {
|
|
6
|
+
return this.elementRef.nativeElement;
|
|
7
|
+
}
|
|
8
|
+
constructor() {
|
|
9
|
+
this.elementRef = inject(ElementRef);
|
|
10
|
+
this.zone = inject(NgZone);
|
|
11
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
12
|
+
this.cdr.detach();
|
|
13
|
+
}
|
|
14
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TableGroupRowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
15
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TableGroupRowComponent, isStandalone: true, selector: "ui5-table-group-row", exportAs: ["ui5TableGroupRow"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
16
|
+
}
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TableGroupRowComponent, decorators: [{
|
|
18
|
+
type: Component,
|
|
19
|
+
args: [{
|
|
20
|
+
standalone: true,
|
|
21
|
+
selector: 'ui5-table-group-row',
|
|
22
|
+
template: '<ng-content></ng-content>',
|
|
23
|
+
exportAs: 'ui5TableGroupRow',
|
|
24
|
+
}]
|
|
25
|
+
}], ctorParameters: () => [] });
|
|
26
|
+
export { TableGroupRowComponent };
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC90YWJsZS1ncm91cC1yb3cvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLGlCQUFpQixFQUNqQixTQUFTLEVBQ1QsVUFBVSxFQUNWLE1BQU0sRUFDTixNQUFNLEdBQ1AsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxpREFBaUQsQ0FBQzs7QUFHekQsTUFNTSxzQkFBc0I7SUFLMUIsSUFBSSxPQUFPO1FBQ1QsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQztJQUN2QyxDQUFDO0lBRUQ7UUFSUSxlQUFVLEdBQThCLE1BQU0sQ0FBQyxVQUFVLENBQUMsQ0FBQztRQUMzRCxTQUFJLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQ3RCLFFBQUcsR0FBRyxNQUFNLENBQUMsaUJBQWlCLENBQUMsQ0FBQztRQU90QyxJQUFJLENBQUMsR0FBRyxDQUFDLE1BQU0sRUFBRSxDQUFDO0lBQ3BCLENBQUM7OEdBWEcsc0JBQXNCO2tHQUF0QixzQkFBc0IsK0dBSGhCLDJCQUEyQjs7MkZBR2pDLHNCQUFzQjtrQkFOM0IsU0FBUzttQkFBQztvQkFDVCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLHFCQUFxQjtvQkFDL0IsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsUUFBUSxFQUFFLGtCQUFrQjtpQkFDN0I7O0FBY0QsT0FBTyxFQUFFLHNCQUFzQixFQUFFLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgQ29tcG9uZW50LFxuICBFbGVtZW50UmVmLFxuICBOZ1pvbmUsXG4gIGluamVjdCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgJ0B1aTUvd2ViY29tcG9uZW50cy1jb21wYXQvZGlzdC9UYWJsZUdyb3VwUm93LmpzJztcbmltcG9ydCBUYWJsZUdyb3VwUm93IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy1jb21wYXQvZGlzdC9UYWJsZUdyb3VwUm93LmpzJztcblxuQENvbXBvbmVudCh7XG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIHNlbGVjdG9yOiAndWk1LXRhYmxlLWdyb3VwLXJvdycsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gIGV4cG9ydEFzOiAndWk1VGFibGVHcm91cFJvdycsXG59KVxuY2xhc3MgVGFibGVHcm91cFJvd0NvbXBvbmVudCB7XG4gIHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZjxUYWJsZUdyb3VwUm93PiA9IGluamVjdChFbGVtZW50UmVmKTtcbiAgcHJpdmF0ZSB6b25lID0gaW5qZWN0KE5nWm9uZSk7XG4gIHByaXZhdGUgY2RyID0gaW5qZWN0KENoYW5nZURldGVjdG9yUmVmKTtcblxuICBnZXQgZWxlbWVudCgpOiBUYWJsZUdyb3VwUm93IHtcbiAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQ7XG4gIH1cblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICB0aGlzLmNkci5kZXRhY2goKTtcbiAgfVxufVxuZXhwb3J0IHsgVGFibGVHcm91cFJvd0NvbXBvbmVudCB9O1xuIl19
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './index';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWk1LXdlYmNvbXBvbmVudHMtbmd4LWNvbXBhdC10YWJsZS1ncm91cC1yb3cuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC90YWJsZS1ncm91cC1yb3cvdWk1LXdlYmNvbXBvbmVudHMtbmd4LWNvbXBhdC10YWJsZS1ncm91cC1yb3cudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { __decorate, __metadata } from "tslib";
|
|
2
|
+
import { ChangeDetectorRef, Component, ElementRef, NgZone, inject, } from '@angular/core';
|
|
3
|
+
import '@ui5/webcomponents-compat/dist/TableRow.js';
|
|
4
|
+
import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
let TableRowComponent = class TableRowComponent {
|
|
7
|
+
get element() {
|
|
8
|
+
return this.elementRef.nativeElement;
|
|
9
|
+
}
|
|
10
|
+
constructor() {
|
|
11
|
+
this.elementRef = inject(ElementRef);
|
|
12
|
+
this.zone = inject(NgZone);
|
|
13
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
14
|
+
this.cdr.detach();
|
|
15
|
+
}
|
|
16
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TableRowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
17
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TableRowComponent, isStandalone: true, selector: "ui5-table-row", inputs: { type: "type", selected: "selected", navigated: "navigated" }, exportAs: ["ui5TableRow"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
18
|
+
};
|
|
19
|
+
TableRowComponent = __decorate([
|
|
20
|
+
ProxyInputs(['type', 'selected', 'navigated']),
|
|
21
|
+
__metadata("design:paramtypes", [])
|
|
22
|
+
], TableRowComponent);
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TableRowComponent, decorators: [{
|
|
24
|
+
type: Component,
|
|
25
|
+
args: [{
|
|
26
|
+
standalone: true,
|
|
27
|
+
selector: 'ui5-table-row',
|
|
28
|
+
template: '<ng-content></ng-content>',
|
|
29
|
+
inputs: ['type', 'selected', 'navigated'],
|
|
30
|
+
exportAs: 'ui5TableRow',
|
|
31
|
+
}]
|
|
32
|
+
}], ctorParameters: () => [] });
|
|
33
|
+
export { TableRowComponent };
|
|
34
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC90YWJsZS1yb3cvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFDTCxpQkFBaUIsRUFDakIsU0FBUyxFQUNULFVBQVUsRUFDVixNQUFNLEVBQ04sTUFBTSxHQUNQLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sNENBQTRDLENBQUM7QUFFcEQsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDhCQUE4QixDQUFDOztBQUMzRCxJQVFNLGlCQUFpQixHQVJ2QixNQVFNLGlCQUFpQjtJQXVCckIsSUFBSSxPQUFPO1FBQ1QsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQztJQUN2QyxDQUFDO0lBRUQ7UUFSUSxlQUFVLEdBQXlCLE1BQU0sQ0FBQyxVQUFVLENBQUMsQ0FBQztRQUN0RCxTQUFJLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQ3RCLFFBQUcsR0FBRyxNQUFNLENBQUMsaUJBQWlCLENBQUMsQ0FBQztRQU90QyxJQUFJLENBQUMsR0FBRyxDQUFDLE1BQU0sRUFBRSxDQUFDO0lBQ3BCLENBQUM7OEdBN0JHLGlCQUFpQjtrR0FBakIsaUJBQWlCLDRLQUpYLDJCQUEyQjs7QUFJakMsaUJBQWlCO0lBUnRCLFdBQVcsQ0FBQyxDQUFDLE1BQU0sRUFBRSxVQUFVLEVBQUUsV0FBVyxDQUFDLENBQUM7O0dBUXpDLGlCQUFpQixDQThCdEI7MkZBOUJLLGlCQUFpQjtrQkFQdEIsU0FBUzttQkFBQztvQkFDVCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLGVBQWU7b0JBQ3pCLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLE1BQU0sRUFBRSxDQUFDLE1BQU0sRUFBRSxVQUFVLEVBQUUsV0FBVyxDQUFDO29CQUN6QyxRQUFRLEVBQUUsYUFBYTtpQkFDeEI7O0FBZ0NELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgTmdab25lLFxuICBpbmplY3QsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0ICdAdWk1L3dlYmNvbXBvbmVudHMtY29tcGF0L2Rpc3QvVGFibGVSb3cuanMnO1xuaW1wb3J0IFRhYmxlUm93IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy1jb21wYXQvZGlzdC9UYWJsZVJvdy5qcyc7XG5pbXBvcnQgeyBQcm94eUlucHV0cyB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy1uZ3gvdXRpbHMnO1xuQFByb3h5SW5wdXRzKFsndHlwZScsICdzZWxlY3RlZCcsICduYXZpZ2F0ZWQnXSlcbkBDb21wb25lbnQoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzZWxlY3RvcjogJ3VpNS10YWJsZS1yb3cnLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICBpbnB1dHM6IFsndHlwZScsICdzZWxlY3RlZCcsICduYXZpZ2F0ZWQnXSxcbiAgZXhwb3J0QXM6ICd1aTVUYWJsZVJvdycsXG59KVxuY2xhc3MgVGFibGVSb3dDb21wb25lbnQge1xuICAvKipcbiAgICAgRGVmaW5lcyB0aGUgdmlzdWFsIGluZGljYXRpb24gYW5kIGJlaGF2aW9yIG9mIHRoZSBjb21wb25lbnQuXG5cbioqTm90ZToqKiBXaGVuIHNldCB0byBgQWN0aXZlYCwgdGhlIGl0ZW0gd2lsbCBwcm92aWRlIHZpc3VhbCByZXNwb25zZSB1cG9uIHByZXNzLFxud2hpbGUgd2l0aCB0eXBlIGBJbmFjdGl2ZWAtd2lsbCBub3QuXG4gICAgKi9cbiAgdHlwZSE6ICdJbmFjdGl2ZScgfCAnQWN0aXZlJztcblxuICAvKipcbiAgICAgRGVmaW5lcyB0aGUgcm93J3Mgc2VsZWN0ZWQgc3RhdGUuXG4gICAgKi9cbiAgc2VsZWN0ZWQhOiBib29sZWFuO1xuXG4gIC8qKlxuICAgICBJbmRpY2F0ZXMgaWYgdGhlIHRhYmxlIHJvdyBpcyBuYXZpZ2F0ZWQuXG4gICAgKi9cbiAgbmF2aWdhdGVkITogYm9vbGVhbjtcblxuICBwcml2YXRlIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWY8VGFibGVSb3c+ID0gaW5qZWN0KEVsZW1lbnRSZWYpO1xuICBwcml2YXRlIHpvbmUgPSBpbmplY3QoTmdab25lKTtcbiAgcHJpdmF0ZSBjZHIgPSBpbmplY3QoQ2hhbmdlRGV0ZWN0b3JSZWYpO1xuXG4gIGdldCBlbGVtZW50KCk6IFRhYmxlUm93IHtcbiAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQ7XG4gIH1cblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICB0aGlzLmNkci5kZXRhY2goKTtcbiAgfVxufVxuZXhwb3J0IHsgVGFibGVSb3dDb21wb25lbnQgfTtcbiJdfQ==
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './index';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWk1LXdlYmNvbXBvbmVudHMtbmd4LWNvbXBhdC10YWJsZS1yb3cuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC90YWJsZS1yb3cvdWk1LXdlYmNvbXBvbmVudHMtbmd4LWNvbXBhdC10YWJsZS1yb3cudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import { WebcomponentsThemingProvider } from '@ui5/webcomponents-ngx/theming';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
class Ui5WebcomponentsCompatThemingService extends WebcomponentsThemingProvider {
|
|
5
|
+
constructor() {
|
|
6
|
+
super(() => import('@ui5/webcomponents-compat/dist/generated/json-imports/Themes.js'));
|
|
7
|
+
this.name = 'ui-5-webcomponents-compat-theming-service';
|
|
8
|
+
}
|
|
9
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: Ui5WebcomponentsCompatThemingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: Ui5WebcomponentsCompatThemingService, providedIn: 'root' }); }
|
|
11
|
+
}
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: Ui5WebcomponentsCompatThemingService, decorators: [{
|
|
13
|
+
type: Injectable,
|
|
14
|
+
args: [{ providedIn: 'root' }]
|
|
15
|
+
}], ctorParameters: () => [] });
|
|
16
|
+
export { Ui5WebcomponentsCompatThemingService };
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC90aGVtaW5nL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sZ0NBQWdDLENBQUM7O0FBRTlFLE1BQ00sb0NBQXFDLFNBQVEsNEJBQTRCO0lBRTdFO1FBQ0UsS0FBSyxDQUNILEdBQUcsRUFBRSxDQUNILE1BQU0sQ0FDSixpRUFBaUUsQ0FDbEUsQ0FDSixDQUFDO1FBUEosU0FBSSxHQUFHLDJDQUEyQyxDQUFDO0lBUW5ELENBQUM7OEdBVEcsb0NBQW9DO2tIQUFwQyxvQ0FBb0MsY0FEaEIsTUFBTTs7MkZBQzFCLG9DQUFvQztrQkFEekMsVUFBVTttQkFBQyxFQUFFLFVBQVUsRUFBRSxNQUFNLEVBQUU7O0FBYWxDLE9BQU8sRUFBRSxvQ0FBb0MsRUFBRSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgV2ViY29tcG9uZW50c1RoZW1pbmdQcm92aWRlciB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy1uZ3gvdGhlbWluZyc7XG5cbkBJbmplY3RhYmxlKHsgcHJvdmlkZWRJbjogJ3Jvb3QnIH0pXG5jbGFzcyBVaTVXZWJjb21wb25lbnRzQ29tcGF0VGhlbWluZ1NlcnZpY2UgZXh0ZW5kcyBXZWJjb21wb25lbnRzVGhlbWluZ1Byb3ZpZGVyIHtcbiAgbmFtZSA9ICd1aS01LXdlYmNvbXBvbmVudHMtY29tcGF0LXRoZW1pbmctc2VydmljZSc7XG4gIGNvbnN0cnVjdG9yKCkge1xuICAgIHN1cGVyKFxuICAgICAgKCkgPT5cbiAgICAgICAgaW1wb3J0KFxuICAgICAgICAgICdAdWk1L3dlYmNvbXBvbmVudHMtY29tcGF0L2Rpc3QvZ2VuZXJhdGVkL2pzb24taW1wb3J0cy9UaGVtZXMuanMnXG4gICAgICAgICksXG4gICAgKTtcbiAgfVxufVxuXG5leHBvcnQgeyBVaTVXZWJjb21wb25lbnRzQ29tcGF0VGhlbWluZ1NlcnZpY2UgfTtcbiJdfQ==
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './index';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWk1LXdlYmNvbXBvbmVudHMtbmd4LWNvbXBhdC10aGVtaW5nLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aTUtYW5ndWxhci9jb21wYXQvdGhlbWluZy91aTUtd2ViY29tcG9uZW50cy1uZ3gtY29tcGF0LXRoZW1pbmcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { NgModule } from "@angular/core";
|
|
2
|
+
import { Ui5WebcomponentsCompatThemingService } from "@ui5/webcomponents-ngx/compat/theming";
|
|
3
|
+
import "@ui5/webcomponents-compat/dist/Assets.js";
|
|
4
|
+
import { TableComponent } from "@ui5/webcomponents-ngx/compat/table";
|
|
5
|
+
import { TableCellComponent } from "@ui5/webcomponents-ngx/compat/table-cell";
|
|
6
|
+
import { TableColumnComponent } from "@ui5/webcomponents-ngx/compat/table-column";
|
|
7
|
+
import { TableGroupRowComponent } from "@ui5/webcomponents-ngx/compat/table-group-row";
|
|
8
|
+
import { TableRowComponent } from "@ui5/webcomponents-ngx/compat/table-row";
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
import * as i1 from "@ui5/webcomponents-ngx/compat/theming";
|
|
11
|
+
const imports = [
|
|
12
|
+
TableComponent,
|
|
13
|
+
TableCellComponent,
|
|
14
|
+
TableColumnComponent,
|
|
15
|
+
TableGroupRowComponent,
|
|
16
|
+
TableRowComponent,
|
|
17
|
+
];
|
|
18
|
+
const exports = [...imports];
|
|
19
|
+
class Ui5CompatModule {
|
|
20
|
+
constructor(ui5WebcomponentsCompatThemingService) { }
|
|
21
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: Ui5CompatModule, deps: [{ token: i1.Ui5WebcomponentsCompatThemingService }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
22
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.9", ngImport: i0, type: Ui5CompatModule, imports: [TableComponent,
|
|
23
|
+
TableCellComponent,
|
|
24
|
+
TableColumnComponent,
|
|
25
|
+
TableGroupRowComponent,
|
|
26
|
+
TableRowComponent], exports: [TableComponent,
|
|
27
|
+
TableCellComponent,
|
|
28
|
+
TableColumnComponent,
|
|
29
|
+
TableGroupRowComponent,
|
|
30
|
+
TableRowComponent] }); }
|
|
31
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: Ui5CompatModule, imports: [imports] }); }
|
|
32
|
+
}
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: Ui5CompatModule, decorators: [{
|
|
34
|
+
type: NgModule,
|
|
35
|
+
args: [{
|
|
36
|
+
imports: [...imports],
|
|
37
|
+
exports: [...exports],
|
|
38
|
+
}]
|
|
39
|
+
}], ctorParameters: () => [{ type: i1.Ui5WebcomponentsCompatThemingService }] });
|
|
40
|
+
export { Ui5CompatModule };
|
|
41
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWk1LWNvbXBhdC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS1hbmd1bGFyL2NvbXBhdC91aTUtY29tcGF0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxvQ0FBb0MsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBQzdGLE9BQU8sMENBQTBDLENBQUM7QUFDbEQsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHFDQUFxQyxDQUFDO0FBQ3JFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQzlFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDRDQUE0QyxDQUFDO0FBQ2xGLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLCtDQUErQyxDQUFDO0FBQ3ZGLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHlDQUF5QyxDQUFDOzs7QUFFNUUsTUFBTSxPQUFPLEdBQUc7SUFDZCxjQUFjO0lBQ2Qsa0JBQWtCO0lBQ2xCLG9CQUFvQjtJQUNwQixzQkFBc0I7SUFDdEIsaUJBQWlCO0NBQ2xCLENBQUM7QUFDRixNQUFNLE9BQU8sR0FBRyxDQUFDLEdBQUcsT0FBTyxDQUFDLENBQUM7QUFFN0IsTUFJTSxlQUFlO0lBQ25CLFlBQ0Usb0NBQTBFLElBQ3pFLENBQUM7OEdBSEEsZUFBZTsrR0FBZixlQUFlLFlBWm5CLGNBQWM7WUFDZCxrQkFBa0I7WUFDbEIsb0JBQW9CO1lBQ3BCLHNCQUFzQjtZQUN0QixpQkFBaUIsYUFKakIsY0FBYztZQUNkLGtCQUFrQjtZQUNsQixvQkFBb0I7WUFDcEIsc0JBQXNCO1lBQ3RCLGlCQUFpQjsrR0FRYixlQUFlLFlBSE4sT0FBTzs7MkZBR2hCLGVBQWU7a0JBSnBCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsR0FBRyxPQUFPLENBQUM7b0JBQ3JCLE9BQU8sRUFBRSxDQUFDLEdBQUcsT0FBTyxDQUFDO2lCQUN0Qjs7QUFNRCxPQUFPLEVBQUUsZUFBZSxFQUFFLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBVaTVXZWJjb21wb25lbnRzQ29tcGF0VGhlbWluZ1NlcnZpY2UgfSBmcm9tIFwiQHVpNS93ZWJjb21wb25lbnRzLW5neC9jb21wYXQvdGhlbWluZ1wiO1xuaW1wb3J0IFwiQHVpNS93ZWJjb21wb25lbnRzLWNvbXBhdC9kaXN0L0Fzc2V0cy5qc1wiO1xuaW1wb3J0IHsgVGFibGVDb21wb25lbnQgfSBmcm9tIFwiQHVpNS93ZWJjb21wb25lbnRzLW5neC9jb21wYXQvdGFibGVcIjtcbmltcG9ydCB7IFRhYmxlQ2VsbENvbXBvbmVudCB9IGZyb20gXCJAdWk1L3dlYmNvbXBvbmVudHMtbmd4L2NvbXBhdC90YWJsZS1jZWxsXCI7XG5pbXBvcnQgeyBUYWJsZUNvbHVtbkNvbXBvbmVudCB9IGZyb20gXCJAdWk1L3dlYmNvbXBvbmVudHMtbmd4L2NvbXBhdC90YWJsZS1jb2x1bW5cIjtcbmltcG9ydCB7IFRhYmxlR3JvdXBSb3dDb21wb25lbnQgfSBmcm9tIFwiQHVpNS93ZWJjb21wb25lbnRzLW5neC9jb21wYXQvdGFibGUtZ3JvdXAtcm93XCI7XG5pbXBvcnQgeyBUYWJsZVJvd0NvbXBvbmVudCB9IGZyb20gXCJAdWk1L3dlYmNvbXBvbmVudHMtbmd4L2NvbXBhdC90YWJsZS1yb3dcIjtcblxuY29uc3QgaW1wb3J0cyA9IFtcbiAgVGFibGVDb21wb25lbnQsXG4gIFRhYmxlQ2VsbENvbXBvbmVudCxcbiAgVGFibGVDb2x1bW5Db21wb25lbnQsXG4gIFRhYmxlR3JvdXBSb3dDb21wb25lbnQsXG4gIFRhYmxlUm93Q29tcG9uZW50LFxuXTtcbmNvbnN0IGV4cG9ydHMgPSBbLi4uaW1wb3J0c107XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFsuLi5pbXBvcnRzXSxcbiAgZXhwb3J0czogWy4uLmV4cG9ydHNdLFxufSlcbmNsYXNzIFVpNUNvbXBhdE1vZHVsZSB7XG4gIGNvbnN0cnVjdG9yKFxuICAgIHVpNVdlYmNvbXBvbmVudHNDb21wYXRUaGVtaW5nU2VydmljZTogVWk1V2ViY29tcG9uZW50c0NvbXBhdFRoZW1pbmdTZXJ2aWNlLFxuICApIHt9XG59XG5leHBvcnQgeyBVaTVDb21wYXRNb2R1bGUgfTtcbiJdfQ==
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './index';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWk1LXdlYmNvbXBvbmVudHMtbmd4LWNvbXBhdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvdWk1LWFuZ3VsYXIvY29tcGF0L3VpNS13ZWJjb21wb25lbnRzLW5neC1jb21wYXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
|