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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/NavigationMenuItemTemplate.d.ts +2 -2
  4. package/dist/NavigationMenuItemTemplate.js.map +1 -1
  5. package/dist/Timeline.d.ts +3 -35
  6. package/dist/Timeline.js +4 -62
  7. package/dist/Timeline.js.map +1 -1
  8. package/dist/TimelineItem.d.ts +0 -2
  9. package/dist/TimelineItem.js +0 -2
  10. package/dist/TimelineItem.js.map +1 -1
  11. package/dist/TimelineTemplate.js +1 -1
  12. package/dist/TimelineTemplate.js.map +1 -1
  13. package/dist/UserMenuItem.d.ts +24 -0
  14. package/dist/UserMenuItem.js +52 -3
  15. package/dist/UserMenuItem.js.map +1 -1
  16. package/dist/UserMenuItemTemplate.js +10 -1
  17. package/dist/UserMenuItemTemplate.js.map +1 -1
  18. package/dist/ViewSettingsDialog.d.ts +12 -11
  19. package/dist/ViewSettingsDialog.js +26 -23
  20. package/dist/ViewSettingsDialog.js.map +1 -1
  21. package/dist/ViewSettingsDialogCustomTab.d.ts +5 -5
  22. package/dist/ViewSettingsDialogCustomTab.js +7 -7
  23. package/dist/ViewSettingsDialogCustomTab.js.map +1 -1
  24. package/dist/ViewSettingsDialogTemplate.js +2 -2
  25. package/dist/ViewSettingsDialogTemplate.js.map +1 -1
  26. package/dist/bundle.esm.js +0 -2
  27. package/dist/bundle.esm.js.map +1 -1
  28. package/dist/css/themes/Timeline.css +1 -1
  29. package/dist/css/themes/UserMenuItem.css +1 -1
  30. package/dist/custom-elements-internal.json +205 -694
  31. package/dist/custom-elements.json +109 -440
  32. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  33. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  34. package/dist/generated/i18n/i18n-defaults.d.ts +1 -11
  35. package/dist/generated/i18n/i18n-defaults.js +2 -12
  36. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  37. package/dist/generated/themes/Timeline.css.d.ts +1 -1
  38. package/dist/generated/themes/Timeline.css.js +1 -1
  39. package/dist/generated/themes/Timeline.css.js.map +1 -1
  40. package/dist/generated/themes/UserMenuItem.css.d.ts +1 -1
  41. package/dist/generated/themes/UserMenuItem.css.js +1 -1
  42. package/dist/generated/themes/UserMenuItem.css.js.map +1 -1
  43. package/dist/vscode.html-custom-data.json +17 -65
  44. package/dist/web-types.json +41 -195
  45. package/package.json +7 -7
  46. package/src/NavigationMenuItemTemplate.tsx +3 -3
  47. package/src/TimelineTemplate.tsx +0 -7
  48. package/src/UserMenuItemTemplate.tsx +19 -1
  49. package/src/ViewSettingsDialogTemplate.tsx +3 -3
  50. package/src/i18n/messagebundle.properties +1 -31
  51. package/src/i18n/messagebundle_en.properties +1 -1
  52. package/src/i18n/messagebundle_en_GB.properties +1 -1
  53. package/src/themes/Timeline.css +7 -21
  54. package/src/themes/UserMenuItem.css +37 -3
  55. package/dist/TimelineFilterOption.d.ts +0 -37
  56. package/dist/TimelineFilterOption.js +0 -59
  57. package/dist/TimelineFilterOption.js.map +0 -1
  58. package/dist/TimelineHeaderBar.d.ts +0 -114
  59. package/dist/TimelineHeaderBar.js +0 -264
  60. package/dist/TimelineHeaderBar.js.map +0 -1
  61. package/dist/TimelineHeaderBarTemplate.d.ts +0 -2
  62. package/dist/TimelineHeaderBarTemplate.js +0 -18
  63. package/dist/TimelineHeaderBarTemplate.js.map +0 -1
  64. package/dist/css/themes/TimelineHeaderBar.css +0 -1
  65. package/dist/generated/themes/TimelineHeaderBar.css.d.ts +0 -2
  66. package/dist/generated/themes/TimelineHeaderBar.css.js +0 -8
  67. package/dist/generated/themes/TimelineHeaderBar.css.js.map +0 -1
  68. package/dist/types/TimelineSortOrder.d.ts +0 -18
  69. package/dist/types/TimelineSortOrder.js +0 -20
  70. package/dist/types/TimelineSortOrder.js.map +0 -1
  71. package/src/TimelineHeaderBarTemplate.tsx +0 -104
  72. package/src/themes/TimelineHeaderBar.css +0 -17
