@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
@@ -721,7 +721,7 @@
721
721
  ]
722
722
  },
723
723
  "default": "\"Toolbar\"",
724
- "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.",
724
+ "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.",
725
725
  "privacy": "public"
726
726
  },
727
727
  {
@@ -762,7 +762,7 @@
762
762
  }
763
763
  },
764
764
  {
765
- "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.",
765
+ "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.",
766
766
  "name": "accessible-role",
767
767
  "default": "\"Toolbar\"",
768
768
  "fieldName": "accessibleRole",
@@ -823,6 +823,16 @@
823
823
  }
824
824
  ],
825
825
  "members": [
826
+ {
827
+ "kind": "field",
828
+ "name": "accessibleName",
829
+ "type": {
830
+ "text": "string | undefined"
831
+ },
832
+ "description": "Defines the accessible name of the component.",
833
+ "default": "undefined",
834
+ "privacy": "public"
835
+ },
826
836
  {
827
837
  "kind": "field",
828
838
  "name": "design",
@@ -875,6 +885,15 @@
875
885
  }
876
886
  ],
877
887
  "attributes": [
888
+ {
889
+ "description": "Defines the accessible name of the component.",
890
+ "name": "accessible-name",
891
+ "default": "undefined",
892
+ "fieldName": "accessibleName",
893
+ "type": {
894
+ "text": "string | undefined"
895
+ }
896
+ },
878
897
  {
879
898
  "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",
880
899
  "name": "design",
@@ -4669,6 +4688,106 @@
4669
4688
  }
4670
4689
  ]
4671
4690
  },
