@ui5/webcomponents-fiori 2.22.0-rc.3 → 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 (80) hide show
  1. package/CHANGELOG.md +27 -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/SideNavigationItemBase.d.ts +1 -1
  6. package/dist/SideNavigationItemBase.js.map +1 -1
  7. package/dist/Timeline.d.ts +3 -35
  8. package/dist/Timeline.js +4 -62
  9. package/dist/Timeline.js.map +1 -1
  10. package/dist/TimelineItem.d.ts +0 -2
  11. package/dist/TimelineItem.js +0 -2
  12. package/dist/TimelineItem.js.map +1 -1
  13. package/dist/TimelineTemplate.js +1 -1
  14. package/dist/TimelineTemplate.js.map +1 -1
  15. package/dist/UserMenu.d.ts +9 -1
  16. package/dist/UserMenu.js +35 -3
  17. package/dist/UserMenu.js.map +1 -1
  18. package/dist/UserMenuItem.d.ts +24 -0
  19. package/dist/UserMenuItem.js +52 -3
  20. package/dist/UserMenuItem.js.map +1 -1
  21. package/dist/UserMenuItemTemplate.js +10 -1
  22. package/dist/UserMenuItemTemplate.js.map +1 -1
  23. package/dist/UserMenuTemplate.js +1 -1
  24. package/dist/UserMenuTemplate.js.map +1 -1
  25. package/dist/ViewSettingsDialog.d.ts +12 -11
  26. package/dist/ViewSettingsDialog.js +26 -23
  27. package/dist/ViewSettingsDialog.js.map +1 -1
  28. package/dist/ViewSettingsDialogCustomTab.d.ts +5 -5
  29. package/dist/ViewSettingsDialogCustomTab.js +7 -7
  30. package/dist/ViewSettingsDialogCustomTab.js.map +1 -1
  31. package/dist/ViewSettingsDialogTemplate.js +2 -2
  32. package/dist/ViewSettingsDialogTemplate.js.map +1 -1
  33. package/dist/bundle.esm.js +0 -2
  34. package/dist/bundle.esm.js.map +1 -1
  35. package/dist/css/themes/Timeline.css +1 -1
  36. package/dist/css/themes/UserMenuItem.css +1 -1
  37. package/dist/custom-elements-internal.json +293 -801
  38. package/dist/custom-elements.json +109 -459
  39. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  40. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  41. package/dist/generated/i18n/i18n-defaults.d.ts +1 -11
  42. package/dist/generated/i18n/i18n-defaults.js +2 -12
  43. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  44. package/dist/generated/themes/Timeline.css.d.ts +1 -1
  45. package/dist/generated/themes/Timeline.css.js +1 -1
  46. package/dist/generated/themes/Timeline.css.js.map +1 -1
  47. package/dist/generated/themes/UserMenuItem.css.d.ts +1 -1
  48. package/dist/generated/themes/UserMenuItem.css.js +1 -1
  49. package/dist/generated/themes/UserMenuItem.css.js.map +1 -1
  50. package/dist/vscode.html-custom-data.json +17 -70
  51. package/dist/web-types.json +41 -205
  52. package/package.json +7 -7
  53. package/src/NavigationMenuItemTemplate.tsx +3 -3
  54. package/src/TimelineTemplate.tsx +0 -7
  55. package/src/UserMenuItemTemplate.tsx +19 -1
  56. package/src/UserMenuTemplate.tsx +1 -0
  57. package/src/ViewSettingsDialogTemplate.tsx +3 -3
  58. package/src/i18n/messagebundle.properties +1 -31
  59. package/src/i18n/messagebundle_en.properties +1 -1
  60. package/src/i18n/messagebundle_en_GB.properties +1 -1
  61. package/src/themes/Timeline.css +7 -21
  62. package/src/themes/UserMenuItem.css +37 -3
  63. package/dist/TimelineFilterOption.d.ts +0 -37
  64. package/dist/TimelineFilterOption.js +0 -59
  65. package/dist/TimelineFilterOption.js.map +0 -1
  66. package/dist/TimelineHeaderBar.d.ts +0 -120
  67. package/dist/TimelineHeaderBar.js +0 -273
  68. package/dist/TimelineHeaderBar.js.map +0 -1
  69. package/dist/TimelineHeaderBarTemplate.d.ts +0 -2
  70. package/dist/TimelineHeaderBarTemplate.js +0 -18
  71. package/dist/TimelineHeaderBarTemplate.js.map +0 -1
  72. package/dist/css/themes/TimelineHeaderBar.css +0 -1
  73. package/dist/generated/themes/TimelineHeaderBar.css.d.ts +0 -2
  74. package/dist/generated/themes/TimelineHeaderBar.css.js +0 -8
  75. package/dist/generated/themes/TimelineHeaderBar.css.js.map +0 -1
  76. package/dist/types/TimelineSortOrder.d.ts +0 -18
  77. package/dist/types/TimelineSortOrder.js +0 -20
  78. package/dist/types/TimelineSortOrder.js.map +0 -1
  79. package/src/TimelineHeaderBarTemplate.tsx +0 -104
  80. package/src/themes/TimelineHeaderBar.css +0 -17
@@ -8675,7 +8675,7 @@
8675
8675
  "description": "Defines the accessible ARIA name of the component.",
8676
8676
  "default": "undefined",
8677
8677
  "privacy": "public",
8678
- "_ui5since": "2.21.0"
8678
+ "_ui5since": "2.22.0"
8679
8679
  },
8680
8680
  {
8681
8681
  "kind": "field",
@@ -8852,7 +8852,7 @@
8852
8852
  "description": "Defines the accessible ARIA name of the component.",
8853
8853
  "default": "undefined",
8854
8854
  "privacy": "public",
8855
- "_ui5since": "2.21.0"
8855
+ "_ui5since": "2.22.0"
8856
8856
  },
8857
8857
  {
8858
8858
  "kind": "field",
@@ -9181,7 +9181,7 @@
9181
9181
  "description": "Defines the accessible ARIA name of the component.",
9182
9182
  "default": "undefined",
9183
9183
  "privacy": "public",
9184
- "_ui5since": "2.21.0"
9184
+ "_ui5since": "2.22.0"
9185
9185
  },
