@fundamental-ngx/ui5-webcomponents 0.63.0-rc.8 → 0.63.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/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs +24 -3
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs +11 -2
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs +4 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs +37 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs +18 -2
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group-header.mjs +24 -3
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group-header.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs +18 -2
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs +18 -2
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs +24 -3
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs +24 -3
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs +24 -3
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs +24 -3
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs +22 -3
- package/fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs +21 -2
- package/fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs +24 -3
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs +24 -3
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-list-item.mjs +18 -2
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-list-item.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs +22 -3
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-group-row.mjs +133 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-group-row.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs +18 -2
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs +18 -2
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-ui5-webcomponents.mjs +532 -39
- package/fesm2022/fundamental-ngx-ui5-webcomponents.mjs.map +1 -1
- package/package.json +10 -6
- package/types/fundamental-ngx-ui5-webcomponents-combo-box-item.d.ts +8 -1
- package/types/fundamental-ngx-ui5-webcomponents-form-group.d.ts +9 -1
- package/types/fundamental-ngx-ui5-webcomponents-form.d.ts +3 -0
- package/types/fundamental-ngx-ui5-webcomponents-icon.d.ts +35 -0
- package/types/fundamental-ngx-ui5-webcomponents-list-item-custom.d.ts +15 -1
- package/types/fundamental-ngx-ui5-webcomponents-list-item-group-header.d.ts +8 -1
- package/types/fundamental-ngx-ui5-webcomponents-list-item-standard.d.ts +15 -1
- package/types/fundamental-ngx-ui5-webcomponents-menu-item.d.ts +15 -1
- package/types/fundamental-ngx-ui5-webcomponents-menu-separator.d.ts +8 -1
- package/types/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.d.ts +8 -1
- package/types/fundamental-ngx-ui5-webcomponents-option-custom.d.ts +8 -1
- package/types/fundamental-ngx-ui5-webcomponents-option.d.ts +8 -1
- package/types/fundamental-ngx-ui5-webcomponents-range-slider.d.ts +20 -1
- package/types/fundamental-ngx-ui5-webcomponents-slider.d.ts +20 -1
- package/types/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.d.ts +11 -4
- package/types/fundamental-ngx-ui5-webcomponents-suggestion-item.d.ts +8 -1
- package/types/fundamental-ngx-ui5-webcomponents-suggestion-list-item.d.ts +15 -1
- package/types/fundamental-ngx-ui5-webcomponents-tab.d.ts +6 -1
- package/types/fundamental-ngx-ui5-webcomponents-table-group-row.d.ts +75 -0
- package/types/fundamental-ngx-ui5-webcomponents-tree-item-custom.d.ts +15 -1
- package/types/fundamental-ngx-ui5-webcomponents-tree-item.d.ts +15 -1
- package/types/fundamental-ngx-ui5-webcomponents.d.ts +309 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/ui5-webcomponents",
|
|
3
|
-
"version": "0.63.0
|
|
3
|
+
"version": "0.63.0",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Official SAP Angular wrappers for UI5 Web Components – part of the Fundamental Library for Angular.",
|
|
6
6
|
"keywords": [
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"@angular/forms": "^21.0.0",
|
|
39
39
|
"@angular/platform-browser": "^21.0.0",
|
|
40
40
|
"@angular/router": "^21.0.0",
|
|
41
|
-
"@fundamental-ngx/core": "0.63.0
|
|
42
|
-
"@ui5/webcomponents": "^2.
|
|
43
|
-
"fundamental-styles": "0.41.
|
|
41
|
+
"@fundamental-ngx/core": "0.63.0",
|
|
42
|
+
"@ui5/webcomponents": "^2.23.0",
|
|
43
|
+
"fundamental-styles": "0.41.7",
|
|
44
44
|
"rxjs": "^7.8.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@fundamental-ngx/ui5-webcomponents-base": "0.63.0
|
|
48
|
-
"@sap-theming/theming-base-content": "^11.
|
|
47
|
+
"@fundamental-ngx/ui5-webcomponents-base": "0.63.0",
|
|
48
|
+
"@sap-theming/theming-base-content": "^11.36.0",
|
|
49
49
|
"compare-versions": "^6.1.0",
|
|
50
50
|
"fast-equals": "^6.0.0",
|
|
51
51
|
"lodash-es": "^4.17.0",
|
|
@@ -404,6 +404,10 @@
|
|
|
404
404
|
"types": "./types/fundamental-ngx-ui5-webcomponents-table-cell.d.ts",
|
|
405
405
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs"
|
|
406
406
|
},
|
|
407
|
+
"./table-group-row": {
|
|
408
|
+
"types": "./types/fundamental-ngx-ui5-webcomponents-table-group-row.d.ts",
|
|
409
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-group-row.mjs"
|
|
410
|
+
},
|
|
407
411
|
"./table-growing": {
|
|
408
412
|
"types": "./types/fundamental-ngx-ui5-webcomponents-table-growing.d.ts",
|
|
409
413
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs"
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
3
|
import _ComboBoxItem from '@ui5/webcomponents/dist/ComboBoxItem.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
4
5
|
|
|
5
6
|
declare class ComboBoxItem implements AfterViewInit {
|
|
6
7
|
/**
|
|
@@ -33,6 +34,12 @@ declare class ComboBoxItem implements AfterViewInit {
|
|
|
33
34
|
```
|
|
34
35
|
*/
|
|
35
36
|
value: _angular_core.InputSignal<string | undefined>;
|
|
37
|
+
/**
|
|
38
|
+
* Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
|
|
39
|
+
|
|
40
|
+
**Note:** The event will not be fired if the `disabled` property is set to `true`.
|
|
41
|
+
*/
|
|
42
|
+
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_ComboBoxItem, "click">>;
|
|
36
43
|
elementRef: ElementRef<_ComboBoxItem>;
|
|
37
44
|
injector: Injector;
|
|
38
45
|
/**
|
|
@@ -44,7 +51,7 @@ declare class ComboBoxItem implements AfterViewInit {
|
|
|
44
51
|
get element(): _ComboBoxItem;
|
|
45
52
|
ngAfterViewInit(): void;
|
|
46
53
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ComboBoxItem, never>;
|
|
47
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ComboBoxItem, "ui5-cb-item, [ui5-cb-item]", ["ui5ComboBoxItem"], { "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
54
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ComboBoxItem, "ui5-cb-item, [ui5-cb-item]", ["ui5ComboBoxItem"], { "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
48
55
|
}
|
|
49
56
|
|
|
50
57
|
export { ComboBoxItem };
|
|
@@ -11,9 +11,17 @@ declare class FormGroup implements AfterViewInit {
|
|
|
11
11
|
* Defines id (or many ids) of the element (or elements) that label the component.
|
|
12
12
|
*/
|
|
13
13
|
accessibleNameRef: _angular_core.InputSignal<string | undefined>;
|
|
14
|
+
/**
|
|
15
|
+
* Defines the number of columns to distribute the form content by breakpoint (S1 M2 L3 XL4 for example).
|
|
16
|
+
|
|
17
|
+
**Note:** This property is ignored if `columnSpan` is set, as it is expected that the column span is defined.
|
|
18
|
+
*/
|
|
19
|
+
colSpan: _angular_core.InputSignal<string | undefined>;
|
|
14
20
|
/**
|
|
15
21
|
* Defines column span of the component,
|
|
16
22
|
e.g how many columns the group should span to.
|
|
23
|
+
|
|
24
|
+
**Note:** If this property is set, it has higher priority than `colSpan` and `colSpan` will be ignored.
|
|
17
25
|
*/
|
|
18
26
|
columnSpan: _angular_core.InputSignal<number | undefined>;
|
|
19
27
|
/**
|
|
@@ -59,7 +67,7 @@ declare class FormGroup implements AfterViewInit {
|
|
|
59
67
|
get element(): _FormGroup;
|
|
60
68
|
ngAfterViewInit(): void;
|
|
61
69
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FormGroup, never>;
|
|
62
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FormGroup, "ui5-form-group, [ui5-form-group]", ["ui5FormGroup"], { "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "columnSpan": { "alias": "columnSpan"; "required": false; "isSignal": true; }; "headerLevel": { "alias": "headerLevel"; "required": false; "isSignal": true; }; "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
70
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FormGroup, "ui5-form-group, [ui5-form-group]", ["ui5FormGroup"], { "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "colSpan": { "alias": "colSpan"; "required": false; "isSignal": true; }; "columnSpan": { "alias": "columnSpan"; "required": false; "isSignal": true; }; "headerLevel": { "alias": "headerLevel"; "required": false; "isSignal": true; }; "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
63
71
|
}
|
|
64
72
|
|
|
65
73
|
export { FormGroup };
|
|
@@ -83,6 +83,9 @@ declare class Form implements AfterViewInit {
|
|
|
83
83
|
|
|
84
84
|
**Note:** Mixing FormGroups and standalone FormItems (not belonging to a group) is not supported.
|
|
85
85
|
Either use FormGroups and make sure all FormItems are part of a FormGroup, or use just FormItems without any FormGroups.
|
|
86
|
+
|
|
87
|
+
**Note:** As of version 2.23.0 the support for standalone FormItems (not belonging to a group) is deprecated.
|
|
88
|
+
We recommend using FormGroups, as they provide better accessibility and layout options.
|
|
86
89
|
* - **header**: Defines the component header area.
|
|
87
90
|
|
|
88
91
|
**Note:** When a `header` is provided, the `headerText` property is ignored.
|
|
@@ -57,6 +57,41 @@ declare class Icon implements AfterViewInit {
|
|
|
57
57
|
**Note:** The event will not be fired if the `mode` property is set to `Decorative` or `Image`.
|
|
58
58
|
*/
|
|
59
59
|
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_Icon, "click">>;
|
|
60
|
+
/**
|
|
61
|
+
* Available slots for content projection in this component.
|
|
62
|
+
*
|
|
63
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
64
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
65
|
+
*
|
|
66
|
+
* - **fontIcon**: Defines the font icon to be used as an icon.
|
|
67
|
+
Intended for font-based icon libraries where
|
|
68
|
+
the application loads the font and provides a slotted element with the unicode character.
|
|
69
|
+
When this slot is used, the component renders a `<span>` instead of an `<svg>`.
|
|
70
|
+
Accessibility is fully delegated to the application — set `accessible-name` and `mode` explicitly.
|
|
71
|
+
|
|
72
|
+
**Example:**
|
|
73
|
+
```html
|
|
74
|
+
<ui5-icon mode="Image" accessible-name="Home">
|
|
75
|
+
<i class="fa fa-home" slot="fontIcon"></i>
|
|
76
|
+
</ui5-icon>
|
|
77
|
+
```
|
|
78
|
+
*
|
|
79
|
+
* @example
|
|
80
|
+
* ```html
|
|
81
|
+
* <ui5-icon>
|
|
82
|
+
* <div slot="header">Custom header content</div>
|
|
83
|
+
* <p>Default slot content</p>
|
|
84
|
+
* </ui5-icon>
|
|
85
|
+
* ```
|
|
86
|
+
*
|
|
87
|
+
* @readonly
|
|
88
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
89
|
+
*/
|
|
90
|
+
readonly slots: {
|
|
91
|
+
name: string;
|
|
92
|
+
description: string;
|
|
93
|
+
since: string;
|
|
94
|
+
}[];
|
|
60
95
|
elementRef: ElementRef<_Icon>;
|
|
61
96
|
injector: Injector;
|
|
62
97
|
/**
|
|
@@ -22,6 +22,14 @@ declare class ListItemCustom implements AfterViewInit {
|
|
|
22
22
|
**Note**: If not provided a default text alternative will be set, if present.
|
|
23
23
|
*/
|
|
24
24
|
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Used to define the role of the list item.
|
|
27
|
+
|
|
28
|
+
**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property
|
|
29
|
+
(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).
|
|
30
|
+
An explicitly set `accessible-role` on the list item takes precedence over the inherited role.
|
|
31
|
+
*/
|
|
32
|
+
accessibleRole: _angular_core.InputSignal<"ListItem" | "MenuItem" | "TreeItem" | "Option" | "None" | undefined>;
|
|
25
33
|
/**
|
|
26
34
|
* Defines the highlight state of the list items.
|
|
27
35
|
Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
|
|
@@ -52,6 +60,12 @@ declare class ListItemCustom implements AfterViewInit {
|
|
|
52
60
|
while with type `Inactive` and `Detail` - will not.
|
|
53
61
|
*/
|
|
54
62
|
type: _angular_core.InputSignal<"Inactive" | "Active" | "Detail" | "Navigation" | undefined>;
|
|
63
|
+
/**
|
|
64
|
+
* Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
|
|
65
|
+
|
|
66
|
+
**Note:** The event will not be fired if the `disabled` property is set to `true`.
|
|
67
|
+
*/
|
|
68
|
+
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_ListItemCustom, "click">>;
|
|
55
69
|
/**
|
|
56
70
|
* Fired when the user clicks on the detail button when type is `Detail`.
|
|
57
71
|
*/
|
|
@@ -99,7 +113,7 @@ declare class ListItemCustom implements AfterViewInit {
|
|
|
99
113
|
get element(): _ListItemCustom;
|
|
100
114
|
ngAfterViewInit(): void;
|
|
101
115
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ListItemCustom, never>;
|
|
102
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListItemCustom, "ui5-li-custom, [ui5-li-custom]", ["ui5ListItemCustom"], { "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "highlight": { "alias": "highlight"; "required": false; "isSignal": true; }; "movable": { "alias": "movable"; "required": false; "isSignal": true; }; "navigated": { "alias": "navigated"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; }, { "ui5DetailClick": "ui5DetailClick"; }, never, ["*"], true, never>;
|
|
116
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListItemCustom, "ui5-li-custom, [ui5-li-custom]", ["ui5ListItemCustom"], { "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; "isSignal": true; }; "highlight": { "alias": "highlight"; "required": false; "isSignal": true; }; "movable": { "alias": "movable"; "required": false; "isSignal": true; }; "navigated": { "alias": "navigated"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; "ui5DetailClick": "ui5DetailClick"; }, never, ["*"], true, never>;
|
|
103
117
|
}
|
|
104
118
|
|
|
105
119
|
export { ListItemCustom };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
3
|
import _ListItemGroupHeader from '@ui5/webcomponents/dist/ListItemGroupHeader.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
4
5
|
|
|
5
6
|
declare class ListItemGroupHeader implements AfterViewInit {
|
|
6
7
|
/**
|
|
@@ -23,6 +24,12 @@ declare class ListItemGroupHeader implements AfterViewInit {
|
|
|
23
24
|
- `Normal` - The text will wrap (without truncation).
|
|
24
25
|
*/
|
|
25
26
|
wrappingType: _angular_core.InputSignal<"None" | "Normal" | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
|
|
29
|
+
|
|
30
|
+
**Note:** The event will not be fired if the `disabled` property is set to `true`.
|
|
31
|
+
*/
|
|
32
|
+
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_ListItemGroupHeader, "click">>;
|
|
26
33
|
/**
|
|
27
34
|
* Available slots for content projection in this component.
|
|
28
35
|
*
|
|
@@ -59,7 +66,7 @@ declare class ListItemGroupHeader implements AfterViewInit {
|
|
|
59
66
|
get element(): _ListItemGroupHeader;
|
|
60
67
|
ngAfterViewInit(): void;
|
|
61
68
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ListItemGroupHeader, never>;
|
|
62
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListItemGroupHeader, "ui5-li-group-header, [ui5-li-group-header]", ["ui5ListItemGroupHeader"], { "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "wrappingType": { "alias": "wrappingType"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
69
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListItemGroupHeader, "ui5-li-group-header, [ui5-li-group-header]", ["ui5ListItemGroupHeader"], { "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "wrappingType": { "alias": "wrappingType"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
63
70
|
}
|
|
64
71
|
|
|
65
72
|
export { ListItemGroupHeader };
|
|
@@ -21,6 +21,14 @@ declare class ListItemStandard implements AfterViewInit {
|
|
|
21
21
|
Note: If not provided a default text alternative will be set, if present.
|
|
22
22
|
*/
|
|
23
23
|
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
24
|
+
/**
|
|
25
|
+
* Used to define the role of the list item.
|
|
26
|
+
|
|
27
|
+
**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property
|
|
28
|
+
(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).
|
|
29
|
+
An explicitly set `accessible-role` on the list item takes precedence over the inherited role.
|
|
30
|
+
*/
|
|
31
|
+
accessibleRole: _angular_core.InputSignal<"ListItem" | "MenuItem" | "TreeItem" | "Option" | "None" | undefined>;
|
|
24
32
|
/**
|
|
25
33
|
* Defines the `additionalText`, displayed in the end of the list item.
|
|
26
34
|
*/
|
|
@@ -95,6 +103,12 @@ declare class ListItemStandard implements AfterViewInit {
|
|
|
95
103
|
- `Normal` - The text will wrap (without truncation).
|
|
96
104
|
*/
|
|
97
105
|
wrappingType: _angular_core.InputSignal<"None" | "Normal" | undefined>;
|
|
106
|
+
/**
|
|
107
|
+
* Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
|
|
108
|
+
|
|
109
|
+
**Note:** The event will not be fired if the `disabled` property is set to `true`.
|
|
110
|
+
*/
|
|
111
|
+
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_ListItemStandard, "click">>;
|
|
98
112
|
/**
|
|
99
113
|
* Fired when the user clicks on the detail button when type is `Detail`.
|
|
100
114
|
*/
|
|
@@ -154,7 +168,7 @@ declare class ListItemStandard implements AfterViewInit {
|
|
|
154
168
|
get element(): _ListItemStandard;
|
|
155
169
|
ngAfterViewInit(): void;
|
|
156
170
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ListItemStandard, never>;
|
|
157
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListItemStandard, "ui5-li, [ui5-li]", ["ui5ListItemStandard"], { "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; "additionalTextState": { "alias": "additionalTextState"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "highlight": { "alias": "highlight"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconEnd": { "alias": "iconEnd"; "required": false; "isSignal": true; }; "movable": { "alias": "movable"; "required": false; "isSignal": true; }; "navigated": { "alias": "navigated"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "wrappingType": { "alias": "wrappingType"; "required": false; "isSignal": true; }; }, { "ui5DetailClick": "ui5DetailClick"; }, never, ["*"], true, never>;
|
|
171
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListItemStandard, "ui5-li, [ui5-li]", ["ui5ListItemStandard"], { "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; "isSignal": true; }; "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; "additionalTextState": { "alias": "additionalTextState"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "highlight": { "alias": "highlight"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconEnd": { "alias": "iconEnd"; "required": false; "isSignal": true; }; "movable": { "alias": "movable"; "required": false; "isSignal": true; }; "navigated": { "alias": "navigated"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "wrappingType": { "alias": "wrappingType"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; "ui5DetailClick": "ui5DetailClick"; }, never, ["*"], true, never>;
|
|
158
172
|
}
|
|
159
173
|
|
|
160
174
|
export { ListItemStandard };
|
|
@@ -18,6 +18,14 @@ declare class MenuItem implements AfterViewInit {
|
|
|
18
18
|
* Defines the accessible ARIA name of the component.
|
|
19
19
|
*/
|
|
20
20
|
accessibleName: _angular_core.InputSignal<string | undefined>;
|
|
21
|
+
/**
|
|
22
|
+
* Used to define the role of the list item.
|
|
23
|
+
|
|
24
|
+
**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property
|
|
25
|
+
(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).
|
|
26
|
+
An explicitly set `accessible-role` on the list item takes precedence over the inherited role.
|
|
27
|
+
*/
|
|
28
|
+
accessibleRole: _angular_core.InputSignal<"ListItem" | "MenuItem" | "TreeItem" | "Option" | "None" | undefined>;
|
|
21
29
|
/**
|
|
22
30
|
* Defines the `additionalText`, displayed in the end of the menu item.
|
|
23
31
|
|
|
@@ -106,6 +114,12 @@ declare class MenuItem implements AfterViewInit {
|
|
|
106
114
|
* Fired when an item is checked or unchecked.
|
|
107
115
|
*/
|
|
108
116
|
ui5Check: _angular_core.OutputEmitterRef<UI5CustomEvent<_MenuItem, "check">>;
|
|
117
|
+
/**
|
|
118
|
+
* Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
|
|
119
|
+
|
|
120
|
+
**Note:** The event will not be fired if the `disabled` property is set to `true`.
|
|
121
|
+
*/
|
|
122
|
+
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_MenuItem, "click">>;
|
|
109
123
|
/**
|
|
110
124
|
* Fired after the menu is closed.
|
|
111
125
|
*/
|
|
@@ -183,7 +197,7 @@ declare class MenuItem implements AfterViewInit {
|
|
|
183
197
|
get element(): _MenuItem;
|
|
184
198
|
ngAfterViewInit(): void;
|
|
185
199
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MenuItem, never>;
|
|
186
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MenuItem, "ui5-menu-item, [ui5-menu-item]", ["ui5MenuItem"], { "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "highlight": { "alias": "highlight"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; "isSignal": true; }; "navigated": { "alias": "navigated"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; }, { "ui5BeforeClose": "ui5BeforeClose"; "ui5BeforeOpen": "ui5BeforeOpen"; "ui5Check": "ui5Check"; "ui5Close": "ui5Close"; "ui5DetailClick": "ui5DetailClick"; "ui5Open": "ui5Open"; }, never, ["*"], true, never>;
|
|
200
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MenuItem, "ui5-menu-item, [ui5-menu-item]", ["ui5MenuItem"], { "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; "isSignal": true; }; "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "highlight": { "alias": "highlight"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; "isSignal": true; }; "navigated": { "alias": "navigated"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; }, { "ui5BeforeClose": "ui5BeforeClose"; "ui5BeforeOpen": "ui5BeforeOpen"; "ui5Check": "ui5Check"; "ui5Click": "ui5Click"; "ui5Close": "ui5Close"; "ui5DetailClick": "ui5DetailClick"; "ui5Open": "ui5Open"; }, never, ["*"], true, never>;
|
|
187
201
|
}
|
|
188
202
|
|
|
189
203
|
export { MenuItem };
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
3
|
import _MenuSeparator from '@ui5/webcomponents/dist/MenuSeparator.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
4
5
|
|
|
5
6
|
declare class MenuSeparator implements AfterViewInit {
|
|
7
|
+
/**
|
|
8
|
+
* Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
|
|
9
|
+
|
|
10
|
+
**Note:** The event will not be fired if the `disabled` property is set to `true`.
|
|
11
|
+
*/
|
|
12
|
+
ui5Click: i0.OutputEmitterRef<UI5CustomEvent<_MenuSeparator, "click">>;
|
|
6
13
|
elementRef: ElementRef<_MenuSeparator>;
|
|
7
14
|
injector: Injector;
|
|
8
15
|
/**
|
|
@@ -14,7 +21,7 @@ declare class MenuSeparator implements AfterViewInit {
|
|
|
14
21
|
get element(): _MenuSeparator;
|
|
15
22
|
ngAfterViewInit(): void;
|
|
16
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuSeparator, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuSeparator, "ui5-menu-separator, [ui5-menu-separator]", ["ui5MenuSeparator"], {}, {}, never, ["*"], true, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuSeparator, "ui5-menu-separator, [ui5-menu-separator]", ["ui5MenuSeparator"], {}, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
18
25
|
}
|
|
19
26
|
|
|
20
27
|
export { MenuSeparator };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
3
|
import _MultiComboBoxItem from '@ui5/webcomponents/dist/MultiComboBoxItem.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
4
5
|
|
|
5
6
|
declare class MultiComboBoxItem implements AfterViewInit {
|
|
6
7
|
/**
|
|
@@ -23,6 +24,12 @@ declare class MultiComboBoxItem implements AfterViewInit {
|
|
|
23
24
|
programmatically via `selectedValues` on the parent MultiComboBox.
|
|
24
25
|
*/
|
|
25
26
|
value: _angular_core.InputSignal<string | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
|
|
29
|
+
|
|
30
|
+
**Note:** The event will not be fired if the `disabled` property is set to `true`.
|
|
31
|
+
*/
|
|
32
|
+
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_MultiComboBoxItem, "click">>;
|
|
26
33
|
elementRef: ElementRef<_MultiComboBoxItem>;
|
|
27
34
|
injector: Injector;
|
|
28
35
|
/**
|
|
@@ -34,7 +41,7 @@ declare class MultiComboBoxItem implements AfterViewInit {
|
|
|
34
41
|
get element(): _MultiComboBoxItem;
|
|
35
42
|
ngAfterViewInit(): void;
|
|
36
43
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MultiComboBoxItem, never>;
|
|
37
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MultiComboBoxItem, "ui5-mcb-item, [ui5-mcb-item]", ["ui5MultiComboBoxItem"], { "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
44
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MultiComboBoxItem, "ui5-mcb-item, [ui5-mcb-item]", ["ui5MultiComboBoxItem"], { "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
38
45
|
}
|
|
39
46
|
|
|
40
47
|
export { MultiComboBoxItem };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
3
|
import _OptionCustom from '@ui5/webcomponents/dist/OptionCustom.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
4
5
|
|
|
5
6
|
declare class OptionCustom implements AfterViewInit {
|
|
6
7
|
/**
|
|
@@ -21,6 +22,12 @@ declare class OptionCustom implements AfterViewInit {
|
|
|
21
22
|
For more information on HTML Form support, see the `name` property of `ui5-select`.
|
|
22
23
|
*/
|
|
23
24
|
value: _angular_core.InputSignal<string | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
|
|
27
|
+
|
|
28
|
+
**Note:** The event will not be fired if the `disabled` property is set to `true`.
|
|
29
|
+
*/
|
|
30
|
+
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_OptionCustom, "click">>;
|
|
24
31
|
/**
|
|
25
32
|
* Available slots for content projection in this component.
|
|
26
33
|
*
|
|
@@ -55,7 +62,7 @@ declare class OptionCustom implements AfterViewInit {
|
|
|
55
62
|
get element(): _OptionCustom;
|
|
56
63
|
ngAfterViewInit(): void;
|
|
57
64
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OptionCustom, never>;
|
|
58
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OptionCustom, "ui5-option-custom, [ui5-option-custom]", ["ui5OptionCustom"], { "displayText": { "alias": "displayText"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
65
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OptionCustom, "ui5-option-custom, [ui5-option-custom]", ["ui5OptionCustom"], { "displayText": { "alias": "displayText"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
59
66
|
}
|
|
60
67
|
|
|
61
68
|
export { OptionCustom };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
3
|
import _Option from '@ui5/webcomponents/dist/Option.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
4
5
|
|
|
5
6
|
declare class Option implements AfterViewInit {
|
|
6
7
|
/**
|
|
@@ -28,6 +29,12 @@ declare class Option implements AfterViewInit {
|
|
|
28
29
|
For more information on HTML Form support, see the `name` property of `ui5-select`.
|
|
29
30
|
*/
|
|
30
31
|
value: _angular_core.InputSignal<string | undefined>;
|
|
32
|
+
/**
|
|
33
|
+
* Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
|
|
34
|
+
|
|
35
|
+
**Note:** The event will not be fired if the `disabled` property is set to `true`.
|
|
36
|
+
*/
|
|
37
|
+
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_Option, "click">>;
|
|
31
38
|
/**
|
|
32
39
|
* Available slots for content projection in this component.
|
|
33
40
|
*
|
|
@@ -64,7 +71,7 @@ declare class Option implements AfterViewInit {
|
|
|
64
71
|
get element(): _Option;
|
|
65
72
|
ngAfterViewInit(): void;
|
|
66
73
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Option, never>;
|
|
67
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Option, "ui5-option, [ui5-option]", ["ui5Option"], { "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
74
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Option, "ui5-option, [ui5-option]", ["ui5Option"], { "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
68
75
|
}
|
|
69
76
|
|
|
70
77
|
export { Option };
|
|
@@ -2,6 +2,7 @@ import * as _angular_core from '@angular/core';
|
|
|
2
2
|
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
3
|
import _RangeSlider from '@ui5/webcomponents/dist/RangeSlider.js';
|
|
4
4
|
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
import { Tickmark } from '@ui5/webcomponents/dist/SliderScale.js';
|
|
5
6
|
import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
|
|
6
7
|
|
|
7
8
|
declare class RangeSlider implements AfterViewInit {
|
|
@@ -31,6 +32,9 @@ declare class RangeSlider implements AfterViewInit {
|
|
|
31
32
|
**Note:** The step and tickmarks properties must be enabled.
|
|
32
33
|
Example - if the step value is set to 2 and the label interval is also specified to 2 - then every second
|
|
33
34
|
tickmark will be labelled, which means every 4th value number.
|
|
35
|
+
|
|
36
|
+
**Note:** This property is ignored when the `tickmarks` property is used.
|
|
37
|
+
In that case every custom tickmark is labelled with its own `label`.
|
|
34
38
|
*/
|
|
35
39
|
labelInterval: _angular_core.InputSignal<number | undefined>;
|
|
36
40
|
/**
|
|
@@ -67,6 +71,21 @@ declare class RangeSlider implements AfterViewInit {
|
|
|
67
71
|
**Note:** If set to 0 the slider handle movement is disabled. When negative number or value other than a number, the component fallbacks to its default value.
|
|
68
72
|
*/
|
|
69
73
|
step: _angular_core.InputSignal<number | undefined>;
|
|
74
|
+
/**
|
|
75
|
+
* Defines custom tickmarks with labels on the slider scale.
|
|
76
|
+
Each tickmark object has a numeric `value` and an optional `label` string.
|
|
77
|
+
Tickmarks are purely visual — they display labeled markers at specific positions
|
|
78
|
+
but do not affect the slider's movement behavior. The slider still moves
|
|
79
|
+
according to `min`, `max`, and `step`.
|
|
80
|
+
|
|
81
|
+
When the current value matches a tickmark value, the tickmark's label
|
|
82
|
+
is shown in the tooltip and announced via `aria-valuetext`.
|
|
83
|
+
|
|
84
|
+
**Note:** When `tickmarks` is provided, the scale is automatically shown
|
|
85
|
+
(equivalent to `showTickmarks`), and `labelInterval` is ignored - every
|
|
86
|
+
custom tickmark is rendered with its own `label`.
|
|
87
|
+
*/
|
|
88
|
+
tickmarks: _angular_core.InputSignal<Tickmark[]>;
|
|
70
89
|
/**
|
|
71
90
|
* Fired when the value changes and the user has finished interacting with the slider.
|
|
72
91
|
*/
|
|
@@ -86,7 +105,7 @@ declare class RangeSlider implements AfterViewInit {
|
|
|
86
105
|
get element(): _RangeSlider;
|
|
87
106
|
ngAfterViewInit(): void;
|
|
88
107
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RangeSlider, never>;
|
|
89
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RangeSlider, "ui5-range-slider, [ui5-range-slider]", ["ui5RangeSlider"], { "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "editableTooltip": { "alias": "editableTooltip"; "required": false; "isSignal": true; }; "endValue": { "alias": "endValue"; "required": false; "isSignal": true; }; "labelInterval": { "alias": "labelInterval"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "showTickmarks": { "alias": "showTickmarks"; "required": false; "isSignal": true; }; "showTooltip": { "alias": "showTooltip"; "required": false; "isSignal": true; }; "startValue": { "alias": "startValue"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
|
|
108
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RangeSlider, "ui5-range-slider, [ui5-range-slider]", ["ui5RangeSlider"], { "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "editableTooltip": { "alias": "editableTooltip"; "required": false; "isSignal": true; }; "endValue": { "alias": "endValue"; "required": false; "isSignal": true; }; "labelInterval": { "alias": "labelInterval"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "showTickmarks": { "alias": "showTickmarks"; "required": false; "isSignal": true; }; "showTooltip": { "alias": "showTooltip"; "required": false; "isSignal": true; }; "startValue": { "alias": "startValue"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "tickmarks": { "alias": "tickmarks"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
|
|
90
109
|
}
|
|
91
110
|
|
|
92
111
|
export { RangeSlider };
|
|
@@ -2,6 +2,7 @@ import * as _angular_core from '@angular/core';
|
|
|
2
2
|
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
3
|
import _Slider from '@ui5/webcomponents/dist/Slider.js';
|
|
4
4
|
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
5
|
+
import { Tickmark } from '@ui5/webcomponents/dist/SliderScale.js';
|
|
5
6
|
import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
|
|
6
7
|
|
|
7
8
|
declare class Slider implements AfterViewInit {
|
|
@@ -27,6 +28,9 @@ declare class Slider implements AfterViewInit {
|
|
|
27
28
|
**Note:** The step and tickmarks properties must be enabled.
|
|
28
29
|
Example - if the step value is set to 2 and the label interval is also specified to 2 - then every second
|
|
29
30
|
tickmark will be labelled, which means every 4th value number.
|
|
31
|
+
|
|
32
|
+
**Note:** This property is ignored when the `tickmarks` property is used.
|
|
33
|
+
In that case every custom tickmark is labelled with its own `label`.
|
|
30
34
|
*/
|
|
31
35
|
labelInterval: _angular_core.InputSignal<number | undefined>;
|
|
32
36
|
/**
|
|
@@ -59,6 +63,21 @@ declare class Slider implements AfterViewInit {
|
|
|
59
63
|
**Note:** If set to 0 the slider handle movement is disabled.
|
|
60
64
|
*/
|
|
61
65
|
step: _angular_core.InputSignal<number | undefined>;
|
|
66
|
+
/**
|
|
67
|
+
* Defines custom tickmarks with labels on the slider scale.
|
|
68
|
+
Each tickmark object has a numeric `value` and an optional `label` string.
|
|
69
|
+
Tickmarks are purely visual — they display labeled markers at specific positions
|
|
70
|
+
but do not affect the slider's movement behavior. The slider still moves
|
|
71
|
+
according to `min`, `max`, and `step`.
|
|
72
|
+
|
|
73
|
+
When the current value matches a tickmark value, the tickmark's label
|
|
74
|
+
is shown in the tooltip and announced via `aria-valuetext`.
|
|
75
|
+
|
|
76
|
+
**Note:** When `tickmarks` is provided, the scale is automatically shown
|
|
77
|
+
(equivalent to `showTickmarks`), and `labelInterval` is ignored - every
|
|
78
|
+
custom tickmark is rendered with its own `label`.
|
|
79
|
+
*/
|
|
80
|
+
tickmarks: _angular_core.InputSignal<Tickmark[]>;
|
|
62
81
|
/**
|
|
63
82
|
* Current value of the slider
|
|
64
83
|
*/
|
|
@@ -82,7 +101,7 @@ declare class Slider implements AfterViewInit {
|
|
|
82
101
|
get element(): _Slider;
|
|
83
102
|
ngAfterViewInit(): void;
|
|
84
103
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Slider, never>;
|
|
85
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Slider, "ui5-slider, [ui5-slider]", ["ui5Slider"], { "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "editableTooltip": { "alias": "editableTooltip"; "required": false; "isSignal": true; }; "labelInterval": { "alias": "labelInterval"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "showTickmarks": { "alias": "showTickmarks"; "required": false; "isSignal": true; }; "showTooltip": { "alias": "showTooltip"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
|
|
104
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Slider, "ui5-slider, [ui5-slider]", ["ui5Slider"], { "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "editableTooltip": { "alias": "editableTooltip"; "required": false; "isSignal": true; }; "labelInterval": { "alias": "labelInterval"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "showTickmarks": { "alias": "showTickmarks"; "required": false; "isSignal": true; }; "showTooltip": { "alias": "showTooltip"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "tickmarks": { "alias": "tickmarks"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
|
|
86
105
|
}
|
|
87
106
|
|
|
88
107
|
export { Slider };
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
3
|
import _SuggestionItemCustom from '@ui5/webcomponents/dist/SuggestionItemCustom.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
4
5
|
|
|
5
6
|
declare class SuggestionItemCustom implements AfterViewInit {
|
|
6
7
|
/**
|
|
7
8
|
* Defines the text of the `ui5-suggestion-item-custom`.
|
|
8
9
|
**Note:** The text property is considered only for autocomplete.
|
|
9
10
|
*/
|
|
10
|
-
text:
|
|
11
|
+
text: _angular_core.InputSignal<string | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
|
|
14
|
+
|
|
15
|
+
**Note:** The event will not be fired if the `disabled` property is set to `true`.
|
|
16
|
+
*/
|
|
17
|
+
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_SuggestionItemCustom, "click">>;
|
|
11
18
|
/**
|
|
12
19
|
* Available slots for content projection in this component.
|
|
13
20
|
*
|
|
@@ -41,8 +48,8 @@ declare class SuggestionItemCustom implements AfterViewInit {
|
|
|
41
48
|
private readonly _contentDensityObserver;
|
|
42
49
|
get element(): _SuggestionItemCustom;
|
|
43
50
|
ngAfterViewInit(): void;
|
|
44
|
-
static ɵfac:
|
|
45
|
-
static ɵcmp:
|
|
51
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SuggestionItemCustom, never>;
|
|
52
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SuggestionItemCustom, "ui5-suggestion-item-custom, [ui5-suggestion-item-custom]", ["ui5SuggestionItemCustom"], { "text": { "alias": "text"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
46
53
|
}
|
|
47
54
|
|
|
48
55
|
export { SuggestionItemCustom };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { AfterViewInit, ElementRef, Injector } from '@angular/core';
|
|
3
3
|
import _SuggestionItem from '@ui5/webcomponents/dist/SuggestionItem.js';
|
|
4
|
+
import { UI5CustomEvent } from '@ui5/webcomponents-base';
|
|
4
5
|
|
|
5
6
|
declare class SuggestionItem implements AfterViewInit {
|
|
6
7
|
/**
|
|
@@ -11,6 +12,12 @@ declare class SuggestionItem implements AfterViewInit {
|
|
|
11
12
|
* Defines the text of the component.
|
|
12
13
|
*/
|
|
13
14
|
text: _angular_core.InputSignal<string | undefined>;
|
|
15
|
+
/**
|
|
16
|
+
* Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
|
|
17
|
+
|
|
18
|
+
**Note:** The event will not be fired if the `disabled` property is set to `true`.
|
|
19
|
+
*/
|
|
20
|
+
ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_SuggestionItem, "click">>;
|
|
14
21
|
elementRef: ElementRef<_SuggestionItem>;
|
|
15
22
|
injector: Injector;
|
|
16
23
|
/**
|
|
@@ -22,7 +29,7 @@ declare class SuggestionItem implements AfterViewInit {
|
|
|
22
29
|
get element(): _SuggestionItem;
|
|
23
30
|
ngAfterViewInit(): void;
|
|
24
31
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SuggestionItem, never>;
|
|
25
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SuggestionItem, "ui5-suggestion-item, [ui5-suggestion-item]", ["ui5SuggestionItem"], { "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
32
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SuggestionItem, "ui5-suggestion-item, [ui5-suggestion-item]", ["ui5SuggestionItem"], { "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
|
|
26
33
|
}
|
|
27
34
|
|
|
28
35
|
export { SuggestionItem };
|