@ui5/webcomponents-fiori 1.2.3 → 1.3.1
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 +48 -0
- package/dist/BarcodeScannerDialog.js +2 -2
- package/dist/FilterItem.js +4 -20
- package/dist/FlexibleColumnLayout.js +2 -1
- package/dist/IllustratedMessage.js +33 -15
- package/dist/MediaGallery.js +4 -1
- package/dist/NotificationListItemBase.js +4 -4
- package/dist/ShellBar.js +9 -4
- package/dist/ViewSettingsDialog.js +18 -5
- package/dist/api.json +3 -2
- package/dist/css/themes/Bar.css +1 -1
- package/dist/css/themes/BarcodeScannerDialog.css +1 -1
- package/dist/css/themes/FlexibleColumnLayout.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/NotificationOverflowActionsPopover.css +1 -0
- package/dist/css/themes/NotificationPrioIcon.css +1 -1
- package/dist/css/themes/Page.css +1 -1
- package/dist/css/themes/ShellBar.css +1 -1
- package/dist/css/themes/ShellBarPopover.css +1 -0
- package/dist/css/themes/SideNavigationPopover.css +1 -1
- package/dist/css/themes/Timeline.css +1 -1
- package/dist/css/themes/ViewSettingsDialog.css +1 -1
- package/dist/css/themes/Wizard.css +1 -1
- package/dist/css/themes/WizardPopover.css +1 -1
- package/dist/css/themes/WizardTab.css +1 -1
- package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcw/parameters-bundle.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_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.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_dark/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_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/templates/BarTemplate.lit.js +1 -1
- package/dist/generated/templates/BarcodeScannerDialogTemplate.lit.js +1 -1
- package/dist/generated/templates/FlexibleColumnLayoutTemplate.lit.js +1 -1
- package/dist/generated/templates/IllustratedMessageTemplate.lit.js +1 -1
- package/dist/generated/templates/MediaGalleryItemTemplate.lit.js +1 -1
- package/dist/generated/templates/MediaGalleryTemplate.lit.js +3 -3
- package/dist/generated/templates/NotificationListGroupItemTemplate.lit.js +6 -6
- package/dist/generated/templates/NotificationListItemTemplate.lit.js +6 -6
- package/dist/generated/templates/NotificationOverflowActionsPopoverTemplate.lit.js +8 -0
- package/dist/generated/templates/PageTemplate.lit.js +1 -1
- package/dist/generated/templates/ProductSwitchItemTemplate.lit.js +2 -2
- package/dist/generated/templates/ShellBarPopoverTemplate.lit.js +2 -2
- package/dist/generated/templates/ShellBarTemplate.lit.js +7 -7
- package/dist/generated/templates/SideNavigationItemPopoverContentTemplate.lit.js +2 -2
- package/dist/generated/templates/SideNavigationTemplate.lit.js +6 -6
- package/dist/generated/templates/TimelineItemTemplate.lit.js +2 -2
- package/dist/generated/templates/TimelineTemplate.lit.js +1 -1
- package/dist/generated/templates/UploadCollectionItemTemplate.lit.js +15 -15
- package/dist/generated/templates/UploadCollectionTemplate.lit.js +3 -3
- package/dist/generated/templates/ViewSettingsDialogTemplate.lit.js +11 -10
- package/dist/generated/templates/WizardPopoverTemplate.lit.js +2 -2
- package/dist/generated/templates/WizardTabTemplate.lit.js +1 -1
- package/dist/generated/templates/WizardTemplate.lit.js +2 -2
- package/dist/generated/themes/Bar.css.js +1 -1
- package/dist/generated/themes/BarcodeScannerDialog.css.js +1 -1
- package/dist/generated/themes/FlexibleColumnLayout.css.js +1 -1
- package/dist/generated/themes/NotificationListGroupItem.css.js +1 -1
- package/dist/generated/themes/NotificationListItem.css.js +1 -1
- package/dist/generated/themes/NotificationListItemBase.css.js +1 -1
- package/dist/generated/themes/{NotifactionOverflowActionsPopover.css.js → NotificationOverflowActionsPopover.css.js} +1 -1
- package/dist/generated/themes/NotificationPrioIcon.css.js +1 -1
- package/dist/generated/themes/Page.css.js +1 -1
- package/dist/generated/themes/ShellBar.css.js +1 -1
- package/dist/generated/themes/{FilterItem.css.js → ShellBarPopover.css.js} +1 -1
- package/dist/generated/themes/SideNavigationPopover.css.js +1 -1
- package/dist/generated/themes/Timeline.css.js +1 -1
- package/dist/generated/themes/ViewSettingsDialog.css.js +1 -1
- package/dist/generated/themes/Wizard.css.js +1 -1
- package/dist/generated/themes/WizardPopover.css.js +1 -1
- package/dist/generated/themes/WizardTab.css.js +1 -1
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/dist/illustrations/sapIllus-Dialog-EmptyCalendar.js +73 -72
- package/dist/illustrations/sapIllus-Dialog-EmptyList.js +33 -18
- package/dist/illustrations/sapIllus-Dialog-NoEntries.js +1 -4
- package/dist/illustrations/sapIllus-Dialog-NoNotifications.js +3 -5
- package/dist/illustrations/sapIllus-Dialog-SimpleBell.js +12 -9
- package/dist/illustrations/sapIllus-Dialog-SimpleCalendar.js +41 -40
- package/dist/illustrations/sapIllus-Dialog-SleepingBell.js +29 -22
- package/dist/illustrations/sapIllus-Dialog-Tent.js +28 -23
- package/dist/illustrations/sapIllus-Scene-Connection.js +27 -27
- package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +86 -85
- package/dist/illustrations/sapIllus-Scene-EmptyList.js +42 -26
- package/dist/illustrations/sapIllus-Scene-NoData.js +0 -2
- package/dist/illustrations/sapIllus-Scene-NoEntries.js +0 -2
- package/dist/illustrations/sapIllus-Scene-SimpleBell.js +15 -12
- package/dist/illustrations/sapIllus-Scene-SimpleCalendar.js +43 -42
- package/dist/illustrations/sapIllus-Scene-SleepingBell.js +49 -42
- package/dist/illustrations/sapIllus-Scene-Tent.js +58 -53
- package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +42 -41
- package/dist/illustrations/sapIllus-Spot-EmptyList.js +24 -16
- package/dist/illustrations/sapIllus-Spot-NoEntries.js +10 -20
- package/dist/illustrations/sapIllus-Spot-NoNotifications.js +8 -13
- package/dist/illustrations/sapIllus-Spot-SimpleBell.js +11 -8
- package/dist/illustrations/sapIllus-Spot-SimpleCalendar.js +37 -39
- package/dist/illustrations/sapIllus-Spot-SleepingBell.js +38 -22
- package/dist/illustrations/sapIllus-Spot-Tent.js +28 -23
- package/dist/illustrations/tnt/tnt-Dialog-NoApplications.js +0 -1
- package/dist/illustrations/tnt/tnt-Dialog-NoFlows.js +0 -1
- package/dist/illustrations/tnt/tnt-Dialog-NoUsers.js +0 -1
- package/dist/illustrations/tnt/tnt-Scene-NoApplications.js +2 -2
- package/dist/illustrations/tnt/tnt-Scene-NoFlows.js +1 -1
- package/dist/illustrations/tnt/tnt-Scene-NoUsers.js +0 -1
- package/dist/illustrations/tnt/tnt-Spot-NoApplications.js +0 -1
- package/dist/illustrations/tnt/tnt-Spot-NoFlows.js +0 -1
- package/dist/illustrations/tnt/tnt-Spot-NoUsers.js +0 -1
- package/package.json +8 -11
- package/src/Bar.hbs +0 -1
- package/src/BarcodeScannerDialog.hbs +1 -0
- package/src/BarcodeScannerDialog.js +2 -2
- package/src/FilterItem.js +4 -20
- package/src/FlexibleColumnLayout.js +2 -1
- package/src/IllustratedMessage.js +33 -15
- package/src/MediaGallery.js +4 -1
- package/src/NotificationListGroupItem.hbs +0 -1
- package/src/NotificationListItem.hbs +0 -1
- package/src/NotificationListItemBase.js +4 -4
- package/src/{NotifactionOverflowActionsPopover.hbs → NotificationOverflowActionsPopover.hbs} +0 -0
- package/src/Page.hbs +1 -1
- package/src/ShellBar.js +9 -4
- package/src/ShellBarPopover.hbs +1 -0
- package/src/Timeline.hbs +0 -1
- package/src/ViewSettingsDialog.hbs +43 -35
- package/src/ViewSettingsDialog.js +18 -5
- package/src/Wizard.hbs +2 -0
- package/src/illustrations/sapIllus-Dialog-EmptyCalendar.svg +73 -72
- package/src/illustrations/sapIllus-Dialog-EmptyList.svg +33 -18
- package/src/illustrations/sapIllus-Dialog-NoEntries.svg +1 -3
- package/src/illustrations/sapIllus-Dialog-NoNotifications.svg +3 -5
- package/src/illustrations/sapIllus-Dialog-SimpleBell.svg +12 -9
- package/src/illustrations/sapIllus-Dialog-SimpleCalendar.svg +41 -40
- package/src/illustrations/sapIllus-Dialog-SleepingBell.svg +29 -22
- package/src/illustrations/sapIllus-Dialog-Tent.svg +28 -23
- package/src/illustrations/sapIllus-Scene-Connection.svg +27 -27
- package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +86 -85
- package/src/illustrations/sapIllus-Scene-EmptyList.svg +42 -26
- package/src/illustrations/sapIllus-Scene-NoData.svg +0 -2
- package/src/illustrations/sapIllus-Scene-NoEntries.svg +0 -2
- package/src/illustrations/sapIllus-Scene-SimpleBell.svg +15 -12
- package/src/illustrations/sapIllus-Scene-SimpleCalendar.svg +43 -42
- package/src/illustrations/sapIllus-Scene-SleepingBell.svg +49 -42
- package/src/illustrations/sapIllus-Scene-Tent.svg +58 -53
- package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +42 -41
- package/src/illustrations/sapIllus-Spot-EmptyList.svg +24 -16
- package/src/illustrations/sapIllus-Spot-NoEntries.svg +10 -20
- package/src/illustrations/sapIllus-Spot-NoNotifications.svg +8 -13
- package/src/illustrations/sapIllus-Spot-SimpleBell.svg +11 -8
- package/src/illustrations/sapIllus-Spot-SimpleCalendar.svg +37 -39
- package/src/illustrations/sapIllus-Spot-SleepingBell.svg +38 -22
- package/src/illustrations/sapIllus-Spot-Tent.svg +28 -23
- package/src/illustrations/tnt/tnt-Dialog-NoApplications.svg +0 -1
- package/src/illustrations/tnt/tnt-Dialog-NoFlows.svg +0 -1
- package/src/illustrations/tnt/tnt-Dialog-NoUsers.svg +0 -1
- package/src/illustrations/tnt/tnt-Scene-NoApplications.svg +1 -2
- package/src/illustrations/tnt/tnt-Scene-NoFlows.svg +1 -1
- package/src/illustrations/tnt/tnt-Scene-NoUsers.svg +0 -1
- package/src/illustrations/tnt/tnt-Spot-NoApplications.svg +0 -1
- package/src/illustrations/tnt/tnt-Spot-NoFlows.svg +0 -1
- package/src/illustrations/tnt/tnt-Spot-NoUsers.svg +0 -1
- package/src/themes/Bar.css +2 -12
- package/src/themes/BarcodeScannerDialog.css +4 -0
- package/src/themes/FlexibleColumnLayout.css +7 -7
- package/src/themes/NotificationListGroupItem.css +6 -23
- package/src/themes/NotificationListItem.css +7 -21
- package/src/themes/NotificationListItemBase.css +2 -10
- package/src/themes/NotificationOverflowActionsPopover.css +8 -0
- package/src/themes/NotificationPrioIcon.css +1 -6
- package/src/themes/Page.css +17 -1
- package/src/themes/ShellBar.css +4 -0
- package/src/themes/ShellBarPopover.css +5 -0
- package/src/themes/SideNavigationPopover.css +4 -0
- package/src/themes/Timeline.css +2 -13
- package/src/themes/ViewSettingsDialog.css +34 -18
- package/src/themes/Wizard.css +8 -1
- package/src/themes/WizardPopover.css +7 -0
- package/src/themes/WizardTab.css +12 -1
- package/src/themes/base/FlexibleColumnLayout-parameters.css +2 -2
- package/src/themes/base/Page-parameters.css +1 -0
- package/src/themes/base/ViewSettingsDialog-parameters.css +7 -0
- package/src/themes/base/Wizard-parameters.css +4 -0
- package/src/themes/base/WizardTab-parameters.css +1 -1
- package/src/themes/sap_belize/parameters-bundle.css +2 -0
- package/src/themes/sap_belize_hcb/parameters-bundle.css +2 -0
- package/src/themes/sap_belize_hcw/parameters-bundle.css +2 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +2 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +3 -1
- package/src/themes/sap_fiori_3_hcb/Page-parameters.css +2 -1
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -0
- package/src/themes/sap_fiori_3_hcw/Page-parameters.css +2 -1
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -0
- package/src/themes/sap_horizon/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon/WizardTab-parameters.css +4 -1
- package/src/themes/sap_horizon/parameters-bundle.css +2 -0
- package/src/themes/sap_horizon_dark/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/WizardTab-parameters.css +3 -1
- package/src/themes/sap_horizon_dark/parameters-bundle.css +2 -0
- package/src/themes/sap_horizon_exp/parameters-bundle.css +2 -0
- package/src/themes/sap_horizon_hcb/Page-parameters.css +2 -1
- package/src/themes/sap_horizon_hcb/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/WizardTab-parameters.css +4 -2
- package/src/themes/sap_horizon_hcb/parameters-bundle.css +2 -0
- package/src/themes/sap_horizon_hcw/Page-parameters.css +2 -1
- package/src/themes/sap_horizon_hcw/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/WizardTab-parameters.css +4 -1
- package/src/themes/sap_horizon_hcw/parameters-bundle.css +2 -0
- package/dist/css/themes/FilterItem.css +0 -1
- package/dist/css/themes/NotifactionOverflowActionsPopover.css +0 -1
- package/dist/generated/templates/FilterItemTemplate.lit.js +0 -20
- package/dist/generated/templates/NotifactionOverflowActionsPopoverTemplate.lit.js +0 -8
- package/dist/webcomponentsjs/CHANGELOG.md +0 -61
- package/dist/webcomponentsjs/LICENSE.md +0 -19
- package/dist/webcomponentsjs/README.md +0 -246
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js +0 -63
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-pf_dom.js +0 -60
- package/dist/webcomponentsjs/bundles/webcomponents-pf_dom.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-pf_js.js +0 -95
- package/dist/webcomponentsjs/bundles/webcomponents-pf_js.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +0 -360
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js +0 -228
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js +0 -185
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js.map +0 -1
- package/dist/webcomponentsjs/custom-elements-es5-adapter.js +0 -15
- package/dist/webcomponentsjs/webcomponents-bundle.js +0 -370
- package/dist/webcomponentsjs/webcomponents-bundle.js.map +0 -1
- package/dist/webcomponentsjs/webcomponents-loader.js +0 -206
- package/src/FilterItem.hbs +0 -8
- package/src/themes/FilterItem.css +0 -3
- package/src/themes/NotifactionOverflowActionsPopover.css +0 -5
- package/src/themes/sap_fiori_3_dark/FlexibleColumnLayout-parameters.css +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,54 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.3.1](https://github.com/SAP/ui5-webcomponents/compare/v1.3.0...v1.3.1) (2022-04-27)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @ui5/webcomponents-fiori
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [1.3.0](https://github.com/SAP/ui5-webcomponents/compare/v1.2.4...v1.3.0) (2022-04-19)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **ui5-flexible-column-layout:** correct column border styles for RTL ([#4919](https://github.com/SAP/ui5-webcomponents/issues/4919)) ([660f639](https://github.com/SAP/ui5-webcomponents/commit/660f639)), closes [#4906](https://github.com/SAP/ui5-webcomponents/issues/4906)
|
|
20
|
+
* **ui5-illustrated-message:** remove offensive characters ([#4929](https://github.com/SAP/ui5-webcomponents/issues/4929)) ([cbf5b02](https://github.com/SAP/ui5-webcomponents/commit/cbf5b02))
|
|
21
|
+
* **ui5-illustrated-message:** updated illustrations ([#4950](https://github.com/SAP/ui5-webcomponents/issues/4950)) ([6ff4e1b](https://github.com/SAP/ui5-webcomponents/commit/6ff4e1b))
|
|
22
|
+
* **ui5-media-gallery:** correct overflow label ([#4903](https://github.com/SAP/ui5-webcomponents/issues/4903)) ([4f28a6e](https://github.com/SAP/ui5-webcomponents/commit/4f28a6e))
|
|
23
|
+
* **ui5-page:** Allow developers to be able to overwrite responsive paddings ([#5056](https://github.com/SAP/ui5-webcomponents/issues/5056)) ([b09dd35](https://github.com/SAP/ui5-webcomponents/commit/b09dd35))
|
|
24
|
+
* **ui5-shellbar:** searchfield placeholder color ([#5079](https://github.com/SAP/ui5-webcomponents/issues/5079)) ([aba6aab](https://github.com/SAP/ui5-webcomponents/commit/aba6aab))
|
|
25
|
+
* **ui5-shellbar, ui5-breadcrumbs, ui5-barcode-scanner-dialog:** align popover paddings ([#4894](https://github.com/SAP/ui5-webcomponents/issues/4894)) ([b947d1b](https://github.com/SAP/ui5-webcomponents/commit/b947d1b)), closes [#4872](https://github.com/SAP/ui5-webcomponents/issues/4872)
|
|
26
|
+
* **ui5-view-settings-dialog:** adjust scrollbar behavior ([#4795](https://github.com/SAP/ui5-webcomponents/issues/4795)) ([8f58fd5](https://github.com/SAP/ui5-webcomponents/commit/8f58fd5)), closes [#4724](https://github.com/SAP/ui5-webcomponents/issues/4724) [#4725](https://github.com/SAP/ui5-webcomponents/issues/4725) [#4860](https://github.com/SAP/ui5-webcomponents/issues/4860)
|
|
27
|
+
* **ui5-view-settings-dialog:** fixing comments from previous commit ([#4851](https://github.com/SAP/ui5-webcomponents/issues/4851)) ([3fc5814](https://github.com/SAP/ui5-webcomponents/commit/3fc5814))
|
|
28
|
+
* **ui5-view-settings-dialog:** including title in initial reading ([#4827](https://github.com/SAP/ui5-webcomponents/issues/4827)) ([685d4ba](https://github.com/SAP/ui5-webcomponents/commit/685d4ba)), closes [#4660](https://github.com/SAP/ui5-webcomponents/issues/4660)
|
|
29
|
+
* **ui5-view-settings-dialog:** replacement of the slot with ui5 li element ([#5013](https://github.com/SAP/ui5-webcomponents/issues/5013)) ([839ddf8](https://github.com/SAP/ui5-webcomponents/commit/839ddf8)), closes [#4888](https://github.com/SAP/ui5-webcomponents/issues/4888)
|
|
30
|
+
* **ui5-view-settings-dialog:** visual alignment ([#4867](https://github.com/SAP/ui5-webcomponents/issues/4867)) ([8a628df](https://github.com/SAP/ui5-webcomponents/commit/8a628df)), closes [#4102](https://github.com/SAP/ui5-webcomponents/issues/4102) [#3744](https://github.com/SAP/ui5-webcomponents/issues/3744) [#4838](https://github.com/SAP/ui5-webcomponents/issues/4838)
|
|
31
|
+
* correct responsive padding in some consumers of popups ([#4926](https://github.com/SAP/ui5-webcomponents/issues/4926)) ([b501153](https://github.com/SAP/ui5-webcomponents/commit/b501153)), closes [#4870](https://github.com/SAP/ui5-webcomponents/issues/4870)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* **ui5-fcl:** implement Horizon theme ([#5071](https://github.com/SAP/ui5-webcomponents/issues/5071)) ([7a2a568](https://github.com/SAP/ui5-webcomponents/commit/7a2a568)), closes [#5008](https://github.com/SAP/ui5-webcomponents/issues/5008)
|
|
37
|
+
* **ui5-wizard:** implement SAP Horizon theme ([#5076](https://github.com/SAP/ui5-webcomponents/issues/5076)) ([801069d](https://github.com/SAP/ui5-webcomponents/commit/801069d))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## [1.2.4](https://github.com/SAP/ui5-webcomponents/compare/v1.2.3...v1.2.4) (2022-03-30)
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### Bug Fixes
|
|
47
|
+
|
|
48
|
+
* **ui5-illustrated-message:** remove offensive characters ([#4929](https://github.com/SAP/ui5-webcomponents/issues/4929)) ([a33c7a5](https://github.com/SAP/ui5-webcomponents/commit/a33c7a5))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
6
54
|
## [1.2.3](https://github.com/SAP/ui5-webcomponents/compare/v1.2.2...v1.2.3) (2022-03-23)
|
|
7
55
|
|
|
8
56
|
**Note:** Version bump only for package @ui5/webcomponents-fiori
|
|
@@ -10,7 +10,7 @@ import { BrowserMultiFormatReader, NotFoundException } from "@zxing/library";
|
|
|
10
10
|
import BarcodeScannerDialogTemplate from "./generated/templates/BarcodeScannerDialogTemplate.lit.js";
|
|
11
11
|
|
|
12
12
|
// Styles
|
|
13
|
-
import
|
|
13
|
+
import BarcodeScannerDialogCss from "./generated/themes/BarcodeScannerDialog.css.js";
|
|
14
14
|
|
|
15
15
|
// Texts
|
|
16
16
|
import {
|
|
@@ -134,7 +134,7 @@ class BarcodeScannerDialog extends UI5Element {
|
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
static get staticAreaStyles() {
|
|
137
|
-
return [
|
|
137
|
+
return [BarcodeScannerDialogCss];
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
static async onDefine() {
|
package/dist/FilterItem.js
CHANGED
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import ListItem from "@ui5/webcomponents/dist/ListItem.js";
|
|
3
|
-
import FilterItemTemplate from "./generated/templates/FilterItemTemplate.lit.js";
|
|
4
|
-
|
|
5
|
-
import FilterItemCSS from "./generated/themes/FilterItem.css.js";
|
|
1
|
+
import UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
|
|
6
2
|
|
|
7
3
|
/**
|
|
8
4
|
* @public
|
|
@@ -36,7 +32,7 @@ const metadata = {
|
|
|
36
32
|
slots: /** @lends sap.ui.webcomponents.fiori.FilterItem.prototype */ {
|
|
37
33
|
/**
|
|
38
34
|
* Defines the <code>values</code> list.
|
|
39
|
-
|
|
35
|
+
* @type {sap.ui.webcomponents.fiori.IFilterItemOption[]}
|
|
40
36
|
* @slot values
|
|
41
37
|
* @public
|
|
42
38
|
*/
|
|
@@ -65,28 +61,16 @@ const metadata = {
|
|
|
65
61
|
* @constructor
|
|
66
62
|
* @author SAP SE
|
|
67
63
|
* @alias sap.ui.webcomponents.fiori.FilterItem
|
|
68
|
-
* @extends
|
|
64
|
+
* @extends UI5Element
|
|
69
65
|
* @since 1.0.0-rc.16
|
|
70
66
|
* @tagname ui5-filter-item
|
|
71
67
|
* @implements sap.ui.webcomponents.fiori.IFilterItem
|
|
72
68
|
* @public
|
|
73
69
|
*/
|
|
74
|
-
class FilterItem extends
|
|
70
|
+
class FilterItem extends UI5Element {
|
|
75
71
|
static get metadata() {
|
|
76
72
|
return metadata;
|
|
77
73
|
}
|
|
78
|
-
|
|
79
|
-
static get render() {
|
|
80
|
-
return litRender;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
static get styles() {
|
|
84
|
-
return [ListItem.styles, FilterItemCSS];
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
static get template() {
|
|
88
|
-
return FilterItemTemplate;
|
|
89
|
-
}
|
|
90
74
|
}
|
|
91
75
|
|
|
92
76
|
FilterItem.define();
|
|
@@ -482,7 +482,8 @@ class FlexibleColumnLayout extends UI5Element {
|
|
|
482
482
|
startColumnVisible: this.startColumnVisible,
|
|
483
483
|
midColumnVisible: this.midColumnVisible,
|
|
484
484
|
endColumnVisible: this.endColumnVisible,
|
|
485
|
-
arrowUsed,
|
|
485
|
+
arrowUsed, // for backwards compatibility
|
|
486
|
+
arrowsUsed: arrowUsed, // as documented
|
|
486
487
|
resize,
|
|
487
488
|
});
|
|
488
489
|
}
|
|
@@ -64,24 +64,10 @@ const metadata = {
|
|
|
64
64
|
* <br><br>
|
|
65
65
|
* Available illustrations are:
|
|
66
66
|
* <ul>
|
|
67
|
-
* <li><code>BeforeSearch</code></li>
|
|
68
|
-
* <li><code>NoActivities</code></li>
|
|
69
|
-
* <li><code>NoData</code></li>
|
|
70
|
-
* <li><code>NoMail</code></li>
|
|
71
|
-
* <li><code>NoMail_v1</code></li>
|
|
72
|
-
* <li><code>NoEntries</code></li>
|
|
73
|
-
* <li><code>NoNotifications</code></li>
|
|
74
|
-
* <li><code>NoSavedItems</code></li>
|
|
75
|
-
* <li><code>NoSavedItems_v1</code></li>
|
|
76
|
-
* <li><code>NoSearchResults</code></li>
|
|
77
|
-
* <li><code>NoTasks</code></li>
|
|
78
|
-
* <li><code>NoTasks_v1</code></li>
|
|
79
|
-
* <li><code>UnableToLoad</code></li>
|
|
80
|
-
* <li><code>UnableToLoadImage</code></li>
|
|
81
|
-
* <li><code>UnableToUpload</code></li>
|
|
82
67
|
* <li><code>AddColumn</code></li>
|
|
83
68
|
* <li><code>AddPeople</code></li>
|
|
84
69
|
* <li><code>BalloonSky</code></li>
|
|
70
|
+
* <li><code>BeforeSearch</code></li>
|
|
85
71
|
* <li><code>Connection</code></li>
|
|
86
72
|
* <li><code>EmptyCalendar</code></li>
|
|
87
73
|
* <li><code>EmptyList</code></li>
|
|
@@ -89,7 +75,18 @@ const metadata = {
|
|
|
89
75
|
* <li><code>ErrorScreen</code></li>
|
|
90
76
|
* <li><code>FilterTable</code></li>
|
|
91
77
|
* <li><code>GroupTable</code></li>
|
|
78
|
+
* <li><code>NoActivities</code></li>
|
|
79
|
+
* <li><code>NoData</code></li>
|
|
80
|
+
* <li><code>NoEntries</code></li>
|
|
92
81
|
* <li><code>NoFilterResults</code></li>
|
|
82
|
+
* <li><code>NoMail_v1</code></li>
|
|
83
|
+
* <li><code>NoMail</code></li>
|
|
84
|
+
* <li><code>NoNotifications</code></li>
|
|
85
|
+
* <li><code>NoSavedItems_v1</code></li>
|
|
86
|
+
* <li><code>NoSavedItems</code></li>
|
|
87
|
+
* <li><code>NoSearchResults</code></li>
|
|
88
|
+
* <li><code>NoTasks_v1</code></li>
|
|
89
|
+
* <li><code>NoTasks</code></li>
|
|
93
90
|
* <li><code>PageNotFound</code></li>
|
|
94
91
|
* <li><code>ReloadScreen</code></li>
|
|
95
92
|
* <li><code>ResizeColumn</code></li>
|
|
@@ -116,8 +113,23 @@ const metadata = {
|
|
|
116
113
|
* <li><code>SuccessHighFive</code></li>
|
|
117
114
|
* <li><code>SuccessScreen</code></li>
|
|
118
115
|
* <li><code>Tent</code></li>
|
|
116
|
+
* <li><code>UnableToLoad</code></li>
|
|
117
|
+
* <li><code>UnableToLoadImage</code></li>
|
|
118
|
+
* <li><code>UnableToUpload</code></li>
|
|
119
119
|
* <li><code>UploadCollection</code></li>
|
|
120
|
+
* <li><code>TntChartArea</code></li>
|
|
121
|
+
* <li><code>TntChartArea2</code></li>
|
|
122
|
+
* <li><code>TntChartBar</code></li>
|
|
123
|
+
* <li><code>TntChartBPMNFlow</code></li>
|
|
124
|
+
* <li><code>TntChartBullet</code></li>
|
|
125
|
+
* <li><code>TntChartDoughnut</code></li>
|
|
126
|
+
* <li><code>TntChartFlow</code></li>
|
|
127
|
+
* <li><code>TntChartGantt</code></li>
|
|
128
|
+
* <li><code>TntChartOrg</code></li>
|
|
129
|
+
* <li><code>TntChartPie</code></li>
|
|
130
|
+
* <li><code>TntCodePlaceholder</code></li>
|
|
120
131
|
* <li><code>TntCompany</code></li>
|
|
132
|
+
* <li><code>TntComponents</code></li>
|
|
121
133
|
* <li><code>TntExternalLink</code></li>
|
|
122
134
|
* <li><code>TntFaceID</code></li>
|
|
123
135
|
* <li><code>TntFingerprint</code></li>
|
|
@@ -127,13 +139,19 @@ const metadata = {
|
|
|
127
139
|
* <li><code>TntNoFlows</code></li>
|
|
128
140
|
* <li><code>TntNoUsers</code></li>
|
|
129
141
|
* <li><code>TntRadar</code></li>
|
|
142
|
+
* <li><code>TntSecrets</code></li>
|
|
130
143
|
* <li><code>TntServices</code></li>
|
|
131
144
|
* <li><code>TntSessionExpired</code></li>
|
|
132
145
|
* <li><code>TntSessionExpiring</code></li>
|
|
133
146
|
* <li><code>TntSuccess</code></li>
|
|
134
147
|
* <li><code>TntSuccessfulAuth</code></li>
|
|
148
|
+
* <li><code>TntSystems</code></li>
|
|
149
|
+
* <li><code>TntTeams</code></li>
|
|
150
|
+
* <li><code>TntTools</code></li>
|
|
151
|
+
* <li><code>TntUnableToLoad</code></li>
|
|
135
152
|
* <li><code>TntUnlock</code></li>
|
|
136
153
|
* <li><code>TntUnsuccessfulAuth</code></li>
|
|
154
|
+
* <li><code>TntUser2</code></li>
|
|
137
155
|
* </ul>
|
|
138
156
|
* <br><br>
|
|
139
157
|
* <b>Note:</b> By default the <code>BeforeSearch</code> illustration is loaded.
|
package/dist/MediaGallery.js
CHANGED
|
@@ -396,7 +396,10 @@ class MediaGallery extends UI5Element {
|
|
|
396
396
|
_getOverflowSize(columnHeight, columnsCount) {
|
|
397
397
|
const maxAlowedThumbnailsInColumn = this._getMaxAllowedThumbnailsInColumn(columnHeight),
|
|
398
398
|
overflowSize = Math.max(0, this.items.length - maxAlowedThumbnailsInColumn * columnsCount);
|
|
399
|
-
|
|
399
|
+
if (overflowSize === this.items.length || overflowSize === 0) {
|
|
400
|
+
return overflowSize;
|
|
401
|
+
}
|
|
402
|
+
return overflowSize + 1; // overflow 1 extra item to make room for overflow btn as well
|
|
400
403
|
}
|
|
401
404
|
|
|
402
405
|
_getFocusableItems() {
|
|
@@ -12,10 +12,10 @@ import "@ui5/webcomponents-icons/dist/message-warning.js";
|
|
|
12
12
|
import "@ui5/webcomponents-icons/dist/overflow.js";
|
|
13
13
|
|
|
14
14
|
// Templates
|
|
15
|
-
import
|
|
15
|
+
import NotificationOverflowActionsPopoverTemplate from "./generated/templates/NotificationOverflowActionsPopoverTemplate.lit.js";
|
|
16
16
|
|
|
17
17
|
// Styles
|
|
18
|
-
import
|
|
18
|
+
import NotificationOverflowActionsPopoverCss from "./generated/themes/NotificationOverflowActionsPopover.css.js";
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
@@ -145,11 +145,11 @@ class NotificationListItemBase extends ListItemBase {
|
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
static get staticAreaTemplate() {
|
|
148
|
-
return
|
|
148
|
+
return NotificationOverflowActionsPopoverTemplate;
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
static get staticAreaStyles() {
|
|
152
|
-
return
|
|
152
|
+
return NotificationOverflowActionsPopoverCss;
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
static priorityIconsMappings() {
|
package/dist/ShellBar.js
CHANGED
|
@@ -35,6 +35,7 @@ import ShellBarPopoverTemplate from "./generated/templates/ShellBarPopoverTempla
|
|
|
35
35
|
|
|
36
36
|
// Styles
|
|
37
37
|
import styles from "./generated/themes/ShellBar.css.js";
|
|
38
|
+
import ShellBarPopoverCss from "./generated/themes/ShellBarPopover.css.js";
|
|
38
39
|
|
|
39
40
|
const HANDLE_RESIZE_DEBOUNCE_RATE = 200; // ms
|
|
40
41
|
|
|
@@ -413,10 +414,6 @@ class ShellBar extends UI5Element {
|
|
|
413
414
|
return metadata;
|
|
414
415
|
}
|
|
415
416
|
|
|
416
|
-
static get styles() {
|
|
417
|
-
return styles;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
417
|
static get render() {
|
|
421
418
|
return litRender;
|
|
422
419
|
}
|
|
@@ -429,6 +426,14 @@ class ShellBar extends UI5Element {
|
|
|
429
426
|
return ShellBarPopoverTemplate;
|
|
430
427
|
}
|
|
431
428
|
|
|
429
|
+
static get styles() {
|
|
430
|
+
return styles;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
static get staticAreaStyles() {
|
|
434
|
+
return [ShellBarPopoverCss];
|
|
435
|
+
}
|
|
436
|
+
|
|
432
437
|
static get FIORI_3_BREAKPOINTS() {
|
|
433
438
|
return [
|
|
434
439
|
599,
|
|
@@ -112,6 +112,7 @@ const metadata = {
|
|
|
112
112
|
*/
|
|
113
113
|
_filterStepTwo: {
|
|
114
114
|
type: Boolean,
|
|
115
|
+
noAttribute: true,
|
|
115
116
|
},
|
|
116
117
|
},
|
|
117
118
|
slots: /** @lends sap.ui.webcomponents.fiori.ViewSettingsDialog.prototype */ {
|
|
@@ -213,6 +214,7 @@ const metadata = {
|
|
|
213
214
|
* @alias sap.ui.webcomponents.fiori.ViewSettingsDialog
|
|
214
215
|
* @extends UI5Element
|
|
215
216
|
* @tagname ui5-view-settings-dialog
|
|
217
|
+
* @appenddocs SortItem FilterItem FilterItemOption
|
|
216
218
|
* @since 1.0.0-rc.16
|
|
217
219
|
* @public
|
|
218
220
|
*/
|
|
@@ -312,8 +314,7 @@ class ViewSettingsDialog extends UI5Element {
|
|
|
312
314
|
}
|
|
313
315
|
|
|
314
316
|
get _dialogTitle() {
|
|
315
|
-
|
|
316
|
-
return ViewSettingsDialog.i18nBundle.getText(currentModeText);
|
|
317
|
+
return ViewSettingsDialog.i18nBundle.getText(VSD_DIALOG_TITLE_SORT);
|
|
317
318
|
}
|
|
318
319
|
|
|
319
320
|
get _okButtonLabel() {
|
|
@@ -356,6 +357,12 @@ class ViewSettingsDialog extends UI5Element {
|
|
|
356
357
|
return !this.sortDescending;
|
|
357
358
|
}
|
|
358
359
|
|
|
360
|
+
get _title() {
|
|
361
|
+
return this.showBackButton
|
|
362
|
+
? this._filterByTitle
|
|
363
|
+
: this._dialogTitle;
|
|
364
|
+
}
|
|
365
|
+
|
|
359
366
|
/**
|
|
360
367
|
* Determines disabled state of the <code>Reset</code> button.
|
|
361
368
|
*/
|
|
@@ -434,6 +441,10 @@ class ViewSettingsDialog extends UI5Element {
|
|
|
434
441
|
];
|
|
435
442
|
}
|
|
436
443
|
|
|
444
|
+
get expandContent() {
|
|
445
|
+
return this._filterStepTwo || !this.hasPagination;
|
|
446
|
+
}
|
|
447
|
+
|
|
437
448
|
get isModeSort() {
|
|
438
449
|
return this._currentMode === ViewSettingsDialogMode.Sort;
|
|
439
450
|
}
|
|
@@ -476,7 +487,10 @@ class ViewSettingsDialog extends UI5Element {
|
|
|
476
487
|
} else {
|
|
477
488
|
this._restoreSettings(this._confirmedSettings);
|
|
478
489
|
}
|
|
479
|
-
|
|
490
|
+
|
|
491
|
+
this._dialog.show(true);
|
|
492
|
+
|
|
493
|
+
this._dialog.querySelector("[ui5-list]").focusFirstItem();
|
|
480
494
|
}
|
|
481
495
|
|
|
482
496
|
_handleModeChange(event) {
|
|
@@ -506,8 +520,7 @@ class ViewSettingsDialog extends UI5Element {
|
|
|
506
520
|
_changeCurrentFilter(event) {
|
|
507
521
|
this._filterStepTwo = true;
|
|
508
522
|
this._currentSettings.filters = this._currentSettings.filters.map(filter => {
|
|
509
|
-
filter.selected = filter.text === event.detail.item.
|
|
510
|
-
|
|
523
|
+
filter.selected = filter.text === event.detail.item.innerText;
|
|
511
524
|
return filter;
|
|
512
525
|
});
|
|
513
526
|
}
|
package/dist/api.json
CHANGED
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"static": true,
|
|
213
213
|
"visibility": "public",
|
|
214
214
|
"since": "1.0.0-rc.16",
|
|
215
|
-
"extends": "
|
|
215
|
+
"extends": "UI5Element",
|
|
216
216
|
"implements": [ "sap.ui.webcomponents.fiori.IFilterItem" ],
|
|
217
217
|
"description": "<h3 class=\"comment-api-title\">Overview</h3>\n\n<h3>Usage</h3>\n\nFor the <code>ui5-filter-item</code> <h3>ES6 Module Import</h3>\n\n<code>import @ui5/webcomponents-fiori/dist/FilterItem.js\";</code>",
|
|
218
218
|
"constructor": { "visibility": "public" },
|
|
@@ -468,7 +468,7 @@
|
|
|
468
468
|
"name": "name",
|
|
469
469
|
"visibility": "public",
|
|
470
470
|
"type": "IllustrationMessageType",
|
|
471
|
-
"description": "Defines the illustration name that will be displayed in the component. <br><br> Available illustrations are: <ul> <li><code>BeforeSearch</code></li> <li><code>NoActivities</code></li> <li><code>NoData</code></li> <li><code>
|
|
471
|
+
"description": "Defines the illustration name that will be displayed in the component. <br><br> Available illustrations are: <ul> <li><code>AddColumn</code></li> <li><code>AddPeople</code></li> <li><code>BalloonSky</code></li> <li><code>BeforeSearch</code></li> <li><code>Connection</code></li> <li><code>EmptyCalendar</code></li> <li><code>EmptyList</code></li> <li><code>EmptyPlanningCalendar</code></li> <li><code>ErrorScreen</code></li> <li><code>FilterTable</code></li> <li><code>GroupTable</code></li> <li><code>NoActivities</code></li> <li><code>NoData</code></li> <li><code>NoEntries</code></li> <li><code>NoFilterResults</code></li> <li><code>NoMail_v1</code></li> <li><code>NoMail</code></li> <li><code>NoNotifications</code></li> <li><code>NoSavedItems_v1</code></li> <li><code>NoSavedItems</code></li> <li><code>NoSearchResults</code></li> <li><code>NoTasks_v1</code></li> <li><code>NoTasks</code></li> <li><code>PageNotFound</code></li> <li><code>ReloadScreen</code></li> <li><code>ResizeColumn</code></li> <li><code>SearchEarth</code></li> <li><code>SearchFolder</code></li> <li><code>SimpleBalloon</code></li> <li><code>SimpleBell</code></li> <li><code>SimpleCalendar</code></li> <li><code>SimpleCheckMark</code></li> <li><code>SimpleConnection</code></li> <li><code>SimpleEmptyDoc</code></li> <li><code>SimpleEmptyList</code></li> <li><code>SimpleError</code></li> <li><code>SimpleMagnifier</code></li> <li><code>SimpleMail</code></li> <li><code>SimpleNoSavedItems</code></li> <li><code>SimpleNotFoundMagnifier</code></li> <li><code>SimpleReload</code></li> <li><code>SimpleTask</code></li> <li><code>SleepingBell</code></li> <li><code>SortColumn</code></li> <li><code>SuccessBalloon</code></li> <li><code>SuccessCheckMark</code></li> <li><code>SuccessHighFive</code></li> <li><code>SuccessScreen</code></li> <li><code>Tent</code></li> <li><code>UnableToLoad</code></li> <li><code>UnableToLoadImage</code></li> <li><code>UnableToUpload</code></li> <li><code>UploadCollection</code></li> <li><code>TntChartArea</code></li> <li><code>TntChartArea2</code></li> <li><code>TntChartBar</code></li> <li><code>TntChartBPMNFlow</code></li> <li><code>TntChartBullet</code></li> <li><code>TntChartDoughnut</code></li> <li><code>TntChartFlow</code></li> <li><code>TntChartGantt</code></li> <li><code>TntChartOrg</code></li> <li><code>TntChartPie</code></li> <li><code>TntCodePlaceholder</code></li> <li><code>TntCompany</code></li> <li><code>TntComponents</code></li> <li><code>TntExternalLink</code></li> <li><code>TntFaceID</code></li> <li><code>TntFingerprint</code></li> <li><code>TntLock</code></li> <li><code>TntMission</code></li> <li><code>TntNoApplications</code></li> <li><code>TntNoFlows</code></li> <li><code>TntNoUsers</code></li> <li><code>TntRadar</code></li> <li><code>TntSecrets</code></li> <li><code>TntServices</code></li> <li><code>TntSessionExpired</code></li> <li><code>TntSessionExpiring</code></li> <li><code>TntSuccess</code></li> <li><code>TntSuccessfulAuth</code></li> <li><code>TntSystems</code></li> <li><code>TntTeams</code></li> <li><code>TntTools</code></li> <li><code>TntUnableToLoad</code></li> <li><code>TntUnlock</code></li> <li><code>TntUnsuccessfulAuth</code></li> <li><code>TntUser2</code></li> </ul> <br><br> <b>Note:</b> By default the <code>BeforeSearch</code> illustration is loaded. <br> When using an illustration type, other than the default, it should be loaded in addition: <br> <code>import \"@ui5/webcomponents-fiori/dist/illustrations/NoData.js\";</code> <br><br> <b>Note:</b> TNT illustrations cointain <code>Tnt</code> prefix in their name. You can import them removing the <code>Tnt</code> prefix like this: <br> <code>import \"@ui5/webcomponents-fiori/dist/illustrations/tnt/SessionExpired.js\";</code>",
|
|
472
472
|
"defaultValue": "\"BeforeSearch\""
|
|
473
473
|
},
|
|
474
474
|
{
|
|
@@ -2890,6 +2890,7 @@
|
|
|
2890
2890
|
"name": "sap.ui.webcomponents.fiori.ViewSettingsDialog",
|
|
2891
2891
|
"basename": "ViewSettingsDialog",
|
|
2892
2892
|
"tagname": "ui5-view-settings-dialog",
|
|
2893
|
+
"appenddocs": "SortItem FilterItem FilterItemOption",
|
|
2893
2894
|
"resource": "ViewSettingsDialog.js",
|
|
2894
2895
|
"module": "ViewSettingsDialog",
|
|
2895
2896
|
"static": true,
|
package/dist/css/themes/Bar.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:host{background-color:var(--sapPageHeader_Background);height:var(--_ui5_bar_base_height);width:100%;box-shadow:inset 0 -.0625rem var(--sapPageHeader_BorderColor);display:block}.ui5-bar-root{display:flex;align-items:center;justify-content:space-between;height:inherit;width:inherit;background-color:inherit;box-shadow:inherit;border-radius:inherit}.ui5-bar-root .ui5-bar-startcontent-container{padding-
|
|
1
|
+
:host{background-color:var(--sapPageHeader_Background);height:var(--_ui5_bar_base_height);width:100%;box-shadow:inset 0 -.0625rem var(--sapPageHeader_BorderColor);display:block}.ui5-bar-root{display:flex;align-items:center;justify-content:space-between;height:inherit;width:inherit;background-color:inherit;box-shadow:inherit;border-radius:inherit}.ui5-bar-root .ui5-bar-startcontent-container{padding-inline-start:.5rem;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.ui5-bar-root .ui5-bar-content-container{min-width:30%}.ui5-bar-root.ui5-bar-root-shrinked .ui5-bar-content-container{min-width:0;overflow:hidden}.ui5-bar-root .ui5-bar-endcontent-container{padding-inline-end:.5rem;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.ui5-bar-root .ui5-bar-midcontent-container{padding-left:.5rem;padding-right:.5rem;display:flex;flex-direction:row;align-items:center;justify-content:center}:host([design=Footer]){background-color:var(--sapPageFooter_Background);border-top:.0625rem solid var(--sapPageFooter_BorderColor);box-shadow:none}:host([design=Subheader]){height:var(--_ui5_bar_subheader_height)}:host([design=FloatingFooter]){border-radius:var(--sapElement_BorderCornerRadius);background-color:var(--sapPageFooter_Background);box-shadow:var(--sapContent_Shadow1);border:none}::slotted(.ui5-bar-content){margin:0 .25rem}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ui5-barcode-scanner-dialog-video,.ui5-barcode-scanner-dialog-video-wrapper{height:100%;width:100%}.ui5-barcode-scanner-dialog-video{object-fit:cover}.ui5-barcode-scanner-dialog-footer{display:flex;justify-content:flex-end;width:100%}.ui5-barcode-scanner-dialog-busy{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.ui5-barcode-scanner-dialog-busy:not([active]){display:none}
|
|
1
|
+
.ui5-barcode-scanner-dialog-root::part(content){padding:.4375rem}.ui5-barcode-scanner-dialog-video,.ui5-barcode-scanner-dialog-video-wrapper{height:100%;width:100%}.ui5-barcode-scanner-dialog-video{object-fit:cover}.ui5-barcode-scanner-dialog-footer{display:flex;justify-content:flex-end;width:100%}.ui5-barcode-scanner-dialog-busy{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.ui5-barcode-scanner-dialog-busy:not([active]){display:none}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block;background:var(--_ui5_fcl_solid_bg)}.ui5-fcl-root{height:100%;display:flex;flex-direction:row}.ui5-fcl-column{background:inherit;box-sizing:border-box;will-change:width;overflow-y:auto}.ui5-fcl-column-animation{transition:width .56s cubic-bezier(.1,0,.05,1),visibility .56s ease-in}:host([_visible-columns="2"]) .ui5-fcl-column--start{border-
|
|
1
|
+
.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block;background:var(--_ui5_fcl_solid_bg)}.ui5-fcl-root{height:100%;display:flex;flex-direction:row}.ui5-fcl-column{background:inherit;box-sizing:border-box;will-change:width;overflow-y:auto}.ui5-fcl-column-animation{transition:width .56s cubic-bezier(.1,0,.05,1),visibility .56s ease-in}:host([_visible-columns="2"]) .ui5-fcl-column--start{border-inline-end:var(--_ui5_fcl_column_border)}:host([_visible-columns="3"]) .ui5-fcl-column--start{border-inline-end:var(--_ui5_fcl_column_border)}:host([_visible-columns="2"]) .ui5-fcl-column--middle{border-inline-start:var(--_ui5_fcl_column_border)}:host([_visible-columns="3"]) .ui5-fcl-column--middle{border-inline-start:var(--_ui5_fcl_column_border)}:host([_visible-columns="3"]) .ui5-fcl-column--middle{border-inline-end:var(--_ui5_fcl_column_border)}:host([_visible-columns="3"]) .ui5-fcl-column--end{border-inline-start:var(--_ui5_fcl_column_border)}:host([_visible-columns="2"]) [dir=rtl] .ui5-fcl-column--start{border-left:var(--_ui5_fcl_column_border)}:host([_visible-columns="3"]) [dir=rtl] .ui5-fcl-column--start{border-left:var(--_ui5_fcl_column_border)}:host([_visible-columns="2"]) [dir=rtl] .ui5-fcl-column--middle{border-right:var(--_ui5_fcl_column_border)}:host([_visible-columns="3"]) [dir=rtl] .ui5-fcl-column--middle{border-right:var(--_ui5_fcl_column_border)}:host([_visible-columns="3"]) [dir=rtl] .ui5-fcl-column--middle{border-left:var(--_ui5_fcl_column_border)}:host([_visible-columns="3"]) [dir=rtl] .ui5-fcl-column--end{border-right:var(--_ui5_fcl_column_border)}.ui5-fcl-column--hidden{display:none}.ui5-fcl-arrow-container{display:flex;align-items:center;justify-content:center;width:1rem;background-color:var(--sapShell_Background)}.ui5-fcl-arrow{position:relative;width:1.5rem;height:1.5rem;min-width:1.5rem;will-change:transform;overflow:visible;z-index:1}.ui5-fcl-arrow:before{background-image:var(--_ui5_fcl_decoration_top);background-position-y:-.3125rem;bottom:100%}.ui5-fcl-arrow:after{background-image:var(--_ui5_fcl_decoration_bottom);background-position-y:.3125rem;top:100%}.ui5-fcl-arrow:after,.ui5-fcl-arrow:before{content:"";position:absolute;left:0;height:4rem;width:100%;transition:all .1s ease-in;background-repeat:no-repeat;background-size:.0625rem 100%;background-position-x:calc(50% - .03125rem)}.ui5-fcl-arrow:hover:after,.ui5-fcl-arrow:hover:before{height:7rem}.ui5-fcl--ie .ui5-fcl-arrow{margin:0 -.75rem}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block;width:100%;min-height:var(--_ui5_list_item_base_height);background:var(--ui5-listitem-background-color);cursor:pointer}:host([has-border]){border-bottom:var(--ui5-listitem-border-bottom)}:host([focused]) .ui5-nli-focusable{outline:none}:host([focused]) .ui5-nli-focusable:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}:host([busy]){opacity:.6;pointer-events:none}:host([busy]) .ui5-nli-busy{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ui5-nli-action{flex-shrink:0;margin-
|
|
1
|
+
.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block;width:100%;min-height:var(--_ui5_list_item_base_height);background:var(--ui5-listitem-background-color);cursor:pointer}:host([has-border]){border-bottom:var(--ui5-listitem-border-bottom)}:host([focused]) .ui5-nli-focusable{outline:none}:host([focused]) .ui5-nli-focusable:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}:host([busy]){opacity:.6;pointer-events:none}:host([busy]) .ui5-nli-busy{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ui5-nli-action{flex-shrink:0;margin-inline-end:.5rem}.ui5-nli-overflow-btn{margin-inline-end:.5rem}.ui5-prio-icon{min-width:1rem;min-height:1rem;padding-inline-end:.5rem}.ui5-prio-icon--message-error{color:var(--sapNegativeElementColor)}.ui5-prio-icon--message-warning{color:var(--sapCriticalElementColor)}.ui5-prio-icon--message-success{color:var(--sapPositiveElementColor)}:host{--_ui5-notification_item-border-raius:0px}:host(:not([collapsed])) .ui5-nli-group-toggle-btn{transform:var(--_ui5_li_notification_group_toggle_btn_rotation)}:host([collapsed]) .ui5-nli-group-items{display:none}:host([read]) .ui5-nli-group-title-text{font-weight:400}.ui5-nli-group-root{display:flex;flex-direction:column;position:relative;width:100%;box-sizing:border-box}.ui5-nli-group-header{display:flex;align-items:center;padding-block:.75rem .25rem;padding-inline:.75rem .5rem;width:100%;border-bottom:.0625rem solid var(--sapList_GroupHeaderBorderColor);box-sizing:border-box;cursor:default}.ui5-nli-group-toggle-btn{margin-inline-end:.75rem;cursor:pointer}.ui5-nli-group-title-text{color:var(--sapGroup_TitleTextColor);font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontHeader6Size);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui5-nli-group-divider{flex:1}.ui5-nli-group-counter{margin-inline-start:.25rem;margin-inline-end:1rem;color:var(--sapList_TableGroupHeaderTextColor);font-size:var(--sapFontHeader6Size);font-family:"72override",var(--sapFontHeaderFamily)}:host([ui5-li-notification-group]){-webkit-tap-highlight-color:transparent}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block;width:100%;min-height:var(--_ui5_list_item_base_height);background:var(--ui5-listitem-background-color);cursor:pointer}:host([has-border]){border-bottom:var(--ui5-listitem-border-bottom)}:host([focused]) .ui5-nli-focusable{outline:none}:host([focused]) .ui5-nli-focusable:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}:host([busy]){opacity:.6;pointer-events:none}:host([busy]) .ui5-nli-busy{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ui5-nli-action{flex-shrink:0;margin-
|
|
1
|
+
.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block;width:100%;min-height:var(--_ui5_list_item_base_height);background:var(--ui5-listitem-background-color);cursor:pointer}:host([has-border]){border-bottom:var(--ui5-listitem-border-bottom)}:host([focused]) .ui5-nli-focusable{outline:none}:host([focused]) .ui5-nli-focusable:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}:host([busy]){opacity:.6;pointer-events:none}:host([busy]) .ui5-nli-busy{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ui5-nli-action{flex-shrink:0;margin-inline-end:.5rem}.ui5-nli-overflow-btn{margin-inline-end:.5rem}.ui5-prio-icon{min-width:1rem;min-height:1rem;padding-inline-end:.5rem}.ui5-prio-icon--message-error{color:var(--sapNegativeElementColor)}.ui5-prio-icon--message-warning{color:var(--sapCriticalElementColor)}.ui5-prio-icon--message-success{color:var(--sapPositiveElementColor)}:host([wrapping-type=None]) .ui5-nli-title-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}:host(:not([wrapping-type=Normal])) .ui5-nli-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}:host([_show-more-pressed]) .ui5-nli-title-text{-webkit-line-clamp:unset}:host([_show-more-pressed]) .ui5-nli-description{-webkit-line-clamp:unset}:host([read]) .ui5-nli-title-text{font-weight:400}:host([wrapping-type=None]) .ui5-nli-content--ie .ui5-nli-description{max-height:32px}:host([wrapping-type=None]) .ui5-nli-content--ie .ui5-nli-title-text{max-height:32px}:host([_show-more-pressed]) .ui5-nli-content--ie .ui5-nli-title-text{max-height:inherit}:host([_show-more-pressed]) .ui5-nli-content--ie .ui5-nli-description{max-height:inherit}:host(:first-of-type){border-top-left-radius:var(--_ui5-notification_item-border-raius);border-top-right-radius:var(--_ui5-notification_item-border-raius)}:host(:last-of-type){border-bottom-left-radius:var(--_ui5-notification_item-border-raius);border-bottom-right-radius:var(--_ui5-notification_item-border-raius)}:host(:first-of-type) .ui5-nli-focusable:after{border-top-left-radius:var(--_ui5-notification_item-border-raius);border-top-right-radius:var(--_ui5-notification_item-border-raius)}:host(:last-of-type) .ui5-nli-focusable:after{border-bottom-left-radius:var(--_ui5-notification_item-border-raius);border-bottom-right-radius:var(--_ui5-notification_item-border-raius)}.ui5-nli-root{display:flex;flex-direction:row-reverse;position:relative;width:100%;padding-inline:1rem .5rem;padding-block:1rem;box-sizing:border-box;cursor:pointer}.ui5-nli-content{display:flex;flex-direction:column;flex:1;min-width:0;width:100%;padding-inline:.75rem 1rem;font-family:"72override",var(--sapFontFamily);box-sizing:border-box}.ui5-nli-title-text-wrapper{display:flex;flex-direction:row}.ui5-nli-title-text{display:flex;margin-bottom:.25rem;box-sizing:border-box}.ui5-nli-title-text{color:var(--sapGroup_TitleTextColor);font-weight:700;font-size:var(--sapFontHeader6Size)}.ui5-nli-description{display:flex;margin-top:.5rem;color:var(--sapTextColor);font-size:var(--sapFontSize);box-sizing:border-box}.ui5-nli-footer{display:flex;color:var(--sapContent_LabelColor);font-size:var(--sapFontSize);padding-top:.5rem;box-sizing:border-box;flex-wrap:wrap}.ui5-nli-footer-divider{position:relative;align-items:center;margin-inline-start:.5rem;margin-inline-end:.625rem}.ui5-nli-footer-divider:after{position:absolute;content:".";top:-20%}.ui5-nli-footer-showMore{margin-inline-start:1rem}::slotted([slot^=footnotes]){color:var(--sapContent_LabelColor);font-size:var(--sapFontSize);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ui5-nli-actions{display:flex;box-sizing:border-box}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block;width:100%;min-height:var(--_ui5_list_item_base_height);background:var(--ui5-listitem-background-color);cursor:pointer}:host([has-border]){border-bottom:var(--ui5-listitem-border-bottom)}:host([focused]) .ui5-nli-focusable{outline:none}:host([focused]) .ui5-nli-focusable:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}:host([busy]){opacity:.6;pointer-events:none}:host([busy]) .ui5-nli-busy{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ui5-nli-action{flex-shrink:0;margin-
|
|
1
|
+
.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block;width:100%;min-height:var(--_ui5_list_item_base_height);background:var(--ui5-listitem-background-color);cursor:pointer}:host([has-border]){border-bottom:var(--ui5-listitem-border-bottom)}:host([focused]) .ui5-nli-focusable{outline:none}:host([focused]) .ui5-nli-focusable:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}:host([busy]){opacity:.6;pointer-events:none}:host([busy]) .ui5-nli-busy{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ui5-nli-action{flex-shrink:0;margin-inline-end:.5rem}.ui5-nli-overflow-btn{margin-inline-end:.5rem}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ui5-notification-overflow-list{display:flex;flex-direction:column}.ui5-notification-overflow-popover::part(content){padding:var(--_ui5-notification-overflow-popover-padding)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ui5-prio-icon{min-width:1rem;min-height:1rem;padding-
|
|
1
|
+
.ui5-prio-icon{min-width:1rem;min-height:1rem;padding-inline-end:.5rem}.ui5-prio-icon--message-error{color:var(--sapNegativeElementColor)}.ui5-prio-icon--message-warning{color:var(--sapCriticalElementColor)}.ui5-prio-icon--message-success{color:var(--sapPositiveElementColor)}
|
package/dist/css/themes/Page.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:host(:not([hidden])){width:100%;height:100%;display:inline-block}.ui5-page-root{height:inherit;overflow:hidden;position:relative;z-index:0;box-sizing:border-box;background-color:inherit}.ui5-page-header-root{z-index:1}.ui5-page-content-root{overflow:hidden auto;position:absolute;will-change:scroll-position;width:100%;top:2.75rem;bottom:0;box-sizing:border-box}.ui5-page-footer-root{box-sizing:border-box;position:absolute;bottom:0;left:0;z-index:2;width:100%}:host([floating-footer]) .ui5-page-footer-root{opacity:1;bottom:.5rem}:host([media-range=S]) .ui5-page-content-root,:host([media-range=S][floating-footer]) .ui5-page-footer-root{padding:0 1rem}:host([media-range=S]) ::slotted([ui5-bar][slot=header]){box-sizing:border-box;padding:0 .25rem}:host([media-range=L]) .ui5-page-content-root,:host([media-range=L][floating-footer]) .ui5-page-footer-root,:host([media-range=M]) .ui5-page-content-root,:host([media-range=M][floating-footer]) .ui5-page-footer-root{padding:0 2rem}:host([media-range=L]) ::slotted([ui5-bar][slot=header]),:host([media-range=M]) ::slotted([ui5-bar][slot=header]){box-sizing:border-box;padding:0 1.25rem}:host([media-range=XL]) .ui5-page-content-root,:host([media-range=XL][floating-footer]) .ui5-page-footer-root{padding:0 3rem}:host([media-range=XL]) ::slotted([ui5-bar][slot=header]){box-sizing:border-box;padding:0 2.25rem}:host([disable-scrolling]) .ui5-page-content-root{overflow:hidden}:host([hide-footer]:not([floating-footer])) .ui5-page-footer-root{display:none}:host([floating-footer]:not([hide-footer])) .ui5-page-footer-root{animation:bounceShow .35s ease-in-out forwards}:host([floating-footer][hide-footer]) .ui5-page-footer-root{animation:bounceHide .35s ease-in-out forwards}:host([background-design=Solid]){background-color:var(--sapBackgroundColor)}:host([background-design=Transparent]){background-color:
|
|
1
|
+
:host(:not([hidden])){width:100%;height:100%;display:inline-block}.ui5-page-root{height:inherit;overflow:hidden;position:relative;z-index:0;box-sizing:border-box;background-color:inherit}.ui5-page-header-root{z-index:1}.ui5-page-content-root{overflow:hidden auto;position:absolute;will-change:scroll-position;width:100%;top:2.75rem;bottom:0;box-sizing:border-box}.ui5-page-footer-root{box-sizing:border-box;position:absolute;bottom:0;left:0;z-index:2;width:100%}:host([floating-footer]) .ui5-page-footer-root{opacity:1;bottom:.5rem}:host([media-range=S]) .ui5-page-content-root,:host([media-range=S][floating-footer]) .ui5-page-footer-root{padding:0 1rem}:host([media-range=S]) ::slotted([ui5-bar][slot=header]){box-sizing:border-box;padding:0 .25rem}:host([media-range=S]) ::slotted([ui5-bar][design=Footer]){box-sizing:border-box;padding:0 .25rem}:host([media-range=L]) .ui5-page-content-root,:host([media-range=L][floating-footer]) .ui5-page-footer-root,:host([media-range=M]) .ui5-page-content-root,:host([media-range=M][floating-footer]) .ui5-page-footer-root{padding:0 2rem}:host([media-range=L]) ::slotted([ui5-bar][slot=header]),:host([media-range=M]) ::slotted([ui5-bar][slot=header]){box-sizing:border-box;padding:0 1.25rem}:host([media-range=L]) ::slotted([ui5-bar][design=Footer]),:host([media-range=M]) ::slotted([ui5-bar][design=Footer]){box-sizing:border-box;padding:0 1.25rem}:host([media-range=XL]) .ui5-page-content-root,:host([media-range=XL][floating-footer]) .ui5-page-footer-root{padding:0 3rem}:host([media-range=XL]) ::slotted([ui5-bar][slot=header]){box-sizing:border-box;padding:0 2.25rem}:host([media-range=XL]) ::slotted([ui5-bar][design=Footer]){box-sizing:border-box;padding:0 2.25rem}:host([disable-scrolling]) .ui5-page-content-root{overflow:hidden}:host([hide-footer]:not([floating-footer])) .ui5-page-footer-root{display:none}:host([floating-footer]:not([hide-footer])) .ui5-page-footer-root{animation:bounceShow .35s ease-in-out forwards}:host([floating-footer][hide-footer]) .ui5-page-footer-root{animation:bounceHide .35s ease-in-out forwards}:host([background-design=Solid]){background-color:var(--sapBackgroundColor)}:host([background-design=Transparent]){background-color:var(--_ui5_page_transparent_bg)}:host([background-design=List]){background-color:var(--_ui5_page_list_bg)}@keyframes bounceShow{0%{transform:translateY(100%);opacity:0}to{opacity:1}}@keyframes bounceHide{0%{transform:translateY(-5%);opacity:1}to{transform:translateY(100%);opacity:0}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:host(:not([hidden])){display:inline-block;width:100%}.ui5-shellbar-root{position:relative;display:flex;justify-content:space-between;align-items:center;background:var(--sapShellColor);height:2.75rem;font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;box-sizing:border-box}.ui5-shellbar-button,.ui5-shellbar-image-button,.ui5-shellbar-menu-button,::slotted([ui5-button][slot=startButton]){height:2.25rem;padding:0;margin-left:.5rem;border:none;background:transparent;outline-color:var(--_ui5_shellbar_logo_outline_color);color:var(--sapShell_TextColor);box-sizing:border-box;cursor:pointer;border-radius:.25rem;position:relative;font-size:.75rem;font-weight:700;white-space:normal;overflow:initial;text-overflow:clip}.ui5-shellbar-button:hover,.ui5-shellbar-image-button:hover,.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:hover,::slotted([ui5-button][slot=startButton]:hover){background:var(--sapShell_Hover_Background)}.ui5-shellbar-button:hover,.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:hover,::slotted([ui5-button][slot=startButton]:hover){box-shadow:var(--_ui5_shellbar_button_box_shadow)}.ui5-shellbar-button[active],.ui5-shellbar-image-button:active,.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active,::slotted([ui5-button][slot=startButton][active]){background:var(--sapShell_Active_Background);color:var(--_ui5_shellbar_button_active_color)}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:focus{outline:var(--_ui5_shellbar_logo_outline);outline-offset:var(--_ui5_shellbar_outline_offset)}slot[name=profile]{min-width:0}::slotted([ui5-avatar][slot=profile]){min-width:0;width:2rem;height:2rem;padding:.25rem;pointer-events:none}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive::-moz-focus-inner{border:none}.ui5-shellbar-menu-button-title{display:inline-block;font-family:"72override",var(--sapFontFamily);margin:0;font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:auto}:host(:not([primary-title])) .ui5-shellbar-menu-button{min-width:2.25rem;justify-content:center}:host(:not([primary-title])) .ui5-shellbar-menu-button span{margin-left:0}:host([breakpoint-size=S]) .ui5-shellbar-menu-button span{margin-left:.5rem}.ui5-shellbar-secondary-title{display:inline-block;margin:0 .5rem;font-size:var(--sapFontSmallSize);color:var(--sapShell_TextColor);line-height:1rem;font-weight:400;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ui5-shellbar-menu-button--interactive .ui5-shellbar-menu-button-arrow{display:inline-block;margin-left:.375rem;width:10px;height:10px;width:0;height:0;color:var(--sapShell_InteractiveTextColor);border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid var(--sapShell_TextColor)}.ui5-shellbar-overflow-container{display:flex;justify-content:center;align-items:center;height:100%;overflow:hidden}.ui5-shellbar-overflow-container-middle{align-self:center;height:2.5rem;width:0;flex-shrink:0}:host([show-co-pilot]) .ui5-shellbar-overflow-container-middle{width:3rem}@keyframes Behind_layer{0%{transform:rotate(1turn)}}@keyframes Top_layer{0%{transform:rotate(-1turn)}}:host([breakpoint-size=S]) .ui5-shellbar-root{padding:.25rem 1rem}:host([breakpoint-size=S]) .ui5-shellbar-search-full-width-wrapper{padding:.25rem 1rem}:host([breakpoint-size=S]) ::slotted([ui5-button][slot=startButton]){margin-right:0}:host([breakpoint-size=M]) .ui5-shellbar-root{padding:.25rem 2rem}:host([breakpoint-size=M]) .ui5-shellbar-search-full-width-wrapper{padding:.25rem 2rem}:host([breakpoint-size=L]) .ui5-shellbar-root{padding:.25rem 2rem}:host([breakpoint-size=XL]) .ui5-shellbar-root{padding:.25rem 3rem}:host([breakpoint-size=XXL]) .ui5-shellbar-root{padding:.25rem 3rem}.ui5-shellbar-logo{cursor:pointer;max-height:2rem}.ui5-shellbar-logo:focus{outline:var(--_ui5_shellbar_logo_outline);outline-offset:var(--_ui5_shellbar_outline_offset)}.ui5-shellbar-button{width:2.5rem}.ui5-shellbar-image-buttonImage{border-radius:50%;width:1.75rem;height:1.75rem;display:flex;background-size:cover}.ui5-shellbar-image-button{display:flex;justify-content:center;align-items:center;min-width:2.25rem;height:2.25rem;display:inline-flex;padding:0}.ui5-shellbar-overflow-container-left{justify-content:flex-start;margin-right:.5rem;max-width:75%;flex-shrink:0;flex-grow:0}:host([show-co-pilot]) .ui5-shellbar-overflow-container-left{flex-basis:50%;max-width:calc(50% - 1.5rem)}.ui5-shellbar-menu-button{white-space:nowrap;overflow:hidden;display:flex;align-items:center;padding:.25rem .5rem;cursor:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}:host(:not([with-logo])) .ui5-shellbar-menu-button{margin-left:0}.ui5-shellbar-overflow-container-right{display:block;overflow:hidden;box-sizing:border-box;white-space:nowrap;flex:1 1 auto;max-width:100%}:host([show-co-pilot]) .ui5-shellbar-overflow-container-right{flex-basis:0%}:host(:not([show-search-field])) .ui5-shellbar-overflow-container-right{margin-left:8rem}.ui5-shellbar-overflow-container-right .ui5-shellbar-overflow-container-right-child{display:flex;justify-content:flex-end}.ui5-shellbar-overflow-button{display:none}:host([breakpoint-size=M]) .ui5-shellbar-secondary-title{display:none}:host([breakpoint-size=S]) .ui5-shellbar-secondary-title{display:none}:host([breakpoint-size=S]) .ui5-shellbar-logo+.ui5-shellbar-menu-button-title,:host([breakpoint-size=S]) .ui5-shellbar-menu-button+.ui5-shellbar-menu-button-title{display:none}:host([breakpoint-size=S]) .ui5-shellbar-overflow-container-right{margin-left:0}.ui5-shellbar-overflow-button-shown{display:inline-block}.ui5-shellbar-hidden-button,.ui5-shellbar-invisible-button{visibility:hidden}.ui5-shellbar-coPilot{background-color:transparent;cursor:pointer}:host([breakpoint-size=L]) .ui5-shellbar-with-searchfield .ui5-shellbar-overflow-container-right{margin-left:1rem}:host([breakpoint-size=XL]) .ui5-shellbar-with-searchfield .ui5-shellbar-overflow-container-right{margin-left:1rem}:host(:not([notifications-count])) .ui5-shellbar-bell-button{position:relative}.ui5-shellbar-button[data-count]:before,:host([notifications-count]:not([notifications-count=""])) .ui5-shellbar-bell-button:before{position:absolute;width:auto;height:1rem;min-width:1rem;background:var(--sapContent_BadgeBackground);color:var(--sapContent_BadgeTextColor);top:.125rem;left:1.5rem;padding:.25rem;border-radius:1rem;display:flex;justify-content:center;align-items:center;font-size:var(--sapFontSmallSize);font-family:"72override",var(--sapFontFamily);z-index:2;box-sizing:border-box}:host([notifications-count]:not([notifications-count=""])) .ui5-shellbar-bell-button:before{content:attr(data-ui5-notifications-count)}.ui5-shellbar-button[data-count]:before{content:attr(data-count)}.ui5-shellbar-menu-button{margin-left:.5rem}.ui5-shellbar-search-field{flex-grow:1;min-width:240px;margin-left:.5rem;max-width:25rem}.ui5-shellbar-search-full-width-wrapper .ui5-shellbar-search-full-field{height:2.25rem;width:100%}.ui5-shellbar-search-full-width-wrapper{position:absolute;top:0;left:0;background:var(--sapShellColor);height:100%;width:100%;z-index:100;display:flex;align-items:center;box-sizing:border-box}.ui5-shellbar-search-full-width-wrapper .ui5-shellbar-button{width:auto}::slotted([ui5-input]){background-color:var(--sapShellColor);border:1px solid var(--sapShell_InteractiveBorderColor);color:var(--sapShell_TextColor);height:100%;width:100%}::slotted([ui5-input][focused]){outline:1px dotted var(--sapContent_ContrastFocusColor)}::slotted([slot=logo]){max-height:2rem;pointer-events:none}[ui5-input][value-state]:not([readonly]){background:var(--sapShellColor);border:1px solid var(--sapShell_InteractiveBorderColor)}[ui5-input]:not([value-state]):not([readonly]):hover,[ui5-input][value-state]:not([readonly]):hover{background:var(--sapShell_Hover_Background);border:1px solid var(--sapShell_InteractiveBorderColor)}[ui5-input][value-state]:not([value-state=None])[focused]{outline:1px dotted var(--sapContent_ContrastFocusColor)}.ui5-shellbar-copilot-wrapper{position:relative;outline:none;box-sizing:border-box}.ui5-shellbar-copilot-wrapper:hover{background:var(--sapShell_Hover_Background)}.ui5-shellbar-copilot-wrapper:active,.ui5-shellbar-copilot-wrapper[active]{background:var(--sapShell_Active_Background)}.ui5-shellbar-copilot-wrapper:focus:after{content:"";position:absolute;height:calc(100% - .75rem);border:var(--_ui5_shellbar_logo_outline);border-radius:var(--_ui5_shellbar_logo_outline_border_radius);pointer-events:none;left:0;top:.25rem;right:0;z-index:1}.ui5-shellbar-co-pilot-placeholder{width:2.75rem;height:2.75rem}.ui5-shellbar-co-pilot-circle{fill:var(--sapShellColor)}.ui5-shellbar-co-pilot-color1{stop-color:var(--_ui5_shellbar_copilot_stop_color1)}.ui5-shellbar-co-pilot-color2{stop-color:var(--_ui5_shellbar_copilot_stop_color2)}.ui5-shellbar-co-pilot-opacity7{stop-opacity:.7}.ui5-shellbar-co-pilot-opacity36{stop-opacity:.36}.ui5-shellbar-co-pilot-opacity2{stop-opacity:.2}:host [dir=rtl] ::slotted([ui5-button][slot=startButton]){margin-left:.5rem;margin-right:0}:host [dir=rtl] .ui5-shellbar-menu-button{margin-right:.5rem;margin-left:0}[dir=rtl] .ui5-shellbar-menu-button--interactive .ui5-shellbar-menu-button-arrow{margin-right:.375rem;margin-left:0}:host(:not([show-search-field])) [dir=rtl] .ui5-shellbar-overflow-container-right{margin-right:8rem;margin-left:0}[dir=rtl] .ui5-shellbar-overflow-container-right{margin-left:0}[dir=rtl] .ui5-shellbar-overflow-container-right .ui5-shellbar-overflow-container-right-child{float:left}:host([breakpoint-size=S]) [dir=rtl] .ui5-shellbar-overflow-container-right{margin-right:0}::slotted([ui5-button][slot=startButton]){margin-right:.5rem;margin-left:0;justify-content:center;align-items:center}::slotted([ui5-button][profile-btn]){width:auto}
|
|
1
|
+
:host(:not([hidden])){display:inline-block;width:100%}:host{--_ui5_input_placeholder_color:var(--sapShell_InteractiveTextColor)}.ui5-shellbar-root{position:relative;display:flex;justify-content:space-between;align-items:center;background:var(--sapShellColor);height:2.75rem;font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;box-sizing:border-box}.ui5-shellbar-button,.ui5-shellbar-image-button,.ui5-shellbar-menu-button,::slotted([ui5-button][slot=startButton]){height:2.25rem;padding:0;margin-left:.5rem;border:none;background:transparent;outline-color:var(--_ui5_shellbar_logo_outline_color);color:var(--sapShell_TextColor);box-sizing:border-box;cursor:pointer;border-radius:.25rem;position:relative;font-size:.75rem;font-weight:700;white-space:normal;overflow:initial;text-overflow:clip}.ui5-shellbar-button:hover,.ui5-shellbar-image-button:hover,.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:hover,::slotted([ui5-button][slot=startButton]:hover){background:var(--sapShell_Hover_Background)}.ui5-shellbar-button:hover,.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:hover,::slotted([ui5-button][slot=startButton]:hover){box-shadow:var(--_ui5_shellbar_button_box_shadow)}.ui5-shellbar-button[active],.ui5-shellbar-image-button:active,.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active,::slotted([ui5-button][slot=startButton][active]){background:var(--sapShell_Active_Background);color:var(--_ui5_shellbar_button_active_color)}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:focus{outline:var(--_ui5_shellbar_logo_outline);outline-offset:var(--_ui5_shellbar_outline_offset)}slot[name=profile]{min-width:0}::slotted([ui5-avatar][slot=profile]){min-width:0;width:2rem;height:2rem;padding:.25rem;pointer-events:none}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive::-moz-focus-inner{border:none}.ui5-shellbar-menu-button-title{display:inline-block;font-family:"72override",var(--sapFontFamily);margin:0;font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:auto}:host(:not([primary-title])) .ui5-shellbar-menu-button{min-width:2.25rem;justify-content:center}:host(:not([primary-title])) .ui5-shellbar-menu-button span{margin-left:0}:host([breakpoint-size=S]) .ui5-shellbar-menu-button span{margin-left:.5rem}.ui5-shellbar-secondary-title{display:inline-block;margin:0 .5rem;font-size:var(--sapFontSmallSize);color:var(--sapShell_TextColor);line-height:1rem;font-weight:400;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ui5-shellbar-menu-button--interactive .ui5-shellbar-menu-button-arrow{display:inline-block;margin-left:.375rem;width:10px;height:10px;width:0;height:0;color:var(--sapShell_InteractiveTextColor);border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid var(--sapShell_TextColor)}.ui5-shellbar-overflow-container{display:flex;justify-content:center;align-items:center;height:100%;overflow:hidden}.ui5-shellbar-overflow-container-middle{align-self:center;height:2.5rem;width:0;flex-shrink:0}:host([show-co-pilot]) .ui5-shellbar-overflow-container-middle{width:3rem}@keyframes Behind_layer{0%{transform:rotate(1turn)}}@keyframes Top_layer{0%{transform:rotate(-1turn)}}:host([breakpoint-size=S]) .ui5-shellbar-root{padding:.25rem 1rem}:host([breakpoint-size=S]) .ui5-shellbar-search-full-width-wrapper{padding:.25rem 1rem}:host([breakpoint-size=S]) ::slotted([ui5-button][slot=startButton]){margin-right:0}:host([breakpoint-size=M]) .ui5-shellbar-root{padding:.25rem 2rem}:host([breakpoint-size=M]) .ui5-shellbar-search-full-width-wrapper{padding:.25rem 2rem}:host([breakpoint-size=L]) .ui5-shellbar-root{padding:.25rem 2rem}:host([breakpoint-size=XL]) .ui5-shellbar-root{padding:.25rem 3rem}:host([breakpoint-size=XXL]) .ui5-shellbar-root{padding:.25rem 3rem}.ui5-shellbar-logo{cursor:pointer;max-height:2rem}.ui5-shellbar-logo:focus{outline:var(--_ui5_shellbar_logo_outline);outline-offset:var(--_ui5_shellbar_outline_offset)}.ui5-shellbar-button{width:2.5rem}.ui5-shellbar-image-buttonImage{border-radius:50%;width:1.75rem;height:1.75rem;display:flex;background-size:cover}.ui5-shellbar-image-button{display:flex;justify-content:center;align-items:center;min-width:2.25rem;height:2.25rem;display:inline-flex;padding:0}.ui5-shellbar-overflow-container-left{justify-content:flex-start;margin-right:.5rem;max-width:75%;flex-shrink:0;flex-grow:0}:host([show-co-pilot]) .ui5-shellbar-overflow-container-left{flex-basis:50%;max-width:calc(50% - 1.5rem)}.ui5-shellbar-menu-button{white-space:nowrap;overflow:hidden;display:flex;align-items:center;padding:.25rem .5rem;cursor:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}:host(:not([with-logo])) .ui5-shellbar-menu-button{margin-left:0}.ui5-shellbar-overflow-container-right{display:block;overflow:hidden;box-sizing:border-box;white-space:nowrap;flex:1 1 auto;max-width:100%}:host([show-co-pilot]) .ui5-shellbar-overflow-container-right{flex-basis:0%}:host(:not([show-search-field])) .ui5-shellbar-overflow-container-right{margin-left:8rem}.ui5-shellbar-overflow-container-right .ui5-shellbar-overflow-container-right-child{display:flex;justify-content:flex-end}.ui5-shellbar-overflow-button{display:none}:host([breakpoint-size=M]) .ui5-shellbar-secondary-title{display:none}:host([breakpoint-size=S]) .ui5-shellbar-secondary-title{display:none}:host([breakpoint-size=S]) .ui5-shellbar-logo+.ui5-shellbar-menu-button-title,:host([breakpoint-size=S]) .ui5-shellbar-menu-button+.ui5-shellbar-menu-button-title{display:none}:host([breakpoint-size=S]) .ui5-shellbar-overflow-container-right{margin-left:0}.ui5-shellbar-overflow-button-shown{display:inline-block}.ui5-shellbar-hidden-button,.ui5-shellbar-invisible-button{visibility:hidden}.ui5-shellbar-coPilot{background-color:transparent;cursor:pointer}:host([breakpoint-size=L]) .ui5-shellbar-with-searchfield .ui5-shellbar-overflow-container-right{margin-left:1rem}:host([breakpoint-size=XL]) .ui5-shellbar-with-searchfield .ui5-shellbar-overflow-container-right{margin-left:1rem}:host(:not([notifications-count])) .ui5-shellbar-bell-button{position:relative}.ui5-shellbar-button[data-count]:before,:host([notifications-count]:not([notifications-count=""])) .ui5-shellbar-bell-button:before{position:absolute;width:auto;height:1rem;min-width:1rem;background:var(--sapContent_BadgeBackground);color:var(--sapContent_BadgeTextColor);top:.125rem;left:1.5rem;padding:.25rem;border-radius:1rem;display:flex;justify-content:center;align-items:center;font-size:var(--sapFontSmallSize);font-family:"72override",var(--sapFontFamily);z-index:2;box-sizing:border-box}:host([notifications-count]:not([notifications-count=""])) .ui5-shellbar-bell-button:before{content:attr(data-ui5-notifications-count)}.ui5-shellbar-button[data-count]:before{content:attr(data-count)}.ui5-shellbar-menu-button{margin-left:.5rem}.ui5-shellbar-search-field{flex-grow:1;min-width:240px;margin-left:.5rem;max-width:25rem}.ui5-shellbar-search-full-width-wrapper .ui5-shellbar-search-full-field{height:2.25rem;width:100%}.ui5-shellbar-search-full-width-wrapper{position:absolute;top:0;left:0;background:var(--sapShellColor);height:100%;width:100%;z-index:100;display:flex;align-items:center;box-sizing:border-box}.ui5-shellbar-search-full-width-wrapper .ui5-shellbar-button{width:auto}::slotted([ui5-input]){background-color:var(--sapShellColor);border:1px solid var(--sapShell_InteractiveBorderColor);color:var(--sapShell_TextColor);height:100%;width:100%}::slotted([ui5-input][focused]){outline:1px dotted var(--sapContent_ContrastFocusColor)}::slotted([slot=logo]){max-height:2rem;pointer-events:none}[ui5-input][value-state]:not([readonly]){background:var(--sapShellColor);border:1px solid var(--sapShell_InteractiveBorderColor)}[ui5-input]:not([value-state]):not([readonly]):hover,[ui5-input][value-state]:not([readonly]):hover{background:var(--sapShell_Hover_Background);border:1px solid var(--sapShell_InteractiveBorderColor)}[ui5-input][value-state]:not([value-state=None])[focused]{outline:1px dotted var(--sapContent_ContrastFocusColor)}.ui5-shellbar-copilot-wrapper{position:relative;outline:none;box-sizing:border-box}.ui5-shellbar-copilot-wrapper:hover{background:var(--sapShell_Hover_Background)}.ui5-shellbar-copilot-wrapper:active,.ui5-shellbar-copilot-wrapper[active]{background:var(--sapShell_Active_Background)}.ui5-shellbar-copilot-wrapper:focus:after{content:"";position:absolute;height:calc(100% - .75rem);border:var(--_ui5_shellbar_logo_outline);border-radius:var(--_ui5_shellbar_logo_outline_border_radius);pointer-events:none;left:0;top:.25rem;right:0;z-index:1}.ui5-shellbar-co-pilot-placeholder{width:2.75rem;height:2.75rem}.ui5-shellbar-co-pilot-circle{fill:var(--sapShellColor)}.ui5-shellbar-co-pilot-color1{stop-color:var(--_ui5_shellbar_copilot_stop_color1)}.ui5-shellbar-co-pilot-color2{stop-color:var(--_ui5_shellbar_copilot_stop_color2)}.ui5-shellbar-co-pilot-opacity7{stop-opacity:.7}.ui5-shellbar-co-pilot-opacity36{stop-opacity:.36}.ui5-shellbar-co-pilot-opacity2{stop-opacity:.2}:host [dir=rtl] ::slotted([ui5-button][slot=startButton]){margin-left:.5rem;margin-right:0}:host [dir=rtl] .ui5-shellbar-menu-button{margin-right:.5rem;margin-left:0}[dir=rtl] .ui5-shellbar-menu-button--interactive .ui5-shellbar-menu-button-arrow{margin-right:.375rem;margin-left:0}:host(:not([show-search-field])) [dir=rtl] .ui5-shellbar-overflow-container-right{margin-right:8rem;margin-left:0}[dir=rtl] .ui5-shellbar-overflow-container-right{margin-left:0}[dir=rtl] .ui5-shellbar-overflow-container-right .ui5-shellbar-overflow-container-right-child{float:left}:host([breakpoint-size=S]) [dir=rtl] .ui5-shellbar-overflow-container-right{margin-right:0}::slotted([ui5-button][slot=startButton]){margin-right:.5rem;margin-left:0;justify-content:center;align-items:center}::slotted([ui5-button][profile-btn]){width:auto}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ui5-shellbar-menu-popover::part(content),.ui5-shellbar-overflow-popover::part(content){padding:0}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ui5-side-navigation-popover [ui5-li][focused]:first-child::part(native-li):after{border-top-left-radius:var(--_ui5_side_navigation_overflow_border_radius);border-top-right-radius:var(--_ui5_side_navigation_overflow_border_radius)}.ui5-side-navigation-popover [ui5-li][focused]:last-child::part(native-li):after{border-bottom-left-radius:var(--_ui5_side_navigation_overflow_border_radius);border-bottom-right-radius:var(--_ui5_side_navigation_overflow_border_radius)}
|
|
1
|
+
.ui5-side-navigation-popover [ui5-li][focused]:first-child::part(native-li):after{border-top-left-radius:var(--_ui5_side_navigation_overflow_border_radius);border-top-right-radius:var(--_ui5_side_navigation_overflow_border_radius)}.ui5-side-navigation-popover [ui5-li][focused]:last-child::part(native-li):after{border-bottom-left-radius:var(--_ui5_side_navigation_overflow_border_radius);border-bottom-right-radius:var(--_ui5_side_navigation_overflow_border_radius)}.ui5-side-navigation-popover::part(content){padding:0}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:host(:not([hidden])){display:block}.ui5-timeline-root{padding:var(--_ui5_tl_padding);box-sizing:border-box;overflow:hidden}.ui5-timeline-list{list-style:none;margin:0;padding:0}.ui5-timeline-list-item{margin-bottom:var(--_ui5_tl_li_margin_bottom)}.ui5-timeline-list-item:last-child{margin-bottom:0}:host([layout=Horizontal]) .ui5-timeline-list{white-space:nowrap;list-style:none;margin:0;padding:0}:host([layout=Horizontal]) .ui5-timeline-list-item{display:inline-block;margin-
|
|
1
|
+
:host(:not([hidden])){display:block}.ui5-timeline-root{padding:var(--_ui5_tl_padding);box-sizing:border-box;overflow:hidden}.ui5-timeline-list{list-style:none;margin:0;padding:0}.ui5-timeline-list-item{margin-bottom:var(--_ui5_tl_li_margin_bottom)}.ui5-timeline-list-item:last-child{margin-bottom:0}:host([layout=Horizontal]) .ui5-timeline-list{white-space:nowrap;list-style:none;margin:0;padding:0}:host([layout=Horizontal]) .ui5-timeline-list-item{display:inline-block;margin-inline-start:var(--_ui5_tl_li_margin_bottom)}:host([layout=Horizontal]) .ui5-timeline-scroll-container{overflow:auto;width:calc(100% + var(--_ui5_timeline_scroll_container_offset))}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[on-desktop] .ui5-vsd-content{height:
|
|
1
|
+
[on-desktop] .ui5-vsd-content{height:var(--_ui5_vsd_content_height);min-width:350px}[on-desktop] [expand-content].ui5-vsd-content{height:var(--_ui5_vsd_expand_content_height);min-width:350px}.ui5-vsd-header{width:100%;padding-bottom:.25rem}.ui5-vsd-content{margin:0 .1px 0 -1rem}.ui5-vsd-title{font-size:var(--sapFontHeader5Size)}.ui5-vsd-header-container{display:flex;align-items:center;justify-content:space-between;height:var(--_ui5_vsd_header_container);line-height:var(--_ui5_vsd_header_container)}.ui5-vsd-header-end{display:flex}.ui5-vsd-sub-header{height:var(--_ui5_vsd_sub_header_container_height);line-height:var(--_ui5_vsd_sub_header_container_height)}.ui5-vsd-header-start{display:flex;align-items:center}.ui5-vsd-back-button{margin-inline-end:.5rem}.ui5-vsd-footer{width:100%;display:flex;justify-content:flex-end;margin:.1875rem 0}.ui5-vsd-footer [ui5-button]:first-child{margin-right:.5rem;min-width:4rem}.ui5-vsd-sort{width:100%;height:100%}[ui5-li-groupheader]{overflow:hidden}[ui5-dialog]::part(content){padding-top:0;padding-bottom:0;padding-right:0}:host [ui5-li]::part(native-li){padding-inline-start:var(--_ui5_vsd_content_li_padding)}:host [ui5-li].ui5-vsd-filterItemList::part(native-li){padding-inline-start:1rem}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block;height:100%;width:100%;overflow:auto}.ui5-wiz-root{height:100%;width:100%;position:relative}.ui5-wiz-content{position:relative;overflow:auto;height:calc(100% - 4rem);box-sizing:border-box;background:var(--sapBackgroundColor)}.ui5-wiz-content-item{display:block;box-sizing:border-box;padding:1rem 2rem}.ui5-wiz-content-item[hidden]{display:none}.ui5-wiz-content-item[stretch]{min-height:100%}[ui5-wizard-tab][data-ui5-wizard-expanded-tab=true]+[ui5-wizard-tab][data-ui5-wizard-expanded-tab=false]{width:2rem;padding-left:.5rem}[ui5-wizard-tab][data-ui5-wizard-expanded-tab=false]{width:.25rem;padding:0}.ui5-wiz-nav-list{display:table;table-layout:fixed;position:relative;list-style:none;margin:0;box-sizing:border-box;width:100%;height:2rem;padding:0}[ui5-wizard-tab]{display:table-cell;position:relative}.ui5-wiz-nav{box-sizing:border-box;height:4rem;padding
|
|
1
|
+
.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block;height:100%;width:100%;overflow:auto}.ui5-wiz-root{height:100%;width:100%;position:relative}.ui5-wiz-content{position:relative;overflow:auto;height:calc(100% - 4rem);box-sizing:border-box;background:var(--sapBackgroundColor)}.ui5-wiz-content-item{display:block;box-sizing:border-box;padding:1rem 2rem}.ui5-wiz-content-item-wrapper{display:block;padding:var(--_ui5_wiz_content_item_wrapper_padding);background-color:var(--_ui5_wiz_content_item_wrapper_bg);border-radius:var(--sapElement_BorderCornerRadius)}.ui5-wiz-content-item[hidden]{display:none}.ui5-wiz-content-item[stretch]{min-height:100%}[ui5-wizard-tab][data-ui5-wizard-expanded-tab=true]+[ui5-wizard-tab][data-ui5-wizard-expanded-tab=false]{width:2rem;padding-left:.5rem}[ui5-wizard-tab][data-ui5-wizard-expanded-tab=false]{width:.25rem;padding:0}.ui5-wiz-nav-list{display:table;table-layout:fixed;position:relative;list-style:none;margin:0;box-sizing:border-box;width:100%;height:2rem;padding:0}[ui5-wizard-tab]{display:table-cell;position:relative}.ui5-wiz-nav{box-sizing:border-box;height:4rem;padding:1rem 2rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:var(--sapObjectHeader_Background);font-size:.875rem;box-shadow:var(--sapContent_HeaderShadow);outline:none;display:flex;align-items:center}[ui5-wizard-tab][data-ui5-wizard-expanded-tab=false]+[ui5-wizard-tab][data-ui5-wizard-expanded-tab=false]{width:.25rem}[ui5-wizard-tab][data-ui5-wizard-expanded-tab-prev=true],[ui5-wizard-tab][data-ui5-wizard-expanded-tab=false]+[ui5-wizard-tab][data-ui5-wizard-expanded-tab-prev=true]{width:2rem;padding-right:.75rem}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.ui5-wizard-responsive-popover{box-shadow:var(--sapContent_Shadow1)}.ui5-wizard-responsive-popover-list{list-style:none;margin:0;padding:0}.ui5-wizard-popover .ui5-wizard-responsive-popover-list [ui5-button]{width:200px}.ui5-wizard-dialog .ui5-wizard-responsive-popover-list [ui5-button]{width:100%}
|
|
1
|
+
.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.ui5-wizard-responsive-popover{box-shadow:var(--sapContent_Shadow1)}.ui5-wizard-responsive-popover-list{list-style:none;margin:0;padding:0}.ui5-responsive-popover-footer{display:flex;justify-content:flex-end;padding:.25rem 0;width:100%}.ui5-wizard-popover .ui5-wizard-responsive-popover-list [ui5-button]{width:200px}.ui5-wizard-dialog .ui5-wizard-responsive-popover-list [ui5-button]{width:100%}
|