@@ -7973,16 +7973,12 @@
7973
7973
  "declarations": [
7974
7974
  {
7975
7975
  "kind": "class",
7976
- "description": "### Overview\n\nThe `ui5-timeline` component shows entries (such as objects, events, or posts) in chronological order.\nA common use case is to provide information about changes to an object, or events related to an object.\nThese entries can be generated by the system (for example, value XY changed from A to B), or added manually.\nThere are two distinct variants of the timeline: basic and social. The basic timeline is read-only,\nwhile the social timeline offers a high level of interaction and collaboration, and is integrated within SAP Jam.\n\n### Header Bar\n\nThe Timeline supports a `header-bar` slot for search, filter, and sort functionality.\nUse the `ui5-timeline-header-bar` component in this slot.\nThe Timeline fires `search`, `filter`, and `sort` events that the application should handle\nby adding, removing, or reordering items in the DOM. The Timeline itself does not perform\nfiltering or sorting — it renders whatever items are provided in the default slot.",
7976
+ "description": "### Overview\n\nThe `ui5-timeline` component shows entries (such as objects, events, or posts) in chronological order.\nA common use case is to provide information about changes to an object, or events related to an object.\nThese entries can be generated by the system (for example, value XY changed from A to B), or added manually.\nThere are two distinct variants of the timeline: basic and social. The basic timeline is read-only,\nwhile the social timeline offers a high level of interaction and collaboration, and is integrated within SAP Jam.",
7977
7977
  "name": "Timeline",
7978
7978
  "slots": [
7979
7979
  {
7980
7980
  "name": "default",
7981
7981
  "description": "Determines the content of the `ui5-timeline`."
7982
- },
7983
- {
7984
- "name": "headerBar",
7985
- "description": "Defines the header bar of the timeline.\nUse `ui5-timeline-header-bar` for filtering, sorting, and search functionality.\n\n**Note:** The Timeline fires `search`, `filter`, and `sort` events when the user interacts\nwith the header bar. The application should handle these events to filter/sort the items."
7986
7982
  }
7987
7983
  ],
7988
7984
  "members": [
@@ -8052,54 +8048,12 @@
8052
8048
  }
8053
8049
  ],
8054
8050
  "events": [
8055
- {
8056
- "name": "filter",
8057
- "type": {
8058
- "text": "CustomEvent<TimelineFilterEventDetail>",
8059
- "references": [
8060
- {
8061
- "name": "TimelineFilterEventDetail",
8062
- "package": "@ui5/webcomponents-fiori",
8063
- "module": "dist/Timeline.js"
8064
- }
8065
- ]
8066
- },
8067
- "description": "Fired when the user changes filter selection in the header bar.\n\n**Note:** The Timeline does not perform filtering. The application should handle\nthis event and add/remove items from the DOM to reflect the filter selection."
8068
- },
8069
8051
  {
8070
8052
  "name": "load-more",
8071
8053
  "type": {
8072
8054
  "text": "CustomEvent"
8073
8055
  },
8074
8056
  "description": "Fired when the user presses the `More` button or scrolls to the Timeline's end.\n\n**Note:** The event will be fired if `growing` is set to `Button` or `Scroll`."
8075
- },
8076
- {
8077
- "name": "search",
8078
- "type": {
8079
- "text": "CustomEvent<TimelineSearchEventDetail>",
8080
- "references": [
8081
- {
8082
- "name": "TimelineSearchEventDetail",
8083
- "package": "@ui5/webcomponents-fiori",
8084
- "module": "dist/Timeline.js"
8085
- }
8086
- ]
8087
- },
8088
- "description": "Fired when the user performs a search in the header bar.\n\n**Note:** The Timeline does not perform filtering. The application should handle\nthis event and add/remove items from the DOM to reflect the search results."
8089
- },
8090
- {
8091
- "name": "sort",
8092
- "type": {
8093
- "text": "CustomEvent<TimelineSortEventDetail>",
8094
- "references": [
8095
- {
8096
- "name": "TimelineSortEventDetail",
8097
- "package": "@ui5/webcomponents-fiori",
8098
- "module": "dist/Timeline.js"
8099
- }
8100
- ]
8101
- },
8102
- "description": "Fired when the user changes sort order in the header bar.\n\n**Note:** The Timeline does not perform sorting. The application should handle\nthis event and reorder the items in the DOM accordingly."
8103
8057
  }
8104
8058
  ],
8105
8059
  "attributes": [
@@ -8177,84 +8131,6 @@
8177
8131
  }
8178
8132
  ]
