@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
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import '@ui5/webcomponents-fiori/dist/NotificationAction.js';
|
|
3
|
-
import { default as NotificationAction, NotificationActionClickEventDetail } from '@ui5/webcomponents-fiori/dist/NotificationAction.js';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
declare class NotificationActionComponent {
|
|
6
|
-
/**
|
|
7
|
-
Defines the text of the <code>ui5-notification-action</code>.
|
|
8
|
-
*/
|
|
9
|
-
text: string;
|
|
10
|
-
/**
|
|
11
|
-
Defines if the action is disabled.
|
|
12
|
-
<br><br>
|
|
13
|
-
<b>Note:</b> a disabled action can't be pressed or focused, and it is not in the tab chain.
|
|
14
|
-
*/
|
|
15
|
-
disabled: boolean;
|
|
16
|
-
/**
|
|
17
|
-
Defines the action design.
|
|
18
|
-
*/
|
|
19
|
-
design: 'Default' | 'Positive' | 'Negative' | 'Transparent' | 'Emphasized' | 'Attention';
|
|
20
|
-
/**
|
|
21
|
-
Defines the <code>icon</code> source URI.
|
|
22
|
-
<br><br>
|
|
23
|
-
<b>Note:</b>
|
|
24
|
-
SAP-icons font provides numerous built-in icons. To find all the available icons, see the
|
|
25
|
-
<ui5-link target="_blank" href="https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html">Icon Explorer</ui5-link>.
|
|
26
|
-
*/
|
|
27
|
-
icon: string;
|
|
28
|
-
/**
|
|
29
|
-
Fired, when the action is pressed.
|
|
30
|
-
*/
|
|
31
|
-
ui5Click: EventEmitter<NotificationActionClickEventDetail>;
|
|
32
|
-
private elementRef;
|
|
33
|
-
private zone;
|
|
34
|
-
private cdr;
|
|
35
|
-
get element(): NotificationAction;
|
|
36
|
-
constructor();
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationActionComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationActionComponent, "ui5-notification-action", never, { "text": { "alias": "text"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "design": { "alias": "design"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
39
|
-
}
|
|
40
|
-
export { NotificationActionComponent };
|
package/main/badge/index.d.ts
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import '@ui5/webcomponents/dist/Badge.js';
|
|
3
|
-
import Badge from '@ui5/webcomponents/dist/Badge.js';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
declare class BadgeComponent {
|
|
6
|
-
/**
|
|
7
|
-
Defines the design type of the component.
|
|
8
|
-
*/
|
|
9
|
-
design: 'Set1' | 'Set2' | 'Set3' | 'Neutral' | 'Information' | 'Positive' | 'Negative' | 'Critical';
|
|
10
|
-
/**
|
|
11
|
-
Defines the color scheme of the component.
|
|
12
|
-
There are 10 predefined schemes.
|
|
13
|
-
To use one you can set a number from <code>"1"</code> to <code>"10"</code>. The <code>colorScheme</code> <code>"1"</code> will be set by default.
|
|
14
|
-
<br><br>
|
|
15
|
-
<b>Note:</b> Color schemes have no visual representation in High Contrast Black (sap_belize_hcb) theme.
|
|
16
|
-
*/
|
|
17
|
-
colorScheme: string;
|
|
18
|
-
/**
|
|
19
|
-
Defines if the default state icon is shown.
|
|
20
|
-
*/
|
|
21
|
-
hideStateIcon: boolean;
|
|
22
|
-
/**
|
|
23
|
-
Defines if the component is interactive (focusable and pressable).
|
|
24
|
-
<br><b>Note:</b> The badge cannot be <code>interactive</code>
|
|
25
|
-
when <code>design</code> property is <code>BadgeDesign.Set3</code>
|
|
26
|
-
*/
|
|
27
|
-
interactive: boolean;
|
|
28
|
-
/**
|
|
29
|
-
Defines how the text of a component will be displayed when there is not enough space.
|
|
30
|
-
<br><b>Note:</b> For option "Normal" the text will wrap and the
|
|
31
|
-
words will not be broken based on hyphenation.
|
|
32
|
-
*/
|
|
33
|
-
wrappingType: 'None' | 'Normal';
|
|
34
|
-
/**
|
|
35
|
-
Fired when the user clicks on an interactive badge.
|
|
36
|
-
<b>Note:</b> The event will be fired if the <code>interactive</code> property is <code>true</code>
|
|
37
|
-
*/
|
|
38
|
-
ui5Click: EventEmitter<void>;
|
|
39
|
-
private elementRef;
|
|
40
|
-
private zone;
|
|
41
|
-
private cdr;
|
|
42
|
-
get element(): Badge;
|
|
43
|
-
constructor();
|
|
44
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "ui5-badge", never, { "design": { "alias": "design"; "required": false; }; "colorScheme": { "alias": "colorScheme"; "required": false; }; "hideStateIcon": { "alias": "hideStateIcon"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "wrappingType": { "alias": "wrappingType"; "required": false; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
46
|
-
}
|
|
47
|
-
export { BadgeComponent };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import '@ui5/webcomponents/dist/ComboBoxGroupItem.js';
|
|
2
|
-
import ComboBoxGroupItem from '@ui5/webcomponents/dist/ComboBoxGroupItem.js';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
declare class ComboBoxGroupItemComponent {
|
|
5
|
-
/**
|
|
6
|
-
Defines the text of the component.
|
|
7
|
-
*/
|
|
8
|
-
text: string;
|
|
9
|
-
private elementRef;
|
|
10
|
-
private zone;
|
|
11
|
-
private cdr;
|
|
12
|
-
get element(): ComboBoxGroupItem;
|
|
13
|
-
constructor();
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxGroupItemComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ComboBoxGroupItemComponent, "ui5-cb-group-item", never, { "text": { "alias": "text"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
16
|
-
}
|
|
17
|
-
export { ComboBoxGroupItemComponent };
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import '@ui5/webcomponents/dist/GroupHeaderListItem.js';
|
|
2
|
-
import GroupHeaderListItem from '@ui5/webcomponents/dist/GroupHeaderListItem.js';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
declare class GroupHeaderListItemComponent {
|
|
5
|
-
/**
|
|
6
|
-
Defines the selected state of the <code>ListItem</code>.
|
|
7
|
-
*/
|
|
8
|
-
selected: boolean;
|
|
9
|
-
/**
|
|
10
|
-
Defines the text alternative of the component.
|
|
11
|
-
Note: If not provided a default text alternative will be set, if present.
|
|
12
|
-
*/
|
|
13
|
-
accessibleName: string;
|
|
14
|
-
private elementRef;
|
|
15
|
-
private zone;
|
|
16
|
-
private cdr;
|
|
17
|
-
get element(): GroupHeaderListItem;
|
|
18
|
-
constructor();
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GroupHeaderListItemComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GroupHeaderListItemComponent, "ui5-li-groupheader", never, { "selected": { "alias": "selected"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
21
|
-
}
|
|
22
|
-
export { GroupHeaderListItemComponent };
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import '@ui5/webcomponents/dist/SelectMenu.js';
|
|
2
|
-
import SelectMenu from '@ui5/webcomponents/dist/SelectMenu.js';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
declare class SelectMenuComponent {
|
|
5
|
-
private elementRef;
|
|
6
|
-
private zone;
|
|
7
|
-
private cdr;
|
|
8
|
-
get element(): SelectMenu;
|
|
9
|
-
constructor();
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SelectMenuComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectMenuComponent, "ui5-select-menu", never, {}, {}, never, ["*"], true, never>;
|
|
12
|
-
}
|
|
13
|
-
export { SelectMenuComponent };
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { AccessibilityAttributes } from '@ui5/webcomponents/dist/ListItem.js';
|
|
3
|
-
import '@ui5/webcomponents/dist/SelectMenuOption.js';
|
|
4
|
-
import SelectMenuOption from '@ui5/webcomponents/dist/SelectMenuOption.js';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
declare class SelectMenuOptionComponent {
|
|
7
|
-
/**
|
|
8
|
-
Defines the selected state of the <code>ListItem</code>.
|
|
9
|
-
*/
|
|
10
|
-
selected: boolean;
|
|
11
|
-
/**
|
|
12
|
-
<b>Note:</b> The property is inherited and not supported. If set, it won't take any effect.
|
|
13
|
-
*/
|
|
14
|
-
type: 'Inactive' | 'Active' | 'Detail' | 'Navigation';
|
|
15
|
-
/**
|
|
16
|
-
<b>Note:</b> The property is inherited and not supported. If set, it won't take any effect.
|
|
17
|
-
*/
|
|
18
|
-
accessibilityAttributes: AccessibilityAttributes;
|
|
19
|
-
/**
|
|
20
|
-
<b>Note:</b> The property is inherited and not supported. If set, it won't take any effect.
|
|
21
|
-
*/
|
|
22
|
-
navigated: boolean;
|
|
23
|
-
/**
|
|
24
|
-
Defines the text alternative of the component.
|
|
25
|
-
Note: If not provided a default text alternative will be set, if present.
|
|
26
|
-
*/
|
|
27
|
-
accessibleName: string;
|
|
28
|
-
/**
|
|
29
|
-
Defines the text, displayed inside the <code>ui5-select</code> input filed
|
|
30
|
-
when the option gets selected.
|
|
31
|
-
*/
|
|
32
|
-
displayText: string;
|
|
33
|
-
/**
|
|
34
|
-
Defines whether the component is in disabled state.
|
|
35
|
-
<br><br>
|
|
36
|
-
<b>Note:</b> A disabled component is hidden.
|
|
37
|
-
*/
|
|
38
|
-
disabled: boolean;
|
|
39
|
-
/**
|
|
40
|
-
Defines the value of the <code>ui5-select</code> inside an HTML Form element when this component is selected.
|
|
41
|
-
For more information on HTML Form support, see the <code>name</code> property of <code>ui5-select</code>.
|
|
42
|
-
*/
|
|
43
|
-
value: string;
|
|
44
|
-
/**
|
|
45
|
-
Fired when the user clicks on the detail button when type is <code>Detail</code>.
|
|
46
|
-
*/
|
|
47
|
-
ui5DetailClick: EventEmitter<void>;
|
|
48
|
-
private elementRef;
|
|
49
|
-
private zone;
|
|
50
|
-
private cdr;
|
|
51
|
-
get element(): SelectMenuOption;
|
|
52
|
-
constructor();
|
|
53
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SelectMenuOptionComponent, never>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectMenuOptionComponent, "ui5-select-menu-option", never, { "selected": { "alias": "selected"; "required": false; }; "type": { "alias": "type"; "required": false; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; }; "navigated": { "alias": "navigated"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "displayText": { "alias": "displayText"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ui5DetailClick": "ui5DetailClick"; }, never, ["*"], true, never>;
|
|
55
|
-
}
|
|
56
|
-
export { SelectMenuOptionComponent };
|
package/main/table/index.d.ts
DELETED
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import '@ui5/webcomponents/dist/Table.js';
|
|
3
|
-
import { default as Table, TablePopinChangeEventDetail, TableSelectionChangeEventDetail } from '@ui5/webcomponents/dist/Table.js';
|
|
4
|
-
import { TableRowClickEventDetail } from '@ui5/webcomponents/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 <code>hideNoData</code> 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
|
-
<br><br>
|
|
16
|
-
<b>Note:</b> If not specified a built-in text will be displayed.
|
|
17
|
-
<br>
|
|
18
|
-
<b>Note:</b> This property takes effect if <code>growing</code> is set to <code>Button</code>.
|
|
19
|
-
*/
|
|
20
|
-
growingButtonText: string;
|
|
21
|
-
/**
|
|
22
|
-
Defines the subtext that will be displayed under the <code>growingButtonText</code>.
|
|
23
|
-
|
|
24
|
-
<br><br>
|
|
25
|
-
<b>Note:</b> This property takes effect if <code>growing</code> is set to <code>Button</code>.
|
|
26
|
-
*/
|
|
27
|
-
growingButtonSubtext: string;
|
|
28
|
-
/**
|
|
29
|
-
Defines if the value of <code>noDataText</code> will be diplayed when there is no rows present in the table.
|
|
30
|
-
*/
|
|
31
|
-
hideNoData: boolean;
|
|
32
|
-
/**
|
|
33
|
-
Defines whether the table will have growing capability either by pressing a <code>More</code> button,
|
|
34
|
-
or via user scroll. In both cases <code>load-more</code> event is fired.
|
|
35
|
-
<br><br>
|
|
36
|
-
|
|
37
|
-
Available options:
|
|
38
|
-
<br><br>
|
|
39
|
-
<code>Button</code> - Shows a <code>More</code> button at the bottom of the table, pressing of which triggers the <code>load-more</code> event.
|
|
40
|
-
<br>
|
|
41
|
-
<code>Scroll</code> - The <code>load-more</code> event is triggered when the user scrolls to the bottom of the table;
|
|
42
|
-
<br>
|
|
43
|
-
<code>None</code> (default) - The growing is off.
|
|
44
|
-
<br><br>
|
|
45
|
-
|
|
46
|
-
<b>Restrictions:</b> <code>growing="Scroll"</code> is not supported for Internet Explorer,
|
|
47
|
-
and the component will fallback to <code>growing="Button"</code>.
|
|
48
|
-
*/
|
|
49
|
-
growing: 'Button' | 'Scroll' | 'None';
|
|
50
|
-
/**
|
|
51
|
-
Defines if the table is in busy state.
|
|
52
|
-
<b>
|
|
53
|
-
|
|
54
|
-
In this state the component's opacity is reduced
|
|
55
|
-
and busy indicator is displayed at the bottom of the table.
|
|
56
|
-
*/
|
|
57
|
-
busy: boolean;
|
|
58
|
-
/**
|
|
59
|
-
Defines the delay in milliseconds, after which the busy indicator will show up for this component.
|
|
60
|
-
*/
|
|
61
|
-
busyDelay: number;
|
|
62
|
-
/**
|
|
63
|
-
Determines whether the column headers remain fixed at the top of the page during
|
|
64
|
-
vertical scrolling as long as the Web Component is in the viewport.
|
|
65
|
-
<br><br>
|
|
66
|
-
<b>Restrictions:</b>
|
|
67
|
-
<ul>
|
|
68
|
-
<li>Browsers that do not support this feature:
|
|
69
|
-
<ul>
|
|
70
|
-
<li>Internet Explorer</li>
|
|
71
|
-
<li>Microsoft Edge lower than version 41 (EdgeHTML 16)</li>
|
|
72
|
-
<li>Mozilla Firefox lower than version 59</li>
|
|
73
|
-
</ul>
|
|
74
|
-
</li>
|
|
75
|
-
<li>Scrolling behavior:
|
|
76
|
-
<ul>
|
|
77
|
-
<li>If the Web Component is placed in layout containers that have the <code>overflow: hidden</code>
|
|
78
|
-
or <code>overflow: auto</code> style definition, this can
|
|
79
|
-
prevent the sticky elements of the Web Component from becoming fixed at the top of the viewport.</li>
|
|
80
|
-
</ul>
|
|
81
|
-
</li>
|
|
82
|
-
</ul>
|
|
83
|
-
*/
|
|
84
|
-
stickyColumnHeader: boolean;
|
|
85
|
-
/**
|
|
86
|
-
Defines the mode of the component.
|
|
87
|
-
*/
|
|
88
|
-
mode: 'None' | 'SingleSelect' | 'MultiSelect';
|
|
89
|
-
/**
|
|
90
|
-
Defines the accessible ARIA name of the component.
|
|
91
|
-
*/
|
|
92
|
-
accessibleName: string | undefined;
|
|
93
|
-
/**
|
|
94
|
-
Receives id(or many ids) of the elements that label the component.
|
|
95
|
-
*/
|
|
96
|
-
accessibleNameRef: string;
|
|
97
|
-
/**
|
|
98
|
-
Fired when a row in <code>Active</code> mode is clicked or <code>Enter</code> key is pressed.
|
|
99
|
-
*/
|
|
100
|
-
ui5RowClick: EventEmitter<TableRowClickEventDetail>;
|
|
101
|
-
/**
|
|
102
|
-
Fired when <code>ui5-table-column</code> is shown as a pop-in instead of hiding it.
|
|
103
|
-
*/
|
|
104
|
-
ui5PopinChange: EventEmitter<TablePopinChangeEventDetail>;
|
|
105
|
-
/**
|
|
106
|
-
Fired when the user presses the <code>More</code> button or scrolls to the table's end.
|
|
107
|
-
<br><br>
|
|
108
|
-
|
|
109
|
-
<b>Note:</b> The event will be fired if <code>growing</code> is set to <code>Button</code> or <code>Scroll</code>.
|
|
110
|
-
*/
|
|
111
|
-
ui5LoadMore: EventEmitter<void>;
|
|
112
|
-
/**
|
|
113
|
-
Fired when selection is changed by user interaction
|
|
114
|
-
in <code>SingleSelect</code> and <code>MultiSelect</code> modes.
|
|
115
|
-
*/
|
|
116
|
-
ui5SelectionChange: EventEmitter<TableSelectionChangeEventDetail>;
|
|
117
|
-
private elementRef;
|
|
118
|
-
private zone;
|
|
119
|
-
private cdr;
|
|
120
|
-
get element(): Table;
|
|
121
|
-
constructor();
|
|
122
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
123
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "ui5-table", never, { "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>;
|
|
124
|
-
}
|
|
125
|
-
export { TableComponent };
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import '@ui5/webcomponents/dist/TableColumn.js';
|
|
2
|
-
import TableColumn from '@ui5/webcomponents/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
|
-
<br><br>
|
|
8
|
-
The responsive behavior of the <code>ui5-table</code> is determined by this property. As an example, by setting
|
|
9
|
-
<code>minWidth</code> property to <code>400</code> sets the minimum width to 400 pixels, and shows this column on tablet (and desktop) but hides it on mobile.
|
|
10
|
-
<br>
|
|
11
|
-
For further responsive design options, see <code>demandPopin</code> 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 <code>minWidth</code> settings, the component can be hidden
|
|
20
|
-
in different screen sizes.
|
|
21
|
-
<br><br>
|
|
22
|
-
Setting this property to <code>true</code>, 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
|
-
<br><br>
|
|
29
|
-
<b>The available values are:</b>
|
|
30
|
-
|
|
31
|
-
<ul>
|
|
32
|
-
<li><code>Block</code></li>
|
|
33
|
-
<li><code>Inline</code></li>
|
|
34
|
-
</ul>
|
|
35
|
-
*/
|
|
36
|
-
popinDisplay: 'Block' | 'Inline';
|
|
37
|
-
private elementRef;
|
|
38
|
-
private zone;
|
|
39
|
-
private cdr;
|
|
40
|
-
get element(): TableColumn;
|
|
41
|
-
constructor();
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableColumnComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableColumnComponent, "ui5-table-column", never, { "minWidth": { "alias": "minWidth"; "required": false; }; "popinText": { "alias": "popinText"; "required": false; }; "demandPopin": { "alias": "demandPopin"; "required": false; }; "popinDisplay": { "alias": "popinDisplay"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
44
|
-
}
|
|
45
|
-
export { TableColumnComponent };
|
|
Binary file
|