9186
9186
  {
9187
9187
  "kind": "field",
@@ -9312,7 +9312,7 @@
9312
9312
  "description": "Defines the accessible ARIA name of the component.",
9313
9313
  "default": "undefined",
9314
9314
  "privacy": "public",
9315
- "_ui5since": "2.21.0"
9315
+ "_ui5since": "2.22.0"
9316
9316
  },
9317
9317
  {
9318
9318
  "kind": "field",
@@ -9631,7 +9631,7 @@
9631
9631
  "description": "Defines the accessible ARIA name of the component.",
9632
9632
  "default": "undefined",
9633
9633
  "privacy": "public",
9634
- "_ui5since": "2.21.0"
9634
+ "_ui5since": "2.22.0"
9635
9635
  },
9636
9636
  {
9637
9637
  "kind": "field",
@@ -10016,7 +10016,7 @@
10016
10016
  },
10017
10017
  {
10018
10018
  "kind": "class",
10019
- "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.",
10019
+ "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.",
10020
10020
  "name": "Timeline",
10021
10021
  "slots": [
10022
10022
  {
@@ -10034,22 +10034,6 @@
10034
10034
  ]
10035
10035
  },
10036
10036
  "_ui5privacy": "public"
10037
- },
10038
- {
10039
- "name": "headerBar",
10040
- "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.",
10041
- "_ui5since": "2.22.0",
10042
- "_ui5type": {
10043
- "text": "Array<TimelineHeaderBar>",
10044
- "references": [
10045
- {
10046
- "name": "TimelineHeaderBar",
10047
- "package": "@ui5/webcomponents-fiori",
10048
- "module": "dist/TimelineHeaderBar.js"
10049
- }
10050
- ]
10051
- },
10052
- "_ui5privacy": "public"
10053
10037
  }
10054
10038
  ],
10055
10039
  "members": [
@@ -10123,43 +10107,6 @@
10123
10107
  }
10124
10108
  ],
10125
10109
  "events": [
10126
- {
10127
- "name": "filter",
10128
- "_ui5privacy": "public",
10129
- "type": {
10130
- "text": "CustomEvent<TimelineFilterEventDetail>",
10131
- "references": [
10132
- {
10133
- "name": "TimelineFilterEventDetail",
10134
- "package": "@ui5/webcomponents-fiori",
10135
- "module": "dist/Timeline.js"
10136
- }
10137
- ]
10138
- },
10139
- "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.",
10140
- "_ui5Cancelable": false,
10141
- "_ui5allowPreventDefault": false,
10142
- "_ui5Bubbles": true,
10143
- "_ui5since": "2.22.0",
10144
- "_ui5parameters": [
10145
- {
10146
- "type": {
10147
- "text": "string"
10148
- },
10149
- "name": "filterBy",
10150
- "_ui5privacy": "public",
10151
- "description": "The filter category."
10152
- },
10153
- {
10154
- "type": {
10155
- "text": "Array<string>"
10156
- },
10157
- "name": "selectedOptions",
10158
- "_ui5privacy": "public",
10159
- "description": "The selected filter option texts."
10160
- }
10161
- ]
10162
- },
10163
10110
  {
10164
10111
  "name": "load-more",
10165
10112
  "_ui5privacy": "public",
@@ -10171,64 +10118,6 @@
10171
10118
  "_ui5allowPreventDefault": false,
10172
10119
  "_ui5Bubbles": true,
10173
10120
  "_ui5since": "2.7.0"
10174
- },
10175
- {
10176
- "name": "search",
10177
- "_ui5privacy": "public",
10178
- "type": {
10179
- "text": "CustomEvent<TimelineSearchEventDetail>",
10180
- "references": [
10181
- {
10182
- "name": "TimelineSearchEventDetail",
10183
- "package": "@ui5/webcomponents-fiori",
10184
- "module": "dist/Timeline.js"
10185
- }
10186
- ]
10187
- },
10188
- "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.",
10189
- "_ui5Cancelable": false,
10190
- "_ui5allowPreventDefault": false,
10191
- "_ui5Bubbles": true,
10192
- "_ui5since": "2.22.0",
10193
- "_ui5parameters": [
10194
- {
10195
- "type": {
10196
- "text": "string"
10197
- },
10198
- "name": "value",
10199
- "_ui5privacy": "public",
10200
- "description": "The search value entered by the user."
10201
- }
10202
- ]
10203
- },
10204
- {
10205
- "name": "sort",
10206
- "_ui5privacy": "public",
10207
- "type": {
10208
- "text": "CustomEvent<TimelineSortEventDetail>",
10209
- "references": [
10210
- {
10211
- "name": "TimelineSortEventDetail",
10212
- "package": "@ui5/webcomponents-fiori",
10213
- "module": "dist/Timeline.js"
10214
- }
10215
- ]
10216
- },
10217
- "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.",
10218
- "_ui5Cancelable": false,
10219
- "_ui5allowPreventDefault": false,
10220
- "_ui5Bubbles": true,
10221
- "_ui5since": "2.22.0",
10222
- "_ui5parameters": [
10223
- {
10224
- "type": {
10225
- "text": "string"
10226
- },
10227
- "name": "sortOrder",
10228
- "_ui5privacy": "public",
10229
- "description": "The sort order (\"Ascending\" or \"Descending\")."
10230
- }
10231
- ]
10232
10121
  }
10233
10122
  ],
