@openui5/sap.ui.webc.common 1.100.0 → 1.102.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/THIRDPARTY.txt +5 -5
- package/package.json +2 -2
- package/src/sap/ui/webc/common/.library +3 -3
- package/src/sap/ui/webc/common/WebComponent.js +48 -6
- package/src/sap/ui/webc/common/WebComponentMetadata.js +11 -1
- package/src/sap/ui/webc/common/WebComponentRenderer.js +3 -2
- package/src/sap/ui/webc/common/library.js +27 -26
- package/src/sap/ui/webc/common/thirdparty/base/CustomElementsScope.js +12 -51
- package/src/sap/ui/webc/common/thirdparty/base/CustomElementsScopeUtils.js +57 -0
- package/src/sap/ui/webc/common/thirdparty/base/Device.js +4 -0
- package/src/sap/ui/webc/common/thirdparty/base/Keys.js +10 -0
- package/src/sap/ui/webc/common/thirdparty/base/StaticAreaItem.js +2 -2
- package/src/sap/ui/webc/common/thirdparty/base/UI5Element.js +5 -1
- package/src/sap/ui/webc/common/thirdparty/base/UI5ElementMetadata.js +3 -3
- package/src/sap/ui/webc/common/thirdparty/base/_chunks/style-map.js +4 -2
- package/src/sap/ui/webc/common/thirdparty/base/asset-registries/Icons.js +3 -6
- package/src/sap/ui/webc/common/thirdparty/base/asset-registries/LocaleData.js +4 -1
- package/src/sap/ui/webc/common/thirdparty/base/config/Icons.js +28 -0
- package/src/sap/ui/webc/common/thirdparty/base/config/Theme.js +4 -0
- package/src/sap/ui/webc/common/thirdparty/base/css/BusyIndicator.css +76 -0
- package/src/sap/ui/webc/common/thirdparty/base/css/FontFace.css +30 -0
- package/src/sap/ui/webc/common/thirdparty/base/features/F6Navigation.js +1 -0
- package/src/sap/ui/webc/common/thirdparty/base/features/OpenUI5Enablement.js +99 -0
- package/src/sap/ui/webc/common/thirdparty/base/generated/AssetParameters.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/base/generated/VersionInfo.js +4 -4
- package/src/sap/ui/webc/common/thirdparty/base/generated/css/BusyIndicator.css.js +11 -0
- package/src/sap/ui/webc/common/thirdparty/base/generated/css/FontFace.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/base/renderer/LitRenderer.js +25 -10
- package/src/sap/ui/webc/common/thirdparty/base/renderer/executeTemplate.js +11 -3
- package/src/sap/ui/webc/common/thirdparty/base/theming/getEffectiveLinksHrefs.js +5 -1
- package/src/sap/ui/webc/common/thirdparty/base/theming/getEffectiveStyle.js +7 -1
- package/src/sap/ui/webc/common/thirdparty/base/updateShadowRoot.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/base/util/getNormalizedTarget.js +13 -0
- package/src/sap/ui/webc/common/thirdparty/icons/Chart-Tree-Map.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/Netweaver-business-client.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/accelerated.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/accept.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/accidental-leave.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/account.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/accounting-document-verification.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/action-settings.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/action.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/activate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/activities.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/activity-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/activity-assigned-to-goal.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/activity-individual.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/activity-items.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/add-activity-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/add-activity.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/add-contact.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/add-coursebook.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/add-document.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/add-employee.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/add-equipment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/add-favorite.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/add-filter.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/add-folder.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/add-photo.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/add-process.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/add-product.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/add.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/address-book.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/addresses.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/alert.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/along-stacked-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/alphabetical-order.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/appear-offline.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/appointment-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/appointment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/approvals.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/area-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/arobase.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/arrow-bottom.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/arrow-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/arrow-left.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/arrow-right.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/arrow-top.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/attachment-audio.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/attachment-e-pub.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/attachment-html.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/attachment-photo.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/attachment-text-file.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/attachment-video.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/attachment-zip-file.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/attachment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/away.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/back-to-top.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/background.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/badge.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/bar-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/bar-code.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/basket.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/batch-payments.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/bbyd-active-sales.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/bbyd-dashboard.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/bed.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/begin.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/bell.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/blank-tag-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/blank-tag.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/blur.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/bo-strategy-management.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/bold-text.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/bookmark-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/bookmark.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/border.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/broken-link.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/browse-folder.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/bubble-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/building.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/bullet-text.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/burglary.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/bus-public-transport.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/business-by-design.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/business-card.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/business-objects-experience.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/business-objects-explorer.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/business-objects-mobile.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/business-one.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/busy.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/calendar.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/call.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/camera.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/cancel-maintenance.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/cancel-share.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/cancel.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/capital-projects.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/car-rental.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/card.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/cargo-train.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/cart-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/cart-3.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/cart-4.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/cart-5.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/cart-approval.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/cart-full.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/cart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/cause.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/chain-link.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/chalkboard.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/chart-axis.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/chart-table-view.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/check-availability.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/checklist-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/checklist-item-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/checklist-item.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/checklist.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/chevron-phase-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/chevron-phase.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/choropleth-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/circle-task-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/circle-task.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/citizen-connect.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/clear-all.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/clear-filter.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/clinical-order.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/clinical-tast-tracker.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/close-command-field.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/cloud.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/co.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/collaborate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/collapse-all.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/collapse-group.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/collapse.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/collections-insight.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/collections-management.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/collision.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/color-fill.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/column-chart-dual-axis.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/combine.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/command-line-interfaces.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/comment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/commission-check.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/company-view.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/compare-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/compare.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/competitor.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/complete.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/connected.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/contacts.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/copy.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/course-book.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/course-program.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/create-entry-time.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/create-form.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/create-leave-request.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/create-session.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/create.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/credit-card.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/crm-sales.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/crm-service-manager.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/crop.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/crossed-line-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/curriculum.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/cursor-arrow.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/customer-and-contacts.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/customer-and-supplier.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/customer-briefing.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/customer-financial-fact-sheet.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/customer-history.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/customer-order-entry.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/customer-view.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/customer.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/customize.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/database.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/date-time.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/decision.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/decline.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/decrease-line-height.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/delete.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/desktop-mobile.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/detail-less.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/detail-more.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/detail-view.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/developer-settings.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/dimension.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/disconnected.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/discussion-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/discussion.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/dishwasher.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/display-more.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/display.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/doc-attachment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/doctor.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/document-text.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/document.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/documents.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/donut-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/download-from-cloud.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/download.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/draw-rectangle.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/drill-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/drill-up.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/drop-down-list.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/dropdown.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/duplicate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/e-care.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/e-learning.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/eam-work-order.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/edit-outside.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/edit.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/education.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/electrocardiogram.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/electronic-medical-record.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/email-read.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/email.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/employee-approvals.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/employee-lookup.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/employee-pane.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/employee-rejections.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/employee.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/end-user-experience-monitoring.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/endoscopy.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/energy-saving-lightbulb.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/enter-more.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/eraser.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/error.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/example.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/excel-attachment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/exit-full-screen.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/expand-all.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/expand-group.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/expand.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/expense-report.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/explorer.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/factory.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/fallback.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/family-care.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/family-protection.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/favorite-list.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/favorite.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/fax-machine.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/feed.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/feedback.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/feeder-arrow.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/filter-analytics.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/filter-facets.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/filter-fields.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/filter.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/flag-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/flag.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/flight.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/fob-watch.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/folder-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/folder-blank.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/folder-full.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/folder.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/form.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/forward.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/fridge.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/full-screen.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/full-stacked-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/full-stacked-column-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/functional-location.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/future.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/fx.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/gantt-bars.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/general-leave-request.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/generate-shortcut.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/geographic-bubble-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/globe.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/goal.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/goalseek.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/grid.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/group-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/group.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/header.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/heading1.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/heading2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/heading3.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/headset.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/heart-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/heart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/heating-cooling.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/heatmap-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/hello-world.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/hide.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/hint.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/history.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/home-share.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/home.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/horizontal-bar-chart-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/horizontal-bar-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/horizontal-bullet-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/horizontal-combination-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/horizontal-grip.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/horizontal-stacked-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/horizontal-waterfall-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/hr-approval.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/idea-wall.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/image-viewer.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/in-progress.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/inbox.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/incident.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/incoming-call.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/increase-line-height.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/indent.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/information.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/initiative.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/inspect-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/inspect.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/inspection.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/instance.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/insurance-car.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/insurance-house.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/insurance-life.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/internet-browser.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/inventory.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/ipad-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/ipad.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/iphone-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/iphone.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/it-host.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/it-instance.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/it-system.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/italic-text.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/jam.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/journey-arrive.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/journey-change.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/journey-depart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/key-user-settings.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/key.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/keyboard-and-mouse.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/kpi-corporate-performance.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/kpi-managing-my-area.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/lab.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/laptop.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/lateness.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/lead-outdated.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/lead.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/leads.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/learning-assistant.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/legend.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/less.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/letter.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/lightbulb.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/line-chart-dual-axis.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/line-chart-time-axis.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/line-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/line-charts.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/list.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/loan.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/locate-me.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/locked.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/log.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/machine.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/manager-insight.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/manager.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/map-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/map-3.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/map.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/marketing-campaign.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/master-task-triangle-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/master-task-triangle.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/meal.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/measure.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/measurement-document.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/measuring-point.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/media-forward.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/media-pause.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/media-play.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/media-reverse.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/media-rewind.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/meeting-room.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/megamenu.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/menu.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/menu2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/message-error.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/message-information.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/message-popup.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/message-success.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/message-warning.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/microphone.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/mileage.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/minimize.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/mirrored-task-circle-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/mirrored-task-circle.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/money-bills.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/monitor-payments.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/move.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/mri-scan.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/multi-select.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/multiple-bar-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/multiple-line-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/multiple-pie-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/multiple-radar-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/multiselect-all.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/multiselect-none.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/my-sales-order.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/my-view.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/nav-back.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/navigation-down-arrow.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/navigation-left-arrow.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/navigation-right-arrow.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/navigation-up-arrow.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/negative.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/newspaper.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/not-editable.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/notes.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/notification-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/notification.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/number-sign.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/numbered-text.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/nurse.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/nutrition-activity.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/official-service.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/offsite-work.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/open-command-field.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/open-folder.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/opportunities.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/opportunity.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/order-status.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/org-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/outbox.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/outdent.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/outgoing-call.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/overflow.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/overlay.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/overview-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/paging.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/paid-leave.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/paint-bucket.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/palette.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/paper-plane.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/passenger-train.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/past.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/paste.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/pause.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/payment-approval.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/pdf-attachment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/pdf-reader.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/pending.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/per-diem.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/performance.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/permission.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/person-placeholder.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/personnel-view.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/pharmacy.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/phone.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/photo-voltaic.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/physical-activity.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/picture.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/pie-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/pipeline-analysis.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/pixelate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/play.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/pool.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/popup-window.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/positive.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/post.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/ppt-attachment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/present.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/primary-key.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/print.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/private.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/process.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/product.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/program-triangles-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/program-triangles.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/project-definition-triangle-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/project-definition-triangle.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/projector.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/provision.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/pull-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/pushpin-off.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/pushpin-on.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/puzzle.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/qr-code.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/quality-issue.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/question-mark.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/radar-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/receipt.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/record.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/redo.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/refresh.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/repost.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/request.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/reset.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/resize-corner.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/resize-horizontal.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/resize-vertical.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/resize.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/response.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/responsive.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/restart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/retail-store-manager.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/retail-store.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/rhombus-milestone-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/rhombus-milestone.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/role.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/s4hana.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sales-document.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sales-notification.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sales-order-item.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sales-order.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sales-quote.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sap-box.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sap-logo-shape.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sap-ui5.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/save.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/scatter-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/scissors.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/screen-split-one.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/screen-split-three.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/screen-split-two.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/search.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/settings.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/share-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/share.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/shelf.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/shield.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/shipping-status.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/shortcut.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/show-edit.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/show.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/signature.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/simple-payment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/simulate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/slim-arrow-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/slim-arrow-left.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/slim-arrow-right.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/slim-arrow-up.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/soccer.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/soccor.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sonography.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sort-ascending.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sort-descending.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sort.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sorting-ranking.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sound-loud.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sound-off.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sound.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/source-code.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/split.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/status-completed.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/status-critical.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/status-error.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/status-in-process.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/status-inactive.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/status-negative.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/status-positive.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/step.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/stethoscope.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/stop.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/strikethrough.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/study-leave.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/subway-train.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/suitcase.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sum.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/supplier.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/survey.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/switch-classes.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/switch-views.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/synchronize.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/syntax.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/syringe.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sys-add.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sys-back-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sys-back.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sys-cancel-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sys-cancel.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sys-enter-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sys-enter.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sys-find-next.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sys-find.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sys-first-page.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sys-help-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sys-help.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sys-last-page.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sys-minus.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sys-monitor.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sys-next-page.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/sys-prev-page.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/system-exit-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/system-exit.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/table-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/table-column.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/table-row.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/table-view.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/tag-cloud-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/tag.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/tags.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/target-group.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/task.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/taxi.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/technical-object.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/temperature.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/text-align-center.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/text-align-justified.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/text-align-left.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/text-align-right.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/text-color.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/text-formatting.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/text.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/theater.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/thing-type.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/thumb-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/thumb-up.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/time-account.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/time-entry-request.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/time-overtime.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/timesheet.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/to-be-reviewed.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/toaster-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/toaster-top.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/toaster-up.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/tools-opportunity.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/touch.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/translate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/travel-expense-report.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/travel-expense.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/travel-itinerary.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/travel-request.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/tree.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/trend-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/trend-up.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/tri-state.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/trip-report.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/two-keys.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/ui-notifications.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/umbrella.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/underline-text.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/undo.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/unfavorite.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/unlocked.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/unpaid-leave.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/unwired.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/up.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/upload-to-cloud.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/upload.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/upstacked-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/user-edit.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/user-settings.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/validate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/value-help.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/vds-file.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/vehicle-repair.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/vertical-bar-chart-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/vertical-bar-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/vertical-bullet-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/vertical-grip.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/vertical-stacked-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/vertical-waterfall-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/video.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/visits.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/waiver.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/wallet.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/warning.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/warning2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/washing-machine.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/weather-proofing.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/web-cam.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/widgets.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/windows-doors.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/work-history.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/workflow-tasks.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/world.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/wounds-doc.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/wrench.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/write-new-document.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/write-new.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/x-ray.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/zoom-in.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/zoom-out.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/lit-html/directives/class-map.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/lit-html/directives/repeat.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/lit-html/directives/unsafe-html.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/lit-html/lit-html.js +5 -5
- package/src/sap/ui/webc/common/thirdparty/lit-html/static.js +6 -6
- package/src/sap/ui/webc/common/thirdparty/localization/dates/CalendarDate.js +7 -1
- package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css10.js +13 -0
- package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css11.js +13 -0
- package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css12.js +13 -0
- package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css3.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css4.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css5.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css6.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css7.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css8.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css9.js +2 -2
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_dark/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/common/thirdparty/theming/generated/json-imports/Themes.js +5 -2
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_dark/parameters-bundle.css.js +7 -0
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +7 -0
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +7 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/vertical-stacked-chart', './v4/vertical-stacked-chart'], function (Theme, verticalStackedChart$2, verticalStackedChart$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? verticalStackedChart$1 : verticalStackedChart$2;
|
4
4
|
var verticalStackedChart = { pathData };
|
5
5
|
|
6
6
|
return verticalStackedChart;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/vertical-waterfall-chart', './v4/vertical-waterfall-chart'], function (Theme, verticalWaterfallChart$2, verticalWaterfallChart$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? verticalWaterfallChart$1 : verticalWaterfallChart$2;
|
4
4
|
var verticalWaterfallChart = { pathData };
|
5
5
|
|
6
6
|
return verticalWaterfallChart;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/video', './v4/video'], function (Theme, video$2, video$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? video$1 : video$2;
|
4
4
|
var video = { pathData };
|
5
5
|
|
6
6
|
return video;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/visits', './v4/visits'], function (Theme, visits$2, visits$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? visits$1 : visits$2;
|
4
4
|
var visits = { pathData };
|
5
5
|
|
6
6
|
return visits;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/waiver', './v4/waiver'], function (Theme, waiver$2, waiver$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? waiver$1 : waiver$2;
|
4
4
|
var waiver = { pathData };
|
5
5
|
|
6
6
|
return waiver;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/wallet', './v4/wallet'], function (Theme, wallet$2, wallet$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? wallet$1 : wallet$2;
|
4
4
|
var wallet = { pathData };
|
5
5
|
|
6
6
|
return wallet;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/warning', './v4/warning'], function (Theme, warning$2, warning$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? warning$1 : warning$2;
|
4
4
|
var warning = { pathData };
|
5
5
|
|
6
6
|
return warning;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/warning2', './v4/warning2'], function (Theme, warning2$2, warning2$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? warning2$1 : warning2$2;
|
4
4
|
var warning2 = { pathData };
|
5
5
|
|
6
6
|
return warning2;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/washing-machine', './v4/washing-machine'], function (Theme, washingMachine$2, washingMachine$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? washingMachine$1 : washingMachine$2;
|
4
4
|
var washingMachine = { pathData };
|
5
5
|
|
6
6
|
return washingMachine;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/weather-proofing', './v4/weather-proofing'], function (Theme, weatherProofing$2, weatherProofing$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? weatherProofing$1 : weatherProofing$2;
|
4
4
|
var weatherProofing = { pathData };
|
5
5
|
|
6
6
|
return weatherProofing;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/web-cam', './v4/web-cam'], function (Theme, webCam$2, webCam$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? webCam$1 : webCam$2;
|
4
4
|
var webCam = { pathData };
|
5
5
|
|
6
6
|
return webCam;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/widgets', './v4/widgets'], function (Theme, widgets$2, widgets$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? widgets$1 : widgets$2;
|
4
4
|
var widgets = { pathData };
|
5
5
|
|
6
6
|
return widgets;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/windows-doors', './v4/windows-doors'], function (Theme, windowsDoors$2, windowsDoors$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? windowsDoors$1 : windowsDoors$2;
|
4
4
|
var windowsDoors = { pathData };
|
5
5
|
|
6
6
|
return windowsDoors;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/work-history', './v4/work-history'], function (Theme, workHistory$2, workHistory$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? workHistory$1 : workHistory$2;
|
4
4
|
var workHistory = { pathData };
|
5
5
|
|
6
6
|
return workHistory;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/workflow-tasks', './v4/workflow-tasks'], function (Theme, workflowTasks$2, workflowTasks$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? workflowTasks$1 : workflowTasks$2;
|
4
4
|
var workflowTasks = { pathData };
|
5
5
|
|
6
6
|
return workflowTasks;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/world', './v4/world'], function (Theme, world$2, world$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? world$1 : world$2;
|
4
4
|
var world = { pathData };
|
5
5
|
|
6
6
|
return world;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/wounds-doc', './v4/wounds-doc'], function (Theme, woundsDoc$2, woundsDoc$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? woundsDoc$1 : woundsDoc$2;
|
4
4
|
var woundsDoc = { pathData };
|
5
5
|
|
6
6
|
return woundsDoc;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/wrench', './v4/wrench'], function (Theme, wrench$2, wrench$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? wrench$1 : wrench$2;
|
4
4
|
var wrench = { pathData };
|
5
5
|
|
6
6
|
return wrench;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/write-new-document', './v4/write-new-document'], function (Theme, writeNewDocument$2, writeNewDocument$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? writeNewDocument$1 : writeNewDocument$2;
|
4
4
|
var writeNewDocument = { pathData };
|
5
5
|
|
6
6
|
return writeNewDocument;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/write-new', './v4/write-new'], function (Theme, writeNew$2, writeNew$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? writeNew$1 : writeNew$2;
|
4
4
|
var writeNew = { pathData };
|
5
5
|
|
6
6
|
return writeNew;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/x-ray', './v4/x-ray'], function (Theme, xRay$2, xRay$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? xRay$1 : xRay$2;
|
4
4
|
var xRay = { pathData };
|
5
5
|
|
6
6
|
return xRay;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/zoom-in', './v4/zoom-in'], function (Theme, zoomIn$2, zoomIn$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? zoomIn$1 : zoomIn$2;
|
4
4
|
var zoomIn = { pathData };
|
5
5
|
|
6
6
|
return zoomIn;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
sap.ui.define(['sap/ui/webc/common/thirdparty/base/config/Theme', './v5/zoom-out', './v4/zoom-out'], function (Theme, zoomOut$2, zoomOut$1) { 'use strict';
|
2
2
|
|
3
|
-
const pathData = Theme.
|
3
|
+
const pathData = Theme.isThemeFamily("sap_horizon") ? zoomOut$1 : zoomOut$2;
|
4
4
|
var zoomOut = { pathData };
|
5
5
|
|
6
6
|
return zoomOut;
|
@@ -4,7 +4,7 @@ sap.ui.define(['exports', '../lit-html', '../directive'], function (exports, lit
|
|
4
4
|
* @license
|
5
5
|
* Copyright 2018 Google LLC
|
6
6
|
* SPDX-License-Identifier: BSD-3-Clause
|
7
|
-
*/const o=directive.directive(class extends directive.Directive{constructor(t){var i;if(super(t),t.type!==directive.PartType.ATTRIBUTE||"class"!==t.name||(null===(i=t.strings)||void 0===i?void 0:i.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return " "+Object.keys(t).filter((i=>t[i])).join(" ")+" "}update(i,[s]){var r,o;if(void 0===this.
|
7
|
+
*/const o=directive.directive(class extends directive.Directive{constructor(t){var i;if(super(t),t.type!==directive.PartType.ATTRIBUTE||"class"!==t.name||(null===(i=t.strings)||void 0===i?void 0:i.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return " "+Object.keys(t).filter((i=>t[i])).join(" ")+" "}update(i,[s]){var r,o;if(void 0===this.et){this.et=new Set,void 0!==i.strings&&(this.st=new Set(i.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in s)s[t]&&!(null===(r=this.st)||void 0===r?void 0:r.has(t))&&this.et.add(t);return this.render(s)}const e=i.element.classList;this.et.forEach((t=>{t in s||(e.remove(t),this.et.delete(t));}));for(const t in s){const i=!!s[t];i===this.et.has(t)||(null===(o=this.st)||void 0===o?void 0:o.has(t))||(i?(e.add(t),this.et.add(t)):(e.remove(t),this.et.delete(t)));}return litHtml.noChange}});
|
8
8
|
|
9
9
|
exports.classMap = o;
|
10
10
|
|
@@ -11,7 +11,7 @@ sap.ui.define(['exports', '../lit-html', '../directive'], function (exports, lit
|
|
11
11
|
* Copyright 2017 Google LLC
|
12
12
|
* SPDX-License-Identifier: BSD-3-Clause
|
13
13
|
*/
|
14
|
-
const u=(e,s,t)=>{const r=new Map;for(let l=s;l<=t;l++)r.set(e[l],l);return r},c=directive.directive(class extends directive.Directive{constructor(e){if(super(e),e.type!==directive.PartType.CHILD)throw Error("repeat() can only be used in text expressions")}dt(e,s,t){let r;void 0===t?t=s:void 0!==s&&(r=s);const l=[],o=[];let i=0;for(const s of e)l[i]=r?r(s,i):i,o[i]=t(s,i),i++;return {values:o,keys:l}}render(e,s,t){return this.dt(e,s,t).values}update(s$1,[t,r,c]){var d;const a$1=a(s$1),{values:p,keys:v}=this.dt(t,r,c);if(!Array.isArray(a$1))return this.
|
14
|
+
const u=(e,s,t)=>{const r=new Map;for(let l=s;l<=t;l++)r.set(e[l],l);return r},c=directive.directive(class extends directive.Directive{constructor(e){if(super(e),e.type!==directive.PartType.CHILD)throw Error("repeat() can only be used in text expressions")}dt(e,s,t){let r;void 0===t?t=s:void 0!==s&&(r=s);const l=[],o=[];let i=0;for(const s of e)l[i]=r?r(s,i):i,o[i]=t(s,i),i++;return {values:o,keys:l}}render(e,s,t){return this.dt(e,s,t).values}update(s$1,[t,r,c]){var d;const a$1=a(s$1),{values:p,keys:v}=this.dt(t,r,c);if(!Array.isArray(a$1))return this.ut=v,p;const h=null!==(d=this.ut)&&void 0!==d?d:this.ut=[],m$1=[];let y,x,j=0,k=a$1.length-1,w=0,A=p.length-1;for(;j<=k&&w<=A;)if(null===a$1[j])j++;else if(null===a$1[k])k--;else if(h[j]===v[w])m$1[w]=c$1(a$1[j],p[w]),j++,w++;else if(h[k]===v[A])m$1[A]=c$1(a$1[k],p[A]),k--,A--;else if(h[j]===v[A])m$1[A]=c$1(a$1[j],p[A]),u$1(s$1,m$1[A+1],a$1[j]),j++,A--;else if(h[k]===v[w])m$1[w]=c$1(a$1[k],p[w]),u$1(s$1,a$1[j],a$1[k]),k--,w++;else if(void 0===y&&(y=u(v,w,A),x=u(h,j,k)),y.has(h[j]))if(y.has(h[k])){const e=x.get(v[w]),t=void 0!==e?a$1[e]:null;if(null===t){const e=u$1(s$1,a$1[j]);c$1(e,p[w]),m$1[w]=e;}else m$1[w]=c$1(t,p[w]),u$1(s$1,a$1[j],t),a$1[e]=null;w++;}else m(a$1[k]),k--;else m(a$1[j]),j++;for(;w<=A;){const e=u$1(s$1,m$1[A+1]);c$1(e,p[w]),m$1[w++]=e;}for(;j<=k;){const e=a$1[j++];null!==e&&m(e);}return this.ut=v,s(s$1,m$1),litHtml.noChange}});
|
15
15
|
|
16
16
|
exports.repeat = c;
|
17
17
|
|
@@ -4,7 +4,7 @@ sap.ui.define(['exports', '../lit-html', '../directive'], function (exports, lit
|
|
4
4
|
* @license
|
5
5
|
* Copyright 2017 Google LLC
|
6
6
|
* SPDX-License-Identifier: BSD-3-Clause
|
7
|
-
*/class e extends directive.Directive{constructor(i){if(super(i),this.it=litHtml.nothing,i.type!==directive.PartType.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(r){if(r===litHtml.nothing||null==r)return this.
|
7
|
+
*/class e extends directive.Directive{constructor(i){if(super(i),this.it=litHtml.nothing,i.type!==directive.PartType.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(r){if(r===litHtml.nothing||null==r)return this.ft=void 0,this.it=r;if(r===litHtml.noChange)return r;if("string"!=typeof r)throw Error(this.constructor.directiveName+"() called with a non-string value");if(r===this.it)return this.ft;this.it=r;const s=[r];return s.raw=s,this.ft={_$litType$:this.constructor.resultType,strings:s,values:[]}}}e.directiveName="unsafeHTML",e.resultType=1;const o=directive.directive(e);
|
8
8
|
|
9
9
|
exports.UnsafeHTMLDirective = e;
|
10
10
|
exports.unsafeHTML = o;
|
@@ -5,13 +5,13 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
5
5
|
* Copyright 2017 Google LLC
|
6
6
|
* SPDX-License-Identifier: BSD-3-Clause
|
7
7
|
*/
|
8
|
-
var t;const i=globalThis.trustedTypes,s=i?i.createPolicy("lit-html",{createHTML:t=>t}):void 0,e=`lit$${(Math.random()+"").slice(9)}$`,o="?"+e,n=`<${o}>`,l=document,h=(t="")=>l.createComment(t),r=t=>null===t||"object"!=typeof t&&"function"!=typeof t,d=Array.isArray,u=t=>{var i;return d(t)||"function"==typeof(null===(i=t)||void 0===i?void 0:i[Symbol.iterator])},c=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,v=/-->/g,a=/>/g,f=/>|[ \n\r](?:([^\s"'>=/]+)([ \n\r]*=[ \n\r]*(?:[^ \n\r"'`<>=]|("|')|))|$)/g,_=/'/g,m=/"/g,g=/^(?:script|style|textarea)$/i
|
8
|
+
var t;const i=globalThis.trustedTypes,s=i?i.createPolicy("lit-html",{createHTML:t=>t}):void 0,e=`lit$${(Math.random()+"").slice(9)}$`,o="?"+e,n=`<${o}>`,l=document,h=(t="")=>l.createComment(t),r=t=>null===t||"object"!=typeof t&&"function"!=typeof t,d=Array.isArray,u=t=>{var i;return d(t)||"function"==typeof(null===(i=t)||void 0===i?void 0:i[Symbol.iterator])},c=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,v=/-->/g,a=/>/g,f=/>|[ \n\r](?:([^\s"'>=/]+)([ \n\r]*=[ \n\r]*(?:[^ \n\r"'`<>=]|("|')|))|$)/g,_=/'/g,m=/"/g,g=/^(?:script|style|textarea|title)$/i,p=t=>(i,...s)=>({_$litType$:t,strings:i,values:s}),$=p(1),y=p(2),b=Symbol.for("lit-noChange"),w=Symbol.for("lit-nothing"),T=new WeakMap,x=(t,i,s)=>{var e,o;const n=null!==(e=null==s?void 0:s.renderBefore)&&void 0!==e?e:i;let l=n._$litPart$;if(void 0===l){const t=null!==(o=null==s?void 0:s.renderBefore)&&void 0!==o?o:null;n._$litPart$=l=new N(i.insertBefore(h(),t),t,void 0,null!=s?s:{});}return l._$AI(t),l},A=l.createTreeWalker(l,129,null,!1),C=(t,i)=>{const o=t.length-1,l=[];let h,r=2===i?"<svg>":"",d=c;for(let i=0;i<o;i++){const s=t[i];let o,u,p=-1,$=0;for(;$<s.length&&(d.lastIndex=$,u=d.exec(s),null!==u);)$=d.lastIndex,d===c?"!--"===u[1]?d=v:void 0!==u[1]?d=a:void 0!==u[2]?(g.test(u[2])&&(h=RegExp("</"+u[2],"g")),d=f):void 0!==u[3]&&(d=f):d===f?">"===u[0]?(d=null!=h?h:c,p=-1):void 0===u[1]?p=-2:(p=d.lastIndex-u[2].length,o=u[1],d=void 0===u[3]?f:'"'===u[3]?m:_):d===m||d===_?d=f:d===v||d===a?d=c:(d=f,h=void 0);const y=d===f&&t[i+1].startsWith("/>")?" ":"";r+=d===c?s+n:p>=0?(l.push(o),s.slice(0,p)+"$lit$"+s.slice(p)+e+y):s+e+(-2===p?(l.push(void 0),i):y);}const u=r+(t[o]||"<?>")+(2===i?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return [void 0!==s?s.createHTML(u):u,l]};class E{constructor({strings:t,_$litType$:s},n){let l;this.parts=[];let r=0,d=0;const u=t.length-1,c=this.parts,[v,a]=C(t,s);if(this.el=E.createElement(v,n),A.currentNode=this.el.content,2===s){const t=this.el.content,i=t.firstChild;i.remove(),t.append(...i.childNodes);}for(;null!==(l=A.nextNode())&&c.length<u;){if(1===l.nodeType){if(l.hasAttributes()){const t=[];for(const i of l.getAttributeNames())if(i.endsWith("$lit$")||i.startsWith(e)){const s=a[d++];if(t.push(i),void 0!==s){const t=l.getAttribute(s.toLowerCase()+"$lit$").split(e),i=/([.?@])?(.*)/.exec(s);c.push({type:1,index:r,name:i[2],strings:t,ctor:"."===i[1]?M:"?"===i[1]?H:"@"===i[1]?I:S});}else c.push({type:6,index:r});}for(const i of t)l.removeAttribute(i);}if(g.test(l.tagName)){const t=l.textContent.split(e),s=t.length-1;if(s>0){l.textContent=i?i.emptyScript:"";for(let i=0;i<s;i++)l.append(t[i],h()),A.nextNode(),c.push({type:2,index:++r});l.append(t[s],h());}}}else if(8===l.nodeType)if(l.data===o)c.push({type:2,index:r});else {let t=-1;for(;-1!==(t=l.data.indexOf(e,t+1));)c.push({type:7,index:r}),t+=e.length-1;}r++;}}static createElement(t,i){const s=l.createElement("template");return s.innerHTML=t,s}}function P(t,i,s=t,e){var o,n,l,h;if(i===b)return i;let d=void 0!==e?null===(o=s._$Cl)||void 0===o?void 0:o[e]:s._$Cu;const u=r(i)?void 0:i._$litDirective$;return (null==d?void 0:d.constructor)!==u&&(null===(n=null==d?void 0:d._$AO)||void 0===n||n.call(d,!1),void 0===u?d=void 0:(d=new u(t),d._$AT(t,s,e)),void 0!==e?(null!==(l=(h=s)._$Cl)&&void 0!==l?l:h._$Cl=[])[e]=d:s._$Cu=d),void 0!==d&&(i=P(t,d._$AS(t,i.values),d,e)),i}class V{constructor(t,i){this.v=[],this._$AN=void 0,this._$AD=t,this._$AM=i;}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}p(t){var i;const{el:{content:s},parts:e}=this._$AD,o=(null!==(i=null==t?void 0:t.creationScope)&&void 0!==i?i:l).importNode(s,!0);A.currentNode=o;let n=A.nextNode(),h=0,r=0,d=e[0];for(;void 0!==d;){if(h===d.index){let i;2===d.type?i=new N(n,n.nextSibling,this,t):1===d.type?i=new d.ctor(n,d.name,d.strings,this,t):6===d.type&&(i=new L(n,this,t)),this.v.push(i),d=e[++r];}h!==(null==d?void 0:d.index)&&(n=A.nextNode(),h++);}return o}m(t){let i=0;for(const s of this.v)void 0!==s&&(void 0!==s.strings?(s._$AI(t,s,i),i+=s.strings.length-2):s._$AI(t[i])),i++;}}class N{constructor(t,i,s,e){var o;this.type=2,this._$AH=w,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=s,this.options=e,this._$Cg=null===(o=null==e?void 0:e.isConnected)||void 0===o||o;}get _$AU(){var t,i;return null!==(i=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==i?i:this._$Cg}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===t.nodeType&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=P(this,t,i),r(t)?t===w||null==t||""===t?(this._$AH!==w&&this._$AR(),this._$AH=w):t!==this._$AH&&t!==b&&this.$(t):void 0!==t._$litType$?this.T(t):void 0!==t.nodeType?this.k(t):u(t)?this.S(t):this.$(t);}M(t,i=this._$AB){return this._$AA.parentNode.insertBefore(t,i)}k(t){this._$AH!==t&&(this._$AR(),this._$AH=this.M(t));}$(t){this._$AH!==w&&r(this._$AH)?this._$AA.nextSibling.data=t:this.k(l.createTextNode(t)),this._$AH=t;}T(t){var i;const{values:s,_$litType$:e}=t,o="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=E.createElement(e.h,this.options)),e);if((null===(i=this._$AH)||void 0===i?void 0:i._$AD)===o)this._$AH.m(s);else {const t=new V(o,this),i=t.p(this.options);t.m(s),this.k(i),this._$AH=t;}}_$AC(t){let i=T.get(t.strings);return void 0===i&&T.set(t.strings,i=new E(t)),i}S(t){d(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let s,e=0;for(const o of t)e===i.length?i.push(s=new N(this.M(h()),this.M(h()),this,this.options)):s=i[e],s._$AI(o),e++;e<i.length&&(this._$AR(s&&s._$AB.nextSibling,e),i.length=e);}_$AR(t=this._$AA.nextSibling,i){var s;for(null===(s=this._$AP)||void 0===s||s.call(this,!1,!0,i);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i;}}setConnected(t){var i;void 0===this._$AM&&(this._$Cg=t,null===(i=this._$AP)||void 0===i||i.call(this,t));}}class S{constructor(t,i,s,e,o){this.type=1,this._$AH=w,this._$AN=void 0,this.element=t,this.name=i,this._$AM=e,this.options=o,s.length>2||""!==s[0]||""!==s[1]?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=w;}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,i=this,s,e){const o=this.strings;let n=!1;if(void 0===o)t=P(this,t,i,0),n=!r(t)||t!==this._$AH&&t!==b,n&&(this._$AH=t);else {const e=t;let l,h;for(t=o[0],l=0;l<o.length-1;l++)h=P(this,e[s+l],i,l),h===b&&(h=this._$AH[l]),n||(n=!r(h)||h!==this._$AH[l]),h===w?t=w:t!==w&&(t+=(null!=h?h:"")+o[l+1]),this._$AH[l]=h;}n&&!e&&this.C(t);}C(t){t===w?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"");}}class M extends S{constructor(){super(...arguments),this.type=3;}C(t){this.element[this.name]=t===w?void 0:t;}}const k=i?i.emptyScript:"";class H extends S{constructor(){super(...arguments),this.type=4;}C(t){t&&t!==w?this.element.setAttribute(this.name,k):this.element.removeAttribute(this.name);}}class I extends S{constructor(t,i,s,e,o){super(t,i,s,e,o),this.type=5;}_$AI(t,i=this){var s;if((t=null!==(s=P(this,t,i,0))&&void 0!==s?s:w)===b)return;const e=this._$AH,o=t===w&&e!==w||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,n=t!==w&&(e===w||o);o&&this.element.removeEventListener(this.name,this,e),n&&this.element.addEventListener(this.name,this,t),this._$AH=t;}handleEvent(t){var i,s;"function"==typeof this._$AH?this._$AH.call(null!==(s=null===(i=this.options)||void 0===i?void 0:i.host)&&void 0!==s?s:this.element,t):this._$AH.handleEvent(t);}}class L{constructor(t,i,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=s;}get _$AU(){return this._$AM._$AU}_$AI(t){P(this,t);}}const R={L:"$lit$",P:e,V:o,I:1,N:C,R:V,j:u,D:P,H:N,F:S,O:H,W:I,B:M,Z:L},z=window.litHtmlPolyfillSupport;null==z||z(E,N),(null!==(t=globalThis.litHtmlVersions)&&void 0!==t?t:globalThis.litHtmlVersions=[]).push("2.2.2");
|
9
9
|
|
10
|
-
exports._$LH =
|
11
|
-
exports.html =
|
10
|
+
exports._$LH = R;
|
11
|
+
exports.html = $;
|
12
12
|
exports.noChange = b;
|
13
|
-
exports.nothing =
|
14
|
-
exports.render =
|
13
|
+
exports.nothing = w;
|
14
|
+
exports.render = x;
|
15
15
|
exports.svg = y;
|
16
16
|
|
17
17
|
Object.defineProperty(exports, '__esModule', { value: true });
|
@@ -4,13 +4,13 @@ sap.ui.define(['exports', './lit-html'], function (exports, litHtml) { 'use stri
|
|
4
4
|
* @license
|
5
5
|
* Copyright 2020 Google LLC
|
6
6
|
* SPDX-License-Identifier: BSD-3-Clause
|
7
|
-
*/const o=t=>({_$litStatic$:t}),
|
7
|
+
*/const o=Symbol.for(""),e=t=>{var r,e;if((null===(r=t)||void 0===r?void 0:r.r)===o)return null===(e=t)||void 0===e?void 0:e._$litStatic$},i=t=>({_$litStatic$:t,r:o}),l=(t,...r)=>({_$litStatic$:r.reduce(((r,o,e)=>r+(t=>{if(void 0!==t._$litStatic$)return t._$litStatic$;throw Error(`Value passed to 'literal' function must be a 'literal' result: ${t}. Use 'unsafeStatic' to pass non-literal values, but\n take care to ensure page security.`)})(o)+t[e+1]),t[0]),r:o}),a=new Map,s=t=>(r,...o)=>{const i=o.length;let l,s;const n=[],u=[];let c,v=0,$=!1;for(;v<i;){for(c=r[v];v<i&&void 0!==(s=o[v],l=e(s));)c+=l+r[++v],$=!0;u.push(s),n.push(c),v++;}if(v===i&&n.push(r[i]),$){const t=n.join("$$lit$$");void 0===(r=a.get(t))&&(n.raw=n,a.set(t,r=n)),o=u;}return t(r,...o)},n=s(litHtml.html),u=s(litHtml.svg);
|
8
8
|
|
9
|
-
exports.html =
|
10
|
-
exports.literal =
|
11
|
-
exports.svg =
|
12
|
-
exports.unsafeStatic =
|
13
|
-
exports.withStatic =
|
9
|
+
exports.html = n;
|
10
|
+
exports.literal = l;
|
11
|
+
exports.svg = u;
|
12
|
+
exports.unsafeStatic = i;
|
13
|
+
exports.withStatic = s;
|
14
14
|
|
15
15
|
Object.defineProperty(exports, '__esModule', { value: true });
|
16
16
|
|
@@ -125,7 +125,13 @@ sap.ui.define(['sap/ui/core/date/UniversalDate'], function (UniversalDate) { 'us
|
|
125
125
|
}
|
126
126
|
static fromTimestamp(iTimestamp, sCalendarType) {
|
127
127
|
const oCalDate = new CalendarDate(0, 0, 1);
|
128
|
-
|
128
|
+
let oUDate;
|
129
|
+
try {
|
130
|
+
oUDate = UniversalDate__default.getInstance(new Date(iTimestamp), sCalendarType);
|
131
|
+
} catch (e) {
|
132
|
+
oUDate = new Date(NaN);
|
133
|
+
}
|
134
|
+
oCalDate._oUDate = oUDate;
|
129
135
|
return oCalDate;
|
130
136
|
}
|
131
137
|
}
|
@@ -4,7 +4,7 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
|
|
4
4
|
_: {
|
5
5
|
packageName: "@ui5/webcomponents-theming",
|
6
6
|
fileName: "themes/sap_belize/parameters-bundle.css",
|
7
|
-
content: ":root{--sapBrandColor:#427cac;--sapHighlightColor:#427cac;--sapBaseColor:#eff4f9;--sapShellColor:transparent;--sapBackgroundColor:#fafafa;--sapFontFamily:\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontLightFamily:\"72-Light\",\"72-Lightfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontBoldFamily:\"72-Bold\",\"72-Boldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontBlackFamily:\"72Black\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:1.625rem;--sapFontHeader2Size:1.375rem;--sapFontHeader3Size:1.25rem;--sapFontHeader4Size:1.125rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapTextColor:#333;--sapLinkColor:#0070b1;--sapLink_Hover_Color:#0070b1;--sapLink_Active_Color:#0070b1;--sapLink_Visited_Color:#0070b1;--sapLink_InvertedColor:#7ed0ff;--sapLink_SubtleColor:#004065;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#427cac;--sapActiveColor:#427cac;--sapHighlightTextColor:#fff;--sapTitleColor:#333;--sapNegativeColor:#b00;--sapCriticalColor:#e78c07;--sapPositiveColor:#2b7c2b;--sapInformativeColor:#427cac;--sapNeutralColor:#5e696e;--sapNegativeElementColor:#b00;--sapCriticalElementColor:#e78c07;--sapPositiveElementColor:#2b7c2b;--sapInformativeElementColor:#427cac;--sapNeutralElementColor:#5e696e;--sapNegativeTextColor:#b00;--sapPositiveTextColor:#2b7c2b;--sapCriticalTextColor:#e78c07;--sapInformativeTextColor:#427cac;--sapNeutralTextColor:#5e696e;--sapNeutralBorderColor:#5e696e;--sapErrorColor:#e00;--sapErrorBorderColor:#e00;--sapWarningColor:#f9a429;--sapWarningBorderColor:#f9a429;--sapSuccessColor:#38a238;--sapSuccessBorderColor:#38a238;--sapInformationColor:#427cac;--sapInformationBorderColor:#427cac;--sapErrorBackground:#ffe4e4;--sapWarningBackground:#fef0db;--sapSuccessBackground:#e4f5e4;--sapInformationBackground:#ebf2f7;--sapNeutralBackground:#f4f5f6;--sapIndicationColor_1:#800;--sapIndicationColor_1_Hover_Background:#6f0000;--sapIndicationColor_1_Active_Background:#500;--sapIndicationColor_1_TextColor:#fff;--sapIndicationColor_2:#b00;--sapIndicationColor_2_Hover_Background:#a20000;--sapIndicationColor_2_Active_Background:#800;--sapIndicationColor_2_TextColor:#fff;--sapIndicationColor_3:#e78c07;--sapIndicationColor_3_Hover_Background:#d88307;--sapIndicationColor_3_Active_Background:#c97a06;--sapIndicationColor_3_TextColor:#fff;--sapIndicationColor_4:#2b7c2b;--sapIndicationColor_4_Hover_Background:#246924;--sapIndicationColor_4_Active_Background:#1e561e;--sapIndicationColor_4_TextColor:#fff;--sapIndicationColor_5:#427cac;--sapIndicationColor_5_Hover_Background:#3b6f9a;--sapIndicationColor_5_Active_Background:#346187;--sapIndicationColor_5_TextColor:#fff;--sapIndicationColor_6:#1a9898;--sapIndicationColor_6_Hover_Background:#168282;--sapIndicationColor_6_Active_Background:#136c6c;--sapIndicationColor_6_TextColor:#fff;--sapIndicationColor_7:#925ace;--sapIndicationColor_7_Hover_Background:#8546c8;--sapIndicationColor_7_Active_Background:#7838bd;--sapIndicationColor_7_TextColor:#fff;--sapIndicationColor_8:#ab218e;--sapIndicationColor_8_Hover_Background:#961d7c;--sapIndicationColor_8_Active_Background:#80196a;--sapIndicationColor_8_TextColor:#fff;--sapElement_LineHeight:3rem;--sapElement_Height:2.5rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.25rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.4;--sapContent_IconHeight:1rem;--sapContent_IconColor:#346187;--sapContent_ContrastIconColor:#fff;--sapContent_NonInteractiveIconColor:#878787;--sapContent_MarkerIconColor:#678bc7;--sapContent_MarkerTextColor:#147575;--sapContent_ImagePlaceholderBackground:#ceddec;--sapContent_ImagePlaceholderForegroundColor:#fff;--sapContent_RatedColor:#e09d00;--sapContent_UnratedColor:#a5a5a5;--sapContent_FocusColor:#000;--sapContent_FocusStyle:dotted;--sapContent_FocusWidth:.0625rem;--sapContent_ContrastFocusColor:#fff;--sapContent_ShadowColor:#000;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0 1px rgba(0,0,0,0.15);--sapContent_Shadow1:0 0.125rem 0.5rem 0 rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.15);--sapContent_Shadow2:0 0.625rem 1.875rem 0 rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.15);--sapContent_Shadow3:0 1.25rem 5rem 0 rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.15);--sapContent_TextShadow:0 0 0.125rem #fff;--sapContent_ContrastTextShadow:0 0 0.0625rem rgba(0,0,0,0.7);--sapContent_HeaderShadow:0 0.125rem 0 0 #eff4f9,inset 0 -0.125rem 0 0 #d1e0ee;--sapContent_Interaction_Shadow:none;--sapContent_Selected_Shadow:none;--sapContent_Negative_Shadow:none;--sapContent_Critical_Shadow:none;--sapContent_Positive_Shadow:none;--sapContent_Informative_Shadow:none;--sapContent_Neutral_Shadow:none;--sapContent_SearchHighlightColor:#d4f7db;--sapContent_HelpColor:#3f8600;--sapContent_LabelColor:#666;--sapContent_MonospaceFontFamily:\"72Mono\",\"72Monofull\",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:\"72Mono-Bold\",\"72Mono-Boldfull\",lucida console,monospace;--sapContent_IconFontFamily:\"SAP-icons\";--sapContent_DisabledTextColor:rgba(51,51,51,0.5);--sapContent_DisabledOpacity:0.5;--sapContent_ContrastTextThreshold:0.65;--sapContent_ContrastTextColor:#fff;--sapContent_ForegroundColor:#e5e5e5;--sapContent_ForegroundBorderColor:#bfbfbf;--sapContent_ForegroundTextColor:#333;--sapContent_BadgeBackground:#c14646;--sapContent_BadgeTextColor:#fff;--sapContent_Placeholderloading_Background:#c2d5e8;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#c2d5e8 0%,#c2d5e8 35%,#afc8e1 50%,#c2d5e8 65%,#c2d5e8);--sapContent_DragAndDropActiveColor:#0070b1;--sapContent_Selected_Background:#427cac;--sapContent_Selected_TextColor:#fff;--sapContent_Selected_Hover_Background:#4684b7;--sapContent_Selected_ForegroundColor:#427cac;--sapContent_Illustrative_Color1:#427cac;--sapContent_Illustrative_Color2:#93b7d6;--sapContent_Illustrative_Color3:#ffba10;--sapContent_Illustrative_Color4:#4a5055;--sapContent_Illustrative_Color5:#9da4aa;--sapContent_Illustrative_Color6:#c6cace;--sapContent_Illustrative_Color7:#e7e9ea;--sapContent_Illustrative_Color8:#fff;--sapContent_Illustrative_Color9:#64edd2;--sapContent_Illustrative_Color10:#ebf8ff;--sapContent_Illustrative_Color11:#f31ded;--sapContent_Illustrative_Color12:#5dc122;--sapContent_Illustrative_Color13:#005dc9;--sapContent_Illustrative_Color14:#004da5;--sapContent_Illustrative_Color15:#cc7400;--sapContent_Illustrative_Color16:#3b0ac6;--sapContent_Illustrative_Color17:#00a58a;--sapContent_Illustrative_Color18:#d1efff;--sapContent_Illustrative_Color19:#b8e6ff;--sapContent_Illustrative_Color20:#9eddff;--sapShell_Background:#cad8e6;--sapShell_BackgroundImage:linear-gradient(180deg,#acc4dc,#e8ecf0);--sapShell_BackgroundGradient:linear-gradient(180deg,#acc4dc,#e8ecf0);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:transparent;--sapShell_TextColor:#346187;--sapShell_InteractiveBackground:transparent;--sapShell_InteractiveTextColor:#346187;--sapShell_InteractiveBorderColor:#346187;--sapShell_GroupTitleTextColor:#333;--sapShell_GroupTitleTextShadow:0 0 0.125rem #fff;--sapShell_Hover_Background:#346187;--sapShell_Active_Background:#427cac;--sapShell_Active_TextColor:#fff;--sapShell_Selected_Background:#427cac;--sapShell_Selected_TextColor:#fff;--sapShell_Selected_Hover_Background:#427cac;--sapShell_Favicon:none;--sapShell_Navigation_Background:transparent;--sapShell_Navigation_SelectedColor:#346187;--sapShell_Navigation_Selected_TextColor:#346187;--sapShell_Navigation_TextColor:#333;--sapShell_Navigation_Hover_Background:#346187;--sapShell_Navigation_Active_Background:#427cac;--sapShell_Navigation_Active_TextColor:#fff;--sapShell_Shadow:0 0.125rem 0 0 #b9cbde;--sapShell_NegativeColor:#b00;--sapShell_CriticalColor:#e78c07;--sapShell_PositiveColor:#2b7c2b;--sapShell_InformativeColor:#427cac;--sapShell_NeutralColor:#5e696e;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.1875rem;--sapButton_Background:#f7f7f7;--sapButton_BorderColor:#ababab;--sapButton_TextColor:#346187;--sapButton_Hover_Background:#eaeaea;--sapButton_Hover_BorderColor:#ababab;--sapButton_Hover_TextColor:#346187;--sapButton_IconColor:#346187;--sapButton_Active_Background:#427cac;--sapButton_Active_BorderColor:#427cac;--sapButton_Active_TextColor:#fff;--sapButton_Emphasized_Background:#5496cd;--sapButton_Emphasized_BorderColor:#408ac7;--sapButton_Emphasized_TextColor:#fff;--sapButton_Emphasized_Hover_Background:#408ac7;--sapButton_Emphasized_Hover_BorderColor:#408ac7;--sapButton_Emphasized_Hover_TextColor:#fff;--sapButton_Emphasized_Active_Background:#427cac;--sapButton_Emphasized_Active_BorderColor:#427cac;--sapButton_Emphasized_Active_TextColor:#fff;--sapButton_Emphasized_TextShadow:rgba(0,0,0,0.5);--sapButton_Reject_Background:#f7f7f7;--sapButton_Reject_BorderColor:#b00;--sapButton_Reject_Hover_Background:#eaeaea;--sapButton_Reject_Hover_BorderColor:#b00;--sapButton_Reject_Hover_TextColor:#b00;--sapButton_Reject_Active_Background:#b00;--sapButton_Reject_Active_BorderColor:#b00;--sapButton_Reject_Active_TextColor:#fff;--sapButton_Reject_TextColor:#b00;--sapButton_Reject_Selected_Background:#b00;--sapButton_Reject_Selected_BorderColor:#b00;--sapButton_Reject_Selected_TextColor:#fff;--sapButton_Reject_Selected_Hover_Background:#d40000;--sapButton_Reject_Selected_Hover_BorderColor:#d40000;--sapButton_Accept_Background:#f7f7f7;--sapButton_Accept_BorderColor:#2b7c2b;--sapButton_Accept_Hover_Background:#eaeaea;--sapButton_Accept_Hover_BorderColor:#2b7c2b;--sapButton_Accept_Hover_TextColor:#2b7c2b;--sapButton_Accept_Active_Background:#2b7c2b;--sapButton_Accept_Active_BorderColor:#2b7c2b;--sapButton_Accept_Active_TextColor:#fff;--sapButton_Accept_TextColor:#2b7c2b;--sapButton_Accept_Selected_Background:#2b7c2b;--sapButton_Accept_Selected_BorderColor:#2b7c2b;--sapButton_Accept_Selected_TextColor:#fff;--sapButton_Accept_Selected_Hover_Background:#328f32;--sapButton_Accept_Selected_Hover_BorderColor:#328f32;--sapButton_Lite_Background:transparent;--sapButton_Lite_BorderColor:transparent;--sapButton_Lite_TextColor:#346187;--sapButton_Lite_Hover_Background:hsla(0,0%,69.8%,0.5);--sapButton_Lite_Hover_BorderColor:hsla(0,0%,69.8%,0.5);--sapButton_Lite_Hover_TextColor:#346187;--sapButton_Lite_Active_Background:#427cac;--sapButton_Lite_Active_BorderColor:#427cac;--sapButton_Selected_Background:#346187;--sapButton_Selected_BorderColor:#2d5475;--sapButton_Selected_TextColor:#fff;--sapButton_Selected_Hover_Background:#427bac;--sapButton_Selected_Hover_BorderColor:#427bac;--sapButton_Attention_Background:#f7f7f7;--sapButton_Attention_BorderColor:#e78c07;--sapButton_Attention_TextColor:#333;--sapButton_Attention_Hover_Background:#fef0db;--sapButton_Attention_Hover_BorderColor:#e78c07;--sapButton_Attention_Hover_TextColor:#333;--sapButton_Attention_Active_Background:#ce7d06;--sapButton_Attention_Active_BorderColor:#ce7d06;--sapButton_Attention_Active_TextColor:#fff;--sapButton_Attention_Selected_Background:#ce7d06;--sapButton_Attention_Selected_BorderColor:#ce7d06;--sapButton_Attention_Selected_TextColor:#fff;--sapButton_Attention_Selected_Hover_Background:#e78c07;--sapButton_Attention_Selected_Hover_BorderColor:#e78c07;--sapButton_Negative_Background:#b00;--sapButton_Negative_BorderColor:#b00;--sapButton_Negative_TextColor:#fff;--sapButton_Negative_Hover_Background:#970000;--sapButton_Negative_Hover_BorderColor:#970000;--sapButton_Negative_Hover_TextColor:#fff;--sapButton_Negative_Active_Background:#800;--sapButton_Negative_Active_BorderColor:#800;--sapButton_Negative_Active_TextColor:#fff;--sapButton_Critical_Background:#e78c07;--sapButton_Critical_BorderColor:#e78c07;--sapButton_Critical_TextColor:#fff;--sapButton_Critical_Hover_Background:#c47706;--sapButton_Critical_Hover_BorderColor:#c47706;--sapButton_Critical_Hover_TextColor:#fff;--sapButton_Critical_Active_Background:#b66e06;--sapButton_Critical_Active_BorderColor:#b66e06;--sapButton_Critical_Active_TextColor:#fff;--sapButton_Success_Background:#2b7c2b;--sapButton_Success_BorderColor:#2b7c2b;--sapButton_Success_TextColor:#fff;--sapButton_Success_Hover_Background:#226122;--sapButton_Success_Hover_BorderColor:#226122;--sapButton_Success_Hover_TextColor:#fff;--sapButton_Success_Active_Background:#1e561e;--sapButton_Success_Active_BorderColor:#1e561e;--sapButton_Success_Active_TextColor:#fff;--sapButton_Information_Background:#427cac;--sapButton_Information_BorderColor:#427cac;--sapButton_Information_TextColor:#fff;--sapButton_Information_Hover_Background:#3b6f9a;--sapButton_Information_Hover_BorderColor:#3b6f9a;--sapButton_Information_Hover_TextColor:#fff;--sapButton_Information_Active_Background:#346187;--sapButton_Information_Active_BorderColor:#346187;--sapButton_Neutral_Background:#5e696e;--sapButton_Neutral_BorderColor:#5e696e;--sapButton_Neutral_TextColor:#fff;--sapButton_Neutral_Hover_Background:#4e575b;--sapButton_Neutral_Hover_BorderColor:#4e575b;--sapButton_Neutral_Hover_TextColor:#fff;--sapButton_Neutral_Active_Background:#474f53;--sapButton_Neutral_Active_BorderColor:#474f53;--sapButton_Neutral_Active_TextColor:#fff;--sapButton_Track_Selected_Background:#346187;--sapButton_Track_Selected_TextColor:#fff;--sapButton_Track_Background:#fff;--sapButton_Track_TextColor:#333;--sapButton_TokenBackground:#f7f7f7;--sapButton_TokenBorderColor:#dedede;--sapField_Background:#fff;--sapField_TextColor:#000;--sapField_PlaceholderTextColor:#757575;--sapField_BorderColor:#bfbfbf;--sapField_HelpBackground:#fff;--sapField_BorderWidth:.0625rem;--sapField_BorderCornerRadius:0;--sapField_Hover_Background:#fff;--sapField_Hover_BorderColor:#427cac;--sapField_Hover_HelpBackground:#427cac;--sapField_Active_BorderColor:#427cac;--sapField_Focus_Background:#fff;--sapField_Focus_BorderColor:#bfbfbf;--sapField_Focus_HelpBackground:#fff;--sapField_ReadOnly_Background:hsla(0,0%,94.9%,0.5);--sapField_ReadOnly_BorderColor:#ccc;--sapField_ReadOnly_HelpBackground:hsla(0,0%,94.9%,0.5);--sapField_RequiredColor:#c14646;--sapField_InvalidColor:#e00;--sapField_InvalidBackground:#fff;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:solid;--sapField_WarningColor:#f9a429;--sapField_WarningBackground:#fff;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:solid;--sapField_SuccessColor:#38a238;--sapField_SuccessBackground:#fff;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:solid;--sapField_InformationColor:#427cac;--sapField_InformationBackground:#fff;--sapField_InformationBorderWidth:.125rem;--sapField_InformationBorderStyle:solid;--sapGroup_TitleBackground:transparent;--sapGroup_TitleBorderColor:#ccc;--sapGroup_TitleTextColor:#333;--sapGroup_ContentBackground:#fff;--sapGroup_ContentBorderColor:#ebebeb;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:0;--sapGroup_FooterBackground:transparent;--sapToolbar_Background:transparent;--sapToolbar_SeparatorColor:rgba(63,81,97,0.2);--sapList_HeaderBackground:#f7f7f7;--sapList_HeaderBorderColor:#e5e5e5;--sapList_HeaderTextColor:#333;--sapList_BorderColor:#e5e5e5;--sapList_TextColor:#333;--sapList_Active_TextColor:#fff;--sapList_BorderWidth:.0625rem;--sapList_SelectionBackgroundColor:#e8f0f6;--sapList_SelectionBorderColor:#e5e5e5;--sapList_Hover_SelectionBackground:#dde9f2;--sapList_Background:#fff;--sapList_Hover_Background:#f0f0f0;--sapList_AlternatingBackground:#fafafa;--sapList_GroupHeaderBackground:#fff;--sapList_GroupHeaderBorderColor:#ccc;--sapList_GroupHeaderTextColor:#147575;--sapList_FooterBackground:#ceddec;--sapList_FooterTextColor:#333;--sapList_TableGroupHeaderBackground:#f2f2f2;--sapList_TableGroupHeaderBorderColor:#ccc;--sapList_TableGroupHeaderTextColor:#147575;--sapList_TableFooterBorder:#ccc;--sapList_TableFixedBorderColor:#999;--sapList_Active_Background:#427cac;--sapScrollBar_FaceColor:#b2b2b2;--sapScrollBar_TrackColor:#fff;--sapScrollBar_BorderColor:#b2b2b2;--sapScrollBar_SymbolColor:#346187;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#aaa;--sapPageHeader_Background:#eff4f9;--sapPageHeader_BorderColor:#d1e0ee;--sapPageHeader_TextColor:#666;--sapPageFooter_Background:#fff;--sapPageFooter_BorderColor:#ebebeb;--sapPageFooter_TextColor:#333;--sapInfobar_Background:#168282;--sapInfobar_Hover_Background:#147575;--sapInfobar_Active_Background:#427cac;--sapInfobar_NonInteractive_Background:#e6e6e6;--sapInfobar_TextColor:#fff;--sapObjectHeader_Background:#eff4f9;--sapObjectHeader_BorderColor:#d1e0ee;--sapObjectHeader_Hover_Background:#e0eaf3;--sapBlockLayer_Background:#000;--sapTile_Background:#fff;--sapTile_Hover_Background:#f7f7f7;--sapTile_Active_Background:#f7f7f7;--sapTile_BorderColor:transparent;--sapTile_TitleTextColor:#333;--sapTile_TextColor:#666;--sapTile_IconColor:#93b7d5;--sapTile_SeparatorColor:#ccc;--sapTile_Interactive_BorderColor:#b3b3b3;--sapTile_OverlayBackground:rgba(0,0,0,0.8);--sapTile_OverlayForegroundColor:#fff;--sapAccentColor1:#e09d00;--sapAccentColor2:#e6600d;--sapAccentColor3:#c14646;--sapAccentColor4:#ab218e;--sapAccentColor5:#678bc7;--sapAccentColor6:#0092d1;--sapAccentColor7:#1a9898;--sapAccentColor8:#759421;--sapAccentColor9:#925ace;--sapAccentColor10:#647987;--sapAccentBackgroundColor1:#fff3b8;--sapAccentBackgroundColor2:#ffd0e7;--sapAccentBackgroundColor3:#fff0fa;--sapAccentBackgroundColor4:#ffdcf3;--sapAccentBackgroundColor5:#ded3ff;--sapAccentBackgroundColor6:#d1efff;--sapAccentBackgroundColor7:#c2fcee;--sapAccentBackgroundColor8:#ebf5cb;--sapAccentBackgroundColor9:#dafdf5;--sapAccentBackgroundColor10:#eaecee;--sapLegend_WorkingBackground:#f7f7f7;--sapLegend_NonWorkingBackground:#f7f7f7;--sapLegend_CurrentDateTime:#ab218e;--sapLegendColor1:#ad7900;--sapLegendColor2:#dc5c0c;--sapLegendColor3:#c14646;--sapLegendColor4:#853808;--sapLegendColor5:#da3fb9;--sapLegendColor6:#008bc7;--sapLegendColor7:#198f8f;--sapLegendColor8:#6e8c1f;--sapLegendColor9:#648796;--sapLegendColor10:#80196a;--sapLegendColor11:#6f5925;--sapLegendColor12:#b64600;--sapLegendColor13:#d61818;--sapLegendColor14:#976c52;--sapLegendColor15:#73596d;--sapLegendColor16:#5d759e;--sapLegendColor17:#466c6c;--sapLegendColor18:#626b4a;--sapLegendColor19:#284d5d;--sapLegendColor20:#1851b0;--sapLegendBackgroundColor1:#fff6e0;--sapLegendBackgroundColor2:#feeee5;--sapLegendBackgroundColor3:#f7e6e6;--sapLegendBackgroundColor4:#f9efe9;--sapLegendBackgroundColor5:#fdf2fa;--sapLegendBackgroundColor6:#ebf3fa;--sapLegendBackgroundColor7:#f2fdfd;--sapLegendBackgroundColor8:#f3f9e4;--sapLegendBackgroundColor9:#f1f3f4;--sapLegendBackgroundColor10:#f7edf5;--sapLegendBackgroundColor11:#ffeec6;--sapLegendBackgroundColor12:#fbdfce;--sapLegendBackgroundColor13:#ffdcdc;--sapLegendBackgroundColor14:#f2e2d8;--sapLegendBackgroundColor15:#f0e5ee;--sapLegendBackgroundColor16:#e7e8ea;--sapLegendBackgroundColor17:#d7eaea;--sapLegendBackgroundColor18:#e6edd1;--sapLegendBackgroundColor19:#cfebf7;--sapLegendBackgroundColor20:#f0f7fa;--sapChart_OrderedColor_1:#5899da;--sapChart_OrderedColor_2:#e8743b;--sapChart_OrderedColor_3:#19a979;--sapChart_OrderedColor_4:#ed4a7b;--sapChart_OrderedColor_5:#945ecf;--sapChart_OrderedColor_6:#13a4b4;--sapChart_OrderedColor_7:#525df4;--sapChart_OrderedColor_8:#bf399e;--sapChart_OrderedColor_9:#6c8893;--sapChart_OrderedColor_10:#ee6868;--sapChart_OrderedColor_11:#2f6497;--sapChart_Bad:#dc0d0e;--sapChart_Critical:#de890d;--sapChart_Good:#3fa45b;--sapChart_Neutral:#848f94;--sapChart_Sequence_1:#5899da;--sapChart_Sequence_2:#e8743b;--sapChart_Sequence_3:#19a979;--sapChart_Sequence_4:#ed4a7b;--sapChart_Sequence_5:#945ecf;--sapChart_Sequence_6:#13a4b4;--sapChart_Sequence_7:#525df4;--sapChart_Sequence_8:#bf399e;--sapChart_Sequence_9:#6c8893;--sapChart_Sequence_10:#ee6868;--sapChart_Sequence_11:#2f6497;--sapChart_Sequence_Neutral:#848f94;}"
|
7
|
+
content: ":root{--sapThemeMetaData-Base-baseLib:{\"Path\":\"Base.baseLib.sap_belize.css_variables\",\"PathPattern\":\"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\":[\"sap_base_fiori\",\"baseTheme\"],\"Tags\":[\"Fiori_2\",\"Fiori_3\"],\"Scopes\":[\"sapContrast\"],\"FallbackThemeId\":\"sap_bluecrystal\",\"Engine\":{\"Name\":\"theming-engine\",\"Version\":\"1.69.2\"},\"Version\":{ \"Build\":\"11.1.38.20220405122918\",\"Source\":\"11.1.38\"}};--sapBrandColor:#427cac;--sapHighlightColor:#427cac;--sapBaseColor:#eff4f9;--sapShellColor:transparent;--sapBackgroundColor:#fafafa;--sapFontFamily:\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontLightFamily:\"72-Light\",\"72-Lightfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontBoldFamily:\"72-Bold\",\"72-Boldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSemiboldFamily:\"72-Semibold\",\"72-Semiboldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSemiboldDuplexFamily:\"72-SemiboldDuplex\",\"72-SemiboldDuplexfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontBlackFamily:\"72Black\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:1.625rem;--sapFontHeader2Size:1.375rem;--sapFontHeader3Size:1.25rem;--sapFontHeader4Size:1.125rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapTextColor:#333;--sapLinkColor:#0070b1;--sapLink_Hover_Color:#0070b1;--sapLink_Active_Color:#0070b1;--sapLink_Visited_Color:#0070b1;--sapLink_InvertedColor:#7ed0ff;--sapLink_SubtleColor:#004065;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#427cac;--sapActiveColor:#427cac;--sapHighlightTextColor:#fff;--sapTitleColor:#333;--sapNegativeColor:#b00;--sapCriticalColor:#e78c07;--sapPositiveColor:#2b7c2b;--sapInformativeColor:#427cac;--sapNeutralColor:#5e696e;--sapNegativeElementColor:#b00;--sapCriticalElementColor:#e78c07;--sapPositiveElementColor:#2b7c2b;--sapInformativeElementColor:#427cac;--sapNeutralElementColor:#5e696e;--sapNegativeTextColor:#b00;--sapPositiveTextColor:#2b7c2b;--sapCriticalTextColor:#e78c07;--sapInformativeTextColor:#427cac;--sapNeutralTextColor:#5e696e;--sapNeutralBorderColor:#5e696e;--sapErrorColor:#e00;--sapErrorBorderColor:#e00;--sapWarningColor:#f9a429;--sapWarningBorderColor:#f9a429;--sapSuccessColor:#38a238;--sapSuccessBorderColor:#38a238;--sapInformationColor:#427cac;--sapInformationBorderColor:#427cac;--sapErrorBackground:#ffe4e4;--sapWarningBackground:#fef0db;--sapSuccessBackground:#e4f5e4;--sapInformationBackground:#ebf2f7;--sapNeutralBackground:#f4f5f6;--sapIndicationColor_1:#800;--sapIndicationColor_1_Background:#800;--sapIndicationColor_1_BorderColor:#800;--sapIndicationColor_1_Hover_Background:#6f0000;--sapIndicationColor_1_Active_Background:#500;--sapIndicationColor_1_TextColor:#fff;--sapIndicationColor_2:#b00;--sapIndicationColor_2_Background:#b00;--sapIndicationColor_2_BorderColor:#b00;--sapIndicationColor_2_Hover_Background:#a20000;--sapIndicationColor_2_Active_Background:#800;--sapIndicationColor_2_TextColor:#fff;--sapIndicationColor_3:#e78c07;--sapIndicationColor_3_Background:#e78c07;--sapIndicationColor_3_BorderColor:#e78c07;--sapIndicationColor_3_Hover_Background:#d88307;--sapIndicationColor_3_Active_Background:#c97a06;--sapIndicationColor_3_TextColor:#fff;--sapIndicationColor_4:#2b7c2b;--sapIndicationColor_4_Background:#2b7c2b;--sapIndicationColor_4_BorderColor:#2b7c2b;--sapIndicationColor_4_Hover_Background:#246924;--sapIndicationColor_4_Active_Background:#1e561e;--sapIndicationColor_4_TextColor:#fff;--sapIndicationColor_5:#427cac;--sapIndicationColor_5_Background:#427cac;--sapIndicationColor_5_BorderColor:#427cac;--sapIndicationColor_5_Hover_Background:#3b6f9a;--sapIndicationColor_5_Active_Background:#346187;--sapIndicationColor_5_TextColor:#fff;--sapIndicationColor_6:#1a9898;--sapIndicationColor_6_Background:#1a9898;--sapIndicationColor_6_BorderColor:#1a9898;--sapIndicationColor_6_Hover_Background:#168282;--sapIndicationColor_6_Active_Background:#136c6c;--sapIndicationColor_6_TextColor:#fff;--sapIndicationColor_7:#925ace;--sapIndicationColor_7_Background:#925ace;--sapIndicationColor_7_BorderColor:#925ace;--sapIndicationColor_7_Hover_Background:#8546c8;--sapIndicationColor_7_Active_Background:#7838bd;--sapIndicationColor_7_TextColor:#fff;--sapIndicationColor_8:#ab218e;--sapIndicationColor_8_Background:#ab218e;--sapIndicationColor_8_BorderColor:#ab218e;--sapIndicationColor_8_Hover_Background:#961d7c;--sapIndicationColor_8_Active_Background:#80196a;--sapIndicationColor_8_TextColor:#fff;--sapElement_LineHeight:3rem;--sapElement_Height:2.5rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.25rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.4;--sapContent_IconHeight:1rem;--sapContent_IconColor:#346187;--sapContent_ContrastIconColor:#fff;--sapContent_NonInteractiveIconColor:#878787;--sapContent_MarkerIconColor:#678bc7;--sapContent_MarkerTextColor:#147575;--sapContent_MeasureIndicatorColor:#bfbfbf;--sapContent_Selected_MeasureIndicatorColor:#bfbfbf;--sapContent_ImagePlaceholderBackground:#ceddec;--sapContent_ImagePlaceholderForegroundColor:#fff;--sapContent_RatedColor:#e09d00;--sapContent_UnratedColor:#a5a5a5;--sapContent_BusyColor:#00a4eb;--sapContent_FocusColor:#000;--sapContent_FocusStyle:dotted;--sapContent_FocusWidth:.0625rem;--sapContent_ContrastFocusColor:#fff;--sapContent_ShadowColor:#000;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0 1px rgba(0,0,0,0.15);--sapContent_Shadow1:0 0.125rem 0.5rem 0 rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.15);--sapContent_Shadow2:0 0.625rem 1.875rem 0 rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.15);--sapContent_Shadow3:0 1.25rem 5rem 0 rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.15);--sapContent_TextShadow:0 0 0.125rem #fff;--sapContent_ContrastTextShadow:0 0 0.0625rem rgba(0,0,0,0.7);--sapContent_HeaderShadow:0 0.125rem 0 0 #eff4f9,inset 0 -0.125rem 0 0 #d1e0ee;--sapContent_Interaction_Shadow:none;--sapContent_Selected_Shadow:none;--sapContent_Negative_Shadow:none;--sapContent_Critical_Shadow:none;--sapContent_Positive_Shadow:none;--sapContent_Informative_Shadow:none;--sapContent_Neutral_Shadow:none;--sapContent_SearchHighlightColor:#d4f7db;--sapContent_HelpColor:#3f8600;--sapContent_LabelColor:#666;--sapContent_MonospaceFontFamily:\"72Mono\",\"72Monofull\",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:\"72Mono-Bold\",\"72Mono-Boldfull\",lucida console,monospace;--sapContent_IconFontFamily:\"SAP-icons\";--sapContent_DisabledTextColor:rgba(51,51,51,0.5);--sapContent_DisabledOpacity:0.5;--sapContent_ContrastTextThreshold:0.65;--sapContent_ContrastTextColor:#fff;--sapContent_ForegroundColor:#e5e5e5;--sapContent_ForegroundBorderColor:#bfbfbf;--sapContent_ForegroundTextColor:#333;--sapContent_BadgeBackground:#c14646;--sapContent_BadgeTextColor:#fff;--sapContent_Placeholderloading_Background:#c2d5e8;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#c2d5e8 0%,#c2d5e8 35%,#afc8e1 50%,#c2d5e8 65%,#c2d5e8);--sapContent_DragAndDropActiveColor:#0070b1;--sapContent_Selected_Background:#427cac;--sapContent_Selected_TextColor:#fff;--sapContent_Selected_Hover_Background:#4684b7;--sapContent_Selected_ForegroundColor:#427cac;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#427cac;--sapContent_Illustrative_Color2:#93b7d6;--sapContent_Illustrative_Color3:#ffba10;--sapContent_Illustrative_Color4:#4a5055;--sapContent_Illustrative_Color5:#9da4aa;--sapContent_Illustrative_Color6:#c6cace;--sapContent_Illustrative_Color7:#e7e9ea;--sapContent_Illustrative_Color8:#fff;--sapContent_Illustrative_Color9:#64edd2;--sapContent_Illustrative_Color10:#ebf8ff;--sapContent_Illustrative_Color11:#f31ded;--sapContent_Illustrative_Color12:#5dc122;--sapContent_Illustrative_Color13:#005dc9;--sapContent_Illustrative_Color14:#004da5;--sapContent_Illustrative_Color15:#cc7400;--sapContent_Illustrative_Color16:#3b0ac6;--sapContent_Illustrative_Color17:#00a58a;--sapContent_Illustrative_Color18:#d1efff;--sapContent_Illustrative_Color19:#b8e6ff;--sapContent_Illustrative_Color20:#9eddff;--sapShell_Background:#cad8e6;--sapShell_BackgroundImage:linear-gradient(180deg,#acc4dc,#e8ecf0);--sapShell_BackgroundGradient:linear-gradient(180deg,#acc4dc,#e8ecf0);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:transparent;--sapShell_TextColor:#346187;--sapShell_InteractiveBackground:transparent;--sapShell_InteractiveTextColor:#346187;--sapShell_InteractiveBorderColor:#346187;--sapShell_GroupTitleTextColor:#333;--sapShell_GroupTitleTextShadow:0 0 0.125rem #fff;--sapShell_Hover_Background:#346187;--sapShell_Active_Background:#427cac;--sapShell_Active_TextColor:#fff;--sapShell_Selected_Background:#427cac;--sapShell_Selected_TextColor:#fff;--sapShell_Selected_Hover_Background:#427cac;--sapShell_Favicon:none;--sapShell_Navigation_Background:transparent;--sapShell_Navigation_SelectedColor:#346187;--sapShell_Navigation_Selected_TextColor:#346187;--sapShell_Navigation_TextColor:#333;--sapShell_Navigation_Hover_Background:#346187;--sapShell_Navigation_Active_Background:#427cac;--sapShell_Navigation_Active_TextColor:#fff;--sapShell_Shadow:0 0.125rem 0 0 #b9cbde;--sapShell_NegativeColor:#b00;--sapShell_CriticalColor:#e78c07;--sapShell_PositiveColor:#2b7c2b;--sapShell_InformativeColor:#427cac;--sapShell_NeutralColor:#5e696e;--sapAvatar_1_Background:#e09d00;--sapAvatar_1_BorderColor:#e09d00;--sapAvatar_1_TextColor:#fff;--sapAvatar_2_Background:#e6600d;--sapAvatar_2_BorderColor:#e6600d;--sapAvatar_2_TextColor:#fff;--sapAvatar_3_Background:#c14646;--sapAvatar_3_BorderColor:#c14646;--sapAvatar_3_TextColor:#fff;--sapAvatar_4_Background:#ab218e;--sapAvatar_4_BorderColor:#ab218e;--sapAvatar_4_TextColor:#fff;--sapAvatar_5_Background:#678bc7;--sapAvatar_5_BorderColor:#678bc7;--sapAvatar_5_TextColor:#fff;--sapAvatar_6_Background:#0092d1;--sapAvatar_6_BorderColor:#0092d1;--sapAvatar_6_TextColor:#fff;--sapAvatar_7_Background:#1a9898;--sapAvatar_7_BorderColor:#1a9898;--sapAvatar_7_TextColor:#fff;--sapAvatar_8_Background:#759421;--sapAvatar_8_BorderColor:#759421;--sapAvatar_8_TextColor:#fff;--sapAvatar_9_Background:#925ace;--sapAvatar_9_BorderColor:#925ace;--sapAvatar_9_TextColor:#fff;--sapAvatar_10_Background:#647987;--sapAvatar_10_BorderColor:#647987;--sapAvatar_10_TextColor:#fff;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.1875rem;--sapButton_Background:#f7f7f7;--sapButton_BorderColor:#ababab;--sapButton_TextColor:#346187;--sapButton_Hover_Background:#eaeaea;--sapButton_Hover_BorderColor:#ababab;--sapButton_Hover_TextColor:#346187;--sapButton_IconColor:#346187;--sapButton_Active_Background:#427cac;--sapButton_Active_BorderColor:#427cac;--sapButton_Active_TextColor:#fff;--sapButton_Emphasized_Background:#5496cd;--sapButton_Emphasized_BorderColor:#408ac7;--sapButton_Emphasized_TextColor:#fff;--sapButton_Emphasized_Hover_Background:#408ac7;--sapButton_Emphasized_Hover_BorderColor:#408ac7;--sapButton_Emphasized_Hover_TextColor:#fff;--sapButton_Emphasized_Active_Background:#427cac;--sapButton_Emphasized_Active_BorderColor:#427cac;--sapButton_Emphasized_Active_TextColor:#fff;--sapButton_Emphasized_TextShadow:rgba(0,0,0,0.5);--sapButton_Emphasized_FontWeight:regular;--sapButton_Reject_Background:#f7f7f7;--sapButton_Reject_BorderColor:#b00;--sapButton_Reject_Hover_Background:#eaeaea;--sapButton_Reject_Hover_BorderColor:#b00;--sapButton_Reject_Hover_TextColor:#b00;--sapButton_Reject_Active_Background:#b00;--sapButton_Reject_Active_BorderColor:#b00;--sapButton_Reject_Active_TextColor:#fff;--sapButton_Reject_TextColor:#b00;--sapButton_Reject_Selected_Background:#b00;--sapButton_Reject_Selected_BorderColor:#b00;--sapButton_Reject_Selected_TextColor:#fff;--sapButton_Reject_Selected_Hover_Background:#d40000;--sapButton_Reject_Selected_Hover_BorderColor:#d40000;--sapButton_Accept_Background:#f7f7f7;--sapButton_Accept_BorderColor:#2b7c2b;--sapButton_Accept_Hover_Background:#eaeaea;--sapButton_Accept_Hover_BorderColor:#2b7c2b;--sapButton_Accept_Hover_TextColor:#2b7c2b;--sapButton_Accept_Active_Background:#2b7c2b;--sapButton_Accept_Active_BorderColor:#2b7c2b;--sapButton_Accept_Active_TextColor:#fff;--sapButton_Accept_TextColor:#2b7c2b;--sapButton_Accept_Selected_Background:#2b7c2b;--sapButton_Accept_Selected_BorderColor:#2b7c2b;--sapButton_Accept_Selected_TextColor:#fff;--sapButton_Accept_Selected_Hover_Background:#328f32;--sapButton_Accept_Selected_Hover_BorderColor:#328f32;--sapButton_Lite_Background:transparent;--sapButton_Lite_BorderColor:transparent;--sapButton_Lite_TextColor:#346187;--sapButton_Lite_Hover_Background:hsla(0,0%,69.8%,0.5);--sapButton_Lite_Hover_BorderColor:hsla(0,0%,69.8%,0.5);--sapButton_Lite_Hover_TextColor:#346187;--sapButton_Lite_Active_Background:#427cac;--sapButton_Lite_Active_BorderColor:#427cac;--sapButton_Selected_Background:#346187;--sapButton_Selected_BorderColor:#2d5475;--sapButton_Selected_TextColor:#fff;--sapButton_Selected_Hover_Background:#427bac;--sapButton_Selected_Hover_BorderColor:#427bac;--sapButton_Attention_Background:#f7f7f7;--sapButton_Attention_BorderColor:#e78c07;--sapButton_Attention_TextColor:#333;--sapButton_Attention_Hover_Background:#fef0db;--sapButton_Attention_Hover_BorderColor:#e78c07;--sapButton_Attention_Hover_TextColor:#333;--sapButton_Attention_Active_Background:#ce7d06;--sapButton_Attention_Active_BorderColor:#ce7d06;--sapButton_Attention_Active_TextColor:#fff;--sapButton_Attention_Selected_Background:#ce7d06;--sapButton_Attention_Selected_BorderColor:#ce7d06;--sapButton_Attention_Selected_TextColor:#fff;--sapButton_Attention_Selected_Hover_Background:#e78c07;--sapButton_Attention_Selected_Hover_BorderColor:#e78c07;--sapButton_Negative_Background:#b00;--sapButton_Negative_BorderColor:#b00;--sapButton_Negative_TextColor:#fff;--sapButton_Negative_Hover_Background:#970000;--sapButton_Negative_Hover_BorderColor:#970000;--sapButton_Negative_Hover_TextColor:#fff;--sapButton_Negative_Active_Background:#800;--sapButton_Negative_Active_BorderColor:#800;--sapButton_Negative_Active_TextColor:#fff;--sapButton_Critical_Background:#e78c07;--sapButton_Critical_BorderColor:#e78c07;--sapButton_Critical_TextColor:#fff;--sapButton_Critical_Hover_Background:#c47706;--sapButton_Critical_Hover_BorderColor:#c47706;--sapButton_Critical_Hover_TextColor:#fff;--sapButton_Critical_Active_Background:#b66e06;--sapButton_Critical_Active_BorderColor:#b66e06;--sapButton_Critical_Active_TextColor:#fff;--sapButton_Success_Background:#2b7c2b;--sapButton_Success_BorderColor:#2b7c2b;--sapButton_Success_TextColor:#fff;--sapButton_Success_Hover_Background:#226122;--sapButton_Success_Hover_BorderColor:#226122;--sapButton_Success_Hover_TextColor:#fff;--sapButton_Success_Active_Background:#1e561e;--sapButton_Success_Active_BorderColor:#1e561e;--sapButton_Success_Active_TextColor:#fff;--sapButton_Information_Background:#427cac;--sapButton_Information_BorderColor:#427cac;--sapButton_Information_TextColor:#fff;--sapButton_Information_Hover_Background:#3b6f9a;--sapButton_Information_Hover_BorderColor:#3b6f9a;--sapButton_Information_Hover_TextColor:#fff;--sapButton_Information_Active_Background:#346187;--sapButton_Information_Active_BorderColor:#346187;--sapButton_Information_Active_TextColor:#fff;--sapButton_Neutral_Background:#5e696e;--sapButton_Neutral_BorderColor:#5e696e;--sapButton_Neutral_TextColor:#fff;--sapButton_Neutral_Hover_Background:#4e575b;--sapButton_Neutral_Hover_BorderColor:#4e575b;--sapButton_Neutral_Hover_TextColor:#fff;--sapButton_Neutral_Active_Background:#474f53;--sapButton_Neutral_Active_BorderColor:#474f53;--sapButton_Neutral_Active_TextColor:#fff;--sapButton_Track_Background:#fff;--sapButton_Track_BorderColor:#ababab;--sapButton_Track_TextColor:#333;--sapButton_Track_Hover_Background:#eaeaea;--sapButton_Track_Hover_BorderColor:#ababab;--sapButton_Track_Selected_Background:#346187;--sapButton_Track_Selected_BorderColor:#2d5475;--sapButton_Track_Selected_TextColor:#fff;--sapButton_Track_Selected_Hover_Background:#427bac;--sapButton_Track_Selected_Hover_BorderColor:#427bac;--sapButton_Handle_Background:#f7f7f7;--sapButton_Handle_BorderColor:#ababab;--sapButton_Handle_TextColor:#333;--sapButton_Handle_Hover_Background:#eaeaea;--sapButton_Handle_Hover_BorderColor:#ababab;--sapButton_Handle_Selected_Background:#346187;--sapButton_Handle_Selected_BorderColor:#2d5475;--sapButton_Handle_Selected_TextColor:#fff;--sapButton_Handle_Selected_Hover_Background:#427bac;--sapButton_Handle_Selected_Hover_BorderColor:#427bac;--sapButton_Track_Negative_Background:#f7f7f7;--sapButton_Track_Negative_BorderColor:#b00;--sapButton_Track_Negative_TextColor:#b00;--sapButton_Track_Negative_Hover_Background:#f7f7f7;--sapButton_Track_Negative_Hover_BorderColor:#b00;--sapButton_Handle_Negative_Background:#f7f7f7;--sapButton_Handle_Negative_BorderColor:#b00;--sapButton_Handle_Negative_TextColor:#b00;--sapButton_Handle_Negative_Hover_Background:#eaeaea;--sapButton_Handle_Negative_Hover_BorderColor:#b00;--sapButton_Track_Positive_Background:#f7f7f7;--sapButton_Track_Positive_BorderColor:#2b7c2b;--sapButton_Track_Positive_TextColor:#2b7c2b;--sapButton_Track_Positive_Hover_Background:#f7f7f7;--sapButton_Track_Positive_Hover_BorderColor:#2b7c2b;--sapButton_Handle_Positive_Background:#f7f7f7;--sapButton_Handle_Positive_BorderColor:#2b7c2b;--sapButton_Handle_Positive_TextColor:#2b7c2b;--sapButton_Handle_Positive_Hover_Background:#eaeaea;--sapButton_Handle_Positive_Hover_BorderColor:#2b7c2b;--sapButton_TokenBackground:#f7f7f7;--sapButton_TokenBorderColor:#dedede;--sapField_Background:#fff;--sapField_BackgroundStyle:none;--sapField_TextColor:#000;--sapField_PlaceholderTextColor:#757575;--sapField_BorderColor:#bfbfbf;--sapField_HelpBackground:#fff;--sapField_BorderWidth:.0625rem;--sapField_BorderStyle:solid;--sapField_BorderCornerRadius:0;--sapField_Hover_Background:#fff;--sapField_Hover_BackgroundStyle:none;--sapField_Hover_BorderColor:#427cac;--sapField_Hover_HelpBackground:#427cac;--sapField_Active_BorderColor:#427cac;--sapField_Focus_Background:#fff;--sapField_Focus_BorderColor:#bfbfbf;--sapField_Focus_HelpBackground:#fff;--sapField_ReadOnly_Background:hsla(0,0%,94.9%,0.5);--sapField_ReadOnly_BackgroundStyle:none;--sapField_ReadOnly_BorderColor:#ccc;--sapField_ReadOnly_BorderStyle:solid;--sapField_ReadOnly_HelpBackground:hsla(0,0%,94.9%,0.5);--sapField_RequiredColor:#c14646;--sapField_InvalidColor:#e00;--sapField_InvalidBackground:#fff;--sapField_InvalidBackgroundStyle:none;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:solid;--sapField_WarningColor:#f9a429;--sapField_WarningBackground:#fff;--sapField_WarningBackgroundStyle:none;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:solid;--sapField_SuccessColor:#38a238;--sapField_SuccessBackground:#fff;--sapField_SuccessBackgroundStyle:none;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:solid;--sapField_InformationColor:#427cac;--sapField_InformationBackground:#fff;--sapField_InformationBackgroundStyle:none;--sapField_InformationBorderWidth:.125rem;--sapField_InformationBorderStyle:solid;--sapGroup_TitleBackground:transparent;--sapGroup_TitleBorderColor:#ccc;--sapGroup_TitleTextColor:#333;--sapGroup_Title_FontSize:1.125rem;--sapGroup_ContentBackground:#fff;--sapGroup_ContentBorderColor:#ebebeb;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:0;--sapGroup_FooterBackground:transparent;--sapPopover_BorderCornerRadius:.25rem;--sapToolbar_Background:transparent;--sapToolbar_SeparatorColor:rgba(63,81,97,0.2);--sapList_HeaderBackground:#f7f7f7;--sapList_HeaderBorderColor:#e5e5e5;--sapList_HeaderTextColor:#333;--sapList_BorderColor:#e5e5e5;--sapList_TextColor:#333;--sapList_Active_TextColor:#fff;--sapList_BorderWidth:.0625rem;--sapList_Active_Background:#427cac;--sapList_SelectionBackgroundColor:#e8f0f6;--sapList_SelectionBorderColor:#e5e5e5;--sapList_Hover_SelectionBackground:#dde9f2;--sapList_Background:#fff;--sapList_Hover_Background:#f0f0f0;--sapList_AlternatingBackground:#fafafa;--sapList_GroupHeaderBackground:#fff;--sapList_GroupHeaderBorderColor:#ccc;--sapList_GroupHeaderTextColor:#147575;--sapList_FooterBackground:#ceddec;--sapList_FooterTextColor:#333;--sapList_TableGroupHeaderBackground:#f2f2f2;--sapList_TableGroupHeaderBorderColor:#ccc;--sapList_TableGroupHeaderTextColor:#147575;--sapList_TableFooterBorder:#ccc;--sapList_TableFixedBorderColor:#999;--sapMessage_ErrorBorderColor:#e00;--sapMessage_WarningBorderColor:#f9a429;--sapMessage_SuccessBorderColor:#38a238;--sapMessage_InformationBorderColor:#427cac;--sapProgress_Background:#fff;--sapProgress_BorderColor:#bfbfbf;--sapProgress_TextColor:#333;--sapProgress_FontSize:.75rem;--sapProgress_NegativeBackground:#fff;--sapProgress_NegativeBorderColor:#bfbfbf;--sapProgress_NegativeTextColor:#333;--sapProgress_CriticalBackground:#fff;--sapProgress_CriticalBorderColor:#bfbfbf;--sapProgress_CriticalTextColor:#333;--sapProgress_PositiveBackground:#fff;--sapProgress_PositiveBorderColor:#bfbfbf;--sapProgress_PositiveTextColor:#333;--sapProgress_InformationBackground:#fff;--sapProgress_InformationBorderColor:#bfbfbf;--sapProgress_InformationTextColor:#333;--sapProgress_Value_Background:#5e696e;--sapProgress_Value_BorderColor:#bfbfbf;--sapProgress_Value_TextColor:#333;--sapProgress_Value_NegativeBackground:#b00;--sapProgress_Value_NegativeBorderColor:#bfbfbf;--sapProgress_Value_NegativeTextColor:#333;--sapProgress_Value_CriticalBackground:#e78c07;--sapProgress_Value_CriticalBorderColor:#bfbfbf;--sapProgress_Value_CriticalTextColor:#333;--sapProgress_Value_PositiveBackground:#2b7c2b;--sapProgress_Value_PositiveBorderColor:#bfbfbf;--sapProgress_Value_PositiveTextColor:#333;--sapProgress_Value_InformationBackground:#427cac;--sapProgress_Value_InformationBorderColor:#bfbfbf;--sapProgress_Value_InformationTextColor:#333;--sapScrollBar_FaceColor:#b2b2b2;--sapScrollBar_TrackColor:#fff;--sapScrollBar_BorderColor:#b2b2b2;--sapScrollBar_SymbolColor:#346187;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#aaa;--sapSlider_Background:#ddd;--sapSlider_BorderColor:#ddd;--sapSlider_Selected_Background:#427cac;--sapSlider_Selected_BorderColor:#427cac;--sapSlider_HandleBackground:hsla(0,0%,100%,0.1);--sapSlider_HandleBorderColor:#999;--sapSlider_RangeHandleBackground:hsla(0,0%,100%,0.1);--sapSlider_Hover_HandleBackground:hsla(0,0%,85.1%,0.6);--sapSlider_Hover_HandleBorderColor:#999;--sapSlider_Hover_RangeHandleBackground:hsla(0,0%,85.1%,0.6);--sapSlider_Active_HandleBackground:rgba(66,124,172,0.3);--sapSlider_Active_HandleBorderColor:#427cac;--sapSlider_Active_RangeHandleBackground:rgba(66,124,172,0.3);--sapPageHeader_Background:#eff4f9;--sapPageHeader_BorderColor:#d1e0ee;--sapPageHeader_TextColor:#666;--sapPageFooter_Background:#fff;--sapPageFooter_BorderColor:#ebebeb;--sapPageFooter_TextColor:#333;--sapInfobar_Background:#168282;--sapInfobar_Hover_Background:#147575;--sapInfobar_Active_Background:#427cac;--sapInfobar_NonInteractive_Background:#e6e6e6;--sapInfobar_TextColor:#fff;--sapObjectHeader_Background:#eff4f9;--sapObjectHeader_BorderColor:#d1e0ee;--sapObjectHeader_Hover_Background:#e0eaf3;--sapObjectHeader_Title_TextColor:#333;--sapObjectHeader_Title_FontSize:1.25rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#666;--sapBlockLayer_Background:#000;--sapTile_Background:#fff;--sapTile_Hover_Background:#f7f7f7;--sapTile_Active_Background:#f7f7f7;--sapTile_BorderColor:transparent;--sapTile_BorderCornerRadius:.25rem;--sapTile_TitleTextColor:#333;--sapTile_TextColor:#666;--sapTile_IconColor:#93b7d5;--sapTile_SeparatorColor:#ccc;--sapTile_Interactive_BorderColor:#b3b3b3;--sapTile_OverlayBackground:rgba(0,0,0,0.8);--sapTile_OverlayForegroundColor:#fff;--sapAccentColor1:#e09d00;--sapAccentColor2:#e6600d;--sapAccentColor3:#c14646;--sapAccentColor4:#ab218e;--sapAccentColor5:#678bc7;--sapAccentColor6:#0092d1;--sapAccentColor7:#1a9898;--sapAccentColor8:#759421;--sapAccentColor9:#925ace;--sapAccentColor10:#647987;--sapAccentBackgroundColor1:#fff3b8;--sapAccentBackgroundColor2:#ffd0e7;--sapAccentBackgroundColor3:#fff0fa;--sapAccentBackgroundColor4:#ffdcf3;--sapAccentBackgroundColor5:#ded3ff;--sapAccentBackgroundColor6:#d1efff;--sapAccentBackgroundColor7:#c2fcee;--sapAccentBackgroundColor8:#ebf5cb;--sapAccentBackgroundColor9:#dafdf5;--sapAccentBackgroundColor10:#eaecee;--sapLegend_WorkingBackground:#f7f7f7;--sapLegend_NonWorkingBackground:#f7f7f7;--sapLegend_CurrentDateTime:#ab218e;--sapLegendColor1:#ad7900;--sapLegendColor2:#dc5c0c;--sapLegendColor3:#c14646;--sapLegendColor4:#853808;--sapLegendColor5:#da3fb9;--sapLegendColor6:#008bc7;--sapLegendColor7:#198f8f;--sapLegendColor8:#6e8c1f;--sapLegendColor9:#648796;--sapLegendColor10:#80196a;--sapLegendColor11:#6f5925;--sapLegendColor12:#b64600;--sapLegendColor13:#d61818;--sapLegendColor14:#976c52;--sapLegendColor15:#73596d;--sapLegendColor16:#5d759e;--sapLegendColor17:#466c6c;--sapLegendColor18:#626b4a;--sapLegendColor19:#284d5d;--sapLegendColor20:#1851b0;--sapLegendBackgroundColor1:#fff6e0;--sapLegendBackgroundColor2:#feeee5;--sapLegendBackgroundColor3:#f7e6e6;--sapLegendBackgroundColor4:#f9efe9;--sapLegendBackgroundColor5:#fdf2fa;--sapLegendBackgroundColor6:#ebf3fa;--sapLegendBackgroundColor7:#f2fdfd;--sapLegendBackgroundColor8:#f3f9e4;--sapLegendBackgroundColor9:#f1f3f4;--sapLegendBackgroundColor10:#f7edf5;--sapLegendBackgroundColor11:#ffeec6;--sapLegendBackgroundColor12:#fbdfce;--sapLegendBackgroundColor13:#ffdcdc;--sapLegendBackgroundColor14:#f2e2d8;--sapLegendBackgroundColor15:#f0e5ee;--sapLegendBackgroundColor16:#e7e8ea;--sapLegendBackgroundColor17:#d7eaea;--sapLegendBackgroundColor18:#e6edd1;--sapLegendBackgroundColor19:#cfebf7;--sapLegendBackgroundColor20:#f0f7fa;--sapChart_OrderedColor_1:#5899da;--sapChart_OrderedColor_2:#e8743b;--sapChart_OrderedColor_3:#19a979;--sapChart_OrderedColor_4:#ed4a7b;--sapChart_OrderedColor_5:#945ecf;--sapChart_OrderedColor_6:#13a4b4;--sapChart_OrderedColor_7:#525df4;--sapChart_OrderedColor_8:#bf399e;--sapChart_OrderedColor_9:#6c8893;--sapChart_OrderedColor_10:#ee6868;--sapChart_OrderedColor_11:#2f6497;--sapChart_Bad:#dc0d0e;--sapChart_Critical:#de890d;--sapChart_Good:#3fa45b;--sapChart_Neutral:#848f94;--sapChart_Sequence_1:#5899da;--sapChart_Sequence_2:#e8743b;--sapChart_Sequence_3:#19a979;--sapChart_Sequence_4:#ed4a7b;--sapChart_Sequence_5:#945ecf;--sapChart_Sequence_6:#13a4b4;--sapChart_Sequence_7:#525df4;--sapChart_Sequence_8:#bf399e;--sapChart_Sequence_9:#6c8893;--sapChart_Sequence_10:#ee6868;--sapChart_Sequence_11:#2f6497;--sapChart_Sequence_Neutral:#848f94;}"
|
8
8
|
}
|
9
9
|
};
|
10
10
|
|
@@ -0,0 +1,13 @@
|
|
1
|
+
sap.ui.define(['exports'], function (exports) { 'use strict';
|
2
|
+
|
3
|
+
var parametersBundle_css = {
|
4
|
+
_: {
|
5
|
+
packageName: "@ui5/webcomponents-theming",
|
6
|
+
fileName: "themes/sap_horizon_exp/parameters-bundle.css",
|
7
|
+
content: ":root{--sapThemeMetaData-Base-baseLib:{\"Path\":\"Base.baseLib.sap_horizon.css_variables\",\"PathPattern\":\"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\":[\"baseTheme\"],\"Tags\":[\"Fiori_3\",\"LightColorScheme\"],\"FallbackThemeId\":\"sap_fiori_3\",\"Engine\":{\"Name\":\"theming-engine\",\"Version\":\"1.69.2\"},\"Version\":{ \"Build\":\"11.1.38.20220405122918\",\"Source\":\"11.1.38\"}};--sapBrandColor:#0070f2;--sapHighlightColor:#0070f2;--sapBaseColor:#fff;--sapShellColor:#fff;--sapBackgroundColor:#f5f6f7;--sapFontFamily:\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontLightFamily:\"72-Light\",\"72-Lightfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontBoldFamily:\"72-Bold\",\"72-Boldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSemiboldFamily:\"72-Semibold\",\"72-Semiboldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSemiboldDuplexFamily:\"72-SemiboldDuplex\",\"72-SemiboldDuplexfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontBlackFamily:\"72Black\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:\"72-Bold\",\"72-Boldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:3rem;--sapFontHeader2Size:2rem;--sapFontHeader3Size:1.5rem;--sapFontHeader4Size:1.25rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapTextColor:#1d2d3e;--sapLinkColor:#0070f2;--sapLink_Hover_Color:#0064d9;--sapLink_Active_Color:#0064d9;--sapLink_Visited_Color:#0064d9;--sapLink_InvertedColor:#bfddff;--sapLink_SubtleColor:#1d2d3e;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#0070f2;--sapActiveColor:#dee2e5;--sapHighlightTextColor:#fff;--sapTitleColor:#1d2d3e;--sapNegativeColor:#aa0808;--sapCriticalColor:#e76500;--sapPositiveColor:#256f3a;--sapInformativeColor:#0070f2;--sapNeutralColor:#788fa6;--sapNegativeElementColor:#f53232;--sapCriticalElementColor:#e76500;--sapPositiveElementColor:#30914c;--sapInformativeElementColor:#0070f2;--sapNeutralElementColor:#788fa6;--sapNegativeTextColor:#aa0808;--sapPositiveTextColor:#256f3a;--sapCriticalTextColor:#b95100;--sapInformativeTextColor:#0070f2;--sapNeutralTextColor:#1d2d3e;--sapNeutralBorderColor:#788fa6;--sapErrorColor:#aa0808;--sapErrorBorderColor:#f53232;--sapWarningColor:#e76500;--sapWarningBorderColor:#e76500;--sapSuccessColor:#256f3a;--sapSuccessBorderColor:#30914c;--sapInformationColor:#0070f2;--sapInformationBorderColor:#0070f2;--sapErrorBackground:#ffeaf4;--sapWarningBackground:#fff8d6;--sapSuccessBackground:#f5fae5;--sapInformationBackground:#e1f4ff;--sapNeutralBackground:#eff1f2;--sapIndicationColor_1:#840606;--sapIndicationColor_1_Background:#840606;--sapIndicationColor_1_BorderColor:#840606;--sapIndicationColor_1_Hover_Background:#6c0505;--sapIndicationColor_1_Active_Background:#530404;--sapIndicationColor_1_TextColor:#fff;--sapIndicationColor_2:#aa0808;--sapIndicationColor_2_Background:#aa0808;--sapIndicationColor_2_BorderColor:#aa0808;--sapIndicationColor_2_Hover_Background:#920707;--sapIndicationColor_2_Active_Background:#790606;--sapIndicationColor_2_TextColor:#fff;--sapIndicationColor_3:#b95100;--sapIndicationColor_3_Background:#e76500;--sapIndicationColor_3_BorderColor:#e76500;--sapIndicationColor_3_Hover_Background:#d85e00;--sapIndicationColor_3_Active_Background:#c85800;--sapIndicationColor_3_TextColor:#fff;--sapIndicationColor_4:#256f3a;--sapIndicationColor_4_Background:#256f3a;--sapIndicationColor_4_BorderColor:#256f3a;--sapIndicationColor_4_Hover_Background:#1f5c30;--sapIndicationColor_4_Active_Background:#184926;--sapIndicationColor_4_TextColor:#fff;--sapIndicationColor_5:#0070f2;--sapIndicationColor_5_Background:#0070f2;--sapIndicationColor_5_BorderColor:#0070f2;--sapIndicationColor_5_Hover_Background:#0064d9;--sapIndicationColor_5_Active_Background:#0058bf;--sapIndicationColor_5_TextColor:#fff;--sapIndicationColor_6:#046c7a;--sapIndicationColor_6_Background:#046c7a;--sapIndicationColor_6_BorderColor:#046c7a;--sapIndicationColor_6_Hover_Background:#035661;--sapIndicationColor_6_Active_Background:#024049;--sapIndicationColor_6_TextColor:#fff;--sapIndicationColor_7:#5d36ff;--sapIndicationColor_7_Background:#5d36ff;--sapIndicationColor_7_BorderColor:#5d36ff;--sapIndicationColor_7_Hover_Background:#481cff;--sapIndicationColor_7_Active_Background:#3403ff;--sapIndicationColor_7_TextColor:#fff;--sapIndicationColor_8:#a100c2;--sapIndicationColor_8_Background:#a100c2;--sapIndicationColor_8_BorderColor:#a100c2;--sapIndicationColor_8_Hover_Background:#8c00a9;--sapIndicationColor_8_Active_Background:#77008f;--sapIndicationColor_8_TextColor:#fff;--sapElement_LineHeight:2.75rem;--sapElement_Height:2.25rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.75rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.5;--sapContent_IconHeight:1rem;--sapContent_IconColor:#1d2d3e;--sapContent_ContrastIconColor:#fff;--sapContent_NonInteractiveIconColor:#758ca4;--sapContent_MarkerIconColor:#5d36ff;--sapContent_MarkerTextColor:#046c7a;--sapContent_MeasureIndicatorColor:#556b81;--sapContent_Selected_MeasureIndicatorColor:#0070f2;--sapContent_ImagePlaceholderBackground:#eaecee;--sapContent_ImagePlaceholderForegroundColor:#5b738b;--sapContent_RatedColor:#d27700;--sapContent_UnratedColor:#758ca4;--sapContent_BusyColor:#1d2d3e;--sapContent_FocusColor:#0070f2;--sapContent_FocusStyle:solid;--sapContent_FocusWidth:.125rem;--sapContent_ContrastFocusColor:#fff;--sapContent_ShadowColor:#556b82;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0.125rem 0 rgba(85,107,130,0.16),0 0.125rem 0.25rem 0 rgba(85,107,130,0.16);--sapContent_Shadow1:0 0 0 0.0625rem rgba(85,107,130,0.42),0 0.125rem 0.5rem 0 rgba(85,107,130,0.3);--sapContent_Shadow2:0 0 0 0.0625rem rgba(85,107,130,0.42),0 0.625rem 1.875rem 0 rgba(85,107,130,0.3);--sapContent_Shadow3:0 0 0 0.0625rem rgba(85,107,130,0.42),0 1.25rem 5rem 0 rgba(85,107,130,0.3);--sapContent_TextShadow:0 0 0.125rem #fff;--sapContent_ContrastTextShadow:0 0 0.0625rem rgba(0,0,0,0.7);--sapContent_HeaderShadow:0 0.125rem 0.125rem 0 rgba(85,107,130,0.05),inset 0 -0.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow:0 0 0.125rem 0 rgba(85,107,130,0.72);--sapContent_Selected_Shadow:0 0 0.125rem 0 rgba(0,112,242,0.72);--sapContent_Negative_Shadow:0 0 0.125rem 0 rgba(170,8,8,0.72);--sapContent_Critical_Shadow:0 0 0.125rem 0 rgba(231,101,0,0.72);--sapContent_Positive_Shadow:0 0 0.125rem 0 rgba(37,111,58,0.72);--sapContent_Informative_Shadow:0 0 0.125rem 0 rgba(0,112,242,0.72);--sapContent_Neutral_Shadow:0 0 0.125rem 0 rgba(120,143,166,0.72);--sapContent_SearchHighlightColor:#dafdf5;--sapContent_HelpColor:#188918;--sapContent_LabelColor:#556b82;--sapContent_MonospaceFontFamily:\"72Mono\",\"72Monofull\",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:\"72Mono-Bold\",\"72Mono-Boldfull\",lucida console,monospace;--sapContent_IconFontFamily:\"SAP-icons\";--sapContent_DisabledTextColor:rgba(29,45,62,0.6);--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.65;--sapContent_ContrastTextColor:#fff;--sapContent_ForegroundColor:#efefef;--sapContent_ForegroundBorderColor:#758ca4;--sapContent_ForegroundTextColor:#1d2d3e;--sapContent_BadgeBackground:#aa0808;--sapContent_BadgeTextColor:#fff;--sapContent_Placeholderloading_Background:#ccc;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#ccc 0%,#ccc 20%,#999 50%,#ccc 80%,#ccc);--sapContent_DragAndDropActiveColor:#0070f2;--sapContent_Selected_Background:#fff;--sapContent_Selected_TextColor:#0070f2;--sapContent_Selected_Hover_Background:#fff;--sapContent_Selected_ForegroundColor:#0070f2;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#5d36ff;--sapContent_Illustrative_Color2:#0070f2;--sapContent_Illustrative_Color3:#f58b00;--sapContent_Illustrative_Color4:#00144a;--sapContent_Illustrative_Color5:#a9b4be;--sapContent_Illustrative_Color6:#d5dadd;--sapContent_Illustrative_Color7:#ebf8ff;--sapContent_Illustrative_Color8:#fff;--sapContent_Illustrative_Color9:#64edd2;--sapContent_Illustrative_Color10:#ebf8ff;--sapContent_Illustrative_Color11:#f31ded;--sapContent_Illustrative_Color12:#00a800;--sapContent_Illustrative_Color13:#005dc9;--sapContent_Illustrative_Color14:#004da5;--sapContent_Illustrative_Color15:#cc7400;--sapContent_Illustrative_Color16:#3b0ac6;--sapContent_Illustrative_Color17:#00a58a;--sapContent_Illustrative_Color18:#d1efff;--sapContent_Illustrative_Color19:#b8e6ff;--sapContent_Illustrative_Color20:#9eddff;--sapShell_Background:#f5f6f7;--sapShell_BackgroundImage:linear-gradient(180deg,#f5f6f7,#f5f6f7);--sapShell_BackgroundGradient:linear-gradient(180deg,#f5f6f7,#f5f6f7);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#fff;--sapShell_TextColor:#1d2d3e;--sapShell_InteractiveBackground:#eff1f2;--sapShell_InteractiveTextColor:#1d2d3e;--sapShell_InteractiveBorderColor:#556b81;--sapShell_GroupTitleTextColor:#1d2d3e;--sapShell_GroupTitleTextShadow:0 0 .125rem #fff;--sapShell_Hover_Background:#fff;--sapShell_Active_Background:#fff;--sapShell_Active_TextColor:#0070f2;--sapShell_Selected_Background:#fff;--sapShell_Selected_TextColor:#0070f2;--sapShell_Selected_Hover_Background:#fff;--sapShell_Favicon:none;--sapShell_Navigation_Background:#fff;--sapShell_Navigation_SelectedColor:#0070f2;--sapShell_Navigation_Selected_TextColor:#0070f2;--sapShell_Navigation_TextColor:#1d2d3e;--sapShell_Navigation_Hover_Background:#fff;--sapShell_Navigation_Active_Background:#fff;--sapShell_Navigation_Active_TextColor:#0070f2;--sapShell_Shadow:0 0.125rem 0.125rem 0 rgba(85,107,130,0.1),inset 0 -0.0625rem 0 0 rgba(85,107,130,0.2);--sapShell_NegativeColor:#aa0808;--sapShell_CriticalColor:#b95100;--sapShell_PositiveColor:#256f3a;--sapShell_InformativeColor:#0070f2;--sapShell_NeutralColor:#1d2d3e;--sapAvatar_1_Background:#fff3b8;--sapAvatar_1_BorderColor:#fff3b8;--sapAvatar_1_TextColor:#a45d00;--sapAvatar_2_Background:#ffd0e7;--sapAvatar_2_BorderColor:#ffd0e7;--sapAvatar_2_TextColor:#aa0808;--sapAvatar_3_Background:#ffdbe7;--sapAvatar_3_BorderColor:#ffdbe7;--sapAvatar_3_TextColor:#ba066c;--sapAvatar_4_Background:#ffdcf3;--sapAvatar_4_BorderColor:#ffdcf3;--sapAvatar_4_TextColor:#a100c2;--sapAvatar_5_Background:#ded3ff;--sapAvatar_5_BorderColor:#ded3ff;--sapAvatar_5_TextColor:#552cff;--sapAvatar_6_Background:#d1efff;--sapAvatar_6_BorderColor:#d1efff;--sapAvatar_6_TextColor:#0057d2;--sapAvatar_7_Background:#c2fcee;--sapAvatar_7_BorderColor:#c2fcee;--sapAvatar_7_TextColor:#046c7a;--sapAvatar_8_Background:#ebf5cb;--sapAvatar_8_BorderColor:#ebf5cb;--sapAvatar_8_TextColor:#256f3a;--sapAvatar_9_Background:#ddccf0;--sapAvatar_9_BorderColor:#ddccf0;--sapAvatar_9_TextColor:#6c32a9;--sapAvatar_10_Background:#eaecee;--sapAvatar_10_BorderColor:#eaecee;--sapAvatar_10_TextColor:#556b82;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.5rem;--sapButton_Background:#eaecee;--sapButton_BorderColor:#eaecee;--sapButton_TextColor:#1d2d3e;--sapButton_Hover_Background:#fff;--sapButton_Hover_BorderColor:#fff;--sapButton_Hover_TextColor:#1d2d3e;--sapButton_IconColor:#1d2d3e;--sapButton_Active_Background:#fff;--sapButton_Active_BorderColor:#0070f2;--sapButton_Active_TextColor:#0070f2;--sapButton_Emphasized_Background:#0070f2;--sapButton_Emphasized_BorderColor:#0070f2;--sapButton_Emphasized_TextColor:#fff;--sapButton_Emphasized_Hover_Background:#0064d9;--sapButton_Emphasized_Hover_BorderColor:#0064d9;--sapButton_Emphasized_Hover_TextColor:#fff;--sapButton_Emphasized_Active_Background:#fff;--sapButton_Emphasized_Active_BorderColor:#0070f2;--sapButton_Emphasized_Active_TextColor:#0070f2;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Emphasized_FontWeight:bold;--sapButton_Reject_Background:#ffd6e9;--sapButton_Reject_BorderColor:#ffd6e9;--sapButton_Reject_Hover_Background:#fff;--sapButton_Reject_Hover_BorderColor:#fff;--sapButton_Reject_Hover_TextColor:#aa0808;--sapButton_Reject_Active_Background:#fff;--sapButton_Reject_Active_BorderColor:#f53232;--sapButton_Reject_Active_TextColor:#aa0808;--sapButton_Reject_TextColor:#aa0808;--sapButton_Reject_Selected_Background:#fff;--sapButton_Reject_Selected_BorderColor:#f53232;--sapButton_Reject_Selected_TextColor:#aa0808;--sapButton_Reject_Selected_Hover_Background:#fff;--sapButton_Reject_Selected_Hover_BorderColor:#f53232;--sapButton_Accept_Background:#ebf5cb;--sapButton_Accept_BorderColor:#ebf5cb;--sapButton_Accept_Hover_Background:#fff;--sapButton_Accept_Hover_BorderColor:#fff;--sapButton_Accept_Hover_TextColor:#256f3a;--sapButton_Accept_Active_Background:#fff;--sapButton_Accept_Active_BorderColor:#30914c;--sapButton_Accept_Active_TextColor:#256f3a;--sapButton_Accept_TextColor:#256f3a;--sapButton_Accept_Selected_Background:#fff;--sapButton_Accept_Selected_BorderColor:#30914c;--sapButton_Accept_Selected_TextColor:#256f3a;--sapButton_Accept_Selected_Hover_Background:#fff;--sapButton_Accept_Selected_Hover_BorderColor:#30914c;--sapButton_Lite_Background:transparent;--sapButton_Lite_BorderColor:transparent;--sapButton_Lite_TextColor:#0064d9;--sapButton_Lite_Hover_Background:#fff;--sapButton_Lite_Hover_BorderColor:#fff;--sapButton_Lite_Hover_TextColor:#0064d9;--sapButton_Lite_Active_Background:#fff;--sapButton_Lite_Active_BorderColor:#0070f2;--sapButton_Selected_Background:#fff;--sapButton_Selected_BorderColor:#0070f2;--sapButton_Selected_TextColor:#0070f2;--sapButton_Selected_Hover_Background:#fff;--sapButton_Selected_Hover_BorderColor:#0070f2;--sapButton_Attention_Background:#fff3b7;--sapButton_Attention_BorderColor:#fff3b7;--sapButton_Attention_TextColor:#b95100;--sapButton_Attention_Hover_Background:#fff;--sapButton_Attention_Hover_BorderColor:#fff;--sapButton_Attention_Hover_TextColor:#b95100;--sapButton_Attention_Active_Background:#fff;--sapButton_Attention_Active_BorderColor:#ff8d34;--sapButton_Attention_Active_TextColor:#b95100;--sapButton_Attention_Selected_Background:#fff;--sapButton_Attention_Selected_BorderColor:#ff8d34;--sapButton_Attention_Selected_TextColor:#b95100;--sapButton_Attention_Selected_Hover_Background:#fff;--sapButton_Attention_Selected_Hover_BorderColor:#ff8d34;--sapButton_Negative_Background:#f53232;--sapButton_Negative_BorderColor:#f53232;--sapButton_Negative_TextColor:#fff;--sapButton_Negative_Hover_Background:#e90b0b;--sapButton_Negative_Hover_BorderColor:#e90b0b;--sapButton_Negative_Hover_TextColor:#fff;--sapButton_Negative_Active_Background:#d50a0a;--sapButton_Negative_Active_BorderColor:#d50a0a;--sapButton_Negative_Active_TextColor:#fff;--sapButton_Critical_Background:#e76500;--sapButton_Critical_BorderColor:#e76500;--sapButton_Critical_TextColor:#fff;--sapButton_Critical_Hover_Background:#dd6100;--sapButton_Critical_Hover_BorderColor:#dd6100;--sapButton_Critical_Hover_TextColor:#fff;--sapButton_Critical_Active_Background:#d35c00;--sapButton_Critical_Active_BorderColor:#d35c00;--sapButton_Critical_Active_TextColor:#fff;--sapButton_Success_Background:#30914c;--sapButton_Success_BorderColor:#30914c;--sapButton_Success_TextColor:#fff;--sapButton_Success_Hover_Background:#2c8646;--sapButton_Success_Hover_BorderColor:#2c8646;--sapButton_Success_Hover_TextColor:#fff;--sapButton_Success_Active_Background:#287a40;--sapButton_Success_Active_BorderColor:#287a40;--sapButton_Success_Active_TextColor:#fff;--sapButton_Information_Background:#0070f2;--sapButton_Information_BorderColor:#0070f2;--sapButton_Information_TextColor:#fff;--sapButton_Information_Hover_Background:#0064d9;--sapButton_Information_Hover_BorderColor:#0064d9;--sapButton_Information_Hover_TextColor:#fff;--sapButton_Information_Active_Background:#0058bf;--sapButton_Information_Active_BorderColor:#0058bf;--sapButton_Information_Active_TextColor:#fff;--sapButton_Neutral_Background:#788fa6;--sapButton_Neutral_BorderColor:#788fa6;--sapButton_Neutral_TextColor:#fff;--sapButton_Neutral_Hover_Background:#637d97;--sapButton_Neutral_Hover_BorderColor:#637d97;--sapButton_Neutral_Hover_TextColor:#fff;--sapButton_Neutral_Active_Background:#5d758e;--sapButton_Neutral_Active_BorderColor:#5d758e;--sapButton_Neutral_Active_TextColor:#fff;--sapButton_Track_Background:#788fa6;--sapButton_Track_BorderColor:#788fa6;--sapButton_Track_TextColor:#fff;--sapButton_Track_Hover_Background:#637d97;--sapButton_Track_Hover_BorderColor:#637d97;--sapButton_Track_Selected_Background:#0070f2;--sapButton_Track_Selected_BorderColor:#0070f2;--sapButton_Track_Selected_TextColor:#fff;--sapButton_Track_Selected_Hover_Background:#0064d9;--sapButton_Track_Selected_Hover_BorderColor:#0064d9;--sapButton_Handle_Background:#fff;--sapButton_Handle_BorderColor:#fff;--sapButton_Handle_TextColor:#1d2d3e;--sapButton_Handle_Hover_Background:#fff;--sapButton_Handle_Hover_BorderColor:hsla(0,0%,100%,0.5);--sapButton_Handle_Selected_Background:#fff;--sapButton_Handle_Selected_BorderColor:#fff;--sapButton_Handle_Selected_TextColor:#0070f2;--sapButton_Handle_Selected_Hover_Background:#fff;--sapButton_Handle_Selected_Hover_BorderColor:hsla(0,0%,100%,0.5);--sapButton_Track_Negative_Background:#f53232;--sapButton_Track_Negative_BorderColor:#f53232;--sapButton_Track_Negative_TextColor:#fff;--sapButton_Track_Negative_Hover_Background:#e90b0b;--sapButton_Track_Negative_Hover_BorderColor:#e90b0b;--sapButton_Handle_Negative_Background:#fff;--sapButton_Handle_Negative_BorderColor:#fff;--sapButton_Handle_Negative_TextColor:#aa0808;--sapButton_Handle_Negative_Hover_Background:#fff;--sapButton_Handle_Negative_Hover_BorderColor:hsla(0,0%,100%,0.5);--sapButton_Track_Positive_Background:#30914c;--sapButton_Track_Positive_BorderColor:#30914c;--sapButton_Track_Positive_TextColor:#fff;--sapButton_Track_Positive_Hover_Background:#2c8646;--sapButton_Track_Positive_Hover_BorderColor:#2c8646;--sapButton_Handle_Positive_Background:#fff;--sapButton_Handle_Positive_BorderColor:#fff;--sapButton_Handle_Positive_TextColor:#256f3a;--sapButton_Handle_Positive_Hover_Background:#fff;--sapButton_Handle_Positive_Hover_BorderColor:hsla(0,0%,100%,0.5);--sapButton_TokenBackground:#fff;--sapButton_TokenBorderColor:#758ca4;--sapField_Background:#eff1f2;--sapField_BackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#556b81,#556b81) border-box;--sapField_TextColor:#131e29;--sapField_PlaceholderTextColor:#556b82;--sapField_BorderColor:#556b81;--sapField_HelpBackground:#eff1f2;--sapField_BorderWidth:.0625rem;--sapField_BorderStyle:none;--sapField_BorderCornerRadius:.25rem;--sapField_Hover_Background:#fff;--sapField_Hover_BackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#556b81,#556b81) border-box;--sapField_Hover_BorderColor:#556b81;--sapField_Hover_HelpBackground:#fff;--sapField_Active_BorderColor:#0070f2;--sapField_Focus_Background:#fff;--sapField_Focus_BorderColor:#0070f2;--sapField_Focus_HelpBackground:#fff;--sapField_ReadOnly_Background:transparent;--sapField_ReadOnly_BackgroundStyle:0 100%/0.375rem .0625rem repeat-x linear-gradient(90deg,#556b81,#556b81 0.25rem,transparent 0) border-box;--sapField_ReadOnly_BorderColor:#556b81;--sapField_ReadOnly_BorderStyle:none;--sapField_ReadOnly_HelpBackground:transparent;--sapField_RequiredColor:#ba066c;--sapField_InvalidColor:#f53232;--sapField_InvalidBackground:#ffeaf4;--sapField_InvalidBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#f53232,#f53232) border-box;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:none;--sapField_WarningColor:#e76500;--sapField_WarningBackground:#fff8d6;--sapField_WarningBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#e76500,#e76500) border-box;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:none;--sapField_SuccessColor:#30914c;--sapField_SuccessBackground:#f5fae5;--sapField_SuccessBackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#30914c,#30914c) border-box;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:none;--sapField_InformationColor:#0070f2;--sapField_InformationBackground:#e1f4ff;--sapField_InformationBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#0070f2,#0070f2) border-box;--sapField_InformationBorderWidth:.125rem;--sapField_InformationBorderStyle:none;--sapGroup_TitleBackground:#fff;--sapGroup_TitleBorderColor:#a8b2bd;--sapGroup_TitleTextColor:#1d2d3e;--sapGroup_Title_FontSize:1rem;--sapGroup_ContentBackground:#fff;--sapGroup_ContentBorderColor:#d9d9d9;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:.5rem;--sapGroup_FooterBackground:transparent;--sapPopover_BorderCornerRadius:.5rem;--sapToolbar_Background:#fff;--sapToolbar_SeparatorColor:#d9d9d9;--sapList_HeaderBackground:#fff;--sapList_HeaderBorderColor:#a8b2bd;--sapList_HeaderTextColor:#1d2d3e;--sapList_BorderColor:#e5e5e5;--sapList_TextColor:#1d2d3e;--sapList_Active_TextColor:#1d2d3e;--sapList_BorderWidth:.0625rem;--sapList_Active_Background:#dee2e5;--sapList_SelectionBackgroundColor:#ebf8ff;--sapList_SelectionBorderColor:#0070f2;--sapList_Hover_SelectionBackground:#dcf3ff;--sapList_Background:#fff;--sapList_Hover_Background:#eaecee;--sapList_AlternatingBackground:#f5f6f7;--sapList_GroupHeaderBackground:#fff;--sapList_GroupHeaderBorderColor:#a8b2bd;--sapList_GroupHeaderTextColor:#1d2d3e;--sapList_FooterBackground:#fff;--sapList_FooterTextColor:#1d2d3e;--sapList_TableGroupHeaderBackground:#eff1f2;--sapList_TableGroupHeaderBorderColor:#a8b2bd;--sapList_TableGroupHeaderTextColor:#1d2d3e;--sapList_TableFooterBorder:#a8b2bd;--sapList_TableFixedBorderColor:#8c8c8c;--sapMessage_ErrorBorderColor:#ff8ec4;--sapMessage_WarningBorderColor:#ffe770;--sapMessage_SuccessBorderColor:#cee67e;--sapMessage_InformationBorderColor:#7bcfff;--sapProgress_Background:#d5dadd;--sapProgress_BorderColor:#d5dadd;--sapProgress_TextColor:#1d2d3e;--sapProgress_FontSize:.875rem;--sapProgress_NegativeBackground:#ffdbec;--sapProgress_NegativeBorderColor:#ffdbec;--sapProgress_NegativeTextColor:#1d2d3e;--sapProgress_CriticalBackground:#fff4bd;--sapProgress_CriticalBorderColor:#fff4bd;--sapProgress_CriticalTextColor:#1d2d3e;--sapProgress_PositiveBackground:#e5f2ba;--sapProgress_PositiveBorderColor:#e5f2ba;--sapProgress_PositiveTextColor:#1d2d3e;--sapProgress_InformationBackground:#cdedff;--sapProgress_InformationBorderColor:#cdedff;--sapProgress_InformationTextColor:#1d2d3e;--sapProgress_Value_Background:#788fa6;--sapProgress_Value_BorderColor:#d5dadd;--sapProgress_Value_TextColor:#788fa6;--sapProgress_Value_NegativeBackground:#f53232;--sapProgress_Value_NegativeBorderColor:#f53232;--sapProgress_Value_NegativeTextColor:#f53232;--sapProgress_Value_CriticalBackground:#e76500;--sapProgress_Value_CriticalBorderColor:#e76500;--sapProgress_Value_CriticalTextColor:#e76500;--sapProgress_Value_PositiveBackground:#30914c;--sapProgress_Value_PositiveBorderColor:#30914c;--sapProgress_Value_PositiveTextColor:#30914c;--sapProgress_Value_InformationBackground:#0070f2;--sapProgress_Value_InformationBorderColor:#0070f2;--sapProgress_Value_InformationTextColor:#0070f2;--sapScrollBar_FaceColor:#7b91a8;--sapScrollBar_TrackColor:#fff;--sapScrollBar_BorderColor:#7b91a8;--sapScrollBar_SymbolColor:#1d2d3e;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#6f87a0;--sapSlider_Background:#d5dadd;--sapSlider_BorderColor:#d5dadd;--sapSlider_Selected_Background:#0070f2;--sapSlider_Selected_BorderColor:#0070f2;--sapSlider_HandleBackground:#fff;--sapSlider_HandleBorderColor:#fff;--sapSlider_RangeHandleBackground:#fff;--sapSlider_Hover_HandleBackground:#fff;--sapSlider_Hover_HandleBorderColor:#0070f2;--sapSlider_Hover_RangeHandleBackground:transparent;--sapSlider_Active_HandleBackground:#fff;--sapSlider_Active_HandleBorderColor:#fff;--sapSlider_Active_RangeHandleBackground:transparent;--sapPageHeader_Background:#fff;--sapPageHeader_BorderColor:#d9d9d9;--sapPageHeader_TextColor:#1d2d3e;--sapPageFooter_Background:#fff;--sapPageFooter_BorderColor:#d9d9d9;--sapPageFooter_TextColor:#1d2d3e;--sapInfobar_Background:#c2fcee;--sapInfobar_Hover_Background:#fff;--sapInfobar_Active_Background:#fff;--sapInfobar_NonInteractive_Background:#f5f6f7;--sapInfobar_TextColor:#046c7a;--sapObjectHeader_Background:#fff;--sapObjectHeader_BorderColor:#d9d9d9;--sapObjectHeader_Hover_Background:#eaecee;--sapObjectHeader_Title_TextColor:#1d2d3e;--sapObjectHeader_Title_FontSize:2rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:\"72Black\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#556b82;--sapBlockLayer_Background:#000;--sapTile_Background:#fff;--sapTile_Hover_Background:#fff;--sapTile_Active_Background:#f5f5f5;--sapTile_BorderColor:transparent;--sapTile_BorderCornerRadius:1rem;--sapTile_TitleTextColor:#1d2d3e;--sapTile_TextColor:#556b82;--sapTile_IconColor:#556b82;--sapTile_SeparatorColor:#ccc;--sapTile_Interactive_BorderColor:#b3b3b3;--sapTile_OverlayBackground:hsla(0,0%,100%,0.96);--sapTile_OverlayForegroundColor:#1d2d3e;--sapAccentColor1:#d27700;--sapAccentColor2:#aa0808;--sapAccentColor3:#ba066c;--sapAccentColor4:#a100c2;--sapAccentColor5:#5d36ff;--sapAccentColor6:#0057d2;--sapAccentColor7:#046c7a;--sapAccentColor8:#256f3a;--sapAccentColor9:#6c32a9;--sapAccentColor10:#5b738b;--sapAccentBackgroundColor1:#fff3b8;--sapAccentBackgroundColor2:#ffd0e7;--sapAccentBackgroundColor3:#ffdbe7;--sapAccentBackgroundColor4:#ffdcf3;--sapAccentBackgroundColor5:#ded3ff;--sapAccentBackgroundColor6:#d1efff;--sapAccentBackgroundColor7:#c2fcee;--sapAccentBackgroundColor8:#ebf5cb;--sapAccentBackgroundColor9:#ddccf0;--sapAccentBackgroundColor10:#eaecee;--sapLegend_WorkingBackground:#fff;--sapLegend_NonWorkingBackground:#ebebeb;--sapLegend_CurrentDateTime:#a100c2;--sapLegendColor1:#c35500;--sapLegendColor2:#d23a0a;--sapLegendColor3:#df1278;--sapLegendColor4:#840606;--sapLegendColor5:#cc00dc;--sapLegendColor6:#0057d2;--sapLegendColor7:#07838f;--sapLegendColor8:#188918;--sapLegendColor9:#5b738b;--sapLegendColor10:#7800a4;--sapLegendColor11:#a93e00;--sapLegendColor12:#aa2608;--sapLegendColor13:#ba066c;--sapLegendColor14:#8d2a00;--sapLegendColor15:#4e247a;--sapLegendColor16:#002a86;--sapLegendColor17:#035663;--sapLegendColor18:#1e592f;--sapLegendColor19:#1a4796;--sapLegendColor20:#470ced;--sapLegendBackgroundColor1:#ffef9f;--sapLegendBackgroundColor2:#feeae1;--sapLegendBackgroundColor3:#fbf6f8;--sapLegendBackgroundColor4:#fbebeb;--sapLegendBackgroundColor5:#ffe5fe;--sapLegendBackgroundColor6:#d1efff;--sapLegendBackgroundColor7:#c2fcee;--sapLegendBackgroundColor8:#f5fae5;--sapLegendBackgroundColor9:#f5f6f7;--sapLegendBackgroundColor10:#fff0fa;--sapLegendBackgroundColor11:#fff8d6;--sapLegendBackgroundColor12:#fff6f6;--sapLegendBackgroundColor13:#f7ebef;--sapLegendBackgroundColor14:#f1ecd5;--sapLegendBackgroundColor15:#f0e7f8;--sapLegendBackgroundColor16:#ebf8ff;--sapLegendBackgroundColor17:#dafdf5;--sapLegendBackgroundColor18:#ebf5cb;--sapLegendBackgroundColor19:#fafdff;--sapLegendBackgroundColor20:#eceeff;--sapChart_OrderedColor_1:#1b90ff;--sapChart_OrderedColor_2:#f26018;--sapChart_OrderedColor_3:#179c6f;--sapChart_OrderedColor_4:#f62866;--sapChart_OrderedColor_5:#863fd5;--sapChart_OrderedColor_6:#04a29d;--sapChart_OrderedColor_7:#0070f2;--sapChart_OrderedColor_8:#cc00dc;--sapChart_OrderedColor_9:#8396a8;--sapChart_OrderedColor_10:#f54747;--sapChart_OrderedColor_11:#20578c;--sapChart_Bad:#f53232;--sapChart_Critical:#e76500;--sapChart_Good:#30914c;--sapChart_Neutral:#788fa6;--sapChart_Sequence_1:#1b90ff;--sapChart_Sequence_2:#f26018;--sapChart_Sequence_3:#179c6f;--sapChart_Sequence_4:#f62866;--sapChart_Sequence_5:#863fd5;--sapChart_Sequence_6:#04a29d;--sapChart_Sequence_7:#0070f2;--sapChart_Sequence_8:#cc00dc;--sapChart_Sequence_9:#8396a8;--sapChart_Sequence_10:#f54747;--sapChart_Sequence_11:#20578c;--sapChart_Sequence_Neutral:#788fa6;}"
|
8
|
+
}
|
9
|
+
};
|
10
|
+
|
11
|
+
exports.default = parametersBundle_css;
|
12
|
+
|
13
|
+
});
|