@sapui5/ts-types 1.104.2 → 1.106.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/package.json +1 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +2 -2
- package/types/sap.collaboration.d.ts +25 -25
- package/types/sap.esh.search.ui.d.ts +939 -1
- package/types/sap.f.d.ts +80 -4
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +5 -5
- package/types/sap.fe.macros.d.ts +30 -98
- package/types/sap.fe.navigation.d.ts +53 -5
- package/types/sap.fe.templates.d.ts +155 -1
- package/types/sap.fe.test.d.ts +17 -3
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +218 -57
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +583 -149
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +68 -3
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +152 -171
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +121 -16
- package/types/sap.suite.ui.generic.template.d.ts +17 -3
- package/types/sap.suite.ui.microchart.d.ts +13 -13
- package/types/sap.tnt.d.ts +3 -3
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +31 -31
- package/types/sap.ui.comp.d.ts +182 -57
- package/types/sap.ui.core.d.ts +618 -265
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +3 -3
- package/types/sap.ui.fl.d.ts +1117 -5
- package/types/sap.ui.generic.app.d.ts +14 -11
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +101 -18
- package/types/sap.ui.layout.d.ts +7 -7
- package/types/sap.ui.mdc.d.ts +5 -1
- package/types/sap.ui.richtexteditor.d.ts +2 -2
- package/types/sap.ui.rta.d.ts +3 -1
- package/types/sap.ui.suite.d.ts +5 -5
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +26 -8
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +66 -19
- package/types/sap.ui.ux3.d.ts +11 -11
- package/types/sap.ui.vbm.d.ts +3 -3
- package/types/sap.ui.vk.d.ts +315 -24
- package/types/sap.ui.vtm.d.ts +2 -2
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +239 -43
- package/types/sap.ui.webc.main.d.ts +636 -146
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +12 -10
- package/types/sap.ushell_abap.d.ts +1 -215
- package/types/sap.uxap.d.ts +41 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +2 -6
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.106.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -243,8 +243,8 @@ declare namespace sap {
|
|
|
243
243
|
| `{${string}}`;
|
|
244
244
|
|
|
245
245
|
/**
|
|
246
|
-
* Defines the name of the UI5 Icon, that
|
|
247
|
-
* **Note:** If `image` slot is provided, the property
|
|
246
|
+
* Defines the name of the UI5 Icon, that will be displayed.
|
|
247
|
+
* **Note:** If `image` slot is provided, the property will be ignored.
|
|
248
248
|
* **Note:** You should import the desired icon first, then use its name as "icon".
|
|
249
249
|
*
|
|
250
250
|
* import "@ui5/webcomponents-icons/dist/{icon_name}.js"
|
|
@@ -253,7 +253,7 @@ declare namespace sap {
|
|
|
253
253
|
* <ui5-avatar icon="employee">```
|
|
254
254
|
*
|
|
255
255
|
*
|
|
256
|
-
* See all the available icons in the Icon Explorer.
|
|
256
|
+
* See all the available icons in the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon Explorer}.
|
|
257
257
|
*/
|
|
258
258
|
icon?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
259
259
|
|
|
@@ -264,7 +264,7 @@ declare namespace sap {
|
|
|
264
264
|
initials?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
265
265
|
|
|
266
266
|
/**
|
|
267
|
-
* Defines if the avatar is interactive (focusable and pressable)
|
|
267
|
+
* Defines if the avatar is interactive (focusable and pressable).
|
|
268
268
|
*/
|
|
269
269
|
interactive?:
|
|
270
270
|
| boolean
|
|
@@ -597,12 +597,13 @@ declare namespace sap {
|
|
|
597
597
|
| `{${string}}`;
|
|
598
598
|
|
|
599
599
|
/**
|
|
600
|
-
* Defines the icon
|
|
601
|
-
*
|
|
600
|
+
* Defines the icon, displayed as graphical element within the component. The SAP-icons font provides numerous
|
|
601
|
+
* options.
|
|
602
602
|
*
|
|
603
603
|
* Example:
|
|
604
604
|
*
|
|
605
|
-
* See all the available icons
|
|
605
|
+
* See all the available icons within the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon
|
|
606
|
+
* Explorer}.
|
|
606
607
|
*/
|
|
607
608
|
icon?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
608
609
|
|
|
@@ -2164,7 +2165,10 @@ declare namespace sap {
|
|
|
2164
2165
|
* Defines the unique identifier (icon name) of the component.
|
|
2165
2166
|
*
|
|
2166
2167
|
*
|
|
2167
|
-
* To browse all available icons, see the
|
|
2168
|
+
* To browse all available icons, see the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons
|
|
2169
|
+
* SAP Icons}, {@link demo:sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT SAP TNT
|
|
2170
|
+
* Icons} and {@link https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/BusinessSuiteInAppSymbols
|
|
2171
|
+
* SAP Business Suite Icons} collections.
|
|
2168
2172
|
*
|
|
2169
2173
|
*
|
|
2170
2174
|
* Example:
|
|
@@ -2178,6 +2182,15 @@ declare namespace sap {
|
|
|
2178
2182
|
*
|
|
2179
2183
|
* Example:
|
|
2180
2184
|
* `name='tnt/antenna'`, `name='tnt/actor'`, `name='tnt/api'`.
|
|
2185
|
+
*
|
|
2186
|
+
*
|
|
2187
|
+
*
|
|
2188
|
+
* **Note:** To use the SAP Business Suite icons, you need to set the `business-suite` prefix in front of
|
|
2189
|
+
* the icon's name.
|
|
2190
|
+
*
|
|
2191
|
+
*
|
|
2192
|
+
* Example:
|
|
2193
|
+
* `name='business-suite/3d'`, `name='business-suite/1x2-grid-layout'`, `name='business-suite/4x4-grid-layout'`.
|
|
2181
2194
|
*/
|
|
2182
2195
|
name?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
2183
2196
|
|
|
@@ -2223,6 +2236,9 @@ declare namespace sap {
|
|
|
2223
2236
|
|
|
2224
2237
|
/**
|
|
2225
2238
|
* Sets the maximum number of characters available in the input field.
|
|
2239
|
+
*
|
|
2240
|
+
* **Note:** This property is not compatible with the ui5-input type InputType.Number. If the ui5-input
|
|
2241
|
+
* type is set to Number, the maxlength value is ignored.
|
|
2226
2242
|
*/
|
|
2227
2243
|
maxlength?:
|
|
2228
2244
|
| int
|
|
@@ -2239,6 +2255,14 @@ declare namespace sap {
|
|
|
2239
2255
|
*/
|
|
2240
2256
|
name?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
2241
2257
|
|
|
2258
|
+
/**
|
|
2259
|
+
* Defines whether the value will be autcompleted to match an item
|
|
2260
|
+
*/
|
|
2261
|
+
noTypeahead?:
|
|
2262
|
+
| boolean
|
|
2263
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2264
|
+
| `{${string}}`;
|
|
2265
|
+
|
|
2242
2266
|
/**
|
|
2243
2267
|
* Defines a short hint intended to aid the user with data entry when the component has no value.
|
|
2244
2268
|
*/
|
|
@@ -2695,8 +2719,8 @@ declare namespace sap {
|
|
|
2695
2719
|
/**
|
|
2696
2720
|
* Fired when the `Close` button of any item is clicked
|
|
2697
2721
|
*
|
|
2698
|
-
* **Note:** This event is applicable to
|
|
2699
|
-
* confused with `item-delete`.
|
|
2722
|
+
* **Note:** This event is only applicable to list items that can be closed (such as notification list
|
|
2723
|
+
* items), not to be confused with `item-delete`.
|
|
2700
2724
|
*/
|
|
2701
2725
|
itemClose?: (oEvent: sap.ui.base.Event) => void;
|
|
2702
2726
|
|
|
@@ -2710,7 +2734,8 @@ declare namespace sap {
|
|
|
2710
2734
|
/**
|
|
2711
2735
|
* Fired when the `Toggle` button of any item is clicked.
|
|
2712
2736
|
*
|
|
2713
|
-
* **Note:** This event is applicable to
|
|
2737
|
+
* **Note:** This event is only applicable to list items that can be toggled (such as notification group
|
|
2738
|
+
* list items).
|
|
2714
2739
|
*/
|
|
2715
2740
|
itemToggle?: (oEvent: sap.ui.base.Event) => void;
|
|
2716
2741
|
|
|
@@ -2765,7 +2790,8 @@ declare namespace sap {
|
|
|
2765
2790
|
* Defines the icon to be displayed as graphical element within the component. The SAP-icons font provides
|
|
2766
2791
|
* numerous options.
|
|
2767
2792
|
*
|
|
2768
|
-
* *** Example:** See all the available icons in the
|
|
2793
|
+
* *** Example:** See all the available icons in the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html
|
|
2794
|
+
* Icon Explorer}.
|
|
2769
2795
|
*/
|
|
2770
2796
|
icon?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
2771
2797
|
|
|
@@ -2850,7 +2876,7 @@ declare namespace sap {
|
|
|
2850
2876
|
*
|
|
2851
2877
|
*
|
|
2852
2878
|
*
|
|
2853
|
-
* See all the available icons in the Icon Explorer.
|
|
2879
|
+
* See all the available icons in the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon Explorer}.
|
|
2854
2880
|
*/
|
|
2855
2881
|
icon?: sap.ui.webc.main.IIcon;
|
|
2856
2882
|
|
|
@@ -2862,6 +2888,13 @@ declare namespace sap {
|
|
|
2862
2888
|
|
|
2863
2889
|
interface $MultiComboBoxSettings
|
|
2864
2890
|
extends sap.ui.webc.common.$WebComponentSettings {
|
|
2891
|
+
/**
|
|
2892
|
+
* Defines the accessible aria name of the component.
|
|
2893
|
+
*/
|
|
2894
|
+
accessibleName?:
|
|
2895
|
+
| string
|
|
2896
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
2897
|
+
|
|
2865
2898
|
/**
|
|
2866
2899
|
* Defines if the user input will be prevented, if no matching item has been found
|
|
2867
2900
|
*/
|
|
@@ -2885,6 +2918,14 @@ declare namespace sap {
|
|
|
2885
2918
|
*/
|
|
2886
2919
|
filter?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
2887
2920
|
|
|
2921
|
+
/**
|
|
2922
|
+
* Defines whether the value will be autcompleted to match an item
|
|
2923
|
+
*/
|
|
2924
|
+
noTypeahead?:
|
|
2925
|
+
| boolean
|
|
2926
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2927
|
+
| `{${string}}`;
|
|
2928
|
+
|
|
2888
2929
|
/**
|
|
2889
2930
|
* Defines a short hint intended to aid the user with data entry when the component has no value.
|
|
2890
2931
|
*/
|
|
@@ -2963,6 +3004,11 @@ declare namespace sap {
|
|
|
2963
3004
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
2964
3005
|
| `{${string}}`;
|
|
2965
3006
|
|
|
3007
|
+
/**
|
|
3008
|
+
* Receives id(or many ids) of the controls that label this control.
|
|
3009
|
+
*/
|
|
3010
|
+
ariaLabelledBy?: Array<sap.ui.core.Control | string>;
|
|
3011
|
+
|
|
2966
3012
|
/**
|
|
2967
3013
|
* Fired when the input operation has finished by pressing Enter or on focusout.
|
|
2968
3014
|
*/
|
|
@@ -2984,6 +3030,14 @@ declare namespace sap {
|
|
|
2984
3030
|
selectionChange?: (oEvent: sap.ui.base.Event) => void;
|
|
2985
3031
|
}
|
|
2986
3032
|
|
|
3033
|
+
interface $MultiComboBoxGroupItemSettings
|
|
3034
|
+
extends sap.ui.webc.common.$WebComponentSettings {
|
|
3035
|
+
/**
|
|
3036
|
+
* Defines the text of the component.
|
|
3037
|
+
*/
|
|
3038
|
+
text?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
3039
|
+
}
|
|
3040
|
+
|
|
2987
3041
|
interface $MultiComboBoxItemSettings
|
|
2988
3042
|
extends sap.ui.webc.common.$WebComponentSettings {
|
|
2989
3043
|
/**
|
|
@@ -3027,6 +3081,9 @@ declare namespace sap {
|
|
|
3027
3081
|
|
|
3028
3082
|
/**
|
|
3029
3083
|
* Sets the maximum number of characters available in the input field.
|
|
3084
|
+
*
|
|
3085
|
+
* **Note:** This property is not compatible with the ui5-input type InputType.Number. If the ui5-input
|
|
3086
|
+
* type is set to Number, the maxlength value is ignored.
|
|
3030
3087
|
*/
|
|
3031
3088
|
maxlength?:
|
|
3032
3089
|
| int
|
|
@@ -3043,6 +3100,14 @@ declare namespace sap {
|
|
|
3043
3100
|
*/
|
|
3044
3101
|
name?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
3045
3102
|
|
|
3103
|
+
/**
|
|
3104
|
+
* Defines whether the value will be autcompleted to match an item
|
|
3105
|
+
*/
|
|
3106
|
+
noTypeahead?:
|
|
3107
|
+
| boolean
|
|
3108
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
3109
|
+
| `{${string}}`;
|
|
3110
|
+
|
|
3046
3111
|
/**
|
|
3047
3112
|
* Defines a short hint intended to aid the user with data entry when the component has no value.
|
|
3048
3113
|
*/
|
|
@@ -3235,7 +3300,7 @@ declare namespace sap {
|
|
|
3235
3300
|
* Defines the `icon` source URI.
|
|
3236
3301
|
*
|
|
3237
3302
|
* **Note:** SAP-icons font provides numerous built-in icons. To find all the available icons, see the
|
|
3238
|
-
* Icon Explorer.
|
|
3303
|
+
* {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon Explorer}.
|
|
3239
3304
|
*/
|
|
3240
3305
|
icon?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
3241
3306
|
|
|
@@ -3337,7 +3402,7 @@ declare namespace sap {
|
|
|
3337
3402
|
| `{${string}}`;
|
|
3338
3403
|
|
|
3339
3404
|
/**
|
|
3340
|
-
*
|
|
3405
|
+
* Defines the content of the component. The content is visible only when the component is expanded.
|
|
3341
3406
|
*/
|
|
3342
3407
|
content?:
|
|
3343
3408
|
| sap.ui.core.Control[]
|
|
@@ -3719,6 +3784,13 @@ declare namespace sap {
|
|
|
3719
3784
|
|
|
3720
3785
|
interface $RangeSliderSettings
|
|
3721
3786
|
extends sap.ui.webc.common.$WebComponentSettings {
|
|
3787
|
+
/**
|
|
3788
|
+
* Defines the accessible aria name of the component.
|
|
3789
|
+
*/
|
|
3790
|
+
accessibleName?:
|
|
3791
|
+
| string
|
|
3792
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
3793
|
+
|
|
3722
3794
|
/**
|
|
3723
3795
|
* Defines whether the control is enabled. A disabled control can't be interacted with, and it is not in
|
|
3724
3796
|
* the tab chain.
|
|
@@ -4145,12 +4217,13 @@ declare namespace sap {
|
|
|
4145
4217
|
| `{${string}}`;
|
|
4146
4218
|
|
|
4147
4219
|
/**
|
|
4148
|
-
* Defines the icon
|
|
4149
|
-
*
|
|
4220
|
+
* Defines the icon, displayed as graphical element within the component. The SAP-icons font provides numerous
|
|
4221
|
+
* options.
|
|
4150
4222
|
*
|
|
4151
4223
|
* Example:
|
|
4152
4224
|
*
|
|
4153
|
-
* See all the available icons
|
|
4225
|
+
* See all the available icons within the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon
|
|
4226
|
+
* Explorer}.
|
|
4154
4227
|
*/
|
|
4155
4228
|
icon?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
4156
4229
|
|
|
@@ -4299,6 +4372,13 @@ declare namespace sap {
|
|
|
4299
4372
|
|
|
4300
4373
|
interface $SliderSettings
|
|
4301
4374
|
extends sap.ui.webc.common.$WebComponentSettings {
|
|
4375
|
+
/**
|
|
4376
|
+
* Defines the accessible aria name of the component.
|
|
4377
|
+
*/
|
|
4378
|
+
accessibleName?:
|
|
4379
|
+
| string
|
|
4380
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
4381
|
+
|
|
4302
4382
|
/**
|
|
4303
4383
|
* Defines whether the control is enabled. A disabled control can't be interacted with, and it is not in
|
|
4304
4384
|
* the tab chain.
|
|
@@ -4442,7 +4522,7 @@ declare namespace sap {
|
|
|
4442
4522
|
*
|
|
4443
4523
|
* Example:
|
|
4444
4524
|
*
|
|
4445
|
-
* See all the available icons in the Icon Explorer.
|
|
4525
|
+
* See all the available icons in the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon Explorer}.
|
|
4446
4526
|
*/
|
|
4447
4527
|
icon?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
4448
4528
|
|
|
@@ -4497,7 +4577,7 @@ declare namespace sap {
|
|
|
4497
4577
|
* Defines the `icon` source URI.
|
|
4498
4578
|
*
|
|
4499
4579
|
* **Note:** SAP-icons font provides numerous built-in icons. To find all the available icons, see the
|
|
4500
|
-
* Icon Explorer.
|
|
4580
|
+
* {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon Explorer}.
|
|
4501
4581
|
*/
|
|
4502
4582
|
icon?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
4503
4583
|
|
|
@@ -4725,7 +4805,7 @@ declare namespace sap {
|
|
|
4725
4805
|
* Defines the `icon` source URI.
|
|
4726
4806
|
*
|
|
4727
4807
|
* **Note:** SAP-icons font provides numerous built-in icons. To find all the available icons, see the
|
|
4728
|
-
* Icon Explorer.
|
|
4808
|
+
* {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon Explorer}.
|
|
4729
4809
|
*/
|
|
4730
4810
|
icon?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
4731
4811
|
|
|
@@ -4885,7 +4965,8 @@ declare namespace sap {
|
|
|
4885
4965
|
|
|
4886
4966
|
/**
|
|
4887
4967
|
* Defines the icon source URI to be displayed as graphical element within the component. The SAP-icons
|
|
4888
|
-
* font provides numerous built-in icons. See all the available icons in the
|
|
4968
|
+
* font provides numerous built-in icons. See all the available icons in the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html
|
|
4969
|
+
* Icon Explorer}.
|
|
4889
4970
|
*/
|
|
4890
4971
|
icon?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
4891
4972
|
|
|
@@ -5739,12 +5820,13 @@ declare namespace sap {
|
|
|
5739
5820
|
| `{${string}}`;
|
|
5740
5821
|
|
|
5741
5822
|
/**
|
|
5742
|
-
* Defines the icon
|
|
5743
|
-
*
|
|
5823
|
+
* Defines the icon, displayed as graphical element within the component. The SAP-icons font provides numerous
|
|
5824
|
+
* options.
|
|
5744
5825
|
*
|
|
5745
5826
|
* Example:
|
|
5746
5827
|
*
|
|
5747
|
-
* See all the available icons
|
|
5828
|
+
* See all the available icons within the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon
|
|
5829
|
+
* Explorer}.
|
|
5748
5830
|
*/
|
|
5749
5831
|
icon?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5750
5832
|
|
|
@@ -6039,7 +6121,7 @@ declare namespace sap {
|
|
|
6039
6121
|
*
|
|
6040
6122
|
* Overview:
|
|
6041
6123
|
*
|
|
6042
|
-
* An image-like
|
|
6124
|
+
* An image-like component that has different display options for representing images and icons in different
|
|
6043
6125
|
* shapes and sizes, depending on the use case.
|
|
6044
6126
|
*
|
|
6045
6127
|
* The shape can be circular or square. There are several predefined sizes, as well as an option to set
|
|
@@ -6234,8 +6316,8 @@ declare namespace sap {
|
|
|
6234
6316
|
/**
|
|
6235
6317
|
* Gets current value of property {@link #getIcon icon}.
|
|
6236
6318
|
*
|
|
6237
|
-
* Defines the name of the UI5 Icon, that
|
|
6238
|
-
* **Note:** If `image` slot is provided, the property
|
|
6319
|
+
* Defines the name of the UI5 Icon, that will be displayed.
|
|
6320
|
+
* **Note:** If `image` slot is provided, the property will be ignored.
|
|
6239
6321
|
* **Note:** You should import the desired icon first, then use its name as "icon".
|
|
6240
6322
|
*
|
|
6241
6323
|
* import "@ui5/webcomponents-icons/dist/{icon_name}.js"
|
|
@@ -6244,7 +6326,7 @@ declare namespace sap {
|
|
|
6244
6326
|
* <ui5-avatar icon="employee">```
|
|
6245
6327
|
*
|
|
6246
6328
|
*
|
|
6247
|
-
* See all the available icons in the Icon Explorer.
|
|
6329
|
+
* See all the available icons in the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon Explorer}.
|
|
6248
6330
|
*
|
|
6249
6331
|
* Default value is `empty string`.
|
|
6250
6332
|
*
|
|
@@ -6275,7 +6357,7 @@ declare namespace sap {
|
|
|
6275
6357
|
/**
|
|
6276
6358
|
* Gets current value of property {@link #getInteractive interactive}.
|
|
6277
6359
|
*
|
|
6278
|
-
* Defines if the avatar is interactive (focusable and pressable)
|
|
6360
|
+
* Defines if the avatar is interactive (focusable and pressable).
|
|
6279
6361
|
*
|
|
6280
6362
|
* Default value is `false`.
|
|
6281
6363
|
*
|
|
@@ -6364,8 +6446,8 @@ declare namespace sap {
|
|
|
6364
6446
|
/**
|
|
6365
6447
|
* Sets a new value for property {@link #getIcon icon}.
|
|
6366
6448
|
*
|
|
6367
|
-
* Defines the name of the UI5 Icon, that
|
|
6368
|
-
* **Note:** If `image` slot is provided, the property
|
|
6449
|
+
* Defines the name of the UI5 Icon, that will be displayed.
|
|
6450
|
+
* **Note:** If `image` slot is provided, the property will be ignored.
|
|
6369
6451
|
* **Note:** You should import the desired icon first, then use its name as "icon".
|
|
6370
6452
|
*
|
|
6371
6453
|
* import "@ui5/webcomponents-icons/dist/{icon_name}.js"
|
|
@@ -6374,7 +6456,7 @@ declare namespace sap {
|
|
|
6374
6456
|
* <ui5-avatar icon="employee">```
|
|
6375
6457
|
*
|
|
6376
6458
|
*
|
|
6377
|
-
* See all the available icons in the Icon Explorer.
|
|
6459
|
+
* See all the available icons in the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon Explorer}.
|
|
6378
6460
|
*
|
|
6379
6461
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
6380
6462
|
*
|
|
@@ -6420,7 +6502,7 @@ declare namespace sap {
|
|
|
6420
6502
|
/**
|
|
6421
6503
|
* Sets a new value for property {@link #getInteractive interactive}.
|
|
6422
6504
|
*
|
|
6423
|
-
* Defines if the avatar is interactive (focusable and pressable)
|
|
6505
|
+
* Defines if the avatar is interactive (focusable and pressable).
|
|
6424
6506
|
*
|
|
6425
6507
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
6426
6508
|
*
|
|
@@ -7246,6 +7328,22 @@ declare namespace sap {
|
|
|
7246
7328
|
* The clicked item.
|
|
7247
7329
|
*/
|
|
7248
7330
|
item?: HTMLElement;
|
|
7331
|
+
/**
|
|
7332
|
+
* Returns whether the "ALT" key was pressed when the event was triggered.
|
|
7333
|
+
*/
|
|
7334
|
+
altKey?: boolean;
|
|
7335
|
+
/**
|
|
7336
|
+
* Returns whether the "CTRL" key was pressed when the event was triggered.
|
|
7337
|
+
*/
|
|
7338
|
+
ctrlKey?: boolean;
|
|
7339
|
+
/**
|
|
7340
|
+
* Returns whether the "META" key was pressed when the event was triggered.
|
|
7341
|
+
*/
|
|
7342
|
+
metaKey?: boolean;
|
|
7343
|
+
/**
|
|
7344
|
+
* Returns whether the "SHIFT" key was pressed when the event was triggered.
|
|
7345
|
+
*/
|
|
7346
|
+
shiftKey?: boolean;
|
|
7249
7347
|
}
|
|
7250
7348
|
): boolean;
|
|
7251
7349
|
/**
|
|
@@ -7613,7 +7711,7 @@ declare namespace sap {
|
|
|
7613
7711
|
*
|
|
7614
7712
|
* When to use::
|
|
7615
7713
|
* - The user needs to be able to cancel the operation.
|
|
7616
|
-
* - Only part of the application or a particular
|
|
7714
|
+
* - Only part of the application or a particular component is affected.
|
|
7617
7715
|
*
|
|
7618
7716
|
* When not to use::
|
|
7619
7717
|
* - The operation takes less than one second.
|
|
@@ -7954,8 +8052,8 @@ declare namespace sap {
|
|
|
7954
8052
|
*
|
|
7955
8053
|
* CSS Shadow Parts:
|
|
7956
8054
|
*
|
|
7957
|
-
* CSS Shadow Parts
|
|
7958
|
-
*
|
|
8055
|
+
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to
|
|
8056
|
+
* style elements inside the Shadow DOM.
|
|
7959
8057
|
* The `sap.ui.webc.main.Button` exposes the following CSS Shadow Parts:
|
|
7960
8058
|
* - button - Used to style the native button element
|
|
7961
8059
|
*/
|
|
@@ -8189,12 +8287,13 @@ declare namespace sap {
|
|
|
8189
8287
|
/**
|
|
8190
8288
|
* Gets current value of property {@link #getIcon icon}.
|
|
8191
8289
|
*
|
|
8192
|
-
* Defines the icon
|
|
8193
|
-
*
|
|
8290
|
+
* Defines the icon, displayed as graphical element within the component. The SAP-icons font provides numerous
|
|
8291
|
+
* options.
|
|
8194
8292
|
*
|
|
8195
8293
|
* Example:
|
|
8196
8294
|
*
|
|
8197
|
-
* See all the available icons
|
|
8295
|
+
* See all the available icons within the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon
|
|
8296
|
+
* Explorer}.
|
|
8198
8297
|
*
|
|
8199
8298
|
* Default value is `empty string`.
|
|
8200
8299
|
*
|
|
@@ -8264,7 +8363,7 @@ declare namespace sap {
|
|
|
8264
8363
|
* The ariaLabelledBy to be removed or its index or ID
|
|
8265
8364
|
*/
|
|
8266
8365
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
8267
|
-
): sap.ui.core.ID;
|
|
8366
|
+
): sap.ui.core.ID | null;
|
|
8268
8367
|
/**
|
|
8269
8368
|
* Sets a new value for property {@link #getAccessibilityAttributes accessibilityAttributes}.
|
|
8270
8369
|
*
|
|
@@ -8365,12 +8464,13 @@ declare namespace sap {
|
|
|
8365
8464
|
/**
|
|
8366
8465
|
* Sets a new value for property {@link #getIcon icon}.
|
|
8367
8466
|
*
|
|
8368
|
-
* Defines the icon
|
|
8369
|
-
*
|
|
8467
|
+
* Defines the icon, displayed as graphical element within the component. The SAP-icons font provides numerous
|
|
8468
|
+
* options.
|
|
8370
8469
|
*
|
|
8371
8470
|
* Example:
|
|
8372
8471
|
*
|
|
8373
|
-
* See all the available icons
|
|
8472
|
+
* See all the available icons within the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon
|
|
8473
|
+
* Explorer}.
|
|
8374
8474
|
*
|
|
8375
8475
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8376
8476
|
*
|
|
@@ -9096,8 +9196,8 @@ declare namespace sap {
|
|
|
9096
9196
|
*
|
|
9097
9197
|
* CSS Shadow Parts:
|
|
9098
9198
|
*
|
|
9099
|
-
* CSS Shadow Parts
|
|
9100
|
-
*
|
|
9199
|
+
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to
|
|
9200
|
+
* style elements inside the Shadow DOM.
|
|
9101
9201
|
*/
|
|
9102
9202
|
class Card extends sap.ui.webc.common.WebComponent {
|
|
9103
9203
|
/**
|
|
@@ -9341,7 +9441,7 @@ declare namespace sap {
|
|
|
9341
9441
|
* The ariaLabelledBy to be removed or its index or ID
|
|
9342
9442
|
*/
|
|
9343
9443
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
9344
|
-
): sap.ui.core.ID;
|
|
9444
|
+
): sap.ui.core.ID | null;
|
|
9345
9445
|
/**
|
|
9346
9446
|
* Removes a content from the aggregation {@link #getContent content}.
|
|
9347
9447
|
*
|
|
@@ -9428,8 +9528,8 @@ declare namespace sap {
|
|
|
9428
9528
|
*
|
|
9429
9529
|
* CSS Shadow Parts:
|
|
9430
9530
|
*
|
|
9431
|
-
* CSS Shadow Parts
|
|
9432
|
-
*
|
|
9531
|
+
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to
|
|
9532
|
+
* style elements inside the Shadow DOM.
|
|
9433
9533
|
* The `sap.ui.webc.main.Card` exposes the following CSS Shadow Parts:
|
|
9434
9534
|
* - title - Used to style the title of the CardHeader
|
|
9435
9535
|
* - subtitle - Used to style the subtitle of the CardHeader
|
|
@@ -10637,7 +10737,7 @@ declare namespace sap {
|
|
|
10637
10737
|
* The ariaLabelledBy to be removed or its index or ID
|
|
10638
10738
|
*/
|
|
10639
10739
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
10640
|
-
): sap.ui.core.ID;
|
|
10740
|
+
): sap.ui.core.ID | null;
|
|
10641
10741
|
/**
|
|
10642
10742
|
* Sets a new value for property {@link #getAccessibleName accessibleName}.
|
|
10643
10743
|
*
|
|
@@ -12270,7 +12370,7 @@ declare namespace sap {
|
|
|
12270
12370
|
* The ariaLabelledBy to be removed or its index or ID
|
|
12271
12371
|
*/
|
|
12272
12372
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
12273
|
-
): sap.ui.core.ID;
|
|
12373
|
+
): sap.ui.core.ID | null;
|
|
12274
12374
|
/**
|
|
12275
12375
|
* Removes a item from the aggregation {@link #getItems items}.
|
|
12276
12376
|
*
|
|
@@ -12496,7 +12596,7 @@ declare namespace sap {
|
|
|
12496
12596
|
* @SINCE 1.95.0
|
|
12497
12597
|
* @EXPERIMENTAL (since 1.95.0)
|
|
12498
12598
|
*
|
|
12499
|
-
* The `
|
|
12599
|
+
* The `sap.ui.webc.main.ComboBoxGroupItem` is type of suggestion item, that can be used to split the `sap.ui.webc.main.ComboBox`
|
|
12500
12600
|
* suggestions into groups.
|
|
12501
12601
|
*/
|
|
12502
12602
|
class ComboBoxGroupItem
|
|
@@ -13049,8 +13149,8 @@ declare namespace sap {
|
|
|
13049
13149
|
* If a date is entered by typing it into the input field, it must fit to the used date format.
|
|
13050
13150
|
*
|
|
13051
13151
|
* Supported format options are pattern-based on Unicode LDML Date Format notation. For more information,
|
|
13052
|
-
* see UTS
|
|
13053
|
-
*
|
|
13152
|
+
* see {@link http://unicode.org/reports/tr35/#Date_Field_Symbol_Table UTS #35: Unicode Locale Data Markup
|
|
13153
|
+
* Language}.
|
|
13054
13154
|
*
|
|
13055
13155
|
* For example, if the `format-pattern` is "yyyy-MM-dd", a valid value string is "2015-07-30" and the same
|
|
13056
13156
|
* is displayed in the input.
|
|
@@ -13583,7 +13683,7 @@ declare namespace sap {
|
|
|
13583
13683
|
* The ariaLabelledBy to be removed or its index or ID
|
|
13584
13684
|
*/
|
|
13585
13685
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
13586
|
-
): sap.ui.core.ID;
|
|
13686
|
+
): sap.ui.core.ID | null;
|
|
13587
13687
|
/**
|
|
13588
13688
|
* Sets a new value for property {@link #getAccessibleName accessibleName}.
|
|
13589
13689
|
*
|
|
@@ -14417,7 +14517,7 @@ declare namespace sap {
|
|
|
14417
14517
|
* The ariaLabelledBy to be removed or its index or ID
|
|
14418
14518
|
*/
|
|
14419
14519
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
14420
|
-
): sap.ui.core.ID;
|
|
14520
|
+
): sap.ui.core.ID | null;
|
|
14421
14521
|
/**
|
|
14422
14522
|
* Sets a new value for property {@link #getAccessibleName accessibleName}.
|
|
14423
14523
|
*
|
|
@@ -14753,7 +14853,8 @@ declare namespace sap {
|
|
|
14753
14853
|
* The value entered by typing into the input field must fit to the used date/time format.
|
|
14754
14854
|
*
|
|
14755
14855
|
* Supported format options are pattern-based on Unicode LDML Date Format notation. For more information,
|
|
14756
|
-
* see UTS #35: Unicode
|
|
14856
|
+
* see {@link https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table UTS #35: Unicode
|
|
14857
|
+
* Locale Data Markup Language}.
|
|
14757
14858
|
*
|
|
14758
14859
|
* **Example:** the following format `dd/MM/yyyy, hh:mm:ss aa` corresponds the `13/04/2020, 03:16:16 AM`
|
|
14759
14860
|
* value.
|
|
@@ -15278,7 +15379,7 @@ declare namespace sap {
|
|
|
15278
15379
|
* The ariaLabelledBy to be removed or its index or ID
|
|
15279
15380
|
*/
|
|
15280
15381
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
15281
|
-
): sap.ui.core.ID;
|
|
15382
|
+
): sap.ui.core.ID | null;
|
|
15282
15383
|
/**
|
|
15283
15384
|
* Sets a new value for property {@link #getAccessibleName accessibleName}.
|
|
15284
15385
|
*
|
|
@@ -15597,8 +15698,8 @@ declare namespace sap {
|
|
|
15597
15698
|
*
|
|
15598
15699
|
* CSS Shadow Parts:
|
|
15599
15700
|
*
|
|
15600
|
-
* CSS Shadow Parts
|
|
15601
|
-
*
|
|
15701
|
+
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to
|
|
15702
|
+
* style elements inside the Shadow DOM.
|
|
15602
15703
|
* The `sap.ui.webc.main.Dialog` exposes the following CSS Shadow Parts:
|
|
15603
15704
|
* - header - Used to style the header of the component
|
|
15604
15705
|
* - content - Used to style the content of the component
|
|
@@ -16309,7 +16410,7 @@ declare namespace sap {
|
|
|
16309
16410
|
* The ariaLabelledBy to be removed or its index or ID
|
|
16310
16411
|
*/
|
|
16311
16412
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
16312
|
-
): sap.ui.core.ID;
|
|
16413
|
+
): sap.ui.core.ID | null;
|
|
16313
16414
|
/**
|
|
16314
16415
|
* Removes a content from the aggregation {@link #getContent content}.
|
|
16315
16416
|
*
|
|
@@ -17234,16 +17335,51 @@ declare namespace sap {
|
|
|
17234
17335
|
* Overview:
|
|
17235
17336
|
*
|
|
17236
17337
|
* The `sap.ui.webc.main.Icon` component represents an SVG icon. There are two main scenarios how the `sap.ui.webc.main.Icon`
|
|
17237
|
-
* component is used: as a purely decorative element
|
|
17238
|
-
*
|
|
17338
|
+
* component is used: as a purely decorative element,
|
|
17339
|
+
* or as an interactive element that can be focused and clicked.
|
|
17340
|
+
*
|
|
17341
|
+
* Usage:
|
|
17239
17342
|
*
|
|
17240
|
-
*
|
|
17241
|
-
*
|
|
17343
|
+
* 1. **Get familiar with the icons collections.**
|
|
17344
|
+
* Before displaying an icon, you need to explore the icons collections to find and import the desired
|
|
17345
|
+
* icon.
|
|
17346
|
+
* Currently there are 3 icons collection, available as 3 npm packages:
|
|
17242
17347
|
*
|
|
17243
17348
|
*
|
|
17244
17349
|
*
|
|
17350
|
+
* - {@link https://www.npmjs.com/package/@ui5/webcomponents-icons @ui5/webcomponents-icons} represents
|
|
17351
|
+
* the "SAP-icons" collection and includes the following {@link demo:sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons
|
|
17352
|
+
* icons}.
|
|
17353
|
+
* - {@link https://www.npmjs.com/package/@ui5/webcomponents-icons-tnt @ui5/webcomponents-icons-tnt}
|
|
17354
|
+
* represents the "tnt" collection and includes the following {@link demo:sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT
|
|
17355
|
+
* icons}.
|
|
17356
|
+
* - {@link https://www.npmjs.com/package/@ui5/webcomponents-icons-business-suite @ui5/webcomponents-icons-icons-business-suite}
|
|
17357
|
+
* represents the "business-suite" collection and includes the following {@link https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/BusinessSuiteInAppSymbols
|
|
17358
|
+
* icons}.
|
|
17245
17359
|
*
|
|
17246
|
-
*
|
|
17360
|
+
* 2. **After exploring the icons collections, add one or more of the packages as dependencies to your project.**
|
|
17361
|
+
*
|
|
17362
|
+
* `npm i @ui5/webcomponents-icons`
|
|
17363
|
+
* `npm i @ui5/webcomponents-icons-tnt`
|
|
17364
|
+
* `npm i @ui5/webcomponents-icons-business-suite`
|
|
17365
|
+
*
|
|
17366
|
+
*
|
|
17367
|
+
*
|
|
17368
|
+
* **For Example**:
|
|
17369
|
+
*
|
|
17370
|
+
*
|
|
17371
|
+
* 4. **Display the icon using the `sap.ui.webc.main.Icon` web component.**
|
|
17372
|
+
* Set the icon collection ("SAP-icons", "tnt" or "business-suite" - "SAP-icons" is the default icon collection
|
|
17373
|
+
* and can be skipped)
|
|
17374
|
+
* and the icon name to the `name` property.
|
|
17375
|
+
*
|
|
17376
|
+
*
|
|
17377
|
+
*
|
|
17378
|
+
* `<ui5-icon name="employee"></ui5-icon>`
|
|
17379
|
+
* `<ui5-icon name="tnt/antenna"></ui5-icon>`
|
|
17380
|
+
* `<ui5-icon name="business-suite/ab-testing"></ui5-icon>`
|
|
17381
|
+
*
|
|
17382
|
+
* Keyboard Handling:
|
|
17247
17383
|
*
|
|
17248
17384
|
*
|
|
17249
17385
|
* - [SPACE, ENTER, RETURN] - Fires the `click` event if the `interactive` property is set to true.
|
|
@@ -17450,7 +17586,10 @@ declare namespace sap {
|
|
|
17450
17586
|
* Defines the unique identifier (icon name) of the component.
|
|
17451
17587
|
*
|
|
17452
17588
|
*
|
|
17453
|
-
* To browse all available icons, see the
|
|
17589
|
+
* To browse all available icons, see the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons
|
|
17590
|
+
* SAP Icons}, {@link demo:sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT SAP TNT
|
|
17591
|
+
* Icons} and {@link https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/BusinessSuiteInAppSymbols
|
|
17592
|
+
* SAP Business Suite Icons} collections.
|
|
17454
17593
|
*
|
|
17455
17594
|
*
|
|
17456
17595
|
* Example:
|
|
@@ -17465,6 +17604,15 @@ declare namespace sap {
|
|
|
17465
17604
|
* Example:
|
|
17466
17605
|
* `name='tnt/antenna'`, `name='tnt/actor'`, `name='tnt/api'`.
|
|
17467
17606
|
*
|
|
17607
|
+
*
|
|
17608
|
+
*
|
|
17609
|
+
* **Note:** To use the SAP Business Suite icons, you need to set the `business-suite` prefix in front of
|
|
17610
|
+
* the icon's name.
|
|
17611
|
+
*
|
|
17612
|
+
*
|
|
17613
|
+
* Example:
|
|
17614
|
+
* `name='business-suite/3d'`, `name='business-suite/1x2-grid-layout'`, `name='business-suite/4x4-grid-layout'`.
|
|
17615
|
+
*
|
|
17468
17616
|
* Default value is `empty string`.
|
|
17469
17617
|
*
|
|
17470
17618
|
* @returns Value of property `name`
|
|
@@ -17593,7 +17741,10 @@ declare namespace sap {
|
|
|
17593
17741
|
* Defines the unique identifier (icon name) of the component.
|
|
17594
17742
|
*
|
|
17595
17743
|
*
|
|
17596
|
-
* To browse all available icons, see the
|
|
17744
|
+
* To browse all available icons, see the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons
|
|
17745
|
+
* SAP Icons}, {@link demo:sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT SAP TNT
|
|
17746
|
+
* Icons} and {@link https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/BusinessSuiteInAppSymbols
|
|
17747
|
+
* SAP Business Suite Icons} collections.
|
|
17597
17748
|
*
|
|
17598
17749
|
*
|
|
17599
17750
|
* Example:
|
|
@@ -17608,6 +17759,15 @@ declare namespace sap {
|
|
|
17608
17759
|
* Example:
|
|
17609
17760
|
* `name='tnt/antenna'`, `name='tnt/actor'`, `name='tnt/api'`.
|
|
17610
17761
|
*
|
|
17762
|
+
*
|
|
17763
|
+
*
|
|
17764
|
+
* **Note:** To use the SAP Business Suite icons, you need to set the `business-suite` prefix in front of
|
|
17765
|
+
* the icon's name.
|
|
17766
|
+
*
|
|
17767
|
+
*
|
|
17768
|
+
* Example:
|
|
17769
|
+
* `name='business-suite/3d'`, `name='business-suite/1x2-grid-layout'`, `name='business-suite/4x4-grid-layout'`.
|
|
17770
|
+
*
|
|
17611
17771
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
17612
17772
|
*
|
|
17613
17773
|
* Default value is `empty string`.
|
|
@@ -18153,6 +18313,9 @@ declare namespace sap {
|
|
|
18153
18313
|
*
|
|
18154
18314
|
* Sets the maximum number of characters available in the input field.
|
|
18155
18315
|
*
|
|
18316
|
+
* **Note:** This property is not compatible with the ui5-input type InputType.Number. If the ui5-input
|
|
18317
|
+
* type is set to Number, the maxlength value is ignored.
|
|
18318
|
+
*
|
|
18156
18319
|
* @returns Value of property `maxlength`
|
|
18157
18320
|
*/
|
|
18158
18321
|
getMaxlength(): int;
|
|
@@ -18171,6 +18334,16 @@ declare namespace sap {
|
|
|
18171
18334
|
* @returns Value of property `name`
|
|
18172
18335
|
*/
|
|
18173
18336
|
getName(): string;
|
|
18337
|
+
/**
|
|
18338
|
+
* Gets current value of property {@link #getNoTypeahead noTypeahead}.
|
|
18339
|
+
*
|
|
18340
|
+
* Defines whether the value will be autcompleted to match an item
|
|
18341
|
+
*
|
|
18342
|
+
* Default value is `false`.
|
|
18343
|
+
*
|
|
18344
|
+
* @returns Value of property `noTypeahead`
|
|
18345
|
+
*/
|
|
18346
|
+
getNoTypeahead(): boolean;
|
|
18174
18347
|
/**
|
|
18175
18348
|
* Gets current value of property {@link #getPlaceholder placeholder}.
|
|
18176
18349
|
*
|
|
@@ -18397,7 +18570,7 @@ declare namespace sap {
|
|
|
18397
18570
|
* The ariaLabelledBy to be removed or its index or ID
|
|
18398
18571
|
*/
|
|
18399
18572
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
18400
|
-
): sap.ui.core.ID;
|
|
18573
|
+
): sap.ui.core.ID | null;
|
|
18401
18574
|
/**
|
|
18402
18575
|
* Removes a icon from the aggregation {@link #getIcon icon}.
|
|
18403
18576
|
*
|
|
@@ -18461,6 +18634,9 @@ declare namespace sap {
|
|
|
18461
18634
|
*
|
|
18462
18635
|
* Sets the maximum number of characters available in the input field.
|
|
18463
18636
|
*
|
|
18637
|
+
* **Note:** This property is not compatible with the ui5-input type InputType.Number. If the ui5-input
|
|
18638
|
+
* type is set to Number, the maxlength value is ignored.
|
|
18639
|
+
*
|
|
18464
18640
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
18465
18641
|
*
|
|
18466
18642
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -18493,6 +18669,23 @@ declare namespace sap {
|
|
|
18493
18669
|
*/
|
|
18494
18670
|
sName?: string
|
|
18495
18671
|
): this;
|
|
18672
|
+
/**
|
|
18673
|
+
* Sets a new value for property {@link #getNoTypeahead noTypeahead}.
|
|
18674
|
+
*
|
|
18675
|
+
* Defines whether the value will be autcompleted to match an item
|
|
18676
|
+
*
|
|
18677
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
18678
|
+
*
|
|
18679
|
+
* Default value is `false`.
|
|
18680
|
+
*
|
|
18681
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
18682
|
+
*/
|
|
18683
|
+
setNoTypeahead(
|
|
18684
|
+
/**
|
|
18685
|
+
* New value for property `noTypeahead`
|
|
18686
|
+
*/
|
|
18687
|
+
bNoTypeahead?: boolean
|
|
18688
|
+
): this;
|
|
18496
18689
|
/**
|
|
18497
18690
|
* Sets a new value for property {@link #getPlaceholder placeholder}.
|
|
18498
18691
|
*
|
|
@@ -19089,14 +19282,34 @@ declare namespace sap {
|
|
|
19089
19282
|
/**
|
|
19090
19283
|
* Fires event {@link #event:click click} to attached listeners.
|
|
19091
19284
|
*
|
|
19092
|
-
*
|
|
19285
|
+
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
19286
|
+
* event object. The return value of this method indicates whether the default action should be executed.
|
|
19287
|
+
*
|
|
19288
|
+
* @returns Whether or not to prevent the default action
|
|
19093
19289
|
*/
|
|
19094
19290
|
fireClick(
|
|
19095
19291
|
/**
|
|
19096
19292
|
* Parameters to pass along with the event
|
|
19097
19293
|
*/
|
|
19098
|
-
mParameters?:
|
|
19099
|
-
|
|
19294
|
+
mParameters?: {
|
|
19295
|
+
/**
|
|
19296
|
+
* Returns whether the "ALT" key was pressed when the event was triggered.
|
|
19297
|
+
*/
|
|
19298
|
+
altKey?: boolean;
|
|
19299
|
+
/**
|
|
19300
|
+
* Returns whether the "CTRL" key was pressed when the event was triggered.
|
|
19301
|
+
*/
|
|
19302
|
+
ctrlKey?: boolean;
|
|
19303
|
+
/**
|
|
19304
|
+
* Returns whether the "META" key was pressed when the event was triggered.
|
|
19305
|
+
*/
|
|
19306
|
+
metaKey?: boolean;
|
|
19307
|
+
/**
|
|
19308
|
+
* Returns whether the "SHIFT" key was pressed when the event was triggered.
|
|
19309
|
+
*/
|
|
19310
|
+
shiftKey?: boolean;
|
|
19311
|
+
}
|
|
19312
|
+
): boolean;
|
|
19100
19313
|
/**
|
|
19101
19314
|
* Gets current value of property {@link #getAccessibilityAttributes accessibilityAttributes}.
|
|
19102
19315
|
*
|
|
@@ -19233,7 +19446,7 @@ declare namespace sap {
|
|
|
19233
19446
|
* The ariaLabelledBy to be removed or its index or ID
|
|
19234
19447
|
*/
|
|
19235
19448
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
19236
|
-
): sap.ui.core.ID;
|
|
19449
|
+
): sap.ui.core.ID | null;
|
|
19237
19450
|
/**
|
|
19238
19451
|
* Sets a new value for property {@link #getAccessibilityAttributes accessibilityAttributes}.
|
|
19239
19452
|
*
|
|
@@ -19591,8 +19804,8 @@ declare namespace sap {
|
|
|
19591
19804
|
*
|
|
19592
19805
|
* Fired when the `Close` button of any item is clicked
|
|
19593
19806
|
*
|
|
19594
|
-
* **Note:** This event is applicable to
|
|
19595
|
-
* confused with `item-delete`.
|
|
19807
|
+
* **Note:** This event is only applicable to list items that can be closed (such as notification list
|
|
19808
|
+
* items), not to be confused with `item-delete`.
|
|
19596
19809
|
*
|
|
19597
19810
|
* @returns Reference to `this` in order to allow method chaining
|
|
19598
19811
|
*/
|
|
@@ -19619,8 +19832,8 @@ declare namespace sap {
|
|
|
19619
19832
|
*
|
|
19620
19833
|
* Fired when the `Close` button of any item is clicked
|
|
19621
19834
|
*
|
|
19622
|
-
* **Note:** This event is applicable to
|
|
19623
|
-
* confused with `item-delete`.
|
|
19835
|
+
* **Note:** This event is only applicable to list items that can be closed (such as notification list
|
|
19836
|
+
* items), not to be confused with `item-delete`.
|
|
19624
19837
|
*
|
|
19625
19838
|
* @returns Reference to `this` in order to allow method chaining
|
|
19626
19839
|
*/
|
|
@@ -19691,7 +19904,8 @@ declare namespace sap {
|
|
|
19691
19904
|
*
|
|
19692
19905
|
* Fired when the `Toggle` button of any item is clicked.
|
|
19693
19906
|
*
|
|
19694
|
-
* **Note:** This event is applicable to
|
|
19907
|
+
* **Note:** This event is only applicable to list items that can be toggled (such as notification group
|
|
19908
|
+
* list items).
|
|
19695
19909
|
*
|
|
19696
19910
|
* @returns Reference to `this` in order to allow method chaining
|
|
19697
19911
|
*/
|
|
@@ -19718,7 +19932,8 @@ declare namespace sap {
|
|
|
19718
19932
|
*
|
|
19719
19933
|
* Fired when the `Toggle` button of any item is clicked.
|
|
19720
19934
|
*
|
|
19721
|
-
* **Note:** This event is applicable to
|
|
19935
|
+
* **Note:** This event is only applicable to list items that can be toggled (such as notification group
|
|
19936
|
+
* list items).
|
|
19722
19937
|
*
|
|
19723
19938
|
* @returns Reference to `this` in order to allow method chaining
|
|
19724
19939
|
*/
|
|
@@ -20309,7 +20524,7 @@ declare namespace sap {
|
|
|
20309
20524
|
* The ariaLabelledBy to be removed or its index or ID
|
|
20310
20525
|
*/
|
|
20311
20526
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
20312
|
-
): sap.ui.core.ID;
|
|
20527
|
+
): sap.ui.core.ID | null;
|
|
20313
20528
|
/**
|
|
20314
20529
|
* Removes a header from the aggregation {@link #getHeader header}.
|
|
20315
20530
|
*
|
|
@@ -20971,7 +21186,8 @@ declare namespace sap {
|
|
|
20971
21186
|
* Defines the icon to be displayed as graphical element within the component. The SAP-icons font provides
|
|
20972
21187
|
* numerous options.
|
|
20973
21188
|
*
|
|
20974
|
-
* *** Example:** See all the available icons in the
|
|
21189
|
+
* *** Example:** See all the available icons in the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html
|
|
21190
|
+
* Icon Explorer}.
|
|
20975
21191
|
*
|
|
20976
21192
|
* Default value is `empty string`.
|
|
20977
21193
|
*
|
|
@@ -21076,7 +21292,8 @@ declare namespace sap {
|
|
|
21076
21292
|
* Defines the icon to be displayed as graphical element within the component. The SAP-icons font provides
|
|
21077
21293
|
* numerous options.
|
|
21078
21294
|
*
|
|
21079
|
-
* *** Example:** See all the available icons in the
|
|
21295
|
+
* *** Example:** See all the available icons in the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html
|
|
21296
|
+
* Icon Explorer}.
|
|
21080
21297
|
*
|
|
21081
21298
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
21082
21299
|
*
|
|
@@ -21333,7 +21550,7 @@ declare namespace sap {
|
|
|
21333
21550
|
*
|
|
21334
21551
|
*
|
|
21335
21552
|
*
|
|
21336
|
-
* See all the available icons in the Icon Explorer.
|
|
21553
|
+
* See all the available icons in the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon Explorer}.
|
|
21337
21554
|
*/
|
|
21338
21555
|
getIcon(): sap.ui.webc.main.IIcon;
|
|
21339
21556
|
/**
|
|
@@ -21502,8 +21719,8 @@ declare namespace sap {
|
|
|
21502
21719
|
*
|
|
21503
21720
|
* CSS Shadow Parts:
|
|
21504
21721
|
*
|
|
21505
|
-
* CSS Shadow Parts
|
|
21506
|
-
*
|
|
21722
|
+
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to
|
|
21723
|
+
* style elements inside the Shadow DOM.
|
|
21507
21724
|
* The `sap.ui.webc.main.MultiComboBox` exposes the following CSS Shadow Parts:
|
|
21508
21725
|
* - token-{index} - Used to style each token(where `token-0` corresponds to the first item)
|
|
21509
21726
|
*/
|
|
@@ -21571,6 +21788,17 @@ declare namespace sap {
|
|
|
21571
21788
|
* @returns Metadata object describing this class
|
|
21572
21789
|
*/
|
|
21573
21790
|
static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
|
|
21791
|
+
/**
|
|
21792
|
+
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
21793
|
+
*
|
|
21794
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
21795
|
+
*/
|
|
21796
|
+
addAriaLabelledBy(
|
|
21797
|
+
/**
|
|
21798
|
+
* The ariaLabelledBy to add; if empty, nothing is inserted
|
|
21799
|
+
*/
|
|
21800
|
+
vAriaLabelledBy: sap.ui.core.ID | sap.ui.core.Control
|
|
21801
|
+
): this;
|
|
21574
21802
|
/**
|
|
21575
21803
|
* Adds some item to the aggregation {@link #getItems items}.
|
|
21576
21804
|
*
|
|
@@ -21894,6 +22122,14 @@ declare namespace sap {
|
|
|
21894
22122
|
items?: any[];
|
|
21895
22123
|
}
|
|
21896
22124
|
): this;
|
|
22125
|
+
/**
|
|
22126
|
+
* Gets current value of property {@link #getAccessibleName accessibleName}.
|
|
22127
|
+
*
|
|
22128
|
+
* Defines the accessible aria name of the component.
|
|
22129
|
+
*
|
|
22130
|
+
* @returns Value of property `accessibleName`
|
|
22131
|
+
*/
|
|
22132
|
+
getAccessibleName(): string;
|
|
21897
22133
|
/**
|
|
21898
22134
|
* Gets current value of property {@link #getAllowCustomValues allowCustomValues}.
|
|
21899
22135
|
*
|
|
@@ -21904,6 +22140,11 @@ declare namespace sap {
|
|
|
21904
22140
|
* @returns Value of property `allowCustomValues`
|
|
21905
22141
|
*/
|
|
21906
22142
|
getAllowCustomValues(): boolean;
|
|
22143
|
+
/**
|
|
22144
|
+
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
|
|
22145
|
+
* ariaLabelledBy}.
|
|
22146
|
+
*/
|
|
22147
|
+
getAriaLabelledBy(): sap.ui.core.ID[];
|
|
21907
22148
|
/**
|
|
21908
22149
|
* Gets current value of property {@link #getEnabled enabled}.
|
|
21909
22150
|
*
|
|
@@ -21938,6 +22179,16 @@ declare namespace sap {
|
|
|
21938
22179
|
* Defines the component items.
|
|
21939
22180
|
*/
|
|
21940
22181
|
getItems(): sap.ui.webc.main.IMultiComboBoxItem[];
|
|
22182
|
+
/**
|
|
22183
|
+
* Gets current value of property {@link #getNoTypeahead noTypeahead}.
|
|
22184
|
+
*
|
|
22185
|
+
* Defines whether the value will be autcompleted to match an item
|
|
22186
|
+
*
|
|
22187
|
+
* Default value is `false`.
|
|
22188
|
+
*
|
|
22189
|
+
* @returns Value of property `noTypeahead`
|
|
22190
|
+
*/
|
|
22191
|
+
getNoTypeahead(): boolean;
|
|
21941
22192
|
/**
|
|
21942
22193
|
* Returns the indicates whether the dropdown is open. True if the dropdown is open, false otherwise.
|
|
21943
22194
|
*/
|
|
@@ -22054,6 +22305,12 @@ declare namespace sap {
|
|
|
22054
22305
|
*/
|
|
22055
22306
|
iIndex: int
|
|
22056
22307
|
): this;
|
|
22308
|
+
/**
|
|
22309
|
+
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
22310
|
+
*
|
|
22311
|
+
* @returns An array of the removed elements (might be empty)
|
|
22312
|
+
*/
|
|
22313
|
+
removeAllAriaLabelledBy(): sap.ui.core.ID[];
|
|
22057
22314
|
/**
|
|
22058
22315
|
* Removes all the controls from the aggregation {@link #getItems items}.
|
|
22059
22316
|
*
|
|
@@ -22062,6 +22319,17 @@ declare namespace sap {
|
|
|
22062
22319
|
* @returns An array of the removed elements (might be empty)
|
|
22063
22320
|
*/
|
|
22064
22321
|
removeAllItems(): sap.ui.webc.main.IMultiComboBoxItem[];
|
|
22322
|
+
/**
|
|
22323
|
+
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
22324
|
+
*
|
|
22325
|
+
* @returns The removed ariaLabelledBy or `null`
|
|
22326
|
+
*/
|
|
22327
|
+
removeAriaLabelledBy(
|
|
22328
|
+
/**
|
|
22329
|
+
* The ariaLabelledBy to be removed or its index or ID
|
|
22330
|
+
*/
|
|
22331
|
+
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
22332
|
+
): sap.ui.core.ID | null;
|
|
22065
22333
|
/**
|
|
22066
22334
|
* Removes a item from the aggregation {@link #getItems items}.
|
|
22067
22335
|
*
|
|
@@ -22073,6 +22341,21 @@ declare namespace sap {
|
|
|
22073
22341
|
*/
|
|
22074
22342
|
vItem: int | string | sap.ui.webc.main.IMultiComboBoxItem
|
|
22075
22343
|
): sap.ui.webc.main.IMultiComboBoxItem | null;
|
|
22344
|
+
/**
|
|
22345
|
+
* Sets a new value for property {@link #getAccessibleName accessibleName}.
|
|
22346
|
+
*
|
|
22347
|
+
* Defines the accessible aria name of the component.
|
|
22348
|
+
*
|
|
22349
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
22350
|
+
*
|
|
22351
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
22352
|
+
*/
|
|
22353
|
+
setAccessibleName(
|
|
22354
|
+
/**
|
|
22355
|
+
* New value for property `accessibleName`
|
|
22356
|
+
*/
|
|
22357
|
+
sAccessibleName: string
|
|
22358
|
+
): this;
|
|
22076
22359
|
/**
|
|
22077
22360
|
* Sets a new value for property {@link #getAllowCustomValues allowCustomValues}.
|
|
22078
22361
|
*
|
|
@@ -22137,6 +22420,23 @@ declare namespace sap {
|
|
|
22137
22420
|
*/
|
|
22138
22421
|
oIcon: sap.ui.webc.main.IIcon
|
|
22139
22422
|
): this;
|
|
22423
|
+
/**
|
|
22424
|
+
* Sets a new value for property {@link #getNoTypeahead noTypeahead}.
|
|
22425
|
+
*
|
|
22426
|
+
* Defines whether the value will be autcompleted to match an item
|
|
22427
|
+
*
|
|
22428
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
22429
|
+
*
|
|
22430
|
+
* Default value is `false`.
|
|
22431
|
+
*
|
|
22432
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
22433
|
+
*/
|
|
22434
|
+
setNoTypeahead(
|
|
22435
|
+
/**
|
|
22436
|
+
* New value for property `noTypeahead`
|
|
22437
|
+
*/
|
|
22438
|
+
bNoTypeahead?: boolean
|
|
22439
|
+
): this;
|
|
22140
22440
|
/**
|
|
22141
22441
|
* Sets a new value for property {@link #getPlaceholder placeholder}.
|
|
22142
22442
|
*
|
|
@@ -22270,6 +22570,108 @@ declare namespace sap {
|
|
|
22270
22570
|
sWidth: sap.ui.core.CSSSize
|
|
22271
22571
|
): this;
|
|
22272
22572
|
}
|
|
22573
|
+
/**
|
|
22574
|
+
* @SINCE 1.92.0
|
|
22575
|
+
* @EXPERIMENTAL (since 1.92.0)
|
|
22576
|
+
*
|
|
22577
|
+
* The `sap.ui.webc.main.MultiComboBoxGroupItem` is type of suggestion item, that can be used to split the
|
|
22578
|
+
* `sap.ui.webc.main.MultiComboBox` suggestions into groups.
|
|
22579
|
+
*/
|
|
22580
|
+
class MultiComboBoxGroupItem
|
|
22581
|
+
extends sap.ui.webc.common.WebComponent
|
|
22582
|
+
implements sap.ui.webc.main.IMultiComboBoxItem {
|
|
22583
|
+
__implements__sap_ui_webc_main_IMultiComboBoxItem: boolean;
|
|
22584
|
+
/**
|
|
22585
|
+
* Constructor for a new `MultiComboBoxGroupItem`.
|
|
22586
|
+
*
|
|
22587
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
22588
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
22589
|
+
* of the syntax of the settings object.
|
|
22590
|
+
*/
|
|
22591
|
+
constructor(
|
|
22592
|
+
/**
|
|
22593
|
+
* Initial settings for the new control
|
|
22594
|
+
*/
|
|
22595
|
+
mSettings?: sap.ui.webc.main.$MultiComboBoxGroupItemSettings
|
|
22596
|
+
);
|
|
22597
|
+
/**
|
|
22598
|
+
* Constructor for a new `MultiComboBoxGroupItem`.
|
|
22599
|
+
*
|
|
22600
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
22601
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
22602
|
+
* of the syntax of the settings object.
|
|
22603
|
+
*/
|
|
22604
|
+
constructor(
|
|
22605
|
+
/**
|
|
22606
|
+
* ID for the new control, generated automatically if no ID is given
|
|
22607
|
+
*/
|
|
22608
|
+
sId?: string,
|
|
22609
|
+
/**
|
|
22610
|
+
* Initial settings for the new control
|
|
22611
|
+
*/
|
|
22612
|
+
mSettings?: sap.ui.webc.main.$MultiComboBoxGroupItemSettings
|
|
22613
|
+
);
|
|
22614
|
+
|
|
22615
|
+
/**
|
|
22616
|
+
* Creates a new subclass of class sap.ui.webc.main.MultiComboBoxGroupItem with name `sClassName` and enriches
|
|
22617
|
+
* it with the information contained in `oClassInfo`.
|
|
22618
|
+
*
|
|
22619
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
|
|
22620
|
+
*
|
|
22621
|
+
* @returns Created class / constructor function
|
|
22622
|
+
*/
|
|
22623
|
+
static extend<T extends Record<string, unknown>>(
|
|
22624
|
+
/**
|
|
22625
|
+
* Name of the class being created
|
|
22626
|
+
*/
|
|
22627
|
+
sClassName: string,
|
|
22628
|
+
/**
|
|
22629
|
+
* Object literal with information about the class
|
|
22630
|
+
*/
|
|
22631
|
+
oClassInfo?: sap.ClassInfo<
|
|
22632
|
+
T,
|
|
22633
|
+
sap.ui.webc.main.MultiComboBoxGroupItem
|
|
22634
|
+
>,
|
|
22635
|
+
/**
|
|
22636
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
22637
|
+
* used by this class
|
|
22638
|
+
*/
|
|
22639
|
+
FNMetaImpl?: Function
|
|
22640
|
+
): Function;
|
|
22641
|
+
/**
|
|
22642
|
+
* Returns a metadata object for class sap.ui.webc.main.MultiComboBoxGroupItem.
|
|
22643
|
+
*
|
|
22644
|
+
* @returns Metadata object describing this class
|
|
22645
|
+
*/
|
|
22646
|
+
static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
|
|
22647
|
+
/**
|
|
22648
|
+
* Gets current value of property {@link #getText text}.
|
|
22649
|
+
*
|
|
22650
|
+
* Defines the text of the component.
|
|
22651
|
+
*
|
|
22652
|
+
* Default value is `empty string`.
|
|
22653
|
+
*
|
|
22654
|
+
* @returns Value of property `text`
|
|
22655
|
+
*/
|
|
22656
|
+
getText(): string;
|
|
22657
|
+
/**
|
|
22658
|
+
* Sets a new value for property {@link #getText text}.
|
|
22659
|
+
*
|
|
22660
|
+
* Defines the text of the component.
|
|
22661
|
+
*
|
|
22662
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
22663
|
+
*
|
|
22664
|
+
* Default value is `empty string`.
|
|
22665
|
+
*
|
|
22666
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
22667
|
+
*/
|
|
22668
|
+
setText(
|
|
22669
|
+
/**
|
|
22670
|
+
* New value for property `text`
|
|
22671
|
+
*/
|
|
22672
|
+
sText?: string
|
|
22673
|
+
): this;
|
|
22674
|
+
}
|
|
22273
22675
|
/**
|
|
22274
22676
|
* @SINCE 1.92.0
|
|
22275
22677
|
* @EXPERIMENTAL (since 1.92.0)
|
|
@@ -23070,6 +23472,9 @@ declare namespace sap {
|
|
|
23070
23472
|
*
|
|
23071
23473
|
* Sets the maximum number of characters available in the input field.
|
|
23072
23474
|
*
|
|
23475
|
+
* **Note:** This property is not compatible with the ui5-input type InputType.Number. If the ui5-input
|
|
23476
|
+
* type is set to Number, the maxlength value is ignored.
|
|
23477
|
+
*
|
|
23073
23478
|
* @returns Value of property `maxlength`
|
|
23074
23479
|
*/
|
|
23075
23480
|
getMaxlength(): int;
|
|
@@ -23088,6 +23493,16 @@ declare namespace sap {
|
|
|
23088
23493
|
* @returns Value of property `name`
|
|
23089
23494
|
*/
|
|
23090
23495
|
getName(): string;
|
|
23496
|
+
/**
|
|
23497
|
+
* Gets current value of property {@link #getNoTypeahead noTypeahead}.
|
|
23498
|
+
*
|
|
23499
|
+
* Defines whether the value will be autcompleted to match an item
|
|
23500
|
+
*
|
|
23501
|
+
* Default value is `false`.
|
|
23502
|
+
*
|
|
23503
|
+
* @returns Value of property `noTypeahead`
|
|
23504
|
+
*/
|
|
23505
|
+
getNoTypeahead(): boolean;
|
|
23091
23506
|
/**
|
|
23092
23507
|
* Gets current value of property {@link #getPlaceholder placeholder}.
|
|
23093
23508
|
*
|
|
@@ -23368,7 +23783,7 @@ declare namespace sap {
|
|
|
23368
23783
|
* The ariaLabelledBy to be removed or its index or ID
|
|
23369
23784
|
*/
|
|
23370
23785
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
23371
|
-
): sap.ui.core.ID;
|
|
23786
|
+
): sap.ui.core.ID | null;
|
|
23372
23787
|
/**
|
|
23373
23788
|
* Removes a icon from the aggregation {@link #getIcon icon}.
|
|
23374
23789
|
*
|
|
@@ -23443,6 +23858,9 @@ declare namespace sap {
|
|
|
23443
23858
|
*
|
|
23444
23859
|
* Sets the maximum number of characters available in the input field.
|
|
23445
23860
|
*
|
|
23861
|
+
* **Note:** This property is not compatible with the ui5-input type InputType.Number. If the ui5-input
|
|
23862
|
+
* type is set to Number, the maxlength value is ignored.
|
|
23863
|
+
*
|
|
23446
23864
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
23447
23865
|
*
|
|
23448
23866
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -23475,6 +23893,23 @@ declare namespace sap {
|
|
|
23475
23893
|
*/
|
|
23476
23894
|
sName?: string
|
|
23477
23895
|
): this;
|
|
23896
|
+
/**
|
|
23897
|
+
* Sets a new value for property {@link #getNoTypeahead noTypeahead}.
|
|
23898
|
+
*
|
|
23899
|
+
* Defines whether the value will be autcompleted to match an item
|
|
23900
|
+
*
|
|
23901
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
23902
|
+
*
|
|
23903
|
+
* Default value is `false`.
|
|
23904
|
+
*
|
|
23905
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
23906
|
+
*/
|
|
23907
|
+
setNoTypeahead(
|
|
23908
|
+
/**
|
|
23909
|
+
* New value for property `noTypeahead`
|
|
23910
|
+
*/
|
|
23911
|
+
bNoTypeahead?: boolean
|
|
23912
|
+
): this;
|
|
23478
23913
|
/**
|
|
23479
23914
|
* Sets a new value for property {@link #getPlaceholder placeholder}.
|
|
23480
23915
|
*
|
|
@@ -23784,7 +24219,7 @@ declare namespace sap {
|
|
|
23784
24219
|
* Defines the `icon` source URI.
|
|
23785
24220
|
*
|
|
23786
24221
|
* **Note:** SAP-icons font provides numerous built-in icons. To find all the available icons, see the
|
|
23787
|
-
* Icon Explorer.
|
|
24222
|
+
* {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon Explorer}.
|
|
23788
24223
|
*
|
|
23789
24224
|
* @returns Value of property `icon`
|
|
23790
24225
|
*/
|
|
@@ -23857,7 +24292,7 @@ declare namespace sap {
|
|
|
23857
24292
|
* Defines the `icon` source URI.
|
|
23858
24293
|
*
|
|
23859
24294
|
* **Note:** SAP-icons font provides numerous built-in icons. To find all the available icons, see the
|
|
23860
|
-
* Icon Explorer.
|
|
24295
|
+
* {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon Explorer}.
|
|
23861
24296
|
*
|
|
23862
24297
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
23863
24298
|
*
|
|
@@ -23955,9 +24390,10 @@ declare namespace sap {
|
|
|
23955
24390
|
*
|
|
23956
24391
|
* CSS Shadow Parts:
|
|
23957
24392
|
*
|
|
23958
|
-
* CSS Shadow Parts
|
|
23959
|
-
*
|
|
24393
|
+
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to
|
|
24394
|
+
* style elements inside the Shadow DOM.
|
|
23960
24395
|
* The `sap.ui.webc.main.Panel` exposes the following CSS Shadow Parts:
|
|
24396
|
+
* - header - Used to style the wrapper of the header
|
|
23961
24397
|
* - content - Used to style the wrapper of the content
|
|
23962
24398
|
*
|
|
23963
24399
|
* Keyboard Handling:
|
|
@@ -24164,7 +24600,7 @@ declare namespace sap {
|
|
|
24164
24600
|
/**
|
|
24165
24601
|
* Gets content of aggregation {@link #getContent content}.
|
|
24166
24602
|
*
|
|
24167
|
-
*
|
|
24603
|
+
* Defines the content of the component. The content is visible only when the component is expanded.
|
|
24168
24604
|
*/
|
|
24169
24605
|
getContent(): sap.ui.core.Control[];
|
|
24170
24606
|
/**
|
|
@@ -24512,8 +24948,8 @@ declare namespace sap {
|
|
|
24512
24948
|
*
|
|
24513
24949
|
* CSS Shadow Parts:
|
|
24514
24950
|
*
|
|
24515
|
-
* CSS Shadow Parts
|
|
24516
|
-
*
|
|
24951
|
+
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to
|
|
24952
|
+
* style elements inside the Shadow DOM.
|
|
24517
24953
|
* The `sap.ui.webc.main.Popover` exposes the following CSS Shadow Parts:
|
|
24518
24954
|
* - header - Used to style the header of the component
|
|
24519
24955
|
* - content - Used to style the content of the component
|
|
@@ -25267,7 +25703,7 @@ declare namespace sap {
|
|
|
25267
25703
|
* The ariaLabelledBy to be removed or its index or ID
|
|
25268
25704
|
*/
|
|
25269
25705
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
25270
|
-
): sap.ui.core.ID;
|
|
25706
|
+
): sap.ui.core.ID | null;
|
|
25271
25707
|
/**
|
|
25272
25708
|
* Removes a content from the aggregation {@link #getContent content}.
|
|
25273
25709
|
*
|
|
@@ -26146,7 +26582,7 @@ declare namespace sap {
|
|
|
26146
26582
|
* The ariaLabelledBy to be removed or its index or ID
|
|
26147
26583
|
*/
|
|
26148
26584
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
26149
|
-
): sap.ui.core.ID;
|
|
26585
|
+
): sap.ui.core.ID | null;
|
|
26150
26586
|
/**
|
|
26151
26587
|
* Sets a new value for property {@link #getChecked checked}.
|
|
26152
26588
|
*
|
|
@@ -26575,6 +27011,14 @@ declare namespace sap {
|
|
|
26575
27011
|
*/
|
|
26576
27012
|
mParameters?: object
|
|
26577
27013
|
): this;
|
|
27014
|
+
/**
|
|
27015
|
+
* Gets current value of property {@link #getAccessibleName accessibleName}.
|
|
27016
|
+
*
|
|
27017
|
+
* Defines the accessible aria name of the component.
|
|
27018
|
+
*
|
|
27019
|
+
* @returns Value of property `accessibleName`
|
|
27020
|
+
*/
|
|
27021
|
+
getAccessibleName(): string;
|
|
26578
27022
|
/**
|
|
26579
27023
|
* Gets current value of property {@link #getEnabled enabled}.
|
|
26580
27024
|
*
|
|
@@ -26688,6 +27132,21 @@ declare namespace sap {
|
|
|
26688
27132
|
* @returns Value of property `width`
|
|
26689
27133
|
*/
|
|
26690
27134
|
getWidth(): sap.ui.core.CSSSize;
|
|
27135
|
+
/**
|
|
27136
|
+
* Sets a new value for property {@link #getAccessibleName accessibleName}.
|
|
27137
|
+
*
|
|
27138
|
+
* Defines the accessible aria name of the component.
|
|
27139
|
+
*
|
|
27140
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
27141
|
+
*
|
|
27142
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
27143
|
+
*/
|
|
27144
|
+
setAccessibleName(
|
|
27145
|
+
/**
|
|
27146
|
+
* New value for property `accessibleName`
|
|
27147
|
+
*/
|
|
27148
|
+
sAccessibleName: string
|
|
27149
|
+
): this;
|
|
26691
27150
|
/**
|
|
26692
27151
|
* Sets a new value for property {@link #getEnabled enabled}.
|
|
26693
27152
|
*
|
|
@@ -27220,8 +27679,8 @@ declare namespace sap {
|
|
|
27220
27679
|
*
|
|
27221
27680
|
* CSS Shadow Parts:
|
|
27222
27681
|
*
|
|
27223
|
-
* CSS Shadow Parts
|
|
27224
|
-
*
|
|
27682
|
+
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to
|
|
27683
|
+
* style elements inside the Shadow DOM.
|
|
27225
27684
|
* The `sap.ui.webc.main.ResponsivePopover` exposes the following CSS Shadow Parts:
|
|
27226
27685
|
* - header - Used to style the header of the component
|
|
27227
27686
|
* - content - Used to style the content of the component
|
|
@@ -27967,7 +28426,7 @@ declare namespace sap {
|
|
|
27967
28426
|
* The ariaLabelledBy to be removed or its index or ID
|
|
27968
28427
|
*/
|
|
27969
28428
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
27970
|
-
): sap.ui.core.ID;
|
|
28429
|
+
): sap.ui.core.ID | null;
|
|
27971
28430
|
/**
|
|
27972
28431
|
* Removes a content from the aggregation {@link #getContent content}.
|
|
27973
28432
|
*
|
|
@@ -28769,12 +29228,13 @@ declare namespace sap {
|
|
|
28769
29228
|
/**
|
|
28770
29229
|
* Gets current value of property {@link #getIcon icon}.
|
|
28771
29230
|
*
|
|
28772
|
-
* Defines the icon
|
|
28773
|
-
*
|
|
29231
|
+
* Defines the icon, displayed as graphical element within the component. The SAP-icons font provides numerous
|
|
29232
|
+
* options.
|
|
28774
29233
|
*
|
|
28775
29234
|
* Example:
|
|
28776
29235
|
*
|
|
28777
|
-
* See all the available icons
|
|
29236
|
+
* See all the available icons within the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon
|
|
29237
|
+
* Explorer}.
|
|
28778
29238
|
*
|
|
28779
29239
|
* Default value is `empty string`.
|
|
28780
29240
|
*
|
|
@@ -28837,7 +29297,7 @@ declare namespace sap {
|
|
|
28837
29297
|
* The ariaLabelledBy to be removed or its index or ID
|
|
28838
29298
|
*/
|
|
28839
29299
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
28840
|
-
): sap.ui.core.ID;
|
|
29300
|
+
): sap.ui.core.ID | null;
|
|
28841
29301
|
/**
|
|
28842
29302
|
* Sets a new value for property {@link #getAccessibilityAttributes accessibilityAttributes}.
|
|
28843
29303
|
*
|
|
@@ -28926,12 +29386,13 @@ declare namespace sap {
|
|
|
28926
29386
|
/**
|
|
28927
29387
|
* Sets a new value for property {@link #getIcon icon}.
|
|
28928
29388
|
*
|
|
28929
|
-
* Defines the icon
|
|
28930
|
-
*
|
|
29389
|
+
* Defines the icon, displayed as graphical element within the component. The SAP-icons font provides numerous
|
|
29390
|
+
* options.
|
|
28931
29391
|
*
|
|
28932
29392
|
* Example:
|
|
28933
29393
|
*
|
|
28934
|
-
* See all the available icons
|
|
29394
|
+
* See all the available icons within the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon
|
|
29395
|
+
* Explorer}.
|
|
28935
29396
|
*
|
|
28936
29397
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
28937
29398
|
*
|
|
@@ -29365,7 +29826,7 @@ declare namespace sap {
|
|
|
29365
29826
|
* The ariaLabelledBy to be removed or its index or ID
|
|
29366
29827
|
*/
|
|
29367
29828
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
29368
|
-
): sap.ui.core.ID;
|
|
29829
|
+
): sap.ui.core.ID | null;
|
|
29369
29830
|
/**
|
|
29370
29831
|
* Removes a option from the aggregation {@link #getOptions options}.
|
|
29371
29832
|
*
|
|
@@ -29539,8 +30000,8 @@ declare namespace sap {
|
|
|
29539
30000
|
*
|
|
29540
30001
|
* CSS Shadow Parts:
|
|
29541
30002
|
*
|
|
29542
|
-
* CSS Shadow Parts
|
|
29543
|
-
*
|
|
30003
|
+
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to
|
|
30004
|
+
* style elements inside the Shadow DOM.
|
|
29544
30005
|
* The `sap.ui.webc.main.Slider` exposes the following CSS Shadow Parts:
|
|
29545
30006
|
* - progress-container - Used to style the progress container(the horizontal bar which visually represents
|
|
29546
30007
|
* the range between the minimum and maximum value) of the `sap.ui.webc.main.Slider`.
|
|
@@ -29777,6 +30238,14 @@ declare namespace sap {
|
|
|
29777
30238
|
*/
|
|
29778
30239
|
mParameters?: object
|
|
29779
30240
|
): this;
|
|
30241
|
+
/**
|
|
30242
|
+
* Gets current value of property {@link #getAccessibleName accessibleName}.
|
|
30243
|
+
*
|
|
30244
|
+
* Defines the accessible aria name of the component.
|
|
30245
|
+
*
|
|
30246
|
+
* @returns Value of property `accessibleName`
|
|
30247
|
+
*/
|
|
30248
|
+
getAccessibleName(): string;
|
|
29780
30249
|
/**
|
|
29781
30250
|
* Gets current value of property {@link #getEnabled enabled}.
|
|
29782
30251
|
*
|
|
@@ -29876,6 +30345,21 @@ declare namespace sap {
|
|
|
29876
30345
|
* @returns Value of property `width`
|
|
29877
30346
|
*/
|
|
29878
30347
|
getWidth(): sap.ui.core.CSSSize;
|
|
30348
|
+
/**
|
|
30349
|
+
* Sets a new value for property {@link #getAccessibleName accessibleName}.
|
|
30350
|
+
*
|
|
30351
|
+
* Defines the accessible aria name of the component.
|
|
30352
|
+
*
|
|
30353
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
30354
|
+
*
|
|
30355
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
30356
|
+
*/
|
|
30357
|
+
setAccessibleName(
|
|
30358
|
+
/**
|
|
30359
|
+
* New value for property `accessibleName`
|
|
30360
|
+
*/
|
|
30361
|
+
sAccessibleName: string
|
|
30362
|
+
): this;
|
|
29879
30363
|
/**
|
|
29880
30364
|
* Sets a new value for property {@link #getEnabled enabled}.
|
|
29881
30365
|
*
|
|
@@ -30338,7 +30822,7 @@ declare namespace sap {
|
|
|
30338
30822
|
*
|
|
30339
30823
|
* Example:
|
|
30340
30824
|
*
|
|
30341
|
-
* See all the available icons in the Icon Explorer.
|
|
30825
|
+
* See all the available icons in the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon Explorer}.
|
|
30342
30826
|
*
|
|
30343
30827
|
* Default value is `empty string`.
|
|
30344
30828
|
*
|
|
@@ -30442,7 +30926,7 @@ declare namespace sap {
|
|
|
30442
30926
|
*
|
|
30443
30927
|
* Example:
|
|
30444
30928
|
*
|
|
30445
|
-
* See all the available icons in the Icon Explorer.
|
|
30929
|
+
* See all the available icons in the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon Explorer}.
|
|
30446
30930
|
*
|
|
30447
30931
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
30448
30932
|
*
|
|
@@ -30484,8 +30968,8 @@ declare namespace sap {
|
|
|
30484
30968
|
*
|
|
30485
30969
|
* CSS Shadow Parts:
|
|
30486
30970
|
*
|
|
30487
|
-
* CSS Shadow Parts
|
|
30488
|
-
*
|
|
30971
|
+
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to
|
|
30972
|
+
* style elements inside the Shadow DOM.
|
|
30489
30973
|
* The `sap.ui.webc.main.StandardListItem` exposes the following CSS Shadow Parts:
|
|
30490
30974
|
* - title - Used to style the title of the list item
|
|
30491
30975
|
* - description - Used to style the description of the list item
|
|
@@ -30673,7 +31157,7 @@ declare namespace sap {
|
|
|
30673
31157
|
* Defines the `icon` source URI.
|
|
30674
31158
|
*
|
|
30675
31159
|
* **Note:** SAP-icons font provides numerous built-in icons. To find all the available icons, see the
|
|
30676
|
-
* Icon Explorer.
|
|
31160
|
+
* {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon Explorer}.
|
|
30677
31161
|
*
|
|
30678
31162
|
* @returns Value of property `icon`
|
|
30679
31163
|
*/
|
|
@@ -30806,7 +31290,7 @@ declare namespace sap {
|
|
|
30806
31290
|
* Defines the `icon` source URI.
|
|
30807
31291
|
*
|
|
30808
31292
|
* **Note:** SAP-icons font provides numerous built-in icons. To find all the available icons, see the
|
|
30809
|
-
* Icon Explorer.
|
|
31293
|
+
* {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon Explorer}.
|
|
30810
31294
|
*
|
|
30811
31295
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
30812
31296
|
*
|
|
@@ -31266,7 +31750,7 @@ declare namespace sap {
|
|
|
31266
31750
|
* The ariaLabelledBy to be removed or its index or ID
|
|
31267
31751
|
*/
|
|
31268
31752
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
31269
|
-
): sap.ui.core.ID;
|
|
31753
|
+
): sap.ui.core.ID | null;
|
|
31270
31754
|
/**
|
|
31271
31755
|
* Sets a new value for property {@link #getAccessibleName accessibleName}.
|
|
31272
31756
|
*
|
|
@@ -31724,7 +32208,7 @@ declare namespace sap {
|
|
|
31724
32208
|
* Defines the `icon` source URI.
|
|
31725
32209
|
*
|
|
31726
32210
|
* **Note:** SAP-icons font provides numerous built-in icons. To find all the available icons, see the
|
|
31727
|
-
* Icon Explorer.
|
|
32211
|
+
* {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon Explorer}.
|
|
31728
32212
|
*
|
|
31729
32213
|
* @returns Value of property `icon`
|
|
31730
32214
|
*/
|
|
@@ -31830,7 +32314,7 @@ declare namespace sap {
|
|
|
31830
32314
|
* Defines the `icon` source URI.
|
|
31831
32315
|
*
|
|
31832
32316
|
* **Note:** SAP-icons font provides numerous built-in icons. To find all the available icons, see the
|
|
31833
|
-
* Icon Explorer.
|
|
32317
|
+
* {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon Explorer}.
|
|
31834
32318
|
*
|
|
31835
32319
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
31836
32320
|
*
|
|
@@ -31932,8 +32416,8 @@ declare namespace sap {
|
|
|
31932
32416
|
*
|
|
31933
32417
|
* CSS Shadow Parts:
|
|
31934
32418
|
*
|
|
31935
|
-
* CSS Shadow Parts
|
|
31936
|
-
*
|
|
32419
|
+
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to
|
|
32420
|
+
* style elements inside the Shadow DOM.
|
|
31937
32421
|
* The `sap.ui.webc.main.Switch` exposes the following CSS Shadow Parts:
|
|
31938
32422
|
* - slider - Used to style the track, where the handle is being slid
|
|
31939
32423
|
* - text-on - Used to style the `textOn` property text
|
|
@@ -32193,7 +32677,7 @@ declare namespace sap {
|
|
|
32193
32677
|
* The ariaLabelledBy to be removed or its index or ID
|
|
32194
32678
|
*/
|
|
32195
32679
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
32196
|
-
): sap.ui.core.ID;
|
|
32680
|
+
): sap.ui.core.ID | null;
|
|
32197
32681
|
/**
|
|
32198
32682
|
* Sets a new value for property {@link #getAccessibleName accessibleName}.
|
|
32199
32683
|
*
|
|
@@ -32488,7 +32972,8 @@ declare namespace sap {
|
|
|
32488
32972
|
* Gets current value of property {@link #getIcon icon}.
|
|
32489
32973
|
*
|
|
32490
32974
|
* Defines the icon source URI to be displayed as graphical element within the component. The SAP-icons
|
|
32491
|
-
* font provides numerous built-in icons. See all the available icons in the
|
|
32975
|
+
* font provides numerous built-in icons. See all the available icons in the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html
|
|
32976
|
+
* Icon Explorer}.
|
|
32492
32977
|
*
|
|
32493
32978
|
* Default value is `empty string`.
|
|
32494
32979
|
*
|
|
@@ -32693,7 +33178,8 @@ declare namespace sap {
|
|
|
32693
33178
|
* Sets a new value for property {@link #getIcon icon}.
|
|
32694
33179
|
*
|
|
32695
33180
|
* Defines the icon source URI to be displayed as graphical element within the component. The SAP-icons
|
|
32696
|
-
* font provides numerous built-in icons. See all the available icons in the
|
|
33181
|
+
* font provides numerous built-in icons. See all the available icons in the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html
|
|
33182
|
+
* Icon Explorer}.
|
|
32697
33183
|
*
|
|
32698
33184
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
32699
33185
|
*
|
|
@@ -32765,8 +33251,8 @@ declare namespace sap {
|
|
|
32765
33251
|
*
|
|
32766
33252
|
* CSS Shadow Parts:
|
|
32767
33253
|
*
|
|
32768
|
-
* CSS Shadow Parts
|
|
32769
|
-
*
|
|
33254
|
+
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to
|
|
33255
|
+
* style elements inside the Shadow DOM.
|
|
32770
33256
|
* The `sap.ui.webc.main.TabContainer` exposes the following CSS Shadow Parts:
|
|
32771
33257
|
* - content - Used to style the content of the component
|
|
32772
33258
|
*
|
|
@@ -34014,7 +34500,7 @@ declare namespace sap {
|
|
|
34014
34500
|
* The ariaLabelledBy to be removed or its index or ID
|
|
34015
34501
|
*/
|
|
34016
34502
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
34017
|
-
): sap.ui.core.ID;
|
|
34503
|
+
): sap.ui.core.ID | null;
|
|
34018
34504
|
/**
|
|
34019
34505
|
* Removes a column from the aggregation {@link #getColumns columns}.
|
|
34020
34506
|
*
|
|
@@ -34291,8 +34777,8 @@ declare namespace sap {
|
|
|
34291
34777
|
*
|
|
34292
34778
|
* CSS Shadow Parts:
|
|
34293
34779
|
*
|
|
34294
|
-
* CSS Shadow Parts
|
|
34295
|
-
*
|
|
34780
|
+
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to
|
|
34781
|
+
* style elements inside the Shadow DOM.
|
|
34296
34782
|
* The `sap.ui.webc.main.TableCell` exposes the following CSS Shadow Parts:
|
|
34297
34783
|
* - cell - Used to style the native `td` element
|
|
34298
34784
|
*/
|
|
@@ -34443,8 +34929,8 @@ declare namespace sap {
|
|
|
34443
34929
|
*
|
|
34444
34930
|
* CSS Shadow Parts:
|
|
34445
34931
|
*
|
|
34446
|
-
* CSS Shadow Parts
|
|
34447
|
-
*
|
|
34932
|
+
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to
|
|
34933
|
+
* style elements inside the Shadow DOM.
|
|
34448
34934
|
* The `sap.ui.webc.main.TableColumn` exposes the following CSS Shadow Parts:
|
|
34449
34935
|
* - column - Used to style the native `th` element
|
|
34450
34936
|
*/
|
|
@@ -34689,8 +35175,8 @@ declare namespace sap {
|
|
|
34689
35175
|
*
|
|
34690
35176
|
* CSS Shadow Parts:
|
|
34691
35177
|
*
|
|
34692
|
-
* CSS Shadow Parts
|
|
34693
|
-
*
|
|
35178
|
+
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to
|
|
35179
|
+
* style elements inside the Shadow DOM.
|
|
34694
35180
|
* The `sap.ui.webc.main.TableGroupRow` exposes the following CSS Shadow Parts:
|
|
34695
35181
|
* - group-row - Used to style the native `tr` element.
|
|
34696
35182
|
*/
|
|
@@ -34796,8 +35282,8 @@ declare namespace sap {
|
|
|
34796
35282
|
*
|
|
34797
35283
|
* CSS Shadow Parts:
|
|
34798
35284
|
*
|
|
34799
|
-
* CSS Shadow Parts
|
|
34800
|
-
*
|
|
35285
|
+
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to
|
|
35286
|
+
* style elements inside the Shadow DOM.
|
|
34801
35287
|
* The `sap.ui.webc.main.TableRow` exposes the following CSS Shadow Parts:
|
|
34802
35288
|
* - row - Used to style the native `tr` element
|
|
34803
35289
|
* - popin-row - Used to style the `tr` element when a row pops in
|
|
@@ -35098,8 +35584,8 @@ declare namespace sap {
|
|
|
35098
35584
|
*
|
|
35099
35585
|
* CSS Shadow Parts:
|
|
35100
35586
|
*
|
|
35101
|
-
* CSS Shadow Parts
|
|
35102
|
-
*
|
|
35587
|
+
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to
|
|
35588
|
+
* style elements inside the Shadow DOM.
|
|
35103
35589
|
* The `sap.ui.webc.main.TextArea` exposes the following CSS Shadow Parts:
|
|
35104
35590
|
* - textarea - Used to style the native textarea
|
|
35105
35591
|
*/
|
|
@@ -35531,7 +36017,7 @@ declare namespace sap {
|
|
|
35531
36017
|
* The ariaLabelledBy to be removed or its index or ID
|
|
35532
36018
|
*/
|
|
35533
36019
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
35534
|
-
): sap.ui.core.ID;
|
|
36020
|
+
): sap.ui.core.ID | null;
|
|
35535
36021
|
/**
|
|
35536
36022
|
* Sets a new value for property {@link #getAccessibleName accessibleName}.
|
|
35537
36023
|
*
|
|
@@ -35851,8 +36337,8 @@ declare namespace sap {
|
|
|
35851
36337
|
* If a time is entered by typing it into the input field, it must fit to the used time format.
|
|
35852
36338
|
*
|
|
35853
36339
|
* Supported format options are pattern-based on Unicode LDML Date Format notation. For more information,
|
|
35854
|
-
* see UTS
|
|
35855
|
-
*
|
|
36340
|
+
* see {@link http://unicode.org/reports/tr35/#Date_Field_Symbol_Table UTS #35: Unicode Locale Data Markup
|
|
36341
|
+
* Language}.
|
|
35856
36342
|
*
|
|
35857
36343
|
* For example, if the `format-pattern` is "HH:mm:ss", a valid value string is "11:42:35" and the same
|
|
35858
36344
|
* is displayed in the input.
|
|
@@ -37049,12 +37535,13 @@ declare namespace sap {
|
|
|
37049
37535
|
/**
|
|
37050
37536
|
* Gets current value of property {@link #getIcon icon}.
|
|
37051
37537
|
*
|
|
37052
|
-
* Defines the icon
|
|
37053
|
-
*
|
|
37538
|
+
* Defines the icon, displayed as graphical element within the component. The SAP-icons font provides numerous
|
|
37539
|
+
* options.
|
|
37054
37540
|
*
|
|
37055
37541
|
* Example:
|
|
37056
37542
|
*
|
|
37057
|
-
* See all the available icons
|
|
37543
|
+
* See all the available icons within the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon
|
|
37544
|
+
* Explorer}.
|
|
37058
37545
|
*
|
|
37059
37546
|
* Default value is `empty string`.
|
|
37060
37547
|
*
|
|
@@ -37123,7 +37610,7 @@ declare namespace sap {
|
|
|
37123
37610
|
* The ariaLabelledBy to be removed or its index or ID
|
|
37124
37611
|
*/
|
|
37125
37612
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
37126
|
-
): sap.ui.core.ID;
|
|
37613
|
+
): sap.ui.core.ID | null;
|
|
37127
37614
|
/**
|
|
37128
37615
|
* Sets a new value for property {@link #getAccessibilityAttributes accessibilityAttributes}.
|
|
37129
37616
|
*
|
|
@@ -37224,12 +37711,13 @@ declare namespace sap {
|
|
|
37224
37711
|
/**
|
|
37225
37712
|
* Sets a new value for property {@link #getIcon icon}.
|
|
37226
37713
|
*
|
|
37227
|
-
* Defines the icon
|
|
37228
|
-
*
|
|
37714
|
+
* Defines the icon, displayed as graphical element within the component. The SAP-icons font provides numerous
|
|
37715
|
+
* options.
|
|
37229
37716
|
*
|
|
37230
37717
|
* Example:
|
|
37231
37718
|
*
|
|
37232
|
-
* See all the available icons
|
|
37719
|
+
* See all the available icons within the {@link demo:sap/m/demokit/iconExplorer/webapp/index.html Icon
|
|
37720
|
+
* Explorer}.
|
|
37233
37721
|
*
|
|
37234
37722
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
37235
37723
|
*
|
|
@@ -39767,6 +40255,8 @@ declare namespace sap {
|
|
|
39767
40255
|
|
|
39768
40256
|
"sap/ui/webc/main/MultiComboBox": undefined;
|
|
39769
40257
|
|
|
40258
|
+
"sap/ui/webc/main/MultiComboBoxGroupItem": undefined;
|
|
40259
|
+
|
|
39770
40260
|
"sap/ui/webc/main/MultiComboBoxItem": undefined;
|
|
39771
40261
|
|
|
39772
40262
|
"sap/ui/webc/main/MultiInput": undefined;
|