8179
8133
  },
8180
- {
8181
- "kind": "javascript-module",
8182
- "path": "dist/TimelineFilterOption.js",
8183
- "declarations": [
8184
- {
8185
- "kind": "class",
8186
- "description": "### Overview\n\nThe `ui5-timeline-filter-option` component defines individual filter values within a `ui5-timeline-header-bar`.\nIt represents a single selectable option that users can choose to filter timeline items.\n\n### Usage\n\nThe `ui5-timeline-filter-option` is used as a child component within `ui5-timeline-header-bar`.\nEach option represents a specific value that can be used for filtering.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-fiori/dist/TimelineFilterOption.js\";`",
8187
- "name": "TimelineFilterOption",
8188
- "members": [
8189
- {
8190
- "kind": "field",
8191
- "name": "selected",
8192
- "type": {
8193
- "text": "boolean"
8194
- },
8195
- "default": "false",
8196
- "description": "Defines if the filter option is selected.",
8197
- "privacy": "public"
8198
- },
8199
- {
8200
- "kind": "field",
8201
- "name": "text",
8202
- "type": {
8203
- "text": "string"
8204
- },
8205
- "default": "\"\"",
8206
- "description": "Defines the text of the filter option.",
8207
- "privacy": "public"
8208
- }
8209
- ],
8210
- "attributes": [
8211
- {
8212
- "description": "Defines if the filter option is selected.",
8213
- "name": "selected",
8214
- "default": "false",
8215
- "fieldName": "selected",
8216
- "type": {
8217
- "text": "boolean"
8218
- }
8219
- },
8220
- {
8221
- "description": "Defines the text of the filter option.",
8222
- "name": "text",
8223
- "default": "\"\"",
8224
- "fieldName": "text",
8225
- "type": {
8226
- "text": "string"
8227
- }
8228
- }
8229
- ],
8230
- "superclass": {
8231
- "name": "UI5Element",
8232
- "package": "@ui5/webcomponents-base",
8233
- "module": "dist/UI5Element.js"
8234
- },
8235
- "tagName": "ui5-timeline-filter-option",
8236
- "customElement": true
8237
- }
8238
- ],
8239
- "exports": [
8240
- {
8241
- "kind": "js",
8242
- "name": "default",
8243
- "declaration": {
8244
- "name": "TimelineFilterOption",
8245
- "module": "dist/TimelineFilterOption.js"
8246
- }
8247
- },
8248
- {
8249
- "kind": "custom-element-definition",
8250
- "name": "ui5-timeline-filter-option",
8251
- "declaration": {
8252
- "name": "TimelineFilterOption",
8253
- "module": "dist/TimelineFilterOption.js"
8254
- }
8255
- }
8256
- ]
8257
- },
8258
8134
  {
8259
8135
  "kind": "javascript-module",
8260
8136
  "path": "dist/TimelineGroupItem.js",
@@ -8348,217 +8224,6 @@
8348
8224
  }
8349
8225
  ]
8350
8226
  },
