@ui5/webcomponents-fiori 1.2.4 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +29 -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 +72 -72
- package/dist/illustrations/sapIllus-Dialog-EmptyList.js +33 -18
- package/dist/illustrations/sapIllus-Dialog-SimpleBell.js +11 -11
- package/dist/illustrations/sapIllus-Dialog-SimpleCalendar.js +40 -40
- package/dist/illustrations/sapIllus-Dialog-SleepingBell.js +28 -28
- package/dist/illustrations/sapIllus-Dialog-Tent.js +27 -27
- package/dist/illustrations/sapIllus-Scene-Connection.js +27 -27
- package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +85 -85
- package/dist/illustrations/sapIllus-Scene-EmptyList.js +42 -26
- package/dist/illustrations/sapIllus-Scene-SimpleBell.js +14 -14
- package/dist/illustrations/sapIllus-Scene-SimpleCalendar.js +42 -42
- package/dist/illustrations/sapIllus-Scene-SleepingBell.js +48 -48
- package/dist/illustrations/sapIllus-Scene-Tent.js +57 -57
- package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +41 -41
- package/dist/illustrations/sapIllus-Spot-EmptyList.js +24 -16
- package/dist/illustrations/sapIllus-Spot-SimpleBell.js +10 -10
- package/dist/illustrations/sapIllus-Spot-SimpleCalendar.js +36 -36
- package/dist/illustrations/sapIllus-Spot-SleepingBell.js +33 -33
- package/dist/illustrations/sapIllus-Spot-Tent.js +27 -27
- package/package.json +7 -10
- 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 +72 -72
- package/src/illustrations/sapIllus-Dialog-EmptyList.svg +33 -18
- package/src/illustrations/sapIllus-Dialog-SimpleBell.svg +11 -11
- package/src/illustrations/sapIllus-Dialog-SimpleCalendar.svg +40 -40
- package/src/illustrations/sapIllus-Dialog-SleepingBell.svg +28 -28
- package/src/illustrations/sapIllus-Dialog-Tent.svg +27 -27
- package/src/illustrations/sapIllus-Scene-Connection.svg +27 -27
- package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +85 -85
- package/src/illustrations/sapIllus-Scene-EmptyList.svg +42 -26
- package/src/illustrations/sapIllus-Scene-SimpleBell.svg +14 -14
- package/src/illustrations/sapIllus-Scene-SimpleCalendar.svg +42 -42
- package/src/illustrations/sapIllus-Scene-SleepingBell.svg +48 -48
- package/src/illustrations/sapIllus-Scene-Tent.svg +57 -57
- package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +41 -41
- package/src/illustrations/sapIllus-Spot-EmptyList.svg +24 -16
- package/src/illustrations/sapIllus-Spot-SimpleBell.svg +10 -10
- package/src/illustrations/sapIllus-Spot-SimpleCalendar.svg +36 -36
- package/src/illustrations/sapIllus-Spot-SleepingBell.svg +33 -33
- package/src/illustrations/sapIllus-Spot-Tent.svg +27 -27
- 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
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
export default `<svg width="129" height="129" viewBox="0 0 129 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-SleepingBell">
|
|
2
|
-
<mask id="mask0_396_4409"
|
|
3
|
-
<circle cx="64" cy="64" r="64"
|
|
2
|
+
<mask id="mask0_396_4409" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
3
|
+
<circle cx="64" cy="64" r="64" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
4
|
</mask>
|
|
5
5
|
<g mask="url(#mask0_396_4409)">
|
|
6
|
-
<circle cx="64" cy="64" r="64"
|
|
7
|
-
<path d="M40.6396 23.3003C40.808 23.0976 41.0188 22.934 41.2572 22.8211C41.4954 22.7181 41.7528 22.6664 42.0124 22.6696H70.7256C70.8243 22.4957 70.9427 22.3338 71.0785 22.1869C71.2937 21.9775 71.5463 21.8102 71.8231 21.6936C72.1022 21.5803 72.4006 21.5217 72.7019 21.521C73.0019 21.5235 73.2987 21.582 73.5771 21.6936C73.8513 21.8129 74.1013 21.9813 74.3147 22.1904C74.4513 22.3354 74.5698 22.4963 74.6676 22.6696H112.991C106.925 15.7866 99.445 10.2886 91.0604 6.54983C82.6759 2.81103 73.5831 0.919073 64.4006 1.00265C55.2182 1.08623 46.1614 3.14339 37.8465 7.03419C29.5316 10.925 22.1536 16.5582 16.2144 23.5505H40.4278L40.6396 23.3003Z"
|
|
8
|
-
<path d="M121.644 35.1533H75.3135C76.0969 35.6248 76.7451 36.2904 77.1952 37.0855C77.6453 37.8806 77.8821 38.7783 77.8827 39.6916V41.4005C79.7149 41.7714 81.5059 42.3225 83.2293 43.0459C88.405 45.228 92.802 48.9165 95.847 53.6304C98.892 58.3442 100.444 63.8648 100.3 69.4722V93.4672C102.313 94.5528 104.41 95.4753 106.571 96.226C108.336 96.5784 109.804 97.6707 109.793 99.4571C109.792 100.311 109.455 101.13 108.854 101.737C108.243 102.34 107.42 102.68 106.561 102.685H79.3861C79.4417 103.696 79.2667 104.707 78.8744 105.641C78.1802 107.314 76.8491 108.644 75.1735 109.337C73.4979 110.031 71.615 110.032 69.9386 109.34C68.6887 108.824 67.6208 107.949 66.8705 106.825C66.1202 105.701 65.7214 104.38 65.7248 103.03V102.678H44.0205C55.0505 106.373 65.7189 111.069 75.8922 116.705C80.5437 119.213 85.3504 121.535 90.2488 123.688C98.3628 120.202 105.667 115.078 111.704 108.639C117.74 102.2 122.378 94.5845 125.326 86.2708C128.274 77.9571 129.469 69.1246 128.835 60.328C128.201 51.5313 125.753 42.9604 121.644 35.1533V35.1533Z"
|
|
9
|
-
<path d="M44.0202 102.685H38.1689C37.3136 102.686 36.4927 102.349 35.8855 101.747C35.5813 101.446 35.3412 101.087 35.1797 100.69C35.0821 100.455 35.0122 100.209 34.9715 99.9575C26.3256 97.591 17.491 95.9748 8.56641 95.1268C16.1339 109.223 28.7192 119.976 43.8384 125.261C58.9576 130.547 75.5121 129.982 90.2344 123.678C85.3324 121.525 80.5257 119.203 75.8743 116.694C65.7063 111.065 55.0438 106.375 44.0202 102.685V102.685Z"
|
|
10
|
-
<path d="M42.4538 102.558H36.6025C35.7472 102.559 34.9263 102.222 34.3191 101.621C34.0148 101.319 33.7748 100.96 33.6133 100.564C33.5157 100.328 33.4458 100.082 33.4051 99.8307C24.7592 97.4642 15.9246 95.848 7 95C14.5675 109.097 27.1528 119.849 42.272 125.134C57.3912 130.42 73.9456 129.855 88.668 123.551C83.766 121.398 78.9593 119.076 74.3079 116.567C64.1398 110.938 53.4774 106.248 42.4538 102.558V102.558Z"
|
|
11
|
-
<path d="M74.9957 35.1886H70.4325V35.1533H69.7655C69.4155 35.3684 69.0911 35.6226 68.7985 35.9109C68.3072 36.4003 67.9164 36.9808 67.648 37.6198C67.3801 38.263 67.2422 38.9527 67.2422 39.6493V41.3159C68.9311 41.0027 70.6451 40.8435 72.363 40.8402C74.2169 40.8444 76.0658 41.032 77.8826 41.4005V39.6916C77.8826 38.995 77.7446 38.3052 77.4767 37.662C77.0433 36.6161 76.2849 35.7367 75.3133 35.1533H74.9957V35.1886Z"
|
|
12
|
-
<path d="M67.2526 41.3301C60.7221 42.5533 54.841 46.0576 50.6624 51.2153C46.4837 56.3731 44.2805 62.8475 44.4473 69.4793C44.4505 62.5597 47.0277 55.888 51.6791 50.7584C56.3306 45.6287 62.7245 42.4068 69.6207 41.7177C76.8416 41.9964 83.6739 45.0561 88.6844 50.2549C93.6948 55.4538 96.4942 62.3878 96.4952 69.6026V93.4848H100.3V69.4793C100.448 63.871 98.898 58.3486 95.8524 53.6339C92.8068 48.9191 88.4074 45.2315 83.2291 43.0531C79.7937 41.6051 76.1024 40.8598 72.3734 40.8615C70.6557 40.8607 68.9416 41.0175 67.2526 41.3301Z"
|
|
13
|
-
<path d="M65.7317 103.03C65.7289 104.61 66.2757 106.143 67.2788 107.365C68.2819 108.588 69.679 109.424 71.2314 109.733C72.7839 110.041 74.3954 109.801 75.7906 109.055C77.1859 108.309 78.2783 107.102 78.8813 105.641C79.2737 104.707 79.4486 103.696 79.393 102.685H65.7458C65.7388 102.804 65.7317 102.914 65.7317 103.03Z"
|
|
14
|
-
<path d="M44.4401 93.4672C42.4267 94.5522 40.3296 95.4748 38.1688 96.2261C36.4043 96.5996 34.9326 97.6708 34.9326 99.4572C34.9361 99.6258 34.9502 99.7941 34.975 99.961C35.0164 100.211 35.0851 100.455 35.1797 100.69C35.3411 101.087 35.5812 101.446 35.8855 101.747C36.4918 102.354 37.3144 102.694 38.1724 102.695H106.567C107.427 102.691 108.25 102.35 108.861 101.747C109.462 101.14 109.799 100.321 109.8 99.4677C109.8 97.6813 108.332 96.5996 106.578 96.2367C104.416 95.4853 102.318 94.5628 100.303 93.4778H44.4401V93.4672Z"
|
|
15
|
-
<path d="M96.4988 69.585C96.4978 62.3703 93.6985 55.4362 88.688 50.2373C83.6775 45.0385 76.8453 41.9788 69.6243 41.7001C62.7282 42.3892 56.3342 45.6111 51.6828 50.7408C47.0314 55.8704 44.4541 62.5422 44.4509 69.4617V93.4672H96.4988V69.585Z"
|
|
16
|
-
<path opacity="0.3" d="M96.4988 69.585C96.4978 62.3703 93.6985 55.4362 88.688 50.2373C83.6775 45.0385 76.8453 41.9788 69.6243 41.7001C62.7282 42.3892 56.3342 45.6111 51.6828 50.7408C47.0314 55.8704 44.4541 62.5422 44.4509 69.4617V93.4672H96.4988V69.585Z"
|
|
17
|
-
<path d="M74.8263 22.9233C74.9387 23.2009 74.9962 23.4976 74.9957 23.7971V35.1533H121.644C119.269 30.6631 116.369 26.4702 113.005 22.6625H74.7063C74.7511 22.7471 74.7912 22.8342 74.8263 22.9233V22.9233Z"
|
|
18
|
-
<path d="M81.6198 4.81415L74.2958 6.83814L82.324 7.11731L81.6198 4.81415Z"
|
|
19
|
-
<path d="M78.8733 8.1642L74.2958 6.83813L79.5071 6.97772L78.8733 8.1642Z"
|
|
20
|
-
<path d="M85.7494 24.3469H96.5341C99.0534 24.3469 100.318 21.3303 98.5442 19.5611L90.8656 11.9226L84.4964 5.58763C82.2413 3.3441 78.3751 4.92358 78.3751 8.09393V17.0339C78.3749 18.9727 79.1516 20.8322 80.5344 22.2036C81.9173 23.575 83.7931 24.3459 85.7494 24.3469V24.3469Z"
|
|
21
|
-
<path opacity="0.5" d="M83.1401 7.72988C82.6493 7.24346 82.6491 6.45496 83.1397 5.96873C83.6303 5.48249 84.426 5.48264 84.9168 5.96906L104.111 24.9919C104.602 25.4784 104.602 26.2669 104.112 26.7531C103.621 27.2393 102.825 27.2392 102.335 26.7528L83.1401 7.72988Z"
|
|
22
|
-
<path d="M85.7538 8.9754L82.9727 11.7317C82.2187 12.4789 81.7952 13.4923 81.7952 14.549C81.7952 15.6057 82.2187 16.6191 82.9727 17.3663L85.5095 19.8804C87.0011 21.3591 89.0243 22.1901 91.1341 22.1906C93.2439 22.1911 95.2675 21.3611 96.7599 19.8831V19.8831L85.7538 8.9754Z"
|
|
23
|
-
<path d="M98.5394 19.5611L90.8607 11.9227L84.4916 5.58767C83.2826 4.3848 84.4188 7.06565 83.1276 7.71736C82.8972 7.48295 82.7693 7.16807 82.7714 6.84086C82.7736 6.51364 82.9056 6.20043 83.1391 5.96902C83.3747 5.73568 83.6942 5.60461 84.0273 5.60461C84.3604 5.60461 84.6799 5.73568 84.9156 5.96902L104.111 24.993C104.347 25.2266 104.479 25.5432 104.479 25.8733C104.479 26.2035 104.347 26.5201 104.111 26.7537V26.7537C103.994 26.8694 103.856 26.9611 103.703 27.0237C103.551 27.0863 103.387 27.1186 103.222 27.1186C103.057 27.1186 102.894 27.0863 102.741 27.0237C102.589 26.9611 102.45 26.8694 102.334 26.7537L98.792 23.2437C99.575 22.2002 99.6306 20.6463 98.5394 19.5611Z"
|
|
24
|
-
<path d="M84.4916 5.58762L90.8608 11.9226L98.5394 19.5611C99.6306 20.6463 99.5751 22.2002 98.7892 23.2399L80.3297 4.94634C80.3262 4.942 80.3223 4.93788 80.3182 4.93401C81.6076 4.2823 83.2827 4.38475 84.4916 5.58762Z"
|
|
25
|
-
<path d="M81.1252 7.56786C81.0407 7.70953 80.6877 7.65473 80.3367 7.44547C79.9856 7.23621 79.7696 6.95172 79.854 6.81005C79.9385 6.66837 80.2915 6.72317 80.6425 6.93243C80.9935 7.1417 81.2096 7.42619 81.1252 7.56786Z"
|
|
26
|
-
<path d="M72.3621 7.34117C72.5687 7.61424 72.3845 8.00701 72.0425 8.02288L68.658 8.17984C66.9964 8.25691 65.8484 6.53997 66.5546 5.03391V5.03391C67.2607 3.52784 69.3148 3.31228 70.3182 4.63894L72.3621 7.34117Z"
|
|
27
|
-
<path d="M70.4324 23.7971C70.4319 23.4965 70.4894 23.1986 70.6018 22.9198C70.6406 22.8317 70.683 22.7471 70.7289 22.6626H42.0157C41.7561 22.6594 41.4987 22.711 41.2605 22.8141C41.0214 22.929 40.8106 23.095 40.6429 23.3003L40.4276 23.5434L36.5914 27.9619C36.2847 28.2996 36.1147 28.7392 36.1147 29.1951C36.1147 29.651 36.2847 30.0906 36.5914 30.4283L40.597 34.6072C40.9415 34.9458 41.4019 35.141 41.8852 35.1533H70.4183L70.4324 23.7971Z"
|
|
28
|
-
<path d="M70.4326 23.7972V35.1887H74.9958V23.7972C74.9963 23.4977 74.9388 23.201 74.8264 22.9234C74.7879 22.8341 74.7443 22.747 74.6958 22.6626C74.598 22.4893 74.4795 22.3284 74.3429 22.1834C74.1295 21.9743 73.8795 21.8059 73.6053 21.6866C73.3269 21.575 73.0301 21.5165 72.7301 21.514C72.4288 21.5147 72.1304 21.5733 71.8513 21.6866C71.5745 21.8032 71.3219 21.9705 71.1067 22.1799C70.9709 22.3268 70.8525 22.4887 70.7538 22.6626C70.7079 22.7472 70.6655 22.8318 70.6267 22.9198C70.5065 23.1973 70.4406 23.4951 70.4326 23.7972Z"
|
|
29
|
-
<path d="M34.1987 86.008C34.99 86.008 35.6315 85.3676 35.6315 84.5775C35.6315 83.7874 34.99 83.147 34.1987 83.147C33.4074 83.147 32.7659 83.7874 32.7659 84.5775C32.7659 85.3676 33.4074 86.008 34.1987 86.008Z"
|
|
30
|
-
<path d="M17.4328 53.8611C18.2242 53.8611 18.8657 53.2206 18.8657 52.4305C18.8657 51.6405 18.2242 51 17.4328 51C16.6415 51 16 51.6405 16 52.4305C16 53.2206 16.6415 53.8611 17.4328 53.8611Z"
|
|
31
|
-
<path d="M9.23703 74.377C10.0284 74.377 10.6699 73.7365 10.6699 72.9465C10.6699 72.1564 10.0284 71.5159 9.23703 71.5159C8.4457 71.5159 7.8042 72.1564 7.8042 72.9465C7.8042 73.7365 8.4457 74.377 9.23703 74.377Z"
|
|
32
|
-
<path d="M119.395 57.4921C120.186 57.4921 120.827 56.8516 120.827 56.0616C120.827 55.2715 120.186 54.631 119.395 54.631C118.603 54.631 117.962 55.2715 117.962 56.0616C117.962 56.8516 118.603 57.4921 119.395 57.4921Z"
|
|
33
|
-
<path d="M108.433 69.8611C109.224 69.8611 109.866 69.2206 109.866 68.4305C109.866 67.6405 109.224 67 108.433 67C107.642 67 107 67.6405 107 68.4305C107 69.2206 107.642 69.8611 108.433 69.8611Z"
|
|
34
|
-
<path d="M33 49C34.1046 49 35 48.1046 35 47C35 45.8954 34.1046 45 33 45C31.8954 45 31 45.8954 31 47C31 48.1046 31.8954 49 33 49Z"
|
|
35
|
-
<path d="M49.6705 15.9574C51.1635 15.9574 52.3738 14.7491 52.3738 13.2584C52.3738 11.7678 51.1635 10.5594 49.6705 10.5594C48.1775 10.5594 46.9672 11.7678 46.9672 13.2584C46.9672 14.7491 48.1775 15.9574 49.6705 15.9574Z"
|
|
36
|
-
<path d="M15.506 69H-5.50599C-6.3588 69 -7.20324 68.8319 -7.99113 68.5052C-8.77902 68.1786 -9.49491 67.6998 -10.0979 67.0962C-10.701 66.4926 -11.1793 65.7761 -11.5057 64.9874C-11.832 64.1988 -12 63.3536 -12 62.5C-12 61.6464 -11.832 60.8012 -11.5057 60.0126C-11.1793 59.2239 -10.701 58.5074 -10.0979 57.9038C-9.49491 57.3002 -8.77902 56.8214 -7.99113 56.4948C-7.20324 56.1681 -6.3588 56 -5.50599 56H15.506C17.2283 56 18.8801 56.6848 20.0979 57.9038C21.3158 59.1228 22 60.7761 22 62.5C22 64.2239 21.3158 65.8772 20.0979 67.0962C18.8801 68.3152 17.2283 69 15.506 69V69Z"
|
|
6
|
+
<circle cx="64" cy="64" r="64" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
7
|
+
<path d="M40.6396 23.3003C40.808 23.0976 41.0188 22.934 41.2572 22.8211C41.4954 22.7181 41.7528 22.6664 42.0124 22.6696H70.7256C70.8243 22.4957 70.9427 22.3338 71.0785 22.1869C71.2937 21.9775 71.5463 21.8102 71.8231 21.6936C72.1022 21.5803 72.4006 21.5217 72.7019 21.521C73.0019 21.5235 73.2987 21.582 73.5771 21.6936C73.8513 21.8129 74.1013 21.9813 74.3147 22.1904C74.4513 22.3354 74.5698 22.4963 74.6676 22.6696H112.991C106.925 15.7866 99.445 10.2886 91.0604 6.54983C82.6759 2.81103 73.5831 0.919073 64.4006 1.00265C55.2182 1.08623 46.1614 3.14339 37.8465 7.03419C29.5316 10.925 22.1536 16.5582 16.2144 23.5505H40.4278L40.6396 23.3003Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
8
|
+
<path d="M121.644 35.1533H75.3135C76.0969 35.6248 76.7451 36.2904 77.1952 37.0855C77.6453 37.8806 77.8821 38.7783 77.8827 39.6916V41.4005C79.7149 41.7714 81.5059 42.3225 83.2293 43.0459C88.405 45.228 92.802 48.9165 95.847 53.6304C98.892 58.3442 100.444 63.8648 100.3 69.4722V93.4672C102.313 94.5528 104.41 95.4753 106.571 96.226C108.336 96.5784 109.804 97.6707 109.793 99.4571C109.792 100.311 109.455 101.13 108.854 101.737C108.243 102.34 107.42 102.68 106.561 102.685H79.3861C79.4417 103.696 79.2667 104.707 78.8744 105.641C78.1802 107.314 76.8491 108.644 75.1735 109.337C73.4979 110.031 71.615 110.032 69.9386 109.34C68.6887 108.824 67.6208 107.949 66.8705 106.825C66.1202 105.701 65.7214 104.38 65.7248 103.03V102.678H44.0205C55.0505 106.373 65.7189 111.069 75.8922 116.705C80.5437 119.213 85.3504 121.535 90.2488 123.688C98.3628 120.202 105.667 115.078 111.704 108.639C117.74 102.2 122.378 94.5845 125.326 86.2708C128.274 77.9571 129.469 69.1246 128.835 60.328C128.201 51.5313 125.753 42.9604 121.644 35.1533V35.1533Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
9
|
+
<path d="M44.0202 102.685H38.1689C37.3136 102.686 36.4927 102.349 35.8855 101.747C35.5813 101.446 35.3412 101.087 35.1797 100.69C35.0821 100.455 35.0122 100.209 34.9715 99.9575C26.3256 97.591 17.491 95.9748 8.56641 95.1268C16.1339 109.223 28.7192 119.976 43.8384 125.261C58.9576 130.547 75.5121 129.982 90.2344 123.678C85.3324 121.525 80.5257 119.203 75.8743 116.694C65.7063 111.065 55.0438 106.375 44.0202 102.685V102.685Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
10
|
+
<path d="M42.4538 102.558H36.6025C35.7472 102.559 34.9263 102.222 34.3191 101.621C34.0148 101.319 33.7748 100.96 33.6133 100.564C33.5157 100.328 33.4458 100.082 33.4051 99.8307C24.7592 97.4642 15.9246 95.848 7 95C14.5675 109.097 27.1528 119.849 42.272 125.134C57.3912 130.42 73.9456 129.855 88.668 123.551C83.766 121.398 78.9593 119.076 74.3079 116.567C64.1398 110.938 53.4774 106.248 42.4538 102.558V102.558Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
11
|
+
<path d="M74.9957 35.1886H70.4325V35.1533H69.7655C69.4155 35.3684 69.0911 35.6226 68.7985 35.9109C68.3072 36.4003 67.9164 36.9808 67.648 37.6198C67.3801 38.263 67.2422 38.9527 67.2422 39.6493V41.3159C68.9311 41.0027 70.6451 40.8435 72.363 40.8402C74.2169 40.8444 76.0658 41.032 77.8826 41.4005V39.6916C77.8826 38.995 77.7446 38.3052 77.4767 37.662C77.0433 36.6161 76.2849 35.7367 75.3133 35.1533H74.9957V35.1886Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
12
|
+
<path d="M67.2526 41.3301C60.7221 42.5533 54.841 46.0576 50.6624 51.2153C46.4837 56.3731 44.2805 62.8475 44.4473 69.4793C44.4505 62.5597 47.0277 55.888 51.6791 50.7584C56.3306 45.6287 62.7245 42.4068 69.6207 41.7177C76.8416 41.9964 83.6739 45.0561 88.6844 50.2549C93.6948 55.4538 96.4942 62.3878 96.4952 69.6026V93.4848H100.3V69.4793C100.448 63.871 98.898 58.3486 95.8524 53.6339C92.8068 48.9191 88.4074 45.2315 83.2291 43.0531C79.7937 41.6051 76.1024 40.8598 72.3734 40.8615C70.6557 40.8607 68.9416 41.0175 67.2526 41.3301Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
13
|
+
<path d="M65.7317 103.03C65.7289 104.61 66.2757 106.143 67.2788 107.365C68.2819 108.588 69.679 109.424 71.2314 109.733C72.7839 110.041 74.3954 109.801 75.7906 109.055C77.1859 108.309 78.2783 107.102 78.8813 105.641C79.2737 104.707 79.4486 103.696 79.393 102.685H65.7458C65.7388 102.804 65.7317 102.914 65.7317 103.03Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
14
|
+
<path d="M44.4401 93.4672C42.4267 94.5522 40.3296 95.4748 38.1688 96.2261C36.4043 96.5996 34.9326 97.6708 34.9326 99.4572C34.9361 99.6258 34.9502 99.7941 34.975 99.961C35.0164 100.211 35.0851 100.455 35.1797 100.69C35.3411 101.087 35.5812 101.446 35.8855 101.747C36.4918 102.354 37.3144 102.694 38.1724 102.695H106.567C107.427 102.691 108.25 102.35 108.861 101.747C109.462 101.14 109.799 100.321 109.8 99.4677C109.8 97.6813 108.332 96.5996 106.578 96.2367C104.416 95.4853 102.318 94.5628 100.303 93.4778H44.4401V93.4672Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
15
|
+
<path d="M96.4988 69.585C96.4978 62.3703 93.6985 55.4362 88.688 50.2373C83.6775 45.0385 76.8453 41.9788 69.6243 41.7001C62.7282 42.3892 56.3342 45.6111 51.6828 50.7408C47.0314 55.8704 44.4541 62.5422 44.4509 69.4617V93.4672H96.4988V69.585Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
16
|
+
<path opacity="0.3" d="M96.4988 69.585C96.4978 62.3703 93.6985 55.4362 88.688 50.2373C83.6775 45.0385 76.8453 41.9788 69.6243 41.7001C62.7282 42.3892 56.3342 45.6111 51.6828 50.7408C47.0314 55.8704 44.4541 62.5422 44.4509 69.4617V93.4672H96.4988V69.585Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
17
|
+
<path d="M74.8263 22.9233C74.9387 23.2009 74.9962 23.4976 74.9957 23.7971V35.1533H121.644C119.269 30.6631 116.369 26.4702 113.005 22.6625H74.7063C74.7511 22.7471 74.7912 22.8342 74.8263 22.9233V22.9233Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
18
|
+
<path d="M81.6198 4.81415L74.2958 6.83814L82.324 7.11731L81.6198 4.81415Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
19
|
+
<path d="M78.8733 8.1642L74.2958 6.83813L79.5071 6.97772L78.8733 8.1642Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
20
|
+
<path d="M85.7494 24.3469H96.5341C99.0534 24.3469 100.318 21.3303 98.5442 19.5611L90.8656 11.9226L84.4964 5.58763C82.2413 3.3441 78.3751 4.92358 78.3751 8.09393V17.0339C78.3749 18.9727 79.1516 20.8322 80.5344 22.2036C81.9173 23.575 83.7931 24.3459 85.7494 24.3469V24.3469Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
21
|
+
<path opacity="0.5" d="M83.1401 7.72988C82.6493 7.24346 82.6491 6.45496 83.1397 5.96873C83.6303 5.48249 84.426 5.48264 84.9168 5.96906L104.111 24.9919C104.602 25.4784 104.602 26.2669 104.112 26.7531C103.621 27.2393 102.825 27.2392 102.335 26.7528L83.1401 7.72988Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
22
|
+
<path d="M85.7538 8.9754L82.9727 11.7317C82.2187 12.4789 81.7952 13.4923 81.7952 14.549C81.7952 15.6057 82.2187 16.6191 82.9727 17.3663L85.5095 19.8804C87.0011 21.3591 89.0243 22.1901 91.1341 22.1906C93.2439 22.1911 95.2675 21.3611 96.7599 19.8831V19.8831L85.7538 8.9754Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
23
|
+
<path d="M98.5394 19.5611L90.8607 11.9227L84.4916 5.58767C83.2826 4.3848 84.4188 7.06565 83.1276 7.71736C82.8972 7.48295 82.7693 7.16807 82.7714 6.84086C82.7736 6.51364 82.9056 6.20043 83.1391 5.96902C83.3747 5.73568 83.6942 5.60461 84.0273 5.60461C84.3604 5.60461 84.6799 5.73568 84.9156 5.96902L104.111 24.993C104.347 25.2266 104.479 25.5432 104.479 25.8733C104.479 26.2035 104.347 26.5201 104.111 26.7537V26.7537C103.994 26.8694 103.856 26.9611 103.703 27.0237C103.551 27.0863 103.387 27.1186 103.222 27.1186C103.057 27.1186 102.894 27.0863 102.741 27.0237C102.589 26.9611 102.45 26.8694 102.334 26.7537L98.792 23.2437C99.575 22.2002 99.6306 20.6463 98.5394 19.5611Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
24
|
+
<path d="M84.4916 5.58762L90.8608 11.9226L98.5394 19.5611C99.6306 20.6463 99.5751 22.2002 98.7892 23.2399L80.3297 4.94634C80.3262 4.942 80.3223 4.93788 80.3182 4.93401C81.6076 4.2823 83.2827 4.38475 84.4916 5.58762Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
25
|
+
<path d="M81.1252 7.56786C81.0407 7.70953 80.6877 7.65473 80.3367 7.44547C79.9856 7.23621 79.7696 6.95172 79.854 6.81005C79.9385 6.66837 80.2915 6.72317 80.6425 6.93243C80.9935 7.1417 81.2096 7.42619 81.1252 7.56786Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
26
|
+
<path d="M72.3621 7.34117C72.5687 7.61424 72.3845 8.00701 72.0425 8.02288L68.658 8.17984C66.9964 8.25691 65.8484 6.53997 66.5546 5.03391V5.03391C67.2607 3.52784 69.3148 3.31228 70.3182 4.63894L72.3621 7.34117Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
27
|
+
<path d="M70.4324 23.7971C70.4319 23.4965 70.4894 23.1986 70.6018 22.9198C70.6406 22.8317 70.683 22.7471 70.7289 22.6626H42.0157C41.7561 22.6594 41.4987 22.711 41.2605 22.8141C41.0214 22.929 40.8106 23.095 40.6429 23.3003L40.4276 23.5434L36.5914 27.9619C36.2847 28.2996 36.1147 28.7392 36.1147 29.1951C36.1147 29.651 36.2847 30.0906 36.5914 30.4283L40.597 34.6072C40.9415 34.9458 41.4019 35.141 41.8852 35.1533H70.4183L70.4324 23.7971Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
28
|
+
<path d="M70.4326 23.7972V35.1887H74.9958V23.7972C74.9963 23.4977 74.9388 23.201 74.8264 22.9234C74.7879 22.8341 74.7443 22.747 74.6958 22.6626C74.598 22.4893 74.4795 22.3284 74.3429 22.1834C74.1295 21.9743 73.8795 21.8059 73.6053 21.6866C73.3269 21.575 73.0301 21.5165 72.7301 21.514C72.4288 21.5147 72.1304 21.5733 71.8513 21.6866C71.5745 21.8032 71.3219 21.9705 71.1067 22.1799C70.9709 22.3268 70.8525 22.4887 70.7538 22.6626C70.7079 22.7472 70.6655 22.8318 70.6267 22.9198C70.5065 23.1973 70.4406 23.4951 70.4326 23.7972Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
29
|
+
<path d="M34.1987 86.008C34.99 86.008 35.6315 85.3676 35.6315 84.5775C35.6315 83.7874 34.99 83.147 34.1987 83.147C33.4074 83.147 32.7659 83.7874 32.7659 84.5775C32.7659 85.3676 33.4074 86.008 34.1987 86.008Z" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
30
|
+
<path d="M17.4328 53.8611C18.2242 53.8611 18.8657 53.2206 18.8657 52.4305C18.8657 51.6405 18.2242 51 17.4328 51C16.6415 51 16 51.6405 16 52.4305C16 53.2206 16.6415 53.8611 17.4328 53.8611Z" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
31
|
+
<path d="M9.23703 74.377C10.0284 74.377 10.6699 73.7365 10.6699 72.9465C10.6699 72.1564 10.0284 71.5159 9.23703 71.5159C8.4457 71.5159 7.8042 72.1564 7.8042 72.9465C7.8042 73.7365 8.4457 74.377 9.23703 74.377Z" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
32
|
+
<path d="M119.395 57.4921C120.186 57.4921 120.827 56.8516 120.827 56.0616C120.827 55.2715 120.186 54.631 119.395 54.631C118.603 54.631 117.962 55.2715 117.962 56.0616C117.962 56.8516 118.603 57.4921 119.395 57.4921Z" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
33
|
+
<path d="M108.433 69.8611C109.224 69.8611 109.866 69.2206 109.866 68.4305C109.866 67.6405 109.224 67 108.433 67C107.642 67 107 67.6405 107 68.4305C107 69.2206 107.642 69.8611 108.433 69.8611Z" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
34
|
+
<path d="M33 49C34.1046 49 35 48.1046 35 47C35 45.8954 34.1046 45 33 45C31.8954 45 31 45.8954 31 47C31 48.1046 31.8954 49 33 49Z" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
35
|
+
<path d="M49.6705 15.9574C51.1635 15.9574 52.3738 14.7491 52.3738 13.2584C52.3738 11.7678 51.1635 10.5594 49.6705 10.5594C48.1775 10.5594 46.9672 11.7678 46.9672 13.2584C46.9672 14.7491 48.1775 15.9574 49.6705 15.9574Z" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
36
|
+
<path d="M15.506 69H-5.50599C-6.3588 69 -7.20324 68.8319 -7.99113 68.5052C-8.77902 68.1786 -9.49491 67.6998 -10.0979 67.0962C-10.701 66.4926 -11.1793 65.7761 -11.5057 64.9874C-11.832 64.1988 -12 63.3536 -12 62.5C-12 61.6464 -11.832 60.8012 -11.5057 60.0126C-11.1793 59.2239 -10.701 58.5074 -10.0979 57.9038C-9.49491 57.3002 -8.77902 56.8214 -7.99113 56.4948C-7.20324 56.1681 -6.3588 56 -5.50599 56H15.506C17.2283 56 18.8801 56.6848 20.0979 57.9038C21.3158 59.1228 22 60.7761 22 62.5C22 64.2239 21.3158 65.8772 20.0979 67.0962C18.8801 68.3152 17.2283 69 15.506 69V69Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
37
37
|
</g>
|
|
38
38
|
</svg>
|
|
39
39
|
`;
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
export default `<svg width="128" height="137" viewBox="0 0 128 137" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-Tent">
|
|
2
|
-
<path d="M112.69 31.4022C106.69 24.3716 99.2251 18.7253 90.8152 14.8577C82.4054 10.9902 73.2547 8.9895 63.9947 9.00007C51.8032 8.98245 39.8658 12.452 29.5933 18.9965H35.3328C36.5322 18.9965 37.6822 19.472 38.5323 20.3139C39.3789 21.1592 39.8552 22.304 39.8552 23.5016C39.8552 24.6992 39.3789 25.8439 38.5323 26.6928C37.6822 27.5382 36.5322 28.0102 35.3328 28.0102H32.5107C32.5847 28.3342 32.62 28.6653 32.6235 28.9964C32.6235 29.5988 32.5036 30.1976 32.2708 30.7541C32.0309 31.3142 31.6781 31.8179 31.2372 32.237C30.7998 32.6597 30.2777 32.9873 29.7097 33.2021C29.1418 33.417 28.5315 33.5156 27.9248 33.4874H13.585C6.96713 41.8953 2.58935 51.8389 0.85376 62.3848C19.1939 50.4863 34.2463 32.2617 66.9579 28.0912C82.1302 26.161 97.6165 27.6967 112.69 31.4022Z"
|
|
3
|
-
<path d="M56.5655 93.8464H56.1739C52.3006 99.049 47.9546 103.882 43.1923 108.292H52.5087L56.5655 93.8464Z"
|
|
4
|
-
<path d="M56.5655 93.8464H56.1739C52.3006 99.049 47.9546 103.882 43.1923 108.292H52.5087L56.5655 93.8464Z"
|
|
5
|
-
<path d="M54.1631 93.9239C39.2448 94.4488 23.2682 95.8788 5.10095 97.7915C6.67427 101.472 8.58977 104.995 10.8263 108.313H40.8781C45.7498 103.941 50.1946 99.1229 54.1631 93.9204V93.9239Z"
|
|
6
|
-
<path d="M54.1631 93.9239C39.2448 94.4488 23.2682 95.8788 5.10095 97.7915C6.67427 101.472 8.58977 104.995 10.8263 108.313H40.8781C45.7498 103.941 50.1946 99.1229 54.1631 93.9204V93.9239Z"
|
|
7
|
-
<path d="M92.8683 123.896C92.5367 123.646 92.2827 123.307 92.1416 122.916C92.1734 123.057 92.1804 123.202 92.1628 123.346C92.1311 123.533 92.0535 123.709 91.9406 123.864C91.8242 124.015 91.6689 124.135 91.4961 124.216C91.3232 124.294 91.1292 124.329 90.9387 124.315L75.8511 124.389L75.8087 124.413C75.6253 124.494 75.4278 124.53 75.2302 124.523L62.8483 124.466C62.7636 124.473 62.6825 124.473 62.5978 124.466L49.5456 124.526C49.3551 124.544 49.1646 124.512 48.9917 124.435C48.8189 124.354 48.6637 124.234 48.5473 124.082C48.4344 123.927 48.3603 123.751 48.3321 123.561C48.3039 123.374 48.3215 123.184 48.3885 123.004L52.5123 108.313H43.1959C37.3188 113.758 30.8421 118.524 23.8927 122.518C28.9231 126.566 34.5426 129.824 40.5572 132.191C48.0216 135.118 55.9764 136.618 63.9983 136.608C71.9072 136.618 79.7526 135.16 87.1254 132.311C92.3639 130.285 97.3061 127.576 101.832 124.258L94.1136 124.343C93.6585 124.329 93.2211 124.17 92.8613 123.896H92.8683Z"
|
|
8
|
-
<path d="M10.8263 108.302C13.3274 112.015 16.2095 115.453 19.4266 118.57C19.476 118.461 19.5395 118.358 19.6171 118.263C19.7406 118.115 19.8958 117.996 20.0722 117.911C20.2451 117.827 20.432 117.774 20.626 117.763C20.8201 117.774 21.007 117.827 21.1799 117.915C21.3527 117.999 21.5009 118.119 21.6244 118.267C21.7478 118.415 21.8431 118.587 21.896 118.774C21.9454 118.961 21.956 119.154 21.9348 119.345L21.8431 120.792C22.0935 121.011 22.344 121.229 22.598 121.444C29.1488 117.731 35.2798 113.329 40.8781 108.306H10.8263V108.302Z"
|
|
9
|
-
<path d="M56.8019 93.0011C56.5937 93.2899 56.3856 93.5752 56.174 93.857H56.5655L56.8019 93.0011Z"
|
|
10
|
-
<path d="M58.0894 88.415L70.0199 45.8896L70.041 45.8227L69.9881 45.6501C69.9564 45.5515 69.9493 45.4458 69.967 45.3437C69.974 45.2415 70.0022 45.1394 70.0516 45.0478C70.1045 44.9562 70.1716 44.8787 70.2527 44.8118C70.3338 44.7484 70.4291 44.6991 70.5278 44.6674C70.6301 44.6392 70.736 44.6286 70.8383 44.6427C70.9371 44.6533 71.0323 44.6815 71.1205 44.7308C71.2193 44.6216 71.3392 44.53 71.4733 44.4666C71.6461 44.3891 71.8366 44.3574 72.0271 44.375L121.583 44.9668C119.206 40.0848 116.214 35.5269 112.679 31.4022C97.6094 27.7002 82.1232 26.1609 66.9508 28.0947C34.2427 32.2687 19.1974 50.4933 0.850206 62.3883C0.285786 65.8296 4.82042e-05 69.3062 4.82042e-05 72.7933C-0.0105347 81.3808 1.72153 89.8803 5.09394 97.7809C23.2577 95.8788 39.2378 94.4487 54.1561 93.9134C55.5284 92.131 56.8407 90.2994 58.093 88.4185L58.0894 88.415Z"
|
|
11
|
-
<path d="M82.289 79.5704C79.7561 73.7092 77.4103 67.7775 75.2584 61.779L92.1099 122.79C92.124 122.832 92.1381 122.874 92.1452 122.92C92.2863 123.311 92.5403 123.649 92.8718 123.899C93.2317 124.17 93.6656 124.322 94.1171 124.336L101.836 124.251C103.247 123.219 104.619 122.141 105.938 120.99C99.0664 113.801 92.5332 104.234 83.1603 81.6521L82.2925 79.5739L82.289 79.5704Z"
|
|
12
|
-
<path d="M121.604 44.9668L72.0447 44.375C71.8542 44.3574 71.6637 44.3891 71.4908 44.4666C71.3568 44.53 71.2368 44.6216 71.1381 44.7308C71.2298 44.7801 71.3144 44.847 71.3779 44.928C71.4414 45.0091 71.4873 45.1042 71.519 45.2028C74.9056 56.6962 78.9941 67.9713 83.7634 78.9645L84.6277 81.0533C93.9159 103.438 100.371 112.874 107.13 119.936C113.709 113.966 118.966 106.689 122.56 98.5734C126.155 90.4579 128.007 81.6838 128 72.811C128.017 63.1668 125.83 53.6459 121.608 44.9668H121.604Z"
|
|
13
|
-
<path d="M81.7317 32.1934L76.6585 33.5954L82.2195 33.7888L81.7317 32.1934Z"
|
|
14
|
-
<path d="M79.8292 34.5139L76.6584 33.5954L80.2682 33.6921L79.8292 34.5139Z"
|
|
15
|
-
<path d="M84.5922 45.7234H92.0626C93.8077 45.7234 94.6836 43.6338 93.455 42.4083L88.1361 37.1173L83.7243 32.7292C82.1622 31.1751 79.4842 32.2692 79.4842 34.4652V40.6578C79.484 42.0008 80.022 43.2889 80.9799 44.2388C81.9378 45.1887 83.2371 45.7228 84.5922 45.7234Z"
|
|
16
|
-
<path opacity="0.5" d="M82.7848 34.2131C82.4448 33.8761 82.4447 33.33 82.7846 32.9931C83.1244 32.6563 83.6755 32.6564 84.0155 32.9934L97.3112 46.1702C97.6512 46.5072 97.6513 47.0534 97.3114 47.3902C96.9716 47.727 96.4205 47.7269 96.0805 47.3899L82.7848 34.2131Z"
|
|
17
|
-
<path d="M84.5952 35.0758L82.6688 36.985C82.1465 37.5026 81.8531 38.2046 81.8531 38.9365C81.8531 39.6685 82.1465 40.3705 82.6688 40.888L84.426 42.6295C85.4592 43.6538 86.8607 44.2294 88.3221 44.2297C89.7835 44.2301 91.1852 43.6552 92.219 42.6314L84.5952 35.0758Z"
|
|
18
|
-
<path d="M93.4516 42.4083L88.1327 37.1173L83.7209 32.7292C82.8835 31.8959 83.6705 33.7529 82.7761 34.2044C82.6165 34.042 82.5279 33.8239 82.5294 33.5972C82.5308 33.3706 82.6223 33.1536 82.784 32.9933C82.9473 32.8317 83.1686 32.7409 83.3993 32.7409C83.63 32.7409 83.8514 32.8317 84.0146 32.9933L97.3111 46.1709C97.4742 46.3327 97.5658 46.552 97.5658 46.7807C97.5658 47.0094 97.4742 47.2287 97.3111 47.3905C97.2303 47.4707 97.1343 47.5342 97.0286 47.5776C96.923 47.6209 96.8098 47.6433 96.6955 47.6433C96.5811 47.6433 96.4679 47.6209 96.3623 47.5776C96.2567 47.5342 96.1607 47.4707 96.0798 47.3905L93.6266 44.9592C94.169 44.2364 94.2074 43.1601 93.4516 42.4083Z"
|
|
19
|
-
<path d="M83.7209 32.7292L88.1327 37.1173L93.4516 42.4083C94.2074 43.1601 94.169 44.2364 93.6246 44.9566L80.838 32.285C80.8355 32.2819 80.8329 32.2791 80.83 32.2764C81.7231 31.825 82.8834 31.8959 83.7209 32.7292Z"
|
|
20
|
-
<path d="M81.3889 34.1008C81.3304 34.199 81.0859 34.161 80.8428 34.0161C80.5996 33.8711 80.4499 33.674 80.5084 33.5759C80.567 33.4778 80.8115 33.5157 81.0546 33.6607C81.2978 33.8056 81.4474 34.0027 81.3889 34.1008Z"
|
|
21
|
-
<path d="M75.6797 34.3629C75.9069 34.2951 76.1171 34.5099 76.0445 34.7356L75.3256 36.9698C74.9727 38.0666 73.5803 38.3951 72.7743 37.5717C71.9683 36.7483 72.3266 35.3632 73.4307 35.0339L75.6797 34.3629Z"
|
|
22
|
-
<path d="M83.7565 78.961C78.9907 67.9642 74.9021 56.6892 71.5121 45.1993C71.4803 45.1006 71.4345 45.0091 71.371 44.9245C71.3075 44.8435 71.2228 44.7766 71.1311 44.7273C71.0429 44.678 70.9477 44.6498 70.8489 44.6392C70.7466 44.6251 70.6408 44.6357 70.5385 44.6639C70.4397 44.6956 70.3444 44.7449 70.2633 44.8083C70.1822 44.8752 70.1152 44.9527 70.0622 45.0443C70.0128 45.1359 69.9846 45.238 69.9776 45.3402C69.9599 45.4423 69.967 45.548 69.9987 45.6466L70.0517 45.8192L70.0305 45.8861L58.1001 88.4115C56.8478 90.2889 55.5355 92.124 54.1703 93.9204C50.2052 99.1194 45.7569 103.934 40.8853 108.302C35.2834 113.325 29.1559 117.731 22.6051 121.441C23.0319 121.8 23.4658 122.152 23.8997 122.497C30.8492 118.503 37.3259 113.737 43.2029 108.292C47.9652 103.885 52.3077 99.049 56.1846 93.8464C56.3962 93.5611 56.6043 93.2758 56.8125 92.9905L56.5761 93.8359L52.5194 108.295L48.3956 122.99C48.3285 123.166 48.3109 123.36 48.3391 123.547C48.3673 123.737 48.4414 123.913 48.5543 124.068C48.6707 124.22 48.8259 124.339 48.9988 124.42C49.1716 124.498 49.3621 124.53 49.5526 124.512L62.6048 124.452C62.492 124.435 62.3826 124.403 62.2768 124.357C62.0969 124.28 61.9381 124.156 61.8146 124.005C61.6912 123.85 61.6065 123.667 61.5642 123.473C61.5219 123.279 61.5324 123.078 61.5854 122.888L68.8593 87.1962C69.0322 86.3438 69.3109 86.3438 69.4872 87.1962L76.5178 122.955C76.5636 123.149 76.5636 123.35 76.5178 123.543C76.479 123.737 76.3908 123.92 76.2638 124.075C76.1474 124.213 76.0028 124.325 75.8405 124.406L90.9281 124.332C91.1186 124.346 91.3126 124.311 91.4855 124.234C91.6619 124.156 91.8136 124.033 91.93 123.882C92.0429 123.727 92.1205 123.55 92.1522 123.364C92.1699 123.219 92.1628 123.075 92.1311 122.934C92.1205 122.892 92.1099 122.846 92.0958 122.804L75.2443 61.7931C77.3962 67.7951 79.7385 73.7268 82.2749 79.5844L83.1427 81.6626C92.505 104.244 99.0523 113.811 105.921 121C106.319 120.655 106.714 120.303 107.106 119.944C100.347 112.881 93.8949 103.445 84.6066 81.0603L83.7565 78.968V78.961Z"
|
|
23
|
-
<path d="M75.2337 124.523C75.4312 124.53 75.6288 124.494 75.8122 124.413L75.8545 124.389C76.0168 124.308 76.1614 124.195 76.2778 124.058C76.4048 123.903 76.493 123.723 76.5318 123.526C76.5777 123.332 76.5777 123.131 76.5318 122.938L69.4977 87.1892C69.3214 86.3368 69.0427 86.3368 68.8698 87.1892L61.5959 122.881C61.543 123.071 61.5324 123.272 61.5747 123.466C61.617 123.66 61.7017 123.843 61.8252 123.998C61.9486 124.149 62.1074 124.269 62.2873 124.35C62.3931 124.396 62.5025 124.427 62.6154 124.445C62.7 124.452 62.7812 124.452 62.8658 124.445L75.2337 124.523Z"
|
|
24
|
-
<path d="M21.8924 118.771C21.8395 118.584 21.7443 118.411 21.6208 118.263C21.4973 118.115 21.3492 117.996 21.1763 117.911C21.0035 117.823 20.8165 117.77 20.6225 117.76C20.4285 117.77 20.2415 117.823 20.0686 117.908C19.8923 117.992 19.7371 118.112 19.6136 118.26C19.536 118.351 19.4725 118.457 19.4231 118.566C20.2098 119.327 21.0141 120.067 21.8395 120.789L21.9312 119.341C21.9524 119.151 21.9418 118.957 21.8924 118.771Z"
|
|
25
|
-
<path d="M29.7132 33.2021C30.2812 32.9873 30.8033 32.6597 31.2407 32.237C31.6817 31.8178 32.0344 31.3142 32.2743 30.7541C32.5071 30.1976 32.6271 29.5988 32.627 28.9964C32.6271 28.6653 32.5883 28.3342 32.5142 28.0102H35.3363C36.5357 28.0102 37.6857 27.5347 38.5358 26.6928C39.3825 25.8475 39.8587 24.6992 39.8587 23.5016C39.8587 22.3075 39.3825 21.1627 38.5358 20.3138C37.6857 19.4685 36.5357 18.9965 35.3363 18.9965H29.5968C26.997 20.6485 24.5241 22.4871 22.1888 24.4949C19.0316 27.2106 16.1495 30.2257 13.5779 33.498H27.9212C28.5315 33.5227 29.1418 33.424 29.7132 33.2021Z"
|
|
26
|
-
<path d="M66.1042 14.8895C66.3864 15.5904 66.0654 16.397 65.3846 16.6894C64.7038 16.9817 63.9277 16.6471 63.6455 15.9426C63.3633 15.2417 63.6843 14.4351 64.3651 14.1427C65.0459 13.8504 65.8291 14.185 66.1042 14.8895Z"
|
|
27
|
-
<path d="M83.0615 20.8774C82.9592 22.5611 82.5853 23.8151 82.1585 23.8151C81.721 23.8151 81.3577 22.5506 81.266 20.8563C79.5727 20.7401 78.3098 20.3632 78.3134 19.9264C78.3204 19.4896 79.5762 19.1444 81.266 19.0634C81.3683 17.3762 81.7351 16.1258 82.169 16.1258C82.6029 16.1258 82.9698 17.3903 83.0615 19.0846C84.7548 19.2008 86.0177 19.5812 86.0142 20.018C86.0106 20.4548 84.7513 20.8 83.0615 20.881V20.8774Z"
|
|
28
|
-
<path d="M48.6672 20.5569C48.8612 21.043 48.639 21.5995 48.1698 21.8003C47.7006 22.0011 47.1609 21.7721 46.9669 21.286C46.7728 20.7999 46.9951 20.2434 47.4643 20.0426C47.9334 19.8419 48.4767 20.0708 48.6672 20.5569Z"
|
|
2
|
+
<path d="M112.69 31.4022C106.69 24.3716 99.2251 18.7253 90.8152 14.8577C82.4054 10.9902 73.2547 8.9895 63.9947 9.00007C51.8032 8.98245 39.8658 12.452 29.5933 18.9965H35.3328C36.5322 18.9965 37.6822 19.472 38.5323 20.3139C39.3789 21.1592 39.8552 22.304 39.8552 23.5016C39.8552 24.6992 39.3789 25.8439 38.5323 26.6928C37.6822 27.5382 36.5322 28.0102 35.3328 28.0102H32.5107C32.5847 28.3342 32.62 28.6653 32.6235 28.9964C32.6235 29.5988 32.5036 30.1976 32.2708 30.7541C32.0309 31.3142 31.6781 31.8179 31.2372 32.237C30.7998 32.6597 30.2777 32.9873 29.7097 33.2021C29.1418 33.417 28.5315 33.5156 27.9248 33.4874H13.585C6.96713 41.8953 2.58935 51.8389 0.85376 62.3848C19.1939 50.4863 34.2463 32.2617 66.9579 28.0912C82.1302 26.161 97.6165 27.6967 112.69 31.4022Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M56.5655 93.8464H56.1739C52.3006 99.049 47.9546 103.882 43.1923 108.292H52.5087L56.5655 93.8464Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M56.5655 93.8464H56.1739C52.3006 99.049 47.9546 103.882 43.1923 108.292H52.5087L56.5655 93.8464Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
5
|
+
<path d="M54.1631 93.9239C39.2448 94.4488 23.2682 95.8788 5.10095 97.7915C6.67427 101.472 8.58977 104.995 10.8263 108.313H40.8781C45.7498 103.941 50.1946 99.1229 54.1631 93.9204V93.9239Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<path d="M54.1631 93.9239C39.2448 94.4488 23.2682 95.8788 5.10095 97.7915C6.67427 101.472 8.58977 104.995 10.8263 108.313H40.8781C45.7498 103.941 50.1946 99.1229 54.1631 93.9204V93.9239Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
7
|
+
<path d="M92.8683 123.896C92.5367 123.646 92.2827 123.307 92.1416 122.916C92.1734 123.057 92.1804 123.202 92.1628 123.346C92.1311 123.533 92.0535 123.709 91.9406 123.864C91.8242 124.015 91.6689 124.135 91.4961 124.216C91.3232 124.294 91.1292 124.329 90.9387 124.315L75.8511 124.389L75.8087 124.413C75.6253 124.494 75.4278 124.53 75.2302 124.523L62.8483 124.466C62.7636 124.473 62.6825 124.473 62.5978 124.466L49.5456 124.526C49.3551 124.544 49.1646 124.512 48.9917 124.435C48.8189 124.354 48.6637 124.234 48.5473 124.082C48.4344 123.927 48.3603 123.751 48.3321 123.561C48.3039 123.374 48.3215 123.184 48.3885 123.004L52.5123 108.313H43.1959C37.3188 113.758 30.8421 118.524 23.8927 122.518C28.9231 126.566 34.5426 129.824 40.5572 132.191C48.0216 135.118 55.9764 136.618 63.9983 136.608C71.9072 136.618 79.7526 135.16 87.1254 132.311C92.3639 130.285 97.3061 127.576 101.832 124.258L94.1136 124.343C93.6585 124.329 93.2211 124.17 92.8613 123.896H92.8683Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
8
|
+
<path d="M10.8263 108.302C13.3274 112.015 16.2095 115.453 19.4266 118.57C19.476 118.461 19.5395 118.358 19.6171 118.263C19.7406 118.115 19.8958 117.996 20.0722 117.911C20.2451 117.827 20.432 117.774 20.626 117.763C20.8201 117.774 21.007 117.827 21.1799 117.915C21.3527 117.999 21.5009 118.119 21.6244 118.267C21.7478 118.415 21.8431 118.587 21.896 118.774C21.9454 118.961 21.956 119.154 21.9348 119.345L21.8431 120.792C22.0935 121.011 22.344 121.229 22.598 121.444C29.1488 117.731 35.2798 113.329 40.8781 108.306H10.8263V108.302Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
9
|
+
<path d="M56.8019 93.0011C56.5937 93.2899 56.3856 93.5752 56.174 93.857H56.5655L56.8019 93.0011Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
10
|
+
<path d="M58.0894 88.415L70.0199 45.8896L70.041 45.8227L69.9881 45.6501C69.9564 45.5515 69.9493 45.4458 69.967 45.3437C69.974 45.2415 70.0022 45.1394 70.0516 45.0478C70.1045 44.9562 70.1716 44.8787 70.2527 44.8118C70.3338 44.7484 70.4291 44.6991 70.5278 44.6674C70.6301 44.6392 70.736 44.6286 70.8383 44.6427C70.9371 44.6533 71.0323 44.6815 71.1205 44.7308C71.2193 44.6216 71.3392 44.53 71.4733 44.4666C71.6461 44.3891 71.8366 44.3574 72.0271 44.375L121.583 44.9668C119.206 40.0848 116.214 35.5269 112.679 31.4022C97.6094 27.7002 82.1232 26.1609 66.9508 28.0947C34.2427 32.2687 19.1974 50.4933 0.850206 62.3883C0.285786 65.8296 4.82042e-05 69.3062 4.82042e-05 72.7933C-0.0105347 81.3808 1.72153 89.8803 5.09394 97.7809C23.2577 95.8788 39.2378 94.4487 54.1561 93.9134C55.5284 92.131 56.8407 90.2994 58.093 88.4185L58.0894 88.415Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
11
|
+
<path d="M82.289 79.5704C79.7561 73.7092 77.4103 67.7775 75.2584 61.779L92.1099 122.79C92.124 122.832 92.1381 122.874 92.1452 122.92C92.2863 123.311 92.5403 123.649 92.8718 123.899C93.2317 124.17 93.6656 124.322 94.1171 124.336L101.836 124.251C103.247 123.219 104.619 122.141 105.938 120.99C99.0664 113.801 92.5332 104.234 83.1603 81.6521L82.2925 79.5739L82.289 79.5704Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
12
|
+
<path d="M121.604 44.9668L72.0447 44.375C71.8542 44.3574 71.6637 44.3891 71.4908 44.4666C71.3568 44.53 71.2368 44.6216 71.1381 44.7308C71.2298 44.7801 71.3144 44.847 71.3779 44.928C71.4414 45.0091 71.4873 45.1042 71.519 45.2028C74.9056 56.6962 78.9941 67.9713 83.7634 78.9645L84.6277 81.0533C93.9159 103.438 100.371 112.874 107.13 119.936C113.709 113.966 118.966 106.689 122.56 98.5734C126.155 90.4579 128.007 81.6838 128 72.811C128.017 63.1668 125.83 53.6459 121.608 44.9668H121.604Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
13
|
+
<path d="M81.7317 32.1934L76.6585 33.5954L82.2195 33.7888L81.7317 32.1934Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
14
|
+
<path d="M79.8292 34.5139L76.6584 33.5954L80.2682 33.6921L79.8292 34.5139Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
15
|
+
<path d="M84.5922 45.7234H92.0626C93.8077 45.7234 94.6836 43.6338 93.455 42.4083L88.1361 37.1173L83.7243 32.7292C82.1622 31.1751 79.4842 32.2692 79.4842 34.4652V40.6578C79.484 42.0008 80.022 43.2889 80.9799 44.2388C81.9378 45.1887 83.2371 45.7228 84.5922 45.7234Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
16
|
+
<path opacity="0.5" d="M82.7848 34.2131C82.4448 33.8761 82.4447 33.33 82.7846 32.9931C83.1244 32.6563 83.6755 32.6564 84.0155 32.9934L97.3112 46.1702C97.6512 46.5072 97.6513 47.0534 97.3114 47.3902C96.9716 47.727 96.4205 47.7269 96.0805 47.3899L82.7848 34.2131Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
17
|
+
<path d="M84.5952 35.0758L82.6688 36.985C82.1465 37.5026 81.8531 38.2046 81.8531 38.9365C81.8531 39.6685 82.1465 40.3705 82.6688 40.888L84.426 42.6295C85.4592 43.6538 86.8607 44.2294 88.3221 44.2297C89.7835 44.2301 91.1852 43.6552 92.219 42.6314L84.5952 35.0758Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path d="M93.4516 42.4083L88.1327 37.1173L83.7209 32.7292C82.8835 31.8959 83.6705 33.7529 82.7761 34.2044C82.6165 34.042 82.5279 33.8239 82.5294 33.5972C82.5308 33.3706 82.6223 33.1536 82.784 32.9933C82.9473 32.8317 83.1686 32.7409 83.3993 32.7409C83.63 32.7409 83.8514 32.8317 84.0146 32.9933L97.3111 46.1709C97.4742 46.3327 97.5658 46.552 97.5658 46.7807C97.5658 47.0094 97.4742 47.2287 97.3111 47.3905C97.2303 47.4707 97.1343 47.5342 97.0286 47.5776C96.923 47.6209 96.8098 47.6433 96.6955 47.6433C96.5811 47.6433 96.4679 47.6209 96.3623 47.5776C96.2567 47.5342 96.1607 47.4707 96.0798 47.3905L93.6266 44.9592C94.169 44.2364 94.2074 43.1601 93.4516 42.4083Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<path d="M83.7209 32.7292L88.1327 37.1173L93.4516 42.4083C94.2074 43.1601 94.169 44.2364 93.6246 44.9566L80.838 32.285C80.8355 32.2819 80.8329 32.2791 80.83 32.2764C81.7231 31.825 82.8834 31.8959 83.7209 32.7292Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
20
|
+
<path d="M81.3889 34.1008C81.3304 34.199 81.0859 34.161 80.8428 34.0161C80.5996 33.8711 80.4499 33.674 80.5084 33.5759C80.567 33.4778 80.8115 33.5157 81.0546 33.6607C81.2978 33.8056 81.4474 34.0027 81.3889 34.1008Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
21
|
+
<path d="M75.6797 34.3629C75.9069 34.2951 76.1171 34.5099 76.0445 34.7356L75.3256 36.9698C74.9727 38.0666 73.5803 38.3951 72.7743 37.5717C71.9683 36.7483 72.3266 35.3632 73.4307 35.0339L75.6797 34.3629Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
22
|
+
<path d="M83.7565 78.961C78.9907 67.9642 74.9021 56.6892 71.5121 45.1993C71.4803 45.1006 71.4345 45.0091 71.371 44.9245C71.3075 44.8435 71.2228 44.7766 71.1311 44.7273C71.0429 44.678 70.9477 44.6498 70.8489 44.6392C70.7466 44.6251 70.6408 44.6357 70.5385 44.6639C70.4397 44.6956 70.3444 44.7449 70.2633 44.8083C70.1822 44.8752 70.1152 44.9527 70.0622 45.0443C70.0128 45.1359 69.9846 45.238 69.9776 45.3402C69.9599 45.4423 69.967 45.548 69.9987 45.6466L70.0517 45.8192L70.0305 45.8861L58.1001 88.4115C56.8478 90.2889 55.5355 92.124 54.1703 93.9204C50.2052 99.1194 45.7569 103.934 40.8853 108.302C35.2834 113.325 29.1559 117.731 22.6051 121.441C23.0319 121.8 23.4658 122.152 23.8997 122.497C30.8492 118.503 37.3259 113.737 43.2029 108.292C47.9652 103.885 52.3077 99.049 56.1846 93.8464C56.3962 93.5611 56.6043 93.2758 56.8125 92.9905L56.5761 93.8359L52.5194 108.295L48.3956 122.99C48.3285 123.166 48.3109 123.36 48.3391 123.547C48.3673 123.737 48.4414 123.913 48.5543 124.068C48.6707 124.22 48.8259 124.339 48.9988 124.42C49.1716 124.498 49.3621 124.53 49.5526 124.512L62.6048 124.452C62.492 124.435 62.3826 124.403 62.2768 124.357C62.0969 124.28 61.9381 124.156 61.8146 124.005C61.6912 123.85 61.6065 123.667 61.5642 123.473C61.5219 123.279 61.5324 123.078 61.5854 122.888L68.8593 87.1962C69.0322 86.3438 69.3109 86.3438 69.4872 87.1962L76.5178 122.955C76.5636 123.149 76.5636 123.35 76.5178 123.543C76.479 123.737 76.3908 123.92 76.2638 124.075C76.1474 124.213 76.0028 124.325 75.8405 124.406L90.9281 124.332C91.1186 124.346 91.3126 124.311 91.4855 124.234C91.6619 124.156 91.8136 124.033 91.93 123.882C92.0429 123.727 92.1205 123.55 92.1522 123.364C92.1699 123.219 92.1628 123.075 92.1311 122.934C92.1205 122.892 92.1099 122.846 92.0958 122.804L75.2443 61.7931C77.3962 67.7951 79.7385 73.7268 82.2749 79.5844L83.1427 81.6626C92.505 104.244 99.0523 113.811 105.921 121C106.319 120.655 106.714 120.303 107.106 119.944C100.347 112.881 93.8949 103.445 84.6066 81.0603L83.7565 78.968V78.961Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
23
|
+
<path d="M75.2337 124.523C75.4312 124.53 75.6288 124.494 75.8122 124.413L75.8545 124.389C76.0168 124.308 76.1614 124.195 76.2778 124.058C76.4048 123.903 76.493 123.723 76.5318 123.526C76.5777 123.332 76.5777 123.131 76.5318 122.938L69.4977 87.1892C69.3214 86.3368 69.0427 86.3368 68.8698 87.1892L61.5959 122.881C61.543 123.071 61.5324 123.272 61.5747 123.466C61.617 123.66 61.7017 123.843 61.8252 123.998C61.9486 124.149 62.1074 124.269 62.2873 124.35C62.3931 124.396 62.5025 124.427 62.6154 124.445C62.7 124.452 62.7812 124.452 62.8658 124.445L75.2337 124.523Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
24
|
+
<path d="M21.8924 118.771C21.8395 118.584 21.7443 118.411 21.6208 118.263C21.4973 118.115 21.3492 117.996 21.1763 117.911C21.0035 117.823 20.8165 117.77 20.6225 117.76C20.4285 117.77 20.2415 117.823 20.0686 117.908C19.8923 117.992 19.7371 118.112 19.6136 118.26C19.536 118.351 19.4725 118.457 19.4231 118.566C20.2098 119.327 21.0141 120.067 21.8395 120.789L21.9312 119.341C21.9524 119.151 21.9418 118.957 21.8924 118.771Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
25
|
+
<path d="M29.7132 33.2021C30.2812 32.9873 30.8033 32.6597 31.2407 32.237C31.6817 31.8178 32.0344 31.3142 32.2743 30.7541C32.5071 30.1976 32.6271 29.5988 32.627 28.9964C32.6271 28.6653 32.5883 28.3342 32.5142 28.0102H35.3363C36.5357 28.0102 37.6857 27.5347 38.5358 26.6928C39.3825 25.8475 39.8587 24.6992 39.8587 23.5016C39.8587 22.3075 39.3825 21.1627 38.5358 20.3138C37.6857 19.4685 36.5357 18.9965 35.3363 18.9965H29.5968C26.997 20.6485 24.5241 22.4871 22.1888 24.4949C19.0316 27.2106 16.1495 30.2257 13.5779 33.498H27.9212C28.5315 33.5227 29.1418 33.424 29.7132 33.2021Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
26
|
+
<path d="M66.1042 14.8895C66.3864 15.5904 66.0654 16.397 65.3846 16.6894C64.7038 16.9817 63.9277 16.6471 63.6455 15.9426C63.3633 15.2417 63.6843 14.4351 64.3651 14.1427C65.0459 13.8504 65.8291 14.185 66.1042 14.8895Z" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
27
|
+
<path d="M83.0615 20.8774C82.9592 22.5611 82.5853 23.8151 82.1585 23.8151C81.721 23.8151 81.3577 22.5506 81.266 20.8563C79.5727 20.7401 78.3098 20.3632 78.3134 19.9264C78.3204 19.4896 79.5762 19.1444 81.266 19.0634C81.3683 17.3762 81.7351 16.1258 82.169 16.1258C82.6029 16.1258 82.9698 17.3903 83.0615 19.0846C84.7548 19.2008 86.0177 19.5812 86.0142 20.018C86.0106 20.4548 84.7513 20.8 83.0615 20.881V20.8774Z" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
28
|
+
<path d="M48.6672 20.5569C48.8612 21.043 48.639 21.5995 48.1698 21.8003C47.7006 22.0011 47.1609 21.7721 46.9669 21.286C46.7728 20.7999 46.9951 20.2434 47.4643 20.0426C47.9334 19.8419 48.4767 20.0708 48.6672 20.5569Z" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
29
29
|
</svg>
|
|
30
30
|
`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/webcomponents-fiori",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "UI5 Web Components: webcomponents.fiori",
|
|
5
5
|
"ui5": {
|
|
6
6
|
"webComponentsPackage": true
|
|
@@ -19,10 +19,8 @@
|
|
|
19
19
|
"./dist/*": "./dist/*",
|
|
20
20
|
"./package.json": "./package.json",
|
|
21
21
|
"./bundle.esm.js": "./bundle.esm.js",
|
|
22
|
-
"./bundle.es5.js": "./bundle.es5.js",
|
|
23
22
|
"./bundle.common.js": "./bundle.common.js",
|
|
24
23
|
"./bundle.scoped.esm.js": "./bundle.scoped.esm.js",
|
|
25
|
-
"./bundle.scoped.es5.js": "./bundle.scoped.es5.js",
|
|
26
24
|
"./*": "./dist/*"
|
|
27
25
|
},
|
|
28
26
|
"scripts": {
|
|
@@ -42,15 +40,14 @@
|
|
|
42
40
|
"directory": "packages/fiori"
|
|
43
41
|
},
|
|
44
42
|
"dependencies": {
|
|
45
|
-
"@ui5/webcomponents": "1.
|
|
46
|
-
"@ui5/webcomponents-base": "1.
|
|
47
|
-
"@ui5/webcomponents-icons": "1.
|
|
48
|
-
"@ui5/webcomponents-
|
|
49
|
-
"@ui5/webcomponents-theming": "1.2.4",
|
|
43
|
+
"@ui5/webcomponents": "1.3.0",
|
|
44
|
+
"@ui5/webcomponents-base": "1.3.0",
|
|
45
|
+
"@ui5/webcomponents-icons": "1.3.0",
|
|
46
|
+
"@ui5/webcomponents-theming": "1.3.0",
|
|
50
47
|
"@zxing/library": "^0.18.3"
|
|
51
48
|
},
|
|
52
49
|
"devDependencies": {
|
|
53
|
-
"@ui5/webcomponents-tools": "1.
|
|
54
|
-
"chromedriver": "
|
|
50
|
+
"@ui5/webcomponents-tools": "1.3.0",
|
|
51
|
+
"chromedriver": "100.0.0"
|
|
55
52
|
}
|
|
56
53
|
}
|
package/src/Bar.hbs
CHANGED
|
@@ -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/src/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/src/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/src/{NotifactionOverflowActionsPopover.hbs → NotificationOverflowActionsPopover.hbs}
RENAMED
|
File without changes
|
package/src/Page.hbs
CHANGED
package/src/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,
|
package/src/ShellBarPopover.hbs
CHANGED