@ui5/webcomponents 2.24.0-rc.1 → 2.24.0-rc.3

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 (138) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/Bar.d.ts +4 -2
  4. package/dist/Bar.js +4 -2
  5. package/dist/Bar.js.map +1 -1
  6. package/dist/Breadcrumbs.d.ts +7 -0
  7. package/dist/Breadcrumbs.js +4 -1
  8. package/dist/Breadcrumbs.js.map +1 -1
  9. package/dist/ComboBox.d.ts +5 -0
  10. package/dist/ComboBox.js +26 -6
  11. package/dist/ComboBox.js.map +1 -1
  12. package/dist/ComboBoxItemCustom.d.ts +50 -0
  13. package/dist/ComboBoxItemCustom.js +71 -0
  14. package/dist/ComboBoxItemCustom.js.map +1 -0
  15. package/dist/ComboBoxItemCustomTemplate.d.ts +2 -0
  16. package/dist/ComboBoxItemCustomTemplate.js +9 -0
  17. package/dist/ComboBoxItemCustomTemplate.js.map +1 -0
  18. package/dist/ComboBoxPopoverTemplate.js +2 -2
  19. package/dist/ComboBoxPopoverTemplate.js.map +1 -1
  20. package/dist/Dialog.d.ts +19 -7
  21. package/dist/Dialog.js +88 -15
  22. package/dist/Dialog.js.map +1 -1
  23. package/dist/DialogTemplate.js +6 -10
  24. package/dist/DialogTemplate.js.map +1 -1
  25. package/dist/MenuItem.d.ts +1 -0
  26. package/dist/MenuItem.js +7 -0
  27. package/dist/MenuItem.js.map +1 -1
  28. package/dist/MultiComboBox.d.ts +2 -0
  29. package/dist/MultiComboBox.js +17 -7
  30. package/dist/MultiComboBox.js.map +1 -1
  31. package/dist/MultiComboBoxItemCustom.d.ts +67 -0
  32. package/dist/MultiComboBoxItemCustom.js +108 -0
  33. package/dist/MultiComboBoxItemCustom.js.map +1 -0
  34. package/dist/MultiComboBoxItemCustomTemplate.d.ts +2 -0
  35. package/dist/MultiComboBoxItemCustomTemplate.js +10 -0
  36. package/dist/MultiComboBoxItemCustomTemplate.js.map +1 -0
  37. package/dist/Popup.js +2 -4
  38. package/dist/Popup.js.map +1 -1
  39. package/dist/bundle.esm.js +2 -0
  40. package/dist/bundle.esm.js.map +1 -1
  41. package/dist/css/themes/ComboBoxItemCustom.css +1 -0
  42. package/dist/css/themes/Dialog.css +1 -1
  43. package/dist/css/themes/Form.css +1 -1
  44. package/dist/css/themes/FormItemSpan.css +1 -1
  45. package/dist/css/themes/FormLayout.css +1 -1
  46. package/dist/css/themes/MultiComboBoxItemCustom.css +1 -0
  47. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  48. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  49. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  50. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  51. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  52. package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +2 -5
  53. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  54. package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +2 -5
  55. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  56. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  57. package/dist/custom-elements-internal.json +354 -9
  58. package/dist/custom-elements.json +243 -9
  59. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  60. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  61. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  62. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  63. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  64. package/dist/generated/assets/themes/sap_horizon_auto/parameters-bundle.css.json +1 -1
  65. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  66. package/dist/generated/assets/themes/sap_horizon_hc_auto/parameters-bundle.css.json +1 -1
  67. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  68. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  69. package/dist/generated/i18n/i18n-defaults.d.ts +12 -5
  70. package/dist/generated/i18n/i18n-defaults.js +12 -5
  71. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  72. package/dist/generated/themes/ComboBoxItemCustom.css.d.ts +2 -0
  73. package/dist/generated/themes/ComboBoxItemCustom.css.js +8 -0
  74. package/dist/generated/themes/ComboBoxItemCustom.css.js.map +1 -0
  75. package/dist/generated/themes/Dialog.css.d.ts +1 -1
  76. package/dist/generated/themes/Dialog.css.js +1 -1
  77. package/dist/generated/themes/Dialog.css.js.map +1 -1
  78. package/dist/generated/themes/Form.css.d.ts +1 -1
  79. package/dist/generated/themes/Form.css.js +1 -1
  80. package/dist/generated/themes/Form.css.js.map +1 -1
  81. package/dist/generated/themes/FormItemSpan.css.d.ts +1 -1
  82. package/dist/generated/themes/FormItemSpan.css.js +1 -1
  83. package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
  84. package/dist/generated/themes/FormLayout.css.d.ts +1 -1
  85. package/dist/generated/themes/FormLayout.css.js +1 -1
  86. package/dist/generated/themes/FormLayout.css.js.map +1 -1
  87. package/dist/generated/themes/MultiComboBoxItemCustom.css.d.ts +2 -0
  88. package/dist/generated/themes/MultiComboBoxItemCustom.css.js +8 -0
  89. package/dist/generated/themes/MultiComboBoxItemCustom.css.js.map +1 -0
  90. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  91. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  92. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  93. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  94. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  95. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  96. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  97. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  98. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  99. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  100. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  101. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  102. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  103. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  104. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  105. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +1 -1
  106. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +2 -5
  107. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -1
  108. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  109. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  110. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  111. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.d.ts +1 -1
  112. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js +2 -5
  113. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js.map +1 -1
  114. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  115. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  116. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  117. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  118. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  119. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  120. package/dist/types/ComboBoxSelectionChangeTrigger.d.ts +25 -0
  121. package/dist/types/ComboBoxSelectionChangeTrigger.js +27 -0
  122. package/dist/types/ComboBoxSelectionChangeTrigger.js.map +1 -0
  123. package/dist/vscode.html-custom-data.json +41 -2
  124. package/dist/web-types.json +112 -4
  125. package/package.json +9 -9
  126. package/src/ComboBoxItemCustomTemplate.tsx +10 -0
  127. package/src/ComboBoxPopoverTemplate.tsx +2 -2
  128. package/src/DialogTemplate.tsx +21 -14
  129. package/src/MultiComboBoxItemCustomTemplate.tsx +22 -0
  130. package/src/i18n/messagebundle.properties +29 -8
  131. package/src/themes/ComboBoxItemCustom.css +14 -0
  132. package/src/themes/Dialog.css +12 -7
  133. package/src/themes/FormItemSpan.css +4 -4
  134. package/src/themes/FormLayout.css +4 -4
  135. package/src/themes/MultiComboBoxItemCustom.css +19 -0
  136. package/src/themes/base/Dialog-parameters.css +2 -5
  137. package/src/themes/sap_horizon/Dialog-parameters.css +0 -8
  138. package/src/themes/sap_horizon_dark/Dialog-parameters.css +0 -8
