@ui5/webcomponents 2.22.0-rc.4 → 2.22.0-rc.5

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.
Files changed (156) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/ComboBox.d.ts +4 -0
  4. package/dist/ComboBox.js +6 -0
  5. package/dist/ComboBox.js.map +1 -1
  6. package/dist/DateTimePicker.d.ts +5 -6
  7. package/dist/DateTimePicker.js +9 -11
  8. package/dist/DateTimePicker.js.map +1 -1
  9. package/dist/Input.d.ts +4 -0
  10. package/dist/Input.js.map +1 -1
  11. package/dist/List.js +8 -0
  12. package/dist/List.js.map +1 -1
  13. package/dist/ListItem.d.ts +9 -5
  14. package/dist/ListItem.js +10 -9
  15. package/dist/ListItem.js.map +1 -1
  16. package/dist/ListItemBase.d.ts +6 -1
  17. package/dist/ListItemBase.js +16 -0
  18. package/dist/ListItemBase.js.map +1 -1
  19. package/dist/ListItemBaseTemplate.d.ts +2 -2
  20. package/dist/ListItemBaseTemplate.js.map +1 -1
  21. package/dist/ListItemGroup.d.ts +2 -0
  22. package/dist/ListItemGroup.js.map +1 -1
  23. package/dist/Menu.d.ts +4 -0
  24. package/dist/Menu.js.map +1 -1
  25. package/dist/MenuItemTemplate.d.ts +5 -1
  26. package/dist/MenuItemTemplate.js +8 -3
  27. package/dist/MenuItemTemplate.js.map +1 -1
  28. package/dist/MultiComboBox.d.ts +5 -1
  29. package/dist/MultiComboBox.js +33 -24
  30. package/dist/MultiComboBox.js.map +1 -1
  31. package/dist/MultiInput.d.ts +6 -0
  32. package/dist/MultiInput.js +36 -8
  33. package/dist/MultiInput.js.map +1 -1
  34. package/dist/Panel.d.ts +22 -0
  35. package/dist/Panel.js +51 -0
  36. package/dist/Panel.js.map +1 -1
  37. package/dist/PanelTemplate.js +5 -2
  38. package/dist/PanelTemplate.js.map +1 -1
  39. package/dist/Tab.d.ts +8 -1
  40. package/dist/Tab.js +13 -0
  41. package/dist/Tab.js.map +1 -1
  42. package/dist/TabContainer.d.ts +6 -3
  43. package/dist/TabContainer.js +11 -8
  44. package/dist/TabContainer.js.map +1 -1
  45. package/dist/Tokenizer.d.ts +1 -0
  46. package/dist/Tokenizer.js +12 -0
  47. package/dist/Tokenizer.js.map +1 -1
  48. package/dist/css/themes/Dialog.css +1 -1
  49. package/dist/css/themes/ListItemBase.css +1 -1
  50. package/dist/css/themes/OptionBase.css +1 -1
  51. package/dist/css/themes/Panel.css +1 -1
  52. package/dist/css/themes/SliderTooltip.css +1 -1
  53. package/dist/css/themes/Toolbar.css +1 -1
  54. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  55. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  56. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  57. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  58. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  59. package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +2 -1
  60. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  61. package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +3 -2
  62. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  63. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  64. package/dist/custom-elements-internal.json +980 -8
  65. package/dist/custom-elements.json +431 -7
  66. package/dist/dynamic-date-range-options/DateTimeRangeTemplate.js +7 -2
  67. package/dist/dynamic-date-range-options/DateTimeRangeTemplate.js.map +1 -1
  68. package/dist/dynamic-date-range-options/FromDateTimeTemplate.js +1 -1
  69. package/dist/dynamic-date-range-options/FromDateTimeTemplate.js.map +1 -1
  70. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  71. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  72. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  73. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  74. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  75. package/dist/generated/assets/themes/sap_horizon_auto/parameters-bundle.css.json +1 -1
  76. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  77. package/dist/generated/assets/themes/sap_horizon_hc_auto/parameters-bundle.css.json +1 -1
  78. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  79. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  80. package/dist/generated/themes/Dialog.css.d.ts +1 -1
  81. package/dist/generated/themes/Dialog.css.js +1 -1
  82. package/dist/generated/themes/Dialog.css.js.map +1 -1
  83. package/dist/generated/themes/ListItemBase.css.d.ts +1 -1
  84. package/dist/generated/themes/ListItemBase.css.js +1 -1
  85. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  86. package/dist/generated/themes/OptionBase.css.d.ts +1 -1
  87. package/dist/generated/themes/OptionBase.css.js +1 -1
  88. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  89. package/dist/generated/themes/Panel.css.d.ts +1 -1
  90. package/dist/generated/themes/Panel.css.js +1 -1
  91. package/dist/generated/themes/Panel.css.js.map +1 -1
  92. package/dist/generated/themes/SliderTooltip.css.d.ts +1 -1
  93. package/dist/generated/themes/SliderTooltip.css.js +1 -1
  94. package/dist/generated/themes/SliderTooltip.css.js.map +1 -1
  95. package/dist/generated/themes/Toolbar.css.d.ts +1 -1
  96. package/dist/generated/themes/Toolbar.css.js +1 -1
  97. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  98. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  99. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  100. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  101. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  102. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  103. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  104. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  105. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  106. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  107. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  108. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  109. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  110. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  111. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  112. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  113. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +1 -1
  114. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +2 -1
  115. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -1
  116. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  117. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  118. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  119. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.d.ts +1 -1
  120. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js +3 -2
  121. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js.map +1 -1
  122. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  123. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  124. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  125. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  126. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  127. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  128. package/dist/vscode.html-custom-data.json +106 -18
  129. package/dist/web-types.json +265 -34
  130. package/package-scripts.cjs +1 -0
  131. package/package.json +9 -9
  132. package/src/ListItemBaseTemplate.tsx +3 -3
  133. package/src/MenuItemTemplate.tsx +21 -10
  134. package/src/PanelTemplate.tsx +12 -5
  135. package/src/dynamic-date-range-options/DateTimeRangeTemplate.tsx +8 -2
  136. package/src/dynamic-date-range-options/FromDateTimeTemplate.tsx +1 -1
  137. package/src/themes/Dialog.css +2 -2
  138. package/src/themes/ListItemBase.css +4 -3
  139. package/src/themes/OptionBase.css +6 -0
  140. package/src/themes/Panel.css +19 -2
  141. package/src/themes/SliderTooltip.css +1 -1
  142. package/src/themes/Toolbar.css +2 -2
  143. package/src/themes/base/Panel-parameters.css +1 -0
  144. package/src/themes/base/sizes-parameters.css +2 -2
  145. package/src/themes/sap_fiori_3_hcb/Link-parameters.css +1 -1
  146. package/src/themes/sap_fiori_3_hcw/Link-parameters.css +1 -1
  147. package/src/themes/sap_horizon_hcb/Link-parameters.css +1 -1
  148. package/src/themes/sap_horizon_hcw/Link-parameters.css +1 -1
  149. package/src/themes/base/SliderTooltip-parameters.css +0 -3
  150. package/src/themes/sap_fiori_3/SliderTooltip-parameters.css +0 -5
  151. package/src/themes/sap_fiori_3_dark/SliderTooltip-parameters.css +0 -5
  152. package/src/themes/sap_fiori_3_hcb/SliderTooltip-parameters.css +0 -5
  153. package/src/themes/sap_fiori_3_hcw/SliderTooltip-parameters.css +0 -5
  154. package/src/themes/sap_horizon_dark/SliderTooltip-parameters.css +0 -1
  155. package/src/themes/sap_horizon_hcb/SliderTooltip-parameters.css +0 -1
  156. package/src/themes/sap_horizon_hcw/SliderTooltip-parameters.css +0 -1
