@ui5/webcomponents 2.20.0-rc.3 → 2.20.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.
@@ -26140,13 +26140,6 @@
26140
26140
  "text": "CustomEvent"
26141
26141
  },
26142
26142
  "description": "Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`."
26143
- },
26144
- {
26145
- "name": "close-overflow",
26146
- "type": {
26147
- "text": "CustomEvent"
26148
- },
26149
- "description": "Fired when the overflow popover is closed."
26150
26143
  }
26151
26144
  ],
26152
26145
  "attributes": [
@@ -26269,24 +26262,12 @@
26269
26262
  }
26270
26263
  ],
26271
26264
  "superclass": {
26272
- "name": "ToolbarItem",
26265
+ "name": "ToolbarItemBase",
26273
26266
  "package": "@ui5/webcomponents",
26274
- "module": "dist/ToolbarItem.js"
26267
+ "module": "dist/ToolbarItemBase.js"
26275
26268
  },
26276
26269
  "tagName": "ui5-toolbar-button",
26277
- "customElement": true,
26278
- "slots": [
26279
- {
26280
- "name": "default",
26281
- "description": "Wrapped component slot."
26282
- }
26283
- ],
26284
- "cssStates": [
26285
- {
26286
- "description": "When the item is displayed in the overflow popover. Use this state to apply different styles when the item is overflowed. Available since 2.20.0.",
26287
- "name": "overflowed"
26288
- }
26289
- ]
26270
+ "customElement": true
26290
26271
  }
26291
26272
  ],
26292
26273
  "exports": [
@@ -26351,13 +26332,89 @@
26351
26332
  "privacy": "public"
26352
26333
  }
26353
26334
  ],
26354
- "events": [
26335
+ "superclass": {
26336
+ "name": "ToolbarItemBase",
26337
+ "package": "@ui5/webcomponents",
26338
+ "module": "dist/ToolbarItemBase.js"
26339
+ },
26340
+ "tagName": "ui5-toolbar-item",
26341
+ "customElement": true,
26342
+ "attributes": [
26355
26343
  {
26356
- "name": "close-overflow",
26344
+ "description": "Property used to define the access of the item to the overflow Popover. If \"NeverOverflow\" option is set,\nthe item never goes in the Popover, if \"AlwaysOverflow\" - it never comes out of it.",
26345
+ "name": "overflow-priority",
26346
+ "default": "\"Default\"",
26347
+ "fieldName": "overflowPriority",
26357
26348
  "type": {
26358
- "text": "CustomEvent"
26349
+ "text": "\"Default\" | \"NeverOverflow\" | \"AlwaysOverflow\""
26350
+ }
26351
+ },
26352
+ {
26353
+ "description": "Defines if the toolbar overflow popup should close upon interaction with the item.\nIt will close by default.",
26354
+ "name": "prevent-overflow-closing",
26355
+ "default": "false",
26356
+ "fieldName": "preventOverflowClosing",
26357
+ "type": {
26358
+ "text": "boolean"
26359
+ }
26360
+ }
26361
+ ]
26362
+ }
26363
+ ],
26364
+ "exports": [
26365
+ {
26366
+ "kind": "js",
26367
+ "name": "default",
26368
+ "declaration": {
26369
+ "name": "ToolbarItem",
26370
+ "module": "dist/ToolbarItem.js"
26371
+ }
26372
+ },
26373
+ {
26374
+ "kind": "custom-element-definition",
26375
+ "name": "ui5-toolbar-item",
26376
+ "declaration": {
26377
+ "name": "ToolbarItem",
26378
+ "module": "dist/ToolbarItem.js"
26379
+ }
26380
+ }
26381
+ ]
26382
+ },
26383
+ {
26384
+ "kind": "javascript-module",
26385
+ "path": "dist/ToolbarItemBase.js",
26386
+ "declarations": [
26387
+ {
26388
+ "kind": "class",
26389
+ "description": "Represents an abstract base class for items used in the `ui5-toolbar`.",
26390
+ "name": "ToolbarItemBase",
26391
+ "members": [
26392
+ {
26393
+ "kind": "field",
26394
+ "name": "overflowPriority",
26395
+ "type": {
26396
+ "text": "ToolbarItemOverflowBehavior",
26397
+ "references": [
26398
+ {
26399
+ "name": "ToolbarItemOverflowBehavior",
26400
+ "package": "@ui5/webcomponents",
26401
+ "module": "dist/types/ToolbarItemOverflowBehavior.js"
26402
+ }
26403
+ ]
26404
+ },
26405
+ "default": "\"Default\"",
26406
+ "description": "Property used to define the access of the item to the overflow Popover. If \"NeverOverflow\" option is set,\nthe item never goes in the Popover, if \"AlwaysOverflow\" - it never comes out of it.",
26407
+ "privacy": "public"
26408
+ },
26409
+ {
26410
+ "kind": "field",
26411
+ "name": "preventOverflowClosing",
26412
+ "type": {
26413
+ "text": "boolean"
26359
26414
  },
26360
- "description": "Fired when the overflow popover is closed."
26415
+ "default": "false",
26416
+ "description": "Defines if the toolbar overflow popup should close upon interaction with the item.\nIt will close by default.",
26417
+ "privacy": "public"
26361
26418
  }
26362
26419
  ],
26363
26420
  "attributes": [
@@ -26380,18 +26437,11 @@
26380
26437
  }
26381
26438
  }
26382
26439
  ],
26383
- "cssStates": [
26384
- {
26385
- "description": "When the item is displayed in the overflow popover. Use this state to apply different styles when the item is overflowed. Available since 2.20.0.",
26386
- "name": "overflowed"
26387
- }
26388
- ],
26389
26440
  "superclass": {
26390
26441
  "name": "UI5Element",
26391
26442
  "package": "@ui5/webcomponents-base",
26392
26443
  "module": "dist/UI5Element.js"
26393
26444
  },
26394
- "tagName": "ui5-toolbar-item",
26395
26445
  "customElement": true
26396
26446
  }