8351
- {
8352
- "kind": "javascript-module",
8353
- "path": "dist/TimelineHeaderBar.js",
8354
- "declarations": [
8355
- {
8356
- "kind": "class",
8357
- "description": "### Overview\n\nThe `ui5-timeline-header-bar` component provides search, filter, and sort functionality\nfor the `ui5-timeline` component. It is designed to be slotted into the `header-bar` slot\nof the Timeline.\n\n### Usage\n\nThe component fires events (`search`, `filter`, `sort`) that the application should handle\nto filter/sort the timeline items. The Timeline component itself does not perform any\nfiltering or sorting - this is the responsibility of the application.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-fiori/dist/TimelineHeaderBar.js\";`",
8358
- "name": "TimelineHeaderBar",
8359
- "slots": [
8360
- {
8361
- "name": "default",
8362
- "description": "Filter options to display in the filter dialog."
8363
- }
8364
- ],
8365
- "members": [
8366
- {
8367
- "kind": "field",
8368
- "name": "filterBy",
8369
- "type": {
8370
- "text": "string"
8371
- },
8372
- "default": "\"\"",
8373
- "description": "The current filter category label.",
8374
- "privacy": "public"
8375
- },
8376
- {
8377
- "kind": "field",
8378
- "name": "searchValue",
8379
- "type": {
8380
- "text": "string"
8381
- },
8382
- "default": "\"\"",
8383
- "description": "The current search value.",
8384
- "privacy": "public"
8385
- },
8386
- {
8387
- "kind": "field",
8388
- "name": "showFilter",
8389
- "type": {
8390
- "text": "boolean"
8391
- },
8392
- "default": "false",
8393
- "description": "Shows the filter button.",
8394
- "privacy": "public"
8395
- },
8396
- {
8397
- "kind": "field",
8398
- "name": "showSearch",
8399
- "type": {
8400
- "text": "boolean"
8401
- },
8402
- "default": "false",
8403
- "description": "Shows the search input field.",
8404
- "privacy": "public"
8405
- },
8406
- {
8407
- "kind": "field",
8408
- "name": "showSort",
8409
- "type": {
8410
- "text": "boolean"
8411
- },
8412
- "default": "false",
8413
- "description": "Shows the sort button.",
8414
- "privacy": "public"
8415
- },
8416
- {
8417
- "kind": "field",
8418
- "name": "sortOrder",
8419
- "type": {
8420
- "text": "TimelineSortOrder",
8421
- "references": [
8422
- {
8423
- "name": "TimelineSortOrder",
8424
- "package": "@ui5/webcomponents-fiori",
8425
- "module": "dist/types/TimelineSortOrder.js"
8426
- }
8427
- ]
8428
- },
8429
- "default": "\"Ascending\"",
8430
- "description": "The current sort order.",
8431
- "privacy": "public"
8432
- }
8433
- ],
8434
- "events": [
8435
- {
8436
- "name": "filter",
8437
- "type": {
8438
- "text": "CustomEvent<TimelineHeaderBarFilterEventDetail>",
8439
- "references": [
8440
- {
8441
- "name": "TimelineHeaderBarFilterEventDetail",
8442
- "package": "@ui5/webcomponents-fiori",
8443
- "module": "dist/TimelineHeaderBar.js"
8444
- }
8445
- ]
8446
- },
8447
- "description": "Fired when the user changes filter selection."
8448
- },
8449
- {
8450
- "name": "search",
8451
- "type": {
8452
- "text": "CustomEvent<TimelineHeaderBarSearchEventDetail>",
8453
- "references": [
8454
- {
8455
- "name": "TimelineHeaderBarSearchEventDetail",
8456
- "package": "@ui5/webcomponents-fiori",
8457
- "module": "dist/TimelineHeaderBar.js"
8458
- }
8459
- ]
8460
- },
8461
- "description": "Fired when the user performs a search."
8462
- },
8463
- {
8464
- "name": "sort",
8465
- "type": {
8466
- "text": "CustomEvent<TimelineHeaderBarSortEventDetail>",
8467
- "references": [
8468
- {
8469
- "name": "TimelineHeaderBarSortEventDetail",
8470
- "package": "@ui5/webcomponents-fiori",
8471
- "module": "dist/TimelineHeaderBar.js"
8472
- }
8473
- ]
8474
- },
8475
- "description": "Fired when the user changes sort order."
8476
- }
8477
- ],
8478
- "attributes": [
8479
- {
8480
- "description": "The current filter category label.",
8481
- "name": "filter-by",
8482
- "default": "\"\"",
8483
- "fieldName": "filterBy",
8484
- "type": {
8485
- "text": "string"
8486
- }
8487
- },
8488
- {
8489
- "description": "The current search value.",
8490
- "name": "search-value",
8491
- "default": "\"\"",
8492
- "fieldName": "searchValue",
8493
- "type": {
8494
- "text": "string"
8495
- }
8496
- },
8497
- {
8498
- "description": "Shows the filter button.",
8499
- "name": "show-filter",
8500
- "default": "false",
8501
- "fieldName": "showFilter",
8502
- "type": {
8503
- "text": "boolean"
8504
- }
8505
- },
8506
- {
8507
- "description": "Shows the search input field.",
8508
- "name": "show-search",
8509
- "default": "false",
8510
- "fieldName": "showSearch",
8511
- "type": {
8512
- "text": "boolean"
8513
- }
8514
- },
8515
- {
8516
- "description": "Shows the sort button.",
8517
- "name": "show-sort",
8518
- "default": "false",
8519
- "fieldName": "showSort",
8520
- "type": {
8521
- "text": "boolean"
8522
- }
8523
- },
8524
- {
8525
- "description": "The current sort order.",
8526
- "name": "sort-order",
8527
- "default": "\"Ascending\"",
8528
- "fieldName": "sortOrder",
8529
- "type": {
8530
- "text": "\"Ascending\" | \"Descending\""
8531
- }
8532
- }
8533
- ],
8534
- "superclass": {
8535
- "name": "UI5Element",
8536
- "package": "@ui5/webcomponents-base",
8537
- "module": "dist/UI5Element.js"
8538
- },
8539
- "tagName": "ui5-timeline-header-bar",
8540
- "customElement": true
8541
- }
8542
- ],
8543
- "exports": [
8544
- {
8545
- "kind": "js",
8546
- "name": "default",
8547
- "declaration": {
8548
- "name": "TimelineHeaderBar",
8549
- "module": "dist/TimelineHeaderBar.js"
8550
- }
8551
- },
8552
- {
8553
- "kind": "custom-element-definition",
8554
- "name": "ui5-timeline-header-bar",
8555
- "declaration": {
8556
- "name": "TimelineHeaderBar",
8557
- "module": "dist/TimelineHeaderBar.js"
8558
- }
8559
- }
8560
- ]
8561
- },
8562
8227
  {
8563
8228
  "kind": "javascript-module",
8564
8229
  "path": "dist/TimelineItem.js",
@@ -9846,14 +9511,17 @@
9846
9511
  "description": "Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\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`.\n\nApplication developers are responsible for ensuring that interactive elements placed in the `endContent` slot\nhave the correct accessibility behaviour, including their enabled or disabled states.\nThe menu does not manage these aspects when the menu item state changes."
9847
9512
  }