@@ -5369,6 +5369,52 @@
5369
5369
  "package": "@ui5/webcomponents",
5370
5370
  "module": "dist/ComboBox.js"
5371
5371
  }
5372
+ ],
5373
+ "events": [
5374
+ {
5375
+ "name": "click",
5376
+ "_ui5privacy": "public",
5377
+ "type": {
5378
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
5379
+ "references": [
5380
+ {
5381
+ "name": "ListItemBaseClickEventDetail",
5382
+ "package": "@ui5/webcomponents",
5383
+ "module": "dist/ListItemBase.js"
5384
+ }
5385
+ ]
5386
+ },
5387
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
5388
+ "_ui5Cancelable": false,
5389
+ "_ui5allowPreventDefault": false,
5390
+ "_ui5Bubbles": true,
5391
+ "_ui5since": "2.22.0",
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
+ {
5409
+ "type": {
5410
+ "text": "Event"
5411
+ },
5412
+ "name": "originalEvent",
5413
+ "_ui5privacy": "public",
5414
+ "description": "The original event from the user interaction."
5415
+ }
5416
+ ]
5417
+ }
5372
5418
  ]
5373
5419
  }
5374
5420
  ],
@@ -13073,6 +13119,17 @@
13073
13119
  "privacy": "public",
13074
13120
  "_ui5since": "1.15.0"
13075
13121
  },
13122
+ {
13123
+ "kind": "field",
13124
+ "name": "accessibleRole",
13125
+ "type": {
13126
+ "text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
13127
+ },
13128
+ "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.",
13129
+ "default": "undefined",
13130
+ "privacy": "public",
13131
+ "_ui5since": "1.3.0"
13132
+ },
13076
13133
  {
13077
13134
  "kind": "field",
13078
13135
  "name": "highlight",
@@ -13142,6 +13199,50 @@
13142
13199
  }
13143
13200
  ],
13144
13201
  "events": [
13202
+ {
13203
+ "name": "click",
13204
+ "_ui5privacy": "public",
13205
+ "type": {
13206
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
13207
+ "references": [
13208
+ {
13209
+ "name": "ListItemBaseClickEventDetail",
13210
+ "package": "@ui5/webcomponents",
13211
+ "module": "dist/ListItemBase.js"
13212
+ }
13213
+ ]
13214
+ },
13215
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
13216
+ "_ui5Cancelable": false,
13217
+ "_ui5allowPreventDefault": false,
13218
+ "_ui5Bubbles": true,
13219
+ "_ui5since": "2.22.0",
13220
+ "_ui5parameters": [
13221
+ {
13222
+ "type": {
13223
+ "text": "ListItemBase",
13224
+ "references": [
13225
+ {
13226
+ "name": "ListItemBase",
13227
+ "package": "@ui5/webcomponents",
13228
+ "module": "dist/ListItemBase.js"
13229
+ }
13230
+ ]
13231
+ },
13232
+ "name": "item",
13233
+ "_ui5privacy": "public",
13234
+ "description": "The activated item."
13235
+ },
13236
+ {
13237
+ "type": {
13238
+ "text": "Event"
13239
+ },
13240
+ "name": "originalEvent",
13241
+ "_ui5privacy": "public",
13242
+ "description": "The original event from the user interaction."
13243
+ }
13244
+ ]
13245
+ },
13145
13246
  {
13146
13247
  "name": "detail-click",
13147
13248
  "_ui5privacy": "public",
@@ -13164,6 +13265,15 @@
13164
13265
  "text": "ListItemAccessibilityAttributes"
13165
13266
  }
13166
13267
  },