@@ -830,7 +830,7 @@
830
830
  ]
831
831
  },
832
832
  "default": "\"Toolbar\"",
833
- "description": "Specifies the ARIA role applied to the component for accessibility purposes.\n\n**Note:**\n\n- Set accessibleRole to \"toolbar\" only when the component contains two or more active, interactive elements (such as buttons, links, or input fields) within the bar.\n\n- If there is only one or no active element, it is recommended to avoid using the \"toolbar\" role, as it implies a grouping of multiple interactive controls.",
833
+ "description": "Specifies the ARIA role applied to the component for accessibility purposes.\n\n**Note:**\n\n- By default, accessibleRole is set to \"Toolbar\", which renders the ARIA role \"toolbar\".\n\n- Use the default accessibleRole value \"Toolbar\" only when the component contains two or more active, interactive elements (such as buttons, links, or input fields) within the bar.\n\n- If there is only one or no active element, set accessibleRole to \"None\" to avoid rendering the ARIA role \"toolbar\", as that role implies a grouping of multiple interactive controls.",
834
834
  "privacy": "public",
835
835
  "_ui5since": "2.10.0"
836
836
  },
@@ -872,7 +872,7 @@
872
872
  }
873
873
  },
874
874
  {
875
- "description": "Specifies the ARIA role applied to the component for accessibility purposes.\n\n**Note:**\n\n- Set accessibleRole to \"toolbar\" only when the component contains two or more active, interactive elements (such as buttons, links, or input fields) within the bar.\n\n- If there is only one or no active element, it is recommended to avoid using the \"toolbar\" role, as it implies a grouping of multiple interactive controls.",
875
+ "description": "Specifies the ARIA role applied to the component for accessibility purposes.\n\n**Note:**\n\n- By default, accessibleRole is set to \"Toolbar\", which renders the ARIA role \"toolbar\".\n\n- Use the default accessibleRole value \"Toolbar\" only when the component contains two or more active, interactive elements (such as buttons, links, or input fields) within the bar.\n\n- If there is only one or no active element, set accessibleRole to \"None\" to avoid rendering the ARIA role \"toolbar\", as that role implies a grouping of multiple interactive controls.",
876
876
  "name": "accessible-role",
877
877
  "default": "\"Toolbar\"",
878
878
  "fieldName": "accessibleRole",
@@ -947,6 +947,17 @@
947
947
  }