10234
10123
  "attributes": [
@@ -10293,480 +10182,99 @@
10293
10182
  {
10294
10183
  "kind": "js",
10295
10184
  "name": "default",
10296
- "declaration": {
10297
- "name": "Timeline",
10298
- "module": "dist/Timeline.js"
10299
- }
10300
- },
10301
- {
10302
- "kind": "custom-element-definition",
10303
- "name": "ui5-timeline",
10304
- "declaration": {
10305
- "name": "Timeline",
10306
- "module": "dist/Timeline.js"
10307
- }
10308
- }
10309
- ]
10310
- },
10311
- {
10312
- "kind": "javascript-module",
10313
- "path": "dist/TimelineFilterOption.js",
10314
- "declarations": [
10315
- {
10316
- "kind": "class",
10317
- "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\";`",
10318
- "name": "TimelineFilterOption",
10319
- "members": [
10320
- {
10321
- "kind": "field",
10322
- "name": "selected",
10323
- "type": {
10324
- "text": "boolean"
10325
- },
10326
- "default": "false",
10327
- "description": "Defines if the filter option is selected.",
10328
- "privacy": "public"
10329
- },
10330
- {
10331
- "kind": "field",
10332
- "name": "text",
10333
- "type": {
10334
- "text": "string"
10335
- },
10336
- "default": "\"\"",
10337
- "description": "Defines the text of the filter option.",
10338
- "privacy": "public"
10339
- }
10340
- ],
10341
- "attributes": [
10342
- {
10343
- "description": "Defines if the filter option is selected.",
10344
- "name": "selected",
10345
- "default": "false",
10346
- "fieldName": "selected",
10347
- "type": {
10348
- "text": "boolean"
10349
- }
10350
- },
10351
- {
10352
- "description": "Defines the text of the filter option.",
10353
- "name": "text",
10354
- "default": "\"\"",
10355
- "fieldName": "text",
10356
- "type": {
10357
- "text": "string"
10358
- }
10359
- }
10360
- ],
10361
- "superclass": {
10362
- "name": "UI5Element",
10363
- "package": "@ui5/webcomponents-base",
10364
- "module": "dist/UI5Element.js"
10365
- },
10366
- "tagName": "ui5-timeline-filter-option",
10367
- "customElement": true,
10368
- "_ui5since": "2.22.0",
10369
- "_ui5privacy": "public"
10370
- }
10371
- ],
10372
- "exports": [
10373
- {
10374
- "kind": "js",
10375
- "name": "default",
10376
- "declaration": {
10377
- "name": "TimelineFilterOption",
10378
- "module": "dist/TimelineFilterOption.js"
10379
- }
10380
- },
10381
- {
10382
- "kind": "custom-element-definition",
10383
- "name": "ui5-timeline-filter-option",
10384
- "declaration": {
10385
- "name": "TimelineFilterOption",
10386
- "module": "dist/TimelineFilterOption.js"
10387
- }
10388
- }
10389
- ]
10390
- },
10391
- {
10392
- "kind": "javascript-module",
10393
- "path": "dist/TimelineGroupItem.js",
10394
- "declarations": [
10395
- {
10396
- "kind": "class",
10397
- "description": "### Overview\n\nAn entry posted on the timeline.\nIt is intented to represent a group of `<ui5-timeline-item>`s.\n\n**Note**: Please do not use empty groups in order to preserve the intended design.",
10398
- "name": "TimelineGroupItem",
10399
- "slots": [
10400
- {
10401
- "name": "default",
10402
- "description": "Determines the content of the `ui5-timeline-group-item`.",
10403
- "_ui5propertyName": "items",
10404
- "_ui5type": {
10405
- "text": "Array<ITimelineItem>",
10406
- "references": [
10407
- {
10408
- "name": "ITimelineItem",
10409
- "package": "@ui5/webcomponents-fiori",
10410
- "module": "dist/Timeline.js"
10411
- }
10412
- ]
10413
- },
10414
- "_ui5privacy": "public"
10415
- }
10416
- ],
10417
- "members": [
10418
- {
10419
- "kind": "field",
10420
- "name": "collapsed",
10421
- "type": {
10422
- "text": "boolean"
10423
- },
10424
- "default": "false",
10425
- "description": "Determines if the group is collapsed or expanded.",
10426
- "privacy": "public"
10427
- },
10428
- {
10429
- "kind": "field",
10430
- "name": "groupName",
10431
- "type": {
10432
- "text": "string | undefined"
10433
- },
10434
- "description": "Defines the text of the button that expands and collapses the group.",
10435
- "default": "undefined",
10436
- "privacy": "public"
10437
- }
10438
- ],
10439
- "events": [
10440
- {
10441
- "name": "toggle",
10442
- "_ui5privacy": "public",
10443
- "type": {
10444
- "text": "CustomEvent"
10445
- },
10446
- "description": "Fired when the group item is expanded or collapsed.",
10447
- "_ui5Cancelable": false,
10448
- "_ui5allowPreventDefault": false,
10449
- "_ui5Bubbles": true
10450
- }
10451
- ],
10452
- "attributes": [
10453
- {
10454
- "description": "Determines if the group is collapsed or expanded.",
10455
- "name": "collapsed",
10456
- "default": "false",
10457
- "fieldName": "collapsed",
10458
- "type": {
10459
- "text": "boolean"
10460
- }
10461
- },
10462
- {
10463
- "description": "Defines the text of the button that expands and collapses the group.",
10464
- "name": "group-name",
10465
- "default": "undefined",
10466
- "fieldName": "groupName",
10467
- "type": {
10468
- "text": "string | undefined"
10469
- }
10470
- }
10471
- ],
10472
- "superclass": {
10473
- "name": "UI5Element",
10474
- "package": "@ui5/webcomponents-base",
10475
- "module": "dist/UI5Element.js"
10476
- },
10477
- "tagName": "ui5-timeline-group-item",
10478
- "customElement": true,
10479
- "_ui5since": "2.1.0",
10480
- "_ui5privacy": "public",
10481
- "_ui5implements": [
10482
- {
10483
- "name": "ITimelineItem",
10484
- "package": "@ui5/webcomponents-fiori",
10485
- "module": "dist/Timeline.js"
10486
- }
10487
- ]
10488
- }
10489
- ],
10490
- "exports": [
10491
- {
10492
- "kind": "js",
10493
- "name": "default",
10494
- "declaration": {
10495
- "name": "TimelineGroupItem",
10496
- "module": "dist/TimelineGroupItem.js"
10497
- }
10498
- },
10499
- {
10500
- "kind": "custom-element-definition",
10501
- "name": "ui5-timeline-group-item",
10502
- "declaration": {
10503
- "name": "TimelineGroupItem",
10504
- "module": "dist/TimelineGroupItem.js"
10505
- }
10506
- }
10507
- ]
10508
- },
10509
- {
10510
- "kind": "javascript-module",
10511
- "path": "dist/TimelineHeaderBar.js",
10512
- "declarations": [
10513
- {
10514
- "kind": "class",
10515
- "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\";`",
10516
- "name": "TimelineHeaderBar",
10517
- "slots": [
10518
- {
10519
- "name": "default",
10520
- "description": "Filter options to display in the filter dialog.",
10521
- "_ui5propertyName": "filterOptions",
10522
- "_ui5type": {
10523
- "text": "Array<TimelineFilterOption>",
10524
- "references": [
10525
- {
10526
- "name": "TimelineFilterOption",
10527
- "package": "@ui5/webcomponents-fiori",
10528
- "module": "dist/TimelineFilterOption.js"
10529
- }
10530
- ]
10531
- },
10532
- "_ui5privacy": "public"
10533
- }
10534
- ],
10535
- "members": [
10536
- {
10537
- "kind": "field",
10538
- "name": "filterBy",
10539
- "type": {
10540
- "text": "string"
10541
- },
10542
- "default": "\"\"",
10543
- "description": "The current filter category label.",
10544
- "privacy": "public"
10545
- },
10546
- {
10547
- "kind": "field",
10548
- "name": "searchValue",
10549
- "type": {
10550
- "text": "string"
10551
- },
10552
- "default": "\"\"",
10553
- "description": "The current search value.",
10554
- "privacy": "public"
10555
- },
10556
- {
10557
- "kind": "field",
10558
- "name": "showFilter",
10559
- "type": {
10560
- "text": "boolean"
10561
- },
10562
- "default": "false",
10563
- "description": "Shows the filter button.",
10564
- "privacy": "public"
10565
- },
10566
- {
10567
- "kind": "field",
10568
- "name": "showFilterByDate",
10569
- "type": {
10570
- "text": "boolean"
10571
- },
10572
- "default": "false",
10573
- "description": "Shows the filter by date option.",
10574
- "privacy": "public"
10575
- },
10576
- {
10577
- "kind": "field",
10578
- "name": "showSearch",
10579
- "type": {
10580
- "text": "boolean"
10581
- },
10582
- "default": "false",
10583
- "description": "Shows the search input field.",
10584
- "privacy": "public"
10585
- },
10586
- {
10587
- "kind": "field",
10588
- "name": "showSort",
10589
- "type": {
10590
- "text": "boolean"
10591
- },
10592
- "default": "false",
10593
- "description": "Shows the sort button.",
10594
- "privacy": "public"
10595
- },
10596
- {
10597
- "kind": "field",
10598
- "name": "sortOrder",
10599
- "type": {
10600
- "text": "TimelineSortOrder",
10601
- "references": [
10602
- {
10603
- "name": "TimelineSortOrder",
10604
- "package": "@ui5/webcomponents-fiori",
10605
- "module": "dist/types/TimelineSortOrder.js"
10606
- }
10607
- ]
10608
- },
10609
- "default": "\"Ascending\"",
10610
- "description": "The current sort order.",
10611
- "privacy": "public"
10612
- }
10613
- ],
10614
- "events": [
10615
- {
10616
- "name": "filter",
10617
- "_ui5privacy": "public",
10618
- "type": {
10619
- "text": "CustomEvent<TimelineHeaderBarFilterEventDetail>",
10620
- "references": [
10621
- {
10622
- "name": "TimelineHeaderBarFilterEventDetail",
10623
- "package": "@ui5/webcomponents-fiori",
10624
- "module": "dist/TimelineHeaderBar.js"
10625
- }
10626
- ]
10627
- },
10628
- "description": "Fired when the user changes filter selection.",
10629
- "_ui5Cancelable": false,
10630
- "_ui5allowPreventDefault": false,
10631
- "_ui5Bubbles": true,
10632
- "_ui5parameters": [
10633
- {
10634
- "type": {
10635
- "text": "string"
10636
- },
10637
- "name": "filterBy",
10638
- "_ui5privacy": "public",
10639
- "description": "The filter category."
10640
- },
10641
- {
10642
- "type": {
10643
- "text": "Array<string>"
10644
- },
10645
- "name": "selectedOptions",
10646
- "_ui5privacy": "public",
10647
- "description": "The selected filter option texts."
10648
- }
10649
- ]
10650
- },
10651
- {
10652
- "name": "search",
10653
- "_ui5privacy": "public",
10654
- "type": {
10655
- "text": "CustomEvent<TimelineHeaderBarSearchEventDetail>",
10656
- "references": [
10657
- {
10658
- "name": "TimelineHeaderBarSearchEventDetail",
10659
- "package": "@ui5/webcomponents-fiori",
10660
- "module": "dist/TimelineHeaderBar.js"
10661
- }
10662
- ]
10663
- },
10664
- "description": "Fired when the user performs a search.",
10665
- "_ui5Cancelable": false,
10666
- "_ui5allowPreventDefault": false,
10667
- "_ui5Bubbles": true,
10668
- "_ui5parameters": [
10669
- {
10670
- "type": {
10671
- "text": "string"
10672
- },
10673
- "name": "value",
10674
- "_ui5privacy": "public",
10675
- "description": "The search value entered by the user."
10676
- }
10677
- ]
10678
- },
10185
+ "declaration": {
10186
+ "name": "Timeline",
10187
+ "module": "dist/Timeline.js"
10188
+ }
10189
+ },
10190
+ {
10191
+ "kind": "custom-element-definition",
10192
+ "name": "ui5-timeline",
10193
+ "declaration": {
10194
+ "name": "Timeline",
10195
+ "module": "dist/Timeline.js"
10196
+ }
10197
+ }
10198
+ ]
10199
+ },
10200
+ {
10201
+ "kind": "javascript-module",
10202
+ "path": "dist/TimelineGroupItem.js",
10203
+ "declarations": [
10204
+ {
10205
+ "kind": "class",
10206
+ "description": "### Overview\n\nAn entry posted on the timeline.\nIt is intented to represent a group of `<ui5-timeline-item>`s.\n\n**Note**: Please do not use empty groups in order to preserve the intended design.",
10207
+ "name": "TimelineGroupItem",
10208
+ "slots": [
10679
10209
  {
10680
- "name": "sort",
10681
- "_ui5privacy": "public",
10682
- "type": {
10683
- "text": "CustomEvent<TimelineHeaderBarSortEventDetail>",
10210
+ "name": "default",
10211
+ "description": "Determines the content of the `ui5-timeline-group-item`.",
10212
+ "_ui5propertyName": "items",
10213
+ "_ui5type": {
10214
+ "text": "Array<ITimelineItem>",
10684
10215
  "references": [
10685
10216
  {
10686
- "name": "TimelineHeaderBarSortEventDetail",
10217
+ "name": "ITimelineItem",
10687
10218
  "package": "@ui5/webcomponents-fiori",
10688
- "module": "dist/TimelineHeaderBar.js"
10219
+ "module": "dist/Timeline.js"
10689
10220
  }
10690
10221
  ]
10691
10222
  },
10692
- "description": "Fired when the user changes sort order.",
10693
- "_ui5Cancelable": false,
10694
- "_ui5allowPreventDefault": false,
10695
- "_ui5Bubbles": true,
10696
- "_ui5parameters": [
10697
- {
10698
- "type": {
10699
- "text": "string"
10700
- },
10701
- "name": "sortOrder",
10702
- "_ui5privacy": "public",
10703
- "description": "The sort order (\"Ascending\" or \"Descending\")."
10704
- }
10705
- ]
10223
+ "_ui5privacy": "public"
10706
10224
  }
10707
10225
  ],
10708
- "attributes": [
10709
- {
10710
- "description": "The current filter category label.",
10711
- "name": "filter-by",
10712
- "default": "\"\"",
10713
- "fieldName": "filterBy",
10714
- "type": {
10715
- "text": "string"
10716
- }
10717
- },
10718
- {
10719
- "description": "The current search value.",
10720
- "name": "search-value",
10721
- "default": "\"\"",
10722
- "fieldName": "searchValue",
10723
- "type": {
10724
- "text": "string"
10725
- }
10726
- },
10226
+ "members": [
10727
10227
  {
10728
- "description": "Shows the filter button.",
10729
- "name": "show-filter",
10730
- "default": "false",
10731
- "fieldName": "showFilter",
10228
+ "kind": "field",
10229
+ "name": "collapsed",
10732
10230
  "type": {
10733
10231
  "text": "boolean"
10734
- }
10232
+ },
10233
+ "default": "false",
10234
+ "description": "Determines if the group is collapsed or expanded.",
10235
+ "privacy": "public"
10735
10236
  },
10736
10237
  {
10737
- "description": "Shows the filter by date option.",
10738
- "name": "show-filter-by-date",
10739
- "default": "false",
10740
- "fieldName": "showFilterByDate",
10238
+ "kind": "field",
10239
+ "name": "groupName",
10741
10240
  "type": {
10742
- "text": "boolean"
10743
- }
10744
- },
10241
+ "text": "string | undefined"
10242
+ },
10243
+ "description": "Defines the text of the button that expands and collapses the group.",
10244
+ "default": "undefined",
10245
+ "privacy": "public"
10246
+ }
10247
+ ],
10248
+ "events": [
10745
10249
  {
10746
- "description": "Shows the search input field.",
10747
- "name": "show-search",
10748
- "default": "false",
10749
- "fieldName": "showSearch",
10250
+ "name": "toggle",
10251
+ "_ui5privacy": "public",
10750
10252
  "type": {
10751
- "text": "boolean"
10752
- }
10753
- },
10253
+ "text": "CustomEvent"
10254
+ },
10255
+ "description": "Fired when the group item is expanded or collapsed.",
10256
+ "_ui5Cancelable": false,
10257
+ "_ui5allowPreventDefault": false,
10258
+ "_ui5Bubbles": true
10259
+ }
10260
+ ],
10261
+ "attributes": [
10754
10262
  {
10755
- "description": "Shows the sort button.",
10756
- "name": "show-sort",
10263
+ "description": "Determines if the group is collapsed or expanded.",
10264
+ "name": "collapsed",
10757
10265
  "default": "false",
10758
- "fieldName": "showSort",
10266
+ "fieldName": "collapsed",
10759
10267
  "type": {
10760
10268
  "text": "boolean"
10761
10269
  }
10762
10270
  },
10763
10271
  {
10764
- "description": "The current sort order.",
10765
- "name": "sort-order",
10766
- "default": "\"Ascending\"",
10767
- "fieldName": "sortOrder",
10272
+ "description": "Defines the text of the button that expands and collapses the group.",
10273
+ "name": "group-name",
10274
+ "default": "undefined",
10275
+ "fieldName": "groupName",
10768
10276
  "type": {
10769
- "text": "\"Ascending\" | \"Descending\""
10277
+ "text": "string | undefined"
10770
10278
  }
10771
10279
  }
10772
10280
  ],
@@ -10775,10 +10283,17 @@
10775
10283
  "package": "@ui5/webcomponents-base",
10776
10284
  "module": "dist/UI5Element.js"
10777
10285
  },
