@ui5/webcomponents-fiori 2.23.0-rc.1 → 2.23.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 +74 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/HeroBanner.d.ts +147 -0
- package/dist/HeroBanner.js +165 -0
- package/dist/HeroBanner.js.map +1 -0
- package/dist/HeroBannerTemplate.d.ts +2 -0
- package/dist/HeroBannerTemplate.js +17 -0
- package/dist/HeroBannerTemplate.js.map +1 -0
- package/dist/NotificationListItem.d.ts +0 -1
- package/dist/NotificationListItem.js +2 -3
- package/dist/NotificationListItem.js.map +1 -1
- package/dist/ShellBar.d.ts +0 -1
- package/dist/ShellBar.js +2 -11
- package/dist/ShellBar.js.map +1 -1
- package/dist/ShellBarTemplate.js +1 -1
- package/dist/ShellBarTemplate.js.map +1 -1
- package/dist/bundle.esm.js +1 -0
- package/dist/bundle.esm.js.map +1 -1
- package/dist/css/themes/HeroBanner.css +1 -0
- package/dist/css/themes/SearchField.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +6 -0
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +6 -0
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +6 -0
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +6 -0
- package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +6 -0
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +6 -0
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +6 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +6 -0
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +6 -0
- package/dist/custom-elements-internal.json +381 -136
- package/dist/custom-elements.json +269 -4
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_auto/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hc_auto/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/themes/HeroBanner.css.d.ts +2 -0
- package/dist/generated/themes/HeroBanner.css.js +8 -0
- package/dist/generated/themes/HeroBanner.css.js.map +1 -0
- package/dist/generated/themes/SearchField.css.d.ts +1 -1
- package/dist/generated/themes/SearchField.css.js +1 -1
- package/dist/generated/themes/SearchField.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +6 -0
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +6 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +6 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +6 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js +6 -0
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +6 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +6 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +6 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +6 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
- package/dist/types/HeroBannerActionsPlacement.d.ts +20 -0
- package/dist/types/HeroBannerActionsPlacement.js +22 -0
- package/dist/types/HeroBannerActionsPlacement.js.map +1 -0
- package/dist/types/HeroBannerColumnsRatio.d.ts +21 -0
- package/dist/types/HeroBannerColumnsRatio.js +23 -0
- package/dist/types/HeroBannerColumnsRatio.js.map +1 -0
- package/dist/types/HeroBannerHeaderBlockPlacement.d.ts +20 -0
- package/dist/types/HeroBannerHeaderBlockPlacement.js +22 -0
- package/dist/types/HeroBannerHeaderBlockPlacement.js.map +1 -0
- package/dist/vscode.html-custom-data.json +32 -0
- package/dist/web-types.json +104 -1
- package/package.json +7 -7
- package/src/HeroBannerTemplate.tsx +65 -0
- package/src/ShellBarTemplate.tsx +1 -1
- package/src/i18n/messagebundle_mk.properties +1 -1
- package/src/themes/HeroBanner.css +359 -0
- package/src/themes/SearchField.css +2 -2
- package/src/themes/base/HeroBanner-parameters.css +8 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +1 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
- package/src/themes/sap_horizon/HeroBanner-parameters.css +4 -0
- package/src/themes/sap_horizon/parameters-bundle.css +2 -0
- package/src/themes/sap_horizon_dark/parameters-bundle.css +1 -0
- package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
- package/src/themes/sap_horizon_exp/parameters-bundle.css +2 -0
- package/src/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
- package/src/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
- package/src/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
- package/src/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
|
@@ -1565,6 +1565,214 @@
|
|
|
1565
1565
|
}
|
|
1566
1566
|
]
|
|
1567
1567
|
},
|
|
1568
|
+
{
|
|
1569
|
+
"kind": "javascript-module",
|
|
1570
|
+
"path": "dist/HeroBanner.js",
|
|
1571
|
+
"declarations": [
|
|
1572
|
+
{
|
|
1573
|
+
"kind": "class",
|
|
1574
|
+
"description": "### Overview\n\nThe `ui5-hero-banner` is a flexible, full-width banner designed for placement at the top of a page.\nIt provides a personalized greeting and quick access to key information or actions.\n\n### Structure\n\nThe HeroBanner consists of the following building blocks:\n\n- **Banner Canvas** - the visual base with a background color, optional background image and shadow.\n- **Overline** (optional) - contextual text at the top, e.g. the current date or a status message.\n- **Header** (optional) - the main greeting header below the overline, e.g. \"Hello, John\".\n- **Free Slots** (optional) - customizable content areas that can contain KPI cards, search components, text, buttons, etc.\n\nThe banner is not sticky — it scrolls away with the page content when the user scrolls down.\n\n### Usage\n\nPlace the `ui5-hero-banner` at the top of a page to welcome the user and surface relevant\ninformation or shortcuts at a glance.\n\nThe hero banner itself is non-interactive. However, interactive elements such as buttons, cards,\nor search fields can be placed inside the free content slots and will follow their own\ninteractive states.\n\n### Responsive Behavior\n\nThe hero banner adapts to different screen sizes:\n- On smaller screens, split layouts (Equal, FirstWider) collapse to a single stacked column.\n- The heading text wraps to multiple lines as needed.\n- Buttons in the headerAction slot will wrap.\n- On screens ≤1024px, the header text is wrapped to a maximum of 3 lines.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-fiori/dist/HeroBanner.js\";`",
|
|
1575
|
+
"name": "HeroBanner",
|
|
1576
|
+
"cssParts": [
|
|
1577
|
+
{
|
|
1578
|
+
"description": "Used to style the banner canvas container",
|
|
1579
|
+
"name": "canvas"
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"description": "Used to style the content area of the banner",
|
|
1583
|
+
"name": "content"
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"description": "Used to style the end content block",
|
|
1587
|
+
"name": "endContent"
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"description": "Used to style the header area (salutation, date, header actions)",
|
|
1591
|
+
"name": "header"
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"description": "Used to style the start (default) content block",
|
|
1595
|
+
"name": "startContent"
|
|
1596
|
+
}
|
|
1597
|
+
],
|
|
1598
|
+
"slots": [
|
|
1599
|
+
{
|
|
1600
|
+
"name": "actions",
|
|
1601
|
+
"description": "Defines action buttons displayed to the right of the header area.\nTypically used to display actions buttons in the top right corner.\n\nCan contain buttons, links, or other interactive elements that provide\nquick access to relevant actions directly from the hero banner header.",
|
|
1602
|
+
"_ui5type": {
|
|
1603
|
+
"text": "Array<HTMLElement>"
|
|
1604
|
+
},
|
|
1605
|
+
"_ui5privacy": "public"
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
"name": "default",
|
|
1609
|
+
"description": "Defines the first (default) free content block of the hero banner.\n\nThis is the default slot — content placed directly inside `<ui5-hero-banner>`\nwithout a slot attribute lands here.\nCan contain KPI cards, search input fields, text, buttons, and more.",
|
|
1610
|
+
"_ui5propertyName": "startContent",
|
|
1611
|
+
"_ui5type": {
|
|
1612
|
+
"text": "Array<HTMLElement>"
|
|
1613
|
+
},
|
|
1614
|
+
"_ui5privacy": "public"
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"name": "endContent",
|
|
1618
|
+
"description": "Defines the second free content block of the hero banner.\n\nUsed alongside `startContent` when `columnsRatio` is set (`Equal`, `FirstWider`).\nCan contain cards, buttons, and other interactive elements.",
|
|
1619
|
+
"_ui5type": {
|
|
1620
|
+
"text": "Array<HTMLElement>"
|
|
1621
|
+
},
|
|
1622
|
+
"_ui5privacy": "public"
|
|
1623
|
+
}
|
|
1624
|
+
],
|
|
1625
|
+
"members": [
|
|
1626
|
+
{
|
|
1627
|
+
"kind": "field",
|
|
1628
|
+
"name": "actionsPlacement",
|
|
1629
|
+
"type": {
|
|
1630
|
+
"text": "HeroBannerActionsPlacement",
|
|
1631
|
+
"references": [
|
|
1632
|
+
{
|
|
1633
|
+
"name": "HeroBannerActionsPlacement",
|
|
1634
|
+
"package": "@ui5/webcomponents-fiori",
|
|
1635
|
+
"module": "dist/types/HeroBannerActionsPlacement.js"
|
|
1636
|
+
}
|
|
1637
|
+
]
|
|
1638
|
+
},
|
|
1639
|
+
"default": "\"TopEnd\"",
|
|
1640
|
+
"description": "Defines the placement of the actions slot within the hero banner header.\n\n- **TopEnd** (default) - Actions are displayed to the right of the header text, at the top of the header row.\n- **BottomStart** - Actions are displayed below the header text, left-aligned, regardless of `columnsRatio` or slot usage.",
|
|
1641
|
+
"privacy": "public"
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"kind": "field",
|
|
1645
|
+
"name": "columnsRatio",
|
|
1646
|
+
"type": {
|
|
1647
|
+
"text": "HeroBannerColumnsRatio",
|
|
1648
|
+
"references": [
|
|
1649
|
+
{
|
|
1650
|
+
"name": "HeroBannerColumnsRatio",
|
|
1651
|
+
"package": "@ui5/webcomponents-fiori",
|
|
1652
|
+
"module": "dist/types/HeroBannerColumnsRatio.js"
|
|
1653
|
+
}
|
|
1654
|
+
]
|
|
1655
|
+
},
|
|
1656
|
+
"default": "\"FirstWider\"",
|
|
1657
|
+
"description": "Defines the ratio between the two content columns inside the hero banner.\n\nTakes effect only when `endContent` is provided. When no `endContent` is present, the content spans the full width (single column).\n\n- **Equal** - Two equal columns. Both content blocks share the available width equally.\n On smaller screens, both slots stack vertically.\n- **FirstWider** - Two unequal columns. The start content takes two-thirds of the width, the end content one-third.\n On smaller screens, both slots stack vertically.",
|
|
1658
|
+
"privacy": "public"
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"kind": "field",
|
|
1662
|
+
"name": "headerBlockPlacement",
|
|
1663
|
+
"type": {
|
|
1664
|
+
"text": "HeroBannerHeaderBlockPlacement",
|
|
1665
|
+
"references": [
|
|
1666
|
+
{
|
|
1667
|
+
"name": "HeroBannerHeaderBlockPlacement",
|
|
1668
|
+
"package": "@ui5/webcomponents-fiori",
|
|
1669
|
+
"module": "dist/types/HeroBannerHeaderBlockPlacement.js"
|
|
1670
|
+
}
|
|
1671
|
+
]
|
|
1672
|
+
},
|
|
1673
|
+
"default": "\"Top\"",
|
|
1674
|
+
"description": "Defines the vertical placement of the header block within the content area.\n\n- **Top** (default) - Header block is placed at the top of the content area.\n- **Bottom** - Header block is pushed to the bottom of column 1. Only takes effect when `columnsRatio`\n is `Equal` or `FirstWider` and only `endContent` is provided (no default slot content).\n When `actionsPlacement` is also `BottomStart`, the `endContent` slot spans the full height.",
|
|
1675
|
+
"privacy": "public"
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"kind": "field",
|
|
1679
|
+
"name": "headerText",
|
|
1680
|
+
"type": {
|
|
1681
|
+
"text": "string | undefined"
|
|
1682
|
+
},
|
|
1683
|
+
"description": "Defines the header text displayed in the hero banner.\n\nThis is the main greeting header, typically a personalized message\nsuch as \"Hello, John\".",
|
|
1684
|
+
"default": "undefined",
|
|
1685
|
+
"privacy": "public"
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
"kind": "field",
|
|
1689
|
+
"name": "overlineText",
|
|
1690
|
+
"type": {
|
|
1691
|
+
"text": "string | undefined"
|
|
1692
|
+
},
|
|
1693
|
+
"description": "Defines text displayed above the heading as an overline.\nCan be used to show the current date, a status message, or any other relevant contextual information.",
|
|
1694
|
+
"default": "undefined",
|
|
1695
|
+
"privacy": "public"
|
|
1696
|
+
}
|
|
1697
|
+
],
|
|
1698
|
+
"attributes": [
|
|
1699
|
+
{
|
|
1700
|
+
"description": "Defines the placement of the actions slot within the hero banner header.\n\n- **TopEnd** (default) - Actions are displayed to the right of the header text, at the top of the header row.\n- **BottomStart** - Actions are displayed below the header text, left-aligned, regardless of `columnsRatio` or slot usage.",
|
|
1701
|
+
"name": "actions-placement",
|
|
1702
|
+
"default": "\"TopEnd\"",
|
|
1703
|
+
"fieldName": "actionsPlacement",
|
|
1704
|
+
"type": {
|
|
1705
|
+
"text": "\"TopEnd\" | \"BottomStart\""
|
|
1706
|
+
}
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"description": "Defines the ratio between the two content columns inside the hero banner.\n\nTakes effect only when `endContent` is provided. When no `endContent` is present, the content spans the full width (single column).\n\n- **Equal** - Two equal columns. Both content blocks share the available width equally.\n On smaller screens, both slots stack vertically.\n- **FirstWider** - Two unequal columns. The start content takes two-thirds of the width, the end content one-third.\n On smaller screens, both slots stack vertically.",
|
|
1710
|
+
"name": "columns-ratio",
|
|
1711
|
+
"default": "\"FirstWider\"",
|
|
1712
|
+
"fieldName": "columnsRatio",
|
|
1713
|
+
"type": {
|
|
1714
|
+
"text": "\"Equal\" | \"FirstWider\""
|
|
1715
|
+
}
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"description": "Defines the vertical placement of the header block within the content area.\n\n- **Top** (default) - Header block is placed at the top of the content area.\n- **Bottom** - Header block is pushed to the bottom of column 1. Only takes effect when `columnsRatio`\n is `Equal` or `FirstWider` and only `endContent` is provided (no default slot content).\n When `actionsPlacement` is also `BottomStart`, the `endContent` slot spans the full height.",
|
|
1719
|
+
"name": "header-block-placement",
|
|
1720
|
+
"default": "\"Top\"",
|
|
1721
|
+
"fieldName": "headerBlockPlacement",
|
|
1722
|
+
"type": {
|
|
1723
|
+
"text": "\"Top\" | \"Bottom\""
|
|
1724
|
+
}
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"description": "Defines the header text displayed in the hero banner.\n\nThis is the main greeting header, typically a personalized message\nsuch as \"Hello, John\".",
|
|
1728
|
+
"name": "header-text",
|
|
1729
|
+
"default": "undefined",
|
|
1730
|
+
"fieldName": "headerText",
|
|
1731
|
+
"type": {
|
|
1732
|
+
"text": "string | undefined"
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"description": "Defines text displayed above the heading as an overline.\nCan be used to show the current date, a status message, or any other relevant contextual information.",
|
|
1737
|
+
"name": "overline-text",
|
|
1738
|
+
"default": "undefined",
|
|
1739
|
+
"fieldName": "overlineText",
|
|
1740
|
+
"type": {
|
|
1741
|
+
"text": "string | undefined"
|
|
1742
|
+
}
|
|
1743
|
+
}
|
|
1744
|
+
],
|
|
1745
|
+
"superclass": {
|
|
1746
|
+
"name": "UI5Element",
|
|
1747
|
+
"package": "@ui5/webcomponents-base",
|
|
1748
|
+
"module": "dist/UI5Element.js"
|
|
1749
|
+
},
|
|
1750
|
+
"tagName": "ui5-hero-banner",
|
|
1751
|
+
"customElement": true,
|
|
1752
|
+
"_ui5experimental": true,
|
|
1753
|
+
"_ui5since": "2.23.0",
|
|
1754
|
+
"_ui5privacy": "public"
|
|
1755
|
+
}
|
|
1756
|
+
],
|
|
1757
|
+
"exports": [
|
|
1758
|
+
{
|
|
1759
|
+
"kind": "js",
|
|
1760
|
+
"name": "default",
|
|
1761
|
+
"declaration": {
|
|
1762
|
+
"name": "HeroBanner",
|
|
1763
|
+
"module": "dist/HeroBanner.js"
|
|
1764
|
+
}
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"kind": "custom-element-definition",
|
|
1768
|
+
"name": "ui5-hero-banner",
|
|
1769
|
+
"declaration": {
|
|
1770
|
+
"name": "HeroBanner",
|
|
1771
|
+
"module": "dist/HeroBanner.js"
|
|
1772
|
+
}
|
|
1773
|
+
}
|
|
1774
|
+
]
|
|
1775
|
+
},
|
|
1568
1776
|
{
|
|
1569
1777
|
"kind": "javascript-module",
|
|
1570
1778
|
"path": "dist/IllustratedMessage.js",
|
|
@@ -2648,12 +2856,19 @@
|
|
|
2648
2856
|
"kind": "field",
|
|
2649
2857
|
"name": "accessibleRole",
|
|
2650
2858
|
"type": {
|
|
2651
|
-
"text": "
|
|
2859
|
+
"text": "ListItemAccessibleRole | undefined",
|
|
2860
|
+
"references": [
|
|
2861
|
+
{
|
|
2862
|
+
"name": "ListItemAccessibleRole",
|
|
2863
|
+
"package": "@ui5/webcomponents",
|
|
2864
|
+
"module": "dist/types/ListItemAccessibleRole.js"
|
|
2865
|
+
}
|
|
2866
|
+
]
|
|
2652
2867
|
},
|
|
2653
2868
|
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
2654
2869
|
"default": "undefined",
|
|
2655
2870
|
"privacy": "public",
|
|
2656
|
-
"_ui5since": "
|
|
2871
|
+
"_ui5since": "2.23.0"
|
|
2657
2872
|
},
|
|
2658
2873
|
{
|
|
2659
2874
|
"kind": "field",
|
|
@@ -3092,23 +3307,8 @@
|
|
|
3092
3307
|
"_ui5Cancelable": false,
|
|
3093
3308
|
"_ui5allowPreventDefault": false,
|
|
3094
3309
|
"_ui5Bubbles": true,
|
|
3095
|
-
"_ui5since": "2.
|
|
3310
|
+
"_ui5since": "2.23.0",
|
|
3096
3311
|
"_ui5parameters": [
|
|
3097
|
-
{
|
|
3098
|
-
"type": {
|
|
3099
|
-
"text": "ListItemBase",
|
|
3100
|
-
"references": [
|
|
3101
|
-
{
|
|
3102
|
-
"name": "ListItemBase",
|
|
3103
|
-
"package": "@ui5/webcomponents",
|
|
3104
|
-
"module": "dist/ListItemBase.js"
|
|
3105
|
-
}
|
|
3106
|
-
]
|
|
3107
|
-
},
|
|
3108
|
-
"name": "item",
|
|
3109
|
-
"_ui5privacy": "public",
|
|
3110
|
-
"description": "The activated item."
|
|
3111
|
-
},
|
|
3112
3312
|
{
|
|
3113
3313
|
"type": {
|
|
3114
3314
|
"text": "Event"
|
|
@@ -3478,23 +3678,8 @@
|
|
|
3478
3678
|
"_ui5Cancelable": false,
|
|
3479
3679
|
"_ui5allowPreventDefault": false,
|
|
3480
3680
|
"_ui5Bubbles": true,
|
|
3481
|
-
"_ui5since": "2.
|
|
3681
|
+
"_ui5since": "2.23.0",
|
|
3482
3682
|
"_ui5parameters": [
|
|
3483
|
-
{
|
|
3484
|
-
"type": {
|
|
3485
|
-
"text": "ListItemBase",
|
|
3486
|
-
"references": [
|
|
3487
|
-
{
|
|
3488
|
-
"name": "ListItemBase",
|
|
3489
|
-
"package": "@ui5/webcomponents",
|
|
3490
|
-
"module": "dist/ListItemBase.js"
|
|
3491
|
-
}
|
|
3492
|
-
]
|
|
3493
|
-
},
|
|
3494
|
-
"name": "item",
|
|
3495
|
-
"_ui5privacy": "public",
|
|
3496
|
-
"description": "The activated item."
|
|
3497
|
-
},
|
|
3498
3683
|
{
|
|
3499
3684
|
"type": {
|
|
3500
3685
|
"text": "Event"
|
|
@@ -5198,23 +5383,8 @@
|
|
|
5198
5383
|
"_ui5Cancelable": false,
|
|
5199
5384
|
"_ui5allowPreventDefault": false,
|
|
5200
5385
|
"_ui5Bubbles": true,
|
|
5201
|
-
"_ui5since": "2.
|
|
5386
|
+
"_ui5since": "2.23.0",
|
|
5202
5387
|
"_ui5parameters": [
|
|
5203
|
-
{
|
|
5204
|
-
"type": {
|
|
5205
|
-
"text": "NotificationListItem",
|
|
5206
|
-
"references": [
|
|
5207
|
-
{
|
|
5208
|
-
"name": "NotificationListItem",
|
|
5209
|
-
"package": "@ui5/webcomponents-fiori",
|
|
5210
|
-
"module": "dist/NotificationListItem.js"
|
|
5211
|
-
}
|
|
5212
|
-
]
|
|
5213
|
-
},
|
|
5214
|
-
"name": "item",
|
|
5215
|
-
"_ui5privacy": "public",
|
|
5216
|
-
"description": "The activated item."
|
|
5217
|
-
},
|
|
5218
5388
|
{
|
|
5219
5389
|
"type": {
|
|
5220
5390
|
"text": "Event"
|
|
@@ -5473,23 +5643,8 @@
|
|
|
5473
5643
|
"_ui5Cancelable": false,
|
|
5474
5644
|
"_ui5allowPreventDefault": false,
|
|
5475
5645
|
"_ui5Bubbles": true,
|
|
5476
|
-
"_ui5since": "2.
|
|
5646
|
+
"_ui5since": "2.23.0",
|
|
5477
5647
|
"_ui5parameters": [
|
|
5478
|
-
{
|
|
5479
|
-
"type": {
|
|
5480
|
-
"text": "ListItemBase",
|
|
5481
|
-
"references": [
|
|
5482
|
-
{
|
|
5483
|
-
"name": "ListItemBase",
|
|
5484
|
-
"package": "@ui5/webcomponents",
|
|
5485
|
-
"module": "dist/ListItemBase.js"
|
|
5486
|
-
}
|
|
5487
|
-
]
|
|
5488
|
-
},
|
|
5489
|
-
"name": "item",
|
|
5490
|
-
"_ui5privacy": "public",
|
|
5491
|
-
"description": "The activated item."
|
|
5492
|
-
},
|
|
5493
5648
|
{
|
|
5494
5649
|
"type": {
|
|
5495
5650
|
"text": "Event"
|
|
@@ -6687,23 +6842,8 @@
|
|
|
6687
6842
|
"_ui5Cancelable": false,
|
|
6688
6843
|
"_ui5allowPreventDefault": false,
|
|
6689
6844
|
"_ui5Bubbles": true,
|
|
6690
|
-
"_ui5since": "2.
|
|
6845
|
+
"_ui5since": "2.23.0",
|
|
6691
6846
|
"_ui5parameters": [
|
|
6692
|
-
{
|
|
6693
|
-
"type": {
|
|
6694
|
-
"text": "ListItemBase",
|
|
6695
|
-
"references": [
|
|
6696
|
-
{
|
|
6697
|
-
"name": "ListItemBase",
|
|
6698
|
-
"package": "@ui5/webcomponents",
|
|
6699
|
-
"module": "dist/ListItemBase.js"
|
|
6700
|
-
}
|
|
6701
|
-
]
|
|
6702
|
-
},
|
|
6703
|
-
"name": "item",
|
|
6704
|
-
"_ui5privacy": "public",
|
|
6705
|
-
"description": "The activated item."
|
|
6706
|
-
},
|
|
6707
6847
|
{
|
|
6708
6848
|
"type": {
|
|
6709
6849
|
"text": "Event"
|
|
@@ -11321,12 +11461,19 @@
|
|
|
11321
11461
|
"kind": "field",
|
|
11322
11462
|
"name": "accessibleRole",
|
|
11323
11463
|
"type": {
|
|
11324
|
-
"text": "
|
|
11464
|
+
"text": "ListItemAccessibleRole | undefined",
|
|
11465
|
+
"references": [
|
|
11466
|
+
{
|
|
11467
|
+
"name": "ListItemAccessibleRole",
|
|
11468
|
+
"package": "@ui5/webcomponents",
|
|
11469
|
+
"module": "dist/types/ListItemAccessibleRole.js"
|
|
11470
|
+
}
|
|
11471
|
+
]
|
|
11325
11472
|
},
|
|
11326
11473
|
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
11327
11474
|
"default": "undefined",
|
|
11328
11475
|
"privacy": "public",
|
|
11329
|
-
"_ui5since": "
|
|
11476
|
+
"_ui5since": "2.23.0"
|
|
11330
11477
|
},
|
|
11331
11478
|
{
|
|
11332
11479
|
"kind": "field",
|
|
@@ -11458,23 +11605,8 @@
|
|
|
11458
11605
|
"_ui5Cancelable": false,
|
|
11459
11606
|
"_ui5allowPreventDefault": false,
|
|
11460
11607
|
"_ui5Bubbles": true,
|
|
11461
|
-
"_ui5since": "2.
|
|
11608
|
+
"_ui5since": "2.23.0",
|
|
11462
11609
|
"_ui5parameters": [
|
|
11463
|
-
{
|
|
11464
|
-
"type": {
|
|
11465
|
-
"text": "ListItemBase",
|
|
11466
|
-
"references": [
|
|
11467
|
-
{
|
|
11468
|
-
"name": "ListItemBase",
|
|
11469
|
-
"package": "@ui5/webcomponents",
|
|
11470
|
-
"module": "dist/ListItemBase.js"
|
|
11471
|
-
}
|
|
11472
|
-
]
|
|
11473
|
-
},
|
|
11474
|
-
"name": "item",
|
|
11475
|
-
"_ui5privacy": "public",
|
|
11476
|
-
"description": "The activated item."
|
|
11477
|
-
},
|
|
11478
11610
|
{
|
|
11479
11611
|
"type": {
|
|
11480
11612
|
"text": "Event"
|
|
@@ -12345,12 +12477,19 @@
|
|
|
12345
12477
|
"kind": "field",
|
|
12346
12478
|
"name": "accessibleRole",
|
|
12347
12479
|
"type": {
|
|
12348
|
-
"text": "
|
|
12480
|
+
"text": "ListItemAccessibleRole | undefined",
|
|
12481
|
+
"references": [
|
|
12482
|
+
{
|
|
12483
|
+
"name": "ListItemAccessibleRole",
|
|
12484
|
+
"package": "@ui5/webcomponents",
|
|
12485
|
+
"module": "dist/types/ListItemAccessibleRole.js"
|
|
12486
|
+
}
|
|
12487
|
+
]
|
|
12349
12488
|
},
|
|
12350
12489
|
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
12351
12490
|
"default": "undefined",
|
|
12352
12491
|
"privacy": "public",
|
|
12353
|
-
"_ui5since": "
|
|
12492
|
+
"_ui5since": "2.23.0"
|
|
12354
12493
|
},
|
|
12355
12494
|
{
|
|
12356
12495
|
"kind": "field",
|
|
@@ -12737,23 +12876,8 @@
|
|
|
12737
12876
|
"_ui5Cancelable": false,
|
|
12738
12877
|
"_ui5allowPreventDefault": false,
|
|
12739
12878
|
"_ui5Bubbles": true,
|
|
12740
|
-
"_ui5since": "2.
|
|
12879
|
+
"_ui5since": "2.23.0",
|
|
12741
12880
|
"_ui5parameters": [
|
|
12742
|
-
{
|
|
12743
|
-
"type": {
|
|
12744
|
-
"text": "ListItemBase",
|
|
12745
|
-
"references": [
|
|
12746
|
-
{
|
|
12747
|
-
"name": "ListItemBase",
|
|
12748
|
-
"package": "@ui5/webcomponents",
|
|
12749
|
-
"module": "dist/ListItemBase.js"
|
|
12750
|
-
}
|
|
12751
|
-
]
|
|
12752
|
-
},
|
|
12753
|
-
"name": "item",
|
|
12754
|
-
"_ui5privacy": "public",
|
|
12755
|
-
"description": "The activated item."
|
|
12756
|
-
},
|
|
12757
12881
|
{
|
|
12758
12882
|
"type": {
|
|
12759
12883
|
"text": "Event"
|
|
@@ -13537,12 +13661,19 @@
|
|
|
13537
13661
|
"kind": "field",
|
|
13538
13662
|
"name": "accessibleRole",
|
|
13539
13663
|
"type": {
|
|
13540
|
-
"text": "
|
|
13664
|
+
"text": "ListItemAccessibleRole | undefined",
|
|
13665
|
+
"references": [
|
|
13666
|
+
{
|
|
13667
|
+
"name": "ListItemAccessibleRole",
|
|
13668
|
+
"package": "@ui5/webcomponents",
|
|
13669
|
+
"module": "dist/types/ListItemAccessibleRole.js"
|
|
13670
|
+
}
|
|
13671
|
+
]
|
|
13541
13672
|
},
|
|
13542
13673
|
"description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
|
|
13543
13674
|
"default": "undefined",
|
|
13544
13675
|
"privacy": "public",
|
|
13545
|
-
"_ui5since": "
|
|
13676
|
+
"_ui5since": "2.23.0"
|
|
13546
13677
|
},
|
|
13547
13678
|
{
|
|
13548
13679
|
"kind": "field",
|
|
@@ -13821,23 +13952,8 @@
|
|
|
13821
13952
|
"_ui5Cancelable": false,
|
|
13822
13953
|
"_ui5allowPreventDefault": false,
|
|
13823
13954
|
"_ui5Bubbles": true,
|
|
13824
|
-
"_ui5since": "2.
|
|
13955
|
+
"_ui5since": "2.23.0",
|
|
13825
13956
|
"_ui5parameters": [
|
|
13826
|
-
{
|
|
13827
|
-
"type": {
|
|
13828
|
-
"text": "ListItemBase",
|
|
13829
|
-
"references": [
|
|
13830
|
-
{
|
|
13831
|
-
"name": "ListItemBase",
|
|
13832
|
-
"package": "@ui5/webcomponents",
|
|
13833
|
-
"module": "dist/ListItemBase.js"
|
|
13834
|
-
}
|
|
13835
|
-
]
|
|
13836
|
-
},
|
|
13837
|
-
"name": "item",
|
|
13838
|
-
"_ui5privacy": "public",
|
|
13839
|
-
"description": "The activated item."
|
|
13840
|
-
},
|
|
13841
13957
|
{
|
|
13842
13958
|
"type": {
|
|
13843
13959
|
"text": "Event"
|
|
@@ -15661,6 +15777,135 @@
|
|
|
15661
15777
|
}
|
|
15662
15778
|
]
|
|
15663
15779
|
},
|
|
15780
|
+
{
|
|
15781
|
+
"kind": "javascript-module",
|
|
15782
|
+
"path": "dist/types/HeroBannerActionsPlacement.js",
|
|
15783
|
+
"declarations": [
|
|
15784
|
+
{
|
|
15785
|
+
"kind": "enum",
|
|
15786
|
+
"name": "HeroBannerActionsPlacement",
|
|
15787
|
+
"description": "Available HeroBanner actions placement options.\n\nDefines where the actions slot is rendered within the hero banner header area.",
|
|
15788
|
+
"_ui5privacy": "public",
|
|
15789
|
+
"_ui5since": "2.23.0",
|
|
15790
|
+
"members": [
|
|
15791
|
+
{
|
|
15792
|
+
"kind": "field",
|
|
15793
|
+
"static": true,
|
|
15794
|
+
"privacy": "public",
|
|
15795
|
+
"description": "Places the actions below the header text, aligned to the start.",
|
|
15796
|
+
"default": "BottomStart",
|
|
15797
|
+
"name": "BottomStart",
|
|
15798
|
+
"readonly": true
|
|
15799
|
+
},
|
|
15800
|
+
{
|
|
15801
|
+
"kind": "field",
|
|
15802
|
+
"static": true,
|
|
15803
|
+
"privacy": "public",
|
|
15804
|
+
"description": "Places the actions to the right of the header text, aligned to the top of the header row.",
|
|
15805
|
+
"default": "TopEnd",
|
|
15806
|
+
"name": "TopEnd",
|
|
15807
|
+
"readonly": true
|
|
15808
|
+
}
|
|
15809
|
+
]
|
|
15810
|
+
}
|
|
15811
|
+
],
|
|
15812
|
+
"exports": [
|
|
15813
|
+
{
|
|
15814
|
+
"kind": "js",
|
|
15815
|
+
"name": "default",
|
|
15816
|
+
"declaration": {
|
|
15817
|
+
"name": "HeroBannerActionsPlacement",
|
|
15818
|
+
"module": "dist/types/HeroBannerActionsPlacement.js"
|
|
15819
|
+
}
|
|
15820
|
+
}
|
|
15821
|
+
]
|
|
15822
|
+
},
|
|
15823
|
+
{
|
|
15824
|
+
"kind": "javascript-module",
|
|
15825
|
+
"path": "dist/types/HeroBannerColumnsRatio.js",
|
|
15826
|
+
"declarations": [
|
|
15827
|
+
{
|
|
15828
|
+
"kind": "enum",
|
|
15829
|
+
"name": "HeroBannerColumnsRatio",
|
|
15830
|
+
"description": "Available HeroBanner columns ratio options.\n\nDefines how the two content blocks are sized relative to each other within the hero banner.\nWhen no value is set, the content renders in a single column.",
|
|
15831
|
+
"_ui5privacy": "public",
|
|
15832
|
+
"_ui5since": "2.23.0",
|
|
15833
|
+
"members": [
|
|
15834
|
+
{
|
|
15835
|
+
"kind": "field",
|
|
15836
|
+
"static": true,
|
|
15837
|
+
"privacy": "public",
|
|
15838
|
+
"description": "Two equal columns. Both content blocks share the available width equally.",
|
|
15839
|
+
"default": "Equal",
|
|
15840
|
+
"name": "Equal",
|
|
15841
|
+
"readonly": true
|
|
15842
|
+
},
|
|
15843
|
+
{
|
|
15844
|
+
"kind": "field",
|
|
15845
|
+
"static": true,
|
|
15846
|
+
"privacy": "public",
|
|
15847
|
+
"description": "Two unequal columns. The first content block takes two-thirds of the width, the second takes one-third.",
|
|
15848
|
+
"default": "FirstWider",
|
|
15849
|
+
"name": "FirstWider",
|
|
15850
|
+
"readonly": true
|
|
15851
|
+
}
|
|
15852
|
+
]
|
|
15853
|
+
}
|
|
15854
|
+
],
|
|
15855
|
+
"exports": [
|
|
15856
|
+
{
|
|
15857
|
+
"kind": "js",
|
|
15858
|
+
"name": "default",
|
|
15859
|
+
"declaration": {
|
|
15860
|
+
"name": "HeroBannerColumnsRatio",
|
|
15861
|
+
"module": "dist/types/HeroBannerColumnsRatio.js"
|
|
15862
|
+
}
|
|
15863
|
+
}
|
|
15864
|
+
]
|
|
15865
|
+
},
|
|
15866
|
+
{
|
|
15867
|
+
"kind": "javascript-module",
|
|
15868
|
+
"path": "dist/types/HeroBannerHeaderBlockPlacement.js",
|
|
15869
|
+
"declarations": [
|
|
15870
|
+
{
|
|
15871
|
+
"kind": "enum",
|
|
15872
|
+
"name": "HeroBannerHeaderBlockPlacement",
|
|
15873
|
+
"description": "Available HeroBanner header text block placement options.\n\nDefines the vertical placement of the header text block within the banner header area.",
|
|
15874
|
+
"_ui5privacy": "public",
|
|
15875
|
+
"_ui5since": "2.23.0",
|
|
15876
|
+
"members": [
|
|
15877
|
+
{
|
|
15878
|
+
"kind": "field",
|
|
15879
|
+
"static": true,
|
|
15880
|
+
"privacy": "public",
|
|
15881
|
+
"description": "Places the header text block at the bottom of the header area.",
|
|
15882
|
+
"default": "Bottom",
|
|
15883
|
+
"name": "Bottom",
|
|
15884
|
+
"readonly": true
|
|
15885
|
+
},
|
|
15886
|
+
{
|
|
15887
|
+
"kind": "field",
|
|
15888
|
+
"static": true,
|
|
15889
|
+
"privacy": "public",
|
|
15890
|
+
"description": "Places the header text block at the top of the header area.",
|
|
15891
|
+
"default": "Top",
|
|
15892
|
+
"name": "Top",
|
|
15893
|
+
"readonly": true
|
|
15894
|
+
}
|
|
15895
|
+
]
|
|
15896
|
+
}
|
|
15897
|
+
],
|
|
15898
|
+
"exports": [
|
|
15899
|
+
{
|
|
15900
|
+
"kind": "js",
|
|
15901
|
+
"name": "default",
|
|
15902
|
+
"declaration": {
|
|
15903
|
+
"name": "HeroBannerHeaderBlockPlacement",
|
|
15904
|
+
"module": "dist/types/HeroBannerHeaderBlockPlacement.js"
|
|
15905
|
+
}
|
|
15906
|
+
}
|
|
15907
|
+
]
|
|
15908
|
+
},
|
|
15664
15909
|
{
|
|
15665
15910
|
"kind": "javascript-module",
|
|
15666
15911
|
"path": "dist/types/IllustrationMessageDesign.js",
|