948
948
  ],
949
949
  "members": [
950
+ {
951
+ "kind": "field",
952
+ "name": "accessibleName",
953
+ "type": {
954
+ "text": "string | undefined"
955
+ },
956
+ "description": "Defines the accessible name of the component.",
957
+ "default": "undefined",
958
+ "privacy": "public",
959
+ "_ui5since": "2.24.0"
960
+ },
950
961
  {
951
962
  "kind": "field",
952
963
  "name": "design",
@@ -1045,6 +1056,15 @@
1045
1056
  }
1046
1057
  ],
1047
1058
  "attributes": [
1059
+ {
1060
+ "description": "Defines the accessible name of the component.",
1061
+ "name": "accessible-name",
1062
+ "default": "undefined",
1063
+ "fieldName": "accessibleName",
1064
+ "type": {
1065
+ "text": "string | undefined"
1066
+ }
1067
+ },
1048
1068
  {
1049
1069
  "description": "Defines the visual appearance of the last BreadcrumbsItem.\n\nThe Breadcrumbs supports two visual appearances for the last BreadcrumbsItem:\n- \"Standard\" - displaying the last item as \"current page\" (bold and without separator)\n- \"NoCurrentPage\" - displaying the last item as a regular BreadcrumbsItem, followed by separator",
1050
1070
  "name": "design",
@@ -5107,6 +5127,21 @@
5107
5127
  "name": "item",
5108
5128
  "_ui5privacy": "public",
5109
5129
  "description": "item to be selected."
5130
+ },
5131
+ {
5132
+ "type": {
5133
+ "text": "ComboBoxSelectionChangeTrigger",
5134
+ "references": [
5135
+ {
5136
+ "name": "ComboBoxSelectionChangeTrigger",
5137
+ "package": "@ui5/webcomponents",
5138
+ "module": "dist/types/ComboBoxSelectionChangeTrigger.js"
5139
+ }
5140
+ ]
5141
+ },
5142
+ "name": "trigger",
5143
+ "_ui5privacy": "public",
5144
+ "description": "source of the selection change - typeahead, click or keyboard navigation."
5110
5145
  }
5111
5146
  ]
5112
5147
  }
@@ -5422,6 +5457,135 @@
5422
5457
  }
5423
5458
  ]
5424
5459
  },