26397
26447
  ],
@@ -26400,16 +26450,8 @@
26400
26450
  "kind": "js",
26401
26451
  "name": "default",
26402
26452
  "declaration": {
26403
- "name": "ToolbarItem",
26404
- "module": "dist/ToolbarItem.js"
26405
- }
26406
- },
26407
- {
26408
- "kind": "custom-element-definition",
26409
- "name": "ui5-toolbar-item",
26410
- "declaration": {
26411
- "name": "ToolbarItem",
26412
- "module": "dist/ToolbarItem.js"
26453
+ "name": "ToolbarItemBase",
26454
+ "module": "dist/ToolbarItemBase.js"
26413
26455
  }
26414
26456
  }
26415
26457
  ]
@@ -26550,13 +26592,6 @@
26550
26592
  },
26551
26593
  "description": "Fired after the component's dropdown menu closes."
26552
26594
  },
26553
- {
26554
- "name": "close-overflow",
26555
- "type": {
26556
- "text": "CustomEvent"
26557
- },
26558
- "description": "Fired when the overflow popover is closed."
26559
- },
26560
26595
  {
26561
26596
  "name": "open",
26562
26597
  "type": {
@@ -26640,18 +26675,12 @@
26640
26675
  }
26641
26676
  ],
26642
26677
  "superclass": {
26643
- "name": "ToolbarItem",
26678
+ "name": "ToolbarItemBase",
26644
26679
  "package": "@ui5/webcomponents",
26645
- "module": "dist/ToolbarItem.js"
26680
+ "module": "dist/ToolbarItemBase.js"
26646
26681
  },
26647
26682
  "tagName": "ui5-toolbar-select",
26648
- "customElement": true,
26649
- "cssStates": [
26650
- {
26651
- "description": "When the item is displayed in the overflow popover. Use this state to apply different styles when the item is overflowed. Available since 2.20.0.",
26652
- "name": "overflowed"
26653
- }
26654
- ]
26683
+ "customElement": true
26655
26684
  }
