@openui5/sap.ui.documentation 1.131.1 → 1.132.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (182) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +7 -7
  3. package/src/sap/ui/documentation/.library +2 -2
  4. package/src/sap/ui/documentation/BorrowedList.js +1 -1
  5. package/src/sap/ui/documentation/DemokitTreeItem.js +1 -1
  6. package/src/sap/ui/documentation/DemokitTreeItemRenderer.js +1 -1
  7. package/src/sap/ui/documentation/DivContainer.js +1 -1
  8. package/src/sap/ui/documentation/JSDocText.js +1 -1
  9. package/src/sap/ui/documentation/JSDocType.js +72 -0
  10. package/src/sap/ui/documentation/LightTable.js +1 -1
  11. package/src/sap/ui/documentation/ObjectPageSubSection.js +1 -1
  12. package/src/sap/ui/documentation/ParamText.js +1 -1
  13. package/src/sap/ui/documentation/Row.js +1 -1
  14. package/src/sap/ui/documentation/Search.js +1 -1
  15. package/src/sap/ui/documentation/TitleLink.js +1 -1
  16. package/src/sap/ui/documentation/WebPageTitleUtil.js +1 -1
  17. package/src/sap/ui/documentation/library.js +3 -3
  18. package/src/sap/ui/documentation/messagebundle.properties +11 -3
  19. package/src/sap/ui/documentation/messagebundle_ar.properties +6 -3
  20. package/src/sap/ui/documentation/messagebundle_bg.properties +6 -3
  21. package/src/sap/ui/documentation/messagebundle_ca.properties +6 -3
  22. package/src/sap/ui/documentation/messagebundle_cnr.properties +6 -3
  23. package/src/sap/ui/documentation/messagebundle_cs.properties +6 -3
  24. package/src/sap/ui/documentation/messagebundle_cy.properties +6 -3
  25. package/src/sap/ui/documentation/messagebundle_da.properties +6 -3
  26. package/src/sap/ui/documentation/messagebundle_de.properties +6 -3
  27. package/src/sap/ui/documentation/messagebundle_el.properties +6 -3
  28. package/src/sap/ui/documentation/messagebundle_en.properties +6 -3
  29. package/src/sap/ui/documentation/messagebundle_en_GB.properties +6 -3
  30. package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +1 -0
  31. package/src/sap/ui/documentation/messagebundle_en_US_saptrc.properties +456 -452
  32. package/src/sap/ui/documentation/messagebundle_es.properties +6 -3
  33. package/src/sap/ui/documentation/messagebundle_es_MX.properties +6 -3
  34. package/src/sap/ui/documentation/messagebundle_et.properties +6 -3
  35. package/src/sap/ui/documentation/messagebundle_fi.properties +6 -3
  36. package/src/sap/ui/documentation/messagebundle_fr.properties +6 -3
  37. package/src/sap/ui/documentation/messagebundle_fr_CA.properties +6 -3
  38. package/src/sap/ui/documentation/messagebundle_hi.properties +6 -3
  39. package/src/sap/ui/documentation/messagebundle_hr.properties +6 -3
  40. package/src/sap/ui/documentation/messagebundle_hu.properties +6 -3
  41. package/src/sap/ui/documentation/messagebundle_id.properties +8 -5
  42. package/src/sap/ui/documentation/messagebundle_it.properties +6 -3
  43. package/src/sap/ui/documentation/messagebundle_iw.properties +6 -3
  44. package/src/sap/ui/documentation/messagebundle_ja.properties +6 -3
  45. package/src/sap/ui/documentation/messagebundle_kk.properties +6 -3
  46. package/src/sap/ui/documentation/messagebundle_ko.properties +6 -3
  47. package/src/sap/ui/documentation/messagebundle_lt.properties +6 -3
  48. package/src/sap/ui/documentation/messagebundle_lv.properties +6 -3
  49. package/src/sap/ui/documentation/messagebundle_mk.properties +6 -3
  50. package/src/sap/ui/documentation/messagebundle_ms.properties +6 -3
  51. package/src/sap/ui/documentation/messagebundle_nl.properties +6 -3
  52. package/src/sap/ui/documentation/messagebundle_no.properties +6 -3
  53. package/src/sap/ui/documentation/messagebundle_pl.properties +6 -3
  54. package/src/sap/ui/documentation/messagebundle_pt.properties +6 -3
  55. package/src/sap/ui/documentation/messagebundle_pt_PT.properties +6 -3
  56. package/src/sap/ui/documentation/messagebundle_ro.properties +6 -3
  57. package/src/sap/ui/documentation/messagebundle_ru.properties +6 -3
  58. package/src/sap/ui/documentation/messagebundle_sh.properties +6 -3
  59. package/src/sap/ui/documentation/messagebundle_sk.properties +6 -3
  60. package/src/sap/ui/documentation/messagebundle_sl.properties +6 -3
  61. package/src/sap/ui/documentation/messagebundle_sr.properties +6 -3
  62. package/src/sap/ui/documentation/messagebundle_sv.properties +6 -3
  63. package/src/sap/ui/documentation/messagebundle_th.properties +6 -3
  64. package/src/sap/ui/documentation/messagebundle_tr.properties +6 -3
  65. package/src/sap/ui/documentation/messagebundle_uk.properties +6 -3
  66. package/src/sap/ui/documentation/messagebundle_vi.properties +6 -3
  67. package/src/sap/ui/documentation/messagebundle_zh_CN.properties +6 -3
  68. package/src/sap/ui/documentation/messagebundle_zh_TW.properties +6 -3
  69. package/src/sap/ui/documentation/sdk/Component.js +26 -13
  70. package/src/sap/ui/documentation/sdk/blocks/IndexEntry.js +1 -1
  71. package/src/sap/ui/documentation/sdk/blocks/IndexEntryController.controller.js +1 -1
  72. package/src/sap/ui/documentation/sdk/controller/ApiDetail.controller.js +2 -2
  73. package/src/sap/ui/documentation/sdk/controller/ApiDetailIndexDeprecatedExperimental.controller.js +1 -1
  74. package/src/sap/ui/documentation/sdk/controller/ApiDetailInitial.controller.js +1 -1
  75. package/src/sap/ui/documentation/sdk/controller/ApiMaster.controller.js +7 -5
  76. package/src/sap/ui/documentation/sdk/controller/App.controller.js +33 -32
  77. package/src/sap/ui/documentation/sdk/controller/BPSupport.controller.js +1 -1
  78. package/src/sap/ui/documentation/sdk/controller/BaseController.js +52 -9
  79. package/src/sap/ui/documentation/sdk/controller/Code.controller.js +1 -1
  80. package/src/sap/ui/documentation/sdk/controller/Controls.controller.js +1 -1
  81. package/src/sap/ui/documentation/sdk/controller/ControlsMaster.controller.js +1 -1
  82. package/src/sap/ui/documentation/sdk/controller/DemoApps.controller.js +1 -1
  83. package/src/sap/ui/documentation/sdk/controller/Downloads.controller.js +1 -1
  84. package/src/sap/ui/documentation/sdk/controller/Entity.controller.js +1 -1
  85. package/src/sap/ui/documentation/sdk/controller/ErrorHandler.js +1 -1
  86. package/src/sap/ui/documentation/sdk/controller/Group.controller.js +1 -1
  87. package/src/sap/ui/documentation/sdk/controller/License.controller.js +1 -1
  88. package/src/sap/ui/documentation/sdk/controller/LiveEditor.controller.js +1 -1
  89. package/src/sap/ui/documentation/sdk/controller/MasterTreeBaseController.js +3 -3
  90. package/src/sap/ui/documentation/sdk/controller/News.controller.js +1 -1
  91. package/src/sap/ui/documentation/sdk/controller/NotFound.controller.js +1 -1
  92. package/src/sap/ui/documentation/sdk/controller/ReleaseNotes.controller.js +3 -2
  93. package/src/sap/ui/documentation/sdk/controller/Resources.controller.js +1 -1
  94. package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +1 -1
  95. package/src/sap/ui/documentation/sdk/controller/SampleBaseController.js +1 -1
  96. package/src/sap/ui/documentation/sdk/controller/SampleNotFound.controller.js +1 -1
  97. package/src/sap/ui/documentation/sdk/controller/SearchPage.controller.js +8 -2
  98. package/src/sap/ui/documentation/sdk/controller/Sitemap.controller.js +1 -1
  99. package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +1 -2
  100. package/src/sap/ui/documentation/sdk/controller/TermsOfUse.controller.js +1 -1
  101. package/src/sap/ui/documentation/sdk/controller/TopicDetail.controller.js +18 -33
  102. package/src/sap/ui/documentation/sdk/controller/TopicDetailInitial.controller.js +1 -1
  103. package/src/sap/ui/documentation/sdk/controller/TopicMaster.controller.js +5 -4
  104. package/src/sap/ui/documentation/sdk/controller/VersionNotFound.controller.js +1 -1
  105. package/src/sap/ui/documentation/sdk/controller/Welcome.controller.js +1 -1
  106. package/src/sap/ui/documentation/sdk/controller/config/datatable.js +1 -1
  107. package/src/sap/ui/documentation/sdk/controller/config/sampleForwardingConfig.js +1 -1
  108. package/src/sap/ui/documentation/sdk/controller/util/APIInfo.js +1 -1
  109. package/src/sap/ui/documentation/sdk/controller/util/ConfigUtil.js +1 -1
  110. package/src/sap/ui/documentation/sdk/controller/util/ControlsInfo.js +1 -1
  111. package/src/sap/ui/documentation/sdk/controller/util/CookiesConsentManager.js +332 -0
  112. package/src/sap/ui/documentation/sdk/controller/util/DataTable.js +1 -1
  113. package/src/sap/ui/documentation/sdk/controller/util/DataTableHelper.js +1 -1
  114. package/src/sap/ui/documentation/sdk/controller/util/DataTableUtil.js +1 -1
  115. package/src/sap/ui/documentation/sdk/controller/util/DocuInfo.js +14 -4
  116. package/src/sap/ui/documentation/sdk/controller/util/DocumentationLoader.js +37 -0
  117. package/src/sap/ui/documentation/sdk/controller/util/EntityInfo.js +1 -1
  118. package/src/sap/ui/documentation/sdk/controller/util/Highlighter.js +1 -1
  119. package/src/sap/ui/documentation/sdk/controller/util/IndexWorker.js +11 -2
  120. package/src/sap/ui/documentation/sdk/controller/util/JSDocUtil.js +1 -1
  121. package/src/sap/ui/documentation/sdk/controller/util/NewsInfo.js +1 -1
  122. package/src/sap/ui/documentation/sdk/controller/util/ResourceDownloadUtil.js +1 -1
  123. package/src/sap/ui/documentation/sdk/controller/util/ResourcesInfo.js +1 -1
  124. package/src/sap/ui/documentation/sdk/controller/util/ResponsiveImageMap.js +1 -1
  125. package/src/sap/ui/documentation/sdk/controller/util/SearchUtil.js +1 -1
  126. package/src/sap/ui/documentation/sdk/controller/util/SidyBySideImageMap.js +1 -1
  127. package/src/sap/ui/documentation/sdk/controller/util/ThemePicker.js +23 -9
  128. package/src/sap/ui/documentation/sdk/controller/util/Tooltip.js +1 -1
  129. package/src/sap/ui/documentation/sdk/controller/util/TreeUtil.js +35 -3
  130. package/src/sap/ui/documentation/sdk/controller/util/URLUtil.js +1 -1
  131. package/src/sap/ui/documentation/sdk/controller/util/UsageTracker.js +316 -0
  132. package/src/sap/ui/documentation/sdk/controller/util/XML2JSONUtils.js +1 -1
  133. package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterDropDown.js +1 -1
  134. package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterDropDownRenderer.js +1 -1
  135. package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterRange.js +1 -1
  136. package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterRangeRenderer.js +1 -1
  137. package/src/sap/ui/documentation/sdk/controller/util/overlay/Overlay.js +1 -1
  138. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Circle.js +1 -1
  139. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Polygon.js +1 -1
  140. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Rect.js +1 -1
  141. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Shape.js +1 -1
  142. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/ShapeFactory.js +1 -1
  143. package/src/sap/ui/documentation/sdk/controls/FileEditor.js +1 -1
  144. package/src/sap/ui/documentation/sdk/cookieSettingsDialog/Component.js +3 -3
  145. package/src/sap/ui/documentation/sdk/cookieSettingsDialog/controller/CookieSettingsDialog.controller.js +1 -1
  146. package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_en_US_saptrc.properties +10 -10
  147. package/src/sap/ui/documentation/sdk/css/style.css +4 -0
  148. package/src/sap/ui/documentation/sdk/index.js +1 -1
  149. package/src/sap/ui/documentation/sdk/manifest.json +59 -30
  150. package/src/sap/ui/documentation/sdk/model/ExploreSettingsModel.js +1 -1
  151. package/src/sap/ui/documentation/sdk/model/formatter.js +35 -1
  152. package/src/sap/ui/documentation/sdk/model/libraryData.js +1 -1
  153. package/src/sap/ui/documentation/sdk/model/models.js +1 -1
  154. package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
  155. package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +52 -5
  156. package/src/sap/ui/documentation/sdk/util/FileUtils.js +1 -1
  157. package/src/sap/ui/documentation/sdk/util/LiveEditorOutput.js +1 -1
  158. package/src/sap/ui/documentation/sdk/util/Resources.js +1 -1
  159. package/src/sap/ui/documentation/sdk/util/ToggleFullScreenHandler.js +1 -1
  160. package/src/sap/ui/documentation/sdk/view/App.view.xml +4 -3
  161. package/src/sap/ui/documentation/sdk/view/Footer.fragment.xml +6 -2
  162. package/src/sap/ui/documentation/sdk/view/FooterMaster.fragment.xml +1 -0
  163. package/src/sap/ui/documentation/sdk/view/GlobalSearchPicker.fragment.xml +9 -0
  164. package/src/sap/ui/documentation/sdk/view/SearchPage.view.xml +44 -0
  165. package/src/sap/ui/documentation/sdk/view/SubApiDetail.view.xml +29 -51
  166. package/src/sap/ui/documentation/themes/base/JSDocType.less +20 -0
  167. package/src/sap/ui/documentation/themes/base/library.source.less +2 -1
  168. package/src/sap/ui/documentation/themes/sap_belize/library.source.less +1 -1
  169. package/src/sap/ui/documentation/themes/sap_belize_base/library.source.less +1 -1
  170. package/src/sap/ui/documentation/themes/sap_belize_hcb/library.source.less +1 -1
  171. package/src/sap/ui/documentation/themes/sap_belize_hcw/library.source.less +1 -1
  172. package/src/sap/ui/documentation/themes/sap_belize_plus/library.source.less +1 -1
  173. package/src/sap/ui/documentation/themes/sap_fiori_3/library.source.less +1 -1
  174. package/src/sap/ui/documentation/themes/sap_fiori_3_dark/library.source.less +1 -1
  175. package/src/sap/ui/documentation/themes/sap_fiori_3_hcb/library.source.less +1 -1
  176. package/src/sap/ui/documentation/themes/sap_fiori_3_hcw/library.source.less +1 -1
  177. package/src/sap/ui/documentation/themes/sap_horizon/Link.less +8 -2
  178. package/src/sap/ui/documentation/themes/sap_horizon/library.source.less +1 -1
  179. package/src/sap/ui/documentation/themes/sap_horizon_dark/Link.less +8 -2
  180. package/src/sap/ui/documentation/themes/sap_horizon_dark/library.source.less +1 -1
  181. package/src/sap/ui/documentation/themes/sap_horizon_hcb/library.source.less +1 -1
  182. package/src/sap/ui/documentation/themes/sap_horizon_hcw/library.source.less +1 -1