4691
+ {
4692
+ "kind": "javascript-module",
4693
+ "path": "dist/ComboBoxItemCustom.js",
4694
+ "declarations": [
4695
+ {
4696
+ "kind": "class",
4697
+ "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`.",
4698
+ "name": "ComboBoxItemCustom",
4699
+ "slots": [
4700
+ {
4701
+ "name": "default",
4702
+ "description": "Defines the content of the component."
4703
+ }
4704
+ ],
4705
+ "members": [
4706
+ {
4707
+ "kind": "field",
4708
+ "name": "text",
4709
+ "type": {
4710
+ "text": "string | undefined"
4711
+ },
4712
+ "description": "Defines the text of the component.\nUsed for filtering, autocomplete, and mobile rendering.",
4713
+ "default": "undefined",
4714
+ "privacy": "public"
4715
+ },
4716
+ {
4717
+ "kind": "field",
4718
+ "name": "value",
4719
+ "type": {
4720
+ "text": "string | undefined"
4721
+ },
4722
+ "description": "Defines the value of the component.\nUsed for programmatic selection via the `selectedValue` property.",
4723
+ "default": "undefined",
4724
+ "privacy": "public"
4725
+ }
4726
+ ],
4727
+ "attributes": [
4728
+ {
4729
+ "description": "Defines the text of the component.\nUsed for filtering, autocomplete, and mobile rendering.",
4730
+ "name": "text",
4731
+ "default": "undefined",
4732
+ "fieldName": "text",
4733
+ "type": {
4734
+ "text": "string | undefined"
4735
+ }
4736
+ },
4737
+ {
4738
+ "description": "Defines the value of the component.\nUsed for programmatic selection via the `selectedValue` property.",
4739
+ "name": "value",
4740
+ "default": "undefined",
4741
+ "fieldName": "value",
4742
+ "type": {
4743
+ "text": "string | undefined"
4744
+ }
4745
+ }
4746
+ ],
4747
+ "superclass": {
4748
+ "name": "ListItemBase",
4749
+ "package": "@ui5/webcomponents",
4750
+ "module": "dist/ListItemBase.js"
4751
+ },
4752
+ "tagName": "ui5-cb-item-custom",
4753
+ "customElement": true,
4754
+ "events": [
4755
+ {
4756
+ "name": "click",
4757
+ "type": {
4758
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
4759
+ "references": [
4760
+ {
4761
+ "name": "ListItemBaseClickEventDetail",
4762
+ "package": "@ui5/webcomponents",
4763
+ "module": "dist/ListItemBase.js"
4764
+ }
4765
+ ]
4766
+ },
4767
+ "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`."
4768
+ }
4769
+ ]
4770
+ }
4771
+ ],
4772
+ "exports": [
4773
+ {
4774
+ "kind": "js",
4775
+ "name": "default",
4776
+ "declaration": {
4777
+ "name": "ComboBoxItemCustom",
4778
+ "module": "dist/ComboBoxItemCustom.js"
4779
+ }
4780
+ },
4781
+ {
4782
+ "kind": "custom-element-definition",
4783
+ "name": "ui5-cb-item-custom",
4784
+ "declaration": {
4785
+ "name": "ComboBoxItemCustom",
4786
+ "module": "dist/ComboBoxItemCustom.js"
4787
+ }
4788
+ }
4789
+ ]
4790
+ },
4672
4791
  {
4673
4792
  "kind": "javascript-module",
4674
4793
  "path": "dist/ComboBoxItemGroup.js",
@@ -7941,7 +8060,7 @@
7941
8060
  "declarations": [
7942
8061
  {
7943
8062
  "kind": "class",
7944
- "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\";`",
8063
+ "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\";`",
7945
8064
  "name": "Dialog",
7946
8065
  "cssParts": [
7947
8066
  {
@@ -14370,6 +14489,106 @@
14370
14489
  }
14371
14490
  ]
14372
14491
  },
14492
+ {
14493
+ "kind": "javascript-module",
14494
+ "path": "dist/MultiComboBoxItemCustom.js",
14495
+ "declarations": [
14496
+ {
14497
+ "kind": "class",
14498
+ "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`.",
14499
+ "name": "MultiComboBoxItemCustom",
14500
+ "slots": [
14501
+ {
14502
+ "name": "default",
14503
+ "description": "Defines the content of the component."
14504
+ }
14505
+ ],
14506
+ "members": [
14507
+ {
14508
+ "kind": "field",
14509
+ "name": "text",
14510
+ "type": {
14511
+ "text": "string | undefined"
14512
+ },
14513
+ "description": "Defines the text of the component.\nUsed for filtering and token display.",
14514
+ "default": "undefined",
14515
+ "privacy": "public"
14516
+ },
14517
+ {
14518
+ "kind": "field",
14519
+ "name": "value",
14520
+ "type": {
14521
+ "text": "string | undefined"
14522
+ },
14523
+ "description": "Defines the value of the component.\nUsed for programmatic selection via selectedValues property.",
14524
+ "default": "undefined",
14525
+ "privacy": "public"
14526
+ }
14527
+ ],
14528
+ "events": [
14529
+ {
14530
+ "name": "click",
14531
+ "type": {
14532
+ "text": "CustomEvent<ListItemBaseClickEventDetail>",
14533
+ "references": [
14534
+ {
14535
+ "name": "ListItemBaseClickEventDetail",
14536
+ "package": "@ui5/webcomponents",
14537
+ "module": "dist/ListItemBase.js"
14538
+ }
14539
+ ]
14540
+ },
14541
+ "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`."
14542
+ }
14543
+ ],
14544
+ "attributes": [
14545
+ {
14546
+ "description": "Defines the text of the component.\nUsed for filtering and token display.",
14547
+ "name": "text",
14548
+ "default": "undefined",
14549
+ "fieldName": "text",
14550
+ "type": {
14551
+ "text": "string | undefined"
14552
+ }
14553
+ },
14554
+ {
14555
+ "description": "Defines the value of the component.\nUsed for programmatic selection via selectedValues property.",
14556
+ "name": "value",
14557
+ "default": "undefined",
14558
+ "fieldName": "value",
14559
+ "type": {
14560
+ "text": "string | undefined"
14561
+ }
14562
+ }
14563
+ ],
14564
+ "superclass": {
14565
+ "name": "ListItemBase",
14566
+ "package": "@ui5/webcomponents",
14567
+ "module": "dist/ListItemBase.js"
14568
+ },
14569
+ "tagName": "ui5-mcb-item-custom",
14570
+ "customElement": true
14571
+ }
14572
+ ],
14573
+ "exports": [
14574
+ {
14575
+ "kind": "js",
14576
+ "name": "default",
14577
+ "declaration": {
14578
+ "name": "MultiComboBoxItemCustom",
14579
+ "module": "dist/MultiComboBoxItemCustom.js"
14580
+ }
14581
+ },
14582
+ {
14583
+ "kind": "custom-element-definition",
14584
+ "name": "ui5-mcb-item-custom",
14585
+ "declaration": {
14586
+ "name": "MultiComboBoxItemCustom",
14587
+ "module": "dist/MultiComboBoxItemCustom.js"
14588
+ }
14589
+ }
14590
+ ]
14591
+ },
14373
14592
  {
14374
14593
  "kind": "javascript-module",
14375
14594
  "path": "dist/MultiComboBoxItemGroup.js",
@@ -30048,12 +30267,6 @@
30048
30267
  "declarations": [],
30049
30268
  "exports": []
30050
30269
  },
30051
- {
30052
- "kind": "javascript-module",
30053
- "path": "dist/form-utils/FormUtils.js",
30054
- "declarations": [],
30055
- "exports": []
30056
- },
30057
30270
  {
30058
30271
  "kind": "javascript-module",
30059
30272
  "path": "dist/features/ColorPaletteMoreColors.js",
@@ -30096,6 +30309,12 @@
30096
30309
  "declarations": [],
30097
30310
  "exports": []
30098
30311
  },
30312
+ {
30313
+ "kind": "javascript-module",
30314
+ "path": "dist/form-utils/FormUtils.js",
30315
+ "declarations": [],
30316
+ "exports": []
30317
+ },
30099
30318
  {
30100
30319
  "kind": "javascript-module",
30101
30320
  "path": "dist/popup-utils/OpenedPopupsRegistry.js",
@@ -30474,6 +30693,21 @@
30474
30693
  }
30475
30694
  ]
30476
30695
  },
30696
+ {
30697
+ "kind": "javascript-module",
30698
+ "path": "dist/types/ComboBoxSelectionChangeTrigger.js",
30699
+ "declarations": [],
30700
+ "exports": [
30701
+ {
30702
+ "kind": "js",
30703
+ "name": "default",
30704
+ "declaration": {
30705
+ "name": "ComboBoxSelectionChangeTrigger",
30706
+ "module": "dist/types/ComboBoxSelectionChangeTrigger.js"
30707
+ }
30708
+ }
30709
+ ]
30710
+ },
30477
30711
  {
30478
30712
  "kind": "javascript-module",
30479
30713
  "path": "dist/types/ExpandableTextOverflowMode.js",