9848
9513
  ],
9849
- "superclass": {
9850
- "name": "MenuItem",
9851
- "package": "@ui5/webcomponents",
9852
- "module": "dist/MenuItem.js"
9853
- },
9854
- "tagName": "ui5-user-menu-item",
9855
- "customElement": true,
9856
9514
  "members": [
9515
+ {
9516
+ "kind": "field",
9517
+ "name": "showSelection",
9518
+ "type": {
9519
+ "text": "boolean"
9520
+ },
9521
+ "default": "false",
9522
+ "description": "When set, a second line appears below the menu item text showing the text\nof the currently selected sub-item. Intended for use with a single-select\nui5-menu-item-group (check-mode=\"Single\").\nWhen enabled, the checked sub-item cannot be unchecked,\nensuring the selection text is always displayed.",
9523
+ "privacy": "public"
9524
+ },
9857
9525
  {
9858
9526
  "kind": "field",
9859
9527
  "name": "accessibilityAttributes",
@@ -10016,65 +9684,16 @@
10016
9684
  "privacy": "public"
10017
9685
  }
10018
9686
  ],
10019
- "events": [
10020
- {
10021
- "name": "before-close",
10022
- "type": {
10023
- "text": "CustomEvent<MenuBeforeCloseEventDetail>",
10024
- "references": [
10025
- {
10026
- "name": "MenuBeforeCloseEventDetail",
10027
- "package": "@ui5/webcomponents",
10028
- "module": "dist/MenuItem.js"
10029
- }
10030
- ]
10031
- },
10032
- "description": "Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing."
10033
- },
10034
- {
10035
- "name": "before-open",
10036
- "type": {
10037
- "text": "CustomEvent<MenuBeforeOpenEventDetail>",
10038
- "references": [
10039
- {
10040
- "name": "MenuBeforeOpenEventDetail",
10041
- "package": "@ui5/webcomponents",
10042
- "module": "dist/MenuItem.js"
10043
- }
10044
- ]
10045
- },
10046
- "description": "Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens."
10047
- },
10048
- {
10049
- "name": "check",
10050
- "type": {
10051
- "text": "CustomEvent"
10052
- },
10053
- "description": "Fired when an item is checked or unchecked."
10054
- },
10055
- {
10056
- "name": "close",
10057
- "type": {
10058
- "text": "CustomEvent"
10059
- },
10060
- "description": "Fired after the menu is closed."
10061
- },
9687
+ "attributes": [
10062
9688
  {
10063
- "name": "detail-click",
9689
+ "description": "When set, a second line appears below the menu item text showing the text\nof the currently selected sub-item. Intended for use with a single-select\nui5-menu-item-group (check-mode=\"Single\").\nWhen enabled, the checked sub-item cannot be unchecked,\nensuring the selection text is always displayed.",
9690
+ "name": "show-selection",
9691
+ "default": "false",
9692
+ "fieldName": "showSelection",
10064
9693
  "type": {
10065
- "text": "CustomEvent"
10066
- },
10067
- "description": "Fired when the user clicks on the detail button when type is `Detail`."
9694
+ "text": "boolean"
9695
+ }
10068
9696
  },
10069
- {
10070
- "name": "open",
10071
- "type": {
10072
- "text": "CustomEvent"
10073
- },
10074
- "description": "Fired after the menu is opened."
10075
- }
10076
- ],
10077
- "attributes": [
10078
9697
  {
10079
9698
  "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaKeyShortcuts**: Indicated the availability of a keyboard shortcuts defined for the menu item.\n\n- **role**: Defines the role of the menu item. If not set, menu item will have default role=\"menuitem\".",
10080
9699
  "name": "accessibility-attributes",
@@ -10201,6 +9820,71 @@
10201
9820
  "text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
10202
9821
  }
10203
9822
  }