5460
+ {
5461
+ "kind": "javascript-module",
5462
+ "path": "dist/ComboBoxItemCustom.js",
5463
+ "declarations": [
5464
+ {
5465
+ "kind": "class",
5466
+ "description": "The `ui5-cb-item-custom` is a combobox item component\nthat allows placing custom content inside a combobox item.\nThe `text` property is used for filtering and auto-complete.\nFor highlighting functionality, see `@ui5/webcomponents-base/dist/util/generateHighlightedMarkup.js`.",
5467
+ "name": "ComboBoxItemCustom",
5468
+ "slots": [
5469
+ {
5470
+ "name": "default",
5471
+ "description": "Defines the content of the component.",
5472
+ "_ui5propertyName": "content",
5473
+ "_ui5type": {
5474
+ "text": "Array<Node>"
5475
+ },
5476
+ "_ui5privacy": "public"
5477
+ }
5478
+ ],
5479
+ "members": [
5480
+ {
5481
+ "kind": "field",
5482
+ "name": "text",
5483
+ "type": {
5484
+ "text": "string | undefined"
5485
+ },
5486
+ "description": "Defines the text of the component.\nUsed for filtering, autocomplete, and mobile rendering.",
5487
+ "default": "undefined",
5488
+ "privacy": "public"
5489
+ },
5490
+ {
5491
+ "kind": "field",
5492
+ "name": "value",
5493
+ "type": {
5494
+ "text": "string | undefined"
5495
+ },
5496
+ "description": "Defines the value of the component.\nUsed for programmatic selection via the `selectedValue` property.",
5497
+ "default": "undefined",
5498
+ "privacy": "public"
5499
+ }
5500
+ ],
5501
+ "attributes": [
5502
+ {
5503
+ "description": "Defines the text of the component.\nUsed for filtering, autocomplete, and mobile rendering.",
5504
+ "name": "text",
5505
+ "default": "undefined",
5506
+ "fieldName": "text",
5507
+ "type": {
5508
+ "text": "string | undefined"
5509
+ }
5510
+ },
5511
+ {
5512
+ "description": "Defines the value of the component.\nUsed for programmatic selection via the `selectedValue` property.",
5513
+ "name": "value",
5514
+ "default": "undefined",
5515
+ "fieldName": "value",
5516
+ "type": {
5517
+ "text": "string | undefined"
5518
+ }
5519
+ }
5520
+ ],
5521
+ "superclass": {
5522
+ "name": "ListItemBase",
5523
+ "package": "@ui5/webcomponents",
5524
+ "module": "dist/ListItemBase.js"
5525
+ },
5526
+ "tagName": "ui5-cb-item-custom",
5527
+ "customElement": true,
5528
+ "_ui5since": "2.24.0",
5529
+ "_ui5privacy": "public",
5530
+ "_ui5implements": [
5531
+ {
5532
+ "name": "IComboBoxItem",
5533
+ "package": "@ui5/webcomponents",
5534
+ "module": "dist/ComboBox.js"
5535
+ }
5536
+ ],
5537
+ "events": [
5538
+ {
5539
+ "name": "click",
5540
+ "_ui5privacy": "public",
5541
+ "type": {
5542
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
5543
+ "references": [
5544
+ {
5545
+ "name": "ListItemBaseClickEventDetail",
5546
+ "package": "@ui5/webcomponents",
5547
+ "module": "dist/ListItemBase.js"
5548
+ }
5549
+ ]
5550
+ },
5551
+ "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`.",
5552
+ "_ui5Cancelable": false,
5553
+ "_ui5allowPreventDefault": false,
5554
+ "_ui5Bubbles": true,
5555
+ "_ui5since": "2.23.0",
5556
+ "_ui5parameters": [
5557
+ {
5558
+ "type": {
5559
+ "text": "Event"
5560
+ },
5561
+ "name": "originalEvent",
5562
+ "_ui5privacy": "public",
5563
+ "description": "The original event from the user interaction."
5564
+ }
5565
+ ]
5566
+ }
5567
+ ]
5568
+ }
5569
+ ],
5570
+ "exports": [
5571
+ {
5572
+ "kind": "js",
5573
+ "name": "default",
5574
+ "declaration": {
5575
+ "name": "ComboBoxItemCustom",
5576
+ "module": "dist/ComboBoxItemCustom.js"
5577
+ }
5578
+ },
5579
+ {
5580
+ "kind": "custom-element-definition",
5581
+ "name": "ui5-cb-item-custom",
5582
+ "declaration": {
5583
+ "name": "ComboBoxItemCustom",
5584
+ "module": "dist/ComboBoxItemCustom.js"
5585
+ }
5586
+ }
5587
+ ]
5588
+ },
5425
5589
  {
5426
5590
  "kind": "javascript-module",
5427
5591
  "path": "dist/ComboBoxItemGroup.js",
@@ -9180,7 +9344,7 @@
9180
9344
  "declarations": [
9181
9345
  {
9182
9346
  "kind": "class",
9183
- "description": "### Overview\nThe `ui5-dialog` component is used to temporarily display some information in a\nsize-limited window in front of the regular app screen.\nIt is used to prompt the user for an action or a confirmation.\nThe `ui5-dialog` interrupts the current app processing as it is the only focused UI element and\nthe main screen is dimmed/blocked.\nThe dialog combines concepts known from other technologies where the windows have\nnames such as dialog box, dialog window, pop-up, pop-up window, alert box, or message box.\n\nThe `ui5-dialog` is modal, which means that a user action is required before it is possible to return to the parent window.\nTo open multiple dialogs, each dialog element should be separate in the markup. This will ensure the correct modal behavior. Avoid nesting dialogs within each other.\nThe content of the `ui5-dialog` is fully customizable.\n\n### Structure\nA `ui5-dialog` consists of a header, content, and a footer for action buttons.\nThe `ui5-dialog` is usually displayed at the center of the screen.\nIts position can be changed by the user. To enable this, you need to set the property `draggable` accordingly.\n\n\n### Responsive Behavior\nThe `stretch` property can be used to stretch the `ui5-dialog` to full screen. For better usability, it's recommended to stretch the dialog to full screen on phone devices.\n\n**Note:** When a `ui5-bar` is used in the header or in the footer, you should remove the default dialog's paddings.\n\nFor more information see the sample \"Bar in Header/Footer\".\n\n### Keyboard Handling\n\n#### Basic Navigation\nWhen the `ui5-dialog` has the `draggable` property set to `true` and the header is focused, the user can move the dialog\nwith the following keyboard shortcuts:\n\n- [Up] or [Down] arrow keys - Move the dialog up/down.\n- [Left] or [Right] arrow keys - Move the dialog left/right.\n\n#### Resizing\nWhen the `ui5-dialog` has the `resizable` property set to `true` and the header is focused, the user can change the size of the dialog\nwith the following keyboard shortcuts:\n\n- [Shift] + [Up] or [Down] - Decrease/Increase the height of the dialog.\n- [Shift] + [Left] or [Right] - Decrease/Increase the width of the dialog.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Dialog\";`",
9347
+ "description": "### Overview\nThe `ui5-dialog` component is used to temporarily display some information in a\nsize-limited window in front of the regular app screen.\nIt is used to prompt the user for an action or a confirmation.\nThe `ui5-dialog` interrupts the current app processing as it is the only focused UI element and\nthe main screen is dimmed/blocked.\nThe dialog combines concepts known from other technologies where the windows have\nnames such as dialog box, dialog window, pop-up, pop-up window, alert box, or message box.\n\nThe `ui5-dialog` is modal, which means that a user action is required before it is possible to return to the parent window.\nTo open multiple dialogs, each dialog element should be separate in the markup. This will ensure the correct modal behavior. Avoid nesting dialogs within each other.\nThe content of the `ui5-dialog` is fully customizable.\n\n### Structure\nA `ui5-dialog` consists of a header, content, and a footer for action buttons.\nThe `ui5-dialog` is usually displayed at the center of the screen.\nIts position can be changed by the user. To enable this, you need to set the property `draggable` accordingly.\n\n\n### Responsive Behavior\nThe `stretch` property can be used to stretch the `ui5-dialog` to full screen. For better usability, it's recommended to stretch the dialog to full screen on phone devices.\n\n**Note:** When a `ui5-bar` is used in the header or in the footer, you should remove the default dialog's paddings.\n\nFor more information see the sample \"Bar in Header/Footer\".\n\n### Keyboard Handling\n\n#### Basic Navigation\nWhen the `ui5-dialog` has the `draggable` property set to `true`, the user can move the dialog\nwith the following keyboard shortcuts:\n\n- [Up] or [Down] arrow keys - Move the dialog up/down.\n- [Left] or [Right] arrow keys - Move the dialog left/right.\n\n#### Resizing\nWhen the `ui5-dialog` has the `resizable` property set to `true`, the user can change the size of the dialog\nwith the following keyboard shortcuts:\n\n- [Shift] + [Up] or [Down] - Decrease/Increase the height of the dialog.\n- [Shift] + [Left] or [Right] - Decrease/Increase the width of the dialog.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Dialog\";`",
9184
9348
  "name": "Dialog",
9185
9349
  "cssParts": [
9186
9350
  {
@@ -16785,6 +16949,135 @@
16785
16949
  }
16786
16950
  ]
16787
16951
  },
16952
+ {
16953
+ "kind": "javascript-module",
16954
+ "path": "dist/MultiComboBoxItemCustom.js",
16955
+ "declarations": [
16956
+ {
16957
+ "kind": "class",
16958
+ "description": "The `ui5-mcb-item-custom` is a multi-combobox item component\nthat allows placing custom content inside a multi-combobox item.\nThe `text` property is used for filtering and token display.\nFor highlighting functionality, see `@ui5/webcomponents-base/dist/util/generateHighlightedMarkup.js`.",
16959
+ "name": "MultiComboBoxItemCustom",
16960
+ "slots": [
16961
+ {
16962
+ "name": "default",
16963
+ "description": "Defines the content of the component.",
16964
+ "_ui5propertyName": "content",
16965
+ "_ui5type": {
16966
+ "text": "Array<Node>"
16967
+ },
16968
+ "_ui5privacy": "public"
16969
+ }
16970
+ ],
16971
+ "members": [
16972
+ {
16973
+ "kind": "field",
16974
+ "name": "text",
16975
+ "type": {
16976
+ "text": "string | undefined"
16977
+ },
16978
+ "description": "Defines the text of the component.\nUsed for filtering and token display.",
16979
+ "default": "undefined",
16980
+ "privacy": "public"
16981
+ },
16982
+ {
16983
+ "kind": "field",
16984
+ "name": "value",
16985
+ "type": {
16986
+ "text": "string | undefined"
16987
+ },
16988
+ "description": "Defines the value of the component.\nUsed for programmatic selection via selectedValues property.",
16989
+ "default": "undefined",
16990
+ "privacy": "public"
16991
+ }
16992
+ ],
16993
+ "events": [
16994
+ {
16995
+ "name": "click",
16996
+ "_ui5privacy": "public",
16997
+ "type": {
16998
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
16999
+ "references": [
17000
+ {
17001
+ "name": "ListItemBaseClickEventDetail",
17002
+ "package": "@ui5/webcomponents",
17003
+ "module": "dist/ListItemBase.js"
17004
+ }
17005
+ ]
17006
+ },
17007
+ "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`.",
17008
+ "_ui5Cancelable": false,
17009
+ "_ui5allowPreventDefault": false,
17010
+ "_ui5Bubbles": true,
17011
+ "_ui5since": "2.23.0",
17012
+ "_ui5parameters": [
17013
+ {
17014
+ "type": {
17015
+ "text": "Event"
17016
+ },
17017
+ "name": "originalEvent",
17018
+ "_ui5privacy": "public",
17019
+ "description": "The original event from the user interaction."
17020
+ }
17021
+ ]
17022
+ }
17023
+ ],
17024
+ "attributes": [
17025
+ {
17026
+ "description": "Defines the text of the component.\nUsed for filtering and token display.",
17027
+ "name": "text",
17028
+ "default": "undefined",
17029
+ "fieldName": "text",
17030
+ "type": {
17031
+ "text": "string | undefined"
17032
+ }
17033
+ },
17034
+ {
17035
+ "description": "Defines the value of the component.\nUsed for programmatic selection via selectedValues property.",
17036
+ "name": "value",
17037
+ "default": "undefined",
17038
+ "fieldName": "value",
17039
+ "type": {
17040
+ "text": "string | undefined"
17041
+ }
17042
+ }
17043
+ ],
17044
+ "superclass": {
17045
+ "name": "ListItemBase",
17046
+ "package": "@ui5/webcomponents",
17047
+ "module": "dist/ListItemBase.js"
17048
+ },
17049
+ "tagName": "ui5-mcb-item-custom",
17050
+ "customElement": true,
17051
+ "_ui5since": "2.24.0",
17052
+ "_ui5privacy": "public",
17053
+ "_ui5implements": [
17054
+ {
17055
+ "name": "IMultiComboBoxItem",
17056
+ "package": "@ui5/webcomponents",
17057
+ "module": "dist/MultiComboBox.js"
17058
+ }
17059
+ ]
17060
+ }
17061
+ ],
17062
+ "exports": [
17063
+ {
17064
+ "kind": "js",
17065
+ "name": "default",
17066
+ "declaration": {
17067
+ "name": "MultiComboBoxItemCustom",
17068
+ "module": "dist/MultiComboBoxItemCustom.js"
17069
+ }
17070
+ },
17071
+ {
17072
+ "kind": "custom-element-definition",
17073
+ "name": "ui5-mcb-item-custom",
17074
+ "declaration": {
17075
+ "name": "MultiComboBoxItemCustom",
17076
+ "module": "dist/MultiComboBoxItemCustom.js"
17077
+ }
17078
+ }
17079
+ ]
17080
+ },
16788
17081
  {
16789
17082
  "kind": "javascript-module",
16790
17083
  "path": "dist/MultiComboBoxItemGroup.js",
@@ -34929,12 +35222,6 @@
34929
35222
  "declarations": [],
34930
35223
  "exports": []
34931
35224
  },
34932
- {
34933
- "kind": "javascript-module",
34934
- "path": "dist/form-utils/FormUtils.js",
34935
- "declarations": [],
34936
- "exports": []
34937
- },
34938
35225
  {
34939
35226
  "kind": "javascript-module",
34940
35227
  "path": "dist/features/ColorPaletteMoreColors.js",
@@ -34977,6 +35264,12 @@
34977
35264
  "declarations": [],
34978
35265
  "exports": []
34979
35266
  },
35267
+ {
35268
+ "kind": "javascript-module",
35269
+ "path": "dist/form-utils/FormUtils.js",
35270
+ "declarations": [],
35271
+ "exports": []
35272
+ },
34980
35273
  {
34981
35274
  "kind": "javascript-module",
34982
35275
  "path": "dist/popup-utils/OpenedPopupsRegistry.js",
@@ -36465,6 +36758,58 @@
36465
36758
  }
36466
36759
  ]
36467
36760
  },