10778
- "tagName": "ui5-timeline-header-bar",
10286
+ "tagName": "ui5-timeline-group-item",
10779
10287
  "customElement": true,
10780
- "_ui5since": "2.22.0",
10781
- "_ui5privacy": "public"
10288
+ "_ui5since": "2.1.0",
10289
+ "_ui5privacy": "public",
10290
+ "_ui5implements": [
10291
+ {
10292
+ "name": "ITimelineItem",
10293
+ "package": "@ui5/webcomponents-fiori",
10294
+ "module": "dist/Timeline.js"
10295
+ }
10296
+ ]
10782
10297
  }
10783
10298
  ],
10784
10299
  "exports": [
@@ -10786,16 +10301,16 @@
10786
10301
  "kind": "js",
10787
10302
  "name": "default",
10788
10303
  "declaration": {
10789
- "name": "TimelineHeaderBar",
10790
- "module": "dist/TimelineHeaderBar.js"
10304
+ "name": "TimelineGroupItem",
10305
+ "module": "dist/TimelineGroupItem.js"
10791
10306
  }
10792
10307
  },
10793
10308
  {
10794
10309
  "kind": "custom-element-definition",
10795
- "name": "ui5-timeline-header-bar",
10310
+ "name": "ui5-timeline-group-item",
10796
10311
  "declaration": {
10797
- "name": "TimelineHeaderBar",
10798
- "module": "dist/TimelineHeaderBar.js"
10312
+ "name": "TimelineGroupItem",
10313
+ "module": "dist/TimelineGroupItem.js"
10799
10314
  }
10800
10315
  }
