@ui5/webcomponents-ngx 0.3.2-rc.2 → 0.3.2
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/esm2022/fiori/dynamic-side-content/index.mjs +4 -2
- package/esm2022/fiori/navigation-layout/index.mjs +6 -9
- package/esm2022/fiori/ui5-fiori.module.mjs +13 -1
- package/esm2022/fiori/upload-collection/index.mjs +3 -4
- package/esm2022/fiori/user-menu/index.mjs +78 -0
- package/esm2022/fiori/user-menu/ui5-webcomponents-ngx-fiori-user-menu.mjs +5 -0
- package/esm2022/fiori/user-menu-account/index.mjs +51 -0
- package/esm2022/fiori/user-menu-account/ui5-webcomponents-ngx-fiori-user-menu-account.mjs +5 -0
- package/esm2022/fiori/user-menu-item/index.mjs +76 -0
- package/esm2022/fiori/user-menu-item/ui5-webcomponents-ngx-fiori-user-menu-item.mjs +5 -0
- package/esm2022/index.mjs +6 -1
- package/esm2022/main/button/index.mjs +4 -2
- package/esm2022/main/card-header/index.mjs +1 -1
- package/esm2022/main/carousel/index.mjs +1 -1
- package/esm2022/main/color-picker/index.mjs +9 -6
- package/esm2022/main/combo-box-item-group/index.mjs +7 -5
- package/esm2022/main/date-picker/index.mjs +1 -1
- package/esm2022/main/date-range-picker/index.mjs +1 -1
- package/esm2022/main/date-time-picker/index.mjs +1 -1
- package/esm2022/main/dialog/index.mjs +1 -1
- package/esm2022/main/expandable-text/index.mjs +34 -0
- package/esm2022/main/expandable-text/ui5-webcomponents-ngx-main-expandable-text.mjs +5 -0
- package/esm2022/main/form/index.mjs +4 -4
- package/esm2022/main/link/index.mjs +4 -2
- package/esm2022/main/list/index.mjs +6 -2
- package/esm2022/main/multi-combo-box-item-group/index.mjs +7 -5
- package/esm2022/main/radio-button/index.mjs +1 -1
- package/esm2022/main/rating-indicator/index.mjs +4 -2
- package/esm2022/main/split-button/index.mjs +1 -1
- package/esm2022/main/step-input/index.mjs +8 -4
- package/esm2022/main/table/index.mjs +8 -4
- package/esm2022/main/table-header-cell/index.mjs +1 -1
- package/esm2022/main/table-row/index.mjs +7 -4
- package/esm2022/main/table-virtualizer/index.mjs +36 -0
- package/esm2022/main/table-virtualizer/ui5-webcomponents-ngx-main-table-virtualizer.mjs +5 -0
- package/esm2022/main/toggle-button/index.mjs +4 -2
- package/esm2022/main/tokenizer/index.mjs +24 -4
- package/esm2022/main/tree/index.mjs +6 -2
- package/esm2022/main/ui5-main.module.mjs +9 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs +3 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-navigation-layout.mjs +5 -8
- package/fesm2022/ui5-webcomponents-ngx-fiori-navigation-layout.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs +2 -3
- package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-account.mjs +57 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-account.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item.mjs +82 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu.mjs +84 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori.mjs +12 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-button.mjs +3 -1
- package/fesm2022/ui5-webcomponents-ngx-main-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-card-header.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-carousel.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs +8 -5
- package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item-group.mjs +6 -4
- package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item-group.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-date-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-date-range-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-date-time-picker.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-expandable-text.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-expandable-text.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-form.mjs +3 -3
- package/fesm2022/ui5-webcomponents-ngx-main-form.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-list.mjs +5 -1
- package/fesm2022/ui5-webcomponents-ngx-main-list.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item-group.mjs +6 -4
- package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item-group.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-radio-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs +3 -1
- package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-split-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs +7 -3
- package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-header-cell.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs +6 -3
- package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-virtualizer.mjs +42 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table-virtualizer.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-table.mjs +7 -3
- package/fesm2022/ui5-webcomponents-ngx-main-table.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs +3 -1
- package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs +23 -3
- package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs +5 -1
- package/fesm2022/ui5-webcomponents-ngx-main-tree.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 +5 -0
- package/fesm2022/ui5-webcomponents-ngx.mjs.map +1 -1
- package/fiori/dynamic-side-content/index.d.ts +11 -2
- package/fiori/navigation-layout/index.d.ts +3 -4
- package/fiori/ui5-fiori.module.d.ts +7 -4
- package/fiori/upload-collection/index.d.ts +1 -5
- package/fiori/user-menu/index.d.ts +72 -0
- package/fiori/user-menu-account/index.d.ts +38 -0
- package/fiori/user-menu-item/index.d.ts +101 -0
- package/index.d.ts +5 -0
- package/main/button/index.d.ts +5 -1
- package/main/card-header/index.d.ts +1 -1
- package/main/carousel/index.d.ts +0 -2
- package/main/color-picker/index.d.ts +6 -1
- package/main/combo-box-item-group/index.d.ts +20 -2
- package/main/date-picker/index.d.ts +2 -2
- package/main/date-range-picker/index.d.ts +2 -2
- package/main/date-time-picker/index.d.ts +2 -2
- package/main/dialog/index.d.ts +3 -3
- package/main/expandable-text/index.d.ts +29 -0
- package/main/form/index.d.ts +13 -2
- package/main/link/index.d.ts +5 -1
- package/main/list/index.d.ts +10 -2
- package/main/multi-combo-box-item-group/index.d.ts +20 -2
- package/main/radio-button/index.d.ts +5 -2
- package/main/rating-indicator/index.d.ts +5 -1
- package/main/split-button/index.d.ts +1 -1
- package/main/step-input/index.d.ts +5 -1
- package/main/table/index.d.ts +22 -2
- package/main/table-header-cell/index.d.ts +4 -2
- package/main/table-row/index.d.ts +10 -1
- package/main/table-virtualizer/index.d.ts +36 -0
- package/main/toggle-button/index.d.ts +5 -1
- package/main/tokenizer/index.d.ts +15 -1
- package/main/tree/index.d.ts +9 -1
- package/main/ui5-main.module.d.ts +71 -69
- package/package.json +32 -2
- package/ui5-webcomponents-ngx-0.3.2.tgz +0 -0
- package/ui5-webcomponents-ngx-0.3.2-rc.2.tgz +0 -0
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import '@ui5/webcomponents-fiori/dist/UserMenuItem.js';
|
|
3
|
+
import UserMenuItem from '@ui5/webcomponents-fiori/dist/UserMenuItem.js';
|
|
4
|
+
import { ListItemAccessibilityAttributes } from '@ui5/webcomponents/dist/ListItem.js';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
declare class UserMenuItemComponent {
|
|
7
|
+
/**
|
|
8
|
+
Defines the visual indication and behavior of the list items.
|
|
9
|
+
Available options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.
|
|
10
|
+
|
|
11
|
+
**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,
|
|
12
|
+
while with type `Inactive` and `Detail` - will not.
|
|
13
|
+
*/
|
|
14
|
+
type: 'Inactive' | 'Active' | 'Detail' | 'Navigation';
|
|
15
|
+
/**
|
|
16
|
+
Defines the additional accessibility attributes that will be applied to the component.
|
|
17
|
+
The following fields are supported:
|
|
18
|
+
|
|
19
|
+
- **ariaKeyShortcuts**: Indicated the availability of a keyboard shortcuts defined for the menu item.
|
|
20
|
+
|
|
21
|
+
- **role**: Defines the role of the menu item. If not set, menu item will have default role="menuitem".
|
|
22
|
+
*/
|
|
23
|
+
accessibilityAttributes: ListItemAccessibilityAttributes;
|
|
24
|
+
/**
|
|
25
|
+
The navigated state of the list item.
|
|
26
|
+
If set to `true`, a navigation indicator is displayed at the end of the list item.
|
|
27
|
+
*/
|
|
28
|
+
navigated: boolean;
|
|
29
|
+
/**
|
|
30
|
+
Defines the text of the tooltip for the menu item.
|
|
31
|
+
*/
|
|
32
|
+
tooltip: string | undefined;
|
|
33
|
+
/**
|
|
34
|
+
Defines the highlight state of the list items.
|
|
35
|
+
Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
|
|
36
|
+
*/
|
|
37
|
+
highlight: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
|
|
38
|
+
/**
|
|
39
|
+
Defines the selected state of the component.
|
|
40
|
+
*/
|
|
41
|
+
selected: boolean;
|
|
42
|
+
/**
|
|
43
|
+
Defines the text of the tree item.
|
|
44
|
+
*/
|
|
45
|
+
text: string | undefined;
|
|
46
|
+
/**
|
|
47
|
+
Defines the `additionalText`, displayed in the end of the menu item.
|
|
48
|
+
|
|
49
|
+
**Note:** The additional text will not be displayed if there are items added in `items` slot or there are
|
|
50
|
+
components added to `endContent` slot.
|
|
51
|
+
|
|
52
|
+
The priority of what will be displayed at the end of the menu item is as follows:
|
|
53
|
+
sub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.
|
|
54
|
+
*/
|
|
55
|
+
additionalText: string | undefined;
|
|
56
|
+
/**
|
|
57
|
+
Defines the icon to be displayed as graphical element within the component.
|
|
58
|
+
The SAP-icons font provides numerous options.
|
|
59
|
+
|
|
60
|
+
**Example:**
|
|
61
|
+
|
|
62
|
+
See all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
63
|
+
*/
|
|
64
|
+
icon: string | undefined;
|
|
65
|
+
/**
|
|
66
|
+
Defines whether `ui5-menu-item` is in disabled state.
|
|
67
|
+
|
|
68
|
+
**Note:** A disabled `ui5-menu-item` is noninteractive.
|
|
69
|
+
*/
|
|
70
|
+
disabled: boolean;
|
|
71
|
+
/**
|
|
72
|
+
Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding ui5-menu popover.
|
|
73
|
+
|
|
74
|
+
**Note:** If set to `true` a `ui5-busy-indicator` component will be displayed into the related one to the current `ui5-menu-item` sub-menu popover.
|
|
75
|
+
*/
|
|
76
|
+
loading: boolean;
|
|
77
|
+
/**
|
|
78
|
+
Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding ui5-menu popover.
|
|
79
|
+
*/
|
|
80
|
+
loadingDelay: number;
|
|
81
|
+
/**
|
|
82
|
+
Defines the accessible ARIA name of the component.
|
|
83
|
+
*/
|
|
84
|
+
accessibleName: string | undefined;
|
|
85
|
+
/**
|
|
86
|
+
Fired when the user clicks on the detail button when type is `Detail`.
|
|
87
|
+
*/
|
|
88
|
+
ui5DetailClick: EventEmitter<void>;
|
|
89
|
+
private elementRef;
|
|
90
|
+
private zone;
|
|
91
|
+
private cdr;
|
|
92
|
+
get element(): UserMenuItem;
|
|
93
|
+
constructor();
|
|
94
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserMenuItemComponent, never>;
|
|
95
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserMenuItemComponent, "ui5-user-menu-item", ["ui5UserMenuItem"], { "type": { "alias": "type"; "required": false; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; }; "navigated": { "alias": "navigated"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "highlight": { "alias": "highlight"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "text": { "alias": "text"; "required": false; }; "additionalText": { "alias": "additionalText"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; }, { "ui5DetailClick": "ui5DetailClick"; }, never, ["*"], true, never>;
|
|
96
|
+
static ngAcceptInputType_navigated: unknown;
|
|
97
|
+
static ngAcceptInputType_selected: unknown;
|
|
98
|
+
static ngAcceptInputType_disabled: unknown;
|
|
99
|
+
static ngAcceptInputType_loading: unknown;
|
|
100
|
+
}
|
|
101
|
+
export { UserMenuItemComponent };
|
package/index.d.ts
CHANGED
|
@@ -28,6 +28,9 @@ export { TimelineGroupItemComponent } from '@ui5/webcomponents-ngx/fiori/timelin
|
|
|
28
28
|
export { TimelineItemComponent } from '@ui5/webcomponents-ngx/fiori/timeline-item';
|
|
29
29
|
export { UploadCollectionComponent } from '@ui5/webcomponents-ngx/fiori/upload-collection';
|
|
30
30
|
export { UploadCollectionItemComponent } from '@ui5/webcomponents-ngx/fiori/upload-collection-item';
|
|
31
|
+
export { UserMenuComponent } from '@ui5/webcomponents-ngx/fiori/user-menu';
|
|
32
|
+
export { UserMenuAccountComponent } from '@ui5/webcomponents-ngx/fiori/user-menu-account';
|
|
33
|
+
export { UserMenuItemComponent } from '@ui5/webcomponents-ngx/fiori/user-menu-item';
|
|
31
34
|
export { ViewSettingsDialogComponent } from '@ui5/webcomponents-ngx/fiori/view-settings-dialog';
|
|
32
35
|
export { WizardComponent } from '@ui5/webcomponents-ngx/fiori/wizard';
|
|
33
36
|
export { WizardStepComponent } from '@ui5/webcomponents-ngx/fiori/wizard-step';
|
|
@@ -58,6 +61,7 @@ export { DatePickerComponent } from '@ui5/webcomponents-ngx/main/date-picker';
|
|
|
58
61
|
export { DateRangePickerComponent } from '@ui5/webcomponents-ngx/main/date-range-picker';
|
|
59
62
|
export { DateTimePickerComponent } from '@ui5/webcomponents-ngx/main/date-time-picker';
|
|
60
63
|
export { DialogComponent } from '@ui5/webcomponents-ngx/main/dialog';
|
|
64
|
+
export { ExpandableTextComponent } from '@ui5/webcomponents-ngx/main/expandable-text';
|
|
61
65
|
export { FileUploaderComponent } from '@ui5/webcomponents-ngx/main/file-uploader';
|
|
62
66
|
export { FormComponent } from '@ui5/webcomponents-ngx/main/form';
|
|
63
67
|
export { FormGroupComponent } from '@ui5/webcomponents-ngx/main/form-group';
|
|
@@ -108,6 +112,7 @@ export { TableHeaderCellComponent } from '@ui5/webcomponents-ngx/main/table-head
|
|
|
108
112
|
export { TableHeaderRowComponent } from '@ui5/webcomponents-ngx/main/table-header-row';
|
|
109
113
|
export { TableRowComponent } from '@ui5/webcomponents-ngx/main/table-row';
|
|
110
114
|
export { TableSelectionComponent } from '@ui5/webcomponents-ngx/main/table-selection';
|
|
115
|
+
export { TableVirtualizerComponent } from '@ui5/webcomponents-ngx/main/table-virtualizer';
|
|
111
116
|
export { TagComponent } from '@ui5/webcomponents-ngx/main/tag';
|
|
112
117
|
export { TextComponent } from '@ui5/webcomponents-ngx/main/text';
|
|
113
118
|
export { TextAreaComponent } from '@ui5/webcomponents-ngx/main/text-area';
|
package/main/button/index.d.ts
CHANGED
|
@@ -68,6 +68,10 @@ declare class ButtonComponent {
|
|
|
68
68
|
Accepts a lowercase string value.
|
|
69
69
|
*/
|
|
70
70
|
accessibilityAttributes: ButtonAccessibilityAttributes;
|
|
71
|
+
/**
|
|
72
|
+
Defines the accessible description of the component.
|
|
73
|
+
*/
|
|
74
|
+
accessibleDescription: string | undefined;
|
|
71
75
|
/**
|
|
72
76
|
Defines whether the button has special form-related functionality.
|
|
73
77
|
|
|
@@ -94,7 +98,7 @@ declare class ButtonComponent {
|
|
|
94
98
|
get element(): Button;
|
|
95
99
|
constructor();
|
|
96
100
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
97
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "ui5-button", ["ui5Button"], { "design": { "alias": "design"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "endIcon": { "alias": "endIcon"; "required": false; }; "submits": { "alias": "submits"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; }; "type": { "alias": "type"; "required": false; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
101
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "ui5-button", ["ui5Button"], { "design": { "alias": "design"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "endIcon": { "alias": "endIcon"; "required": false; }; "submits": { "alias": "submits"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; }; "type": { "alias": "type"; "required": false; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
98
102
|
static ngAcceptInputType_disabled: unknown;
|
|
99
103
|
static ngAcceptInputType_submits: unknown;
|
|
100
104
|
}
|
|
@@ -17,7 +17,7 @@ declare class CardHeaderComponent {
|
|
|
17
17
|
additionalText: string | undefined;
|
|
18
18
|
/**
|
|
19
19
|
Defines if the component would be interactive,
|
|
20
|
-
e.g gets hover effect
|
|
20
|
+
e.g gets hover effect and `click` event is fired, when pressed.
|
|
21
21
|
*/
|
|
22
22
|
interactive: boolean;
|
|
23
23
|
/**
|
package/main/carousel/index.d.ts
CHANGED
|
@@ -29,8 +29,6 @@ declare class CarouselComponent {
|
|
|
29
29
|
/**
|
|
30
30
|
Defines the visibility of the navigation arrows.
|
|
31
31
|
If set to true the navigation arrows will be hidden.
|
|
32
|
-
|
|
33
|
-
**Note:** The navigation arrows are always displayed on touch devices.
|
|
34
32
|
*/
|
|
35
33
|
hideNavigationArrows: boolean;
|
|
36
34
|
/**
|
|
@@ -15,6 +15,10 @@ declare class ColorPickerComponent {
|
|
|
15
15
|
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
16
16
|
*/
|
|
17
17
|
name: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
When set to `true`, the alpha slider and inputs for RGB values will not be displayed.
|
|
20
|
+
*/
|
|
21
|
+
simplified: boolean;
|
|
18
22
|
/**
|
|
19
23
|
Fired when the the selected color is changed
|
|
20
24
|
*/
|
|
@@ -25,6 +29,7 @@ declare class ColorPickerComponent {
|
|
|
25
29
|
get element(): ColorPicker;
|
|
26
30
|
constructor();
|
|
27
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerComponent, "ui5-color-picker", ["ui5ColorPicker"], { "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerComponent, "ui5-color-picker", ["ui5ColorPicker"], { "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "simplified": { "alias": "simplified"; "required": false; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, never>;
|
|
33
|
+
static ngAcceptInputType_simplified: unknown;
|
|
29
34
|
}
|
|
30
35
|
export { ColorPickerComponent };
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
1
2
|
import '@ui5/webcomponents/dist/ComboBoxItemGroup.js';
|
|
2
3
|
import ComboBoxItemGroup from '@ui5/webcomponents/dist/ComboBoxItemGroup.js';
|
|
4
|
+
import { ListItemGroupMoveEventDetail } from '@ui5/webcomponents/dist/ListItemGroup.js';
|
|
3
5
|
import * as i0 from "@angular/core";
|
|
4
6
|
declare class ComboBoxItemGroupComponent {
|
|
5
7
|
/**
|
|
6
|
-
Defines the text of the
|
|
8
|
+
Defines the header text of the <code>ui5-li-group</code>.
|
|
7
9
|
*/
|
|
8
10
|
headerText: string | undefined;
|
|
11
|
+
/**
|
|
12
|
+
Defines the accessible name of the header.
|
|
13
|
+
*/
|
|
14
|
+
headerAccessibleName: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
Fired when a movable list item is moved over a potential drop target during a dragging operation.
|
|
17
|
+
|
|
18
|
+
If the new position is valid, prevent the default action of the event using `preventDefault()`.
|
|
19
|
+
*/
|
|
20
|
+
ui5MoveOver: EventEmitter<ListItemGroupMoveEventDetail>;
|
|
21
|
+
/**
|
|
22
|
+
Fired when a movable list item is dropped onto a drop target.
|
|
23
|
+
|
|
24
|
+
**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.
|
|
25
|
+
*/
|
|
26
|
+
ui5Move: EventEmitter<ListItemGroupMoveEventDetail>;
|
|
9
27
|
private elementRef;
|
|
10
28
|
private zone;
|
|
11
29
|
private cdr;
|
|
12
30
|
get element(): ComboBoxItemGroup;
|
|
13
31
|
constructor();
|
|
14
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxItemGroupComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ComboBoxItemGroupComponent, "ui5-cb-item-group", ["ui5CbItemGroup"], { "headerText": { "alias": "headerText"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ComboBoxItemGroupComponent, "ui5-cb-item-group", ["ui5CbItemGroup"], { "headerText": { "alias": "headerText"; "required": false; }; "headerAccessibleName": { "alias": "headerAccessibleName"; "required": false; }; }, { "ui5MoveOver": "ui5MoveOver"; "ui5Move": "ui5Move"; }, never, ["*"], true, never>;
|
|
16
34
|
}
|
|
17
35
|
export { ComboBoxItemGroupComponent };
|
|
@@ -104,11 +104,11 @@ declare class DatePickerComponent {
|
|
|
104
104
|
*/
|
|
105
105
|
ui5ValueStateChange: EventEmitter<DatePickerValueStateChangeEventDetail>;
|
|
106
106
|
/**
|
|
107
|
-
Fired after the
|
|
107
|
+
Fired after the component's picker is opened.
|
|
108
108
|
*/
|
|
109
109
|
ui5Open: EventEmitter<void>;
|
|
110
110
|
/**
|
|
111
|
-
Fired after the
|
|
111
|
+
Fired after the component's picker is closed.
|
|
112
112
|
*/
|
|
113
113
|
ui5Close: EventEmitter<void>;
|
|
114
114
|
private elementRef;
|
|
@@ -110,11 +110,11 @@ declare class DateRangePickerComponent {
|
|
|
110
110
|
*/
|
|
111
111
|
ui5ValueStateChange: EventEmitter<DatePickerValueStateChangeEventDetail>;
|
|
112
112
|
/**
|
|
113
|
-
Fired after the
|
|
113
|
+
Fired after the component's picker is opened.
|
|
114
114
|
*/
|
|
115
115
|
ui5Open: EventEmitter<void>;
|
|
116
116
|
/**
|
|
117
|
-
Fired after the
|
|
117
|
+
Fired after the component's picker is closed.
|
|
118
118
|
*/
|
|
119
119
|
ui5Close: EventEmitter<void>;
|
|
120
120
|
private elementRef;
|
|
@@ -105,11 +105,11 @@ declare class DateTimePickerComponent {
|
|
|
105
105
|
*/
|
|
106
106
|
ui5ValueStateChange: EventEmitter<DatePickerValueStateChangeEventDetail>;
|
|
107
107
|
/**
|
|
108
|
-
Fired after the
|
|
108
|
+
Fired after the component's picker is opened.
|
|
109
109
|
*/
|
|
110
110
|
ui5Open: EventEmitter<void>;
|
|
111
111
|
/**
|
|
112
|
-
Fired after the
|
|
112
|
+
Fired after the component's picker is closed.
|
|
113
113
|
*/
|
|
114
114
|
ui5Close: EventEmitter<void>;
|
|
115
115
|
private elementRef;
|
package/main/dialog/index.d.ts
CHANGED
|
@@ -43,10 +43,10 @@ declare class DialogComponent {
|
|
|
43
43
|
*/
|
|
44
44
|
headerText: string | undefined;
|
|
45
45
|
/**
|
|
46
|
-
Determines
|
|
46
|
+
Determines if the dialog will be stretched to full screen on mobile. On desktop,
|
|
47
|
+
the dialog will be stretched to approximately 90% of the viewport.
|
|
47
48
|
|
|
48
|
-
**Note:**
|
|
49
|
-
90% of the viewport.
|
|
49
|
+
**Note:** For better usability of the component it is recommended to set this property to "true" when the dialog is opened on phone.
|
|
50
50
|
*/
|
|
51
51
|
stretch: boolean;
|
|
52
52
|
/**
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import '@ui5/webcomponents/dist/ExpandableText.js';
|
|
2
|
+
import ExpandableText from '@ui5/webcomponents/dist/ExpandableText.js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
declare class ExpandableTextComponent {
|
|
5
|
+
/**
|
|
6
|
+
Text of the component.
|
|
7
|
+
*/
|
|
8
|
+
text: string | undefined;
|
|
9
|
+
/**
|
|
10
|
+
Maximum number of characters to be displayed initially. If the text length exceeds this limit, the text will be truncated with an ellipsis, and the "More" link will be displayed.
|
|
11
|
+
*/
|
|
12
|
+
maxCharacters: number;
|
|
13
|
+
/**
|
|
14
|
+
Determines how the full text will be displayed.
|
|
15
|
+
*/
|
|
16
|
+
overflowMode: 'InPlace' | 'Popover';
|
|
17
|
+
/**
|
|
18
|
+
Specifies if an empty indicator should be displayed when there is no text.
|
|
19
|
+
*/
|
|
20
|
+
emptyIndicatorMode: 'Off' | 'On';
|
|
21
|
+
private elementRef;
|
|
22
|
+
private zone;
|
|
23
|
+
private cdr;
|
|
24
|
+
get element(): ExpandableText;
|
|
25
|
+
constructor();
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandableTextComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandableTextComponent, "ui5-expandable-text", ["ui5ExpandableText"], { "text": { "alias": "text"; "required": false; }; "maxCharacters": { "alias": "maxCharacters"; "required": false; }; "overflowMode": { "alias": "overflowMode"; "required": false; }; "emptyIndicatorMode": { "alias": "emptyIndicatorMode"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
28
|
+
}
|
|
29
|
+
export { ExpandableTextComponent };
|
package/main/form/index.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ declare class FormComponent {
|
|
|
13
13
|
*/
|
|
14
14
|
layout: string;
|
|
15
15
|
/**
|
|
16
|
-
Defines the width proportion of the labels and fields of a
|
|
16
|
+
Defines the width proportion of the labels and fields of a form item by breakpoint.
|
|
17
17
|
|
|
18
18
|
By default, the labels take 4/12 (or 1/3) of the form item in M,L and XL sizes,
|
|
19
19
|
and 12/12 in S size, e.g in S the label is on top of its associated field.
|
|
@@ -23,6 +23,17 @@ declare class FormComponent {
|
|
|
23
23
|
**Note:** If "12" is set, the label will be displayed on top of its assosiated field.
|
|
24
24
|
*/
|
|
25
25
|
labelSpan: string;
|
|
26
|
+
/**
|
|
27
|
+
Defines the number of cells that are empty at the end of each form item, configurable by breakpoint.
|
|
28
|
+
|
|
29
|
+
By default, a form item spans 12 cells, fully divided between its label (4 cells) and field (8 cells), with no empty space at the end.
|
|
30
|
+
The `emptySpan` provides additional layout flexibility by defining empty space at the form item’s end.
|
|
31
|
+
|
|
32
|
+
**Note:**
|
|
33
|
+
- The maximum allowable empty space is 10 cells. At least 1 cell each must remain for the label and the field.
|
|
34
|
+
- When `emptySpan` is specified (greater than 0), ensure that the combined value of `emptySpan` and `labelSpan` does not exceed 11. This guarantees a minimum of 1 cell for the field.
|
|
35
|
+
*/
|
|
36
|
+
emptySpan: string;
|
|
26
37
|
/**
|
|
27
38
|
Defines the header text of the component.
|
|
28
39
|
|
|
@@ -43,6 +54,6 @@ declare class FormComponent {
|
|
|
43
54
|
get element(): Form;
|
|
44
55
|
constructor();
|
|
45
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormComponent, "ui5-form", ["ui5Form"], { "layout": { "alias": "layout"; "required": false; }; "labelSpan": { "alias": "labelSpan"; "required": false; }; "headerText": { "alias": "headerText"; "required": false; }; "itemSpacing": { "alias": "itemSpacing"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormComponent, "ui5-form", ["ui5Form"], { "layout": { "alias": "layout"; "required": false; }; "labelSpan": { "alias": "labelSpan"; "required": false; }; "emptySpan": { "alias": "emptySpan"; "required": false; }; "headerText": { "alias": "headerText"; "required": false; }; "itemSpacing": { "alias": "itemSpacing"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
47
58
|
}
|
|
48
59
|
export { FormComponent };
|
package/main/link/index.d.ts
CHANGED
|
@@ -70,6 +70,10 @@ declare class LinkComponent {
|
|
|
70
70
|
Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
|
|
71
71
|
*/
|
|
72
72
|
accessibilityAttributes: LinkAccessibilityAttributes;
|
|
73
|
+
/**
|
|
74
|
+
Defines the accessible description of the component.
|
|
75
|
+
*/
|
|
76
|
+
accessibleDescription: string | undefined;
|
|
73
77
|
/**
|
|
74
78
|
Defines the icon, displayed as graphical element within the component before the link's text.
|
|
75
79
|
The SAP-icons font provides numerous options.
|
|
@@ -103,7 +107,7 @@ declare class LinkComponent {
|
|
|
103
107
|
get element(): Link;
|
|
104
108
|
constructor();
|
|
105
109
|
static ɵfac: i0.ɵɵFactoryDeclaration<LinkComponent, never>;
|
|
106
|
-
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; }; "icon": { "alias": "icon"; "required": false; }; "endIcon": { "alias": "endIcon"; "required": false; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, 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>;
|
|
107
111
|
static ngAcceptInputType_disabled: unknown;
|
|
108
112
|
}
|
|
109
113
|
export { LinkComponent };
|
package/main/list/index.d.ts
CHANGED
|
@@ -58,9 +58,17 @@ declare class ListComponent {
|
|
|
58
58
|
*/
|
|
59
59
|
accessibleName: string | undefined;
|
|
60
60
|
/**
|
|
61
|
-
Defines the IDs of the elements that label the
|
|
61
|
+
Defines the IDs of the elements that label the component.
|
|
62
62
|
*/
|
|
63
63
|
accessibleNameRef: string | undefined;
|
|
64
|
+
/**
|
|
65
|
+
Defines the accessible description of the component.
|
|
66
|
+
*/
|
|
67
|
+
accessibleDescription: string | undefined;
|
|
68
|
+
/**
|
|
69
|
+
Defines the IDs of the elements that describe the component.
|
|
70
|
+
*/
|
|
71
|
+
accessibleDescriptionRef: string | undefined;
|
|
64
72
|
/**
|
|
65
73
|
Defines the accessible role of the component.
|
|
66
74
|
*/
|
|
@@ -119,7 +127,7 @@ declare class ListComponent {
|
|
|
119
127
|
get element(): List;
|
|
120
128
|
constructor();
|
|
121
129
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, never>;
|
|
122
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "ui5-list", ["ui5List"], { "headerText": { "alias": "headerText"; "required": false; }; "footerText": { "alias": "footerText"; "required": false; }; "indent": { "alias": "indent"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "noDataText": { "alias": "noDataText"; "required": false; }; "separators": { "alias": "separators"; "required": false; }; "growing": { "alias": "growing"; "required": false; }; "growingButtonText": { "alias": "growingButtonText"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; }; }, { "ui5ItemClick": "ui5ItemClick"; "ui5ItemClose": "ui5ItemClose"; "ui5ItemToggle": "ui5ItemToggle"; "ui5ItemDelete": "ui5ItemDelete"; "ui5SelectionChange": "ui5SelectionChange"; "ui5LoadMore": "ui5LoadMore"; "ui5MoveOver": "ui5MoveOver"; "ui5Move": "ui5Move"; }, never, ["*"], true, never>;
|
|
130
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "ui5-list", ["ui5List"], { "headerText": { "alias": "headerText"; "required": false; }; "footerText": { "alias": "footerText"; "required": false; }; "indent": { "alias": "indent"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "noDataText": { "alias": "noDataText"; "required": false; }; "separators": { "alias": "separators"; "required": false; }; "growing": { "alias": "growing"; "required": false; }; "growingButtonText": { "alias": "growingButtonText"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; }; }, { "ui5ItemClick": "ui5ItemClick"; "ui5ItemClose": "ui5ItemClose"; "ui5ItemToggle": "ui5ItemToggle"; "ui5ItemDelete": "ui5ItemDelete"; "ui5SelectionChange": "ui5SelectionChange"; "ui5LoadMore": "ui5LoadMore"; "ui5MoveOver": "ui5MoveOver"; "ui5Move": "ui5Move"; }, never, ["*"], true, never>;
|
|
123
131
|
static ngAcceptInputType_indent: unknown;
|
|
124
132
|
static ngAcceptInputType_loading: unknown;
|
|
125
133
|
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { ListItemGroupMoveEventDetail } from '@ui5/webcomponents/dist/ListItemGroup.js';
|
|
1
3
|
import '@ui5/webcomponents/dist/MultiComboBoxItemGroup.js';
|
|
2
4
|
import MultiComboBoxItemGroup from '@ui5/webcomponents/dist/MultiComboBoxItemGroup.js';
|
|
3
5
|
import * as i0 from "@angular/core";
|
|
4
6
|
declare class MultiComboBoxItemGroupComponent {
|
|
5
7
|
/**
|
|
6
|
-
Defines the text of the
|
|
8
|
+
Defines the header text of the <code>ui5-li-group</code>.
|
|
7
9
|
*/
|
|
8
10
|
headerText: string | undefined;
|
|
11
|
+
/**
|
|
12
|
+
Defines the accessible name of the header.
|
|
13
|
+
*/
|
|
14
|
+
headerAccessibleName: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
Fired when a movable list item is moved over a potential drop target during a dragging operation.
|
|
17
|
+
|
|
18
|
+
If the new position is valid, prevent the default action of the event using `preventDefault()`.
|
|
19
|
+
*/
|
|
20
|
+
ui5MoveOver: EventEmitter<ListItemGroupMoveEventDetail>;
|
|
21
|
+
/**
|
|
22
|
+
Fired when a movable list item is dropped onto a drop target.
|
|
23
|
+
|
|
24
|
+
**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.
|
|
25
|
+
*/
|
|
26
|
+
ui5Move: EventEmitter<ListItemGroupMoveEventDetail>;
|
|
9
27
|
private elementRef;
|
|
10
28
|
private zone;
|
|
11
29
|
private cdr;
|
|
12
30
|
get element(): MultiComboBoxItemGroup;
|
|
13
31
|
constructor();
|
|
14
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiComboBoxItemGroupComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiComboBoxItemGroupComponent, "ui5-mcb-item-group", ["ui5McbItemGroup"], { "headerText": { "alias": "headerText"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiComboBoxItemGroupComponent, "ui5-mcb-item-group", ["ui5McbItemGroup"], { "headerText": { "alias": "headerText"; "required": false; }; "headerAccessibleName": { "alias": "headerAccessibleName"; "required": false; }; }, { "ui5MoveOver": "ui5MoveOver"; "ui5Move": "ui5Move"; }, never, ["*"], true, never>;
|
|
16
34
|
}
|
|
17
35
|
export { MultiComboBoxItemGroupComponent };
|
|
@@ -14,8 +14,8 @@ declare class RadioButtonComponent {
|
|
|
14
14
|
/**
|
|
15
15
|
Defines whether the component is read-only.
|
|
16
16
|
|
|
17
|
-
**Note:** A read-only component
|
|
18
|
-
|
|
17
|
+
**Note:** A read-only component isn't editable or selectable.
|
|
18
|
+
However, because it's focusable, it still provides visual feedback upon user interaction.
|
|
19
19
|
*/
|
|
20
20
|
readonly: boolean;
|
|
21
21
|
/**
|
|
@@ -28,6 +28,9 @@ declare class RadioButtonComponent {
|
|
|
28
28
|
**Note:** The property value can be changed with user interaction,
|
|
29
29
|
either by clicking/tapping on the component,
|
|
30
30
|
or by using the Space or Enter key.
|
|
31
|
+
|
|
32
|
+
**Note:** Only enabled radio buttons can be checked.
|
|
33
|
+
Read-only radio buttons are not selectable, and therefore are always unchecked.
|
|
31
34
|
*/
|
|
32
35
|
checked: boolean;
|
|
33
36
|
/**
|
|
@@ -17,6 +17,10 @@ declare class RatingIndicatorComponent {
|
|
|
17
17
|
The number of displayed rating symbols.
|
|
18
18
|
*/
|
|
19
19
|
max: number;
|
|
20
|
+
/**
|
|
21
|
+
Defines the size of the component.
|
|
22
|
+
*/
|
|
23
|
+
size: 'S' | 'M' | 'L';
|
|
20
24
|
/**
|
|
21
25
|
Defines whether the component is disabled.
|
|
22
26
|
|
|
@@ -56,7 +60,7 @@ declare class RatingIndicatorComponent {
|
|
|
56
60
|
get element(): RatingIndicator;
|
|
57
61
|
constructor();
|
|
58
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<RatingIndicatorComponent, never>;
|
|
59
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RatingIndicatorComponent, "ui5-rating-indicator", ["ui5RatingIndicator"], { "value": { "alias": "value"; "required": false; }; "max": { "alias": "max"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "required": { "alias": "required"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, never>;
|
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RatingIndicatorComponent, "ui5-rating-indicator", ["ui5RatingIndicator"], { "value": { "alias": "value"; "required": false; }; "max": { "alias": "max"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "required": { "alias": "required"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, never>;
|
|
60
64
|
static ngAcceptInputType_disabled: unknown;
|
|
61
65
|
static ngAcceptInputType_readonly: unknown;
|
|
62
66
|
static ngAcceptInputType_required: unknown;
|
|
@@ -9,7 +9,7 @@ declare class SplitButtonComponent {
|
|
|
9
9
|
|
|
10
10
|
Example:
|
|
11
11
|
|
|
12
|
-
See all
|
|
12
|
+
See all available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
|
|
13
13
|
*/
|
|
14
14
|
icon: string | undefined;
|
|
15
15
|
/**
|
|
@@ -65,6 +65,10 @@ declare class StepInputComponent {
|
|
|
65
65
|
Fired when the input operation has finished by pressing Enter or on focusout.
|
|
66
66
|
*/
|
|
67
67
|
ui5Change: EventEmitter<void>;
|
|
68
|
+
/**
|
|
69
|
+
Fired when the value of the component changes at each keystroke.
|
|
70
|
+
*/
|
|
71
|
+
ui5Input: EventEmitter<void>;
|
|
68
72
|
/**
|
|
69
73
|
Fired before the value state of the component is updated internally.
|
|
70
74
|
The event is preventable, meaning that if it's default action is
|
|
@@ -77,7 +81,7 @@ declare class StepInputComponent {
|
|
|
77
81
|
get element(): StepInput;
|
|
78
82
|
constructor();
|
|
79
83
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepInputComponent, never>;
|
|
80
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepInputComponent, "ui5-step-input", ["ui5StepInput"], { "value": { "alias": "value"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "valueState": { "alias": "valueState"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "name": { "alias": "name"; "required": false; }; "valuePrecision": { "alias": "valuePrecision"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, { "ui5Change": "ui5Change"; "ui5ValueStateChange": "ui5ValueStateChange"; }, never, ["*"], true, never>;
|
|
84
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepInputComponent, "ui5-step-input", ["ui5StepInput"], { "value": { "alias": "value"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "valueState": { "alias": "valueState"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "name": { "alias": "name"; "required": false; }; "valuePrecision": { "alias": "valuePrecision"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5ValueStateChange": "ui5ValueStateChange"; }, never, ["*"], true, never>;
|
|
81
85
|
static ngAcceptInputType_required: unknown;
|
|
82
86
|
static ngAcceptInputType_disabled: unknown;
|
|
83
87
|
static ngAcceptInputType_readonly: unknown;
|
package/main/table/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import '@ui5/webcomponents/dist/Table.js';
|
|
3
|
-
import { default as Table, TableRowClickEventDetail } from '@ui5/webcomponents/dist/Table.js';
|
|
3
|
+
import { default as Table, TableMoveEventDetail, TableRowClickEventDetail } from '@ui5/webcomponents/dist/Table.js';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
declare class TableComponent {
|
|
6
6
|
/**
|
|
@@ -39,13 +39,33 @@ declare class TableComponent {
|
|
|
39
39
|
Fired when an interactive row is clicked.
|
|
40
40
|
*/
|
|
41
41
|
ui5RowClick: EventEmitter<TableRowClickEventDetail>;
|
|
42
|
+
/**
|
|
43
|
+
Fired when a movable item is moved over a potential drop target during a dragging operation.
|
|
44
|
+
|
|
45
|
+
If the new position is valid, prevent the default action of the event using `preventDefault()`.
|
|
46
|
+
|
|
47
|
+
**Note:** If the dragging operation is a cross-browser operation or files are moved to a potential drop target,
|
|
48
|
+
the `source` parameter will be `null`.
|
|
49
|
+
*/
|
|
50
|
+
ui5MoveOver: EventEmitter<TableMoveEventDetail>;
|
|
51
|
+
/**
|
|
52
|
+
Fired when a movable list item is dropped onto a drop target.
|
|
53
|
+
|
|
54
|
+
**Notes:**
|
|
55
|
+
|
|
56
|
+
The `move` event is fired only if there was a preceding `move-over` with prevented default action.
|
|
57
|
+
|
|
58
|
+
If the dragging operation is a cross-browser operation or files are moved to a potential drop target,
|
|
59
|
+
the `source` parameter will be `null`.
|
|
60
|
+
*/
|
|
61
|
+
ui5Move: EventEmitter<TableMoveEventDetail>;
|
|
42
62
|
private elementRef;
|
|
43
63
|
private zone;
|
|
44
64
|
private cdr;
|
|
45
65
|
get element(): Table;
|
|
46
66
|
constructor();
|
|
47
67
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
48
|
-
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; }; }, { "ui5RowClick": "ui5RowClick"; }, never, ["*"], true, never>;
|
|
68
|
+
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; }; }, { "ui5RowClick": "ui5RowClick"; "ui5MoveOver": "ui5MoveOver"; "ui5Move": "ui5Move"; }, never, ["*"], true, never>;
|
|
49
69
|
static ngAcceptInputType_loading: unknown;
|
|
50
70
|
}
|
|
51
71
|
export { TableComponent };
|
|
@@ -14,8 +14,10 @@ declare class TableHeaderCellComponent {
|
|
|
14
14
|
/**
|
|
15
15
|
Defines the minimum width of the column.
|
|
16
16
|
|
|
17
|
-
If the table is in `Popin` mode
|
|
18
|
-
|
|
17
|
+
If the table is in `Popin` mode and the minimum width does not fit anymore,
|
|
18
|
+
the column will move into the popin.
|
|
19
|
+
|
|
20
|
+
**Note:** If `minWidth` has the `auto` value, the table ensures that the column is wider than at least `3rem`.
|
|
19
21
|
*/
|
|
20
22
|
minWidth: string;
|
|
21
23
|
/**
|