26656
26685
  ],
26657
26686
  "exports": [
@@ -26776,18 +26805,12 @@
26776
26805
  }
26777
26806
  ],
26778
26807
  "superclass": {
26779
- "name": "ToolbarItem",
26808
+ "name": "ToolbarItemBase",
26780
26809
  "package": "@ui5/webcomponents",
26781
- "module": "dist/ToolbarItem.js"
26810
+ "module": "dist/ToolbarItemBase.js"
26782
26811
  },
26783
26812
  "tagName": "ui5-toolbar-separator",
26784
26813
  "customElement": true,
26785
- "slots": [
26786
- {
26787
- "name": "default",
26788
- "description": "Wrapped component slot."
26789
- }
26790
- ],
26791
26814
  "attributes": [
26792
26815
  {
26793
26816
  "description": "Property used to define the access of the item to the overflow Popover. If \"NeverOverflow\" option is set,\nthe item never goes in the Popover, if \"AlwaysOverflow\" - it never comes out of it.",
@@ -26807,21 +26830,6 @@
26807
26830
  "text": "boolean"
26808
26831
  }
26809
26832
  }
26810
- ],
26811
- "events": [
26812
- {
26813
- "name": "close-overflow",
26814
- "type": {
26815
- "text": "CustomEvent"
26816
- },
26817
- "description": "Fired when the overflow popover is closed."
26818
- }
26819
- ],
26820
- "cssStates": [
26821
- {
26822
- "description": "When the item is displayed in the overflow popover. Use this state to apply different styles when the item is overflowed. Available since 2.20.0.",
26823
- "name": "overflowed"
26824
- }
26825
26833
  ]
26826
26834
  }
26827
26835
  ],
@@ -26921,33 +26929,12 @@
26921
26929
  }
26922
26930
  ],
26923
26931
  "superclass": {
26924
- "name": "ToolbarItem",
26932
+ "name": "ToolbarItemBase",
26925
26933
  "package": "@ui5/webcomponents",
26926
- "module": "dist/ToolbarItem.js"
26934
+ "module": "dist/ToolbarItemBase.js"
26927
26935
  },
26928
26936
  "tagName": "ui5-toolbar-spacer",
26929
- "customElement": true,
26930
- "slots": [
26931
- {
26932
- "name": "default",
26933
- "description": "Wrapped component slot."
26934
- }
26935
- ],
26936
- "events": [
26937
- {
26938
- "name": "close-overflow",
26939
- "type": {
26940
- "text": "CustomEvent"
26941
- },
26942
- "description": "Fired when the overflow popover is closed."
26943
- }
26944
- ],
26945
- "cssStates": [
26946
- {
26947
- "description": "When the item is displayed in the overflow popover. Use this state to apply different styles when the item is overflowed. Available since 2.20.0.",
26948
- "name": "overflowed"
26949
- }
26950
- ]
26937
+ "customElement": true
26951
26938
  }
26952
26939
  ],
26953
26940
  "exports": [
@@ -5755,7 +5755,7 @@
5755
5755
  },
