@ui5/webcomponents-ngx 0.4.4 → 0.4.5-rc.0
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/fesm2022/ui5-webcomponents-ngx-fiori-search-field-scope-option.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-search-field-scope-option.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu.mjs +6 -6
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-settings-dialog.mjs +53 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-settings-dialog.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-settings-item.mjs +71 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-settings-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-settings-view.mjs +46 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-settings-view.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori.mjs +16 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-button-badge.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-link.mjs +3 -1
- package/fesm2022/ui5-webcomponents-ngx-main-link.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-select.mjs +3 -1
- package/fesm2022/ui5-webcomponents-ngx-main-select.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tab-container.mjs +6 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tab-container.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-header-cell-action-ai.mjs +10 -3
- package/fesm2022/ui5-webcomponents-ngx-main-table-header-cell-action-ai.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-row-action.mjs +3 -6
- package/fesm2022/ui5-webcomponents-ngx-main-table-row-action.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-selection-multi.mjs +42 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-selection-multi.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-selection-single.mjs +42 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-selection-single.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-selection.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table.mjs +9 -2
- package/fesm2022/ui5-webcomponents-ngx-main-table.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main.mjs +8 -0
- package/fesm2022/ui5-webcomponents-ngx-main.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx.mjs +6 -0
- package/fesm2022/ui5-webcomponents-ngx.mjs.map +1 -1
- package/fiori/search-field-scope-option/index.d.ts +17 -0
- package/fiori/ui5-fiori.module.d.ts +24 -20
- package/fiori/user-menu/index.d.ts +6 -6
- package/fiori/user-settings-dialog/index.d.ts +46 -0
- package/fiori/user-settings-item/index.d.ts +61 -0
- package/fiori/user-settings-view/index.d.ts +28 -0
- package/index.d.ts +6 -0
- package/main/button-badge/index.d.ts +2 -0
- package/main/link/index.d.ts +11 -1
- package/main/select/index.d.ts +5 -1
- package/main/tab-container/index.d.ts +9 -1
- package/main/table/index.d.ts +31 -2
- package/main/table-header-cell-action-ai/index.d.ts +7 -1
- package/main/table-row/index.d.ts +4 -2
- package/main/table-row-action/index.d.ts +1 -6
- package/main/table-selection/index.d.ts +1 -1
- package/main/table-selection-multi/index.d.ts +22 -0
- package/main/table-selection-single/index.d.ts +22 -0
- package/main/ui5-main.module.d.ts +22 -20
- package/package.json +49 -25
- package/ui5-webcomponents-ngx-0.4.5-rc.0.tgz +0 -0
- package/ui5-webcomponents-ngx-0.4.4.tgz +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import '@ui5/webcomponents-fiori/dist/SearchFieldScopeOption.js';
|
|
2
|
+
import SearchFieldScopeOption from '@ui5/webcomponents-fiori/dist/SearchFieldScopeOption.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
declare class SearchFieldScopeOptionComponent {
|
|
5
|
+
/**
|
|
6
|
+
Defines the text of the component.
|
|
7
|
+
*/
|
|
8
|
+
text: string;
|
|
9
|
+
private elementRef;
|
|
10
|
+
private zone;
|
|
11
|
+
private cdr;
|
|
12
|
+
get element(): SearchFieldScopeOption;
|
|
13
|
+
constructor();
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchFieldScopeOptionComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchFieldScopeOptionComponent, "ui5-search-field-scope-option", ["ui5SearchFieldScopeOption"], { "text": { "alias": "text"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
16
|
+
}
|
|
17
|
+
export { SearchFieldScopeOptionComponent };
|
|
@@ -19,29 +19,33 @@ import * as i15 from "@ui5/webcomponents-ngx/fiori/notification-list-item";
|
|
|
19
19
|
import * as i16 from "@ui5/webcomponents-ngx/fiori/page";
|
|
20
20
|
import * as i17 from "@ui5/webcomponents-ngx/fiori/product-switch";
|
|
21
21
|
import * as i18 from "@ui5/webcomponents-ngx/fiori/product-switch-item";
|
|
22
|
-
import * as i19 from "@ui5/webcomponents-ngx/fiori/
|
|
23
|
-
import * as i20 from "@ui5/webcomponents-ngx/fiori/shell-bar
|
|
24
|
-
import * as i21 from "@ui5/webcomponents-ngx/fiori/shell-bar-
|
|
25
|
-
import * as i22 from "@ui5/webcomponents-ngx/fiori/
|
|
26
|
-
import * as i23 from "@ui5/webcomponents-ngx/fiori/side-navigation
|
|
27
|
-
import * as i24 from "@ui5/webcomponents-ngx/fiori/side-navigation-
|
|
28
|
-
import * as i25 from "@ui5/webcomponents-ngx/fiori/side-navigation-
|
|
29
|
-
import * as i26 from "@ui5/webcomponents-ngx/fiori/
|
|
30
|
-
import * as i27 from "@ui5/webcomponents-ngx/fiori/
|
|
31
|
-
import * as i28 from "@ui5/webcomponents-ngx/fiori/timeline
|
|
32
|
-
import * as i29 from "@ui5/webcomponents-ngx/fiori/timeline-item";
|
|
33
|
-
import * as i30 from "@ui5/webcomponents-ngx/fiori/
|
|
34
|
-
import * as i31 from "@ui5/webcomponents-ngx/fiori/upload-collection
|
|
35
|
-
import * as i32 from "@ui5/webcomponents-ngx/fiori/
|
|
36
|
-
import * as i33 from "@ui5/webcomponents-ngx/fiori/user-menu
|
|
37
|
-
import * as i34 from "@ui5/webcomponents-ngx/fiori/user-menu-
|
|
38
|
-
import * as i35 from "@ui5/webcomponents-ngx/fiori/
|
|
39
|
-
import * as i36 from "@ui5/webcomponents-ngx/fiori/
|
|
40
|
-
import * as i37 from "@ui5/webcomponents-ngx/fiori/
|
|
22
|
+
import * as i19 from "@ui5/webcomponents-ngx/fiori/search-field-scope-option";
|
|
23
|
+
import * as i20 from "@ui5/webcomponents-ngx/fiori/shell-bar";
|
|
24
|
+
import * as i21 from "@ui5/webcomponents-ngx/fiori/shell-bar-item";
|
|
25
|
+
import * as i22 from "@ui5/webcomponents-ngx/fiori/shell-bar-spacer";
|
|
26
|
+
import * as i23 from "@ui5/webcomponents-ngx/fiori/side-navigation";
|
|
27
|
+
import * as i24 from "@ui5/webcomponents-ngx/fiori/side-navigation-group";
|
|
28
|
+
import * as i25 from "@ui5/webcomponents-ngx/fiori/side-navigation-item";
|
|
29
|
+
import * as i26 from "@ui5/webcomponents-ngx/fiori/side-navigation-sub-item";
|
|
30
|
+
import * as i27 from "@ui5/webcomponents-ngx/fiori/sort-item";
|
|
31
|
+
import * as i28 from "@ui5/webcomponents-ngx/fiori/timeline";
|
|
32
|
+
import * as i29 from "@ui5/webcomponents-ngx/fiori/timeline-group-item";
|
|
33
|
+
import * as i30 from "@ui5/webcomponents-ngx/fiori/timeline-item";
|
|
34
|
+
import * as i31 from "@ui5/webcomponents-ngx/fiori/upload-collection";
|
|
35
|
+
import * as i32 from "@ui5/webcomponents-ngx/fiori/upload-collection-item";
|
|
36
|
+
import * as i33 from "@ui5/webcomponents-ngx/fiori/user-menu";
|
|
37
|
+
import * as i34 from "@ui5/webcomponents-ngx/fiori/user-menu-account";
|
|
38
|
+
import * as i35 from "@ui5/webcomponents-ngx/fiori/user-menu-item";
|
|
39
|
+
import * as i36 from "@ui5/webcomponents-ngx/fiori/user-settings-dialog";
|
|
40
|
+
import * as i37 from "@ui5/webcomponents-ngx/fiori/user-settings-item";
|
|
41
|
+
import * as i38 from "@ui5/webcomponents-ngx/fiori/user-settings-view";
|
|
42
|
+
import * as i39 from "@ui5/webcomponents-ngx/fiori/view-settings-dialog";
|
|
43
|
+
import * as i40 from "@ui5/webcomponents-ngx/fiori/wizard";
|
|
44
|
+
import * as i41 from "@ui5/webcomponents-ngx/fiori/wizard-step";
|
|
41
45
|
declare class Ui5FioriModule {
|
|
42
46
|
constructor(ui5WebcomponentsFioriThemingService: Ui5WebcomponentsFioriThemingService);
|
|
43
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<Ui5FioriModule, never>;
|
|
44
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<Ui5FioriModule, never, [typeof i1.BarcodeScannerDialogComponent, typeof i2.DynamicPageComponent, typeof i3.DynamicPageHeaderComponent, typeof i4.DynamicPageTitleComponent, typeof i5.DynamicSideContentComponent, typeof i6.FilterItemComponent, typeof i7.FilterItemOptionComponent, typeof i8.FlexibleColumnLayoutComponent, typeof i9.IllustratedMessageComponent, typeof i10.MediaGalleryComponent, typeof i11.MediaGalleryItemComponent, typeof i12.NavigationLayoutComponent, typeof i13.NotificationListComponent, typeof i14.NotificationListGroupItemComponent, typeof i15.NotificationListItemComponent, typeof i16.PageComponent, typeof i17.ProductSwitchComponent, typeof i18.ProductSwitchItemComponent, typeof i19.
|
|
48
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<Ui5FioriModule, never, [typeof i1.BarcodeScannerDialogComponent, typeof i2.DynamicPageComponent, typeof i3.DynamicPageHeaderComponent, typeof i4.DynamicPageTitleComponent, typeof i5.DynamicSideContentComponent, typeof i6.FilterItemComponent, typeof i7.FilterItemOptionComponent, typeof i8.FlexibleColumnLayoutComponent, typeof i9.IllustratedMessageComponent, typeof i10.MediaGalleryComponent, typeof i11.MediaGalleryItemComponent, typeof i12.NavigationLayoutComponent, typeof i13.NotificationListComponent, typeof i14.NotificationListGroupItemComponent, typeof i15.NotificationListItemComponent, typeof i16.PageComponent, typeof i17.ProductSwitchComponent, typeof i18.ProductSwitchItemComponent, typeof i19.SearchFieldScopeOptionComponent, typeof i20.ShellBarComponent, typeof i21.ShellBarItemComponent, typeof i22.ShellBarSpacerComponent, typeof i23.SideNavigationComponent, typeof i24.SideNavigationGroupComponent, typeof i25.SideNavigationItemComponent, typeof i26.SideNavigationSubItemComponent, typeof i27.SortItemComponent, typeof i28.TimelineComponent, typeof i29.TimelineGroupItemComponent, typeof i30.TimelineItemComponent, typeof i31.UploadCollectionComponent, typeof i32.UploadCollectionItemComponent, typeof i33.UserMenuComponent, typeof i34.UserMenuAccountComponent, typeof i35.UserMenuItemComponent, typeof i36.UserSettingsDialogComponent, typeof i37.UserSettingsItemComponent, typeof i38.UserSettingsViewComponent, typeof i39.ViewSettingsDialogComponent, typeof i40.WizardComponent, typeof i41.WizardStepComponent], [typeof i1.BarcodeScannerDialogComponent, typeof i2.DynamicPageComponent, typeof i3.DynamicPageHeaderComponent, typeof i4.DynamicPageTitleComponent, typeof i5.DynamicSideContentComponent, typeof i6.FilterItemComponent, typeof i7.FilterItemOptionComponent, typeof i8.FlexibleColumnLayoutComponent, typeof i9.IllustratedMessageComponent, typeof i10.MediaGalleryComponent, typeof i11.MediaGalleryItemComponent, typeof i12.NavigationLayoutComponent, typeof i13.NotificationListComponent, typeof i14.NotificationListGroupItemComponent, typeof i15.NotificationListItemComponent, typeof i16.PageComponent, typeof i17.ProductSwitchComponent, typeof i18.ProductSwitchItemComponent, typeof i19.SearchFieldScopeOptionComponent, typeof i20.ShellBarComponent, typeof i21.ShellBarItemComponent, typeof i22.ShellBarSpacerComponent, typeof i23.SideNavigationComponent, typeof i24.SideNavigationGroupComponent, typeof i25.SideNavigationItemComponent, typeof i26.SideNavigationSubItemComponent, typeof i27.SortItemComponent, typeof i28.TimelineComponent, typeof i29.TimelineGroupItemComponent, typeof i30.TimelineItemComponent, typeof i31.UploadCollectionComponent, typeof i32.UploadCollectionItemComponent, typeof i33.UserMenuComponent, typeof i34.UserMenuAccountComponent, typeof i35.UserMenuItemComponent, typeof i36.UserSettingsDialogComponent, typeof i37.UserSettingsItemComponent, typeof i38.UserSettingsViewComponent, typeof i39.ViewSettingsDialogComponent, typeof i40.WizardComponent, typeof i41.WizardStepComponent]>;
|
|
45
49
|
static ɵinj: i0.ɵɵInjectorDeclaration<Ui5FioriModule>;
|
|
46
50
|
}
|
|
47
51
|
export { Ui5FioriModule };
|
|
@@ -22,9 +22,9 @@ declare class UserMenuComponent {
|
|
|
22
22
|
*/
|
|
23
23
|
showOtherAccounts: boolean;
|
|
24
24
|
/**
|
|
25
|
-
Defines if the User Menu shows the
|
|
25
|
+
Defines if the User Menu shows the Edit Accounts option.
|
|
26
26
|
*/
|
|
27
|
-
|
|
27
|
+
showEditAccounts: boolean;
|
|
28
28
|
/**
|
|
29
29
|
Defines if the User menu shows edit button.
|
|
30
30
|
*/
|
|
@@ -38,9 +38,9 @@ declare class UserMenuComponent {
|
|
|
38
38
|
*/
|
|
39
39
|
ui5ManageAccountClick: EventEmitter<void>;
|
|
40
40
|
/**
|
|
41
|
-
Fired when the "
|
|
41
|
+
Fired when the "Edit Accounts" button is selected.
|
|
42
42
|
*/
|
|
43
|
-
|
|
43
|
+
ui5EditAccountsClick: EventEmitter<void>;
|
|
44
44
|
/**
|
|
45
45
|
Fired when the account is switched to a different one.
|
|
46
46
|
*/
|
|
@@ -67,11 +67,11 @@ declare class UserMenuComponent {
|
|
|
67
67
|
get element(): UserMenu;
|
|
68
68
|
constructor();
|
|
69
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserMenuComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UserMenuComponent, "ui5-user-menu", ["ui5UserMenu"], { "open": { "alias": "open"; "required": false; }; "opener": { "alias": "opener"; "required": false; }; "showManageAccount": { "alias": "showManageAccount"; "required": false; }; "showOtherAccounts": { "alias": "showOtherAccounts"; "required": false; }; "
|
|
70
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserMenuComponent, "ui5-user-menu", ["ui5UserMenu"], { "open": { "alias": "open"; "required": false; }; "opener": { "alias": "opener"; "required": false; }; "showManageAccount": { "alias": "showManageAccount"; "required": false; }; "showOtherAccounts": { "alias": "showOtherAccounts"; "required": false; }; "showEditAccounts": { "alias": "showEditAccounts"; "required": false; }; "showEditButton": { "alias": "showEditButton"; "required": false; }; }, { "ui5AvatarClick": "ui5AvatarClick"; "ui5ManageAccountClick": "ui5ManageAccountClick"; "ui5EditAccountsClick": "ui5EditAccountsClick"; "ui5ChangeAccount": "ui5ChangeAccount"; "ui5ItemClick": "ui5ItemClick"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; "ui5SignOutClick": "ui5SignOutClick"; }, never, ["*"], true, never>;
|
|
71
71
|
static ngAcceptInputType_open: unknown;
|
|
72
72
|
static ngAcceptInputType_showManageAccount: unknown;
|
|
73
73
|
static ngAcceptInputType_showOtherAccounts: unknown;
|
|
74
|
-
static
|
|
74
|
+
static ngAcceptInputType_showEditAccounts: unknown;
|
|
75
75
|
static ngAcceptInputType_showEditButton: unknown;
|
|
76
76
|
}
|
|
77
77
|
export { UserMenuComponent };
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/UserSettingsDialog.js';
|
|
3
|
+
import { default as UserSettingsDialog, UserSettingsItemSelectEventDetail } from '@ui5/webcomponents-fiori/dist/UserSettingsDialog.js';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
declare class UserSettingsDialogComponent {
|
|
6
|
+
/**
|
|
7
|
+
Defines, if the User Settings Dialog is opened.
|
|
8
|
+
*/
|
|
9
|
+
open: boolean;
|
|
10
|
+
/**
|
|
11
|
+
Defines the headerText of the item.
|
|
12
|
+
*/
|
|
13
|
+
headerText: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
Defines if the Search Field would be displayed.
|
|
16
|
+
|
|
17
|
+
**Note:** By default the Search Field is not displayed.
|
|
18
|
+
*/
|
|
19
|
+
showSearchField: boolean;
|
|
20
|
+
/**
|
|
21
|
+
Fired when an item is selected.
|
|
22
|
+
*/
|
|
23
|
+
ui5SelectionChange: EventEmitter<UserSettingsItemSelectEventDetail>;
|
|
24
|
+
/**
|
|
25
|
+
Fired when a settings dialog is open.
|
|
26
|
+
*/
|
|
27
|
+
ui5Open: EventEmitter<void>;
|
|
28
|
+
/**
|
|
29
|
+
Fired before the settings dialog is closed.
|
|
30
|
+
*/
|
|
31
|
+
ui5BeforeClose: EventEmitter<void>;
|
|
32
|
+
/**
|
|
33
|
+
Fired when a settings dialog is closed.
|
|
34
|
+
*/
|
|
35
|
+
ui5Close: EventEmitter<void>;
|
|
36
|
+
private elementRef;
|
|
37
|
+
private zone;
|
|
38
|
+
private cdr;
|
|
39
|
+
get element(): UserSettingsDialog;
|
|
40
|
+
constructor();
|
|
41
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserSettingsDialogComponent, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserSettingsDialogComponent, "ui5-user-settings-dialog", ["ui5UserSettingsDialog"], { "open": { "alias": "open"; "required": false; }; "headerText": { "alias": "headerText"; "required": false; }; "showSearchField": { "alias": "showSearchField"; "required": false; }; }, { "ui5SelectionChange": "ui5SelectionChange"; "ui5Open": "ui5Open"; "ui5BeforeClose": "ui5BeforeClose"; "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
|
|
43
|
+
static ngAcceptInputType_open: unknown;
|
|
44
|
+
static ngAcceptInputType_showSearchField: unknown;
|
|
45
|
+
}
|
|
46
|
+
export { UserSettingsDialogComponent };
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/UserSettingsItem.js';
|
|
3
|
+
import { default as UserSettingsItem, UserSettingsItemViewSelectEventDetail } from '@ui5/webcomponents-fiori/dist/UserSettingsItem.js';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
declare class UserSettingsItemComponent {
|
|
6
|
+
/**
|
|
7
|
+
Defines the text of the user settings item.
|
|
8
|
+
*/
|
|
9
|
+
text: string;
|
|
10
|
+
/**
|
|
11
|
+
Defines the tooltip of the component.
|
|
12
|
+
|
|
13
|
+
A tooltip attribute should be provided to represent the meaning or function when the component is collapsed and only the icon is visible.
|
|
14
|
+
*/
|
|
15
|
+
tooltip: string;
|
|
16
|
+
/**
|
|
17
|
+
Defines the headerText of the item.
|
|
18
|
+
*/
|
|
19
|
+
headerText: string | undefined;
|
|
20
|
+
/**
|
|
21
|
+
Shows item tab.
|
|
22
|
+
*/
|
|
23
|
+
selected: boolean;
|
|
24
|
+
/**
|
|
25
|
+
Defines whether the component is in disabled state.
|
|
26
|
+
|
|
27
|
+
**Note:** A disabled component is completely noninteractive.
|
|
28
|
+
*/
|
|
29
|
+
disabled: boolean;
|
|
30
|
+
/**
|
|
31
|
+
Indicates whether a loading indicator should be shown.
|
|
32
|
+
*/
|
|
33
|
+
loading: boolean;
|
|
34
|
+
/**
|
|
35
|
+
Indicates why the control is in loading state.
|
|
36
|
+
*/
|
|
37
|
+
loadingReason: string | undefined;
|
|
38
|
+
/**
|
|
39
|
+
Defines the icon of the component.
|
|
40
|
+
*/
|
|
41
|
+
icon: string;
|
|
42
|
+
/**
|
|
43
|
+
Defines the accessible ARIA name of the component.
|
|
44
|
+
*/
|
|
45
|
+
accessibleName: string | undefined;
|
|
46
|
+
/**
|
|
47
|
+
Fired when a selected view changed.
|
|
48
|
+
*/
|
|
49
|
+
ui5SelectionChange: EventEmitter<UserSettingsItemViewSelectEventDetail>;
|
|
50
|
+
private elementRef;
|
|
51
|
+
private zone;
|
|
52
|
+
private cdr;
|
|
53
|
+
get element(): UserSettingsItem;
|
|
54
|
+
constructor();
|
|
55
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserSettingsItemComponent, never>;
|
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserSettingsItemComponent, "ui5-user-settings-item", ["ui5UserSettingsItem"], { "text": { "alias": "text"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "headerText": { "alias": "headerText"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingReason": { "alias": "loadingReason"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; }, { "ui5SelectionChange": "ui5SelectionChange"; }, never, ["*"], true, never>;
|
|
57
|
+
static ngAcceptInputType_selected: unknown;
|
|
58
|
+
static ngAcceptInputType_disabled: unknown;
|
|
59
|
+
static ngAcceptInputType_loading: unknown;
|
|
60
|
+
}
|
|
61
|
+
export { UserSettingsItemComponent };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import '@ui5/webcomponents-fiori/dist/UserSettingsView.js';
|
|
2
|
+
import UserSettingsView from '@ui5/webcomponents-fiori/dist/UserSettingsView.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
declare class UserSettingsViewComponent {
|
|
5
|
+
/**
|
|
6
|
+
Defines the title text of the user settings view.
|
|
7
|
+
*/
|
|
8
|
+
text: string | undefined;
|
|
9
|
+
/**
|
|
10
|
+
Defines whether the view is selected. There can be just one selected view at a time.
|
|
11
|
+
*/
|
|
12
|
+
selected: boolean;
|
|
13
|
+
/**
|
|
14
|
+
Indicates whether the view is secondary. It is relevant only if the view is used in `pages` slot of `ui5-user-settings-item`
|
|
15
|
+
and controls the visibility of the back button.
|
|
16
|
+
*/
|
|
17
|
+
secondary: boolean;
|
|
18
|
+
private elementRef;
|
|
19
|
+
private zone;
|
|
20
|
+
private cdr;
|
|
21
|
+
get element(): UserSettingsView;
|
|
22
|
+
constructor();
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserSettingsViewComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserSettingsViewComponent, "ui5-user-settings-view", ["ui5UserSettingsView"], { "text": { "alias": "text"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "secondary": { "alias": "secondary"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
25
|
+
static ngAcceptInputType_selected: unknown;
|
|
26
|
+
static ngAcceptInputType_secondary: unknown;
|
|
27
|
+
}
|
|
28
|
+
export { UserSettingsViewComponent };
|
package/index.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export { NotificationListItemComponent } from '@ui5/webcomponents-ngx/fiori/noti
|
|
|
16
16
|
export { PageComponent } from '@ui5/webcomponents-ngx/fiori/page';
|
|
17
17
|
export { ProductSwitchComponent } from '@ui5/webcomponents-ngx/fiori/product-switch';
|
|
18
18
|
export { ProductSwitchItemComponent } from '@ui5/webcomponents-ngx/fiori/product-switch-item';
|
|
19
|
+
export { SearchFieldScopeOptionComponent } from '@ui5/webcomponents-ngx/fiori/search-field-scope-option';
|
|
19
20
|
export { ShellBarComponent } from '@ui5/webcomponents-ngx/fiori/shell-bar';
|
|
20
21
|
export { ShellBarItemComponent } from '@ui5/webcomponents-ngx/fiori/shell-bar-item';
|
|
21
22
|
export { ShellBarSpacerComponent } from '@ui5/webcomponents-ngx/fiori/shell-bar-spacer';
|
|
@@ -32,6 +33,9 @@ export { UploadCollectionItemComponent } from '@ui5/webcomponents-ngx/fiori/uplo
|
|
|
32
33
|
export { UserMenuComponent } from '@ui5/webcomponents-ngx/fiori/user-menu';
|
|
33
34
|
export { UserMenuAccountComponent } from '@ui5/webcomponents-ngx/fiori/user-menu-account';
|
|
34
35
|
export { UserMenuItemComponent } from '@ui5/webcomponents-ngx/fiori/user-menu-item';
|
|
36
|
+
export { UserSettingsDialogComponent } from '@ui5/webcomponents-ngx/fiori/user-settings-dialog';
|
|
37
|
+
export { UserSettingsItemComponent } from '@ui5/webcomponents-ngx/fiori/user-settings-item';
|
|
38
|
+
export { UserSettingsViewComponent } from '@ui5/webcomponents-ngx/fiori/user-settings-view';
|
|
35
39
|
export { ViewSettingsDialogComponent } from '@ui5/webcomponents-ngx/fiori/view-settings-dialog';
|
|
36
40
|
export { WizardComponent } from '@ui5/webcomponents-ngx/fiori/wizard';
|
|
37
41
|
export { WizardStepComponent } from '@ui5/webcomponents-ngx/fiori/wizard-step';
|
|
@@ -120,6 +124,8 @@ export { TableRowComponent } from '@ui5/webcomponents-ngx/main/table-row';
|
|
|
120
124
|
export { TableRowActionComponent } from '@ui5/webcomponents-ngx/main/table-row-action';
|
|
121
125
|
export { TableRowActionNavigationComponent } from '@ui5/webcomponents-ngx/main/table-row-action-navigation';
|
|
122
126
|
export { TableSelectionComponent } from '@ui5/webcomponents-ngx/main/table-selection';
|
|
127
|
+
export { TableSelectionMultiComponent } from '@ui5/webcomponents-ngx/main/table-selection-multi';
|
|
128
|
+
export { TableSelectionSingleComponent } from '@ui5/webcomponents-ngx/main/table-selection-single';
|
|
123
129
|
export { TableVirtualizerComponent } from '@ui5/webcomponents-ngx/main/table-virtualizer';
|
|
124
130
|
export { TagComponent } from '@ui5/webcomponents-ngx/main/tag';
|
|
125
131
|
export { TextComponent } from '@ui5/webcomponents-ngx/main/text';
|
|
@@ -13,6 +13,8 @@ declare class ButtonBadgeComponent {
|
|
|
13
13
|
Defines the text of the component.
|
|
14
14
|
|
|
15
15
|
**Note:** Text is not applied when the `design` property is set to `AttentionDot`.
|
|
16
|
+
|
|
17
|
+
**Note:** The badge component only accepts numeric values and the "+" symbol. Using other characters or formats may result in unpredictable behavior, which is not guaranteed or supported.
|
|
16
18
|
*/
|
|
17
19
|
text: string;
|
|
18
20
|
private elementRef;
|
package/main/link/index.d.ts
CHANGED
|
@@ -39,6 +39,16 @@ declare class LinkComponent {
|
|
|
39
39
|
**Note:** Avaialble options are `Default`, `Subtle`, and `Emphasized`.
|
|
40
40
|
*/
|
|
41
41
|
design: 'Default' | 'Subtle' | 'Emphasized';
|
|
42
|
+
/**
|
|
43
|
+
Defines the target area size of the link:
|
|
44
|
+
- **InteractiveAreaSize.Normal**: The default target area size.
|
|
45
|
+
- **InteractiveAreaSize.Large**: The target area size is enlarged to 24px in height.
|
|
46
|
+
|
|
47
|
+
**Note:**The property is designed to make links easier to activate and helps meet the WCAG 2.2 Target Size requirement. It is applicable only for the SAP Horizon themes.
|
|
48
|
+
**Note:**To improve <code>ui5-link</code>'s reliability and usability, it is recommended to use the <code>InteractiveAreaSize.Large</code> value in scenarios where the <code>ui5-link</code> component is placed inside another interactive component, such as a list item or a table cell.
|
|
49
|
+
Setting the <code>interactiveAreaSize</code> property to <code>InteractiveAreaSize.Large</code> increases the <code>ui5-link</code>'s invisible touch area. As a result, the user's intended one-time selection command is more likely to activate the desired <code>ui5-link</code>, with minimal chance of unintentionally activating the underlying component.
|
|
50
|
+
*/
|
|
51
|
+
interactiveAreaSize: 'Normal' | 'Large';
|
|
42
52
|
/**
|
|
43
53
|
Defines how the text of a component will be displayed when there is not enough space.
|
|
44
54
|
|
|
@@ -107,7 +117,7 @@ declare class LinkComponent {
|
|
|
107
117
|
get element(): Link;
|
|
108
118
|
constructor();
|
|
109
119
|
static ɵfac: i0.ɵɵFactoryDeclaration<LinkComponent, never>;
|
|
110
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LinkComponent, "ui5-link", ["ui5Link"], { "disabled": { "alias": "disabled"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "design": { "alias": "design"; "required": false; }; "wrappingType": { "alias": "wrappingType"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "endIcon": { "alias": "endIcon"; "required": false; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
120
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LinkComponent, "ui5-link", ["ui5Link"], { "disabled": { "alias": "disabled"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "design": { "alias": "design"; "required": false; }; "interactiveAreaSize": { "alias": "interactiveAreaSize"; "required": false; }; "wrappingType": { "alias": "wrappingType"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "endIcon": { "alias": "endIcon"; "required": false; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
111
121
|
static ngAcceptInputType_disabled: unknown;
|
|
112
122
|
}
|
|
113
123
|
export { LinkComponent };
|
package/main/select/index.d.ts
CHANGED
|
@@ -40,6 +40,10 @@ declare class SelectComponent {
|
|
|
40
40
|
Receives id(or many ids) of the elements that label the select.
|
|
41
41
|
*/
|
|
42
42
|
accessibleNameRef: string | undefined;
|
|
43
|
+
/**
|
|
44
|
+
Defines the tooltip of the select.
|
|
45
|
+
*/
|
|
46
|
+
tooltip: string | undefined;
|
|
43
47
|
/**
|
|
44
48
|
Defines the value of the component:
|
|
45
49
|
|
|
@@ -77,7 +81,7 @@ declare class SelectComponent {
|
|
|
77
81
|
get cvaValue(): string;
|
|
78
82
|
constructor();
|
|
79
83
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent, never>;
|
|
80
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "ui5-select", ["ui5Select"], { "disabled": { "alias": "disabled"; "required": false; }; "name": { "alias": "name"; "required": false; }; "valueState": { "alias": "valueState"; "required": false; }; "required": { "alias": "required"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ui5Change": "ui5Change"; "ui5LiveChange": "ui5LiveChange"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
|
|
84
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "ui5-select", ["ui5Select"], { "disabled": { "alias": "disabled"; "required": false; }; "name": { "alias": "name"; "required": false; }; "valueState": { "alias": "valueState"; "required": false; }; "required": { "alias": "required"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ui5Change": "ui5Change"; "ui5LiveChange": "ui5LiveChange"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
|
|
81
85
|
static ngAcceptInputType_disabled: unknown;
|
|
82
86
|
static ngAcceptInputType_required: unknown;
|
|
83
87
|
static ngAcceptInputType_readonly: unknown;
|
|
@@ -32,6 +32,13 @@ declare class TabContainerComponent {
|
|
|
32
32
|
Sets the background color of the Tab Container's content as `Solid`, `Transparent`, or `Translucent`.
|
|
33
33
|
*/
|
|
34
34
|
contentBackgroundDesign: 'Solid' | 'Transparent' | 'Translucent';
|
|
35
|
+
/**
|
|
36
|
+
Defines if automatic tab selection is deactivated.
|
|
37
|
+
|
|
38
|
+
**Note:** By default, if none of the child tabs have the `selected` property set, the first tab will be automatically selected.
|
|
39
|
+
Setting this property to `true` allows preventing this behavior.
|
|
40
|
+
*/
|
|
41
|
+
noAutoSelection: boolean;
|
|
35
42
|
/**
|
|
36
43
|
Fired when a tab is selected.
|
|
37
44
|
*/
|
|
@@ -54,7 +61,8 @@ declare class TabContainerComponent {
|
|
|
54
61
|
get element(): TabContainer;
|
|
55
62
|
constructor();
|
|
56
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabContainerComponent, never>;
|
|
57
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabContainerComponent, "ui5-tabcontainer", ["ui5Tabcontainer"], { "collapsed": { "alias": "collapsed"; "required": false; }; "tabLayout": { "alias": "tabLayout"; "required": false; }; "overflowMode": { "alias": "overflowMode"; "required": false; }; "headerBackgroundDesign": { "alias": "headerBackgroundDesign"; "required": false; }; "contentBackgroundDesign": { "alias": "contentBackgroundDesign"; "required": false; }; }, { "ui5TabSelect": "ui5TabSelect"; "ui5MoveOver": "ui5MoveOver"; "ui5Move": "ui5Move"; }, never, ["*"], true, never>;
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabContainerComponent, "ui5-tabcontainer", ["ui5Tabcontainer"], { "collapsed": { "alias": "collapsed"; "required": false; }; "tabLayout": { "alias": "tabLayout"; "required": false; }; "overflowMode": { "alias": "overflowMode"; "required": false; }; "headerBackgroundDesign": { "alias": "headerBackgroundDesign"; "required": false; }; "contentBackgroundDesign": { "alias": "contentBackgroundDesign"; "required": false; }; "noAutoSelection": { "alias": "noAutoSelection"; "required": false; }; }, { "ui5TabSelect": "ui5TabSelect"; "ui5MoveOver": "ui5MoveOver"; "ui5Move": "ui5Move"; }, never, ["*"], true, never>;
|
|
58
65
|
static ngAcceptInputType_collapsed: unknown;
|
|
66
|
+
static ngAcceptInputType_noAutoSelection: unknown;
|
|
59
67
|
}
|
|
60
68
|
export { TabContainerComponent };
|
package/main/table/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
1
2
|
import '@ui5/webcomponents/dist/Table.js';
|
|
2
|
-
import Table from '@ui5/webcomponents/dist/Table.js';
|
|
3
|
+
import { default as Table, TableMoveEventDetail, TableRowActionClickEventDetail, TableRowClickEventDetail } from '@ui5/webcomponents/dist/Table.js';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
declare class TableComponent {
|
|
5
6
|
/**
|
|
@@ -40,13 +41,41 @@ declare class TableComponent {
|
|
|
40
41
|
**Note:** It is recommended to use a maximum of 3 row actions, as exceeding this limit may take up too much space on smaller screens.
|
|
41
42
|
*/
|
|
42
43
|
rowActionCount: number;
|
|
44
|
+
/**
|
|
45
|
+
Fired when an interactive row is clicked.
|
|
46
|
+
*/
|
|
47
|
+
ui5RowClick: EventEmitter<TableRowClickEventDetail>;
|
|
48
|
+
/**
|
|
49
|
+
Fired when a movable item is moved over a potential drop target during a dragging operation.
|
|
50
|
+
|
|
51
|
+
If the new position is valid, prevent the default action of the event using `preventDefault()`.
|
|
52
|
+
|
|
53
|
+
**Note:** If the dragging operation is a cross-browser operation or files are moved to a potential drop target,
|
|
54
|
+
the `source` parameter will be `null`.
|
|
55
|
+
*/
|
|
56
|
+
ui5MoveOver: EventEmitter<TableMoveEventDetail>;
|
|
57
|
+
/**
|
|
58
|
+
Fired when a movable list item is dropped onto a drop target.
|
|
59
|
+
|
|
60
|
+
**Notes:**
|
|
61
|
+
|
|
62
|
+
The `move` event is fired only if there was a preceding `move-over` with prevented default action.
|
|
63
|
+
|
|
64
|
+
If the dragging operation is a cross-browser operation or files are moved to a potential drop target,
|
|
65
|
+
the `source` parameter will be `null`.
|
|
66
|
+
*/
|
|
67
|
+
ui5Move: EventEmitter<TableMoveEventDetail>;
|
|
68
|
+
/**
|
|
69
|
+
Fired when a row action is clicked.
|
|
70
|
+
*/
|
|
71
|
+
ui5RowActionClick: EventEmitter<TableRowActionClickEventDetail>;
|
|
43
72
|
private elementRef;
|
|
44
73
|
private zone;
|
|
45
74
|
private cdr;
|
|
46
75
|
get element(): Table;
|
|
47
76
|
constructor();
|
|
48
77
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "ui5-table", ["ui5Table"], { "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "noDataText": { "alias": "noDataText"; "required": false; }; "overflowMode": { "alias": "overflowMode"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; }; "rowActionCount": { "alias": "rowActionCount"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
78
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "ui5-table", ["ui5Table"], { "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "noDataText": { "alias": "noDataText"; "required": false; }; "overflowMode": { "alias": "overflowMode"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; }; "rowActionCount": { "alias": "rowActionCount"; "required": false; }; }, { "ui5RowClick": "ui5RowClick"; "ui5MoveOver": "ui5MoveOver"; "ui5Move": "ui5Move"; "ui5RowActionClick": "ui5RowActionClick"; }, never, ["*"], true, never>;
|
|
50
79
|
static ngAcceptInputType_loading: unknown;
|
|
51
80
|
}
|
|
52
81
|
export { TableComponent };
|
|
@@ -1,13 +1,19 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
1
2
|
import '@ui5/webcomponents/dist/TableHeaderCellActionAI.js';
|
|
2
3
|
import TableHeaderCellActionAI from '@ui5/webcomponents/dist/TableHeaderCellActionAI.js';
|
|
4
|
+
import { TableHeaderCellActionClickEventDetail } from '@ui5/webcomponents/dist/TableHeaderCellActionBase.js';
|
|
3
5
|
import * as i0 from "@angular/core";
|
|
4
6
|
declare class TableHeaderCellActionAIComponent {
|
|
7
|
+
/**
|
|
8
|
+
Fired when a header cell action is clicked.
|
|
9
|
+
*/
|
|
10
|
+
ui5Click: EventEmitter<TableHeaderCellActionClickEventDetail>;
|
|
5
11
|
private elementRef;
|
|
6
12
|
private zone;
|
|
7
13
|
private cdr;
|
|
8
14
|
get element(): TableHeaderCellActionAI;
|
|
9
15
|
constructor();
|
|
10
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableHeaderCellActionAIComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableHeaderCellActionAIComponent, "ui5-table-header-cell-action-ai", ["ui5TableHeaderCellActionAi"], {}, {}, never, ["*"], true, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableHeaderCellActionAIComponent, "ui5-table-header-cell-action-ai", ["ui5TableHeaderCellActionAi"], {}, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
12
18
|
}
|
|
13
19
|
export { TableHeaderCellActionAIComponent };
|
|
@@ -4,10 +4,12 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
declare class TableRowComponent {
|
|
5
5
|
/**
|
|
6
6
|
Unique identifier of the row.
|
|
7
|
+
|
|
8
|
+
**Note:** For selection features to work properly, this property is mandatory, and its value must not contain spaces.
|
|
7
9
|
*/
|
|
8
|
-
rowKey: string;
|
|
10
|
+
rowKey: string | undefined;
|
|
9
11
|
/**
|
|
10
|
-
Defines the position of the row
|
|
12
|
+
Defines the position of the row related to the total number of rows within the table when the `ui5-table-virtualizer` feature is used.
|
|
11
13
|
*/
|
|
12
14
|
position: number;
|
|
13
15
|
/**
|
|
@@ -23,18 +23,13 @@ declare class TableRowActionComponent {
|
|
|
23
23
|
**Note:** For row actions to work properly, this property is mandatory.
|
|
24
24
|
*/
|
|
25
25
|
text: string;
|
|
26
|
-
/**
|
|
27
|
-
Defines the disabled state of the row action.
|
|
28
|
-
*/
|
|
29
|
-
disabled: boolean;
|
|
30
26
|
private elementRef;
|
|
31
27
|
private zone;
|
|
32
28
|
private cdr;
|
|
33
29
|
get element(): TableRowAction;
|
|
34
30
|
constructor();
|
|
35
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableRowActionComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableRowActionComponent, "ui5-table-row-action", ["ui5TableRowAction"], { "invisible": { "alias": "invisible"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "text": { "alias": "text"; "required": false; };
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableRowActionComponent, "ui5-table-row-action", ["ui5TableRowAction"], { "invisible": { "alias": "invisible"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
37
33
|
static ngAcceptInputType_invisible: unknown;
|
|
38
|
-
static ngAcceptInputType_disabled: unknown;
|
|
39
34
|
}
|
|
40
35
|
export { TableRowActionComponent };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents/dist/TableSelectionMulti.js';
|
|
3
|
+
import TableSelectionMulti from '@ui5/webcomponents/dist/TableSelectionMulti.js';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
declare class TableSelectionMultiComponent {
|
|
6
|
+
/**
|
|
7
|
+
Defines the `row-key` values of selected rows, with each value separated by a space.
|
|
8
|
+
*/
|
|
9
|
+
selected: string | undefined;
|
|
10
|
+
/**
|
|
11
|
+
Fired when the selection is changed by user interaction.
|
|
12
|
+
*/
|
|
13
|
+
ui5Change: EventEmitter<void>;
|
|
14
|
+
private elementRef;
|
|
15
|
+
private zone;
|
|
16
|
+
private cdr;
|
|
17
|
+
get element(): TableSelectionMulti;
|
|
18
|
+
constructor();
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableSelectionMultiComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableSelectionMultiComponent, "ui5-table-selection-multi", ["ui5TableSelectionMulti"], { "selected": { "alias": "selected"; "required": false; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, never>;
|
|
21
|
+
}
|
|
22
|
+
export { TableSelectionMultiComponent };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents/dist/TableSelectionSingle.js';
|
|
3
|
+
import TableSelectionSingle from '@ui5/webcomponents/dist/TableSelectionSingle.js';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
declare class TableSelectionSingleComponent {
|
|
6
|
+
/**
|
|
7
|
+
Defines the `row-key` value of the selected row.
|
|
8
|
+
*/
|
|
9
|
+
selected: string | undefined;
|
|
10
|
+
/**
|
|
11
|
+
Fired when the selection is changed by user interaction.
|
|
12
|
+
*/
|
|
13
|
+
ui5Change: EventEmitter<void>;
|
|
14
|
+
private elementRef;
|
|
15
|
+
private zone;
|
|
16
|
+
private cdr;
|
|
17
|
+
get element(): TableSelectionSingle;
|
|
18
|
+
constructor();
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableSelectionSingleComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableSelectionSingleComponent, "ui5-table-selection-single", ["ui5TableSelectionSingle"], { "selected": { "alias": "selected"; "required": false; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, never>;
|
|
21
|
+
}
|
|
22
|
+
export { TableSelectionSingleComponent };
|