package/THIRDPARTY.txt CHANGED
@@ -468,7 +468,7 @@ License: Apache-2.0
468
468
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
469
469
  Contained in: lib/jsdoc/ui5/plugin.js
470
470
 
471
- Component: SAP Theming Base Content, version: 11.22.0
471
+ Component: SAP Theming Base Content, version: 11.24.0
472
472
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
473
473
  License: Apache-2.0
474
474
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.documentation",
3
- "version": "1.131.1",
3
+ "version": "1.132.1",
4
4
  "description": "OpenUI5 UI Library sap.ui.documentation",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,11 +14,11 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.131.1",
18
- "@openui5/sap.ui.core": "1.131.1",
19
- "@openui5/sap.ui.layout": "1.131.1",
20
- "@openui5/themelib_sap_belize": "1.131.1",
21
- "@openui5/themelib_sap_fiori_3": "1.131.1",
22
- "@openui5/themelib_sap_horizon": "1.131.1"
17
+ "@openui5/sap.m": "1.132.1",
18
+ "@openui5/sap.ui.core": "1.132.1",
19
+ "@openui5/sap.ui.layout": "1.132.1",
20
+ "@openui5/themelib_sap_belize": "1.132.1",
21
+ "@openui5/themelib_sap_fiori_3": "1.132.1",
22
+ "@openui5/themelib_sap_horizon": "1.132.1"
23
23
  }