13268
+ {
13269
+ "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.",
13270
+ "name": "accessible-role",
13271
+ "default": "undefined",
13272
+ "fieldName": "accessibleRole",
13273
+ "type": {
13274
+ "text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
13275
+ }
13276
+ },
13167
13277
  {
13168
13278
  "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
13169
13279
  "name": "highlight",
@@ -13239,6 +13349,52 @@
13239
13349
  "kind": "class",
13240
13350
  "description": "A class to serve as a foundation\nfor the `ListItem` and `ListItemGroupHeader` classes.",
13241
13351
  "name": "ListItemBase",
13352
+ "events": [
13353
+ {
13354
+ "name": "click",
13355
+ "_ui5privacy": "public",
13356
+ "type": {
13357
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
13358
+ "references": [
13359
+ {
13360
+ "name": "ListItemBaseClickEventDetail",
13361
+ "package": "@ui5/webcomponents",
13362
+ "module": "dist/ListItemBase.js"
13363
+ }
13364
+ ]
13365
+ },
13366
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
13367
+ "_ui5Cancelable": false,
13368
+ "_ui5allowPreventDefault": false,
13369
+ "_ui5Bubbles": true,
13370
+ "_ui5since": "2.22.0",
13371
+ "_ui5parameters": [
13372
+ {
13373
+ "type": {
13374
+ "text": "ListItemBase",
13375
+ "references": [
13376
+ {
13377
+ "name": "ListItemBase",
13378
+ "package": "@ui5/webcomponents",
13379
+ "module": "dist/ListItemBase.js"
13380
+ }
13381
+ ]
13382
+ },
13383
+ "name": "item",
13384
+ "_ui5privacy": "public",
13385
+ "description": "The activated item."
13386
+ },
13387
+ {
13388
+ "type": {
13389
+ "text": "Event"
13390
+ },
13391
+ "name": "originalEvent",
13392
+ "_ui5privacy": "public",
13393
+ "description": "The original event from the user interaction."
13394
+ }
13395
+ ]
13396
+ }
13397
+ ],
13242
13398
  "superclass": {
13243
13399
  "name": "UI5Element",
13244
13400
  "package": "@ui5/webcomponents-base",
@@ -13350,6 +13506,17 @@
13350
13506
  "privacy": "public",
13351
13507
  "_ui5since": "1.0.0-rc.15"
13352
13508
  },
13509
+ {
13510
+ "kind": "field",
13511
+ "name": "accessibleRole",
13512
+ "type": {
13513
+ "text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
13514
+ },
13515
+ "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.",
13516
+ "default": "undefined",
13517
+ "privacy": "public",
13518
+ "_ui5since": "1.3.0"
13519
+ },
13353
13520
  {
13354
13521
  "kind": "field",
13355
13522
  "name": "highlight",
@@ -13448,6 +13615,15 @@
13448
13615
  "text": "string | undefined"
13449
13616
  }
13450
13617
  },
13618
+ {
13619
+ "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.",
13620
+ "name": "accessible-role",
13621
+ "default": "undefined",
13622
+ "fieldName": "accessibleRole",
13623
+ "type": {
13624
+ "text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
13625
+ }
13626
+ },
13451
13627
  {
13452
13628
  "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
13453
13629
  "name": "highlight",
@@ -13512,6 +13688,50 @@
13512
13688
  "customElement": true,
13513
13689
  "_ui5privacy": "public",
13514
13690
  "events": [
13691
+ {
13692
+ "name": "click",
13693
+ "_ui5privacy": "public",
13694
+ "type": {
13695
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
13696
+ "references": [
13697
+ {
13698
+ "name": "ListItemBaseClickEventDetail",
13699
+ "package": "@ui5/webcomponents",
13700
+ "module": "dist/ListItemBase.js"
13701
+ }
13702
+ ]
13703
+ },
13704
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
13705
+ "_ui5Cancelable": false,
13706
+ "_ui5allowPreventDefault": false,
13707
+ "_ui5Bubbles": true,
13708
+ "_ui5since": "2.22.0",
13709
+ "_ui5parameters": [
13710
+ {
13711
+ "type": {
13712
+ "text": "ListItemBase",
13713
+ "references": [
13714
+ {
13715
+ "name": "ListItemBase",
13716
+ "package": "@ui5/webcomponents",
13717
+ "module": "dist/ListItemBase.js"
13718
+ }
13719
+ ]
13720
+ },
13721
+ "name": "item",
13722
+ "_ui5privacy": "public",
13723
+ "description": "The activated item."
13724
+ },
13725
+ {
13726
+ "type": {
13727
+ "text": "Event"
13728
+ },
13729
+ "name": "originalEvent",
13730
+ "_ui5privacy": "public",
13731
+ "description": "The original event from the user interaction."
13732
+ }
13733
+ ]
13734
+ },
13515
13735
  {
13516
13736
  "name": "detail-click",
13517
13737
  "_ui5privacy": "public",
@@ -13846,7 +14066,53 @@
13846
14066
  },
13847
14067
  "tagName": "ui5-li-group-header",
13848
14068
  "customElement": true,
13849
- "_ui5privacy": "private"
14069
+ "_ui5privacy": "private",
14070
+ "events": [
14071
+ {
14072
+ "name": "click",
14073
+ "_ui5privacy": "public",
14074
+ "type": {
14075
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
14076
+ "references": [
14077
+ {
14078
+ "name": "ListItemBaseClickEventDetail",
14079
+ "package": "@ui5/webcomponents",
14080
+ "module": "dist/ListItemBase.js"
14081
+ }
14082
+ ]
14083
+ },
14084
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
14085
+ "_ui5Cancelable": false,
14086
+ "_ui5allowPreventDefault": false,
14087
+ "_ui5Bubbles": true,
14088
+ "_ui5since": "2.22.0",
14089
+ "_ui5parameters": [
14090
+ {
14091
+ "type": {
14092
+ "text": "ListItemBase",
14093
+ "references": [
14094
+ {
14095
+ "name": "ListItemBase",
14096
+ "package": "@ui5/webcomponents",
14097
+ "module": "dist/ListItemBase.js"
14098
+ }
14099
+ ]
14100
+ },
14101
+ "name": "item",
14102
+ "_ui5privacy": "public",
14103
+ "description": "The activated item."
14104
+ },
14105
+ {
14106
+ "type": {
14107
+ "text": "Event"
14108
+ },
14109
+ "name": "originalEvent",
14110
+ "_ui5privacy": "public",
14111
+ "description": "The original event from the user interaction."
14112
+ }
14113
+ ]
14114
+ }
14115
+ ]
13850
14116
  }
13851
14117
  ],