5756
5756
  {
5757
5757
  "name": "ui5-toolbar-button",
5758
- "description": "### Overview\nThe `ui5-toolbar-button` represents an abstract action,\nused in the `ui5-toolbar`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ToolbarButton.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.\n- **close-overflow** - Fired when the overflow popover is closed.\n\n### **Slots:**\n - **default** - Wrapped component slot.",
5758
+ "description": "### Overview\nThe `ui5-toolbar-button` represents an abstract action,\nused in the `ui5-toolbar`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ToolbarButton.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.",
5759
5759
  "attributes": [
5760
5760
  {
5761
5761
  "name": "accessibility-attributes",
@@ -5834,7 +5834,28 @@
5834
5834
  },
5835
5835
  {
5836
5836
  "name": "ui5-toolbar-item",
5837
- "description": "### Overview\nThe `ui5-toolbar-item` is a wrapper component used to integrate UI5 Web Components into the `ui5-toolbar`.\nIt renders within the toolbar's shadow DOM and manages the lifecycle\nand overflow behavior of its child component.\n\n### Structure\nThe toolbar item wraps a single UI5 Web Component (such as CheckBox, Title, etc.) and handles:\n- Overflow management (determining if the item should be displayed in the main toolbar or overflow popover)\n- Automatic popover closing on interaction\n- CSS custom state exposure for styling based on overflow state\n\n### Usage\nThe `ui5-toolbar-item` is typically used implicitly when adding components to a toolbar,\nbut specialized wrappers like `ui5-toolbar-button` provide\ncomponent-specific functionality and should be preferred when available.\n\n\n---\n\n\n\n\n### **Events:**\n - **close-overflow** - Fired when the overflow popover is closed.\n\n### **Slots:**\n - **default** - Wrapped component slot.",
5837
+ "description": "### Overview\nThe `ui5-toolbar-item` is a wrapper component used to integrate UI5 Web Components into the `ui5-toolbar`.\nIt renders within the toolbar's shadow DOM and manages the lifecycle\nand overflow behavior of its child component.\n\n### Structure\nThe toolbar item wraps a single UI5 Web Component (such as CheckBox, Title, etc.) and handles:\n- Overflow management (determining if the item should be displayed in the main toolbar or overflow popover)\n- Automatic popover closing on interaction\n- CSS custom state exposure for styling based on overflow state\n\n### Usage\nThe `ui5-toolbar-item` is typically used implicitly when adding components to a toolbar,\nbut specialized wrappers like `ui5-toolbar-button` provide\ncomponent-specific functionality and should be preferred when available.\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Wrapped component slot.",
5838
+ "attributes": [
5839
+ {
5840
+ "name": "overflow-priority",
5841
+ "description": "Property used to define the access of the item to the overflow Popover. If \"NeverOverflow\" option is set,\nthe item never goes in the Popover, if \"AlwaysOverflow\" - it never comes out of it.",
5842
+ "values": [
5843
+ { "name": "Default" },
5844
+ { "name": "NeverOverflow" },
5845
+ { "name": "AlwaysOverflow" }
5846
+ ]
5847
+ },
5848
+ {
5849
+ "name": "prevent-overflow-closing",
5850
+ "description": "Defines if the toolbar overflow popup should close upon interaction with the item.\nIt will close by default.",
5851
+ "values": []
5852
+ }
5853
+ ],
5854
+ "references": []
5855
+ },
5856
+ {
5857
+ "name": "toolbar-item-base",
5858
+ "description": "Represents an abstract base class for items used in the `ui5-toolbar`.\n\n\n---\n\n\n",
5838
5859
  "attributes": [
5839
5860
  {
5840
5861
  "name": "overflow-priority",
@@ -5855,7 +5876,7 @@
5855
5876
  },
5856
5877
  {
5857
5878
  "name": "ui5-toolbar-select",
5858
- "description": "### Overview\nThe `ui5-toolbar-select` component is used to create a toolbar drop-down list.\nThe items inside the `ui5-toolbar-select` define the available options by using the `ui5-toolbar-select-option` component.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ToolbarSelect.js\";`\n\n`import \"@ui5/webcomponents/dist/ToolbarSelectOption.js\";` (comes with `ui5-toolbar-select`)\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the selected option changes.\n- **close** - Fired after the component's dropdown menu closes.\n- **close-overflow** - Fired when the overflow popover is closed.\n- **open** - Fired after the component's dropdown menu opens.\n\n### **Slots:**\n - **default** - Defines the component options.\n\n**Note:** Only one selected option is allowed.\nIf more than one option is defined as selected, the last one would be considered as the selected one.\n\n**Note:** Use the `ui5-toolbar-select-option` component to define the desired options.\n- **label** - Defines the HTML element that will be displayed in the component input part,\nrepresenting the selected option.",
5879
+ "description": "### Overview\nThe `ui5-toolbar-select` component is used to create a toolbar drop-down list.\nThe items inside the `ui5-toolbar-select` define the available options by using the `ui5-toolbar-select-option` component.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ToolbarSelect.js\";`\n\n`import \"@ui5/webcomponents/dist/ToolbarSelectOption.js\";` (comes with `ui5-toolbar-select`)\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the selected option changes.\n- **close** - Fired after the component's dropdown menu closes.\n- **open** - Fired after the component's dropdown menu opens.\n\n### **Slots:**\n - **default** - Defines the component options.\n\n**Note:** Only one selected option is allowed.\nIf more than one option is defined as selected, the last one would be considered as the selected one.\n\n**Note:** Use the `ui5-toolbar-select-option` component to define the desired options.\n- **label** - Defines the HTML element that will be displayed in the component input part,\nrepresenting the selected option.",
5859
5880
  "attributes": [
5860
5881
  {
5861
5882
  "name": "accessible-name",
@@ -5924,7 +5945,7 @@
5924
5945
  },
5925
5946
  {
5926
5947
  "name": "ui5-toolbar-separator",
5927
- "description": "### Overview\nThe `ui5-toolbar-separator` is an element, used for visual separation between two elements.\nIt takes no space in calculating toolbar items width.\n\n\n---\n\n\n\n\n### **Events:**\n - **close-overflow** - Fired when the overflow popover is closed.\n\n### **Slots:**\n - **default** - Wrapped component slot.",
5948
+ "description": "### Overview\nThe `ui5-toolbar-separator` is an element, used for visual separation between two elements.\nIt takes no space in calculating toolbar items width.\n\n\n---\n\n\n",
5928
5949
  "attributes": [
5929
5950
  {
5930
5951
  "name": "overflow-priority",
@@ -5945,7 +5966,7 @@
5945
5966
  },
5946
5967
  {
5947
5968
  "name": "ui5-toolbar-spacer",
5948
- "description": "### Overview\nThe `ui5-toolbar-spacer` is an element, used for taking needed space for toolbar items to take 100% width.\nIt takes no space in calculating toolbar items width.\n\n\n---\n\n\n\n\n### **Events:**\n - **close-overflow** - Fired when the overflow popover is closed.\n\n### **Slots:**\n - **default** - Wrapped component slot.",
5969
+ "description": "### Overview\nThe `ui5-toolbar-spacer` is an element, used for taking needed space for toolbar items to take 100% width.\nIt takes no space in calculating toolbar items width.\n\n\n---\n\n\n",
5949
5970
  "attributes": [
5950
5971
  {
5951
5972
  "name": "overflow-priority",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@ui5/webcomponents",
4
- "version": "2.20.0-rc.3",
4
+ "version": "2.20.0",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -12052,7 +12052,7 @@
12052
12052
  },
12053
12053
  {
12054
12054
  "name": "ui5-toolbar-button",
12055
- "description": "### Overview\nThe `ui5-toolbar-button` represents an abstract action,\nused in the `ui5-toolbar`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ToolbarButton.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.\n- **close-overflow** - Fired when the overflow popover is closed.\n\n### **Slots:**\n - **default** - Wrapped component slot.",
12055
+ "description": "### Overview\nThe `ui5-toolbar-button` represents an abstract action,\nused in the `ui5-toolbar`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ToolbarButton.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.",
12056
12056
  "doc-url": "",
12057
12057
  "attributes": [
12058
12058
  {
@@ -12130,17 +12130,10 @@
12130
12130
  "value": { "type": "string | undefined", "default": "undefined" }
12131
12131
  }
12132
12132
  ],
12133
- "slots": [
12134
- { "name": "default", "description": "Wrapped component slot." }
12135
- ],
12136
12133
  "events": [
12137
12134
  {
12138
12135
  "name": "click",
12139
12136
  "description": "Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`."
12140
- },
12141
- {
12142
- "name": "close-overflow",
12143
- "description": "Fired when the overflow popover is closed."
12144
12137
  }
12145
12138
  ],
12146
12139
  "js": {
@@ -12219,17 +12212,13 @@
12219
12212
  {
12220
12213
  "name": "click",
12221
12214
  "description": "Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`."
12222
- },
12223
- {
12224
- "name": "close-overflow",
12225
- "description": "Fired when the overflow popover is closed."
12226
12215
  }
12227
12216
  ]
12228
12217
  }
12229
12218
  },
12230
12219
  {
12231
12220
  "name": "ui5-toolbar-item",
12232
- "description": "### Overview\nThe `ui5-toolbar-item` is a wrapper component used to integrate UI5 Web Components into the `ui5-toolbar`.\nIt renders within the toolbar's shadow DOM and manages the lifecycle\nand overflow behavior of its child component.\n\n### Structure\nThe toolbar item wraps a single UI5 Web Component (such as CheckBox, Title, etc.) and handles:\n- Overflow management (determining if the item should be displayed in the main toolbar or overflow popover)\n- Automatic popover closing on interaction\n- CSS custom state exposure for styling based on overflow state\n\n### Usage\nThe `ui5-toolbar-item` is typically used implicitly when adding components to a toolbar,\nbut specialized wrappers like `ui5-toolbar-button` provide\ncomponent-specific functionality and should be preferred when available.\n---\n\n\n### **Events:**\n - **close-overflow** - Fired when the overflow popover is closed.\n\n### **Slots:**\n - **default** - Wrapped component slot.",
12221
+ "description": "### Overview\nThe `ui5-toolbar-item` is a wrapper component used to integrate UI5 Web Components into the `ui5-toolbar`.\nIt renders within the toolbar's shadow DOM and manages the lifecycle\nand overflow behavior of its child component.\n\n### Structure\nThe toolbar item wraps a single UI5 Web Component (such as CheckBox, Title, etc.) and handles:\n- Overflow management (determining if the item should be displayed in the main toolbar or overflow popover)\n- Automatic popover closing on interaction\n- CSS custom state exposure for styling based on overflow state\n\n### Usage\nThe `ui5-toolbar-item` is typically used implicitly when adding components to a toolbar,\nbut specialized wrappers like `ui5-toolbar-button` provide\ncomponent-specific functionality and should be preferred when available.\n---\n\n\n### **Slots:**\n - **default** - Wrapped component slot.",
12233
12222
  "doc-url": "",
12234
12223
  "attributes": [
12235
12224
  {
@@ -12249,12 +12238,7 @@
12249
12238
  "slots": [
12250
12239
  { "name": "default", "description": "Wrapped component slot." }
12251
12240
  ],
12252
- "events": [
12253
- {
12254
- "name": "close-overflow",
12255
- "description": "Fired when the overflow popover is closed."
12256
- }
12257
- ],
12241
+ "events": [],
12258
12242
  "js": {
12259
12243
  "properties": [
12260
12244
  {
@@ -12270,17 +12254,12 @@
12270
12254
  "value": { "type": "boolean" }
12271
12255
  }
12272
12256
  ],
12273
- "events": [
12274
- {
12275
- "name": "close-overflow",
12276
- "description": "Fired when the overflow popover is closed."
12277
- }
12278
- ]
12257
+ "events": []
12279
12258
  }
12280
12259
  },
12281
12260
  {
12282
12261
  "name": "ui5-toolbar-select",
12283
- "description": "### Overview\nThe `ui5-toolbar-select` component is used to create a toolbar drop-down list.\nThe items inside the `ui5-toolbar-select` define the available options by using the `ui5-toolbar-select-option` component.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ToolbarSelect.js\";`\n\n`import \"@ui5/webcomponents/dist/ToolbarSelectOption.js\";` (comes with `ui5-toolbar-select`)\n---\n\n\n### **Events:**\n - **change** - Fired when the selected option changes.\n- **close** - Fired after the component's dropdown menu closes.\n- **close-overflow** - Fired when the overflow popover is closed.\n- **open** - Fired after the component's dropdown menu opens.\n\n### **Slots:**\n - **default** - Defines the component options.\n\n**Note:** Only one selected option is allowed.\nIf more than one option is defined as selected, the last one would be considered as the selected one.\n\n**Note:** Use the `ui5-toolbar-select-option` component to define the desired options.\n- **label** - Defines the HTML element that will be displayed in the component input part,\nrepresenting the selected option.",
12262
+ "description": "### Overview\nThe `ui5-toolbar-select` component is used to create a toolbar drop-down list.\nThe items inside the `ui5-toolbar-select` define the available options by using the `ui5-toolbar-select-option` component.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ToolbarSelect.js\";`\n\n`import \"@ui5/webcomponents/dist/ToolbarSelectOption.js\";` (comes with `ui5-toolbar-select`)\n---\n\n\n### **Events:**\n - **change** - Fired when the selected option changes.\n- **close** - Fired after the component's dropdown menu closes.\n- **open** - Fired after the component's dropdown menu opens.\n\n### **Slots:**\n - **default** - Defines the component options.\n\n**Note:** Only one selected option is allowed.\nIf more than one option is defined as selected, the last one would be considered as the selected one.\n\n**Note:** Use the `ui5-toolbar-select-option` component to define the desired options.\n- **label** - Defines the HTML element that will be displayed in the component input part,\nrepresenting the selected option.",
12284
12263
  "doc-url": "",
12285
12264
  "attributes": [
12286
12265
  {
@@ -12349,10 +12328,6 @@
12349
12328
  "name": "close",
12350
12329
  "description": "Fired after the component's dropdown menu closes."
12351
12330
  },
12352
- {
12353
- "name": "close-overflow",
12354
- "description": "Fired when the overflow popover is closed."
12355
- },
12356
12331
  {
12357
12332
  "name": "open",
12358
12333
  "description": "Fired after the component's dropdown menu opens."
@@ -12414,10 +12389,6 @@
12414
12389
  "name": "close",
12415
12390
  "description": "Fired after the component's dropdown menu closes."
12416
12391
  },
12417
- {
12418
- "name": "close-overflow",
12419
- "description": "Fired when the overflow popover is closed."
12420
- },
12421
12392
  {
12422
12393
  "name": "open",
12423
12394
  "description": "Fired after the component's dropdown menu opens."
@@ -12456,7 +12427,7 @@
12456
12427
  },
12457
12428
  {
12458
12429
  "name": "ui5-toolbar-separator",
12459
- "description": "### Overview\nThe `ui5-toolbar-separator` is an element, used for visual separation between two elements.\nIt takes no space in calculating toolbar items width.\n---\n\n\n### **Events:**\n - **close-overflow** - Fired when the overflow popover is closed.\n\n### **Slots:**\n - **default** - Wrapped component slot.",
12430
+ "description": "### Overview\nThe `ui5-toolbar-separator` is an element, used for visual separation between two elements.\nIt takes no space in calculating toolbar items width.\n---\n",
12460
12431
  "doc-url": "",
12461
12432
  "attributes": [
12462
12433
  {
@@ -12473,15 +12444,7 @@
12473
12444
  "value": { "type": "boolean", "default": "false" }
12474
12445
  }
12475
12446
  ],
12476
- "slots": [
12477
- { "name": "default", "description": "Wrapped component slot." }
12478
- ],
12479
- "events": [
12480
- {
12481
- "name": "close-overflow",
12482
- "description": "Fired when the overflow popover is closed."
12483
- }
12484
- ],
12447
+ "events": [],
12485
12448
  "js": {
12486
12449
  "properties": [
12487
12450
  {
@@ -12497,17 +12460,12 @@
12497
12460
  "value": { "type": "boolean" }
12498
12461
  }
12499
12462
  ],
12500
- "events": [
12501
- {
12502
- "name": "close-overflow",
12503
- "description": "Fired when the overflow popover is closed."
12504
- }
12505
- ]
12463
+ "events": []
12506
12464
  }
12507
12465
  },
12508
12466
  {
12509
12467
  "name": "ui5-toolbar-spacer",
12510
- "description": "### Overview\nThe `ui5-toolbar-spacer` is an element, used for taking needed space for toolbar items to take 100% width.\nIt takes no space in calculating toolbar items width.\n---\n\n\n### **Events:**\n - **close-overflow** - Fired when the overflow popover is closed.\n\n### **Slots:**\n - **default** - Wrapped component slot.",
12468
+ "description": "### Overview\nThe `ui5-toolbar-spacer` is an element, used for taking needed space for toolbar items to take 100% width.\nIt takes no space in calculating toolbar items width.\n---\n",
12511
12469
  "doc-url": "",
12512
12470
  "attributes": [
12513
12471
  {
@@ -12529,15 +12487,7 @@
12529
12487
  "value": { "type": "string | undefined", "default": "undefined" }
12530
12488
  }
12531
12489
  ],
12532
- "slots": [
12533
- { "name": "default", "description": "Wrapped component slot." }
12534
- ],
12535
- "events": [
12536
- {
12537
- "name": "close-overflow",
12538
- "description": "Fired when the overflow popover is closed."
12539
- }
12540
- ],
12490
+ "events": [],
12541
12491
  "js": {
12542
12492
  "properties": [
12543
12493
  {
@@ -12558,12 +12508,7 @@
12558
12508
  "value": { "type": "string | undefined" }
12559
12509
  }
12560
12510
  ],
12561
- "events": [
12562
- {
12563
- "name": "close-overflow",
12564
- "description": "Fired when the overflow popover is closed."
12565
- }
12566
- ]
12511
+ "events": []
12567
12512
  }
12568
12513
  },
12569
12514
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents",
3
- "version": "2.20.0-rc.3",
3
+ "version": "2.20.0",
4
4
  "description": "UI5 Web Components: webcomponents.main",
5
5
  "ui5": {
6
6
  "webComponentsPackage": true
@@ -54,22 +54,22 @@
54
54
  "directory": "packages/main"
55
55
  },
56
56
  "dependencies": {
57
- "@ui5/webcomponents-base": "2.20.0-rc.3",
58
- "@ui5/webcomponents-icons": "2.20.0-rc.3",
59
- "@ui5/webcomponents-icons-business-suite": "2.20.0-rc.3",
60
- "@ui5/webcomponents-icons-tnt": "2.20.0-rc.3",
61
- "@ui5/webcomponents-localization": "2.20.0-rc.3",
62
- "@ui5/webcomponents-theming": "2.20.0-rc.3"
57
+ "@ui5/webcomponents-base": "2.20.0",
58
+ "@ui5/webcomponents-icons": "2.20.0",
59
+ "@ui5/webcomponents-icons-business-suite": "2.20.0",
60
+ "@ui5/webcomponents-icons-tnt": "2.20.0",
61
+ "@ui5/webcomponents-localization": "2.20.0",
62
+ "@ui5/webcomponents-theming": "2.20.0"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@custom-elements-manifest/analyzer": "^0.10.10",
66
66
  "@ui5/cypress-internal": "0.1.0",
67
- "@ui5/webcomponents-tools": "2.20.0-rc.3",
67
+ "@ui5/webcomponents-tools": "2.20.0",
68
68
  "cypress": "15.9.0",
69
69
  "jsdom": "^26.0.0",
70
70
  "lit": "^2.0.0",
71
71
  "vite": "5.4.21",
72
72
  "vitest": "^3.0.2"
73
73
  },
74
- "gitHead": "d1767f2375f2b81e1187f9c58bb3b0eaf28b139e"
74
+ "gitHead": "2642c2e61d49914e75d59f48d63576486037ff63"
75
75
  }