@ui5/webcomponents-fiori 2.8.0-rc.2 → 2.8.0-rc.3
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 +20 -0
- package/README.md +3 -0
- package/cypress/specs/NotificationList.cy.tsx +154 -0
- package/cypress/specs/SearchField.cy.tsx +445 -0
- package/cypress/specs/UserSettingsDialog.cy.tsx +619 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/NotificationListGroupItem.d.ts +1 -1
- package/dist/NotificationListGroupItem.js +5 -2
- package/dist/NotificationListGroupItem.js.map +1 -1
- package/dist/NotificationListGroupItemTemplate.js +4 -5
- package/dist/NotificationListGroupItemTemplate.js.map +1 -1
- package/dist/NotificationListGroupList.d.ts +2 -0
- package/dist/NotificationListGroupList.js +9 -0
- package/dist/NotificationListGroupList.js.map +1 -1
- package/dist/NotificationListInternal.d.ts +6 -0
- package/dist/NotificationListInternal.js +119 -0
- package/dist/NotificationListInternal.js.map +1 -1
- package/dist/NotificationListItem.d.ts +0 -1
- package/dist/NotificationListItem.js +1 -32
- package/dist/NotificationListItem.js.map +1 -1
- package/dist/SearchField.d.ts +130 -0
- package/dist/SearchField.js +228 -0
- package/dist/SearchField.js.map +1 -0
- package/dist/SearchFieldScopeOption.d.ts +26 -0
- package/dist/SearchFieldScopeOption.js +35 -0
- package/dist/SearchFieldScopeOption.js.map +1 -0
- package/dist/SearchFieldTemplate.d.ts +2 -0
- package/dist/SearchFieldTemplate.js +20 -0
- package/dist/SearchFieldTemplate.js.map +1 -0
- package/dist/SideNavigationItem.js +1 -1
- package/dist/SideNavigationItem.js.map +1 -1
- package/dist/UserSettingsDialog.d.ts +118 -0
- package/dist/UserSettingsDialog.js +260 -0
- package/dist/UserSettingsDialog.js.map +1 -0
- package/dist/UserSettingsDialogTemplate.d.ts +2 -0
- package/dist/UserSettingsDialogTemplate.js +23 -0
- package/dist/UserSettingsDialogTemplate.js.map +1 -0
- package/dist/UserSettingsItem.d.ts +131 -0
- package/dist/UserSettingsItem.js +209 -0
- package/dist/UserSettingsItem.js.map +1 -0
- package/dist/UserSettingsItemTemplate.d.ts +4 -0
- package/dist/UserSettingsItemTemplate.js +20 -0
- package/dist/UserSettingsItemTemplate.js.map +1 -0
- package/dist/UserSettingsView.d.ts +43 -0
- package/dist/UserSettingsView.js +68 -0
- package/dist/UserSettingsView.js.map +1 -0
- package/dist/UserSettingsViewTemplate.d.ts +2 -0
- package/dist/UserSettingsViewTemplate.js +5 -0
- package/dist/UserSettingsViewTemplate.js.map +1 -0
- package/dist/bundle.esm.js +5 -0
- package/dist/bundle.esm.js.map +1 -1
- package/dist/css/themes/DynamicPage.css +1 -1
- package/dist/css/themes/DynamicPageHeader.css +1 -1
- package/dist/css/themes/DynamicPageHeaderActions.css +1 -1
- package/dist/css/themes/DynamicPageTitle.css +1 -1
- package/dist/css/themes/FlexibleColumnLayout.css +1 -1
- package/dist/css/themes/IllustratedMessage.css +1 -1
- package/dist/css/themes/MediaGallery.css +1 -1
- package/dist/css/themes/MediaGalleryItem.css +1 -1
- package/dist/css/themes/NavigationMenu.css +1 -1
- package/dist/css/themes/NavigationMenuItem.css +1 -1
- package/dist/css/themes/NotificationListGroupItem.css +1 -1
- package/dist/css/themes/NotificationListItem.css +1 -1
- package/dist/css/themes/NotificationListItemBase.css +1 -1
- package/dist/css/themes/NotificationStateIcon.css +1 -1
- package/dist/css/themes/Page.css +1 -1
- package/dist/css/themes/ProductSwitchItem.css +1 -1
- package/dist/css/themes/SearchField.css +1 -0
- package/dist/css/themes/ShellBar.css +1 -1
- package/dist/css/themes/ShellBarPopover.css +1 -1
- package/dist/css/themes/SideNavigation.css +1 -1
- package/dist/css/themes/SideNavigationGroup.css +1 -1
- package/dist/css/themes/SideNavigationItem.css +1 -1
- package/dist/css/themes/SideNavigationItemBase.css +1 -1
- package/dist/css/themes/SideNavigationPopover.css +1 -1
- package/dist/css/themes/SideNavigationSubItem.css +1 -1
- package/dist/css/themes/Timeline.css +1 -1
- package/dist/css/themes/TimelineGroupItem.css +1 -1
- package/dist/css/themes/TimelineItem.css +1 -1
- package/dist/css/themes/UploadCollection.css +1 -1
- package/dist/css/themes/UploadCollectionItem.css +1 -1
- package/dist/css/themes/UserSettingsDialog.css +1 -0
- package/dist/css/themes/UserSettingsItem.css +1 -0
- package/dist/css/themes/UserSettingsView.css +1 -0
- package/dist/css/themes/ViewSettingsDialog.css +1 -1
- package/dist/css/themes/Wizard.css +1 -1
- package/dist/css/themes/WizardTab.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_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
- package/dist/custom-elements-internal.json +730 -0
- package/dist/custom-elements.json +573 -0
- 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_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_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/i18n/i18n-defaults.d.ts +10 -1
- package/dist/generated/i18n/i18n-defaults.js +10 -1
- package/dist/generated/i18n/i18n-defaults.js.map +1 -1
- package/dist/generated/themes/DynamicPage.css.d.ts +1 -1
- package/dist/generated/themes/DynamicPage.css.js +1 -1
- package/dist/generated/themes/DynamicPage.css.js.map +1 -1
- package/dist/generated/themes/DynamicPageHeader.css.d.ts +1 -1
- package/dist/generated/themes/DynamicPageHeader.css.js +1 -1
- package/dist/generated/themes/DynamicPageHeader.css.js.map +1 -1
- package/dist/generated/themes/DynamicPageHeaderActions.css.d.ts +1 -1
- package/dist/generated/themes/DynamicPageHeaderActions.css.js +1 -1
- package/dist/generated/themes/DynamicPageHeaderActions.css.js.map +1 -1
- package/dist/generated/themes/DynamicPageTitle.css.d.ts +1 -1
- package/dist/generated/themes/DynamicPageTitle.css.js +1 -1
- package/dist/generated/themes/DynamicPageTitle.css.js.map +1 -1
- package/dist/generated/themes/FlexibleColumnLayout.css.d.ts +1 -1
- package/dist/generated/themes/FlexibleColumnLayout.css.js +1 -1
- package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -1
- package/dist/generated/themes/IllustratedMessage.css.d.ts +1 -1
- package/dist/generated/themes/IllustratedMessage.css.js +1 -1
- package/dist/generated/themes/IllustratedMessage.css.js.map +1 -1
- package/dist/generated/themes/MediaGallery.css.d.ts +1 -1
- package/dist/generated/themes/MediaGallery.css.js +1 -1
- package/dist/generated/themes/MediaGallery.css.js.map +1 -1
- package/dist/generated/themes/MediaGalleryItem.css.d.ts +1 -1
- package/dist/generated/themes/MediaGalleryItem.css.js +1 -1
- package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -1
- package/dist/generated/themes/NavigationMenu.css.d.ts +1 -1
- package/dist/generated/themes/NavigationMenu.css.js +1 -1
- package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
- package/dist/generated/themes/NavigationMenuItem.css.d.ts +1 -1
- package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
- package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -1
- package/dist/generated/themes/NotificationListGroupItem.css.d.ts +1 -1
- package/dist/generated/themes/NotificationListGroupItem.css.js +1 -1
- package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -1
- package/dist/generated/themes/NotificationListItem.css.d.ts +1 -1
- package/dist/generated/themes/NotificationListItem.css.js +1 -1
- package/dist/generated/themes/NotificationListItem.css.js.map +1 -1
- package/dist/generated/themes/NotificationListItemBase.css.d.ts +1 -1
- package/dist/generated/themes/NotificationListItemBase.css.js +1 -1
- package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -1
- package/dist/generated/themes/NotificationStateIcon.css.d.ts +1 -1
- package/dist/generated/themes/NotificationStateIcon.css.js +1 -1
- package/dist/generated/themes/NotificationStateIcon.css.js.map +1 -1
- package/dist/generated/themes/Page.css.d.ts +1 -1
- package/dist/generated/themes/Page.css.js +1 -1
- package/dist/generated/themes/Page.css.js.map +1 -1
- package/dist/generated/themes/ProductSwitchItem.css.d.ts +1 -1
- package/dist/generated/themes/ProductSwitchItem.css.js +1 -1
- package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -1
- package/dist/generated/themes/SearchField.css.d.ts +2 -0
- package/dist/generated/themes/SearchField.css.js +8 -0
- package/dist/generated/themes/SearchField.css.js.map +1 -0
- package/dist/generated/themes/ShellBar.css.d.ts +1 -1
- package/dist/generated/themes/ShellBar.css.js +1 -1
- package/dist/generated/themes/ShellBar.css.js.map +1 -1
- package/dist/generated/themes/ShellBarPopover.css.d.ts +1 -1
- package/dist/generated/themes/ShellBarPopover.css.js +1 -1
- package/dist/generated/themes/ShellBarPopover.css.js.map +1 -1
- package/dist/generated/themes/SideNavigation.css.d.ts +1 -1
- package/dist/generated/themes/SideNavigation.css.js +1 -1
- package/dist/generated/themes/SideNavigation.css.js.map +1 -1
- package/dist/generated/themes/SideNavigationGroup.css.d.ts +1 -1
- package/dist/generated/themes/SideNavigationGroup.css.js +1 -1
- package/dist/generated/themes/SideNavigationGroup.css.js.map +1 -1
- package/dist/generated/themes/SideNavigationItem.css.d.ts +1 -1
- package/dist/generated/themes/SideNavigationItem.css.js +1 -1
- package/dist/generated/themes/SideNavigationItem.css.js.map +1 -1
- package/dist/generated/themes/SideNavigationItemBase.css.d.ts +1 -1
- package/dist/generated/themes/SideNavigationItemBase.css.js +1 -1
- package/dist/generated/themes/SideNavigationItemBase.css.js.map +1 -1
- package/dist/generated/themes/SideNavigationPopover.css.d.ts +1 -1
- package/dist/generated/themes/SideNavigationPopover.css.js +1 -1
- package/dist/generated/themes/SideNavigationPopover.css.js.map +1 -1
- package/dist/generated/themes/SideNavigationSubItem.css.d.ts +1 -1
- package/dist/generated/themes/SideNavigationSubItem.css.js +1 -1
- package/dist/generated/themes/SideNavigationSubItem.css.js.map +1 -1
- package/dist/generated/themes/Timeline.css.d.ts +1 -1
- package/dist/generated/themes/Timeline.css.js +1 -1
- package/dist/generated/themes/Timeline.css.js.map +1 -1
- package/dist/generated/themes/TimelineGroupItem.css.d.ts +1 -1
- package/dist/generated/themes/TimelineGroupItem.css.js +1 -1
- package/dist/generated/themes/TimelineGroupItem.css.js.map +1 -1
- package/dist/generated/themes/TimelineItem.css.d.ts +1 -1
- package/dist/generated/themes/TimelineItem.css.js +1 -1
- package/dist/generated/themes/TimelineItem.css.js.map +1 -1
- package/dist/generated/themes/UploadCollection.css.d.ts +1 -1
- package/dist/generated/themes/UploadCollection.css.js +1 -1
- package/dist/generated/themes/UploadCollection.css.js.map +1 -1
- package/dist/generated/themes/UploadCollectionItem.css.d.ts +1 -1
- package/dist/generated/themes/UploadCollectionItem.css.js +1 -1
- package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -1
- package/dist/generated/themes/UserSettingsDialog.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsDialog.css.js +8 -0
- package/dist/generated/themes/UserSettingsDialog.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsItem.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsItem.css.js +8 -0
- package/dist/generated/themes/UserSettingsItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsView.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsView.css.js +8 -0
- package/dist/generated/themes/UserSettingsView.css.js.map +1 -0
- package/dist/generated/themes/ViewSettingsDialog.css.d.ts +1 -1
- package/dist/generated/themes/ViewSettingsDialog.css.js +1 -1
- package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -1
- package/dist/generated/themes/Wizard.css.d.ts +1 -1
- package/dist/generated/themes/Wizard.css.js +1 -1
- package/dist/generated/themes/Wizard.css.js.map +1 -1
- package/dist/generated/themes/WizardTab.css.d.ts +1 -1
- package/dist/generated/themes/WizardTab.css.js +1 -1
- package/dist/generated/themes/WizardTab.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_dark/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/generated/themes/sap_horizon_exp/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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
- package/dist/types/SearchMode.d.ts +17 -0
- package/dist/types/SearchMode.js +19 -0
- package/dist/types/SearchMode.js.map +1 -0
- package/dist/vscode.html-custom-data.json +104 -0
- package/dist/web-types.json +283 -1
- package/package.json +7 -7
- package/src/NotificationListGroupItemTemplate.tsx +37 -43
- package/src/SearchFieldTemplate.tsx +83 -0
- package/src/UserSettingsDialogTemplate.tsx +68 -0
- package/src/UserSettingsItemTemplate.tsx +52 -0
- package/src/UserSettingsViewTemplate.tsx +11 -0
- package/src/i18n/messagebundle.properties +27 -1
- package/src/themes/IllustratedMessage.css +5 -2
- package/src/themes/NavigationMenuItem.css +0 -1
- package/src/themes/NotificationListGroupItem.css +5 -0
- package/src/themes/SearchField.css +234 -0
- package/src/themes/ShellBar.css +7 -2
- package/src/themes/SideNavigationItemBase.css +71 -10
- package/src/themes/UserSettingsDialog.css +106 -0
- package/src/themes/UserSettingsItem.css +78 -0
- package/src/themes/UserSettingsView.css +13 -0
- package/src/themes/base/SearchField-parameters.css +23 -0
- package/src/themes/base/SideNavigation-parameters.css +7 -1
- package/src/themes/sap_fiori_3/SearchField-parameters.css +25 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +1 -0
- package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +25 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
- package/src/themes/sap_fiori_3_hcb/SearchField-parameters.css +25 -0
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
- package/src/themes/sap_fiori_3_hcw/SearchField-parameters.css +25 -0
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
- package/src/themes/sap_horizon/SideNavigation-parameters.css +7 -3
- package/src/themes/sap_horizon/parameters-bundle.css +1 -0
- package/src/themes/sap_horizon_dark/SideNavigation-parameters.css +7 -3
- package/src/themes/sap_horizon_dark/parameters-bundle.css +1 -0
- package/src/themes/sap_horizon_hcb/SearchField-parameters.css +25 -0
- package/src/themes/sap_horizon_hcb/SideNavigation-parameters.css +9 -3
- package/src/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
- package/src/themes/sap_horizon_hcw/SearchField-parameters.css +25 -0
- package/src/themes/sap_horizon_hcw/SideNavigation-parameters.css +9 -3
- package/src/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
|
@@ -164,6 +164,21 @@
|
|
|
164
164
|
}
|
|
165
165
|
]
|
|
166
166
|
},
|
|
167
|
+
{
|
|
168
|
+
"kind": "javascript-module",
|
|
169
|
+
"path": "dist/types/SearchMode.js",
|
|
170
|
+
"declarations": [],
|
|
171
|
+
"exports": [
|
|
172
|
+
{
|
|
173
|
+
"kind": "js",
|
|
174
|
+
"name": "default",
|
|
175
|
+
"declaration": {
|
|
176
|
+
"name": "SearchMode",
|
|
177
|
+
"module": "dist/types/SearchMode.js"
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
},
|
|
167
182
|
{
|
|
168
183
|
"kind": "javascript-module",
|
|
169
184
|
"path": "dist/types/SideContentFallDown.js",
|
|
@@ -2911,6 +2926,80 @@
|
|
|
2911
2926
|
}
|
|
2912
2927
|
]
|
|
2913
2928
|
},
|
|
2929
|
+
{
|
|
2930
|
+
"kind": "javascript-module",
|
|
2931
|
+
"path": "dist/SearchField.js",
|
|
2932
|
+
"declarations": [],
|
|
2933
|
+
"exports": [
|
|
2934
|
+
{
|
|
2935
|
+
"kind": "js",
|
|
2936
|
+
"name": "default",
|
|
2937
|
+
"declaration": {
|
|
2938
|
+
"name": "SearchField",
|
|
2939
|
+
"module": "dist/SearchField.js"
|
|
2940
|
+
}
|
|
2941
|
+
}
|
|
2942
|
+
]
|
|
2943
|
+
},
|
|
2944
|
+
{
|
|
2945
|
+
"kind": "javascript-module",
|
|
2946
|
+
"path": "dist/SearchFieldScopeOption.js",
|
|
2947
|
+
"declarations": [
|
|
2948
|
+
{
|
|
2949
|
+
"kind": "class",
|
|
2950
|
+
"description": "The `ui5-search-scope-option` represents the options for the scope in `ui5-search`.",
|
|
2951
|
+
"name": "SearchFieldScopeOption",
|
|
2952
|
+
"members": [
|
|
2953
|
+
{
|
|
2954
|
+
"kind": "field",
|
|
2955
|
+
"name": "text",
|
|
2956
|
+
"type": {
|
|
2957
|
+
"text": "string"
|
|
2958
|
+
},
|
|
2959
|
+
"description": "Defines the text of the component.",
|
|
2960
|
+
"default": "\"\"",
|
|
2961
|
+
"privacy": "public"
|
|
2962
|
+
}
|
|
2963
|
+
],
|
|
2964
|
+
"attributes": [
|
|
2965
|
+
{
|
|
2966
|
+
"description": "Defines the text of the component.",
|
|
2967
|
+
"name": "text",
|
|
2968
|
+
"default": "\"\"",
|
|
2969
|
+
"fieldName": "text",
|
|
2970
|
+
"type": {
|
|
2971
|
+
"text": "string"
|
|
2972
|
+
}
|
|
2973
|
+
}
|
|
2974
|
+
],
|
|
2975
|
+
"superclass": {
|
|
2976
|
+
"name": "UI5Element",
|
|
2977
|
+
"package": "@ui5/webcomponents-base",
|
|
2978
|
+
"module": "dist/UI5Element.js"
|
|
2979
|
+
},
|
|
2980
|
+
"tagName": "ui5-search-field-scope-option",
|
|
2981
|
+
"customElement": true
|
|
2982
|
+
}
|
|
2983
|
+
],
|
|
2984
|
+
"exports": [
|
|
2985
|
+
{
|
|
2986
|
+
"kind": "js",
|
|
2987
|
+
"name": "default",
|
|
2988
|
+
"declaration": {
|
|
2989
|
+
"name": "SearchFieldScopeOption",
|
|
2990
|
+
"module": "dist/SearchFieldScopeOption.js"
|
|
2991
|
+
}
|
|
2992
|
+
},
|
|
2993
|
+
{
|
|
2994
|
+
"kind": "custom-element-definition",
|
|
2995
|
+
"name": "ui5-search-field-scope-option",
|
|
2996
|
+
"declaration": {
|
|
2997
|
+
"name": "SearchFieldScopeOption",
|
|
2998
|
+
"module": "dist/SearchFieldScopeOption.js"
|
|
2999
|
+
}
|
|
3000
|
+
}
|
|
3001
|
+
]
|
|
3002
|
+
},
|
|
2914
3003
|
{
|
|
2915
3004
|
"kind": "javascript-module",
|
|
2916
3005
|
"path": "dist/ShellBar.js",
|
|
@@ -6164,6 +6253,490 @@
|
|
|
6164
6253
|
}
|
|
6165
6254
|
]
|
|
6166
6255
|
},
|
|
6256
|
+
{
|
|
6257
|
+
"kind": "javascript-module",
|
|
6258
|
+
"path": "dist/UserSettingsDialog.js",
|
|
6259
|
+
"declarations": [
|
|
6260
|
+
{
|
|
6261
|
+
"kind": "class",
|
|
6262
|
+
"description": "### Overview\n\nThe `ui5-user-settings-dialog` is an SAP Fiori-specific web component used in the `ui5-profile-menu`.\nIt allows the user to easily view information and settings for an account.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents-fiori/dist/UserSettingsDialog.js\";`",
|
|
6263
|
+
"name": "UserSettingsDialog",
|
|
6264
|
+
"slots": [
|
|
6265
|
+
{
|
|
6266
|
+
"name": "default",
|
|
6267
|
+
"description": "Defines the user settings items.\n\n**Note:** If no setting item is set as `selected`, the first one will be selected."
|
|
6268
|
+
},
|
|
6269
|
+
{
|
|
6270
|
+
"name": "fixedItems",
|
|
6271
|
+
"description": "Defines the fixed user settings items."
|
|
6272
|
+
}
|
|
6273
|
+
],
|
|
6274
|
+
"members": [
|
|
6275
|
+
{
|
|
6276
|
+
"kind": "field",
|
|
6277
|
+
"name": "open",
|
|
6278
|
+
"type": {
|
|
6279
|
+
"text": "boolean"
|
|
6280
|
+
},
|
|
6281
|
+
"default": "false",
|
|
6282
|
+
"description": "Defines, if the User Settings Dialog is opened.",
|
|
6283
|
+
"privacy": "public"
|
|
6284
|
+
},
|
|
6285
|
+
{
|
|
6286
|
+
"kind": "field",
|
|
6287
|
+
"name": "headerText",
|
|
6288
|
+
"type": {
|
|
6289
|
+
"text": "string | undefined"
|
|
6290
|
+
},
|
|
6291
|
+
"description": "Defines the headerText of the item.",
|
|
6292
|
+
"privacy": "public",
|
|
6293
|
+
"default": "undefined"
|
|
6294
|
+
},
|
|
6295
|
+
{
|
|
6296
|
+
"kind": "field",
|
|
6297
|
+
"name": "showSearchField",
|
|
6298
|
+
"type": {
|
|
6299
|
+
"text": "boolean"
|
|
6300
|
+
},
|
|
6301
|
+
"default": "false",
|
|
6302
|
+
"description": "Defines if the Search Field would be displayed.\n\n**Note:** By default the Search Field is not displayed.",
|
|
6303
|
+
"privacy": "public"
|
|
6304
|
+
}
|
|
6305
|
+
],
|
|
6306
|
+
"events": [
|
|
6307
|
+
{
|
|
6308
|
+
"name": "selection-change",
|
|
6309
|
+
"type": {
|
|
6310
|
+
"text": "CustomEvent<UserSettingsItemSelectEventDetail>",
|
|
6311
|
+
"references": [
|
|
6312
|
+
{
|
|
6313
|
+
"name": "UserSettingsItemSelectEventDetail",
|
|
6314
|
+
"package": "@ui5/webcomponents-fiori",
|
|
6315
|
+
"module": "dist/UserSettingsDialog.js"
|
|
6316
|
+
}
|
|
6317
|
+
]
|
|
6318
|
+
},
|
|
6319
|
+
"description": "Fired when an item is selected."
|
|
6320
|
+
},
|
|
6321
|
+
{
|
|
6322
|
+
"name": "open",
|
|
6323
|
+
"type": {
|
|
6324
|
+
"text": "CustomEvent"
|
|
6325
|
+
},
|
|
6326
|
+
"description": "Fired when a settings dialog is open."
|
|
6327
|
+
},
|
|
6328
|
+
{
|
|
6329
|
+
"name": "before-close",
|
|
6330
|
+
"type": {
|
|
6331
|
+
"text": "CustomEvent"
|
|
6332
|
+
},
|
|
6333
|
+
"description": "Fired before the settings dialog is closed."
|
|
6334
|
+
},
|
|
6335
|
+
{
|
|
6336
|
+
"name": "close",
|
|
6337
|
+
"type": {
|
|
6338
|
+
"text": "CustomEvent"
|
|
6339
|
+
},
|
|
6340
|
+
"description": "Fired when a settings dialog is closed."
|
|
6341
|
+
}
|
|
6342
|
+
],
|
|
6343
|
+
"attributes": [
|
|
6344
|
+
{
|
|
6345
|
+
"description": "Defines, if the User Settings Dialog is opened.",
|
|
6346
|
+
"name": "open",
|
|
6347
|
+
"default": "false",
|
|
6348
|
+
"fieldName": "open",
|
|
6349
|
+
"type": {
|
|
6350
|
+
"text": "boolean"
|
|
6351
|
+
}
|
|
6352
|
+
},
|
|
6353
|
+
{
|
|
6354
|
+
"description": "Defines the headerText of the item.",
|
|
6355
|
+
"name": "header-text",
|
|
6356
|
+
"default": "undefined",
|
|
6357
|
+
"fieldName": "headerText",
|
|
6358
|
+
"type": {
|
|
6359
|
+
"text": "string | undefined"
|
|
6360
|
+
}
|
|
6361
|
+
},
|
|
6362
|
+
{
|
|
6363
|
+
"description": "Defines if the Search Field would be displayed.\n\n**Note:** By default the Search Field is not displayed.",
|
|
6364
|
+
"name": "show-search-field",
|
|
6365
|
+
"default": "false",
|
|
6366
|
+
"fieldName": "showSearchField",
|
|
6367
|
+
"type": {
|
|
6368
|
+
"text": "boolean"
|
|
6369
|
+
}
|
|
6370
|
+
}
|
|
6371
|
+
],
|
|
6372
|
+
"superclass": {
|
|
6373
|
+
"name": "UI5Element",
|
|
6374
|
+
"package": "@ui5/webcomponents-base",
|
|
6375
|
+
"module": "dist/UI5Element.js"
|
|
6376
|
+
},
|
|
6377
|
+
"tagName": "ui5-user-settings-dialog",
|
|
6378
|
+
"customElement": true
|
|
6379
|
+
}
|
|
6380
|
+
],
|
|
6381
|
+
"exports": [
|
|
6382
|
+
{
|
|
6383
|
+
"kind": "js",
|
|
6384
|
+
"name": "default",
|
|
6385
|
+
"declaration": {
|
|
6386
|
+
"name": "UserSettingsDialog",
|
|
6387
|
+
"module": "dist/UserSettingsDialog.js"
|
|
6388
|
+
}
|
|
6389
|
+
},
|
|
6390
|
+
{
|
|
6391
|
+
"kind": "custom-element-definition",
|
|
6392
|
+
"name": "ui5-user-settings-dialog",
|
|
6393
|
+
"declaration": {
|
|
6394
|
+
"name": "UserSettingsDialog",
|
|
6395
|
+
"module": "dist/UserSettingsDialog.js"
|
|
6396
|
+
}
|
|
6397
|
+
}
|
|
6398
|
+
]
|
|
6399
|
+
},
|
|
6400
|
+
{
|
|
6401
|
+
"kind": "javascript-module",
|
|
6402
|
+
"path": "dist/UserSettingsItem.js",
|
|
6403
|
+
"declarations": [
|
|
6404
|
+
{
|
|
6405
|
+
"kind": "class",
|
|
6406
|
+
"description": "### Overview\n\nThe `ui5-user-settings-item` represents an item in the `ui5-user-settings-dialog`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents-fiori/dist/UserSettingsItem.js\";`\n\nYou can disable the <code>UserSettingsItem</code> by setting the <code>enabled</code> property to <code>false</code>,\nor use the <code>UserSettingsItem</code> in read-only mode by setting the <code>editable</code> property to false.\n\n<b>Note:</b> Disabled and read-only states shouldn't be used together.",
|
|
6407
|
+
"name": "UserSettingsItem",
|
|
6408
|
+
"slots": [
|
|
6409
|
+
{
|
|
6410
|
+
"name": "default",
|
|
6411
|
+
"description": "Defines the tab views of the user settings item.\n\nThe tab views are displayed by default if there is no selected page view."
|
|
6412
|
+
},
|
|
6413
|
+
{
|
|
6414
|
+
"name": "pages",
|
|
6415
|
+
"description": "Defines the page views of the user settings item.\n\nIf there are no tab views, the first page view will be shown unless there is selected one. If there is selected page\nview it will be shown no matter if there are tab views."
|
|
6416
|
+
}
|
|
6417
|
+
],
|
|
6418
|
+
"members": [
|
|
6419
|
+
{
|
|
6420
|
+
"kind": "field",
|
|
6421
|
+
"name": "text",
|
|
6422
|
+
"type": {
|
|
6423
|
+
"text": "string"
|
|
6424
|
+
},
|
|
6425
|
+
"default": "\"\"",
|
|
6426
|
+
"description": "Defines the text of the user settings item.",
|
|
6427
|
+
"privacy": "public"
|
|
6428
|
+
},
|
|
6429
|
+
{
|
|
6430
|
+
"kind": "field",
|
|
6431
|
+
"name": "tooltip",
|
|
6432
|
+
"type": {
|
|
6433
|
+
"text": "string"
|
|
6434
|
+
},
|
|
6435
|
+
"default": "\"\"",
|
|
6436
|
+
"description": "Defines the tooltip of the component.\n\nA tooltip attribute should be provided to represent the meaning or function when the component is collapsed and only the icon is visible.",
|
|
6437
|
+
"privacy": "public"
|
|
6438
|
+
},
|
|
6439
|
+
{
|
|
6440
|
+
"kind": "field",
|
|
6441
|
+
"name": "headerText",
|
|
6442
|
+
"type": {
|
|
6443
|
+
"text": "string | undefined"
|
|
6444
|
+
},
|
|
6445
|
+
"description": "Defines the headerText of the item.",
|
|
6446
|
+
"privacy": "public",
|
|
6447
|
+
"default": "\"\""
|
|
6448
|
+
},
|
|
6449
|
+
{
|
|
6450
|
+
"kind": "field",
|
|
6451
|
+
"name": "selected",
|
|
6452
|
+
"type": {
|
|
6453
|
+
"text": "boolean"
|
|
6454
|
+
},
|
|
6455
|
+
"default": "false",
|
|
6456
|
+
"description": "Shows item tab.",
|
|
6457
|
+
"privacy": "public"
|
|
6458
|
+
},
|
|
6459
|
+
{
|
|
6460
|
+
"kind": "field",
|
|
6461
|
+
"name": "disabled",
|
|
6462
|
+
"type": {
|
|
6463
|
+
"text": "boolean"
|
|
6464
|
+
},
|
|
6465
|
+
"default": "false",
|
|
6466
|
+
"description": "Defines whether the component is in disabled state.\n\n**Note:** A disabled component is completely noninteractive.",
|
|
6467
|
+
"privacy": "public"
|
|
6468
|
+
},
|
|
6469
|
+
{
|
|
6470
|
+
"kind": "field",
|
|
6471
|
+
"name": "loading",
|
|
6472
|
+
"type": {
|
|
6473
|
+
"text": "boolean"
|
|
6474
|
+
},
|
|
6475
|
+
"default": "false",
|
|
6476
|
+
"description": "Indicates whether a loading indicator should be shown.",
|
|
6477
|
+
"privacy": "public"
|
|
6478
|
+
},
|
|
6479
|
+
{
|
|
6480
|
+
"kind": "field",
|
|
6481
|
+
"name": "loadingReason",
|
|
6482
|
+
"type": {
|
|
6483
|
+
"text": "string | undefined"
|
|
6484
|
+
},
|
|
6485
|
+
"description": "Indicates why the control is in loading state.",
|
|
6486
|
+
"default": "undefined",
|
|
6487
|
+
"privacy": "public"
|
|
6488
|
+
},
|
|
6489
|
+
{
|
|
6490
|
+
"kind": "field",
|
|
6491
|
+
"name": "icon",
|
|
6492
|
+
"type": {
|
|
6493
|
+
"text": "string"
|
|
6494
|
+
},
|
|
6495
|
+
"default": "\"globe\"",
|
|
6496
|
+
"description": "Defines the icon of the component.",
|
|
6497
|
+
"privacy": "public"
|
|
6498
|
+
},
|
|
6499
|
+
{
|
|
6500
|
+
"kind": "field",
|
|
6501
|
+
"name": "accessibleName",
|
|
6502
|
+
"type": {
|
|
6503
|
+
"text": "string | undefined"
|
|
6504
|
+
},
|
|
6505
|
+
"description": "Defines the accessible ARIA name of the component.",
|
|
6506
|
+
"default": "undefined",
|
|
6507
|
+
"privacy": "public"
|
|
6508
|
+
}
|
|
6509
|
+
],
|
|
6510
|
+
"events": [
|
|
6511
|
+
{
|
|
6512
|
+
"name": "selection-change",
|
|
6513
|
+
"type": {
|
|
6514
|
+
"text": "CustomEvent<UserSettingsItemViewSelectEventDetail>",
|
|
6515
|
+
"references": [
|
|
6516
|
+
{
|
|
6517
|
+
"name": "UserSettingsItemViewSelectEventDetail",
|
|
6518
|
+
"package": "@ui5/webcomponents-fiori",
|
|
6519
|
+
"module": "dist/UserSettingsItem.js"
|
|
6520
|
+
}
|
|
6521
|
+
]
|
|
6522
|
+
},
|
|
6523
|
+
"description": "Fired when a selected view changed."
|
|
6524
|
+
}
|
|
6525
|
+
],
|
|
6526
|
+
"attributes": [
|
|
6527
|
+
{
|
|
6528
|
+
"description": "Defines the text of the user settings item.",
|
|
6529
|
+
"name": "text",
|
|
6530
|
+
"default": "\"\"",
|
|
6531
|
+
"fieldName": "text",
|
|
6532
|
+
"type": {
|
|
6533
|
+
"text": "string"
|
|
6534
|
+
}
|
|
6535
|
+
},
|
|
6536
|
+
{
|
|
6537
|
+
"description": "Defines the tooltip of the component.\n\nA tooltip attribute should be provided to represent the meaning or function when the component is collapsed and only the icon is visible.",
|
|
6538
|
+
"name": "tooltip",
|
|
6539
|
+
"default": "\"\"",
|
|
6540
|
+
"fieldName": "tooltip",
|
|
6541
|
+
"type": {
|
|
6542
|
+
"text": "string"
|
|
6543
|
+
}
|
|
6544
|
+
},
|
|
6545
|
+
{
|
|
6546
|
+
"description": "Defines the headerText of the item.",
|
|
6547
|
+
"name": "header-text",
|
|
6548
|
+
"default": "\"\"",
|
|
6549
|
+
"fieldName": "headerText",
|
|
6550
|
+
"type": {
|
|
6551
|
+
"text": "string | undefined"
|
|
6552
|
+
}
|
|
6553
|
+
},
|
|
6554
|
+
{
|
|
6555
|
+
"description": "Shows item tab.",
|
|
6556
|
+
"name": "selected",
|
|
6557
|
+
"default": "false",
|
|
6558
|
+
"fieldName": "selected",
|
|
6559
|
+
"type": {
|
|
6560
|
+
"text": "boolean"
|
|
6561
|
+
}
|
|
6562
|
+
},
|
|
6563
|
+
{
|
|
6564
|
+
"description": "Defines whether the component is in disabled state.\n\n**Note:** A disabled component is completely noninteractive.",
|
|
6565
|
+
"name": "disabled",
|
|
6566
|
+
"default": "false",
|
|
6567
|
+
"fieldName": "disabled",
|
|
6568
|
+
"type": {
|
|
6569
|
+
"text": "boolean"
|
|
6570
|
+
}
|
|
6571
|
+
},
|
|
6572
|
+
{
|
|
6573
|
+
"description": "Indicates whether a loading indicator should be shown.",
|
|
6574
|
+
"name": "loading",
|
|
6575
|
+
"default": "false",
|
|
6576
|
+
"fieldName": "loading",
|
|
6577
|
+
"type": {
|
|
6578
|
+
"text": "boolean"
|
|
6579
|
+
}
|
|
6580
|
+
},
|
|
6581
|
+
{
|
|
6582
|
+
"description": "Indicates why the control is in loading state.",
|
|
6583
|
+
"name": "loading-reason",
|
|
6584
|
+
"default": "undefined",
|
|
6585
|
+
"fieldName": "loadingReason",
|
|
6586
|
+
"type": {
|
|
6587
|
+
"text": "string | undefined"
|
|
6588
|
+
}
|
|
6589
|
+
},
|
|
6590
|
+
{
|
|
6591
|
+
"description": "Defines the icon of the component.",
|
|
6592
|
+
"name": "icon",
|
|
6593
|
+
"default": "\"globe\"",
|
|
6594
|
+
"fieldName": "icon",
|
|
6595
|
+
"type": {
|
|
6596
|
+
"text": "string"
|
|
6597
|
+
}
|
|
6598
|
+
},
|
|
6599
|
+
{
|
|
6600
|
+
"description": "Defines the accessible ARIA name of the component.",
|
|
6601
|
+
"name": "accessible-name",
|
|
6602
|
+
"default": "undefined",
|
|
6603
|
+
"fieldName": "accessibleName",
|
|
6604
|
+
"type": {
|
|
6605
|
+
"text": "string | undefined"
|
|
6606
|
+
}
|
|
6607
|
+
}
|
|
6608
|
+
],
|
|
6609
|
+
"superclass": {
|
|
6610
|
+
"name": "UI5Element",
|
|
6611
|
+
"package": "@ui5/webcomponents-base",
|
|
6612
|
+
"module": "dist/UI5Element.js"
|
|
6613
|
+
},
|
|
6614
|
+
"tagName": "ui5-user-settings-item",
|
|
6615
|
+
"customElement": true
|
|
6616
|
+
}
|
|
6617
|
+
],
|
|
6618
|
+
"exports": [
|
|
6619
|
+
{
|
|
6620
|
+
"kind": "js",
|
|
6621
|
+
"name": "default",
|
|
6622
|
+
"declaration": {
|
|
6623
|
+
"name": "UserSettingsItem",
|
|
6624
|
+
"module": "dist/UserSettingsItem.js"
|
|
6625
|
+
}
|
|
6626
|
+
},
|
|
6627
|
+
{
|
|
6628
|
+
"kind": "custom-element-definition",
|
|
6629
|
+
"name": "ui5-user-settings-item",
|
|
6630
|
+
"declaration": {
|
|
6631
|
+
"name": "UserSettingsItem",
|
|
6632
|
+
"module": "dist/UserSettingsItem.js"
|
|
6633
|
+
}
|
|
6634
|
+
}
|
|
6635
|
+
]
|
|
6636
|
+
},
|
|
6637
|
+
{
|
|
6638
|
+
"kind": "javascript-module",
|
|
6639
|
+
"path": "dist/UserSettingsView.js",
|
|
6640
|
+
"declarations": [
|
|
6641
|
+
{
|
|
6642
|
+
"kind": "class",
|
|
6643
|
+
"description": "### Overview\n\nThe `ui5-user-settings-view` represents a view displayed in the `ui5-user-settings-item`.",
|
|
6644
|
+
"name": "UserSettingsView",
|
|
6645
|
+
"slots": [
|
|
6646
|
+
{
|
|
6647
|
+
"name": "default",
|
|
6648
|
+
"description": "Defines the content of the view."
|
|
6649
|
+
}
|
|
6650
|
+
],
|
|
6651
|
+
"members": [
|
|
6652
|
+
{
|
|
6653
|
+
"kind": "field",
|
|
6654
|
+
"name": "text",
|
|
6655
|
+
"type": {
|
|
6656
|
+
"text": "string | undefined"
|
|
6657
|
+
},
|
|
6658
|
+
"description": "Defines the title text of the user settings view.",
|
|
6659
|
+
"privacy": "public",
|
|
6660
|
+
"default": "undefined"
|
|
6661
|
+
},
|
|
6662
|
+
{
|
|
6663
|
+
"kind": "field",
|
|
6664
|
+
"name": "selected",
|
|
6665
|
+
"type": {
|
|
6666
|
+
"text": "boolean"
|
|
6667
|
+
},
|
|
6668
|
+
"default": "false",
|
|
6669
|
+
"description": "Defines whether the view is selected. There can be just one selected view at a time.",
|
|
6670
|
+
"privacy": "public"
|
|
6671
|
+
},
|
|
6672
|
+
{
|
|
6673
|
+
"kind": "field",
|
|
6674
|
+
"name": "secondary",
|
|
6675
|
+
"type": {
|
|
6676
|
+
"text": "boolean"
|
|
6677
|
+
},
|
|
6678
|
+
"default": "false",
|
|
6679
|
+
"description": "Indicates whether the view is secondary. It is relevant only if the view is used in `pages` slot of `ui5-user-settings-item`\nand controls the visibility of the back button.",
|
|
6680
|
+
"privacy": "public"
|
|
6681
|
+
}
|
|
6682
|
+
],
|
|
6683
|
+
"attributes": [
|
|
6684
|
+
{
|
|
6685
|
+
"description": "Defines the title text of the user settings view.",
|
|
6686
|
+
"name": "text",
|
|
6687
|
+
"default": "undefined",
|
|
6688
|
+
"fieldName": "text",
|
|
6689
|
+
"type": {
|
|
6690
|
+
"text": "string | undefined"
|
|
6691
|
+
}
|
|
6692
|
+
},
|
|
6693
|
+
{
|
|
6694
|
+
"description": "Defines whether the view is selected. There can be just one selected view at a time.",
|
|
6695
|
+
"name": "selected",
|
|
6696
|
+
"default": "false",
|
|
6697
|
+
"fieldName": "selected",
|
|
6698
|
+
"type": {
|
|
6699
|
+
"text": "boolean"
|
|
6700
|
+
}
|
|
6701
|
+
},
|
|
6702
|
+
{
|
|
6703
|
+
"description": "Indicates whether the view is secondary. It is relevant only if the view is used in `pages` slot of `ui5-user-settings-item`\nand controls the visibility of the back button.",
|
|
6704
|
+
"name": "secondary",
|
|
6705
|
+
"default": "false",
|
|
6706
|
+
"fieldName": "secondary",
|
|
6707
|
+
"type": {
|
|
6708
|
+
"text": "boolean"
|
|
6709
|
+
}
|
|
6710
|
+
}
|
|
6711
|
+
],
|
|
6712
|
+
"superclass": {
|
|
6713
|
+
"name": "UI5Element",
|
|
6714
|
+
"package": "@ui5/webcomponents-base",
|
|
6715
|
+
"module": "dist/UI5Element.js"
|
|
6716
|
+
},
|
|
6717
|
+
"tagName": "ui5-user-settings-view",
|
|
6718
|
+
"customElement": true
|
|
6719
|
+
}
|
|
6720
|
+
],
|
|
6721
|
+
"exports": [
|
|
6722
|
+
{
|
|
6723
|
+
"kind": "js",
|
|
6724
|
+
"name": "default",
|
|
6725
|
+
"declaration": {
|
|
6726
|
+
"name": "UserSettingsView",
|
|
6727
|
+
"module": "dist/UserSettingsView.js"
|
|
6728
|
+
}
|
|
6729
|
+
},
|
|
6730
|
+
{
|
|
6731
|
+
"kind": "custom-element-definition",
|
|
6732
|
+
"name": "ui5-user-settings-view",
|
|
6733
|
+
"declaration": {
|
|
6734
|
+
"name": "UserSettingsView",
|
|
6735
|
+
"module": "dist/UserSettingsView.js"
|
|
6736
|
+
}
|
|
6737
|
+
}
|
|
6738
|
+
]
|
|
6739
|
+
},
|
|
6167
6740
|
{
|
|
6168
6741
|
"kind": "javascript-module",
|
|
6169
6742
|
"path": "dist/ViewSettingsDialog.js",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
":root{--_ui5-v2-8-0-rc-2_fcl_solid_bg: var(--sapShell_Background);--_ui5-v2-8-0-rc-2_fcl_column_border: none;--_ui5-v2-8-0-rc-2_fcl_decoration_top: linear-gradient(to top, var(--sapHighlightColor), transparent);--_ui5-v2-8-0-rc-2_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-v2-8-0-rc-2_media_gallery_overflow_btn_background: var(--sapButton_Neutral_Background);--_ui5-v2-8-0-rc-2_media_gallery_overflow_btn_color: var(--sapBaseColor);--_ui5-v2-8-0-rc-2_media_gallery_overflow_btn_border: none;--_ui5-v2-8-0-rc-2_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5-v2-8-0-rc-2_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5-v2-8-0-rc-2_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0-rc-2_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-v2-8-0-rc-2-notification_item-border-radius: 0px;--_ui5-v2-8-0-rc-2-notification_group_header-border-bottom-width: .0625rem;--_ui5-v2-8-0-rc-2-notification_group_header-margin: 0px;--_ui5-v2-8-0-rc-2-notification_group_header-margin-expanded: .5rem;--_ui5-v2-8-0-rc-2-notification_group_header-padding: 1rem .5rem;--_ui5-v2-8-0-rc-2-notification_item-state-icon-padding: .625rem;--_ui5-v2-8-0-rc-2-notification_item-border-bottom: var(--ui5-v2-8-0-rc-2-listitem-border-bottom);--_ui5-v2-8-0-rc-2-notification_item-border-top-left-right: none;--_ui5-v2-8-0-rc-2-notification_item-margin: 0;--_ui5-v2-8-0-rc-2-notification_item-background-color-hover: none;--_ui5-v2-8-0-rc-2-notification_item-background-color-active: none;--_ui5-v2-8-0-rc-2-notification_item-border-active: 1px solid transparent;--_ui5-v2-8-0-rc-2-notification_item-root-padding-inline: 1rem .5rem;--_ui5-v2-8-0-rc-2-notification_item-content-padding: .75rem 1rem;--_ui5-v2-8-0-rc-2-notification_item-title-margin-bottom: .25rem;--_ui5-v2-8-0-rc-2-notification_item-title-padding-end-two-buttons: 4.375rem;--_ui5-v2-8-0-rc-2-notification_item-title-padding-end-one-button: 2.125rem;--_ui5-v2-8-0-rc-2-notification_item-description-margin-top: .75rem;--_ui5-v2-8-0-rc-2-notification_item-footer-margin-top: .75rem;--_ui5-v2-8-0-rc-2-notification_item-focus-offset: 0;--_ui5-v2-8-0-rc-2-notification_item-outline-offset: 0;--_ui5-v2-8-0-rc-2-notification_item-growing-btn-background-color-active: var(--sapList_Active_Background);--_ui5-v2-8-0-rc-2_page_list_bg: var(--sapGroup_ContentBackground);--_ui5-v2-8-0-rc-2_page_transparent_bg: transparent;--_ui5-v2-8-0-rc-2_product_switch_item_width: 11.25rem;--_ui5-v2-8-0-rc-2_product_switch_item_height: 7rem;--_ui5-v2-8-0-rc-2_product_switch_item_outline_width: .0625rem;--_ui5-v2-8-0-rc-2_product_switch_item_outline_color: var(--sapContent_FocusColor);--_ui5-v2-8-0-rc-2_product_switch_item_outline: var(--_ui5-v2-8-0-rc-2_product_switch_item_outline_width) var(--_ui5-v2-8-0-rc-2_product_switch_item_outline_color) dotted;--_ui5-v2-8-0-rc-2_product_switch_item_active_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0-rc-2_product_switch_item_outline_offset: -.1875rem;--_ui5-v2-8-0-rc-2_product_switch_item_outline_offset_positive: .1875rem;--_ui5-v2-8-0-rc-2_shellbar_root_height: 2.75rem;--_ui5-v2-8-0-rc-2_shellbar_logo_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0-rc-2_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-8-0-rc-2_shellbar_logo_outline_color);--_ui5-v2-8-0-rc-2_shellbar_outline_offset: -.0625rem;--_ui5-v2-8-0-rc-2_shellbar_logo_outline_offset: var(--_ui5-v2-8-0-rc-2_shellbar_outline_offset);--_ui5-v2-8-0-rc-2_shellbar_button_box_shadow: none;--_ui5-v2-8-0-rc-2_shellbar_button_box_shadow_active: none;--_ui5-v2-8-0-rc-2_shellbar_button_border: none;--_ui5-v2-8-0-rc-2_shellbar_button_border_radius: .25rem;--_ui5-v2-8-0-rc-2_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5-v2-8-0-rc-2_shellbar_logo_outline_border_radius: 0;--_ui5-v2-8-0-rc-2_shellbar_search_button_size: 2.25rem;--_ui5-v2-8-0-rc-2_shellbar_search_field_height: 2.25rem;--_ui5-v2-8-0-rc-2_shellbar_search_button_border_radius: .25rem;--_ui5-v2-8-0-rc-2_shellbar_search_field_background: var(--sapShellColor);--_ui5-v2-8-0-rc-2_shellbar_search_field_border: .0625rem solid var(--sapShell_InteractiveBorderColor);--_ui5-v2-8-0-rc-2_shellbar_search_field_box_shadow: none;--_ui5-v2-8-0-rc-2_shellbar_search_field_color: var(--sapShell_TextColor);--_ui5-v2-8-0-rc-2_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0-rc-2_shellbar_search_field_width: 25rem;--_ui5-v2-8-0-rc-2_shellbar_input_focus_outline_color: inherit;--_ui5-v2-8-0-rc-2_shellbar_overflow_container_middle_height: 2.5rem;--_ui5-v2-8-0-rc-2_shellbar_menu_button_title_font_size: .75rem;--_ui5-v2-8-0-rc-2_shellbar_image_button_border_radius: 50%;--_ui5-v2-8-0-rc-2-shellbar-content-margin-start: .5rem;--_ui5-v2-8-0-rc-2-shellbar-overflow-button-margin: .5rem;--_ui5-v2-8-0-rc-2_shellbar_button_focused_border: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0-rc-2_side_navigation_width: 15rem;--_ui5-v2-8-0-rc-2_side_navigation_collapsed_width: 3rem;--_ui5-v2-8-0-rc-2_side_navigation_navigation_separator_margin: .25rem .875rem .25rem .875rem;--_ui5-v2-8-0-rc-2_side_navigation_navigation_separator_margin_collapsed: .25rem .5rem .25rem .5rem;--_ui5-v2-8-0-rc-2_side_navigation_navigation_separator_background_color: var(--sapList_GroupHeaderBorderColor);--_ui5-v2-8-0-rc-2_side_navigation_navigation_separator_radius: unset;--_ui5-v2-8-0-rc-2_side_navigation_navigation_separator_height: calc(2 * var(--sapList_BorderWidth));--_ui5-v2-8-0-rc-2_side_navigation_triangle_color: var(--sapContent_IconColor);--_ui5-v2-8-0-rc-2_side_navigation_border_right: 1px solid var(--sapGroup_ContentBorderColor);--_ui5-v2-8-0-rc-2_side_navigation_box_shadow: none;--_ui5-v2-8-0-rc-2_side_navigation_triangle_display: block;--_ui5-v2-8-0-rc-2_side_navigation_phone_width: var(--_ui5-v2-8-0-rc-2_side_navigation_width);--_ui5-v2-8-0-rc-2_side_navigation_icon_color: var(--sapContent_IconColor);--_ui5-v2-8-0-rc-2_side_navigation_expand_icon_color: var(--sapContent_IconColor);--_ui5-v2-8-0-rc-2_side_navigation_expand_icon_width: 2rem;--_ui5-v2-8-0-rc-2_side_navigation_hover_border_style_color: none;--_ui5-v2-8-0-rc-2_side_navigation_hover_border_width: 0;--_ui5-v2-8-0-rc-2_side_navigation_group_border_style_color: solid var(--sapList_BorderColor);--_ui5-v2-8-0-rc-2_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5-v2-8-0-rc-2_side_navigation_item_border_style_color: none;--_ui5-v2-8-0-rc-2_side_navigation_item_border_width: 0;--_ui5-v2-8-0-rc-2_side_navigation_item_height: 2.75rem;--_ui5-v2-8-0-rc-2_side_navigation_last_item_border_style_color: none;--_ui5-v2-8-0-rc-2_side_navigation_item_border_radius: 0;--_ui5-v2-8-0-rc-2_side_navigation_item_bottom_margin: 0;--_ui5-v2-8-0-rc-2_side_navigation_item_transition: none;--_ui5-v2-8-0-rc-2_side_navigation_item_padding_left: .5rem;--_ui5-v2-8-0-rc-2_side_navigation_no_icons_group_padding: 1rem;--_ui5-v2-8-0-rc-2_side_navigation_no_icons_nested_item_padding: 1rem;--_ui5-v2-8-0-rc-2_side_navigation_item_focus_border_offset: 1px;--_ui5-v2-8-0-rc-2_side_navigation_item_focus_border_radius: var(--_ui5-v2-8-0-rc-2_side_navigation_item_border_radius);--_ui5-v2-8-0-rc-2_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-v2-8-0-rc-2_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-v2-8-0-rc-2_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5-v2-8-0-rc-2_side_navigation_selected_border_style_color: solid var(--_ui5-v2-8-0-rc-2_side_navigation_selected_item_border_color);--_ui5-v2-8-0-rc-2_side_navigation_selected_and_focused_border_style_color: var(--_ui5-v2-8-0-rc-2_side_navigation_selected_border_style_color);--_ui5-v2-8-0-rc-2_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5-v2-8-0-rc-2_side_navigation_collapsed_selected_item_border_style_color: solid var(--_ui5-v2-8-0-rc-2_side_navigation_selected_item_border_color);--_ui5-v2-8-0-rc-2_side_navigation_collapsed_selected_group_border_color: var(--_ui5-v2-8-0-rc-2_side_navigation_selected_item_border_color);--_ui5-v2-8-0-rc-2_side_navigation_group_expanded_border_width: 0;--_ui5-v2-8-0-rc-2_side_navigation_group_icon_width: var(--_ui5-v2-8-0-rc-2_side_navigation_collapsed_width);--_ui5-v2-8-0-rc-2_side_navigation_icon_padding_inline_end: 1rem;--_ui5-v2-8-0-rc-2_side_navigation_group_bottom_border_color: var(--sapList_BorderColor);--_ui5-v2-8-0-rc-2_side_navigation_group_text_weight: unset;--_ui5-v2-8-0-rc-2_side_navigation_group_bottom_margin_in_popup: 0;--_ui5-v2-8-0-rc-2_side_navigation_group_padding: .5rem;--_ui5-v2-8-0-rc-2_side_navigation_padding-flexible: 0;--_ui5-v2-8-0-rc-2_side_navigation_padding-fixed: 0;--_ui5-v2-8-0-rc-2_side_navigation_parent_popup_padding: 0;--_ui5-v2-8-0-rc-2_side_navigation_parent_popup_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v2-8-0-rc-2_side_navigation_popup_item_padding: 0 1rem;--_ui5-v2-8-0-rc-2_side_navigation_popup_icon_width: 1rem;--_ui5-v2-8-0-rc-2_side_navigation_popup_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-8-0-rc-2_side_navigation_popup_arrow_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-8-0-rc-2_side_navigation_popup_title_text_size: var(--sapFontSize);--_ui5-v2-8-0-rc-2_side_navigation_popup_title_line_height: normal;--_ui5-v2-8-0-rc-2_side_navigation_selection_indicator_display: none;--_ui5-v2-8-0-rc-2_side_navigation_first_fixed_item_margin_top: 0;--_ui5-v2-8-0-rc-2_side_navigation_item_expand_icon_visibility: none;--_ui5-v2-8-0-rc-2_side_navigation_item_collapsed_hover_focus_width: 100%;--_ui5-v2-8-0-rc-2_side_navigation_item_collapsed_hover_focus_display: none;--_ui5-v2-8-0-rc-2_side_navigation_item_collapsed_hover_focus_padding_right: 0;--_ui5-v2-8-0-rc-2_side_navigation_item_collapsed_padding_right: 0;--_ui5-v2-8-0-rc-2_side_navigation_item_expand_icon_right: -.5rem;--_ui5-v2-8-0-rc-2_side_navigation_item_expand_icon_hover_left: auto;--_ui5-v2-8-0-rc-2_side_navigation_item_expand_icon_hover_right: 0;--_ui5-v2-8-0-rc-2_TimelineItem_arrow_size: 1.625rem;--_ui5-v2-8-0-rc-2_TimelineItem_bubble_border_width: .0625rem;--_ui5-v2-8-0-rc-2_TimelineItem_bubble_border_style: dotted;--_ui5-v2-8-0-rc-2_TimelineItem_bubble_border_radius: .25rem;--_ui5-v2-8-0-rc-2_TimelineItem_bubble_border_color: var(--sapList_BorderColor);--_ui5-v2-8-0-rc-2_TimelineItem_bubble_border_top: -.125rem;--_ui5-v2-8-0-rc-2_TimelineItem_bubble_border_right: -.125rem;--_ui5-v2-8-0-rc-2_TimelineItem_bubble_border_bottom: -.125rem;--_ui5-v2-8-0-rc-2_TimelineItem_bubble_border_left: -.625rem;--_ui5-v2-8-0-rc-2_TimelineItem_bubble_rtl_left_offset: -.125rem;--_ui5-v2-8-0-rc-2_TimelineItem_bubble_rtl_right_offset: -.625rem;--_ui5-v2-8-0-rc-2_TimelineItem_bubble_focus_border_radius: 0;--_ui5-v2-8-0-rc-2_TimelineItem_horizontal_bubble_focus_top_offset: -.625rem;--_ui5-v2-8-0-rc-2_TimelineItem_horizontal_bubble_focus_left_offset: -.125rem;--_ui5-v2-8-0-rc-2_TimelineItem_bubble_content_padding: var(--_ui5-v2-8-0-rc-2_tl_bubble_padding);--_ui5-v2-8-0-rc-2_TimelineItem_bubble_content_subtitle_padding_top: .375rem;--_ui5-v2-8-0-rc-2_TimelineItem_bubble_content_description_padding_top: .75rem;--ui5-v2-8-0-rc-2_upload_collection_drag_overlay_border: .125rem dashed var(--sapContent_ForegroundBorderColor);--ui5-v2-8-0-rc-2_upload_collection_drop_overlay_border: .125rem solid var(--sapContent_DragAndDropActiveColor);--ui5-v2-8-0-rc-2_upload_collection_drop_overlay_background: transparent;--ui5-v2-8-0-rc-2_upload_collection_thumbnail_size: 3rem;--ui5-v2-8-0-rc-2_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5-v2-8-0-rc-2_upload_collection_small_size_buttons_margin_block_start: .75rem;--ui5-v2-8-0-rc-2_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5-v2-8-0-rc-2_upload_collection_drag_overlay_text_color: var(--sapContent_NonInteractiveIconColor);--ui5-v2-8-0-rc-2_upload_collection_drag_overlay_icon_color: var(--sapContent_NonInteractiveIconColor);--ui5-v2-8-0-rc-2_upload_collection_drag_overlay_border_radius: 0;--ui5-v2-8-0-rc-2_upload_collection_drag_overlay_opacity: .8;--_ui5-v2-8-0-rc-2_vsd_header_container: 2.75rem;--_ui5-v2-8-0-rc-2_vsd_sub_header_container_height: 2.75rem;--_ui5-v2-8-0-rc-2_vsd_content_li_padding: .375rem;--_ui5-v2-8-0-rc-2_vsd_content_height: 23.4375rem;--_ui5-v2-8-0-rc-2_vsd_expand_content_height: 26.1875rem;--_ui5-v2-8-0-rc-2_wiz_content_item_wrapper_padding: 0rem;--_ui5-v2-8-0-rc-2_wiz_content_item_wrapper_bg: var(--sapBackgroundColor);--_ui5-v2-8-0-rc-2_wiz_tab_focus_outline: 1px dotted var(--sapContent_FocusColor);--_ui5-v2-8-0-rc-2_wiz_tab_selected_bg: var(--sapSelectedColor);--_ui5-v2-8-0-rc-2_wiz_tab_border: 1px solid var(--sapSelectedColor);--_ui5-v2-8-0-rc-2_wiz_tab_selection_line: var(--sapSelectedColor);--_ui5-v2-8-0-rc-2_wiz_tab_icon_color: var(--sapSelectedColor);--_ui5-v2-8-0-rc-2_wiz_tab_active_separator_color: var(--sapSelectedColor);--_ui5-v2-8-0-rc-2_wiz_tab_title_color: var(--sapContent_LabelColor);--_ui5-v2-8-0-rc-2_wiz_tab_title_font_family: var(--sapFontFamily);--_ui5-v2-8-0-rc-2_wiz_tab_focus_border_radius: 0;--_ui5-v2-8-0-rc-2_dynamic_page_footer_spacer: 4rem;--_ui5-v2-8-0-rc-2_dynamic_page_title_padding_S: .5rem 1rem;--_ui5-v2-8-0-rc-2_dynamic_page_title_padding_M: .5rem 2rem;--_ui5-v2-8-0-rc-2_dynamic_page_title_padding_L: .5rem 2rem;--_ui5-v2-8-0-rc-2_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5-v2-8-0-rc-2_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5-v2-8-0-rc-2_dynamic_page_header_padding_M: 1rem 2rem;--_ui5-v2-8-0-rc-2_dynamic_page_header_padding_L: 1rem 2rem;--_ui5-v2-8-0-rc-2_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5-v2-8-0-rc-2_dynamic_page_content_padding_S: 2rem 1rem 0;--_ui5-v2-8-0-rc-2_dynamic_page_content_padding_M: 2rem 2rem 0;--_ui5-v2-8-0-rc-2_dynamic_page_content_padding_L: 1rem 2rem 0;--_ui5-v2-8-0-rc-2_dynamic_page_content_padding_XL: 1rem 3rem 0;--ui5-v2-8-0-rc-2_dynamic_page_background: var(--sapBackgroundColor);--_ui5-v2-8-0-rc-2_dynamic_page_title_padding_top: .5rem;--_ui5-v2-8-0-rc-2_dynamic_page_title_padding_bottom: .5rem;--_ui5-v2-8-0-rc-2_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0-rc-2_dynamic_page_title_focus_outline_offset: -.0625rem;--_ui5-v2-8-0-rc-2_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5-v2-8-0-rc-2_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5-v2-8-0-rc-2_dynamic_page_title_heading_padding_top: .3125rem;--_ui5-v2-8-0-rc-2_dynamic_page_title_subheading_margin_top: .25rem;--_ui5-v2-8-0-rc-2_dynamic_page_title_content_padding_left: 1rem;--_ui5-v2-8-0-rc-2_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5-v2-8-0-rc-2_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5-v2-8-0-rc-2_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5-v2-8-0-rc-2_dynamic_page_title_min_height: 3rem;--_ui5-v2-8-0-rc-2_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5-v2-8-0-rc-2_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5-v2-8-0-rc-2_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5-v2-8-0-rc-2_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5-v2-8-0-rc-2_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5-v2-8-0-rc-2_dynamic_page_header-actions-background-pressed: var(--_ui5-v2-8-0-rc-2_dynamic_page_header-actions-color);--_ui5-v2-8-0-rc-2_dynamic_page_header-actions-color-pressed: var(--_ui5-v2-8-0-rc-2_dynamic_page_header-actions-background);--_ui5-v2-8-0-rc-2_dynamic_page_actions-lines-color: var(--sapHighlightColor);--_ui5-v2-8-0-rc-2_timeline_tlgi_line_horizontal_height: 16.375rem;--_ui5-v2-8-0-rc-2_timeline_tlgi_root_horizontal_height: 21.53125rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-8-0-rc-2-notification_item-description-margin-top: .5rem;--_ui5-v2-8-0-rc-2-notification_item-footer-margin-top: .5rem;--_ui5-v2-8-0-rc-2-notification_item-title-padding-end-two-buttons: 3.875rem;--_ui5-v2-8-0-rc-2-notification_item-title-padding-end-one-button: 1.875rem;--_ui5-v2-8-0-rc-2_side_navigation_navigation_separator_margin: var(--_ui5-v2-8-0-rc-2_side_navigation_navigation_separator_margin_collapsed);--_ui5-v2-8-0-rc-2_side_navigation_item_height: 2rem}[dir=rtl]{--_ui5-v2-8-0-rc-2_side_navigation_item_expand_icon_hover_left: 0;--_ui5-v2-8-0-rc-2_side_navigation_item_expand_icon_hover_right: auto}\n"
|
|
1
|
+
":root{--_ui5-v2-8-0-rc-3_fcl_solid_bg: var(--sapShell_Background);--_ui5-v2-8-0-rc-3_fcl_column_border: none;--_ui5-v2-8-0-rc-3_fcl_decoration_top: linear-gradient(to top, var(--sapHighlightColor), transparent);--_ui5-v2-8-0-rc-3_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-v2-8-0-rc-3_media_gallery_overflow_btn_background: var(--sapButton_Neutral_Background);--_ui5-v2-8-0-rc-3_media_gallery_overflow_btn_color: var(--sapBaseColor);--_ui5-v2-8-0-rc-3_media_gallery_overflow_btn_border: none;--_ui5-v2-8-0-rc-3_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5-v2-8-0-rc-3_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5-v2-8-0-rc-3_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0-rc-3_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-v2-8-0-rc-3-notification_item-border-radius: 0px;--_ui5-v2-8-0-rc-3-notification_group_header-border-bottom-width: .0625rem;--_ui5-v2-8-0-rc-3-notification_group_header-margin: 0px;--_ui5-v2-8-0-rc-3-notification_group_header-margin-expanded: .5rem;--_ui5-v2-8-0-rc-3-notification_group_header-padding: 1rem .5rem;--_ui5-v2-8-0-rc-3-notification_item-state-icon-padding: .625rem;--_ui5-v2-8-0-rc-3-notification_item-border-bottom: var(--ui5-v2-8-0-rc-3-listitem-border-bottom);--_ui5-v2-8-0-rc-3-notification_item-border-top-left-right: none;--_ui5-v2-8-0-rc-3-notification_item-margin: 0;--_ui5-v2-8-0-rc-3-notification_item-background-color-hover: none;--_ui5-v2-8-0-rc-3-notification_item-background-color-active: none;--_ui5-v2-8-0-rc-3-notification_item-border-active: 1px solid transparent;--_ui5-v2-8-0-rc-3-notification_item-root-padding-inline: 1rem .5rem;--_ui5-v2-8-0-rc-3-notification_item-content-padding: .75rem 1rem;--_ui5-v2-8-0-rc-3-notification_item-title-margin-bottom: .25rem;--_ui5-v2-8-0-rc-3-notification_item-title-padding-end-two-buttons: 4.375rem;--_ui5-v2-8-0-rc-3-notification_item-title-padding-end-one-button: 2.125rem;--_ui5-v2-8-0-rc-3-notification_item-description-margin-top: .75rem;--_ui5-v2-8-0-rc-3-notification_item-footer-margin-top: .75rem;--_ui5-v2-8-0-rc-3-notification_item-focus-offset: 0;--_ui5-v2-8-0-rc-3-notification_item-outline-offset: 0;--_ui5-v2-8-0-rc-3-notification_item-growing-btn-background-color-active: var(--sapList_Active_Background);--_ui5-v2-8-0-rc-3_page_list_bg: var(--sapGroup_ContentBackground);--_ui5-v2-8-0-rc-3_page_transparent_bg: transparent;--_ui5-v2-8-0-rc-3_product_switch_item_width: 11.25rem;--_ui5-v2-8-0-rc-3_product_switch_item_height: 7rem;--_ui5-v2-8-0-rc-3_product_switch_item_outline_width: .0625rem;--_ui5-v2-8-0-rc-3_product_switch_item_outline_color: var(--sapContent_FocusColor);--_ui5-v2-8-0-rc-3_product_switch_item_outline: var(--_ui5-v2-8-0-rc-3_product_switch_item_outline_width) var(--_ui5-v2-8-0-rc-3_product_switch_item_outline_color) dotted;--_ui5-v2-8-0-rc-3_product_switch_item_active_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0-rc-3_product_switch_item_outline_offset: -.1875rem;--_ui5-v2-8-0-rc-3_product_switch_item_outline_offset_positive: .1875rem;--_ui5-v2-8-0-rc-3_shellbar_root_height: 2.75rem;--_ui5-v2-8-0-rc-3_shellbar_logo_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0-rc-3_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-8-0-rc-3_shellbar_logo_outline_color);--_ui5-v2-8-0-rc-3_shellbar_outline_offset: -.0625rem;--_ui5-v2-8-0-rc-3_shellbar_logo_outline_offset: var(--_ui5-v2-8-0-rc-3_shellbar_outline_offset);--_ui5-v2-8-0-rc-3_shellbar_button_box_shadow: none;--_ui5-v2-8-0-rc-3_shellbar_button_box_shadow_active: none;--_ui5-v2-8-0-rc-3_shellbar_button_border: none;--_ui5-v2-8-0-rc-3_shellbar_button_border_radius: .25rem;--_ui5-v2-8-0-rc-3_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5-v2-8-0-rc-3_shellbar_logo_outline_border_radius: 0;--_ui5-v2-8-0-rc-3_shellbar_search_button_size: 2.25rem;--_ui5-v2-8-0-rc-3_shellbar_search_field_height: 2.25rem;--_ui5-v2-8-0-rc-3_shellbar_search_button_border_radius: .25rem;--_ui5-v2-8-0-rc-3_shellbar_search_field_background: var(--sapShellColor);--_ui5-v2-8-0-rc-3_shellbar_search_field_border: .0625rem solid var(--sapShell_InteractiveBorderColor);--_ui5-v2-8-0-rc-3_shellbar_search_field_box_shadow: none;--_ui5-v2-8-0-rc-3_shellbar_search_field_color: var(--sapShell_TextColor);--_ui5-v2-8-0-rc-3_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0-rc-3_shellbar_search_field_width: 25rem;--_ui5-v2-8-0-rc-3_shellbar_input_focus_outline_color: inherit;--_ui5-v2-8-0-rc-3_shellbar_overflow_container_middle_height: 2.5rem;--_ui5-v2-8-0-rc-3_shellbar_menu_button_title_font_size: .75rem;--_ui5-v2-8-0-rc-3_shellbar_image_button_border_radius: 50%;--_ui5-v2-8-0-rc-3-shellbar-content-margin-start: .5rem;--_ui5-v2-8-0-rc-3-shellbar-overflow-button-margin: .5rem;--_ui5-v2-8-0-rc-3_shellbar_button_focused_border: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0-rc-3_side_navigation_width: 15rem;--_ui5-v2-8-0-rc-3_side_navigation_collapsed_width: 3rem;--_ui5-v2-8-0-rc-3_side_navigation_navigation_separator_margin: .25rem .875rem .25rem .875rem;--_ui5-v2-8-0-rc-3_side_navigation_navigation_separator_margin_collapsed: .25rem .5rem .25rem .5rem;--_ui5-v2-8-0-rc-3_side_navigation_navigation_separator_background_color: var(--sapList_GroupHeaderBorderColor);--_ui5-v2-8-0-rc-3_side_navigation_navigation_separator_radius: unset;--_ui5-v2-8-0-rc-3_side_navigation_navigation_separator_height: calc(2 * var(--sapList_BorderWidth));--_ui5-v2-8-0-rc-3_side_navigation_triangle_color: var(--sapContent_IconColor);--_ui5-v2-8-0-rc-3_side_navigation_border_right: 1px solid var(--sapGroup_ContentBorderColor);--_ui5-v2-8-0-rc-3_side_navigation_box_shadow: none;--_ui5-v2-8-0-rc-3_side_navigation_triangle_display: block;--_ui5-v2-8-0-rc-3_side_navigation_phone_width: var(--_ui5-v2-8-0-rc-3_side_navigation_width);--_ui5-v2-8-0-rc-3_side_navigation_icon_color: var(--sapContent_IconColor);--_ui5-v2-8-0-rc-3_side_navigation_expand_icon_color: var(--sapContent_IconColor);--_ui5-v2-8-0-rc-3_side_navigation_expand_icon_width: 2rem;--_ui5-v2-8-0-rc-3_side_navigation_external_link_width: 3rem;--_ui5-v2-8-0-rc-3_side_navigation_hover_border_style_color: none;--_ui5-v2-8-0-rc-3_side_navigation_hover_border_width: 0;--_ui5-v2-8-0-rc-3_side_navigation_group_border_style_color: solid var(--sapList_BorderColor);--_ui5-v2-8-0-rc-3_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5-v2-8-0-rc-3_side_navigation_item_border_style_color: none;--_ui5-v2-8-0-rc-3_side_navigation_item_border_width: 0;--_ui5-v2-8-0-rc-3_side_navigation_item_height: 2.75rem;--_ui5-v2-8-0-rc-3_side_navigation_last_item_border_style_color: none;--_ui5-v2-8-0-rc-3_side_navigation_item_border_radius: 0;--_ui5-v2-8-0-rc-3_side_navigation_item_bottom_margin: 0;--_ui5-v2-8-0-rc-3_side_navigation_item_transition: none;--_ui5-v2-8-0-rc-3_side_navigation_item_padding_left: .5rem;--_ui5-v2-8-0-rc-3_side_navigation_no_icons_group_padding: 1rem;--_ui5-v2-8-0-rc-3_side_navigation_no_icons_nested_item_padding: 1rem;--_ui5-v2-8-0-rc-3_side_navigation_item_focus_border_offset: 1px;--_ui5-v2-8-0-rc-3_side_navigation_item_focus_border_radius: var(--_ui5-v2-8-0-rc-3_side_navigation_item_border_radius);--_ui5-v2-8-0-rc-3_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-v2-8-0-rc-3_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-v2-8-0-rc-3_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5-v2-8-0-rc-3_side_navigation_selected_border_style_color: solid var(--_ui5-v2-8-0-rc-3_side_navigation_selected_item_border_color);--_ui5-v2-8-0-rc-3_side_navigation_selected_and_focused_border_style_color: var(--_ui5-v2-8-0-rc-3_side_navigation_selected_border_style_color);--_ui5-v2-8-0-rc-3_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5-v2-8-0-rc-3_side_navigation_collapsed_selected_item_border_style_color: solid var(--_ui5-v2-8-0-rc-3_side_navigation_selected_item_border_color);--_ui5-v2-8-0-rc-3_side_navigation_collapsed_selected_group_border_color: var(--_ui5-v2-8-0-rc-3_side_navigation_selected_item_border_color);--_ui5-v2-8-0-rc-3_side_navigation_group_expanded_border_width: 0;--_ui5-v2-8-0-rc-3_side_navigation_group_icon_width: var(--_ui5-v2-8-0-rc-3_side_navigation_collapsed_width);--_ui5-v2-8-0-rc-3_side_navigation_icon_padding_inline_end: 1rem;--_ui5-v2-8-0-rc-3_side_navigation_group_bottom_border_color: var(--sapList_BorderColor);--_ui5-v2-8-0-rc-3_side_navigation_group_text_weight: unset;--_ui5-v2-8-0-rc-3_side_navigation_group_bottom_margin_in_popup: 0;--_ui5-v2-8-0-rc-3_side_navigation_group_padding: .5rem;--_ui5-v2-8-0-rc-3_side_navigation_padding-flexible: 0;--_ui5-v2-8-0-rc-3_side_navigation_padding-fixed: 0;--_ui5-v2-8-0-rc-3_side_navigation_parent_popup_padding: 0;--_ui5-v2-8-0-rc-3_side_navigation_parent_popup_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v2-8-0-rc-3_side_navigation_popup_item_padding: 0 1rem;--_ui5-v2-8-0-rc-3_side_navigation_popup_icon_width: 1rem;--_ui5-v2-8-0-rc-3_side_navigation_popup_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-8-0-rc-3_side_navigation_popup_arrow_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-8-0-rc-3_side_navigation_popup_title_text_size: var(--sapFontSize);--_ui5-v2-8-0-rc-3_side_navigation_popup_title_line_height: normal;--_ui5-v2-8-0-rc-3_side_navigation_selection_indicator_display: none;--_ui5-v2-8-0-rc-3_side_navigation_first_fixed_item_margin_top: 0;--_ui5-v2-8-0-rc-3_side_navigation_item_expand_icon_visibility: none;--_ui5-v2-8-0-rc-3_side_navigation_item_collapsed_hover_focus_width: auto;--_ui5-v2-8-0-rc-3_side_navigation_item_collapsed_hover_focus_display: none;--_ui5-v2-8-0-rc-3_side_navigation_item_collapsed_hover_focus_padding_right: 0;--_ui5-v2-8-0-rc-3_side_navigation_item_collapsed_padding_right: 0;--_ui5-v2-8-0-rc-3_side_navigation_action_item_collapsed_padding: 0;--_ui5-v2-8-0-rc-3_side_navigation_item_collapsed_unselectable_padding: 0;--_ui5-v2-8-0-rc-3_side_navigation_action_item_border_hover: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);--_ui5-v2-8-0-rc-3_side_navigation_action_item_border_active: var(--sapButton_BorderWidth) solid var(--sapButton_Active_BorderColor);--_ui5-v2-8-0-rc-3_side_navigation_item_expand_icon_right: -.5rem;--_ui5-v2-8-0-rc-3_side_navigation_item_expand_icon_hover_left: auto;--_ui5-v2-8-0-rc-3_side_navigation_item_expand_icon_hover_right: 0;--_ui5-v2-8-0-rc-3_side_navigation_active_text_color: var(--sapList_Active_TextColor);--_ui5-v2-8-0-rc-3_TimelineItem_arrow_size: 1.625rem;--_ui5-v2-8-0-rc-3_TimelineItem_bubble_border_width: .0625rem;--_ui5-v2-8-0-rc-3_TimelineItem_bubble_border_style: dotted;--_ui5-v2-8-0-rc-3_TimelineItem_bubble_border_radius: .25rem;--_ui5-v2-8-0-rc-3_TimelineItem_bubble_border_color: var(--sapList_BorderColor);--_ui5-v2-8-0-rc-3_TimelineItem_bubble_border_top: -.125rem;--_ui5-v2-8-0-rc-3_TimelineItem_bubble_border_right: -.125rem;--_ui5-v2-8-0-rc-3_TimelineItem_bubble_border_bottom: -.125rem;--_ui5-v2-8-0-rc-3_TimelineItem_bubble_border_left: -.625rem;--_ui5-v2-8-0-rc-3_TimelineItem_bubble_rtl_left_offset: -.125rem;--_ui5-v2-8-0-rc-3_TimelineItem_bubble_rtl_right_offset: -.625rem;--_ui5-v2-8-0-rc-3_TimelineItem_bubble_focus_border_radius: 0;--_ui5-v2-8-0-rc-3_TimelineItem_horizontal_bubble_focus_top_offset: -.625rem;--_ui5-v2-8-0-rc-3_TimelineItem_horizontal_bubble_focus_left_offset: -.125rem;--_ui5-v2-8-0-rc-3_TimelineItem_bubble_content_padding: var(--_ui5-v2-8-0-rc-3_tl_bubble_padding);--_ui5-v2-8-0-rc-3_TimelineItem_bubble_content_subtitle_padding_top: .375rem;--_ui5-v2-8-0-rc-3_TimelineItem_bubble_content_description_padding_top: .75rem;--ui5-v2-8-0-rc-3_upload_collection_drag_overlay_border: .125rem dashed var(--sapContent_ForegroundBorderColor);--ui5-v2-8-0-rc-3_upload_collection_drop_overlay_border: .125rem solid var(--sapContent_DragAndDropActiveColor);--ui5-v2-8-0-rc-3_upload_collection_drop_overlay_background: transparent;--ui5-v2-8-0-rc-3_upload_collection_thumbnail_size: 3rem;--ui5-v2-8-0-rc-3_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5-v2-8-0-rc-3_upload_collection_small_size_buttons_margin_block_start: .75rem;--ui5-v2-8-0-rc-3_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5-v2-8-0-rc-3_upload_collection_drag_overlay_text_color: var(--sapContent_NonInteractiveIconColor);--ui5-v2-8-0-rc-3_upload_collection_drag_overlay_icon_color: var(--sapContent_NonInteractiveIconColor);--ui5-v2-8-0-rc-3_upload_collection_drag_overlay_border_radius: 0;--ui5-v2-8-0-rc-3_upload_collection_drag_overlay_opacity: .8;--_ui5-v2-8-0-rc-3_vsd_header_container: 2.75rem;--_ui5-v2-8-0-rc-3_vsd_sub_header_container_height: 2.75rem;--_ui5-v2-8-0-rc-3_vsd_content_li_padding: .375rem;--_ui5-v2-8-0-rc-3_vsd_content_height: 23.4375rem;--_ui5-v2-8-0-rc-3_vsd_expand_content_height: 26.1875rem;--_ui5-v2-8-0-rc-3_wiz_content_item_wrapper_padding: 0rem;--_ui5-v2-8-0-rc-3_wiz_content_item_wrapper_bg: var(--sapBackgroundColor);--_ui5-v2-8-0-rc-3-search-icon-border: none;--_ui5-v2-8-0-rc-3_search_icon_border_radius: .375rem;--_ui5-v2-8-0-rc-3_search_input_border_radius: none;--_ui5-v2-8-0-rc-3-search-border: var(--sapField_BorderWidth) var(--sapField_BorderStyle) var(--sapField_BorderColor);--_ui5-v2-8-0-rc-3-search-wrapper-background: none;--_ui5-v2-8-0-rc-3_search_separator_background: none;--_ui5-v2-8-0-rc-3-search-wrapper-hover-background: none;--_ui5-v2-8-0-rc-3-search-wrapper-hover-background-color: none;--_ui5-v2-8-0-rc-3_search_input_scope_margin: 0;--_ui5-v2-8-0-rc-3-search-elements-background: var(--sapShell_InteractiveBackground);--_ui5-v2-8-0-rc-3-search-elements-hover-background: var(--sapShell_Hover_Background);--_ui5-v2-8-0-rc-3-search-elements-active-background: var(--sapShell_Active_Background);--_ui5-v2-8-0-rc-3_search_wrapper_outline: none;--_ui5-v2-8-0-rc-3_search_input_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);--_ui5-v2-8-0-rc-3_search_icon_size: 2.25rem;--_ui5-v2-8-0-rc-3_search_icon_padding: .625rem;--_ui5-v2-8-0-rc-3_search_icon_hover_padding: .5625rem;--_ui5-v2-8-0-rc-3_search_input_start_margin: .25rem;--_ui5-v2-8-0-rc-3_search_input_end_padding: .25rem;--_ui5-v2-8-0-rc-3-search-input-start-padding: .625rem;--_ui5-v2-8-0-rc-3-search-select-height: 2.25rem;--_ui5-v2-8-0-rc-3-search_icon_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-8-0-rc-3_wiz_tab_focus_outline: 1px dotted var(--sapContent_FocusColor);--_ui5-v2-8-0-rc-3_wiz_tab_selected_bg: var(--sapSelectedColor);--_ui5-v2-8-0-rc-3_wiz_tab_border: 1px solid var(--sapSelectedColor);--_ui5-v2-8-0-rc-3_wiz_tab_selection_line: var(--sapSelectedColor);--_ui5-v2-8-0-rc-3_wiz_tab_icon_color: var(--sapSelectedColor);--_ui5-v2-8-0-rc-3_wiz_tab_active_separator_color: var(--sapSelectedColor);--_ui5-v2-8-0-rc-3_wiz_tab_title_color: var(--sapContent_LabelColor);--_ui5-v2-8-0-rc-3_wiz_tab_title_font_family: var(--sapFontFamily);--_ui5-v2-8-0-rc-3_wiz_tab_focus_border_radius: 0;--_ui5-v2-8-0-rc-3_dynamic_page_footer_spacer: 4rem;--_ui5-v2-8-0-rc-3_dynamic_page_title_padding_S: .5rem 1rem;--_ui5-v2-8-0-rc-3_dynamic_page_title_padding_M: .5rem 2rem;--_ui5-v2-8-0-rc-3_dynamic_page_title_padding_L: .5rem 2rem;--_ui5-v2-8-0-rc-3_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5-v2-8-0-rc-3_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5-v2-8-0-rc-3_dynamic_page_header_padding_M: 1rem 2rem;--_ui5-v2-8-0-rc-3_dynamic_page_header_padding_L: 1rem 2rem;--_ui5-v2-8-0-rc-3_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5-v2-8-0-rc-3_dynamic_page_content_padding_S: 2rem 1rem 0;--_ui5-v2-8-0-rc-3_dynamic_page_content_padding_M: 2rem 2rem 0;--_ui5-v2-8-0-rc-3_dynamic_page_content_padding_L: 1rem 2rem 0;--_ui5-v2-8-0-rc-3_dynamic_page_content_padding_XL: 1rem 3rem 0;--ui5-v2-8-0-rc-3_dynamic_page_background: var(--sapBackgroundColor);--_ui5-v2-8-0-rc-3_dynamic_page_title_padding_top: .5rem;--_ui5-v2-8-0-rc-3_dynamic_page_title_padding_bottom: .5rem;--_ui5-v2-8-0-rc-3_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0-rc-3_dynamic_page_title_focus_outline_offset: -.0625rem;--_ui5-v2-8-0-rc-3_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5-v2-8-0-rc-3_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5-v2-8-0-rc-3_dynamic_page_title_heading_padding_top: .3125rem;--_ui5-v2-8-0-rc-3_dynamic_page_title_subheading_margin_top: .25rem;--_ui5-v2-8-0-rc-3_dynamic_page_title_content_padding_left: 1rem;--_ui5-v2-8-0-rc-3_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5-v2-8-0-rc-3_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5-v2-8-0-rc-3_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5-v2-8-0-rc-3_dynamic_page_title_min_height: 3rem;--_ui5-v2-8-0-rc-3_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5-v2-8-0-rc-3_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5-v2-8-0-rc-3_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5-v2-8-0-rc-3_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5-v2-8-0-rc-3_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5-v2-8-0-rc-3_dynamic_page_header-actions-background-pressed: var(--_ui5-v2-8-0-rc-3_dynamic_page_header-actions-color);--_ui5-v2-8-0-rc-3_dynamic_page_header-actions-color-pressed: var(--_ui5-v2-8-0-rc-3_dynamic_page_header-actions-background);--_ui5-v2-8-0-rc-3_dynamic_page_actions-lines-color: var(--sapHighlightColor);--_ui5-v2-8-0-rc-3_timeline_tlgi_line_horizontal_height: 16.375rem;--_ui5-v2-8-0-rc-3_timeline_tlgi_root_horizontal_height: 21.53125rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-8-0-rc-3-notification_item-description-margin-top: .5rem;--_ui5-v2-8-0-rc-3-notification_item-footer-margin-top: .5rem;--_ui5-v2-8-0-rc-3-notification_item-title-padding-end-two-buttons: 3.875rem;--_ui5-v2-8-0-rc-3-notification_item-title-padding-end-one-button: 1.875rem;--_ui5-v2-8-0-rc-3_side_navigation_navigation_separator_margin: var(--_ui5-v2-8-0-rc-3_side_navigation_navigation_separator_margin_collapsed);--_ui5-v2-8-0-rc-3_side_navigation_item_height: 2rem}[dir=rtl]{--_ui5-v2-8-0-rc-3_side_navigation_item_expand_icon_hover_left: 0;--_ui5-v2-8-0-rc-3_side_navigation_item_expand_icon_hover_right: auto}\n"
|