@ui5/webcomponents 2.23.0-rc.2 → 2.23.1
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/CHANGELOG.md +108 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/ExpandableTextTemplate.js +1 -1
- package/dist/ExpandableTextTemplate.js.map +1 -1
- package/dist/Form.d.ts +1 -1
- package/dist/Form.js +1 -1
- package/dist/Form.js.map +1 -1
- package/dist/FormGroup.d.ts +1 -0
- package/dist/FormGroup.js.map +1 -1
- package/dist/FormTemplate.js +1 -1
- package/dist/FormTemplate.js.map +1 -1
- package/dist/ListBoxItemGroupTemplate.js +1 -2
- package/dist/ListBoxItemGroupTemplate.js.map +1 -1
- package/dist/ListItem.d.ts +2 -2
- package/dist/ListItem.js.map +1 -1
- package/dist/ListItemBase.d.ts +1 -1
- package/dist/ListItemBase.js +1 -2
- package/dist/ListItemBase.js.map +1 -1
- package/dist/ListItemGroupHeader.d.ts +1 -1
- package/dist/ListItemGroupHeader.js.map +1 -1
- package/dist/PopoverResize.js +1 -1
- package/dist/PopoverResize.js.map +1 -1
- package/dist/RangeSlider.d.ts +4 -0
- package/dist/RangeSlider.js +32 -8
- package/dist/RangeSlider.js.map +1 -1
- package/dist/RangeSliderTemplate.js +5 -5
- package/dist/RangeSliderTemplate.js.map +1 -1
- package/dist/RatingIndicatorTemplate.js +1 -4
- package/dist/RatingIndicatorTemplate.js.map +1 -1
- package/dist/Select.d.ts +1 -0
- package/dist/Select.js +4 -1
- package/dist/Select.js.map +1 -1
- package/dist/SelectPopoverTemplate.js +3 -3
- package/dist/SelectPopoverTemplate.js.map +1 -1
- package/dist/Slider.d.ts +2 -0
- package/dist/Slider.js +20 -11
- package/dist/Slider.js.map +1 -1
- package/dist/SliderBase.d.ts +28 -0
- package/dist/SliderBase.js +36 -0
- package/dist/SliderBase.js.map +1 -1
- package/dist/SliderScale.js +3 -0
- package/dist/SliderScale.js.map +1 -1
- package/dist/SliderTemplate.js +3 -3
- package/dist/SliderTemplate.js.map +1 -1
- package/dist/Tab.d.ts +0 -1
- package/dist/Tab.js +1 -2
- package/dist/Tab.js.map +1 -1
- package/dist/TabContainer.js +1 -1
- package/dist/TabContainer.js.map +1 -1
- package/dist/TableGroupRow.d.ts +1 -1
- package/dist/TableGroupRow.js +1 -1
- package/dist/TableGroupRow.js.map +1 -1
- package/dist/css/themes/ExpandableText.css +1 -1
- package/dist/css/themes/Popover.css +1 -1
- package/dist/css/themes/RatingIndicator.css +1 -1
- package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
- package/dist/css/themes/Text.css +1 -1
- package/dist/custom-elements-internal.json +180 -312
- package/dist/custom-elements.json +148 -14
- package/dist/generated/i18n/i18n-defaults.d.ts +2 -1
- package/dist/generated/i18n/i18n-defaults.js +2 -1
- package/dist/generated/i18n/i18n-defaults.js.map +1 -1
- package/dist/generated/themes/ExpandableText.css.d.ts +1 -1
- package/dist/generated/themes/ExpandableText.css.js +1 -1
- package/dist/generated/themes/ExpandableText.css.js.map +1 -1
- package/dist/generated/themes/Popover.css.d.ts +1 -1
- package/dist/generated/themes/Popover.css.js +1 -1
- package/dist/generated/themes/Popover.css.js.map +1 -1
- package/dist/generated/themes/RatingIndicator.css.d.ts +1 -1
- package/dist/generated/themes/RatingIndicator.css.js +1 -1
- package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
- package/dist/generated/themes/ResponsivePopoverCommon.css.d.ts +1 -1
- package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
- package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
- package/dist/generated/themes/Text.css.d.ts +1 -1
- package/dist/generated/themes/Text.css.js +1 -1
- package/dist/generated/themes/Text.css.js.map +1 -1
- package/dist/types/ListItemAccessibleRole.d.ts +0 -5
- package/dist/types/ListItemAccessibleRole.js +0 -5
- package/dist/types/ListItemAccessibleRole.js.map +1 -1
- package/dist/vscode.html-custom-data.json +18 -3
- package/dist/web-types.json +25 -5
- package/package.json +9 -9
- package/src/ExpandableTextTemplate.tsx +1 -1
- package/src/FormTemplate.tsx +1 -1
- package/src/ListBoxItemGroupTemplate.tsx +1 -2
- package/src/RangeSliderTemplate.tsx +7 -4
- package/src/RatingIndicatorTemplate.tsx +1 -5
- package/src/SelectPopoverTemplate.tsx +12 -6
- package/src/SliderTemplate.tsx +5 -3
- package/src/i18n/messagebundle.properties +3 -0
- package/src/themes/ExpandableText.css +8 -0
- package/src/themes/Popover.css +1 -4
- package/src/themes/RatingIndicator.css +0 -1
- package/src/themes/ResponsivePopoverCommon.css +3 -3
- package/src/themes/Text.css +4 -9
|
@@ -5388,23 +5388,8 @@
|
|
|
5388
5388
|
"_ui5Cancelable": false,
|
|
5389
5389
|
"_ui5allowPreventDefault": false,
|
|
5390
5390
|
"_ui5Bubbles": true,
|
|
5391
|
-
"_ui5since": "2.
|
|
5391
|
+
"_ui5since": "2.23.0",
|
|
5392
5392
|
"_ui5parameters": [
|
|
5393
|
-
{
|
|
5394
|
-
"type": {
|
|
5395
|
-
"text": "ListItemBase",
|
|
5396
|
-
"references": [
|
|
5397
|
-
{
|
|
5398
|
-
"name": "ListItemBase",
|
|
5399
|
-
"package": "@ui5/webcomponents",
|
|
5400
|
-
"module": "dist/ListItemBase.js"
|
|
5401
|
-
}
|
|
5402
|
-
]
|
|
5403
|
-
},
|
|
5404
|
-
"name": "item",
|
|
5405
|
-
"_ui5privacy": "public",
|
|
5406
|
-
"description": "The activated item."
|
|
5407
|
-
},
|
|
5408
5393
|
{
|
|
5409
5394
|
"type": {
|
|
5410
5395
|
"text": "Event"
|
|
@@ -10815,7 +10800,8 @@
|
|
|
10815
10800
|
},
|
|
10816
10801
|
"description": "Defines the number of columns to distribute the form content by breakpoint (S1 M2 L3 XL4 for example).\n\n**Note:** This property is ignored if `columnSpan` is set, as it is expected that the column span is defined.",
|
|
10817
10802
|
"default": "undefined",
|
|
10818
|
-
"privacy": "public"
|
|
10803
|
+
"privacy": "public",
|
|
10804
|
+
"_ui5since": "2.23.0"
|
|
10819
10805
|
},
|
|
10820
10806
|
{
|
|
10821
10807
|
"kind": "field",
|
|
@@ -13155,12 +13141,19 @@
|
|
|
13155
13141
|
"kind": "field",
|
|
13156
13142
|
"name": "accessibleRole",
|
|
13157
13143
|
"type": {
|
|
13158
|
-
"text": "
|
|
13144
|
+
"text": "ListItemAccessibleRole | undefined",
|
|
13145
|
+
"references": [
|
|
13146
|
+
{
|
|
13147
|
+
"name": "ListItemAccessibleRole",
|
|
13148
|
+
"package": "@ui5/webcomponents",
|
|
13149
|
+
"module": "dist/types/ListItemAccessibleRole.js"
|
|
13150
|
+
}
|
|
13151
|
+
]
|
|
13159
13152
|
},
|
|
13160
13153
|
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
13161
13154
|
"default": "undefined",
|
|
13162
13155
|
"privacy": "public",
|
|
13163
|
-
"_ui5since": "
|
|
13156
|
+
"_ui5since": "2.23.0"
|
|
13164
13157
|
},
|
|
13165
13158
|
{
|
|
13166
13159
|
"kind": "field",
|
|
@@ -13248,23 +13241,8 @@
|
|
|
13248
13241
|
"_ui5Cancelable": false,
|
|
13249
13242
|
"_ui5allowPreventDefault": false,
|
|
13250
13243
|
"_ui5Bubbles": true,
|
|
13251
|
-
"_ui5since": "2.
|
|
13244
|
+
"_ui5since": "2.23.0",
|
|
13252
13245
|
"_ui5parameters": [
|
|
13253
|
-
{
|
|
13254
|
-
"type": {
|
|
13255
|
-
"text": "ListItemBase",
|
|
13256
|
-
"references": [
|
|
13257
|
-
{
|
|
13258
|
-
"name": "ListItemBase",
|
|
13259
|
-
"package": "@ui5/webcomponents",
|
|
13260
|
-
"module": "dist/ListItemBase.js"
|
|
13261
|
-
}
|
|
13262
|
-
]
|
|
13263
|
-
},
|
|
13264
|
-
"name": "item",
|
|
13265
|
-
"_ui5privacy": "public",
|
|
13266
|
-
"description": "The activated item."
|
|
13267
|
-
},
|
|
13268
13246
|
{
|
|
13269
13247
|
"type": {
|
|
13270
13248
|
"text": "Event"
|
|
@@ -13399,23 +13377,8 @@
|
|
|
13399
13377
|
"_ui5Cancelable": false,
|
|
13400
13378
|
"_ui5allowPreventDefault": false,
|
|
13401
13379
|
"_ui5Bubbles": true,
|
|
13402
|
-
"_ui5since": "2.
|
|
13380
|
+
"_ui5since": "2.23.0",
|
|
13403
13381
|
"_ui5parameters": [
|
|
13404
|
-
{
|
|
13405
|
-
"type": {
|
|
13406
|
-
"text": "ListItemBase",
|
|
13407
|
-
"references": [
|
|
13408
|
-
{
|
|
13409
|
-
"name": "ListItemBase",
|
|
13410
|
-
"package": "@ui5/webcomponents",
|
|
13411
|
-
"module": "dist/ListItemBase.js"
|
|
13412
|
-
}
|
|
13413
|
-
]
|
|
13414
|
-
},
|
|
13415
|
-
"name": "item",
|
|
13416
|
-
"_ui5privacy": "public",
|
|
13417
|
-
"description": "The activated item."
|
|
13418
|
-
},
|
|
13419
13382
|
{
|
|
13420
13383
|
"type": {
|
|
13421
13384
|
"text": "Event"
|
|
@@ -13542,12 +13505,19 @@
|
|
|
13542
13505
|
"kind": "field",
|
|
13543
13506
|
"name": "accessibleRole",
|
|
13544
13507
|
"type": {
|
|
13545
|
-
"text": "
|
|
13508
|
+
"text": "ListItemAccessibleRole | undefined",
|
|
13509
|
+
"references": [
|
|
13510
|
+
{
|
|
13511
|
+
"name": "ListItemAccessibleRole",
|
|
13512
|
+
"package": "@ui5/webcomponents",
|
|
13513
|
+
"module": "dist/types/ListItemAccessibleRole.js"
|
|
13514
|
+
}
|
|
13515
|
+
]
|
|
13546
13516
|
},
|
|
13547
13517
|
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
13548
13518
|
"default": "undefined",
|
|
13549
13519
|
"privacy": "public",
|
|
13550
|
-
"_ui5since": "
|
|
13520
|
+
"_ui5since": "2.23.0"
|
|
13551
13521
|
},
|
|
13552
13522
|
{
|
|
13553
13523
|
"kind": "field",
|
|
@@ -13737,23 +13707,8 @@
|
|
|
13737
13707
|
"_ui5Cancelable": false,
|
|
13738
13708
|
"_ui5allowPreventDefault": false,
|
|
13739
13709
|
"_ui5Bubbles": true,
|
|
13740
|
-
"_ui5since": "2.
|
|
13710
|
+
"_ui5since": "2.23.0",
|
|
13741
13711
|
"_ui5parameters": [
|
|
13742
|
-
{
|
|
13743
|
-
"type": {
|
|
13744
|
-
"text": "ListItemBase",
|
|
13745
|
-
"references": [
|
|
13746
|
-
{
|
|
13747
|
-
"name": "ListItemBase",
|
|
13748
|
-
"package": "@ui5/webcomponents",
|
|
13749
|
-
"module": "dist/ListItemBase.js"
|
|
13750
|
-
}
|
|
13751
|
-
]
|
|
13752
|
-
},
|
|
13753
|
-
"name": "item",
|
|
13754
|
-
"_ui5privacy": "public",
|
|
13755
|
-
"description": "The activated item."
|
|
13756
|
-
},
|
|
13757
13712
|
{
|
|
13758
13713
|
"type": {
|
|
13759
13714
|
"text": "Event"
|
|
@@ -14117,23 +14072,8 @@
|
|
|
14117
14072
|
"_ui5Cancelable": false,
|
|
14118
14073
|
"_ui5allowPreventDefault": false,
|
|
14119
14074
|
"_ui5Bubbles": true,
|
|
14120
|
-
"_ui5since": "2.
|
|
14075
|
+
"_ui5since": "2.23.0",
|
|
14121
14076
|
"_ui5parameters": [
|
|
14122
|
-
{
|
|
14123
|
-
"type": {
|
|
14124
|
-
"text": "ListItemBase",
|
|
14125
|
-
"references": [
|
|
14126
|
-
{
|
|
14127
|
-
"name": "ListItemBase",
|
|
14128
|
-
"package": "@ui5/webcomponents",
|
|
14129
|
-
"module": "dist/ListItemBase.js"
|
|
14130
|
-
}
|
|
14131
|
-
]
|
|
14132
|
-
},
|
|
14133
|
-
"name": "item",
|
|
14134
|
-
"_ui5privacy": "public",
|
|
14135
|
-
"description": "The activated item."
|
|
14136
|
-
},
|
|
14137
14077
|
{
|
|
14138
14078
|
"type": {
|
|
14139
14079
|
"text": "Event"
|
|
@@ -14286,12 +14226,19 @@
|
|
|
14286
14226
|
"kind": "field",
|
|
14287
14227
|
"name": "accessibleRole",
|
|
14288
14228
|
"type": {
|
|
14289
|
-
"text": "
|
|
14229
|
+
"text": "ListItemAccessibleRole | undefined",
|
|
14230
|
+
"references": [
|
|
14231
|
+
{
|
|
14232
|
+
"name": "ListItemAccessibleRole",
|
|
14233
|
+
"package": "@ui5/webcomponents",
|
|
14234
|
+
"module": "dist/types/ListItemAccessibleRole.js"
|
|
14235
|
+
}
|
|
14236
|
+
]
|
|
14290
14237
|
},
|
|
14291
14238
|
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
14292
14239
|
"default": "undefined",
|
|
14293
14240
|
"privacy": "public",
|
|
14294
|
-
"_ui5since": "
|
|
14241
|
+
"_ui5since": "2.23.0"
|
|
14295
14242
|
},
|
|
14296
14243
|
{
|
|
14297
14244
|
"kind": "field",
|
|
@@ -14633,23 +14580,8 @@
|
|
|
14633
14580
|
"_ui5Cancelable": false,
|
|
14634
14581
|
"_ui5allowPreventDefault": false,
|
|
14635
14582
|
"_ui5Bubbles": true,
|
|
14636
|
-
"_ui5since": "2.
|
|
14583
|
+
"_ui5since": "2.23.0",
|
|
14637
14584
|
"_ui5parameters": [
|
|
14638
|
-
{
|
|
14639
|
-
"type": {
|
|
14640
|
-
"text": "ListItemBase",
|
|
14641
|
-
"references": [
|
|
14642
|
-
{
|
|
14643
|
-
"name": "ListItemBase",
|
|
14644
|
-
"package": "@ui5/webcomponents",
|
|
14645
|
-
"module": "dist/ListItemBase.js"
|
|
14646
|
-
}
|
|
14647
|
-
]
|
|
14648
|
-
},
|
|
14649
|
-
"name": "item",
|
|
14650
|
-
"_ui5privacy": "public",
|
|
14651
|
-
"description": "The activated item."
|
|
14652
|
-
},
|
|
14653
14585
|
{
|
|
14654
14586
|
"type": {
|
|
14655
14587
|
"text": "Event"
|
|
@@ -15116,12 +15048,19 @@
|
|
|
15116
15048
|
"kind": "field",
|
|
15117
15049
|
"name": "accessibleRole",
|
|
15118
15050
|
"type": {
|
|
15119
|
-
"text": "
|
|
15051
|
+
"text": "ListItemAccessibleRole | undefined",
|
|
15052
|
+
"references": [
|
|
15053
|
+
{
|
|
15054
|
+
"name": "ListItemAccessibleRole",
|
|
15055
|
+
"package": "@ui5/webcomponents",
|
|
15056
|
+
"module": "dist/types/ListItemAccessibleRole.js"
|
|
15057
|
+
}
|
|
15058
|
+
]
|
|
15120
15059
|
},
|
|
15121
15060
|
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
15122
15061
|
"default": "undefined",
|
|
15123
15062
|
"privacy": "public",
|
|
15124
|
-
"_ui5since": "
|
|
15063
|
+
"_ui5since": "2.23.0"
|
|
15125
15064
|
},
|
|
15126
15065
|
{
|
|
15127
15066
|
"kind": "field",
|
|
@@ -15353,23 +15292,8 @@
|
|
|
15353
15292
|
"_ui5Cancelable": false,
|
|
15354
15293
|
"_ui5allowPreventDefault": false,
|
|
15355
15294
|
"_ui5Bubbles": true,
|
|
15356
|
-
"_ui5since": "2.
|
|
15295
|
+
"_ui5since": "2.23.0",
|
|
15357
15296
|
"_ui5parameters": [
|
|
15358
|
-
{
|
|
15359
|
-
"type": {
|
|
15360
|
-
"text": "ListItemBase",
|
|
15361
|
-
"references": [
|
|
15362
|
-
{
|
|
15363
|
-
"name": "ListItemBase",
|
|
15364
|
-
"package": "@ui5/webcomponents",
|
|
15365
|
-
"module": "dist/ListItemBase.js"
|
|
15366
|
-
}
|
|
15367
|
-
]
|
|
15368
|
-
},
|
|
15369
|
-
"name": "item",
|
|
15370
|
-
"_ui5privacy": "public",
|
|
15371
|
-
"description": "The activated item."
|
|
15372
|
-
},
|
|
15373
15297
|
{
|
|
15374
15298
|
"type": {
|
|
15375
15299
|
"text": "Event"
|
|
@@ -15724,23 +15648,8 @@
|
|
|
15724
15648
|
"_ui5Cancelable": false,
|
|
15725
15649
|
"_ui5allowPreventDefault": false,
|
|
15726
15650
|
"_ui5Bubbles": true,
|
|
15727
|
-
"_ui5since": "2.
|
|
15651
|
+
"_ui5since": "2.23.0",
|
|
15728
15652
|
"_ui5parameters": [
|
|
15729
|
-
{
|
|
15730
|
-
"type": {
|
|
15731
|
-
"text": "ListItemBase",
|
|
15732
|
-
"references": [
|
|
15733
|
-
{
|
|
15734
|
-
"name": "ListItemBase",
|
|
15735
|
-
"package": "@ui5/webcomponents",
|
|
15736
|
-
"module": "dist/ListItemBase.js"
|
|
15737
|
-
}
|
|
15738
|
-
]
|
|
15739
|
-
},
|
|
15740
|
-
"name": "item",
|
|
15741
|
-
"_ui5privacy": "public",
|
|
15742
|
-
"description": "The activated item."
|
|
15743
|
-
},
|
|
15744
15653
|
{
|
|
15745
15654
|
"type": {
|
|
15746
15655
|
"text": "Event"
|
|
@@ -16788,23 +16697,8 @@
|
|
|
16788
16697
|
"_ui5Cancelable": false,
|
|
16789
16698
|
"_ui5allowPreventDefault": false,
|
|
16790
16699
|
"_ui5Bubbles": true,
|
|
16791
|
-
"_ui5since": "2.
|
|
16700
|
+
"_ui5since": "2.23.0",
|
|
16792
16701
|
"_ui5parameters": [
|
|
16793
|
-
{
|
|
16794
|
-
"type": {
|
|
16795
|
-
"text": "ListItemBase",
|
|
16796
|
-
"references": [
|
|
16797
|
-
{
|
|
16798
|
-
"name": "ListItemBase",
|
|
16799
|
-
"package": "@ui5/webcomponents",
|
|
16800
|
-
"module": "dist/ListItemBase.js"
|
|
16801
|
-
}
|
|
16802
|
-
]
|
|
16803
|
-
},
|
|
16804
|
-
"name": "item",
|
|
16805
|
-
"_ui5privacy": "public",
|
|
16806
|
-
"description": "The activated item."
|
|
16807
|
-
},
|
|
16808
16702
|
{
|
|
16809
16703
|
"type": {
|
|
16810
16704
|
"text": "Event"
|
|
@@ -17914,23 +17808,8 @@
|
|
|
17914
17808
|
"_ui5Cancelable": false,
|
|
17915
17809
|
"_ui5allowPreventDefault": false,
|
|
17916
17810
|
"_ui5Bubbles": true,
|
|
17917
|
-
"_ui5since": "2.
|
|
17811
|
+
"_ui5since": "2.23.0",
|
|
17918
17812
|
"_ui5parameters": [
|
|
17919
|
-
{
|
|
17920
|
-
"type": {
|
|
17921
|
-
"text": "ListItemBase",
|
|
17922
|
-
"references": [
|
|
17923
|
-
{
|
|
17924
|
-
"name": "ListItemBase",
|
|
17925
|
-
"package": "@ui5/webcomponents",
|
|
17926
|
-
"module": "dist/ListItemBase.js"
|
|
17927
|
-
}
|
|
17928
|
-
]
|
|
17929
|
-
},
|
|
17930
|
-
"name": "item",
|
|
17931
|
-
"_ui5privacy": "public",
|
|
17932
|
-
"description": "The activated item."
|
|
17933
|
-
},
|
|
17934
17813
|
{
|
|
17935
17814
|
"type": {
|
|
17936
17815
|
"text": "Event"
|
|
@@ -18096,23 +17975,8 @@
|
|
|
18096
17975
|
"_ui5Cancelable": false,
|
|
18097
17976
|
"_ui5allowPreventDefault": false,
|
|
18098
17977
|
"_ui5Bubbles": true,
|
|
18099
|
-
"_ui5since": "2.
|
|
17978
|
+
"_ui5since": "2.23.0",
|
|
18100
17979
|
"_ui5parameters": [
|
|
18101
|
-
{
|
|
18102
|
-
"type": {
|
|
18103
|
-
"text": "ListItemBase",
|
|
18104
|
-
"references": [
|
|
18105
|
-
{
|
|
18106
|
-
"name": "ListItemBase",
|
|
18107
|
-
"package": "@ui5/webcomponents",
|
|
18108
|
-
"module": "dist/ListItemBase.js"
|
|
18109
|
-
}
|
|
18110
|
-
]
|
|
18111
|
-
},
|
|
18112
|
-
"name": "item",
|
|
18113
|
-
"_ui5privacy": "public",
|
|
18114
|
-
"description": "The activated item."
|
|
18115
|
-
},
|
|
18116
17980
|
{
|
|
18117
17981
|
"type": {
|
|
18118
17982
|
"text": "Event"
|
|
@@ -19799,7 +19663,7 @@
|
|
|
19799
19663
|
"text": "number"
|
|
19800
19664
|
},
|
|
19801
19665
|
"default": "0",
|
|
19802
|
-
"description": "Displays a label with a value on every N-th step.\n\n**Note:** The step and tickmarks properties must be enabled.\nExample - if the step value is set to 2 and the label interval is also specified to 2 - then every second\ntickmark will be labelled, which means every 4th value number
|
|
19666
|
+
"description": "Displays a label with a value on every N-th step.\n\n**Note:** The step and tickmarks properties must be enabled.\nExample - if the step value is set to 2 and the label interval is also specified to 2 - then every second\ntickmark will be labelled, which means every 4th value number.\n\n**Note:** This property is ignored when the `tickmarks` property is used.\nIn that case every custom tickmark is labelled with its own `label`.",
|
|
19803
19667
|
"privacy": "public"
|
|
19804
19668
|
},
|
|
19805
19669
|
{
|
|
@@ -19874,6 +19738,24 @@
|
|
|
19874
19738
|
"default": "1",
|
|
19875
19739
|
"description": "Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).\n\n**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.",
|
|
19876
19740
|
"privacy": "public"
|
|
19741
|
+
},
|
|
19742
|
+
{
|
|
19743
|
+
"kind": "field",
|
|
19744
|
+
"name": "tickmarks",
|
|
19745
|
+
"type": {
|
|
19746
|
+
"text": "Array<Tickmark>",
|
|
19747
|
+
"references": [
|
|
19748
|
+
{
|
|
19749
|
+
"name": "Tickmark",
|
|
19750
|
+
"package": "@ui5/webcomponents",
|
|
19751
|
+
"module": "dist/SliderScale.js"
|
|
19752
|
+
}
|
|
19753
|
+
]
|
|
19754
|
+
},
|
|
19755
|
+
"default": "[]",
|
|
19756
|
+
"description": "Defines custom tickmarks with labels on the slider scale.\nEach tickmark object has a numeric `value` and an optional `label` string.\nTickmarks are purely visual — they display labeled markers at specific positions\nbut do not affect the slider's movement behavior. The slider still moves\naccording to `min`, `max`, and `step`.\n\nWhen the current value matches a tickmark value, the tickmark's label\nis shown in the tooltip and announced via `aria-valuetext`.\n\n**Note:** When `tickmarks` is provided, the scale is automatically shown\n(equivalent to `showTickmarks`), and `labelInterval` is ignored - every\ncustom tickmark is rendered with its own `label`.",
|
|
19757
|
+
"privacy": "public",
|
|
19758
|
+
"_ui5since": "2.23.0"
|
|
19877
19759
|
}
|
|
19878
19760
|
],
|
|
19879
19761
|
"attributes": [
|
|
@@ -19914,7 +19796,7 @@
|
|
|
19914
19796
|
}
|
|
19915
19797
|
},
|
|
19916
19798
|
{
|
|
19917
|
-
"description": "Displays a label with a value on every N-th step.\n\n**Note:** The step and tickmarks properties must be enabled.\nExample - if the step value is set to 2 and the label interval is also specified to 2 - then every second\ntickmark will be labelled, which means every 4th value number
|
|
19799
|
+
"description": "Displays a label with a value on every N-th step.\n\n**Note:** The step and tickmarks properties must be enabled.\nExample - if the step value is set to 2 and the label interval is also specified to 2 - then every second\ntickmark will be labelled, which means every 4th value number.\n\n**Note:** This property is ignored when the `tickmarks` property is used.\nIn that case every custom tickmark is labelled with its own `label`.",
|
|
19918
19800
|
"name": "label-interval",
|
|
19919
19801
|
"default": "0",
|
|
19920
19802
|
"fieldName": "labelInterval",
|
|
@@ -19984,6 +19866,15 @@
|
|
|
19984
19866
|
"type": {
|
|
19985
19867
|
"text": "number"
|
|
19986
19868
|
}
|
|
19869
|
+
},
|
|
19870
|
+
{
|
|
19871
|
+
"description": "Defines custom tickmarks with labels on the slider scale.\nEach tickmark object has a numeric `value` and an optional `label` string.\nTickmarks are purely visual — they display labeled markers at specific positions\nbut do not affect the slider's movement behavior. The slider still moves\naccording to `min`, `max`, and `step`.\n\nWhen the current value matches a tickmark value, the tickmark's label\nis shown in the tooltip and announced via `aria-valuetext`.\n\n**Note:** When `tickmarks` is provided, the scale is automatically shown\n(equivalent to `showTickmarks`), and `labelInterval` is ignored - every\ncustom tickmark is rendered with its own `label`.",
|
|
19872
|
+
"name": "tickmarks",
|
|
19873
|
+
"default": "[]",
|
|
19874
|
+
"fieldName": "tickmarks",
|
|
19875
|
+
"type": {
|
|
19876
|
+
"text": "Tickmark[]"
|
|
19877
|
+
}
|
|
19987
19878
|
}
|
|
19988
19879
|
],
|
|
19989
19880
|
"superclass": {
|
|
@@ -21893,7 +21784,7 @@
|
|
|
21893
21784
|
"text": "number"
|
|
21894
21785
|
},
|
|
21895
21786
|
"default": "0",
|
|
21896
|
-
"description": "Displays a label with a value on every N-th step.\n\n**Note:** The step and tickmarks properties must be enabled.\nExample - if the step value is set to 2 and the label interval is also specified to 2 - then every second\ntickmark will be labelled, which means every 4th value number
|
|
21787
|
+
"description": "Displays a label with a value on every N-th step.\n\n**Note:** The step and tickmarks properties must be enabled.\nExample - if the step value is set to 2 and the label interval is also specified to 2 - then every second\ntickmark will be labelled, which means every 4th value number.\n\n**Note:** This property is ignored when the `tickmarks` property is used.\nIn that case every custom tickmark is labelled with its own `label`.",
|
|
21897
21788
|
"privacy": "public"
|
|
21898
21789
|
},
|
|
21899
21790
|
{
|
|
@@ -21957,6 +21848,24 @@
|
|
|
21957
21848
|
"description": "Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).\n\n**Note:** If set to 0 the slider handle movement is disabled.",
|
|
21958
21849
|
"privacy": "public"
|
|
21959
21850
|
},
|
|
21851
|
+
{
|
|
21852
|
+
"kind": "field",
|
|
21853
|
+
"name": "tickmarks",
|
|
21854
|
+
"type": {
|
|
21855
|
+
"text": "Array<Tickmark>",
|
|
21856
|
+
"references": [
|
|
21857
|
+
{
|
|
21858
|
+
"name": "Tickmark",
|
|
21859
|
+
"package": "@ui5/webcomponents",
|
|
21860
|
+
"module": "dist/SliderScale.js"
|
|
21861
|
+
}
|
|
21862
|
+
]
|
|
21863
|
+
},
|
|
21864
|
+
"default": "[]",
|
|
21865
|
+
"description": "Defines custom tickmarks with labels on the slider scale.\nEach tickmark object has a numeric `value` and an optional `label` string.\nTickmarks are purely visual — they display labeled markers at specific positions\nbut do not affect the slider's movement behavior. The slider still moves\naccording to `min`, `max`, and `step`.\n\nWhen the current value matches a tickmark value, the tickmark's label\nis shown in the tooltip and announced via `aria-valuetext`.\n\n**Note:** When `tickmarks` is provided, the scale is automatically shown\n(equivalent to `showTickmarks`), and `labelInterval` is ignored - every\ncustom tickmark is rendered with its own `label`.",
|
|
21866
|
+
"privacy": "public",
|
|
21867
|
+
"_ui5since": "2.23.0"
|
|
21868
|
+
},
|
|
21960
21869
|
{
|
|
21961
21870
|
"kind": "field",
|
|
21962
21871
|
"name": "value",
|
|
@@ -21999,7 +21908,7 @@
|
|
|
21999
21908
|
}
|
|
22000
21909
|
},
|
|
22001
21910
|
{
|
|
22002
|
-
"description": "Displays a label with a value on every N-th step.\n\n**Note:** The step and tickmarks properties must be enabled.\nExample - if the step value is set to 2 and the label interval is also specified to 2 - then every second\ntickmark will be labelled, which means every 4th value number
|
|
21911
|
+
"description": "Displays a label with a value on every N-th step.\n\n**Note:** The step and tickmarks properties must be enabled.\nExample - if the step value is set to 2 and the label interval is also specified to 2 - then every second\ntickmark will be labelled, which means every 4th value number.\n\n**Note:** This property is ignored when the `tickmarks` property is used.\nIn that case every custom tickmark is labelled with its own `label`.",
|
|
22003
21912
|
"name": "label-interval",
|
|
22004
21913
|
"default": "0",
|
|
22005
21914
|
"fieldName": "labelInterval",
|
|
@@ -22061,6 +21970,15 @@
|
|
|
22061
21970
|
"text": "number"
|
|
22062
21971
|
}
|
|
22063
21972
|
},
|
|
21973
|
+
{
|
|
21974
|
+
"description": "Defines custom tickmarks with labels on the slider scale.\nEach tickmark object has a numeric `value` and an optional `label` string.\nTickmarks are purely visual — they display labeled markers at specific positions\nbut do not affect the slider's movement behavior. The slider still moves\naccording to `min`, `max`, and `step`.\n\nWhen the current value matches a tickmark value, the tickmark's label\nis shown in the tooltip and announced via `aria-valuetext`.\n\n**Note:** When `tickmarks` is provided, the scale is automatically shown\n(equivalent to `showTickmarks`), and `labelInterval` is ignored - every\ncustom tickmark is rendered with its own `label`.",
|
|
21975
|
+
"name": "tickmarks",
|
|
21976
|
+
"default": "[]",
|
|
21977
|
+
"fieldName": "tickmarks",
|
|
21978
|
+
"type": {
|
|
21979
|
+
"text": "Tickmark[]"
|
|
21980
|
+
}
|
|
21981
|
+
},
|
|
22064
21982
|
{
|
|
22065
21983
|
"description": "Current value of the slider",
|
|
22066
21984
|
"name": "value",
|
|
@@ -22172,7 +22090,7 @@
|
|
|
22172
22090
|
"text": "number"
|
|
22173
22091
|
},
|
|
22174
22092
|
"default": "0",
|
|
22175
|
-
"description": "Displays a label with a value on every N-th step.\n\n**Note:** The step and tickmarks properties must be enabled.\nExample - if the step value is set to 2 and the label interval is also specified to 2 - then every second\ntickmark will be labelled, which means every 4th value number
|
|
22093
|
+
"description": "Displays a label with a value on every N-th step.\n\n**Note:** The step and tickmarks properties must be enabled.\nExample - if the step value is set to 2 and the label interval is also specified to 2 - then every second\ntickmark will be labelled, which means every 4th value number.\n\n**Note:** This property is ignored when the `tickmarks` property is used.\nIn that case every custom tickmark is labelled with its own `label`.",
|
|
22176
22094
|
"privacy": "public"
|
|
22177
22095
|
},
|
|
22178
22096
|
{
|
|
@@ -22235,6 +22153,24 @@
|
|
|
22235
22153
|
"default": "1",
|
|
22236
22154
|
"description": "Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).\n\n**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.",
|
|
22237
22155
|
"privacy": "public"
|
|
22156
|
+
},
|
|
22157
|
+
{
|
|
22158
|
+
"kind": "field",
|
|
22159
|
+
"name": "tickmarks",
|
|
22160
|
+
"type": {
|
|
22161
|
+
"text": "Array<Tickmark>",
|
|
22162
|
+
"references": [
|
|
22163
|
+
{
|
|
22164
|
+
"name": "Tickmark",
|
|
22165
|
+
"package": "@ui5/webcomponents",
|
|
22166
|
+
"module": "dist/SliderScale.js"
|
|
22167
|
+
}
|
|
22168
|
+
]
|
|
22169
|
+
},
|
|
22170
|
+
"default": "[]",
|
|
22171
|
+
"description": "Defines custom tickmarks with labels on the slider scale.\nEach tickmark object has a numeric `value` and an optional `label` string.\nTickmarks are purely visual — they display labeled markers at specific positions\nbut do not affect the slider's movement behavior. The slider still moves\naccording to `min`, `max`, and `step`.\n\nWhen the current value matches a tickmark value, the tickmark's label\nis shown in the tooltip and announced via `aria-valuetext`.\n\n**Note:** When `tickmarks` is provided, the scale is automatically shown\n(equivalent to `showTickmarks`), and `labelInterval` is ignored - every\ncustom tickmark is rendered with its own `label`.",
|
|
22172
|
+
"privacy": "public",
|
|
22173
|
+
"_ui5since": "2.23.0"
|
|
22238
22174
|
}
|
|
22239
22175
|
],
|
|
22240
22176
|
"events": [
|
|
@@ -22290,7 +22226,7 @@
|
|
|
22290
22226
|
}
|
|
22291
22227
|
},
|
|
22292
22228
|
{
|
|
22293
|
-
"description": "Displays a label with a value on every N-th step.\n\n**Note:** The step and tickmarks properties must be enabled.\nExample - if the step value is set to 2 and the label interval is also specified to 2 - then every second\ntickmark will be labelled, which means every 4th value number
|
|
22229
|
+
"description": "Displays a label with a value on every N-th step.\n\n**Note:** The step and tickmarks properties must be enabled.\nExample - if the step value is set to 2 and the label interval is also specified to 2 - then every second\ntickmark will be labelled, which means every 4th value number.\n\n**Note:** This property is ignored when the `tickmarks` property is used.\nIn that case every custom tickmark is labelled with its own `label`.",
|
|
22294
22230
|
"name": "label-interval",
|
|
22295
22231
|
"default": "0",
|
|
22296
22232
|
"fieldName": "labelInterval",
|
|
@@ -22351,6 +22287,15 @@
|
|
|
22351
22287
|
"type": {
|
|
22352
22288
|
"text": "number"
|
|
22353
22289
|
}
|
|
22290
|
+
},
|
|
22291
|
+
{
|
|
22292
|
+
"description": "Defines custom tickmarks with labels on the slider scale.\nEach tickmark object has a numeric `value` and an optional `label` string.\nTickmarks are purely visual — they display labeled markers at specific positions\nbut do not affect the slider's movement behavior. The slider still moves\naccording to `min`, `max`, and `step`.\n\nWhen the current value matches a tickmark value, the tickmark's label\nis shown in the tooltip and announced via `aria-valuetext`.\n\n**Note:** When `tickmarks` is provided, the scale is automatically shown\n(equivalent to `showTickmarks`), and `labelInterval` is ignored - every\ncustom tickmark is rendered with its own `label`.",
|
|
22293
|
+
"name": "tickmarks",
|
|
22294
|
+
"default": "[]",
|
|
22295
|
+
"fieldName": "tickmarks",
|
|
22296
|
+
"type": {
|
|
22297
|
+
"text": "Tickmark[]"
|
|
22298
|
+
}
|
|
22354
22299
|
}
|
|
22355
22300
|
],
|
|
22356
22301
|
"superclass": {
|
|
@@ -23227,23 +23172,8 @@
|
|
|
23227
23172
|
"_ui5Cancelable": false,
|
|
23228
23173
|
"_ui5allowPreventDefault": false,
|
|
23229
23174
|
"_ui5Bubbles": true,
|
|
23230
|
-
"_ui5since": "2.
|
|
23175
|
+
"_ui5since": "2.23.0",
|
|
23231
23176
|
"_ui5parameters": [
|
|
23232
|
-
{
|
|
23233
|
-
"type": {
|
|
23234
|
-
"text": "ListItemBase",
|
|
23235
|
-
"references": [
|
|
23236
|
-
{
|
|
23237
|
-
"name": "ListItemBase",
|
|
23238
|
-
"package": "@ui5/webcomponents",
|
|
23239
|
-
"module": "dist/ListItemBase.js"
|
|
23240
|
-
}
|
|
23241
|
-
]
|
|
23242
|
-
},
|
|
23243
|
-
"name": "item",
|
|
23244
|
-
"_ui5privacy": "public",
|
|
23245
|
-
"description": "The activated item."
|
|
23246
|
-
},
|
|
23247
23177
|
{
|
|
23248
23178
|
"type": {
|
|
23249
23179
|
"text": "Event"
|
|
@@ -23352,23 +23282,8 @@
|
|
|
23352
23282
|
"_ui5Cancelable": false,
|
|
23353
23283
|
"_ui5allowPreventDefault": false,
|
|
23354
23284
|
"_ui5Bubbles": true,
|
|
23355
|
-
"_ui5since": "2.
|
|
23285
|
+
"_ui5since": "2.23.0",
|
|
23356
23286
|
"_ui5parameters": [
|
|
23357
|
-
{
|
|
23358
|
-
"type": {
|
|
23359
|
-
"text": "ListItemBase",
|
|
23360
|
-
"references": [
|
|
23361
|
-
{
|
|
23362
|
-
"name": "ListItemBase",
|
|
23363
|
-
"package": "@ui5/webcomponents",
|
|
23364
|
-
"module": "dist/ListItemBase.js"
|
|
23365
|
-
}
|
|
23366
|
-
]
|
|
23367
|
-
},
|
|
23368
|
-
"name": "item",
|
|
23369
|
-
"_ui5privacy": "public",
|
|
23370
|
-
"description": "The activated item."
|
|
23371
|
-
},
|
|
23372
23287
|
{
|
|
23373
23288
|
"type": {
|
|
23374
23289
|
"text": "Event"
|
|
@@ -23760,12 +23675,19 @@
|
|
|
23760
23675
|
"kind": "field",
|
|
23761
23676
|
"name": "accessibleRole",
|
|
23762
23677
|
"type": {
|
|
23763
|
-
"text": "
|
|
23678
|
+
"text": "ListItemAccessibleRole | undefined",
|
|
23679
|
+
"references": [
|
|
23680
|
+
{
|
|
23681
|
+
"name": "ListItemAccessibleRole",
|
|
23682
|
+
"package": "@ui5/webcomponents",
|
|
23683
|
+
"module": "dist/types/ListItemAccessibleRole.js"
|
|
23684
|
+
}
|
|
23685
|
+
]
|
|
23764
23686
|
},
|
|
23765
23687
|
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
23766
23688
|
"default": "undefined",
|
|
23767
23689
|
"privacy": "public",
|
|
23768
|
-
"_ui5since": "
|
|
23690
|
+
"_ui5since": "2.23.0"
|
|
23769
23691
|
},
|
|
23770
23692
|
{
|
|
23771
23693
|
"kind": "field",
|
|
@@ -24107,23 +24029,8 @@
|
|
|
24107
24029
|
"_ui5Cancelable": false,
|
|
24108
24030
|
"_ui5allowPreventDefault": false,
|
|
24109
24031
|
"_ui5Bubbles": true,
|
|
24110
|
-
"_ui5since": "2.
|
|
24032
|
+
"_ui5since": "2.23.0",
|
|
24111
24033
|
"_ui5parameters": [
|
|
24112
|
-
{
|
|
24113
|
-
"type": {
|
|
24114
|
-
"text": "ListItemBase",
|
|
24115
|
-
"references": [
|
|
24116
|
-
{
|
|
24117
|
-
"name": "ListItemBase",
|
|
24118
|
-
"package": "@ui5/webcomponents",
|
|
24119
|
-
"module": "dist/ListItemBase.js"
|
|
24120
|
-
}
|
|
24121
|
-
]
|
|
24122
|
-
},
|
|
24123
|
-
"name": "item",
|
|
24124
|
-
"_ui5privacy": "public",
|
|
24125
|
-
"description": "The activated item."
|
|
24126
|
-
},
|
|
24127
24034
|
{
|
|
24128
24035
|
"type": {
|
|
24129
24036
|
"text": "Event"
|
|
@@ -24628,7 +24535,7 @@
|
|
|
24628
24535
|
"_ui5Cancelable": false,
|
|
24629
24536
|
"_ui5allowPreventDefault": false,
|
|
24630
24537
|
"_ui5Bubbles": true,
|
|
24631
|
-
"_ui5since": "2.
|
|
24538
|
+
"_ui5since": "2.23.0",
|
|
24632
24539
|
"_ui5parameters": [
|
|
24633
24540
|
{
|
|
24634
24541
|
"type": {
|
|
@@ -24637,21 +24544,6 @@
|
|
|
24637
24544
|
"name": "originalEvent",
|
|
24638
24545
|
"_ui5privacy": "public",
|
|
24639
24546
|
"description": "The original event from the user interaction."
|
|
24640
|
-
},
|
|
24641
|
-
{
|
|
24642
|
-
"type": {
|
|
24643
|
-
"text": "Tab",
|
|
24644
|
-
"references": [
|
|
24645
|
-
{
|
|
24646
|
-
"name": "Tab",
|
|
24647
|
-
"package": "@ui5/webcomponents",
|
|
24648
|
-
"module": "dist/Tab.js"
|
|
24649
|
-
}
|
|
24650
|
-
]
|
|
24651
|
-
},
|
|
24652
|
-
"name": "tab",
|
|
24653
|
-
"_ui5privacy": "public",
|
|
24654
|
-
"description": "The selected tab."
|
|
24655
24547
|
}
|
|
24656
24548
|
]
|
|
24657
24549
|
}
|
|
@@ -25948,7 +25840,7 @@
|
|
|
25948
25840
|
},
|
|
25949
25841
|
"tagName": "ui5-table-group-row",
|
|
25950
25842
|
"customElement": true,
|
|
25951
|
-
"_ui5since": "2.
|
|
25843
|
+
"_ui5since": "2.23.0",
|
|
25952
25844
|
"_ui5privacy": "public",
|
|
25953
25845
|
"slots": [
|
|
25954
25846
|
{
|
|
@@ -32863,12 +32755,19 @@
|
|
|
32863
32755
|
"kind": "field",
|
|
32864
32756
|
"name": "accessibleRole",
|
|
32865
32757
|
"type": {
|
|
32866
|
-
"text": "
|
|
32758
|
+
"text": "ListItemAccessibleRole | undefined",
|
|
32759
|
+
"references": [
|
|
32760
|
+
{
|
|
32761
|
+
"name": "ListItemAccessibleRole",
|
|
32762
|
+
"package": "@ui5/webcomponents",
|
|
32763
|
+
"module": "dist/types/ListItemAccessibleRole.js"
|
|
32764
|
+
}
|
|
32765
|
+
]
|
|
32867
32766
|
},
|
|
32868
32767
|
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
32869
32768
|
"default": "undefined",
|
|
32870
32769
|
"privacy": "public",
|
|
32871
|
-
"_ui5since": "
|
|
32770
|
+
"_ui5since": "2.23.0"
|
|
32872
32771
|
},
|
|
32873
32772
|
{
|
|
32874
32773
|
"kind": "field",
|
|
@@ -33256,23 +33155,8 @@
|
|
|
33256
33155
|
"_ui5Cancelable": false,
|
|
33257
33156
|
"_ui5allowPreventDefault": false,
|
|
33258
33157
|
"_ui5Bubbles": true,
|
|
33259
|
-
"_ui5since": "2.
|
|
33158
|
+
"_ui5since": "2.23.0",
|
|
33260
33159
|
"_ui5parameters": [
|
|
33261
|
-
{
|
|
33262
|
-
"type": {
|
|
33263
|
-
"text": "ListItemBase",
|
|
33264
|
-
"references": [
|
|
33265
|
-
{
|
|
33266
|
-
"name": "ListItemBase",
|
|
33267
|
-
"package": "@ui5/webcomponents",
|
|
33268
|
-
"module": "dist/ListItemBase.js"
|
|
33269
|
-
}
|
|
33270
|
-
]
|
|
33271
|
-
},
|
|
33272
|
-
"name": "item",
|
|
33273
|
-
"_ui5privacy": "public",
|
|
33274
|
-
"description": "The activated item."
|
|
33275
|
-
},
|
|
33276
33160
|
{
|
|
33277
33161
|
"type": {
|
|
33278
33162
|
"text": "Event"
|
|
@@ -33401,12 +33285,19 @@
|
|
|
33401
33285
|
"kind": "field",
|
|
33402
33286
|
"name": "accessibleRole",
|
|
33403
33287
|
"type": {
|
|
33404
|
-
"text": "
|
|
33288
|
+
"text": "ListItemAccessibleRole | undefined",
|
|
33289
|
+
"references": [
|
|
33290
|
+
{
|
|
33291
|
+
"name": "ListItemAccessibleRole",
|
|
33292
|
+
"package": "@ui5/webcomponents",
|
|
33293
|
+
"module": "dist/types/ListItemAccessibleRole.js"
|
|
33294
|
+
}
|
|
33295
|
+
]
|
|
33405
33296
|
},
|
|
33406
33297
|
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
33407
33298
|
"default": "undefined",
|
|
33408
33299
|
"privacy": "public",
|
|
33409
|
-
"_ui5since": "
|
|
33300
|
+
"_ui5since": "2.23.0"
|
|
33410
33301
|
},
|
|
33411
33302
|
{
|
|
33412
33303
|
"kind": "field",
|
|
@@ -33575,23 +33466,8 @@
|
|
|
33575
33466
|
"_ui5Cancelable": false,
|
|
33576
33467
|
"_ui5allowPreventDefault": false,
|
|
33577
33468
|
"_ui5Bubbles": true,
|
|
33578
|
-
"_ui5since": "2.
|
|
33469
|
+
"_ui5since": "2.23.0",
|
|
33579
33470
|
"_ui5parameters": [
|
|
33580
|
-
{
|
|
33581
|
-
"type": {
|
|
33582
|
-
"text": "ListItemBase",
|
|
33583
|
-
"references": [
|
|
33584
|
-
{
|
|
33585
|
-
"name": "ListItemBase",
|
|
33586
|
-
"package": "@ui5/webcomponents",
|
|
33587
|
-
"module": "dist/ListItemBase.js"
|
|
33588
|
-
}
|
|
33589
|
-
]
|
|
33590
|
-
},
|
|
33591
|
-
"name": "item",
|
|
33592
|
-
"_ui5privacy": "public",
|
|
33593
|
-
"description": "The activated item."
|
|
33594
|
-
},
|
|
33595
33471
|
{
|
|
33596
33472
|
"type": {
|
|
33597
33473
|
"text": "Event"
|
|
@@ -33870,12 +33746,19 @@
|
|
|
33870
33746
|
"kind": "field",
|
|
33871
33747
|
"name": "accessibleRole",
|
|
33872
33748
|
"type": {
|
|
33873
|
-
"text": "
|
|
33749
|
+
"text": "ListItemAccessibleRole | undefined",
|
|
33750
|
+
"references": [
|
|
33751
|
+
{
|
|
33752
|
+
"name": "ListItemAccessibleRole",
|
|
33753
|
+
"package": "@ui5/webcomponents",
|
|
33754
|
+
"module": "dist/types/ListItemAccessibleRole.js"
|
|
33755
|
+
}
|
|
33756
|
+
]
|
|
33874
33757
|
},
|
|
33875
33758
|
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
33876
33759
|
"default": "undefined",
|
|
33877
33760
|
"privacy": "public",
|
|
33878
|
-
"_ui5since": "
|
|
33761
|
+
"_ui5since": "2.23.0"
|
|
33879
33762
|
},
|
|
33880
33763
|
{
|
|
33881
33764
|
"kind": "field",
|
|
@@ -34200,23 +34083,8 @@
|
|
|
34200
34083
|
"_ui5Cancelable": false,
|
|
34201
34084
|
"_ui5allowPreventDefault": false,
|
|
34202
34085
|
"_ui5Bubbles": true,
|
|
34203
|
-
"_ui5since": "2.
|
|
34086
|
+
"_ui5since": "2.23.0",
|
|
34204
34087
|
"_ui5parameters": [
|
|
34205
|
-
{
|
|
34206
|
-
"type": {
|
|
34207
|
-
"text": "ListItemBase",
|
|
34208
|
-
"references": [
|
|
34209
|
-
{
|
|
34210
|
-
"name": "ListItemBase",
|
|
34211
|
-
"package": "@ui5/webcomponents",
|
|
34212
|
-
"module": "dist/ListItemBase.js"
|
|
34213
|
-
}
|
|
34214
|
-
]
|
|
34215
|
-
},
|
|
34216
|
-
"name": "item",
|
|
34217
|
-
"_ui5privacy": "public",
|
|
34218
|
-
"description": "The activated item."
|
|
34219
|
-
},
|
|
34220
34088
|
{
|
|
34221
34089
|
"type": {
|
|
34222
34090
|
"text": "Event"
|