@openui5/sap.ui.documentation 1.147.1 → 1.148.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 (62) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +7 -7
  3. package/src/sap/ui/documentation/.library +1 -1
  4. package/src/sap/ui/documentation/library.js +2 -2
  5. package/src/sap/ui/documentation/messagebundle_ar.properties +6 -0
  6. package/src/sap/ui/documentation/messagebundle_bg.properties +6 -0
  7. package/src/sap/ui/documentation/messagebundle_ca.properties +6 -0
  8. package/src/sap/ui/documentation/messagebundle_cnr.properties +6 -0
  9. package/src/sap/ui/documentation/messagebundle_cs.properties +6 -0
  10. package/src/sap/ui/documentation/messagebundle_cy.properties +6 -0
  11. package/src/sap/ui/documentation/messagebundle_da.properties +6 -0
  12. package/src/sap/ui/documentation/messagebundle_de.properties +6 -0
  13. package/src/sap/ui/documentation/messagebundle_el.properties +6 -0
  14. package/src/sap/ui/documentation/messagebundle_en.properties +6 -0
  15. package/src/sap/ui/documentation/messagebundle_en_GB.properties +6 -0
  16. package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +6 -0
  17. package/src/sap/ui/documentation/messagebundle_es.properties +6 -0
  18. package/src/sap/ui/documentation/messagebundle_es_MX.properties +6 -0
  19. package/src/sap/ui/documentation/messagebundle_et.properties +6 -0
  20. package/src/sap/ui/documentation/messagebundle_fi.properties +6 -0
  21. package/src/sap/ui/documentation/messagebundle_fr.properties +6 -0
  22. package/src/sap/ui/documentation/messagebundle_fr_CA.properties +6 -0
  23. package/src/sap/ui/documentation/messagebundle_hi.properties +6 -0
  24. package/src/sap/ui/documentation/messagebundle_hr.properties +7 -1
  25. package/src/sap/ui/documentation/messagebundle_hu.properties +6 -0
  26. package/src/sap/ui/documentation/messagebundle_id.properties +7 -1
  27. package/src/sap/ui/documentation/messagebundle_it.properties +6 -0
  28. package/src/sap/ui/documentation/messagebundle_iw.properties +6 -0
  29. package/src/sap/ui/documentation/messagebundle_ja.properties +6 -0
  30. package/src/sap/ui/documentation/messagebundle_kk.properties +6 -0
  31. package/src/sap/ui/documentation/messagebundle_ko.properties +6 -0
  32. package/src/sap/ui/documentation/messagebundle_lt.properties +6 -0
  33. package/src/sap/ui/documentation/messagebundle_lv.properties +6 -0
  34. package/src/sap/ui/documentation/messagebundle_mk.properties +7 -1
  35. package/src/sap/ui/documentation/messagebundle_ms.properties +6 -0
  36. package/src/sap/ui/documentation/messagebundle_nl.properties +6 -0
  37. package/src/sap/ui/documentation/messagebundle_no.properties +6 -0
  38. package/src/sap/ui/documentation/messagebundle_pl.properties +6 -0
  39. package/src/sap/ui/documentation/messagebundle_pt.properties +6 -0
  40. package/src/sap/ui/documentation/messagebundle_pt_PT.properties +6 -0
  41. package/src/sap/ui/documentation/messagebundle_ro.properties +6 -0
  42. package/src/sap/ui/documentation/messagebundle_ru.properties +6 -0
  43. package/src/sap/ui/documentation/messagebundle_sh.properties +6 -0
  44. package/src/sap/ui/documentation/messagebundle_sk.properties +6 -0
  45. package/src/sap/ui/documentation/messagebundle_sl.properties +6 -0
  46. package/src/sap/ui/documentation/messagebundle_sr.properties +6 -0
  47. package/src/sap/ui/documentation/messagebundle_sv.properties +6 -0
  48. package/src/sap/ui/documentation/messagebundle_th.properties +6 -0
  49. package/src/sap/ui/documentation/messagebundle_tr.properties +6 -0
  50. package/src/sap/ui/documentation/messagebundle_uk.properties +6 -0
  51. package/src/sap/ui/documentation/messagebundle_vi.properties +6 -0
  52. package/src/sap/ui/documentation/messagebundle_zh_CN.properties +6 -0
  53. package/src/sap/ui/documentation/messagebundle_zh_TW.properties +6 -0
  54. package/src/sap/ui/documentation/sdk/controller/App.controller.js +14 -2
  55. package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +2 -2
  56. package/src/sap/ui/documentation/sdk/controller/TopicDetailInitial.controller.js +21 -4
  57. package/src/sap/ui/documentation/sdk/controller/Welcome.controller.js +1 -1
  58. package/src/sap/ui/documentation/sdk/controller/util/CookiesConsentManager.js +3 -4
  59. package/src/sap/ui/documentation/sdk/controller/util/UsageTracker.js +21 -0
  60. package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
  61. package/src/sap/ui/documentation/sdk/view/ReleaseNotes.view.xml +4 -2
  62. package/src/sap/ui/documentation/sdk/view/SubApiDetail.view.xml +4 -4
