@openui5/sap.ui.integration 1.141.2 → 1.143.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.
Files changed (520) hide show
  1. package/README.md +2 -2
  2. package/REUSE.toml +39 -1
  3. package/THIRDPARTY.txt +36 -3
  4. package/package.json +6 -6
  5. package/src/sap/ui/integration/.library +3 -3
  6. package/src/sap/ui/integration/ActionDefinition.js +1 -1
  7. package/src/sap/ui/integration/Designtime.js +1 -1
  8. package/src/sap/ui/integration/Extension.js +1 -1
  9. package/src/sap/ui/integration/Host.js +5 -6
  10. package/src/sap/ui/integration/cards/AdaptiveContent.js +2 -2
  11. package/src/sap/ui/integration/cards/AnalyticalContent.js +60 -5
  12. package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
  13. package/src/sap/ui/integration/cards/BaseContent.js +1 -1
  14. package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
  15. package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
  16. package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
  17. package/src/sap/ui/integration/cards/Footer.js +1 -1
  18. package/src/sap/ui/integration/cards/Header.js +6 -1
  19. package/src/sap/ui/integration/cards/ListContent.js +1 -1
  20. package/src/sap/ui/integration/cards/NumericHeader.js +6 -1
  21. package/src/sap/ui/integration/cards/ObjectContent.js +1 -1
  22. package/src/sap/ui/integration/cards/TableContent.js +1 -1
  23. package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
  24. package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
  25. package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
  26. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +6 -6
  27. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +3 -3
  28. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +3 -3
  29. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +4 -4
  30. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputTime.js +2 -2
  31. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +3 -3
  32. package/src/sap/ui/integration/cards/adaptivecards/elements/hostConfig.js +41 -41
  33. package/src/sap/ui/integration/cards/adaptivecards/overwrites/ActionRender.js +1 -1
  34. package/src/sap/ui/integration/cards/adaptivecards/overwrites/inputsGeneralOverwrites.js +1 -1
  35. package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
  36. package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +1 -1
  37. package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
  38. package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
  39. package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
  40. package/src/sap/ui/integration/cards/filters/SearchFilter.js +1 -1
  41. package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
  42. package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +1 -1
  43. package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
  44. package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
  45. package/src/sap/ui/integration/controls/BlockingMessage.js +1 -1
  46. package/src/sap/ui/integration/controls/ComboBox.js +1 -1
  47. package/src/sap/ui/integration/controls/HeaderInfoSectionColumn.js +1 -1
  48. package/src/sap/ui/integration/controls/HeaderInfoSectionRow.js +1 -1
  49. package/src/sap/ui/integration/controls/ImageWithOverlay.js +1 -1
  50. package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
  51. package/src/sap/ui/integration/controls/Microchart.js +1 -1
  52. package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
  53. package/src/sap/ui/integration/controls/ObjectStatus.js +1 -1
  54. package/src/sap/ui/integration/delegate/OverflowHandler.js +1 -1
  55. package/src/sap/ui/integration/delegate/Paginator.js +1 -1
  56. package/src/sap/ui/integration/delegate/PreventKeyboardScrolling.js +1 -1
  57. package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
  58. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
  59. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
  60. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
  61. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
  62. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
  63. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
  64. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
  65. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
  66. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
  67. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
  68. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
  69. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  70. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
  71. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
  72. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
  73. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
  74. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
  75. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
  76. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
  77. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
  78. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
  79. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
  80. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
  81. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
  82. package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
  83. package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
  84. package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
  85. package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
  86. package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
  87. package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
  88. package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
  89. package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
  90. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
  91. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
  92. package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
  93. package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
  94. package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
  95. package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
  96. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
  97. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
  98. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
  99. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  100. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
  101. package/src/sap/ui/integration/designtime/editor/Card.js +1 -1
  102. package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
  103. package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
  104. package/src/sap/ui/integration/editor/Editor.js +2 -2
  105. package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
  106. package/src/sap/ui/integration/editor/Extension.js +1 -1
  107. package/src/sap/ui/integration/editor/Manifest.js +1 -1
  108. package/src/sap/ui/integration/editor/Settings.js +1 -1
  109. package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
  110. package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
  111. package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
  112. package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
  113. package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
  114. package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
  115. package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
  116. package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
  117. package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
  118. package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
  119. package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
  120. package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
  121. package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
  122. package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
  123. package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
  124. package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
  125. package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
  126. package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
  127. package/src/sap/ui/integration/extensions/OAuth3LO.js +1 -1
  128. package/src/sap/ui/integration/formatters/DateTimeFormatter.js +36 -17
  129. package/src/sap/ui/integration/formatters/IconFormatter.js +2 -5
  130. package/src/sap/ui/integration/library.js +2 -2
  131. package/src/sap/ui/integration/model/ContextModel.js +1 -1
  132. package/src/sap/ui/integration/model/ObservableModel.js +1 -1
  133. package/src/sap/ui/integration/thirdparty/webcomponents/InputComposition-GPOVGV-P.js +1 -0
  134. package/src/sap/ui/integration/thirdparty/webcomponents/InputSuggestions-D4BHir_S.js +1 -0
  135. package/src/sap/ui/integration/thirdparty/webcomponents/ListItemStandardExpandableTextTemplate-BqBUacB9.js +1 -0
  136. package/src/sap/ui/integration/thirdparty/webcomponents/ar-BBtO1xV9.js +1 -0
  137. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CsHsH5NB.js +1 -0
  138. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-CVd8CQkH.js +1 -0
  139. package/src/sap/ui/integration/thirdparty/webcomponents/bg-B1LO90TV.js +1 -0
  140. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm-DFIwWD54.js +148 -0
  141. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +1 -185
  142. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -1
  143. package/src/sap/ui/integration/thirdparty/webcomponents/ca-D59F9iL9.js +1 -0
  144. package/src/sap/ui/integration/thirdparty/webcomponents/cnr-jy3FEGQX.js +1 -0
  145. package/src/sap/ui/integration/thirdparty/webcomponents/cs-BVi3NBx2.js +1 -0
  146. package/src/sap/ui/integration/thirdparty/webcomponents/da-CeRjp7Gw.js +1 -0
  147. package/src/sap/ui/integration/thirdparty/webcomponents/de-DpMS1P9x.js +1 -0
  148. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-DVWPcXpS.js +1 -0
  149. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-CfU5U4in.js +1 -0
  150. package/src/sap/ui/integration/thirdparty/webcomponents/el-56baoRYj.js +1 -0
  151. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-UqgIrp9k.js +1 -0
  152. package/src/sap/ui/integration/thirdparty/webcomponents/en-DhJi4IVs.js +1 -0
  153. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-tRjYHimn.js +1 -0
  154. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DbHnpkUU.js +1 -0
  155. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-DrSwwSL7.js +1 -0
  156. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-hqT4ZHXo.js +1 -0
  157. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-4rZ56A8X.js +1 -0
  158. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-CrDwU_ol.js +1 -0
  159. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-CSbJX-cM.js +1 -0
  160. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-8GU9NPIH.js +1 -0
  161. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-BajqQtkP.js +1 -0
  162. package/src/sap/ui/integration/thirdparty/webcomponents/es-fGH74Al9.js +1 -0
  163. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-CQEpK0kq.js +1 -0
  164. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-CWunU2hf.js +1 -0
  165. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-BNdkezeY.js +1 -0
  166. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-BavMemLK.js +1 -0
  167. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-qIsV-M71.js +1 -0
  168. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-DJ7lN4tK.js +1 -0
  169. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-CF2yD63d.js +1 -0
  170. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-CCACJ8gl.js +1 -0
  171. package/src/sap/ui/integration/thirdparty/webcomponents/et-BT6KLH-T.js +1 -0
  172. package/src/sap/ui/integration/thirdparty/webcomponents/fa-C0qStaCG.js +1 -0
  173. package/src/sap/ui/integration/thirdparty/webcomponents/fi-DJPzSnhw.js +1 -0
  174. package/src/sap/ui/integration/thirdparty/webcomponents/fr-DEsoFW8s.js +1 -0
  175. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-BNiXNi0h.js +1 -0
  176. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-CHqdLXHD.js +1 -0
  177. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-v_w1IA2e.js +1 -0
  178. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-D-IDk9Vu.js +1 -0
  179. package/src/sap/ui/integration/thirdparty/webcomponents/he-XckJoAXM.js +1 -0
  180. package/src/sap/ui/integration/thirdparty/webcomponents/hi-DUjFn3C9.js +1 -0
  181. package/src/sap/ui/integration/thirdparty/webcomponents/hr-BwQVRrz1.js +1 -0
  182. package/src/sap/ui/integration/thirdparty/webcomponents/hu-DBku5iUP.js +1 -0
  183. package/src/sap/ui/integration/thirdparty/webcomponents/id-CBGtWTha.js +1 -0
  184. package/src/sap/ui/integration/thirdparty/webcomponents/it-DaOKCK95.js +1 -0
  185. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-cDED4TfC.js +1 -0
  186. package/src/sap/ui/integration/thirdparty/webcomponents/ja-C4V4yt7L.js +1 -0
  187. package/src/sap/ui/integration/thirdparty/webcomponents/kk-B01mYP5b.js +1 -0
  188. package/src/sap/ui/integration/thirdparty/webcomponents/ko-CpeU0TNj.js +1 -0
  189. package/src/sap/ui/integration/thirdparty/webcomponents/lt-BcoeDwYK.js +1 -0
  190. package/src/sap/ui/integration/thirdparty/webcomponents/lv-uP7D4Rdo.js +1 -0
  191. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-Di0aHACF.js +1 -0
  192. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BJu940hX.js +1 -0
  193. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-BIRZfKHK.js +1 -0
  194. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-CD_XJcwD.js +1 -0
  195. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-QVHk41SM.js +1 -0
  196. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-Bb_i8SYQ.js +1 -0
  197. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-C-n4qUap.js +1 -0
  198. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-BBf4ZDXv.js +1 -0
  199. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-D2Y9E-ko.js +1 -0
  200. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-JOXNsaQ9.js +1 -0
  201. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-DBHRzrlS.js +1 -0
  202. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-Baf-tVxd.js +1 -0
  203. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BvfMImWf.js +1 -0
  204. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-CGPrXT0V.js +1 -0
  205. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-_C9dPFT8.js +1 -0
  206. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-D5PPJjDi.js +1 -0
  207. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CmhutvBe.js +1 -0
  208. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-C9SYuWDe.js +1 -0
  209. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-Dbh7Gs3Q.js +1 -0
  210. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-Bjce9e11.js +1 -0
  211. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-B009xEl3.js +1 -0
  212. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-C4OKwGAu.js +1 -0
  213. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CRr171yo.js +1 -0
  214. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_id-35yCI2nG.js +1 -0
  215. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-CJSOsvDm.js +1 -0
  216. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CSKGBRtZ.js +1 -0
  217. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DYZJHH0T.js +1 -0
  218. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-DHiAitym.js +1 -0
  219. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-Co7RmIK2.js +1 -0
  220. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-DYwJKwUh.js +1 -0
  221. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BRosm42F.js +1 -0
  222. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-BJSbg-HF.js +1 -0
  223. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-Cyj01LMU.js +1 -0
  224. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-DFAesepw.js +1 -0
  225. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-DDD6Tsgu.js +1 -0
  226. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-EgnDHNnD.js +1 -0
  227. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-Bg3a137l.js +1 -0
  228. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-CvnCHEtG.js +1 -0
  229. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-CixwxpjC.js +1 -0
  230. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-DGs9GxJ6.js +1 -0
  231. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-Dv6xxsC-.js +1 -0
  232. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-BUnxw6Mb.js +1 -0
  233. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-DM6HRQTt.js +1 -0
  234. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-DhvDKyr-.js +1 -0
  235. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DFhTQXXm.js +1 -0
  236. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BQ455Q-B.js +1 -0
  237. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Bg7ll7Q7.js +1 -0
  238. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-D3iWWX04.js +1 -0
  239. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-H4fRsTTZ.js +1 -0
  240. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-Cy3DFQgG.js +1 -0
  241. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-CkLZ6Mgd.js +1 -0
  242. package/src/sap/ui/integration/thirdparty/webcomponents/mk-DghUH2_l.js +1 -0
  243. package/src/sap/ui/integration/thirdparty/webcomponents/ms-zHn8nmOs.js +1 -0
  244. package/src/sap/ui/integration/thirdparty/webcomponents/nb-DhvOGBHT.js +1 -0
  245. package/src/sap/ui/integration/thirdparty/webcomponents/nl-D8RCh3sX.js +1 -0
  246. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-BZTwfiTl.js +1 -0
  247. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2th_MFFp.js +1 -0
  248. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3lkOWtH.js +1 -0
  249. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BKG-vmhK.js +1 -0
  250. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BVPcd4ks.js +1 -0
  251. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BiTnbZwY.js +1 -0
  252. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvZ6aOE5.js +1 -0
  253. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C92o3hxW.js +1 -0
  254. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CUtSUlxp.js +1 -0
  255. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CmTXAzqn.js +1 -0
  256. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Coh-mcmR.js +1 -0
  257. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DCkLZ5VF.js +1 -0
  258. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DoiASAdx.js +1 -0
  259. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-SYyxS-Na.js +1 -0
  260. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ZLNETqnt.js +1 -0
  261. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-_vnioV0e.js +1 -0
  262. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-zV3WeD-D.js +1 -0
  263. package/src/sap/ui/integration/thirdparty/webcomponents/pl-CdJ2rnP6.js +1 -0
  264. package/src/sap/ui/integration/thirdparty/webcomponents/pt-DTuXSUe4.js +1 -0
  265. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-BRjo7xkG.js +1 -0
  266. package/src/sap/ui/integration/thirdparty/webcomponents/ro-Dw5Jtk3c.js +1 -0
  267. package/src/sap/ui/integration/thirdparty/webcomponents/ru-bRVzpMO1.js +1 -0
  268. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-yH9t49VE.js +1 -0
  269. package/src/sap/ui/integration/thirdparty/webcomponents/sk-ktZ_lnOE.js +1 -0
  270. package/src/sap/ui/integration/thirdparty/webcomponents/sl-6szndgxW.js +1 -0
  271. package/src/sap/ui/integration/thirdparty/webcomponents/sr-DRtgT5Hw.js +1 -0
  272. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-p1MB0wFz.js +1 -0
  273. package/src/sap/ui/integration/thirdparty/webcomponents/sv-DntJ0Ey3.js +1 -0
  274. package/src/sap/ui/integration/thirdparty/webcomponents/th-Dutmgrkc.js +1 -0
  275. package/src/sap/ui/integration/thirdparty/webcomponents/tr-9l-l0LNP.js +1 -0
  276. package/src/sap/ui/integration/thirdparty/webcomponents/uk-CcFL9rcE.js +1 -0
  277. package/src/sap/ui/integration/thirdparty/webcomponents/vi-BREKmD9Y.js +1 -0
  278. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-DXv6lCaa.js +1 -0
  279. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-DIofxc0M.js +1 -0
  280. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-BYWu8MKW.js +1 -0
  281. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-RlwQTs-Y.js +1 -0
  282. package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +1 -1
  283. package/src/sap/ui/integration/util/BaseFactory.js +1 -1
  284. package/src/sap/ui/integration/util/BindingHelper.js +2 -1
  285. package/src/sap/ui/integration/util/BindingResolver.js +1 -1
  286. package/src/sap/ui/integration/util/CardObserver.js +1 -1
  287. package/src/sap/ui/integration/util/ComboBoxHelper.js +1 -1
  288. package/src/sap/ui/integration/util/ContentFactory.js +1 -1
  289. package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
  290. package/src/sap/ui/integration/util/DataProvider.js +1 -1
  291. package/src/sap/ui/integration/util/DataProviderFactory.js +3 -3
  292. package/src/sap/ui/integration/util/Destinations.js +5 -1
  293. package/src/sap/ui/integration/util/DisplayVariants.js +1 -1
  294. package/src/sap/ui/integration/util/ErrorHandler.js +1 -1
  295. package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
  296. package/src/sap/ui/integration/util/Form.js +1 -1
  297. package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
  298. package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
  299. package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
  300. package/src/sap/ui/integration/util/Manifest.js +1 -1
  301. package/src/sap/ui/integration/util/OAuth3LOHelper.js +1 -1
  302. package/src/sap/ui/integration/util/ObjectStatusFactory.js +1 -1
  303. package/src/sap/ui/integration/util/RequestDataProvider.js +2 -2
  304. package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
  305. package/src/sap/ui/integration/util/ServiceManager.js +1 -1
  306. package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
  307. package/src/sap/ui/integration/util/SorterHelper.js +1 -1
  308. package/src/sap/ui/integration/util/Utils.js +40 -3
  309. package/src/sap/ui/integration/util/Validators.js +1 -1
  310. package/src/sap/ui/integration/util/openCardDialog.js +8 -4
  311. package/src/sap/ui/integration/widgets/Card.js +72 -19
  312. package/ui5.yaml +8 -0
  313. package/src/sap/ui/integration/thirdparty/webcomponents/ar-gaI1v_KV.js +0 -1
  314. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CGlHr-jg.js +0 -1
  315. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-D0iF05tg.js +0 -1
  316. package/src/sap/ui/integration/thirdparty/webcomponents/bg-CJrwzo8x.js +0 -1
  317. package/src/sap/ui/integration/thirdparty/webcomponents/ca-CkzsZJhe.js +0 -1
  318. package/src/sap/ui/integration/thirdparty/webcomponents/cnr-DbKJTxGN.js +0 -1
  319. package/src/sap/ui/integration/thirdparty/webcomponents/cs-BaB3d9Av.js +0 -1
  320. package/src/sap/ui/integration/thirdparty/webcomponents/da-CTDYg05i.js +0 -1
  321. package/src/sap/ui/integration/thirdparty/webcomponents/de-BPAvOyho.js +0 -1
  322. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-C0Q-I35O.js +0 -1
  323. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-V6zqRGuT.js +0 -1
  324. package/src/sap/ui/integration/thirdparty/webcomponents/el-CE6EdnmY.js +0 -1
  325. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-DM-mftU_.js +0 -1
  326. package/src/sap/ui/integration/thirdparty/webcomponents/en-BV_fMYiZ.js +0 -1
  327. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-DdpdhNc9.js +0 -1
  328. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DR37sckE.js +0 -1
  329. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-C3ORwL4y.js +0 -1
  330. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-CImesKWm.js +0 -1
  331. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-BnP0Xsux.js +0 -1
  332. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-D-XmB6sh.js +0 -1
  333. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-k1g6MW0k.js +0 -1
  334. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-CH-OueZe.js +0 -1
  335. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-De7Q7wq-.js +0 -1
  336. package/src/sap/ui/integration/thirdparty/webcomponents/es-CUYgeeV2.js +0 -1
  337. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-bphqT9e8.js +0 -1
  338. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-9iWEF7Cs.js +0 -1
  339. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-Cma-TrGh.js +0 -1
  340. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-Co5-6aNz.js +0 -1
  341. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-DOMSkspG.js +0 -1
  342. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-Thtj5270.js +0 -1
  343. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-B6Fj2AOa.js +0 -1
  344. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-BIY0wat6.js +0 -1
  345. package/src/sap/ui/integration/thirdparty/webcomponents/et-h7DaePYx.js +0 -1
  346. package/src/sap/ui/integration/thirdparty/webcomponents/fa-BSumtYoR.js +0 -1
  347. package/src/sap/ui/integration/thirdparty/webcomponents/fi-CY8p4VYP.js +0 -1
  348. package/src/sap/ui/integration/thirdparty/webcomponents/fr-c7VTGFC1.js +0 -1
  349. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-fS0pUgwn.js +0 -1
  350. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-HJakdL_2.js +0 -1
  351. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-CsYAhWeP.js +0 -1
  352. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-CHqDsjpc.js +0 -1
  353. package/src/sap/ui/integration/thirdparty/webcomponents/he-DvqV-7FS.js +0 -1
  354. package/src/sap/ui/integration/thirdparty/webcomponents/hi-DtIyTix1.js +0 -1
  355. package/src/sap/ui/integration/thirdparty/webcomponents/hr-DO7SyOn5.js +0 -1
  356. package/src/sap/ui/integration/thirdparty/webcomponents/hu-CXT-q6md.js +0 -1
  357. package/src/sap/ui/integration/thirdparty/webcomponents/id-D7Ji1Vol.js +0 -1
  358. package/src/sap/ui/integration/thirdparty/webcomponents/it-B30H1Zn6.js +0 -1
  359. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-DXNpHhgj.js +0 -1
  360. package/src/sap/ui/integration/thirdparty/webcomponents/ja-HOZtY2HT.js +0 -1
  361. package/src/sap/ui/integration/thirdparty/webcomponents/kk-CyER5Yfk.js +0 -1
  362. package/src/sap/ui/integration/thirdparty/webcomponents/ko-CCOZRLOI.js +0 -1
  363. package/src/sap/ui/integration/thirdparty/webcomponents/lt-CbuIe_XX.js +0 -1
  364. package/src/sap/ui/integration/thirdparty/webcomponents/lv-B6P7cPB-.js +0 -1
  365. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-By0ELKn1.js +0 -1
  366. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-DNg2ihdf.js +0 -1
  367. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BpOpdSRg.js +0 -1
  368. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-CtKf3_pD.js +0 -1
  369. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-C7yAJLXv.js +0 -1
  370. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-z_PzL0LS.js +0 -1
  371. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-B2C2UtnY.js +0 -1
  372. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-BgC1xGfN.js +0 -1
  373. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-B2g02_qY.js +0 -1
  374. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-CglsMLoj.js +0 -1
  375. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-BGpEQrLK.js +0 -1
  376. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-CM6O5UY_.js +0 -1
  377. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Bbv9jJL9.js +0 -1
  378. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Dnrxp7vZ.js +0 -1
  379. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-Dbpn-Kzy.js +0 -1
  380. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-DdtngzTc.js +0 -1
  381. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-BbKk0xSf.js +0 -1
  382. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-CHOdJfj5.js +0 -1
  383. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-D0t7zNNP.js +0 -1
  384. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-DvYWXfG3.js +0 -1
  385. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-Bo0ABb8q.js +0 -1
  386. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-C7CSH40g.js +0 -1
  387. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DjC9X79L.js +0 -1
  388. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DnyNqUM9.js +0 -1
  389. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BQKctZq6.js +0 -1
  390. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-DZ_EqeE9.js +0 -1
  391. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-C-dKnlfj.js +0 -1
  392. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-Dpnkxanh.js +0 -1
  393. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-BGIF2r4i.js +0 -1
  394. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-CjKpS0VR.js +0 -1
  395. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-Bq9-w7vo.js +0 -1
  396. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-CaUIlVEp.js +0 -1
  397. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-C50d_WIs.js +0 -1
  398. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CvxKhma3.js +0 -1
  399. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-BjJAU_zd.js +0 -1
  400. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-CHT0e9Ft.js +0 -1
  401. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-B0JemQZg.js +0 -1
  402. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-CZjoFOTp.js +0 -1
  403. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-BjoN_ya6.js +0 -1
  404. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-DZBFnNAJ.js +0 -1
  405. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CMAHfPzF.js +0 -1
  406. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CW6YUR81.js +0 -1
  407. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-DJBozPw3.js +0 -1
  408. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-yfePmKmp.js +0 -1
  409. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CLa7lmSo.js +0 -1
  410. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CmnM7BSH.js +0 -1
  411. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-BiCFe-4Q.js +0 -1
  412. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-D3m1v9KT.js +0 -1
  413. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-DHL9ypHJ.js +0 -1
  414. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-NkVMHGle.js +0 -1
  415. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-8NhJ8eqk.js +0 -1
  416. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CfnJye2i.js +0 -1
  417. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DH9VAGau.js +0 -1
  418. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DiyT2vK2.js +0 -1
  419. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-Bx7MYmis.js +0 -1
  420. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-CZn0MmH2.js +0 -1
  421. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-CQgzMWRu.js +0 -1
  422. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-DnPyJW94.js +0 -1
  423. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-B6j5anSt.js +0 -1
  424. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-BnmsTwH0.js +0 -1
  425. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BhX-3e7T.js +0 -1
  426. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-_w1ygXGM.js +0 -1
  427. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-1F54i8zg.js +0 -1
  428. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-Bnw6ljFX.js +0 -1
  429. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-C4ALLG8v.js +0 -1
  430. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-DfBTz_Is.js +0 -1
  431. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-BfnMt-Zu.js +0 -1
  432. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-COOj_3wb.js +0 -1
  433. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-qAggYCjN.js +0 -1
  434. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-raoH9TFS.js +0 -1
  435. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BbRrb6VO.js +0 -1
  436. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BypwDfY-.js +0 -1
  437. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BGN4m4Lf.js +0 -1
  438. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BM74fN-c.js +0 -1
  439. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-B672qnbI.js +0 -1
  440. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-Bieyl7u4.js +0 -1
  441. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-BAjCPC5e.js +0 -1
  442. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-nTlNR9MA.js +0 -1
  443. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BDcLROAo.js +0 -1
  444. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BOKN1onR.js +0 -1
  445. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-BM9t1YKT.js +0 -1
  446. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-EQ0ATQCR.js +0 -1
  447. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-B0_P6rhh.js +0 -1
  448. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-DmaQbbM-.js +0 -1
  449. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-82XaNOOU.js +0 -1
  450. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-CgPRi_DE.js +0 -1
  451. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-9k6YFpsK.js +0 -1
  452. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-nEv82gwv.js +0 -1
  453. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DgrN1Ri0.js +0 -1
  454. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-gTC20rWk.js +0 -1
  455. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-B-LFWoo4.js +0 -1
  456. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BVC0K0Sb.js +0 -1
  457. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-B-dH0ajw.js +0 -1
  458. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Ddfex1-g.js +0 -1
  459. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-BwkyJRsw.js +0 -1
  460. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-CtqpazAf.js +0 -1
  461. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-Gus-NSRW.js +0 -1
  462. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-g9BjG_PT.js +0 -1
  463. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-D4R1g5Rt.js +0 -1
  464. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-KensJmFt.js +0 -1
  465. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-D33wzIcH.js +0 -1
  466. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-DZQ07fJI.js +0 -1
  467. package/src/sap/ui/integration/thirdparty/webcomponents/mk-Cd0pbvjP.js +0 -1
  468. package/src/sap/ui/integration/thirdparty/webcomponents/ms-CxRS8r8U.js +0 -1
  469. package/src/sap/ui/integration/thirdparty/webcomponents/nb-Bt6tTISo.js +0 -1
  470. package/src/sap/ui/integration/thirdparty/webcomponents/nl-Bn_bYiUP.js +0 -1
  471. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-gGhbga80.js +0 -1
  472. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3CYe-Fc.js +0 -1
  473. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BA22z097.js +0 -1
  474. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BAv31BII.js +0 -1
  475. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BJg9oVgh.js +0 -1
  476. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BRs0Mxa-.js +0 -1
  477. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BYugiKGk.js +0 -1
  478. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BZzOoCHg.js +0 -1
  479. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvnJRv5X.js +0 -1
  480. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Bz5PtVM4.js +0 -1
  481. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C8H_1O9h.js +0 -1
  482. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C970Konx.js +0 -1
  483. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CAHqDBtl.js +0 -1
  484. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CBkyQy2Q.js +0 -1
  485. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CGhz8fL0.js +0 -1
  486. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CXMLSn4M.js +0 -1
  487. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CpTOUvo7.js +0 -1
  488. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CqroeEYG.js +0 -1
  489. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-D6TuiR7M.js +0 -1
  490. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DFjmm25g.js +0 -1
  491. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DG_KwGUG.js +0 -1
  492. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DJVciiYr.js +0 -1
  493. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DaKv2hn7.js +0 -1
  494. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dnhr_EgY.js +0 -1
  495. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dv-C1e_-.js +0 -1
  496. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DyS9hduW.js +0 -1
  497. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-G5-JJidX.js +0 -1
  498. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-MhNAGmGd.js +0 -1
  499. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-QAUNS7Mf.js +0 -1
  500. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-hd9kUYDu.js +0 -1
  501. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-z7bW6xuy.js +0 -1
  502. package/src/sap/ui/integration/thirdparty/webcomponents/pl-CMCnDFeN.js +0 -1
  503. package/src/sap/ui/integration/thirdparty/webcomponents/pt-epnACSlD.js +0 -1
  504. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-DDh80D1c.js +0 -1
  505. package/src/sap/ui/integration/thirdparty/webcomponents/ro-99b_8s0L.js +0 -1
  506. package/src/sap/ui/integration/thirdparty/webcomponents/ru-KnV2YsI1.js +0 -1
  507. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-DQu1w3nF.js +0 -1
  508. package/src/sap/ui/integration/thirdparty/webcomponents/sk-BmVMraWc.js +0 -1
  509. package/src/sap/ui/integration/thirdparty/webcomponents/sl-D-1eHn67.js +0 -1
  510. package/src/sap/ui/integration/thirdparty/webcomponents/sr-qnchOIe3.js +0 -1
  511. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-7xdk5b7O.js +0 -1
  512. package/src/sap/ui/integration/thirdparty/webcomponents/sv-Cd90PyJ4.js +0 -1
  513. package/src/sap/ui/integration/thirdparty/webcomponents/th-DBMtUCWg.js +0 -1
  514. package/src/sap/ui/integration/thirdparty/webcomponents/tr-IfauWU6c.js +0 -1
  515. package/src/sap/ui/integration/thirdparty/webcomponents/uk-CKaGQnVZ.js +0 -1
  516. package/src/sap/ui/integration/thirdparty/webcomponents/vi-DL9RCxxW.js +0 -1
  517. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-MHYosyo-.js +0 -1
  518. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-CW9bNs3G.js +0 -1
  519. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-CeJTYNVn.js +0 -1
  520. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-CA1JpQ7j.js +0 -1