24
24
  }
@@ -4,9 +4,9 @@
4
4
  <name>sap.ui.documentation</name>
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>OpenUI5
7
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
7
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.131.1</version>
9
+ <version>1.132.1</version>
10
10
 
11
11
  <documentation>SAPUI5 library for the Demokit 2.0.</documentation>
12
12
 
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*!
3
3
  * OpenUI5
4
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
5
5
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
6
6
  */
7
7
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define(['sap/m/TreeItemBaseRenderer','sap/ui/core/Core', 'sap/ui/core/Renderer'],
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -0,0 +1,72 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+ sap.ui.define([
7
+ 'sap/ui/core/Control'
8
+ ], function(Control) {
9
+ "use strict";
10
+
11
+ const REGEXP_TEMPLATE_PLACEHOLDER = /(\$\{\d+\})/; // matches ${i} where i is a number
12
+
13
+ /**
14
+ * @class
15
+ * Renders composite types of JSDoc entities inside the Demo Kit
16
+ * @extends sap.ui.core.Control
17
+ * @private
18
+ * @ui5-restricted sdk
19
+ * @name sap.ui.documentation.JSDocType
20
+ */
21
+ return Control.extend("sap.ui.documentation.JSDocType", {
22
+ metadata: {
23
+ library: "sap.ui.documentation",
24
+ properties: {
25
+ /**
26
+ * @type {{template=: string, UI5Types=: string[]}}
27
+ */
28
+ typeInfo: {type : "object", defaultValue : {}}
29
+ }
30
+ },
31
+
32
+ renderer: {
33
+ apiVersion: 2,
34
+
35
+ render: function (oRm, oControl) {
36
+ var oTypeInfo = oControl.getTypeInfo();
37
+ if (!oTypeInfo?.UI5Types && !oTypeInfo?.template) {
38
+ return;
39
+ }
40
+
41
+ var sTemplate = oTypeInfo.template || "${0}", // default template
42
+ iNextType = 0;
43
+
44
+ oRm.openStart("div", oControl);
45
+ oRm.class("sapUiJSDocType");
46
+ oRm.openEnd();
47
+
48
+ sTemplate.split(REGEXP_TEMPLATE_PLACEHOLDER).forEach(function (sPart) {
49
+ if (REGEXP_TEMPLATE_PLACEHOLDER.test(sPart)) {
50
+ this._renderLinkForType(oRm, oTypeInfo.UI5Types[iNextType++]);
51
+ } else {
52
+ oRm.text(sPart);
53
+ }
54
+ }, this);
55
+
56
+ oRm.close("div");
57
+ },
58
+
59
+ _renderLinkForType: function(oRm, sType) {
60
+ if (!sType) {
61
+ return;
62
+ }
63
+ oRm.openStart("a");
64
+ oRm.class("sapUiJSDocTypeLink");
65
+ oRm.attr("href", "api/" + sType);
66
+ oRm.openEnd();
67
+ oRm.text(sType);
68
+ oRm.close("a");
69
+ }
70
+ }});
71
+
72
+ });
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define(['sap/ui/core/Control'],
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*!
3
3
  * OpenUI5
4
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
5
5
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
6
6
  */
7
7
  sap.ui.define([
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*!
3
3
  * OpenUI5
4
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
4
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
5
5
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
6
6
  */
7
7
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define(['sap/ui/core/Element'],
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define(['sap/ui/core/Element'],
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -25,14 +25,14 @@ sap.ui.define([
25
25
  * @namespace
26
26
  * @alias sap.ui.documentation
27
27
  * @author SAP SE
28
- * @version 1.131.1
28
+ * @version 1.132.1
29
29
  * @since 1.48
30
30
  * @public
31
31
  */
32
32
  var thisLibrary = Lib.init({
33
33
  apiVersion: 2,
34
34
  name : 'sap.ui.documentation',
35
- version: '1.131.1',
35
+ version: '1.132.1',
36
36
  dependencies : ['sap.ui.core','sap.m'],
37
37
  types: [],
38
38
  interfaces: [],
@@ -63,6 +63,8 @@ APP_INFORMATION_BTN_LEGAL = Legal
63
63
  APP_INFORMATION_BTN_PRIVACY = Privacy
64
64
  #XMIT: The menu item that navigates to the 'TERMS OF USE FOR SAP WEBSITES' page
65
65
  APP_INFORMATION_BTN_TERMS_OF_USE = Terms of Use
66
+ #XMIT: The menu item that opens that 'Cookie Preferences' dialog
67
+ APP_INFORMATION_BTN_COOKIE_PREFERENCES = Cookie Preferences
66
68
  #XMIT: The menu item that navigates to the Appearance options
67
69
  APP_INFORMATION_BTN_APPEARANCE = Appearance
68
70
  #XMIT: The menu item that selects the Appearance Light option
@@ -335,7 +337,7 @@ TOPIC_DETAIL_EDIT_GITHUB_TOOLTIP = Edit this page on GitHub
335
337
  TOPIC_DETAIL_FULLSCREEN_TOOLTIP = Show this document in full screen mode
336
338
 
337
339
  #XTXT: Placeholder for the filter field
338
- TOPIC_MASTER_FILTER_PLACEHOLDER = Search
340
+ TOPIC_MASTER_FILTER_PLACEHOLDER = Filter
339
341
  #XTOL: Tooltip for button that expands a list of items
340
342
  TOPIC_MASTER_EXPAND_TOOLTIP = Expand All
341
343
  #XTOL: Tooltip for button that collapses a list of items
@@ -417,7 +419,7 @@ CONTROLS_TEXT_15 = Page with up to 3 columns
417
419
  CONTROLS_TEXT_16 = Two-column layout
418
420
 
419
421
  #XTXT: The placeholder for the filter field
420
- CONTROLS_MASTER_FILTER_PLACERHOLDER = Search
422
+ CONTROLS_MASTER_FILTER_PLACERHOLDER = Filter
421
423
  #XTOL: Tooltip for the group and filter button
422
424
  CONTROLS_MASTER_FILTER_BTN_TOOLTIP = Group / Filter
423
425
  #XTXT: Text that is displayed when there are no results from the search
@@ -601,6 +603,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE = Documentation
601
603
  SEARCH_SUGGESTIONS_API_SECTION_TITLE = API Reference
602
604
  #XMIT: The link title in search suggestions that shows Samples search results
603
605
  SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE = Samples
606
+ #XMIT: The link title in search suggestions that shows External search results
607
+ SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE = External References
604
608
  #XHED: The table title that shows the search results
605
609
  SEARCH_PAGE_ALL_SECTION_TABLE_TITLE = ALL ({0} of {1})
606
610
  #XMIT: The section title that shows how many items match the search criteria in this category
@@ -615,6 +619,10 @@ SEARCH_PAGE_DOCUMENTATION_SECTION_TABLE_TITLE = Documentation ({0} of {1})
615
619
  SEARCH_PAGE_SAMPLES_SECTION_TITLE = Samples ({0})
616
620
  #XHED: The table title that shows the search results
617
621
  SEARCH_PAGE_SAMPLES_SECTION_TABLE_TITLE = Samples ({0} of {1})
622
+ #XMIT: The section title that shows how many items match the search criteria in this category
623
+ SEARCH_PAGE_EXTERNAL_SECTION_TITLE = External References ({0})
624
+ #XHED: The table title that shows the search results
625
+ SEARCH_PAGE_EXTERNAL_SECTION_TABLE_TITLE = External References ({0} of {1})
618
626
 
619
627
  #XHED: The release dialog title of each library
620
628
  RELEASE_DIALOG_TITLE = Change log for: {0}
@@ -704,7 +712,7 @@ LIVE_EDITOR_PREVIEW_BTN = Preview
704
712
  LIVE_EDITOR_LIVE_PREVIEW_TEXT = Auto-preview
705
713
 
706
714
  #XTXT: Placeholder for filter field
707
- API_MASTER_PLACEHOLDER = Search
715
+ API_MASTER_PLACEHOLDER = Filter
708
716
  #XTOL: Tooltip for the button that expands a list of items
709
717
  API_MASTER_EXPAND_BTN_TOOLTIP = Expand All
710
718
  #XTOL: Tooltip for the button that collapses a list of items
@@ -171,7 +171,7 @@ TOPIC_DETAIL_EDIT_GITHUB=\u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0641\u064A
171
171
  TOPIC_DETAIL_EDIT_GITHUB_TOOLTIP=\u062A\u062D\u0631\u064A\u0631 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u0641\u064A GitHub
172
172
  TOPIC_DETAIL_FULLSCREEN_TOOLTIP=\u0625\u0638\u0647\u0627\u0631 \u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u062A\u0646\u062F \u0641\u064A \u0646\u0645\u0637 \u0645\u0644\u0621 \u0627\u0644\u0634\u0627\u0634\u0629
173
173
 
174
- TOPIC_MASTER_FILTER_PLACEHOLDER=\u0628\u062D\u062B
174
+ TOPIC_MASTER_FILTER_PLACEHOLDER=\u0639\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629
175
175
  TOPIC_MASTER_EXPAND_TOOLTIP=\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0643\u0644
176
176
  TOPIC_MASTER_COLAPSE_TOOLTIP=\u0637\u064A \u0627\u0644\u0643\u0644
177
177
  TOPIC_MASTER_NO_DATA_TEXT=\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A\u060C \u064A\u064F\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0628\u0627\u0644\u0628\u062D\u062B \u0627\u0644\u0634\u0627\u0645\u0644
@@ -213,7 +213,7 @@ CONTROLS_TEXT_14=\u0635\u0641\u062D\u0629 \u0628\u0647\u0627 \u0639\u0646\u0648\
213
213
  CONTROLS_TEXT_15=\u0635\u0641\u062D\u0629 \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649 3 \u0623\u0639\u0645\u062F\u0629
214
214
  CONTROLS_TEXT_16=\u0645\u062E\u0637\u0637 \u0645\u0646 \u0639\u0645\u0648\u062F\u064A\u0646
215
215
 
216
- CONTROLS_MASTER_FILTER_PLACERHOLDER=\u0628\u062D\u062B
216
+ CONTROLS_MASTER_FILTER_PLACERHOLDER=\u0639\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629
217
217
  CONTROLS_MASTER_FILTER_BTN_TOOLTIP=\u0639\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629/\u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629
218
218
  CONTROLS_MASTER_NO_DATA_TEXT=\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A\u060C \u064A\u064F\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0628\u0627\u0644\u0628\u062D\u062B \u0627\u0644\u0634\u0627\u0645\u0644.
219
219
 
@@ -311,6 +311,7 @@ SEARCH_SUGGESTIONS_SEE_ALL_SECTION_TITLE=\u0639\u0631\u0636 \u0627\u0644\u0643\u
311
311
  SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=\u0627\u0644\u0648\u062B\u0627\u0626\u0642
312
312
  SEARCH_SUGGESTIONS_API_SECTION_TITLE=\u0645\u0631\u062C\u0639 \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A
313
313
  SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=\u0639\u064A\u0646\u0627\u062A
314
+ SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=\u0627\u0644\u0645\u0631\u0627\u062C\u0639 \u0627\u0644\u062E\u0627\u0631\u062C\u064A\u0629
314
315
  SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=\u0643\u0644 ({0} \u0645\u0646 {1})
315
316
  SEARCH_PAGE_API_SECTION_TITLE=\u0645\u0631\u062C\u0639 \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A ({0})
316
317
  SEARCH_PAGE_API_SECTION_TABLE_TITLE=\u0645\u0631\u062C\u0639 \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A ({0} \u0645\u0646 {1})
@@ -318,6 +319,8 @@ SEARCH_PAGE_DOCUMENTATION_SECTION_TITLE=\u0648\u062B\u0627\u0626\u0642 ({0})
318
319
  SEARCH_PAGE_DOCUMENTATION_SECTION_TABLE_TITLE=\u0648\u062B\u0627\u0626\u0642 ({0} \u0645\u0646 {1})
319
320
  SEARCH_PAGE_SAMPLES_SECTION_TITLE=\u0639\u064A\u0646\u0627\u062A ({0})
320
321
  SEARCH_PAGE_SAMPLES_SECTION_TABLE_TITLE=\u0639\u064A\u0646\u0627\u062A ({0} \u0645\u0646 {1})
322
+ SEARCH_PAGE_EXTERNAL_SECTION_TITLE=\u0627\u0644\u0645\u0631\u0627\u062C\u0639 \u0627\u0644\u062E\u0627\u0631\u062C\u064A\u0629 ({0})
323
+ SEARCH_PAGE_EXTERNAL_SECTION_TABLE_TITLE=\u0627\u0644\u0645\u0631\u0627\u062C\u0639 \u0627\u0644\u062E\u0627\u0631\u062C\u064A\u0629 ({0} \u0645\u0646 {1})
321
324
 
322
325
  RELEASE_DIALOG_TITLE=\u0633\u062C\u0644 \u0627\u0644\u062A\u063A\u064A\u064A\u0631 \u0644\u0640\: {0}
323
326
  RELEASE_DIALOG_CLOSE_BTN=\u0625\u063A\u0644\u0627\u0642
@@ -368,7 +371,7 @@ LIVE_EDITOR_RESULT=\u0627\u0644\u0646\u062A\u064A\u062C\u0629
368
371
  LIVE_EDITOR_PREVIEW_BTN=\u0645\u0639\u0627\u064A\u0646\u0629
369
372
  LIVE_EDITOR_LIVE_PREVIEW_TEXT=\u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629
370
373
 
371
- API_MASTER_PLACEHOLDER=\u0628\u062D\u062B
374
+ API_MASTER_PLACEHOLDER=\u0639\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629
372
375
  API_MASTER_EXPAND_BTN_TOOLTIP=\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0643\u0644
373
376
  API_MASTER_COLLAPSE_BTN_TOOLTIP=\u0637\u064A \u0627\u0644\u0643\u0644
374
377
  API_MASTER_DEPRECATED_CB=\u062A\u0636\u0645\u064A\u0646 \u0645\u0647\u0645\u0644
@@ -171,7 +171,7 @@ TOPIC_DETAIL_EDIT_GITHUB=\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0430\
171
171
  TOPIC_DETAIL_EDIT_GITHUB_TOOLTIP=\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0442\u0430\u0437\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0432 GitHub
172
172
  TOPIC_DETAIL_FULLSCREEN_TOOLTIP=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u0442\u043E\u0437\u0438 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u0432 \u0440\u0435\u0436\u0438\u043C \u043D\u0430 \u0446\u044F\u043B \u0435\u043A\u0440\u0430\u043D
173
173
 
174
- TOPIC_MASTER_FILTER_PLACEHOLDER=\u0422\u044A\u0440\u0441\u0435\u043D\u0435
174
+ TOPIC_MASTER_FILTER_PLACEHOLDER=\u0424\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u0435
175
175
  TOPIC_MASTER_EXPAND_TOOLTIP=\u0420\u0430\u0437\u0448\u0438\u0440\u044F\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438
176
176
  TOPIC_MASTER_COLAPSE_TOOLTIP=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438
177
177
  TOPIC_MASTER_NO_DATA_TEXT=\u041D\u044F\u043C\u0430 \u0434\u0430\u043D\u043D\u0438, \u043C\u043E\u043B\u044F \u043E\u043F\u0438\u0442\u0430\u0439\u0442\u0435 \u0441 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u043E\u0442\u043E \u0442\u044A\u0440\u0441\u0435\u043D\u0435
@@ -213,7 +213,7 @@ CONTROLS_TEXT_14=\u0421\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0441 \u0440\
213
213
  CONTROLS_TEXT_15=\u0421\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0441 \u0434\u043E 3 \u043A\u043E\u043B\u043E\u043D\u0438
214
214
  CONTROLS_TEXT_16=\u0424\u043E\u0440\u043C\u0430\u0442 \u0441 \u0434\u0432\u0435 \u043A\u043E\u043B\u043E\u043D\u0438
215
215
 
216
- CONTROLS_MASTER_FILTER_PLACERHOLDER=\u0422\u044A\u0440\u0441\u0435\u043D\u0435
216
+ CONTROLS_MASTER_FILTER_PLACERHOLDER=\u0424\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u0435
217
217
  CONTROLS_MASTER_FILTER_BTN_TOOLTIP=\u0413\u0440\u0443\u043F\u0438\u0440\u0430\u043D\u0435 / \u0444\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u0435
218
218
  CONTROLS_MASTER_NO_DATA_TEXT=\u041D\u044F\u043C\u0430 \u0434\u0430\u043D\u043D\u0438, \u043C\u043E\u043B\u044F \u043E\u043F\u0438\u0442\u0430\u0439\u0442\u0435 \u0441 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u043E\u0442\u043E \u0442\u044A\u0440\u0441\u0435\u043D\u0435
219
219
 
@@ -311,6 +311,7 @@ SEARCH_SUGGESTIONS_SEE_ALL_SECTION_TITLE=\u0412\u0438\u0436\u0442\u0435 \u0432\u
311
311
  SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F
312
312
  SEARCH_SUGGESTIONS_API_SECTION_TITLE=API \u0440\u0435\u0444\u0435\u0440\u0435\u043D\u0446\u0438\u044F
313
313
  SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=\u041E\u0431\u0440\u0430\u0437\u0446\u0438
314
+ SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=\u0412\u044A\u043D\u0448\u043D\u0438 \u0440\u0435\u0444\u0435\u0440\u0435\u043D\u0446\u0438\u0438
314
315
  SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=\u0412\u0441\u0438\u0447\u043A\u0438 ({0} \u043E\u0442 {1})
315
316
  SEARCH_PAGE_API_SECTION_TITLE=API \u0440\u0435\u0444\u0435\u0440\u0435\u043D\u0446\u0438\u044F ({0})
316
317
  SEARCH_PAGE_API_SECTION_TABLE_TITLE=API \u0440\u0435\u0444\u0435\u0440\u0435\u043D\u0446\u0438\u044F ({0} \u043E\u0442 {1})
@@ -318,6 +319,8 @@ SEARCH_PAGE_DOCUMENTATION_SECTION_TITLE=\u0414\u043E\u043A\u0443\u043C\u0435\u04
318
319
  SEARCH_PAGE_DOCUMENTATION_SECTION_TABLE_TITLE=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F ({0} \u043E\u0442 {1})
319
320
  SEARCH_PAGE_SAMPLES_SECTION_TITLE=\u041E\u0431\u0440\u0430\u0437\u0446\u0438 ({0})
320
321
  SEARCH_PAGE_SAMPLES_SECTION_TABLE_TITLE=\u041E\u0431\u0440\u0430\u0437\u0446\u0438 ({0} \u043E\u0442 {1})
322
+ SEARCH_PAGE_EXTERNAL_SECTION_TITLE=\u0412\u044A\u043D\u0448\u043D\u0438 \u0440\u0435\u0444\u0435\u0440\u0435\u043D\u0446\u0438\u0438 ({0})
323
+ SEARCH_PAGE_EXTERNAL_SECTION_TABLE_TITLE=\u0412\u044A\u043D\u0448\u043D\u0438 \u0440\u0435\u0444\u0435\u0440\u0435\u043D\u0446\u0438\u0438 ({0} \u043E\u0442 {1})
321
324
 
322
325
  RELEASE_DIALOG_TITLE=\u0416\u0443\u0440\u043D\u0430\u043B \u043F\u0440\u043E\u043C\u0435\u043D\u0438 \u0437\u0430\: {0}
323
326
  RELEASE_DIALOG_CLOSE_BTN=\u0417\u0430\u0442\u0432\u0430\u0440\u044F\u043D\u0435
@@ -368,7 +371,7 @@ LIVE_EDITOR_RESULT=\u0420\u0435\u0437\u0443\u043B\u0442\u0430\u0442
368
371
  LIVE_EDITOR_PREVIEW_BTN=\u041F\u0440\u0435\u0434\u0432.\u043F\u0440\u0435\u0433\u043B\u0435\u0434
369
372
  LIVE_EDITOR_LIVE_PREVIEW_TEXT=\u0410\u0432\u0442\u043E\u043C.\u043F\u0440\u0435\u0434\u0432.\u043F\u0440\u0435\u0433\u043B\u0435\u0434
370
373
 
371
- API_MASTER_PLACEHOLDER=\u0422\u044A\u0440\u0441\u0435\u043D\u0435
374
+ API_MASTER_PLACEHOLDER=\u0424\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u0435
372
375
  API_MASTER_EXPAND_BTN_TOOLTIP=\u0420\u0430\u0437\u0448\u0438\u0440\u044F\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438
373
376
  API_MASTER_COLLAPSE_BTN_TOOLTIP=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438
374
377
  API_MASTER_DEPRECATED_CB=\u0412\u043A\u043B\u044E\u0447\u0432\u0430\u043D\u0435 \u043D\u0430 \u043D\u0435\u043E\u0434\u043E\u0431\u0440\u0435\u043D\u0438
@@ -171,7 +171,7 @@ TOPIC_DETAIL_EDIT_GITHUB=Editar a GitHub
171
171
  TOPIC_DETAIL_EDIT_GITHUB_TOOLTIP=Editeu aquesta p\u00E0gina a GitHub
172
172
  TOPIC_DETAIL_FULLSCREEN_TOOLTIP=Mostrar aquest document en el mode de pantalla completa
173
173
 
174
- TOPIC_MASTER_FILTER_PLACEHOLDER=Cercar
174
+ TOPIC_MASTER_FILTER_PLACEHOLDER=Filtrar
175
175
  TOPIC_MASTER_EXPAND_TOOLTIP=Desplegar-ho tot
176
176
  TOPIC_MASTER_COLAPSE_TOOLTIP=Comprimir-ho tot
177
177
  TOPIC_MASTER_NO_DATA_TEXT=No hi ha dades. Proveu-ho amb la cerca global
@@ -213,7 +213,7 @@ CONTROLS_TEXT_14=P\u00E0gina amb t\u00EDtol, cap\u00E7alera i \u00E0rea de conti
213
213
  CONTROLS_TEXT_15=P\u00E0gina amb fins a 3 columnes
214
214
  CONTROLS_TEXT_16=Disposici\u00F3 de dues columnes
215
215
 
216
- CONTROLS_MASTER_FILTER_PLACERHOLDER=Cercar
216
+ CONTROLS_MASTER_FILTER_PLACERHOLDER=Filtrar
217
217
  CONTROLS_MASTER_FILTER_BTN_TOOLTIP=Agrupar/Filtrar
218
218
  CONTROLS_MASTER_NO_DATA_TEXT=No hi ha dades. Proveu-ho amb la cerca global.
219
219
 
@@ -311,6 +311,7 @@ SEARCH_SUGGESTIONS_SEE_ALL_SECTION_TITLE=Veure-ho tot
311
311
  SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Documentaci\u00F3
312
312
  SEARCH_SUGGESTIONS_API_SECTION_TITLE=Refer\u00E8ncia d'API
313
313
  SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=Exemples
314
+ SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=Refer\u00E8ncies externes
314
315
  SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=Tot ({0} de {1})
315
316
  SEARCH_PAGE_API_SECTION_TITLE=Refer\u00E8ncia d''API ({0})
316
317
  SEARCH_PAGE_API_SECTION_TABLE_TITLE=Refer\u00E8ncia d''API ({0} de {1})
@@ -318,6 +319,8 @@ SEARCH_PAGE_DOCUMENTATION_SECTION_TITLE=Documentaci\u00F3 ({0})
318
319
  SEARCH_PAGE_DOCUMENTATION_SECTION_TABLE_TITLE=Documentaci\u00F3 ({0} de {1})
319
320
  SEARCH_PAGE_SAMPLES_SECTION_TITLE=Exemples ({0})
320
321
  SEARCH_PAGE_SAMPLES_SECTION_TABLE_TITLE=Exemples ({0} de {1})
322
+ SEARCH_PAGE_EXTERNAL_SECTION_TITLE=Refer\u00E8ncies externes ({0})
323
+ SEARCH_PAGE_EXTERNAL_SECTION_TABLE_TITLE=Refer\u00E8ncies externes ({0} de {1})
321
324
 
322
325
  RELEASE_DIALOG_TITLE=Log de modificaci\u00F3 de\: {0}
323
326
  RELEASE_DIALOG_CLOSE_BTN=Tancar
@@ -368,7 +371,7 @@ LIVE_EDITOR_RESULT=Resultat
368
371
  LIVE_EDITOR_PREVIEW_BTN=Previsualitzaci\u00F3
369
372
  LIVE_EDITOR_LIVE_PREVIEW_TEXT=Previsualitzaci\u00F3 autom\u00E0tica
370
373
 
371
- API_MASTER_PLACEHOLDER=Cercar
374
+ API_MASTER_PLACEHOLDER=Filtrar
372
375
  API_MASTER_EXPAND_BTN_TOOLTIP=Desplegar-ho tot
373
376
  API_MASTER_COLLAPSE_BTN_TOOLTIP=Comprimir-ho tot
374
377
  API_MASTER_DEPRECATED_CB=Incloure obsoletes
@@ -171,7 +171,7 @@ TOPIC_DETAIL_EDIT_GITHUB=Uredi na GitHub-u
171
171
  TOPIC_DETAIL_EDIT_GITHUB_TOOLTIP=Uredi ovu stranicu na GitHub-u
172
172
  TOPIC_DETAIL_FULLSCREEN_TOOLTIP=Poka\u017Ei ovaj dokument u na\u010Dinu cijelog ekrana
173
173
 
174
- TOPIC_MASTER_FILTER_PLACEHOLDER=Tra\u017Ei
174
+ TOPIC_MASTER_FILTER_PLACEHOLDER=Filter
175
175
  TOPIC_MASTER_EXPAND_TOOLTIP=Pro\u0161iri sve
176
176
  TOPIC_MASTER_COLAPSE_TOOLTIP=Sa\u017Emi sve
177
177
  TOPIC_MASTER_NO_DATA_TEXT=Nema podataka, poku\u0161ajte sa globalnim tra\u017Eenjem
@@ -213,7 +213,7 @@ CONTROLS_TEXT_14=Stranica sa naslovom, zaglavljem i obla\u0161\u0107u sadr\u017E
213
213
  CONTROLS_TEXT_15=Stranica s najvi\u0161e 3 kolone
214
214
  CONTROLS_TEXT_16=Izgled sa dvije kolone
215
215
 
216
- CONTROLS_MASTER_FILTER_PLACERHOLDER=Tra\u017Ei
216
+ CONTROLS_MASTER_FILTER_PLACERHOLDER=Filter
217
217
  CONTROLS_MASTER_FILTER_BTN_TOOLTIP=Grupa / filter
218
218
  CONTROLS_MASTER_NO_DATA_TEXT=Nema podataka, poku\u0161ajte sa globalnim tra\u017Eenjem.
219
219
 
@@ -311,6 +311,7 @@ SEARCH_SUGGESTIONS_SEE_ALL_SECTION_TITLE=Prika\u017Ei sve
311
311
  SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Dokumentacija
312
312
  SEARCH_SUGGESTIONS_API_SECTION_TITLE=Referenca API-ja
313
313
  SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=Uzorci
314
+ SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=Eksterne reference
314
315
  SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=Sve ({0} od {1})
315
316
  SEARCH_PAGE_API_SECTION_TITLE=Referenca API-ja ({0})
316
317
  SEARCH_PAGE_API_SECTION_TABLE_TITLE=Referenca API-ja({0} od {1})
@@ -318,6 +319,8 @@ SEARCH_PAGE_DOCUMENTATION_SECTION_TITLE=Dokumentacija ({0})
318
319
  SEARCH_PAGE_DOCUMENTATION_SECTION_TABLE_TITLE=Dokumentacija ({0} od {1})
319
320
  SEARCH_PAGE_SAMPLES_SECTION_TITLE=Uzorci ({0})
320
321
  SEARCH_PAGE_SAMPLES_SECTION_TABLE_TITLE=Uzorci ({0} od {1})
322
+ SEARCH_PAGE_EXTERNAL_SECTION_TITLE=Eksterne reference ({0})
323
+ SEARCH_PAGE_EXTERNAL_SECTION_TABLE_TITLE=Eksterne reference ({0} od {1})
321
324
 
322
325
  RELEASE_DIALOG_TITLE=Protokol promjene za\: {0}
323
326
  RELEASE_DIALOG_CLOSE_BTN=Zatvori
@@ -368,7 +371,7 @@ LIVE_EDITOR_RESULT=Rezultat
368
371
  LIVE_EDITOR_PREVIEW_BTN=Prethodni prikaz
369
372
  LIVE_EDITOR_LIVE_PREVIEW_TEXT=Automatski prethodni prikaz
370
373
 
371
- API_MASTER_PLACEHOLDER=Tra\u017Ei
374
+ API_MASTER_PLACEHOLDER=Filter
372
375
  API_MASTER_EXPAND_BTN_TOOLTIP=Pro\u0161iri sve
373
376
  API_MASTER_COLLAPSE_BTN_TOOLTIP=Sa\u017Emi sve
374
377
  API_MASTER_DEPRECATED_CB=Uklju\u010Di zastarjelo
@@ -171,7 +171,7 @@ TOPIC_DETAIL_EDIT_GITHUB=Upravit na GitHub
171
171
  TOPIC_DETAIL_EDIT_GITHUB_TOOLTIP=Upravit tuto str\u00E1nku na GitHub
172
172
  TOPIC_DETAIL_FULLSCREEN_TOOLTIP=Zobrazit tento dokument v re\u017Eimu cel\u00E9 obrazovky
173
173
 
174
- TOPIC_MASTER_FILTER_PLACEHOLDER=Hledat
174
+ TOPIC_MASTER_FILTER_PLACEHOLDER=Filtrovat
175
175
  TOPIC_MASTER_EXPAND_TOOLTIP=Rozbalit v\u0161e
176
176
  TOPIC_MASTER_COLAPSE_TOOLTIP=Sbalit v\u0161e
177
177
  TOPIC_MASTER_NO_DATA_TEXT=\u017D\u00E1dn\u00E1 data, zkuste glob\u00E1ln\u00ED hled\u00E1n\u00ED
@@ -213,7 +213,7 @@ CONTROLS_TEXT_14=Str\u00E1nka s titulkem, hlavi\u010Dkou a oblast\u00ED obsahu
213
213
  CONTROLS_TEXT_15=Str\u00E1nka s maxim\u00E1ln\u011B t\u0159emi sloupci
214
214
  CONTROLS_TEXT_16=Dvousloupcov\u00FD layout
215
215
 
216
- CONTROLS_MASTER_FILTER_PLACERHOLDER=Hledat
216
+ CONTROLS_MASTER_FILTER_PLACERHOLDER=Filtrovat
217
217
  CONTROLS_MASTER_FILTER_BTN_TOOLTIP=Skupina / filtr
218
218
  CONTROLS_MASTER_NO_DATA_TEXT=\u017D\u00E1dn\u00E1 data, zkuste glob\u00E1ln\u00ED hled\u00E1n\u00ED.
219
219
 
@@ -311,6 +311,7 @@ SEARCH_SUGGESTIONS_SEE_ALL_SECTION_TITLE=Zobrazit v\u0161e
311
311
  SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Dokumentace
312
312
  SEARCH_SUGGESTIONS_API_SECTION_TITLE=Reference API
313
313
  SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=Vzory
314
+ SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=Extern\u00ED reference
314
315
  SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=V\u0161e ({0} z {1})
315
316
  SEARCH_PAGE_API_SECTION_TITLE=Reference API ({0})
316
317
  SEARCH_PAGE_API_SECTION_TABLE_TITLE=Reference API ({0} z {1})
@@ -318,6 +319,8 @@ SEARCH_PAGE_DOCUMENTATION_SECTION_TITLE=Dokumentace ({0})
318
319
  SEARCH_PAGE_DOCUMENTATION_SECTION_TABLE_TITLE=Dokumentace ({0} z {1})
319
320
  SEARCH_PAGE_SAMPLES_SECTION_TITLE=Vzory ({0})
320
321
  SEARCH_PAGE_SAMPLES_SECTION_TABLE_TITLE=Vzory ({0} z {1})
322
+ SEARCH_PAGE_EXTERNAL_SECTION_TITLE=Extern\u00ED reference ({0})
323
+ SEARCH_PAGE_EXTERNAL_SECTION_TABLE_TITLE=Extern\u00ED reference ({0}) z {1})
321
324
 
322
325
  RELEASE_DIALOG_TITLE=Zm\u011Bnov\u00FD protokol pro\: {0}
323
326
  RELEASE_DIALOG_CLOSE_BTN=Zav\u0159\u00EDt
@@ -368,7 +371,7 @@ LIVE_EDITOR_RESULT=V\u00FDsledek
368
371
  LIVE_EDITOR_PREVIEW_BTN=N\u00E1hled
369
372
  LIVE_EDITOR_LIVE_PREVIEW_TEXT=Automatick\u00FD n\u00E1hled
370
373
 
371
- API_MASTER_PLACEHOLDER=Hledat
374
+ API_MASTER_PLACEHOLDER=Filtrovat
372
375
  API_MASTER_EXPAND_BTN_TOOLTIP=Rozbalit v\u0161e
373
376
  API_MASTER_COLLAPSE_BTN_TOOLTIP=Sbalit v\u0161e
374
377
  API_MASTER_DEPRECATED_CB=Zahrnout zastaral\u00E9
@@ -171,7 +171,7 @@ TOPIC_DETAIL_EDIT_GITHUB=Golygu ar GitHub
171
171
  TOPIC_DETAIL_EDIT_GITHUB_TOOLTIP=Golygu'r dudalen hon ar GitHub
172
172
  TOPIC_DETAIL_FULLSCREEN_TOOLTIP=Dangos y ddogfen hon yn y modd sgrin lawn
173
173
 
174
- TOPIC_MASTER_FILTER_PLACEHOLDER=Chwilio
174
+ TOPIC_MASTER_FILTER_PLACEHOLDER=Hidlydd
175
175
  TOPIC_MASTER_EXPAND_TOOLTIP=Ehangu Pob Un
176
176
  TOPIC_MASTER_COLAPSE_TOOLTIP=Cwympo Pob Un
177
177
  TOPIC_MASTER_NO_DATA_TEXT=Dim data, rhowch gynnig ar ddefnyddio chwilio eang
@@ -213,7 +213,7 @@ CONTROLS_TEXT_14=Tudalen \u00E2 theitl, pennawd, ac ardal cynnwys
213
213
  CONTROLS_TEXT_15=Tudalen \u00E2 hyd at 3 colofn
214
214
  CONTROLS_TEXT_16=Cynllun dwy golofn
215
215
 
216
- CONTROLS_MASTER_FILTER_PLACERHOLDER=Chwilio
216
+ CONTROLS_MASTER_FILTER_PLACERHOLDER=Hidlydd
217
217
  CONTROLS_MASTER_FILTER_BTN_TOOLTIP=Gr\u0175p / Hidlydd
218
218
  CONTROLS_MASTER_NO_DATA_TEXT=Dim data, rhowch gynnig ar ddefnyddio chwilio eang.
219
219
 
@@ -311,6 +311,7 @@ SEARCH_SUGGESTIONS_SEE_ALL_SECTION_TITLE=Gweld Pob Un
311
311
  SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Dogfennau
312
312
  SEARCH_SUGGESTIONS_API_SECTION_TITLE=Cyfeirnod API
313
313
  SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=Samplau
314
+ SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=Cyfeirnodau Allanol
314
315
  SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=Pob un ({0} o {1})
315
316
  SEARCH_PAGE_API_SECTION_TITLE=Cyfeirnod API ({0})
316
317
  SEARCH_PAGE_API_SECTION_TABLE_TITLE=Cyfeirnod API ({0} o {1})
@@ -318,6 +319,8 @@ SEARCH_PAGE_DOCUMENTATION_SECTION_TITLE=Dogfennau ({0})
318
319
  SEARCH_PAGE_DOCUMENTATION_SECTION_TABLE_TITLE=Dogfennau ({0} o {1})
319
320
  SEARCH_PAGE_SAMPLES_SECTION_TITLE=Samplau ({0})
320
321
  SEARCH_PAGE_SAMPLES_SECTION_TABLE_TITLE=Samplau ({0} o {1})
322
+ SEARCH_PAGE_EXTERNAL_SECTION_TITLE=Cyfeirnodau Allanol ({0})
323
+ SEARCH_PAGE_EXTERNAL_SECTION_TABLE_TITLE=Cyfeirnodau Allanol ({0} o {1})
321
324
 
322
325
  RELEASE_DIALOG_TITLE=Newid log ar gyfer\: {0}
323
326
  RELEASE_DIALOG_CLOSE_BTN=Cau
@@ -368,7 +371,7 @@ LIVE_EDITOR_RESULT=Canlyniad
368
371
  LIVE_EDITOR_PREVIEW_BTN=Rhagolwg
369
372
  LIVE_EDITOR_LIVE_PREVIEW_TEXT=Rhagolwg awtomatig
370
373
 
371
- API_MASTER_PLACEHOLDER=Chwilio
374
+ API_MASTER_PLACEHOLDER=Hidlydd
372
375
  API_MASTER_EXPAND_BTN_TOOLTIP=Ehangu Pob Un
373
376
  API_MASTER_COLLAPSE_BTN_TOOLTIP=Cwympo Pob Un
374
377
  API_MASTER_DEPRECATED_CB=Cynnwys rhai heb eu cymeradwyo
@@ -171,7 +171,7 @@ TOPIC_DETAIL_EDIT_GITHUB=Rediger p\u00E5 GitHub
171
171
  TOPIC_DETAIL_EDIT_GITHUB_TOOLTIP=Rediger denne side p\u00E5 GitHub
172
172
  TOPIC_DETAIL_FULLSCREEN_TOOLTIP=Vis dette dokument i fuldsk\u00E6rmsmode
173
173
 
174
- TOPIC_MASTER_FILTER_PLACEHOLDER=S\u00F8g
174
+ TOPIC_MASTER_FILTER_PLACEHOLDER=Filtrer
175
175
  TOPIC_MASTER_EXPAND_TOOLTIP=Ekspander alt
176
176
  TOPIC_MASTER_COLAPSE_TOOLTIP=Komprimer alt
177
177
  TOPIC_MASTER_NO_DATA_TEXT=Ingen data, fors\u00F8g med global s\u00F8gning
@@ -213,7 +213,7 @@ CONTROLS_TEXT_14=Side med titel, top og indholdsomr\u00E5de
213
213
  CONTROLS_TEXT_15=Side med op til 3 kolonner
214
214
  CONTROLS_TEXT_16=Layout med 2 kolonner
215
215
 
216
- CONTROLS_MASTER_FILTER_PLACERHOLDER=S\u00F8g
216
+ CONTROLS_MASTER_FILTER_PLACERHOLDER=Filtrer
217
217
  CONTROLS_MASTER_FILTER_BTN_TOOLTIP=Gruppe/filter
218
218
  CONTROLS_MASTER_NO_DATA_TEXT=Ingen data, fors\u00F8g med global s\u00F8gning.
219
219
 
@@ -311,6 +311,7 @@ SEARCH_SUGGESTIONS_SEE_ALL_SECTION_TITLE=Se alle
311
311
  SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Dokumentation
312
312
  SEARCH_SUGGESTIONS_API_SECTION_TITLE=API-reference
313
313
  SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=Modeller
314
+ SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=Eksterne referencer
314
315
  SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=Alle ({0} af {1})
315
316
  SEARCH_PAGE_API_SECTION_TITLE=API-reference ({0})
316
317
  SEARCH_PAGE_API_SECTION_TABLE_TITLE=API-reference ({0} af {1})
@@ -318,6 +319,8 @@ SEARCH_PAGE_DOCUMENTATION_SECTION_TITLE=Dokumentation ({0})
318
319
  SEARCH_PAGE_DOCUMENTATION_SECTION_TABLE_TITLE=Dokumentation ({0} af {1})
319
320
  SEARCH_PAGE_SAMPLES_SECTION_TITLE=Modeller ({0})
320
321
  SEARCH_PAGE_SAMPLES_SECTION_TABLE_TITLE=Modeller ({0} af {1})
322
+ SEARCH_PAGE_EXTERNAL_SECTION_TITLE=Eksterne referencer ({0})
323
+ SEARCH_PAGE_EXTERNAL_SECTION_TABLE_TITLE=Eksterne referencer ({0} af {1})
321
324
 
322
325
  RELEASE_DIALOG_TITLE=\u00C6ndringsprotokol for\: {0}
323
326
  RELEASE_DIALOG_CLOSE_BTN=Luk
@@ -368,7 +371,7 @@ LIVE_EDITOR_RESULT=Resultat
368
371
  LIVE_EDITOR_PREVIEW_BTN=Eksempel
369
372
  LIVE_EDITOR_LIVE_PREVIEW_TEXT=Automatisk eksempel
370
373
 
371
- API_MASTER_PLACEHOLDER=S\u00F8g
374
+ API_MASTER_PLACEHOLDER=Filtrer
372
375
  API_MASTER_EXPAND_BTN_TOOLTIP=Ekspander alt
373
376
  API_MASTER_COLLAPSE_BTN_TOOLTIP=Komprimer alt
374
377
  API_MASTER_DEPRECATED_CB=Inkluder for\u00E6ldet