13852
14118
  "exports": [
@@ -13984,6 +14250,17 @@
13984
14250
  "privacy": "public",
13985
14251
  "_ui5since": "1.0.0-rc.15"
13986
14252
  },
14253
+ {
14254
+ "kind": "field",
14255
+ "name": "accessibleRole",
14256
+ "type": {
14257
+ "text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
14258
+ },
14259
+ "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.",
14260
+ "default": "undefined",
14261
+ "privacy": "public",
14262
+ "_ui5since": "1.3.0"
14263
+ },
13987
14264
  {
13988
14265
  "kind": "field",
13989
14266
  "name": "additionalText",
@@ -14171,6 +14448,15 @@
14171
14448
  "text": "string | undefined"
14172
14449
  }
14173
14450
  },
14451
+ {
14452
+ "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.",
14453
+ "name": "accessible-role",
14454
+ "default": "undefined",
14455
+ "fieldName": "accessibleRole",
14456
+ "type": {
14457
+ "text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
14458
+ }
14459
+ },
14174
14460
  {
14175
14461
  "description": "Defines the `additionalText`, displayed in the end of the list item.",
14176
14462
  "name": "additional-text",
@@ -14299,12 +14585,56 @@
14299
14585
  "_ui5privacy": "public",
14300
14586
  "events": [
14301
14587
  {
14302
- "name": "detail-click",
14588
+ "name": "click",
14303
14589
  "_ui5privacy": "public",
14304
14590
  "type": {
14305
- "text": "CustomEvent"
14306
- },
14307
- "description": "Fired when the user clicks on the detail button when type is `Detail`.",
14591
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
14592
+ "references": [
14593
+ {
14594
+ "name": "ListItemBaseClickEventDetail",
14595
+ "package": "@ui5/webcomponents",
14596
+ "module": "dist/ListItemBase.js"
14597
+ }
14598
+ ]
14599
+ },
14600
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
14601
+ "_ui5Cancelable": false,
14602
+ "_ui5allowPreventDefault": false,
14603
+ "_ui5Bubbles": true,
14604
+ "_ui5since": "2.22.0",
14605
+ "_ui5parameters": [
14606
+ {
14607
+ "type": {
14608
+ "text": "ListItemBase",
14609
+ "references": [
14610
+ {
14611
+ "name": "ListItemBase",
14612
+ "package": "@ui5/webcomponents",
14613
+ "module": "dist/ListItemBase.js"
14614
+ }
14615
+ ]
14616
+ },
14617
+ "name": "item",
14618
+ "_ui5privacy": "public",
14619
+ "description": "The activated item."
14620
+ },
14621
+ {
14622
+ "type": {
14623
+ "text": "Event"
14624
+ },
14625
+ "name": "originalEvent",
14626
+ "_ui5privacy": "public",
14627
+ "description": "The original event from the user interaction."
14628
+ }
14629
+ ]
14630
+ },
14631
+ {
14632
+ "name": "detail-click",
14633
+ "_ui5privacy": "public",
14634
+ "type": {
14635
+ "text": "CustomEvent"
14636
+ },
14637
+ "description": "Fired when the user clicks on the detail button when type is `Detail`.",
14308
14638
  "_ui5Cancelable": false,
14309
14639
  "_ui5allowPreventDefault": false,
14310
14640
  "_ui5Bubbles": true
@@ -14750,6 +15080,17 @@
14750
15080
  "privacy": "public",
14751
15081
  "_ui5since": "1.7.0"
14752
15082
  },
15083
+ {
15084
+ "kind": "field",
15085
+ "name": "accessibleRole",
15086
+ "type": {
15087
+ "text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
15088
+ },
15089
+ "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.",
15090
+ "default": "undefined",
15091
+ "privacy": "public",
15092
+ "_ui5since": "1.3.0"
15093
+ },
14753
15094
  {
14754
15095
  "kind": "field",
14755
15096
  "name": "additionalText",
@@ -14963,6 +15304,50 @@
14963
15304
  "_ui5Bubbles": true,
14964
15305
  "_ui5since": "2.12.0"
14965
15306
  },
15307
+ {
15308
+ "name": "click",
15309
+ "_ui5privacy": "public",
15310
+ "type": {
15311
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
15312
+ "references": [
15313
+ {
15314
+ "name": "ListItemBaseClickEventDetail",
15315
+ "package": "@ui5/webcomponents",
15316
+ "module": "dist/ListItemBase.js"
15317
+ }
15318
+ ]
15319
+ },
15320
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
15321
+ "_ui5Cancelable": false,
15322
+ "_ui5allowPreventDefault": false,
15323
+ "_ui5Bubbles": true,
15324
+ "_ui5since": "2.22.0",
15325
+ "_ui5parameters": [
15326
+ {
15327
+ "type": {
15328
+ "text": "ListItemBase",
15329
+ "references": [
15330
+ {
15331
+ "name": "ListItemBase",
15332
+ "package": "@ui5/webcomponents",
15333
+ "module": "dist/ListItemBase.js"
15334
+ }
15335
+ ]
15336
+ },
15337
+ "name": "item",
15338
+ "_ui5privacy": "public",
15339
+ "description": "The activated item."
15340
+ },
15341
+ {
15342
+ "type": {
15343
+ "text": "Event"
15344
+ },
15345
+ "name": "originalEvent",
15346
+ "_ui5privacy": "public",
15347
+ "description": "The original event from the user interaction."
15348
+ }
15349
+ ]
15350
+ },
14966
15351
  {
14967
15352
  "name": "close",
14968
15353
  "_ui5privacy": "public",
@@ -15017,6 +15402,15 @@
15017
15402
  "text": "string | undefined"
15018
15403
  }
15019
15404
  },
