@openui5/sap.ui.documentation 1.114.0 → 1.115.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.reuse/dep5 +0 -5
- package/THIRDPARTY.txt +0 -6
- package/package.json +7 -7
- package/src/sap/ui/documentation/.library +1 -1
- package/src/sap/ui/documentation/library.js +11 -11
- package/src/sap/ui/documentation/messagebundle.properties +3 -3
- package/src/sap/ui/documentation/messagebundle_ar.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_bg.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_ca.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_cs.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_cy.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_da.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_de.properties +5 -4
- package/src/sap/ui/documentation/messagebundle_el.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_en.properties +6 -3
- package/src/sap/ui/documentation/messagebundle_en_GB.properties +6 -3
- package/src/sap/ui/documentation/messagebundle_en_US_sappsd.properties +6 -3
- package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_en_US_saptrc.properties +6 -3
- package/src/sap/ui/documentation/messagebundle_es.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_es_MX.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_et.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_fi.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_fr.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_fr_CA.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_hi.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_hr.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_hu.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_id.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_it.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_iw.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_ja.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_kk.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_ko.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_lt.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_lv.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_ms.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_nl.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_no.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_pl.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_pt.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_pt_PT.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_ro.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_ru.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_sh.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_sk.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_sl.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_sv.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_th.properties +8 -7
- package/src/sap/ui/documentation/messagebundle_tr.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_uk.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_vi.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_zh_CN.properties +4 -3
- package/src/sap/ui/documentation/messagebundle_zh_TW.properties +4 -3
- package/src/sap/ui/documentation/sdk/controller/App.controller.js +313 -172
- package/src/sap/ui/documentation/sdk/controller/BaseController.js +3 -2
- package/src/sap/ui/documentation/sdk/controller/ControlsMaster.controller.js +30 -17
- package/src/sap/ui/documentation/sdk/controller/DemoApps.controller.js +147 -28
- package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +38 -18
- package/src/sap/ui/documentation/sdk/controller/SearchPage.controller.js +14 -2
- package/src/sap/ui/documentation/sdk/controller/VersionNotFound.controller.js +3 -1
- package/src/sap/ui/documentation/sdk/controller/util/IndexWorker.js +4 -3
- package/src/sap/ui/documentation/sdk/css/style.css +0 -5
- package/src/sap/ui/documentation/sdk/index.js +9 -9
- package/src/sap/ui/documentation/sdk/model/libraryData.js +18 -12
- package/src/sap/ui/documentation/sdk/tmpl/index.js.tmpl +4 -3
- package/src/sap/ui/documentation/sdk/view/ControlsMaster.view.xml +2 -2
- package/src/sap/ui/documentation/sdk/view/DemoApps.view.xml +1 -1
- package/src/sap/ui/documentation/sdk/view/FeedbackDialog.fragment.xml +1 -1
- package/src/sap/ui/documentation/sdk/view/GlobalSearchPicker.fragment.xml +8 -1
- package/src/sap/ui/documentation/sdk/view/ReleaseNotesView.fragment.xml +7 -0
- package/src/sap/ui/documentation/sdk/view/SearchPage.view.xml +8 -4
- package/src/sap/ui/documentation/themes/base/Documentation.less +9 -1
- package/src/sap/ui/documentation/themes/sap_horizon_dark/Documentation.less +17 -12
- package/src/sap/ui/documentation/sdk/view/ReleaseNotesView.view.tmpl +0 -11
|
@@ -159,7 +159,7 @@ TOPIC_DETAIL_EDIT_GITHUB=Hi\u00EA\u0323u chi\u0309nh tr\u00EAn GitHub
|
|
|
159
159
|
TOPIC_DETAIL_EDIT_GITHUB_TOOLTIP=Hi\u00EA\u0323u chi\u0309nh trang na\u0300y tr\u00EAn GitHub
|
|
160
160
|
TOPIC_DETAIL_FULLSCREEN_TOOLTIP=Hi\u00EA\u0309n thi\u0323 ta\u0300i li\u00EA\u0323u na\u0300y \u01A1\u0309 ch\u00EA\u0301 \u0111\u00F4\u0323 toa\u0300n ma\u0300n hi\u0300nh
|
|
161
161
|
|
|
162
|
-
TOPIC_MASTER_FILTER_PLACEHOLDER=
|
|
162
|
+
TOPIC_MASTER_FILTER_PLACEHOLDER=Ti\u0300m ki\u00EA\u0301m
|
|
163
163
|
TOPIC_MASTER_EXPAND_TOOLTIP=M\u01A1\u0309 r\u00F4\u0323ng t\u00E2\u0301t ca\u0309
|
|
164
164
|
TOPIC_MASTER_COLAPSE_TOOLTIP=Thu go\u0323n t\u00E2\u0301t ca\u0309
|
|
165
165
|
TOPIC_MASTER_NO_DATA_TEXT=Kh\u00F4ng co\u0301 d\u01B0\u0303 li\u00EA\u0323u, vui lo\u0300ng th\u01B0\u0309 la\u0323i v\u01A1\u0301i ti\u0300m ki\u00EA\u0301m toa\u0300n c\u00E2\u0300u
|
|
@@ -201,7 +201,7 @@ CONTROLS_TEXT_14=Trang v\u01A1\u0301i ti\u00EAu \u0111\u00EA\u0300, \u0111\u00E2
|
|
|
201
201
|
CONTROLS_TEXT_15=Trang v\u01A1\u0301i t\u00F4\u0301i \u0111a 3 c\u00F4\u0323t
|
|
202
202
|
CONTROLS_TEXT_16=B\u00F4\u0301 cu\u0323c hai c\u00F4\u0323t
|
|
203
203
|
|
|
204
|
-
CONTROLS_MASTER_FILTER_PLACERHOLDER=
|
|
204
|
+
CONTROLS_MASTER_FILTER_PLACERHOLDER=Ti\u0300m ki\u00EA\u0301m
|
|
205
205
|
CONTROLS_MASTER_FILTER_BTN_TOOLTIP=Nho\u0301m / B\u00F4\u0323 lo\u0323c
|
|
206
206
|
CONTROLS_MASTER_NO_DATA_TEXT=Kh\u00F4ng co\u0301 d\u01B0\u0303 li\u00EA\u0323u, vui lo\u0300ng th\u01B0\u0309 la\u0323i v\u01A1\u0301i ti\u0300m ki\u00EA\u0301m toa\u0300n c\u00E2\u0300u.
|
|
207
207
|
|
|
@@ -336,6 +336,7 @@ NOT_FOUND_TITLE=Kh\u00F4ng ti\u0300m th\u00E2\u0301y
|
|
|
336
336
|
NOT_FOULD_TEXT=Kh\u00F4ng ti\u0300m th\u00E2\u0301y ta\u0300i nguy\u00EAn y\u00EAu c\u00E2\u0300u.
|
|
337
337
|
|
|
338
338
|
NOT_FOUND_REMOVED_TEXT=Phi\u00EAn ba\u0309n UI5 \u0111a\u0303 y\u00EAu c\u00E2\u0300u bi\u0323 l\u00F4\u0303i th\u01A1\u0300i va\u0300 bi\u0323 loa\u0323i bo\u0309.
|
|
339
|
+
NOT_FOUND_DK_REMOVED_TEXT=N\u00F4\u0323i dung UI5 Demo Kit \u0111\u01B0\u01A1\u0323c y\u00EAu c\u00E2\u0300u \u0111a\u0303 \u0111\u01B0\u01A1\u0323c loa\u0323i bo\u0309.
|
|
339
340
|
NOT_FOUND_UNAVAILABLE_TEXT=Ta\u0300i nguy\u00EAn \u0111\u01B0\u01A1\u0323c y\u00EAu c\u00E2\u0300u kh\u00F4ng co\u0301 s\u0103\u0303n.
|
|
340
341
|
VERSION_NOT_FOUND_READ_MORE=\u0110o\u0323c th\u00EAm
|
|
341
342
|
VERSION_NOT_FOUND_HOME_PAGE_BUTTON=Trang chu\u0309
|
|
@@ -390,7 +391,7 @@ TOOLS_CARD_15_TEXT=H\u01B0\u1EDBng d\u1EABn kha\u0309 n\u0103ng truy c\u00E2\u03
|
|
|
390
391
|
TOOLS_CARD_15_IMG_ALT=Hi\u0300nh a\u0309nh hi\u00EA\u0309n thi\u0323 h\u01B0\u01A1\u0301ng d\u00E2\u0303n kha\u0309 n\u0103ng truy c\u00E2\u0323p
|
|
391
392
|
TOOLS_CARD_16_TEXT=Tri\u0300nh ghi che\u0301p th\u01B0\u0309 nghi\u00EA\u0323m UI5 la\u0300 c\u00F4ng cu\u0323 giu\u0301p ba\u0323n ta\u0323o th\u01B0\u0309 nghi\u00EA\u0323m ti\u0301ch h\u01A1\u0323p UI5 b\u0103\u0300ng ca\u0301ch ghi la\u0323i thao ta\u0301c cu\u0309a ba\u0323n trong tri\u0300nh duy\u00EA\u0323t.
|
|
392
393
|
TOOLS_CARD_16_IMG_ALT=A\u0309nh hi\u00EA\u0309n thi\u0323 tri\u0300nh ghi che\u0301p th\u01B0\u0309 nghi\u00EA\u0323m UI5
|
|
393
|
-
API_MASTER_PLACEHOLDER=
|
|
394
|
+
API_MASTER_PLACEHOLDER=Ti\u0300m ki\u00EA\u0301m
|
|
394
395
|
API_MASTER_EXPAND_BTN_TOOLTIP=M\u01A1\u0309 r\u00F4\u0323ng t\u00E2\u0301t ca\u0309
|
|
395
396
|
API_MASTER_COLLAPSE_BTN_TOOLTIP=Thu go\u0323n t\u00E2\u0301t ca\u0309
|
|
396
397
|
API_MASTER_DEPRECATED_CB=Bao g\u00F4\u0300m ph\u00E2\u0300n kh\u00F4ng \u0111\u01B0\u01A1\u0323c ch\u00E2\u0301p nh\u00E2\u0323n
|
|
@@ -159,7 +159,7 @@ TOPIC_DETAIL_EDIT_GITHUB=\u5728 GitHub \u4E0A\u7F16\u8F91
|
|
|
159
159
|
TOPIC_DETAIL_EDIT_GITHUB_TOOLTIP=\u5728 GitHub \u4E0A\u7F16\u8F91\u6B64\u9875\u9762
|
|
160
160
|
TOPIC_DETAIL_FULLSCREEN_TOOLTIP=\u4EE5\u5168\u5C4F\u6A21\u5F0F\u663E\u793A\u6B64\u6587\u6863
|
|
161
161
|
|
|
162
|
-
TOPIC_MASTER_FILTER_PLACEHOLDER=\
|
|
162
|
+
TOPIC_MASTER_FILTER_PLACEHOLDER=\u641C\u7D22
|
|
163
163
|
TOPIC_MASTER_EXPAND_TOOLTIP=\u5168\u90E8\u5C55\u5F00
|
|
164
164
|
TOPIC_MASTER_COLAPSE_TOOLTIP=\u5168\u90E8\u6298\u53E0
|
|
165
165
|
TOPIC_MASTER_NO_DATA_TEXT=\u65E0\u6570\u636E\uFF0C\u8BF7\u5C1D\u8BD5\u8FDB\u884C\u5168\u5C40\u641C\u7D22
|
|
@@ -201,7 +201,7 @@ CONTROLS_TEXT_14=\u542B\u6709\u6807\u9898\u3001\u9875\u7709\u548C\u5185\u5BB9\u5
|
|
|
201
201
|
CONTROLS_TEXT_15=\u81F3\u591A\u6709 3 \u5217\u7684\u9875\u9762
|
|
202
202
|
CONTROLS_TEXT_16=\u4E24\u5217\u5E03\u5C40
|
|
203
203
|
|
|
204
|
-
CONTROLS_MASTER_FILTER_PLACERHOLDER=\
|
|
204
|
+
CONTROLS_MASTER_FILTER_PLACERHOLDER=\u641C\u7D22
|
|
205
205
|
CONTROLS_MASTER_FILTER_BTN_TOOLTIP=\u5206\u7EC4/\u8FC7\u6EE4
|
|
206
206
|
CONTROLS_MASTER_NO_DATA_TEXT=\u65E0\u6570\u636E\uFF0C\u8BF7\u5C1D\u8BD5\u8FDB\u884C\u5168\u5C40\u641C\u7D22\u3002
|
|
207
207
|
|
|
@@ -336,6 +336,7 @@ NOT_FOUND_TITLE=\u672A\u627E\u5230
|
|
|
336
336
|
NOT_FOULD_TEXT=\u672A\u627E\u5230\u6240\u8BF7\u6C42\u7684\u8D44\u6E90\u3002
|
|
337
337
|
|
|
338
338
|
NOT_FOUND_REMOVED_TEXT=\u6240\u8BF7\u6C42\u7684 UI5 \u7248\u672C\u5DF2\u8FC7\u671F\u5E76\u4E14\u5DF2\u79FB\u9664\u3002
|
|
339
|
+
NOT_FOUND_DK_REMOVED_TEXT=\u6240\u8BF7\u6C42\u7684 UI5 \u6F14\u793A\u5DE5\u5177\u5305\u5185\u5BB9\u5DF2\u79FB\u9664\u3002
|
|
339
340
|
NOT_FOUND_UNAVAILABLE_TEXT=\u6240\u8BF7\u6C42\u7684\u8D44\u6E90\u4E0D\u53EF\u7528\u3002
|
|
340
341
|
VERSION_NOT_FOUND_READ_MORE=\u9605\u8BFB\u66F4\u591A\u4FE1\u606F
|
|
341
342
|
VERSION_NOT_FOUND_HOME_PAGE_BUTTON=\u4E3B\u9875
|
|
@@ -390,7 +391,7 @@ TOOLS_CARD_15_TEXT=\u8F85\u52A9\u529F\u80FD\u6307\u5357\u63D0\u4F9B\u4E86\u6709\
|
|
|
390
391
|
TOOLS_CARD_15_IMG_ALT=\u56FE\u7247\u663E\u793A\u4E86\u8F85\u52A9\u529F\u80FD\u6307\u5357
|
|
391
392
|
TOOLS_CARD_16_TEXT=\u501F\u52A9 UI5 \u6D4B\u8BD5\u5F55\u5236\u5668\u8FD9\u4E00\u5DE5\u5177\uFF0C\u53EF\u4EE5\u901A\u8FC7\u5728\u6D4F\u89C8\u5668\u4E2D\u5F55\u5236\u64CD\u4F5C\u6765\u521B\u5EFA UI5 \u96C6\u6210\u6D4B\u8BD5\u3002
|
|
392
393
|
TOOLS_CARD_16_IMG_ALT=\u56FE\u7247\u663E\u793A\u4E86 UI5 \u6D4B\u8BD5\u5F55\u5236\u5668
|
|
393
|
-
API_MASTER_PLACEHOLDER=\
|
|
394
|
+
API_MASTER_PLACEHOLDER=\u641C\u7D22
|
|
394
395
|
API_MASTER_EXPAND_BTN_TOOLTIP=\u5168\u90E8\u5C55\u5F00
|
|
395
396
|
API_MASTER_COLLAPSE_BTN_TOOLTIP=\u5168\u90E8\u6298\u53E0
|
|
396
397
|
API_MASTER_DEPRECATED_CB=\u5305\u62EC\u4E0D\u8D5E\u6210\u4F7F\u7528\u7684\u5185\u5BB9
|
|
@@ -159,7 +159,7 @@ TOPIC_DETAIL_EDIT_GITHUB=\u5728 GitHub \u4E0A\u7DE8\u8F2F
|
|
|
159
159
|
TOPIC_DETAIL_EDIT_GITHUB_TOOLTIP=\u5728 GitHub \u4E0A\u7DE8\u8F2F\u6B64\u7DB2\u9801
|
|
160
160
|
TOPIC_DETAIL_FULLSCREEN_TOOLTIP=\u5728\u5168\u87A2\u5E55\u6A21\u5F0F\u4E2D\u986F\u793A\u6B64\u6587\u4EF6
|
|
161
161
|
|
|
162
|
-
TOPIC_MASTER_FILTER_PLACEHOLDER=\
|
|
162
|
+
TOPIC_MASTER_FILTER_PLACEHOLDER=\u641C\u5C0B
|
|
163
163
|
TOPIC_MASTER_EXPAND_TOOLTIP=\u5168\u90E8\u5C55\u958B
|
|
164
164
|
TOPIC_MASTER_COLAPSE_TOOLTIP=\u5168\u90E8\u6536\u7E2E
|
|
165
165
|
TOPIC_MASTER_NO_DATA_TEXT=\u6C92\u6709\u8CC7\u6599\uFF0C\u8ACB\u5617\u8A66\u4F7F\u7528\u5168\u57DF\u641C\u5C0B
|
|
@@ -201,7 +201,7 @@ CONTROLS_TEXT_14=\u7DB2\u9801\u5305\u542B\u6A19\u984C\u3001\u9801\u9996\u548C\u5
|
|
|
201
201
|
CONTROLS_TEXT_15=\u7DB2\u9801\u5305\u542B\u6700\u591A 3 \u6B04
|
|
202
202
|
CONTROLS_TEXT_16=\u5169\u6B04\u914D\u7F6E
|
|
203
203
|
|
|
204
|
-
CONTROLS_MASTER_FILTER_PLACERHOLDER=\
|
|
204
|
+
CONTROLS_MASTER_FILTER_PLACERHOLDER=\u641C\u5C0B
|
|
205
205
|
CONTROLS_MASTER_FILTER_BTN_TOOLTIP=\u7FA4\u7D44/\u7BE9\u9078
|
|
206
206
|
CONTROLS_MASTER_NO_DATA_TEXT=\u6C92\u6709\u8CC7\u6599\uFF0C\u8ACB\u5617\u8A66\u4F7F\u7528\u5168\u57DF\u641C\u5C0B\u3002
|
|
207
207
|
|
|
@@ -336,6 +336,7 @@ NOT_FOUND_TITLE=\u627E\u4E0D\u5230
|
|
|
336
336
|
NOT_FOULD_TEXT=\u627E\u4E0D\u5230\u8ACB\u6C42\u7684\u8CC7\u6E90\u3002
|
|
337
337
|
|
|
338
338
|
NOT_FOUND_REMOVED_TEXT=\u8ACB\u6C42\u7684 UI5 \u7248\u672C\u5DF2\u904E\u671F\u4E26\u79FB\u9664\u3002
|
|
339
|
+
NOT_FOUND_DK_REMOVED_TEXT=\u8ACB\u6C42\u7684 UI5 Demo Kit \u5167\u5BB9\u5DF2\u79FB\u9664\u3002
|
|
339
340
|
NOT_FOUND_UNAVAILABLE_TEXT=\u6C92\u6709\u8ACB\u6C42\u7684\u8CC7\u6E90\u3002
|
|
340
341
|
VERSION_NOT_FOUND_READ_MORE=\u6DF1\u5165\u77AD\u89E3
|
|
341
342
|
VERSION_NOT_FOUND_HOME_PAGE_BUTTON=\u9996\u9801
|
|
@@ -390,7 +391,7 @@ TOOLS_CARD_15_TEXT=\u7121\u8AD6\u60A8\u662F\u63A7\u5236\u4EBA\u54E1\u3001\u61C9\
|
|
|
390
391
|
TOOLS_CARD_15_IMG_ALT=\u7528\u65BC\u986F\u793A\u53EF\u5B58\u53D6\u6027\u6307\u5357\u7684\u5716\u7247
|
|
391
392
|
TOOLS_CARD_16_TEXT=UI5 \u6E2C\u8A66\u8A18\u9304\u5668\u5DE5\u5177\u6703\u900F\u904E\u5728\u700F\u89BD\u5668\u4E2D\u8A18\u9304\u60A8\u7684\u52D5\u4F5C\uFF0C\u4EE5\u5354\u52A9\u60A8\u5EFA\u7ACB UI5 \u6574\u5408\u6E2C\u8A66\u3002
|
|
392
393
|
TOOLS_CARD_16_IMG_ALT=\u7528\u65BC\u986F\u793A UI5 \u6E2C\u8A66\u8A18\u9304\u5668\u7684\u5716\u7247
|
|
393
|
-
API_MASTER_PLACEHOLDER=\
|
|
394
|
+
API_MASTER_PLACEHOLDER=\u641C\u5C0B
|
|
394
395
|
API_MASTER_EXPAND_BTN_TOOLTIP=\u5168\u90E8\u5C55\u958B
|
|
395
396
|
API_MASTER_COLLAPSE_BTN_TOOLTIP=\u5168\u90E8\u6536\u7E2E
|
|
396
397
|
API_MASTER_DEPRECATED_CB=\u5305\u542B\u53D6\u4EE3\u7684\u5BE6\u9AD4
|