10801
10316
  ]
@@ -12348,16 +11863,18 @@
12348
11863
  "_ui5privacy": "public"
12349
11864
  }
12350
11865
  ],
12351
- "superclass": {
12352
- "name": "MenuItem",
12353
- "package": "@ui5/webcomponents",
12354
- "module": "dist/MenuItem.js"
12355
- },
12356
- "tagName": "ui5-user-menu-item",
12357
- "customElement": true,
12358
- "_ui5since": "2.5.0",
12359
- "_ui5privacy": "public",
12360
11866
  "members": [
11867
+ {
11868
+ "kind": "field",
11869
+ "name": "showSelection",
11870
+ "type": {
11871
+ "text": "boolean"
11872
+ },
11873
+ "default": "false",
11874
+ "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.",
11875
+ "privacy": "public",
11876
+ "_ui5since": "2.22.0"
11877
+ },
12361
11878
  {
12362
11879
  "kind": "field",
12363
11880
  "name": "accessibilityAttributes",
@@ -12471,171 +11988,74 @@
12471
11988
  },
12472
11989
  {
12473
11990
  "kind": "field",
12474
- "name": "navigated",
12475
- "type": {
12476
- "text": "boolean"
12477
- },
12478
- "default": "false",
12479
- "description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
12480
- "privacy": "public",
12481
- "_ui5since": "1.10.0"
12482
- },
12483
- {
12484
- "kind": "field",
12485
- "name": "selected",
12486
- "type": {
12487
- "text": "boolean"
12488
- },
12489
- "default": "false",
12490
- "description": "Defines the selected state of the component.",
12491
- "privacy": "public"
12492
- },
12493
- {
12494
- "kind": "field",
12495
- "name": "text",
12496
- "type": {
12497
- "text": "string | undefined"
12498
- },
12499
- "description": "Defines the text of the tree item.",
12500
- "default": "undefined",
12501
- "privacy": "public"
12502
- },
12503
- {
12504
- "kind": "field",
12505
- "name": "tooltip",
12506
- "type": {
12507
- "text": "string | undefined"
12508
- },
12509
- "description": "Defines the text of the tooltip for the menu item.",
12510
- "default": "undefined",
12511
- "privacy": "public",
12512
- "_ui5since": "1.23.0"
12513
- },
12514
- {
12515
- "kind": "field",
12516
- "name": "type",
12517
- "type": {
12518
- "text": "ListItemType",
12519
- "references": [
12520
- {
12521
- "name": "ListItemType",
12522
- "package": "@ui5/webcomponents",
12523
- "module": "dist/types/ListItemType.js"
12524
- }
12525
- ]
12526
- },
12527
- "default": "\"Active\"",
12528
- "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
12529
- "privacy": "public"
12530
- }
12531
- ],
12532
- "events": [
12533
- {
12534
- "name": "before-close",
12535
- "_ui5privacy": "public",
12536
- "type": {
12537
- "text": "CustomEvent<MenuBeforeCloseEventDetail>",
12538
- "references": [
12539
- {
12540
- "name": "MenuBeforeCloseEventDetail",
12541
- "package": "@ui5/webcomponents",
12542
- "module": "dist/MenuItem.js"
12543
- }
12544
- ]
12545
- },
12546
- "description": "Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.",
12547
- "_ui5Cancelable": true,
12548
- "_ui5allowPreventDefault": true,
12549
- "_ui5Bubbles": false,
12550
- "_ui5since": "1.10.0",
12551
- "_ui5parameters": [
12552
- {
12553
- "type": {
12554
- "text": "boolean"
12555
- },
12556
- "name": "escPressed",
12557
- "_ui5privacy": "public",
12558
- "description": "Indicates that `ESC` key has triggered the event."
12559
- }
12560
- ]
12561
- },
12562
- {
12563
- "name": "before-open",
12564
- "_ui5privacy": "public",
12565
- "type": {
12566
- "text": "CustomEvent<MenuBeforeOpenEventDetail>",
12567
- "references": [
12568
- {
12569
- "name": "MenuBeforeOpenEventDetail",
12570
- "package": "@ui5/webcomponents",
12571
- "module": "dist/MenuItem.js"
12572
- }
12573
- ]
12574
- },
12575
- "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.",
12576
- "_ui5Cancelable": true,
12577
- "_ui5allowPreventDefault": true,
12578
- "_ui5Bubbles": false,
12579
- "_ui5since": "1.10.0",
12580
- "_ui5parameters": [
12581
- {
12582
- "type": {
12583
- "text": "HTMLElement"
12584
- },
12585
- "name": "item",
12586
- "_ui5privacy": "public",
12587
- "description": "The menu item that triggers opening of the sub-menu or undefined when fired upon root menu opening."
12588
- }
12589
- ]
11991
+ "name": "navigated",
11992
+ "type": {
11993
+ "text": "boolean"
11994
+ },
11995
+ "default": "false",
11996
+ "description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
11997
+ "privacy": "public",
11998
+ "_ui5since": "1.10.0"
12590
11999
  },
12591
12000
  {
12592
- "name": "check",
12593
- "_ui5privacy": "public",
12001
+ "kind": "field",
12002
+ "name": "selected",
12594
12003
  "type": {
12595
- "text": "CustomEvent"
12004
+ "text": "boolean"
12596
12005
  },
12597
- "description": "Fired when an item is checked or unchecked.",
12598
- "_ui5Cancelable": false,
12599
- "_ui5allowPreventDefault": false,
12600
- "_ui5Bubbles": true,
12601
- "_ui5since": "2.12.0"
12006
+ "default": "false",
12007
+ "description": "Defines the selected state of the component.",
12008
+ "privacy": "public"
12602
12009
  },
12603
12010
  {
12604
- "name": "close",
12605
- "_ui5privacy": "public",
12011
+ "kind": "field",
12012
+ "name": "text",
12606
12013
  "type": {
12607
- "text": "CustomEvent"
12014
+ "text": "string | undefined"
12608
12015
  },
12609
- "description": "Fired after the menu is closed.",
12610
- "_ui5Cancelable": false,
12611
- "_ui5allowPreventDefault": false,
12612
- "_ui5Bubbles": false,
12613
- "_ui5since": "1.10.0"
12016
+ "description": "Defines the text of the tree item.",
12017
+ "default": "undefined",
12018
+ "privacy": "public"
12614
12019
  },
12615
12020
  {
12616
- "name": "detail-click",
12617
- "_ui5privacy": "public",
12021
+ "kind": "field",
12022
+ "name": "tooltip",
12618
12023
  "type": {
12619
- "text": "CustomEvent"
12024
+ "text": "string | undefined"
12620
12025
  },
12621
- "description": "Fired when the user clicks on the detail button when type is `Detail`.",
12622
- "_ui5Cancelable": false,
12623
- "_ui5allowPreventDefault": false,
12624
- "_ui5Bubbles": true
12026
+ "description": "Defines the text of the tooltip for the menu item.",
12027
+ "default": "undefined",
12028
+ "privacy": "public",
12029
+ "_ui5since": "1.23.0"
12625
12030
  },
12626
12031
  {
12627
- "name": "open",
12628
- "_ui5privacy": "public",
12032
+ "kind": "field",
12033
+ "name": "type",
12629
12034
  "type": {
12630
- "text": "CustomEvent"
12035
+ "text": "ListItemType",
12036
+ "references": [
12037
+ {
12038
+ "name": "ListItemType",
12039
+ "package": "@ui5/webcomponents",
12040
+ "module": "dist/types/ListItemType.js"
12041
+ }
12042
+ ]
12631
12043
  },
12632
- "description": "Fired after the menu is opened.",
12633
- "_ui5Cancelable": false,
12634
- "_ui5allowPreventDefault": false,
12635
- "_ui5Bubbles": false
12044
+ "default": "\"Active\"",
12045
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
12046
+ "privacy": "public"
12636
12047
  }
12637
12048
  ],