15405
+ {
15406
+ "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.",
15407
+ "name": "accessible-role",
15408
+ "default": "undefined",
15409
+ "fieldName": "accessibleRole",
15410
+ "type": {
15411
+ "text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
15412
+ }
15413
+ },
15020
15414
  {
15021
15415
  "description": "Defines the `additionalText`, displayed in the end of the menu item.\n\n**Note:** The additional text will not be displayed if there are items added in `items` slot or there are\ncomponents added to `endContent` slot.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.",
15022
15416
  "name": "additional-text",
@@ -15279,6 +15673,52 @@
15279
15673
  "package": "@ui5/webcomponents",
15280
15674
  "module": "dist/Menu.js"
15281
15675
  }
15676
+ ],
15677
+ "events": [
15678
+ {
15679
+ "name": "click",
15680
+ "_ui5privacy": "public",
15681
+ "type": {
15682
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
15683
+ "references": [
15684
+ {
15685
+ "name": "ListItemBaseClickEventDetail",
15686
+ "package": "@ui5/webcomponents",
15687
+ "module": "dist/ListItemBase.js"
15688
+ }
15689
+ ]
15690
+ },
15691
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
15692
+ "_ui5Cancelable": false,
15693
+ "_ui5allowPreventDefault": false,
15694
+ "_ui5Bubbles": true,
15695
+ "_ui5since": "2.22.0",
15696
+ "_ui5parameters": [
15697
+ {
15698
+ "type": {
15699
+ "text": "ListItemBase",
15700
+ "references": [
15701
+ {
15702
+ "name": "ListItemBase",
15703
+ "package": "@ui5/webcomponents",
15704
+ "module": "dist/ListItemBase.js"
15705
+ }
15706
+ ]
15707
+ },
15708
+ "name": "item",
15709
+ "_ui5privacy": "public",
15710
+ "description": "The activated item."
15711
+ },
15712
+ {
15713
+ "type": {
15714
+ "text": "Event"
15715
+ },
15716
+ "name": "originalEvent",
15717
+ "_ui5privacy": "public",
15718
+ "description": "The original event from the user interaction."
15719
+ }
15720
+ ]
15721
+ }
15282
15722
  ]
15283
15723
  }
15284
15724
  ],
@@ -16298,6 +16738,52 @@
16298
16738
  "_ui5since": "2.20.0"
16299
16739
  }
16300
16740
  ],
16741
+ "events": [
16742
+ {
16743
+ "name": "click",
16744
+ "_ui5privacy": "public",
16745
+ "type": {
16746
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
16747
+ "references": [
16748
+ {
16749
+ "name": "ListItemBaseClickEventDetail",
16750
+ "package": "@ui5/webcomponents",
16751
+ "module": "dist/ListItemBase.js"
16752
+ }
16753
+ ]
16754
+ },
16755
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
16756
+ "_ui5Cancelable": false,
16757
+ "_ui5allowPreventDefault": false,
16758
+ "_ui5Bubbles": true,
16759
+ "_ui5since": "2.22.0",
16760
+ "_ui5parameters": [
16761
+ {
16762
+ "type": {
16763
+ "text": "ListItemBase",
16764
+ "references": [
16765
+ {
16766
+ "name": "ListItemBase",
16767
+ "package": "@ui5/webcomponents",
16768
+ "module": "dist/ListItemBase.js"
16769
+ }
16770
+ ]
16771
+ },
16772
+ "name": "item",
16773
+ "_ui5privacy": "public",
16774
+ "description": "The activated item."
16775
+ },
16776
+ {
16777
+ "type": {
16778
+ "text": "Event"
16779
+ },
16780
+ "name": "originalEvent",
16781
+ "_ui5privacy": "public",
16782
+ "description": "The original event from the user interaction."
16783
+ }
16784
+ ]
16785
+ }
16786
+ ],
16301
16787
  "attributes": [
16302
16788
  {
16303
16789
  "description": "Defines the additional text of the component.",
@@ -17377,6 +17863,52 @@
17377
17863
  "package": "@ui5/webcomponents",
17378
17864
  "module": "dist/Select.js"
17379
17865
  }
17866
+ ],
17867
+ "events": [
17868
+ {
17869
+ "name": "click",
17870
+ "_ui5privacy": "public",
17871
+ "type": {
17872
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
17873
+ "references": [
17874
+ {
17875
+ "name": "ListItemBaseClickEventDetail",
17876
+ "package": "@ui5/webcomponents",
17877
+ "module": "dist/ListItemBase.js"
17878
+ }
17879
+ ]
17880
+ },
17881
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
17882
+ "_ui5Cancelable": false,
17883
+ "_ui5allowPreventDefault": false,
17884
+ "_ui5Bubbles": true,
17885
+ "_ui5since": "2.22.0",
17886
+ "_ui5parameters": [
17887
+ {
17888
+ "type": {
17889
+ "text": "ListItemBase",
17890
+ "references": [
17891
+ {
17892
+ "name": "ListItemBase",
17893
+ "package": "@ui5/webcomponents",
17894
+ "module": "dist/ListItemBase.js"
17895
+ }
17896
+ ]
17897
+ },
17898
+ "name": "item",
17899
+ "_ui5privacy": "public",
17900
+ "description": "The activated item."
17901
+ },
17902
+ {
17903
+ "type": {
17904
+ "text": "Event"
17905
+ },
17906
+ "name": "originalEvent",
17907
+ "_ui5privacy": "public",
17908
+ "description": "The original event from the user interaction."
17909
+ }
17910
+ ]
17911
+ }
17380
17912
  ]
17381
17913
  }
17382
17914
  ],
@@ -17513,6 +18045,52 @@
17513
18045
  "package": "@ui5/webcomponents",
17514
18046
  "module": "dist/Select.js"
17515
18047
  }