9823
+ ],
9824
+ "superclass": {
9825
+ "name": "MenuItem",
9826
+ "package": "@ui5/webcomponents",
9827
+ "module": "dist/MenuItem.js"
9828
+ },
9829
+ "tagName": "ui5-user-menu-item",
9830
+ "customElement": true,
9831
+ "events": [
9832
+ {
9833
+ "name": "before-close",
9834
+ "type": {
9835
+ "text": "CustomEvent<MenuBeforeCloseEventDetail>",
9836
+ "references": [
9837
+ {
9838
+ "name": "MenuBeforeCloseEventDetail",
9839
+ "package": "@ui5/webcomponents",
9840
+ "module": "dist/MenuItem.js"
9841
+ }
9842
+ ]
9843
+ },
9844
+ "description": "Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing."
9845
+ },
9846
+ {
9847
+ "name": "before-open",
9848
+ "type": {
9849
+ "text": "CustomEvent<MenuBeforeOpenEventDetail>",
9850
+ "references": [
9851
+ {
9852
+ "name": "MenuBeforeOpenEventDetail",
9853
+ "package": "@ui5/webcomponents",
9854
+ "module": "dist/MenuItem.js"
9855
+ }
9856
+ ]
9857
+ },
9858
+ "description": "Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens."
9859
+ },
9860
+ {
9861
+ "name": "check",
9862
+ "type": {
9863
+ "text": "CustomEvent"
9864
+ },
9865
+ "description": "Fired when an item is checked or unchecked."
9866
+ },
9867
+ {
9868
+ "name": "close",
9869
+ "type": {
9870
+ "text": "CustomEvent"
9871
+ },
9872
+ "description": "Fired after the menu is closed."
9873
+ },
9874
+ {
9875
+ "name": "detail-click",
9876
+ "type": {
9877
+ "text": "CustomEvent"
9878
+ },
9879
+ "description": "Fired when the user clicks on the detail button when type is `Detail`."
9880
+ },
9881
+ {
9882
+ "name": "open",
9883
+ "type": {
9884
+ "text": "CustomEvent"
9885
+ },
9886
+ "description": "Fired after the menu is opened."
9887
+ }
10204
9888
  ]