36761
+ {
36762
+ "kind": "javascript-module",
36763
+ "path": "dist/types/ComboBoxSelectionChangeTrigger.js",
36764
+ "declarations": [
36765
+ {
36766
+ "kind": "enum",
36767
+ "name": "ComboBoxSelectionChangeTrigger",
36768
+ "description": "Describes the source of a `selection-change` event fired by the `ui5-combobox`.",
36769
+ "_ui5privacy": "public",
36770
+ "_ui5since": "2.24.0",
36771
+ "members": [
36772
+ {
36773
+ "kind": "field",
36774
+ "static": true,
36775
+ "privacy": "public",
36776
+ "description": "Selection caused by clicking or tapping an item in the dropdown.",
36777
+ "default": "Click",
36778
+ "name": "Click",
36779
+ "readonly": true
36780
+ },
36781
+ {
36782
+ "kind": "field",
36783
+ "static": true,
36784
+ "privacy": "public",
36785
+ "description": "Selection caused by keyboard navigation (Arrow keys, Home, End, Page Up/Down).\n\nNote: pressing Enter does not fire `selection-change` - it fires the `change` event instead.",
36786
+ "default": "Keyboard",
36787
+ "name": "Keyboard",
36788
+ "readonly": true
36789
+ },
36790
+ {
36791
+ "kind": "field",
36792
+ "static": true,
36793
+ "privacy": "public",
36794
+ "description": "Selection caused by typeahead (auto-complete while typing).",
36795
+ "default": "Typeahead",
36796
+ "name": "Typeahead",
36797
+ "readonly": true
36798
+ }
36799
+ ]
36800
+ }
36801
+ ],
36802
+ "exports": [
36803
+ {
36804
+ "kind": "js",
36805
+ "name": "default",
36806
+ "declaration": {
36807
+ "name": "ComboBoxSelectionChangeTrigger",
36808
+ "module": "dist/types/ComboBoxSelectionChangeTrigger.js"
36809
+ }
36810
+ }
36811
+ ]
36812
+ },
36468
36813
  {
36469
36814
  "kind": "javascript-module",
36470
36815
  "path": "dist/types/ExpandableTextOverflowMode.js",