@@ -0,0 +1 @@
1
+ const __license="This file has been derived from Unicode Common Locale Data Repository (CLDR) files (http://cldr.unicode.org). See the copyright and permission notice in the Unicode-Data-Files-LICENSE.txt available at the same location as this file or visit http://www.unicode.org/copyright.html",__version="43.0.0",__buildtime="2023-09-28T11:39:07.908Z",languages={aa:"Afar",ab:"Abchazisch",ace:"Atjehs",ach:"Akoli",ada:"Adangme",ady:"Adygees",ae:"Avestisch",aeb:"Tunesisch Arabisch",af:"Afrikaans",afh:"Afrihili",agq:"Aghem",ain:"Aino",ajp:"Zuid-Levantijns-Arabisch",ak:"Akan",akk:"Akkadisch",akz:"Alabama",ale:"Aleoetisch",aln:"Gegisch",alt:"Zuid-Altaïsch",am:"Amhaars",an:"Aragonees",ang:"Oudengels",ann:"Obolo",anp:"Angika",ar:"Arabisch",ar_001:"modern standaard Arabisch",arc:"Aramees",arn:"Mapudungun",aro:"Araona",arp:"Arapaho",arq:"Algerijns Arabisch",ars:"Nadjdi-Arabisch","ars_alt-menu":"Arabisch, Nadjdi",arw:"Arawak",ary:"Marokkaans Arabisch",arz:"Egyptisch Arabisch",as:"Assamees",asa:"Asu",ase:"Amerikaanse Gebarentaal",ast:"Asturisch",atj:"Atikamekw",av:"Avarisch",avk:"Kotava",awa:"Awadhi",ay:"Aymara",az:"Azerbeidzjaans","az_alt-short":"Azeri",ba:"Basjkiers",bal:"Beloetsji",ban:"Balinees",bar:"Beiers",bas:"Basa",bax:"Bamoun",bbc:"Batak Toba",bbj:"Ghomala’",be:"Belarussisch",bej:"Beja",bem:"Bemba",bew:"Betawi",bez:"Bena",bfd:"Bafut",bfq:"Badaga",bg:"Bulgaars",bgc:"Haryanvi",bgn:"Westers Beloetsji",bho:"Bhojpuri",bi:"Bislama",bik:"Bikol",bin:"Bini",bjn:"Banjar",bkm:"Kom",bla:"Siksika",bm:"Bambara",bn:"Bengaals",bo:"Tibetaans",bpy:"Bishnupriya",bqi:"Bakhtiari",br:"Bretons",bra:"Braj",brh:"Brahui",brx:"Bodo",bs:"Bosnisch",bss:"Akoose",bua:"Boerjatisch",bug:"Buginees",bum:"Bulu",byn:"Blin",byv:"Medumba",ca:"Catalaans",cad:"Caddo",car:"Caribisch",cay:"Cayuga",cch:"Atsam",ccp:"Chakma",ce:"Tsjetsjeens",ceb:"Cebuano",cgg:"Chiga",ch:"Chamorro",chb:"Chibcha",chg:"Chagatai",chk:"Chuukees",chm:"Mari",chn:"Chinook Jargon",cho:"Choctaw",chp:"Chipewyan",chr:"Cherokee",chy:"Cheyenne",ckb:"Soranî","ckb_alt-menu":"Koerdisch, Soranî","ckb_alt-variant":"Koerdisch, Soranî",clc:"Chilcotin",cnr:"Montenegrijns",co:"Corsicaans",cop:"Koptisch",cps:"Capiznon",cr:"Cree",crg:"Michif",crh:"Krim-Tataars",crj:"Zuidoost-Cree",crk:"Plains Cree",crl:"Noordoost-Cree",crm:"Moose Cree",crr:"Carolina Algonkisch",crs:"Seychellencreools",cs:"Tsjechisch",csb:"Kasjoebisch",csw:"Swampy Cree",cu:"Kerkslavisch",cv:"Tsjoevasjisch",cy:"Welsh",da:"Deens",dak:"Dakota",dar:"Dargwa",dav:"Taita",de:"Duits",del:"Delaware",den:"Slavey",dgr:"Dogrib",din:"Dinka",dje:"Zarma",doi:"Dogri",dsb:"Nedersorbisch",dtp:"Dusun",dua:"Duala",dum:"Middelnederlands",dv:"Divehi",dyo:"Jola-Fonyi",dyu:"Dyula",dz:"Dzongkha",dzg:"Dazaga",ebu:"Embu",ee:"Ewe",efi:"Efik",egl:"Emiliano",egy:"Oudegyptisch",eka:"Ekajuk",el:"Grieks",elx:"Elamitisch",en:"Engels","en_GB-alt-short":"Engels (VK)","en_US-alt-short":"Engels (VS)",enm:"Middelengels",eo:"Esperanto",es:"Spaans",esu:"Yupik",et:"Estisch",eu:"Baskisch",ewo:"Ewondo",ext:"Extremeens",fa:"Perzisch",fa_AF:"Dari",fan:"Fang",fat:"Fanti",ff:"Fulah",fi:"Fins",fil:"Filipijns",fit:"Tornedal-Fins",fj:"Fijisch",fo:"Faeröers",fon:"Fon",fr:"Frans",frc:"Cajun-Frans",frm:"Middelfrans",fro:"Oudfrans",frp:"Arpitaans",frr:"Noord-Fries",frs:"Oost-Fries",fur:"Friulisch",fy:"Fries",ga:"Iers",gaa:"Ga",gag:"Gagaoezisch",gan:"Ganyu",gay:"Gayo",gba:"Gbaya",gbz:"Zoroastrisch Dari",gd:"Schots-Gaelisch",gez:"Ge’ez",gil:"Gilbertees",gl:"Galicisch",glk:"Gilaki",gmh:"Middelhoogduits",gn:"Guaraní",goh:"Oudhoogduits",gom:"Goa Konkani",gon:"Gondi",gor:"Gorontalo",got:"Gothisch",grb:"Grebo",grc:"Oudgrieks",gsw:"Zwitserduits",gu:"Gujarati",guc:"Wayuu",gur:"Gurune",guz:"Gusii",gv:"Manx",gwi:"Gwichʼin",ha:"Hausa",hai:"Haida",hak:"Hakka",haw:"Hawaïaans",hax:"Zuid-Haida",he:"Hebreeuws",hi:"Hindi","hi_Latn-alt-variant":"Hinglish",hif:"Fijisch Hindi",hil:"Hiligaynon",hit:"Hettitisch",hmn:"Hmong",ho:"Hiri Motu",hr:"Kroatisch",hsb:"Oppersorbisch",hsn:"Xiangyu",ht:"Haïtiaans Creools",hu:"Hongaars",hup:"Hupa",hur:"Halkomelem",hy:"Armeens",hz:"Herero",ia:"Interlingua",iba:"Iban",ibb:"Ibibio",id:"Indonesisch",ie:"Interlingue",ig:"Igbo",ii:"Yi",ik:"Inupiaq",ikt:"Westelijk Canadees Inuktitut",ilo:"Iloko",inh:"Ingoesjetisch",io:"Ido",is:"IJslands",it:"Italiaans",iu:"Inuktitut",izh:"Ingrisch",ja:"Japans",jam:"Jamaicaans Creools",jbo:"Lojban",jgo:"Ngomba",jmc:"Machame",jpr:"Judeo-Perzisch",jrb:"Judeo-Arabisch",jut:"Jutlands",jv:"Javaans",ka:"Georgisch",kaa:"Karakalpaks",kab:"Kabylisch",kac:"Kachin",kaj:"Jju",kam:"Kamba",kaw:"Kawi",kbd:"Kabardisch",kbl:"Kanembu",kcg:"Tyap",kde:"Makonde",kea:"Kaapverdisch Creools",ken:"Kenyang",kfo:"Koro",kg:"Kongo",kgp:"Kaingang",kha:"Khasi",kho:"Khotanees",khq:"Koyra Chiini",khw:"Khowar",ki:"Gikuyu",kiu:"Kirmanckî",kj:"Kuanyama",kk:"Kazachs",kkj:"Kako",kl:"Groenlands",kln:"Kalenjin",km:"Khmer",kmb:"Kimbundu",kn:"Kannada",ko:"Koreaans",koi:"Komi-Permjaaks",kok:"Konkani",kos:"Kosraeaans",kpe:"Kpelle",kr:"Kanuri",krc:"Karatsjaj-Balkarisch",kri:"Krio",krj:"Kinaray-a",krl:"Karelisch",kru:"Kurukh",ks:"Kasjmiri",ksb:"Shambala",ksf:"Bafia",ksh:"Kölsch",ku:"Koerdisch",kum:"Koemuks",kut:"Kutenai",kv:"Komi",kw:"Cornish",kwk:"Kwakʼwala",ky:"Kirgizisch",la:"Latijn",lad:"Ladino",lag:"Langi",lah:"Lahnda",lam:"Lamba",lb:"Luxemburgs",lez:"Lezgisch",lfn:"Lingua Franca Nova",lg:"Luganda",li:"Limburgs",lij:"Ligurisch",lil:"Lillooet",liv:"Lijfs",lkt:"Lakota",lmo:"Lombardisch",ln:"Lingala",lo:"Laotiaans",lol:"Mongo",lou:"Louisiana-Creools",loz:"Lozi",lrc:"Noordelijk Luri",lsm:"Saamia",lt:"Litouws",ltg:"Letgaals",lu:"Luba-Katanga",lua:"Luba-Lulua",lui:"Luiseno",lun:"Lunda",luo:"Luo",lus:"Mizo",luy:"Luyia",lv:"Lets",lzh:"Klassiek Chinees",lzz:"Lazisch",mad:"Madoerees",maf:"Mafa",mag:"Magahi",mai:"Maithili",mak:"Makassaars",man:"Mandingo",mas:"Maa",mde:"Maba",mdf:"Moksja",mdr:"Mandar",men:"Mende",mer:"Meru",mfe:"Morisyen",mg:"Malagassisch",mga:"Middeliers",mgh:"Makhuwa-Meetto",mgo:"Meta’",mh:"Marshallees",mi:"Maori",mic:"Mi’kmaq",min:"Minangkabau",mk:"Macedonisch",ml:"Malayalam",mn:"Mongools",mnc:"Mantsjoe",mni:"Meitei",moe:"Innu-aimun",moh:"Mohawk",mos:"Mossi",mr:"Marathi",mrj:"West-Mari",ms:"Maleis",mt:"Maltees",mua:"Mundang",mul:"meerdere talen",mus:"Creek",mwl:"Mirandees",mwr:"Marwari",mwv:"Mentawai",my:"Birmaans",mye:"Myene",myv:"Erzja",mzn:"Mazanderani",na:"Nauruaans",nan:"Minnanyu",nap:"Napolitaans",naq:"Nama",nb:"Noors - Bokmål",nd:"Noord-Ndebele",nds:"Nedersaksisch",nds_NL:"Nederduits",ne:"Nepalees",new:"Newari",ng:"Ndonga",nia:"Nias",niu:"Niueaans",njo:"Ao Naga",nl:"Nederlands",nl_BE:"Vlaams",nmg:"Ngumba",nn:"Noors - Nynorsk",nnh:"Ngiemboon",no:"Noors",nog:"Nogai",non:"Oudnoors",nov:"Novial",nqo:"N’Ko",nr:"Zuid-Ndbele",nso:"Noord-Sotho",nus:"Nuer",nv:"Navajo",nwc:"Klassiek Nepalbhasa",ny:"Nyanja",nym:"Nyamwezi",nyn:"Nyankole",nyo:"Nyoro",nzi:"Nzima",oc:"Occitaans",oj:"Ojibwa",ojb:"Noordwest-Ojibwe",ojc:"Centraal Ojibwa",ojs:"Oji-Cree",ojw:"West-Ojibwe",oka:"Okanagan",om:"Afaan Oromo",or:"Odia",os:"Ossetisch",osa:"Osage",ota:"Ottomaans-Turks",pa:"Punjabi",pag:"Pangasinan",pal:"Pahlavi",pam:"Pampanga",pap:"Papiaments",pau:"Palaus",pcd:"Picardisch",pcm:"Nigeriaans Pidgin",pdc:"Pennsylvania-Duits",pdt:"Plautdietsch",peo:"Oudperzisch",pfl:"Paltsisch",phn:"Foenicisch",pi:"Pali",pis:"Pijin",pl:"Pools",pms:"Piëmontees",pnt:"Pontisch",pon:"Pohnpeiaans",pqm:"Maliseet-Passamaquoddy",prg:"Oudpruisisch",pro:"Oudprovençaals",ps:"Pasjtoe","ps_alt-variant":"Pashto",pt:"Portugees",qu:"Quechua",quc:"K’iche’",qug:"Kichwa",raj:"Rajasthani",rap:"Rapanui",rar:"Rarotongan",rgn:"Romagnol",rhg:"Rohingya",rif:"Riffijns",rm:"Reto-Romaans",rn:"Kirundi",ro:"Roemeens",rof:"Rombo",rom:"Romani",rtm:"Rotumaans",ru:"Russisch",rue:"Roetheens",rug:"Roviana",rup:"Aroemeens",rw:"Kinyarwanda",rwk:"Rwa",sa:"Sanskriet",sad:"Sandawe",sah:"Jakoets",sam:"Samaritaans-Aramees",saq:"Samburu",sas:"Sasak",sat:"Santali",saz:"Saurashtra",sba:"Ngambay",sbp:"Sangu",sc:"Sardijns",scn:"Siciliaans",sco:"Schots",sd:"Sindhi",sdc:"Sassarees",sdh:"Pahlavani",se:"Noord-Samisch",see:"Seneca",seh:"Sena",sei:"Seri",sel:"Selkoeps",ses:"Koyraboro Senni",sg:"Sango",sga:"Oudiers",sgs:"Samogitisch",sh:"Servo-Kroatisch",shi:"Tashelhiyt",shn:"Shan",shu:"Tsjadisch Arabisch",si:"Singalees",sid:"Sidamo",sk:"Slowaaks",sl:"Sloveens",slh:"Zuid-Lushootseed",sli:"Silezisch Duits",sly:"Selayar",sm:"Samoaans",sma:"Zuid-Samisch",smj:"Lule-Samisch",smn:"Inari-Samisch",sms:"Skolt-Samisch",sn:"Shona",snk:"Soninke",so:"Somalisch",sog:"Sogdisch",sq:"Albanees",sr:"Servisch",srn:"Sranantongo",srr:"Serer",ss:"Swazi",ssy:"Saho",st:"Zuid-Sotho",stq:"Saterfries",str:"Straits Salish",su:"Soendanees",suk:"Sukuma",sus:"Soesoe",sux:"Soemerisch",sv:"Zweeds",sw:"Swahili",swb:"Shimaore",syc:"Klassiek Syrisch",syr:"Syrisch",szl:"Silezisch",ta:"Tamil",tce:"Zuid-Tutchone",tcy:"Tulu",te:"Telugu",tem:"Timne",teo:"Teso",ter:"Tereno",tet:"Tetun",tg:"Tadzjieks",tgx:"Tagish",th:"Thai",tht:"Tahltan",ti:"Tigrinya",tig:"Tigre",tiv:"Tiv",tk:"Turkmeens",tkl:"Tokelaus",tkr:"Tsakhur",tl:"Tagalog",tlh:"Klingon",tli:"Tlingit",tly:"Talysh",tmh:"Tamashek",tn:"Tswana",to:"Tongaans",tog:"Nyasa Tonga",tok:"Toki Pona",tpi:"Tok Pisin",tr:"Turks",tru:"Turoyo",trv:"Taroko",ts:"Tsonga",tsd:"Tsakonisch",tsi:"Tsimshian",tt:"Tataars",ttm:"Noord-Tutchone",ttt:"Moslim Tat",tum:"Toemboeka",tvl:"Tuvaluaans",tw:"Twi",twq:"Tasawaq",ty:"Tahitiaans",tyv:"Toevaans",tzm:"Tamazight (Centraal-Marokko)",udm:"Oedmoerts",ug:"Oeigoers",uga:"Oegaritisch",uk:"Oekraïens",umb:"Umbundu",und:"onbekende taal",ur:"Urdu",uz:"Oezbeeks",vai:"Vai",ve:"Venda",vec:"Venetiaans",vep:"Wepsisch",vi:"Vietnamees",vls:"West-Vlaams",vmf:"Opperfrankisch",vo:"Volapük",vot:"Votisch",vro:"Võro",vun:"Vunjo",wa:"Waals",wae:"Walser",wal:"Wolaytta",war:"Waray",was:"Washo",wbp:"Warlpiri",wo:"Wolof",wuu:"Wuyu",xal:"Kalmuks",xh:"Xhosa",xmf:"Mingreels",xog:"Soga",yao:"Yao",yap:"Yapees",yav:"Yangben",ybb:"Yemba",yi:"Jiddisch",yo:"Yoruba",yrl:"Nheengatu",yue:"Kantonees","yue_alt-menu":"Kantonees",za:"Zhuang",zap:"Zapotec",zbl:"Blissymbolen",zea:"Zeeuws",zen:"Zenaga",zgh:"Standaard Marokkaanse Tamazight",zh:"Chinees","zh_alt-menu":"Mandarijn","zh_Hans-alt-long":"Mandarijn (vereenvoudigd)","zh_Hant-alt-long":"Mandarijn (traditioneel)",zu:"Zoeloe",zun:"Zuni",zxx:"geen linguïstische inhoud",zza:"Zaza"},scripts={Adlm:"Adlam",Afak:"Defaka",Aghb:"Kaukasisch Albanees",Ahom:"Ahom",Arab:"Arabisch","Arab-alt-variant":"Perso-Arabisch",Aran:"Nastaliq",Armi:"Keizerlijk Aramees",Armn:"Armeens",Avst:"Avestaans",Bali:"Balinees",Bamu:"Bamoun",Bass:"Bassa Vah",Batk:"Batak",Beng:"Bengaals",Bhks:"Bhaiksuki",Blis:"Blissymbolen",Bopo:"Bopomofo",Brah:"Brahmi",Brai:"braille",Bugi:"Buginees",Buhd:"Buhid",Cakm:"Chakma",Cans:"Verenigde Canadese Aboriginal-symbolen",Cari:"Carisch",Cham:"Cham",Cher:"Cherokee",Chrs:"Chorasmisch",Cirt:"Cirth",Copt:"Koptisch",Cpmn:"Cypro-Minoïsch",Cprt:"Cyprisch",Cyrl:"Cyrillisch",Cyrs:"Oudkerkslavisch Cyrillisch",Deva:"Devanagari",Diak:"Dives Akuru",Dogr:"Dogra",Dsrt:"Deseret",Dupl:"Duployan snelschrift",Egyd:"Egyptisch demotisch",Egyh:"Egyptisch hiëratisch",Egyp:"Egyptische hiërogliefen",Elba:"Elbasan",Elym:"Elymaisch",Ethi:"Ethiopisch",Geok:"Georgisch Khutsuri",Geor:"Georgisch",Glag:"Glagolitisch",Gong:"Gunjala Gondi",Gonm:"Masaram Gondi",Goth:"Gothisch",Gran:"Grantha",Grek:"Grieks",Gujr:"Gujarati",Guru:"Gurmukhi",Hanb:"Han met Bopomofo",Hang:"Hangul",Hani:"Han",Hano:"Hanunoo",Hans:"vereenvoudigd","Hans-alt-stand-alone":"vereenvoudigd Chinees",Hant:"traditioneel","Hant-alt-stand-alone":"traditioneel Chinees",Hatr:"Hatran",Hebr:"Hebreeuws",Hira:"Hiragana",Hluw:"Anatolische hiërogliefen",Hmng:"Pahawh Hmong",Hmnp:"Nyiakeng Puachue Hmong",Hrkt:"Katakana of Hiragana",Hung:"Oudhongaars",Inds:"Indus",Ital:"Oud-italisch",Jamo:"Jamo",Java:"Javaans",Jpan:"Japans",Jurc:"Jurchen",Kali:"Kayah Li",Kana:"Katakana",Kawi:"Kawi-taal",Khar:"Kharoshthi",Khmr:"Khmer",Khoj:"Khojki",Kits:"Kitaans kleinschrift",Knda:"Kannada",Kore:"Koreaans",Kpel:"Kpelle",Kthi:"Kaithi",Lana:"Lanna",Laoo:"Laotiaans",Latf:"Gotisch Latijns",Latg:"Gaelisch Latijns",Latn:"Latijns",Lepc:"Lepcha",Limb:"Limbu",Lina:"Lineair A",Linb:"Lineair B",Lisu:"Fraser",Loma:"Loma",Lyci:"Lycisch",Lydi:"Lydisch",Mahj:"Mahajani",Maka:"Makasar",Mand:"Mandaeans",Mani:"Manicheaans",Marc:"Marchen",Maya:"Mayahiërogliefen",Medf:"Medefaidrin",Mend:"Mende",Merc:"Meroitisch cursief",Mero:"Meroïtisch",Mlym:"Malayalam",Modi:"Modi",Mong:"Mongools",Moon:"Moon",Mroo:"Mro",Mtei:"Meitei",Mult:"Multani",Mymr:"Birmaans",Nagm:"Nag Mundari",Nand:"Nandinagari",Narb:"Oud Noord-Arabisch",Nbat:"Nabateaans",Newa:"Newari",Nkgb:"Naxi Geba",Nkoo:"N’Ko",Nshu:"Nüshu",Ogam:"Ogham",Olck:"Ol Chiki",Orkh:"Orkhon",Orya:"Odia",Osge:"Osage",Osma:"Osmanya",Ougr:"Oud Oeigoers",Palm:"Palmyreens",Pauc:"Pau Cin Hau",Perm:"Oudpermisch",Phag:"Phags-pa",Phli:"Inscriptioneel Pahlavi",Phlp:"Psalmen Pahlavi",Phlv:"Boek Pahlavi",Phnx:"Foenicisch",Plrd:"Pollard-fonetisch",Prti:"Inscriptioneel Parthisch",Qaag:"Zawgyi",Rjng:"Rejang",Rohg:"Hanifi Rohingya",Roro:"Rongorongo",Runr:"Runic",Samr:"Samaritaans",Sara:"Sarati",Sarb:"Oud Zuid-Arabisch",Saur:"Saurashtra",Sgnw:"SignWriting",Shaw:"Shavian",Shrd:"Sharada",Sidd:"Siddham",Sind:"Sindhi",Sinh:"Singalees",Sogd:"Sogdisch",Sogo:"Oud Sogdisch",Sora:"Sora Sompeng",Soyo:"Soyombo",Sund:"Soendanees",Sylo:"Syloti Nagri",Syrc:"Syriac",Syre:"Estrangelo Aramees",Syrj:"West-Aramees",Syrn:"Oost-Aramees",Tagb:"Tagbanwa",Takr:"Takri",Tale:"Tai Le",Talu:"Nieuw Tai Lue",Taml:"Tamil",Tang:"Tangut",Tavt:"Tai Viet",Telu:"Telugu",Teng:"Tengwar",Tfng:"Tifinagh",Tglg:"Tagalog",Thaa:"Thaana",Thai:"Thai",Tibt:"Tibetaans",Tirh:"Tirhuta",Tnsa:"Tangsa",Toto:"Totoschrift",Ugar:"Ugaritisch",Vaii:"Vai",Visp:"Zichtbare spraak",Vith:"Vithkuqi",Wara:"Varang Kshiti",Wcho:"Wancho",Wole:"Woleai",Xpeo:"Oudperzisch",Xsux:"Sumero-Akkadian Cuneiform",Yezi:"Jezidi",Yiii:"Yi",Zanb:"vierkant Zanabazar",Zinh:"Overgeërfd",Zmth:"wiskundige notatie",Zsye:"emoji",Zsym:"symbolen",Zxxx:"ongeschreven",Zyyy:"algemeen",Zzzz:"onbekend schriftsysteem"},territories={142:"Azië",143:"Centraal-Azië",145:"West-Azië",150:"Europa",151:"Oost-Europa",154:"Noord-Europa",155:"West-Europa",202:"Sub-Saharaans Afrika",419:"Latijns-Amerika","001":"wereld","002":"Afrika","003":"Noord-Amerika","005":"Zuid-Amerika","009":"Oceanië","011":"West-Afrika","013":"Midden-Amerika","014":"Oost-Afrika","015":"Noord-Afrika","017":"Centraal-Afrika","018":"Zuidelijk Afrika","019":"Amerika","021":"Noordelijk Amerika","029":"Caribisch gebied","030":"Oost-Azië","034":"Zuid-Azië","035":"Zuidoost-Azië","039":"Zuid-Europa","053":"Australazië","054":"Melanesië","057":"Micronesische regio","061":"Polynesië",AC:"Ascension",AD:"Andorra",AE:"Verenigde Arabische Emiraten",AF:"Afghanistan",AG:"Antigua en Barbuda",AI:"Anguilla",AL:"Albanië",AM:"Armenië",AO:"Angola",AQ:"Antarctica",AR:"Argentinië",AS:"Amerikaans-Samoa",AT:"Oostenrijk",AU:"Australië",AW:"Aruba",AX:"Åland",AZ:"Azerbeidzjan",BA:"Bosnië en Herzegovina",BB:"Barbados",BD:"Bangladesh",BE:"België",BF:"Burkina Faso",BG:"Bulgarije",BH:"Bahrein",BI:"Burundi",BJ:"Benin",BL:"Saint-Barthélemy",BM:"Bermuda",BN:"Brunei",BO:"Bolivia",BQ:"Caribisch Nederland",BR:"Brazilië",BS:"Bahama’s",BT:"Bhutan",BV:"Bouveteiland",BW:"Botswana",BY:"Belarus",BZ:"Belize",CA:"Canada",CC:"Cocoseilanden",CD:"Congo-Kinshasa","CD-alt-variant":"Congo (DRC)",CF:"Centraal-Afrikaanse Republiek",CG:"Congo-Brazzaville","CG-alt-variant":"Congo (Republiek)",CH:"Zwitserland",CI:"Ivoorkust","CI-alt-variant":"Côte d’Ivoire",CK:"Cookeilanden",CL:"Chili",CM:"Kameroen",CN:"China",CO:"Colombia",CP:"Clipperton",CR:"Costa Rica",CU:"Cuba",CV:"Kaapverdië",CW:"Curaçao",CX:"Christmaseiland",CY:"Cyprus",CZ:"Tsjechië","CZ-alt-variant":"Tsjechische Republiek",DE:"Duitsland",DG:"Diego Garcia",DJ:"Djibouti",DK:"Denemarken",DM:"Dominica",DO:"Dominicaanse Republiek",DZ:"Algerije",EA:"Ceuta en Melilla",EC:"Ecuador",EE:"Estland",EG:"Egypte",EH:"Westelijke Sahara",ER:"Eritrea",ES:"Spanje",ET:"Ethiopië",EU:"Europese Unie",EZ:"eurozone",FI:"Finland",FJ:"Fiji",FK:"Falklandeilanden","FK-alt-variant":"Falklandeilanden (Islas Malvinas)",FM:"Micronesia",FO:"Faeröer",FR:"Frankrijk",GA:"Gabon",GB:"Verenigd Koninkrijk","GB-alt-short":"VK",GD:"Grenada",GE:"Georgië",GF:"Frans-Guyana",GG:"Guernsey",GH:"Ghana",GI:"Gibraltar",GL:"Groenland",GM:"Gambia",GN:"Guinee",GP:"Guadeloupe",GQ:"Equatoriaal-Guinea",GR:"Griekenland",GS:"Zuid-Georgia en Zuidelijke Sandwicheilanden",GT:"Guatemala",GU:"Guam",GW:"Guinee-Bissau",GY:"Guyana",HK:"Hongkong","HK-alt-short":"Hongkong",HM:"Heard en McDonaldeilanden",HN:"Honduras",HR:"Kroatië",HT:"Haïti",HU:"Hongarije",IC:"Canarische Eilanden",ID:"Indonesië",IE:"Ierland",IL:"Israël",IM:"Isle of Man",IN:"India",IO:"Brits Indische Oceaanterritorium",IQ:"Irak",IR:"Iran",IS:"IJsland",IT:"Italië",JE:"Jersey",JM:"Jamaica",JO:"Jordanië",JP:"Japan",KE:"Kenia",KG:"Kirgizië",KH:"Cambodja",KI:"Kiribati",KM:"Comoren",KN:"Saint Kitts en Nevis",KP:"Noord-Korea",KR:"Zuid-Korea",KW:"Koeweit",KY:"Kaaimaneilanden",KZ:"Kazachstan",LA:"Laos",LB:"Libanon",LC:"Saint Lucia",LI:"Liechtenstein",LK:"Sri Lanka",LR:"Liberia",LS:"Lesotho",LT:"Litouwen",LU:"Luxemburg",LV:"Letland",LY:"Libië",MA:"Marokko",MC:"Monaco",MD:"Moldavië",ME:"Montenegro",MF:"Saint-Martin",MG:"Madagaskar",MH:"Marshalleilanden",MK:"Noord-Macedonië",ML:"Mali",MM:"Myanmar (Birma)",MN:"Mongolië",MO:"Macau","MO-alt-short":"Macau",MP:"Noordelijke Marianen",MQ:"Martinique",MR:"Mauritanië",MS:"Montserrat",MT:"Malta",MU:"Mauritius",MV:"Maldiven",MW:"Malawi",MX:"Mexico",MY:"Maleisië",MZ:"Mozambique",NA:"Namibië",NC:"Nieuw-Caledonië",NE:"Niger",NF:"Norfolk",NG:"Nigeria",NI:"Nicaragua",NL:"Nederland",NO:"Noorwegen",NP:"Nepal",NR:"Nauru",NU:"Niue",NZ:"Nieuw-Zeeland","NZ-alt-variant":"Aotearoa Nieuw-Zeeland",OM:"Oman",PA:"Panama",PE:"Peru",PF:"Frans-Polynesië",PG:"Papoea-Nieuw-Guinea",PH:"Filipijnen",PK:"Pakistan",PL:"Polen",PM:"Saint-Pierre en Miquelon",PN:"Pitcairneilanden",PR:"Puerto Rico",PS:"Palestijnse gebieden","PS-alt-short":"Palestina",PT:"Portugal",PW:"Palau",PY:"Paraguay",QA:"Qatar",QO:"overig Oceanië",RE:"Réunion",RO:"Roemenië",RS:"Servië",RU:"Rusland",RW:"Rwanda",SA:"Saoedi-Arabië",SB:"Salomonseilanden",SC:"Seychellen",SD:"Soedan",SE:"Zweden",SG:"Singapore",SH:"Sint-Helena",SI:"Slovenië",SJ:"Spitsbergen en Jan Mayen",SK:"Slowakije",SL:"Sierra Leone",SM:"San Marino",SN:"Senegal",SO:"Somalië",SR:"Suriname",SS:"Zuid-Soedan",ST:"Sao Tomé en Principe",SV:"El Salvador",SX:"Sint-Maarten",SY:"Syrië",SZ:"Eswatini","SZ-alt-variant":"Swaziland",TA:"Tristan da Cunha",TC:"Turks- en Caicoseilanden",TD:"Tsjaad",TF:"Franse Gebieden in de zuidelijke Indische Oceaan",TG:"Togo",TH:"Thailand",TJ:"Tadzjikistan",TK:"Tokelau",TL:"Oost-Timor","TL-alt-variant":"Democratische Republiek Oost-Timor",TM:"Turkmenistan",TN:"Tunesië",TO:"Tonga",TR:"Turkije","TR-alt-variant":"Turkije",TT:"Trinidad en Tobago",TV:"Tuvalu",TW:"Taiwan",TZ:"Tanzania",UA:"Oekraïne",UG:"Oeganda",UM:"Kleine afgelegen eilanden van de Verenigde Staten",UN:"Verenigde Naties","UN-alt-short":"VN",US:"Verenigde Staten","US-alt-short":"VS",UY:"Uruguay",UZ:"Oezbekistan",VA:"Vaticaanstad",VC:"Saint Vincent en de Grenadines",VE:"Venezuela",VG:"Britse Maagdeneilanden",VI:"Amerikaanse Maagdeneilanden",VN:"Vietnam",VU:"Vanuatu",WF:"Wallis en Futuna",WS:"Samoa",XA:"Pseudo-Accenten",XB:"Pseudo-Bidi",XK:"Kosovo",YE:"Jemen",YT:"Mayotte",ZA:"Zuid-Afrika",ZM:"Zambia",ZW:"Zimbabwe",ZZ:"onbekend gebied"},orientation="left-to-right",dateFields={era:{displayName:"tijdperk"},"year-wide":{displayName:"jaar","relative-type--1":"vorig jaar","relative-type-0":"dit jaar","relative-type-1":"volgend jaar","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} jaar","relativeTimePattern-count-other":"over {0} jaar"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} jaar geleden","relativeTimePattern-count-other":"{0} jaar geleden"}},"year-short":{displayName:"jr","relative-type--1":"vorig jaar","relative-type-0":"dit jaar","relative-type-1":"volgend jaar","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} jaar","relativeTimePattern-count-other":"over {0} jaar"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} jaar geleden","relativeTimePattern-count-other":"{0} jaar geleden"}},"year-narrow":{displayName:"jr","relative-type--1":"vorig jaar","relative-type-0":"dit jaar","relative-type-1":"volgend jaar","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} jaar","relativeTimePattern-count-other":"over {0} jaar"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} jaar geleden","relativeTimePattern-count-other":"{0} jaar geleden"}},"quarter-wide":{displayName:"kwartaal","relative-type--1":"vorig kwartaal","relative-type-0":"dit kwartaal","relative-type-1":"volgend kwartaal","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} kwartaal","relativeTimePattern-count-other":"over {0} kwartalen"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} kwartaal geleden","relativeTimePattern-count-other":"{0} kwartalen geleden"}},"quarter-short":{displayName:"kwartaal","relative-type--1":"vorig kwartaal","relative-type-0":"dit kwartaal","relative-type-1":"volgend kwartaal","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} kwart.","relativeTimePattern-count-other":"over {0} kwart."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} kwart. geleden","relativeTimePattern-count-other":"{0} kwart. geleden"}},"quarter-narrow":{displayName:"kwartaal","relative-type--1":"vorig kwartaal","relative-type-0":"dit kwartaal","relative-type-1":"volgend kwartaal","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} kw.","relativeTimePattern-count-other":"over {0} kw."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} kw. geleden","relativeTimePattern-count-other":"{0} kw. geleden"}},"month-wide":{displayName:"maand","relative-type--1":"vorige maand","relative-type-0":"deze maand","relative-type-1":"volgende maand","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} maand","relativeTimePattern-count-other":"over {0} maanden"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} maand geleden","relativeTimePattern-count-other":"{0} maanden geleden"}},"month-short":{displayName:"mnd","relative-type--1":"vorige maand","relative-type-0":"deze maand","relative-type-1":"volgende maand","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} maand","relativeTimePattern-count-other":"over {0} maanden"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} maand geleden","relativeTimePattern-count-other":"{0} maanden geleden"}},"month-narrow":{displayName:"mnd","relative-type--1":"vorige maand","relative-type-0":"deze maand","relative-type-1":"volgende maand","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} maand","relativeTimePattern-count-other":"over {0} maanden"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} maand geleden","relativeTimePattern-count-other":"{0} maanden geleden"}},"week-wide":{displayName:"week","relative-type--1":"vorige week","relative-type-0":"deze week","relative-type-1":"volgende week","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} week","relativeTimePattern-count-other":"over {0} weken"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} week geleden","relativeTimePattern-count-other":"{0} weken geleden"},relativePeriod:"de week van {0}"},"week-short":{displayName:"wk","relative-type--1":"vorige week","relative-type-0":"deze week","relative-type-1":"volgende week","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} week","relativeTimePattern-count-other":"over {0} weken"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} week geleden","relativeTimePattern-count-other":"{0} weken geleden"},relativePeriod:"de week van {0}"},"week-narrow":{displayName:"wk","relative-type--1":"vorige week","relative-type-0":"deze week","relative-type-1":"volgende week","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} week","relativeTimePattern-count-other":"over {0} weken"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} week geleden","relativeTimePattern-count-other":"{0} weken geleden"},relativePeriod:"de week van {0}"},"day-wide":{displayName:"dag","relative-type--2":"eergisteren","relative-type--1":"gisteren","relative-type-0":"vandaag","relative-type-1":"morgen","relative-type-2":"overmorgen","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} dag","relativeTimePattern-count-other":"over {0} dagen"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} dag geleden","relativeTimePattern-count-other":"{0} dagen geleden"}},"day-short":{displayName:"dag","relative-type--2":"eergisteren","relative-type--1":"gisteren","relative-type-0":"vandaag","relative-type-1":"morgen","relative-type-2":"overmorgen","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} dag","relativeTimePattern-count-other":"over {0} dgn"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} dag geleden","relativeTimePattern-count-other":"{0} dgn geleden"}},"day-narrow":{displayName:"dag","relative-type--2":"eergisteren","relative-type--1":"gisteren","relative-type-0":"vandaag","relative-type-1":"morgen","relative-type-2":"overmorgen","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} dag","relativeTimePattern-count-other":"over {0} dgn"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} dag geleden","relativeTimePattern-count-other":"{0} dgn geleden"}},weekday:{displayName:"dag van de week"},"hour-wide":{displayName:"uur","relative-type-0":"binnen een uur","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} uur","relativeTimePattern-count-other":"over {0} uur"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} uur geleden","relativeTimePattern-count-other":"{0} uur geleden"}},"hour-short":{displayName:"uur","relative-type-0":"binnen een uur","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} uur","relativeTimePattern-count-other":"over {0} uur"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} uur geleden","relativeTimePattern-count-other":"{0} uur geleden"}},"hour-narrow":{displayName:"u","relative-type-0":"binnen een uur","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} uur","relativeTimePattern-count-other":"over {0} uur"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} uur geleden","relativeTimePattern-count-other":"{0} uur geleden"}},"minute-wide":{displayName:"minuut","relative-type-0":"binnen een minuut","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} minuut","relativeTimePattern-count-other":"over {0} minuten"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} minuut geleden","relativeTimePattern-count-other":"{0} minuten geleden"}},"minute-short":{displayName:"min","relative-type-0":"binnen een minuut","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} min.","relativeTimePattern-count-other":"over {0} min."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} min. geleden","relativeTimePattern-count-other":"{0} min. geleden"}},"minute-narrow":{displayName:"min","relative-type-0":"binnen een minuut","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} min.","relativeTimePattern-count-other":"over {0} min."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} min. geleden","relativeTimePattern-count-other":"{0} min. geleden"}},"second-wide":{displayName:"seconde","relative-type-0":"nu","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} seconde","relativeTimePattern-count-other":"over {0} seconden"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} seconde geleden","relativeTimePattern-count-other":"{0} seconden geleden"}},"second-short":{displayName:"sec","relative-type-0":"nu","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} sec.","relativeTimePattern-count-other":"over {0} sec."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} sec. geleden","relativeTimePattern-count-other":"{0} sec. geleden"}},"second-narrow":{displayName:"s","relative-type-0":"nu","relativeTime-type-future":{"relativeTimePattern-count-one":"over {0} sec.","relativeTimePattern-count-other":"over {0} sec."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} sec. geleden","relativeTimePattern-count-other":"{0} sec. geleden"}},zone:{displayName:"tijdzone"}},timezoneNames={Africa:{Abidjan:"Abidjan",Accra:"Accra",Addis_Ababa:"Addis Abeba",Algiers:"Algiers",Asmara:"Asmara",Bamako:"Bamako",Bangui:"Bangui",Banjul:"Banjul",Bissau:"Bissau",Blantyre:"Blantyre",Brazzaville:"Brazzaville",Bujumbura:"Bujumbura",Cairo:"Caïro",Casablanca:"Casablanca",Ceuta:"Ceuta",Conakry:"Conakry",Dakar:"Dakar",Dar_es_Salaam:"Dar es Salaam",Djibouti:"Djibouti",Douala:"Douala",El_Aaiun:"El Aaiun",Freetown:"Freetown",Gaborone:"Gaborone",Harare:"Harare",Johannesburg:"Johannesburg",Juba:"Juba",Kampala:"Kampala",Khartoum:"Khartoem",Kigali:"Kigali",Kinshasa:"Kinshasa",Lagos:"Lagos",Libreville:"Libreville",Lome:"Lomé",Luanda:"Luanda",Lubumbashi:"Lubumbashi",Lusaka:"Lusaka",Malabo:"Malabo",Maputo:"Maputo",Maseru:"Maseru",Mbabane:"Mbabane",Mogadishu:"Mogadishu",Monrovia:"Monrovia",Nairobi:"Nairobi",Ndjamena:"Ndjamena",Niamey:"Niamey",Nouakchott:"Nouakchott",Ouagadougou:"Ouagadougou","Porto-Novo":"Porto-Novo",Sao_Tome:"Sao Tomé",Tripoli:"Tripoli",Tunis:"Tunis",Windhoek:"Windhoek",_parent:"Afrika"},America:{Adak:"Adak",Anchorage:"Anchorage",Anguilla:"Anguilla",Antigua:"Antigua",Araguaina:"Araguaina",Argentina:{Buenos_Aires:"Buenos Aires",Catamarca:"Catamarca",Cordoba:"Córdoba",Jujuy:"Jujuy",La_Rioja:"La Rioja",Mendoza:"Mendoza",Rio_Gallegos:"Río Gallegos",Salta:"Salta",San_Juan:"San Juan",San_Luis:"San Luis",Tucuman:"Tucumán",Ushuaia:"Ushuaia",_parent:"Argentinië"},Aruba:"Aruba",Asuncion:"Asunción",Atikokan:"Atikokan",Bahia:"Bahia",Bahia_Banderas:"Bahía de Banderas",Barbados:"Barbados",Belem:"Belém",Belize:"Belize","Blanc-Sablon":"Blanc-Sablon",Boa_Vista:"Boa Vista",Bogota:"Bogota",Boise:"Boise",Cambridge_Bay:"Cambridge Bay",Campo_Grande:"Campo Grande",Cancun:"Cancun",Caracas:"Caracas",Cayenne:"Cayenne",Cayman:"Cayman",Chicago:"Chicago",Chihuahua:"Chihuahua",Ciudad_Juarez:"Ciudad Juárez",Costa_Rica:"Costa Rica",Creston:"Creston",Cuiaba:"Cuiabá",Curacao:"Curaçao",Danmarkshavn:"Danmarkshavn",Dawson:"Dawson",Dawson_Creek:"Dawson Creek",Denver:"Denver",Detroit:"Detroit",Dominica:"Dominica",Edmonton:"Edmonton",Eirunepe:"Eirunepe",El_Salvador:"El Salvador",Fort_Nelson:"Fort Nelson",Fortaleza:"Fortaleza",Glace_Bay:"Glace Bay",Goose_Bay:"Goose Bay",Grand_Turk:"Grand Turk",Grenada:"Grenada",Guadeloupe:"Guadeloupe",Guatemala:"Guatemala",Guayaquil:"Guayaquil",Guyana:"Guyana",Halifax:"Halifax",Havana:"Havana",Hermosillo:"Hermosillo",Indiana:{Indianapolis:"Indianapolis",Knox:"Knox, Indiana",Marengo:"Marengo, Indiana",Petersburg:"Petersburg, Indiana",Tell_City:"Tell City, Indiana",Vevay:"Vevay, Indiana",Vincennes:"Vincennes, Indiana",Winamac:"Winamac, Indiana"},Inuvik:"Inuvik",Iqaluit:"Iqaluit",Jamaica:"Jamaica",Juneau:"Juneau",Kentucky:{Louisville:"Louisville",Monticello:"Monticello, Kentucky"},Kralendijk:"Kralendijk",La_Paz:"La Paz",Lima:"Lima",Los_Angeles:"Los Angeles",Lower_Princes:"Beneden Prinsen Kwartier",Maceio:"Maceió",Managua:"Managua",Manaus:"Manaus",Marigot:"Marigot",Martinique:"Martinique",Matamoros:"Matamoros",Mazatlan:"Mazatlán",Menominee:"Menominee",Merida:"Mérida",Metlakatla:"Metlakatla",Mexico_City:"Mexico-Stad",Miquelon:"Miquelon",Moncton:"Moncton",Monterrey:"Monterrey",Montevideo:"Montevideo",Montserrat:"Montserrat",Nassau:"Nassau",New_York:"New York",Nipigon:"Nipigon",Nome:"Nome",Noronha:"Noronha",North_Dakota:{Beulah:"Beulah, Noord-Dakota",Center:"Center, Noord-Dakota",New_Salem:"New Salem, Noord-Dakota"},Nuuk:"Nuuk",Ojinaga:"Ojinaga",Panama:"Panama",Pangnirtung:"Pangnirtung",Paramaribo:"Paramaribo",Phoenix:"Phoenix","Port-au-Prince":"Port-au-Prince",Port_of_Spain:"Port of Spain",Porto_Velho:"Porto Velho",Puerto_Rico:"Puerto Rico",Punta_Arenas:"Punta Arenas",Rainy_River:"Rainy River",Rankin_Inlet:"Rankin Inlet",Recife:"Recife",Regina:"Regina",Resolute:"Resolute",Rio_Branco:"Rio Branco",Santa_Isabel:"Santa Isabel",Santarem:"Santarem",Santiago:"Santiago",Santo_Domingo:"Santo Domingo",Sao_Paulo:"São Paulo",Scoresbysund:"Ittoqqortoormiit",Sitka:"Sitka",St_Barthelemy:"Saint-Barthélemy",St_Johns:"Saint John’s",St_Kitts:"Saint Kitts",St_Lucia:"Saint Lucia",St_Thomas:"Saint Thomas",St_Vincent:"Saint Vincent",Swift_Current:"Swift Current",Tegucigalpa:"Tegucigalpa",Thule:"Thule",Thunder_Bay:"Thunder Bay",Tijuana:"Tijuana",Toronto:"Toronto",Tortola:"Tortola",Vancouver:"Vancouver",Whitehorse:"Whitehorse",Winnipeg:"Winnipeg",Yakutat:"Yakutat",Yellowknife:"Yellowknife",_parent:"Amerika"},Antarctica:{Casey:"Casey",Davis:"Davis",DumontDUrville:"Dumont d’Urville",Macquarie:"Macquarie",Mawson:"Mawson",McMurdo:"McMurdo",Palmer:"Palmer",Rothera:"Rothera",Syowa:"Syowa",Troll:"Troll",Vostok:"Vostok",_parent:"Antarctica"},Arctic:{Longyearbyen:"Longyearbyen"},Asia:{Aden:"Aden",Almaty:"Alma-Ata",Amman:"Amman",Anadyr:"Anadyr",Aqtau:"Aqtau",Aqtobe:"Aqtöbe",Ashgabat:"Asjchabad",Atyrau:"Atıraw",Baghdad:"Bagdad",Bahrain:"Bahrein",Baku:"Bakoe",Bangkok:"Bangkok",Barnaul:"Barnaul",Beirut:"Beiroet",Bishkek:"Bisjkek",Brunei:"Brunei",Chita:"Chita",Choibalsan:"Tsjojbalsan",Colombo:"Colombo",Damascus:"Damascus",Dhaka:"Dhaka",Dili:"Dili",Dubai:"Dubai",Dushanbe:"Doesjanbe",Famagusta:"Famagusta",Gaza:"Gaza",Hebron:"Hebron",Ho_Chi_Minh:"Ho Chi Minhstad",Hong_Kong:"Hongkong",Hovd:"Hovd",Irkutsk:"Irkoetsk",Jakarta:"Jakarta",Jayapura:"Jayapura",Jerusalem:"Jeruzalem",Kabul:"Kabul",Kamchatka:"Kamtsjatka",Karachi:"Karachi",Kathmandu:"Kathmandu",Khandyga:"Khandyga",Kolkata:"Calcutta",Krasnoyarsk:"Krasnojarsk",Kuala_Lumpur:"Kuala Lumpur",Kuching:"Kuching",Kuwait:"Koeweit",Macau:"Macau",Magadan:"Magadan",Makassar:"Makassar",Manila:"Manilla",Muscat:"Muscat",Nicosia:"Nicosia",Novokuznetsk:"Novokuznetsk",Novosibirsk:"Novosibirsk",Omsk:"Omsk",Oral:"Oral",Phnom_Penh:"Phnom Penh",Pontianak:"Pontianak",Pyongyang:"Pyongyang",Qatar:"Qatar",Qostanay:"Qostanay",Qyzylorda:"Qyzylorda",Riyadh:"Riyad",Sakhalin:"Sachalin",Samarkand:"Samarkand",Seoul:"Seoul",Shanghai:"Sjanghai",Singapore:"Singapore",Srednekolymsk:"Srednekolymsk",Taipei:"Taipei",Tashkent:"Tasjkent",Tbilisi:"Tbilisi",Tehran:"Teheran",Thimphu:"Thimphu",Tokyo:"Tokio",Tomsk:"Tomsk",Ulaanbaatar:"Ulaanbaatar",Urumqi:"Urumqi","Ust-Nera":"Ust-Nera",Vientiane:"Vientiane",Vladivostok:"Vladivostok",Yakutsk:"Jakoetsk",Yangon:"Rangoon",Yekaterinburg:"Jekaterinenburg",Yerevan:"Jerevan",_parent:"Azië"},Atlantic:{Azores:"Azoren",Bermuda:"Bermuda",Canary:"Canarische Eilanden",Cape_Verde:"Kaapverdië",Faroe:"Faeröer",Madeira:"Madeira",Reykjavik:"Reykjavik",South_Georgia:"Zuid-Georgia",St_Helena:"Sint-Helena",Stanley:"Stanley"},Australia:{Adelaide:"Adelaide",Brisbane:"Brisbane",Broken_Hill:"Broken Hill",Darwin:"Darwin",Eucla:"Eucla",Hobart:"Hobart",Lindeman:"Lindeman",Lord_Howe:"Lord Howe",Melbourne:"Melbourne",Perth:"Perth",Sydney:"Sydney",_parent:"Australië"},Etc:{UTC:"UTC",Universal:"gecoördineerde wereldtijd"},Europe:{Amsterdam:"Amsterdam",Andorra:"Andorra",Astrakhan:"Astrakhan",Athens:"Athene",Belgrade:"Belgrado",Berlin:"Berlijn",Bratislava:"Bratislava",Brussels:"Brussel",Bucharest:"Boekarest",Budapest:"Boedapest",Busingen:"Busingen",Chisinau:"Chisinau",Copenhagen:"Kopenhagen",Dublin:"Dublin",Gibraltar:"Gibraltar",Guernsey:"Guernsey",Helsinki:"Helsinki",Isle_of_Man:"Isle of Man",Istanbul:"Istanboel",Jersey:"Jersey",Kaliningrad:"Kaliningrad",Kiev:"Kiev",Kirov:"Kirov",Lisbon:"Lissabon",Ljubljana:"Ljubljana",London:"Londen",Luxembourg:"Luxemburg",Madrid:"Madrid",Malta:"Malta",Mariehamn:"Mariehamn",Minsk:"Minsk",Monaco:"Monaco",Moscow:"Moskou",Oslo:"Oslo",Paris:"Parijs",Podgorica:"Podgorica",Prague:"Praag",Riga:"Riga",Rome:"Rome",Samara:"Samara",San_Marino:"San Marino",Sarajevo:"Sarajevo",Saratov:"Saratov",Simferopol:"Simferopol",Skopje:"Skopje",Sofia:"Sofia",Stockholm:"Stockholm",Tallinn:"Tallinn",Tirane:"Tirana",Ulyanovsk:"Ulyanovsk",Uzhgorod:"Oezjhorod",Vaduz:"Vaduz",Vatican:"Vaticaanstad",Vienna:"Wenen",Vilnius:"Vilnius",Volgograd:"Wolgograd",Warsaw:"Warschau",Zagreb:"Zagreb",Zaporozhye:"Zaporizja",Zurich:"Zürich",_parent:"Europa"},Indian:{Antananarivo:"Antananarivo",Chagos:"Chagosarchipel",Christmas:"Christmaseiland",Cocos:"Cocoseilanden",Comoro:"Comoro",Kerguelen:"Kerguelen",Mahe:"Mahé",Maldives:"Maldiven",Mauritius:"Mauritius",Mayotte:"Mayotte",Reunion:"Réunion"},Pacific:{Apia:"Apia",Auckland:"Auckland",Bougainville:"Bougainville",Chatham:"Chatham",Chuuk:"Chuuk",Easter:"Paaseiland",Efate:"Efate",Fakaofo:"Fakaofo",Fiji:"Fiji",Funafuti:"Funafuti",Galapagos:"Galapagos",Gambier:"Îles Gambier",Guadalcanal:"Guadalcanal",Guam:"Guam",Honolulu:"Honolulu",Kanton:"Kanton",Kiritimati:"Kiritimati",Kosrae:"Kosrae",Kwajalein:"Kwajalein",Majuro:"Majuro",Marquesas:"Marquesaseilanden",Midway:"Midway",Nauru:"Nauru",Niue:"Niue",Norfolk:"Norfolk",Noumea:"Nouméa",Pago_Pago:"Pago Pago",Palau:"Palau",Pitcairn:"Pitcairn",Pohnpei:"Pohnpei",Port_Moresby:"Port Moresby",Rarotonga:"Rarotonga",Saipan:"Saipan",Tahiti:"Tahiti",Tarawa:"Tarawa",Tongatapu:"Tongatapu",Wake:"Wake",Wallis:"Wallis"}},timezoneNamesFormats={gmtFormat:"GMT{0}"},decimalFormat={standard:"#,##0.###"},scientificFormat={standard:"#E0"},percentFormat={standard:"#,##0%"},currencyFormat={standard:"¤ #,##0.00;¤ -#,##0.00",accounting:"¤ #,##0.00;(¤ #,##0.00)",currencySpacing:{beforeCurrency:{currencyMatch:"[[:^S:]&[:^Z:]]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[[:^S:]&[:^Z:]]",surroundingMatch:"[:digit:]",insertBetween:" "}},"sap-standard":"#,##0.00 ¤;-#,##0.00 ¤","sap-accounting":"#,##0.00 ¤;(#,##0.00 ¤)"},miscPattern={approximately:"~{0}",atLeast:"{0}+",atMost:"≤{0}",range:"{0}-{1}"},currencySymbols={AUD:"AU$",BRL:"R$",CAD:"C$",CNY:"CN¥",EUR:"€",FJD:"FJ$",GBP:"£",HKD:"HK$",ILS:"₪",INR:"₹",JPY:"JP¥",KRW:"₩",MXN:"MX$",NZD:"NZ$",SBD:"SI$",THB:"฿",TWD:"NT$",USD:"US$",VND:"₫",XAF:"FCFA",XCD:"EC$",XOF:"F CFA"},rtl=!1,units={short:{"10p-1":{unitPrefixPattern:"d{0}"},"10p-2":{unitPrefixPattern:"c{0}"},"10p-3":{unitPrefixPattern:"m{0}"},"10p-6":{unitPrefixPattern:"μ{0}"},"10p-9":{unitPrefixPattern:"n{0}"},"10p-12":{unitPrefixPattern:"p{0}"},"10p-15":{unitPrefixPattern:"f{0}"},"10p-18":{unitPrefixPattern:"a{0}"},"10p-21":{unitPrefixPattern:"z{0}"},"10p-24":{unitPrefixPattern:"y{0}"},"10p1":{unitPrefixPattern:"da{0}"},"10p2":{unitPrefixPattern:"h{0}"},"10p3":{unitPrefixPattern:"k{0}"},"10p6":{unitPrefixPattern:"M{0}"},"10p9":{unitPrefixPattern:"G{0}"},"10p12":{unitPrefixPattern:"T{0}"},"10p15":{unitPrefixPattern:"P{0}"},"10p18":{unitPrefixPattern:"E{0}"},"10p21":{unitPrefixPattern:"Z{0}"},"10p24":{unitPrefixPattern:"Y{0}"},"1024p1":{unitPrefixPattern:"Ki{0}"},"1024p2":{unitPrefixPattern:"Mi{0}"},"1024p3":{unitPrefixPattern:"Gi{0}"},"1024p4":{unitPrefixPattern:"Ti{0}"},"1024p5":{unitPrefixPattern:"Pi{0}"},"1024p6":{unitPrefixPattern:"Ei{0}"},"1024p7":{unitPrefixPattern:"Zi{0}"},"1024p8":{unitPrefixPattern:"Yi{0}"},per:{compoundUnitPattern:"{0}/{1}"},power2:{compoundUnitPattern1:"{0}²","compoundUnitPattern1-count-one":"{0}²","compoundUnitPattern1-count-other":"{0}²"},power3:{compoundUnitPattern1:"{0}³","compoundUnitPattern1-count-one":"{0}³","compoundUnitPattern1-count-other":"{0}³"},times:{compoundUnitPattern:"{0}{1}"},"acceleration-g-force":{displayName:"G","unitPattern-count-one":"{0} G","unitPattern-count-other":"{0} G"},"acceleration-meter-per-square-second":{displayName:"m/s²","unitPattern-count-one":"{0} m/s²","unitPattern-count-other":"{0} m/s²"},"angle-revolution":{displayName:"tr","unitPattern-count-one":"{0} tr","unitPattern-count-other":"{0} tr"},"angle-radian":{displayName:"rad","unitPattern-count-one":"{0} rad","unitPattern-count-other":"{0} rad"},"angle-degree":{displayName:"°","unitPattern-count-one":"{0}°","unitPattern-count-other":"{0}°"},"angle-arc-minute":{displayName:"′","unitPattern-count-one":"{0}′","unitPattern-count-other":"{0}′"},"angle-arc-second":{displayName:"″","unitPattern-count-one":"{0}″","unitPattern-count-other":"{0}″"},"area-square-kilometer":{displayName:"km²","unitPattern-count-one":"{0} km²","unitPattern-count-other":"{0} km²",perUnitPattern:"{0} per km²"},"area-hectare":{displayName:"ha","unitPattern-count-one":"{0} ha","unitPattern-count-other":"{0} ha"},"area-square-meter":{displayName:"m²","unitPattern-count-one":"{0} m²","unitPattern-count-other":"{0} m²",perUnitPattern:"{0} per m²"},"area-square-centimeter":{displayName:"cm²","unitPattern-count-one":"{0} cm²","unitPattern-count-other":"{0} cm²",perUnitPattern:"{0} per cm²"},"area-square-mile":{displayName:"mi²","unitPattern-count-one":"{0} mi²","unitPattern-count-other":"{0} mi²",perUnitPattern:"{0} per mi²"},"area-acre":{displayName:"acre","unitPattern-count-one":"{0} acre","unitPattern-count-other":"{0} acres"},"area-square-yard":{displayName:"yd²","unitPattern-count-one":"{0} yd²","unitPattern-count-other":"{0} yd²"},"area-square-foot":{displayName:"ft²","unitPattern-count-one":"{0} ft²","unitPattern-count-other":"{0} ft²"},"area-square-inch":{displayName:"in²","unitPattern-count-one":"{0} in²","unitPattern-count-other":"{0} in²",perUnitPattern:"{0} per in²"},"area-dunam":{displayName:"dunam","unitPattern-count-one":"{0} dunam","unitPattern-count-other":"{0} dunam"},"concentr-karat":{displayName:"K","unitPattern-count-one":"{0} K","unitPattern-count-other":"{0} K"},"concentr-milligram-ofglucose-per-deciliter":{displayName:"mg/dl","unitPattern-count-one":"{0} mg/dl","unitPattern-count-other":"{0} mg/dl"},"concentr-millimole-per-liter":{displayName:"millimol/liter","unitPattern-count-one":"{0} mmol/l","unitPattern-count-other":"{0} mmol/l"},"concentr-item":{displayName:"onderdeel","unitPattern-count-one":"{0} onderdeel","unitPattern-count-other":"{0} ond."},"concentr-permillion":{displayName:"ppm","unitPattern-count-one":"{0} ppm","unitPattern-count-other":"{0} ppm"},"concentr-percent":{displayName:"procent","unitPattern-count-one":"{0}%","unitPattern-count-other":"{0}%"},"concentr-permille":{displayName:"promille","unitPattern-count-one":"{0}‰","unitPattern-count-other":"{0}‰"},"concentr-permyriad":{displayName:"‱","unitPattern-count-one":"{0}‱","unitPattern-count-other":"{0}‱"},"concentr-mole":{displayName:"mol","unitPattern-count-one":"{0} mol","unitPattern-count-other":"{0} mol"},"consumption-liter-per-kilometer":{displayName:"l/km","unitPattern-count-one":"{0} l/km","unitPattern-count-other":"{0} l/km"},"consumption-liter-per-100-kilometer":{displayName:"l/100km","unitPattern-count-one":"{0} l/100km","unitPattern-count-other":"{0} l/100km"},"consumption-mile-per-gallon":{displayName:"mpg","unitPattern-count-one":"{0} mpg","unitPattern-count-other":"{0} mpg"},"consumption-mile-per-gallon-imperial":{displayName:"mijl/imp. gal","unitPattern-count-one":"{0} mpg imp.","unitPattern-count-other":"{0} mpg imp."},"digital-petabyte":{displayName:"PB","unitPattern-count-one":"{0} PB","unitPattern-count-other":"{0} PB"},"digital-terabyte":{displayName:"TB","unitPattern-count-one":"{0} TB","unitPattern-count-other":"{0} TB"},"digital-terabit":{displayName:"Tb","unitPattern-count-one":"{0} Tb","unitPattern-count-other":"{0} Tb"},"digital-gigabyte":{displayName:"GB","unitPattern-count-one":"{0} GB","unitPattern-count-other":"{0} GB"},"digital-gigabit":{displayName:"Gb","unitPattern-count-one":"{0} Gb","unitPattern-count-other":"{0} Gb"},"digital-megabyte":{displayName:"MB","unitPattern-count-one":"{0} MB","unitPattern-count-other":"{0} MB"},"digital-megabit":{displayName:"Mb","unitPattern-count-one":"{0} Mb","unitPattern-count-other":"{0} Mb"},"digital-kilobyte":{displayName:"kB","unitPattern-count-one":"{0} kB","unitPattern-count-other":"{0} kB"},"digital-kilobit":{displayName:"kb","unitPattern-count-one":"{0} kb","unitPattern-count-other":"{0} kb"},"digital-byte":{displayName:"byte","unitPattern-count-one":"{0} byte","unitPattern-count-other":"{0} byte"},"digital-bit":{displayName:"bit","unitPattern-count-one":"{0} bit","unitPattern-count-other":"{0} bits"},"duration-century":{displayName:"eeuwen","unitPattern-count-one":"{0} eeuw","unitPattern-count-other":"{0} eeuwen"},"duration-decade":{displayName:"dec.","unitPattern-count-one":"{0} dec.","unitPattern-count-other":"{0} dec."},"duration-year":{displayName:"jr","unitPattern-count-one":"{0} jr","unitPattern-count-other":"{0} jr",perUnitPattern:"{0}/jr"},"duration-quarter":{displayName:"kwart.","unitPattern-count-one":"{0} kwart.","unitPattern-count-other":"{0} kwart.",perUnitPattern:"{0}/kw."},"duration-month":{displayName:"mnd","unitPattern-count-one":"{0} mnd","unitPattern-count-other":"{0} mnd",perUnitPattern:"{0}/mnd"},"duration-week":{displayName:"wk","unitPattern-count-one":"{0} wk","unitPattern-count-other":"{0} wkn",perUnitPattern:"{0}/wk"},"duration-day":{displayName:"dagen","unitPattern-count-one":"{0} dag","unitPattern-count-other":"{0} dagen",perUnitPattern:"{0}/dag"},"duration-hour":{displayName:"uur","unitPattern-count-one":"{0} uur","unitPattern-count-other":"{0} uur",perUnitPattern:"{0}/uur"},"duration-minute":{displayName:"min","unitPattern-count-one":"{0} min","unitPattern-count-other":"{0} min",perUnitPattern:"{0}/min"},"duration-second":{displayName:"sec","unitPattern-count-one":"{0} sec","unitPattern-count-other":"{0} sec",perUnitPattern:"{0}/sec"},"duration-millisecond":{displayName:"ms","unitPattern-count-one":"{0} ms","unitPattern-count-other":"{0} ms"},"duration-microsecond":{displayName:"μs","unitPattern-count-one":"{0} μs","unitPattern-count-other":"{0} μs"},"duration-nanosecond":{displayName:"ns","unitPattern-count-one":"{0} ns","unitPattern-count-other":"{0} ns"},"electric-ampere":{displayName:"A","unitPattern-count-one":"{0} A","unitPattern-count-other":"{0} A"},"electric-milliampere":{displayName:"mA","unitPattern-count-one":"{0} mA","unitPattern-count-other":"{0} mA"},"electric-ohm":{displayName:"Ω","unitPattern-count-one":"{0} Ω","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"V","unitPattern-count-one":"{0} V","unitPattern-count-other":"{0} V"},"energy-kilocalorie":{displayName:"kcal","unitPattern-count-one":"{0} kcal","unitPattern-count-other":"{0} kcal"},"energy-calorie":{displayName:"cal","unitPattern-count-one":"{0} cal","unitPattern-count-other":"{0} cal"},"energy-foodcalorie":{displayName:"kcal","unitPattern-count-one":"{0} kcal","unitPattern-count-other":"{0} kcal"},"energy-kilojoule":{displayName:"kJ","unitPattern-count-one":"{0} kJ","unitPattern-count-other":"{0} kJ"},"energy-joule":{displayName:"J","unitPattern-count-one":"{0} J","unitPattern-count-other":"{0} J"},"energy-kilowatt-hour":{displayName:"kWh","unitPattern-count-one":"{0} kWh","unitPattern-count-other":"{0} kWh"},"energy-electronvolt":{displayName:"eV","unitPattern-count-one":"{0} eV","unitPattern-count-other":"{0} eV"},"energy-british-thermal-unit":{displayName:"Btu","unitPattern-count-one":"{0} Btu","unitPattern-count-other":"{0} Btu"},"energy-therm-us":{displayName:"US therm","unitPattern-count-one":"{0} US therm","unitPattern-count-other":"{0} US therms"},"force-pound-force":{displayName:"lbf","unitPattern-count-one":"{0} lbf","unitPattern-count-other":"{0} lbf"},"force-newton":{displayName:"N","unitPattern-count-one":"{0} N","unitPattern-count-other":"{0} N"},"force-kilowatt-hour-per-100-kilometer":{displayName:"kWh/100km","unitPattern-count-one":"{0} kWh/100km","unitPattern-count-other":"{0} kWh/100km"},"frequency-gigahertz":{displayName:"GHz","unitPattern-count-one":"{0} GHz","unitPattern-count-other":"{0} GHz"},"frequency-megahertz":{displayName:"MHz","unitPattern-count-one":"{0} MHz","unitPattern-count-other":"{0} MHz"},"frequency-kilohertz":{displayName:"kHz","unitPattern-count-one":"{0} kHz","unitPattern-count-other":"{0} kHz"},"frequency-hertz":{displayName:"Hz","unitPattern-count-one":"{0} Hz","unitPattern-count-other":"{0} Hz"},"graphics-em":{displayName:"em","unitPattern-count-one":"{0} em","unitPattern-count-other":"{0} em"},"graphics-pixel":{displayName:"pixels","unitPattern-count-one":"{0} px","unitPattern-count-other":"{0} px"},"graphics-megapixel":{displayName:"megapixels","unitPattern-count-one":"{0} MP","unitPattern-count-other":"{0} MP"},"graphics-pixel-per-centimeter":{displayName:"ppcm","unitPattern-count-one":"{0} ppcm","unitPattern-count-other":"{0} ppcm"},"graphics-pixel-per-inch":{displayName:"ppi","unitPattern-count-one":"{0} ppi","unitPattern-count-other":"{0} ppi"},"graphics-dot-per-centimeter":{displayName:"dpcm","unitPattern-count-one":"{0} dpcm","unitPattern-count-other":"{0} dpcm"},"graphics-dot-per-inch":{displayName:"dpi","unitPattern-count-one":"{0} dpi","unitPattern-count-other":"{0} dpi"},"graphics-dot":{displayName:"pixels","unitPattern-count-one":"{0} px","unitPattern-count-other":"{0} px"},"length-earth-radius":{displayName:"R⊕","unitPattern-count-one":"{0} R⊕","unitPattern-count-other":"{0} R⊕"},"length-kilometer":{displayName:"km","unitPattern-count-one":"{0} km","unitPattern-count-other":"{0} km",perUnitPattern:"{0}/km"},"length-meter":{displayName:"m","unitPattern-count-one":"{0} m","unitPattern-count-other":"{0} m",perUnitPattern:"{0}/m"},"length-decimeter":{displayName:"dm","unitPattern-count-one":"{0} dm","unitPattern-count-other":"{0} dm"},"length-centimeter":{displayName:"cm","unitPattern-count-one":"{0} cm","unitPattern-count-other":"{0} cm",perUnitPattern:"{0}/cm"},"length-millimeter":{displayName:"mm","unitPattern-count-one":"{0} mm","unitPattern-count-other":"{0} mm"},"length-micrometer":{displayName:"μm","unitPattern-count-one":"{0} μm","unitPattern-count-other":"{0} μm"},"length-nanometer":{displayName:"nm","unitPattern-count-one":"{0} nm","unitPattern-count-other":"{0} nm"},"length-picometer":{displayName:"pm","unitPattern-count-one":"{0} pm","unitPattern-count-other":"{0} pm"},"length-mile":{displayName:"mi","unitPattern-count-one":"{0} mi","unitPattern-count-other":"{0} mi"},"length-yard":{displayName:"yards","unitPattern-count-one":"{0} yd","unitPattern-count-other":"{0} yd"},"length-foot":{displayName:"ft","unitPattern-count-one":"{0} ft","unitPattern-count-other":"{0} ft",perUnitPattern:"{0}/ft"},"length-inch":{displayName:"inches","unitPattern-count-one":"{0} in","unitPattern-count-other":"{0} in",perUnitPattern:"{0}/in"},"length-parsec":{displayName:"pc","unitPattern-count-one":"{0} pc","unitPattern-count-other":"{0} pc"},"length-light-year":{displayName:"lj","unitPattern-count-one":"{0} lj","unitPattern-count-other":"{0} lj"},"length-astronomical-unit":{displayName:"AE","unitPattern-count-one":"{0} AE","unitPattern-count-other":"{0} AE"},"length-furlong":{displayName:"fur","unitPattern-count-one":"{0} fur","unitPattern-count-other":"{0} fur"},"length-fathom":{displayName:"fm","unitPattern-count-one":"{0} fth","unitPattern-count-other":"{0} fth"},"length-nautical-mile":{displayName:"nmi","unitPattern-count-one":"{0} nmi","unitPattern-count-other":"{0} nmi"},"length-mile-scandinavian":{displayName:"smi","unitPattern-count-one":"{0} smi","unitPattern-count-other":"{0} smi"},"length-point":{displayName:"punten","unitPattern-count-one":"{0} pt","unitPattern-count-other":"{0} pt"},"length-solar-radius":{displayName:"R☉","unitPattern-count-one":"{0} R☉","unitPattern-count-other":"{0} R☉"},"light-lux":{displayName:"lx","unitPattern-count-one":"{0} lx","unitPattern-count-other":"{0} lx"},"light-candela":{displayName:"cd","unitPattern-count-one":"{0} cd","unitPattern-count-other":"{0} cd"},"light-lumen":{displayName:"lm","unitPattern-count-one":"{0} lm","unitPattern-count-other":"{0} lm"},"light-solar-luminosity":{displayName:"L☉","unitPattern-count-one":"{0} L☉","unitPattern-count-other":"{0} L☉"},"mass-tonne":{displayName:"t","unitPattern-count-one":"{0} t","unitPattern-count-other":"{0} t"},"mass-kilogram":{displayName:"kg","unitPattern-count-one":"{0} kg","unitPattern-count-other":"{0} kg",perUnitPattern:"{0}/kg"},"mass-gram":{displayName:"g","unitPattern-count-one":"{0} g","unitPattern-count-other":"{0} g",perUnitPattern:"{0}/g"},"mass-milligram":{displayName:"mg","unitPattern-count-one":"{0} mg","unitPattern-count-other":"{0} mg"},"mass-microgram":{displayName:"μg","unitPattern-count-one":"{0} μg","unitPattern-count-other":"{0} μg"},"mass-ton":{displayName:"ton","unitPattern-count-one":"{0} ton","unitPattern-count-other":"{0} ton"},"mass-stone":{displayName:"st","unitPattern-count-one":"{0} st","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"lb","unitPattern-count-one":"{0} lb","unitPattern-count-other":"{0} lb",perUnitPattern:"{0}/lb"},"mass-ounce":{displayName:"oz","unitPattern-count-one":"{0} oz","unitPattern-count-other":"{0} oz",perUnitPattern:"{0}/oz"},"mass-ounce-troy":{displayName:"oz t","unitPattern-count-one":"{0} oz t","unitPattern-count-other":"{0} oz t"},"mass-carat":{displayName:"CD","unitPattern-count-one":"{0} CD","unitPattern-count-other":"{0} CD"},"mass-dalton":{displayName:"Da","unitPattern-count-one":"{0} Da","unitPattern-count-other":"{0} Da"},"mass-earth-mass":{displayName:"M⊕","unitPattern-count-one":"{0} M⊕","unitPattern-count-other":"{0} M⊕"},"mass-solar-mass":{displayName:"M☉","unitPattern-count-one":"{0} M☉","unitPattern-count-other":"{0} M☉"},"mass-grain":{displayName:"grein","unitPattern-count-one":"{0} grein","unitPattern-count-other":"{0} grein"},"power-gigawatt":{displayName:"GW","unitPattern-count-one":"{0} GW","unitPattern-count-other":"{0} GW"},"power-megawatt":{displayName:"MW","unitPattern-count-one":"{0} MW","unitPattern-count-other":"{0} MW"},"power-kilowatt":{displayName:"kW","unitPattern-count-one":"{0} kW","unitPattern-count-other":"{0} kW"},"power-watt":{displayName:"W","unitPattern-count-one":"{0} W","unitPattern-count-other":"{0} W"},"power-milliwatt":{displayName:"mW","unitPattern-count-one":"{0} mW","unitPattern-count-other":"{0} mW"},"power-horsepower":{displayName:"pk","unitPattern-count-one":"{0} pk","unitPattern-count-other":"{0} pk"},"pressure-millimeter-ofhg":{displayName:"mmHg","unitPattern-count-one":"{0} mmHg","unitPattern-count-other":"{0} mmHg"},"pressure-pound-force-per-square-inch":{displayName:"psi","unitPattern-count-one":"{0} psi","unitPattern-count-other":"{0} psi"},"pressure-inch-ofhg":{displayName:"inHg","unitPattern-count-one":"{0} inHg","unitPattern-count-other":"{0} inHg"},"pressure-bar":{displayName:"bar","unitPattern-count-one":"{0} bar","unitPattern-count-other":"{0} bar"},"pressure-millibar":{displayName:"mbar","unitPattern-count-one":"{0} mbar","unitPattern-count-other":"{0} mbar"},"pressure-atmosphere":{displayName:"atm","unitPattern-count-one":"{0} atm","unitPattern-count-other":"{0} atm"},"pressure-pascal":{displayName:"Pa","unitPattern-count-one":"{0} Pa","unitPattern-count-other":"{0} Pa"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-one":"{0} hPa","unitPattern-count-other":"{0} hPa"},"pressure-kilopascal":{displayName:"kPa","unitPattern-count-one":"{0} kPa","unitPattern-count-other":"{0} kPa"},"pressure-megapascal":{displayName:"MPa","unitPattern-count-one":"{0} MPa","unitPattern-count-other":"{0} MPa"},"speed-kilometer-per-hour":{displayName:"km/u","unitPattern-count-one":"{0} km/u","unitPattern-count-other":"{0} km/u"},"speed-meter-per-second":{displayName:"m/s","unitPattern-count-one":"{0} m/s","unitPattern-count-other":"{0} m/s"},"speed-mile-per-hour":{displayName:"mi/h","unitPattern-count-one":"{0} mi/h","unitPattern-count-other":"{0} mi/h"},"speed-knot":{displayName:"kt","unitPattern-count-one":"{0} kt","unitPattern-count-other":"{0} kt"},"temperature-generic":{displayName:"°","unitPattern-count-one":"{0}°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"°C","unitPattern-count-one":"{0}°C","unitPattern-count-other":"{0}°C"},"temperature-fahrenheit":{displayName:"°F","unitPattern-count-one":"{0}°F","unitPattern-count-other":"{0}°F"},"temperature-kelvin":{displayName:"K","unitPattern-count-one":"{0} K","unitPattern-count-other":"{0} K"},"torque-pound-force-foot":{displayName:"lbf⋅ft","unitPattern-count-one":"{0} lbf⋅ft","unitPattern-count-other":"{0} lbf⋅ft"},"torque-newton-meter":{displayName:"Nm","unitPattern-count-one":"{0} Nm","unitPattern-count-other":"{0} Nm"},"volume-cubic-kilometer":{displayName:"km³","unitPattern-count-one":"{0} km³","unitPattern-count-other":"{0} km³"},"volume-cubic-meter":{displayName:"m³","unitPattern-count-one":"{0} m³","unitPattern-count-other":"{0} m³",perUnitPattern:"{0}/m³"},"volume-cubic-centimeter":{displayName:"cm³","unitPattern-count-one":"{0} cm³","unitPattern-count-other":"{0} cm³",perUnitPattern:"{0}/cm³"},"volume-cubic-mile":{displayName:"mi³","unitPattern-count-one":"{0} mi³","unitPattern-count-other":"{0} mi³"},"volume-cubic-yard":{displayName:"yd³","unitPattern-count-one":"{0} yd³","unitPattern-count-other":"{0} yd³"},"volume-cubic-foot":{displayName:"ft³","unitPattern-count-one":"{0} ft³","unitPattern-count-other":"{0} ft³"},"volume-cubic-inch":{displayName:"in³","unitPattern-count-one":"{0} in³","unitPattern-count-other":"{0} in³"},"volume-megaliter":{displayName:"ML","unitPattern-count-one":"{0} ML","unitPattern-count-other":"{0} ML"},"volume-hectoliter":{displayName:"hl","unitPattern-count-one":"{0} hl","unitPattern-count-other":"{0} hl"},"volume-liter":{displayName:"l","unitPattern-count-one":"{0} l","unitPattern-count-other":"{0} l",perUnitPattern:"{0}/l"},"volume-deciliter":{displayName:"dl","unitPattern-count-one":"{0} dl","unitPattern-count-other":"{0} dl"},"volume-centiliter":{displayName:"cl","unitPattern-count-one":"{0} cl","unitPattern-count-other":"{0} cl"},"volume-milliliter":{displayName:"ml","unitPattern-count-one":"{0} ml","unitPattern-count-other":"{0} ml"},"volume-pint-metric":{displayName:"mpt","unitPattern-count-one":"{0} mpt","unitPattern-count-other":"{0} mpt"},"volume-cup-metric":{displayName:"metrische cup","unitPattern-count-one":"{0} mc","unitPattern-count-other":"{0} mc"},"volume-acre-foot":{displayName:"acre ft","unitPattern-count-one":"{0} ac ft","unitPattern-count-other":"{0} ac ft"},"volume-bushel":{displayName:"bu","unitPattern-count-one":"{0} bu","unitPattern-count-other":"{0} bu"},"volume-gallon":{displayName:"gal","unitPattern-count-one":"{0} gal","unitPattern-count-other":"{0} gal",perUnitPattern:"{0}/gal"},"volume-gallon-imperial":{displayName:"imp. gal","unitPattern-count-one":"{0} imp. gal","unitPattern-count-other":"{0} imp. gal",perUnitPattern:"{0}/imp. gal"},"volume-quart":{displayName:"qt","unitPattern-count-one":"{0} qt","unitPattern-count-other":"{0} qt"},"volume-pint":{displayName:"pt","unitPattern-count-one":"{0} pt","unitPattern-count-other":"{0} pt"},"volume-cup":{displayName:"cup","unitPattern-count-one":"{0} cup","unitPattern-count-other":"{0} cup"},"volume-fluid-ounce":{displayName:"fl oz","unitPattern-count-one":"{0} fl oz","unitPattern-count-other":"{0} fl oz"},"volume-fluid-ounce-imperial":{displayName:"Imp. fl oz","unitPattern-count-one":"{0} fl oz Imp.","unitPattern-count-other":"{0} fl oz Imp."},"volume-tablespoon":{displayName:"el","unitPattern-count-one":"{0} el","unitPattern-count-other":"{0} el"},"volume-teaspoon":{displayName:"tl","unitPattern-count-one":"{0} tl","unitPattern-count-other":"{0} tl"},"volume-barrel":{displayName:"bbl","unitPattern-count-one":"{0} bbl","unitPattern-count-other":"{0} bbl"},"volume-dessert-spoon":{displayName:"des l","unitPattern-count-one":"{0} des l","unitPattern-count-other":"{0} des l"},"volume-dessert-spoon-imperial":{displayName:"imp. des l","unitPattern-count-one":"{0} imp. des l","unitPattern-count-other":"{0} imp. des lpls"},"volume-drop":{displayName:"druppel","unitPattern-count-one":"{0} druppel","unitPattern-count-other":"{0} druppels"},"volume-dram":{displayName:"drachme","unitPattern-count-one":"{0} fl dr","unitPattern-count-other":"{0} fl dr"},"volume-jigger":{displayName:"jigger","unitPattern-count-one":"{0} jigger","unitPattern-count-other":"{0} jigger"},"volume-pinch":{displayName:"snufje","unitPattern-count-one":"{0} snufje","unitPattern-count-other":"{0} snufje"},"volume-quart-imperial":{displayName:"imp. qt","unitPattern-count-one":"{0} imp. qt","unitPattern-count-other":"{0} imp. qt"},coordinateUnit:{displayName:"windstreek",east:"{0} OL",north:"{0} NB",south:"{0} ZB",west:"{0} WL"}}},currencyDigits={ADP:0,AFN:0,ALL:0,BHD:3,BIF:0,BYR:0,CLF:4,CLP:0,DEFAULT:2,DJF:0,ESP:0,GNF:0,HUF:0,IQD:0,IRR:0,ISK:0,ITL:0,JOD:3,JPY:0,KMF:0,KPW:0,KRW:0,KWD:3,LAK:0,LBP:0,LUF:0,LYD:3,MGA:0,MGF:0,MMK:0,MRO:0,OMR:3,PYG:0,RSD:0,RWF:0,SLL:0,SOS:0,STD:0,SYP:0,TMM:0,TND:3,TRL:0,TWD:0,UGX:0,UYI:0,UYW:4,VND:0,VUV:0,XAF:0,XOF:0,XPF:0,YER:0,ZMK:0,ZWD:0},plurals={one:"i = 1 and v = 0"},timeData={_allowed:"H hB",_preferred:"H"},dayPeriodRules={afternoon1:{_before:"18:00",_from:"12:00"},evening1:{_before:"24:00",_from:"18:00"},midnight:{_at:"00:00"},morning1:{_before:"12:00",_from:"06:00"},night1:{_before:"06:00",_from:"00:00"}},nl_BE={__license:__license,__version:"43.0.0",__buildtime:__buildtime,languages:languages,scripts:scripts,territories:territories,orientation:orientation,"ca-gregorian":{dateFormats:{full:"EEEE d MMMM y",long:"d MMMM y",medium:"d MMM y",short:"d/MM/y"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E d",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMd:"d/M/y GGGGG",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E d MMM y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",hmsv:"h:mm:ss a v",Hmsv:"HH:mm:ss v",hmv:"h:mm a v",Hmv:"HH:mm v",M:"L",Md:"d/M",MEd:"E d/M",MMM:"LLL",MMMd:"d MMM",MMMEd:"E d MMM",MMMMd:"d MMMM",ms:"mm:ss",y:"y",yM:"M/y",yMd:"d/M/y",yMEd:"E d/M/y",yMMM:"MMM y",yMMMd:"d MMM y",yMMMEd:"E d MMM y",yMMMM:"MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y",MMMMW:"'week' W 'van' MMMM",yw:"'week' w 'in' Y"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M-y GGGGG – M-y GGGGG",M:"M-y – M-y GGGGG",y:"M-y – M-y GGGGG"},GyMd:{d:"d-M-y – d-M-y GGGGG",G:"d-M-y GGGGG – d-M-y GGGGG",M:"d-M-y – d-M-y GGGGG",y:"d-M-y – d-M-y GGGGG"},GyMEd:{d:"E d-M-y – E d-M-y GGGGG",G:"E d-M-y GGGGG – E d-M-y GGGGG",M:"E d-M-y – E d-M-y GGGGG",y:"E d-M-y – E d-M-y GGGGG"},GyMMM:{G:"MMM y G – MMM y G",M:"MMM – MMM y G",y:"MMM y – MMM y G"},GyMMMd:{d:"d–d MMM y G",G:"d MMM y G – d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G"},GyMMMEd:{d:"E d MMM – E d MMM y G",G:"E d MMM y G – E d MMM y G",M:"E d MMM – E d MMM y G",y:"E d MMM y – E d MMM y G"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"d/MM – d/MM",M:"d/MM – d/MM"},MEd:{d:"E d/MM – E d/MM",M:"E d/MM – E d/MM"},MMM:{M:"MMM–MMM"},MMMd:{d:"d–d MMM",M:"d MMM – d MMM"},MMMEd:{d:"E d – E d MMM",M:"E d MMM – E d MMM"},MMMM:{M:"MMMM–MMMM"},y:{y:"y–y"},yM:{M:"MM/y – MM/y",y:"MM/y – MM/y"},yMd:{d:"d/MM/y – d/MM/y",M:"d/MM/y – d/MM/y",y:"d/MM/y – d/MM/y"},yMEd:{d:"E d/MM/y – E d/MM/y",M:"E d/MM/y – E d/MM/y",y:"E d/MM/y – E d/MM/y"},yMMM:{M:"MMM–MMM y",y:"MMM y – MMM y"},yMMMd:{d:"d–d MMM y",M:"d MMM – d MMM y",y:"d MMM y – d MMM y"},yMMMEd:{d:"E d – E d MMM y",M:"E d MMM – E d MMM y",y:"E d MMM y – E d MMM y"},yMMMM:{M:"MMMM–MMMM y",y:"MMMM y – MMMM y"}}},months:{format:{abbreviated:[["jan","jan."],["feb","feb."],["mrt","mrt."],["apr","apr."],"mei",["jun","jun."],["jul","jul."],["aug","aug."],["sep","sep."],["okt","okt."],["nov","nov."],["dec","dec."]],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]},"stand-alone":{abbreviated:[["jan","jan."],["feb","feb."],["mrt","mrt."],["apr","apr."],"mei",["jun","jun."],["jul","jul."],["aug","aug."],["sep","sep."],["okt","okt."],["nov","nov."],["dec","dec."]],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]}},days:{format:{abbreviated:["zo","ma","di","wo","do","vr","za"],narrow:["Z","M","D","W","D","V","Z"],short:["zo","ma","di","wo","do","vr","za"],wide:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]},"stand-alone":{abbreviated:["zo","ma","di","wo","do","vr","za"],narrow:["Z","M","D","W","D","V","Z"],short:["zo","ma","di","wo","do","vr","za"],wide:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]}},quarters:{format:{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["1e kwartaal","2e kwartaal","3e kwartaal","4e kwartaal"]},"stand-alone":{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["1e kwartaal","2e kwartaal","3e kwartaal","4e kwartaal"]}},dayPeriods:{format:{abbreviated:["a.m.","p.m."],narrow:["a.m.","p.m."],wide:["a.m.","p.m."]},"stand-alone":{abbreviated:["a.m.","p.m."],narrow:["a.m.","p.m."],wide:["a.m.","p.m."]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"middernacht",morning1:"’s ochtends",afternoon1:"’s middags",evening1:"’s avonds",night1:"’s nachts"},narrow:{midnight:"middernacht",morning1:"’s ochtends",afternoon1:"’s middags",evening1:"’s avonds",night1:"’s nachts"},wide:{midnight:"middernacht",morning1:"’s ochtends",afternoon1:"’s middags",evening1:"’s avonds",night1:"’s nachts"}},"stand-alone":{abbreviated:{midnight:"middernacht",morning1:"ochtend",afternoon1:"middag",evening1:"avond",night1:"nacht"},narrow:{midnight:"middernacht",morning1:"ochtend",afternoon1:"middag",evening1:"avond",night1:"nacht"},wide:{midnight:"middernacht",morning1:"ochtend",afternoon1:"middag",evening1:"avond",night1:"nacht"}}},"era-wide":{0:"voor Christus",1:"na Christus"},"era-abbreviated":{0:"v.Chr.",1:"n.Chr."},"era-narrow":{0:"v.C.",1:"n.C."}},"ca-islamic":{dateFormats:{full:"EEEE d MMMM y G",long:"d MMMM y G",medium:"d MMM y G",short:"dd-MM-yy GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E d",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMd:"d/M/y GGGGG",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E d MMM y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"L",Md:"d-M",MEd:"E d-M",MMM:"LLL",MMMd:"d MMM",MMMEd:"E d MMM",MMMMd:"d MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M-y GGGGG",yyyyMd:"d-M-y GGGGG",yyyyMEd:"E d-M-y GGGGG",yyyyMMM:"MMM y G",yyyyMMMd:"d MMM y G",yyyyMMMEd:"E d MMM y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M-y GGGGG – M-y GGGGG",M:"M-y – M-y GGGGG",y:"M-y – M-y GGGGG"},GyMd:{d:"d-M-y – d-M-y GGGGG",G:"d-M-y GGGGG – d-M-y GGGGG",M:"d-M-y – d-M-y GGGGG",y:"d-M-y – d-M-y GGGGG"},GyMEd:{d:"E d-M-y – E d-M-y GGGGG",G:"E d-M-y GGGGG – E d-M-y GGGGG",M:"E d-M-y – E d-M-y GGGGG",y:"E d-M-y – E d-M-y GGGGG"},GyMMM:{G:"MMM y G – MMM y G",M:"MMM – MMM y G",y:"MMM y – MMM y G"},GyMMMd:{d:"d–d MMM y G",G:"d MMM y G – d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G"},GyMMMEd:{d:"E d MMM – E d MMM y G",G:"E d MMM y G – E d MMM y G",M:"E d MMM – E d MMM y G",y:"E d MMM y – E d MMM y G"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"dd-MM – dd-MM",M:"dd-MM – dd-MM"},MEd:{d:"E dd-MM – E dd-MM",M:"E dd-MM – E dd-MM"},MMM:{M:"MMM–MMM"},MMMd:{d:"d–d MMM",M:"d MMM – d MMM"},MMMEd:{d:"E d – E d MMM",M:"E d MMM – E d MMM"},MMMM:{M:"MMMM–MMMM"},y:{y:"y–y G"},yM:{M:"MM-y – MM-y G",y:"MM-y – MM-y G"},yMd:{d:"dd-MM-y – dd-MM-y G",M:"dd-MM-y – dd-MM-y G",y:"dd-MM-y – dd-MM-y G"},yMEd:{d:"E dd-MM-y – E dd-MM-y G",M:"E dd-MM-y – E dd-MM-y G",y:"E dd-MM-y – E dd-MM-y G"},yMMM:{M:"MMM–MMM y G",y:"MMM y – MMM y G"},yMMMd:{d:"d–d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G"},yMMMEd:{d:"E d – E d MMM y G",M:"E d MMM – E d MMM y G",y:"E d MMM y – E d MMM y G"},yMMMM:{M:"MMMM–MMMM y G",y:"MMMM y – MMMM y G"}}},months:{format:{abbreviated:["Moeh.","Saf.","Rab. I","Rab. II","Joem. I","Joem. II","Raj.","Sja.","Ram.","Sjaw.","Doe al k.","Doe al h."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Moeharram","Safar","Rabiʻa al awal","Rabiʻa al thani","Joemadʻal awal","Joemadʻal thani","Rajab","Sjaʻaban","Ramadan","Sjawal","Doe al kaʻaba","Doe al hizja"]},"stand-alone":{abbreviated:["Moeh.","Saf.","Rab. I","Rab. II","Joem. I","Joem. II","Raj.","Sja.","Ram.","Sjaw.","Doe al k.","Doe al h."],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Moeharram","Safar","Rabiʻa al awal","Rabiʻa al thani","Joemadʻal awal","Joemadʻal thani","Rajab","Sjaʻaban","Ramadan","Sjawal","Doe al kaʻaba","Doe al hizja"]}},days:{format:{abbreviated:["zo","ma","di","wo","do","vr","za"],narrow:["Z","M","D","W","D","V","Z"],short:["zo","ma","di","wo","do","vr","za"],wide:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]},"stand-alone":{abbreviated:["zo","ma","di","wo","do","vr","za"],narrow:["Z","M","D","W","D","V","Z"],short:["zo","ma","di","wo","do","vr","za"],wide:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]}},quarters:{format:{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["1e kwartaal","2e kwartaal","3e kwartaal","4e kwartaal"]},"stand-alone":{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["1e kwartaal","2e kwartaal","3e kwartaal","4e kwartaal"]}},dayPeriods:{format:{abbreviated:["a.m.","p.m."],narrow:["a.m.","p.m."],wide:["a.m.","p.m."]},"stand-alone":{abbreviated:["a.m.","p.m."],narrow:["a.m.","p.m."],wide:["a.m.","p.m."]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"middernacht",morning1:"’s ochtends",afternoon1:"’s middags",evening1:"’s avonds",night1:"’s nachts"},narrow:{midnight:"middernacht",morning1:"’s ochtends",afternoon1:"’s middags",evening1:"’s avonds",night1:"’s nachts"},wide:{midnight:"middernacht",morning1:"’s ochtends",afternoon1:"’s middags",evening1:"’s avonds",night1:"’s nachts"}},"stand-alone":{abbreviated:{midnight:"middernacht",morning1:"ochtend",afternoon1:"middag",evening1:"avond",night1:"nacht"},narrow:{midnight:"middernacht",morning1:"ochtend",afternoon1:"middag",evening1:"avond",night1:"nacht"},wide:{midnight:"middernacht",morning1:"ochtend",afternoon1:"middag",evening1:"avond",night1:"nacht"}}},"era-wide":{0:"Saʻna Hizjria"},"era-abbreviated":{0:"AH"},"era-narrow":{0:"AH"}},"ca-japanese":{dateFormats:{full:"EEEE d MMMM y G",long:"d MMMM y G",medium:"d MMM y G",short:"dd-MM-yy GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E d",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMd:"d/M/y GGGGG",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E d MMM y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"L",Md:"d-M",MEd:"E d-M",MMM:"LLL",MMMd:"d MMM",MMMEd:"E d MMM",MMMMd:"d MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M-y GGGGG",yyyyMd:"d-M-y GGGGG",yyyyMEd:"E d-M-y GGGGG",yyyyMMM:"MMM y G",yyyyMMMd:"d MMM y G",yyyyMMMEd:"E d MMM y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M-y GGGGG – M-y GGGGG",M:"M-y – M-y GGGGG",y:"M-y – M-y GGGGG"},GyMd:{d:"d-M-y – d-M-y GGGGG",G:"d-M-y GGGGG – d-M-y GGGGG",M:"d-M-y – d-M-y GGGGG",y:"d-M-y – d-M-y GGGGG"},GyMEd:{d:"E d-M-y – E d-M-y GGGGG",G:"E d-M-y GGGGG – E d-M-y GGGGG",M:"E d-M-y – E d-M-y GGGGG",y:"E d-M-y – E d-M-y GGGGG"},GyMMM:{G:"MMM y G – MMM y G",M:"MMM – MMM y G",y:"MMM y – MMM y G"},GyMMMd:{d:"d–d MMM y G",G:"d MMM y G – d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G"},GyMMMEd:{d:"E d MMM – E d MMM y G",G:"E d MMM y G – E d MMM y G",M:"E d MMM – E d MMM y G",y:"E d MMM y – E d MMM y G"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"dd-MM – dd-MM",M:"dd-MM – dd-MM"},MEd:{d:"E dd-MM – E dd-MM",M:"E dd-MM – E dd-MM"},MMM:{M:"MMM–MMM"},MMMd:{d:"d–d MMM",M:"d MMM – d MMM"},MMMEd:{d:"E d – E d MMM",M:"E d MMM – E d MMM"},MMMM:{M:"MMMM–MMMM"},y:{y:"y–y G",G:"y G–y G"},yM:{M:"MM-y – MM-y G",y:"MM-y – MM-y G",G:"MM-y G – MM-y G"},yMd:{d:"dd-MM-y – dd-MM-y G",M:"dd-MM-y – dd-MM-y G",y:"dd-MM-y – dd-MM-y G",G:"dd-MM-y G – dd-MM-y G"},yMEd:{d:"E dd-MM-y – E dd-MM-y G",M:"E dd-MM-y – E dd-MM-y G",y:"E dd-MM-y – E dd-MM-y G",G:"E dd-MM-y G – E dd-MM-y G"},yMMM:{M:"MMM–MMM y G",y:"MMM y – MMM y G",G:"MMM y G – MMM y G"},yMMMd:{d:"d–d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G",G:"d MMM y G – d MMM y G"},yMMMEd:{d:"E d – E d MMM y G",M:"E d MMM – E d MMM y G",y:"E d MMM y – E d MMM y G",G:"E d MMM y G – E d MMM y G"},yMMMM:{M:"MMMM–MMMM y G",y:"MMMM y – MMMM y G",G:"MMMM y G – MMMM y G"}}},months:{format:{abbreviated:[["jan","jan."],["feb","feb."],["mrt","mrt."],["apr","apr."],"mei",["jun","jun."],["jul","jul."],["aug","aug."],["sep","sep."],["okt","okt."],["nov","nov."],["dec","dec."]],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]},"stand-alone":{abbreviated:[["jan","jan."],["feb","feb."],["mrt","mrt."],["apr","apr."],"mei",["jun","jun."],["jul","jul."],["aug","aug."],["sep","sep."],["okt","okt."],["nov","nov."],["dec","dec."]],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]}},days:{format:{abbreviated:["zo","ma","di","wo","do","vr","za"],narrow:["Z","M","D","W","D","V","Z"],short:["zo","ma","di","wo","do","vr","za"],wide:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]},"stand-alone":{abbreviated:["zo","ma","di","wo","do","vr","za"],narrow:["Z","M","D","W","D","V","Z"],short:["zo","ma","di","wo","do","vr","za"],wide:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]}},quarters:{format:{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["1e kwartaal","2e kwartaal","3e kwartaal","4e kwartaal"]},"stand-alone":{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["1e kwartaal","2e kwartaal","3e kwartaal","4e kwartaal"]}},dayPeriods:{format:{abbreviated:["a.m.","p.m."],narrow:["a.m.","p.m."],wide:["a.m.","p.m."]},"stand-alone":{abbreviated:["a.m.","p.m."],narrow:["a.m.","p.m."],wide:["a.m.","p.m."]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"middernacht",morning1:"’s ochtends",afternoon1:"’s middags",evening1:"’s avonds",night1:"’s nachts"},narrow:{midnight:"middernacht",morning1:"’s ochtends",afternoon1:"’s middags",evening1:"’s avonds",night1:"’s nachts"},wide:{midnight:"middernacht",morning1:"’s ochtends",afternoon1:"’s middags",evening1:"’s avonds",night1:"’s nachts"}},"stand-alone":{abbreviated:{midnight:"middernacht",morning1:"ochtend",afternoon1:"middag",evening1:"avond",night1:"nacht"},narrow:{midnight:"middernacht",morning1:"ochtend",afternoon1:"middag",evening1:"avond",night1:"nacht"},wide:{midnight:"middernacht",morning1:"ochtend",afternoon1:"middag",evening1:"avond",night1:"nacht"}}},"era-wide":{232:"Meiji",233:"Taishō",234:"Shōwa",235:"Heisei",236:"Reiwa"},"era-abbreviated":{232:"Meiji",233:"Taishō",234:"Shōwa",235:"Heisei",236:"Reiwa"},"era-narrow":{232:"M",233:"T",234:"S",235:"H",236:"R"}},"ca-persian":{dateFormats:{full:"EEEE d MMMM y G",long:"d MMMM y G",medium:"d MMM y G",short:"dd-MM-yy GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E d",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMd:"d/M/y GGGGG",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E d MMM y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"L",Md:"d-M",MEd:"E d-M",MMM:"LLL",MMMd:"d MMM",MMMEd:"E d MMM",MMMMd:"d MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M-y GGGGG",yyyyMd:"d-M-y GGGGG",yyyyMEd:"E d-M-y GGGGG",yyyyMMM:"MMM y G",yyyyMMMd:"d MMM y G",yyyyMMMEd:"E d MMM y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M-y GGGGG – M-y GGGGG",M:"M-y – M-y GGGGG",y:"M-y – M-y GGGGG"},GyMd:{d:"d-M-y – d-M-y GGGGG",G:"d-M-y GGGGG – d-M-y GGGGG",M:"d-M-y – d-M-y GGGGG",y:"d-M-y – d-M-y GGGGG"},GyMEd:{d:"E d-M-y – E d-M-y GGGGG",G:"E d-M-y GGGGG – E d-M-y GGGGG",M:"E d-M-y – E d-M-y GGGGG",y:"E d-M-y – E d-M-y GGGGG"},GyMMM:{G:"MMM y G – MMM y G",M:"MMM – MMM y G",y:"MMM y – MMM y G"},GyMMMd:{d:"d–d MMM y G",G:"d MMM y G – d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G"},GyMMMEd:{d:"E d MMM – E d MMM y G",G:"E d MMM y G – E d MMM y G",M:"E d MMM – E d MMM y G",y:"E d MMM y – E d MMM y G"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"dd-MM – dd-MM",M:"dd-MM – dd-MM"},MEd:{d:"E dd-MM – E dd-MM",M:"E dd-MM – E dd-MM"},MMM:{M:"MMM–MMM"},MMMd:{d:"d–d MMM",M:"d MMM – d MMM"},MMMEd:{d:"E d – E d MMM",M:"E d MMM – E d MMM"},MMMM:{M:"MMMM–MMMM"},y:{y:"y–y G"},yM:{M:"MM-y – MM-y G",y:"MM-y – MM-y G"},yMd:{d:"dd-MM-y – dd-MM-y G",M:"dd-MM-y – dd-MM-y G",y:"dd-MM-y – dd-MM-y G"},yMEd:{d:"E dd-MM-y – E dd-MM-y G",M:"E dd-MM-y – E dd-MM-y G",y:"E dd-MM-y – E dd-MM-y G"},yMMM:{M:"MMM–MMM y G",y:"MMM y – MMM y G"},yMMMd:{d:"d–d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G"},yMMMEd:{d:"E d – E d MMM y G",M:"E d MMM – E d MMM y G",y:"E d MMM y – E d MMM y G"},yMMMM:{M:"MMMM–MMMM y G",y:"MMMM y – MMMM y G"}}},months:{format:{abbreviated:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"]},"stand-alone":{abbreviated:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"],narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],wide:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"]}},days:{format:{abbreviated:["zo","ma","di","wo","do","vr","za"],narrow:["Z","M","D","W","D","V","Z"],short:["zo","ma","di","wo","do","vr","za"],wide:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]},"stand-alone":{abbreviated:["zo","ma","di","wo","do","vr","za"],narrow:["Z","M","D","W","D","V","Z"],short:["zo","ma","di","wo","do","vr","za"],wide:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]}},quarters:{format:{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["1e kwartaal","2e kwartaal","3e kwartaal","4e kwartaal"]},"stand-alone":{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["1e kwartaal","2e kwartaal","3e kwartaal","4e kwartaal"]}},dayPeriods:{format:{abbreviated:["a.m.","p.m."],narrow:["a.m.","p.m."],wide:["a.m.","p.m."]},"stand-alone":{abbreviated:["a.m.","p.m."],narrow:["a.m.","p.m."],wide:["a.m.","p.m."]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"middernacht",morning1:"’s ochtends",afternoon1:"’s middags",evening1:"’s avonds",night1:"’s nachts"},narrow:{midnight:"middernacht",morning1:"’s ochtends",afternoon1:"’s middags",evening1:"’s avonds",night1:"’s nachts"},wide:{midnight:"middernacht",morning1:"’s ochtends",afternoon1:"’s middags",evening1:"’s avonds",night1:"’s nachts"}},"stand-alone":{abbreviated:{midnight:"middernacht",morning1:"ochtend",afternoon1:"middag",evening1:"avond",night1:"nacht"},narrow:{midnight:"middernacht",morning1:"ochtend",afternoon1:"middag",evening1:"avond",night1:"nacht"},wide:{midnight:"middernacht",morning1:"ochtend",afternoon1:"middag",evening1:"avond",night1:"nacht"}}},"era-wide":{0:"AP"},"era-abbreviated":{0:"AP"},"era-narrow":{0:"AP"}},"ca-buddhist":{dateFormats:{full:"EEEE d MMMM y G",long:"d MMMM y G",medium:"d MMM y G",short:"dd-MM-yy GGGGG"},timeFormats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dateTimeFormats:{full:"{1} {0}",long:"{1} {0}",medium:"{1} {0}",short:"{1} {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"E d",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMd:"d/M/y GGGGG",GyMMM:"MMM y G",GyMMMd:"d MMM y G",GyMMMEd:"E d MMM y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"L",Md:"d-M",MEd:"E d-M",MMM:"LLL",MMMd:"d MMM",MMMEd:"E d MMM",MMMMd:"d MMMM",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M-y GGGGG",yyyyMd:"d-M-y GGGGG",yyyyMEd:"E d-M-y GGGGG",yyyyMMM:"MMM y G",yyyyMMMd:"d MMM y G",yyyyMMMEd:"E d MMM y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{1} {0}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{1} {0}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h–h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm–h:mm B",m:"h:mm–h:mm B"},d:{d:"d–d"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M-y GGGGG – M-y GGGGG",M:"M-y – M-y GGGGG",y:"M-y – M-y GGGGG"},GyMd:{d:"d-M-y – d-M-y GGGGG",G:"d-M-y GGGGG – d-M-y GGGGG",M:"d-M-y – d-M-y GGGGG",y:"d-M-y – d-M-y GGGGG"},GyMEd:{d:"E d-M-y – E d-M-y GGGGG",G:"E d-M-y GGGGG – E d-M-y GGGGG",M:"E d-M-y – E d-M-y GGGGG",y:"E d-M-y – E d-M-y GGGGG"},GyMMM:{G:"MMM y G – MMM y G",M:"MMM – MMM y G",y:"MMM y – MMM y G"},GyMMMd:{d:"d–d MMM y G",G:"d MMM y G – d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G"},GyMMMEd:{d:"E d MMM – E d MMM y G",G:"E d MMM y G – E d MMM y G",M:"E d MMM – E d MMM y G",y:"E d MMM y – E d MMM y G"},h:{a:"h a – h a",h:"h–h a"},H:{H:"HH–HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm–h:mm a",m:"h:mm–h:mm a"},Hm:{H:"HH:mm–HH:mm",m:"HH:mm–HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm–h:mm a v",m:"h:mm–h:mm a v"},Hmv:{H:"HH:mm–HH:mm v",m:"HH:mm–HH:mm v"},hv:{a:"h a – h a v",h:"h–h a v"},Hv:{H:"HH–HH v"},M:{M:"M–M"},Md:{d:"dd-MM – dd-MM",M:"dd-MM – dd-MM"},MEd:{d:"E dd-MM – E dd-MM",M:"E dd-MM – E dd-MM"},MMM:{M:"MMM–MMM"},MMMd:{d:"d–d MMM",M:"d MMM – d MMM"},MMMEd:{d:"E d – E d MMM",M:"E d MMM – E d MMM"},MMMM:{M:"MMMM–MMMM"},y:{y:"y–y G"},yM:{M:"MM-y – MM-y G",y:"MM-y – MM-y G"},yMd:{d:"dd-MM-y – dd-MM-y G",M:"dd-MM-y – dd-MM-y G",y:"dd-MM-y – dd-MM-y G"},yMEd:{d:"E dd-MM-y – E dd-MM-y G",M:"E dd-MM-y – E dd-MM-y G",y:"E dd-MM-y – E dd-MM-y G"},yMMM:{M:"MMM–MMM y G",y:"MMM y – MMM y G"},yMMMd:{d:"d–d MMM y G",M:"d MMM – d MMM y G",y:"d MMM y – d MMM y G"},yMMMEd:{d:"E d – E d MMM y G",M:"E d MMM – E d MMM y G",y:"E d MMM y – E d MMM y G"},yMMMM:{M:"MMMM–MMMM y G",y:"MMMM y – MMMM y G"}}},months:{format:{abbreviated:[["jan","jan."],["feb","feb."],["mrt","mrt."],["apr","apr."],"mei",["jun","jun."],["jul","jul."],["aug","aug."],["sep","sep."],["okt","okt."],["nov","nov."],["dec","dec."]],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]},"stand-alone":{abbreviated:[["jan","jan."],["feb","feb."],["mrt","mrt."],["apr","apr."],"mei",["jun","jun."],["jul","jul."],["aug","aug."],["sep","sep."],["okt","okt."],["nov","nov."],["dec","dec."]],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]}},days:{format:{abbreviated:["zo","ma","di","wo","do","vr","za"],narrow:["Z","M","D","W","D","V","Z"],short:["zo","ma","di","wo","do","vr","za"],wide:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]},"stand-alone":{abbreviated:["zo","ma","di","wo","do","vr","za"],narrow:["Z","M","D","W","D","V","Z"],short:["zo","ma","di","wo","do","vr","za"],wide:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]}},quarters:{format:{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["1e kwartaal","2e kwartaal","3e kwartaal","4e kwartaal"]},"stand-alone":{abbreviated:["K1","K2","K3","K4"],narrow:["1","2","3","4"],wide:["1e kwartaal","2e kwartaal","3e kwartaal","4e kwartaal"]}},dayPeriods:{format:{abbreviated:["a.m.","p.m."],narrow:["a.m.","p.m."],wide:["a.m.","p.m."]},"stand-alone":{abbreviated:["a.m.","p.m."],narrow:["a.m.","p.m."],wide:["a.m.","p.m."]}},flexibleDayPeriods:{format:{abbreviated:{midnight:"middernacht",morning1:"’s ochtends",afternoon1:"’s middags",evening1:"’s avonds",night1:"’s nachts"},narrow:{midnight:"middernacht",morning1:"’s ochtends",afternoon1:"’s middags",evening1:"’s avonds",night1:"’s nachts"},wide:{midnight:"middernacht",morning1:"’s ochtends",afternoon1:"’s middags",evening1:"’s avonds",night1:"’s nachts"}},"stand-alone":{abbreviated:{midnight:"middernacht",morning1:"ochtend",afternoon1:"middag",evening1:"avond",night1:"nacht"},narrow:{midnight:"middernacht",morning1:"ochtend",afternoon1:"middag",evening1:"avond",night1:"nacht"},wide:{midnight:"middernacht",morning1:"ochtend",afternoon1:"middag",evening1:"avond",night1:"nacht"}}},"era-wide":{0:"BE"},"era-abbreviated":{0:"BE"},"era-narrow":{0:"BE"}},dateFields:dateFields,timezoneNames:timezoneNames,timezoneNamesFormats:timezoneNamesFormats,decimalFormat:decimalFormat,"decimalFormat-long":{"1000-one":"0 duizend","1000-other":"0 duizend","10000-one":"00 duizend","10000-other":"00 duizend","100000-one":"000 duizend","100000-other":"000 duizend","1000000-one":"0 miljoen","1000000-other":"0 miljoen","10000000-one":"00 miljoen","10000000-other":"00 miljoen","100000000-one":"000 miljoen","100000000-other":"000 miljoen","1000000000-one":"0 miljard","1000000000-other":"0 miljard","10000000000-one":"00 miljard","10000000000-other":"00 miljard","100000000000-one":"000 miljard","100000000000-other":"000 miljard","1000000000000-one":"0 biljoen","1000000000000-other":"0 biljoen","10000000000000-one":"00 biljoen","10000000000000-other":"00 biljoen","100000000000000-one":"000 biljoen","100000000000000-other":"000 biljoen"},"decimalFormat-short":{"1000-one":"0K","1000-other":"0K","10000-one":"00K","10000-other":"00K","100000-one":"000K","100000-other":"000K","1000000-one":"0 mln'.'","1000000-other":"0 mln'.'","10000000-one":"00 mln'.'","10000000-other":"00 mln'.'","100000000-one":"000 mln'.'","100000000-other":"000 mln'.'","1000000000-one":"0 mld'.'","1000000000-other":"0 mld'.'","10000000000-one":"00 mld'.'","10000000000-other":"00 mld'.'","100000000000-one":"000 mld'.'","100000000000-other":"000 mld'.'","1000000000000-one":"0 bln'.'","1000000000000-other":"0 bln'.'","10000000000000-one":"00 bln'.'","10000000000000-other":"00 bln'.'","100000000000000-one":"000 bln'.'","100000000000000-other":"000 bln'.'"},scientificFormat:scientificFormat,percentFormat:percentFormat,currencyFormat:currencyFormat,miscPattern:miscPattern,"currencyFormat-short":{"1000-one":"¤ 0K","1000-other":"¤ 0K","10000-one":"¤ 00K","10000-other":"¤ 00K","100000-one":"¤ 000K","100000-other":"¤ 000K","1000000-one":"¤ 0 mln'.'","1000000-other":"¤ 0 mln'.'","10000000-one":"¤ 00 mln'.'","10000000-other":"¤ 00 mln'.'","100000000-one":"¤ 000 mln'.'","100000000-other":"¤ 000 mln'.'","1000000000-one":"¤ 0 mld'.'","1000000000-other":"¤ 0 mld'.'","10000000000-one":"¤ 00 mld'.'","10000000000-other":"¤ 00 mld'.'","100000000000-one":"¤ 000 mld'.'","100000000000-other":"¤ 000 mld'.'","1000000000000-one":"¤ 0 bln'.'","1000000000000-other":"¤ 0 bln'.'","10000000000000-one":"¤ 00 bln'.'","10000000000000-other":"¤ 00 bln'.'","100000000000000-one":"¤ 000 bln'.'","100000000000000-other":"¤ 000 bln'.'"},"symbols-latn-decimal":",","symbols-latn-group":".","symbols-latn-list":";","symbols-latn-percentSign":"%","symbols-latn-plusSign":"+","symbols-latn-minusSign":"-","symbols-latn-approximatelySign":"~","symbols-latn-exponential":"E","symbols-latn-superscriptingExponent":"×","symbols-latn-perMille":"‰","symbols-latn-infinity":"∞","symbols-latn-nan":"NaN","symbols-latn-timeSeparator":":",currencySymbols:currencySymbols,rtl:rtl,"listPattern-standard-wide":{2:"{0} en {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} en {1}"},"listPattern-or-wide":{2:"{0} of {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} of {1}"},"listPattern-or-short":{2:"{0} of {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} of {1}"},"listPattern-standard-short":{2:"{0} en {1}",start:"{0}, {1}",middle:"{0}, {1}",end:"{0} en {1}"},units:units,"lenient-scope-number":{minusSign:"-‒⁻₋−➖﹣-",commaSign:",،٫⹁、︐︑﹐﹑,、",plusSign:"+⁺₊➕﬩﹢+"},"currencyFormat-sap-short":{"1000-one":"0K ¤","1000-other":"0K ¤","10000-one":"00K ¤","10000-other":"00K ¤","100000-one":"000K ¤","100000-other":"000K ¤","1000000-one":"0 mln'.' ¤","1000000-other":"0 mln'.' ¤","10000000-one":"00 mln'.' ¤","10000000-other":"00 mln'.' ¤","100000000-one":"000 mln'.' ¤","100000000-other":"000 mln'.' ¤","1000000000-one":"0 mld'.' ¤","1000000000-other":"0 mld'.' ¤","10000000000-one":"00 mld'.' ¤","10000000000-other":"00 mld'.' ¤","100000000000-one":"000 mld'.' ¤","100000000000-other":"000 mld'.' ¤","1000000000000-one":"0 bln'.' ¤","1000000000000-other":"0 bln'.' ¤","10000000000000-one":"00 bln'.' ¤","10000000000000-other":"00 bln'.' ¤","100000000000000-one":"000 bln'.' ¤","100000000000000-other":"000 bln'.' ¤"},currencyDigits:currencyDigits,plurals:plurals,"weekData-minDays":4,"weekData-firstDay":1,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:timeData,"eras-gregorian":{0:{_code:"gregory-inverse",_aliases:"bc bce",_end:"0-12-31"},1:{_code:"gregory",_aliases:"ad ce",_start:"1-01-01"}},"eras-islamic":{0:{_code:"islamic",_aliases:"ah",_start:"622-7-15"}},"eras-persian":{0:{_code:"persian",_aliases:"ap",_start:"622-01-01"}},"eras-buddhist":{0:{_code:"buddhist",_aliases:"be",_start:"-542-01-01"}},"eras-japanese":{232:{_code:"meiji",_start:"1868-9-8"},233:{_code:"taisho",_start:"1912-7-30"},234:{_code:"showa",_start:"1926-12-25"},235:{_code:"heisei",_start:"1989-1-8"},236:{_code:"reiwa",_start:"2019-5-1"}},dayPeriodRules:dayPeriodRules};export{__buildtime,__license,__version,currencyDigits,currencyFormat,currencySymbols,dateFields,dayPeriodRules,decimalFormat,nl_BE as default,languages,miscPattern,orientation,percentFormat,plurals,rtl,scientificFormat,scripts,territories,timeData,timezoneNames,timezoneNamesFormats,units};
@@ -0,0 +1 @@
1
+ const parametersBundle_css='.sapThemeMetaData-Base-baseLib{background-image:url(\'data:text/plain;utf-8,{"Path": "Base.baseLib.sap_fiori_3.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_base_fiori","baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_belize", "Engine": {"Name": "theming-engine", "Version": "15.0.8"}, "Version": { "Build": "11.29.3.20250417070835", "Source": "11.29.3"}}\')}:root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_fiori_3.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["sap_base_fiori","baseTheme"],"Tags": ["Fiori_3","LightColorScheme"],"FallbackThemeId": "sap_belize","Engine":{"Name": "theming-engine","Version": "15.0.8"},"Version":{"Build": "11.29.3.20250417070835","Source": "11.29.3"}};--sapBrandColor: #0a6ed1;--sapHighlightColor: #0854a0;--sapBaseColor: #fff;--sapShellColor: #354a5f;--sapBackgroundColor: #f7f7f7;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #232629;--sapLinkColor: #0a6ed1;--sapCompanyLogo: none;--sapFavicon: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0854a0;--sapHoverColor: #ededed;--sapActiveColor: #0854a0;--sapHighlightTextColor: #fff;--sapTitleColor: #232629;--sapNegativeColor: #bb0000;--sapCriticalColor: #df6e0c;--sapPositiveColor: #107e3e;--sapInformativeColor: #0a6ed1;--sapNeutralColor: #6a6d70;--sapNegativeElementColor: #bb0000;--sapCriticalElementColor: #df6e0c;--sapPositiveElementColor: #107e3e;--sapInformativeElementColor: #0a6ed1;--sapNeutralElementColor: #6a6d70;--sapNegativeTextColor: #bb0000;--sapCriticalTextColor: #b3590a;--sapPositiveTextColor: #107e3e;--sapInformativeTextColor: #0a6ed1;--sapNeutralTextColor: #6a6d70;--sapErrorColor: #bb0000;--sapWarningColor: #df6e0c;--sapSuccessColor: #107e3e;--sapInformationColor: #0a6ed1;--sapErrorBackground: #ffebeb;--sapWarningBackground: #fef7f1;--sapSuccessBackground: #f1fdf6;--sapInformationBackground: #f5faff;--sapNeutralBackground: #f4f4f4;--sapErrorBorderColor: #bb0000;--sapWarningBorderColor: #df6e0c;--sapSuccessBorderColor: #107e3e;--sapInformationBorderColor: #0a6ed1;--sapNeutralBorderColor: #6a6d70;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .25rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.4;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #0854a0;--sapContent_ContrastIconColor: #fff;--sapContent_NonInteractiveIconColor: #6a6d70;--sapContent_MarkerIconColor: #286eb4;--sapContent_MarkerTextColor: #0e7581;--sapContent_MeasureIndicatorColor: #89919a;--sapContent_Selected_MeasureIndicatorColor: #89919a;--sapContent_Placeholderloading_Background: #ccc;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);--sapContent_ImagePlaceholderBackground: #ccc;--sapContent_ImagePlaceholderForegroundColor: #fff;--sapContent_RatedColor: #d08014;--sapContent_UnratedColor: #89919a;--sapContent_BusyColor: #0854a0;--sapContent_FocusColor: #000;--sapContent_FocusStyle: dotted;--sapContent_FocusWidth: .0625rem;--sapContent_ContrastFocusColor: #fff;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 0 .0625rem rgba(0,0,0,.1), 0 .125rem .5rem 0 rgba(0,0,0,.1);--sapContent_Shadow1: 0 0 0 .0625rem rgba(0,0,0,.42), 0 .125rem .5rem 0 rgba(0,0,0,.3);--sapContent_Shadow2: 0 0 0 .0625rem rgba(0,0,0,.42), 0 .625rem 1.875rem 0 rgba(0,0,0,.3);--sapContent_Shadow3: 0 0 0 .0625rem rgba(0,0,0,.42), 0 1.25rem 5rem 0 rgba(0,0,0,.3);--sapContent_TextShadow: 0 0 .125rem #fff;--sapContent_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.05), inset 0 -.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow: none;--sapContent_Selected_Shadow: none;--sapContent_Negative_Shadow: none;--sapContent_Critical_Shadow: none;--sapContent_Positive_Shadow: none;--sapContent_Informative_Shadow: none;--sapContent_Neutral_Shadow: none;--sapContent_SearchHighlightColor: #d4f7db;--sapContent_HelpColor: #3f8600;--sapContent_LabelColor: #6a6d70;--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;--sapContent_IconFontFamily: "SAP-icons";--sapContent_DisabledTextColor: rgba(35,38,41,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #efefef;--sapContent_ForegroundBorderColor: #89919a;--sapContent_ForegroundTextColor: #232629;--sapContent_BadgeBackground: #d04343;--sapContent_BadgeTextColor: #fff;--sapContent_BadgeBorderColor: #fff;--sapContent_DragAndDropActiveColor: #0854a0;--sapContent_Selected_TextColor: #fff;--sapContent_Selected_Background: #0854a0;--sapContent_Selected_Hover_Background: #095caf;--sapContent_Selected_ForegroundColor: #0854a0;--sapContent_ForcedColorAdjust: none;--sapContent_Lite_Shadow: None;--sapContent_Illustrative_Color1: #9b015d;--sapContent_Illustrative_Color2: #56bdff;--sapContent_Illustrative_Color3: #ff7f4c;--sapContent_Illustrative_Color4: #4a5055;--sapContent_Illustrative_Color5: #9da4aa;--sapContent_Illustrative_Color6: #c6cace;--sapContent_Illustrative_Color7: #dbf1ff;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #0899a7;--sapContent_Illustrative_Color10: #dbf1ff;--sapContent_Illustrative_Color11: #df1278;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #0070f2;--sapContent_Illustrative_Color14: #0040b0;--sapContent_Illustrative_Color15: #c35500;--sapContent_Illustrative_Color16: #8d2a00;--sapContent_Illustrative_Color17: #046c7c;--sapContent_Illustrative_Color18: #bce5ff;--sapContent_Illustrative_Color19: #a3dbff;--sapContent_Illustrative_Color20: #89d1ff;--sapContent_Illustrative_Color21: #1b90ff;--sapContent_Illustrative_Color22: #00144a;--sapContent_Illustrative_Color23: #d20a0a;--sapContent_Illustrative_Color24: #ffb2d2;--sapContent_Illustrative_Color25: #ffeaf4;--sapContent_Illustrative_Color26: #ffdf72;--sapContent_Illustrative_Color27: #fff8d6;--sapContent_Illustrative_Color28: #a93e00;--sapContent_Illustrative_Color29: #450b00;--sapContent_Illustrative_Color30: #340800;--sapContent_Illustrative_Color31: #ffab92;--sapContent_Space_S: 1rem;--sapContent_Space_M: 2rem;--sapContent_Space_L: 2rem;--sapContent_Space_XL: 3rem;--sapContent_Space_Tiny: .5rem;--sapContent_Space_Small: 1rem;--sapContent_Space_Medium: 2rem;--sapContent_Space_Large: 3rem;--sapContent_Margin_Tiny: 0 0 1rem;--sapContent_Margin_Small: 1rem;--sapContent_Margin_Medium: 1rem 2rem;--sapContent_Margin_Large: 1rem 3rem;--sapContent_Padding_S: 0rem;--sapContent_Padding_M: 2rem;--sapContent_Padding_L: 2rem;--sapContent_Padding_XL: 3rem;--sapContent_Gap: 1rem;--sapContent_Success_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.05), inset 0 -.0625rem 0 0 #107e3e;--sapContent_Warning_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.05), inset 0 -.0625rem 0 0 #df6e0c;--sapContent_Error_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.05), inset 0 -.0625rem 0 0 #bb0000;--sapContent_Information_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.05), inset 0 -.0625rem 0 0 #0a6ed1;--sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapFontHeaderFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 2.25rem;--sapFontHeader2Size: 1.5rem;--sapFontHeader3Size: 1.25rem;--sapFontHeader4Size: 1.125rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: none;--sapLink_Hover_Color: #0854a0;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #0a6ed1;--sapLink_Active_TextDecoration: underline;--sapLink_Visited_Color: #0a6ed1;--sapLink_InvertedColor: #d3e8fd;--sapLink_SubtleColor: #074888;--sapShell_Background: #edeff0;--sapShell_BackgroundImage: linear-gradient(to bottom, #dfe3e4, #f3f4f5);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #354a5f;--sapShell_TextColor: #fff;--sapShell_InteractiveBackground: #354a5f;--sapShell_InteractiveTextColor: #d1e8ff;--sapShell_InteractiveBorderColor: #7996b4;--sapShell_GroupTitleTextColor: #232629;--sapShell_GroupTitleTextShadow: 0 0 .125rem #fff;--sapShell_Hover_Background: #283848;--sapShell_Active_Background: #23303e;--sapShell_Active_TextColor: #fff;--sapShell_Selected_Background: #23303e;--sapShell_Selected_TextColor: #fff;--sapShell_Selected_Hover_Background: #23303e;--sapShell_Favicon: none;--sapShell_Navigation_Background: #354a5f;--sapShell_Navigation_Hover_Background: #283848;--sapShell_Navigation_SelectedColor: #d1e8ff;--sapShell_Navigation_Selected_TextColor: #d1e8ff;--sapShell_Navigation_TextColor: #fff;--sapShell_Navigation_Active_TextColor: #fff;--sapShell_Navigation_Active_Background: #23303e;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(0,0,0,.08), inset 0 -.0625rem 0 0 rgba(0,0,0,.18);--sapShell_NegativeColor: #f88;--sapShell_CriticalColor: #f8b67d;--sapShell_PositiveColor: #abe2c2;--sapShell_InformativeColor: #b1d6fb;--sapShell_NeutralColor: #d4d6d7;--sapShell_Assistant_ForegroundColor: #9f88ff;--sapShell_SubBrand_TextColor: #fff;--sapShell_Category_1_Background: #286eb4;--sapShell_Category_1_BorderColor: #286eb4;--sapShell_Category_1_TextColor: #fff;--sapShell_Category_1_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_2_Background: #db1f77;--sapShell_Category_2_BorderColor: #db1f77;--sapShell_Category_2_TextColor: #fff;--sapShell_Category_2_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_3_Background: #d58215;--sapShell_Category_3_BorderColor: #d58215;--sapShell_Category_3_TextColor: #fff;--sapShell_Category_3_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_4_Background: #892971;--sapShell_Category_4_BorderColor: #892971;--sapShell_Category_4_TextColor: #fff;--sapShell_Category_4_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_5_Background: #bb2f2f;--sapShell_Category_5_BorderColor: #bb2f2f;--sapShell_Category_5_TextColor: #fff;--sapShell_Category_5_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_6_Background: #1193a2;--sapShell_Category_6_BorderColor: #1193a2;--sapShell_Category_6_TextColor: #fff;--sapShell_Category_6_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_7_Background: #cf5db3;--sapShell_Category_7_BorderColor: #cf5db3;--sapShell_Category_7_TextColor: #fff;--sapShell_Category_7_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_8_Background: #8b9668;--sapShell_Category_8_BorderColor: #8b9668;--sapShell_Category_8_TextColor: #fff;--sapShell_Category_8_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_9_Background: #597da1;--sapShell_Category_9_BorderColor: #597da1;--sapShell_Category_9_TextColor: #fff;--sapShell_Category_9_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_10_Background: #647987;--sapShell_Category_10_BorderColor: #647987;--sapShell_Category_10_TextColor: #fff;--sapShell_Category_10_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_11_Background: #dc5b5b;--sapShell_Category_11_BorderColor: #dc5b5b;--sapShell_Category_11_TextColor: #fff;--sapShell_Category_11_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_12_Background: #5154bd;--sapShell_Category_12_BorderColor: #5154bd;--sapShell_Category_12_TextColor: #fff;--sapShell_Category_12_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_13_Background: #bc1b66;--sapShell_Category_13_BorderColor: #bc1b66;--sapShell_Category_13_TextColor: #fff;--sapShell_Category_13_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_14_Background: #49797e;--sapShell_Category_14_BorderColor: #49797e;--sapShell_Category_14_TextColor: #fff;--sapShell_Category_14_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_15_Background: #476380;--sapShell_Category_15_BorderColor: #476380;--sapShell_Category_15_TextColor: #fff;--sapShell_Category_15_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_16_Background: #687a33;--sapShell_Category_16_BorderColor: #687a33;--sapShell_Category_16_TextColor: #fff;--sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Space_S: .5rem;--sapShell_Space_M: 2rem;--sapShell_Space_L: 2rem;--sapShell_Space_XL: 3rem;--sapShell_Gap_S: .5rem;--sapShell_Gap_M: 1rem;--sapShell_Gap_L: 1rem;--sapShell_Gap_XL: 1rem;--sapShell_GroupGap_S: 2rem;--sapShell_GroupGap_M: 3rem;--sapShell_GroupGap_L: 3rem;--sapShell_GroupGap_XL: 3rem;--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #1e009c;--sapAssistant_Active_BorderColor: #1e009c;--sapAssistant_Active_TextColor: #fff;--sapAssistant_Question_Background: #eae5ff;--sapAssistant_Question_BorderColor: #eae5ff;--sapAssistant_Question_TextColor: #232629;--sapAssistant_Answer_Background: #f4f4f4;--sapAssistant_Answer_BorderColor: #f4f4f4;--sapAssistant_Answer_TextColor: #232629;--sapAvatar_1_Background: #d08014;--sapAvatar_1_BorderColor: #d08014;--sapAvatar_1_TextColor: #fff;--sapAvatar_1_Hover_Background: #d08014;--sapAvatar_2_Background: #d04343;--sapAvatar_2_BorderColor: #d04343;--sapAvatar_2_TextColor: #fff;--sapAvatar_2_Hover_Background: #d04343;--sapAvatar_3_Background: #db1f77;--sapAvatar_3_BorderColor: #db1f77;--sapAvatar_3_TextColor: #fff;--sapAvatar_3_Hover_Background: #db1f77;--sapAvatar_4_Background: #c0399f;--sapAvatar_4_BorderColor: #c0399f;--sapAvatar_4_TextColor: #fff;--sapAvatar_4_Hover_Background: #c0399f;--sapAvatar_5_Background: #6367de;--sapAvatar_5_BorderColor: #6367de;--sapAvatar_5_TextColor: #fff;--sapAvatar_5_Hover_Background: #6367de;--sapAvatar_6_Background: #286eb4;--sapAvatar_6_BorderColor: #286eb4;--sapAvatar_6_TextColor: #fff;--sapAvatar_6_Hover_Background: #286eb4;--sapAvatar_7_Background: #0f828f;--sapAvatar_7_BorderColor: #0f828f;--sapAvatar_7_TextColor: #fff;--sapAvatar_7_Hover_Background: #0f828f;--sapAvatar_8_Background: #7ca10c;--sapAvatar_8_BorderColor: #7ca10c;--sapAvatar_8_TextColor: #fff;--sapAvatar_8_Hover_Background: #7ca10c;--sapAvatar_9_Background: #925ace;--sapAvatar_9_BorderColor: #925ace;--sapAvatar_9_TextColor: #fff;--sapAvatar_9_Hover_Background: #925ace;--sapAvatar_10_Background: #647987;--sapAvatar_10_BorderColor: #647987;--sapAvatar_10_TextColor: #fff;--sapAvatar_10_Hover_Background: #647987;--sapAvatar_Lite_BorderColor: transparent;--sapAvatar_Lite_Background: transparent;--sapAvatar_Hover_BorderColor: rgba(137,145,154,.25);--sapButton_Background: #fff;--sapButton_BorderColor: #0854a0;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .25rem;--sapButton_TextColor: #0854a0;--sapButton_FontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapButton_Hover_Background: #ebf5fe;--sapButton_Hover_BorderColor: #0854a0;--sapButton_Hover_TextColor: #0854a0;--sapButton_IconColor: #0854a0;--sapButton_Active_Background: #0854a0;--sapButton_Active_BorderColor: #0854a0;--sapButton_Active_TextColor: #fff;--sapButton_Emphasized_Background: #0a6ed1;--sapButton_Emphasized_BorderColor: #0a6ed1;--sapButton_Emphasized_BorderWidth: .0625rem;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_FontFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapButton_Emphasized_Hover_Background: #085caf;--sapButton_Emphasized_Hover_BorderColor: #085caf;--sapButton_Emphasized_Hover_TextColor: #fff;--sapButton_Emphasized_Active_Background: #0854a0;--sapButton_Emphasized_Active_BorderColor: #0854a0;--sapButton_Emphasized_Active_TextColor: #fff;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #fff;--sapButton_Reject_BorderColor: #bb0000;--sapButton_Reject_TextColor: #b00;--sapButton_Reject_Hover_Background: #ffebeb;--sapButton_Reject_Hover_BorderColor: #bb0000;--sapButton_Reject_Hover_TextColor: #b00;--sapButton_Reject_Active_Background: #a20000;--sapButton_Reject_Active_BorderColor: #a20000;--sapButton_Reject_Active_TextColor: #fff;--sapButton_Reject_Selected_Background: #a20000;--sapButton_Reject_Selected_BorderColor: #a20000;--sapButton_Reject_Selected_TextColor: #fff;--sapButton_Reject_Selected_Hover_Background: #b00;--sapButton_Reject_Selected_Hover_BorderColor: #b00;--sapButton_Accept_Background: #fff;--sapButton_Accept_BorderColor: #107e3e;--sapButton_Accept_TextColor: #107e3e;--sapButton_Accept_Hover_Background: #f1fdf6;--sapButton_Accept_Hover_BorderColor: #107e3e;--sapButton_Accept_Hover_TextColor: #107e3e;--sapButton_Accept_Active_Background: #0d6733;--sapButton_Accept_Active_BorderColor: #0d6733;--sapButton_Accept_Active_TextColor: #fff;--sapButton_Accept_Selected_Background: #0d6733;--sapButton_Accept_Selected_BorderColor: #0d6733;--sapButton_Accept_Selected_TextColor: #fff;--sapButton_Accept_Selected_Hover_Background: #107e3e;--sapButton_Accept_Selected_Hover_BorderColor: #107e3e;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #0854a0;--sapButton_Lite_Hover_Background: #ebf5fe;--sapButton_Lite_Hover_BorderColor: #0854a0;--sapButton_Lite_Hover_TextColor: #0854a0;--sapButton_Lite_Active_Background: #0854a0;--sapButton_Lite_Active_BorderColor: #0854a0;--sapButton_Selected_Background: #0854a0;--sapButton_Selected_BorderColor: #0854a0;--sapButton_Selected_TextColor: #fff;--sapButton_Selected_Hover_Background: #095caf;--sapButton_Selected_Hover_BorderColor: #095caf;--sapButton_Attention_Background: #fff;--sapButton_Attention_BorderColor: #df6e0c;--sapButton_Attention_TextColor: #232629;--sapButton_Attention_Hover_Background: #fef7f1;--sapButton_Attention_Hover_BorderColor: #df6e0c;--sapButton_Attention_Hover_TextColor: #232629;--sapButton_Attention_Active_Background: #f3801c;--sapButton_Attention_Active_BorderColor: #f3801c;--sapButton_Attention_Active_TextColor: #fff;--sapButton_Attention_Selected_Background: #f3801c;--sapButton_Attention_Selected_BorderColor: #f3801c;--sapButton_Attention_Selected_TextColor: #fff;--sapButton_Attention_Selected_Hover_Background: #f48e34;--sapButton_Attention_Selected_Hover_BorderColor: #f48e34;--sapButton_Negative_Background: #bb0000;--sapButton_Negative_BorderColor: #bb0000;--sapButton_Negative_TextColor: #fff;--sapButton_Negative_Hover_Background: #970000;--sapButton_Negative_Hover_BorderColor: #970000;--sapButton_Negative_Hover_TextColor: #fff;--sapButton_Negative_Active_Background: #800;--sapButton_Negative_Active_BorderColor: #800;--sapButton_Negative_Active_TextColor: #fff;--sapButton_Critical_Background: #df6e0c;--sapButton_Critical_BorderColor: #df6e0c;--sapButton_Critical_TextColor: #fff;--sapButton_Critical_Hover_Background: #f3801c;--sapButton_Critical_Hover_BorderColor: #f3801c;--sapButton_Critical_Hover_TextColor: #fff;--sapButton_Critical_Active_Background: #f5933e;--sapButton_Critical_Active_BorderColor: #f5933e;--sapButton_Critical_Active_TextColor: #fff;--sapButton_Success_Background: #107e3e;--sapButton_Success_BorderColor: #107e3e;--sapButton_Success_TextColor: #fff;--sapButton_Success_Hover_Background: #0c5e2e;--sapButton_Success_Hover_BorderColor: #0c5e2e;--sapButton_Success_Hover_TextColor: #fff;--sapButton_Success_Active_Background: #0a5128;--sapButton_Success_Active_BorderColor: #0a5128;--sapButton_Success_Active_TextColor: #fff;--sapButton_Information_Background: #0a6ed1;--sapButton_Information_BorderColor: #0a6ed1;--sapButton_Information_TextColor: #fff;--sapButton_Information_Hover_Background: #0961b9;--sapButton_Information_Hover_BorderColor: #0961b9;--sapButton_Information_Hover_TextColor: #fff;--sapButton_Information_Active_Background: #0854a0;--sapButton_Information_Active_BorderColor: #0854a0;--sapButton_Information_Active_TextColor: #fff;--sapButton_Neutral_Background: #6a6d70;--sapButton_Neutral_BorderColor: #6a6d70;--sapButton_Neutral_TextColor: #fff;--sapButton_Neutral_Hover_Background: #595b5e;--sapButton_Neutral_Hover_BorderColor: #595b5e;--sapButton_Neutral_Hover_TextColor: #fff;--sapButton_Neutral_Active_Background: #515456;--sapButton_Neutral_Active_BorderColor: #515456;--sapButton_Neutral_Active_TextColor: #fff;--sapButton_Track_Background: #ededed;--sapButton_Track_BorderColor: #89919a;--sapButton_Track_TextColor: #232629;--sapButton_Track_Hover_Background: #ededed;--sapButton_Track_Hover_BorderColor: #0854a0;--sapButton_Track_Selected_Background: #ebf5fe;--sapButton_Track_Selected_BorderColor: #0854a0;--sapButton_Track_Selected_TextColor: #232629;--sapButton_Track_Selected_Hover_Background: #ebf5fe;--sapButton_Track_Selected_Hover_BorderColor: #095caf;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #89919a;--sapButton_Handle_TextColor: #232629;--sapButton_Handle_Hover_Background: #ebf5fe;--sapButton_Handle_Hover_BorderColor: #0854a0;--sapButton_Handle_Selected_Background: #0854a0;--sapButton_Handle_Selected_BorderColor: #0854a0;--sapButton_Handle_Selected_TextColor: #fff;--sapButton_Handle_Selected_Hover_Background: #095caf;--sapButton_Handle_Selected_Hover_BorderColor: #095caf;--sapButton_Track_Negative_Background: #ffebeb;--sapButton_Track_Negative_BorderColor: #bb0000;--sapButton_Track_Negative_TextColor: #b00;--sapButton_Track_Negative_Hover_Background: #ffebeb;--sapButton_Track_Negative_Hover_BorderColor: #bb0000;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #bb0000;--sapButton_Handle_Negative_TextColor: #b00;--sapButton_Handle_Negative_Hover_Background: #ffebeb;--sapButton_Handle_Negative_Hover_BorderColor: #bb0000;--sapButton_Track_Positive_Background: #f1fdf6;--sapButton_Track_Positive_BorderColor: #107e3e;--sapButton_Track_Positive_TextColor: #107e3e;--sapButton_Track_Positive_Hover_Background: #f1fdf6;--sapButton_Track_Positive_Hover_BorderColor: #107e3e;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #107e3e;--sapButton_Handle_Positive_TextColor: #107e3e;--sapButton_Handle_Positive_Hover_Background: #f1fdf6;--sapButton_Handle_Positive_Hover_BorderColor: #107e3e;--sapButton_TokenBackground: #fafafa;--sapButton_TokenBorderColor: #c2c2c2;--sapButton_TokenBorderCornerRadius: .25rem;--sapButton_Selected_TokenBorderWidth: 0;--sapButton_ReadOnly_TokenBackground: #fafafa;--sapButton_Segment_BorderCornerRadius: 0;--sapField_Background: #fff;--sapField_BackgroundStyle: none;--sapField_TextColor: #232629;--sapField_PlaceholderTextColor: #74777a;--sapField_BorderColor: #89919a;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: solid;--sapField_BorderCornerRadius: .125rem;--sapField_Shadow: none;--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: none;--sapField_Hover_BorderColor: #0854a0;--sapField_Hover_HelpBackground: #ebf5fe;--sapField_Hover_Shadow: none;--sapField_Hover_InvalidShadow: none;--sapField_Hover_WarningShadow: none;--sapField_Hover_SuccessShadow: none;--sapField_Hover_InformationShadow: none;--sapField_Active_BorderColor: #0854a0;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #000;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: #f8f8f8;--sapField_ReadOnly_BackgroundStyle: none;--sapField_ReadOnly_BorderColor: #89919a;--sapField_ReadOnly_BorderStyle: solid;--sapField_ReadOnly_HelpBackground: #f8f8f8;--sapField_RequiredColor: #ce3b3b;--sapField_InvalidColor: #bb0000;--sapField_InvalidBackground: #fff;--sapField_InvalidBackgroundStyle: none;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: solid;--sapField_InvalidShadow: none;--sapField_WarningColor: #df6e0c;--sapField_WarningBackground: #fff;--sapField_WarningBackgroundStyle: none;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: solid;--sapField_WarningShadow: none;--sapField_SuccessColor: #107e3e;--sapField_SuccessBackground: #fff;--sapField_SuccessBackgroundStyle: none;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: solid;--sapField_SuccessShadow: none;--sapField_InformationColor: #0a6ed1;--sapField_InformationBackground: #fff;--sapField_InformationBackgroundStyle: none;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: solid;--sapField_InformationShadow: none;--sapField_Selector_Hover_Background: #fff;--sapField_Selector_Hover_InvalidBackground: #fff;--sapField_Selector_Hover_WarningBackground: #fff;--sapField_Selector_Hover_SuccessBackground: #fff;--sapField_Selector_Hover_InformationBackground: #fff;--sapField_Picker_BorderColor: #89919a;--sapField_Picker_BorderWidth: .0625rem;--sapField_Selector_BorderStyle: solid;--sapField_Selector_ReadOnly_BorderStyle: solid;--sapField_Selector_InvalidBorderStyle: solid;--sapField_Selector_WarningBorderStyle: solid;--sapField_Selector_SuccessBorderStyle: solid;--sapField_Selector_InformationBorderStyle: solid;--sapGroup_TitleBorderWidth: .0625rem;--sapGroup_TitleBackground: transparent;--sapGroup_TitleBorderColor: #d9d9d9;--sapGroup_TitleTextColor: #232629;--sapGroup_Title_FontSize: 1.125rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentBorderColor: #d9d9d9;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: 0;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: transparent;--sapToolbar_SeparatorColor: #d9d9d9;--sapList_HeaderBackground: #f2f2f2;--sapList_HeaderBorderColor: #e5e5e5;--sapList_HeaderTextColor: #232629;--sapList_BorderColor: #e5e5e5;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #232629;--sapList_Active_TextColor: #fff;--sapList_Active_Background: #0854a0;--sapList_SelectionBackgroundColor: #e5f0fa;--sapList_SelectionBorderColor: #0854a0;--sapList_Hover_SelectionBackground: #d8e9f8;--sapList_Background: #fff;--sapList_Hover_Background: #ededed;--sapList_AlternatingBackground: #f2f2f2;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #d9d9d9;--sapList_GroupHeaderTextColor: #232629;--sapList_TableGroupHeaderBackground: #efefef;--sapList_TableGroupHeaderBorderColor: #d9d9d9;--sapList_TableGroupHeaderTextColor: #232629;--sapList_FooterBackground: #fafafa;--sapList_FooterTextColor: #232629;--sapList_TableFooterBorder: #d9d9d9;--sapList_TableFixedBorderColor: #8c8c8c;--sapList_TableFixedColumnBorderWidth: .0625rem;--sapList_TableFixedRowBorderWidth: .125rem;--sapMessage_BorderWidth: .0625rem;--sapMessage_ErrorBorderColor: #bb0000;--sapMessage_WarningBorderColor: #df6e0c;--sapMessage_SuccessBorderColor: #107e3e;--sapMessage_InformationBorderColor: #0a6ed1;--sapMessage_Button_Hover_Background: rgba(235,245,254,.2);--sapPopover_BorderCornerRadius: .25rem;--sapProgress_Background: #fff;--sapProgress_BorderColor: #89919a;--sapProgress_TextColor: #232629;--sapProgress_FontSize: .75rem;--sapProgress_NegativeBackground: #fff;--sapProgress_NegativeBorderColor: #89919a;--sapProgress_NegativeTextColor: #232629;--sapProgress_CriticalBackground: #fff;--sapProgress_CriticalBorderColor: #89919a;--sapProgress_CriticalTextColor: #232629;--sapProgress_PositiveBackground: #fff;--sapProgress_PositiveBorderColor: #89919a;--sapProgress_PositiveTextColor: #232629;--sapProgress_InformationBackground: #fff;--sapProgress_InformationBorderColor: #89919a;--sapProgress_InformationTextColor: #232629;--sapProgress_Value_Background: #6a6d70;--sapProgress_Value_BorderColor: #89919a;--sapProgress_Value_TextColor: #232629;--sapProgress_Value_NegativeBackground: #bb0000;--sapProgress_Value_NegativeBorderColor: #fff;--sapProgress_Value_NegativeTextColor: #232629;--sapProgress_Value_CriticalBackground: #df6e0c;--sapProgress_Value_CriticalBorderColor: #fff;--sapProgress_Value_CriticalTextColor: #232629;--sapProgress_Value_PositiveBackground: #107e3e;--sapProgress_Value_PositiveBorderColor: #fff;--sapProgress_Value_PositiveTextColor: #232629;--sapProgress_Value_InformationBackground: #0a6ed1;--sapProgress_Value_InformationBorderColor: #fff;--sapProgress_Value_InformationTextColor: #232629;--sapScrollBar_FaceColor: #949494;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #949494;--sapScrollBar_SymbolColor: #0854a0;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #8c8c8c;--sapSlider_Background: #89919a;--sapSlider_BorderColor: #89919a;--sapSlider_Selected_Background: #0854a0;--sapSlider_Selected_BorderColor: #0854a0;--sapSlider_Selected_Dimension: 111px;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #89919a;--sapSlider_RangeHandleBackground: transparent;--sapSlider_Hover_HandleBackground: #ebf5fe;--sapSlider_Hover_HandleBorderColor: #0854a0;--sapSlider_Hover_RangeHandleBackground: #ebf5fe;--sapSlider_Active_HandleBackground: #0854a0;--sapSlider_Active_HandleBorderColor: #0854a0;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #d9d9d9;--sapPageHeader_TextColor: #232629;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #d9d9d9;--sapPageFooter_TextColor: #232629;--sapInfobar_Background: #0f828f;--sapInfobar_Hover_Background: #0e7581;--sapInfobar_Active_Background: #0a545c;--sapInfobar_NonInteractive_Background: #e6e6e6;--sapInfobar_TextColor: #fff;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #ededed;--sapObjectHeader_BorderColor: #d9d9d9;--sapObjectHeader_Title_TextColor: #232629;--sapObjectHeader_Title_FontSize: 1.25rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #6a6d70;--sapBlockLayer_Background: #000;--sapBlockLayer_Opacity: .2;--sapTab_TextColor: #6a6d70;--sapTab_ForegroundColor: #0854a0;--sapTab_IconColor: #0854a0;--sapTab_Background: #fff;--sapTab_Selected_TextColor: #0854a0;--sapTab_Selected_IconColor: #fff;--sapTab_Selected_Background: #0854a0;--sapTab_Selected_Indicator_Dimension: .1875rem;--sapTab_Positive_TextColor: #107e3e;--sapTab_Positive_ForegroundColor: #107e3e;--sapTab_Positive_IconColor: #107e3e;--sapTab_Positive_Selected_TextColor: #107e3e;--sapTab_Positive_Selected_IconColor: #fff;--sapTab_Positive_Selected_Background: #107e3e;--sapTab_Negative_TextColor: #bb0000;--sapTab_Negative_ForegroundColor: #bb0000;--sapTab_Negative_IconColor: #b00;--sapTab_Negative_Selected_TextColor: #bb0000;--sapTab_Negative_Selected_IconColor: #fff;--sapTab_Negative_Selected_Background: #bb0000;--sapTab_Critical_TextColor: #b3590a;--sapTab_Critical_ForegroundColor: #df6e0c;--sapTab_Critical_IconColor: #df6e0c;--sapTab_Critical_Selected_TextColor: #b3590a;--sapTab_Critical_Selected_IconColor: #fff;--sapTab_Critical_Selected_Background: #df6e0c;--sapTab_Neutral_TextColor: #6a6d70;--sapTab_Neutral_ForegroundColor: #6a6d70;--sapTab_Neutral_IconColor: #6a6d70;--sapTab_Neutral_Selected_TextColor: #6a6d70;--sapTab_Neutral_Selected_IconColor: #fff;--sapTab_Neutral_Selected_Background: #6a6d70;--sapTile_Background: #fff;--sapTile_Hover_Background: #f5f5f5;--sapTile_Active_Background: #f5f5f5;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: .25rem;--sapTile_TitleTextColor: #232629;--sapTile_TextColor: #6a6d70;--sapTile_IconColor: #5a7da0;--sapTile_SeparatorColor: #ccc;--sapTile_Interactive_BorderColor: #b3b3b3;--sapTile_OverlayBackground: rgba(0,0,0,.8);--sapTile_OverlayForegroundColor: #fff;--sapTile_Hover_ContentBackground: #f5f5f5;--sapTile_Active_ContentBackground: #f5f5f5;--sapAccentColor1: #d08014;--sapAccentColor2: #d04343;--sapAccentColor3: #db1f77;--sapAccentColor4: #c0399f;--sapAccentColor5: #6367de;--sapAccentColor6: #286eb4;--sapAccentColor7: #0f828f;--sapAccentColor8: #7ca10c;--sapAccentColor9: #925ace;--sapAccentColor10: #647987;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #fff0fa;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #dafdf5;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #880000;--sapIndicationColor_1_Background: #880000;--sapIndicationColor_1_BorderColor: #880000;--sapIndicationColor_1_TextColor: #fff;--sapIndicationColor_1_Hover_Background: #6f0000;--sapIndicationColor_1_Active_Background: #500;--sapIndicationColor_1_Active_BorderColor: #880000;--sapIndicationColor_1_Active_TextColor: #fff;--sapIndicationColor_1_Selected_Background: #500;--sapIndicationColor_1_Selected_BorderColor: #880000;--sapIndicationColor_1_Selected_TextColor: #fff;--sapIndicationColor_1b: #fb9d9d;--sapIndicationColor_1b_TextColor: #830707;--sapIndicationColor_1b_Background: #fb9d9d;--sapIndicationColor_1b_BorderColor: #fb9d9d;--sapIndicationColor_1b_Hover_Background: #fa8585;--sapIndicationColor_2: #bb0000;--sapIndicationColor_2_Background: #bb0000;--sapIndicationColor_2_BorderColor: #bb0000;--sapIndicationColor_2_TextColor: #fff;--sapIndicationColor_2_Hover_Background: #a20000;--sapIndicationColor_2_Active_Background: #800;--sapIndicationColor_2_Active_BorderColor: #bb0000;--sapIndicationColor_2_Active_TextColor: #fff;--sapIndicationColor_2_Selected_Background: #800;--sapIndicationColor_2_Selected_BorderColor: #bb0000;--sapIndicationColor_2_Selected_TextColor: #fff;--sapIndicationColor_2b: #fcc4c4;--sapIndicationColor_2b_TextColor: #a90909;--sapIndicationColor_2b_Background: #fcc4c4;--sapIndicationColor_2b_BorderColor: #fcc4c4;--sapIndicationColor_2b_Hover_Background: #fbacac;--sapIndicationColor_3: #df6e0c;--sapIndicationColor_3_Background: #df6e0c;--sapIndicationColor_3_BorderColor: #df6e0c;--sapIndicationColor_3_TextColor: #fff;--sapIndicationColor_3_Hover_Background: #d0670b;--sapIndicationColor_3_Active_Background: #c2600a;--sapIndicationColor_3_Active_BorderColor: #df6e0c;--sapIndicationColor_3_Active_TextColor: #fff;--sapIndicationColor_3_Selected_Background: #c2600a;--sapIndicationColor_3_Selected_BorderColor: #df6e0c;--sapIndicationColor_3_Selected_TextColor: #fff;--sapIndicationColor_3b: #ffdfc3;--sapIndicationColor_3b_TextColor: #a44d00;--sapIndicationColor_3b_Background: #ffdfc3;--sapIndicationColor_3b_BorderColor: #ffdfc3;--sapIndicationColor_3b_Hover_Background: #ffd1a9;--sapIndicationColor_4: #107e3e;--sapIndicationColor_4_Background: #107e3e;--sapIndicationColor_4_BorderColor: #107e3e;--sapIndicationColor_4_TextColor: #fff;--sapIndicationColor_4_Hover_Background: #0d6733;--sapIndicationColor_4_Active_Background: #0a5128;--sapIndicationColor_4_Active_BorderColor: #107e3e;--sapIndicationColor_4_Active_TextColor: #fff;--sapIndicationColor_4_Selected_Background: #0a5128;--sapIndicationColor_4_Selected_BorderColor: #107e3e;--sapIndicationColor_4_Selected_TextColor: #fff;--sapIndicationColor_4b: #bae8bc;--sapIndicationColor_4b_TextColor: #256f28;--sapIndicationColor_4b_Background: #bae8bc;--sapIndicationColor_4b_BorderColor: #bae8bc;--sapIndicationColor_4b_Hover_Background: #a7e2a9;--sapIndicationColor_5: #0a6ed1;--sapIndicationColor_5_Background: #0a6ed1;--sapIndicationColor_5_BorderColor: #0a6ed1;--sapIndicationColor_5_TextColor: #fff;--sapIndicationColor_5_Hover_Background: #0961b9;--sapIndicationColor_5_Active_Background: #0854a0;--sapIndicationColor_5_Active_BorderColor: #0a6ed1;--sapIndicationColor_5_Active_TextColor: #fff;--sapIndicationColor_5_Selected_Background: #0854a0;--sapIndicationColor_5_Selected_BorderColor: #0a6ed1;--sapIndicationColor_5_Selected_TextColor: #fff;--sapIndicationColor_5b: #d9ebff;--sapIndicationColor_5b_TextColor: #0067d9;--sapIndicationColor_5b_Background: #d9ebff;--sapIndicationColor_5b_BorderColor: #d9ebff;--sapIndicationColor_5b_Hover_Background: #c0deff;--sapIndicationColor_6: #0f828f;--sapIndicationColor_6_Background: #0f828f;--sapIndicationColor_6_BorderColor: #0f828f;--sapIndicationColor_6_TextColor: #fff;--sapIndicationColor_6_Hover_Background: #0d6d78;--sapIndicationColor_6_Active_Background: #0a5861;--sapIndicationColor_6_Active_BorderColor: #0f828f;--sapIndicationColor_6_Active_TextColor: #fff;--sapIndicationColor_6_Selected_Background: #0a5861;--sapIndicationColor_6_Selected_BorderColor: #0f828f;--sapIndicationColor_6_Selected_TextColor: #fff;--sapIndicationColor_6b: #cdf5ec;--sapIndicationColor_6b_TextColor: #156b58;--sapIndicationColor_6b_Background: #cdf5ec;--sapIndicationColor_6b_BorderColor: #cdf5ec;--sapIndicationColor_6b_Hover_Background: #b8f1e4;--sapIndicationColor_7: #925ace;--sapIndicationColor_7_Background: #925ace;--sapIndicationColor_7_BorderColor: #925ace;--sapIndicationColor_7_TextColor: #fff;--sapIndicationColor_7_Hover_Background: #8546c8;--sapIndicationColor_7_Active_Background: #7838bd;--sapIndicationColor_7_Active_BorderColor: #925ace;--sapIndicationColor_7_Active_TextColor: #fff;--sapIndicationColor_7_Selected_Background: #7838bd;--sapIndicationColor_7_Selected_BorderColor: #925ace;--sapIndicationColor_7_Selected_TextColor: #fff;--sapIndicationColor_7b: #e2dbff;--sapIndicationColor_7b_TextColor: #5f38ff;--sapIndicationColor_7b_Background: #e2dbff;--sapIndicationColor_7b_BorderColor: #e2dbff;--sapIndicationColor_7b_Hover_Background: #cdc2ff;--sapIndicationColor_8: #c0399f;--sapIndicationColor_8_Background: #c0399f;--sapIndicationColor_8_BorderColor: #c0399f;--sapIndicationColor_8_TextColor: #fff;--sapIndicationColor_8_Hover_Background: #ac338f;--sapIndicationColor_8_Active_Background: #992d7e;--sapIndicationColor_8_Active_BorderColor: #c0399f;--sapIndicationColor_8_Active_TextColor: #fff;--sapIndicationColor_8_Selected_Background: #992d7e;--sapIndicationColor_8_Selected_BorderColor: #c0399f;--sapIndicationColor_8_Selected_TextColor: #fff;--sapIndicationColor_8b: #f8d6ff;--sapIndicationColor_8b_TextColor: #a100c2;--sapIndicationColor_8b_Background: #f8d6ff;--sapIndicationColor_8b_BorderColor: #f8d6ff;--sapIndicationColor_8b_Hover_Background: #f4bdff;--sapIndicationColor_9: #1d2d3e;--sapIndicationColor_9_Background: #1d2d3e;--sapIndicationColor_9_BorderColor: #1d2d3e;--sapIndicationColor_9_TextColor: #fff;--sapIndicationColor_9_Hover_Background: #15202d;--sapIndicationColor_9_Active_Background: #0d141b;--sapIndicationColor_9_Active_BorderColor: #1d2d3e;--sapIndicationColor_9_Active_TextColor: #fff;--sapIndicationColor_9_Selected_Background: #0d141b;--sapIndicationColor_9_Selected_BorderColor: #1d2d3e;--sapIndicationColor_9_Selected_TextColor: #fff;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_TextColor: #2e2e2e;--sapIndicationColor_9b_Background: #fff;--sapIndicationColor_9b_BorderColor: #d9d9d9;--sapIndicationColor_9b_Hover_Background: #f2f2f2;--sapIndicationColor_10: #45484a;--sapIndicationColor_10_Background: #45484a;--sapIndicationColor_10_BorderColor: #45484a;--sapIndicationColor_10_TextColor: #fff;--sapIndicationColor_10_Hover_Background: #393b3d;--sapIndicationColor_10_Active_Background: #2c2e30;--sapIndicationColor_10_Active_BorderColor: #45484a;--sapIndicationColor_10_Active_TextColor: #fff;--sapIndicationColor_10_Selected_Background: #2c2e30;--sapIndicationColor_10_Selected_BorderColor: #45484a;--sapIndicationColor_10_Selected_TextColor: #fff;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_TextColor: #464646;--sapIndicationColor_10b_Background: #eaecee;--sapIndicationColor_10b_BorderColor: #eaecee;--sapIndicationColor_10b_Hover_Background: #dcdfe3;--sapLegend_WorkingBackground: #fafafa;--sapLegend_NonWorkingBackground: #dedede;--sapLegend_CurrentDateTime: #c0399f;--sapLegendColor1: #d58215;--sapLegendColor2: #dc5b5b;--sapLegendColor3: #db1f77;--sapLegendColor4: #9b3b3b;--sapLegendColor5: #cf5db3;--sapLegendColor6: #286eb4;--sapLegendColor7: #1193a2;--sapLegendColor8: #8b9668;--sapLegendColor9: #647987;--sapLegendColor10: #892971;--sapLegendColor11: #725a3a;--sapLegendColor12: #bb2f2f;--sapLegendColor13: #bc1b66;--sapLegendColor14: #8b714f;--sapLegendColor15: #606190;--sapLegendColor16: #597da1;--sapLegendColor17: #49797e;--sapLegendColor18: #687a33;--sapLegendColor19: #295989;--sapLegendColor20: #5154bd;--sapLegendBackgroundColor1: #fdf3e7;--sapLegendBackgroundColor2: #faeaea;--sapLegendBackgroundColor3: #fce9f2;--sapLegendBackgroundColor4: #f8ecec;--sapLegendBackgroundColor5: #f9ebf5;--sapLegendBackgroundColor6: #ebf3fa;--sapLegendBackgroundColor7: #e8fbfd;--sapLegendBackgroundColor8: #f3f4ef;--sapLegendBackgroundColor9: #f1f3f4;--sapLegendBackgroundColor10: #f9ebf6;--sapLegendBackgroundColor11: #f6f2ed;--sapLegendBackgroundColor12: #faeaea;--sapLegendBackgroundColor13: #fce9f2;--sapLegendBackgroundColor14: #f5f2ee;--sapLegendBackgroundColor15: #f0f0f5;--sapLegendBackgroundColor16: #eff2f6;--sapLegendBackgroundColor17: #eff5f6;--sapLegendBackgroundColor18: #f5f7ed;--sapLegendBackgroundColor19: #ebf2f9;--sapLegendBackgroundColor20: #ecedf8;--sapChart_Background: transparent;--sapChart_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapChart_ContrastShadowColor: #fff;--sapChart_ContrastLineColor: #fff;--sapChart_LineColor_1: #e1e3e5;--sapChart_LineColor_2: #fff;--sapChart_LineColor_3: #000;--sapChart_Choropleth_Background: #f7f7f8;--sapChart_ChoroplethRegion_Background: #848f94;--sapChart_ChoroplethRegion_BorderColor: #f7f7f8;--sapChart_Data_TextColor: #000;--sapChart_Data_ContrastTextColor: #fff;--sapChart_Data_InteractiveColor: #000;--sapChart_Data_Active_Background: #d4d4d4;--sapChart_OrderedColor_1: #438cd5;--sapChart_OrderedColor_2: #e66729;--sapChart_OrderedColor_3: #16976c;--sapChart_OrderedColor_4: #ed4a7b;--sapChart_OrderedColor_5: #945ecf;--sapChart_OrderedColor_6: #1193a2;--sapChart_OrderedColor_7: #525df4;--sapChart_OrderedColor_8: #bf399e;--sapChart_OrderedColor_9: #6c8893;--sapChart_OrderedColor_10: #ed5f5f;--sapChart_OrderedColor_11: #2f6497;--sapChart_OrderedColor_12: #b08e6d;--sapChart_Bad: #dc0d0e;--sapChart_Critical: #cb7d0c;--sapChart_Good: #3c9d57;--sapChart_Neutral: #848f94;--sapChart_Sequence_1_Plus3: #9cc7f2;--sapChart_Sequence_1_Plus3_TextColor: #000;--sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus2: #7eb2e7;--sapChart_Sequence_1_Plus2_TextColor: #000;--sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus1: #5e9edd;--sapChart_Sequence_1_Plus1_TextColor: #000;--sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1: #438cd5;--sapChart_Sequence_1_TextColor: #000;--sapChart_Sequence_1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_BorderColor: #438cd5;--sapChart_Sequence_1_Minus1: #3170af;--sapChart_Sequence_1_Minus1_TextColor: #fff;--sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus2: #15599d;--sapChart_Sequence_1_Minus2_TextColor: #fff;--sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus3: #134f8b;--sapChart_Sequence_1_Minus3_TextColor: #fff;--sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus4: #104579;--sapChart_Sequence_1_Minus4_TextColor: #fff;--sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus5: #0e3a67;--sapChart_Sequence_1_Minus5_TextColor: #fff;--sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Plus3: #ffa376;--sapChart_Sequence_2_Plus3_TextColor: #000;--sapChart_Sequence_2_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus2: #f69565;--sapChart_Sequence_2_Plus2_TextColor: #000;--sapChart_Sequence_2_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus1: #ef7c44;--sapChart_Sequence_2_Plus1_TextColor: #000;--sapChart_Sequence_2_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2: #e66729;--sapChart_Sequence_2_TextColor: #000;--sapChart_Sequence_2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_BorderColor: #c95218;--sapChart_Sequence_2_Minus1: #c95218;--sapChart_Sequence_2_Minus1_TextColor: #fff;--sapChart_Sequence_2_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Minus2: #b83c00;--sapChart_Sequence_2_Minus2_TextColor: #fff;--sapChart_Sequence_2_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Minus3: #973e12;--sapChart_Sequence_2_Minus3_TextColor: #fff;--sapChart_Sequence_2_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Minus4: #80340f;--sapChart_Sequence_2_Minus4_TextColor: #fff;--sapChart_Sequence_2_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Minus5: #6a2b0c;--sapChart_Sequence_2_Minus5_TextColor: #fff;--sapChart_Sequence_2_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Plus3: #80cbb2;--sapChart_Sequence_3_Plus3_TextColor: #000;--sapChart_Sequence_3_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus2: #57bc9a;--sapChart_Sequence_3_Plus2_TextColor: #000;--sapChart_Sequence_3_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus1: #39a783;--sapChart_Sequence_3_Plus1_TextColor: #000;--sapChart_Sequence_3_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3: #16976c;--sapChart_Sequence_3_TextColor: #000;--sapChart_Sequence_3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_BorderColor: #0b7954;--sapChart_Sequence_3_Minus1: #0b7954;--sapChart_Sequence_3_Minus1_TextColor: #fff;--sapChart_Sequence_3_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Minus2: #025e40;--sapChart_Sequence_3_Minus2_TextColor: #fff;--sapChart_Sequence_3_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Minus3: #093e2c;--sapChart_Sequence_3_Minus3_TextColor: #fff;--sapChart_Sequence_3_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Minus4: #073123;--sapChart_Sequence_3_Minus4_TextColor: #fff;--sapChart_Sequence_3_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Minus5: #052319;--sapChart_Sequence_3_Minus5_TextColor: #fff;--sapChart_Sequence_3_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_4_Plus3: #f8b4c9;--sapChart_Sequence_4_Plus3_TextColor: #000;--sapChart_Sequence_4_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus2: #f490ae;--sapChart_Sequence_4_Plus2_TextColor: #000;--sapChart_Sequence_4_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus1: #f06a93;--sapChart_Sequence_4_Plus1_TextColor: #000;--sapChart_Sequence_4_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4: #ed4a7b;--sapChart_Sequence_4_TextColor: #000;--sapChart_Sequence_4_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_BorderColor: #ed4a7b;--sapChart_Sequence_4_Minus1: #e5386c;--sapChart_Sequence_4_Minus1_TextColor: #fff;--sapChart_Sequence_4_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_4_Minus2: #d70947;--sapChart_Sequence_4_Minus2_TextColor: #fff;--sapChart_Sequence_4_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_4_Minus3: #b51243;--sapChart_Sequence_4_Minus3_TextColor: #fff;--sapChart_Sequence_4_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_4_Minus4: #900e35;--sapChart_Sequence_4_Minus4_TextColor: #fff;--sapChart_Sequence_4_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_4_Minus5: #790c2d;--sapChart_Sequence_4_Minus5_TextColor: #fff;--sapChart_Sequence_4_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Plus3: #d3bdeb;--sapChart_Sequence_5_Plus3_TextColor: #000;--sapChart_Sequence_5_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus2: #be9de2;--sapChart_Sequence_5_Plus2_TextColor: #000;--sapChart_Sequence_5_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus1: #a97dd8;--sapChart_Sequence_5_Plus1_TextColor: #000;--sapChart_Sequence_5_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5: #945ecf;--sapChart_Sequence_5_TextColor: #000;--sapChart_Sequence_5_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_BorderColor: #945ecf;--sapChart_Sequence_5_Minus1: #8746ce;--sapChart_Sequence_5_Minus1_TextColor: #fff;--sapChart_Sequence_5_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus2: #7629cc;--sapChart_Sequence_5_Minus2_TextColor: #fff;--sapChart_Sequence_5_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus3: #6626ab;--sapChart_Sequence_5_Minus3_TextColor: #fff;--sapChart_Sequence_5_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus4: #521f8a;--sapChart_Sequence_5_Minus4_TextColor: #fff;--sapChart_Sequence_5_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus5: #3c1c5e;--sapChart_Sequence_5_Minus5_TextColor: #fff;--sapChart_Sequence_5_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Plus3: #71ccd6;--sapChart_Sequence_6_Plus3_TextColor: #000;--sapChart_Sequence_6_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus2: #4bbcc9;--sapChart_Sequence_6_Plus2_TextColor: #000;--sapChart_Sequence_6_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus1: #29858f;--sapChart_Sequence_6_Plus1_TextColor: #fff;--sapChart_Sequence_6_Plus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6: #1193a2;--sapChart_Sequence_6_TextColor: #000;--sapChart_Sequence_6_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_BorderColor: #1193a2;--sapChart_Sequence_6_Minus1: #0b7c8a;--sapChart_Sequence_6_Minus1_TextColor: #fff;--sapChart_Sequence_6_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus2: #07656f;--sapChart_Sequence_6_Minus2_TextColor: #fff;--sapChart_Sequence_6_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus3: #07525a;--sapChart_Sequence_6_Minus3_TextColor: #fff;--sapChart_Sequence_6_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus4: #064147;--sapChart_Sequence_6_Minus4_TextColor: #fff;--sapChart_Sequence_6_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus5: #042b30;--sapChart_Sequence_6_Minus5_TextColor: #fff;--sapChart_Sequence_6_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Plus3: #99a0f9;--sapChart_Sequence_7_Plus3_TextColor: #000;--sapChart_Sequence_7_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus2: #828af7;--sapChart_Sequence_7_Plus2_TextColor: #000;--sapChart_Sequence_7_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus1: #6973f6;--sapChart_Sequence_7_Plus1_TextColor: #000;--sapChart_Sequence_7_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7: #525df4;--sapChart_Sequence_7_TextColor: #fff;--sapChart_Sequence_7_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_BorderColor: #525df4;--sapChart_Sequence_7_Minus1: #3945e4;--sapChart_Sequence_7_Minus1_TextColor: #fff;--sapChart_Sequence_7_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus2: #2631d4;--sapChart_Sequence_7_Minus2_TextColor: #fff;--sapChart_Sequence_7_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus3: #222cbe;--sapChart_Sequence_7_Minus3_TextColor: #fff;--sapChart_Sequence_7_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus4: #1c249b;--sapChart_Sequence_7_Minus4_TextColor: #fff;--sapChart_Sequence_7_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus5: #161c79;--sapChart_Sequence_7_Minus5_TextColor: #fff;--sapChart_Sequence_7_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Plus3: #e598d2;--sapChart_Sequence_8_Plus3_TextColor: #000;--sapChart_Sequence_8_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus2: #d877c0;--sapChart_Sequence_8_Plus2_TextColor: #000;--sapChart_Sequence_8_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus1: #cd59b1;--sapChart_Sequence_8_Plus1_TextColor: #000;--sapChart_Sequence_8_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8: #bf399e;--sapChart_Sequence_8_TextColor: #fff;--sapChart_Sequence_8_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_BorderColor: #bf399e;--sapChart_Sequence_8_Minus1: #a92689;--sapChart_Sequence_8_Minus1_TextColor: #fff;--sapChart_Sequence_8_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus2: #921473;--sapChart_Sequence_8_Minus2_TextColor: #fff;--sapChart_Sequence_8_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus3: #801265;--sapChart_Sequence_8_Minus3_TextColor: #fff;--sapChart_Sequence_8_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus4: #6a0f54;--sapChart_Sequence_8_Minus4_TextColor: #fff;--sapChart_Sequence_8_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus5: #4b0a3b;--sapChart_Sequence_8_Minus5_TextColor: #fff;--sapChart_Sequence_8_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Plus3: #d1d9db;--sapChart_Sequence_9_Plus3_TextColor: #000;--sapChart_Sequence_9_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus2: #adbcc3;--sapChart_Sequence_9_Plus2_TextColor: #000;--sapChart_Sequence_9_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus1: #8ca2ab;--sapChart_Sequence_9_Plus1_TextColor: #000;--sapChart_Sequence_9_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9: #6c8893;--sapChart_Sequence_9_TextColor: #000;--sapChart_Sequence_9_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_BorderColor: #6c8893;--sapChart_Sequence_9_Minus1: #547582;--sapChart_Sequence_9_Minus1_TextColor: #fff;--sapChart_Sequence_9_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Minus2: #3c6372;--sapChart_Sequence_9_Minus2_TextColor: #fff;--sapChart_Sequence_9_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Minus3: #2e4b57;--sapChart_Sequence_9_Minus3_TextColor: #fff;--sapChart_Sequence_9_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Minus4: #20343c;--sapChart_Sequence_9_Minus4_TextColor: #fff;--sapChart_Sequence_9_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Minus5: #152328;--sapChart_Sequence_9_Minus5_TextColor: #fff;--sapChart_Sequence_9_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Plus3: #fbc1c1;--sapChart_Sequence_10_Plus3_TextColor: #000;--sapChart_Sequence_10_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus2: #f79d9d;--sapChart_Sequence_10_Plus2_TextColor: #000;--sapChart_Sequence_10_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus1: #f27d7d;--sapChart_Sequence_10_Plus1_TextColor: #000;--sapChart_Sequence_10_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10: #ed5f5f;--sapChart_Sequence_10_TextColor: #000;--sapChart_Sequence_10_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_BorderColor: #e04343;--sapChart_Sequence_10_Minus1: #e04343;--sapChart_Sequence_10_Minus1_TextColor: #000;--sapChart_Sequence_10_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Minus2: #d02a2a;--sapChart_Sequence_10_Minus2_TextColor: #fff;--sapChart_Sequence_10_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Minus3: #b72525;--sapChart_Sequence_10_Minus3_TextColor: #fff;--sapChart_Sequence_10_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Minus4: #9d2020;--sapChart_Sequence_10_Minus4_TextColor: #fff;--sapChart_Sequence_10_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Minus5: #841b1b;--sapChart_Sequence_10_Minus5_TextColor: #fff;--sapChart_Sequence_10_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Plus3: #85a1bb;--sapChart_Sequence_11_Plus3_TextColor: #000;--sapChart_Sequence_11_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus2: #698daf;--sapChart_Sequence_11_Plus2_TextColor: #000;--sapChart_Sequence_11_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus1: #4d79a2;--sapChart_Sequence_11_Plus1_TextColor: #000;--sapChart_Sequence_11_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11: #2f6497;--sapChart_Sequence_11_TextColor: #fff;--sapChart_Sequence_11_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_BorderColor: #2f6497;--sapChart_Sequence_11_Minus1: #245a8e;--sapChart_Sequence_11_Minus1_TextColor: #fff;--sapChart_Sequence_11_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus2: #144a7f;--sapChart_Sequence_11_Minus2_TextColor: #fff;--sapChart_Sequence_11_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus3: #103b65;--sapChart_Sequence_11_Minus3_TextColor: #fff;--sapChart_Sequence_11_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus4: #0c2b4a;--sapChart_Sequence_11_Minus4_TextColor: #fff;--sapChart_Sequence_11_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus5: #081c30;--sapChart_Sequence_11_Minus5_TextColor: #fff;--sapChart_Sequence_11_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Plus3: #ebebeb;--sapChart_Sequence_12_Plus3_TextColor: #000;--sapChart_Sequence_12_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus2: #ead8c7;--sapChart_Sequence_12_Plus2_TextColor: #000;--sapChart_Sequence_12_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus1: #d0b79e;--sapChart_Sequence_12_Plus1_TextColor: #000;--sapChart_Sequence_12_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12: #b08e6d;--sapChart_Sequence_12_TextColor: #000;--sapChart_Sequence_12_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_BorderColor: #b08e6d;--sapChart_Sequence_12_Minus1: #9e7a56;--sapChart_Sequence_12_Minus1_TextColor: #fff;--sapChart_Sequence_12_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus2: #865b31;--sapChart_Sequence_12_Minus2_TextColor: #fff;--sapChart_Sequence_12_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus3: #785431;--sapChart_Sequence_12_Minus3_TextColor: #fff;--sapChart_Sequence_12_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus4: #69492b;--sapChart_Sequence_12_Minus4_TextColor: #fff;--sapChart_Sequence_12_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus5: #523a23;--sapChart_Sequence_12_Minus5_TextColor: #fff;--sapChart_Sequence_12_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Plus3: #f99494;--sapChart_Sequence_Bad_Plus3_TextColor: #000;--sapChart_Sequence_Bad_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus2: #f66364;--sapChart_Sequence_Bad_Plus2_TextColor: #000;--sapChart_Sequence_Bad_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus1: #f33334;--sapChart_Sequence_Bad_Plus1_TextColor: #000;--sapChart_Sequence_Bad_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad: #dc0d0e;--sapChart_Sequence_Bad_TextColor: #fff;--sapChart_Sequence_Bad_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_BorderColor: #dc0d0e;--sapChart_Sequence_Bad_Minus1: #b90c0d;--sapChart_Sequence_Bad_Minus1_TextColor: #fff;--sapChart_Sequence_Bad_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus2: #b90c0d;--sapChart_Sequence_Bad_Minus2_TextColor: #fff;--sapChart_Sequence_Bad_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus3: #7c0708;--sapChart_Sequence_Bad_Minus3_TextColor: #fff;--sapChart_Sequence_Bad_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus4: #550505;--sapChart_Sequence_Bad_Minus4_TextColor: #fff;--sapChart_Sequence_Bad_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus5: #380304;--sapChart_Sequence_Bad_Minus5_TextColor: #fff;--sapChart_Sequence_Bad_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Plus3: #f7c479;--sapChart_Sequence_Critical_Plus3_TextColor: #000;--sapChart_Sequence_Critical_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus2: #f3a83a;--sapChart_Sequence_Critical_Plus2_TextColor: #000;--sapChart_Sequence_Critical_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus1: #ed920e;--sapChart_Sequence_Critical_Plus1_TextColor: #000;--sapChart_Sequence_Critical_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical: #cb7d0c;--sapChart_Sequence_Critical_TextColor: #000;--sapChart_Sequence_Critical_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_BorderColor: #cb7d0c;--sapChart_Sequence_Critical_Minus1: #b36e0b;--sapChart_Sequence_Critical_Minus1_TextColor: #000;--sapChart_Sequence_Critical_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Minus2: #915909;--sapChart_Sequence_Critical_Minus2_TextColor: #fff;--sapChart_Sequence_Critical_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus3: #744807;--sapChart_Sequence_Critical_Minus3_TextColor: #fff;--sapChart_Sequence_Critical_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus4: #573605;--sapChart_Sequence_Critical_Minus4_TextColor: #fff;--sapChart_Sequence_Critical_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus5: #3b2403;--sapChart_Sequence_Critical_Minus5_TextColor: #fff;--sapChart_Sequence_Critical_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Plus3: #9ad8ab;--sapChart_Sequence_Good_Plus3_TextColor: #000;--sapChart_Sequence_Good_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus2: #6ac683;--sapChart_Sequence_Good_Plus2_TextColor: #000;--sapChart_Sequence_Good_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus1: #46b765;--sapChart_Sequence_Good_Plus1_TextColor: #000;--sapChart_Sequence_Good_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good: #3c9d57;--sapChart_Sequence_Good_TextColor: #000;--sapChart_Sequence_Good_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_BorderColor: #3c9d57;--sapChart_Sequence_Good_Minus1: #328349;--sapChart_Sequence_Good_Minus1_TextColor: #fff;--sapChart_Sequence_Good_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus2: #276638;--sapChart_Sequence_Good_Minus2_TextColor: #fff;--sapChart_Sequence_Good_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus3: #20532e;--sapChart_Sequence_Good_Minus3_TextColor: #fff;--sapChart_Sequence_Good_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus4: #1a4426;--sapChart_Sequence_Good_Minus4_TextColor: #fff;--sapChart_Sequence_Good_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus5: #15361e;--sapChart_Sequence_Good_Minus5_TextColor: #fff;--sapChart_Sequence_Good_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Plus3: #d5dadc;--sapChart_Sequence_Neutral_Plus3_TextColor: #000;--sapChart_Sequence_Neutral_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus2: #bac1c4;--sapChart_Sequence_Neutral_Plus2_TextColor: #000;--sapChart_Sequence_Neutral_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus1: #9ea8ad;--sapChart_Sequence_Neutral_Plus1_TextColor: #000;--sapChart_Sequence_Neutral_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral: #848f94;--sapChart_Sequence_Neutral_TextColor: #000;--sapChart_Sequence_Neutral_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_BorderColor: #848f94;--sapChart_Sequence_Neutral_Minus1: #6a757b;--sapChart_Sequence_Neutral_Minus1_TextColor: #fff;--sapChart_Sequence_Neutral_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus2: #596368;--sapChart_Sequence_Neutral_Minus2_TextColor: #fff;--sapChart_Sequence_Neutral_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus3: #454c4f;--sapChart_Sequence_Neutral_Minus3_TextColor: #fff;--sapChart_Sequence_Neutral_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus4: #323739;--sapChart_Sequence_Neutral_Minus4_TextColor: #fff;--sapChart_Sequence_Neutral_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus5: #232729;--sapChart_Sequence_Neutral_Minus5_TextColor: #fff;--sapChart_Sequence_Neutral_Minus5_TextShadow: 0 0 .125rem #000;--sapFontUrl_SAP-icons_ttf: url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.ttf);--sapFontUrl_SAP-icons_woff: url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff);--sapFontUrl_SAP-icons_woff2: url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff2);--sapFontUrl_SAP-icons-TNT_ttf: url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf);--sapFontUrl_SAP-icons-TNT_woff: url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff);--sapFontUrl_SAP-icons-TNT_woff2: url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2);--sapFontUrl_SAP-icons-Business-Suite_ttf: url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf);--sapFontUrl_SAP-icons-Business-Suite_woff: url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff);--sapFontUrl_SAP-icons-Business-Suite_woff2: url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);--sapFontUrl_72_Regular_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2);--sapFontUrl_72_Regular_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff);--sapFontUrl_72_Regular_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2);--sapFontUrl_72_Regular_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff);--sapFontUrl_72_Bold_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2);--sapFontUrl_72_Bold_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff);--sapFontUrl_72_Bold_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2);--sapFontUrl_72_Bold_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff);--sapFontUrl_72_Semibold_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2);--sapFontUrl_72_Semibold_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff);--sapFontUrl_72_Semibold_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2);--sapFontUrl_72_Semibold_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff);--sapFontUrl_72_SemiboldDuplex_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2);--sapFontUrl_72_SemiboldDuplex_woff: url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff);--sapFontUrl_72_SemiboldDuplex_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2);--sapFontUrl_72_SemiboldDuplex_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff);--sapFontUrl_72_Light_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Light.woff2);--sapFontUrl_72_Light_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Light.woff);--sapFontUrl_72_Light_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2);--sapFontUrl_72_Light_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff);--sapFontUrl_72_Black_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Black.woff2);--sapFontUrl_72_Black_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Black.woff);--sapFontUrl_72_Black_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff2);--sapFontUrl_72_Black_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff);--sapFontUrl_72_BoldItalic_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2);--sapFontUrl_72_BoldItalic_woff: url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff);--sapFontUrl_72_BoldItalic_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2);--sapFontUrl_72_BoldItalic_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff);--sapFontUrl_72_Condensed_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2);--sapFontUrl_72_Condensed_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff);--sapFontUrl_72_Condensed_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2);--sapFontUrl_72_Condensed_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff);--sapFontUrl_72_CondensedBold_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2);--sapFontUrl_72_CondensedBold_woff: url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff);--sapFontUrl_72_CondensedBold_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2);--sapFontUrl_72_CondensedBold_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff);--sapFontUrl_72_Italic_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2);--sapFontUrl_72_Italic_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Italic.woff);--sapFontUrl_72_Italic_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff2);--sapFontUrl_72_Italic_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff);--sapFontUrl_72Mono_Regular_woff2: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2);--sapFontUrl_72Mono_Regular_woff: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff);--sapFontUrl_72Mono_Regular_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2);--sapFontUrl_72Mono_Regular_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff);--sapFontUrl_72Mono_Bold_woff2: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2);--sapFontUrl_72Mono_Bold_woff: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff);--sapFontUrl_72Mono_Bold_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2);--sapFontUrl_72Mono_Bold_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff);--sapSapThemeId: sap_fiori_3;--sapBreakpoint_S_Min: 0;--sapBreakpoint_M_Min: 600px;--sapBreakpoint_L_Min: 1024px;--sapBreakpoint_XL_Min: 1440px}@font-face{font-family:SAP-icons;src:url(../baseTheme/fonts/SAP-icons.woff2) format("woff2"),url(../baseTheme/fonts/SAP-icons.woff) format("woff"),url(../baseTheme/fonts/SAP-icons.ttf) format("truetype"),local("SAP-icons");font-weight:400;font-style:normal}@font-face{font-family:SAP-icons-TNT;src:url(../baseTheme/fonts/SAP-icons-TNT.woff2) format("woff2"),url(../baseTheme/fonts/SAP-icons-TNT.woff) format("woff"),url(../baseTheme/fonts/SAP-icons-TNT.ttf) format("truetype"),local("SAP-icons-TNT");font-weight:400;font-style:normal}@font-face{font-family:SAP-icons-Business-Suite;src:url(../baseTheme/fonts/BusinessSuiteInAppSymbols.woff2) format("woff2"),url(../baseTheme/fonts/BusinessSuiteInAppSymbols.woff) format("woff"),url(../baseTheme/fonts/BusinessSuiteInAppSymbols.ttf) format("truetype"),local("SAP-icons-Business-Suite_woff2");font-weight:400;font-style:normal}@font-face{font-family:"72";font-style:normal;font-weight:400;src:url(../baseTheme/fonts/72-Regular.woff2) format("woff2"),url(../baseTheme/fonts/72-Regular.woff) format("woff"),local("72");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72full";font-style:normal;font-weight:400;src:url(../baseTheme/fonts/72-Regular-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Regular-full.woff) format("woff")}@font-face{font-family:"72-Bold";src:url(../baseTheme/fonts/72-Bold.woff2) format("woff2"),url(../baseTheme/fonts/72-Bold.woff) format("woff"),local("72-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:normal;font-weight:700;src:url(../baseTheme/fonts/72-Bold.woff2) format("woff2"),url(../baseTheme/fonts/72-Bold.woff) format("woff"),local("72-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72-Boldfull";src:url(../baseTheme/fonts/72-Bold-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Bold-full.woff) format("woff")}@font-face{font-family:"72full";font-style:normal;font-weight:700;src:url(../baseTheme/fonts/72-Bold-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Bold-full.woff) format("woff")}@font-face{font-family:"72-Semibold";src:url(../baseTheme/fonts/72-Semibold.woff2) format("woff2"),url(../baseTheme/fonts/72-Semibold.woff) format("woff"),local("72-Semibold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:normal;font-weight:600;src:url(../baseTheme/fonts/72-Semibold.woff2) format("woff2"),url(../baseTheme/fonts/72-Semibold.woff) format("woff"),local("72-Semibold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72-Semiboldfull";src:url(../baseTheme/fonts/72-Semibold-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Semibold-full.woff) format("woff")}@font-face{font-family:"72full";font-style:normal;font-weight:600;src:url(../baseTheme/fonts/72-Semibold-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Semibold-full.woff) format("woff")}@font-face{font-family:"72-SemiboldDuplex";src:url(../baseTheme/fonts/72-SemiboldDuplex.woff2) format("woff2"),url(../baseTheme/fonts/72-SemiboldDuplex.woff) format("woff"),local("72-SemiboldDuplex");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72-SemiboldDuplexfull";src:url(../baseTheme/fonts/72-SemiboldDuplex-full.woff2) format("woff2"),url(../baseTheme/fonts/72-SemiboldDuplex-full.woff) format("woff")}@font-face{font-family:"72-Light";src:url(../baseTheme/fonts/72-Light.woff2) format("woff2"),url(../baseTheme/fonts/72-Light.woff) format("woff"),local("72-Light");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:normal;font-weight:300;src:url(../baseTheme/fonts/72-Light.woff2) format("woff2"),url(../baseTheme/fonts/72-Light.woff) format("woff"),local("72-Light");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72-Lightfull";src:url(../baseTheme/fonts/72-Light-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Light-full.woff) format("woff")}@font-face{font-family:"72full";font-style:normal;font-weight:300;src:url(../baseTheme/fonts/72-Light-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Light-full.woff) format("woff")}@font-face{font-family:"72Black";src:url(../baseTheme/fonts/72-Black.woff2) format("woff2"),url(../baseTheme/fonts/72-Black.woff) format("woff"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:normal;font-weight:900;src:url(../baseTheme/fonts/72-Black.woff2) format("woff2"),url(../baseTheme/fonts/72-Black.woff) format("woff"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72Blackfull";src:url(../baseTheme/fonts/72-Black-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Black-full.woff) format("woff")}@font-face{font-family:"72full";font-style:normal;font-weight:900;src:url(../baseTheme/fonts/72-Black-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Black-full.woff) format("woff")}@font-face{font-family:"72-BoldItalic";src:url(../baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),url(../baseTheme/fonts/72-BoldItalic.woff) format("woff"),local("72-BoldItalic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:italic;font-weight:700;src:url(../baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),url(../baseTheme/fonts/72-BoldItalic.woff) format("woff"),local("72-BoldItalic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72full";font-style:italic;font-weight:700;src:url(../baseTheme/fonts/72-BoldItalic-full.woff2) format("woff2"),url(../baseTheme/fonts/72-BoldItalic-full.woff) format("woff")}@font-face{font-family:"72-Condensed";src:url(../baseTheme/fonts/72-Condensed.woff2) format("woff2"),url(../baseTheme/fonts/72-Condensed.woff) format("woff"),local("72-Condensed");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(../baseTheme/fonts/72-Condensed.woff2) format("woff2"),url(../baseTheme/fonts/72-Condensed.woff) format("woff"),local("72-Condensed");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(../baseTheme/fonts/72-Condensed-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Condensed-full.woff) format("woff");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72-CondensedBold";src:url(../baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),url(../baseTheme/fonts/72-CondensedBold.woff) format("woff"),local("72-CondensedBold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:normal;font-weight:700;font-stretch:condensed;src:url(../baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),url(../baseTheme/fonts/72-CondensedBold.woff) format("woff"),local("72-CondensedBold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72full";font-style:normal;font-weight:700;font-stretch:condensed;src:url(../baseTheme/fonts/72-CondensedBold-full.woff2) format("woff2"),url(../baseTheme/fonts/72-CondensedBold-full.woff) format("woff")}@font-face{font-family:"72-Italic";src:url(../baseTheme/fonts/72-Italic.woff2) format("woff2"),url(../baseTheme/fonts/72-Italic.woff) format("woff"),local("72-Italic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:italic;font-weight:400;src:url(../baseTheme/fonts/72-Italic.woff2) format("woff2"),url(../baseTheme/fonts/72-Italic.woff) format("woff"),local("72-Italic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72full";font-style:italic;font-weight:400;src:url(../baseTheme/fonts/72-Italic-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Italic-full.woff) format("woff")}@font-face{font-family:"72Mono";src:url(../baseTheme/fonts/72Mono-Regular.woff2) format("woff2"),url(../baseTheme/fonts/72Mono-Regular.woff) format("woff"),local("72Mono");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72Monofull";src:url(../baseTheme/fonts/72Mono-Regular-full.woff2) format("woff2"),url(../baseTheme/fonts/72Mono-Regular-full.woff) format("woff")}@font-face{font-family:"72Mono-Bold";src:url(../baseTheme/fonts/72Mono-Bold.woff2) format("woff2"),url(../baseTheme/fonts/72Mono-Bold.woff) format("woff"),local("72Mono-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72Mono-Boldfull";src:url(../baseTheme/fonts/72Mono-Bold-full.woff2) format("woff2"),url(../baseTheme/fonts/72Mono-Bold-full.woff) format("woff")}.background-image--sapCompanyLogo{background-image:var(--sapCompanyLogo)}.background-image--sapBackgroundImage{background-image:var(--sapBackgroundImage)}.background-image--sapShell_BackgroundImage{background-image:var(--sapShell_BackgroundImage)}\n';export{parametersBundle_css as default};