18048
+ ],
18049
+ "events": [
18050
+ {
18051
+ "name": "click",
18052
+ "_ui5privacy": "public",
18053
+ "type": {
18054
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
18055
+ "references": [
18056
+ {
18057
+ "name": "ListItemBaseClickEventDetail",
18058
+ "package": "@ui5/webcomponents",
18059
+ "module": "dist/ListItemBase.js"
18060
+ }
18061
+ ]
18062
+ },
18063
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
18064
+ "_ui5Cancelable": false,
18065
+ "_ui5allowPreventDefault": false,
18066
+ "_ui5Bubbles": true,
18067
+ "_ui5since": "2.22.0",
18068
+ "_ui5parameters": [
18069
+ {
18070
+ "type": {
18071
+ "text": "ListItemBase",
18072
+ "references": [
18073
+ {
18074
+ "name": "ListItemBase",
18075
+ "package": "@ui5/webcomponents",
18076
+ "module": "dist/ListItemBase.js"
18077
+ }
18078
+ ]
18079
+ },
18080
+ "name": "item",
18081
+ "_ui5privacy": "public",
18082
+ "description": "The activated item."
18083
+ },
18084
+ {
18085
+ "type": {
18086
+ "text": "Event"
18087
+ },
18088
+ "name": "originalEvent",
18089
+ "_ui5privacy": "public",
18090
+ "description": "The original event from the user interaction."
18091
+ }
18092
+ ]
18093
+ }
17516
18094
  ]
17517
18095
  }
17518
18096
  ],
@@ -22590,6 +23168,52 @@
22590
23168
  "package": "@ui5/webcomponents",
22591
23169
  "module": "dist/Input.js"
22592
23170
  }
23171
+ ],
23172
+ "events": [
23173
+ {
23174
+ "name": "click",
23175
+ "_ui5privacy": "public",
23176
+ "type": {
23177
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
23178
+ "references": [
23179
+ {
23180
+ "name": "ListItemBaseClickEventDetail",
23181
+ "package": "@ui5/webcomponents",
23182
+ "module": "dist/ListItemBase.js"
23183
+ }
23184
+ ]
23185
+ },
23186
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
23187
+ "_ui5Cancelable": false,
23188
+ "_ui5allowPreventDefault": false,
23189
+ "_ui5Bubbles": true,
23190
+ "_ui5since": "2.22.0",
23191
+ "_ui5parameters": [
23192
+ {
23193
+ "type": {
23194
+ "text": "ListItemBase",
23195
+ "references": [
23196
+ {
23197
+ "name": "ListItemBase",
23198
+ "package": "@ui5/webcomponents",
23199
+ "module": "dist/ListItemBase.js"
23200
+ }
23201
+ ]
23202
+ },
23203
+ "name": "item",
23204
+ "_ui5privacy": "public",
23205
+ "description": "The activated item."
23206
+ },
23207
+ {
23208
+ "type": {
23209
+ "text": "Event"
23210
+ },
23211
+ "name": "originalEvent",
23212
+ "_ui5privacy": "public",
23213
+ "description": "The original event from the user interaction."
23214
+ }
23215
+ ]
23216
+ }
22593
23217
  ]
22594
23218
  }
22595
23219
  ],
@@ -22669,6 +23293,52 @@
22669
23293
  "package": "@ui5/webcomponents",
22670
23294
  "module": "dist/Input.js"
22671
23295
  }
23296
+ ],
23297
+ "events": [
23298
+ {
23299
+ "name": "click",
23300
+ "_ui5privacy": "public",
23301
+ "type": {
23302
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
23303
+ "references": [
23304
+ {
23305
+ "name": "ListItemBaseClickEventDetail",
23306
+ "package": "@ui5/webcomponents",
23307
+ "module": "dist/ListItemBase.js"
23308
+ }
23309
+ ]
23310
+ },
23311
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
23312
+ "_ui5Cancelable": false,
23313
+ "_ui5allowPreventDefault": false,
23314
+ "_ui5Bubbles": true,
23315
+ "_ui5since": "2.22.0",
23316
+ "_ui5parameters": [
23317
+ {
23318
+ "type": {
23319
+ "text": "ListItemBase",
23320
+ "references": [
23321
+ {
23322
+ "name": "ListItemBase",
23323
+ "package": "@ui5/webcomponents",
23324
+ "module": "dist/ListItemBase.js"
23325
+ }
23326
+ ]
23327
+ },
23328
+ "name": "item",
23329
+ "_ui5privacy": "public",
23330
+ "description": "The activated item."
23331
+ },
23332
+ {
23333
+ "type": {
23334
+ "text": "Event"
23335
+ },
23336
+ "name": "originalEvent",
23337
+ "_ui5privacy": "public",
23338
+ "description": "The original event from the user interaction."
23339
+ }
23340
+ ]
23341
+ }
22672
23342
  ]
22673
23343
  }
22674
23344
  ],
@@ -23039,12 +23709,23 @@
23039
23709
  "kind": "field",
23040
23710
  "name": "accessibleName",
23041
23711
  "type": {
23042
- "text": "string | undefined"
23712
+ "text": "string | undefined"
23713
+ },
23714
+ "description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
23715
+ "default": "undefined",
23716
+ "privacy": "public",
23717
+ "_ui5since": "1.0.0-rc.15"
23718
+ },
23719
+ {
23720
+ "kind": "field",
23721
+ "name": "accessibleRole",
23722
+ "type": {
23723
+ "text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
23043
23724
  },
23044
- "description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
23725
+ "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.",
23045
23726
  "default": "undefined",
23046
23727
  "privacy": "public",
23047
- "_ui5since": "1.0.0-rc.15"
23728
+ "_ui5since": "1.3.0"
23048
23729
  },
23049
23730
  {
23050
23731
  "kind": "field",
@@ -23241,6 +23922,15 @@
23241
23922
  "text": "string | undefined"
23242
23923
  }
23243
23924
  },
23925
+ {
23926
+ "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.",
23927
+ "name": "accessible-role",
23928
+ "default": "undefined",
23929
+ "fieldName": "accessibleRole",
23930
+ "type": {
23931
+ "text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
23932
+ }
23933
+ },
23244
23934
  {
23245
23935
  "description": "Defines the `additionalText`, displayed in the end of the list item.",
23246
23936
  "name": "additional-text",
@@ -23360,6 +24050,50 @@
23360
24050
  }