12638
12049
  "attributes": [
12050
+ {
12051
+ "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.",
12052
+ "name": "show-selection",
12053
+ "default": "false",
12054
+ "fieldName": "showSelection",
12055
+ "type": {
12056
+ "text": "boolean"
12057
+ }
12058
+ },
12639
12059
  {
12640
12060
  "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\".",
12641
12061
  "name": "accessibility-attributes",
@@ -12762,6 +12182,121 @@
12762
12182
  "text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
12763
12183
  }
12764
12184
  }
12185
+ ],
12186
+ "superclass": {
12187
+ "name": "MenuItem",
12188
+ "package": "@ui5/webcomponents",
12189
+ "module": "dist/MenuItem.js"
12190
+ },
12191
+ "tagName": "ui5-user-menu-item",
12192
+ "customElement": true,
12193
+ "_ui5since": "2.5.0",
12194
+ "_ui5privacy": "public",
12195
+ "events": [
12196
+ {
12197
+ "name": "before-close",
12198
+ "_ui5privacy": "public",
12199
+ "type": {
12200
+ "text": "CustomEvent<MenuBeforeCloseEventDetail>",
12201
+ "references": [
12202
+ {
12203
+ "name": "MenuBeforeCloseEventDetail",
12204
+ "package": "@ui5/webcomponents",
12205
+ "module": "dist/MenuItem.js"
12206
+ }
12207
+ ]
12208
+ },
12209
+ "description": "Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.",
12210
+ "_ui5Cancelable": true,
12211
+ "_ui5allowPreventDefault": true,
12212
+ "_ui5Bubbles": false,
12213
+ "_ui5since": "1.10.0",
12214
+ "_ui5parameters": [
12215
+ {
12216
+ "type": {
12217
+ "text": "boolean"
12218
+ },
12219
+ "name": "escPressed",
12220
+ "_ui5privacy": "public",
12221
+ "description": "Indicates that `ESC` key has triggered the event."
12222
+ }
12223
+ ]
12224
+ },
12225
+ {
12226
+ "name": "before-open",
12227
+ "_ui5privacy": "public",
12228
+ "type": {
12229
+ "text": "CustomEvent<MenuBeforeOpenEventDetail>",
12230
+ "references": [
12231
+ {
12232
+ "name": "MenuBeforeOpenEventDetail",
12233
+ "package": "@ui5/webcomponents",
12234
+ "module": "dist/MenuItem.js"
12235
+ }
12236
+ ]
12237
+ },
12238
+ "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.",
12239
+ "_ui5Cancelable": true,
12240
+ "_ui5allowPreventDefault": true,
12241
+ "_ui5Bubbles": false,
12242
+ "_ui5since": "1.10.0",
12243
+ "_ui5parameters": [
12244
+ {
12245
+ "type": {
12246
+ "text": "HTMLElement"
12247
+ },
12248
+ "name": "item",
12249
+ "_ui5privacy": "public",
12250
+ "description": "The menu item that triggers opening of the sub-menu or undefined when fired upon root menu opening."
12251
+ }
12252
+ ]
12253
+ },
12254
+ {
12255
+ "name": "check",
12256
+ "_ui5privacy": "public",
12257
+ "type": {
12258
+ "text": "CustomEvent"
12259
+ },
12260
+ "description": "Fired when an item is checked or unchecked.",
12261
+ "_ui5Cancelable": false,
12262
+ "_ui5allowPreventDefault": false,
12263
+ "_ui5Bubbles": true,
12264
+ "_ui5since": "2.12.0"
12265
+ },
12266
+ {
12267
+ "name": "close",
12268
+ "_ui5privacy": "public",
12269
+ "type": {
12270
+ "text": "CustomEvent"
12271
+ },
12272
+ "description": "Fired after the menu is closed.",
12273
+ "_ui5Cancelable": false,
12274
+ "_ui5allowPreventDefault": false,
12275
+ "_ui5Bubbles": false,
12276
+ "_ui5since": "1.10.0"
12277
+ },
12278
+ {
12279
+ "name": "detail-click",
12280
+ "_ui5privacy": "public",
12281
+ "type": {
12282
+ "text": "CustomEvent"
12283
+ },
12284
+ "description": "Fired when the user clicks on the detail button when type is `Detail`.",
12285
+ "_ui5Cancelable": false,
12286
+ "_ui5allowPreventDefault": false,
12287
+ "_ui5Bubbles": true
12288
+ },
12289
+ {
12290
+ "name": "open",
12291
+ "_ui5privacy": "public",
12292
+ "type": {
12293
+ "text": "CustomEvent"
12294
+ },
12295
+ "description": "Fired after the menu is opened.",
12296
+ "_ui5Cancelable": false,
12297
+ "_ui5allowPreventDefault": false,
12298
+ "_ui5Bubbles": false
12299
+ }
12765
12300
  ]
