@openui5/sap.ui.documentation 1.109.0 → 1.110.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 +16 -16
- package/THIRDPARTY.txt +2 -2
- package/package.json +7 -7
- package/src/sap/ui/documentation/.library +2 -2
- package/src/sap/ui/documentation/BorrowedList.js +1 -1
- package/src/sap/ui/documentation/DemokitTreeItem.js +1 -1
- package/src/sap/ui/documentation/DemokitTreeItemRenderer.js +1 -1
- package/src/sap/ui/documentation/JSDocText.js +1 -1
- package/src/sap/ui/documentation/LightTable.js +1 -1
- package/src/sap/ui/documentation/ObjectPageSubSection.js +1 -1
- package/src/sap/ui/documentation/ParamText.js +1 -1
- package/src/sap/ui/documentation/Row.js +1 -1
- package/src/sap/ui/documentation/Search.js +4 -2
- package/src/sap/ui/documentation/TitleLink.js +1 -1
- package/src/sap/ui/documentation/WebPageTitleUtil.js +1 -1
- package/src/sap/ui/documentation/library.js +3 -3
- package/src/sap/ui/documentation/messagebundle.properties +6 -2
- package/src/sap/ui/documentation/messagebundle_ar.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_bg.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_ca.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_cs.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_cy.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_da.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_de.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_el.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_en.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_en_GB.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_en_US_sappsd.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_en_US_saptrc.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_es.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_es_MX.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_et.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_fi.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_fr.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_fr_CA.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_hi.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_hr.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_hu.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_id.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_it.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_iw.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_ja.properties +7 -5
- package/src/sap/ui/documentation/messagebundle_kk.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_ko.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_lt.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_lv.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_ms.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_nl.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_no.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_pl.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_pt.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_pt_PT.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_ro.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_ru.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_sh.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_sk.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_sl.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_sv.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_th.properties +6 -4
- package/src/sap/ui/documentation/messagebundle_tr.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_uk.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_vi.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_zh_CN.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_zh_TW.properties +4 -2
- package/src/sap/ui/documentation/sdk/Component.js +1 -1
- package/src/sap/ui/documentation/sdk/blocks/IndexEntry.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/ApiDetail.controller.js +29 -3
- package/src/sap/ui/documentation/sdk/controller/ApiDetailIndexDeprecatedExperimental.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/ApiDetailInitial.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/ApiMaster.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/App.controller.js +9 -5
- package/src/sap/ui/documentation/sdk/controller/BPSupport.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/BaseController.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/Code.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/Controls.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/ControlsMaster.controller.js +3 -179
- package/src/sap/ui/documentation/sdk/controller/DemoApps.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/Downloads.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/Entity.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/ErrorHandler.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/Group.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/License.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/LiveEditor.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/MasterTreeBaseController.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/News.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/NotFound.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/ReleaseNotes.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/SampleBaseController.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/SampleNotFound.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/SearchPage.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/Sitemap.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +2 -2
- package/src/sap/ui/documentation/sdk/controller/TermsOfUse.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/Tools.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/TopicDetail.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/TopicDetailInitial.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/TopicMaster.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/VersionNotFound.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/Welcome.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/config/datatable.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/config/sampleForwardingConfig.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/APIInfo.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/ConfigUtil.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/ControlsInfo.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/DataTable.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/DataTableHelper.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/DataTableUtil.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/DocuInfo.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/EntityInfo.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/Highlighter.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/IndexWorker.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/JSDocUtil.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/NewsInfo.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/ResourceDownloadUtil.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/ResponsiveImageMap.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/SearchUtil.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/SidyBySideImageMap.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/ToolsInfo.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/Tooltip.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/TreeUtil.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/URLUtil.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/XML2JSONUtils.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterDropDown.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterDropDownRenderer.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterRange.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterRangeRenderer.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/overlay/Overlay.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Circle.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Polygon.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Rect.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Shape.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/ShapeFactory.js +1 -1
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/Component.js +1 -1
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/controller/CookieSettingsDialog.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/index.js +1 -1
- package/src/sap/ui/documentation/sdk/model/formatter.js +1 -1
- package/src/sap/ui/documentation/sdk/model/libraryData.js +1 -1
- package/src/sap/ui/documentation/sdk/model/models.js +1 -1
- package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +1 -1
- package/src/sap/ui/documentation/sdk/util/LiveEditorOutput.js +1 -1
- package/src/sap/ui/documentation/sdk/util/Resources.js +2 -2
- package/src/sap/ui/documentation/sdk/util/ToggleFullScreenHandler.js +1 -1
- package/src/sap/ui/documentation/sdk/view/App.view.xml +2 -0
- package/src/sap/ui/documentation/sdk/view/ControlsMaster.view.xml +0 -1
- package/src/sap/ui/documentation/sdk/view/License.view.xml +0 -1
- package/src/sap/ui/documentation/sdk/view/SubApiDetail.view.xml +3 -0
- package/src/sap/ui/documentation/sdk/view/TermsOfUse.view.xml +0 -1
- package/src/sap/ui/documentation/sdk/view/TopicDetail.view.xml +0 -1
- package/src/sap/ui/documentation/sdk/view/VersionInfo.view.xml +0 -1
- package/src/sap/ui/documentation/themes/base/library.source.less +1 -1
- package/src/sap/ui/documentation/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/documentation/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/documentation/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/documentation/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/documentation/themes/sap_fiori_3/library.source.less +1 -1
- package/src/sap/ui/documentation/themes/sap_fiori_3_dark/library.source.less +1 -1
- package/src/sap/ui/documentation/themes/sap_fiori_3_hcb/library.source.less +1 -1
- package/src/sap/ui/documentation/themes/sap_fiori_3_hcw/library.source.less +1 -1
- package/src/sap/ui/documentation/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/documentation/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/documentation/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/documentation/themes/sap_horizon_hcw/library.source.less +1 -1
|
@@ -25,6 +25,8 @@ APP_INFORMATION_BTN_TERMS_OF_USE=Pogoji uporabe
|
|
|
25
25
|
APP_INFORMATION_BTN_APPEARANCE=Izgled
|
|
26
26
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Svetlo
|
|
27
27
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Temno
|
|
28
|
+
APP_INFORMATION_BTN_APPEARANCE_HCB=Bela z visokim kontrastom
|
|
29
|
+
APP_INFORMATION_BTN_APPEARANCE_HCW=\u010Crna z visokim kontrastom
|
|
28
30
|
APP_INFORMATION_BTN_APPEARANCE_AUTO=Avtomati\u010Dno (odvisno od nastavite OS)
|
|
29
31
|
APP_INFORMATION_BTN_SITEMAP=Zemljevid strani
|
|
30
32
|
APP_INFORMATION_BTN_COPYRIGHT=Avtorske pravice
|
|
@@ -308,8 +310,8 @@ RELEASE_DIALOG_NO_DATA_TEXT=Ni sprememb za to knji\u017Enico.
|
|
|
308
310
|
|
|
309
311
|
ABOUT_DIALOG_TITLE=O programu
|
|
310
312
|
ABOUT_DIALOG_TEXT_1=Demonstracijski komplet UI5 - razvojno orodje za UV za HTML5
|
|
311
|
-
ABOUT_DIALOG_TEXT_2=Avtorske pravice \u00A9 2009-
|
|
312
|
-
ABOUT_DIALOG_TEXT_3=\u00A9 2009-
|
|
313
|
+
ABOUT_DIALOG_TEXT_2=Avtorske pravice \u00A9 2009-2023 SAP SE. Vse pravice zadr\u017Eane.
|
|
314
|
+
ABOUT_DIALOG_TEXT_3=\u00A9 2009-2023 SAP SE ali SAP-jeva izpostava.
|
|
313
315
|
ABOUT_DIALOG_TEXT_4={1} verzija {0}
|
|
314
316
|
ABOUT_DIALOG_TEXT_5=Odpri verzijo UI5 {0}
|
|
315
317
|
ABOUT_DIALOG_TEXT_6=Ta programska oprema vklju\u010Duje naslednje verzije knji\u017Enice
|
|
@@ -25,6 +25,8 @@ APP_INFORMATION_BTN_TERMS_OF_USE=Anv\u00E4ndarvillkor
|
|
|
25
25
|
APP_INFORMATION_BTN_APPEARANCE=Utseende
|
|
26
26
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Ljust
|
|
27
27
|
APP_INFORMATION_BTN_APPEARANCE_DARK=M\u00F6rkt
|
|
28
|
+
APP_INFORMATION_BTN_APPEARANCE_HCB=H\u00F6g kontrast svart
|
|
29
|
+
APP_INFORMATION_BTN_APPEARANCE_HCW=H\u00F6g kontrast vit
|
|
28
30
|
APP_INFORMATION_BTN_APPEARANCE_AUTO=Automatiskt (beroende p\u00E5 OS-inst\u00E4llningar)
|
|
29
31
|
APP_INFORMATION_BTN_SITEMAP=Webbplatskarta
|
|
30
32
|
APP_INFORMATION_BTN_COPYRIGHT=Copyright
|
|
@@ -308,8 +310,8 @@ RELEASE_DIALOG_NO_DATA_TEXT=Inga \u00E4ndringar f\u00F6r detta bibliotek.
|
|
|
308
310
|
|
|
309
311
|
ABOUT_DIALOG_TITLE=Om
|
|
310
312
|
ABOUT_DIALOG_TEXT_1=SAPUI5-demokit - UI-utvecklingsverktygsupps\u00E4ttning f\u00F6r HTML5
|
|
311
|
-
ABOUT_DIALOG_TEXT_2=\u00A9 Copyright 2009-
|
|
312
|
-
ABOUT_DIALOG_TEXT_3=\u00A9 2009-
|
|
313
|
+
ABOUT_DIALOG_TEXT_2=\u00A9 Copyright 2009-2023 SAP SE. Med ensamr\u00E4tt.
|
|
314
|
+
ABOUT_DIALOG_TEXT_3=\u00A9 2009-2023 SAP SE eller ett SAP-koncernf\u00F6retag.
|
|
313
315
|
ABOUT_DIALOG_TEXT_4={0} version {1}
|
|
314
316
|
ABOUT_DIALOG_TEXT_5=Open UI5 version {0}
|
|
315
317
|
ABOUT_DIALOG_TEXT_6=Denna mjukvara inneh\u00E5ller f\u00F6ljande biblioteksversioner
|
|
@@ -10,7 +10,7 @@ APP_VERSION_BETA_VERSION=\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19\u0E40\
|
|
|
10
10
|
APP_VERSION_VERSION=\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19
|
|
11
11
|
APP_VERSION_NOT_PRODUCTIVE=\u2013 \u0E44\u0E21\u0E48\u0E43\u0E0A\u0E48\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E08\u0E23\u0E34\u0E07\!
|
|
12
12
|
APP_VERSION_IN_PROGRESS=- \u0E2D\u0E22\u0E39\u0E48\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E1E\u0E31\u0E12\u0E19\u0E32
|
|
13
|
-
APP_FEEDBACK_BTN_TOOLTIP=\
|
|
13
|
+
APP_FEEDBACK_BTN_TOOLTIP=\u0E23\u0E30\u0E1A\u0E38\u0E02\u0E49\u0E2D\u0E40\u0E2A\u0E19\u0E2D\u0E41\u0E19\u0E30
|
|
14
14
|
APP_NEWS_BTN_TOOLTIP=\u0E02\u0E48\u0E32\u0E27
|
|
15
15
|
APP_NEWS_DISMISS_ALL_BTN=\u0E1B\u0E34\u0E14\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E02\u0E48\u0E32\u0E27\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14
|
|
16
16
|
APP_NEWS_SHOW_ALL_BTN=\u0E41\u0E2A\u0E14\u0E07\u0E02\u0E48\u0E32\u0E27\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14
|
|
@@ -25,6 +25,8 @@ APP_INFORMATION_BTN_TERMS_OF_USE=\u0E02\u0E49\u0E2D\u0E01\u0E33\u0E2B\u0E19\u0E1
|
|
|
25
25
|
APP_INFORMATION_BTN_APPEARANCE=\u0E25\u0E31\u0E01\u0E29\u0E13\u0E30\u0E17\u0E35\u0E48\u0E1B\u0E23\u0E32\u0E01\u0E0F
|
|
26
26
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=\u0E2A\u0E27\u0E48\u0E32\u0E07
|
|
27
27
|
APP_INFORMATION_BTN_APPEARANCE_DARK=\u0E21\u0E37\u0E14
|
|
28
|
+
APP_INFORMATION_BTN_APPEARANCE_HCB=High Contrast Black
|
|
29
|
+
APP_INFORMATION_BTN_APPEARANCE_HCW=High Contrast White
|
|
28
30
|
APP_INFORMATION_BTN_APPEARANCE_AUTO=\u0E2D\u0E31\u0E15\u0E42\u0E19\u0E21\u0E31\u0E15\u0E34 (\u0E02\u0E36\u0E49\u0E19\u0E2D\u0E22\u0E39\u0E48\u0E01\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E04\u0E48\u0E32 OS)
|
|
29
31
|
APP_INFORMATION_BTN_SITEMAP=\u0E41\u0E1C\u0E19\u0E1C\u0E31\u0E07\u0E44\u0E0B\u0E15\u0E4C
|
|
30
32
|
APP_INFORMATION_BTN_COPYRIGHT=\u0E25\u0E34\u0E02\u0E2A\u0E34\u0E17\u0E18\u0E34\u0E4C
|
|
@@ -39,7 +41,7 @@ NEWS_BTN_MARK_AS_READ=\u0E17\u0E33\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E
|
|
|
39
41
|
NEWS_BTN_VISIT_LINK=\u0E44\u0E1B\u0E17\u0E35\u0E48\u0E25\u0E34\u0E07\u0E01\u0E4C
|
|
40
42
|
NEWS_PREP_FAILURE_TITLE=\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E42\u0E2B\u0E25\u0E14\u0E02\u0E48\u0E32\u0E27\u0E44\u0E14\u0E49
|
|
41
43
|
|
|
42
|
-
FEEDBACK_DIALOG_TITLE=\
|
|
44
|
+
FEEDBACK_DIALOG_TITLE=\u0E23\u0E30\u0E1A\u0E38\u0E02\u0E49\u0E2D\u0E40\u0E2A\u0E19\u0E2D\u0E41\u0E19\u0E30
|
|
43
45
|
FEEDBACK_DIALOG_OVERALL=\u0E1B\u0E23\u0E30\u0E2A\u0E1A\u0E01\u0E32\u0E23\u0E13\u0E4C\u0E42\u0E14\u0E22\u0E23\u0E27\u0E21\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E40\u0E1B\u0E47\u0E19\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E44\u0E23?
|
|
44
46
|
FEEDBACK_DIALOG_MESSAGE=\u0E04\u0E38\u0E13\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E43\u0E2B\u0E49\u0E40\u0E23\u0E32\u0E23\u0E39\u0E49\u0E40\u0E01\u0E35\u0E48\u0E22\u0E27\u0E01\u0E31\u0E1A\u0E2D\u0E30\u0E44\u0E23?
|
|
45
47
|
FEEDBACK_DIALOG_MESSAGE_PLACEHOLDER=\u0E04\u0E38\u0E13\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E41\u0E1A\u0E48\u0E07\u0E1B\u0E31\u0E19\u0E1C\u0E25\u0E15\u0E2D\u0E1A\u0E23\u0E31\u0E1A\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E40\u0E01\u0E35\u0E48\u0E22\u0E27\u0E01\u0E31\u0E1A\u0E1B\u0E23\u0E30\u0E2A\u0E1A\u0E01\u0E32\u0E23\u0E13\u0E4C\u0E42\u0E14\u0E22\u0E23\u0E27\u0E21\u0E02\u0E2D\u0E07 Demo Kit \u0E2B\u0E23\u0E37\u0E2D\u0E2B\u0E19\u0E49\u0E32\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E17\u0E35\u0E48\u0E04\u0E38\u0E13\u0E14\u0E39\u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E02\u0E13\u0E30\u0E19\u0E35\u0E49
|
|
@@ -308,8 +310,8 @@ RELEASE_DIALOG_NO_DATA_TEXT=\u0E44\u0E21\u0E48\u0E21\u0E35\u0E01\u0E32\u0E23\u0E
|
|
|
308
310
|
|
|
309
311
|
ABOUT_DIALOG_TITLE=\u0E40\u0E01\u0E35\u0E48\u0E22\u0E27\u0E01\u0E31\u0E1A
|
|
310
312
|
ABOUT_DIALOG_TEXT_1=UI5 Demo Kit - \u0E0A\u0E38\u0E14\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E21\u0E37\u0E2D\u0E02\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E1E\u0E31\u0E12\u0E19\u0E32\u0E23\u0E30\u0E1A\u0E1A UI \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A HTML5
|
|
311
|
-
ABOUT_DIALOG_TEXT_2=\u00A9 \u0E25\u0E34\u0E02\u0E2A\u0E34\u0E17\u0E18\u0E34\u0E4C 2009-
|
|
312
|
-
ABOUT_DIALOG_TEXT_3=\u00A9 2009-
|
|
313
|
+
ABOUT_DIALOG_TEXT_2=\u00A9 \u0E25\u0E34\u0E02\u0E2A\u0E34\u0E17\u0E18\u0E34\u0E4C 2009-2023 SAP SE \u0E2A\u0E07\u0E27\u0E19\u0E25\u0E34\u0E02\u0E2A\u0E34\u0E17\u0E18\u0E34\u0E4C
|
|
314
|
+
ABOUT_DIALOG_TEXT_3=\u00A9 2009-2023 SAP SE \u0E2B\u0E23\u0E37\u0E2D\u0E1A\u0E23\u0E34\u0E29\u0E31\u0E17\u0E43\u0E19\u0E40\u0E04\u0E23\u0E37\u0E2D\u0E02\u0E2D\u0E07 SAP
|
|
313
315
|
ABOUT_DIALOG_TEXT_4={0} \u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19 {1}
|
|
314
316
|
ABOUT_DIALOG_TEXT_5=\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19 Open UI5 {0}
|
|
315
317
|
ABOUT_DIALOG_TEXT_6=\u0E0B\u0E2D\u0E1F\u0E15\u0E4C\u0E41\u0E27\u0E23\u0E4C\u0E19\u0E35\u0E49\u0E1B\u0E23\u0E30\u0E01\u0E2D\u0E1A\u0E14\u0E49\u0E27\u0E22\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19\u0E44\u0E25\u0E1A\u0E23\u0E32\u0E23\u0E35\u0E15\u0E48\u0E2D\u0E44\u0E1B\u0E19\u0E35\u0E49
|
|
@@ -25,6 +25,8 @@ APP_INFORMATION_BTN_TERMS_OF_USE=Kullan\u0131m ko\u015Fullar\u0131
|
|
|
25
25
|
APP_INFORMATION_BTN_APPEARANCE=G\u00F6r\u00FCn\u00FCm
|
|
26
26
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=A\u00E7\u0131k
|
|
27
27
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Koyu
|
|
28
|
+
APP_INFORMATION_BTN_APPEARANCE_HCB=Siyah y\u00FCksek kar\u015F\u0131tl\u0131k
|
|
29
|
+
APP_INFORMATION_BTN_APPEARANCE_HCW=Beyaz y\u00FCksek kar\u015F\u0131tl\u0131k
|
|
28
30
|
APP_INFORMATION_BTN_APPEARANCE_AUTO=Otomatik (i\u015Fletim sistemi ayarlar\u0131na ba\u011Fl\u0131)
|
|
29
31
|
APP_INFORMATION_BTN_SITEMAP=Site haritas\u0131
|
|
30
32
|
APP_INFORMATION_BTN_COPYRIGHT=Telif hakk\u0131
|
|
@@ -308,8 +310,8 @@ RELEASE_DIALOG_NO_DATA_TEXT=Bu kitapl\u0131k i\u00E7in de\u011Fi\u015Fiklik yok.
|
|
|
308
310
|
|
|
309
311
|
ABOUT_DIALOG_TITLE=Hakk\u0131nda
|
|
310
312
|
ABOUT_DIALOG_TEXT_1=UI5 Demo Kit - HTML5 i\u00E7in UI geli\u015Ftirme ara\u00E7 kiti
|
|
311
|
-
ABOUT_DIALOG_TEXT_2=\u00A9 Copyright 2009-
|
|
312
|
-
ABOUT_DIALOG_TEXT_3=\u00A9 2009-
|
|
313
|
+
ABOUT_DIALOG_TEXT_2=\u00A9 Copyright 2009-2023 SAP SE. T\u00FCm haklar\u0131 sakl\u0131d\u0131r.
|
|
314
|
+
ABOUT_DIALOG_TEXT_3=\u00A9 2009-2023 SAP SE veya SAP\u2019\u0131n ba\u011Fl\u0131 \u015Firketi.
|
|
313
315
|
ABOUT_DIALOG_TEXT_4={0} Versiyon {1}
|
|
314
316
|
ABOUT_DIALOG_TEXT_5=UI5 versiyonunu a\u00E7 {0}
|
|
315
317
|
ABOUT_DIALOG_TEXT_6=Bu yaz\u0131l\u0131m a\u015Fa\u011F\u0131daki kitapl\u0131k versiyonlar\u0131n\u0131 i\u00E7erir
|
|
@@ -25,6 +25,8 @@ APP_INFORMATION_BTN_TERMS_OF_USE=\u0423\u043C\u043E\u0432\u0438 \u0432\u0438\u04
|
|
|
25
25
|
APP_INFORMATION_BTN_APPEARANCE=\u0412\u0438\u0433\u043B\u044F\u0434
|
|
26
26
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=\u0421\u0432\u0456\u0442\u043B\u0438\u0439
|
|
27
27
|
APP_INFORMATION_BTN_APPEARANCE_DARK=\u0422\u0435\u043C\u043D\u0438\u0439
|
|
28
|
+
APP_INFORMATION_BTN_APPEARANCE_HCB=\u0412\u0438\u0441\u043E\u043A\u0430 \u043A\u043E\u043D\u0442\u0440\u0430\u0441\u0442\u043D\u0456\u0441\u0442\u044C\: \u0447\u043E\u0440\u043D\u0438\u0439
|
|
29
|
+
APP_INFORMATION_BTN_APPEARANCE_HCW=\u0412\u0438\u0441\u043E\u043A\u0430 \u043A\u043E\u043D\u0442\u0440\u0430\u0441\u0442\u043D\u0456\u0441\u0442\u044C\: \u0431\u0456\u043B\u0438\u0439
|
|
28
30
|
APP_INFORMATION_BTN_APPEARANCE_AUTO=\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E (\u0437\u0430\u043B\u0435\u0436\u043D\u043E \u0432\u0456\u0434 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043E\u043A \u041E\u0421)
|
|
29
31
|
APP_INFORMATION_BTN_SITEMAP=\u041A\u0430\u0440\u0442\u0430 \u0441\u0430\u0439\u0442\u0443
|
|
30
32
|
APP_INFORMATION_BTN_COPYRIGHT=\u0410\u0432\u0442\u043E\u0440\u0441\u044C\u043A\u0435 \u043F\u0440\u0430\u0432\u043E
|
|
@@ -308,8 +310,8 @@ RELEASE_DIALOG_NO_DATA_TEXT=\u041F\u0440\u043E
|
|
|
308
310
|
|
|
309
311
|
ABOUT_DIALOG_TITLE=\u041F\u0440\u043E \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u0443
|
|
310
312
|
ABOUT_DIALOG_TEXT_1=\u0414\u0435\u043C\u043E\u043D\u0441\u0442\u0440\u0430\u0446\u0456\u0439\u043D\u0438\u0439 \u043A\u043E\u043C\u043F\u043B\u0435\u043A\u0442 UI5 - \u043A\u043E\u043C\u043F\u043B\u0435\u043A\u0442 \u0456\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u0456\u0432 \u0440\u043E\u0437\u0440\u043E\u0431\u043A\u0438 \u0434\u043B\u044F HTML5
|
|
311
|
-
ABOUT_DIALOG_TEXT_2=\u00A9 \u0410\u0432\u0442\u043E\u0440\u0441\u044C\u043A\u0435 \u043F\u0440\u0430\u0432\u043E 2009-
|
|
312
|
-
ABOUT_DIALOG_TEXT_3=\u00A9 2009-
|
|
313
|
+
ABOUT_DIALOG_TEXT_2=\u00A9 \u0410\u0432\u0442\u043E\u0440\u0441\u044C\u043A\u0435 \u043F\u0440\u0430\u0432\u043E 2009-2023 SAP SE. \u0423\u0441\u0456 \u043F\u0440\u0430\u0432\u0430 \u0437\u0430\u0441\u0442\u0435\u0440\u0435\u0436\u0435\u043D\u043E.
|
|
314
|
+
ABOUT_DIALOG_TEXT_3=\u00A9 2009-2023 SAP SE \u0430\u0431\u043E \u0430\u0444\u0456\u043B\u0456\u0439\u043E\u0432\u0430\u043D\u0430 \u043A\u043E\u043C\u043F\u0430\u043D\u0456\u044F SAP.
|
|
313
315
|
ABOUT_DIALOG_TEXT_4={0} \u0412\u0435\u0440\u0441\u0456\u044F {1}
|
|
314
316
|
ABOUT_DIALOG_TEXT_5=\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0430 \u0432\u0435\u0440\u0441\u0456\u044F UI5 {0}
|
|
315
317
|
ABOUT_DIALOG_TEXT_6=\u0426\u0435 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043D\u0435 \u0437\u0430\u0431\u0435\u0437\u043F\u0435\u0447\u0435\u043D\u043D\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0454 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u0456 \u0432\u0435\u0440\u0441\u0456\u0457 \u0431\u0456\u0431\u043B\u0456\u043E\u0442\u0435\u043A\u0438
|
|
@@ -25,6 +25,8 @@ APP_INFORMATION_BTN_TERMS_OF_USE=\u0110i\u00EA\u0300u khoa\u0309n s\u01B0\u0309
|
|
|
25
25
|
APP_INFORMATION_BTN_APPEARANCE=Hi\u0300nh da\u0323ng
|
|
26
26
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Sa\u0301ng
|
|
27
27
|
APP_INFORMATION_BTN_APPEARANCE_DARK=T\u00F4\u0301i
|
|
28
|
+
APP_INFORMATION_BTN_APPEARANCE_HCB=T\u01B0\u01A1ng pha\u0309n cao \u0110en
|
|
29
|
+
APP_INFORMATION_BTN_APPEARANCE_HCW=T\u01B0\u01A1ng pha\u0309n cao Tr\u0103\u0301ng
|
|
28
30
|
APP_INFORMATION_BTN_APPEARANCE_AUTO=T\u01B0\u0323 \u0111\u00F4\u0323ng (Phu\u0323 thu\u00F4\u0323c va\u0300o thi\u00EA\u0301t l\u00E2\u0323p h\u00EA\u0323 \u0111i\u00EA\u0300u ha\u0300nh)
|
|
29
31
|
APP_INFORMATION_BTN_SITEMAP=S\u01A1 \u0111\u00F4\u0300 trang web
|
|
30
32
|
APP_INFORMATION_BTN_COPYRIGHT=Ba\u0309n quy\u00EA\u0300n
|
|
@@ -308,8 +310,8 @@ RELEASE_DIALOG_NO_DATA_TEXT=Kh\u00F4ng co\u0301 thay \u0111\u00F4\u0309i cho th\
|
|
|
308
310
|
|
|
309
311
|
ABOUT_DIALOG_TITLE=Gi\u01A1\u0301i thi\u00EA\u0323u
|
|
310
312
|
ABOUT_DIALOG_TEXT_1=UI5 Demo Kit - B\u00F4\u0323 c\u00F4ng cu\u0323 pha\u0301t tri\u00EA\u0309n UI cho HTML5
|
|
311
|
-
ABOUT_DIALOG_TEXT_2=Ba\u0309n quy\u00EA\u0300n (C) 2009-
|
|
312
|
-
ABOUT_DIALOG_TEXT_3=\u00A9 2009-
|
|
313
|
+
ABOUT_DIALOG_TEXT_2=Ba\u0309n quy\u00EA\u0300n (C) 2009-2023 SAP SE. Mo\u0323i quy\u00EA\u0300n \u0111\u01B0\u01A1\u0323c ba\u0309o l\u01B0u.
|
|
314
|
+
ABOUT_DIALOG_TEXT_3=\u00A9 2009-2023 SAP SE ho\u0103\u0323c m\u00F4\u0323t c\u00F4ng ty li\u00EAn k\u00EA\u0301t v\u01A1\u0301i SAP.
|
|
313
315
|
ABOUT_DIALOG_TEXT_4={0} Phi\u00EAn ba\u0309n {1}
|
|
314
316
|
ABOUT_DIALOG_TEXT_5=M\u01A1\u0309 phi\u00EAn ba\u0309n UI5 {0}
|
|
315
317
|
ABOUT_DIALOG_TEXT_6=Ph\u00E2\u0300n m\u00EA\u0300m na\u0300y bao g\u00F4\u0300m ca\u0301c phi\u00EAn ba\u0309n th\u01B0 vi\u00EA\u0323n sau
|
|
@@ -25,6 +25,8 @@ APP_INFORMATION_BTN_TERMS_OF_USE=\u4F7F\u7528\u6761\u6B3E
|
|
|
25
25
|
APP_INFORMATION_BTN_APPEARANCE=\u5916\u89C2
|
|
26
26
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=\u6D45\u8272
|
|
27
27
|
APP_INFORMATION_BTN_APPEARANCE_DARK=\u6DF1\u8272
|
|
28
|
+
APP_INFORMATION_BTN_APPEARANCE_HCB=\u9AD8\u5BF9\u6BD4\u5EA6\u9ED1\u8272
|
|
29
|
+
APP_INFORMATION_BTN_APPEARANCE_HCW=\u9AD8\u5BF9\u6BD4\u5EA6\u767D\u8272
|
|
28
30
|
APP_INFORMATION_BTN_APPEARANCE_AUTO=\u81EA\u52A8\uFF08\u53D6\u51B3\u4E8E\u64CD\u4F5C\u7CFB\u7EDF\u8BBE\u7F6E\uFF09
|
|
29
31
|
APP_INFORMATION_BTN_SITEMAP=\u7AD9\u70B9\u5730\u56FE
|
|
30
32
|
APP_INFORMATION_BTN_COPYRIGHT=\u7248\u6743
|
|
@@ -308,8 +310,8 @@ RELEASE_DIALOG_NO_DATA_TEXT=\u6B64\u5E93\u65E0\u4EFB\u4F55\u66F4\u6539\u3002
|
|
|
308
310
|
|
|
309
311
|
ABOUT_DIALOG_TITLE=\u5173\u4E8E
|
|
310
312
|
ABOUT_DIALOG_TEXT_1=UI5 \u6F14\u793A\u5DE5\u5177\u5305 - \u9002\u7528\u4E8E HTML5 \u7684 UI \u5F00\u53D1\u5DE5\u5177\u5305
|
|
311
|
-
ABOUT_DIALOG_TEXT_2=\u00A9 \u7248\u6743\u6240\u6709 2009-
|
|
312
|
-
ABOUT_DIALOG_TEXT_3=\u00A9 2009-
|
|
313
|
+
ABOUT_DIALOG_TEXT_2=\u00A9 \u7248\u6743\u6240\u6709 2009-2023 SAP SE\u3002\u4FDD\u7559\u6240\u6709\u6743\u5229\u3002
|
|
314
|
+
ABOUT_DIALOG_TEXT_3=\u00A9 2009-2023 SAP SE \u6216 SAP \u5173\u8054\u516C\u53F8\u3002
|
|
313
315
|
ABOUT_DIALOG_TEXT_4={0} \u7248\u672C {1}
|
|
314
316
|
ABOUT_DIALOG_TEXT_5=\u5F00\u653E UI5 \u7248\u672C {0}
|
|
315
317
|
ABOUT_DIALOG_TEXT_6=\u6B64\u8F6F\u4EF6\u5305\u62EC\u4EE5\u4E0B\u5E93\u7248\u672C
|
|
@@ -25,6 +25,8 @@ APP_INFORMATION_BTN_TERMS_OF_USE=\u4F7F\u7528\u689D\u6B3E
|
|
|
25
25
|
APP_INFORMATION_BTN_APPEARANCE=\u5916\u89C0
|
|
26
26
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=\u6DFA\u8272
|
|
27
27
|
APP_INFORMATION_BTN_APPEARANCE_DARK=\u6DF1\u8272
|
|
28
|
+
APP_INFORMATION_BTN_APPEARANCE_HCB=\u9AD8\u5C0D\u6BD4\u5EA6\u9ED1\u8272
|
|
29
|
+
APP_INFORMATION_BTN_APPEARANCE_HCW=\u9AD8\u5C0D\u6BD4\u5EA6\u767D\u8272
|
|
28
30
|
APP_INFORMATION_BTN_APPEARANCE_AUTO=\u81EA\u52D5 (\u6839\u64DA\u4F5C\u696D\u7CFB\u7D71\u8A2D\u5B9A)
|
|
29
31
|
APP_INFORMATION_BTN_SITEMAP=\u7DB2\u7AD9\u5730\u5716
|
|
30
32
|
APP_INFORMATION_BTN_COPYRIGHT=\u7248\u6B0A
|
|
@@ -308,8 +310,8 @@ RELEASE_DIALOG_NO_DATA_TEXT=\u6C92\u6709\u6B64\u7A0B\u5F0F\u5EAB\u7684\u66F4\u65
|
|
|
308
310
|
|
|
309
311
|
ABOUT_DIALOG_TITLE=\u95DC\u65BC
|
|
310
312
|
ABOUT_DIALOG_TEXT_1=UI5 Demo Kit - HTML5 \u7684\u4F7F\u7528\u8005\u4ECB\u9762\u958B\u767C\u5DE5\u5177\u5957\u4EF6
|
|
311
|
-
ABOUT_DIALOG_TEXT_2=\u00A9 \u7248\u6B0A\u6240\u6709 2009-
|
|
312
|
-
ABOUT_DIALOG_TEXT_3=\u00A9 2009-
|
|
313
|
+
ABOUT_DIALOG_TEXT_2=\u00A9 \u7248\u6B0A\u6240\u6709 2009-2023 SAP SE\u3002\u4FDD\u7559\u6240\u6709\u6B0A\u5229\u3002
|
|
314
|
+
ABOUT_DIALOG_TEXT_3=\u00A9 2009-2023 SAP SE \u6216 SAP \u95DC\u4FC2\u4F01\u696D\u3002
|
|
313
315
|
ABOUT_DIALOG_TEXT_4={0} \u7248\u672C {1}
|
|
314
316
|
ABOUT_DIALOG_TEXT_5=\u958B\u555F UI5 \u7248\u672C {0}
|
|
315
317
|
ABOUT_DIALOG_TEXT_6=\u6B64\u8EDF\u9AD4\u5305\u542B\u4E0B\u5217\u7A0B\u5F0F\u5EAB\u7248\u672C
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 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/uxap/BlockBase', "sap/ui/documentation/sdk/model/formatter"],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -420,6 +420,10 @@ sap.ui.define([
|
|
|
420
420
|
oUi5Metadata.associations = (oUi5Metadata.associations || []).concat(oControlData.borrowed.associations);
|
|
421
421
|
}
|
|
422
422
|
|
|
423
|
+
if (oControlData.borrowed.fields.length) {
|
|
424
|
+
oControlData.properties = (oControlData.properties || []).concat(oControlData.borrowed.fields);
|
|
425
|
+
}
|
|
426
|
+
|
|
423
427
|
// Filter and leave only visible elements
|
|
424
428
|
if (oControlData.properties) {
|
|
425
429
|
oControlData.properties = this.transformElements(oControlData.properties, fnIsAllowedMember, fnFormatName);
|
|
@@ -505,6 +509,7 @@ sap.ui.define([
|
|
|
505
509
|
oControlData.isFunction = oControlData.kind === "function";
|
|
506
510
|
oControlData.isClass = oControlData.kind === "class";
|
|
507
511
|
oControlData.isNamespace = oControlData.kind === "namespace";
|
|
512
|
+
oControlData.isTypedef = oControlData.kind === "typedef";
|
|
508
513
|
oControlData.isDerived = !!oControlData.extends;
|
|
509
514
|
oControlData.extendsText = oControlData.extends || this.NOT_AVAILABLE;
|
|
510
515
|
oControlData.sinceText = oControlData.since || this.NOT_AVAILABLE;
|
|
@@ -524,6 +529,7 @@ sap.ui.define([
|
|
|
524
529
|
aBaseClassProperties,
|
|
525
530
|
aBaseClassAggregations,
|
|
526
531
|
aBaseClassAssociations,
|
|
532
|
+
aBaseClassFields,
|
|
527
533
|
sBaseClass,
|
|
528
534
|
aBorrowChain,
|
|
529
535
|
aMethods,
|
|
@@ -534,6 +540,8 @@ sap.ui.define([
|
|
|
534
540
|
aAggregationNames,
|
|
535
541
|
aAssociations,
|
|
536
542
|
aAssociationNames,
|
|
543
|
+
aFields,
|
|
544
|
+
aFieldNames,
|
|
537
545
|
aInheritanceChain,
|
|
538
546
|
aRequiredLibs = [],
|
|
539
547
|
oSymbol;
|
|
@@ -544,7 +552,8 @@ sap.ui.define([
|
|
|
544
552
|
methods: [],
|
|
545
553
|
properties: [],
|
|
546
554
|
aggregations: [],
|
|
547
|
-
associations: []
|
|
555
|
+
associations: [],
|
|
556
|
+
fields: []
|
|
548
557
|
});
|
|
549
558
|
}
|
|
550
559
|
|
|
@@ -553,7 +562,8 @@ sap.ui.define([
|
|
|
553
562
|
events: [],
|
|
554
563
|
properties: [],
|
|
555
564
|
aggregations: [],
|
|
556
|
-
associations: []
|
|
565
|
+
associations: [],
|
|
566
|
+
fields: []
|
|
557
567
|
};
|
|
558
568
|
sBaseClass = oControlData.extends;
|
|
559
569
|
|
|
@@ -585,6 +595,12 @@ sap.ui.define([
|
|
|
585
595
|
return oAssociation.name;
|
|
586
596
|
});
|
|
587
597
|
|
|
598
|
+
// Get all field names
|
|
599
|
+
aFields = oControlData.properties || [];
|
|
600
|
+
aFieldNames = aFields.map(function (oField) {
|
|
601
|
+
return oField.name;
|
|
602
|
+
});
|
|
603
|
+
|
|
588
604
|
// Filter all borrowed methods and if some of them are overridden by the class
|
|
589
605
|
// we should exclude them from the borrowed methods list. BCP: 1780319087
|
|
590
606
|
var fnOverrideMethodFilter = function (item) {
|
|
@@ -606,6 +622,10 @@ sap.ui.define([
|
|
|
606
622
|
return aAssociationNames.indexOf(item.name) === -1 && !item.borrowedFrom;
|
|
607
623
|
};
|
|
608
624
|
|
|
625
|
+
var fnOverrideFieldFilter = function (item) {
|
|
626
|
+
return aFieldNames.indexOf(item.name) === -1 && !item.borrowedFrom;
|
|
627
|
+
};
|
|
628
|
+
|
|
609
629
|
// Find all libs needed to resolve the inheritance chain
|
|
610
630
|
|
|
611
631
|
// Find symbol utility method
|
|
@@ -730,6 +750,12 @@ sap.ui.define([
|
|
|
730
750
|
if (aBaseClassAssociations.length) {
|
|
731
751
|
aBorrowChain.associations = aBorrowChain.associations.concat(aBaseClassAssociations);
|
|
732
752
|
}
|
|
753
|
+
|
|
754
|
+
aBaseClassFields = (oBaseClass.properties || []).filter(fnVisibilityFilter)
|
|
755
|
+
.filter(fnOverrideFieldFilter).map(fnPropAggrAssocMapper);
|
|
756
|
+
if (aBaseClassFields.length) {
|
|
757
|
+
aBorrowChain.fields = aBorrowChain.fields.concat(aBaseClassFields);
|
|
758
|
+
}
|
|
733
759
|
}
|
|
734
760
|
});
|
|
735
761
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -96,6 +96,8 @@ sap.ui.define([
|
|
|
96
96
|
DEMOKIT_DEFAULT_LANGUAGE = "en",
|
|
97
97
|
DEMOKIT_APPEARANCE_KEY_LIGHT = "light",
|
|
98
98
|
DEMOKIT_APPEARANCE_KEY_DARK = "dark",
|
|
99
|
+
DEMOKIT_APPEARANCE_KEY_HCB = "hcb",
|
|
100
|
+
DEMOKIT_APPEARANCE_KEY_HCW = "hcw",
|
|
99
101
|
DEMOKIT_APPEARANCE_KEY_AUTO = "auto",
|
|
100
102
|
DEMOKIT_APPEARANCE = Object.create(null),
|
|
101
103
|
DEMOKIT_CONFIGURATION_LANGUAGE = "language",
|
|
@@ -104,6 +106,8 @@ sap.ui.define([
|
|
|
104
106
|
|
|
105
107
|
DEMOKIT_APPEARANCE[DEMOKIT_APPEARANCE_KEY_LIGHT] = "sap_horizon";
|
|
106
108
|
DEMOKIT_APPEARANCE[DEMOKIT_APPEARANCE_KEY_DARK] = "sap_horizon_dark";
|
|
109
|
+
DEMOKIT_APPEARANCE[DEMOKIT_APPEARANCE_KEY_HCB] = "sap_horizon_hcb";
|
|
110
|
+
DEMOKIT_APPEARANCE[DEMOKIT_APPEARANCE_KEY_HCW] = "sap_horizon_hcw";
|
|
107
111
|
DEMOKIT_APPEARANCE[DEMOKIT_APPEARANCE_KEY_AUTO] = "sap_horizon"; // fallback if window.matchMedia is not supported
|
|
108
112
|
|
|
109
113
|
return BaseController.extend("sap.ui.documentation.sdk.controller.App", {
|
|
@@ -707,7 +711,7 @@ sap.ui.define([
|
|
|
707
711
|
*/
|
|
708
712
|
_updateAppearance: function(sKey) {
|
|
709
713
|
if (sKey === DEMOKIT_APPEARANCE_KEY_AUTO && this._bSupportsPrefersColorScheme) {
|
|
710
|
-
|
|
714
|
+
this._toggleLightOrDarkAppearance(window.matchMedia('(prefers-color-scheme: dark)').matches);
|
|
711
715
|
this._attachPrefersColorSchemeChangeListener();
|
|
712
716
|
} else {
|
|
713
717
|
Core.applyTheme(DEMOKIT_APPEARANCE[sKey]);
|
|
@@ -739,7 +743,7 @@ sap.ui.define([
|
|
|
739
743
|
|
|
740
744
|
/**
|
|
741
745
|
* Attaches an event listener to the 'change' event of the prefers-color-scheme media.
|
|
742
|
-
* Depending on the change and the last known appearance, the appearance of the Demo Kit is changed to light or
|
|
746
|
+
* Depending on the change and the last known appearance, the appearance of the Demo Kit is changed to light, dark, hcb or hcw.
|
|
743
747
|
* @private
|
|
744
748
|
*/
|
|
745
749
|
_attachPrefersColorSchemeChangeListener: function() {
|
|
@@ -1325,7 +1329,7 @@ sap.ui.define([
|
|
|
1325
1329
|
},
|
|
1326
1330
|
|
|
1327
1331
|
shortSurveyRedirect: function () {
|
|
1328
|
-
var sQueryParams = "?product=SAPUI5&product_filter=UI5&cluster=BTP",
|
|
1332
|
+
var sQueryParams = "?product=SAPUI5&product_filter=UI5&cluster=BTP&page=" + encodeURI(document.location.href),
|
|
1329
1333
|
sProdURL = "https://sapinsights.eu.qualtrics.com/jfe/form/SV_2gcfdw3EYYOIz5A" + sQueryParams,
|
|
1330
1334
|
sDevURL = "https://sapinsights.eu.qualtrics.com/jfe/form/SV_d3UPNymSgUHAb9Y" + sQueryParams,
|
|
1331
1335
|
bProd = !this.getModel("versionData").getProperty("/isDevEnv");
|
|
@@ -1337,7 +1341,7 @@ sap.ui.define([
|
|
|
1337
1341
|
|
|
1338
1342
|
longSurveyRedirect: function () {
|
|
1339
1343
|
var sBaseURL = "https://sapinsights.eu.qualtrics.com/jfe/form/SV_7X5P63Zg5zXC5zE",
|
|
1340
|
-
sBaseQueryParams = "?product=SAPUI5&product_filter=UI5&cluster=BTP",
|
|
1344
|
+
sBaseQueryParams = "?product=SAPUI5&product_filter=UI5&cluster=BTP&page=" + encodeURI(document.location.href),
|
|
1341
1345
|
sProdURL = sBaseURL + sBaseQueryParams,
|
|
1342
1346
|
sDevURL = sBaseURL + sBaseQueryParams + "&Q_CHL=preview&Q_SurveyVersionID=current",
|
|
1343
1347
|
bProd = !this.getModel("versionData").getProperty("/isDevEnv");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -15,12 +15,9 @@ sap.ui.define([
|
|
|
15
15
|
"sap/ui/model/FilterOperator",
|
|
16
16
|
"sap/ui/model/Sorter",
|
|
17
17
|
"sap/base/util/Version",
|
|
18
|
-
"sap/base/util/UriParameters",
|
|
19
18
|
"sap/ui/util/Storage",
|
|
20
19
|
"sap/ui/core/Core",
|
|
21
|
-
"sap/ui/documentation/sdk/controller/util/Highlighter"
|
|
22
|
-
"sap/ui/documentation/sdk/util/Resources",
|
|
23
|
-
"sap/m/BusyDialog"
|
|
20
|
+
"sap/ui/documentation/sdk/controller/util/Highlighter"
|
|
24
21
|
], function(
|
|
25
22
|
jQuery,
|
|
26
23
|
Device,
|
|
@@ -32,12 +29,9 @@ sap.ui.define([
|
|
|
32
29
|
FilterOperator,
|
|
33
30
|
Sorter,
|
|
34
31
|
Version,
|
|
35
|
-
UriParameters,
|
|
36
32
|
Storage,
|
|
37
33
|
Core,
|
|
38
|
-
Highlighter
|
|
39
|
-
ResourcesUtil,
|
|
40
|
-
BusyDialog
|
|
34
|
+
Highlighter
|
|
41
35
|
) {
|
|
42
36
|
"use strict";
|
|
43
37
|
|
|
@@ -197,19 +191,6 @@ sap.ui.define([
|
|
|
197
191
|
this._oDefaultSettings.themeActive = oData.sThemeActive;
|
|
198
192
|
},
|
|
199
193
|
|
|
200
|
-
_viewSettingsResetOnNavigation: function (oEvent) {
|
|
201
|
-
var sRouteName = oEvent.getParameter("name");
|
|
202
|
-
if (["group", "entity", "sample", "code", "code_file", "controls", "controlsMaster", "listFilter"].indexOf(sRouteName) === -1) {
|
|
203
|
-
// Reset view settings
|
|
204
|
-
this._applyAppConfiguration(this._oDefaultSettings.themeActive,
|
|
205
|
-
this._oDefaultSettings.densityMode,
|
|
206
|
-
this._oDefaultSettings.rtl);
|
|
207
|
-
|
|
208
|
-
// When we restore the default settings we don't need the event any more
|
|
209
|
-
this.getRouter().detachBeforeRouteMatched(this._viewSettingsResetOnNavigation, this);
|
|
210
|
-
}
|
|
211
|
-
},
|
|
212
|
-
|
|
213
194
|
/**
|
|
214
195
|
* Initialize the list settings. At first local storage is checked. If this is empty defaults are used.
|
|
215
196
|
* @private
|
|
@@ -221,97 +202,6 @@ sap.ui.define([
|
|
|
221
202
|
}
|
|
222
203
|
},
|
|
223
204
|
|
|
224
|
-
/**
|
|
225
|
-
* Toggles content density classes in the provided html body
|
|
226
|
-
* @param {object} oBody the html body to set the correct class on
|
|
227
|
-
* @param {string} sDensityMode content density mode
|
|
228
|
-
* @private
|
|
229
|
-
*/
|
|
230
|
-
_toggleContentDensityClasses: function(oBody, sDensityMode){
|
|
231
|
-
switch (sDensityMode) {
|
|
232
|
-
case COMPACT:
|
|
233
|
-
oBody.toggleClass("sapUiSizeCompact", true).toggleClass("sapUiSizeCozy", false).toggleClass("sapUiSizeCondensed", false);
|
|
234
|
-
break;
|
|
235
|
-
case CONDENSED:
|
|
236
|
-
oBody.toggleClass("sapUiSizeCondensed", true).toggleClass("sapUiSizeCozy", false).toggleClass("sapUiSizeCompact", true);
|
|
237
|
-
break;
|
|
238
|
-
default:
|
|
239
|
-
oBody.toggleClass("sapUiSizeCozy", true).toggleClass("sapUiSizeCondensed", false).toggleClass("sapUiSizeCompact", false);
|
|
240
|
-
}
|
|
241
|
-
},
|
|
242
|
-
|
|
243
|
-
/**
|
|
244
|
-
* Apply content configuration
|
|
245
|
-
* @param {string} sThemeActive name of the theme
|
|
246
|
-
* @param {string} sDensityMode content density mode
|
|
247
|
-
* @param {boolean} bRTL right to left mode
|
|
248
|
-
* @private
|
|
249
|
-
*/
|
|
250
|
-
_applyAppConfiguration: function(sThemeActive, sDensityMode, bRTL){
|
|
251
|
-
var oSampleFrameContent,
|
|
252
|
-
oSampleFrameCore,
|
|
253
|
-
$SampleFrame,
|
|
254
|
-
bRTLChanged,
|
|
255
|
-
bThemeChanged,
|
|
256
|
-
bContentDensityChanged;
|
|
257
|
-
|
|
258
|
-
// Handle content density change
|
|
259
|
-
if (this._oViewSettings.densityMode !== sDensityMode) {
|
|
260
|
-
this._toggleContentDensityClasses(jQuery(document.body), sDensityMode);
|
|
261
|
-
this._oViewSettings.densityMode = sDensityMode;
|
|
262
|
-
bContentDensityChanged = true;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
// Handle RTL mode change
|
|
266
|
-
if (this._oViewSettings.rtl !== bRTL) {
|
|
267
|
-
this._oCore.getConfiguration().setRTL(bRTL);
|
|
268
|
-
|
|
269
|
-
this._oViewSettings.rtl = bRTL;
|
|
270
|
-
bRTLChanged = true;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
// Handle theme change
|
|
274
|
-
if (this._oCore.getConfiguration().getTheme() !== sThemeActive) {
|
|
275
|
-
this._oCore.applyTheme(sThemeActive);
|
|
276
|
-
|
|
277
|
-
bThemeChanged = true;
|
|
278
|
-
} else if (bContentDensityChanged) {
|
|
279
|
-
// NOTE: We notify for content density change only if no theme change is applied because both
|
|
280
|
-
// methods fire the same event which may lead to unpredictable result.
|
|
281
|
-
this._oCore.notifyContentDensityChanged();
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
// Apply theme and compact mode also to iframe samples if there is actually a change
|
|
285
|
-
if ((bRTLChanged || bContentDensityChanged || bThemeChanged) && !ResourcesUtil.getHasProxy()) {
|
|
286
|
-
|
|
287
|
-
$SampleFrame = jQuery("#sampleFrame");
|
|
288
|
-
if ($SampleFrame.length > 0) {
|
|
289
|
-
oSampleFrameContent = $SampleFrame[0].contentWindow;
|
|
290
|
-
if (oSampleFrameContent) {
|
|
291
|
-
oSampleFrameCore = oSampleFrameContent.sap.ui.getCore();
|
|
292
|
-
|
|
293
|
-
if (bContentDensityChanged) {
|
|
294
|
-
this._toggleContentDensityClasses(oSampleFrameContent.jQuery('body'), sDensityMode);
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
if (bRTLChanged) {
|
|
298
|
-
oSampleFrameCore.getConfiguration().setRTL(bRTL);
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
if (bThemeChanged) {
|
|
302
|
-
oSampleFrameCore.applyTheme(sThemeActive);
|
|
303
|
-
} else if (bContentDensityChanged) {
|
|
304
|
-
// Notify Core for content density change only if no theme change happened
|
|
305
|
-
oSampleFrameCore.notifyContentDensityChanged();
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
},
|
|
314
|
-
|
|
315
205
|
_onGroupMatched: function (event) {
|
|
316
206
|
this._onMatched('#/group/', event);
|
|
317
207
|
},
|
|
@@ -672,72 +562,6 @@ sap.ui.define([
|
|
|
672
562
|
} else {
|
|
673
563
|
this._vsFilterBar.setVisible(false);
|
|
674
564
|
}
|
|
675
|
-
},
|
|
676
|
-
|
|
677
|
-
/**
|
|
678
|
-
* Opens the View settings dialog
|
|
679
|
-
* @public
|
|
680
|
-
*/
|
|
681
|
-
handleSettings: function () {
|
|
682
|
-
if (!this._oSettingsDialog) {
|
|
683
|
-
this._oSettingsDialog = new sap.ui.xmlfragment("sap.ui.documentation.sdk.view.appSettingsDialog", this);
|
|
684
|
-
this._oView.addDependent(this._oSettingsDialog);
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
setTimeout(function () {
|
|
688
|
-
var oAppSettings = this._oCore.getConfiguration(),
|
|
689
|
-
oThemeSelect = this._oCore.byId("ThemeSelect"),
|
|
690
|
-
sUriParamTheme = UriParameters.fromQuery(window.location.search).get("sap-theme"),
|
|
691
|
-
bDensityMode = this._oViewSettings.densityMode;
|
|
692
|
-
|
|
693
|
-
// Theme select
|
|
694
|
-
oThemeSelect.setSelectedKey(sUriParamTheme ? sUriParamTheme : oAppSettings.getTheme());
|
|
695
|
-
|
|
696
|
-
// RTL
|
|
697
|
-
this._oCore.byId("RTLSwitch").setState(oAppSettings.getRTL());
|
|
698
|
-
|
|
699
|
-
// Density mode select
|
|
700
|
-
this._oCore.byId("DensityModeSwitch").setSelectedKey(bDensityMode);
|
|
701
|
-
this._oSettingsDialog.open();
|
|
702
|
-
}.bind(this), 0);
|
|
703
|
-
},
|
|
704
|
-
|
|
705
|
-
/**
|
|
706
|
-
* Closes the View settings dialog
|
|
707
|
-
* @public
|
|
708
|
-
*/
|
|
709
|
-
handleCloseAppSettings: function () {
|
|
710
|
-
this._oSettingsDialog.close();
|
|
711
|
-
},
|
|
712
|
-
|
|
713
|
-
/**
|
|
714
|
-
* Saves settings from the view settings dialog
|
|
715
|
-
* @public
|
|
716
|
-
*/
|
|
717
|
-
handleSaveAppSettings: function () {
|
|
718
|
-
var sDensityMode = this._oCore.byId('DensityModeSwitch').getSelectedKey(),
|
|
719
|
-
sTheme = this._oCore.byId('ThemeSelect').getSelectedKey(),
|
|
720
|
-
bRTL = this._oCore.byId('RTLSwitch').getState();
|
|
721
|
-
|
|
722
|
-
this._oSettingsDialog.close();
|
|
723
|
-
|
|
724
|
-
// Lazy loading of busy dialog
|
|
725
|
-
if (!this._oBusyDialog) {
|
|
726
|
-
this._oBusyDialog = new BusyDialog();
|
|
727
|
-
this.getView().addDependent(this._oBusyDialog);
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
// Handle busy dialog
|
|
731
|
-
this._oBusyDialog.open();
|
|
732
|
-
setTimeout(function () {
|
|
733
|
-
this._oBusyDialog.close();
|
|
734
|
-
}.bind(this), 1000);
|
|
735
|
-
|
|
736
|
-
// handle settings change
|
|
737
|
-
this._applyAppConfiguration(sTheme, sDensityMode, bRTL);
|
|
738
|
-
|
|
739
|
-
// If we are navigating outside the Explored App section: view settings should be reset
|
|
740
|
-
this.getRouter().attachBeforeRouteMatched(this._viewSettingsResetOnNavigation, this);
|
|
741
565
|
}
|
|
742
566
|
});
|
|
743
567
|
}
|