@openui5/sap.ui.core 1.134.0 → 1.136.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.dtsgenrc +32 -0
- package/REUSE.toml +649 -0
- package/THIRDPARTY.txt +23 -23
- package/package.json +1 -1
- package/src/jquery.sap.act.js +1 -1
- package/src/jquery.sap.dom.js +1 -1
- package/src/jquery.sap.encoder.js +1 -1
- package/src/jquery.sap.events.js +1 -1
- package/src/jquery.sap.global.js +2 -2
- package/src/jquery.sap.history.js +1 -1
- package/src/jquery.sap.keycodes.js +1 -1
- package/src/jquery.sap.mobile.js +1 -1
- package/src/jquery.sap.promise.js +1 -1
- package/src/jquery.sap.properties.js +2 -2
- package/src/jquery.sap.resources.js +2 -2
- package/src/jquery.sap.script.js +2 -2
- package/src/jquery.sap.sjax.js +1 -1
- package/src/jquery.sap.storage.js +4 -4
- package/src/jquery.sap.strings.js +1 -1
- package/src/jquery.sap.stubs.js +1 -1
- package/src/jquery.sap.trace.js +1 -1
- package/src/jquery.sap.ui.js +1 -1
- package/src/jquery.sap.xml.js +1 -1
- package/src/sap/base/Event.js +2 -2
- package/src/sap/base/Eventing.js +2 -2
- package/src/sap/base/Log.js +15 -15
- package/src/sap/base/assert.js +1 -1
- package/src/sap/base/config/MemoryConfigurationProvider.js +1 -1
- package/src/sap/base/config.js +2 -2
- package/src/sap/base/future.js +1 -1
- package/src/sap/base/i18n/Formatting.js +1 -1
- package/src/sap/base/i18n/LanguageFallback.js +344 -0
- package/src/sap/base/i18n/LanguageTag.js +2 -2
- package/src/sap/base/i18n/Localization.js +10 -5
- package/src/sap/base/i18n/ResourceBundle.js +16 -313
- package/src/sap/base/i18n/date/CalendarType.js +1 -1
- package/src/sap/base/i18n/date/CalendarWeekNumbering.js +1 -1
- package/src/sap/base/i18n/date/TimezoneUtils.js +2 -2
- package/src/sap/base/i18n/date/_EnumHelper.js +1 -1
- package/src/sap/base/security/URLListValidator.js +1 -1
- package/src/sap/base/security/URLWhitelist.js +1 -1
- package/src/sap/base/security/encodeCSS.js +1 -1
- package/src/sap/base/security/encodeJS.js +1 -1
- package/src/sap/base/security/encodeURL.js +1 -1
- package/src/sap/base/security/encodeURLParameters.js +1 -1
- package/src/sap/base/security/encodeXML.js +1 -1
- package/src/sap/base/security/sanitizeHTML.js +1 -1
- package/src/sap/base/strings/camelize.js +1 -1
- package/src/sap/base/strings/capitalize.js +1 -1
- package/src/sap/base/strings/escapeRegExp.js +1 -1
- package/src/sap/base/strings/formatMessage.js +1 -1
- package/src/sap/base/strings/hash.js +1 -1
- package/src/sap/base/strings/hyphenate.js +1 -1
- package/src/sap/base/strings/toHex.js +1 -1
- package/src/sap/base/strings/whitespaceReplacer.js +1 -1
- package/src/sap/base/util/Deferred.js +1 -1
- package/src/sap/base/util/JSTokenizer.js +1 -1
- package/src/sap/base/util/LoaderExtensions.js +1 -1
- package/src/sap/base/util/ObjectPath.js +1 -1
- package/src/sap/base/util/Properties.js +1 -1
- package/src/sap/base/util/UriParameters.js +1 -1
- package/src/sap/base/util/Version.js +1 -1
- package/src/sap/base/util/_merge.js +1 -1
- package/src/sap/base/util/array/diff.js +1 -1
- package/src/sap/base/util/array/uniqueSort.js +1 -1
- package/src/sap/base/util/clamp.js +1 -1
- package/src/sap/base/util/deepClone.js +1 -1
- package/src/sap/base/util/deepEqual.js +1 -1
- package/src/sap/base/util/deepExtend.js +1 -1
- package/src/sap/base/util/defineCoupledProperty.js +1 -1
- package/src/sap/base/util/defineLazyProperty.js +1 -1
- package/src/sap/base/util/each.js +1 -1
- package/src/sap/base/util/extend.js +1 -1
- package/src/sap/base/util/fetch.js +1 -1
- package/src/sap/base/util/includes.js +1 -1
- package/src/sap/base/util/isEmptyObject.js +1 -1
- package/src/sap/base/util/isPlainObject.js +1 -1
- package/src/sap/base/util/merge.js +1 -1
- package/src/sap/base/util/mixedFetch.js +1 -1
- package/src/sap/base/util/now.js +1 -1
- package/src/sap/base/util/resolveReference.js +1 -1
- package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
- package/src/sap/base/util/restricted/_castArray.js +2 -2
- package/src/sap/base/util/restricted/_compact.js +2 -2
- package/src/sap/base/util/restricted/_curry.js +2 -2
- package/src/sap/base/util/restricted/_debounce.js +2 -2
- package/src/sap/base/util/restricted/_difference.js +2 -2
- package/src/sap/base/util/restricted/_differenceBy.js +2 -2
- package/src/sap/base/util/restricted/_differenceWith.js +2 -2
- package/src/sap/base/util/restricted/_flatMap.js +2 -2
- package/src/sap/base/util/restricted/_flatMapDeep.js +2 -2
- package/src/sap/base/util/restricted/_flatMapDepth.js +2 -2
- package/src/sap/base/util/restricted/_flatten.js +2 -2
- package/src/sap/base/util/restricted/_flattenDeep.js +2 -2
- package/src/sap/base/util/restricted/_flattenDepth.js +2 -2
- package/src/sap/base/util/restricted/_intersection.js +2 -2
- package/src/sap/base/util/restricted/_intersectionBy.js +2 -2
- package/src/sap/base/util/restricted/_intersectionWith.js +2 -2
- package/src/sap/base/util/restricted/_isEqual.js +2 -2
- package/src/sap/base/util/restricted/_isEqualWith.js +2 -2
- package/src/sap/base/util/restricted/_isNil.js +2 -2
- package/src/sap/base/util/restricted/_max.js +2 -2
- package/src/sap/base/util/restricted/_merge.js +2 -2
- package/src/sap/base/util/restricted/_mergeWith.js +2 -2
- package/src/sap/base/util/restricted/_min.js +2 -2
- package/src/sap/base/util/restricted/_omit.js +2 -2
- package/src/sap/base/util/restricted/_pick.js +2 -2
- package/src/sap/base/util/restricted/_pickBy.js +2 -2
- package/src/sap/base/util/restricted/_throttle.js +2 -2
- package/src/sap/base/util/restricted/_toArray.js +2 -2
- package/src/sap/base/util/restricted/_union.js +2 -2
- package/src/sap/base/util/restricted/_unionBy.js +2 -2
- package/src/sap/base/util/restricted/_unionWith.js +2 -2
- package/src/sap/base/util/restricted/_uniq.js +2 -2
- package/src/sap/base/util/restricted/_uniqBy.js +2 -2
- package/src/sap/base/util/restricted/_uniqWith.js +2 -2
- package/src/sap/base/util/restricted/_without.js +2 -2
- package/src/sap/base/util/restricted/_xor.js +2 -2
- package/src/sap/base/util/restricted/_xorBy.js +2 -2
- package/src/sap/base/util/restricted/_xorWith.js +2 -2
- package/src/sap/base/util/restricted/_zipObject.js +2 -2
- package/src/sap/base/util/restricted/_zipObjectDeep.js +2 -2
- package/src/sap/base/util/syncFetch.js +1 -1
- package/src/sap/base/util/uid.js +1 -1
- package/src/sap/base/util/values.js +1 -1
- package/src/sap/ui/Device.js +4 -4
- package/src/sap/ui/Global.js +4 -4
- package/src/sap/ui/VersionInfo.js +25 -10
- package/src/sap/ui/base/BindingInfo.js +1 -1
- package/src/sap/ui/base/BindingParser.js +1 -1
- package/src/sap/ui/base/DataType.js +1 -1
- package/src/sap/ui/base/DesignTime.js +1 -1
- package/src/sap/ui/base/Event.js +2 -2
- package/src/sap/ui/base/EventProvider.js +2 -2
- package/src/sap/ui/base/Exception.js +1 -1
- package/src/sap/ui/base/ExpressionParser.js +1 -1
- package/src/sap/ui/base/Interface.js +2 -2
- package/src/sap/ui/base/ManagedObject.js +118 -94
- package/src/sap/ui/base/ManagedObjectMetadata.js +2 -2
- package/src/sap/ui/base/ManagedObjectObserver.js +1 -1
- package/src/sap/ui/base/ManagedObjectRegistry.js +1 -1
- package/src/sap/ui/base/Metadata.js +2 -2
- package/src/sap/ui/base/Object.js +2 -2
- package/src/sap/ui/base/ObjectPool.js +2 -2
- package/src/sap/ui/base/SyncPromise.js +1 -1
- package/src/sap/ui/base/syncXHRFix.js +1 -1
- package/src/sap/ui/core/.library +6 -6
- package/src/sap/ui/core/AccessKeysEnablement.js +1 -1
- package/src/sap/ui/core/AnimationMode.js +1 -1
- package/src/sap/ui/core/AppCacheBuster.js +1 -1
- package/src/sap/ui/core/BlockLayerUtils.js +1 -1
- package/src/sap/ui/core/BusyIndicator.js +2 -2
- package/src/sap/ui/core/BusyIndicatorUtils.js +1 -1
- package/src/sap/ui/core/CalendarType.js +1 -1
- package/src/sap/ui/core/CommandExecution.js +1 -1
- package/src/sap/ui/core/Component.js +58 -7
- package/src/sap/ui/core/ComponentContainer.js +5 -3
- package/src/sap/ui/core/ComponentContainerRenderer.js +1 -1
- package/src/sap/ui/core/ComponentHooks.js +1 -1
- package/src/sap/ui/core/ComponentMetadata.js +2 -2
- package/src/sap/ui/core/ComponentRegistry.js +1 -1
- package/src/sap/ui/core/ComponentSupport.js +2 -2
- package/src/sap/ui/core/Configuration.js +2 -2
- package/src/sap/ui/core/ContextMenuSupport.js +1 -1
- package/src/sap/ui/core/Control.js +2 -2
- package/src/sap/ui/core/ControlBehavior.js +1 -1
- package/src/sap/ui/core/Core.js +12 -4
- package/src/sap/ui/core/CustomData.js +3 -3
- package/src/sap/ui/core/CustomStyleClassSupport.js +1 -1
- package/src/sap/ui/core/DeclarativeSupport.js +2 -2
- package/src/sap/ui/core/Element.js +18 -39
- package/src/sap/ui/core/ElementHooks.js +35 -0
- package/src/sap/ui/core/ElementMetadata.js +2 -2
- package/src/sap/ui/core/ElementRegistry.js +1 -1
- package/src/sap/ui/core/EnabledPropagator.js +2 -2
- package/src/sap/ui/core/EventBus.js +2 -2
- package/src/sap/ui/core/ExtensionPoint.js +1 -1
- package/src/sap/ui/core/FocusHandler.js +1 -1
- package/src/sap/ui/core/FocusMode.js +1 -1
- package/src/sap/ui/core/Fragment.js +35 -12
- package/src/sap/ui/core/HTML.js +2 -2
- package/src/sap/ui/core/HTMLRenderer.js +1 -1
- package/src/sap/ui/core/History.js +2 -2
- package/src/sap/ui/core/Icon.js +2 -2
- package/src/sap/ui/core/IconPool.js +12 -13
- package/src/sap/ui/core/IconRenderer.js +1 -1
- package/src/sap/ui/core/IndicationColorSupport.js +2 -2
- package/src/sap/ui/core/IntervalTrigger.js +2 -2
- package/src/sap/ui/core/InvisibleMessage.js +2 -2
- package/src/sap/ui/core/InvisibleRenderer.js +2 -2
- package/src/sap/ui/core/InvisibleText.js +2 -2
- package/src/sap/ui/core/Item.js +2 -2
- package/src/sap/ui/core/LabelEnablement.js +2 -2
- package/src/sap/ui/core/LayoutData.js +2 -2
- package/src/sap/ui/core/Lib.js +10 -32
- package/src/sap/ui/core/ListItem.js +2 -2
- package/src/sap/ui/core/LocalBusyIndicator.js +2 -2
- package/src/sap/ui/core/LocalBusyIndicatorRenderer.js +1 -1
- package/src/sap/ui/core/LocalBusyIndicatorSupport.js +1 -1
- package/src/sap/ui/core/Locale.js +2 -2
- package/src/sap/ui/core/LocaleData.js +68 -94
- package/src/sap/ui/core/Manifest.js +18 -2
- package/src/sap/ui/core/Message.js +2 -2
- package/src/sap/ui/core/Messaging.js +1 -1
- package/src/sap/ui/core/Patcher.js +1 -1
- package/src/sap/ui/core/Placeholder.js +1 -1
- package/src/sap/ui/core/Popup.js +67 -76
- package/src/sap/ui/core/RenderManager.js +2 -2
- package/src/sap/ui/core/Renderer.js +2 -2
- package/src/sap/ui/core/Rendering.js +1 -1
- package/src/sap/ui/core/ResizeHandler.js +2 -2
- package/src/sap/ui/core/ScrollBar.js +2 -2
- package/src/sap/ui/core/ScrollBarRenderer.js +1 -1
- package/src/sap/ui/core/SeparatorItem.js +2 -2
- package/src/sap/ui/core/Shortcut.js +1 -1
- package/src/sap/ui/core/ShortcutHint.js +1 -1
- package/src/sap/ui/core/ShortcutHintsMixin.js +10 -1
- package/src/sap/ui/core/StashedControlSupport.js +1 -1
- package/src/sap/ui/core/StaticArea.js +1 -1
- package/src/sap/ui/core/Supportability.js +1 -1
- package/src/sap/ui/core/Theming.js +98 -1
- package/src/sap/ui/core/Title.js +2 -2
- package/src/sap/ui/core/TooltipBase.js +2 -2
- package/src/sap/ui/core/UIArea.js +2 -2
- package/src/sap/ui/core/UIAreaRegistry.js +1 -1
- package/src/sap/ui/core/UIComponent.js +31 -16
- package/src/sap/ui/core/UIComponentMetadata.js +2 -2
- package/src/sap/ui/core/ValueStateSupport.js +2 -2
- package/src/sap/ui/core/VariantLayoutData.js +2 -2
- package/src/sap/ui/core/XMLComposite.js +2 -2
- package/src/sap/ui/core/XMLCompositeMetadata.js +2 -2
- package/src/sap/ui/core/XMLTemplateProcessor.js +9 -4
- package/src/sap/ui/core/_CommandPool.js +80 -0
- package/src/sap/ui/core/_IconRegistry.js +1 -1
- package/src/sap/ui/core/_UrlResolver.js +1 -1
- package/src/sap/ui/core/boot/FieldHelpEndpoint.js +1 -1
- package/src/sap/ui/core/boot/KeyboardInteractionEndpoint.js +142 -0
- package/src/sap/ui/core/boot/_bootConfig.js +1 -1
- package/src/sap/ui/core/boot/_runBoot.js +1 -1
- package/src/sap/ui/core/boot/initDOM.js +1 -1
- package/src/sap/ui/core/boot/loadCalendar.js +1 -1
- package/src/sap/ui/core/boot/loadManifest.js +1 -1
- package/src/sap/ui/core/boot/loadModules.js +1 -1
- package/src/sap/ui/core/boot/onInit.js +1 -1
- package/src/sap/ui/core/boot.js +1 -1
- package/src/sap/ui/core/cache/CacheManager.js +1 -1
- package/src/sap/ui/core/cache/CacheManagerNOP.js +1 -1
- package/src/sap/ui/core/cache/LRUPersistentCache.js +1 -1
- package/src/sap/ui/core/date/Buddhist.js +1 -1
- package/src/sap/ui/core/date/CalendarUtils.js +1 -1
- package/src/sap/ui/core/date/CalendarWeekNumbering.js +1 -1
- package/src/sap/ui/core/date/Gregorian.js +1 -1
- package/src/sap/ui/core/date/Islamic.js +1 -1
- package/src/sap/ui/core/date/Japanese.js +1 -1
- package/src/sap/ui/core/date/Persian.js +1 -1
- package/src/sap/ui/core/date/UI5Date.js +2 -2
- package/src/sap/ui/core/date/UniversalDate.js +1 -1
- package/src/sap/ui/core/date/UniversalDateUtils.js +1 -1
- package/src/sap/ui/core/date/_Calendars.js +1 -1
- package/src/sap/ui/core/delegate/ItemNavigation.js +2 -2
- package/src/sap/ui/core/delegate/ScrollEnablement.js +2 -2
- package/src/sap/ui/core/designtime/ComponentContainer.designtime.js +1 -1
- package/src/sap/ui/core/designtime/CustomData.designtime.js +1 -1
- package/src/sap/ui/core/designtime/Icon.designtime.js +1 -1
- package/src/sap/ui/core/designtime/UIComponent.designtime.js +1 -1
- package/src/sap/ui/core/designtime/library.designtime.js +1 -1
- package/src/sap/ui/core/designtime/mvc/ControllerExtensionTemplate.js +1 -1
- package/src/sap/ui/core/designtime/mvc/View.designtime.js +1 -1
- package/src/sap/ui/core/designtime/mvc/XMLView.designtime.js +1 -1
- package/src/sap/ui/core/dnd/DragAndDrop.js +2 -2
- package/src/sap/ui/core/dnd/DragDropBase.js +2 -2
- package/src/sap/ui/core/dnd/DragDropInfo.js +2 -2
- package/src/sap/ui/core/dnd/DragInfo.js +2 -2
- package/src/sap/ui/core/dnd/DropInfo.js +2 -2
- package/src/sap/ui/core/fieldhelp/FieldHelp.js +91 -49
- package/src/sap/ui/core/fieldhelp/FieldHelpCustomData.js +1 -5
- package/src/sap/ui/core/fieldhelp/FieldHelpUtil.js +1 -1
- package/src/sap/ui/core/format/DateFormat.js +1 -1
- package/src/sap/ui/core/format/DateFormatTimezoneDisplay.js +1 -1
- package/src/sap/ui/core/format/FileSizeFormat.js +1 -1
- package/src/sap/ui/core/format/FormatUtils.js +2 -2
- package/src/sap/ui/core/format/ListFormat.js +1 -1
- package/src/sap/ui/core/format/NumberFormat.js +1 -1
- package/src/sap/ui/core/format/TimezoneUtil.js +2 -2
- package/src/sap/ui/core/getCompatibilityVersion.js +2 -2
- package/src/sap/ui/core/hyphenation/Hyphenation.js +2 -2
- package/src/sap/ui/core/hyphenation/HyphenationTestingWords.js +1 -1
- package/src/sap/ui/core/i18n/interaction.xml +36 -0
- package/src/sap/ui/core/interaction/KeyboardInteractionDisplay.js +400 -0
- package/src/sap/ui/core/library.js +10 -4
- package/src/sap/ui/core/library.support.js +1 -1
- package/src/sap/ui/core/message/ControlMessageProcessor.js +2 -2
- package/src/sap/ui/core/message/Message.js +2 -2
- package/src/sap/ui/core/message/MessageManager.js +2 -2
- package/src/sap/ui/core/message/MessageMixin.js +1 -1
- package/src/sap/ui/core/message/MessageParser.js +2 -2
- package/src/sap/ui/core/message/MessageProcessor.js +2 -2
- package/src/sap/ui/core/message/MessageType.js +1 -1
- package/src/sap/ui/core/messagebundle.properties +14 -0
- package/src/sap/ui/core/messagebundle_ar.properties +8 -0
- package/src/sap/ui/core/messagebundle_bg.properties +8 -0
- package/src/sap/ui/core/messagebundle_ca.properties +8 -0
- package/src/sap/ui/core/messagebundle_cnr.properties +8 -0
- package/src/sap/ui/core/messagebundle_cs.properties +8 -0
- package/src/sap/ui/core/messagebundle_cy.properties +8 -0
- package/src/sap/ui/core/messagebundle_da.properties +8 -0
- package/src/sap/ui/core/messagebundle_de.properties +8 -0
- package/src/sap/ui/core/messagebundle_el.properties +8 -0
- package/src/sap/ui/core/messagebundle_en.properties +8 -0
- package/src/sap/ui/core/messagebundle_en_GB.properties +8 -0
- package/src/sap/ui/core/messagebundle_en_US_saprigi.properties +8 -0
- package/src/sap/ui/core/messagebundle_es.properties +10 -2
- package/src/sap/ui/core/messagebundle_es_MX.properties +8 -0
- package/src/sap/ui/core/messagebundle_et.properties +8 -0
- package/src/sap/ui/core/messagebundle_fi.properties +8 -0
- package/src/sap/ui/core/messagebundle_fr.properties +8 -0
- package/src/sap/ui/core/messagebundle_fr_CA.properties +18 -10
- package/src/sap/ui/core/messagebundle_hi.properties +9 -1
- package/src/sap/ui/core/messagebundle_hr.properties +8 -0
- package/src/sap/ui/core/messagebundle_hu.properties +8 -0
- package/src/sap/ui/core/messagebundle_id.properties +11 -3
- package/src/sap/ui/core/messagebundle_it.properties +8 -0
- package/src/sap/ui/core/messagebundle_iw.properties +8 -0
- package/src/sap/ui/core/messagebundle_ja.properties +8 -0
- package/src/sap/ui/core/messagebundle_kk.properties +8 -0
- package/src/sap/ui/core/messagebundle_ko.properties +8 -0
- package/src/sap/ui/core/messagebundle_lt.properties +8 -0
- package/src/sap/ui/core/messagebundle_lv.properties +8 -0
- package/src/sap/ui/core/messagebundle_mk.properties +8 -0
- package/src/sap/ui/core/messagebundle_ms.properties +8 -0
- package/src/sap/ui/core/messagebundle_nl.properties +8 -0
- package/src/sap/ui/core/messagebundle_no.properties +8 -0
- package/src/sap/ui/core/messagebundle_pl.properties +8 -0
- package/src/sap/ui/core/messagebundle_pt.properties +8 -0
- package/src/sap/ui/core/messagebundle_pt_PT.properties +8 -0
- package/src/sap/ui/core/messagebundle_ro.properties +10 -2
- package/src/sap/ui/core/messagebundle_ru.properties +8 -0
- package/src/sap/ui/core/messagebundle_sh.properties +8 -0
- package/src/sap/ui/core/messagebundle_sk.properties +8 -0
- package/src/sap/ui/core/messagebundle_sl.properties +10 -2
- package/src/sap/ui/core/messagebundle_sr.properties +8 -0
- package/src/sap/ui/core/messagebundle_sv.properties +8 -0
- package/src/sap/ui/core/messagebundle_th.properties +9 -1
- package/src/sap/ui/core/messagebundle_tr.properties +8 -0
- package/src/sap/ui/core/messagebundle_uk.properties +8 -0
- package/src/sap/ui/core/messagebundle_vi.properties +10 -2
- package/src/sap/ui/core/messagebundle_zh_CN.properties +8 -0
- package/src/sap/ui/core/messagebundle_zh_TW.properties +8 -0
- package/src/sap/ui/core/mvc/Controller.js +28 -100
- package/src/sap/ui/core/mvc/ControllerExtension.js +1 -1
- package/src/sap/ui/core/mvc/ControllerExtensionProvider.js +79 -5
- package/src/sap/ui/core/mvc/ControllerMetadata.js +1 -6
- package/src/sap/ui/core/mvc/EventHandlerResolver.js +1 -1
- package/src/sap/ui/core/mvc/HTMLView.js +2 -2
- package/src/sap/ui/core/mvc/HTMLViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/JSONView.js +2 -2
- package/src/sap/ui/core/mvc/JSONViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/JSView.js +2 -2
- package/src/sap/ui/core/mvc/JSViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/OverrideExecution.js +1 -1
- package/src/sap/ui/core/mvc/TemplateView.js +2 -2
- package/src/sap/ui/core/mvc/TemplateViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/View.js +44 -19
- package/src/sap/ui/core/mvc/ViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/ViewType.js +1 -1
- package/src/sap/ui/core/mvc/XMLProcessingMode.js +1 -1
- package/src/sap/ui/core/mvc/XMLView.js +21 -2
- package/src/sap/ui/core/mvc/XMLViewRenderer.js +1 -1
- package/src/sap/ui/core/plugin/DeclarativeSupport.js +2 -2
- package/src/sap/ui/core/plugin/LessSupport.js +2 -2
- package/src/sap/ui/core/plugin/TemplatingSupport.js +2 -2
- package/src/sap/ui/core/postmessage/Bus.js +2 -2
- package/src/sap/ui/core/postmessage/confirmationDialog.js +2 -2
- package/src/sap/ui/core/routing/HashChanger.js +1 -1
- package/src/sap/ui/core/routing/HashChangerBase.js +1 -1
- package/src/sap/ui/core/routing/History.js +1 -1
- package/src/sap/ui/core/routing/Route.js +1 -1
- package/src/sap/ui/core/routing/Router.js +3 -1
- package/src/sap/ui/core/routing/RouterHashChanger.js +1 -1
- package/src/sap/ui/core/routing/Target.js +1 -1
- package/src/sap/ui/core/routing/TargetCache.js +1 -1
- package/src/sap/ui/core/routing/Targets.js +25 -1
- package/src/sap/ui/core/routing/Views.js +1 -1
- package/src/sap/ui/core/routing/async/Route.js +1 -1
- package/src/sap/ui/core/routing/async/Target.js +1 -1
- package/src/sap/ui/core/routing/async/TargetCache.js +1 -1
- package/src/sap/ui/core/routing/async/Targets.js +1 -1
- package/src/sap/ui/core/routing/sync/Route.js +1 -1
- package/src/sap/ui/core/routing/sync/Target.js +1 -1
- package/src/sap/ui/core/routing/sync/TargetCache.js +1 -1
- package/src/sap/ui/core/routing/sync/Targets.js +1 -1
- package/src/sap/ui/core/rules/App.support.js +1 -1
- package/src/sap/ui/core/rules/Config.support.js +1 -1
- package/src/sap/ui/core/rules/CoreHelper.support.js +1 -1
- package/src/sap/ui/core/rules/Misc.support.js +1 -1
- package/src/sap/ui/core/rules/Model.support.js +1 -1
- package/src/sap/ui/core/rules/Rendering.support.js +1 -1
- package/src/sap/ui/core/rules/Theming.support.js +1 -1
- package/src/sap/ui/core/rules/View.support.js +1 -1
- package/src/sap/ui/core/search/OpenSearchProvider.js +2 -2
- package/src/sap/ui/core/search/SearchProvider.js +2 -2
- package/src/sap/ui/core/service/Service.js +2 -2
- package/src/sap/ui/core/service/ServiceFactory.js +2 -2
- package/src/sap/ui/core/service/ServiceFactoryRegistry.js +2 -2
- package/src/sap/ui/core/support/BootSupportTool.js +1 -1
- package/src/sap/ui/core/support/Hotkeys.js +1 -1
- package/src/sap/ui/core/support/Plugin.js +2 -2
- package/src/sap/ui/core/support/RuleEngineOpaExtension.js +1 -1
- package/src/sap/ui/core/support/Support.js +2 -2
- package/src/sap/ui/core/support/ToolsAPI.js +1 -1
- package/src/sap/ui/core/support/bootstrapFallback.js +1 -1
- package/src/sap/ui/core/support/controls/InteractionSlider.js +1 -1
- package/src/sap/ui/core/support/controls/InteractionTree.js +1 -1
- package/src/sap/ui/core/support/controls/ObjectViewer.js +1 -1
- package/src/sap/ui/core/support/controls/TimelineOverview.js +1 -1
- package/src/sap/ui/core/support/controls/TreeViewer.js +1 -1
- package/src/sap/ui/core/support/debugReboot.js +1 -1
- package/src/sap/ui/core/support/plugins/Breakpoint.js +1 -1
- package/src/sap/ui/core/support/plugins/ControlTree.js +2 -2
- package/src/sap/ui/core/support/plugins/Debugging.js +1 -1
- package/src/sap/ui/core/support/plugins/Interaction.js +2 -2
- package/src/sap/ui/core/support/plugins/LocalStorage.js +2 -2
- package/src/sap/ui/core/support/plugins/Performance.js +2 -2
- package/src/sap/ui/core/support/plugins/Selector.js +2 -2
- package/src/sap/ui/core/support/plugins/TechInfo.js +2 -2
- package/src/sap/ui/core/support/plugins/Trace.js +2 -2
- package/src/sap/ui/core/support/plugins/ViewInfo.js +2 -2
- package/src/sap/ui/core/support/techinfo/TechnicalInfo.js +1 -1
- package/src/sap/ui/core/support/techinfo/moduleTreeHelper.js +13 -1
- package/src/sap/ui/core/support/trace/E2eTraceLib.js +1 -1
- package/src/sap/ui/core/support/trace/EppLib.js +1 -1
- package/src/sap/ui/core/support/usage/EventBroadcaster.js +6 -6
- package/src/sap/ui/core/syncStyleClass.js +1 -1
- package/src/sap/ui/core/themes/base/base.less +399 -24
- package/src/sap/ui/core/themes/base/global.less +7 -0
- package/src/sap/ui/core/themes/base/icons/favicon.ico +0 -0
- package/src/sap/ui/core/themes/base/library.source.less +1 -1
- package/src/sap/ui/core/themes/base/skeleton.less +12 -6
- package/src/sap/ui/core/themes/sap_hcb/.theming +2 -1
- package/src/sap/ui/core/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/ui/core/theming/Parameters.js +1 -1
- package/src/sap/ui/core/theming/ThemeHelper.js +37 -27
- package/src/sap/ui/core/theming/ThemeManager.js +8 -3
- package/src/sap/ui/core/tmpl/DOMAttribute.js +2 -2
- package/src/sap/ui/core/tmpl/DOMElement.js +2 -2
- package/src/sap/ui/core/tmpl/DOMElementRenderer.js +1 -1
- package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +2 -2
- package/src/sap/ui/core/tmpl/Template.js +2 -2
- package/src/sap/ui/core/tmpl/TemplateControl.js +2 -2
- package/src/sap/ui/core/tmpl/TemplateControlRenderer.js +1 -1
- package/src/sap/ui/core/tmpl/_parsePath.js +1 -1
- package/src/sap/ui/core/util/AsyncHintsHelper.js +2 -2
- package/src/sap/ui/core/util/DraftEnabledMockServer.js +1 -1
- package/src/sap/ui/core/util/Export.js +2 -2
- package/src/sap/ui/core/util/ExportCell.js +2 -2
- package/src/sap/ui/core/util/ExportColumn.js +2 -2
- package/src/sap/ui/core/util/ExportRow.js +2 -2
- package/src/sap/ui/core/util/ExportType.js +2 -2
- package/src/sap/ui/core/util/ExportTypeCSV.js +2 -2
- package/src/sap/ui/core/util/File.js +2 -2
- package/src/sap/ui/core/util/LibraryInfo.js +2 -2
- package/src/sap/ui/core/util/MockServer.js +2 -2
- package/src/sap/ui/core/util/PasteHelper.js +2 -2
- package/src/sap/ui/core/util/ResponsivePaddingsEnablement.js +1 -1
- package/src/sap/ui/core/util/ShortcutHelper.js +1 -1
- package/src/sap/ui/core/util/XMLPreprocessor.js +1 -1
- package/src/sap/ui/core/util/_LocalizationHelper.js +1 -1
- package/src/sap/ui/core/util/reflection/BaseTreeModifier.js +1 -1
- package/src/sap/ui/core/util/reflection/JsControlTreeModifier.js +1 -1
- package/src/sap/ui/core/util/reflection/XmlTreeModifier.js +1 -1
- package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +2 -2
- package/src/sap/ui/core/util/serializer/Serializer.js +2 -2
- package/src/sap/ui/core/util/serializer/ViewSerializer.js +2 -2
- package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +2 -2
- package/src/sap/ui/core/util/serializer/delegate/Delegate.js +2 -2
- package/src/sap/ui/core/util/serializer/delegate/HTML.js +2 -2
- package/src/sap/ui/core/util/serializer/delegate/XML.js +2 -2
- package/src/sap/ui/core/webc/WebComponent.js +2 -2
- package/src/sap/ui/core/webc/WebComponentMetadata.js +2 -2
- package/src/sap/ui/core/webc/WebComponentRenderer.js +1 -1
- package/src/sap/ui/core/ws/ReadyState.js +2 -2
- package/src/sap/ui/core/ws/SapPcpWebSocket.js +2 -2
- package/src/sap/ui/core/ws/WebSocket.js +2 -2
- package/src/sap/ui/debug/ControlTree.js +2 -2
- package/src/sap/ui/debug/DebugEnv.js +2 -2
- package/src/sap/ui/debug/Highlighter.js +1 -1
- package/src/sap/ui/debug/LogViewer.js +1 -1
- package/src/sap/ui/debug/PropertyList.js +2 -2
- package/src/sap/ui/dom/_ready.js +1 -1
- package/src/sap/ui/dom/containsOrEquals.js +1 -1
- package/src/sap/ui/dom/denormalizeScrollBeginRTL.js +1 -1
- package/src/sap/ui/dom/denormalizeScrollLeftRTL.js +1 -1
- package/src/sap/ui/dom/findTabbable.js +1 -1
- package/src/sap/ui/dom/getComputedStyleFix.js +1 -1
- package/src/sap/ui/dom/getFirstEditableInput.js +1 -1
- package/src/sap/ui/dom/getOwnerWindow.js +1 -1
- package/src/sap/ui/dom/getScrollbarSize.js +1 -1
- package/src/sap/ui/dom/includeScript.js +1 -1
- package/src/sap/ui/dom/includeStylesheet.js +1 -1
- package/src/sap/ui/dom/isBehindOtherElement.js +1 -1
- package/src/sap/ui/dom/isElementCovered.js +1 -1
- package/src/sap/ui/dom/isHidden.js +1 -1
- package/src/sap/ui/dom/jquery/Aria.js +1 -1
- package/src/sap/ui/dom/jquery/Focusable.js +1 -1
- package/src/sap/ui/dom/jquery/Selection.js +1 -1
- package/src/sap/ui/dom/jquery/Selectors.js +1 -1
- package/src/sap/ui/dom/jquery/control.js +1 -1
- package/src/sap/ui/dom/jquery/cursorPos.js +1 -1
- package/src/sap/ui/dom/jquery/getSelectedText.js +1 -1
- package/src/sap/ui/dom/jquery/hasTabIndex.js +1 -1
- package/src/sap/ui/dom/jquery/parentByAttribute.js +1 -1
- package/src/sap/ui/dom/jquery/rect.js +1 -1
- package/src/sap/ui/dom/jquery/rectContains.js +1 -1
- package/src/sap/ui/dom/jquery/scrollLeftRTL.js +1 -1
- package/src/sap/ui/dom/jquery/scrollRightRTL.js +1 -1
- package/src/sap/ui/dom/jquery/selectText.js +1 -1
- package/src/sap/ui/dom/jquery/zIndex.js +1 -1
- package/src/sap/ui/dom/units/Rem.js +1 -1
- package/src/sap/ui/events/ControlEvents.js +1 -1
- package/src/sap/ui/events/F6Navigation.js +1 -1
- package/src/sap/ui/events/KeyCodes.js +1 -1
- package/src/sap/ui/events/PasteEventFix.js +1 -1
- package/src/sap/ui/events/PseudoEvents.js +1 -1
- package/src/sap/ui/events/TouchToMouseMapping.js +1 -1
- package/src/sap/ui/events/checkMouseEnterOrLeave.js +1 -1
- package/src/sap/ui/events/isMouseEventDelayed.js +1 -1
- package/src/sap/ui/events/isSpecialKey.js +1 -1
- package/src/sap/ui/events/jquery/EventExtension.js +1 -1
- package/src/sap/ui/events/jquery/EventSimulation.js +1 -1
- package/src/sap/ui/events/jquery/EventTriggerHook.js +1 -1
- package/src/sap/ui/model/Binding.js +1 -1
- package/src/sap/ui/model/BindingMode.js +1 -1
- package/src/sap/ui/model/ChangeReason.js +1 -1
- package/src/sap/ui/model/ClientContextBinding.js +1 -1
- package/src/sap/ui/model/ClientListBinding.js +1 -1
- package/src/sap/ui/model/ClientModel.js +2 -2
- package/src/sap/ui/model/ClientPropertyBinding.js +1 -1
- package/src/sap/ui/model/ClientTreeBinding.js +1 -1
- package/src/sap/ui/model/ClientTreeBindingAdapter.js +1 -1
- package/src/sap/ui/model/CompositeBinding.js +1 -1
- package/src/sap/ui/model/CompositeDataState.js +2 -2
- package/src/sap/ui/model/CompositeType.js +2 -2
- package/src/sap/ui/model/Context.js +1 -1
- package/src/sap/ui/model/ContextBinding.js +1 -1
- package/src/sap/ui/model/DataState.js +2 -2
- package/src/sap/ui/model/Filter.js +1 -1
- package/src/sap/ui/model/FilterOperator.js +1 -1
- package/src/sap/ui/model/FilterProcessor.js +1 -1
- package/src/sap/ui/model/FilterType.js +1 -1
- package/src/sap/ui/model/FormatException.js +1 -1
- package/src/sap/ui/model/ListBinding.js +1 -1
- package/src/sap/ui/model/ManagedObjectBindingSupport.js +1 -1
- package/src/sap/ui/model/MetaModel.js +2 -2
- package/src/sap/ui/model/Model.js +2 -2
- package/src/sap/ui/model/ParseException.js +1 -1
- package/src/sap/ui/model/PropertyBinding.js +1 -1
- package/src/sap/ui/model/SelectionModel.js +2 -2
- package/src/sap/ui/model/SimpleType.js +2 -2
- package/src/sap/ui/model/Sorter.js +1 -1
- package/src/sap/ui/model/SorterProcessor.js +1 -1
- package/src/sap/ui/model/StaticBinding.js +1 -1
- package/src/sap/ui/model/TreeAutoExpandMode.js +2 -2
- package/src/sap/ui/model/TreeBinding.js +1 -1
- package/src/sap/ui/model/TreeBindingAdapter.js +1 -1
- package/src/sap/ui/model/TreeBindingCompatibilityAdapter.js +1 -1
- package/src/sap/ui/model/TreeBindingUtils.js +1 -1
- package/src/sap/ui/model/Type.js +2 -2
- package/src/sap/ui/model/ValidateException.js +1 -1
- package/src/sap/ui/model/_Helper.js +1 -1
- package/src/sap/ui/model/analytics/AnalyticalBinding.js +1 -1
- package/src/sap/ui/model/analytics/AnalyticalTreeBindingAdapter.js +1 -1
- package/src/sap/ui/model/analytics/AnalyticalVersionInfo.js +1 -1
- package/src/sap/ui/model/analytics/BatchResponseCollector.js +1 -1
- package/src/sap/ui/model/analytics/ODataModelAdapter.js +1 -1
- package/src/sap/ui/model/analytics/odata4analytics.js +1 -1
- package/src/sap/ui/model/base/ManagedObjectModel.js +1 -1
- package/src/sap/ui/model/controlhelper/TreeBindingProxy.js +1 -1
- package/src/sap/ui/model/json/JSONListBinding.js +1 -1
- package/src/sap/ui/model/json/JSONModel.js +2 -2
- package/src/sap/ui/model/json/JSONPropertyBinding.js +1 -1
- package/src/sap/ui/model/json/JSONTreeBinding.js +1 -1
- package/src/sap/ui/model/message/MessageListBinding.js +1 -1
- package/src/sap/ui/model/message/MessageModel.js +2 -2
- package/src/sap/ui/model/message/MessagePropertyBinding.js +1 -1
- package/src/sap/ui/model/odata/AnnotationHelper.js +1 -1
- package/src/sap/ui/model/odata/AnnotationParser.js +1 -1
- package/src/sap/ui/model/odata/CountMode.js +1 -1
- package/src/sap/ui/model/odata/Filter.js +1 -1
- package/src/sap/ui/model/odata/MessageScope.js +1 -1
- package/src/sap/ui/model/odata/ODataAnnotations.js +2 -2
- package/src/sap/ui/model/odata/ODataContextBinding.js +1 -1
- package/src/sap/ui/model/odata/ODataExpressionAddons.js +1 -1
- package/src/sap/ui/model/odata/ODataListBinding.js +1 -1
- package/src/sap/ui/model/odata/ODataMessageParser.js +2 -2
- package/src/sap/ui/model/odata/ODataMetaModel.js +2 -2
- package/src/sap/ui/model/odata/ODataMetadata.js +6 -3
- package/src/sap/ui/model/odata/ODataModel.js +2 -2
- package/src/sap/ui/model/odata/ODataPropertyBinding.js +1 -1
- package/src/sap/ui/model/odata/ODataTreeBinding.js +1 -1
- package/src/sap/ui/model/odata/ODataTreeBindingAdapter.js +1 -1
- package/src/sap/ui/model/odata/ODataTreeBindingFlat.js +1 -1
- package/src/sap/ui/model/odata/ODataUtils.js +1 -1
- package/src/sap/ui/model/odata/OperationMode.js +1 -1
- package/src/sap/ui/model/odata/UpdateMethod.js +1 -1
- package/src/sap/ui/model/odata/_AnnotationHelperBasics.js +1 -1
- package/src/sap/ui/model/odata/_AnnotationHelperExpression.js +1 -1
- package/src/sap/ui/model/odata/_ODataMetaModelUtils.js +1 -1
- package/src/sap/ui/model/odata/type/Boolean.js +2 -2
- package/src/sap/ui/model/odata/type/Byte.js +2 -2
- package/src/sap/ui/model/odata/type/Currency.js +2 -2
- package/src/sap/ui/model/odata/type/Date.js +2 -2
- package/src/sap/ui/model/odata/type/DateTime.js +2 -2
- package/src/sap/ui/model/odata/type/DateTimeBase.js +2 -2
- package/src/sap/ui/model/odata/type/DateTimeOffset.js +2 -2
- package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +2 -2
- package/src/sap/ui/model/odata/type/Decimal.js +2 -2
- package/src/sap/ui/model/odata/type/Double.js +2 -2
- package/src/sap/ui/model/odata/type/Guid.js +2 -2
- package/src/sap/ui/model/odata/type/Int.js +2 -2
- package/src/sap/ui/model/odata/type/Int16.js +2 -2
- package/src/sap/ui/model/odata/type/Int32.js +2 -2
- package/src/sap/ui/model/odata/type/Int64.js +2 -2
- package/src/sap/ui/model/odata/type/ODataType.js +2 -2
- package/src/sap/ui/model/odata/type/Raw.js +2 -2
- package/src/sap/ui/model/odata/type/SByte.js +2 -2
- package/src/sap/ui/model/odata/type/Single.js +2 -2
- package/src/sap/ui/model/odata/type/Stream.js +2 -2
- package/src/sap/ui/model/odata/type/String.js +2 -2
- package/src/sap/ui/model/odata/type/Time.js +2 -2
- package/src/sap/ui/model/odata/type/TimeOfDay.js +2 -2
- package/src/sap/ui/model/odata/type/Unit.js +2 -2
- package/src/sap/ui/model/odata/type/UnitMixin.js +1 -1
- package/src/sap/ui/model/odata/v2/BatchMode.js +1 -1
- package/src/sap/ui/model/odata/v2/Context.js +2 -2
- package/src/sap/ui/model/odata/v2/ODataAnnotations.js +2 -2
- package/src/sap/ui/model/odata/v2/ODataContextBinding.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataListBinding.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataModel.js +50 -41
- package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +2 -2
- package/src/sap/ui/model/odata/v2/_CreatedContextsCache.js +1 -1
- package/src/sap/ui/model/odata/v4/AnnotationHelper.js +1 -1
- package/src/sap/ui/model/odata/v4/Context.js +94 -36
- package/src/sap/ui/model/odata/v4/ODataBinding.js +16 -10
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +5 -5
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +157 -23
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +64 -5
- package/src/sap/ui/model/odata/v4/ODataModel.js +15 -3
- package/src/sap/ui/model/odata/v4/ODataParentBinding.js +6 -3
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +4 -3
- package/src/sap/ui/model/odata/v4/ODataUtils.js +1 -1
- package/src/sap/ui/model/odata/v4/SubmitMode.js +1 -1
- package/src/sap/ui/model/odata/v4/ValueListType.js +1 -1
- package/src/sap/ui/model/odata/v4/_AnnotationHelperExpression.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +88 -11
- package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Batch.js +6 -2
- package/src/sap/ui/model/odata/v4/lib/_Cache.js +37 -12
- package/src/sap/ui/model/odata/v4/lib/_ConcatHelper.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_GroupLock.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Helper.js +34 -18
- package/src/sap/ui/model/odata/v4/lib/_MetadataConverter.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_MetadataRequestor.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_MinMaxHelper.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Parser.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Requestor.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_TreeState.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_V2MetadataConverter.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_V2Requestor.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_V4MetadataConverter.js +1 -1
- package/src/sap/ui/model/odata/v4/ts.js +1 -1
- package/src/sap/ui/model/resource/ResourceModel.js +2 -2
- package/src/sap/ui/model/resource/ResourcePropertyBinding.js +1 -1
- package/src/sap/ui/model/type/Boolean.js +2 -2
- package/src/sap/ui/model/type/Currency.js +2 -2
- package/src/sap/ui/model/type/Date.js +2 -2
- package/src/sap/ui/model/type/DateInterval.js +2 -2
- package/src/sap/ui/model/type/DateTime.js +2 -2
- package/src/sap/ui/model/type/DateTimeInterval.js +2 -2
- package/src/sap/ui/model/type/FileSize.js +2 -2
- package/src/sap/ui/model/type/Float.js +2 -2
- package/src/sap/ui/model/type/Integer.js +2 -2
- package/src/sap/ui/model/type/String.js +2 -2
- package/src/sap/ui/model/type/Time.js +2 -2
- package/src/sap/ui/model/type/TimeInterval.js +2 -2
- package/src/sap/ui/model/type/Unit.js +2 -2
- package/src/sap/ui/model/xml/XMLListBinding.js +1 -1
- package/src/sap/ui/model/xml/XMLModel.js +2 -2
- package/src/sap/ui/model/xml/XMLPropertyBinding.js +1 -1
- package/src/sap/ui/model/xml/XMLTreeBinding.js +1 -1
- package/src/sap/ui/performance/BeaconRequest.js +1 -1
- package/src/sap/ui/performance/Measurement.js +1 -1
- package/src/sap/ui/performance/XHRInterceptor.js +1 -1
- package/src/sap/ui/performance/trace/FESR.js +1 -1
- package/src/sap/ui/performance/trace/FESRHelper.js +1 -1
- package/src/sap/ui/performance/trace/Interaction.js +1 -1
- package/src/sap/ui/performance/trace/Passport.js +1 -1
- package/src/sap/ui/performance/trace/_InteractionImpl.js +1 -1
- package/src/sap/ui/performance/trace/initTraces.js +1 -1
- package/src/sap/ui/qunit/QUnitUtils.js +1 -1
- package/src/sap/ui/qunit/qunit-2-css.js +1 -1
- package/src/sap/ui/qunit/qunit-coverage-istanbul.js +1 -1
- package/src/sap/ui/qunit/qunit-coverage.js +1 -1
- package/src/sap/ui/qunit/qunit-css.js +1 -1
- package/src/sap/ui/qunit/qunit-junit.js +1 -1
- package/src/sap/ui/qunit/qunit-redirect.js +1 -1
- package/src/sap/ui/qunit/sinon-qunit-bridge.js +1 -1
- package/src/sap/ui/qunit/utils/ControlIterator.js +2 -2
- package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +2 -2
- package/src/sap/ui/qunit/utils/createAndAppendDiv.js +1 -1
- package/src/sap/ui/qunit/utils/nextUIUpdate.js +1 -1
- package/src/sap/ui/qunit/utils/waitForThemeApplied.js +1 -1
- package/src/sap/ui/security/FrameOptions.js +1 -1
- package/src/sap/ui/test/BlanketReporter.js +1 -1
- package/src/sap/ui/test/BranchTracking.js +1 -1
- package/src/sap/ui/test/ModuleTracking.js +1 -1
- package/src/sap/ui/test/Opa.js +1 -1
- package/src/sap/ui/test/Opa5.js +1 -1
- package/src/sap/ui/test/OpaBuilder.js +1 -1
- package/src/sap/ui/test/OpaExtension.js +1 -1
- package/src/sap/ui/test/OpaPlugin.js +1 -1
- package/src/sap/ui/test/PageObjectFactory.js +1 -1
- package/src/sap/ui/test/RecordReplay.js +1 -1
- package/src/sap/ui/test/RecorderHotkeyListener.js +1 -1
- package/src/sap/ui/test/TestUtils.js +2 -2
- package/src/sap/ui/test/_BrowserLogCollector.js +1 -1
- package/src/sap/ui/test/_ControlFinder.js +1 -1
- package/src/sap/ui/test/_FocusListener.js +1 -1
- package/src/sap/ui/test/_LogCollector.js +1 -1
- package/src/sap/ui/test/_OpaLogger.js +1 -1
- package/src/sap/ui/test/_OpaUriParameterParser.js +1 -1
- package/src/sap/ui/test/_ParameterValidator.js +1 -1
- package/src/sap/ui/test/_UsageReport.js +1 -1
- package/src/sap/ui/test/_ValidationParameters.js +1 -1
- package/src/sap/ui/test/actions/Action.js +1 -1
- package/src/sap/ui/test/actions/Drag.js +1 -1
- package/src/sap/ui/test/actions/Drop.js +1 -1
- package/src/sap/ui/test/actions/EnterText.js +1 -1
- package/src/sap/ui/test/actions/Press.js +1 -1
- package/src/sap/ui/test/actions/Scroll.js +1 -1
- package/src/sap/ui/test/autowaiter/WaiterBase.js +1 -1
- package/src/sap/ui/test/autowaiter/_UIUpdatesWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_XHRWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_autoWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_autoWaiterAsync.js +1 -1
- package/src/sap/ui/test/autowaiter/_cssAnimationWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_cssTransitionWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_fetchWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_jsAnimationWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_moduleWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_navigationContainerWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_promiseWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_resourceWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_timeoutWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_utils.js +1 -1
- package/src/sap/ui/test/generic/GenericTestCollection.js +1 -1
- package/src/sap/ui/test/generic/TestBase.js +2 -2
- package/src/sap/ui/test/generic/Utils.js +1 -1
- package/src/sap/ui/test/generic/_EnforceSemanticRendering.js +1 -1
- package/src/sap/ui/test/gherkin/GherkinTestGenerator.js +1 -1
- package/src/sap/ui/test/gherkin/StepDefinitions.js +1 -1
- package/src/sap/ui/test/gherkin/dataTableUtils.js +1 -1
- package/src/sap/ui/test/gherkin/opa5TestHarness.js +1 -1
- package/src/sap/ui/test/gherkin/qUnitTestHarness.js +1 -1
- package/src/sap/ui/test/gherkin/simpleGherkinParser.js +1 -1
- package/src/sap/ui/test/launchers/componentLauncher.js +1 -1
- package/src/sap/ui/test/launchers/iFrameLauncher.js +1 -1
- package/src/sap/ui/test/matchers/AggregationContainsPropertyEqual.js +1 -1
- package/src/sap/ui/test/matchers/AggregationEmpty.js +1 -1
- package/src/sap/ui/test/matchers/AggregationFilled.js +1 -1
- package/src/sap/ui/test/matchers/AggregationLengthEquals.js +1 -1
- package/src/sap/ui/test/matchers/Ancestor.js +1 -1
- package/src/sap/ui/test/matchers/BindingPath.js +1 -1
- package/src/sap/ui/test/matchers/Descendant.js +1 -1
- package/src/sap/ui/test/matchers/I18NText.js +1 -1
- package/src/sap/ui/test/matchers/Interactable.js +1 -1
- package/src/sap/ui/test/matchers/LabelFor.js +1 -1
- package/src/sap/ui/test/matchers/Matcher.js +1 -1
- package/src/sap/ui/test/matchers/MatcherFactory.js +1 -1
- package/src/sap/ui/test/matchers/Properties.js +1 -1
- package/src/sap/ui/test/matchers/PropertyStrictEquals.js +1 -1
- package/src/sap/ui/test/matchers/Sibling.js +1 -1
- package/src/sap/ui/test/matchers/Visible.js +1 -1
- package/src/sap/ui/test/matchers/_Busy.js +1 -1
- package/src/sap/ui/test/matchers/_Editable.js +1 -1
- package/src/sap/ui/test/matchers/_Enabled.js +1 -1
- package/src/sap/ui/test/matchers/_Visitor.js +1 -1
- package/src/sap/ui/test/matchers/matchers.js +1 -1
- package/src/sap/ui/test/opaQunit.js +1 -1
- package/src/sap/ui/test/pipelines/ActionPipeline.js +1 -1
- package/src/sap/ui/test/pipelines/MatcherPipeline.js +1 -1
- package/src/sap/ui/test/pipelines/PipelineFactory.js +1 -1
- package/src/sap/ui/test/qunitPause.js +1 -1
- package/src/sap/ui/test/selectors/_BindingPath.js +1 -1
- package/src/sap/ui/test/selectors/_ControlSelectorGenerator.js +1 -1
- package/src/sap/ui/test/selectors/_ControlSelectorValidator.js +1 -1
- package/src/sap/ui/test/selectors/_ControlType.js +1 -1
- package/src/sap/ui/test/selectors/_DropdownItem.js +1 -1
- package/src/sap/ui/test/selectors/_GlobalID.js +1 -1
- package/src/sap/ui/test/selectors/_LabelFor.js +1 -1
- package/src/sap/ui/test/selectors/_Properties.js +1 -1
- package/src/sap/ui/test/selectors/_Selector.js +1 -1
- package/src/sap/ui/test/selectors/_TableRowItem.js +1 -1
- package/src/sap/ui/test/selectors/_ViewID.js +1 -1
- package/src/sap/ui/test/selectors/_selectors.js +1 -1
- package/src/sap/ui/test/starter/_configureLoader.js +1 -1
- package/src/sap/ui/test/starter/_setupAndStart.js +1 -1
- package/src/sap/ui/test/starter/_utils.js +2 -3
- package/src/sap/ui/test/starter/createSuite.js +1 -1
- package/src/sap/ui/test/starter/runTest.js +1 -1
- package/src/sap/ui/test/utils/nextUIUpdate.js +1 -1
- package/src/sap/ui/test/utils/waitForThemeApplied.js +1 -1
- package/src/sap/ui/thirdparty/RequestRecorder.js +1 -1
- package/src/sap/ui/thirdparty/caja-html-sanitizer.js +1 -1
- package/src/sap/ui/util/ActivityDetection.js +1 -1
- package/src/sap/ui/util/Mobile.js +1 -1
- package/src/sap/ui/util/Storage.js +2 -2
- package/src/sap/ui/util/XMLHelper.js +1 -1
- package/src/sap/ui/util/_FeatureDetection.js +1 -1
- package/src/sap/ui/util/_enforceNoReturnValue.js +1 -1
- package/src/sap/ui/util/defaultLinkTypes.js +1 -1
- package/src/sap/ui/util/isCrossOriginURL.js +1 -1
- package/src/sap/ui/util/openWindow.js +1 -1
- package/src/sap-ui-boot.js +1 -1
- package/src/sap-ui-core-nojQuery.js +1 -1
- package/src/sap-ui-core.js +1 -1
- package/src/sap-ui-debug.js +1 -1
- package/src/ui5loader-autoconfig.js +3 -1
- package/src/ui5loader.js +30 -8
- package/ui5.yaml +1 -1
- package/.reuse/dep5 +0 -471
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-
|
|
3
|
-
// * Theming Engine
|
|
4
|
-
// * data:{"sModified":"
|
|
2
|
+
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 15.0.6
|
|
4
|
+
// * data:{"sModified":"2025-04-10T09:27:38Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/baseTheme/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/baseTheme/base.less (Version 11.29.1) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Label "Brand Color"]
|
|
@@ -88,6 +88,14 @@
|
|
|
88
88
|
// [Type "image"]
|
|
89
89
|
@sapCompanyLogo: @sapDefault_URI;
|
|
90
90
|
|
|
91
|
+
// [Label "Favicon"]
|
|
92
|
+
// [Description "The URI to the favorite or shortcut icon displayed."]
|
|
93
|
+
// [Tags "Base", "URI", "Image", "Protected"]
|
|
94
|
+
// [Protected "true"]
|
|
95
|
+
// [Category "Image"]
|
|
96
|
+
// [Type "image"]
|
|
97
|
+
@sapFavicon: @sapDefault_URI;
|
|
98
|
+
|
|
91
99
|
// [Label "Background Image/Gradient"]
|
|
92
100
|
// [Description "The gradient or the URI to the image which is shown as background."]
|
|
93
101
|
// [Tags "Quick", "Base", "URI", "Image", "Protected"]
|
|
@@ -526,7 +534,7 @@
|
|
|
526
534
|
// [Label "Placeholder Loading Background Color"]
|
|
527
535
|
// [Description "The background color of placeholder loading."]
|
|
528
536
|
// [TranslationKey "sapContent_PlaceholderloadBg"]
|
|
529
|
-
// [Tags "Base", "Content", "Color", "Protected"]
|
|
537
|
+
// [Tags "Base", "Content", "Color", "Protected", "Busy"]
|
|
530
538
|
// [Protected "true"]
|
|
531
539
|
// [Category "Busy"]
|
|
532
540
|
// [Type "color"]
|
|
@@ -535,7 +543,7 @@
|
|
|
535
543
|
// [Label "Placeholder Loading Gradient"]
|
|
536
544
|
// [Description "The gradient values of placeholder loading."]
|
|
537
545
|
// [TranslationKey "sapContent_PlaceholderloadGrad"]
|
|
538
|
-
// [Tags "Base", "Content", "Color", "Protected"]
|
|
546
|
+
// [Tags "Base", "Content", "Color", "Protected", "Busy"]
|
|
539
547
|
// [Protected "true"]
|
|
540
548
|
// [Category "Busy"]
|
|
541
549
|
// [Type "color"]
|
|
@@ -577,7 +585,7 @@
|
|
|
577
585
|
|
|
578
586
|
// [Label "Busy Color"]
|
|
579
587
|
// [Description "Color of the busy indicator."]
|
|
580
|
-
// [Tags "Base", "Content", "Color", "Protected"]
|
|
588
|
+
// [Tags "Base", "Content", "Color", "Protected", "Busy"]
|
|
581
589
|
// [Protected "true"]
|
|
582
590
|
// [Category "Busy"]
|
|
583
591
|
// [Type "color"]
|
|
@@ -585,7 +593,7 @@
|
|
|
585
593
|
|
|
586
594
|
// [Label "Focus Color"]
|
|
587
595
|
// [Description "The color of the focus."]
|
|
588
|
-
// [Tags "Base", "Content", "Color", "Protected"]
|
|
596
|
+
// [Tags "Base", "Content", "Color", "Protected", "Focus"]
|
|
589
597
|
// [Protected "true"]
|
|
590
598
|
// [Category "Focus"]
|
|
591
599
|
// [Type "color"]
|
|
@@ -593,7 +601,7 @@
|
|
|
593
601
|
|
|
594
602
|
// [Label "Focus Style"]
|
|
595
603
|
// [Description "The style of the focus."]
|
|
596
|
-
// [Tags "Base", "Content", "Protected"]
|
|
604
|
+
// [Tags "Base", "Content", "Protected", "Focus"]
|
|
597
605
|
// [Protected "true"]
|
|
598
606
|
// [Category "Focus"]
|
|
599
607
|
// [Type "borderStyle"]
|
|
@@ -601,7 +609,7 @@
|
|
|
601
609
|
|
|
602
610
|
// [Label "Focus Width"]
|
|
603
611
|
// [Description "The width of the focus."]
|
|
604
|
-
// [Tags "Base", "Content", "Protected"]
|
|
612
|
+
// [Tags "Base", "Content", "Protected", "Focus"]
|
|
605
613
|
// [Protected "true"]
|
|
606
614
|
// [Category "Focus"]
|
|
607
615
|
// [Type "borderWidth"]
|
|
@@ -609,7 +617,7 @@
|
|
|
609
617
|
|
|
610
618
|
// [Label "Focus Contrast Color"]
|
|
611
619
|
// [Description "The alternative focus color."]
|
|
612
|
-
// [Tags "Base", "Content", "Color", "Protected"]
|
|
620
|
+
// [Tags "Base", "Content", "Color", "Protected", "Focus"]
|
|
613
621
|
// [Protected "true"]
|
|
614
622
|
// [Category "Focus"]
|
|
615
623
|
// [Type "color"]
|
|
@@ -1347,6 +1355,7 @@
|
|
|
1347
1355
|
// [Protected "true"]
|
|
1348
1356
|
// [Category "Shadow"]
|
|
1349
1357
|
// [Type "boxShadow"]
|
|
1358
|
+
// [TranslationKey "sapShell_Information_HdShadow"]
|
|
1350
1359
|
@sapContent_Information_HeaderShadow: @sapDefault_Shadow;
|
|
1351
1360
|
|
|
1352
1361
|
// [Label "Light Font Family"]
|
|
@@ -4399,6 +4408,7 @@
|
|
|
4399
4408
|
// [Protected "true"]
|
|
4400
4409
|
// [Category "Button", "Token"]
|
|
4401
4410
|
// [Type "borderRadius"]
|
|
4411
|
+
// [TranslationKey "sapButton_TokenBrdRd"]
|
|
4402
4412
|
@sapButton_TokenBorderCornerRadius: @sapDefault_BorderStyle;
|
|
4403
4413
|
|
|
4404
4414
|
// [Label "Token Border Border Thickness"]
|
|
@@ -4407,6 +4417,7 @@
|
|
|
4407
4417
|
// [Protected "true"]
|
|
4408
4418
|
// [Category "Button", "Token"]
|
|
4409
4419
|
// [Type "borderWidth"]
|
|
4420
|
+
// [TranslationKey "sapButton_Selected_TokenBrdWdth"]
|
|
4410
4421
|
@sapButton_Selected_TokenBorderWidth: @sapDefault_BorderStyle;
|
|
4411
4422
|
|
|
4412
4423
|
// [Label "Read Only Token Background Color"]
|
|
@@ -4415,6 +4426,7 @@
|
|
|
4415
4426
|
// [Protected "true"]
|
|
4416
4427
|
// [Category "Button", "Token"]
|
|
4417
4428
|
// [Type "color"]
|
|
4429
|
+
// [TranslationKey "sapButton_ReadOnly_TokenBg"]
|
|
4418
4430
|
@sapButton_ReadOnly_TokenBackground: @sapDefault_Color;
|
|
4419
4431
|
|
|
4420
4432
|
// [Label "Button Segment Border Corner Radius"]
|
|
@@ -4423,6 +4435,7 @@
|
|
|
4423
4435
|
// [Protected "true"]
|
|
4424
4436
|
// [Category "Button", "Standard"]
|
|
4425
4437
|
// [Type "borderRadius"]
|
|
4438
|
+
// [TranslationKey "sapButton_Segment_BrdRd"]
|
|
4426
4439
|
@sapButton_Segment_BorderCornerRadius: @sapDefault_BorderStyle;
|
|
4427
4440
|
|
|
4428
4441
|
// [Label "Field Background Color"]
|
|
@@ -4864,6 +4877,7 @@
|
|
|
4864
4877
|
// [Protected "true"]
|
|
4865
4878
|
// [Category "Input", "Standard"]
|
|
4866
4879
|
// [Type "color"]
|
|
4880
|
+
// [TranslationKey "sapField_Selector_Hover_Bg"]
|
|
4867
4881
|
@sapField_Selector_Hover_Background: @sapDefault_Color;
|
|
4868
4882
|
|
|
4869
4883
|
// [Label "Selector Invalid Field Hover Background Color"]
|
|
@@ -4872,6 +4886,7 @@
|
|
|
4872
4886
|
// [Protected "true"]
|
|
4873
4887
|
// [Category "Input", "Invalid"]
|
|
4874
4888
|
// [Type "color"]
|
|
4889
|
+
// [TranslationKey "sapField_Selector_Hover_InvBg"]
|
|
4875
4890
|
@sapField_Selector_Hover_InvalidBackground: @sapDefault_Color;
|
|
4876
4891
|
|
|
4877
4892
|
// [Label "Selector Warning Field Hover Background Color"]
|
|
@@ -4880,6 +4895,7 @@
|
|
|
4880
4895
|
// [Protected "true"]
|
|
4881
4896
|
// [Category "Input", "Warning"]
|
|
4882
4897
|
// [Type "color"]
|
|
4898
|
+
// [TranslationKey "sapField_Selector_Hover_WarnBg"]
|
|
4883
4899
|
@sapField_Selector_Hover_WarningBackground: @sapDefault_Color;
|
|
4884
4900
|
|
|
4885
4901
|
// [Label "Selector Success Field Hover Background Color"]
|
|
@@ -4888,6 +4904,7 @@
|
|
|
4888
4904
|
// [Protected "true"]
|
|
4889
4905
|
// [Category "Input", "Success"]
|
|
4890
4906
|
// [Type "color"]
|
|
4907
|
+
// [TranslationKey "sapField_Selector_Hover_SuccBg"]
|
|
4891
4908
|
@sapField_Selector_Hover_SuccessBackground: @sapDefault_Color;
|
|
4892
4909
|
|
|
4893
4910
|
// [Label "Selector Information Field Hover Background Color"]
|
|
@@ -4896,6 +4913,7 @@
|
|
|
4896
4913
|
// [Protected "true"]
|
|
4897
4914
|
// [Category "Input", "Information"]
|
|
4898
4915
|
// [Type "color"]
|
|
4916
|
+
// [TranslationKey "sapField_Selector_Hover_InfBg"]
|
|
4899
4917
|
@sapField_Selector_Hover_InformationBackground: @sapDefault_Color;
|
|
4900
4918
|
|
|
4901
4919
|
// [Label "Picker Border Color"]
|
|
@@ -5266,6 +5284,7 @@
|
|
|
5266
5284
|
// [Protected "true"]
|
|
5267
5285
|
// [Category "List"]
|
|
5268
5286
|
// [Type "borderWidth"]
|
|
5287
|
+
// [TranslationKey "sapList_TableFixedColBrdWdth"]
|
|
5269
5288
|
@sapList_TableFixedColumnBorderWidth: @sapDefault_Dimension;
|
|
5270
5289
|
|
|
5271
5290
|
// [Label "Table Fixed Row Border Thickness"]
|
|
@@ -5274,6 +5293,7 @@
|
|
|
5274
5293
|
// [Protected "true"]
|
|
5275
5294
|
// [Category "List"]
|
|
5276
5295
|
// [Type "borderWidth"]
|
|
5296
|
+
// [TranslationKey "sapList_TableFixedRowBrdWdth"]
|
|
5277
5297
|
@sapList_TableFixedRowBorderWidth: @sapDefault_Dimension;
|
|
5278
5298
|
|
|
5279
5299
|
// [Label "Message Border Width"]
|
|
@@ -5323,6 +5343,7 @@
|
|
|
5323
5343
|
// [Protected "true"]
|
|
5324
5344
|
// [Category "Message"]
|
|
5325
5345
|
// [Type "color"]
|
|
5346
|
+
// [TranslationKey "sapMessage_Button_Hover_Bg"]
|
|
5326
5347
|
@sapMessage_Button_Hover_Background: @sapDefault_Color;
|
|
5327
5348
|
|
|
5328
5349
|
// [Label "Popover Border Corner Radius"]
|
|
@@ -5863,7 +5884,7 @@
|
|
|
5863
5884
|
|
|
5864
5885
|
// [Label "Object Header Background Color"]
|
|
5865
5886
|
// [Description "The background color of object headers."]
|
|
5866
|
-
// [Tags "Base", "Page", "Color", "Protected"]
|
|
5887
|
+
// [Tags "Base", "Page", "Color", "Protected", "ObjectHeader"]
|
|
5867
5888
|
// [Protected "true"]
|
|
5868
5889
|
// [Category "ObjectHeader"]
|
|
5869
5890
|
// [Type "color"]
|
|
@@ -5872,7 +5893,7 @@
|
|
|
5872
5893
|
// [Label "Object Header Hover Background Color"]
|
|
5873
5894
|
// [Description "The hover state background color of object headers."]
|
|
5874
5895
|
// [TranslationKey "sapObjectHeader_Hvr_Bg"]
|
|
5875
|
-
// [Tags "Base", "Page", "Color", "Protected"]
|
|
5896
|
+
// [Tags "Base", "Page", "Color", "Protected", "ObjectHeader"]
|
|
5876
5897
|
// [Protected "true"]
|
|
5877
5898
|
// [Category "ObjectHeader"]
|
|
5878
5899
|
// [Type "color"]
|
|
@@ -5880,7 +5901,7 @@
|
|
|
5880
5901
|
|
|
5881
5902
|
// [Label "Object Header Border Color"]
|
|
5882
5903
|
// [Description "The border color of object layout headers."]
|
|
5883
|
-
// [Tags "Base", "Page", "Color", "Protected"]
|
|
5904
|
+
// [Tags "Base", "Page", "Color", "Protected", "ObjectHeader"]
|
|
5884
5905
|
// [Protected "true"]
|
|
5885
5906
|
// [Category "ObjectHeader"]
|
|
5886
5907
|
// [Type "color"]
|
|
@@ -5889,7 +5910,7 @@
|
|
|
5889
5910
|
// [Label "Object Header Title Text Color"]
|
|
5890
5911
|
// [Description "The text color of object header titles."]
|
|
5891
5912
|
// [TranslationKey "sapObjectHeader_TtlTxtClr"]
|
|
5892
|
-
// [Tags "Base", "Page", "Color", "Protected"]
|
|
5913
|
+
// [Tags "Base", "Page", "Color", "Protected", "ObjectHeader"]
|
|
5893
5914
|
// [Protected "true"]
|
|
5894
5915
|
// [Category "ObjectHeader"]
|
|
5895
5916
|
// [Type "color"]
|
|
@@ -5897,7 +5918,7 @@
|
|
|
5897
5918
|
|
|
5898
5919
|
// [Label "Object Header Title Font Size"]
|
|
5899
5920
|
// [Description "The font size of object header titles."]
|
|
5900
|
-
// [Tags "Base", "Page", "Dimension", "Protected"]
|
|
5921
|
+
// [Tags "Base", "Page", "Dimension", "Protected", "ObjectHeader"]
|
|
5901
5922
|
// [Protected "true"]
|
|
5902
5923
|
// [Category "ObjectHeader"]
|
|
5903
5924
|
// [Type "fontSizes"]
|
|
@@ -5906,7 +5927,7 @@
|
|
|
5906
5927
|
// [Label "Object Header Snapped Title Font Size"]
|
|
5907
5928
|
// [Description "The font size of snapped object header titles."]
|
|
5908
5929
|
// [TranslationKey "sapObjectHeader_TtlSnFntSz"]
|
|
5909
|
-
// [Tags "Base", "Page", "Dimension", "Protected"]
|
|
5930
|
+
// [Tags "Base", "Page", "Dimension", "Protected", "ObjectHeader"]
|
|
5910
5931
|
// [Protected "true"]
|
|
5911
5932
|
// [Category "ObjectHeader"]
|
|
5912
5933
|
// [Type "fontSizes"]
|
|
@@ -5915,7 +5936,7 @@
|
|
|
5915
5936
|
// [Label "Object Header Title Font Family"]
|
|
5916
5937
|
// [Description "The font family of object header titles."]
|
|
5917
5938
|
// [TranslationKey "sapObjectHeader_TtlFntFmly"]
|
|
5918
|
-
// [Tags "Base", "Page", "Font", "Protected"]
|
|
5939
|
+
// [Tags "Base", "Page", "Font", "Protected", "ObjectHeader"]
|
|
5919
5940
|
// [Protected "true"]
|
|
5920
5941
|
// [Category "ObjectHeader"]
|
|
5921
5942
|
// [Type "fontFamilies"]
|
|
@@ -5924,7 +5945,7 @@
|
|
|
5924
5945
|
// [Label "Object Header Subtitle Text Color"]
|
|
5925
5946
|
// [Description "The text color of object header subtitles."]
|
|
5926
5947
|
// [TranslationKey "sapObjectHeader_SubttlTxtClr"]
|
|
5927
|
-
// [Tags "Base", "Page", "Color", "Protected"]
|
|
5948
|
+
// [Tags "Base", "Page", "Color", "Protected", "ObjectHeader"]
|
|
5928
5949
|
// [Protected "true"]
|
|
5929
5950
|
// [Category "ObjectHeader"]
|
|
5930
5951
|
// [Type "color"]
|
|
@@ -6008,6 +6029,7 @@
|
|
|
6008
6029
|
// [Protected "true"]
|
|
6009
6030
|
// [Category "Tab"]
|
|
6010
6031
|
// [Type "dimension"]
|
|
6032
|
+
// [TranslationKey "sapTab_Selected_Indicator_Dim"]
|
|
6011
6033
|
@sapTab_Selected_Indicator_Dimension: @sapDefault_Dimension;
|
|
6012
6034
|
|
|
6013
6035
|
// [Label "Tab Positive Text Color"]
|
|
@@ -6040,6 +6062,7 @@
|
|
|
6040
6062
|
// [Protected "true"]
|
|
6041
6063
|
// [Category "Tab", "Positive"]
|
|
6042
6064
|
// [Type "color"]
|
|
6065
|
+
// [TranslationKey "sapTab_Positive_Selected_TxtClr"]
|
|
6043
6066
|
@sapTab_Positive_Selected_TextColor: @sapDefault_Color;
|
|
6044
6067
|
|
|
6045
6068
|
// [Label "Tab Positive Selected Icon Color"]
|
|
@@ -6048,6 +6071,7 @@
|
|
|
6048
6071
|
// [Protected "true"]
|
|
6049
6072
|
// [Category "Tab", "Positive"]
|
|
6050
6073
|
// [Type "color"]
|
|
6074
|
+
// [TranslationKey "sapTab_Positive_Selected_IcoClr"]
|
|
6051
6075
|
@sapTab_Positive_Selected_IconColor: @sapDefault_Color;
|
|
6052
6076
|
|
|
6053
6077
|
// [Label "Tab Positive Selected Background Color"]
|
|
@@ -6056,6 +6080,7 @@
|
|
|
6056
6080
|
// [Protected "true"]
|
|
6057
6081
|
// [Category "Tab", "Positive"]
|
|
6058
6082
|
// [Type "color"]
|
|
6083
|
+
// [TranslationKey "sapTab_Positive_Selected_Bg"]
|
|
6059
6084
|
@sapTab_Positive_Selected_Background: @sapDefault_Color;
|
|
6060
6085
|
|
|
6061
6086
|
// [Label "Tab Negative Text Color"]
|
|
@@ -6088,6 +6113,7 @@
|
|
|
6088
6113
|
// [Protected "true"]
|
|
6089
6114
|
// [Category "Tab", "Negative"]
|
|
6090
6115
|
// [Type "color"]
|
|
6116
|
+
// [TranslationKey "sapTab_Negative_Selected_TxtClr"]
|
|
6091
6117
|
@sapTab_Negative_Selected_TextColor: @sapDefault_Color;
|
|
6092
6118
|
|
|
6093
6119
|
// [Label "Tab Negative Selected Icon Color"]
|
|
@@ -6096,6 +6122,7 @@
|
|
|
6096
6122
|
// [Protected "true"]
|
|
6097
6123
|
// [Category "Tab", "Negative"]
|
|
6098
6124
|
// [Type "color"]
|
|
6125
|
+
// [TranslationKey "sapTab_Negative_Selected_IcoClr"]
|
|
6099
6126
|
@sapTab_Negative_Selected_IconColor: @sapDefault_Color;
|
|
6100
6127
|
|
|
6101
6128
|
// [Label "Tab Negative Selected Background Color"]
|
|
@@ -6104,6 +6131,7 @@
|
|
|
6104
6131
|
// [Protected "true"]
|
|
6105
6132
|
// [Category "Tab", "Negative"]
|
|
6106
6133
|
// [Type "color"]
|
|
6134
|
+
// [TranslationKey "sapTab_Negative_Selected_Bg"]
|
|
6107
6135
|
@sapTab_Negative_Selected_Background: @sapDefault_Color;
|
|
6108
6136
|
|
|
6109
6137
|
// [Label "Tab Critical Text Color"]
|
|
@@ -6136,6 +6164,7 @@
|
|
|
6136
6164
|
// [Protected "true"]
|
|
6137
6165
|
// [Category "Tab", "Critical"]
|
|
6138
6166
|
// [Type "color"]
|
|
6167
|
+
// [TranslationKey "sapTab_Critical_Selected_TxtClr"]
|
|
6139
6168
|
@sapTab_Critical_Selected_TextColor: @sapDefault_Color;
|
|
6140
6169
|
|
|
6141
6170
|
// [Label "Tab Critical Selected Icon Color"]
|
|
@@ -6144,6 +6173,7 @@
|
|
|
6144
6173
|
// [Protected "true"]
|
|
6145
6174
|
// [Category "Tab", "Critical"]
|
|
6146
6175
|
// [Type "color"]
|
|
6176
|
+
// [TranslationKey "sapTab_Critical_Selected_IcoClr"]
|
|
6147
6177
|
@sapTab_Critical_Selected_IconColor: @sapDefault_Color;
|
|
6148
6178
|
|
|
6149
6179
|
// [Label "Tab Critical Selected Background Color"]
|
|
@@ -6152,8 +6182,60 @@
|
|
|
6152
6182
|
// [Protected "true"]
|
|
6153
6183
|
// [Category "Tab", "Critical"]
|
|
6154
6184
|
// [Type "color"]
|
|
6185
|
+
// [TranslationKey "sapTab_Critical_Selected_Bg"]
|
|
6155
6186
|
@sapTab_Critical_Selected_Background: @sapDefault_Color;
|
|
6156
6187
|
|
|
6188
|
+
// [Label "Tab Neutral Text Color"]
|
|
6189
|
+
// [Description "The text color of tabs indicating a neutral state."]
|
|
6190
|
+
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
|
|
6191
|
+
// [Protected "true"]
|
|
6192
|
+
// [Category "Tab", "Neutral"]
|
|
6193
|
+
// [Type "color"]
|
|
6194
|
+
@sapTab_Neutral_TextColor: @sapDefault_Color;
|
|
6195
|
+
|
|
6196
|
+
// [Label "Tab Neutral Foreground Color"]
|
|
6197
|
+
// [Description "The color of foreground elements of tabs indicating a neutral state, e.g. buttons or selection bars."]
|
|
6198
|
+
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
|
|
6199
|
+
// [Protected "true"]
|
|
6200
|
+
// [Category "Tab", "Neutral"]
|
|
6201
|
+
// [Type "color"]
|
|
6202
|
+
@sapTab_Neutral_ForegroundColor: @sapDefault_Color;
|
|
6203
|
+
|
|
6204
|
+
// [Label "Tab Neutral Icon Color"]
|
|
6205
|
+
// [Description "The icon color of tabs indicating a neutral state."]
|
|
6206
|
+
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
|
|
6207
|
+
// [Protected "true"]
|
|
6208
|
+
// [Category "Tab", "Neutral"]
|
|
6209
|
+
// [Type "color"]
|
|
6210
|
+
@sapTab_Neutral_IconColor: @sapDefault_Color;
|
|
6211
|
+
|
|
6212
|
+
// [Label "Tab Neutral Selected Text Color"]
|
|
6213
|
+
// [Description "The text color of selected tabs indicating a neutral state."]
|
|
6214
|
+
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
|
|
6215
|
+
// [Protected "true"]
|
|
6216
|
+
// [Category "Tab", "Neutral"]
|
|
6217
|
+
// [Type "color"]
|
|
6218
|
+
// [TranslationKey "sapTab_Neutral_Selected_TxtClr"]
|
|
6219
|
+
@sapTab_Neutral_Selected_TextColor: @sapDefault_Color;
|
|
6220
|
+
|
|
6221
|
+
// [Label "Tab Neutral Selected Icon Color"]
|
|
6222
|
+
// [Description "The icon color of selected tabs indicating a neutral state."]
|
|
6223
|
+
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
|
|
6224
|
+
// [Protected "true"]
|
|
6225
|
+
// [Category "Tab", "Neutral"]
|
|
6226
|
+
// [Type "color"]
|
|
6227
|
+
// [TranslationKey "sapTab_Neutral_Selected_IcoClr"]
|
|
6228
|
+
@sapTab_Neutral_Selected_IconColor: @sapDefault_Color;
|
|
6229
|
+
|
|
6230
|
+
// [Label "Tab Neutral Selected Background Color"]
|
|
6231
|
+
// [Description "The background color of selected tabs indicating a neutral state."]
|
|
6232
|
+
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
|
|
6233
|
+
// [Protected "true"]
|
|
6234
|
+
// [Category "Tab", "Neutral"]
|
|
6235
|
+
// [Type "color"]
|
|
6236
|
+
// [TranslationKey "sapTab_Neutral_Selected_Bg"]
|
|
6237
|
+
@sapTab_Neutral_Selected_Background: @sapDefault_Color;
|
|
6238
|
+
|
|
6157
6239
|
// [Label "Tile Background Color"]
|
|
6158
6240
|
// [Description "The background color of tiles and cards."]
|
|
6159
6241
|
// [Tags "Base", "Tile", "Color", "Protected"]
|
|
@@ -6264,6 +6346,7 @@
|
|
|
6264
6346
|
// [Protected "true"]
|
|
6265
6347
|
// [Category "Tile"]
|
|
6266
6348
|
// [Type "color"]
|
|
6349
|
+
// [TranslationKey "sapTile_Active_ContentBg"]
|
|
6267
6350
|
@sapTile_Active_ContentBackground: @sapDefault_Color;
|
|
6268
6351
|
|
|
6269
6352
|
// [Label "Accent Color 1"]
|
|
@@ -8260,6 +8343,7 @@
|
|
|
8260
8343
|
// [Protected "true"]
|
|
8261
8344
|
// [Category "Chart", "Choropleth"]
|
|
8262
8345
|
// [Type "color"]
|
|
8346
|
+
// [TranslationKey "sapChart_ChoroplethRg_Bg"]
|
|
8263
8347
|
@sapChart_ChoroplethRegion_Background: @sapDefault_Color;
|
|
8264
8348
|
|
|
8265
8349
|
// [Label "Color for Chart Choropleth Region Border Color"]
|
|
@@ -8268,6 +8352,7 @@
|
|
|
8268
8352
|
// [Protected "true"]
|
|
8269
8353
|
// [Category "Chart", "Choropleth"]
|
|
8270
8354
|
// [Type "color"]
|
|
8355
|
+
// [TranslationKey "sapChart_ChoroplethRg_BrdClr"]
|
|
8271
8356
|
@sapChart_ChoroplethRegion_BorderColor: @sapDefault_Color;
|
|
8272
8357
|
|
|
8273
8358
|
// [Label "Text Color for Cart Data"]
|
|
@@ -8444,6 +8529,7 @@
|
|
|
8444
8529
|
// [Protected "true"]
|
|
8445
8530
|
// [Category "Chart", "Sequence"]
|
|
8446
8531
|
// [Type "color"]
|
|
8532
|
+
// [TranslationKey "sapChart_Seq_1_P3_TxtClr"]
|
|
8447
8533
|
@sapChart_Sequence_1_Plus3_TextColor: @sapDefault_Color;
|
|
8448
8534
|
|
|
8449
8535
|
// [Label "Chart Text Shadow Sequence 1 Plus 3"]
|
|
@@ -8452,6 +8538,7 @@
|
|
|
8452
8538
|
// [Protected "true"]
|
|
8453
8539
|
// [Category "Chart", "Sequence"]
|
|
8454
8540
|
// [Type "boxShadow"]
|
|
8541
|
+
// [TranslationKey "sapChart_Seq_1_P3_TxtShadow"]
|
|
8455
8542
|
@sapChart_Sequence_1_Plus3_TextShadow: @sapDefault_Shadow;
|
|
8456
8543
|
|
|
8457
8544
|
// [Label "Chart Color Sequence 1 Plus 2"]
|
|
@@ -8468,6 +8555,7 @@
|
|
|
8468
8555
|
// [Protected "true"]
|
|
8469
8556
|
// [Category "Chart", "Sequence"]
|
|
8470
8557
|
// [Type "color"]
|
|
8558
|
+
// [TranslationKey "sapChart_Seq_1_P2_TxtClr"]
|
|
8471
8559
|
@sapChart_Sequence_1_Plus2_TextColor: @sapDefault_Color;
|
|
8472
8560
|
|
|
8473
8561
|
// [Label "Chart Text Shadow Sequence 1 Plus 2"]
|
|
@@ -8476,6 +8564,7 @@
|
|
|
8476
8564
|
// [Protected "true"]
|
|
8477
8565
|
// [Category "Chart", "Sequence"]
|
|
8478
8566
|
// [Type "boxShadow"]
|
|
8567
|
+
// [TranslationKey "sapChart_Seq_1_P2_TxtShadow"]
|
|
8479
8568
|
@sapChart_Sequence_1_Plus2_TextShadow: @sapDefault_Shadow;
|
|
8480
8569
|
|
|
8481
8570
|
// [Label "Chart Color Sequence 1 Plus 1"]
|
|
@@ -8492,6 +8581,7 @@
|
|
|
8492
8581
|
// [Protected "true"]
|
|
8493
8582
|
// [Category "Chart", "Sequence"]
|
|
8494
8583
|
// [Type "color"]
|
|
8584
|
+
// [TranslationKey "sapChart_Seq_1_P1_TxtClr"]
|
|
8495
8585
|
@sapChart_Sequence_1_Plus1_TextColor: @sapDefault_Color;
|
|
8496
8586
|
|
|
8497
8587
|
// [Label "Chart Text Shadow Sequence 1 Plus 1"]
|
|
@@ -8500,6 +8590,7 @@
|
|
|
8500
8590
|
// [Protected "true"]
|
|
8501
8591
|
// [Category "Chart", "Sequence"]
|
|
8502
8592
|
// [Type "boxShadow"]
|
|
8593
|
+
// [TranslationKey "sapChart_Seq_1_P1_TxtShadow"]
|
|
8503
8594
|
@sapChart_Sequence_1_Plus1_TextShadow: @sapDefault_Shadow;
|
|
8504
8595
|
|
|
8505
8596
|
// [Label "Chart Color Sequence 1"]
|
|
@@ -8548,6 +8639,7 @@
|
|
|
8548
8639
|
// [Protected "true"]
|
|
8549
8640
|
// [Category "Chart", "Sequence"]
|
|
8550
8641
|
// [Type "color"]
|
|
8642
|
+
// [TranslationKey "sapChart_Seq_1_M1_TxtClr"]
|
|
8551
8643
|
@sapChart_Sequence_1_Minus1_TextColor: @sapDefault_Color;
|
|
8552
8644
|
|
|
8553
8645
|
// [Label "Chart Text Shadow Sequence 1 Minus 1"]
|
|
@@ -8556,6 +8648,7 @@
|
|
|
8556
8648
|
// [Protected "true"]
|
|
8557
8649
|
// [Category "Chart", "Sequence"]
|
|
8558
8650
|
// [Type "boxShadow"]
|
|
8651
|
+
// [TranslationKey "sapChart_Seq_1_M1_TxtShadow"]
|
|
8559
8652
|
@sapChart_Sequence_1_Minus1_TextShadow: @sapDefault_Shadow;
|
|
8560
8653
|
|
|
8561
8654
|
// [Label "Chart Color Sequence 1 Minus 2"]
|
|
@@ -8572,6 +8665,7 @@
|
|
|
8572
8665
|
// [Protected "true"]
|
|
8573
8666
|
// [Category "Chart", "Sequence"]
|
|
8574
8667
|
// [Type "color"]
|
|
8668
|
+
// [TranslationKey "sapChart_Seq_1_M2_TxtClr"]
|
|
8575
8669
|
@sapChart_Sequence_1_Minus2_TextColor: @sapDefault_Color;
|
|
8576
8670
|
|
|
8577
8671
|
// [Label "Chart Text Shadow Sequence 1 Minus 2"]
|
|
@@ -8580,6 +8674,7 @@
|
|
|
8580
8674
|
// [Protected "true"]
|
|
8581
8675
|
// [Category "Chart", "Sequence"]
|
|
8582
8676
|
// [Type "boxShadow"]
|
|
8677
|
+
// [TranslationKey "sapChart_Seq_1_M2_TxtShadow"]
|
|
8583
8678
|
@sapChart_Sequence_1_Minus2_TextShadow: @sapDefault_Shadow;
|
|
8584
8679
|
|
|
8585
8680
|
// [Label "Chart Color Sequence 1 Minus 3"]
|
|
@@ -8596,6 +8691,7 @@
|
|
|
8596
8691
|
// [Protected "true"]
|
|
8597
8692
|
// [Category "Chart", "Sequence"]
|
|
8598
8693
|
// [Type "color"]
|
|
8694
|
+
// [TranslationKey "sapChart_Seq_1_M3_TxtClr"]
|
|
8599
8695
|
@sapChart_Sequence_1_Minus3_TextColor: @sapDefault_Color;
|
|
8600
8696
|
|
|
8601
8697
|
// [Label "Chart Text Shadow Sequence 1 Minus 3"]
|
|
@@ -8604,6 +8700,7 @@
|
|
|
8604
8700
|
// [Protected "true"]
|
|
8605
8701
|
// [Category "Chart", "Sequence"]
|
|
8606
8702
|
// [Type "boxShadow"]
|
|
8703
|
+
// [TranslationKey "sapChart_Seq_1_M3_TxtShadow"]
|
|
8607
8704
|
@sapChart_Sequence_1_Minus3_TextShadow: @sapDefault_Shadow;
|
|
8608
8705
|
|
|
8609
8706
|
// [Label "Chart Color Sequence 1 Minus 4"]
|
|
@@ -8620,6 +8717,7 @@
|
|
|
8620
8717
|
// [Protected "true"]
|
|
8621
8718
|
// [Category "Chart", "Sequence"]
|
|
8622
8719
|
// [Type "color"]
|
|
8720
|
+
// [TranslationKey "sapChart_Seq_1_M4_TxtClr"]
|
|
8623
8721
|
@sapChart_Sequence_1_Minus4_TextColor: @sapDefault_Color;
|
|
8624
8722
|
|
|
8625
8723
|
// [Label "Chart Text Shadow Sequence 1 Minus 4"]
|
|
@@ -8628,6 +8726,7 @@
|
|
|
8628
8726
|
// [Protected "true"]
|
|
8629
8727
|
// [Category "Chart", "Sequence"]
|
|
8630
8728
|
// [Type "boxShadow"]
|
|
8729
|
+
// [TranslationKey "sapChart_Seq_1_M4_TxtShadow"]
|
|
8631
8730
|
@sapChart_Sequence_1_Minus4_TextShadow: @sapDefault_Shadow;
|
|
8632
8731
|
|
|
8633
8732
|
// [Label "Chart Color Sequence 1 Minus 5"]
|
|
@@ -8644,6 +8743,7 @@
|
|
|
8644
8743
|
// [Protected "true"]
|
|
8645
8744
|
// [Category "Chart", "Sequence"]
|
|
8646
8745
|
// [Type "color"]
|
|
8746
|
+
// [TranslationKey "sapChart_Seq_1_M5_TxtClr"]
|
|
8647
8747
|
@sapChart_Sequence_1_Minus5_TextColor: @sapDefault_Color;
|
|
8648
8748
|
|
|
8649
8749
|
// [Label "Chart Text Shadow Sequence 1 Minus 5"]
|
|
@@ -8652,6 +8752,7 @@
|
|
|
8652
8752
|
// [Protected "true"]
|
|
8653
8753
|
// [Category "Chart", "Sequence"]
|
|
8654
8754
|
// [Type "boxShadow"]
|
|
8755
|
+
// [TranslationKey "sapChart_Seq_1_M5_TxtShadow"]
|
|
8655
8756
|
@sapChart_Sequence_1_Minus5_TextShadow: @sapDefault_Shadow;
|
|
8656
8757
|
|
|
8657
8758
|
// [Label "Chart Color Sequence 2 Plus 3"]
|
|
@@ -8668,6 +8769,7 @@
|
|
|
8668
8769
|
// [Protected "true"]
|
|
8669
8770
|
// [Category "Chart", "Sequence"]
|
|
8670
8771
|
// [Type "color"]
|
|
8772
|
+
// [TranslationKey "sapChart_Seq_2_P3_TxtClr"]
|
|
8671
8773
|
@sapChart_Sequence_2_Plus3_TextColor: @sapDefault_Color;
|
|
8672
8774
|
|
|
8673
8775
|
// [Label "Chart Text Shadow Sequence 2 Plus 3"]
|
|
@@ -8676,6 +8778,7 @@
|
|
|
8676
8778
|
// [Protected "true"]
|
|
8677
8779
|
// [Category "Chart", "Sequence"]
|
|
8678
8780
|
// [Type "boxShadow"]
|
|
8781
|
+
// [TranslationKey "sapChart_Seq_2_P3_TxtShadow"]
|
|
8679
8782
|
@sapChart_Sequence_2_Plus3_TextShadow: @sapDefault_Shadow;
|
|
8680
8783
|
|
|
8681
8784
|
// [Label "Chart Color Sequence 2 Plus 2"]
|
|
@@ -8692,6 +8795,7 @@
|
|
|
8692
8795
|
// [Protected "true"]
|
|
8693
8796
|
// [Category "Chart", "Sequence"]
|
|
8694
8797
|
// [Type "color"]
|
|
8798
|
+
// [TranslationKey "sapChart_Seq_2_P2_TxtClr"]
|
|
8695
8799
|
@sapChart_Sequence_2_Plus2_TextColor: @sapDefault_Color;
|
|
8696
8800
|
|
|
8697
8801
|
// [Label "Chart Text Shadow Sequence 2 Plus 2"]
|
|
@@ -8700,6 +8804,7 @@
|
|
|
8700
8804
|
// [Protected "true"]
|
|
8701
8805
|
// [Category "Chart", "Sequence"]
|
|
8702
8806
|
// [Type "boxShadow"]
|
|
8807
|
+
// [TranslationKey "sapChart_Seq_2_P2_TxtShadow"]
|
|
8703
8808
|
@sapChart_Sequence_2_Plus2_TextShadow: @sapDefault_Shadow;
|
|
8704
8809
|
|
|
8705
8810
|
// [Label "Chart Color Sequence 2 Plus 1"]
|
|
@@ -8716,6 +8821,7 @@
|
|
|
8716
8821
|
// [Protected "true"]
|
|
8717
8822
|
// [Category "Chart", "Sequence"]
|
|
8718
8823
|
// [Type "color"]
|
|
8824
|
+
// [TranslationKey "sapChart_Seq_2_P1_TxtClr"]
|
|
8719
8825
|
@sapChart_Sequence_2_Plus1_TextColor: @sapDefault_Color;
|
|
8720
8826
|
|
|
8721
8827
|
// [Label "Chart Text Shadow Sequence 2 Plus 1"]
|
|
@@ -8724,6 +8830,7 @@
|
|
|
8724
8830
|
// [Protected "true"]
|
|
8725
8831
|
// [Category "Chart", "Sequence"]
|
|
8726
8832
|
// [Type "boxShadow"]
|
|
8833
|
+
// [TranslationKey "sapChart_Seq_2_P1_TxtShadow"]
|
|
8727
8834
|
@sapChart_Sequence_2_Plus1_TextShadow: @sapDefault_Shadow;
|
|
8728
8835
|
|
|
8729
8836
|
// [Label "Chart Color Sequence 2"]
|
|
@@ -8772,6 +8879,7 @@
|
|
|
8772
8879
|
// [Protected "true"]
|
|
8773
8880
|
// [Category "Chart", "Sequence"]
|
|
8774
8881
|
// [Type "color"]
|
|
8882
|
+
// [TranslationKey "sapChart_Seq_2_M1_TxtClr"]
|
|
8775
8883
|
@sapChart_Sequence_2_Minus1_TextColor: @sapDefault_Color;
|
|
8776
8884
|
|
|
8777
8885
|
// [Label "Chart Text Shadow Sequence 2 Minus 1"]
|
|
@@ -8780,6 +8888,7 @@
|
|
|
8780
8888
|
// [Protected "true"]
|
|
8781
8889
|
// [Category "Chart", "Sequence"]
|
|
8782
8890
|
// [Type "boxShadow"]
|
|
8891
|
+
// [TranslationKey "sapChart_Seq_2_M1_TxtShadow"]
|
|
8783
8892
|
@sapChart_Sequence_2_Minus1_TextShadow: @sapDefault_Shadow;
|
|
8784
8893
|
|
|
8785
8894
|
// [Label "Chart Color Sequence 2 Minus 2"]
|
|
@@ -8796,6 +8905,7 @@
|
|
|
8796
8905
|
// [Protected "true"]
|
|
8797
8906
|
// [Category "Chart", "Sequence"]
|
|
8798
8907
|
// [Type "color"]
|
|
8908
|
+
// [TranslationKey "sapChart_Seq_2_M2_TxtClr"]
|
|
8799
8909
|
@sapChart_Sequence_2_Minus2_TextColor: @sapDefault_Color;
|
|
8800
8910
|
|
|
8801
8911
|
// [Label "Chart Text Shadow Sequence 2 Minus 2"]
|
|
@@ -8804,6 +8914,7 @@
|
|
|
8804
8914
|
// [Protected "true"]
|
|
8805
8915
|
// [Category "Chart", "Sequence"]
|
|
8806
8916
|
// [Type "boxShadow"]
|
|
8917
|
+
// [TranslationKey "sapChart_Seq_2_M2_TxtShadow"]
|
|
8807
8918
|
@sapChart_Sequence_2_Minus2_TextShadow: @sapDefault_Shadow;
|
|
8808
8919
|
|
|
8809
8920
|
// [Label "Chart Color Sequence 2 Minus 3"]
|
|
@@ -8820,6 +8931,7 @@
|
|
|
8820
8931
|
// [Protected "true"]
|
|
8821
8932
|
// [Category "Chart", "Sequence"]
|
|
8822
8933
|
// [Type "color"]
|
|
8934
|
+
// [TranslationKey "sapChart_Seq_2_M3_TxtClr"]
|
|
8823
8935
|
@sapChart_Sequence_2_Minus3_TextColor: @sapDefault_Color;
|
|
8824
8936
|
|
|
8825
8937
|
// [Label "Chart Text Shadow Sequence 2 Minus 3"]
|
|
@@ -8828,6 +8940,7 @@
|
|
|
8828
8940
|
// [Protected "true"]
|
|
8829
8941
|
// [Category "Chart", "Sequence"]
|
|
8830
8942
|
// [Type "boxShadow"]
|
|
8943
|
+
// [TranslationKey "sapChart_Seq_2_M3_TxtShadow"]
|
|
8831
8944
|
@sapChart_Sequence_2_Minus3_TextShadow: @sapDefault_Shadow;
|
|
8832
8945
|
|
|
8833
8946
|
// [Label "Chart Color Sequence 2 Minus 4"]
|
|
@@ -8844,6 +8957,7 @@
|
|
|
8844
8957
|
// [Protected "true"]
|
|
8845
8958
|
// [Category "Chart", "Sequence"]
|
|
8846
8959
|
// [Type "color"]
|
|
8960
|
+
// [TranslationKey "sapChart_Seq_2_M4_TxtClr"]
|
|
8847
8961
|
@sapChart_Sequence_2_Minus4_TextColor: @sapDefault_Color;
|
|
8848
8962
|
|
|
8849
8963
|
// [Label "Chart Text Shadow Sequence 2 Minus 4"]
|
|
@@ -8852,6 +8966,7 @@
|
|
|
8852
8966
|
// [Protected "true"]
|
|
8853
8967
|
// [Category "Chart", "Sequence"]
|
|
8854
8968
|
// [Type "boxShadow"]
|
|
8969
|
+
// [TranslationKey "sapChart_Seq_2_M4_TxtShadow"]
|
|
8855
8970
|
@sapChart_Sequence_2_Minus4_TextShadow: @sapDefault_Shadow;
|
|
8856
8971
|
|
|
8857
8972
|
// [Label "Chart Color Sequence 2 Minus 5"]
|
|
@@ -8868,6 +8983,7 @@
|
|
|
8868
8983
|
// [Protected "true"]
|
|
8869
8984
|
// [Category "Chart", "Sequence"]
|
|
8870
8985
|
// [Type "color"]
|
|
8986
|
+
// [TranslationKey "sapChart_Seq_2_M5_TxtClr"]
|
|
8871
8987
|
@sapChart_Sequence_2_Minus5_TextColor: @sapDefault_Color;
|
|
8872
8988
|
|
|
8873
8989
|
// [Label "Chart Text Shadow Sequence 2 Minus 5"]
|
|
@@ -8876,6 +8992,7 @@
|
|
|
8876
8992
|
// [Protected "true"]
|
|
8877
8993
|
// [Category "Chart", "Sequence"]
|
|
8878
8994
|
// [Type "boxShadow"]
|
|
8995
|
+
// [TranslationKey "sapChart_Seq_2_M5_TxtShadow"]
|
|
8879
8996
|
@sapChart_Sequence_2_Minus5_TextShadow: @sapDefault_Shadow;
|
|
8880
8997
|
|
|
8881
8998
|
// [Label "Chart Color Sequence 3 Plus 3"]
|
|
@@ -8892,6 +9009,7 @@
|
|
|
8892
9009
|
// [Protected "true"]
|
|
8893
9010
|
// [Category "Chart", "Sequence"]
|
|
8894
9011
|
// [Type "color"]
|
|
9012
|
+
// [TranslationKey "sapChart_Seq_3_P3_TxtClr"]
|
|
8895
9013
|
@sapChart_Sequence_3_Plus3_TextColor: @sapDefault_Color;
|
|
8896
9014
|
|
|
8897
9015
|
// [Label "Chart Text Shadow Sequence 3 Plus 3"]
|
|
@@ -8900,6 +9018,7 @@
|
|
|
8900
9018
|
// [Protected "true"]
|
|
8901
9019
|
// [Category "Chart", "Sequence"]
|
|
8902
9020
|
// [Type "boxShadow"]
|
|
9021
|
+
// [TranslationKey "sapChart_Seq_3_P3_TxtShadow"]
|
|
8903
9022
|
@sapChart_Sequence_3_Plus3_TextShadow: @sapDefault_Shadow;
|
|
8904
9023
|
|
|
8905
9024
|
// [Label "Chart Color Sequence 3 Plus 2"]
|
|
@@ -8916,6 +9035,7 @@
|
|
|
8916
9035
|
// [Protected "true"]
|
|
8917
9036
|
// [Category "Chart", "Sequence"]
|
|
8918
9037
|
// [Type "color"]
|
|
9038
|
+
// [TranslationKey "sapChart_Seq_3_P2_TxtClr"]
|
|
8919
9039
|
@sapChart_Sequence_3_Plus2_TextColor: @sapDefault_Color;
|
|
8920
9040
|
|
|
8921
9041
|
// [Label "Chart Text Shadow Sequence 3 Plus 2"]
|
|
@@ -8924,6 +9044,7 @@
|
|
|
8924
9044
|
// [Protected "true"]
|
|
8925
9045
|
// [Category "Chart", "Sequence"]
|
|
8926
9046
|
// [Type "boxShadow"]
|
|
9047
|
+
// [TranslationKey "sapChart_Seq_3_P2_TxtShadow"]
|
|
8927
9048
|
@sapChart_Sequence_3_Plus2_TextShadow: @sapDefault_Shadow;
|
|
8928
9049
|
|
|
8929
9050
|
// [Label "Chart Color Sequence 3 Plus 1"]
|
|
@@ -8940,6 +9061,7 @@
|
|
|
8940
9061
|
// [Protected "true"]
|
|
8941
9062
|
// [Category "Chart", "Sequence"]
|
|
8942
9063
|
// [Type "color"]
|
|
9064
|
+
// [TranslationKey "sapChart_Seq_3_P1_TxtClr"]
|
|
8943
9065
|
@sapChart_Sequence_3_Plus1_TextColor: @sapDefault_Color;
|
|
8944
9066
|
|
|
8945
9067
|
// [Label "Chart Text Shadow Sequence 3 Plus 1"]
|
|
@@ -8948,6 +9070,7 @@
|
|
|
8948
9070
|
// [Protected "true"]
|
|
8949
9071
|
// [Category "Chart", "Sequence"]
|
|
8950
9072
|
// [Type "boxShadow"]
|
|
9073
|
+
// [TranslationKey "sapChart_Seq_3_P1_TxtShadow"]
|
|
8951
9074
|
@sapChart_Sequence_3_Plus1_TextShadow: @sapDefault_Shadow;
|
|
8952
9075
|
|
|
8953
9076
|
// [Label "Chart Color Sequence 3"]
|
|
@@ -8996,6 +9119,7 @@
|
|
|
8996
9119
|
// [Protected "true"]
|
|
8997
9120
|
// [Category "Chart", "Sequence"]
|
|
8998
9121
|
// [Type "color"]
|
|
9122
|
+
// [TranslationKey "sapChart_Seq_3_M1_TxtClr"]
|
|
8999
9123
|
@sapChart_Sequence_3_Minus1_TextColor: @sapDefault_Color;
|
|
9000
9124
|
|
|
9001
9125
|
// [Label "Chart Text Shadow Sequence 3 Minus 1"]
|
|
@@ -9004,6 +9128,7 @@
|
|
|
9004
9128
|
// [Protected "true"]
|
|
9005
9129
|
// [Category "Chart", "Sequence"]
|
|
9006
9130
|
// [Type "boxShadow"]
|
|
9131
|
+
// [TranslationKey "sapChart_Seq_3_M1_TxtShadow"]
|
|
9007
9132
|
@sapChart_Sequence_3_Minus1_TextShadow: @sapDefault_Shadow;
|
|
9008
9133
|
|
|
9009
9134
|
// [Label "Chart Color Sequence 3 Minus 2"]
|
|
@@ -9020,6 +9145,7 @@
|
|
|
9020
9145
|
// [Protected "true"]
|
|
9021
9146
|
// [Category "Chart", "Sequence"]
|
|
9022
9147
|
// [Type "color"]
|
|
9148
|
+
// [TranslationKey "sapChart_Seq_3_M2_TxtClr"]
|
|
9023
9149
|
@sapChart_Sequence_3_Minus2_TextColor: @sapDefault_Color;
|
|
9024
9150
|
|
|
9025
9151
|
// [Label "Chart Text Shadow Sequence 3 Minus 2"]
|
|
@@ -9028,6 +9154,7 @@
|
|
|
9028
9154
|
// [Protected "true"]
|
|
9029
9155
|
// [Category "Chart", "Sequence"]
|
|
9030
9156
|
// [Type "boxShadow"]
|
|
9157
|
+
// [TranslationKey "sapChart_Seq_3_M2_TxtShadow"]
|
|
9031
9158
|
@sapChart_Sequence_3_Minus2_TextShadow: @sapDefault_Shadow;
|
|
9032
9159
|
|
|
9033
9160
|
// [Label "Chart Color Sequence 3 Minus 3"]
|
|
@@ -9044,6 +9171,7 @@
|
|
|
9044
9171
|
// [Protected "true"]
|
|
9045
9172
|
// [Category "Chart", "Sequence"]
|
|
9046
9173
|
// [Type "color"]
|
|
9174
|
+
// [TranslationKey "sapChart_Seq_3_M3_TxtClr"]
|
|
9047
9175
|
@sapChart_Sequence_3_Minus3_TextColor: @sapDefault_Color;
|
|
9048
9176
|
|
|
9049
9177
|
// [Label "Chart Text Shadow Sequence 3 Minus 3"]
|
|
@@ -9052,6 +9180,7 @@
|
|
|
9052
9180
|
// [Protected "true"]
|
|
9053
9181
|
// [Category "Chart", "Sequence"]
|
|
9054
9182
|
// [Type "boxShadow"]
|
|
9183
|
+
// [TranslationKey "sapChart_Seq_3_M3_TxtShadow"]
|
|
9055
9184
|
@sapChart_Sequence_3_Minus3_TextShadow: @sapDefault_Shadow;
|
|
9056
9185
|
|
|
9057
9186
|
// [Label "Chart Color Sequence 3 Minus 4"]
|
|
@@ -9068,6 +9197,7 @@
|
|
|
9068
9197
|
// [Protected "true"]
|
|
9069
9198
|
// [Category "Chart", "Sequence"]
|
|
9070
9199
|
// [Type "color"]
|
|
9200
|
+
// [TranslationKey "sapChart_Seq_3_M4_TxtClr"]
|
|
9071
9201
|
@sapChart_Sequence_3_Minus4_TextColor: @sapDefault_Color;
|
|
9072
9202
|
|
|
9073
9203
|
// [Label "Chart Text Shadow Sequence 3 Minus 4"]
|
|
@@ -9076,6 +9206,7 @@
|
|
|
9076
9206
|
// [Protected "true"]
|
|
9077
9207
|
// [Category "Chart", "Sequence"]
|
|
9078
9208
|
// [Type "boxShadow"]
|
|
9209
|
+
// [TranslationKey "sapChart_Seq_3_M4_TxtShadow"]
|
|
9079
9210
|
@sapChart_Sequence_3_Minus4_TextShadow: @sapDefault_Shadow;
|
|
9080
9211
|
|
|
9081
9212
|
// [Label "Chart Color Sequence 3 Minus 5"]
|
|
@@ -9092,6 +9223,7 @@
|
|
|
9092
9223
|
// [Protected "true"]
|
|
9093
9224
|
// [Category "Chart", "Sequence"]
|
|
9094
9225
|
// [Type "color"]
|
|
9226
|
+
// [TranslationKey "sapChart_Seq_3_M5_TxtClr"]
|
|
9095
9227
|
@sapChart_Sequence_3_Minus5_TextColor: @sapDefault_Color;
|
|
9096
9228
|
|
|
9097
9229
|
// [Label "Chart Text Shadow Sequence 3 Minus 5"]
|
|
@@ -9100,6 +9232,7 @@
|
|
|
9100
9232
|
// [Protected "true"]
|
|
9101
9233
|
// [Category "Chart", "Sequence"]
|
|
9102
9234
|
// [Type "boxShadow"]
|
|
9235
|
+
// [TranslationKey "sapChart_Seq_3_M5_TxtShadow"]
|
|
9103
9236
|
@sapChart_Sequence_3_Minus5_TextShadow: @sapDefault_Shadow;
|
|
9104
9237
|
|
|
9105
9238
|
// [Label "Chart Color Sequence 4 Plus 3"]
|
|
@@ -9116,6 +9249,7 @@
|
|
|
9116
9249
|
// [Protected "true"]
|
|
9117
9250
|
// [Category "Chart", "Sequence"]
|
|
9118
9251
|
// [Type "color"]
|
|
9252
|
+
// [TranslationKey "sapChart_Seq_4_P3_TxtClr"]
|
|
9119
9253
|
@sapChart_Sequence_4_Plus3_TextColor: @sapDefault_Color;
|
|
9120
9254
|
|
|
9121
9255
|
// [Label "Chart Text Shadow Sequence 4 Plus 3"]
|
|
@@ -9124,6 +9258,7 @@
|
|
|
9124
9258
|
// [Protected "true"]
|
|
9125
9259
|
// [Category "Chart", "Sequence"]
|
|
9126
9260
|
// [Type "boxShadow"]
|
|
9261
|
+
// [TranslationKey "sapChart_Seq_4_P3_TxtShadow"]
|
|
9127
9262
|
@sapChart_Sequence_4_Plus3_TextShadow: @sapDefault_Shadow;
|
|
9128
9263
|
|
|
9129
9264
|
// [Label "Chart Color Sequence 4 Plus 2"]
|
|
@@ -9140,6 +9275,7 @@
|
|
|
9140
9275
|
// [Protected "true"]
|
|
9141
9276
|
// [Category "Chart", "Sequence"]
|
|
9142
9277
|
// [Type "color"]
|
|
9278
|
+
// [TranslationKey "sapChart_Seq_4_P2_TxtClr"]
|
|
9143
9279
|
@sapChart_Sequence_4_Plus2_TextColor: @sapDefault_Color;
|
|
9144
9280
|
|
|
9145
9281
|
// [Label "Chart Text Shadow Sequence 4 Plus 2"]
|
|
@@ -9148,6 +9284,7 @@
|
|
|
9148
9284
|
// [Protected "true"]
|
|
9149
9285
|
// [Category "Chart", "Sequence"]
|
|
9150
9286
|
// [Type "boxShadow"]
|
|
9287
|
+
// [TranslationKey "sapChart_Seq_4_P2_TxtShadow"]
|
|
9151
9288
|
@sapChart_Sequence_4_Plus2_TextShadow: @sapDefault_Shadow;
|
|
9152
9289
|
|
|
9153
9290
|
// [Label "Chart Color Sequence 4 Plus 1"]
|
|
@@ -9164,6 +9301,7 @@
|
|
|
9164
9301
|
// [Protected "true"]
|
|
9165
9302
|
// [Category "Chart", "Sequence"]
|
|
9166
9303
|
// [Type "color"]
|
|
9304
|
+
// [TranslationKey "sapChart_Seq_4_P1_TxtClr"]
|
|
9167
9305
|
@sapChart_Sequence_4_Plus1_TextColor: @sapDefault_Color;
|
|
9168
9306
|
|
|
9169
9307
|
// [Label "Chart Text Shadow Sequence 4 Plus 1"]
|
|
@@ -9172,6 +9310,7 @@
|
|
|
9172
9310
|
// [Protected "true"]
|
|
9173
9311
|
// [Category "Chart", "Sequence"]
|
|
9174
9312
|
// [Type "boxShadow"]
|
|
9313
|
+
// [TranslationKey "sapChart_Seq_4_P1_TxtShadow"]
|
|
9175
9314
|
@sapChart_Sequence_4_Plus1_TextShadow: @sapDefault_Shadow;
|
|
9176
9315
|
|
|
9177
9316
|
// [Label "Chart Color Sequence 4"]
|
|
@@ -9220,6 +9359,7 @@
|
|
|
9220
9359
|
// [Protected "true"]
|
|
9221
9360
|
// [Category "Chart", "Sequence"]
|
|
9222
9361
|
// [Type "color"]
|
|
9362
|
+
// [TranslationKey "sapChart_Seq_4_M1_TxtClr"]
|
|
9223
9363
|
@sapChart_Sequence_4_Minus1_TextColor: @sapDefault_Color;
|
|
9224
9364
|
|
|
9225
9365
|
// [Label "Chart Text Shadow Sequence 4 Minus 1"]
|
|
@@ -9228,6 +9368,7 @@
|
|
|
9228
9368
|
// [Protected "true"]
|
|
9229
9369
|
// [Category "Chart", "Sequence"]
|
|
9230
9370
|
// [Type "boxShadow"]
|
|
9371
|
+
// [TranslationKey "sapChart_Seq_4_M1_TxtShadow"]
|
|
9231
9372
|
@sapChart_Sequence_4_Minus1_TextShadow: @sapDefault_Shadow;
|
|
9232
9373
|
|
|
9233
9374
|
// [Label "Chart Color Sequence 4 Minus 2"]
|
|
@@ -9244,6 +9385,7 @@
|
|
|
9244
9385
|
// [Protected "true"]
|
|
9245
9386
|
// [Category "Chart", "Sequence"]
|
|
9246
9387
|
// [Type "color"]
|
|
9388
|
+
// [TranslationKey "sapChart_Seq_4_M2_TxtClr"]
|
|
9247
9389
|
@sapChart_Sequence_4_Minus2_TextColor: @sapDefault_Color;
|
|
9248
9390
|
|
|
9249
9391
|
// [Label "Chart Text Shadow Sequence 4 Minus 2"]
|
|
@@ -9252,6 +9394,7 @@
|
|
|
9252
9394
|
// [Protected "true"]
|
|
9253
9395
|
// [Category "Chart", "Sequence"]
|
|
9254
9396
|
// [Type "boxShadow"]
|
|
9397
|
+
// [TranslationKey "sapChart_Seq_4_M2_TxtShadow"]
|
|
9255
9398
|
@sapChart_Sequence_4_Minus2_TextShadow: @sapDefault_Shadow;
|
|
9256
9399
|
|
|
9257
9400
|
// [Label "Chart Color Sequence 4 Minus 3"]
|
|
@@ -9268,6 +9411,7 @@
|
|
|
9268
9411
|
// [Protected "true"]
|
|
9269
9412
|
// [Category "Chart", "Sequence"]
|
|
9270
9413
|
// [Type "color"]
|
|
9414
|
+
// [TranslationKey "sapChart_Seq_4_M3_TxtClr"]
|
|
9271
9415
|
@sapChart_Sequence_4_Minus3_TextColor: @sapDefault_Color;
|
|
9272
9416
|
|
|
9273
9417
|
// [Label "Chart Text Shadow Sequence 4 Minus 3"]
|
|
@@ -9276,6 +9420,7 @@
|
|
|
9276
9420
|
// [Protected "true"]
|
|
9277
9421
|
// [Category "Chart", "Sequence"]
|
|
9278
9422
|
// [Type "boxShadow"]
|
|
9423
|
+
// [TranslationKey "sapChart_Seq_4_M3_TxtShadow"]
|
|
9279
9424
|
@sapChart_Sequence_4_Minus3_TextShadow: @sapDefault_Shadow;
|
|
9280
9425
|
|
|
9281
9426
|
// [Label "Chart Color Sequence 4 Minus 4"]
|
|
@@ -9292,6 +9437,7 @@
|
|
|
9292
9437
|
// [Protected "true"]
|
|
9293
9438
|
// [Category "Chart", "Sequence"]
|
|
9294
9439
|
// [Type "color"]
|
|
9440
|
+
// [TranslationKey "sapChart_Seq_4_M4_TxtClr"]
|
|
9295
9441
|
@sapChart_Sequence_4_Minus4_TextColor: @sapDefault_Color;
|
|
9296
9442
|
|
|
9297
9443
|
// [Label "Chart Text Shadow Sequence 4 Minus 4"]
|
|
@@ -9300,6 +9446,7 @@
|
|
|
9300
9446
|
// [Protected "true"]
|
|
9301
9447
|
// [Category "Chart", "Sequence"]
|
|
9302
9448
|
// [Type "boxShadow"]
|
|
9449
|
+
// [TranslationKey "sapChart_Seq_4_M4_TxtShadow"]
|
|
9303
9450
|
@sapChart_Sequence_4_Minus4_TextShadow: @sapDefault_Shadow;
|
|
9304
9451
|
|
|
9305
9452
|
// [Label "Chart Color Sequence 4 Minus 5"]
|
|
@@ -9316,6 +9463,7 @@
|
|
|
9316
9463
|
// [Protected "true"]
|
|
9317
9464
|
// [Category "Chart", "Sequence"]
|
|
9318
9465
|
// [Type "color"]
|
|
9466
|
+
// [TranslationKey "sapChart_Seq_4_M5_TxtClr"]
|
|
9319
9467
|
@sapChart_Sequence_4_Minus5_TextColor: @sapDefault_Color;
|
|
9320
9468
|
|
|
9321
9469
|
// [Label "Chart Text Shadow Sequence 4 Minus 5"]
|
|
@@ -9324,6 +9472,7 @@
|
|
|
9324
9472
|
// [Protected "true"]
|
|
9325
9473
|
// [Category "Chart", "Sequence"]
|
|
9326
9474
|
// [Type "boxShadow"]
|
|
9475
|
+
// [TranslationKey "sapChart_Seq_4_M5_TxtShadow"]
|
|
9327
9476
|
@sapChart_Sequence_4_Minus5_TextShadow: @sapDefault_Shadow;
|
|
9328
9477
|
|
|
9329
9478
|
// [Label "Chart Color Sequence 5 Plus 3"]
|
|
@@ -9340,6 +9489,7 @@
|
|
|
9340
9489
|
// [Protected "true"]
|
|
9341
9490
|
// [Category "Chart", "Sequence"]
|
|
9342
9491
|
// [Type "color"]
|
|
9492
|
+
// [TranslationKey "sapChart_Seq_5_P3_TxtClr"]
|
|
9343
9493
|
@sapChart_Sequence_5_Plus3_TextColor: @sapDefault_Color;
|
|
9344
9494
|
|
|
9345
9495
|
// [Label "Chart Text Shadow Sequence 5 Plus 3"]
|
|
@@ -9348,6 +9498,7 @@
|
|
|
9348
9498
|
// [Protected "true"]
|
|
9349
9499
|
// [Category "Chart", "Sequence"]
|
|
9350
9500
|
// [Type "boxShadow"]
|
|
9501
|
+
// [TranslationKey "sapChart_Seq_5_P3_TxtShadow"]
|
|
9351
9502
|
@sapChart_Sequence_5_Plus3_TextShadow: @sapDefault_Shadow;
|
|
9352
9503
|
|
|
9353
9504
|
// [Label "Chart Color Sequence 5 Plus 2"]
|
|
@@ -9364,6 +9515,7 @@
|
|
|
9364
9515
|
// [Protected "true"]
|
|
9365
9516
|
// [Category "Chart", "Sequence"]
|
|
9366
9517
|
// [Type "color"]
|
|
9518
|
+
// [TranslationKey "sapChart_Seq_5_P2_TxtClr"]
|
|
9367
9519
|
@sapChart_Sequence_5_Plus2_TextColor: @sapDefault_Color;
|
|
9368
9520
|
|
|
9369
9521
|
// [Label "Chart Text Shadow Sequence 5 Plus 2"]
|
|
@@ -9372,6 +9524,7 @@
|
|
|
9372
9524
|
// [Protected "true"]
|
|
9373
9525
|
// [Category "Chart", "Sequence"]
|
|
9374
9526
|
// [Type "boxShadow"]
|
|
9527
|
+
// [TranslationKey "sapChart_Seq_5_P2_TxtShadow"]
|
|
9375
9528
|
@sapChart_Sequence_5_Plus2_TextShadow: @sapDefault_Shadow;
|
|
9376
9529
|
|
|
9377
9530
|
// [Label "Chart Color Sequence 5 Plus 1"]
|
|
@@ -9388,6 +9541,7 @@
|
|
|
9388
9541
|
// [Protected "true"]
|
|
9389
9542
|
// [Category "Chart", "Sequence"]
|
|
9390
9543
|
// [Type "color"]
|
|
9544
|
+
// [TranslationKey "sapChart_Seq_5_P1_TxtClr"]
|
|
9391
9545
|
@sapChart_Sequence_5_Plus1_TextColor: @sapDefault_Color;
|
|
9392
9546
|
|
|
9393
9547
|
// [Label "Chart Text Shadow Sequence 5 Plus 1"]
|
|
@@ -9396,6 +9550,7 @@
|
|
|
9396
9550
|
// [Protected "true"]
|
|
9397
9551
|
// [Category "Chart", "Sequence"]
|
|
9398
9552
|
// [Type "boxShadow"]
|
|
9553
|
+
// [TranslationKey "sapChart_Seq_5_P1_TxtShadow"]
|
|
9399
9554
|
@sapChart_Sequence_5_Plus1_TextShadow: @sapDefault_Shadow;
|
|
9400
9555
|
|
|
9401
9556
|
// [Label "Chart Color Sequence 5"]
|
|
@@ -9444,6 +9599,7 @@
|
|
|
9444
9599
|
// [Protected "true"]
|
|
9445
9600
|
// [Category "Chart", "Sequence"]
|
|
9446
9601
|
// [Type "color"]
|
|
9602
|
+
// [TranslationKey "sapChart_Seq_5_M1_TxtClr"]
|
|
9447
9603
|
@sapChart_Sequence_5_Minus1_TextColor: @sapDefault_Color;
|
|
9448
9604
|
|
|
9449
9605
|
// [Label "Chart Text Shadow Sequence 5 Minus 1"]
|
|
@@ -9452,6 +9608,7 @@
|
|
|
9452
9608
|
// [Protected "true"]
|
|
9453
9609
|
// [Category "Chart", "Sequence"]
|
|
9454
9610
|
// [Type "boxShadow"]
|
|
9611
|
+
// [TranslationKey "sapChart_Seq_5_M1_TxtShadow"]
|
|
9455
9612
|
@sapChart_Sequence_5_Minus1_TextShadow: @sapDefault_Shadow;
|
|
9456
9613
|
|
|
9457
9614
|
// [Label "Chart Color Sequence 5 Minus 2"]
|
|
@@ -9468,6 +9625,7 @@
|
|
|
9468
9625
|
// [Protected "true"]
|
|
9469
9626
|
// [Category "Chart", "Sequence"]
|
|
9470
9627
|
// [Type "color"]
|
|
9628
|
+
// [TranslationKey "sapChart_Seq_5_M2_TxtClr"]
|
|
9471
9629
|
@sapChart_Sequence_5_Minus2_TextColor: @sapDefault_Color;
|
|
9472
9630
|
|
|
9473
9631
|
// [Label "Chart Text Shadow Sequence 5 Minus 2"]
|
|
@@ -9476,6 +9634,7 @@
|
|
|
9476
9634
|
// [Protected "true"]
|
|
9477
9635
|
// [Category "Chart", "Sequence"]
|
|
9478
9636
|
// [Type "boxShadow"]
|
|
9637
|
+
// [TranslationKey "sapChart_Seq_5_M2_TxtShadow"]
|
|
9479
9638
|
@sapChart_Sequence_5_Minus2_TextShadow: @sapDefault_Shadow;
|
|
9480
9639
|
|
|
9481
9640
|
// [Label "Chart Color Sequence 5 Minus 3"]
|
|
@@ -9492,6 +9651,7 @@
|
|
|
9492
9651
|
// [Protected "true"]
|
|
9493
9652
|
// [Category "Chart", "Sequence"]
|
|
9494
9653
|
// [Type "color"]
|
|
9654
|
+
// [TranslationKey "sapChart_Seq_5_M3_TxtClr"]
|
|
9495
9655
|
@sapChart_Sequence_5_Minus3_TextColor: @sapDefault_Color;
|
|
9496
9656
|
|
|
9497
9657
|
// [Label "Chart Text Shadow Sequence 5 Minus 3"]
|
|
@@ -9500,6 +9660,7 @@
|
|
|
9500
9660
|
// [Protected "true"]
|
|
9501
9661
|
// [Category "Chart", "Sequence"]
|
|
9502
9662
|
// [Type "boxShadow"]
|
|
9663
|
+
// [TranslationKey "sapChart_Seq_5_M3_TxtShadow"]
|
|
9503
9664
|
@sapChart_Sequence_5_Minus3_TextShadow: @sapDefault_Shadow;
|
|
9504
9665
|
|
|
9505
9666
|
// [Label "Chart Color Sequence 5 Minus 4"]
|
|
@@ -9516,6 +9677,7 @@
|
|
|
9516
9677
|
// [Protected "true"]
|
|
9517
9678
|
// [Category "Chart", "Sequence"]
|
|
9518
9679
|
// [Type "color"]
|
|
9680
|
+
// [TranslationKey "sapChart_Seq_5_M4_TxtClr"]
|
|
9519
9681
|
@sapChart_Sequence_5_Minus4_TextColor: @sapDefault_Color;
|
|
9520
9682
|
|
|
9521
9683
|
// [Label "Chart Text Shadow Sequence 5 Minus 4"]
|
|
@@ -9524,6 +9686,7 @@
|
|
|
9524
9686
|
// [Protected "true"]
|
|
9525
9687
|
// [Category "Chart", "Sequence"]
|
|
9526
9688
|
// [Type "boxShadow"]
|
|
9689
|
+
// [TranslationKey "sapChart_Seq_5_M4_TxtShadow"]
|
|
9527
9690
|
@sapChart_Sequence_5_Minus4_TextShadow: @sapDefault_Shadow;
|
|
9528
9691
|
|
|
9529
9692
|
// [Label "Chart Color Sequence 5 Minus 5"]
|
|
@@ -9540,6 +9703,7 @@
|
|
|
9540
9703
|
// [Protected "true"]
|
|
9541
9704
|
// [Category "Chart", "Sequence"]
|
|
9542
9705
|
// [Type "color"]
|
|
9706
|
+
// [TranslationKey "sapChart_Seq_5_M5_TxtClr"]
|
|
9543
9707
|
@sapChart_Sequence_5_Minus5_TextColor: @sapDefault_Color;
|
|
9544
9708
|
|
|
9545
9709
|
// [Label "Chart Text Shadow Sequence 5 Minus 5"]
|
|
@@ -9548,6 +9712,7 @@
|
|
|
9548
9712
|
// [Protected "true"]
|
|
9549
9713
|
// [Category "Chart", "Sequence"]
|
|
9550
9714
|
// [Type "boxShadow"]
|
|
9715
|
+
// [TranslationKey "sapChart_Seq_5_M5_TxtShadow"]
|
|
9551
9716
|
@sapChart_Sequence_5_Minus5_TextShadow: @sapDefault_Shadow;
|
|
9552
9717
|
|
|
9553
9718
|
// [Label "Chart Color Sequence 6 Plus 3"]
|
|
@@ -9564,6 +9729,7 @@
|
|
|
9564
9729
|
// [Protected "true"]
|
|
9565
9730
|
// [Category "Chart", "Sequence"]
|
|
9566
9731
|
// [Type "color"]
|
|
9732
|
+
// [TranslationKey "sapChart_Seq_6_P3_TxtClr"]
|
|
9567
9733
|
@sapChart_Sequence_6_Plus3_TextColor: @sapDefault_Color;
|
|
9568
9734
|
|
|
9569
9735
|
// [Label "Chart Text Shadow Sequence 6 Plus 3"]
|
|
@@ -9572,6 +9738,7 @@
|
|
|
9572
9738
|
// [Protected "true"]
|
|
9573
9739
|
// [Category "Chart", "Sequence"]
|
|
9574
9740
|
// [Type "boxShadow"]
|
|
9741
|
+
// [TranslationKey "sapChart_Seq_6_P3_TxtShadow"]
|
|
9575
9742
|
@sapChart_Sequence_6_Plus3_TextShadow: @sapDefault_Shadow;
|
|
9576
9743
|
|
|
9577
9744
|
// [Label "Chart Color Sequence 6 Plus 2"]
|
|
@@ -9588,6 +9755,7 @@
|
|
|
9588
9755
|
// [Protected "true"]
|
|
9589
9756
|
// [Category "Chart", "Sequence"]
|
|
9590
9757
|
// [Type "color"]
|
|
9758
|
+
// [TranslationKey "sapChart_Seq_6_P2_TxtClr"]
|
|
9591
9759
|
@sapChart_Sequence_6_Plus2_TextColor: @sapDefault_Color;
|
|
9592
9760
|
|
|
9593
9761
|
// [Label "Chart Text Shadow Sequence 6 Plus 2"]
|
|
@@ -9596,6 +9764,7 @@
|
|
|
9596
9764
|
// [Protected "true"]
|
|
9597
9765
|
// [Category "Chart", "Sequence"]
|
|
9598
9766
|
// [Type "boxShadow"]
|
|
9767
|
+
// [TranslationKey "sapChart_Seq_6_P2_TxtShadow"]
|
|
9599
9768
|
@sapChart_Sequence_6_Plus2_TextShadow: @sapDefault_Shadow;
|
|
9600
9769
|
|
|
9601
9770
|
// [Label "Chart Color Sequence 6 Plus 1"]
|
|
@@ -9612,6 +9781,7 @@
|
|
|
9612
9781
|
// [Protected "true"]
|
|
9613
9782
|
// [Category "Chart", "Sequence"]
|
|
9614
9783
|
// [Type "color"]
|
|
9784
|
+
// [TranslationKey "sapChart_Seq_6_P1_TxtClr"]
|
|
9615
9785
|
@sapChart_Sequence_6_Plus1_TextColor: @sapDefault_Color;
|
|
9616
9786
|
|
|
9617
9787
|
// [Label "Chart Text Shadow Sequence 6 Plus 1"]
|
|
@@ -9620,6 +9790,7 @@
|
|
|
9620
9790
|
// [Protected "true"]
|
|
9621
9791
|
// [Category "Chart", "Sequence"]
|
|
9622
9792
|
// [Type "boxShadow"]
|
|
9793
|
+
// [TranslationKey "sapChart_Seq_6_P1_TxtShadow"]
|
|
9623
9794
|
@sapChart_Sequence_6_Plus1_TextShadow: @sapDefault_Shadow;
|
|
9624
9795
|
|
|
9625
9796
|
// [Label "Chart Color Sequence 6"]
|
|
@@ -9668,6 +9839,7 @@
|
|
|
9668
9839
|
// [Protected "true"]
|
|
9669
9840
|
// [Category "Chart", "Sequence"]
|
|
9670
9841
|
// [Type "color"]
|
|
9842
|
+
// [TranslationKey "sapChart_Seq_6_M1_TxtClr"]
|
|
9671
9843
|
@sapChart_Sequence_6_Minus1_TextColor: @sapDefault_Color;
|
|
9672
9844
|
|
|
9673
9845
|
// [Label "Chart Text Shadow Sequence 6 Minus 1"]
|
|
@@ -9676,6 +9848,7 @@
|
|
|
9676
9848
|
// [Protected "true"]
|
|
9677
9849
|
// [Category "Chart", "Sequence"]
|
|
9678
9850
|
// [Type "boxShadow"]
|
|
9851
|
+
// [TranslationKey "sapChart_Seq_6_M1_TxtShadow"]
|
|
9679
9852
|
@sapChart_Sequence_6_Minus1_TextShadow: @sapDefault_Shadow;
|
|
9680
9853
|
|
|
9681
9854
|
// [Label "Chart Color Sequence 6 Minus 2"]
|
|
@@ -9692,6 +9865,7 @@
|
|
|
9692
9865
|
// [Protected "true"]
|
|
9693
9866
|
// [Category "Chart", "Sequence"]
|
|
9694
9867
|
// [Type "color"]
|
|
9868
|
+
// [TranslationKey "sapChart_Seq_6_M2_TxtClr"]
|
|
9695
9869
|
@sapChart_Sequence_6_Minus2_TextColor: @sapDefault_Color;
|
|
9696
9870
|
|
|
9697
9871
|
// [Label "Chart Text Shadow Sequence 6 Minus 2"]
|
|
@@ -9700,6 +9874,7 @@
|
|
|
9700
9874
|
// [Protected "true"]
|
|
9701
9875
|
// [Category "Chart", "Sequence"]
|
|
9702
9876
|
// [Type "boxShadow"]
|
|
9877
|
+
// [TranslationKey "sapChart_Seq_6_M2_TxtShadow"]
|
|
9703
9878
|
@sapChart_Sequence_6_Minus2_TextShadow: @sapDefault_Shadow;
|
|
9704
9879
|
|
|
9705
9880
|
// [Label "Chart Color Sequence 6 Minus 3"]
|
|
@@ -9716,6 +9891,7 @@
|
|
|
9716
9891
|
// [Protected "true"]
|
|
9717
9892
|
// [Category "Chart", "Sequence"]
|
|
9718
9893
|
// [Type "color"]
|
|
9894
|
+
// [TranslationKey "sapChart_Seq_6_M3_TxtClr"]
|
|
9719
9895
|
@sapChart_Sequence_6_Minus3_TextColor: @sapDefault_Color;
|
|
9720
9896
|
|
|
9721
9897
|
// [Label "Chart Text Shadow Sequence 6 Minus 3"]
|
|
@@ -9724,6 +9900,7 @@
|
|
|
9724
9900
|
// [Protected "true"]
|
|
9725
9901
|
// [Category "Chart", "Sequence"]
|
|
9726
9902
|
// [Type "boxShadow"]
|
|
9903
|
+
// [TranslationKey "sapChart_Seq_6_M3_TxtShadow"]
|
|
9727
9904
|
@sapChart_Sequence_6_Minus3_TextShadow: @sapDefault_Shadow;
|
|
9728
9905
|
|
|
9729
9906
|
// [Label "Chart Color Sequence 6 Minus 4"]
|
|
@@ -9740,6 +9917,7 @@
|
|
|
9740
9917
|
// [Protected "true"]
|
|
9741
9918
|
// [Category "Chart", "Sequence"]
|
|
9742
9919
|
// [Type "color"]
|
|
9920
|
+
// [TranslationKey "sapChart_Seq_6_M4_TxtClr"]
|
|
9743
9921
|
@sapChart_Sequence_6_Minus4_TextColor: @sapDefault_Color;
|
|
9744
9922
|
|
|
9745
9923
|
// [Label "Chart Text Shadow Sequence 6 Minus 4"]
|
|
@@ -9748,6 +9926,7 @@
|
|
|
9748
9926
|
// [Protected "true"]
|
|
9749
9927
|
// [Category "Chart", "Sequence"]
|
|
9750
9928
|
// [Type "boxShadow"]
|
|
9929
|
+
// [TranslationKey "sapChart_Seq_6_M4_TxtShadow"]
|
|
9751
9930
|
@sapChart_Sequence_6_Minus4_TextShadow: @sapDefault_Shadow;
|
|
9752
9931
|
|
|
9753
9932
|
// [Label "Chart Color Sequence 6 Minus 5"]
|
|
@@ -9764,6 +9943,7 @@
|
|
|
9764
9943
|
// [Protected "true"]
|
|
9765
9944
|
// [Category "Chart", "Sequence"]
|
|
9766
9945
|
// [Type "color"]
|
|
9946
|
+
// [TranslationKey "sapChart_Seq_6_M5_TxtClr"]
|
|
9767
9947
|
@sapChart_Sequence_6_Minus5_TextColor: @sapDefault_Color;
|
|
9768
9948
|
|
|
9769
9949
|
// [Label "Chart Text Shadow Sequence 6 Minus 5"]
|
|
@@ -9772,6 +9952,7 @@
|
|
|
9772
9952
|
// [Protected "true"]
|
|
9773
9953
|
// [Category "Chart", "Sequence"]
|
|
9774
9954
|
// [Type "boxShadow"]
|
|
9955
|
+
// [TranslationKey "sapChart_Seq_6_M5_TxtShadow"]
|
|
9775
9956
|
@sapChart_Sequence_6_Minus5_TextShadow: @sapDefault_Shadow;
|
|
9776
9957
|
|
|
9777
9958
|
// [Label "Chart Color Sequence 7 Plus 3"]
|
|
@@ -9788,6 +9969,7 @@
|
|
|
9788
9969
|
// [Protected "true"]
|
|
9789
9970
|
// [Category "Chart", "Sequence"]
|
|
9790
9971
|
// [Type "color"]
|
|
9972
|
+
// [TranslationKey "sapChart_Seq_7_P3_TxtClr"]
|
|
9791
9973
|
@sapChart_Sequence_7_Plus3_TextColor: @sapDefault_Color;
|
|
9792
9974
|
|
|
9793
9975
|
// [Label "Chart Text Shadow Sequence 7 Plus 3"]
|
|
@@ -9796,6 +9978,7 @@
|
|
|
9796
9978
|
// [Protected "true"]
|
|
9797
9979
|
// [Category "Chart", "Sequence"]
|
|
9798
9980
|
// [Type "boxShadow"]
|
|
9981
|
+
// [TranslationKey "sapChart_Seq_7_P3_TxtShadow"]
|
|
9799
9982
|
@sapChart_Sequence_7_Plus3_TextShadow: @sapDefault_Shadow;
|
|
9800
9983
|
|
|
9801
9984
|
// [Label "Chart Color Sequence 7 Plus 2"]
|
|
@@ -9812,6 +9995,7 @@
|
|
|
9812
9995
|
// [Protected "true"]
|
|
9813
9996
|
// [Category "Chart", "Sequence"]
|
|
9814
9997
|
// [Type "color"]
|
|
9998
|
+
// [TranslationKey "sapChart_Seq_7_P2_TxtClr"]
|
|
9815
9999
|
@sapChart_Sequence_7_Plus2_TextColor: @sapDefault_Color;
|
|
9816
10000
|
|
|
9817
10001
|
// [Label "Chart Text Shadow Sequence 7 Plus 2"]
|
|
@@ -9820,6 +10004,7 @@
|
|
|
9820
10004
|
// [Protected "true"]
|
|
9821
10005
|
// [Category "Chart", "Sequence"]
|
|
9822
10006
|
// [Type "boxShadow"]
|
|
10007
|
+
// [TranslationKey "sapChart_Seq_7_P2_TxtShadow"]
|
|
9823
10008
|
@sapChart_Sequence_7_Plus2_TextShadow: @sapDefault_Shadow;
|
|
9824
10009
|
|
|
9825
10010
|
// [Label "Chart Color Sequence 7 Plus 1"]
|
|
@@ -9836,6 +10021,7 @@
|
|
|
9836
10021
|
// [Protected "true"]
|
|
9837
10022
|
// [Category "Chart", "Sequence"]
|
|
9838
10023
|
// [Type "color"]
|
|
10024
|
+
// [TranslationKey "sapChart_Seq_7_P1_TxtClr"]
|
|
9839
10025
|
@sapChart_Sequence_7_Plus1_TextColor: @sapDefault_Color;
|
|
9840
10026
|
|
|
9841
10027
|
// [Label "Chart Text Shadow Sequence 7 Plus 1"]
|
|
@@ -9844,6 +10030,7 @@
|
|
|
9844
10030
|
// [Protected "true"]
|
|
9845
10031
|
// [Category "Chart", "Sequence"]
|
|
9846
10032
|
// [Type "boxShadow"]
|
|
10033
|
+
// [TranslationKey "sapChart_Seq_7_P1_TxtShadow"]
|
|
9847
10034
|
@sapChart_Sequence_7_Plus1_TextShadow: @sapDefault_Shadow;
|
|
9848
10035
|
|
|
9849
10036
|
// [Label "Chart Color Sequence 7"]
|
|
@@ -9892,6 +10079,7 @@
|
|
|
9892
10079
|
// [Protected "true"]
|
|
9893
10080
|
// [Category "Chart", "Sequence"]
|
|
9894
10081
|
// [Type "color"]
|
|
10082
|
+
// [TranslationKey "sapChart_Seq_7_M1_TxtClr"]
|
|
9895
10083
|
@sapChart_Sequence_7_Minus1_TextColor: @sapDefault_Color;
|
|
9896
10084
|
|
|
9897
10085
|
// [Label "Chart Text Shadow Sequence 7 Minus 1"]
|
|
@@ -9900,6 +10088,7 @@
|
|
|
9900
10088
|
// [Protected "true"]
|
|
9901
10089
|
// [Category "Chart", "Sequence"]
|
|
9902
10090
|
// [Type "boxShadow"]
|
|
10091
|
+
// [TranslationKey "sapChart_Seq_7_M1_TxtShadow"]
|
|
9903
10092
|
@sapChart_Sequence_7_Minus1_TextShadow: @sapDefault_Shadow;
|
|
9904
10093
|
|
|
9905
10094
|
// [Label "Chart Color Sequence 7 Minus 2"]
|
|
@@ -9916,6 +10105,7 @@
|
|
|
9916
10105
|
// [Protected "true"]
|
|
9917
10106
|
// [Category "Chart", "Sequence"]
|
|
9918
10107
|
// [Type "color"]
|
|
10108
|
+
// [TranslationKey "sapChart_Seq_7_M2_TxtClr"]
|
|
9919
10109
|
@sapChart_Sequence_7_Minus2_TextColor: @sapDefault_Color;
|
|
9920
10110
|
|
|
9921
10111
|
// [Label "Chart Text Shadow Sequence 7 Minus 2"]
|
|
@@ -9924,6 +10114,7 @@
|
|
|
9924
10114
|
// [Protected "true"]
|
|
9925
10115
|
// [Category "Chart", "Sequence"]
|
|
9926
10116
|
// [Type "boxShadow"]
|
|
10117
|
+
// [TranslationKey "sapChart_Seq_7_M2_TxtShadow"]
|
|
9927
10118
|
@sapChart_Sequence_7_Minus2_TextShadow: @sapDefault_Shadow;
|
|
9928
10119
|
|
|
9929
10120
|
// [Label "Chart Color Sequence 7 Minus 3"]
|
|
@@ -9940,6 +10131,7 @@
|
|
|
9940
10131
|
// [Protected "true"]
|
|
9941
10132
|
// [Category "Chart", "Sequence"]
|
|
9942
10133
|
// [Type "color"]
|
|
10134
|
+
// [TranslationKey "sapChart_Seq_7_M3_TxtClr"]
|
|
9943
10135
|
@sapChart_Sequence_7_Minus3_TextColor: @sapDefault_Color;
|
|
9944
10136
|
|
|
9945
10137
|
// [Label "Chart Text Shadow Sequence 7 Minus 3"]
|
|
@@ -9948,6 +10140,7 @@
|
|
|
9948
10140
|
// [Protected "true"]
|
|
9949
10141
|
// [Category "Chart", "Sequence"]
|
|
9950
10142
|
// [Type "boxShadow"]
|
|
10143
|
+
// [TranslationKey "sapChart_Seq_7_M3_TxtShadow"]
|
|
9951
10144
|
@sapChart_Sequence_7_Minus3_TextShadow: @sapDefault_Shadow;
|
|
9952
10145
|
|
|
9953
10146
|
// [Label "Chart Color Sequence 7 Minus 4"]
|
|
@@ -9964,6 +10157,7 @@
|
|
|
9964
10157
|
// [Protected "true"]
|
|
9965
10158
|
// [Category "Chart", "Sequence"]
|
|
9966
10159
|
// [Type "color"]
|
|
10160
|
+
// [TranslationKey "sapChart_Seq_7_M4_TxtClr"]
|
|
9967
10161
|
@sapChart_Sequence_7_Minus4_TextColor: @sapDefault_Color;
|
|
9968
10162
|
|
|
9969
10163
|
// [Label "Chart Text Shadow Sequence 7 Minus 4"]
|
|
@@ -9972,6 +10166,7 @@
|
|
|
9972
10166
|
// [Protected "true"]
|
|
9973
10167
|
// [Category "Chart", "Sequence"]
|
|
9974
10168
|
// [Type "boxShadow"]
|
|
10169
|
+
// [TranslationKey "sapChart_Seq_7_M4_TxtShadow"]
|
|
9975
10170
|
@sapChart_Sequence_7_Minus4_TextShadow: @sapDefault_Shadow;
|
|
9976
10171
|
|
|
9977
10172
|
// [Label "Chart Color Sequence 7 Minus 5"]
|
|
@@ -9988,6 +10183,7 @@
|
|
|
9988
10183
|
// [Protected "true"]
|
|
9989
10184
|
// [Category "Chart", "Sequence"]
|
|
9990
10185
|
// [Type "color"]
|
|
10186
|
+
// [TranslationKey "sapChart_Seq_7_M5_TxtClr"]
|
|
9991
10187
|
@sapChart_Sequence_7_Minus5_TextColor: @sapDefault_Color;
|
|
9992
10188
|
|
|
9993
10189
|
// [Label "Chart Text Shadow Sequence 7 Minus 5"]
|
|
@@ -9996,6 +10192,7 @@
|
|
|
9996
10192
|
// [Protected "true"]
|
|
9997
10193
|
// [Category "Chart", "Sequence"]
|
|
9998
10194
|
// [Type "boxShadow"]
|
|
10195
|
+
// [TranslationKey "sapChart_Seq_7_M5_TxtShadow"]
|
|
9999
10196
|
@sapChart_Sequence_7_Minus5_TextShadow: @sapDefault_Shadow;
|
|
10000
10197
|
|
|
10001
10198
|
// [Label "Chart Color Sequence 8 Plus 3"]
|
|
@@ -10012,6 +10209,7 @@
|
|
|
10012
10209
|
// [Protected "true"]
|
|
10013
10210
|
// [Category "Chart", "Sequence"]
|
|
10014
10211
|
// [Type "color"]
|
|
10212
|
+
// [TranslationKey "sapChart_Seq_8_P3_TxtClr"]
|
|
10015
10213
|
@sapChart_Sequence_8_Plus3_TextColor: @sapDefault_Color;
|
|
10016
10214
|
|
|
10017
10215
|
// [Label "Chart Text Shadow Sequence 8 Plus 3"]
|
|
@@ -10020,6 +10218,7 @@
|
|
|
10020
10218
|
// [Protected "true"]
|
|
10021
10219
|
// [Category "Chart", "Sequence"]
|
|
10022
10220
|
// [Type "boxShadow"]
|
|
10221
|
+
// [TranslationKey "sapChart_Seq_8_P3_TxtShadow"]
|
|
10023
10222
|
@sapChart_Sequence_8_Plus3_TextShadow: @sapDefault_Shadow;
|
|
10024
10223
|
|
|
10025
10224
|
// [Label "Chart Color Sequence 8 Plus 2"]
|
|
@@ -10036,6 +10235,7 @@
|
|
|
10036
10235
|
// [Protected "true"]
|
|
10037
10236
|
// [Category "Chart", "Sequence"]
|
|
10038
10237
|
// [Type "color"]
|
|
10238
|
+
// [TranslationKey "sapChart_Seq_8_P2_TxtClr"]
|
|
10039
10239
|
@sapChart_Sequence_8_Plus2_TextColor: @sapDefault_Color;
|
|
10040
10240
|
|
|
10041
10241
|
// [Label "Chart Text Shadow Sequence 8 Plus 2"]
|
|
@@ -10044,6 +10244,7 @@
|
|
|
10044
10244
|
// [Protected "true"]
|
|
10045
10245
|
// [Category "Chart", "Sequence"]
|
|
10046
10246
|
// [Type "boxShadow"]
|
|
10247
|
+
// [TranslationKey "sapChart_Seq_8_P2_TxtShadow"]
|
|
10047
10248
|
@sapChart_Sequence_8_Plus2_TextShadow: @sapDefault_Shadow;
|
|
10048
10249
|
|
|
10049
10250
|
// [Label "Chart Color Sequence 8 Plus 1"]
|
|
@@ -10060,6 +10261,7 @@
|
|
|
10060
10261
|
// [Protected "true"]
|
|
10061
10262
|
// [Category "Chart", "Sequence"]
|
|
10062
10263
|
// [Type "color"]
|
|
10264
|
+
// [TranslationKey "sapChart_Seq_8_P1_TxtClr"]
|
|
10063
10265
|
@sapChart_Sequence_8_Plus1_TextColor: @sapDefault_Color;
|
|
10064
10266
|
|
|
10065
10267
|
// [Label "Chart Text Shadow Sequence 8 Plus 1"]
|
|
@@ -10068,6 +10270,7 @@
|
|
|
10068
10270
|
// [Protected "true"]
|
|
10069
10271
|
// [Category "Chart", "Sequence"]
|
|
10070
10272
|
// [Type "boxShadow"]
|
|
10273
|
+
// [TranslationKey "sapChart_Seq_8_P1_TxtShadow"]
|
|
10071
10274
|
@sapChart_Sequence_8_Plus1_TextShadow: @sapDefault_Shadow;
|
|
10072
10275
|
|
|
10073
10276
|
// [Label "Chart Color Sequence 8"]
|
|
@@ -10116,6 +10319,7 @@
|
|
|
10116
10319
|
// [Protected "true"]
|
|
10117
10320
|
// [Category "Chart", "Sequence"]
|
|
10118
10321
|
// [Type "color"]
|
|
10322
|
+
// [TranslationKey "sapChart_Seq_8_M1_TxtClr"]
|
|
10119
10323
|
@sapChart_Sequence_8_Minus1_TextColor: @sapDefault_Color;
|
|
10120
10324
|
|
|
10121
10325
|
// [Label "Chart Text Shadow Sequence 8 Minus 1"]
|
|
@@ -10124,6 +10328,7 @@
|
|
|
10124
10328
|
// [Protected "true"]
|
|
10125
10329
|
// [Category "Chart", "Sequence"]
|
|
10126
10330
|
// [Type "boxShadow"]
|
|
10331
|
+
// [TranslationKey "sapChart_Seq_8_M1_TxtShadow"]
|
|
10127
10332
|
@sapChart_Sequence_8_Minus1_TextShadow: @sapDefault_Shadow;
|
|
10128
10333
|
|
|
10129
10334
|
// [Label "Chart Color Sequence 8 Minus 2"]
|
|
@@ -10140,6 +10345,7 @@
|
|
|
10140
10345
|
// [Protected "true"]
|
|
10141
10346
|
// [Category "Chart", "Sequence"]
|
|
10142
10347
|
// [Type "color"]
|
|
10348
|
+
// [TranslationKey "sapChart_Seq_8_M2_TxtClr"]
|
|
10143
10349
|
@sapChart_Sequence_8_Minus2_TextColor: @sapDefault_Color;
|
|
10144
10350
|
|
|
10145
10351
|
// [Label "Chart Text Shadow Sequence 8 Minus 2"]
|
|
@@ -10148,6 +10354,7 @@
|
|
|
10148
10354
|
// [Protected "true"]
|
|
10149
10355
|
// [Category "Chart", "Sequence"]
|
|
10150
10356
|
// [Type "boxShadow"]
|
|
10357
|
+
// [TranslationKey "sapChart_Seq_8_M2_TxtShadow"]
|
|
10151
10358
|
@sapChart_Sequence_8_Minus2_TextShadow: @sapDefault_Shadow;
|
|
10152
10359
|
|
|
10153
10360
|
// [Label "Chart Color Sequence 8 Minus 3"]
|
|
@@ -10164,6 +10371,7 @@
|
|
|
10164
10371
|
// [Protected "true"]
|
|
10165
10372
|
// [Category "Chart", "Sequence"]
|
|
10166
10373
|
// [Type "color"]
|
|
10374
|
+
// [TranslationKey "sapChart_Seq_8_M3_TxtClr"]
|
|
10167
10375
|
@sapChart_Sequence_8_Minus3_TextColor: @sapDefault_Color;
|
|
10168
10376
|
|
|
10169
10377
|
// [Label "Chart Text Shadow Sequence 8 Minus 3"]
|
|
@@ -10172,6 +10380,7 @@
|
|
|
10172
10380
|
// [Protected "true"]
|
|
10173
10381
|
// [Category "Chart", "Sequence"]
|
|
10174
10382
|
// [Type "boxShadow"]
|
|
10383
|
+
// [TranslationKey "sapChart_Seq_8_M3_TxtShadow"]
|
|
10175
10384
|
@sapChart_Sequence_8_Minus3_TextShadow: @sapDefault_Shadow;
|
|
10176
10385
|
|
|
10177
10386
|
// [Label "Chart Color Sequence 8 Minus 4"]
|
|
@@ -10188,6 +10397,7 @@
|
|
|
10188
10397
|
// [Protected "true"]
|
|
10189
10398
|
// [Category "Chart", "Sequence"]
|
|
10190
10399
|
// [Type "color"]
|
|
10400
|
+
// [TranslationKey "sapChart_Seq_8_M4_TxtClr"]
|
|
10191
10401
|
@sapChart_Sequence_8_Minus4_TextColor: @sapDefault_Color;
|
|
10192
10402
|
|
|
10193
10403
|
// [Label "Chart Text Shadow Sequence 8 Minus 4"]
|
|
@@ -10196,6 +10406,7 @@
|
|
|
10196
10406
|
// [Protected "true"]
|
|
10197
10407
|
// [Category "Chart", "Sequence"]
|
|
10198
10408
|
// [Type "boxShadow"]
|
|
10409
|
+
// [TranslationKey "sapChart_Seq_8_M4_TxtShadow"]
|
|
10199
10410
|
@sapChart_Sequence_8_Minus4_TextShadow: @sapDefault_Shadow;
|
|
10200
10411
|
|
|
10201
10412
|
// [Label "Chart Color Sequence 8 Minus 5"]
|
|
@@ -10212,6 +10423,7 @@
|
|
|
10212
10423
|
// [Protected "true"]
|
|
10213
10424
|
// [Category "Chart", "Sequence"]
|
|
10214
10425
|
// [Type "color"]
|
|
10426
|
+
// [TranslationKey "sapChart_Seq_8_M5_TxtClr"]
|
|
10215
10427
|
@sapChart_Sequence_8_Minus5_TextColor: @sapDefault_Color;
|
|
10216
10428
|
|
|
10217
10429
|
// [Label "Chart Text Shadow Sequence 8 Minus 5"]
|
|
@@ -10220,6 +10432,7 @@
|
|
|
10220
10432
|
// [Protected "true"]
|
|
10221
10433
|
// [Category "Chart", "Sequence"]
|
|
10222
10434
|
// [Type "boxShadow"]
|
|
10435
|
+
// [TranslationKey "sapChart_Seq_8_M5_TxtShadow"]
|
|
10223
10436
|
@sapChart_Sequence_8_Minus5_TextShadow: @sapDefault_Shadow;
|
|
10224
10437
|
|
|
10225
10438
|
// [Label "Chart Color Sequence 9 Plus 3"]
|
|
@@ -10236,6 +10449,7 @@
|
|
|
10236
10449
|
// [Protected "true"]
|
|
10237
10450
|
// [Category "Chart", "Sequence"]
|
|
10238
10451
|
// [Type "color"]
|
|
10452
|
+
// [TranslationKey "sapChart_Seq_9_P3_TxtClr"]
|
|
10239
10453
|
@sapChart_Sequence_9_Plus3_TextColor: @sapDefault_Color;
|
|
10240
10454
|
|
|
10241
10455
|
// [Label "Chart Text Shadow Sequence 9 Plus 3"]
|
|
@@ -10244,6 +10458,7 @@
|
|
|
10244
10458
|
// [Protected "true"]
|
|
10245
10459
|
// [Category "Chart", "Sequence"]
|
|
10246
10460
|
// [Type "boxShadow"]
|
|
10461
|
+
// [TranslationKey "sapChart_Seq_9_P3_TxtShadow"]
|
|
10247
10462
|
@sapChart_Sequence_9_Plus3_TextShadow: @sapDefault_Shadow;
|
|
10248
10463
|
|
|
10249
10464
|
// [Label "Chart Color Sequence 9 Plus 2"]
|
|
@@ -10260,6 +10475,7 @@
|
|
|
10260
10475
|
// [Protected "true"]
|
|
10261
10476
|
// [Category "Chart", "Sequence"]
|
|
10262
10477
|
// [Type "color"]
|
|
10478
|
+
// [TranslationKey "sapChart_Seq_9_P2_TxtClr"]
|
|
10263
10479
|
@sapChart_Sequence_9_Plus2_TextColor: @sapDefault_Color;
|
|
10264
10480
|
|
|
10265
10481
|
// [Label "Chart Text Shadow Sequence 9 Plus 2"]
|
|
@@ -10268,6 +10484,7 @@
|
|
|
10268
10484
|
// [Protected "true"]
|
|
10269
10485
|
// [Category "Chart", "Sequence"]
|
|
10270
10486
|
// [Type "boxShadow"]
|
|
10487
|
+
// [TranslationKey "sapChart_Seq_9_P2_TxtShadow"]
|
|
10271
10488
|
@sapChart_Sequence_9_Plus2_TextShadow: @sapDefault_Shadow;
|
|
10272
10489
|
|
|
10273
10490
|
// [Label "Chart Color Sequence 9 Plus 1"]
|
|
@@ -10284,6 +10501,7 @@
|
|
|
10284
10501
|
// [Protected "true"]
|
|
10285
10502
|
// [Category "Chart", "Sequence"]
|
|
10286
10503
|
// [Type "color"]
|
|
10504
|
+
// [TranslationKey "sapChart_Seq_9_P1_TxtClr"]
|
|
10287
10505
|
@sapChart_Sequence_9_Plus1_TextColor: @sapDefault_Color;
|
|
10288
10506
|
|
|
10289
10507
|
// [Label "Chart Text Shadow Sequence 9 Plus 1"]
|
|
@@ -10292,6 +10510,7 @@
|
|
|
10292
10510
|
// [Protected "true"]
|
|
10293
10511
|
// [Category "Chart", "Sequence"]
|
|
10294
10512
|
// [Type "boxShadow"]
|
|
10513
|
+
// [TranslationKey "sapChart_Seq_9_P1_TxtShadow"]
|
|
10295
10514
|
@sapChart_Sequence_9_Plus1_TextShadow: @sapDefault_Shadow;
|
|
10296
10515
|
|
|
10297
10516
|
// [Label "Chart Color Sequence 9"]
|
|
@@ -10340,6 +10559,7 @@
|
|
|
10340
10559
|
// [Protected "true"]
|
|
10341
10560
|
// [Category "Chart", "Sequence"]
|
|
10342
10561
|
// [Type "color"]
|
|
10562
|
+
// [TranslationKey "sapChart_Seq_9_M1_TxtClr"]
|
|
10343
10563
|
@sapChart_Sequence_9_Minus1_TextColor: @sapDefault_Color;
|
|
10344
10564
|
|
|
10345
10565
|
// [Label "Chart Text Shadow Sequence 9 Minus 1"]
|
|
@@ -10348,6 +10568,7 @@
|
|
|
10348
10568
|
// [Protected "true"]
|
|
10349
10569
|
// [Category "Chart", "Sequence"]
|
|
10350
10570
|
// [Type "boxShadow"]
|
|
10571
|
+
// [TranslationKey "sapChart_Seq_9_M1_TxtShadow"]
|
|
10351
10572
|
@sapChart_Sequence_9_Minus1_TextShadow: @sapDefault_Shadow;
|
|
10352
10573
|
|
|
10353
10574
|
// [Label "Chart Color Sequence 9 Minus 2"]
|
|
@@ -10364,6 +10585,7 @@
|
|
|
10364
10585
|
// [Protected "true"]
|
|
10365
10586
|
// [Category "Chart", "Sequence"]
|
|
10366
10587
|
// [Type "color"]
|
|
10588
|
+
// [TranslationKey "sapChart_Seq_9_M2_TxtClr"]
|
|
10367
10589
|
@sapChart_Sequence_9_Minus2_TextColor: @sapDefault_Color;
|
|
10368
10590
|
|
|
10369
10591
|
// [Label "Chart Text Shadow Sequence 9 Minus 2"]
|
|
@@ -10372,6 +10594,7 @@
|
|
|
10372
10594
|
// [Protected "true"]
|
|
10373
10595
|
// [Category "Chart", "Sequence"]
|
|
10374
10596
|
// [Type "boxShadow"]
|
|
10597
|
+
// [TranslationKey "sapChart_Seq_9_M2_TxtShadow"]
|
|
10375
10598
|
@sapChart_Sequence_9_Minus2_TextShadow: @sapDefault_Shadow;
|
|
10376
10599
|
|
|
10377
10600
|
// [Label "Chart Color Sequence 9 Minus 3"]
|
|
@@ -10388,6 +10611,7 @@
|
|
|
10388
10611
|
// [Protected "true"]
|
|
10389
10612
|
// [Category "Chart", "Sequence"]
|
|
10390
10613
|
// [Type "color"]
|
|
10614
|
+
// [TranslationKey "sapChart_Seq_9_M3_TxtClr"]
|
|
10391
10615
|
@sapChart_Sequence_9_Minus3_TextColor: @sapDefault_Color;
|
|
10392
10616
|
|
|
10393
10617
|
// [Label "Chart Text Shadow Sequence 9 Minus 3"]
|
|
@@ -10396,6 +10620,7 @@
|
|
|
10396
10620
|
// [Protected "true"]
|
|
10397
10621
|
// [Category "Chart", "Sequence"]
|
|
10398
10622
|
// [Type "boxShadow"]
|
|
10623
|
+
// [TranslationKey "sapChart_Seq_9_M3_TxtShadow"]
|
|
10399
10624
|
@sapChart_Sequence_9_Minus3_TextShadow: @sapDefault_Shadow;
|
|
10400
10625
|
|
|
10401
10626
|
// [Label "Chart Color Sequence 9 Minus 4"]
|
|
@@ -10412,6 +10637,7 @@
|
|
|
10412
10637
|
// [Protected "true"]
|
|
10413
10638
|
// [Category "Chart", "Sequence"]
|
|
10414
10639
|
// [Type "color"]
|
|
10640
|
+
// [TranslationKey "sapChart_Seq_9_M4_TxtClr"]
|
|
10415
10641
|
@sapChart_Sequence_9_Minus4_TextColor: @sapDefault_Color;
|
|
10416
10642
|
|
|
10417
10643
|
// [Label "Chart Text Shadow Sequence 9 Minus 4"]
|
|
@@ -10420,6 +10646,7 @@
|
|
|
10420
10646
|
// [Protected "true"]
|
|
10421
10647
|
// [Category "Chart", "Sequence"]
|
|
10422
10648
|
// [Type "boxShadow"]
|
|
10649
|
+
// [TranslationKey "sapChart_Seq_9_M4_TxtShadow"]
|
|
10423
10650
|
@sapChart_Sequence_9_Minus4_TextShadow: @sapDefault_Shadow;
|
|
10424
10651
|
|
|
10425
10652
|
// [Label "Chart Color Sequence 9 Minus 5"]
|
|
@@ -10436,6 +10663,7 @@
|
|
|
10436
10663
|
// [Protected "true"]
|
|
10437
10664
|
// [Category "Chart", "Sequence"]
|
|
10438
10665
|
// [Type "color"]
|
|
10666
|
+
// [TranslationKey "sapChart_Seq_9_M5_TxtClr"]
|
|
10439
10667
|
@sapChart_Sequence_9_Minus5_TextColor: @sapDefault_Color;
|
|
10440
10668
|
|
|
10441
10669
|
// [Label "Chart Text Shadow Sequence 9 Minus 5"]
|
|
@@ -10444,6 +10672,7 @@
|
|
|
10444
10672
|
// [Protected "true"]
|
|
10445
10673
|
// [Category "Chart", "Sequence"]
|
|
10446
10674
|
// [Type "boxShadow"]
|
|
10675
|
+
// [TranslationKey "sapChart_Seq_9_M5_TxtShadow"]
|
|
10447
10676
|
@sapChart_Sequence_9_Minus5_TextShadow: @sapDefault_Shadow;
|
|
10448
10677
|
|
|
10449
10678
|
// [Label "Chart Color Sequence 10 Plus 3"]
|
|
@@ -10460,6 +10689,7 @@
|
|
|
10460
10689
|
// [Protected "true"]
|
|
10461
10690
|
// [Category "Chart", "Sequence"]
|
|
10462
10691
|
// [Type "color"]
|
|
10692
|
+
// [TranslationKey "sapChart_Seq_10_P3_TxtClr"]
|
|
10463
10693
|
@sapChart_Sequence_10_Plus3_TextColor: @sapDefault_Color;
|
|
10464
10694
|
|
|
10465
10695
|
// [Label "Chart Text Shadow Sequence 10 Plus 3"]
|
|
@@ -10468,6 +10698,7 @@
|
|
|
10468
10698
|
// [Protected "true"]
|
|
10469
10699
|
// [Category "Chart", "Sequence"]
|
|
10470
10700
|
// [Type "boxShadow"]
|
|
10701
|
+
// [TranslationKey "sapChart_Seq_10_P3_TxtShadow"]
|
|
10471
10702
|
@sapChart_Sequence_10_Plus3_TextShadow: @sapDefault_Shadow;
|
|
10472
10703
|
|
|
10473
10704
|
// [Label "Chart Color Sequence 10 Plus 2"]
|
|
@@ -10484,6 +10715,7 @@
|
|
|
10484
10715
|
// [Protected "true"]
|
|
10485
10716
|
// [Category "Chart", "Sequence"]
|
|
10486
10717
|
// [Type "color"]
|
|
10718
|
+
// [TranslationKey "sapChart_Seq_10_P2_TxtClr"]
|
|
10487
10719
|
@sapChart_Sequence_10_Plus2_TextColor: @sapDefault_Color;
|
|
10488
10720
|
|
|
10489
10721
|
// [Label "Chart Text Shadow Sequence 10 Plus 2"]
|
|
@@ -10492,6 +10724,7 @@
|
|
|
10492
10724
|
// [Protected "true"]
|
|
10493
10725
|
// [Category "Chart", "Sequence"]
|
|
10494
10726
|
// [Type "boxShadow"]
|
|
10727
|
+
// [TranslationKey "sapChart_Seq_10_P2_TxtShadow"]
|
|
10495
10728
|
@sapChart_Sequence_10_Plus2_TextShadow: @sapDefault_Shadow;
|
|
10496
10729
|
|
|
10497
10730
|
// [Label "Chart Color Sequence 10 Plus 1"]
|
|
@@ -10508,6 +10741,7 @@
|
|
|
10508
10741
|
// [Protected "true"]
|
|
10509
10742
|
// [Category "Chart", "Sequence"]
|
|
10510
10743
|
// [Type "color"]
|
|
10744
|
+
// [TranslationKey "sapChart_Seq_10_P1_TxtClr"]
|
|
10511
10745
|
@sapChart_Sequence_10_Plus1_TextColor: @sapDefault_Color;
|
|
10512
10746
|
|
|
10513
10747
|
// [Label "Chart Text Shadow Sequence 10 Plus 1"]
|
|
@@ -10516,6 +10750,7 @@
|
|
|
10516
10750
|
// [Protected "true"]
|
|
10517
10751
|
// [Category "Chart", "Sequence"]
|
|
10518
10752
|
// [Type "boxShadow"]
|
|
10753
|
+
// [TranslationKey "sapChart_Seq_10_P1_TxtShadow"]
|
|
10519
10754
|
@sapChart_Sequence_10_Plus1_TextShadow: @sapDefault_Shadow;
|
|
10520
10755
|
|
|
10521
10756
|
// [Label "Chart Color Sequence 10"]
|
|
@@ -10548,6 +10783,7 @@
|
|
|
10548
10783
|
// [Protected "true"]
|
|
10549
10784
|
// [Category "Chart", "Sequence"]
|
|
10550
10785
|
// [Type "color"]
|
|
10786
|
+
// [TranslationKey "sapChart_Seq_10_BrdClr"]
|
|
10551
10787
|
@sapChart_Sequence_10_BorderColor: @sapDefault_Color;
|
|
10552
10788
|
|
|
10553
10789
|
// [Label "Chart Color Sequence 10 Minus 1"]
|
|
@@ -10564,6 +10800,7 @@
|
|
|
10564
10800
|
// [Protected "true"]
|
|
10565
10801
|
// [Category "Chart", "Sequence"]
|
|
10566
10802
|
// [Type "color"]
|
|
10803
|
+
// [TranslationKey "sapChart_Seq_10_M1_TxtClr"]
|
|
10567
10804
|
@sapChart_Sequence_10_Minus1_TextColor: @sapDefault_Color;
|
|
10568
10805
|
|
|
10569
10806
|
// [Label "Chart Text Shadow Sequence 10 Minus 1"]
|
|
@@ -10572,6 +10809,7 @@
|
|
|
10572
10809
|
// [Protected "true"]
|
|
10573
10810
|
// [Category "Chart", "Sequence"]
|
|
10574
10811
|
// [Type "boxShadow"]
|
|
10812
|
+
// [TranslationKey "sapChart_Seq_10_M1_TxtShadow"]
|
|
10575
10813
|
@sapChart_Sequence_10_Minus1_TextShadow: @sapDefault_Shadow;
|
|
10576
10814
|
|
|
10577
10815
|
// [Label "Chart Color Sequence 10 Minus 2"]
|
|
@@ -10588,6 +10826,7 @@
|
|
|
10588
10826
|
// [Protected "true"]
|
|
10589
10827
|
// [Category "Chart", "Sequence"]
|
|
10590
10828
|
// [Type "color"]
|
|
10829
|
+
// [TranslationKey "sapChart_Seq_10_M2_TxtClr"]
|
|
10591
10830
|
@sapChart_Sequence_10_Minus2_TextColor: @sapDefault_Color;
|
|
10592
10831
|
|
|
10593
10832
|
// [Label "Chart Text Shadow Sequence 10 Minus 2"]
|
|
@@ -10596,6 +10835,7 @@
|
|
|
10596
10835
|
// [Protected "true"]
|
|
10597
10836
|
// [Category "Chart", "Sequence"]
|
|
10598
10837
|
// [Type "boxShadow"]
|
|
10838
|
+
// [TranslationKey "sapChart_Seq_10_M2_TxtShadow"]
|
|
10599
10839
|
@sapChart_Sequence_10_Minus2_TextShadow: @sapDefault_Shadow;
|
|
10600
10840
|
|
|
10601
10841
|
// [Label "Chart Color Sequence 10 Minus 3"]
|
|
@@ -10612,6 +10852,7 @@
|
|
|
10612
10852
|
// [Protected "true"]
|
|
10613
10853
|
// [Category "Chart", "Sequence"]
|
|
10614
10854
|
// [Type "color"]
|
|
10855
|
+
// [TranslationKey "sapChart_Seq_10_M3_TxtClr"]
|
|
10615
10856
|
@sapChart_Sequence_10_Minus3_TextColor: @sapDefault_Color;
|
|
10616
10857
|
|
|
10617
10858
|
// [Label "Chart Text Shadow Sequence 10 Minus 3"]
|
|
@@ -10620,6 +10861,7 @@
|
|
|
10620
10861
|
// [Protected "true"]
|
|
10621
10862
|
// [Category "Chart", "Sequence"]
|
|
10622
10863
|
// [Type "boxShadow"]
|
|
10864
|
+
// [TranslationKey "sapChart_Seq_10_M3_TxtShadow"]
|
|
10623
10865
|
@sapChart_Sequence_10_Minus3_TextShadow: @sapDefault_Shadow;
|
|
10624
10866
|
|
|
10625
10867
|
// [Label "Chart Color Sequence 10 Minus 4"]
|
|
@@ -10636,6 +10878,7 @@
|
|
|
10636
10878
|
// [Protected "true"]
|
|
10637
10879
|
// [Category "Chart", "Sequence"]
|
|
10638
10880
|
// [Type "color"]
|
|
10881
|
+
// [TranslationKey "sapChart_Seq_10_M4_TxtClr"]
|
|
10639
10882
|
@sapChart_Sequence_10_Minus4_TextColor: @sapDefault_Color;
|
|
10640
10883
|
|
|
10641
10884
|
// [Label "Chart Text Shadow Sequence 10 Minus 4"]
|
|
@@ -10644,6 +10887,7 @@
|
|
|
10644
10887
|
// [Protected "true"]
|
|
10645
10888
|
// [Category "Chart", "Sequence"]
|
|
10646
10889
|
// [Type "boxShadow"]
|
|
10890
|
+
// [TranslationKey "sapChart_Seq_10_M4_TxtShadow"]
|
|
10647
10891
|
@sapChart_Sequence_10_Minus4_TextShadow: @sapDefault_Shadow;
|
|
10648
10892
|
|
|
10649
10893
|
// [Label "Chart Color Sequence 10 Minus 5"]
|
|
@@ -10660,6 +10904,7 @@
|
|
|
10660
10904
|
// [Protected "true"]
|
|
10661
10905
|
// [Category "Chart", "Sequence"]
|
|
10662
10906
|
// [Type "color"]
|
|
10907
|
+
// [TranslationKey "sapChart_Seq_10_M5_TxtClr"]
|
|
10663
10908
|
@sapChart_Sequence_10_Minus5_TextColor: @sapDefault_Color;
|
|
10664
10909
|
|
|
10665
10910
|
// [Label "Chart Text Shadow Sequence 10 Minus 5"]
|
|
@@ -10668,6 +10913,7 @@
|
|
|
10668
10913
|
// [Protected "true"]
|
|
10669
10914
|
// [Category "Chart", "Sequence"]
|
|
10670
10915
|
// [Type "boxShadow"]
|
|
10916
|
+
// [TranslationKey "sapChart_Seq_10_M5_TxtShadow"]
|
|
10671
10917
|
@sapChart_Sequence_10_Minus5_TextShadow: @sapDefault_Shadow;
|
|
10672
10918
|
|
|
10673
10919
|
// [Label "Chart Color Sequence 11 Plus 3"]
|
|
@@ -10684,6 +10930,7 @@
|
|
|
10684
10930
|
// [Protected "true"]
|
|
10685
10931
|
// [Category "Chart", "Sequence"]
|
|
10686
10932
|
// [Type "color"]
|
|
10933
|
+
// [TranslationKey "sapChart_Seq_11_P3_TxtClr"]
|
|
10687
10934
|
@sapChart_Sequence_11_Plus3_TextColor: @sapDefault_Color;
|
|
10688
10935
|
|
|
10689
10936
|
// [Label "Chart Text Shadow Sequence 11 Plus 3"]
|
|
@@ -10692,6 +10939,7 @@
|
|
|
10692
10939
|
// [Protected "true"]
|
|
10693
10940
|
// [Category "Chart", "Sequence"]
|
|
10694
10941
|
// [Type "boxShadow"]
|
|
10942
|
+
// [TranslationKey "sapChart_Seq_11_P3_TxtShadow"]
|
|
10695
10943
|
@sapChart_Sequence_11_Plus3_TextShadow: @sapDefault_Shadow;
|
|
10696
10944
|
|
|
10697
10945
|
// [Label "Chart Color Sequence 11 Plus 2"]
|
|
@@ -10708,6 +10956,7 @@
|
|
|
10708
10956
|
// [Protected "true"]
|
|
10709
10957
|
// [Category "Chart", "Sequence"]
|
|
10710
10958
|
// [Type "color"]
|
|
10959
|
+
// [TranslationKey "sapChart_Seq_11_P2_TxtClr"]
|
|
10711
10960
|
@sapChart_Sequence_11_Plus2_TextColor: @sapDefault_Color;
|
|
10712
10961
|
|
|
10713
10962
|
// [Label "Chart Text Shadow Sequence 11 Plus 2"]
|
|
@@ -10716,6 +10965,7 @@
|
|
|
10716
10965
|
// [Protected "true"]
|
|
10717
10966
|
// [Category "Chart", "Sequence"]
|
|
10718
10967
|
// [Type "boxShadow"]
|
|
10968
|
+
// [TranslationKey "sapChart_Seq_11_P2_TxtShadow"]
|
|
10719
10969
|
@sapChart_Sequence_11_Plus2_TextShadow: @sapDefault_Shadow;
|
|
10720
10970
|
|
|
10721
10971
|
// [Label "Chart Color Sequence 11 Plus 1"]
|
|
@@ -10732,6 +10982,7 @@
|
|
|
10732
10982
|
// [Protected "true"]
|
|
10733
10983
|
// [Category "Chart", "Sequence"]
|
|
10734
10984
|
// [Type "color"]
|
|
10985
|
+
// [TranslationKey "sapChart_Seq_11_P1_TxtClr"]
|
|
10735
10986
|
@sapChart_Sequence_11_Plus1_TextColor: @sapDefault_Color;
|
|
10736
10987
|
|
|
10737
10988
|
// [Label "Chart Text Shadow Sequence 11 Plus 1"]
|
|
@@ -10740,6 +10991,7 @@
|
|
|
10740
10991
|
// [Protected "true"]
|
|
10741
10992
|
// [Category "Chart", "Sequence"]
|
|
10742
10993
|
// [Type "boxShadow"]
|
|
10994
|
+
// [TranslationKey "sapChart_Seq_11_P1_TxtShadow"]
|
|
10743
10995
|
@sapChart_Sequence_11_Plus1_TextShadow: @sapDefault_Shadow;
|
|
10744
10996
|
|
|
10745
10997
|
// [Label "Chart Color Sequence 11"]
|
|
@@ -10772,6 +11024,7 @@
|
|
|
10772
11024
|
// [Protected "true"]
|
|
10773
11025
|
// [Category "Chart", "Sequence"]
|
|
10774
11026
|
// [Type "color"]
|
|
11027
|
+
// [TranslationKey "sapChart_Seq_11_BrdClr"]
|
|
10775
11028
|
@sapChart_Sequence_11_BorderColor: @sapDefault_Color;
|
|
10776
11029
|
|
|
10777
11030
|
// [Label "Chart Color Sequence 11 Minus 1"]
|
|
@@ -10788,6 +11041,7 @@
|
|
|
10788
11041
|
// [Protected "true"]
|
|
10789
11042
|
// [Category "Chart", "Sequence"]
|
|
10790
11043
|
// [Type "color"]
|
|
11044
|
+
// [TranslationKey "sapChart_Seq_11_M1_TxtClr"]
|
|
10791
11045
|
@sapChart_Sequence_11_Minus1_TextColor: @sapDefault_Color;
|
|
10792
11046
|
|
|
10793
11047
|
// [Label "Chart Text Shadow Sequence 11 Minus 1"]
|
|
@@ -10796,6 +11050,7 @@
|
|
|
10796
11050
|
// [Protected "true"]
|
|
10797
11051
|
// [Category "Chart", "Sequence"]
|
|
10798
11052
|
// [Type "boxShadow"]
|
|
11053
|
+
// [TranslationKey "sapChart_Seq_11_M1_TxtShadow"]
|
|
10799
11054
|
@sapChart_Sequence_11_Minus1_TextShadow: @sapDefault_Shadow;
|
|
10800
11055
|
|
|
10801
11056
|
// [Label "Chart Color Sequence 11 Minus 2"]
|
|
@@ -10812,6 +11067,7 @@
|
|
|
10812
11067
|
// [Protected "true"]
|
|
10813
11068
|
// [Category "Chart", "Sequence"]
|
|
10814
11069
|
// [Type "color"]
|
|
11070
|
+
// [TranslationKey "sapChart_Seq_11_M2_TxtClr"]
|
|
10815
11071
|
@sapChart_Sequence_11_Minus2_TextColor: @sapDefault_Color;
|
|
10816
11072
|
|
|
10817
11073
|
// [Label "Chart Text Shadow Sequence 11 Minus 2"]
|
|
@@ -10820,6 +11076,7 @@
|
|
|
10820
11076
|
// [Protected "true"]
|
|
10821
11077
|
// [Category "Chart", "Sequence"]
|
|
10822
11078
|
// [Type "boxShadow"]
|
|
11079
|
+
// [TranslationKey "sapChart_Seq_11_M2_TxtShadow"]
|
|
10823
11080
|
@sapChart_Sequence_11_Minus2_TextShadow: @sapDefault_Shadow;
|
|
10824
11081
|
|
|
10825
11082
|
// [Label "Chart Color Sequence 11 Minus 3"]
|
|
@@ -10836,6 +11093,7 @@
|
|
|
10836
11093
|
// [Protected "true"]
|
|
10837
11094
|
// [Category "Chart", "Sequence"]
|
|
10838
11095
|
// [Type "color"]
|
|
11096
|
+
// [TranslationKey "sapChart_Seq_11_M3_TxtClr"]
|
|
10839
11097
|
@sapChart_Sequence_11_Minus3_TextColor: @sapDefault_Color;
|
|
10840
11098
|
|
|
10841
11099
|
// [Label "Chart Text Shadow Sequence 11 Minus 3"]
|
|
@@ -10844,6 +11102,7 @@
|
|
|
10844
11102
|
// [Protected "true"]
|
|
10845
11103
|
// [Category "Chart", "Sequence"]
|
|
10846
11104
|
// [Type "boxShadow"]
|
|
11105
|
+
// [TranslationKey "sapChart_Seq_11_M3_TxtShadow"]
|
|
10847
11106
|
@sapChart_Sequence_11_Minus3_TextShadow: @sapDefault_Shadow;
|
|
10848
11107
|
|
|
10849
11108
|
// [Label "Chart Color Sequence 11 Minus 4"]
|
|
@@ -10860,6 +11119,7 @@
|
|
|
10860
11119
|
// [Protected "true"]
|
|
10861
11120
|
// [Category "Chart", "Sequence"]
|
|
10862
11121
|
// [Type "color"]
|
|
11122
|
+
// [TranslationKey "sapChart_Seq_11_M4_TxtClr"]
|
|
10863
11123
|
@sapChart_Sequence_11_Minus4_TextColor: @sapDefault_Color;
|
|
10864
11124
|
|
|
10865
11125
|
// [Label "Chart Text Shadow Sequence 11 Minus 4"]
|
|
@@ -10868,6 +11128,7 @@
|
|
|
10868
11128
|
// [Protected "true"]
|
|
10869
11129
|
// [Category "Chart", "Sequence"]
|
|
10870
11130
|
// [Type "boxShadow"]
|
|
11131
|
+
// [TranslationKey "sapChart_Seq_11_M4_TxtShadow"]
|
|
10871
11132
|
@sapChart_Sequence_11_Minus4_TextShadow: @sapDefault_Shadow;
|
|
10872
11133
|
|
|
10873
11134
|
// [Label "Chart Color Sequence 11 Minus 5"]
|
|
@@ -10884,6 +11145,7 @@
|
|
|
10884
11145
|
// [Protected "true"]
|
|
10885
11146
|
// [Category "Chart", "Sequence"]
|
|
10886
11147
|
// [Type "color"]
|
|
11148
|
+
// [TranslationKey "sapChart_Seq_11_M5_TxtClr"]
|
|
10887
11149
|
@sapChart_Sequence_11_Minus5_TextColor: @sapDefault_Color;
|
|
10888
11150
|
|
|
10889
11151
|
// [Label "Chart Text Shadow Sequence 11 Minus 5"]
|
|
@@ -10892,6 +11154,7 @@
|
|
|
10892
11154
|
// [Protected "true"]
|
|
10893
11155
|
// [Category "Chart", "Sequence"]
|
|
10894
11156
|
// [Type "boxShadow"]
|
|
11157
|
+
// [TranslationKey "sapChart_Seq_11_M5_TxtShadow"]
|
|
10895
11158
|
@sapChart_Sequence_11_Minus5_TextShadow: @sapDefault_Shadow;
|
|
10896
11159
|
|
|
10897
11160
|
// [Label "Chart Color Sequence 12 Plus 3"]
|
|
@@ -10908,6 +11171,7 @@
|
|
|
10908
11171
|
// [Protected "true"]
|
|
10909
11172
|
// [Category "Chart", "Sequence"]
|
|
10910
11173
|
// [Type "color"]
|
|
11174
|
+
// [TranslationKey "sapChart_Seq_12_P3_TxtClr"]
|
|
10911
11175
|
@sapChart_Sequence_12_Plus3_TextColor: @sapDefault_Color;
|
|
10912
11176
|
|
|
10913
11177
|
// [Label "Chart Text Shadow Sequence 12 Plus 3"]
|
|
@@ -10916,6 +11180,7 @@
|
|
|
10916
11180
|
// [Protected "true"]
|
|
10917
11181
|
// [Category "Chart", "Sequence"]
|
|
10918
11182
|
// [Type "boxShadow"]
|
|
11183
|
+
// [TranslationKey "sapChart_Seq_12_P3_TxtShadow"]
|
|
10919
11184
|
@sapChart_Sequence_12_Plus3_TextShadow: @sapDefault_Shadow;
|
|
10920
11185
|
|
|
10921
11186
|
// [Label "Chart Color Sequence 12 Plus 2"]
|
|
@@ -10932,6 +11197,7 @@
|
|
|
10932
11197
|
// [Protected "true"]
|
|
10933
11198
|
// [Category "Chart", "Sequence"]
|
|
10934
11199
|
// [Type "color"]
|
|
11200
|
+
// [TranslationKey "sapChart_Seq_12_P2_TxtClr"]
|
|
10935
11201
|
@sapChart_Sequence_12_Plus2_TextColor: @sapDefault_Color;
|
|
10936
11202
|
|
|
10937
11203
|
// [Label "Chart Text Shadow Sequence 12 Plus 2"]
|
|
@@ -10940,6 +11206,7 @@
|
|
|
10940
11206
|
// [Protected "true"]
|
|
10941
11207
|
// [Category "Chart", "Sequence"]
|
|
10942
11208
|
// [Type "boxShadow"]
|
|
11209
|
+
// [TranslationKey "sapChart_Seq_12_P2_TxtShadow"]
|
|
10943
11210
|
@sapChart_Sequence_12_Plus2_TextShadow: @sapDefault_Shadow;
|
|
10944
11211
|
|
|
10945
11212
|
// [Label "Chart Color Sequence 12 Plus 1"]
|
|
@@ -10956,6 +11223,7 @@
|
|
|
10956
11223
|
// [Protected "true"]
|
|
10957
11224
|
// [Category "Chart", "Sequence"]
|
|
10958
11225
|
// [Type "color"]
|
|
11226
|
+
// [TranslationKey "sapChart_Seq_12_P1_TxtClr"]
|
|
10959
11227
|
@sapChart_Sequence_12_Plus1_TextColor: @sapDefault_Color;
|
|
10960
11228
|
|
|
10961
11229
|
// [Label "Chart Text Shadow Sequence 12 Plus 1"]
|
|
@@ -10964,6 +11232,7 @@
|
|
|
10964
11232
|
// [Protected "true"]
|
|
10965
11233
|
// [Category "Chart", "Sequence"]
|
|
10966
11234
|
// [Type "boxShadow"]
|
|
11235
|
+
// [TranslationKey "sapChart_Seq_12_P1_TxtShadow"]
|
|
10967
11236
|
@sapChart_Sequence_12_Plus1_TextShadow: @sapDefault_Shadow;
|
|
10968
11237
|
|
|
10969
11238
|
// [Label "Chart Color Sequence 12"]
|
|
@@ -10996,6 +11265,7 @@
|
|
|
10996
11265
|
// [Protected "true"]
|
|
10997
11266
|
// [Category "Chart", "Sequence"]
|
|
10998
11267
|
// [Type "color"]
|
|
11268
|
+
// [TranslationKey "sapChart_Seq_12_BrdClr"]
|
|
10999
11269
|
@sapChart_Sequence_12_BorderColor: @sapDefault_Color;
|
|
11000
11270
|
|
|
11001
11271
|
// [Label "Chart Color Sequence 12 Minus 1"]
|
|
@@ -11012,6 +11282,7 @@
|
|
|
11012
11282
|
// [Protected "true"]
|
|
11013
11283
|
// [Category "Chart", "Sequence"]
|
|
11014
11284
|
// [Type "color"]
|
|
11285
|
+
// [TranslationKey "sapChart_Seq_12_M1_TxtClr"]
|
|
11015
11286
|
@sapChart_Sequence_12_Minus1_TextColor: @sapDefault_Color;
|
|
11016
11287
|
|
|
11017
11288
|
// [Label "Chart Text Shadow Sequence 12 Minus 1"]
|
|
@@ -11020,6 +11291,7 @@
|
|
|
11020
11291
|
// [Protected "true"]
|
|
11021
11292
|
// [Category "Chart", "Sequence"]
|
|
11022
11293
|
// [Type "boxShadow"]
|
|
11294
|
+
// [TranslationKey "sapChart_Seq_12_M1_TxtShadow"]
|
|
11023
11295
|
@sapChart_Sequence_12_Minus1_TextShadow: @sapDefault_Shadow;
|
|
11024
11296
|
|
|
11025
11297
|
// [Label "Chart Color Sequence 12 Minus 2"]
|
|
@@ -11036,6 +11308,7 @@
|
|
|
11036
11308
|
// [Protected "true"]
|
|
11037
11309
|
// [Category "Chart", "Sequence"]
|
|
11038
11310
|
// [Type "color"]
|
|
11311
|
+
// [TranslationKey "sapChart_Seq_12_M2_TxtClr"]
|
|
11039
11312
|
@sapChart_Sequence_12_Minus2_TextColor: @sapDefault_Color;
|
|
11040
11313
|
|
|
11041
11314
|
// [Label "Chart Text Shadow Sequence 12 Minus 2"]
|
|
@@ -11044,6 +11317,7 @@
|
|
|
11044
11317
|
// [Protected "true"]
|
|
11045
11318
|
// [Category "Chart", "Sequence"]
|
|
11046
11319
|
// [Type "boxShadow"]
|
|
11320
|
+
// [TranslationKey "sapChart_Seq_12_M2_TxtShadow"]
|
|
11047
11321
|
@sapChart_Sequence_12_Minus2_TextShadow: @sapDefault_Shadow;
|
|
11048
11322
|
|
|
11049
11323
|
// [Label "Chart Color Sequence 12 Minus 3"]
|
|
@@ -11060,6 +11334,7 @@
|
|
|
11060
11334
|
// [Protected "true"]
|
|
11061
11335
|
// [Category "Chart", "Sequence"]
|
|
11062
11336
|
// [Type "color"]
|
|
11337
|
+
// [TranslationKey "sapChart_Seq_12_M3_TxtClr"]
|
|
11063
11338
|
@sapChart_Sequence_12_Minus3_TextColor: @sapDefault_Color;
|
|
11064
11339
|
|
|
11065
11340
|
// [Label "Chart Text Shadow Sequence 12 Minus 3"]
|
|
@@ -11068,6 +11343,7 @@
|
|
|
11068
11343
|
// [Protected "true"]
|
|
11069
11344
|
// [Category "Chart", "Sequence"]
|
|
11070
11345
|
// [Type "boxShadow"]
|
|
11346
|
+
// [TranslationKey "sapChart_Seq_12_M3_TxtShadow"]
|
|
11071
11347
|
@sapChart_Sequence_12_Minus3_TextShadow: @sapDefault_Shadow;
|
|
11072
11348
|
|
|
11073
11349
|
// [Label "Chart Color Sequence 12 Minus 4"]
|
|
@@ -11084,6 +11360,7 @@
|
|
|
11084
11360
|
// [Protected "true"]
|
|
11085
11361
|
// [Category "Chart", "Sequence"]
|
|
11086
11362
|
// [Type "color"]
|
|
11363
|
+
// [TranslationKey "sapChart_Seq_12_M4_TxtClr"]
|
|
11087
11364
|
@sapChart_Sequence_12_Minus4_TextColor: @sapDefault_Color;
|
|
11088
11365
|
|
|
11089
11366
|
// [Label "Chart Text Shadow Sequence 12 Minus 4"]
|
|
@@ -11092,6 +11369,7 @@
|
|
|
11092
11369
|
// [Protected "true"]
|
|
11093
11370
|
// [Category "Chart", "Sequence"]
|
|
11094
11371
|
// [Type "boxShadow"]
|
|
11372
|
+
// [TranslationKey "sapChart_Seq_12_M4_TxtShadow"]
|
|
11095
11373
|
@sapChart_Sequence_12_Minus4_TextShadow: @sapDefault_Shadow;
|
|
11096
11374
|
|
|
11097
11375
|
// [Label "Chart Color Sequence 12 Minus 5"]
|
|
@@ -11108,6 +11386,7 @@
|
|
|
11108
11386
|
// [Protected "true"]
|
|
11109
11387
|
// [Category "Chart", "Sequence"]
|
|
11110
11388
|
// [Type "color"]
|
|
11389
|
+
// [TranslationKey "sapChart_Seq_12_M5_TxtClr"]
|
|
11111
11390
|
@sapChart_Sequence_12_Minus5_TextColor: @sapDefault_Color;
|
|
11112
11391
|
|
|
11113
11392
|
// [Label "Chart Text Shadow Sequence 12 Minus 5"]
|
|
@@ -11116,6 +11395,7 @@
|
|
|
11116
11395
|
// [Protected "true"]
|
|
11117
11396
|
// [Category "Chart", "Sequence"]
|
|
11118
11397
|
// [Type "boxShadow"]
|
|
11398
|
+
// [TranslationKey "sapChart_Seq_12_M5_TxtShadow"]
|
|
11119
11399
|
@sapChart_Sequence_12_Minus5_TextShadow: @sapDefault_Shadow;
|
|
11120
11400
|
|
|
11121
11401
|
// [Label "Chart Color Sequence 'Bad' Plus 3"]
|
|
@@ -11132,6 +11412,7 @@
|
|
|
11132
11412
|
// [Protected "true"]
|
|
11133
11413
|
// [Category "Chart", "Sequence"]
|
|
11134
11414
|
// [Type "color"]
|
|
11415
|
+
// [TranslationKey "sapChart_Seq_Bad_P3_TxtClr"]
|
|
11135
11416
|
@sapChart_Sequence_Bad_Plus3_TextColor: @sapDefault_Color;
|
|
11136
11417
|
|
|
11137
11418
|
// [Label "Chart Text Shadow Sequence 'Bad' Plus 3"]
|
|
@@ -11140,6 +11421,7 @@
|
|
|
11140
11421
|
// [Protected "true"]
|
|
11141
11422
|
// [Category "Chart", "Sequence"]
|
|
11142
11423
|
// [Type "boxShadow"]
|
|
11424
|
+
// [TranslationKey "sapChart_Seq_Bad_P3_TxtShadow"]
|
|
11143
11425
|
@sapChart_Sequence_Bad_Plus3_TextShadow: @sapDefault_Shadow;
|
|
11144
11426
|
|
|
11145
11427
|
// [Label "Chart Color Sequence 'Bad' Plus 2"]
|
|
@@ -11156,6 +11438,7 @@
|
|
|
11156
11438
|
// [Protected "true"]
|
|
11157
11439
|
// [Category "Chart", "Sequence"]
|
|
11158
11440
|
// [Type "color"]
|
|
11441
|
+
// [TranslationKey "sapChart_Seq_Bad_P2_TxtClr"]
|
|
11159
11442
|
@sapChart_Sequence_Bad_Plus2_TextColor: @sapDefault_Color;
|
|
11160
11443
|
|
|
11161
11444
|
// [Label "Chart Text Shadow Sequence 'Bad' Plus 2"]
|
|
@@ -11164,6 +11447,7 @@
|
|
|
11164
11447
|
// [Protected "true"]
|
|
11165
11448
|
// [Category "Chart", "Sequence"]
|
|
11166
11449
|
// [Type "boxShadow"]
|
|
11450
|
+
// [TranslationKey "sapChart_Seq_Bad_P2_TxtShadow"]
|
|
11167
11451
|
@sapChart_Sequence_Bad_Plus2_TextShadow: @sapDefault_Shadow;
|
|
11168
11452
|
|
|
11169
11453
|
// [Label "Chart Color Sequence 'Bad' Plus 1"]
|
|
@@ -11180,6 +11464,7 @@
|
|
|
11180
11464
|
// [Protected "true"]
|
|
11181
11465
|
// [Category "Chart", "Sequence"]
|
|
11182
11466
|
// [Type "color"]
|
|
11467
|
+
// [TranslationKey "sapChart_Seq_Bad_P1_TxtClr"]
|
|
11183
11468
|
@sapChart_Sequence_Bad_Plus1_TextColor: @sapDefault_Color;
|
|
11184
11469
|
|
|
11185
11470
|
// [Label "Chart Text Shadow Sequence 'Bad' Plus 1"]
|
|
@@ -11188,6 +11473,7 @@
|
|
|
11188
11473
|
// [Protected "true"]
|
|
11189
11474
|
// [Category "Chart", "Sequence"]
|
|
11190
11475
|
// [Type "boxShadow"]
|
|
11476
|
+
// [TranslationKey "sapChart_Seq_Bad_P1_TxtShadow"]
|
|
11191
11477
|
@sapChart_Sequence_Bad_Plus1_TextShadow: @sapDefault_Shadow;
|
|
11192
11478
|
|
|
11193
11479
|
// [Label "Chart Color Sequence 'Bad'"]
|
|
@@ -11212,6 +11498,7 @@
|
|
|
11212
11498
|
// [Protected "true"]
|
|
11213
11499
|
// [Category "Chart", "Sequence"]
|
|
11214
11500
|
// [Type "boxShadow"]
|
|
11501
|
+
// [TranslationKey "sapChart_Seq_Bad_TxtShadow"]
|
|
11215
11502
|
@sapChart_Sequence_Bad_TextShadow: @sapDefault_Shadow;
|
|
11216
11503
|
|
|
11217
11504
|
// [Label "Chart Border Color Sequence 'Bad'"]
|
|
@@ -11220,6 +11507,7 @@
|
|
|
11220
11507
|
// [Protected "true"]
|
|
11221
11508
|
// [Category "Chart", "Sequence"]
|
|
11222
11509
|
// [Type "color"]
|
|
11510
|
+
// [TranslationKey "sapChart_Seq_Bad_BrdClr"]
|
|
11223
11511
|
@sapChart_Sequence_Bad_BorderColor: @sapDefault_Color;
|
|
11224
11512
|
|
|
11225
11513
|
// [Label "Chart Color Sequence 'Bad' Minus 1"]
|
|
@@ -11236,6 +11524,7 @@
|
|
|
11236
11524
|
// [Protected "true"]
|
|
11237
11525
|
// [Category "Chart", "Sequence"]
|
|
11238
11526
|
// [Type "color"]
|
|
11527
|
+
// [TranslationKey "sapChart_Seq_Bad_M1_TxtClr"]
|
|
11239
11528
|
@sapChart_Sequence_Bad_Minus1_TextColor: @sapDefault_Color;
|
|
11240
11529
|
|
|
11241
11530
|
// [Label "Chart Text Shadow Sequence 'Bad' Minus 1"]
|
|
@@ -11244,6 +11533,7 @@
|
|
|
11244
11533
|
// [Protected "true"]
|
|
11245
11534
|
// [Category "Chart", "Sequence"]
|
|
11246
11535
|
// [Type "boxShadow"]
|
|
11536
|
+
// [TranslationKey "sapChart_Seq_Bad_M1_TxtShadow"]
|
|
11247
11537
|
@sapChart_Sequence_Bad_Minus1_TextShadow: @sapDefault_Shadow;
|
|
11248
11538
|
|
|
11249
11539
|
// [Label "Chart Color Sequence 'Bad' Minus 2"]
|
|
@@ -11260,6 +11550,7 @@
|
|
|
11260
11550
|
// [Protected "true"]
|
|
11261
11551
|
// [Category "Chart", "Sequence"]
|
|
11262
11552
|
// [Type "color"]
|
|
11553
|
+
// [TranslationKey "sapChart_Seq_Bad_M2_TxtClr"]
|
|
11263
11554
|
@sapChart_Sequence_Bad_Minus2_TextColor: @sapDefault_Color;
|
|
11264
11555
|
|
|
11265
11556
|
// [Label "Chart Text Shadow Sequence 'Bad' Minus 2"]
|
|
@@ -11268,6 +11559,7 @@
|
|
|
11268
11559
|
// [Protected "true"]
|
|
11269
11560
|
// [Category "Chart", "Sequence"]
|
|
11270
11561
|
// [Type "boxShadow"]
|
|
11562
|
+
// [TranslationKey "sapChart_Seq_Bad_M2_TxtShadow"]
|
|
11271
11563
|
@sapChart_Sequence_Bad_Minus2_TextShadow: @sapDefault_Shadow;
|
|
11272
11564
|
|
|
11273
11565
|
// [Label "Chart Color Sequence 'Bad' Minus 3"]
|
|
@@ -11284,6 +11576,7 @@
|
|
|
11284
11576
|
// [Protected "true"]
|
|
11285
11577
|
// [Category "Chart", "Sequence"]
|
|
11286
11578
|
// [Type "color"]
|
|
11579
|
+
// [TranslationKey "sapChart_Seq_Bad_M3_TxtClr"]
|
|
11287
11580
|
@sapChart_Sequence_Bad_Minus3_TextColor: @sapDefault_Color;
|
|
11288
11581
|
|
|
11289
11582
|
// [Label "Chart Text Shadow Sequence 'Bad' Minus 3"]
|
|
@@ -11292,6 +11585,7 @@
|
|
|
11292
11585
|
// [Protected "true"]
|
|
11293
11586
|
// [Category "Chart", "Sequence"]
|
|
11294
11587
|
// [Type "boxShadow"]
|
|
11588
|
+
// [TranslationKey "sapChart_Seq_Bad_M3_TxtShadow"]
|
|
11295
11589
|
@sapChart_Sequence_Bad_Minus3_TextShadow: @sapDefault_Shadow;
|
|
11296
11590
|
|
|
11297
11591
|
// [Label "Chart Color Sequence 'Bad' Minus 4"]
|
|
@@ -11308,6 +11602,7 @@
|
|
|
11308
11602
|
// [Protected "true"]
|
|
11309
11603
|
// [Category "Chart", "Sequence"]
|
|
11310
11604
|
// [Type "color"]
|
|
11605
|
+
// [TranslationKey "sapChart_Seq_Bad_M4_TxtClr"]
|
|
11311
11606
|
@sapChart_Sequence_Bad_Minus4_TextColor: @sapDefault_Color;
|
|
11312
11607
|
|
|
11313
11608
|
// [Label "Chart Text Shadow Sequence 'Bad' Minus 4"]
|
|
@@ -11316,6 +11611,7 @@
|
|
|
11316
11611
|
// [Protected "true"]
|
|
11317
11612
|
// [Category "Chart", "Sequence"]
|
|
11318
11613
|
// [Type "boxShadow"]
|
|
11614
|
+
// [TranslationKey "sapChart_Seq_Bad_M4_TxtShadow"]
|
|
11319
11615
|
@sapChart_Sequence_Bad_Minus4_TextShadow: @sapDefault_Shadow;
|
|
11320
11616
|
|
|
11321
11617
|
// [Label "Chart Color Sequence 'Bad' Minus 5"]
|
|
@@ -11332,6 +11628,7 @@
|
|
|
11332
11628
|
// [Protected "true"]
|
|
11333
11629
|
// [Category "Chart", "Sequence"]
|
|
11334
11630
|
// [Type "color"]
|
|
11631
|
+
// [TranslationKey "sapChart_Seq_Bad_M5_TxtClr"]
|
|
11335
11632
|
@sapChart_Sequence_Bad_Minus5_TextColor: @sapDefault_Color;
|
|
11336
11633
|
|
|
11337
11634
|
// [Label "Chart Text Shadow Sequence 'Bad' Minus 5"]
|
|
@@ -11340,6 +11637,7 @@
|
|
|
11340
11637
|
// [Protected "true"]
|
|
11341
11638
|
// [Category "Chart", "Sequence"]
|
|
11342
11639
|
// [Type "boxShadow"]
|
|
11640
|
+
// [TranslationKey "sapChart_Seq_Bad_M5_TxtShadow"]
|
|
11343
11641
|
@sapChart_Sequence_Bad_Minus5_TextShadow: @sapDefault_Shadow;
|
|
11344
11642
|
|
|
11345
11643
|
// [Label "Chart Color Sequence 'Critical' Plus 3"]
|
|
@@ -11348,6 +11646,7 @@
|
|
|
11348
11646
|
// [Protected "true"]
|
|
11349
11647
|
// [Category "Chart", "Sequence"]
|
|
11350
11648
|
// [Type "color"]
|
|
11649
|
+
// [TranslationKey "sapChart_Seq_Crit_P3"]
|
|
11351
11650
|
@sapChart_Sequence_Critical_Plus3: @sapDefault_Color;
|
|
11352
11651
|
|
|
11353
11652
|
// [Label "Chart Text Color Sequence 'Critical' Plus 3"]
|
|
@@ -11356,6 +11655,7 @@
|
|
|
11356
11655
|
// [Protected "true"]
|
|
11357
11656
|
// [Category "Chart", "Sequence"]
|
|
11358
11657
|
// [Type "color"]
|
|
11658
|
+
// [TranslationKey "sapChart_Seq_Crit_P3_TxtClr"]
|
|
11359
11659
|
@sapChart_Sequence_Critical_Plus3_TextColor: @sapDefault_Color;
|
|
11360
11660
|
|
|
11361
11661
|
// [Label "Chart Text Shadow Sequence 'Critical' Plus 3"]
|
|
@@ -11364,6 +11664,7 @@
|
|
|
11364
11664
|
// [Protected "true"]
|
|
11365
11665
|
// [Category "Chart", "Sequence"]
|
|
11366
11666
|
// [Type "boxShadow"]
|
|
11667
|
+
// [TranslationKey "sapChart_Seq_Crit_P3_TxtShadow"]
|
|
11367
11668
|
@sapChart_Sequence_Critical_Plus3_TextShadow: @sapDefault_Shadow;
|
|
11368
11669
|
|
|
11369
11670
|
// [Label "Chart Color Sequence 'Critical' Plus 2"]
|
|
@@ -11372,6 +11673,7 @@
|
|
|
11372
11673
|
// [Protected "true"]
|
|
11373
11674
|
// [Category "Chart", "Sequence"]
|
|
11374
11675
|
// [Type "color"]
|
|
11676
|
+
// [TranslationKey "sapChart_Seq_Crit_P2"]
|
|
11375
11677
|
@sapChart_Sequence_Critical_Plus2: @sapDefault_Color;
|
|
11376
11678
|
|
|
11377
11679
|
// [Label "Chart Text Color Sequence 'Critical' Plus 2"]
|
|
@@ -11380,6 +11682,7 @@
|
|
|
11380
11682
|
// [Protected "true"]
|
|
11381
11683
|
// [Category "Chart", "Sequence"]
|
|
11382
11684
|
// [Type "color"]
|
|
11685
|
+
// [TranslationKey "sapChart_Seq_Crit_P2_TxtClr"]
|
|
11383
11686
|
@sapChart_Sequence_Critical_Plus2_TextColor: @sapDefault_Color;
|
|
11384
11687
|
|
|
11385
11688
|
// [Label "Chart Text Shadow Sequence 'Critical' Plus 2"]
|
|
@@ -11388,6 +11691,7 @@
|
|
|
11388
11691
|
// [Protected "true"]
|
|
11389
11692
|
// [Category "Chart", "Sequence"]
|
|
11390
11693
|
// [Type "boxShadow"]
|
|
11694
|
+
// [TranslationKey "sapChart_Seq_Crit_P2_TxtShadow"]
|
|
11391
11695
|
@sapChart_Sequence_Critical_Plus2_TextShadow: @sapDefault_Shadow;
|
|
11392
11696
|
|
|
11393
11697
|
// [Label "Chart Color Sequence 'Critical' Plus 1"]
|
|
@@ -11396,6 +11700,7 @@
|
|
|
11396
11700
|
// [Protected "true"]
|
|
11397
11701
|
// [Category "Chart", "Sequence"]
|
|
11398
11702
|
// [Type "color"]
|
|
11703
|
+
// [TranslationKey "sapChart_Seq_Crit_P1"]
|
|
11399
11704
|
@sapChart_Sequence_Critical_Plus1: @sapDefault_Color;
|
|
11400
11705
|
|
|
11401
11706
|
// [Label "Chart Text Color Sequence 'Critical' Plus 1"]
|
|
@@ -11404,6 +11709,7 @@
|
|
|
11404
11709
|
// [Protected "true"]
|
|
11405
11710
|
// [Category "Chart", "Sequence"]
|
|
11406
11711
|
// [Type "color"]
|
|
11712
|
+
// [TranslationKey "sapChart_Seq_Crit_P1_TxtClr"]
|
|
11407
11713
|
@sapChart_Sequence_Critical_Plus1_TextColor: @sapDefault_Color;
|
|
11408
11714
|
|
|
11409
11715
|
// [Label "Chart Text Shadow Sequence 'Critical' Plus 1"]
|
|
@@ -11412,6 +11718,7 @@
|
|
|
11412
11718
|
// [Protected "true"]
|
|
11413
11719
|
// [Category "Chart", "Sequence"]
|
|
11414
11720
|
// [Type "boxShadow"]
|
|
11721
|
+
// [TranslationKey "sapChart_Seq_Crit_P1_TxtShadow"]
|
|
11415
11722
|
@sapChart_Sequence_Critical_Plus1_TextShadow: @sapDefault_Shadow;
|
|
11416
11723
|
|
|
11417
11724
|
// [Label "Chart Color Sequence 'Critical'"]
|
|
@@ -11428,6 +11735,7 @@
|
|
|
11428
11735
|
// [Protected "true"]
|
|
11429
11736
|
// [Category "Chart", "Sequence"]
|
|
11430
11737
|
// [Type "color"]
|
|
11738
|
+
// [TranslationKey "sapChart_Seq_Crit_TxtClr"]
|
|
11431
11739
|
@sapChart_Sequence_Critical_TextColor: @sapDefault_Color;
|
|
11432
11740
|
|
|
11433
11741
|
// [Label "Chart Text Shadow Sequence 'Critical'"]
|
|
@@ -11436,6 +11744,7 @@
|
|
|
11436
11744
|
// [Protected "true"]
|
|
11437
11745
|
// [Category "Chart", "Sequence"]
|
|
11438
11746
|
// [Type "boxShadow"]
|
|
11747
|
+
// [TranslationKey "sapChart_Seq_Crit_TxtShadow"]
|
|
11439
11748
|
@sapChart_Sequence_Critical_TextShadow: @sapDefault_Shadow;
|
|
11440
11749
|
|
|
11441
11750
|
// [Label "Chart Border Color Sequence 'Critical'"]
|
|
@@ -11444,6 +11753,7 @@
|
|
|
11444
11753
|
// [Protected "true"]
|
|
11445
11754
|
// [Category "Chart", "Sequence"]
|
|
11446
11755
|
// [Type "color"]
|
|
11756
|
+
// [TranslationKey "sapChart_Seq_Crit_BrdClr"]
|
|
11447
11757
|
@sapChart_Sequence_Critical_BorderColor: @sapDefault_Color;
|
|
11448
11758
|
|
|
11449
11759
|
// [Label "Chart Color Sequence 'Critical' Minus 1"]
|
|
@@ -11452,6 +11762,7 @@
|
|
|
11452
11762
|
// [Protected "true"]
|
|
11453
11763
|
// [Category "Chart", "Sequence"]
|
|
11454
11764
|
// [Type "color"]
|
|
11765
|
+
// [TranslationKey "sapChart_Seq_Crit_M1"]
|
|
11455
11766
|
@sapChart_Sequence_Critical_Minus1: @sapDefault_Color;
|
|
11456
11767
|
|
|
11457
11768
|
// [Label "Chart Text Color Sequence 'Critical' Minus 1"]
|
|
@@ -11460,6 +11771,7 @@
|
|
|
11460
11771
|
// [Protected "true"]
|
|
11461
11772
|
// [Category "Chart", "Sequence"]
|
|
11462
11773
|
// [Type "color"]
|
|
11774
|
+
// [TranslationKey "sapChart_Seq_Crit_M1_TxtClr"]
|
|
11463
11775
|
@sapChart_Sequence_Critical_Minus1_TextColor: @sapDefault_Color;
|
|
11464
11776
|
|
|
11465
11777
|
// [Label "Chart Text Shadow Sequence 'Critical' Minus 1"]
|
|
@@ -11468,6 +11780,7 @@
|
|
|
11468
11780
|
// [Protected "true"]
|
|
11469
11781
|
// [Category "Chart", "Sequence"]
|
|
11470
11782
|
// [Type "boxShadow"]
|
|
11783
|
+
// [TranslationKey "sapChart_Seq_Crit_M1_TxtShadow"]
|
|
11471
11784
|
@sapChart_Sequence_Critical_Minus1_TextShadow: @sapDefault_Shadow;
|
|
11472
11785
|
|
|
11473
11786
|
// [Label "Chart Color Sequence 'Critical' Minus 2"]
|
|
@@ -11476,6 +11789,7 @@
|
|
|
11476
11789
|
// [Protected "true"]
|
|
11477
11790
|
// [Category "Chart", "Sequence"]
|
|
11478
11791
|
// [Type "color"]
|
|
11792
|
+
// [TranslationKey "sapChart_Seq_Crit_M2"]
|
|
11479
11793
|
@sapChart_Sequence_Critical_Minus2: @sapDefault_Color;
|
|
11480
11794
|
|
|
11481
11795
|
// [Label "Chart Text Color Sequence 'Critical' Minus 2"]
|
|
@@ -11484,6 +11798,7 @@
|
|
|
11484
11798
|
// [Protected "true"]
|
|
11485
11799
|
// [Category "Chart", "Sequence"]
|
|
11486
11800
|
// [Type "color"]
|
|
11801
|
+
// [TranslationKey "sapChart_Seq_Crit_M2_TxtClr"]
|
|
11487
11802
|
@sapChart_Sequence_Critical_Minus2_TextColor: @sapDefault_Color;
|
|
11488
11803
|
|
|
11489
11804
|
// [Label "Chart Text Shadow Sequence 'Critical' Minus 2"]
|
|
@@ -11492,6 +11807,7 @@
|
|
|
11492
11807
|
// [Protected "true"]
|
|
11493
11808
|
// [Category "Chart", "Sequence"]
|
|
11494
11809
|
// [Type "boxShadow"]
|
|
11810
|
+
// [TranslationKey "sapChart_Seq_Crit_M2_TxtShadow"]
|
|
11495
11811
|
@sapChart_Sequence_Critical_Minus2_TextShadow: @sapDefault_Shadow;
|
|
11496
11812
|
|
|
11497
11813
|
// [Label "Chart Color Sequence 'Critical' Minus 3"]
|
|
@@ -11500,6 +11816,7 @@
|
|
|
11500
11816
|
// [Protected "true"]
|
|
11501
11817
|
// [Category "Chart", "Sequence"]
|
|
11502
11818
|
// [Type "color"]
|
|
11819
|
+
// [TranslationKey "sapChart_Seq_Crit_M3"]
|
|
11503
11820
|
@sapChart_Sequence_Critical_Minus3: @sapDefault_Color;
|
|
11504
11821
|
|
|
11505
11822
|
// [Label "Chart Text Color Sequence 'Critical' Minus 3"]
|
|
@@ -11508,6 +11825,7 @@
|
|
|
11508
11825
|
// [Protected "true"]
|
|
11509
11826
|
// [Category "Chart", "Sequence"]
|
|
11510
11827
|
// [Type "color"]
|
|
11828
|
+
// [TranslationKey "sapChart_Seq_Crit_M3_TxtClr"]
|
|
11511
11829
|
@sapChart_Sequence_Critical_Minus3_TextColor: @sapDefault_Color;
|
|
11512
11830
|
|
|
11513
11831
|
// [Label "Chart Text Shadow Sequence 'Critical' Minus 3"]
|
|
@@ -11516,6 +11834,7 @@
|
|
|
11516
11834
|
// [Protected "true"]
|
|
11517
11835
|
// [Category "Chart", "Sequence"]
|
|
11518
11836
|
// [Type "boxShadow"]
|
|
11837
|
+
// [TranslationKey "sapChart_Seq_Crit_M3_TxtShadow"]
|
|
11519
11838
|
@sapChart_Sequence_Critical_Minus3_TextShadow: @sapDefault_Shadow;
|
|
11520
11839
|
|
|
11521
11840
|
// [Label "Chart Color Sequence 'Critical' Minus 4"]
|
|
@@ -11524,6 +11843,7 @@
|
|
|
11524
11843
|
// [Protected "true"]
|
|
11525
11844
|
// [Category "Chart", "Sequence"]
|
|
11526
11845
|
// [Type "color"]
|
|
11846
|
+
// [TranslationKey "sapChart_Seq_Crit_M4"]
|
|
11527
11847
|
@sapChart_Sequence_Critical_Minus4: @sapDefault_Color;
|
|
11528
11848
|
|
|
11529
11849
|
// [Label "Chart Text Color Sequence 'Critical' Minus 4"]
|
|
@@ -11532,6 +11852,7 @@
|
|
|
11532
11852
|
// [Protected "true"]
|
|
11533
11853
|
// [Category "Chart", "Sequence"]
|
|
11534
11854
|
// [Type "color"]
|
|
11855
|
+
// [TranslationKey "sapChart_Seq_Crit_M4_TxtClr"]
|
|
11535
11856
|
@sapChart_Sequence_Critical_Minus4_TextColor: @sapDefault_Color;
|
|
11536
11857
|
|
|
11537
11858
|
// [Label "Chart Text Shadow Sequence 'Critical' Minus 4"]
|
|
@@ -11540,6 +11861,7 @@
|
|
|
11540
11861
|
// [Protected "true"]
|
|
11541
11862
|
// [Category "Chart", "Sequence"]
|
|
11542
11863
|
// [Type "boxShadow"]
|
|
11864
|
+
// [TranslationKey "sapChart_Seq_Crit_M4_TxtShadow"]
|
|
11543
11865
|
@sapChart_Sequence_Critical_Minus4_TextShadow: @sapDefault_Shadow;
|
|
11544
11866
|
|
|
11545
11867
|
// [Label "Chart Color Sequence 'Critical' Minus 5"]
|
|
@@ -11548,6 +11870,7 @@
|
|
|
11548
11870
|
// [Protected "true"]
|
|
11549
11871
|
// [Category "Chart", "Sequence"]
|
|
11550
11872
|
// [Type "color"]
|
|
11873
|
+
// [TranslationKey "sapChart_Seq_Crit_M5"]
|
|
11551
11874
|
@sapChart_Sequence_Critical_Minus5: @sapDefault_Color;
|
|
11552
11875
|
|
|
11553
11876
|
// [Label "Chart Text Color Sequence 'Critical' Minus 5"]
|
|
@@ -11556,6 +11879,7 @@
|
|
|
11556
11879
|
// [Protected "true"]
|
|
11557
11880
|
// [Category "Chart", "Sequence"]
|
|
11558
11881
|
// [Type "color"]
|
|
11882
|
+
// [TranslationKey "sapChart_Seq_Crit_M5_TxtClr"]
|
|
11559
11883
|
@sapChart_Sequence_Critical_Minus5_TextColor: @sapDefault_Color;
|
|
11560
11884
|
|
|
11561
11885
|
// [Label "Chart Text Shadow Sequence 'Critical' Minus 5"]
|
|
@@ -11564,6 +11888,7 @@
|
|
|
11564
11888
|
// [Protected "true"]
|
|
11565
11889
|
// [Category "Chart", "Sequence"]
|
|
11566
11890
|
// [Type "boxShadow"]
|
|
11891
|
+
// [TranslationKey "sapChart_Seq_Crit_M5_TxtShadow"]
|
|
11567
11892
|
@sapChart_Sequence_Critical_Minus5_TextShadow: @sapDefault_Shadow;
|
|
11568
11893
|
|
|
11569
11894
|
// [Label "Chart Color Sequence 'Good' Plus 3"]
|
|
@@ -11580,6 +11905,7 @@
|
|
|
11580
11905
|
// [Protected "true"]
|
|
11581
11906
|
// [Category "Chart", "Sequence"]
|
|
11582
11907
|
// [Type "color"]
|
|
11908
|
+
// [TranslationKey "sapChart_Seq_Good_P3_TxtClr"]
|
|
11583
11909
|
@sapChart_Sequence_Good_Plus3_TextColor: @sapDefault_Color;
|
|
11584
11910
|
|
|
11585
11911
|
// [Label "Chart Text Shadow Sequence 'Good' Plus 3"]
|
|
@@ -11588,6 +11914,7 @@
|
|
|
11588
11914
|
// [Protected "true"]
|
|
11589
11915
|
// [Category "Chart", "Sequence"]
|
|
11590
11916
|
// [Type "boxShadow"]
|
|
11917
|
+
// [TranslationKey "sapChart_Seq_Good_P3_TxtShadow"]
|
|
11591
11918
|
@sapChart_Sequence_Good_Plus3_TextShadow: @sapDefault_Shadow;
|
|
11592
11919
|
|
|
11593
11920
|
// [Label "Chart Color Sequence 'Good' Plus 2"]
|
|
@@ -11604,6 +11931,7 @@
|
|
|
11604
11931
|
// [Protected "true"]
|
|
11605
11932
|
// [Category "Chart", "Sequence"]
|
|
11606
11933
|
// [Type "color"]
|
|
11934
|
+
// [TranslationKey "sapChart_Seq_Good_P2_TxtClr"]
|
|
11607
11935
|
@sapChart_Sequence_Good_Plus2_TextColor: @sapDefault_Color;
|
|
11608
11936
|
|
|
11609
11937
|
// [Label "Chart Text Shadow Sequence 'Good' Plus 2"]
|
|
@@ -11612,6 +11940,7 @@
|
|
|
11612
11940
|
// [Protected "true"]
|
|
11613
11941
|
// [Category "Chart", "Sequence"]
|
|
11614
11942
|
// [Type "boxShadow"]
|
|
11943
|
+
// [TranslationKey "sapChart_Seq_Good_P2_TxtShadow"]
|
|
11615
11944
|
@sapChart_Sequence_Good_Plus2_TextShadow: @sapDefault_Shadow;
|
|
11616
11945
|
|
|
11617
11946
|
// [Label "Chart Color Sequence 'Good' Plus 1"]
|
|
@@ -11628,6 +11957,7 @@
|
|
|
11628
11957
|
// [Protected "true"]
|
|
11629
11958
|
// [Category "Chart", "Sequence"]
|
|
11630
11959
|
// [Type "color"]
|
|
11960
|
+
// [TranslationKey "sapChart_Seq_Good_P1_TxtClr"]
|
|
11631
11961
|
@sapChart_Sequence_Good_Plus1_TextColor: @sapDefault_Color;
|
|
11632
11962
|
|
|
11633
11963
|
// [Label "Chart Text Shadow Sequence 'Good' Plus 1"]
|
|
@@ -11636,6 +11966,7 @@
|
|
|
11636
11966
|
// [Protected "true"]
|
|
11637
11967
|
// [Category "Chart", "Sequence"]
|
|
11638
11968
|
// [Type "boxShadow"]
|
|
11969
|
+
// [TranslationKey "sapChart_Seq_Good_P1_TxtShadow"]
|
|
11639
11970
|
@sapChart_Sequence_Good_Plus1_TextShadow: @sapDefault_Shadow;
|
|
11640
11971
|
|
|
11641
11972
|
// [Label "Chart Color Sequence 'Good'"]
|
|
@@ -11652,6 +11983,7 @@
|
|
|
11652
11983
|
// [Protected "true"]
|
|
11653
11984
|
// [Category "Chart", "Sequence"]
|
|
11654
11985
|
// [Type "color"]
|
|
11986
|
+
// [TranslationKey "sapChart_Seq_Good_TxtClr"]
|
|
11655
11987
|
@sapChart_Sequence_Good_TextColor: @sapDefault_Color;
|
|
11656
11988
|
|
|
11657
11989
|
// [Label "Chart Text Shadow Sequence 'Good'"]
|
|
@@ -11660,6 +11992,7 @@
|
|
|
11660
11992
|
// [Protected "true"]
|
|
11661
11993
|
// [Category "Chart", "Sequence"]
|
|
11662
11994
|
// [Type "boxShadow"]
|
|
11995
|
+
// [TranslationKey "sapChart_Seq_Good_TxtShadow"]
|
|
11663
11996
|
@sapChart_Sequence_Good_TextShadow: @sapDefault_Shadow;
|
|
11664
11997
|
|
|
11665
11998
|
// [Label "Chart Border Color Sequence 'Good'"]
|
|
@@ -11668,6 +12001,7 @@
|
|
|
11668
12001
|
// [Protected "true"]
|
|
11669
12002
|
// [Category "Chart", "Sequence"]
|
|
11670
12003
|
// [Type "color"]
|
|
12004
|
+
// [TranslationKey "sapChart_Seq_Good_BrdClr"]
|
|
11671
12005
|
@sapChart_Sequence_Good_BorderColor: @sapDefault_Color;
|
|
11672
12006
|
|
|
11673
12007
|
// [Label "Chart Color Sequence 'Good' Minus 1"]
|
|
@@ -11684,6 +12018,7 @@
|
|
|
11684
12018
|
// [Protected "true"]
|
|
11685
12019
|
// [Category "Chart", "Sequence"]
|
|
11686
12020
|
// [Type "color"]
|
|
12021
|
+
// [TranslationKey "sapChart_Seq_Good_M1_TxtClr"]
|
|
11687
12022
|
@sapChart_Sequence_Good_Minus1_TextColor: @sapDefault_Color;
|
|
11688
12023
|
|
|
11689
12024
|
// [Label "Chart Text Shadow Sequence 'Good' Minus 1"]
|
|
@@ -11692,6 +12027,7 @@
|
|
|
11692
12027
|
// [Protected "true"]
|
|
11693
12028
|
// [Category "Chart", "Sequence"]
|
|
11694
12029
|
// [Type "boxShadow"]
|
|
12030
|
+
// [TranslationKey "sapChart_Seq_Good_M1_TxtShadow"]
|
|
11695
12031
|
@sapChart_Sequence_Good_Minus1_TextShadow: @sapDefault_Shadow;
|
|
11696
12032
|
|
|
11697
12033
|
// [Label "Chart Color Sequence 'Good' Minus 2"]
|
|
@@ -11708,6 +12044,7 @@
|
|
|
11708
12044
|
// [Protected "true"]
|
|
11709
12045
|
// [Category "Chart", "Sequence"]
|
|
11710
12046
|
// [Type "color"]
|
|
12047
|
+
// [TranslationKey "sapChart_Seq_Good_M2_TxtClr"]
|
|
11711
12048
|
@sapChart_Sequence_Good_Minus2_TextColor: @sapDefault_Color;
|
|
11712
12049
|
|
|
11713
12050
|
// [Label "Chart Text Shadow Sequence 'Good' Minus 2"]
|
|
@@ -11716,6 +12053,7 @@
|
|
|
11716
12053
|
// [Protected "true"]
|
|
11717
12054
|
// [Category "Chart", "Sequence"]
|
|
11718
12055
|
// [Type "boxShadow"]
|
|
12056
|
+
// [TranslationKey "sapChart_Seq_Good_M2_TxtShadow"]
|
|
11719
12057
|
@sapChart_Sequence_Good_Minus2_TextShadow: @sapDefault_Shadow;
|
|
11720
12058
|
|
|
11721
12059
|
// [Label "Chart Color Sequence 'Good' Minus 3"]
|
|
@@ -11732,6 +12070,7 @@
|
|
|
11732
12070
|
// [Protected "true"]
|
|
11733
12071
|
// [Category "Chart", "Sequence"]
|
|
11734
12072
|
// [Type "color"]
|
|
12073
|
+
// [TranslationKey "sapChart_Seq_Good_M3_TxtClr"]
|
|
11735
12074
|
@sapChart_Sequence_Good_Minus3_TextColor: @sapDefault_Color;
|
|
11736
12075
|
|
|
11737
12076
|
// [Label "Chart Text Shadow Sequence 'Good' Minus 3"]
|
|
@@ -11740,6 +12079,7 @@
|
|
|
11740
12079
|
// [Protected "true"]
|
|
11741
12080
|
// [Category "Chart", "Sequence"]
|
|
11742
12081
|
// [Type "boxShadow"]
|
|
12082
|
+
// [TranslationKey "sapChart_Seq_Good_M3_TxtShadow"]
|
|
11743
12083
|
@sapChart_Sequence_Good_Minus3_TextShadow: @sapDefault_Shadow;
|
|
11744
12084
|
|
|
11745
12085
|
// [Label "Chart Color Sequence 'Good' Minus 4"]
|
|
@@ -11756,6 +12096,7 @@
|
|
|
11756
12096
|
// [Protected "true"]
|
|
11757
12097
|
// [Category "Chart", "Sequence"]
|
|
11758
12098
|
// [Type "color"]
|
|
12099
|
+
// [TranslationKey "sapChart_Seq_Good_M4_TxtClr"]
|
|
11759
12100
|
@sapChart_Sequence_Good_Minus4_TextColor: @sapDefault_Color;
|
|
11760
12101
|
|
|
11761
12102
|
// [Label "Chart Text Shadow Sequence 'Good' Minus 4"]
|
|
@@ -11764,6 +12105,7 @@
|
|
|
11764
12105
|
// [Protected "true"]
|
|
11765
12106
|
// [Category "Chart", "Sequence"]
|
|
11766
12107
|
// [Type "boxShadow"]
|
|
12108
|
+
// [TranslationKey "sapChart_Seq_Good_M4_TxtShadow"]
|
|
11767
12109
|
@sapChart_Sequence_Good_Minus4_TextShadow: @sapDefault_Shadow;
|
|
11768
12110
|
|
|
11769
12111
|
// [Label "Chart Color Sequence 'Good' Minus 5"]
|
|
@@ -11780,6 +12122,7 @@
|
|
|
11780
12122
|
// [Protected "true"]
|
|
11781
12123
|
// [Category "Chart", "Sequence"]
|
|
11782
12124
|
// [Type "color"]
|
|
12125
|
+
// [TranslationKey "sapChart_Seq_Good_M5_TxtClr"]
|
|
11783
12126
|
@sapChart_Sequence_Good_Minus5_TextColor: @sapDefault_Color;
|
|
11784
12127
|
|
|
11785
12128
|
// [Label "Chart Text Shadow Sequence 'Good' Minus 5"]
|
|
@@ -11788,6 +12131,7 @@
|
|
|
11788
12131
|
// [Protected "true"]
|
|
11789
12132
|
// [Category "Chart", "Sequence"]
|
|
11790
12133
|
// [Type "boxShadow"]
|
|
12134
|
+
// [TranslationKey "sapChart_Seq_Good_M5_TxtShadow"]
|
|
11791
12135
|
@sapChart_Sequence_Good_Minus5_TextShadow: @sapDefault_Shadow;
|
|
11792
12136
|
|
|
11793
12137
|
// [Label "Chart Color Sequence Neutral Plus 3"]
|
|
@@ -11804,6 +12148,7 @@
|
|
|
11804
12148
|
// [Protected "true"]
|
|
11805
12149
|
// [Category "Chart", "Sequence"]
|
|
11806
12150
|
// [Type "color"]
|
|
12151
|
+
// [TranslationKey "sapChart_Seq_Neut_P3_TxtClr"]
|
|
11807
12152
|
@sapChart_Sequence_Neutral_Plus3_TextColor: @sapDefault_Color;
|
|
11808
12153
|
|
|
11809
12154
|
// [Label "Chart Text Shadow Sequence 'Neutral' Plus 3"]
|
|
@@ -11812,6 +12157,7 @@
|
|
|
11812
12157
|
// [Protected "true"]
|
|
11813
12158
|
// [Category "Chart", "Sequence"]
|
|
11814
12159
|
// [Type "boxShadow"]
|
|
12160
|
+
// [TranslationKey "sapChart_Seq_Neut_P3_TxtShadow"]
|
|
11815
12161
|
@sapChart_Sequence_Neutral_Plus3_TextShadow: @sapDefault_Shadow;
|
|
11816
12162
|
|
|
11817
12163
|
// [Label "Chart Color Sequence Neutral Plus 2"]
|
|
@@ -11828,6 +12174,7 @@
|
|
|
11828
12174
|
// [Protected "true"]
|
|
11829
12175
|
// [Category "Chart", "Sequence"]
|
|
11830
12176
|
// [Type "color"]
|
|
12177
|
+
// [TranslationKey "sapChart_Seq_Neut_P2_TxtClr"]
|
|
11831
12178
|
@sapChart_Sequence_Neutral_Plus2_TextColor: @sapDefault_Color;
|
|
11832
12179
|
|
|
11833
12180
|
// [Label "Chart Text Shadow Sequence 'Neutral' Plus 2"]
|
|
@@ -11836,6 +12183,7 @@
|
|
|
11836
12183
|
// [Protected "true"]
|
|
11837
12184
|
// [Category "Chart", "Sequence"]
|
|
11838
12185
|
// [Type "boxShadow"]
|
|
12186
|
+
// [TranslationKey "sapChart_Seq_Neut_P2_TxtShadow"]
|
|
11839
12187
|
@sapChart_Sequence_Neutral_Plus2_TextShadow: @sapDefault_Shadow;
|
|
11840
12188
|
|
|
11841
12189
|
// [Label "Chart Color Sequence Neutral Plus 1"]
|
|
@@ -11852,6 +12200,7 @@
|
|
|
11852
12200
|
// [Protected "true"]
|
|
11853
12201
|
// [Category "Chart", "Sequence"]
|
|
11854
12202
|
// [Type "color"]
|
|
12203
|
+
// [TranslationKey "sapChart_Seq_Neut_P1_TxtClr"]
|
|
11855
12204
|
@sapChart_Sequence_Neutral_Plus1_TextColor: @sapDefault_Color;
|
|
11856
12205
|
|
|
11857
12206
|
// [Label "Chart Text Shadow Sequence 'Neutral' Plus 1"]
|
|
@@ -11860,6 +12209,7 @@
|
|
|
11860
12209
|
// [Protected "true"]
|
|
11861
12210
|
// [Category "Chart", "Sequence"]
|
|
11862
12211
|
// [Type "boxShadow"]
|
|
12212
|
+
// [TranslationKey "sapChart_Seq_Neut_P1_TxtShadow"]
|
|
11863
12213
|
@sapChart_Sequence_Neutral_Plus1_TextShadow: @sapDefault_Shadow;
|
|
11864
12214
|
|
|
11865
12215
|
// [Label "Chart Color Sequence 'Neutral'"]
|
|
@@ -11876,6 +12226,7 @@
|
|
|
11876
12226
|
// [Protected "true"]
|
|
11877
12227
|
// [Category "Chart", "Sequence"]
|
|
11878
12228
|
// [Type "color"]
|
|
12229
|
+
// [TranslationKey "sapChart_Seq_Neut_TxtClr"]
|
|
11879
12230
|
@sapChart_Sequence_Neutral_TextColor: @sapDefault_Color;
|
|
11880
12231
|
|
|
11881
12232
|
// [Label "Chart Text Shadow Sequence 'Neutral'"]
|
|
@@ -11884,6 +12235,7 @@
|
|
|
11884
12235
|
// [Protected "true"]
|
|
11885
12236
|
// [Category "Chart", "Sequence"]
|
|
11886
12237
|
// [Type "boxShadow"]
|
|
12238
|
+
// [TranslationKey "sapChart_Seq_Neut_TxtShadow"]
|
|
11887
12239
|
@sapChart_Sequence_Neutral_TextShadow: @sapDefault_Shadow;
|
|
11888
12240
|
|
|
11889
12241
|
// [Label "Chart Border Color Sequence 'Neutral'"]
|
|
@@ -11892,6 +12244,7 @@
|
|
|
11892
12244
|
// [Protected "true"]
|
|
11893
12245
|
// [Category "Chart", "Sequence"]
|
|
11894
12246
|
// [Type "color"]
|
|
12247
|
+
// [TranslationKey "sapChart_Seq_Neut_BrdClr"]
|
|
11895
12248
|
@sapChart_Sequence_Neutral_BorderColor: @sapDefault_Color;
|
|
11896
12249
|
|
|
11897
12250
|
// [Label "Chart Color Sequence Neutral Minus 1"]
|
|
@@ -11900,6 +12253,7 @@
|
|
|
11900
12253
|
// [Protected "true"]
|
|
11901
12254
|
// [Category "Chart", "Sequence"]
|
|
11902
12255
|
// [Type "color"]
|
|
12256
|
+
// [TranslationKey "sapChart_Seq_Neut_M1"]
|
|
11903
12257
|
@sapChart_Sequence_Neutral_Minus1: @sapDefault_Color;
|
|
11904
12258
|
|
|
11905
12259
|
// [Label "Chart Text Color Sequence Neutral Minus 1"]
|
|
@@ -11908,6 +12262,7 @@
|
|
|
11908
12262
|
// [Protected "true"]
|
|
11909
12263
|
// [Category "Chart", "Sequence"]
|
|
11910
12264
|
// [Type "color"]
|
|
12265
|
+
// [TranslationKey "sapChart_Seq_Neut_M1_TxtClr"]
|
|
11911
12266
|
@sapChart_Sequence_Neutral_Minus1_TextColor: @sapDefault_Color;
|
|
11912
12267
|
|
|
11913
12268
|
// [Label "Chart Text Shadow Sequence 'Neutral' Minus 1"]
|
|
@@ -11916,6 +12271,7 @@
|
|
|
11916
12271
|
// [Protected "true"]
|
|
11917
12272
|
// [Category "Chart", "Sequence"]
|
|
11918
12273
|
// [Type "boxShadow"]
|
|
12274
|
+
// [TranslationKey "sapChart_Seq_Neut_M1_TxtShadow"]
|
|
11919
12275
|
@sapChart_Sequence_Neutral_Minus1_TextShadow: @sapDefault_Shadow;
|
|
11920
12276
|
|
|
11921
12277
|
// [Label "Chart Color Sequence Neutral Minus 2"]
|
|
@@ -11924,6 +12280,7 @@
|
|
|
11924
12280
|
// [Protected "true"]
|
|
11925
12281
|
// [Category "Chart", "Sequence"]
|
|
11926
12282
|
// [Type "color"]
|
|
12283
|
+
// [TranslationKey "sapChart_Seq_Neut_M2"]
|
|
11927
12284
|
@sapChart_Sequence_Neutral_Minus2: @sapDefault_Color;
|
|
11928
12285
|
|
|
11929
12286
|
// [Label "Chart Text Color Sequence Neutral Minus 2"]
|
|
@@ -11932,6 +12289,7 @@
|
|
|
11932
12289
|
// [Protected "true"]
|
|
11933
12290
|
// [Category "Chart", "Sequence"]
|
|
11934
12291
|
// [Type "color"]
|
|
12292
|
+
// [TranslationKey "sapChart_Seq_Neut_M2_TxtClr"]
|
|
11935
12293
|
@sapChart_Sequence_Neutral_Minus2_TextColor: @sapDefault_Color;
|
|
11936
12294
|
|
|
11937
12295
|
// [Label "Chart Text Shadow Sequence 'Neutral' Minus 2"]
|
|
@@ -11940,6 +12298,7 @@
|
|
|
11940
12298
|
// [Protected "true"]
|
|
11941
12299
|
// [Category "Chart", "Sequence"]
|
|
11942
12300
|
// [Type "boxShadow"]
|
|
12301
|
+
// [TranslationKey "sapChart_Seq_Neut_M2_TxtShadow"]
|
|
11943
12302
|
@sapChart_Sequence_Neutral_Minus2_TextShadow: @sapDefault_Shadow;
|
|
11944
12303
|
|
|
11945
12304
|
// [Label "Chart Color Sequence Neutral Minus 3"]
|
|
@@ -11948,6 +12307,7 @@
|
|
|
11948
12307
|
// [Protected "true"]
|
|
11949
12308
|
// [Category "Chart", "Sequence"]
|
|
11950
12309
|
// [Type "color"]
|
|
12310
|
+
// [TranslationKey "sapChart_Seq_Neut_M3"]
|
|
11951
12311
|
@sapChart_Sequence_Neutral_Minus3: @sapDefault_Color;
|
|
11952
12312
|
|
|
11953
12313
|
// [Label "Chart Text Color Sequence Neutral Minus 3"]
|
|
@@ -11956,6 +12316,7 @@
|
|
|
11956
12316
|
// [Protected "true"]
|
|
11957
12317
|
// [Category "Chart", "Sequence"]
|
|
11958
12318
|
// [Type "color"]
|
|
12319
|
+
// [TranslationKey "sapChart_Seq_Neut_M3_TxtClr"]
|
|
11959
12320
|
@sapChart_Sequence_Neutral_Minus3_TextColor: @sapDefault_Color;
|
|
11960
12321
|
|
|
11961
12322
|
// [Label "Chart Text Shadow Sequence 'Neutral' Minus 3"]
|
|
@@ -11964,6 +12325,7 @@
|
|
|
11964
12325
|
// [Protected "true"]
|
|
11965
12326
|
// [Category "Chart", "Sequence"]
|
|
11966
12327
|
// [Type "boxShadow"]
|
|
12328
|
+
// [TranslationKey "sapChart_Seq_Neut_M3_TxtShadow"]
|
|
11967
12329
|
@sapChart_Sequence_Neutral_Minus3_TextShadow: @sapDefault_Shadow;
|
|
11968
12330
|
|
|
11969
12331
|
// [Label "Chart Color Sequence Neutral Minus 4"]
|
|
@@ -11972,6 +12334,7 @@
|
|
|
11972
12334
|
// [Protected "true"]
|
|
11973
12335
|
// [Category "Chart", "Sequence"]
|
|
11974
12336
|
// [Type "color"]
|
|
12337
|
+
// [TranslationKey "sapChart_Seq_Neut_M4"]
|
|
11975
12338
|
@sapChart_Sequence_Neutral_Minus4: @sapDefault_Color;
|
|
11976
12339
|
|
|
11977
12340
|
// [Label "Chart Text Color Sequence Neutral Minus 4"]
|
|
@@ -11980,6 +12343,7 @@
|
|
|
11980
12343
|
// [Protected "true"]
|
|
11981
12344
|
// [Category "Chart", "Sequence"]
|
|
11982
12345
|
// [Type "color"]
|
|
12346
|
+
// [TranslationKey "sapChart_Seq_Neut_M4_TxtClr"]
|
|
11983
12347
|
@sapChart_Sequence_Neutral_Minus4_TextColor: @sapDefault_Color;
|
|
11984
12348
|
|
|
11985
12349
|
// [Label "Chart Text Shadow Sequence 'Neutral' Minus 4"]
|
|
@@ -11988,6 +12352,7 @@
|
|
|
11988
12352
|
// [Protected "true"]
|
|
11989
12353
|
// [Category "Chart", "Sequence"]
|
|
11990
12354
|
// [Type "boxShadow"]
|
|
12355
|
+
// [TranslationKey "sapChart_Seq_Neut_M4_TxtShadow"]
|
|
11991
12356
|
@sapChart_Sequence_Neutral_Minus4_TextShadow: @sapDefault_Shadow;
|
|
11992
12357
|
|
|
11993
12358
|
// [Label "Chart Color Sequence Neutral Minus 5"]
|
|
@@ -11996,6 +12361,7 @@
|
|
|
11996
12361
|
// [Protected "true"]
|
|
11997
12362
|
// [Category "Chart", "Sequence"]
|
|
11998
12363
|
// [Type "color"]
|
|
12364
|
+
// [TranslationKey "sapChart_Seq_Neut_M5"]
|
|
11999
12365
|
@sapChart_Sequence_Neutral_Minus5: @sapDefault_Color;
|
|
12000
12366
|
|
|
12001
12367
|
// [Label "Chart Text Color Sequence Neutral Minus 5"]
|
|
@@ -12004,6 +12370,7 @@
|
|
|
12004
12370
|
// [Protected "true"]
|
|
12005
12371
|
// [Category "Chart", "Sequence"]
|
|
12006
12372
|
// [Type "color"]
|
|
12373
|
+
// [TranslationKey "sapChart_Seq_Neut_M5_TxtClr"]
|
|
12007
12374
|
@sapChart_Sequence_Neutral_Minus5_TextColor: @sapDefault_Color;
|
|
12008
12375
|
|
|
12009
12376
|
// [Label "Chart Text Shadow Sequence 'Neutral' Minus 5"]
|
|
@@ -12012,6 +12379,7 @@
|
|
|
12012
12379
|
// [Protected "true"]
|
|
12013
12380
|
// [Category "Chart", "Sequence"]
|
|
12014
12381
|
// [Type "boxShadow"]
|
|
12382
|
+
// [TranslationKey "sapChart_Seq_Neut_M5_TxtShadow"]
|
|
12015
12383
|
@sapChart_Sequence_Neutral_Minus5_TextShadow: @sapDefault_Shadow;
|
|
12016
12384
|
|
|
12017
12385
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
@@ -12955,13 +13323,13 @@ fill: @sapBaseColor !important;
|
|
|
12955
13323
|
}
|
|
12956
13324
|
.sapCss_SvgIconBase();
|
|
12957
13325
|
/*</SAP_FREETEXT_LESS>*/// /**
|
|
12958
|
-
// * Copyright (c) 2012-
|
|
12959
|
-
// * Theming Engine
|
|
12960
|
-
// * data:{"sModified":"
|
|
13326
|
+
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
13327
|
+
// * Theming Engine 15.0.6
|
|
13328
|
+
// * data:{"sModified":"2025-04-10T09:27:38Z"}
|
|
12961
13329
|
// */
|
|
12962
13330
|
|
|
12963
13331
|
|
|
12964
|
-
/******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.
|
|
13332
|
+
/******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.29.1) *******************/
|
|
12965
13333
|
|
|
12966
13334
|
|
|
12967
13335
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -13115,6 +13483,7 @@ fill: @sapBaseColor !important;
|
|
|
13115
13483
|
// [Tags "!Protected"]
|
|
13116
13484
|
// [Protected "!true"]
|
|
13117
13485
|
@sapCompanyLogo: none;
|
|
13486
|
+
@sapFavicon: @sapShell_Favicon;
|
|
13118
13487
|
|
|
13119
13488
|
// [Tags "!Protected"]
|
|
13120
13489
|
// [Protected "!true"]
|
|
@@ -13655,7 +14024,7 @@ fill: @sapBaseColor !important;
|
|
|
13655
14024
|
@sapContent_Space_M: 2rem;
|
|
13656
14025
|
@sapContent_Space_L: 2rem;
|
|
13657
14026
|
@sapContent_Space_XL: 3rem;
|
|
13658
|
-
@sapContent_Space_Tiny:
|
|
14027
|
+
@sapContent_Space_Tiny: 0.5rem;
|
|
13659
14028
|
@sapContent_Space_Small: 1rem;
|
|
13660
14029
|
@sapContent_Space_Medium: 2rem;
|
|
13661
14030
|
@sapContent_Space_Large: 3rem;
|
|
@@ -15753,6 +16122,12 @@ fill: @sapBaseColor !important;
|
|
|
15753
16122
|
// [Tags "!Protected"]
|
|
15754
16123
|
// [Protected "!true"]
|
|
15755
16124
|
@sapTab_Critical_Selected_Background: @sapSelectedColor;
|
|
16125
|
+
@sapTab_Neutral_TextColor: @sapTextColor;
|
|
16126
|
+
@sapTab_Neutral_ForegroundColor: @sapHC_StandardForeground;
|
|
16127
|
+
@sapTab_Neutral_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
16128
|
+
@sapTab_Neutral_Selected_TextColor: @sapContent_Selected_ForegroundColor;
|
|
16129
|
+
@sapTab_Neutral_Selected_IconColor: contrast(@sapTab_Neutral_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
16130
|
+
@sapTab_Neutral_Selected_Background: @sapSelectedColor;
|
|
15756
16131
|
|
|
15757
16132
|
// [Tags "!Protected"]
|
|
15758
16133
|
// [Protected "!true"]
|