12766
12301
  }
12767
12302
  ],
@@ -14456,36 +13991,36 @@
14456
13991
  "members": [
14457
13992
  {
14458
13993
  "kind": "field",
14459
- "name": "enableReset",
13994
+ "name": "groupDescending",
14460
13995
  "type": {
14461
13996
  "text": "boolean"
14462
13997
  },
14463
13998
  "default": "false",
14464
- "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.",
13999
+ "description": "Defines the initial group order.",
14465
14000
  "privacy": "public",
14466
- "_ui5since": "2.22.0"
14001
+ "_ui5since": "2.13.0"
14467
14002
  },
14468
14003
  {
14469
14004
  "kind": "field",
14470
- "name": "groupDescending",
14005
+ "name": "open",
14471
14006
  "type": {
14472
14007
  "text": "boolean"
14473
14008
  },
14474
14009
  "default": "false",
14475
- "description": "Defines the initial group order.",
14010
+ "description": "Indicates if the dialog is open.",
14476
14011
  "privacy": "public",
14477
- "_ui5since": "2.13.0"
14012
+ "_ui5since": "2.0.0"
14478
14013
  },
14479
14014
  {
14480
14015
  "kind": "field",
14481
- "name": "open",
14016
+ "name": "resetEnabled",
14482
14017
  "type": {
14483
14018
  "text": "boolean"
14484
14019
  },
14485
14020
  "default": "false",
14486
- "description": "Indicates if the dialog is open.",
14021
+ "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).",
14487
14022
  "privacy": "public",
14488
- "_ui5since": "2.0.0"
14023
+ "_ui5since": "2.22.0"
14489
14024
  },
14490
14025
  {
14491
14026
  "kind": "method",
@@ -14747,12 +14282,12 @@
14747
14282
  "_ui5since": "2.0.0"
14748
14283
  },
14749
14284
  {
14750
- "name": "reset-click",
14285
+ "name": "reset",
14751
14286
  "_ui5privacy": "public",
14752
14287
  "type": {
14753
14288
  "text": "CustomEvent"
14754
14289
  },
14755
- "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.",
14290
+ "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.",
14756
14291
  "_ui5Cancelable": false,
14757
14292
  "_ui5allowPreventDefault": false,
14758
14293
  "_ui5Bubbles": true,
@@ -14760,15 +14295,6 @@
14760
14295
  }
14761
14296
  ],