23361
24051
  ],
23362
24052
  "events": [
24053
+ {
24054
+ "name": "click",
24055
+ "_ui5privacy": "public",
24056
+ "type": {
24057
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
24058
+ "references": [
24059
+ {
24060
+ "name": "ListItemBaseClickEventDetail",
24061
+ "package": "@ui5/webcomponents",
24062
+ "module": "dist/ListItemBase.js"
24063
+ }
24064
+ ]
24065
+ },
24066
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
24067
+ "_ui5Cancelable": false,
24068
+ "_ui5allowPreventDefault": false,
24069
+ "_ui5Bubbles": true,
24070
+ "_ui5since": "2.22.0",
24071
+ "_ui5parameters": [
24072
+ {
24073
+ "type": {
24074
+ "text": "ListItemBase",
24075
+ "references": [
24076
+ {
24077
+ "name": "ListItemBase",
24078
+ "package": "@ui5/webcomponents",
24079
+ "module": "dist/ListItemBase.js"
24080
+ }
24081
+ ]
24082
+ },
24083
+ "name": "item",
24084
+ "_ui5privacy": "public",
24085
+ "description": "The activated item."
24086
+ },
24087
+ {
24088
+ "type": {
24089
+ "text": "Event"
24090
+ },
24091
+ "name": "originalEvent",
24092
+ "_ui5privacy": "public",
24093
+ "description": "The original event from the user interaction."
24094
+ }
24095
+ ]
24096
+ },
23363
24097
  {
23364
24098
  "name": "detail-click",
23365
24099
  "_ui5privacy": "public",
@@ -23836,6 +24570,52 @@
23836
24570
  "privacy": "public"
23837
24571
  }
23838
24572
  ],
24573
+ "events": [
24574
+ {
24575
+ "name": "click",
24576
+ "_ui5privacy": "public",
24577
+ "type": {
24578
+ "text": "CustomEvent<TabClickEventDetail>",
24579
+ "references": [
24580
+ {
24581
+ "name": "TabClickEventDetail",
24582
+ "package": "@ui5/webcomponents",
24583
+ "module": "dist/Tab.js"
24584
+ }
24585
+ ]
24586
+ },
24587
+ "description": "Fired when the tab is selected either with a mouse/tap or by using the Enter or Space key.",
24588
+ "_ui5Cancelable": false,
24589
+ "_ui5allowPreventDefault": false,
24590
+ "_ui5Bubbles": true,
24591
+ "_ui5since": "2.22.0",
24592
+ "_ui5parameters": [
24593
+ {
24594
+ "type": {
24595
+ "text": "Event"
24596
+ },
24597
+ "name": "originalEvent",
24598
+ "_ui5privacy": "public",
24599
+ "description": "The original event from the user interaction."
24600
+ },
24601
+ {
24602
+ "type": {
24603
+ "text": "Tab",
24604
+ "references": [
24605
+ {
24606
+ "name": "Tab",
24607
+ "package": "@ui5/webcomponents",
24608
+ "module": "dist/Tab.js"
24609
+ }
24610
+ ]
24611
+ },
24612
+ "name": "tab",
24613
+ "_ui5privacy": "public",
24614
+ "description": "The selected tab."
24615
+ }
24616
+ ]
24617
+ }
24618
+ ],
23839
24619
  "attributes": [
23840
24620
  {
23841
24621
  "description": "Represents the \"additionalText\" text, which is displayed in the tab. In the cases when in the same time there are tabs with icons and tabs without icons, if a tab has no icon the \"additionalText\" is displayed larger.",
@@ -31866,6 +32646,17 @@
31866
32646
  "privacy": "public",
31867
32647
  "_ui5since": "1.8.0"
31868
32648
  },
32649
+ {
32650
+ "kind": "field",
32651
+ "name": "accessibleRole",
32652
+ "type": {
32653
+ "text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
32654
+ },
32655
+ "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.",
32656
+ "default": "undefined",
32657
+ "privacy": "public",
32658
+ "_ui5since": "1.3.0"
32659
+ },
31869
32660
  {
31870
32661
  "kind": "field",
31871
32662
  "name": "additionalText",
@@ -32055,6 +32846,15 @@
32055
32846
  "text": "string | undefined"
32056
32847
  }
32057
32848
  },
32849
+ {
32850
+ "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.",
32851
+ "name": "accessible-role",
32852
+ "default": "undefined",
32853
+ "fieldName": "accessibleRole",
32854
+ "type": {
32855
+ "text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
32856
+ }
32857
+ },
32058
32858
  {
32059
32859
  "description": "Defines the `additionalText`, displayed in the end of the tree item.",
32060
32860
  "name": "additional-text",
@@ -32226,6 +33026,50 @@
32226
33026
  }
32227
33027
  ],