10205
9889
  }
10206
9890
  ],
@@ -11567,32 +11251,32 @@
11567
11251
  "members": [
11568
11252
  {
11569
11253
  "kind": "field",
11570
- "name": "enableReset",
11254
+ "name": "groupDescending",
11571
11255
  "type": {
11572
11256
  "text": "boolean"
11573
11257
  },
11574
11258
  "default": "false",
11575
- "description": "Defines whether the Reset button is always enabled.\n\n**Note:** By default, the Reset button is only enabled when the dialog settings\ndiffer from their initial state. Set this property to `true` to keep the Reset\nbutton always enabled, which is useful when working with custom tabs\nwhose internal state changes cannot be detected by the component.",
11259
+ "description": "Defines the initial group order.",
11576
11260
  "privacy": "public"
11577
11261
  },
11578
11262
  {
11579
11263
  "kind": "field",
11580
- "name": "groupDescending",
11264
+ "name": "open",
11581
11265
  "type": {
11582
11266
  "text": "boolean"
11583
11267
  },
11584
11268
  "default": "false",
11585
- "description": "Defines the initial group order.",
11269
+ "description": "Indicates if the dialog is open.",
11586
11270
  "privacy": "public"
11587
11271
  },
11588
11272
  {
11589
11273
  "kind": "field",
11590
- "name": "open",
11274
+ "name": "resetEnabled",
11591
11275
  "type": {
11592
11276
  "text": "boolean"
11593
11277
  },
11594
11278
  "default": "false",
11595
- "description": "Indicates if the dialog is open.",
11279
+ "description": "Controls whether the Reset button is always enabled.\n\nBy default, the Reset button is enabled only when the built-in settings (Sort, Filter, Group)\ndiffer from their initial state — the component can detect these changes automatically.\nHowever, when the dialog contains custom tabs, the component has no way to detect\nwhether the custom tab content has been modified by the user.\n\nSet this property to `true` when the user has made changes inside a custom tab, so that\nthe Reset button becomes enabled and the user can trigger a reset.\nSet it back to `false` once the custom tab content is back to its initial state\n(e.g. after the user confirms or after a reset is applied).",
11596
11280
  "privacy": "public"
11597
11281
  },
11598
11282
  {
@@ -11684,23 +11368,14 @@
11684
11368
  "description": "Fired after the dialog is opened."
11685
11369
  },
11686
11370
  {
11687
- "name": "reset-click",
11371
+ "name": "reset",
11688
11372
  "type": {
11689
11373
  "text": "CustomEvent"
11690
11374
  },
11691
- "description": "Fired when the Reset button is clicked.\n\n**Note:** Use this event to reset the state of custom tab content,\nas the component cannot detect changes within custom tabs."
11375
+ "description": "Fired when the Reset button is clicked.\n\n**Note:** This event is particularly relevant when the dialog contains custom tabs.\nBy default, the Reset button resets all built-in settings (sort, filter, group) to their\ninitial values. However, the component has no knowledge of the content or state inside\ncustom tabs — it cannot detect what has changed or what the \"default\" values are.\nTherefore, when this event is fired, it is the application developer's responsibility\nto listen for it and manually reset the custom tab content to its initial state."
11692
11376
  }
11693
11377
  ],
11694
11378
  "attributes": [
11695
- {
11696
- "description": "Defines whether the Reset button is always enabled.\n\n**Note:** By default, the Reset button is only enabled when the dialog settings\ndiffer from their initial state. Set this property to `true` to keep the Reset\nbutton always enabled, which is useful when working with custom tabs\nwhose internal state changes cannot be detected by the component.",
11697
- "name": "enable-reset",
11698
- "default": "false",
11699
- "fieldName": "enableReset",
11700
- "type": {
11701
- "text": "boolean"
11702
- }
11703
- },
11704
11379
  {
11705
11380
  "description": "Defines the initial group order.",
11706
11381
  "name": "group-descending",
@@ -11719,6 +11394,15 @@
11719
11394
  "text": "boolean"
11720
11395
  }
11721
11396
  },