14762
14297
  "attributes": [
14763
- {
14764
- "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.",
14765
- "name": "enable-reset",
14766
- "default": "false",
14767
- "fieldName": "enableReset",
14768
- "type": {
14769
- "text": "boolean"
14770
- }
14771
- },
14772
14298
  {
14773
14299
  "description": "Defines the initial group order.",
14774
14300
  "name": "group-descending",
@@ -14787,6 +14313,15 @@
14787
14313
  "text": "boolean"
14788
14314
  }
14789
14315
  },
14316
+ {
14317
+ "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).",
14318
+ "name": "reset-enabled",
14319
+ "default": "false",
14320
+ "fieldName": "resetEnabled",
14321
+ "type": {
14322
+ "text": "boolean"
14323
+ }
14324
+ },
14790
14325
  {
14791
14326
  "description": "Defines the initial sort order.",
14792
14327
  "name": "sort-descending",
@@ -14852,18 +14387,18 @@
14852
14387
  "type": {
14853
14388
  "text": "string"
14854
14389
  },
14855
- "default": "\"\"",
14856
- "description": "Defines the icon of the custom tab.\n\n**Note:** If not provided, the tab should not be rendered.",
14390
+ "default": "\"action-settings\"",
14391
+ "description": "Defines the icon of the custom tab button in the segmented button.",
14857
14392
  "privacy": "public"
14858
14393
  },
14859
14394
  {
14860
14395
  "kind": "field",
14861
- "name": "title",
14396
+ "name": "titleText",
14862
14397
  "type": {
14863
14398
  "text": "string"
14864
14399
  },
14865
14400
  "default": "\"\"",
14866
- "description": "Defines the title of the custom tab.\n\n**Note:** It is displayed in the dialog header when this tab is selected.",
14401
+ "description": "Defines the title text of the custom tab.\n\n**Note:** It is displayed in the dialog header when this tab is selected.",
14867
14402
  "privacy": "public"
14868
14403
  },
14869
14404
  {
@@ -14879,19 +14414,19 @@
14879
14414
  ],
14880
14415
  "attributes": [
14881
14416
  {
14882
- "description": "Defines the icon of the custom tab.\n\n**Note:** If not provided, the tab should not be rendered.",
14417
+ "description": "Defines the icon of the custom tab button in the segmented button.",
14883
14418
  "name": "icon",
14884
- "default": "\"\"",
14419
+ "default": "\"action-settings\"",
14885
14420
  "fieldName": "icon",
14886
14421
  "type": {
14887
14422
  "text": "string"
14888
14423
  }
14889
14424
  },
14890
14425
  {
14891
- "description": "Defines the title of the custom tab.\n\n**Note:** It is displayed in the dialog header when this tab is selected.",
14892
- "name": "title",
14426
+ "description": "Defines the title text of the custom tab.\n\n**Note:** It is displayed in the dialog header when this tab is selected.",
14427
+ "name": "title-text",
14893
14428
  "default": "\"\"",
14894
- "fieldName": "title",
14429
+ "fieldName": "titleText",
14895
14430
  "type": {
14896
14431
  "text": "string"
14897
14432
  }
@@ -17474,49 +17009,6 @@
17474
17009
  }
17475
17010
  ]
17476
17011
  },
17477
- {
17478
- "kind": "javascript-module",
17479
- "path": "dist/types/TimelineSortOrder.js",
17480
- "declarations": [
17481
- {
17482
- "kind": "enum",
17483
- "name": "TimelineSortOrder",
17484
- "description": "Sort order for Timeline items.",
17485
- "_ui5privacy": "public",
17486
- "_ui5since": "2.22.0",
17487
- "members": [
17488
- {
17489
- "kind": "field",
17490
- "static": true,
17491
- "privacy": "public",
17492
- "description": "Ascending order (oldest first).",
17493
- "default": "Ascending",
17494
- "name": "Ascending",
17495
- "readonly": true
17496
- },
17497
- {
17498
- "kind": "field",
17499
- "static": true,
17500
- "privacy": "public",
17501
- "description": "Descending order (newest first).",
17502
- "default": "Descending",
17503
- "name": "Descending",
17504
- "readonly": true
17505
- }
17506
- ]
17507
- }
17508
- ],
17509
- "exports": [
17510
- {
17511
- "kind": "js",
17512
- "name": "default",
17513
- "declaration": {
17514
- "name": "TimelineSortOrder",
17515
- "module": "dist/types/TimelineSortOrder.js"
17516
- }
17517
- }
17518
- ]
17519
- },
17520
17012
  {
17521
17013
  "kind": "javascript-module",
17522
17014
  "path": "dist/types/UploadCollectionDnDMode.js",