@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.
- package/CHANGELOG.md +27 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/NavigationMenuItemTemplate.d.ts +2 -2
- package/dist/NavigationMenuItemTemplate.js.map +1 -1
- package/dist/SideNavigationItemBase.d.ts +1 -1
- package/dist/SideNavigationItemBase.js.map +1 -1
- package/dist/Timeline.d.ts +3 -35
- package/dist/Timeline.js +4 -62
- package/dist/Timeline.js.map +1 -1
- package/dist/TimelineItem.d.ts +0 -2
- package/dist/TimelineItem.js +0 -2
- package/dist/TimelineItem.js.map +1 -1
- package/dist/TimelineTemplate.js +1 -1
- package/dist/TimelineTemplate.js.map +1 -1
- package/dist/UserMenu.d.ts +9 -1
- package/dist/UserMenu.js +35 -3
- package/dist/UserMenu.js.map +1 -1
- package/dist/UserMenuItem.d.ts +24 -0
- package/dist/UserMenuItem.js +52 -3
- package/dist/UserMenuItem.js.map +1 -1
- package/dist/UserMenuItemTemplate.js +10 -1
- package/dist/UserMenuItemTemplate.js.map +1 -1
- package/dist/UserMenuTemplate.js +1 -1
- package/dist/UserMenuTemplate.js.map +1 -1
- package/dist/ViewSettingsDialog.d.ts +12 -11
- package/dist/ViewSettingsDialog.js +26 -23
- package/dist/ViewSettingsDialog.js.map +1 -1
- package/dist/ViewSettingsDialogCustomTab.d.ts +5 -5
- package/dist/ViewSettingsDialogCustomTab.js +7 -7
- package/dist/ViewSettingsDialogCustomTab.js.map +1 -1
- package/dist/ViewSettingsDialogTemplate.js +2 -2
- package/dist/ViewSettingsDialogTemplate.js.map +1 -1
- package/dist/bundle.esm.js +0 -2
- package/dist/bundle.esm.js.map +1 -1
- package/dist/css/themes/Timeline.css +1 -1
- package/dist/css/themes/UserMenuItem.css +1 -1
- package/dist/custom-elements-internal.json +293 -801
- package/dist/custom-elements.json +109 -459
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
- package/dist/generated/i18n/i18n-defaults.d.ts +1 -11
- package/dist/generated/i18n/i18n-defaults.js +2 -12
- package/dist/generated/i18n/i18n-defaults.js.map +1 -1
- package/dist/generated/themes/Timeline.css.d.ts +1 -1
- package/dist/generated/themes/Timeline.css.js +1 -1
- package/dist/generated/themes/Timeline.css.js.map +1 -1
- package/dist/generated/themes/UserMenuItem.css.d.ts +1 -1
- package/dist/generated/themes/UserMenuItem.css.js +1 -1
- package/dist/generated/themes/UserMenuItem.css.js.map +1 -1
- package/dist/vscode.html-custom-data.json +17 -70
- package/dist/web-types.json +41 -205
- package/package.json +7 -7
- package/src/NavigationMenuItemTemplate.tsx +3 -3
- package/src/TimelineTemplate.tsx +0 -7
- package/src/UserMenuItemTemplate.tsx +19 -1
- package/src/UserMenuTemplate.tsx +1 -0
- package/src/ViewSettingsDialogTemplate.tsx +3 -3
- package/src/i18n/messagebundle.properties +1 -31
- package/src/i18n/messagebundle_en.properties +1 -1
- package/src/i18n/messagebundle_en_GB.properties +1 -1
- package/src/themes/Timeline.css +7 -21
- package/src/themes/UserMenuItem.css +37 -3
- package/dist/TimelineFilterOption.d.ts +0 -37
- package/dist/TimelineFilterOption.js +0 -59
- package/dist/TimelineFilterOption.js.map +0 -1
- package/dist/TimelineHeaderBar.d.ts +0 -120
- package/dist/TimelineHeaderBar.js +0 -273
- package/dist/TimelineHeaderBar.js.map +0 -1
- package/dist/TimelineHeaderBarTemplate.d.ts +0 -2
- package/dist/TimelineHeaderBarTemplate.js +0 -18
- package/dist/TimelineHeaderBarTemplate.js.map +0 -1
- package/dist/css/themes/TimelineHeaderBar.css +0 -1
- package/dist/generated/themes/TimelineHeaderBar.css.d.ts +0 -2
- package/dist/generated/themes/TimelineHeaderBar.css.js +0 -8
- package/dist/generated/themes/TimelineHeaderBar.css.js.map +0 -1
- package/dist/types/TimelineSortOrder.d.ts +0 -18
- package/dist/types/TimelineSortOrder.js +0 -20
- package/dist/types/TimelineSortOrder.js.map +0 -1
- package/src/TimelineHeaderBarTemplate.tsx +0 -104
- 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
|
|
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,236 +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": "showFilterByDate",
|
|
8399
|
-
"type": {
|
|
8400
|
-
"text": "boolean"
|
|
8401
|
-
},
|
|
8402
|
-
"default": "false",
|
|
8403
|
-
"description": "Shows the filter by date option.",
|
|
8404
|
-
"privacy": "public"
|
|
8405
|
-
},
|
|
8406
|
-
{
|
|
8407
|
-
"kind": "field",
|
|
8408
|
-
"name": "showSearch",
|
|
8409
|
-
"type": {
|
|
8410
|
-
"text": "boolean"
|
|
8411
|
-
},
|
|
8412
|
-
"default": "false",
|
|
8413
|
-
"description": "Shows the search input field.",
|
|
8414
|
-
"privacy": "public"
|
|
8415
|
-
},
|
|
8416
|
-
{
|
|
8417
|
-
"kind": "field",
|
|
8418
|
-
"name": "showSort",
|
|
8419
|
-
"type": {
|
|
8420
|
-
"text": "boolean"
|
|
8421
|
-
},
|
|
8422
|
-
"default": "false",
|
|
8423
|
-
"description": "Shows the sort button.",
|
|
8424
|
-
"privacy": "public"
|
|
8425
|
-
},
|
|
8426
|
-
{
|
|
8427
|
-
"kind": "field",
|
|
8428
|
-
"name": "sortOrder",
|
|
8429
|
-
"type": {
|
|
8430
|
-
"text": "TimelineSortOrder",
|
|
8431
|
-
"references": [
|
|
8432
|
-
{
|
|
8433
|
-
"name": "TimelineSortOrder",
|
|
8434
|
-
"package": "@ui5/webcomponents-fiori",
|
|
8435
|
-
"module": "dist/types/TimelineSortOrder.js"
|
|
8436
|
-
}
|
|
8437
|
-
]
|
|
8438
|
-
},
|
|
8439
|
-
"default": "\"Ascending\"",
|
|
8440
|
-
"description": "The current sort order.",
|
|
8441
|
-
"privacy": "public"
|
|
8442
|
-
}
|
|
8443
|
-
],
|
|
8444
|
-
"events": [
|
|
8445
|
-
{
|
|
8446
|
-
"name": "filter",
|
|
8447
|
-
"type": {
|
|
8448
|
-
"text": "CustomEvent<TimelineHeaderBarFilterEventDetail>",
|
|
8449
|
-
"references": [
|
|
8450
|
-
{
|
|
8451
|
-
"name": "TimelineHeaderBarFilterEventDetail",
|
|
8452
|
-
"package": "@ui5/webcomponents-fiori",
|
|
8453
|
-
"module": "dist/TimelineHeaderBar.js"
|
|
8454
|
-
}
|
|
8455
|
-
]
|
|
8456
|
-
},
|
|
8457
|
-
"description": "Fired when the user changes filter selection."
|
|
8458
|
-
},
|
|
8459
|
-
{
|
|
8460
|
-
"name": "search",
|
|
8461
|
-
"type": {
|
|
8462
|
-
"text": "CustomEvent<TimelineHeaderBarSearchEventDetail>",
|
|
8463
|
-
"references": [
|
|
8464
|
-
{
|
|
8465
|
-
"name": "TimelineHeaderBarSearchEventDetail",
|
|
8466
|
-
"package": "@ui5/webcomponents-fiori",
|
|
8467
|
-
"module": "dist/TimelineHeaderBar.js"
|
|
8468
|
-
}
|
|
8469
|
-
]
|
|
8470
|
-
},
|
|
8471
|
-
"description": "Fired when the user performs a search."
|
|
8472
|
-
},
|
|
8473
|
-
{
|
|
8474
|
-
"name": "sort",
|
|
8475
|
-
"type": {
|
|
8476
|
-
"text": "CustomEvent<TimelineHeaderBarSortEventDetail>",
|
|
8477
|
-
"references": [
|
|
8478
|
-
{
|
|
8479
|
-
"name": "TimelineHeaderBarSortEventDetail",
|
|
8480
|
-
"package": "@ui5/webcomponents-fiori",
|
|
8481
|
-
"module": "dist/TimelineHeaderBar.js"
|
|
8482
|
-
}
|
|
8483
|
-
]
|
|
8484
|
-
},
|
|
8485
|
-
"description": "Fired when the user changes sort order."
|
|
8486
|
-
}
|
|
8487
|
-
],
|
|
8488
|
-
"attributes": [
|
|
8489
|
-
{
|
|
8490
|
-
"description": "The current filter category label.",
|
|
8491
|
-
"name": "filter-by",
|
|
8492
|
-
"default": "\"\"",
|
|
8493
|
-
"fieldName": "filterBy",
|
|
8494
|
-
"type": {
|
|
8495
|
-
"text": "string"
|
|
8496
|
-
}
|
|
8497
|
-
},
|
|
8498
|
-
{
|
|
8499
|
-
"description": "The current search value.",
|
|
8500
|
-
"name": "search-value",
|
|
8501
|
-
"default": "\"\"",
|
|
8502
|
-
"fieldName": "searchValue",
|
|
8503
|
-
"type": {
|
|
8504
|
-
"text": "string"
|
|
8505
|
-
}
|
|
8506
|
-
},
|
|
8507
|
-
{
|
|
8508
|
-
"description": "Shows the filter button.",
|
|
8509
|
-
"name": "show-filter",
|
|
8510
|
-
"default": "false",
|
|
8511
|
-
"fieldName": "showFilter",
|
|
8512
|
-
"type": {
|
|
8513
|
-
"text": "boolean"
|
|
8514
|
-
}
|
|
8515
|
-
},
|
|
8516
|
-
{
|
|
8517
|
-
"description": "Shows the filter by date option.",
|
|
8518
|
-
"name": "show-filter-by-date",
|
|
8519
|
-
"default": "false",
|
|
8520
|
-
"fieldName": "showFilterByDate",
|
|
8521
|
-
"type": {
|
|
8522
|
-
"text": "boolean"
|
|
8523
|
-
}
|
|
8524
|
-
},
|
|
8525
|
-
{
|
|
8526
|
-
"description": "Shows the search input field.",
|
|
8527
|
-
"name": "show-search",
|
|
8528
|
-
"default": "false",
|
|
8529
|
-
"fieldName": "showSearch",
|
|
8530
|
-
"type": {
|
|
8531
|
-
"text": "boolean"
|
|
8532
|
-
}
|
|
8533
|
-
},
|
|
8534
|
-
{
|
|
8535
|
-
"description": "Shows the sort button.",
|
|
8536
|
-
"name": "show-sort",
|
|
8537
|
-
"default": "false",
|
|
8538
|
-
"fieldName": "showSort",
|
|
8539
|
-
"type": {
|
|
8540
|
-
"text": "boolean"
|
|
8541
|
-
}
|
|
8542
|
-
},
|
|
8543
|
-
{
|
|
8544
|
-
"description": "The current sort order.",
|
|
8545
|
-
"name": "sort-order",
|
|
8546
|
-
"default": "\"Ascending\"",
|
|
8547
|
-
"fieldName": "sortOrder",
|
|
8548
|
-
"type": {
|
|
8549
|
-
"text": "\"Ascending\" | \"Descending\""
|
|
8550
|
-
}
|
|
8551
|
-
}
|
|
8552
|
-
],
|
|
8553
|
-
"superclass": {
|
|
8554
|
-
"name": "UI5Element",
|
|
8555
|
-
"package": "@ui5/webcomponents-base",
|
|
8556
|
-
"module": "dist/UI5Element.js"
|
|
8557
|
-
},
|
|
8558
|
-
"tagName": "ui5-timeline-header-bar",
|
|
8559
|
-
"customElement": true
|
|
8560
|
-
}
|
|
8561
|
-
],
|
|
8562
|
-
"exports": [
|
|
8563
|
-
{
|
|
8564
|
-
"kind": "js",
|
|
8565
|
-
"name": "default",
|
|
8566
|
-
"declaration": {
|
|
8567
|
-
"name": "TimelineHeaderBar",
|
|
8568
|
-
"module": "dist/TimelineHeaderBar.js"
|
|
8569
|
-
}
|
|
8570
|
-
},
|
|
8571
|
-
{
|
|
8572
|
-
"kind": "custom-element-definition",
|
|
8573
|
-
"name": "ui5-timeline-header-bar",
|
|
8574
|
-
"declaration": {
|
|
8575
|
-
"name": "TimelineHeaderBar",
|
|
8576
|
-
"module": "dist/TimelineHeaderBar.js"
|
|
8577
|
-
}
|
|
8578
|
-
}
|
|
8579
|
-
]
|
|
8580
|
-
},
|
|
8581
8227
|
{
|
|
8582
8228
|
"kind": "javascript-module",
|
|
8583
8229
|
"path": "dist/TimelineItem.js",
|
|
@@ -9865,14 +9511,17 @@
|
|
|
9865
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."
|
|
9866
9512
|
}
|
|
9867
9513
|
],
|
|
9868
|
-
"superclass": {
|
|
9869
|
-
"name": "MenuItem",
|
|
9870
|
-
"package": "@ui5/webcomponents",
|
|
9871
|
-
"module": "dist/MenuItem.js"
|
|
9872
|
-
},
|
|
9873
|
-
"tagName": "ui5-user-menu-item",
|
|
9874
|
-
"customElement": true,
|
|
9875
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
|
+
},
|
|
9876
9525
|
{
|
|
9877
9526
|
"kind": "field",
|
|
9878
9527
|
"name": "accessibilityAttributes",
|
|
@@ -10035,65 +9684,16 @@
|
|
|
10035
9684
|
"privacy": "public"
|
|
10036
9685
|
}
|
|
10037
9686
|
],
|
|
10038
|
-
"
|
|
10039
|
-
{
|
|
10040
|
-
"name": "before-close",
|
|
10041
|
-
"type": {
|
|
10042
|
-
"text": "CustomEvent<MenuBeforeCloseEventDetail>",
|
|
10043
|
-
"references": [
|
|
10044
|
-
{
|
|
10045
|
-
"name": "MenuBeforeCloseEventDetail",
|
|
10046
|
-
"package": "@ui5/webcomponents",
|
|
10047
|
-
"module": "dist/MenuItem.js"
|
|
10048
|
-
}
|
|
10049
|
-
]
|
|
10050
|
-
},
|
|
10051
|
-
"description": "Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing."
|
|
10052
|
-
},
|
|
10053
|
-
{
|
|
10054
|
-
"name": "before-open",
|
|
10055
|
-
"type": {
|
|
10056
|
-
"text": "CustomEvent<MenuBeforeOpenEventDetail>",
|
|
10057
|
-
"references": [
|
|
10058
|
-
{
|
|
10059
|
-
"name": "MenuBeforeOpenEventDetail",
|
|
10060
|
-
"package": "@ui5/webcomponents",
|
|
10061
|
-
"module": "dist/MenuItem.js"
|
|
10062
|
-
}
|
|
10063
|
-
]
|
|
10064
|
-
},
|
|
10065
|
-
"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."
|
|
10066
|
-
},
|
|
10067
|
-
{
|
|
10068
|
-
"name": "check",
|
|
10069
|
-
"type": {
|
|
10070
|
-
"text": "CustomEvent"
|
|
10071
|
-
},
|
|
10072
|
-
"description": "Fired when an item is checked or unchecked."
|
|
10073
|
-
},
|
|
10074
|
-
{
|
|
10075
|
-
"name": "close",
|
|
10076
|
-
"type": {
|
|
10077
|
-
"text": "CustomEvent"
|
|
10078
|
-
},
|
|
10079
|
-
"description": "Fired after the menu is closed."
|
|
10080
|
-
},
|
|
9687
|
+
"attributes": [
|
|
10081
9688
|
{
|
|
10082
|
-
"
|
|
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",
|
|
10083
9693
|
"type": {
|
|
10084
|
-
"text": "
|
|
10085
|
-
}
|
|
10086
|
-
"description": "Fired when the user clicks on the detail button when type is `Detail`."
|
|
9694
|
+
"text": "boolean"
|
|
9695
|
+
}
|
|
10087
9696
|
},
|
|
10088
|
-
{
|
|
10089
|
-
"name": "open",
|
|
10090
|
-
"type": {
|
|
10091
|
-
"text": "CustomEvent"
|
|
10092
|
-
},
|
|
10093
|
-
"description": "Fired after the menu is opened."
|
|
10094
|
-
}
|
|
10095
|
-
],
|
|
10096
|
-
"attributes": [
|
|
10097
9697
|
{
|
|
10098
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\".",
|
|
10099
9699
|
"name": "accessibility-attributes",
|
|
@@ -10220,6 +9820,71 @@
|
|
|
10220
9820
|
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
10221
9821
|
}
|
|
10222
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
|
+
}
|
|
10223
9888
|
]
|
|
10224
9889
|
}
|
|
10225
9890
|
],
|
|
@@ -11586,32 +11251,32 @@
|
|
|
11586
11251
|
"members": [
|
|
11587
11252
|
{
|
|
11588
11253
|
"kind": "field",
|
|
11589
|
-
"name": "
|
|
11254
|
+
"name": "groupDescending",
|
|
11590
11255
|
"type": {
|
|
11591
11256
|
"text": "boolean"
|
|
11592
11257
|
},
|
|
11593
11258
|
"default": "false",
|
|
11594
|
-
"description": "Defines
|
|
11259
|
+
"description": "Defines the initial group order.",
|
|
11595
11260
|
"privacy": "public"
|
|
11596
11261
|
},
|
|
11597
11262
|
{
|
|
11598
11263
|
"kind": "field",
|
|
11599
|
-
"name": "
|
|
11264
|
+
"name": "open",
|
|
11600
11265
|
"type": {
|
|
11601
11266
|
"text": "boolean"
|
|
11602
11267
|
},
|
|
11603
11268
|
"default": "false",
|
|
11604
|
-
"description": "
|
|
11269
|
+
"description": "Indicates if the dialog is open.",
|
|
11605
11270
|
"privacy": "public"
|
|
11606
11271
|
},
|
|
11607
11272
|
{
|
|
11608
11273
|
"kind": "field",
|
|
11609
|
-
"name": "
|
|
11274
|
+
"name": "resetEnabled",
|
|
11610
11275
|
"type": {
|
|
11611
11276
|
"text": "boolean"
|
|
11612
11277
|
},
|
|
11613
11278
|
"default": "false",
|
|
11614
|
-
"description": "
|
|
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).",
|
|
11615
11280
|
"privacy": "public"
|
|
11616
11281
|
},
|
|
11617
11282
|
{
|
|
@@ -11703,23 +11368,14 @@
|
|
|
11703
11368
|
"description": "Fired after the dialog is opened."
|
|
11704
11369
|
},
|
|
11705
11370
|
{
|
|
11706
|
-
"name": "reset
|
|
11371
|
+
"name": "reset",
|
|
11707
11372
|
"type": {
|
|
11708
11373
|
"text": "CustomEvent"
|
|
11709
11374
|
},
|
|
11710
|
-
"description": "Fired when the Reset button is clicked.\n\n**Note:**
|
|
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."
|
|
11711
11376
|
}
|
|
11712
11377
|
],
|
|
11713
11378
|
"attributes": [
|
|
11714
|
-
{
|
|
11715
|
-
"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.",
|
|
11716
|
-
"name": "enable-reset",
|
|
11717
|
-
"default": "false",
|
|
11718
|
-
"fieldName": "enableReset",
|
|
11719
|
-
"type": {
|
|
11720
|
-
"text": "boolean"
|
|
11721
|
-
}
|
|
11722
|
-
},
|
|
11723
11379
|
{
|
|
11724
11380
|
"description": "Defines the initial group order.",
|
|
11725
11381
|
"name": "group-descending",
|
|
@@ -11738,6 +11394,15 @@
|
|
|
11738
11394
|
"text": "boolean"
|
|
11739
11395
|
}
|
|
11740
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
|
+
},
|
|
11741
11406
|
{
|
|
11742
11407
|
"description": "Defines the initial sort order.",
|
|
11743
11408
|
"name": "sort-descending",
|
|
@@ -11797,18 +11462,18 @@
|
|
|
11797
11462
|
"type": {
|
|
11798
11463
|
"text": "string"
|
|
11799
11464
|
},
|
|
11800
|
-
"default": "\"\"",
|
|
11801
|
-
"description": "Defines the icon of the custom tab
|
|
11465
|
+
"default": "\"action-settings\"",
|
|
11466
|
+
"description": "Defines the icon of the custom tab button in the segmented button.",
|
|
11802
11467
|
"privacy": "public"
|
|
11803
11468
|
},
|
|
11804
11469
|
{
|
|
11805
11470
|
"kind": "field",
|
|
11806
|
-
"name": "
|
|
11471
|
+
"name": "titleText",
|
|
11807
11472
|
"type": {
|
|
11808
11473
|
"text": "string"
|
|
11809
11474
|
},
|
|
11810
11475
|
"default": "\"\"",
|
|
11811
|
-
"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.",
|
|
11812
11477
|
"privacy": "public"
|
|
11813
11478
|
},
|
|
11814
11479
|
{
|
|
@@ -11824,19 +11489,19 @@
|
|
|
11824
11489
|
],
|
|
11825
11490
|
"attributes": [
|
|
11826
11491
|
{
|
|
11827
|
-
"description": "Defines the icon of the custom tab
|
|
11492
|
+
"description": "Defines the icon of the custom tab button in the segmented button.",
|
|
11828
11493
|
"name": "icon",
|
|
11829
|
-
"default": "\"\"",
|
|
11494
|
+
"default": "\"action-settings\"",
|
|
11830
11495
|
"fieldName": "icon",
|
|
11831
11496
|
"type": {
|
|
11832
11497
|
"text": "string"
|
|
11833
11498
|
}
|
|
11834
11499
|
},
|
|
11835
11500
|
{
|
|
11836
|
-
"description": "Defines the title of the custom tab.\n\n**Note:** It is displayed in the dialog header when this tab is selected.",
|
|
11837
|
-
"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",
|
|
11838
11503
|
"default": "\"\"",
|
|
11839
|
-
"fieldName": "
|
|
11504
|
+
"fieldName": "titleText",
|
|
11840
11505
|
"type": {
|
|
11841
11506
|
"text": "string"
|
|
11842
11507
|
}
|
|
@@ -12566,21 +12231,6 @@
|
|
|
12566
12231
|
}
|
|
12567
12232
|
]
|
|
12568
12233
|
},
|
|
12569
|
-
{
|
|
12570
|
-
"kind": "javascript-module",
|
|
12571
|
-
"path": "dist/types/TimelineSortOrder.js",
|
|
12572
|
-
"declarations": [],
|
|
12573
|
-
"exports": [
|
|
12574
|
-
{
|
|
12575
|
-
"kind": "js",
|
|
12576
|
-
"name": "default",
|
|
12577
|
-
"declaration": {
|
|
12578
|
-
"name": "TimelineSortOrder",
|
|
12579
|
-
"module": "dist/types/TimelineSortOrder.js"
|
|
12580
|
-
}
|
|
12581
|
-
}
|
|
12582
|
-
]
|
|
12583
|
-
},
|
|
12584
12234
|
{
|
|
12585
12235
|
"kind": "javascript-module",
|
|
12586
12236
|
"path": "dist/types/UploadCollectionDnDMode.js",
|