32228
33028
  "events": [
33029
+ {
33030
+ "name": "click",
33031
+ "_ui5privacy": "public",
33032
+ "type": {
33033
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
33034
+ "references": [
33035
+ {
33036
+ "name": "ListItemBaseClickEventDetail",
33037
+ "package": "@ui5/webcomponents",
33038
+ "module": "dist/ListItemBase.js"
33039
+ }
33040
+ ]
33041
+ },
33042
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
33043
+ "_ui5Cancelable": false,
33044
+ "_ui5allowPreventDefault": false,
33045
+ "_ui5Bubbles": true,
33046
+ "_ui5since": "2.22.0",
33047
+ "_ui5parameters": [
33048
+ {
33049
+ "type": {
33050
+ "text": "ListItemBase",
33051
+ "references": [
33052
+ {
33053
+ "name": "ListItemBase",
33054
+ "package": "@ui5/webcomponents",
33055
+ "module": "dist/ListItemBase.js"
33056
+ }
33057
+ ]
33058
+ },
33059
+ "name": "item",
33060
+ "_ui5privacy": "public",
33061
+ "description": "The activated item."
33062
+ },
33063
+ {
33064
+ "type": {
33065
+ "text": "Event"
33066
+ },
33067
+ "name": "originalEvent",
33068
+ "_ui5privacy": "public",
33069
+ "description": "The original event from the user interaction."
33070
+ }
33071
+ ]
33072
+ },
32229
33073
  {
32230
33074
  "name": "detail-click",
32231
33075
  "_ui5privacy": "public",
@@ -32340,6 +33184,17 @@
32340
33184
  "privacy": "public",
32341
33185
  "_ui5since": "1.8.0"
32342
33186
  },
33187
+ {
33188
+ "kind": "field",
33189
+ "name": "accessibleRole",
33190
+ "type": {
33191
+ "text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
33192
+ },
33193
+ "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.",
33194
+ "default": "undefined",
33195
+ "privacy": "public",
33196
+ "_ui5since": "1.3.0"
33197
+ },
32343
33198
  {
32344
33199
  "kind": "field",
32345
33200
  "name": "additionalTextState",
@@ -32490,6 +33345,50 @@
32490
33345
  }
32491
33346
  ],
32492
33347
  "events": [
33348
+ {
33349
+ "name": "click",
33350
+ "_ui5privacy": "public",
33351
+ "type": {
33352
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
33353
+ "references": [
33354
+ {
33355
+ "name": "ListItemBaseClickEventDetail",
33356
+ "package": "@ui5/webcomponents",
33357
+ "module": "dist/ListItemBase.js"
33358
+ }
33359
+ ]
33360
+ },
33361
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
33362
+ "_ui5Cancelable": false,
33363
+ "_ui5allowPreventDefault": false,
33364
+ "_ui5Bubbles": true,
33365
+ "_ui5since": "2.22.0",
33366
+ "_ui5parameters": [
33367
+ {
33368
+ "type": {
33369
+ "text": "ListItemBase",
33370
+ "references": [
33371
+ {
33372
+ "name": "ListItemBase",
33373
+ "package": "@ui5/webcomponents",
33374
+ "module": "dist/ListItemBase.js"
33375
+ }
33376
+ ]
33377
+ },
33378
+ "name": "item",
33379
+ "_ui5privacy": "public",
33380
+ "description": "The activated item."
33381
+ },
33382
+ {
33383
+ "type": {
33384
+ "text": "Event"
33385
+ },
33386
+ "name": "originalEvent",
33387
+ "_ui5privacy": "public",
33388
+ "description": "The original event from the user interaction."
33389
+ }
33390
+ ]
33391
+ },
32493
33392
  {
32494
33393
  "name": "detail-click",
32495
33394
  "_ui5privacy": "public",
@@ -32521,6 +33420,15 @@
32521
33420
  "text": "string | undefined"
32522
33421
  }
32523
33422
  },
33423
+ {
33424
+ "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.",
33425
+ "name": "accessible-role",
33426
+ "default": "undefined",
33427
+ "fieldName": "accessibleRole",
33428
+ "type": {
33429
+ "text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
33430
+ }
33431
+ },
32524
33432
  {
32525
33433
  "description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
32526
33434
  "name": "additional-text-state",
@@ -32745,6 +33653,17 @@
32745
33653
  "privacy": "public",
32746
33654
  "_ui5since": "1.8.0"
32747
33655
  },
33656
+ {
33657
+ "kind": "field",
33658
+ "name": "accessibleRole",
33659
+ "type": {
33660
+ "text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
33661
+ },
33662
+ "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.",
33663
+ "default": "undefined",
33664
+ "privacy": "public",
33665
+ "_ui5since": "1.3.0"
33666
+ },
32748
33667
  {
32749
33668
  "kind": "field",
32750
33669
  "name": "additionalTextState",
@@ -32923,6 +33842,15 @@
32923
33842
  "text": "string | undefined"
32924
33843
  }
32925
33844
  },
33845
+ {
33846
+ "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.",
33847
+ "name": "accessible-role",
33848
+ "default": "undefined",
33849
+ "fieldName": "accessibleRole",
33850
+ "type": {
33851
+ "text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
33852
+ }
33853
+ },
32926
33854
  {
32927
33855
  "description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
32928
33856
  "name": "additional-text-state",
@@ -33042,6 +33970,50 @@
33042
33970
  "_ui5since": "1.9.2",
33043
33971
  "_ui5privacy": "public",
33044
33972
  "events": [
33973
+ {
33974
+ "name": "click",
33975
+ "_ui5privacy": "public",
33976
+ "type": {
33977
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
33978
+ "references": [
33979
+ {
33980
+ "name": "ListItemBaseClickEventDetail",
33981
+ "package": "@ui5/webcomponents",
33982
+ "module": "dist/ListItemBase.js"
33983
+ }
33984
+ ]
33985
+ },
33986
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
33987
+ "_ui5Cancelable": false,
33988
+ "_ui5allowPreventDefault": false,
33989
+ "_ui5Bubbles": true,
33990
+ "_ui5since": "2.22.0",
33991
+ "_ui5parameters": [
33992
+ {
33993
+ "type": {
33994
+ "text": "ListItemBase",
33995
+ "references": [
33996
+ {
33997
+ "name": "ListItemBase",
33998
+ "package": "@ui5/webcomponents",
33999
+ "module": "dist/ListItemBase.js"
34000
+ }
34001
+ ]
34002
+ },
34003
+ "name": "item",
34004
+ "_ui5privacy": "public",
34005
+ "description": "The activated item."
34006
+ },
34007
+ {
34008
+ "type": {
34009
+ "text": "Event"
34010
+ },
34011
+ "name": "originalEvent",
34012
+ "_ui5privacy": "public",
34013
+ "description": "The original event from the user interaction."
34014
+ }
34015
+ ]
34016
+ },
33045
34017
  {
33046
34018
  "name": "detail-click",
33047
34019
  "_ui5privacy": "public",