@@ -130,7 +130,7 @@
130
130
  <custom:Row>
131
131
  <custom:ParamText text="{name}" phoneText="{phoneName}" depth="{depth}" optional="{optional}"/>
132
132
  <m:Text text="{type}" wrapping="false"/>
133
- <m:Text text="{defaultValue}" wrapping="false"/>
133
+ <m:Text text="{path: 'defaultValue', formatter: 'formatter.escapeSettingsValue'}"/>
134
134
  <custom:JSDocText sanitizeContent="false" text="{description}"/>
135
135
  </custom:Row>
136
136
  </custom:LightTable>
@@ -254,7 +254,7 @@
254
254
  <custom:Row expandable="{= ${typeInfo/refersToTypedef} === true}" typedefName="{= ${typeInfo/UI5Types} ? ${typeInfo/UI5Types/0} : ${typeInfo/type} }" expandToggle="onTypedefToggle">
255
255
  <custom:ParamText text="{name}" phoneText="{phoneName}" depth="{depth}" optional="{optional}"/>
256
256
  <custom:JSDocType typeInfo="{parts: ['typeInfo', 'types', 'type', 'linkEnabled'], formatter: '.formatter.formatJSDocType'}"/>
257
- <m:Text text="{defaultValue}" wrapping="false"/>
257
+ <m:Text text="{path: 'defaultValue', formatter: '.formatter.escapeSettingsValue'}"/>
258
258
  <custom:JSDocText sanitizeContent="false" text="{description}"/>
259
259
  </custom:Row>
260
260
  </custom:LightTable>
@@ -296,7 +296,7 @@
296
296
  <custom:Row>
297
297
  <custom:ParamText class="sapUiDocumentationParamBold" text="{name}"/>
298
298
  <custom:JSDocType typeInfo="{parts: ['typeInfo', 'types', 'type', 'linkEnabled'], formatter: '.formatter.formatJSDocType'}"/>
299
- <m:Text text="{defaultValue}"/>
299
+ <m:Text text="{path: 'defaultValue', formatter: '.formatter.escapeSettingsValue'}"/>
300
300
  <layout:VerticalLayout width="100%">
301
301
  <custom:JSDocText sanitizeContent="false" text="{description}"/>
302
302
  <layout:HorizontalLayout>
@@ -681,7 +681,7 @@
681
681
  <custom:Row expandable="{= ${parameter>typeInfo/refersToTypedef} === true}" typedefName="{= ${parameter>typeInfo/UI5Types} ? ${parameter>typeInfo/UI5Types/0} : ${parameter>typeInfo/type} }" expandToggle="onTypedefToggle">
682
682
  <custom:ParamText text="{parameter>name}" phoneText="{parameter>phoneName}" depth="{parameter>depth}" optional="{parameter>optional}"/>
683
683
  <custom:JSDocType typeInfo="{parts: ['parameter>typeInfo','parameter>types'], formatter: '.formatter.stringifyJSDocType'}"/>
684
- <m:Text text="{parameter>defaultValue}" wrapping="false"/>
684
+ <m:Text text="{path: 'parameter>defaultValue', formatter: '.formatter.escapeSettingsValue'}"/>
685
685
  <custom:JSDocText sanitizeContent="false" text="{path: 'parameter>description', formatter: '.formatter.escapeSettingsValue'}"/>
686
686
  </custom:Row>
687
687
  </template:repeat>