11397
+ {
11398
+ "description": "Controls whether the Reset button is always enabled.\n\nBy default, the Reset button is enabled only when the built-in settings (Sort, Filter, Group)\ndiffer from their initial state — the component can detect these changes automatically.\nHowever, when the dialog contains custom tabs, the component has no way to detect\nwhether the custom tab content has been modified by the user.\n\nSet this property to `true` when the user has made changes inside a custom tab, so that\nthe Reset button becomes enabled and the user can trigger a reset.\nSet it back to `false` once the custom tab content is back to its initial state\n(e.g. after the user confirms or after a reset is applied).",
11399
+ "name": "reset-enabled",
11400
+ "default": "false",
11401
+ "fieldName": "resetEnabled",
11402
+ "type": {
11403
+ "text": "boolean"
11404
+ }
11405
+ },
11722
11406
  {
11723
11407
  "description": "Defines the initial sort order.",
11724
11408
  "name": "sort-descending",
@@ -11778,18 +11462,18 @@
11778
11462
  "type": {
11779
11463
  "text": "string"
11780
11464
  },
11781
- "default": "\"\"",
11782
- "description": "Defines the icon of the custom tab.\n\n**Note:** If not provided, the tab should not be rendered.",
11465
+ "default": "\"action-settings\"",
11466
+ "description": "Defines the icon of the custom tab button in the segmented button.",
11783
11467
  "privacy": "public"
11784
11468
  },
11785
11469
  {
11786
11470
  "kind": "field",
11787
- "name": "title",
11471
+ "name": "titleText",
11788
11472
  "type": {
11789
11473
  "text": "string"
11790
11474
  },
11791
11475
  "default": "\"\"",
11792
- "description": "Defines the title of the custom tab.\n\n**Note:** It is displayed in the dialog header when this tab is selected.",
11476
+ "description": "Defines the title text of the custom tab.\n\n**Note:** It is displayed in the dialog header when this tab is selected.",
11793
11477
  "privacy": "public"
11794
11478
  },
11795
11479
  {
@@ -11805,19 +11489,19 @@
11805
11489
  ],
11806
11490
  "attributes": [
11807
11491
  {
11808
- "description": "Defines the icon of the custom tab.\n\n**Note:** If not provided, the tab should not be rendered.",
11492
+ "description": "Defines the icon of the custom tab button in the segmented button.",
11809
11493
  "name": "icon",
11810
- "default": "\"\"",
11494
+ "default": "\"action-settings\"",
11811
11495
  "fieldName": "icon",
11812
11496
  "type": {
11813
11497
  "text": "string"
11814
11498
  }
11815
11499
  },
11816
11500
  {
11817
- "description": "Defines the title of the custom tab.\n\n**Note:** It is displayed in the dialog header when this tab is selected.",
11818
- "name": "title",
11501
+ "description": "Defines the title text of the custom tab.\n\n**Note:** It is displayed in the dialog header when this tab is selected.",
11502
+ "name": "title-text",
11819
11503
  "default": "\"\"",
11820
- "fieldName": "title",
11504
+ "fieldName": "titleText",
11821
11505
  "type": {
11822
11506
  "text": "string"
11823
11507
  }
@@ -12547,21 +12231,6 @@
12547
12231
  }
12548
12232
  ]
12549
12233
  },
12550
- {
12551
- "kind": "javascript-module",
12552
- "path": "dist/types/TimelineSortOrder.js",
12553
- "declarations": [],
12554
- "exports": [
12555
- {
12556
- "kind": "js",
12557
- "name": "default",
12558
- "declaration": {
12559
- "name": "TimelineSortOrder",
12560
- "module": "dist/types/TimelineSortOrder.js"
12561
- }
12562
- }
12563
- ]
12564
- },
12565
12234
  {
12566
12235
  "kind": "javascript-module",
12567
12236
  "path": "dist/types/UploadCollectionDnDMode.js",