@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
|
@@ -1208,6 +1208,198 @@
|
|
|
1208
1208
|
}
|
|
1209
1209
|
]
|
|
1210
1210
|
},
|
|
1211
|
+
{
|
|
1212
|
+
"kind": "javascript-module",
|
|
1213
|
+
"path": "dist/HeroBanner.js",
|
|
1214
|
+
"declarations": [
|
|
1215
|
+
{
|
|
1216
|
+
"kind": "class",
|
|
1217
|
+
"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\";`",
|
|
1218
|
+
"name": "HeroBanner",
|
|
1219
|
+
"cssParts": [
|
|
1220
|
+
{
|
|
1221
|
+
"description": "Used to style the banner canvas container",
|
|
1222
|
+
"name": "canvas"
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"description": "Used to style the content area of the banner",
|
|
1226
|
+
"name": "content"
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"description": "Used to style the end content block",
|
|
1230
|
+
"name": "endContent"
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"description": "Used to style the header area (salutation, date, header actions)",
|
|
1234
|
+
"name": "header"
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"description": "Used to style the start (default) content block",
|
|
1238
|
+
"name": "startContent"
|
|
1239
|
+
}
|
|
1240
|
+
],
|
|
1241
|
+
"slots": [
|
|
1242
|
+
{
|
|
1243
|
+
"name": "actions",
|
|
1244
|
+
"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."
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"name": "default",
|
|
1248
|
+
"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."
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"name": "endContent",
|
|
1252
|
+
"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."
|
|
1253
|
+
}
|
|
1254
|
+
],
|
|
1255
|
+
"members": [
|
|
1256
|
+
{
|
|
1257
|
+
"kind": "field",
|
|
1258
|
+
"name": "actionsPlacement",
|
|
1259
|
+
"type": {
|
|
1260
|
+
"text": "HeroBannerActionsPlacement",
|
|
1261
|
+
"references": [
|
|
1262
|
+
{
|
|
1263
|
+
"name": "HeroBannerActionsPlacement",
|
|
1264
|
+
"package": "@ui5/webcomponents-fiori",
|
|
1265
|
+
"module": "dist/types/HeroBannerActionsPlacement.js"
|
|
1266
|
+
}
|
|
1267
|
+
]
|
|
1268
|
+
},
|
|
1269
|
+
"default": "\"TopEnd\"",
|
|
1270
|
+
"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.",
|
|
1271
|
+
"privacy": "public"
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"kind": "field",
|
|
1275
|
+
"name": "columnsRatio",
|
|
1276
|
+
"type": {
|
|
1277
|
+
"text": "HeroBannerColumnsRatio",
|
|
1278
|
+
"references": [
|
|
1279
|
+
{
|
|
1280
|
+
"name": "HeroBannerColumnsRatio",
|
|
1281
|
+
"package": "@ui5/webcomponents-fiori",
|
|
1282
|
+
"module": "dist/types/HeroBannerColumnsRatio.js"
|
|
1283
|
+
}
|
|
1284
|
+
]
|
|
1285
|
+
},
|
|
1286
|
+
"default": "\"FirstWider\"",
|
|
1287
|
+
"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.",
|
|
1288
|
+
"privacy": "public"
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"kind": "field",
|
|
1292
|
+
"name": "headerBlockPlacement",
|
|
1293
|
+
"type": {
|
|
1294
|
+
"text": "HeroBannerHeaderBlockPlacement",
|
|
1295
|
+
"references": [
|
|
1296
|
+
{
|
|
1297
|
+
"name": "HeroBannerHeaderBlockPlacement",
|
|
1298
|
+
"package": "@ui5/webcomponents-fiori",
|
|
1299
|
+
"module": "dist/types/HeroBannerHeaderBlockPlacement.js"
|
|
1300
|
+
}
|
|
1301
|
+
]
|
|
1302
|
+
},
|
|
1303
|
+
"default": "\"Top\"",
|
|
1304
|
+
"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.",
|
|
1305
|
+
"privacy": "public"
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"kind": "field",
|
|
1309
|
+
"name": "headerText",
|
|
1310
|
+
"type": {
|
|
1311
|
+
"text": "string | undefined"
|
|
1312
|
+
},
|
|
1313
|
+
"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\".",
|
|
1314
|
+
"default": "undefined",
|
|
1315
|
+
"privacy": "public"
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
"kind": "field",
|
|
1319
|
+
"name": "overlineText",
|
|
1320
|
+
"type": {
|
|
1321
|
+
"text": "string | undefined"
|
|
1322
|
+
},
|
|
1323
|
+
"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.",
|
|
1324
|
+
"default": "undefined",
|
|
1325
|
+
"privacy": "public"
|
|
1326
|
+
}
|
|
1327
|
+
],
|
|
1328
|
+
"attributes": [
|
|
1329
|
+
{
|
|
1330
|
+
"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.",
|
|
1331
|
+
"name": "actions-placement",
|
|
1332
|
+
"default": "\"TopEnd\"",
|
|
1333
|
+
"fieldName": "actionsPlacement",
|
|
1334
|
+
"type": {
|
|
1335
|
+
"text": "\"TopEnd\" | \"BottomStart\""
|
|
1336
|
+
}
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"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.",
|
|
1340
|
+
"name": "columns-ratio",
|
|
1341
|
+
"default": "\"FirstWider\"",
|
|
1342
|
+
"fieldName": "columnsRatio",
|
|
1343
|
+
"type": {
|
|
1344
|
+
"text": "\"Equal\" | \"FirstWider\""
|
|
1345
|
+
}
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"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.",
|
|
1349
|
+
"name": "header-block-placement",
|
|
1350
|
+
"default": "\"Top\"",
|
|
1351
|
+
"fieldName": "headerBlockPlacement",
|
|
1352
|
+
"type": {
|
|
1353
|
+
"text": "\"Top\" | \"Bottom\""
|
|
1354
|
+
}
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"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\".",
|
|
1358
|
+
"name": "header-text",
|
|
1359
|
+
"default": "undefined",
|
|
1360
|
+
"fieldName": "headerText",
|
|
1361
|
+
"type": {
|
|
1362
|
+
"text": "string | undefined"
|
|
1363
|
+
}
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"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.",
|
|
1367
|
+
"name": "overline-text",
|
|
1368
|
+
"default": "undefined",
|
|
1369
|
+
"fieldName": "overlineText",
|
|
1370
|
+
"type": {
|
|
1371
|
+
"text": "string | undefined"
|
|
1372
|
+
}
|
|
1373
|
+
}
|
|
1374
|
+
],
|
|
1375
|
+
"superclass": {
|
|
1376
|
+
"name": "UI5Element",
|
|
1377
|
+
"package": "@ui5/webcomponents-base",
|
|
1378
|
+
"module": "dist/UI5Element.js"
|
|
1379
|
+
},
|
|
1380
|
+
"tagName": "ui5-hero-banner",
|
|
1381
|
+
"customElement": true
|
|
1382
|
+
}
|
|
1383
|
+
],
|
|
1384
|
+
"exports": [
|
|
1385
|
+
{
|
|
1386
|
+
"kind": "js",
|
|
1387
|
+
"name": "default",
|
|
1388
|
+
"declaration": {
|
|
1389
|
+
"name": "HeroBanner",
|
|
1390
|
+
"module": "dist/HeroBanner.js"
|
|
1391
|
+
}
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"kind": "custom-element-definition",
|
|
1395
|
+
"name": "ui5-hero-banner",
|
|
1396
|
+
"declaration": {
|
|
1397
|
+
"name": "HeroBanner",
|
|
1398
|
+
"module": "dist/HeroBanner.js"
|
|
1399
|
+
}
|
|
1400
|
+
}
|
|
1401
|
+
]
|
|
1402
|
+
},
|
|
1211
1403
|
{
|
|
1212
1404
|
"kind": "javascript-module",
|
|
1213
1405
|
"path": "dist/IllustratedMessage.js",
|
|
@@ -2097,7 +2289,14 @@
|
|
|
2097
2289
|
"kind": "field",
|
|
2098
2290
|
"name": "accessibleRole",
|
|
2099
2291
|
"type": {
|
|
2100
|
-
"text": "
|
|
2292
|
+
"text": "ListItemAccessibleRole | undefined",
|
|
2293
|
+
"references": [
|
|
2294
|
+
{
|
|
2295
|
+
"name": "ListItemAccessibleRole",
|
|
2296
|
+
"package": "@ui5/webcomponents",
|
|
2297
|
+
"module": "dist/types/ListItemAccessibleRole.js"
|
|
2298
|
+
}
|
|
2299
|
+
]
|
|
2101
2300
|
},
|
|
2102
2301
|
"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.",
|
|
2103
2302
|
"default": "undefined",
|
|
@@ -8980,7 +9179,14 @@
|
|
|
8980
9179
|
"kind": "field",
|
|
8981
9180
|
"name": "accessibleRole",
|
|
8982
9181
|
"type": {
|
|
8983
|
-
"text": "
|
|
9182
|
+
"text": "ListItemAccessibleRole | undefined",
|
|
9183
|
+
"references": [
|
|
9184
|
+
{
|
|
9185
|
+
"name": "ListItemAccessibleRole",
|
|
9186
|
+
"package": "@ui5/webcomponents",
|
|
9187
|
+
"module": "dist/types/ListItemAccessibleRole.js"
|
|
9188
|
+
}
|
|
9189
|
+
]
|
|
8984
9190
|
},
|
|
8985
9191
|
"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.",
|
|
8986
9192
|
"default": "undefined",
|
|
@@ -9798,7 +10004,14 @@
|
|
|
9798
10004
|
"kind": "field",
|
|
9799
10005
|
"name": "accessibleRole",
|
|
9800
10006
|
"type": {
|
|
9801
|
-
"text": "
|
|
10007
|
+
"text": "ListItemAccessibleRole | undefined",
|
|
10008
|
+
"references": [
|
|
10009
|
+
{
|
|
10010
|
+
"name": "ListItemAccessibleRole",
|
|
10011
|
+
"package": "@ui5/webcomponents",
|
|
10012
|
+
"module": "dist/types/ListItemAccessibleRole.js"
|
|
10013
|
+
}
|
|
10014
|
+
]
|
|
9802
10015
|
},
|
|
9803
10016
|
"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.",
|
|
9804
10017
|
"default": "undefined",
|
|
@@ -10756,7 +10969,14 @@
|
|
|
10756
10969
|
"kind": "field",
|
|
10757
10970
|
"name": "accessibleRole",
|
|
10758
10971
|
"type": {
|
|
10759
|
-
"text": "
|
|
10972
|
+
"text": "ListItemAccessibleRole | undefined",
|
|
10973
|
+
"references": [
|
|
10974
|
+
{
|
|
10975
|
+
"name": "ListItemAccessibleRole",
|
|
10976
|
+
"package": "@ui5/webcomponents",
|
|
10977
|
+
"module": "dist/types/ListItemAccessibleRole.js"
|
|
10978
|
+
}
|
|
10979
|
+
]
|
|
10760
10980
|
},
|
|
10761
10981
|
"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.",
|
|
10762
10982
|
"default": "undefined",
|
|
@@ -12302,6 +12522,51 @@
|
|
|
12302
12522
|
}
|
|
12303
12523
|
]
|
|
12304
12524
|
},
|
|
12525
|
+
{
|
|
12526
|
+
"kind": "javascript-module",
|
|
12527
|
+
"path": "dist/types/HeroBannerActionsPlacement.js",
|
|
12528
|
+
"declarations": [],
|
|
12529
|
+
"exports": [
|
|
12530
|
+
{
|
|
12531
|
+
"kind": "js",
|
|
12532
|
+
"name": "default",
|
|
12533
|
+
"declaration": {
|
|
12534
|
+
"name": "HeroBannerActionsPlacement",
|
|
12535
|
+
"module": "dist/types/HeroBannerActionsPlacement.js"
|
|
12536
|
+
}
|
|
12537
|
+
}
|
|
12538
|
+
]
|
|
12539
|
+
},
|
|
12540
|
+
{
|
|
12541
|
+
"kind": "javascript-module",
|
|
12542
|
+
"path": "dist/types/HeroBannerColumnsRatio.js",
|
|
12543
|
+
"declarations": [],
|
|
12544
|
+
"exports": [
|
|
12545
|
+
{
|
|
12546
|
+
"kind": "js",
|
|
12547
|
+
"name": "default",
|
|
12548
|
+
"declaration": {
|
|
12549
|
+
"name": "HeroBannerColumnsRatio",
|
|
12550
|
+
"module": "dist/types/HeroBannerColumnsRatio.js"
|
|
12551
|
+
}
|
|
12552
|
+
}
|
|
12553
|
+
]
|
|
12554
|
+
},
|
|
12555
|
+
{
|
|
12556
|
+
"kind": "javascript-module",
|
|
12557
|
+
"path": "dist/types/HeroBannerHeaderBlockPlacement.js",
|
|
12558
|
+
"declarations": [],
|
|
12559
|
+
"exports": [
|
|
12560
|
+
{
|
|
12561
|
+
"kind": "js",
|
|
12562
|
+
"name": "default",
|
|
12563
|
+
"declaration": {
|
|
12564
|
+
"name": "HeroBannerHeaderBlockPlacement",
|
|
12565
|
+
"module": "dist/types/HeroBannerHeaderBlockPlacement.js"
|
|
12566
|
+
}
|
|
12567
|
+
}
|
|
12568
|
+
]
|
|
12569
|
+
},
|
|
12305
12570
|
{
|
|
12306
12571
|
"kind": "javascript-module",
|
|
12307
12572
|
"path": "dist/types/IllustrationMessageDesign.js",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Откажи","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Се вчитува","DYNAMIC_PAGE_ARIA_LABEL_EXPANDED_HEADER":"Заглавие проширено","DYNAMIC_PAGE_ARIA_LABEL_SNAPPED_HEADER":"Заглавие со пресек","DYNAMIC_PAGE_ARIA_LABEL_EXPAND_HEADER":"Прошири го заглавието","DYNAMIC_PAGE_ARIA_LABEL_SNAP_HEADER":"Скриј го заглавието","DYNAMIC_PAGE_ARIA_LABEL_PIN_HEADER":"Фиксирај го заглавието","DYNAMIC_PAGE_ARIA_LABEL_UNPIN_HEADER":"Поништи го фиксирањето на заглавието","DYNAMIC_PAGE_ARIA_DESCR_TOGGLE_HEADER":"Вклучи го/исклучи го заглавието","FCL_START_COLUMN_TXT":"Прва колона","FCL_MIDDLE_COLUMN_TXT":"Средна колона","FCL_END_COLUMN_TXT":"Последна колона","FCL_START_SEPARATOR_TOOLTIP":"Промена на големината помеѓу почетната и средната колона","FCL_END_SEPARATOR_TOOLTIP":"Промена на големината помеѓу средната и последната колона","NAVIGATION_MENU_POPOVER_HIDDEN_TEXT":"Дополнителни ставки за навигација","NAVIGATION_MENU_SELECTABLE_ITEM_HIDDEN_TEXT":"Оваа ставка на менито отвора подмени и исто така поврзува страница. За да одите на страницата, притиснете Enter или копчето со стрелка надесно за да го отворите подменито, а потоа изберете ја првата ставка во подменито.","NOTIFICATION_LIST_ACCESSIBLE_NAME":"Известувања","NOTIFICATION_LIST_ITEM_SHOW_MORE":"Повеќе","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Помалку","NOTIFICATION_LIST_ITEM_MENU_BTN_TITLE":"Дејства","NOTIFICATION_LIST_ITEM_MORE_LINK_LABEL_FULL":"Копче „Повеќе“. Се покажуваат целосните текстови","NOTIFICATION_LIST_ITEM_MORE_LINK_LABEL_TRUNCATE":"Копче „Помалку“. Се покажуваат скратените текстови","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Затвори","NOTIFICATION_LIST_ITEM_LOADING":"Се вчитува","NOTIFICATION_LIST_ITEM_READ":"Читај","NOTIFICATION_LIST_ITEM_UNREAD":"Непрочитано","NOTIFICATION_LIST_ITEM_INFORMATION_STATUS_TXT":"Информации за статусот","NOTIFICATION_LIST_ITEM_POSITIVE_STATUS_TXT":"Статус: Позитивно","NOTIFICATION_LIST_ITEM_NEGATIVE_STATUS_TXT":"Статус: Негативно","NOTIFICATION_LIST_ITEM_CRITICAL_STATUS_TXT":"Статус: Критично","NOTIFICATION_LIST_ITEM_IMPORTANT_TXT":"Важно","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Група известувања","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Бројач","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_ICON_COLLAPSE_TITLE":"Прошири/скриј","NOTIFICATION_LIST_GROUP_COLLAPSED":"Скриено","NOTIFICATION_LIST_GROUP_EXPANDED":"Проширено","TIMELINE_ARIA_LABEL":"Временска линија","TIMELINE_LOAD_MORE_BUTTON_TEXT":"Вчитај повеќе","TIMELINE_ITEM_INFORMATION_STATE_TEXT":"Информации за состојбата","TIMELINE_ITEM_POSITIVE_STATE_TEXT":"Позитивна состојба","TIMELINE_ITEM_NEGATIVE_STATE_TEXT":"Негативна состојба","TIMELINE_ITEM_CRITICAL_STATE_TEXT":"Критична состојба","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Откажи","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Преименувај","UPLOADCOLLECTIONITEM_ERROR_STATE":"Прекинато","UPLOADCOLLECTIONITEM_READY_STATE":"На чекањe","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Се поставува","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Прекини","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Обиди се повторно","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Уреди","UPLOADCOLLECTION_NO_DATA_TEXT":"Не е најдена ниту една датотека","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Спуштете ги датотеките за да ги поставите или кликнете на копчето Постави.","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Постави ја колекцијата","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Повлечи ги датотеките тука.","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Спуштете ги датотеките за да ги поставите.","SHELLBAR_LABEL":"Лента од процесорот на наредби","SHELLBAR_LOGO":"Лого","SHELLBAR_LOGO_AREA":"{0} {1}","SHELLBAR_ADDITIONAL_CONTEXT":"Дополнителни информации","SHELLBAR_SEARCHFIELD_DESCRIPTION":"Резултатите од пребарувањето ќе се покажат во главната област","SHELLBAR_NOTIFICATIONS":"{0} Известувања","SHELLBAR_NOTIFICATIONS_NO_COUNT":"Известувања","SHELLBAR_PROFILE":"Корисничко мени","SHELLBAR_PRODUCTS":"Производи","SHELLBAR_PRODUCT_SWITCH_BTN":"Бирач на производи","PRODUCT_SWITCH_CONTAINER_LABEL":"Производи","SHELLBAR_SEARCH":"Пребарај","SHELLBAR_SEARCH_FIELD":"Поле за пребарување","SHELLBAR_IMAGE_BTN":"Корисничко мени","SHELLBAR_SEARCH_BTN_OPEN":"Отвори го пребарувањето","SEARCH_ITEM_DELETE_BUTTON_TOOLTIP":"Отстрани го предлогот","SHELLBAR_OVERFLOW":"Повеќе","SHELLBAR_ASSISTANT":"Помошник","SHELLBAR_CANCEL":"Откажи","WIZARD_NAV_ARIA_LABEL":"Лента за информации за напредокот на волшебникот","WIZARD_CANCEL_BUTTON":"Откажи","WIZARD_LIST_ARIA_LABEL":"Чекори на волшебникот","WIZARD_LIST_ARIA_DESCRIBEDBY":"За активирање, притиснете го копчето за празно место или Enter","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Чекори","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"Изборно","WIZARD_STEP_ACTIVE":"Активно","WIZARD_STEP_INACTIVE":"Неактивно","WIZARD_STEP_ARIA_LABEL":"Чекор {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Волшебник","WIZARD_NAV_STEP_DEFAULT_HEADING":"Чекор","VSD_DIALOG_TITLE_SORT":"Прикажи ги поставките","VSD_SUBMIT_BUTTON":"Во ред","VSD_CANCEL_BUTTON":"Откажи","VSD_RESET_BUTTON":"Ресетирај","VSD_RESET_BUTTON_ACTION":"Ресетирањето ги врати сите поставки во првобитната состојба","VSD_SORT_TOOLTIP":"Подреди","VSD_FILTER_TOOLTIP":"Филтрирај","VSD_GROUP_TOOLTIP":"Група","VSD_SORT_ORDER":"Редослед на подредување","VSD_GROUP_ORDER":"Редослед на групата","VSD_FILTER_BY":"Филтрирај според","VSD_SORT_BY":"Подреди според","VSD_GROUP_BY":"Групирај според","VSD_ORDER_ASCENDING":"Растечко","VSD_ORDER_DESCENDING":"Опаѓачко","VSD_FILTER_ITEM_LABEL_TEXT":"{0} Бројач {1}","IM_SUBTITLE_ACHIEVEMENT":"Честитки на неверојатниот учинок и посветеноста!","IM_TITLE_ACHIEVEMENT":"Одлично!","IM_SUBTITLE_USERHASSIGNEDUP":"Ја поставивте сметката. Дали сакате брза тура?","IM_TITLE_USERHASSIGNEDUP":"Успешно","IM_TITLE_BEFORESEARCH":"Ајде да постигнеме резултати","IM_SUBTITLE_BEFORESEARCH":"Започнете со наведување на критериумите за пребарување.","IM_TITLE_NOACTIVITIES":"Сè уште немате додадено активности","IM_SUBTITLE_NOACTIVITIES":"Дали би сакале да додадете некоја активност сега?","IM_TITLE_NOCOLUMNSSET":"Додајте колони за да ја видите содржината","IM_SUBTITLE_NOCOLUMNSSET":"Изберете ги потребните колони во поставките на табелата.","IM_TITLE_NODATA":"Сè уште нема податоци.","IM_SUBTITLE_NODATA":"Кога ќе има, ќе ги видите овде.","IM_TITLE_NOMAIL":"Нема пошта","IM_SUBTITLE_NOMAIL":"Провери повторно подоцна.","IM_TITLE_NOENTRIES":"Сè уште нема внесови","IM_SUBTITLE_NOENTRIES":"Кога ќе има, ќе ги видите овде.","IM_TITLE_NONOTIFICATIONS":"Немате известувања","IM_SUBTITLE_NONOTIFICATIONS":"Провери повторно подоцна.","IM_TITLE_NOSAVEDITEMS":"Немате прикачувачи","IM_SUBTITLE_NOSAVEDITEMS":"Дали би сакале да додадете некоја сега?","IM_TITLE_NOSEARCHRESULTS":"Не можеме да го најдеме ова.","IM_SUBTITLE_NOSEARCHRESULTS":"Обидете се да го приспособите пребарувањето.","IM_TITLE_NOTASKS":"Немате задачи","IM_SUBTITLE_NOTASKS":"Кога ќе има, ќе ги видите овде.","IM_TITLE_UNABLETOLOAD":"Не може да се вчитаат податоците","IM_SUBTITLE_UNABLETOLOAD":"Проверете ја интернет-врската. Во спротивно, обидете се со превчитување. Ако ова сепак не помогне, контактирајте со администраторот.","IM_TITLE_UNABLETOLOADIMAGE":"Не може да се вчита слика","IM_SUBTITLE_UNABLETOLOADIMAGE":"Не можеме да ја пронајдеме сликата на специфицираната локација или серверот не одговара.","IM_TITLE_UNABLETOUPLOAD":"Не може да се вчитаат податоците","IM_SUBTITLE_UNABLETOUPLOAD":"Проверете ја интернет-врската. Ако не помогне, проверете ги форматот и големината на датотеката. Во спротивно, контактирајте со администраторот.","IM_TITLE_UPLOADTOCLOUD":"Мигрирај во SAP Integration Suite","IM_SUBTITLE_UPLOADTOCLOUD":"Префрлете ја вашата содржина за интеграција од постојната претплата за интеграција на процесот во можност за интеграција на облак.","IM_TITLE_ADDCOLUMN":"Изгледа дека има слободен простор","IM_SUBTITLE_ADDCOLUMN":"Може да додадете повеќе колони во поставките на табелата.","IM_TITLE_ADDPEOPLE":"Сè уште немате додадено никого во календарот.","IM_SUBTITLE_ADDPEOPLE":"Дали сакате да додадете некој нов?","IM_TITLE_BALLOONSKY":"Ценети сте!","IM_SUBTITLE_BALLOONSKY":"Продолжете со одличната работа!","IM_TITLE_EMPTYPLANNINGCALENDAR":"Сè уште нема ништо планирано","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"Нема активности во оваа временска рамка.","IM_TITLE_FILTERTABLE":"Опциите за филтрирање се достапни","IM_SUBTITLE_FILTERTABLE":"Филтрите помагаат да се фокусирате на тоа што ви е најважно.","IM_TITLE_GROUPTABLE":"Обидете се да ги групирате ставките за подобар преглед","IM_SUBTITLE_GROUPTABLE":"Може да изберете да групирате категории во поставките за група.","IM_TITLE_NEWMAIL":"Нова е-пошта","IM_SUBTITLE_NEWMAIL":"Имате нова е-пошта во влезното сандаче.","IM_TITLE_NOFILTERRESULTS":"Не се пронајдени резултати","IM_SUBTITLE_NOFILTERRESULTS":"Обидете се да ги приспособите критериумите за филтрирање.","IM_TITLE_PAGENOTFOUND":"За жал, не можеме да ја пронајдеме оваа страница","IM_SUBTITLE_PAGENOTFOUND":"Проверете ја URL-адресата што ја користите да ја повикате апликацијата.","IM_TITLE_RESIZECOLUMN":"Изберете ја ширината на вашата колона","IM_SUBTITLE_RESIZECOLUMN":"Може да ја промените големината на колоните со влечење на границите на колоната.","IM_TITLE_SIGNOUT":"Одјавени сте","IM_SUBTITLE_SIGNOUT":"Сега може да го затворите прозорецов.","IM_TITLE_SORTCOLUMN":"Не ги гледате прво најважните ставки?","IM_SUBTITLE_SORTCOLUMN":"Изберете ги критериумите во поставките за подредување.","IM_TITLE_SUCCESSSCREEN":"Одлично завршена работа!","IM_SUBTITLE_SUCCESSSCREEN":"Ги завршивте задолженијата за учење.","IM_TITLE_UPLOADCOLLECTION":"Спушти ги датотеките овде","IM_SUBTITLE_UPLOADCOLLECTION":"Исто така, може да поставите неколку датотеки одеднаш.","IM_TITLE_ADDDIMENSIONS":"Некои димензии недостигаат","IM_SUBTITLE_ADDDIMENSIONS":"Додајте повеќе димензии за да го пополните дијаграмот.","IM_TITLE_NODIMENSIONSSET":"Нема податоци за дијаграмот","IM_SUBTITLE_NODIMENSIONSSET":"Обидете се да ги приспособите поставките на дијаграмот.","IM_TITLE_SURVEY":"Вашето мислење ни е важно","IM_SUBTITLE_SURVEY":"Ние сакаме да го слушнеме вашето мислење за софтверот на SAP. Споделете го впечатокот со пополнување на нашата кратка анкета.","DSC_MAIN_ARIA_LABEL":"Главна содржина","DSC_SIDE_ARIA_LABEL":"Споредна содржина","SEARCH_FIELD_SCOPE_SELECT_LABEL":"Изберете опсег","SEARCH_FIELD_LABEL":"Поле за пребарување","SEARCH_FIELD_CLEAR_ICON":"Исчисти го пребарувањето","SEARCH_FIELD_SEARCH_ICON":"Пребарај","SEARCH_ITEM_SHOW_MORE_NO_COUNT":"Покажи повеќе","SEARCH_ITEM_SHOW_MORE_COUNT":"Покажи повеќе ({0})","SHELLBAR_SEARCH_COLLAPSED":"Отвори го пребарувањето","SHELLBAR_SEARCH_EXPANDED":"Скриј го пребарувањето","SEARCH_CANCEL_BUTTON":"Откажи","SEARCH_SUGGESTIONS":"Предлози","SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT":"Навигација","SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC":"Лента на менито на списокот за навигација","SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC":"Ставка на менито на списокот за навигација","SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC":"Дрво на списокот за навигација","SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC":"Ставка на дрвото на списокот за навигација","SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME":"Повеќе ставки","SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL":"Ги прикажува дополнителните ставки за навигација што се скриени поради ограничен простор на екранот.","SIDE_NAVIGATION_PARENT_ITEM_SELECTABLE_DESCRIPTION":"За да појдете до ставката за навигацијата {0}, притиснете го копчето за празно место или Enter.","SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL":"Мени на примарна навигација","SIDE_NAVIGATION_FIXED_LIST_LABEL":"Подножје на Мени за навигација","SIDE_NAVIGATION_ICON_COLLAPSE":"Скриј","SIDE_NAVIGATION_ICON_EXPAND":"Прошири","USER_MENU_OTHER_ACCOUNT_BUTTON_TXT":"Сметки","USER_MENU_CLOSE_BUTTON_TXT":"Затвори","USER_MENU_MANAGE_ACCOUNT_BUTTON_TXT":"Управувај со сметката","USER_MENU_SIGN_OUT_BUTTON_TXT":"Одјави се","USER_MENU_EDIT_AVATAR_TXT":"Уреди ја профилната слика","USER_MENU_EDIT_ACCOUNTS_TXT":"Уреди ја сметката","USER_MENU_POPOVER_ACCESSIBLE_NAME":"Корисничко мени за","USER_MENU_CLOSE_DIALOG_BUTTON":"Одбиј","USER_MENU_POPOVER_ACCESSIBLE_ACCOUNT_SELECTED_TXT":"Избрано","USER_MENU_CURRENT_INFORMATION_TXT":"Информации за тековниот корисник","USER_MENU_ACTIONS_TXT":"Дејства","USER_SETTINGS_DIALOG_ACCESSIBLE_NAME":"Кориснички поставки","USER_SETTINGS_LIST_ARIA_ROLE_DESC":"Ставка на кориснички поставки","USER_SETTINGS_DIALOG_CLOSE_BUTTON_TEXT":"Затвори","USER_SETTINGS_DIALOG_NO_SEARCH_RESULTS_TEXT":"Нема резултати од пребарувањето","USER_SETTINGS_ACCOUNT_EDIT_AVATAR_TXT":"Уреди го aватарот","USER_SETTINGS_ACCOUNT_MANAGE_ACCOUNT_BUTTON_TXT":"Управувај со сметката"}
|
|
1
|
+
{"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Откажи","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Се вчитува","DYNAMIC_PAGE_ARIA_LABEL_EXPANDED_HEADER":"Заглавие проширено","DYNAMIC_PAGE_ARIA_LABEL_SNAPPED_HEADER":"Заглавие со пресек","DYNAMIC_PAGE_ARIA_LABEL_EXPAND_HEADER":"Прошири го заглавието","DYNAMIC_PAGE_ARIA_LABEL_SNAP_HEADER":"Скриј го заглавието","DYNAMIC_PAGE_ARIA_LABEL_PIN_HEADER":"Закачи го заглавието","DYNAMIC_PAGE_ARIA_LABEL_UNPIN_HEADER":"Поништи го фиксирањето на заглавието","DYNAMIC_PAGE_ARIA_DESCR_TOGGLE_HEADER":"Вклучи го/исклучи го заглавието","FCL_START_COLUMN_TXT":"Прва колона","FCL_MIDDLE_COLUMN_TXT":"Средна колона","FCL_END_COLUMN_TXT":"Последна колона","FCL_START_SEPARATOR_TOOLTIP":"Промена на големината помеѓу почетната и средната колона","FCL_END_SEPARATOR_TOOLTIP":"Промена на големината помеѓу средната и последната колона","NAVIGATION_MENU_POPOVER_HIDDEN_TEXT":"Дополнителни ставки за навигација","NAVIGATION_MENU_SELECTABLE_ITEM_HIDDEN_TEXT":"Оваа ставка на менито отвора подмени и исто така поврзува страница. За да одите на страницата, притиснете Enter или копчето со стрелка надесно за да го отворите подменито, а потоа изберете ја првата ставка во подменито.","NOTIFICATION_LIST_ACCESSIBLE_NAME":"Известувања","NOTIFICATION_LIST_ITEM_SHOW_MORE":"Повеќе","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Помалку","NOTIFICATION_LIST_ITEM_MENU_BTN_TITLE":"Дејства","NOTIFICATION_LIST_ITEM_MORE_LINK_LABEL_FULL":"Копче „Повеќе“. Се покажуваат целосните текстови","NOTIFICATION_LIST_ITEM_MORE_LINK_LABEL_TRUNCATE":"Копче „Помалку“. Се покажуваат скратените текстови","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Затвори","NOTIFICATION_LIST_ITEM_LOADING":"Се вчитува","NOTIFICATION_LIST_ITEM_READ":"Читај","NOTIFICATION_LIST_ITEM_UNREAD":"Непрочитано","NOTIFICATION_LIST_ITEM_INFORMATION_STATUS_TXT":"Информации за статусот","NOTIFICATION_LIST_ITEM_POSITIVE_STATUS_TXT":"Статус: Позитивно","NOTIFICATION_LIST_ITEM_NEGATIVE_STATUS_TXT":"Статус: Негативно","NOTIFICATION_LIST_ITEM_CRITICAL_STATUS_TXT":"Статус: Критично","NOTIFICATION_LIST_ITEM_IMPORTANT_TXT":"Важно","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Група известувања","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Бројач","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_ICON_COLLAPSE_TITLE":"Прошири/скриј","NOTIFICATION_LIST_GROUP_COLLAPSED":"Скриено","NOTIFICATION_LIST_GROUP_EXPANDED":"Проширено","TIMELINE_ARIA_LABEL":"Временска линија","TIMELINE_LOAD_MORE_BUTTON_TEXT":"Вчитај повеќе","TIMELINE_ITEM_INFORMATION_STATE_TEXT":"Информации за состојбата","TIMELINE_ITEM_POSITIVE_STATE_TEXT":"Позитивна состојба","TIMELINE_ITEM_NEGATIVE_STATE_TEXT":"Негативна состојба","TIMELINE_ITEM_CRITICAL_STATE_TEXT":"Критична состојба","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Откажи","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Преименувај","UPLOADCOLLECTIONITEM_ERROR_STATE":"Прекинато","UPLOADCOLLECTIONITEM_READY_STATE":"На чекањe","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Се поставува","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Прекини","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Обиди се повторно","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Уреди","UPLOADCOLLECTION_NO_DATA_TEXT":"Не е најдена ниту една датотека","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Спуштете ги датотеките за да ги поставите или кликнете на копчето Постави.","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Постави ја колекцијата","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Повлечи ги датотеките тука.","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Спуштете ги датотеките за да ги поставите.","SHELLBAR_LABEL":"Лента од процесорот на наредби","SHELLBAR_LOGO":"Лого","SHELLBAR_LOGO_AREA":"{0} {1}","SHELLBAR_ADDITIONAL_CONTEXT":"Дополнителни информации","SHELLBAR_SEARCHFIELD_DESCRIPTION":"Резултатите од пребарувањето ќе се покажат во главната област","SHELLBAR_NOTIFICATIONS":"{0} Известувања","SHELLBAR_NOTIFICATIONS_NO_COUNT":"Известувања","SHELLBAR_PROFILE":"Корисничко мени","SHELLBAR_PRODUCTS":"Производи","SHELLBAR_PRODUCT_SWITCH_BTN":"Бирач на производи","PRODUCT_SWITCH_CONTAINER_LABEL":"Производи","SHELLBAR_SEARCH":"Пребарај","SHELLBAR_SEARCH_FIELD":"Поле за пребарување","SHELLBAR_IMAGE_BTN":"Корисничко мени","SHELLBAR_SEARCH_BTN_OPEN":"Отвори го пребарувањето","SEARCH_ITEM_DELETE_BUTTON_TOOLTIP":"Отстрани го предлогот","SHELLBAR_OVERFLOW":"Повеќе","SHELLBAR_ASSISTANT":"Помошник","SHELLBAR_CANCEL":"Откажи","WIZARD_NAV_ARIA_LABEL":"Лента за информации за напредокот на волшебникот","WIZARD_CANCEL_BUTTON":"Откажи","WIZARD_LIST_ARIA_LABEL":"Чекори на волшебникот","WIZARD_LIST_ARIA_DESCRIBEDBY":"За активирање, притиснете го копчето за празно место или Enter","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Чекори","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"Изборно","WIZARD_STEP_ACTIVE":"Активно","WIZARD_STEP_INACTIVE":"Неактивно","WIZARD_STEP_ARIA_LABEL":"Чекор {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Волшебник","WIZARD_NAV_STEP_DEFAULT_HEADING":"Чекор","VSD_DIALOG_TITLE_SORT":"Прикажи ги поставките","VSD_SUBMIT_BUTTON":"Во ред","VSD_CANCEL_BUTTON":"Откажи","VSD_RESET_BUTTON":"Ресетирај","VSD_RESET_BUTTON_ACTION":"Ресетирањето ги врати сите поставки во првобитната состојба","VSD_SORT_TOOLTIP":"Подреди","VSD_FILTER_TOOLTIP":"Филтрирај","VSD_GROUP_TOOLTIP":"Група","VSD_SORT_ORDER":"Редослед на подредување","VSD_GROUP_ORDER":"Редослед на групата","VSD_FILTER_BY":"Филтрирај според","VSD_SORT_BY":"Подреди според","VSD_GROUP_BY":"Групирај според","VSD_ORDER_ASCENDING":"Растечко","VSD_ORDER_DESCENDING":"Опаѓачко","VSD_FILTER_ITEM_LABEL_TEXT":"{0} Бројач {1}","IM_SUBTITLE_ACHIEVEMENT":"Честитки на неверојатниот учинок и посветеноста!","IM_TITLE_ACHIEVEMENT":"Одлично!","IM_SUBTITLE_USERHASSIGNEDUP":"Ја поставивте сметката. Дали сакате брза тура?","IM_TITLE_USERHASSIGNEDUP":"Успешно","IM_TITLE_BEFORESEARCH":"Ајде да постигнеме резултати","IM_SUBTITLE_BEFORESEARCH":"Започнете со наведување на критериумите за пребарување.","IM_TITLE_NOACTIVITIES":"Сè уште немате додадено активности","IM_SUBTITLE_NOACTIVITIES":"Дали би сакале да додадете некоја активност сега?","IM_TITLE_NOCOLUMNSSET":"Додајте колони за да ја видите содржината","IM_SUBTITLE_NOCOLUMNSSET":"Изберете ги потребните колони во поставките на табелата.","IM_TITLE_NODATA":"Сè уште нема податоци.","IM_SUBTITLE_NODATA":"Кога ќе има, ќе ги видите овде.","IM_TITLE_NOMAIL":"Нема пошта","IM_SUBTITLE_NOMAIL":"Провери повторно подоцна.","IM_TITLE_NOENTRIES":"Сè уште нема внесови","IM_SUBTITLE_NOENTRIES":"Кога ќе има, ќе ги видите овде.","IM_TITLE_NONOTIFICATIONS":"Немате известувања","IM_SUBTITLE_NONOTIFICATIONS":"Провери повторно подоцна.","IM_TITLE_NOSAVEDITEMS":"Немате прикачувачи","IM_SUBTITLE_NOSAVEDITEMS":"Дали би сакале да додадете некоја сега?","IM_TITLE_NOSEARCHRESULTS":"Не можеме да го најдеме ова.","IM_SUBTITLE_NOSEARCHRESULTS":"Обидете се да го приспособите пребарувањето.","IM_TITLE_NOTASKS":"Немате задачи","IM_SUBTITLE_NOTASKS":"Кога ќе има, ќе ги видите овде.","IM_TITLE_UNABLETOLOAD":"Не може да се вчитаат податоците","IM_SUBTITLE_UNABLETOLOAD":"Проверете ја интернет-врската. Во спротивно, обидете се со превчитување. Ако ова сепак не помогне, контактирајте со администраторот.","IM_TITLE_UNABLETOLOADIMAGE":"Не може да се вчита слика","IM_SUBTITLE_UNABLETOLOADIMAGE":"Не можеме да ја пронајдеме сликата на специфицираната локација или серверот не одговара.","IM_TITLE_UNABLETOUPLOAD":"Не може да се вчитаат податоците","IM_SUBTITLE_UNABLETOUPLOAD":"Проверете ја интернет-врската. Ако не помогне, проверете ги форматот и големината на датотеката. Во спротивно, контактирајте со администраторот.","IM_TITLE_UPLOADTOCLOUD":"Мигрирај во SAP Integration Suite","IM_SUBTITLE_UPLOADTOCLOUD":"Префрлете ја вашата содржина за интеграција од постојната претплата за интеграција на процесот во можност за интеграција на облак.","IM_TITLE_ADDCOLUMN":"Изгледа дека има слободен простор","IM_SUBTITLE_ADDCOLUMN":"Може да додадете повеќе колони во поставките на табелата.","IM_TITLE_ADDPEOPLE":"Сè уште немате додадено никого во календарот.","IM_SUBTITLE_ADDPEOPLE":"Дали сакате да додадете некој нов?","IM_TITLE_BALLOONSKY":"Ценети сте!","IM_SUBTITLE_BALLOONSKY":"Продолжете со одличната работа!","IM_TITLE_EMPTYPLANNINGCALENDAR":"Сè уште нема ништо планирано","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"Нема активности во оваа временска рамка.","IM_TITLE_FILTERTABLE":"Опциите за филтрирање се достапни","IM_SUBTITLE_FILTERTABLE":"Филтрите помагаат да се фокусирате на тоа што ви е најважно.","IM_TITLE_GROUPTABLE":"Обидете се да ги групирате ставките за подобар преглед","IM_SUBTITLE_GROUPTABLE":"Може да изберете да групирате категории во поставките за група.","IM_TITLE_NEWMAIL":"Нова е-пошта","IM_SUBTITLE_NEWMAIL":"Имате нова е-пошта во влезното сандаче.","IM_TITLE_NOFILTERRESULTS":"Не се пронајдени резултати","IM_SUBTITLE_NOFILTERRESULTS":"Обидете се да ги приспособите критериумите за филтрирање.","IM_TITLE_PAGENOTFOUND":"За жал, не можеме да ја пронајдеме оваа страница","IM_SUBTITLE_PAGENOTFOUND":"Проверете ја URL-адресата што ја користите да ја повикате апликацијата.","IM_TITLE_RESIZECOLUMN":"Изберете ја ширината на вашата колона","IM_SUBTITLE_RESIZECOLUMN":"Може да ја промените големината на колоните со влечење на границите на колоната.","IM_TITLE_SIGNOUT":"Одјавени сте","IM_SUBTITLE_SIGNOUT":"Сега може да го затворите прозорецов.","IM_TITLE_SORTCOLUMN":"Не ги гледате прво најважните ставки?","IM_SUBTITLE_SORTCOLUMN":"Изберете ги критериумите во поставките за подредување.","IM_TITLE_SUCCESSSCREEN":"Одлично завршена работа!","IM_SUBTITLE_SUCCESSSCREEN":"Ги завршивте задолженијата за учење.","IM_TITLE_UPLOADCOLLECTION":"Спушти ги датотеките овде","IM_SUBTITLE_UPLOADCOLLECTION":"Исто така, може да поставите неколку датотеки одеднаш.","IM_TITLE_ADDDIMENSIONS":"Некои димензии недостигаат","IM_SUBTITLE_ADDDIMENSIONS":"Додајте повеќе димензии за да го пополните дијаграмот.","IM_TITLE_NODIMENSIONSSET":"Нема податоци за дијаграмот","IM_SUBTITLE_NODIMENSIONSSET":"Обидете се да ги приспособите поставките на дијаграмот.","IM_TITLE_SURVEY":"Вашето мислење ни е важно","IM_SUBTITLE_SURVEY":"Ние сакаме да го слушнеме вашето мислење за софтверот на SAP. Споделете го впечатокот со пополнување на нашата кратка анкета.","DSC_MAIN_ARIA_LABEL":"Главна содржина","DSC_SIDE_ARIA_LABEL":"Споредна содржина","SEARCH_FIELD_SCOPE_SELECT_LABEL":"Изберете опсег","SEARCH_FIELD_LABEL":"Поле за пребарување","SEARCH_FIELD_CLEAR_ICON":"Исчисти го пребарувањето","SEARCH_FIELD_SEARCH_ICON":"Пребарај","SEARCH_ITEM_SHOW_MORE_NO_COUNT":"Покажи повеќе","SEARCH_ITEM_SHOW_MORE_COUNT":"Покажи повеќе ({0})","SHELLBAR_SEARCH_COLLAPSED":"Отвори го пребарувањето","SHELLBAR_SEARCH_EXPANDED":"Скриј го пребарувањето","SEARCH_CANCEL_BUTTON":"Откажи","SEARCH_SUGGESTIONS":"Предлози","SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT":"Навигација","SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC":"Лента на менито на списокот за навигација","SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC":"Ставка на менито на списокот за навигација","SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC":"Дрво на списокот за навигација","SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC":"Ставка на дрвото на списокот за навигација","SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME":"Повеќе ставки","SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL":"Ги прикажува дополнителните ставки за навигација што се скриени поради ограничен простор на екранот.","SIDE_NAVIGATION_PARENT_ITEM_SELECTABLE_DESCRIPTION":"За да појдете до ставката за навигацијата {0}, притиснете го копчето за празно место или Enter.","SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL":"Мени на примарна навигација","SIDE_NAVIGATION_FIXED_LIST_LABEL":"Подножје на Мени за навигација","SIDE_NAVIGATION_ICON_COLLAPSE":"Скриј","SIDE_NAVIGATION_ICON_EXPAND":"Прошири","USER_MENU_OTHER_ACCOUNT_BUTTON_TXT":"Сметки","USER_MENU_CLOSE_BUTTON_TXT":"Затвори","USER_MENU_MANAGE_ACCOUNT_BUTTON_TXT":"Управувај со сметката","USER_MENU_SIGN_OUT_BUTTON_TXT":"Одјави се","USER_MENU_EDIT_AVATAR_TXT":"Уреди ја профилната слика","USER_MENU_EDIT_ACCOUNTS_TXT":"Уреди ја сметката","USER_MENU_POPOVER_ACCESSIBLE_NAME":"Корисничко мени за","USER_MENU_CLOSE_DIALOG_BUTTON":"Одбиј","USER_MENU_POPOVER_ACCESSIBLE_ACCOUNT_SELECTED_TXT":"Избрано","USER_MENU_CURRENT_INFORMATION_TXT":"Информации за тековниот корисник","USER_MENU_ACTIONS_TXT":"Дејства","USER_SETTINGS_DIALOG_ACCESSIBLE_NAME":"Кориснички поставки","USER_SETTINGS_LIST_ARIA_ROLE_DESC":"Ставка на кориснички поставки","USER_SETTINGS_DIALOG_CLOSE_BUTTON_TEXT":"Затвори","USER_SETTINGS_DIALOG_NO_SEARCH_RESULTS_TEXT":"Нема резултати од пребарувањето","USER_SETTINGS_ACCOUNT_EDIT_AVATAR_TXT":"Уреди го aватарот","USER_SETTINGS_ACCOUNT_MANAGE_ACCOUNT_BUTTON_TXT":"Управувај со сметката"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
":host{--_ui5_fcl_solid_bg: var(--sapShell_Background);--_ui5_fcl_column_border: none;--_ui5_fcl_decoration_top: linear-gradient(to top, var(--sapHighlightColor), transparent);--_ui5_fcl_decoration_bottom: linear-gradient(to bottom, var(--sapHighlightColor), transparent);--sapIllus_BrandColorPrimary: var(--sapContent_Illustrative_Color1);--sapIllus_BrandColorSecondary: var(--sapContent_Illustrative_Color2);--sapIllus_StrokeDetailColor: var(--sapContent_Illustrative_Color4);--sapIllus_Layering1: var(--sapContent_Illustrative_Color5);--sapIllus_Layering2: var(--sapContent_Illustrative_Color6);--sapIllus_BackgroundColor: var(--sapContent_Illustrative_Color7);--sapIllus_ObjectFillColor: var(--sapContent_Illustrative_Color8);--sapIllus_AccentColor: var(--sapContent_Illustrative_Color3);--sapIllus_NoColor: none;--sapIllus_PatternShadow: url(#sapIllus_PatternShadow);--sapIllus_PatternHighlight: url(#sapIllus_PatternHighlight);--_ui5_media_gallery_overflow_btn_background: var(--sapButton_Neutral_Background);--_ui5_media_gallery_overflow_btn_color: var(--sapBaseColor);--_ui5_media_gallery_overflow_btn_border: none;--_ui5_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-notification_item-border-radius: 0px;--_ui5-notification_group_header-border-bottom-width: .0625rem;--_ui5-notification_group_header-margin: 0px;--_ui5-notification_group_header-margin-expanded: .5rem;--_ui5-notification_group_header-padding: 1rem .5rem;--_ui5-notification_item-state-icon-padding: .625rem;--_ui5-notification_item-border-bottom: var(--ui5-listitem-border-bottom);--_ui5-notification_item-border-top-left-right: none;--_ui5-notification_item-margin: 0;--_ui5-notification_item-background-color-hover: none;--_ui5-notification_item-background-color-active: none;--_ui5-notification_item-border-active: 1px solid transparent;--_ui5-notification_item-root-padding-inline: 1rem .5rem;--_ui5-notification_item-content-padding: .75rem 1rem;--_ui5-notification_item-title-margin-bottom: .25rem;--_ui5-notification_item-title-padding-end-two-buttons: var(--_ui5-compact-size, 3.875rem) var(--_ui5-cozy-size, 4.375rem);--_ui5-notification_item-title-padding-end-one-button: var(--_ui5-compact-size, 1.875rem) var(--_ui5-cozy-size, 2.125rem);--_ui5-notification_item-description-margin-top: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5-notification_item-footer-margin-top: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5-notification_item-focus-offset: 0;--_ui5-notification_item-outline-offset: 0;--_ui5-notification_item-growing-btn-background-color-active: var(--sapList_Active_Background);--_ui5_page_list_bg: var(--sapGroup_ContentBackground);--_ui5_page_transparent_bg: transparent;--_ui5_product_switch_item_width: 11.25rem;--_ui5_product_switch_item_height: 7rem;--_ui5_product_switch_item_active_outline_color: var(--sapContent_ContrastFocusColor);--_ui5_product_switch_item_outline_offset: -.1875rem;--_ui5_shellbar_root_height: 2.75rem;--_ui5_shellbar_logo_outline_color: var(--sapContent_ContrastFocusColor);--_ui5_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5_shellbar_logo_outline_color);--_ui5_shellbar_outline_offset: -.0625rem;--_ui5_shellbar_button_box_shadow: none;--_ui5_shellbar_button_box_shadow_active: none;--_ui5_shellbar_button_border: none;--_ui5_shellbar_button_border_radius: .25rem;--_ui5_shellbar_button_focused_border: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5_shellbar_search_field_background: var(--sapShellColor);--_ui5_shellbar_search_field_border: .0625rem solid var(--sapShell_InteractiveBorderColor);--_ui5_shellbar_search_field_box_shadow: none;--_ui5_shellbar_search_field_color: var(--sapShell_TextColor);--_ui5_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5_shellbar_search_field_width: 25rem;--_ui5_shellbar_input_focus_outline_color: inherit;--_ui5_shellbar_overflow_container_middle_height: 2.5rem;--_ui5_shellbar_menu_button_title_font_size: .75rem;--_ui5_shellbar_image_button_border_radius: 50%;--_ui5-shellbar-content-margin-start: .5rem;--_ui5-shellbar-overflow-button-margin: .5rem;--_ui5-shellbar_separator-color: var(--sapToolbar_SeparatorColor);--_ui5-shellbar_cancel-button-color: var(--sapButton_Lite_TextColor);--_ui5-shellbar-badge-offset: .25rem;--_ui5-shellbar-badge-margin: -.25rem;--_ui5_side_navigation_width: 15rem;--_ui5_side_navigation_collapsed_width: 3rem;--_ui5_side_navigation_navigation_separator_margin: .25rem .5rem .25rem .5rem;--_ui5_side_navigation_navigation_separator_background_color: var(--sapList_GroupHeaderBorderColor);--_ui5_side_navigation_navigation_separator_radius: unset;--_ui5_side_navigation_navigation_separator_height: calc(2 * var(--sapList_BorderWidth));--_ui5_side_navigation_triangle_color: var(--sapContent_IconColor);--_ui5_side_navigation_border_right: 1px solid var(--sapGroup_ContentBorderColor);--_ui5_side_navigation_box_shadow: none;--_ui5_side_navigation_triangle_display: block;--_ui5_side_navigation_icon_color: var(--sapContent_IconColor);--_ui5_side_navigation_expand_icon_color: var(--sapContent_IconColor);--_ui5_side_navigation_expand_icon_width: 2rem;--_ui5_side_navigation_hover_border_style_color: none;--_ui5_side_navigation_hover_border_width: 0;--_ui5_side_navigation_group_border_style_color: solid var(--sapList_BorderColor);--_ui5_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5_side_navigation_item_border_style_color: none;--_ui5_side_navigation_item_border_width: 0;--_ui5_side_navigation_item_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_side_navigation_item_margin: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .875rem);--_ui5_side_navigation_item_expand_arrow_padding: var(--_ui5-compact-size, .3125rem) var(--_ui5-cozy-size, .6875rem);--_ui5_side_navigation_item_border_radius: 0;--_ui5_side_navigation_item_bottom_margin: 0;--_ui5_side_navigation_item_padding_start_in_popup: var(--_ui5_side_navigation_group_icon_width);--_ui5_side_navigation_item_padding_start_in_overflow_popup: .75rem;--_ui5_side_navigation_item_transition: none;--_ui5_side_navigation_item_padding_left: .5rem;--_ui5_side_navigation_item_focus_border_offset: 1px;--_ui5_side_navigation_item_focus_border_radius: var(--_ui5_side_navigation_item_border_radius);--_ui5_side_navigation_collapsed_selected_item_background: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, var(--sapList_SelectionBorderColor), var(--sapList_SelectionBorderColor)), var(--sapList_SelectionBackgroundColor);--_ui5_side_navigation_collapsed_selected_item_background_hover: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, var(--sapList_SelectionBorderColor), var(--sapList_SelectionBorderColor)), var(--sapList_Hover_SelectionBackground);--_ui5_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5_side_navigation_selected_border_style_color: solid var(--_ui5_side_navigation_selected_item_border_color);--_ui5_side_navigation_selected_and_focused_border_style_color: var(--_ui5_side_navigation_selected_border_style_color);--_ui5_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5_side_navigation_group_expanded_border_width: 0;--_ui5_side_navigation_group_icon_width: var(--_ui5_side_navigation_collapsed_width);--_ui5_side_navigation_icon_padding_inline_end: 1rem;--_ui5_side_navigation_item_font_family: var(--sapFontFamily);--_ui5_side_navigation_parent_item_font_family: var(--sapFontSemiboldDuplexFamily);--_ui5_side_navigation_group_padding: .5rem;--_ui5_side_navigation_padding-flexible: 0;--_ui5_side_navigation_padding-fixed: 0;--_ui5_side_navigation_popup_padding: 0;--_ui5_side_navigation_popup_title_line_height: normal;--_ui5_side_navigation_first_fixed_item_margin_top: 0;--_ui5_side_navigation_item_expand_icon_visibility: none;--_ui5_side_navigation_item_collapsed_hover_focus_width: auto;--_ui5_side_navigation_item_collapsed_hover_focus_display: none;--_ui5_side_navigation_item_collapsed_hover_focus_padding_right: 0;--_ui5_side_navigation_action_item_collapsed_padding: 0;--_ui5_side_navigation_item_collapsed_padding: 0;--_ui5_side_navigation_action_item_border_hover: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);--_ui5_side_navigation_action_item_border_active: var(--sapButton_BorderWidth) solid var(--sapButton_Active_BorderColor);--_ui5_side_navigation_item_expand_icon_right: -.5rem;--_ui5_side_navigation_item_expand_icon_hover_left: auto;--_ui5_side_navigation_item_expand_icon_hover_right: 0;--_ui5_side_navigation_active_text_color: var(--sapList_Active_TextColor);--_ui5_TimelineItem_arrow_size: 1.625rem;--_ui5_TimelineItem_bubble_border_width: .0625rem;--_ui5_TimelineItem_bubble_border_style: dotted;--_ui5_TimelineItem_bubble_border_radius: .25rem;--_ui5_TimelineItem_bubble_border_color: var(--sapList_BorderColor);--_ui5_TimelineItem_bubble_border_top: -.125rem;--_ui5_TimelineItem_bubble_border_right: -.125rem;--_ui5_TimelineItem_bubble_border_bottom: -.125rem;--_ui5_TimelineItem_bubble_border_left: -.625rem;--_ui5_TimelineItem_bubble_rtl_left_offset: -.125rem;--_ui5_TimelineItem_bubble_rtl_right_offset: -.625rem;--_ui5_TimelineItem_bubble_focus_border_radius: 0;--_ui5_TimelineItem_horizontal_bubble_focus_top_offset: -.625rem;--_ui5_TimelineItem_horizontal_bubble_focus_left_offset: -.125rem;--_ui5_TimelineItem_bubble_content_padding: var(--_ui5_tl_bubble_padding);--_ui5_TimelineItem_bubble_content_subtitle_padding_top: .375rem;--_ui5_TimelineItem_bubble_content_description_padding_top: .75rem;--_ui5_tl_bubble_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_tl_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem 1rem 1rem .5rem);--_ui5_tl_li_margin_bottom: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1.625rem);--_ui5_timeline_tli_indicator_before_bottom: var(--_ui5-compact-size, -.75rem) var(--_ui5-cozy-size, -1.5rem);--_ui5_timeline_tli_indicator_before_right: var(--_ui5-compact-size, -.5rem) var(--_ui5-cozy-size, -1.625rem);--_ui5_timeline_tli_indicator_before_without_icon_bottom: var(--_ui5-compact-size, -1rem) var(--_ui5-cozy-size, -1.875rem);--_ui5_timeline_tli_indicator_before_without_icon_right: var(--_ui5-compact-size, -.8125rem) var(--_ui5-cozy-size, -1.9375rem);--_ui5_timeline_tli_indicator_after_top: var(--_ui5-compact-size, -50%) var(--_ui5-cozy-size, calc(-100% - 1rem) );--_ui5_timeline_tli_indicator_after_height: var(--_ui5-compact-size, 50%) var(--_ui5-cozy-size, calc(100% + 1rem) );--_ui5_timeline_tli_indicator_before_height: var(--_ui5-compact-size, calc(100% - 1.25rem) ) var(--_ui5-cozy-size, 100%);--_ui5_timeline_tli_horizontal_indicator_after_width: var(--_ui5-compact-size, calc(100% - 1rem) ) var(--_ui5-cozy-size, calc(100% + .25rem) );--_ui5_timeline_tli_horizontal_indicator_after_left: var(--_ui5-compact-size, 1.8625rem) var(--_ui5-cozy-size, 1.9375rem);--_ui5_timeline_tli_horizontal_without_icon_indicator_before_width: var(--_ui5-compact-size, var(--_ui5_timeline_tli_indicator_after_height)) var(--_ui5-cozy-size, calc(100% + .5rem) );--_ui5_timeline_tli_horizontal_indicator_before_width: var(--_ui5-compact-size, var(--_ui5_timeline_tli_indicator_after_height)) var(--_ui5-cozy-size, calc(100% + .5rem) );--_ui5_timeline_tli_icon_horizontal_indicator_after_width: var(--_ui5-compact-size, calc(100% - .75rem) ) var(--_ui5-cozy-size, calc(100% + .25rem) );--_ui5_timeline_tli_without_icon_horizontal_indicator_before_width: var(--_ui5-compact-size, calc(100% - .625rem) ) var(--_ui5-cozy-size, calc(100% + .375rem) );--_ui5_timeline_tli_horizontal_indicator_short_after_width: var(--_ui5-compact-size, calc(100% - 1rem) ) var(--_ui5-cozy-size, 100%);--ui5_upload_collection_drag_overlay_border: .125rem dashed var(--sapContent_ForegroundBorderColor);--ui5_upload_collection_drop_overlay_border: .125rem solid var(--sapContent_DragAndDropActiveColor);--ui5_upload_collection_drop_overlay_background: transparent;--ui5_upload_collection_thumbnail_size: 3rem;--ui5_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5_upload_collection_small_size_buttons_margin_block_start: .75rem;--ui5_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5_upload_collection_drag_overlay_text_color: var(--sapContent_NonInteractiveIconColor);--ui5_upload_collection_drag_overlay_icon_color: var(--sapContent_NonInteractiveIconColor);--ui5_upload_collection_drag_overlay_border_radius: 0;--ui5_upload_collection_drag_overlay_opacity: .8;--_ui5_vsd_header_container: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_vsd_sub_header_container_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_vsd_content_li_padding: .375rem;--_ui5_vsd_content_height: 23.4375rem;--_ui5_vsd_expand_content_height: var(--_ui5-compact-size, 25.4375rem) var(--_ui5-cozy-size, 26.1875rem);--_ui5_wiz_content_item_wrapper_padding: 0rem;--_ui5_wiz_content_item_wrapper_bg: var(--sapBackgroundColor);--_ui5_search_icon_border_radius: .375rem;--_ui5_search_input_border_radius: none;--_ui5-search-border: var(--sapField_BorderWidth) var(--sapField_BorderStyle) var(--sapField_BorderColor);--_ui5-search-icon-border: none;--_ui5-search-wrapper-background: var(--sapShellColor);--_ui5_search_separator_background: none;--_ui5-search-wrapper-hover-background: none;--_ui5-search-wrapper-hover-background-color: none;--_ui5-search-elements-hover-background: var(--sapShell_Hover_Background);--_ui5-search-elements-active-background: var(--sapShell_Active_Background);--_ui5_search_input_scope_margin: 0;--_ui5-search_input_scope_hover_shadow: none;--_ui5-search_input_scope_active_shadow: none;--_ui5-search-elements-background: var(--sapShell_InteractiveBackground);--_ui5_search_wrapper_outline: none;--_ui5_search_input_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);--_ui5_search_filter_button_border_radius: .375rem;--_ui5_seach_filter_button_border_hover: 1px solid var(--sapButton_Hover_BorderColor);--_ui5_search_filter_button_border: none;--_ui5-search-filter_button_background_color: var(--sapShell_InteractiveBackground);--ui5_search_filter_button_background_active: var(--sapShell_InteractiveBackground);--_ui5_search_icon_size: 2.25rem;--_ui5_search_icon_size_default: 2.25rem;--_ui5_search_icon_padding: .625rem;--_ui5_search_icon_hover_padding: .5625rem;--_ui5_search_input_start_margin: .25rem;--_ui5_search_input_end_padding: .25rem;--_ui5-search-input-start-padding: .625rem;--_ui5-search-select-height: 2.25rem;--_ui5-search-loading-overlay-background: var(--sapBackgroundColor);--_ui5-search-loading-overlay-transparency: .72;--_ui5-search-field-text-color: var(--sapShell_InteractiveTextColor);--_ui5_search_item_vertical_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_search_byline_vertical_padding: .5rem;--_ui5_wiz_tab_focus_outline: 1px dotted var(--sapContent_FocusColor);--_ui5_wiz_tab_selected_bg: var(--sapSelectedColor);--_ui5_wiz_tab_border: 1px solid var(--sapSelectedColor);--_ui5_wiz_tab_selection_line: var(--sapSelectedColor);--_ui5_wiz_tab_icon_color: var(--sapSelectedColor);--_ui5_wiz_tab_active_separator_color: var(--sapSelectedColor);--_ui5_wiz_tab_title_color: var(--sapContent_LabelColor);--_ui5_wiz_tab_title_font_family: var(--sapFontFamily);--_ui5_wiz_tab_focus_border_radius: 0;--_ui5_dynamic_page_footer_spacer: 4rem;--_ui5_dynamic_page_title_padding_S: .5rem 1rem;--_ui5_dynamic_page_title_padding_M: .5rem 2rem;--_ui5_dynamic_page_title_padding_L: .5rem 2rem;--_ui5_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5_dynamic_page_header_padding_M: 1rem 2rem;--_ui5_dynamic_page_header_padding_L: 1rem 2rem;--_ui5_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5_dynamic_page_content_padding_S: 1rem 0 0;--_ui5_dynamic_page_content_padding_M: 1rem 1rem 0;--_ui5_dynamic_page_content_padding_L: 1rem 1rem 0;--_ui5_dynamic_page_content_padding_XL: 1rem 2rem 0;--ui5_dynamic_page_background: var(--sapBackgroundColor);--_ui5_dynamic_page_title_padding_top: .5rem;--_ui5_dynamic_page_title_padding_bottom: .5rem;--_ui5_dynamic_page_title_min_height: 3rem;--_ui5_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_dynamic_page_title_focus_outline_offset: -.0625rem;--_ui5_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5_dynamic_page_title_heading_padding_top: .3125rem;--_ui5_dynamic_page_title_subheading_margin_top: .25rem;--_ui5_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5_dynamic_page_actions-lines-color: var(--sapHighlightColor);--_ui5_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5_dynamic_page_header-actions-background-pressed: var(--_ui5_dynamic_page_header-actions-color);--_ui5_dynamic_page_header-actions-color-pressed: var(--_ui5_dynamic_page_header-actions-background);--_ui5_timeline_tlgi_line_horizontal_height: 16.375rem;--_ui5_timeline_tlgi_root_horizontal_height: var(--_ui5-compact-size, 20.90625rem) var(--_ui5-cozy-size, 21.53125rem);--_ui5_timeline_tlgi_compact_icon_before_height: var(--_ui5-compact-size, calc(100% + 1.5rem) ) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_tlgi_horizontal_line_placeholder_before_width: var(--_ui5-compact-size, var(--_ui5_timeline_tlgi_compact_icon_before_height)) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_tlgi_horizontal_compact_root_margin_left: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_tlgi_compact_root_gap: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_scroll_container_offset: .5rem;--_ui5_shellbar_notification_btn_count_offset: .125rem;--_ui5_user_settings_avatar_cozy_display: var(--_ui5-compact-size, none) var(--_ui5-cozy-size, inline-block);--_ui5_user_settings_avatar_compact_display: var(--_ui5-compact-size, inline-block) var(--_ui5-cozy-size, none);--_ui5_user_settings_item_title_font_size: var(--_ui5-compact-size, var(--sapFontLargeSize)) var(--_ui5-cozy-size, var(--sapFontSize))}\n:dir(rtl){--_ui5_timeline_scroll_container_offset: -.5rem;--_ui5_shellbar_notification_btn_count_offset: auto;--_ui5_side_navigation_item_expand_icon_hover_left: 0;--_ui5_side_navigation_item_expand_icon_hover_right: auto}\n"
|
|
1
|
+
":host{--_ui5_banner_background: var(--sapShell_HeroBanner_Background);--_ui5_banner_text_color: var(--sapShell_HeroBanner_TextColor);--_ui5_banner_border_radius: var(--sapTile_BorderCornerRadius);--_ui5_banner_border: .0625rem solid var(--sapTile_BorderColor);--_ui5_banner_box_shadow: var(--sapContent_Shadow0);--_ui5_banner_background_image: var(--sapShell_HeroBanner_BackgroundImage);--_ui5_fcl_solid_bg: var(--sapShell_Background);--_ui5_fcl_column_border: none;--_ui5_fcl_decoration_top: linear-gradient(to top, var(--sapHighlightColor), transparent);--_ui5_fcl_decoration_bottom: linear-gradient(to bottom, var(--sapHighlightColor), transparent);--sapIllus_BrandColorPrimary: var(--sapContent_Illustrative_Color1);--sapIllus_BrandColorSecondary: var(--sapContent_Illustrative_Color2);--sapIllus_StrokeDetailColor: var(--sapContent_Illustrative_Color4);--sapIllus_Layering1: var(--sapContent_Illustrative_Color5);--sapIllus_Layering2: var(--sapContent_Illustrative_Color6);--sapIllus_BackgroundColor: var(--sapContent_Illustrative_Color7);--sapIllus_ObjectFillColor: var(--sapContent_Illustrative_Color8);--sapIllus_AccentColor: var(--sapContent_Illustrative_Color3);--sapIllus_NoColor: none;--sapIllus_PatternShadow: url(#sapIllus_PatternShadow);--sapIllus_PatternHighlight: url(#sapIllus_PatternHighlight);--_ui5_media_gallery_overflow_btn_background: var(--sapButton_Neutral_Background);--_ui5_media_gallery_overflow_btn_color: var(--sapBaseColor);--_ui5_media_gallery_overflow_btn_border: none;--_ui5_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-notification_item-border-radius: 0px;--_ui5-notification_group_header-border-bottom-width: .0625rem;--_ui5-notification_group_header-margin: 0px;--_ui5-notification_group_header-margin-expanded: .5rem;--_ui5-notification_group_header-padding: 1rem .5rem;--_ui5-notification_item-state-icon-padding: .625rem;--_ui5-notification_item-border-bottom: var(--ui5-listitem-border-bottom);--_ui5-notification_item-border-top-left-right: none;--_ui5-notification_item-margin: 0;--_ui5-notification_item-background-color-hover: none;--_ui5-notification_item-background-color-active: none;--_ui5-notification_item-border-active: 1px solid transparent;--_ui5-notification_item-root-padding-inline: 1rem .5rem;--_ui5-notification_item-content-padding: .75rem 1rem;--_ui5-notification_item-title-margin-bottom: .25rem;--_ui5-notification_item-title-padding-end-two-buttons: var(--_ui5-compact-size, 3.875rem) var(--_ui5-cozy-size, 4.375rem);--_ui5-notification_item-title-padding-end-one-button: var(--_ui5-compact-size, 1.875rem) var(--_ui5-cozy-size, 2.125rem);--_ui5-notification_item-description-margin-top: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5-notification_item-footer-margin-top: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5-notification_item-focus-offset: 0;--_ui5-notification_item-outline-offset: 0;--_ui5-notification_item-growing-btn-background-color-active: var(--sapList_Active_Background);--_ui5_page_list_bg: var(--sapGroup_ContentBackground);--_ui5_page_transparent_bg: transparent;--_ui5_product_switch_item_width: 11.25rem;--_ui5_product_switch_item_height: 7rem;--_ui5_product_switch_item_active_outline_color: var(--sapContent_ContrastFocusColor);--_ui5_product_switch_item_outline_offset: -.1875rem;--_ui5_shellbar_root_height: 2.75rem;--_ui5_shellbar_logo_outline_color: var(--sapContent_ContrastFocusColor);--_ui5_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5_shellbar_logo_outline_color);--_ui5_shellbar_outline_offset: -.0625rem;--_ui5_shellbar_button_box_shadow: none;--_ui5_shellbar_button_box_shadow_active: none;--_ui5_shellbar_button_border: none;--_ui5_shellbar_button_border_radius: .25rem;--_ui5_shellbar_button_focused_border: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5_shellbar_search_field_background: var(--sapShellColor);--_ui5_shellbar_search_field_border: .0625rem solid var(--sapShell_InteractiveBorderColor);--_ui5_shellbar_search_field_box_shadow: none;--_ui5_shellbar_search_field_color: var(--sapShell_TextColor);--_ui5_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5_shellbar_search_field_width: 25rem;--_ui5_shellbar_input_focus_outline_color: inherit;--_ui5_shellbar_overflow_container_middle_height: 2.5rem;--_ui5_shellbar_menu_button_title_font_size: .75rem;--_ui5_shellbar_image_button_border_radius: 50%;--_ui5-shellbar-content-margin-start: .5rem;--_ui5-shellbar-overflow-button-margin: .5rem;--_ui5-shellbar_separator-color: var(--sapToolbar_SeparatorColor);--_ui5-shellbar_cancel-button-color: var(--sapButton_Lite_TextColor);--_ui5-shellbar-badge-offset: .25rem;--_ui5-shellbar-badge-margin: -.25rem;--_ui5_side_navigation_width: 15rem;--_ui5_side_navigation_collapsed_width: 3rem;--_ui5_side_navigation_navigation_separator_margin: .25rem .5rem .25rem .5rem;--_ui5_side_navigation_navigation_separator_background_color: var(--sapList_GroupHeaderBorderColor);--_ui5_side_navigation_navigation_separator_radius: unset;--_ui5_side_navigation_navigation_separator_height: calc(2 * var(--sapList_BorderWidth));--_ui5_side_navigation_triangle_color: var(--sapContent_IconColor);--_ui5_side_navigation_border_right: 1px solid var(--sapGroup_ContentBorderColor);--_ui5_side_navigation_box_shadow: none;--_ui5_side_navigation_triangle_display: block;--_ui5_side_navigation_icon_color: var(--sapContent_IconColor);--_ui5_side_navigation_expand_icon_color: var(--sapContent_IconColor);--_ui5_side_navigation_expand_icon_width: 2rem;--_ui5_side_navigation_hover_border_style_color: none;--_ui5_side_navigation_hover_border_width: 0;--_ui5_side_navigation_group_border_style_color: solid var(--sapList_BorderColor);--_ui5_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5_side_navigation_item_border_style_color: none;--_ui5_side_navigation_item_border_width: 0;--_ui5_side_navigation_item_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_side_navigation_item_margin: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .875rem);--_ui5_side_navigation_item_expand_arrow_padding: var(--_ui5-compact-size, .3125rem) var(--_ui5-cozy-size, .6875rem);--_ui5_side_navigation_item_border_radius: 0;--_ui5_side_navigation_item_bottom_margin: 0;--_ui5_side_navigation_item_padding_start_in_popup: var(--_ui5_side_navigation_group_icon_width);--_ui5_side_navigation_item_padding_start_in_overflow_popup: .75rem;--_ui5_side_navigation_item_transition: none;--_ui5_side_navigation_item_padding_left: .5rem;--_ui5_side_navigation_item_focus_border_offset: 1px;--_ui5_side_navigation_item_focus_border_radius: var(--_ui5_side_navigation_item_border_radius);--_ui5_side_navigation_collapsed_selected_item_background: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, var(--sapList_SelectionBorderColor), var(--sapList_SelectionBorderColor)), var(--sapList_SelectionBackgroundColor);--_ui5_side_navigation_collapsed_selected_item_background_hover: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, var(--sapList_SelectionBorderColor), var(--sapList_SelectionBorderColor)), var(--sapList_Hover_SelectionBackground);--_ui5_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5_side_navigation_selected_border_style_color: solid var(--_ui5_side_navigation_selected_item_border_color);--_ui5_side_navigation_selected_and_focused_border_style_color: var(--_ui5_side_navigation_selected_border_style_color);--_ui5_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5_side_navigation_group_expanded_border_width: 0;--_ui5_side_navigation_group_icon_width: var(--_ui5_side_navigation_collapsed_width);--_ui5_side_navigation_icon_padding_inline_end: 1rem;--_ui5_side_navigation_item_font_family: var(--sapFontFamily);--_ui5_side_navigation_parent_item_font_family: var(--sapFontSemiboldDuplexFamily);--_ui5_side_navigation_group_padding: .5rem;--_ui5_side_navigation_padding-flexible: 0;--_ui5_side_navigation_padding-fixed: 0;--_ui5_side_navigation_popup_padding: 0;--_ui5_side_navigation_popup_title_line_height: normal;--_ui5_side_navigation_first_fixed_item_margin_top: 0;--_ui5_side_navigation_item_expand_icon_visibility: none;--_ui5_side_navigation_item_collapsed_hover_focus_width: auto;--_ui5_side_navigation_item_collapsed_hover_focus_display: none;--_ui5_side_navigation_item_collapsed_hover_focus_padding_right: 0;--_ui5_side_navigation_action_item_collapsed_padding: 0;--_ui5_side_navigation_item_collapsed_padding: 0;--_ui5_side_navigation_action_item_border_hover: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);--_ui5_side_navigation_action_item_border_active: var(--sapButton_BorderWidth) solid var(--sapButton_Active_BorderColor);--_ui5_side_navigation_item_expand_icon_right: -.5rem;--_ui5_side_navigation_item_expand_icon_hover_left: auto;--_ui5_side_navigation_item_expand_icon_hover_right: 0;--_ui5_side_navigation_active_text_color: var(--sapList_Active_TextColor);--_ui5_TimelineItem_arrow_size: 1.625rem;--_ui5_TimelineItem_bubble_border_width: .0625rem;--_ui5_TimelineItem_bubble_border_style: dotted;--_ui5_TimelineItem_bubble_border_radius: .25rem;--_ui5_TimelineItem_bubble_border_color: var(--sapList_BorderColor);--_ui5_TimelineItem_bubble_border_top: -.125rem;--_ui5_TimelineItem_bubble_border_right: -.125rem;--_ui5_TimelineItem_bubble_border_bottom: -.125rem;--_ui5_TimelineItem_bubble_border_left: -.625rem;--_ui5_TimelineItem_bubble_rtl_left_offset: -.125rem;--_ui5_TimelineItem_bubble_rtl_right_offset: -.625rem;--_ui5_TimelineItem_bubble_focus_border_radius: 0;--_ui5_TimelineItem_horizontal_bubble_focus_top_offset: -.625rem;--_ui5_TimelineItem_horizontal_bubble_focus_left_offset: -.125rem;--_ui5_TimelineItem_bubble_content_padding: var(--_ui5_tl_bubble_padding);--_ui5_TimelineItem_bubble_content_subtitle_padding_top: .375rem;--_ui5_TimelineItem_bubble_content_description_padding_top: .75rem;--_ui5_tl_bubble_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_tl_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem 1rem 1rem .5rem);--_ui5_tl_li_margin_bottom: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1.625rem);--_ui5_timeline_tli_indicator_before_bottom: var(--_ui5-compact-size, -.75rem) var(--_ui5-cozy-size, -1.5rem);--_ui5_timeline_tli_indicator_before_right: var(--_ui5-compact-size, -.5rem) var(--_ui5-cozy-size, -1.625rem);--_ui5_timeline_tli_indicator_before_without_icon_bottom: var(--_ui5-compact-size, -1rem) var(--_ui5-cozy-size, -1.875rem);--_ui5_timeline_tli_indicator_before_without_icon_right: var(--_ui5-compact-size, -.8125rem) var(--_ui5-cozy-size, -1.9375rem);--_ui5_timeline_tli_indicator_after_top: var(--_ui5-compact-size, -50%) var(--_ui5-cozy-size, calc(-100% - 1rem) );--_ui5_timeline_tli_indicator_after_height: var(--_ui5-compact-size, 50%) var(--_ui5-cozy-size, calc(100% + 1rem) );--_ui5_timeline_tli_indicator_before_height: var(--_ui5-compact-size, calc(100% - 1.25rem) ) var(--_ui5-cozy-size, 100%);--_ui5_timeline_tli_horizontal_indicator_after_width: var(--_ui5-compact-size, calc(100% - 1rem) ) var(--_ui5-cozy-size, calc(100% + .25rem) );--_ui5_timeline_tli_horizontal_indicator_after_left: var(--_ui5-compact-size, 1.8625rem) var(--_ui5-cozy-size, 1.9375rem);--_ui5_timeline_tli_horizontal_without_icon_indicator_before_width: var(--_ui5-compact-size, var(--_ui5_timeline_tli_indicator_after_height)) var(--_ui5-cozy-size, calc(100% + .5rem) );--_ui5_timeline_tli_horizontal_indicator_before_width: var(--_ui5-compact-size, var(--_ui5_timeline_tli_indicator_after_height)) var(--_ui5-cozy-size, calc(100% + .5rem) );--_ui5_timeline_tli_icon_horizontal_indicator_after_width: var(--_ui5-compact-size, calc(100% - .75rem) ) var(--_ui5-cozy-size, calc(100% + .25rem) );--_ui5_timeline_tli_without_icon_horizontal_indicator_before_width: var(--_ui5-compact-size, calc(100% - .625rem) ) var(--_ui5-cozy-size, calc(100% + .375rem) );--_ui5_timeline_tli_horizontal_indicator_short_after_width: var(--_ui5-compact-size, calc(100% - 1rem) ) var(--_ui5-cozy-size, 100%);--ui5_upload_collection_drag_overlay_border: .125rem dashed var(--sapContent_ForegroundBorderColor);--ui5_upload_collection_drop_overlay_border: .125rem solid var(--sapContent_DragAndDropActiveColor);--ui5_upload_collection_drop_overlay_background: transparent;--ui5_upload_collection_thumbnail_size: 3rem;--ui5_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5_upload_collection_small_size_buttons_margin_block_start: .75rem;--ui5_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5_upload_collection_drag_overlay_text_color: var(--sapContent_NonInteractiveIconColor);--ui5_upload_collection_drag_overlay_icon_color: var(--sapContent_NonInteractiveIconColor);--ui5_upload_collection_drag_overlay_border_radius: 0;--ui5_upload_collection_drag_overlay_opacity: .8;--_ui5_vsd_header_container: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_vsd_sub_header_container_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_vsd_content_li_padding: .375rem;--_ui5_vsd_content_height: 23.4375rem;--_ui5_vsd_expand_content_height: var(--_ui5-compact-size, 25.4375rem) var(--_ui5-cozy-size, 26.1875rem);--_ui5_wiz_content_item_wrapper_padding: 0rem;--_ui5_wiz_content_item_wrapper_bg: var(--sapBackgroundColor);--_ui5_search_icon_border_radius: .375rem;--_ui5_search_input_border_radius: none;--_ui5-search-border: var(--sapField_BorderWidth) var(--sapField_BorderStyle) var(--sapField_BorderColor);--_ui5-search-icon-border: none;--_ui5-search-wrapper-background: var(--sapShellColor);--_ui5_search_separator_background: none;--_ui5-search-wrapper-hover-background: none;--_ui5-search-wrapper-hover-background-color: none;--_ui5-search-elements-hover-background: var(--sapShell_Hover_Background);--_ui5-search-elements-active-background: var(--sapShell_Active_Background);--_ui5_search_input_scope_margin: 0;--_ui5-search_input_scope_hover_shadow: none;--_ui5-search_input_scope_active_shadow: none;--_ui5-search-elements-background: var(--sapShell_InteractiveBackground);--_ui5_search_wrapper_outline: none;--_ui5_search_input_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);--_ui5_search_filter_button_border_radius: .375rem;--_ui5_seach_filter_button_border_hover: 1px solid var(--sapButton_Hover_BorderColor);--_ui5_search_filter_button_border: none;--_ui5-search-filter_button_background_color: var(--sapShell_InteractiveBackground);--ui5_search_filter_button_background_active: var(--sapShell_InteractiveBackground);--_ui5_search_icon_size: 2.25rem;--_ui5_search_icon_size_default: 2.25rem;--_ui5_search_icon_padding: .625rem;--_ui5_search_icon_hover_padding: .5625rem;--_ui5_search_input_start_margin: .25rem;--_ui5_search_input_end_padding: .25rem;--_ui5-search-input-start-padding: .625rem;--_ui5-search-select-height: 2.25rem;--_ui5-search-loading-overlay-background: var(--sapBackgroundColor);--_ui5-search-loading-overlay-transparency: .72;--_ui5-search-field-text-color: var(--sapShell_InteractiveTextColor);--_ui5_search_item_vertical_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_search_byline_vertical_padding: .5rem;--_ui5_wiz_tab_focus_outline: 1px dotted var(--sapContent_FocusColor);--_ui5_wiz_tab_selected_bg: var(--sapSelectedColor);--_ui5_wiz_tab_border: 1px solid var(--sapSelectedColor);--_ui5_wiz_tab_selection_line: var(--sapSelectedColor);--_ui5_wiz_tab_icon_color: var(--sapSelectedColor);--_ui5_wiz_tab_active_separator_color: var(--sapSelectedColor);--_ui5_wiz_tab_title_color: var(--sapContent_LabelColor);--_ui5_wiz_tab_title_font_family: var(--sapFontFamily);--_ui5_wiz_tab_focus_border_radius: 0;--_ui5_dynamic_page_footer_spacer: 4rem;--_ui5_dynamic_page_title_padding_S: .5rem 1rem;--_ui5_dynamic_page_title_padding_M: .5rem 2rem;--_ui5_dynamic_page_title_padding_L: .5rem 2rem;--_ui5_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5_dynamic_page_header_padding_M: 1rem 2rem;--_ui5_dynamic_page_header_padding_L: 1rem 2rem;--_ui5_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5_dynamic_page_content_padding_S: 1rem 0 0;--_ui5_dynamic_page_content_padding_M: 1rem 1rem 0;--_ui5_dynamic_page_content_padding_L: 1rem 1rem 0;--_ui5_dynamic_page_content_padding_XL: 1rem 2rem 0;--ui5_dynamic_page_background: var(--sapBackgroundColor);--_ui5_dynamic_page_title_padding_top: .5rem;--_ui5_dynamic_page_title_padding_bottom: .5rem;--_ui5_dynamic_page_title_min_height: 3rem;--_ui5_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_dynamic_page_title_focus_outline_offset: -.0625rem;--_ui5_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5_dynamic_page_title_heading_padding_top: .3125rem;--_ui5_dynamic_page_title_subheading_margin_top: .25rem;--_ui5_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5_dynamic_page_actions-lines-color: var(--sapHighlightColor);--_ui5_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5_dynamic_page_header-actions-background-pressed: var(--_ui5_dynamic_page_header-actions-color);--_ui5_dynamic_page_header-actions-color-pressed: var(--_ui5_dynamic_page_header-actions-background);--_ui5_timeline_tlgi_line_horizontal_height: 16.375rem;--_ui5_timeline_tlgi_root_horizontal_height: var(--_ui5-compact-size, 20.90625rem) var(--_ui5-cozy-size, 21.53125rem);--_ui5_timeline_tlgi_compact_icon_before_height: var(--_ui5-compact-size, calc(100% + 1.5rem) ) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_tlgi_horizontal_line_placeholder_before_width: var(--_ui5-compact-size, var(--_ui5_timeline_tlgi_compact_icon_before_height)) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_tlgi_horizontal_compact_root_margin_left: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_tlgi_compact_root_gap: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_scroll_container_offset: .5rem;--_ui5_shellbar_notification_btn_count_offset: .125rem;--_ui5_user_settings_avatar_cozy_display: var(--_ui5-compact-size, none) var(--_ui5-cozy-size, inline-block);--_ui5_user_settings_avatar_compact_display: var(--_ui5-compact-size, inline-block) var(--_ui5-cozy-size, none);--_ui5_user_settings_item_title_font_size: var(--_ui5-compact-size, var(--sapFontLargeSize)) var(--_ui5-cozy-size, var(--sapFontSize))}\n:dir(rtl){--_ui5_timeline_scroll_container_offset: -.5rem;--_ui5_shellbar_notification_btn_count_offset: auto;--_ui5_side_navigation_item_expand_icon_hover_left: 0;--_ui5_side_navigation_item_expand_icon_hover_right: auto}\n"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
":host{--_ui5_fcl_solid_bg: var(--sapShell_Background);--_ui5_fcl_column_border: none;--_ui5_fcl_decoration_top: linear-gradient(to top, var(--sapHighlightColor), transparent);--_ui5_fcl_decoration_bottom: linear-gradient(to bottom, var(--sapHighlightColor), transparent);--sapIllus_BrandColorPrimary: var(--sapContent_Illustrative_Color1);--sapIllus_BrandColorSecondary: var(--sapContent_Illustrative_Color2);--sapIllus_StrokeDetailColor: var(--sapContent_Illustrative_Color4);--sapIllus_Layering1: var(--sapContent_Illustrative_Color5);--sapIllus_Layering2: var(--sapContent_Illustrative_Color6);--sapIllus_BackgroundColor: var(--sapContent_Illustrative_Color7);--sapIllus_ObjectFillColor: var(--sapContent_Illustrative_Color8);--sapIllus_AccentColor: var(--sapContent_Illustrative_Color3);--sapIllus_NoColor: none;--sapIllus_PatternShadow: url(#sapIllus_PatternShadow);--sapIllus_PatternHighlight: url(#sapIllus_PatternHighlight);--_ui5_media_gallery_overflow_btn_background: var(--sapButton_Neutral_Background);--_ui5_media_gallery_overflow_btn_color: var(--sapBaseColor);--_ui5_media_gallery_overflow_btn_border: none;--_ui5_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-notification_item-border-radius: 0px;--_ui5-notification_group_header-border-bottom-width: .0625rem;--_ui5-notification_group_header-margin: 0px;--_ui5-notification_group_header-margin-expanded: .5rem;--_ui5-notification_group_header-padding: 1rem .5rem;--_ui5-notification_item-state-icon-padding: .625rem;--_ui5-notification_item-border-bottom: var(--ui5-listitem-border-bottom);--_ui5-notification_item-border-top-left-right: none;--_ui5-notification_item-margin: 0;--_ui5-notification_item-background-color-hover: none;--_ui5-notification_item-background-color-active: none;--_ui5-notification_item-border-active: 1px solid transparent;--_ui5-notification_item-root-padding-inline: 1rem .5rem;--_ui5-notification_item-content-padding: .75rem 1rem;--_ui5-notification_item-title-margin-bottom: .25rem;--_ui5-notification_item-title-padding-end-two-buttons: var(--_ui5-compact-size, 3.875rem) var(--_ui5-cozy-size, 4.375rem);--_ui5-notification_item-title-padding-end-one-button: var(--_ui5-compact-size, 1.875rem) var(--_ui5-cozy-size, 2.125rem);--_ui5-notification_item-description-margin-top: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5-notification_item-footer-margin-top: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5-notification_item-focus-offset: 0;--_ui5-notification_item-outline-offset: 0;--_ui5-notification_item-growing-btn-background-color-active: var(--sapList_Active_Background);--_ui5_page_list_bg: var(--sapGroup_ContentBackground);--_ui5_page_transparent_bg: transparent;--_ui5_product_switch_item_width: 11.25rem;--_ui5_product_switch_item_height: 7rem;--_ui5_product_switch_item_active_outline_color: var(--sapContent_ContrastFocusColor);--_ui5_product_switch_item_outline_offset: -.1875rem;--_ui5_shellbar_root_height: 2.75rem;--_ui5_shellbar_logo_outline_color: var(--sapContent_FocusColor);--_ui5_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5_shellbar_logo_outline_color);--_ui5_shellbar_outline_offset: -.0625rem;--_ui5_shellbar_button_box_shadow: none;--_ui5_shellbar_button_box_shadow_active: none;--_ui5_shellbar_button_border: none;--_ui5_shellbar_button_border_radius: .25rem;--_ui5_shellbar_button_focused_border: .0625rem dotted var(--sapContent_FocusColor);--_ui5_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5_shellbar_search_field_background: var(--sapShellColor);--_ui5_shellbar_search_field_border: .0625rem solid var(--sapShell_InteractiveBorderColor);--_ui5_shellbar_search_field_box_shadow: none;--_ui5_shellbar_search_field_color: var(--sapShell_TextColor);--_ui5_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5_shellbar_search_field_width: 25rem;--_ui5_shellbar_input_focus_outline_color: inherit;--_ui5_shellbar_overflow_container_middle_height: 2.5rem;--_ui5_shellbar_menu_button_title_font_size: .75rem;--_ui5_shellbar_image_button_border_radius: 50%;--_ui5-shellbar-content-margin-start: .5rem;--_ui5-shellbar-overflow-button-margin: .5rem;--_ui5-shellbar_separator-color: var(--sapToolbar_SeparatorColor);--_ui5-shellbar_cancel-button-color: var(--sapButton_Lite_TextColor);--_ui5-shellbar-badge-offset: .25rem;--_ui5-shellbar-badge-margin: -.25rem;--_ui5_side_navigation_width: 15rem;--_ui5_side_navigation_collapsed_width: 3rem;--_ui5_side_navigation_navigation_separator_margin: .25rem .5rem .25rem .5rem;--_ui5_side_navigation_navigation_separator_background_color: var(--sapList_GroupHeaderBorderColor);--_ui5_side_navigation_navigation_separator_radius: unset;--_ui5_side_navigation_navigation_separator_height: calc(2 * var(--sapList_BorderWidth));--_ui5_side_navigation_triangle_color: var(--sapContent_IconColor);--_ui5_side_navigation_border_right: 1px solid var(--sapGroup_ContentBorderColor);--_ui5_side_navigation_box_shadow: none;--_ui5_side_navigation_triangle_display: block;--_ui5_side_navigation_icon_color: var(--sapContent_IconColor);--_ui5_side_navigation_expand_icon_color: var(--sapContent_IconColor);--_ui5_side_navigation_expand_icon_width: 2rem;--_ui5_side_navigation_hover_border_style_color: none;--_ui5_side_navigation_hover_border_width: 0;--_ui5_side_navigation_group_border_style_color: solid var(--sapList_BorderColor);--_ui5_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5_side_navigation_item_border_style_color: none;--_ui5_side_navigation_item_border_width: 0;--_ui5_side_navigation_item_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_side_navigation_item_margin: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .875rem);--_ui5_side_navigation_item_expand_arrow_padding: var(--_ui5-compact-size, .3125rem) var(--_ui5-cozy-size, .6875rem);--_ui5_side_navigation_item_border_radius: 0;--_ui5_side_navigation_item_bottom_margin: 0;--_ui5_side_navigation_item_padding_start_in_popup: var(--_ui5_side_navigation_group_icon_width);--_ui5_side_navigation_item_padding_start_in_overflow_popup: .75rem;--_ui5_side_navigation_item_transition: none;--_ui5_side_navigation_item_padding_left: .5rem;--_ui5_side_navigation_item_focus_border_offset: 1px;--_ui5_side_navigation_item_focus_border_radius: var(--_ui5_side_navigation_item_border_radius);--_ui5_side_navigation_collapsed_selected_item_background: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, var(--sapList_SelectionBorderColor), var(--sapList_SelectionBorderColor)), var(--sapList_SelectionBackgroundColor);--_ui5_side_navigation_collapsed_selected_item_background_hover: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, var(--sapList_SelectionBorderColor), var(--sapList_SelectionBorderColor)), var(--sapList_Hover_SelectionBackground);--_ui5_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5_side_navigation_selected_border_style_color: solid var(--_ui5_side_navigation_selected_item_border_color);--_ui5_side_navigation_selected_and_focused_border_style_color: var(--_ui5_side_navigation_selected_border_style_color);--_ui5_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5_side_navigation_group_expanded_border_width: 0;--_ui5_side_navigation_group_icon_width: var(--_ui5_side_navigation_collapsed_width);--_ui5_side_navigation_icon_padding_inline_end: 1rem;--_ui5_side_navigation_item_font_family: var(--sapFontFamily);--_ui5_side_navigation_parent_item_font_family: var(--sapFontSemiboldDuplexFamily);--_ui5_side_navigation_group_padding: .5rem;--_ui5_side_navigation_padding-flexible: 0;--_ui5_side_navigation_padding-fixed: 0;--_ui5_side_navigation_popup_padding: 0;--_ui5_side_navigation_popup_title_line_height: normal;--_ui5_side_navigation_first_fixed_item_margin_top: 0;--_ui5_side_navigation_item_expand_icon_visibility: none;--_ui5_side_navigation_item_collapsed_hover_focus_width: auto;--_ui5_side_navigation_item_collapsed_hover_focus_display: none;--_ui5_side_navigation_item_collapsed_hover_focus_padding_right: 0;--_ui5_side_navigation_action_item_collapsed_padding: 0;--_ui5_side_navigation_item_collapsed_padding: 0;--_ui5_side_navigation_action_item_border_hover: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);--_ui5_side_navigation_action_item_border_active: var(--sapButton_BorderWidth) solid var(--sapButton_Active_BorderColor);--_ui5_side_navigation_item_expand_icon_right: -.5rem;--_ui5_side_navigation_item_expand_icon_hover_left: auto;--_ui5_side_navigation_item_expand_icon_hover_right: 0;--_ui5_side_navigation_active_text_color: var(--sapList_Active_TextColor);--_ui5_TimelineItem_arrow_size: 1.625rem;--_ui5_TimelineItem_bubble_border_width: .0625rem;--_ui5_TimelineItem_bubble_border_style: dotted;--_ui5_TimelineItem_bubble_border_radius: .25rem;--_ui5_TimelineItem_bubble_border_color: var(--sapList_BorderColor);--_ui5_TimelineItem_bubble_border_top: -.125rem;--_ui5_TimelineItem_bubble_border_right: -.125rem;--_ui5_TimelineItem_bubble_border_bottom: -.125rem;--_ui5_TimelineItem_bubble_border_left: -.625rem;--_ui5_TimelineItem_bubble_rtl_left_offset: -.125rem;--_ui5_TimelineItem_bubble_rtl_right_offset: -.625rem;--_ui5_TimelineItem_bubble_focus_border_radius: 0;--_ui5_TimelineItem_horizontal_bubble_focus_top_offset: -.625rem;--_ui5_TimelineItem_horizontal_bubble_focus_left_offset: -.125rem;--_ui5_TimelineItem_bubble_content_padding: var(--_ui5_tl_bubble_padding);--_ui5_TimelineItem_bubble_content_subtitle_padding_top: .375rem;--_ui5_TimelineItem_bubble_content_description_padding_top: .75rem;--_ui5_tl_bubble_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_tl_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem 1rem 1rem .5rem);--_ui5_tl_li_margin_bottom: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1.625rem);--_ui5_timeline_tli_indicator_before_bottom: var(--_ui5-compact-size, -.75rem) var(--_ui5-cozy-size, -1.5rem);--_ui5_timeline_tli_indicator_before_right: var(--_ui5-compact-size, -.5rem) var(--_ui5-cozy-size, -1.625rem);--_ui5_timeline_tli_indicator_before_without_icon_bottom: var(--_ui5-compact-size, -1rem) var(--_ui5-cozy-size, -1.875rem);--_ui5_timeline_tli_indicator_before_without_icon_right: var(--_ui5-compact-size, -.8125rem) var(--_ui5-cozy-size, -1.9375rem);--_ui5_timeline_tli_indicator_after_top: var(--_ui5-compact-size, -50%) var(--_ui5-cozy-size, calc(-100% - 1rem) );--_ui5_timeline_tli_indicator_after_height: var(--_ui5-compact-size, 50%) var(--_ui5-cozy-size, calc(100% + 1rem) );--_ui5_timeline_tli_indicator_before_height: var(--_ui5-compact-size, calc(100% - 1.25rem) ) var(--_ui5-cozy-size, 100%);--_ui5_timeline_tli_horizontal_indicator_after_width: var(--_ui5-compact-size, calc(100% - 1rem) ) var(--_ui5-cozy-size, calc(100% + .25rem) );--_ui5_timeline_tli_horizontal_indicator_after_left: var(--_ui5-compact-size, 1.8625rem) var(--_ui5-cozy-size, 1.9375rem);--_ui5_timeline_tli_horizontal_without_icon_indicator_before_width: var(--_ui5-compact-size, var(--_ui5_timeline_tli_indicator_after_height)) var(--_ui5-cozy-size, calc(100% + .5rem) );--_ui5_timeline_tli_horizontal_indicator_before_width: var(--_ui5-compact-size, var(--_ui5_timeline_tli_indicator_after_height)) var(--_ui5-cozy-size, calc(100% + .5rem) );--_ui5_timeline_tli_icon_horizontal_indicator_after_width: var(--_ui5-compact-size, var(--_ui5_timeline_tli_indicator_after_height)) var(--_ui5-cozy-size, calc(100% + .25rem) );--_ui5_timeline_tli_without_icon_horizontal_indicator_before_width: var(--_ui5-compact-size, calc(100% - .625rem) ) var(--_ui5-cozy-size, calc(100% + .375rem) );--_ui5_timeline_tli_horizontal_indicator_short_after_width: var(--_ui5-compact-size, calc(100% - 1rem) ) var(--_ui5-cozy-size, 100%);--ui5_upload_collection_drag_overlay_border: .125rem dashed var(--sapContent_ForegroundBorderColor);--ui5_upload_collection_drop_overlay_border: .125rem solid var(--sapContent_DragAndDropActiveColor);--ui5_upload_collection_drop_overlay_background: transparent;--ui5_upload_collection_thumbnail_size: 3rem;--ui5_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5_upload_collection_small_size_buttons_margin_block_start: .75rem;--ui5_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5_upload_collection_drag_overlay_text_color: var(--sapContent_NonInteractiveIconColor);--ui5_upload_collection_drag_overlay_icon_color: var(--sapContent_NonInteractiveIconColor);--ui5_upload_collection_drag_overlay_border_radius: 0;--ui5_upload_collection_drag_overlay_opacity: .8;--_ui5_vsd_header_container: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_vsd_sub_header_container_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_vsd_content_li_padding: .375rem;--_ui5_vsd_content_height: 23.4375rem;--_ui5_vsd_expand_content_height: var(--_ui5-compact-size, 25.4375rem) var(--_ui5-cozy-size, 26.1875rem);--_ui5_wiz_content_item_wrapper_padding: 0rem;--_ui5_wiz_content_item_wrapper_bg: var(--sapBackgroundColor);--_ui5_search_icon_border_radius: .375rem;--_ui5_search_input_border_radius: none;--_ui5-search-border: var(--sapField_BorderWidth) var(--sapField_BorderStyle) var(--sapField_BorderColor);--_ui5-search-icon-border: none;--_ui5-search-wrapper-background: var(--sapShellColor);--_ui5_search_separator_background: none;--_ui5-search-wrapper-hover-background: none;--_ui5-search-wrapper-hover-background-color: none;--_ui5-search-elements-hover-background: var(--sapShell_Hover_Background);--_ui5-search-elements-active-background: var(--sapShell_Active_Background);--_ui5_search_input_scope_margin: 0;--_ui5-search_input_scope_hover_shadow: none;--_ui5-search_input_scope_active_shadow: none;--_ui5-search-elements-background: var(--sapShell_InteractiveBackground);--_ui5_search_wrapper_outline: none;--_ui5_search_input_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);--_ui5_search_filter_button_border_radius: .375rem;--_ui5_seach_filter_button_border_hover: 1px solid var(--sapButton_Hover_BorderColor);--_ui5_search_filter_button_border: none;--_ui5-search-filter_button_background_color: var(--sapShell_InteractiveBackground);--ui5_search_filter_button_background_active: var(--sapShell_InteractiveBackground);--_ui5_search_icon_size: 2.25rem;--_ui5_search_icon_size_default: 2.25rem;--_ui5_search_icon_padding: .625rem;--_ui5_search_icon_hover_padding: .5625rem;--_ui5_search_input_start_margin: .25rem;--_ui5_search_input_end_padding: .25rem;--_ui5-search-input-start-padding: .625rem;--_ui5-search-select-height: 2.25rem;--_ui5-search-loading-overlay-background: var(--sapBackgroundColor);--_ui5-search-loading-overlay-transparency: .72;--_ui5-search-field-text-color: var(--sapShell_InteractiveTextColor);--_ui5_search_item_vertical_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_search_byline_vertical_padding: .5rem;--_ui5_wiz_tab_focus_outline: 1px dotted var(--sapContent_FocusColor);--_ui5_wiz_tab_selected_bg: var(--sapSelectedColor);--_ui5_wiz_tab_border: 1px solid var(--sapSelectedColor);--_ui5_wiz_tab_selection_line: var(--sapSelectedColor);--_ui5_wiz_tab_icon_color: var(--sapSelectedColor);--_ui5_wiz_tab_active_separator_color: var(--sapSelectedColor);--_ui5_wiz_tab_title_color: var(--sapContent_LabelColor);--_ui5_wiz_tab_title_font_family: var(--sapFontFamily);--_ui5_wiz_tab_focus_border_radius: 0;--_ui5_dynamic_page_footer_spacer: 4rem;--_ui5_dynamic_page_title_padding_S: .5rem 1rem;--_ui5_dynamic_page_title_padding_M: .5rem 2rem;--_ui5_dynamic_page_title_padding_L: .5rem 2rem;--_ui5_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5_dynamic_page_header_padding_M: 1rem 2rem;--_ui5_dynamic_page_header_padding_L: 1rem 2rem;--_ui5_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5_dynamic_page_content_padding_S: 1rem 0 0;--_ui5_dynamic_page_content_padding_M: 1rem 1rem 0;--_ui5_dynamic_page_content_padding_L: 1rem 1rem 0;--_ui5_dynamic_page_content_padding_XL: 1rem 2rem 0;--ui5_dynamic_page_background: var(--sapBackgroundColor);--_ui5_dynamic_page_title_padding_top: .5rem;--_ui5_dynamic_page_title_padding_bottom: .5rem;--_ui5_dynamic_page_title_min_height: 4rem;--_ui5_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_dynamic_page_title_focus_outline_offset: -.0625rem;--_ui5_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5_dynamic_page_title_heading_padding_top: .3125rem;--_ui5_dynamic_page_title_subheading_margin_top: .25rem;--_ui5_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5_dynamic_page_actions-lines-color: var(--sapHighlightColor);--_ui5_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5_dynamic_page_header-actions-background-pressed: var(--_ui5_dynamic_page_header-actions-color);--_ui5_dynamic_page_header-actions-color-pressed: var(--_ui5_dynamic_page_header-actions-background);--_ui5_timeline_tlgi_line_horizontal_height: 16.375rem;--_ui5_timeline_tlgi_root_horizontal_height: var(--_ui5-compact-size, 20.90625rem) var(--_ui5-cozy-size, 21.53125rem);--_ui5_timeline_tlgi_compact_icon_before_height: var(--_ui5-compact-size, calc(100% + 1.5rem) ) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_tlgi_horizontal_line_placeholder_before_width: var(--_ui5-compact-size, var(--_ui5_timeline_tlgi_compact_icon_before_height)) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_tlgi_horizontal_compact_root_margin_left: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_tlgi_compact_root_gap: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_scroll_container_offset: .5rem;--_ui5_shellbar_notification_btn_count_offset: .125rem;--_ui5_user_settings_avatar_cozy_display: var(--_ui5-compact-size, none) var(--_ui5-cozy-size, inline-block);--_ui5_user_settings_avatar_compact_display: var(--_ui5-compact-size, inline-block) var(--_ui5-cozy-size, none);--_ui5_user_settings_item_title_font_size: var(--_ui5-compact-size, var(--sapFontLargeSize)) var(--_ui5-cozy-size, var(--sapFontSize))}\n:dir(rtl){--_ui5_timeline_scroll_container_offset: -.5rem;--_ui5_shellbar_notification_btn_count_offset: auto;--_ui5_side_navigation_item_expand_icon_hover_left: 0;--_ui5_side_navigation_item_expand_icon_hover_right: auto}\n"
|
|
1
|
+
":host{--_ui5_banner_background: var(--sapShell_HeroBanner_Background);--_ui5_banner_text_color: var(--sapShell_HeroBanner_TextColor);--_ui5_banner_border_radius: var(--sapTile_BorderCornerRadius);--_ui5_banner_border: .0625rem solid var(--sapTile_BorderColor);--_ui5_banner_box_shadow: var(--sapContent_Shadow0);--_ui5_banner_background_image: var(--sapShell_HeroBanner_BackgroundImage);--_ui5_fcl_solid_bg: var(--sapShell_Background);--_ui5_fcl_column_border: none;--_ui5_fcl_decoration_top: linear-gradient(to top, var(--sapHighlightColor), transparent);--_ui5_fcl_decoration_bottom: linear-gradient(to bottom, var(--sapHighlightColor), transparent);--sapIllus_BrandColorPrimary: var(--sapContent_Illustrative_Color1);--sapIllus_BrandColorSecondary: var(--sapContent_Illustrative_Color2);--sapIllus_StrokeDetailColor: var(--sapContent_Illustrative_Color4);--sapIllus_Layering1: var(--sapContent_Illustrative_Color5);--sapIllus_Layering2: var(--sapContent_Illustrative_Color6);--sapIllus_BackgroundColor: var(--sapContent_Illustrative_Color7);--sapIllus_ObjectFillColor: var(--sapContent_Illustrative_Color8);--sapIllus_AccentColor: var(--sapContent_Illustrative_Color3);--sapIllus_NoColor: none;--sapIllus_PatternShadow: url(#sapIllus_PatternShadow);--sapIllus_PatternHighlight: url(#sapIllus_PatternHighlight);--_ui5_media_gallery_overflow_btn_background: var(--sapButton_Neutral_Background);--_ui5_media_gallery_overflow_btn_color: var(--sapBaseColor);--_ui5_media_gallery_overflow_btn_border: none;--_ui5_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-notification_item-border-radius: 0px;--_ui5-notification_group_header-border-bottom-width: .0625rem;--_ui5-notification_group_header-margin: 0px;--_ui5-notification_group_header-margin-expanded: .5rem;--_ui5-notification_group_header-padding: 1rem .5rem;--_ui5-notification_item-state-icon-padding: .625rem;--_ui5-notification_item-border-bottom: var(--ui5-listitem-border-bottom);--_ui5-notification_item-border-top-left-right: none;--_ui5-notification_item-margin: 0;--_ui5-notification_item-background-color-hover: none;--_ui5-notification_item-background-color-active: none;--_ui5-notification_item-border-active: 1px solid transparent;--_ui5-notification_item-root-padding-inline: 1rem .5rem;--_ui5-notification_item-content-padding: .75rem 1rem;--_ui5-notification_item-title-margin-bottom: .25rem;--_ui5-notification_item-title-padding-end-two-buttons: var(--_ui5-compact-size, 3.875rem) var(--_ui5-cozy-size, 4.375rem);--_ui5-notification_item-title-padding-end-one-button: var(--_ui5-compact-size, 1.875rem) var(--_ui5-cozy-size, 2.125rem);--_ui5-notification_item-description-margin-top: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5-notification_item-footer-margin-top: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .75rem);--_ui5-notification_item-focus-offset: 0;--_ui5-notification_item-outline-offset: 0;--_ui5-notification_item-growing-btn-background-color-active: var(--sapList_Active_Background);--_ui5_page_list_bg: var(--sapGroup_ContentBackground);--_ui5_page_transparent_bg: transparent;--_ui5_product_switch_item_width: 11.25rem;--_ui5_product_switch_item_height: 7rem;--_ui5_product_switch_item_active_outline_color: var(--sapContent_ContrastFocusColor);--_ui5_product_switch_item_outline_offset: -.1875rem;--_ui5_shellbar_root_height: 2.75rem;--_ui5_shellbar_logo_outline_color: var(--sapContent_FocusColor);--_ui5_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5_shellbar_logo_outline_color);--_ui5_shellbar_outline_offset: -.0625rem;--_ui5_shellbar_button_box_shadow: none;--_ui5_shellbar_button_box_shadow_active: none;--_ui5_shellbar_button_border: none;--_ui5_shellbar_button_border_radius: .25rem;--_ui5_shellbar_button_focused_border: .0625rem dotted var(--sapContent_FocusColor);--_ui5_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5_shellbar_search_field_background: var(--sapShellColor);--_ui5_shellbar_search_field_border: .0625rem solid var(--sapShell_InteractiveBorderColor);--_ui5_shellbar_search_field_box_shadow: none;--_ui5_shellbar_search_field_color: var(--sapShell_TextColor);--_ui5_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5_shellbar_search_field_width: 25rem;--_ui5_shellbar_input_focus_outline_color: inherit;--_ui5_shellbar_overflow_container_middle_height: 2.5rem;--_ui5_shellbar_menu_button_title_font_size: .75rem;--_ui5_shellbar_image_button_border_radius: 50%;--_ui5-shellbar-content-margin-start: .5rem;--_ui5-shellbar-overflow-button-margin: .5rem;--_ui5-shellbar_separator-color: var(--sapToolbar_SeparatorColor);--_ui5-shellbar_cancel-button-color: var(--sapButton_Lite_TextColor);--_ui5-shellbar-badge-offset: .25rem;--_ui5-shellbar-badge-margin: -.25rem;--_ui5_side_navigation_width: 15rem;--_ui5_side_navigation_collapsed_width: 3rem;--_ui5_side_navigation_navigation_separator_margin: .25rem .5rem .25rem .5rem;--_ui5_side_navigation_navigation_separator_background_color: var(--sapList_GroupHeaderBorderColor);--_ui5_side_navigation_navigation_separator_radius: unset;--_ui5_side_navigation_navigation_separator_height: calc(2 * var(--sapList_BorderWidth));--_ui5_side_navigation_triangle_color: var(--sapContent_IconColor);--_ui5_side_navigation_border_right: 1px solid var(--sapGroup_ContentBorderColor);--_ui5_side_navigation_box_shadow: none;--_ui5_side_navigation_triangle_display: block;--_ui5_side_navigation_icon_color: var(--sapContent_IconColor);--_ui5_side_navigation_expand_icon_color: var(--sapContent_IconColor);--_ui5_side_navigation_expand_icon_width: 2rem;--_ui5_side_navigation_hover_border_style_color: none;--_ui5_side_navigation_hover_border_width: 0;--_ui5_side_navigation_group_border_style_color: solid var(--sapList_BorderColor);--_ui5_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5_side_navigation_item_border_style_color: none;--_ui5_side_navigation_item_border_width: 0;--_ui5_side_navigation_item_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_side_navigation_item_margin: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, .875rem);--_ui5_side_navigation_item_expand_arrow_padding: var(--_ui5-compact-size, .3125rem) var(--_ui5-cozy-size, .6875rem);--_ui5_side_navigation_item_border_radius: 0;--_ui5_side_navigation_item_bottom_margin: 0;--_ui5_side_navigation_item_padding_start_in_popup: var(--_ui5_side_navigation_group_icon_width);--_ui5_side_navigation_item_padding_start_in_overflow_popup: .75rem;--_ui5_side_navigation_item_transition: none;--_ui5_side_navigation_item_padding_left: .5rem;--_ui5_side_navigation_item_focus_border_offset: 1px;--_ui5_side_navigation_item_focus_border_radius: var(--_ui5_side_navigation_item_border_radius);--_ui5_side_navigation_collapsed_selected_item_background: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, var(--sapList_SelectionBorderColor), var(--sapList_SelectionBorderColor)), var(--sapList_SelectionBackgroundColor);--_ui5_side_navigation_collapsed_selected_item_background_hover: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, var(--sapList_SelectionBorderColor), var(--sapList_SelectionBorderColor)), var(--sapList_Hover_SelectionBackground);--_ui5_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5_side_navigation_selected_border_style_color: solid var(--_ui5_side_navigation_selected_item_border_color);--_ui5_side_navigation_selected_and_focused_border_style_color: var(--_ui5_side_navigation_selected_border_style_color);--_ui5_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5_side_navigation_group_expanded_border_width: 0;--_ui5_side_navigation_group_icon_width: var(--_ui5_side_navigation_collapsed_width);--_ui5_side_navigation_icon_padding_inline_end: 1rem;--_ui5_side_navigation_item_font_family: var(--sapFontFamily);--_ui5_side_navigation_parent_item_font_family: var(--sapFontSemiboldDuplexFamily);--_ui5_side_navigation_group_padding: .5rem;--_ui5_side_navigation_padding-flexible: 0;--_ui5_side_navigation_padding-fixed: 0;--_ui5_side_navigation_popup_padding: 0;--_ui5_side_navigation_popup_title_line_height: normal;--_ui5_side_navigation_first_fixed_item_margin_top: 0;--_ui5_side_navigation_item_expand_icon_visibility: none;--_ui5_side_navigation_item_collapsed_hover_focus_width: auto;--_ui5_side_navigation_item_collapsed_hover_focus_display: none;--_ui5_side_navigation_item_collapsed_hover_focus_padding_right: 0;--_ui5_side_navigation_action_item_collapsed_padding: 0;--_ui5_side_navigation_item_collapsed_padding: 0;--_ui5_side_navigation_action_item_border_hover: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);--_ui5_side_navigation_action_item_border_active: var(--sapButton_BorderWidth) solid var(--sapButton_Active_BorderColor);--_ui5_side_navigation_item_expand_icon_right: -.5rem;--_ui5_side_navigation_item_expand_icon_hover_left: auto;--_ui5_side_navigation_item_expand_icon_hover_right: 0;--_ui5_side_navigation_active_text_color: var(--sapList_Active_TextColor);--_ui5_TimelineItem_arrow_size: 1.625rem;--_ui5_TimelineItem_bubble_border_width: .0625rem;--_ui5_TimelineItem_bubble_border_style: dotted;--_ui5_TimelineItem_bubble_border_radius: .25rem;--_ui5_TimelineItem_bubble_border_color: var(--sapList_BorderColor);--_ui5_TimelineItem_bubble_border_top: -.125rem;--_ui5_TimelineItem_bubble_border_right: -.125rem;--_ui5_TimelineItem_bubble_border_bottom: -.125rem;--_ui5_TimelineItem_bubble_border_left: -.625rem;--_ui5_TimelineItem_bubble_rtl_left_offset: -.125rem;--_ui5_TimelineItem_bubble_rtl_right_offset: -.625rem;--_ui5_TimelineItem_bubble_focus_border_radius: 0;--_ui5_TimelineItem_horizontal_bubble_focus_top_offset: -.625rem;--_ui5_TimelineItem_horizontal_bubble_focus_left_offset: -.125rem;--_ui5_TimelineItem_bubble_content_padding: var(--_ui5_tl_bubble_padding);--_ui5_TimelineItem_bubble_content_subtitle_padding_top: .375rem;--_ui5_TimelineItem_bubble_content_description_padding_top: .75rem;--_ui5_tl_bubble_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_tl_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem 1rem 1rem .5rem);--_ui5_tl_li_margin_bottom: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1.625rem);--_ui5_timeline_tli_indicator_before_bottom: var(--_ui5-compact-size, -.75rem) var(--_ui5-cozy-size, -1.5rem);--_ui5_timeline_tli_indicator_before_right: var(--_ui5-compact-size, -.5rem) var(--_ui5-cozy-size, -1.625rem);--_ui5_timeline_tli_indicator_before_without_icon_bottom: var(--_ui5-compact-size, -1rem) var(--_ui5-cozy-size, -1.875rem);--_ui5_timeline_tli_indicator_before_without_icon_right: var(--_ui5-compact-size, -.8125rem) var(--_ui5-cozy-size, -1.9375rem);--_ui5_timeline_tli_indicator_after_top: var(--_ui5-compact-size, -50%) var(--_ui5-cozy-size, calc(-100% - 1rem) );--_ui5_timeline_tli_indicator_after_height: var(--_ui5-compact-size, 50%) var(--_ui5-cozy-size, calc(100% + 1rem) );--_ui5_timeline_tli_indicator_before_height: var(--_ui5-compact-size, calc(100% - 1.25rem) ) var(--_ui5-cozy-size, 100%);--_ui5_timeline_tli_horizontal_indicator_after_width: var(--_ui5-compact-size, calc(100% - 1rem) ) var(--_ui5-cozy-size, calc(100% + .25rem) );--_ui5_timeline_tli_horizontal_indicator_after_left: var(--_ui5-compact-size, 1.8625rem) var(--_ui5-cozy-size, 1.9375rem);--_ui5_timeline_tli_horizontal_without_icon_indicator_before_width: var(--_ui5-compact-size, var(--_ui5_timeline_tli_indicator_after_height)) var(--_ui5-cozy-size, calc(100% + .5rem) );--_ui5_timeline_tli_horizontal_indicator_before_width: var(--_ui5-compact-size, var(--_ui5_timeline_tli_indicator_after_height)) var(--_ui5-cozy-size, calc(100% + .5rem) );--_ui5_timeline_tli_icon_horizontal_indicator_after_width: var(--_ui5-compact-size, var(--_ui5_timeline_tli_indicator_after_height)) var(--_ui5-cozy-size, calc(100% + .25rem) );--_ui5_timeline_tli_without_icon_horizontal_indicator_before_width: var(--_ui5-compact-size, calc(100% - .625rem) ) var(--_ui5-cozy-size, calc(100% + .375rem) );--_ui5_timeline_tli_horizontal_indicator_short_after_width: var(--_ui5-compact-size, calc(100% - 1rem) ) var(--_ui5-cozy-size, 100%);--ui5_upload_collection_drag_overlay_border: .125rem dashed var(--sapContent_ForegroundBorderColor);--ui5_upload_collection_drop_overlay_border: .125rem solid var(--sapContent_DragAndDropActiveColor);--ui5_upload_collection_drop_overlay_background: transparent;--ui5_upload_collection_thumbnail_size: 3rem;--ui5_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5_upload_collection_small_size_buttons_margin_block_start: .75rem;--ui5_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5_upload_collection_drag_overlay_text_color: var(--sapContent_NonInteractiveIconColor);--ui5_upload_collection_drag_overlay_icon_color: var(--sapContent_NonInteractiveIconColor);--ui5_upload_collection_drag_overlay_border_radius: 0;--ui5_upload_collection_drag_overlay_opacity: .8;--_ui5_vsd_header_container: var(--_ui5-compact-size, 2.5rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_vsd_sub_header_container_height: var(--_ui5-compact-size, 2rem) var(--_ui5-cozy-size, 2.75rem);--_ui5_vsd_content_li_padding: .375rem;--_ui5_vsd_content_height: 23.4375rem;--_ui5_vsd_expand_content_height: var(--_ui5-compact-size, 25.4375rem) var(--_ui5-cozy-size, 26.1875rem);--_ui5_wiz_content_item_wrapper_padding: 0rem;--_ui5_wiz_content_item_wrapper_bg: var(--sapBackgroundColor);--_ui5_search_icon_border_radius: .375rem;--_ui5_search_input_border_radius: none;--_ui5-search-border: var(--sapField_BorderWidth) var(--sapField_BorderStyle) var(--sapField_BorderColor);--_ui5-search-icon-border: none;--_ui5-search-wrapper-background: var(--sapShellColor);--_ui5_search_separator_background: none;--_ui5-search-wrapper-hover-background: none;--_ui5-search-wrapper-hover-background-color: none;--_ui5-search-elements-hover-background: var(--sapShell_Hover_Background);--_ui5-search-elements-active-background: var(--sapShell_Active_Background);--_ui5_search_input_scope_margin: 0;--_ui5-search_input_scope_hover_shadow: none;--_ui5-search_input_scope_active_shadow: none;--_ui5-search-elements-background: var(--sapShell_InteractiveBackground);--_ui5_search_wrapper_outline: none;--_ui5_search_input_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);--_ui5_search_filter_button_border_radius: .375rem;--_ui5_seach_filter_button_border_hover: 1px solid var(--sapButton_Hover_BorderColor);--_ui5_search_filter_button_border: none;--_ui5-search-filter_button_background_color: var(--sapShell_InteractiveBackground);--ui5_search_filter_button_background_active: var(--sapShell_InteractiveBackground);--_ui5_search_icon_size: 2.25rem;--_ui5_search_icon_size_default: 2.25rem;--_ui5_search_icon_padding: .625rem;--_ui5_search_icon_hover_padding: .5625rem;--_ui5_search_input_start_margin: .25rem;--_ui5_search_input_end_padding: .25rem;--_ui5-search-input-start-padding: .625rem;--_ui5-search-select-height: 2.25rem;--_ui5-search-loading-overlay-background: var(--sapBackgroundColor);--_ui5-search-loading-overlay-transparency: .72;--_ui5-search-field-text-color: var(--sapShell_InteractiveTextColor);--_ui5_search_item_vertical_padding: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, 1rem);--_ui5_search_byline_vertical_padding: .5rem;--_ui5_wiz_tab_focus_outline: 1px dotted var(--sapContent_FocusColor);--_ui5_wiz_tab_selected_bg: var(--sapSelectedColor);--_ui5_wiz_tab_border: 1px solid var(--sapSelectedColor);--_ui5_wiz_tab_selection_line: var(--sapSelectedColor);--_ui5_wiz_tab_icon_color: var(--sapSelectedColor);--_ui5_wiz_tab_active_separator_color: var(--sapSelectedColor);--_ui5_wiz_tab_title_color: var(--sapContent_LabelColor);--_ui5_wiz_tab_title_font_family: var(--sapFontFamily);--_ui5_wiz_tab_focus_border_radius: 0;--_ui5_dynamic_page_footer_spacer: 4rem;--_ui5_dynamic_page_title_padding_S: .5rem 1rem;--_ui5_dynamic_page_title_padding_M: .5rem 2rem;--_ui5_dynamic_page_title_padding_L: .5rem 2rem;--_ui5_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5_dynamic_page_header_padding_M: 1rem 2rem;--_ui5_dynamic_page_header_padding_L: 1rem 2rem;--_ui5_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5_dynamic_page_content_padding_S: 1rem 0 0;--_ui5_dynamic_page_content_padding_M: 1rem 1rem 0;--_ui5_dynamic_page_content_padding_L: 1rem 1rem 0;--_ui5_dynamic_page_content_padding_XL: 1rem 2rem 0;--ui5_dynamic_page_background: var(--sapBackgroundColor);--_ui5_dynamic_page_title_padding_top: .5rem;--_ui5_dynamic_page_title_padding_bottom: .5rem;--_ui5_dynamic_page_title_min_height: 4rem;--_ui5_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_dynamic_page_title_focus_outline_offset: -.0625rem;--_ui5_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5_dynamic_page_title_heading_padding_top: .3125rem;--_ui5_dynamic_page_title_subheading_margin_top: .25rem;--_ui5_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5_dynamic_page_actions-lines-color: var(--sapHighlightColor);--_ui5_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5_dynamic_page_header-actions-background-pressed: var(--_ui5_dynamic_page_header-actions-color);--_ui5_dynamic_page_header-actions-color-pressed: var(--_ui5_dynamic_page_header-actions-background);--_ui5_timeline_tlgi_line_horizontal_height: 16.375rem;--_ui5_timeline_tlgi_root_horizontal_height: var(--_ui5-compact-size, 20.90625rem) var(--_ui5-cozy-size, 21.53125rem);--_ui5_timeline_tlgi_compact_icon_before_height: var(--_ui5-compact-size, calc(100% + 1.5rem) ) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_tlgi_horizontal_line_placeholder_before_width: var(--_ui5-compact-size, var(--_ui5_timeline_tlgi_compact_icon_before_height)) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_tlgi_horizontal_compact_root_margin_left: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_tlgi_compact_root_gap: var(--_ui5-compact-size, .5rem) var(--_ui5-cozy-size, var(--_ui5-f2d95f8));--_ui5_timeline_scroll_container_offset: .5rem;--_ui5_shellbar_notification_btn_count_offset: .125rem;--_ui5_user_settings_avatar_cozy_display: var(--_ui5-compact-size, none) var(--_ui5-cozy-size, inline-block);--_ui5_user_settings_avatar_compact_display: var(--_ui5-compact-size, inline-block) var(--_ui5-cozy-size, none);--_ui5_user_settings_item_title_font_size: var(--_ui5-compact-size, var(--sapFontLargeSize)) var(--_ui5-cozy-size, var(--sapFontSize))}\n:dir(rtl){--_ui5_timeline_scroll_container_offset: -.5rem;--_ui5_shellbar_notification_btn_count_offset: auto;--_ui5_side_navigation_item_expand_icon_hover_left: 0;--_ui5_side_navigation_item_expand_icon_hover_right: auto}\n"
|