@openui5/sap.ui.documentation 1.60.36 → 1.60.40
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/LICENSE.txt +2 -2
- package/package.json +4 -4
- package/pom.xml +1 -1
- package/src/sap/ui/documentation/.library +2 -2
- package/src/sap/ui/documentation/library.js +3 -3
- 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 +1 -1
- 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 +23 -29
- 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 +1 -1
- 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/MasterTreeBaseController.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/SearchPage.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +1 -1
- 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/Welcome.controller.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/EntityInfo.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/JSDocUtil.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/TreeUtil.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/XML2JSONUtils.js +1 -1
- package/src/sap/ui/documentation/sdk/controls/BorrowedList.js +1 -1
- package/src/sap/ui/documentation/sdk/controls/DemokitTreeItem.js +1 -1
- package/src/sap/ui/documentation/sdk/controls/DemokitTreeItemRenderer.js +1 -1
- package/src/sap/ui/documentation/sdk/controls/JSDocText.js +1 -1
- package/src/sap/ui/documentation/sdk/controls/LightTable.js +1 -1
- package/src/sap/ui/documentation/sdk/controls/ObjectPageSubSection.js +1 -1
- package/src/sap/ui/documentation/sdk/controls/ParamText.js +1 -1
- package/src/sap/ui/documentation/sdk/controls/Row.js +1 -1
- package/src/sap/ui/documentation/sdk/controls/Search.js +1 -1
- package/src/sap/ui/documentation/sdk/controls/TitleLink.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/model/sourceFileDownloader.js +1 -1
- package/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/lang-feature.js +1 -1
- package/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/lang-properties.js +1 -1
- package/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/lang-text.js +1 -1
- package/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/run-prettify.js +1 -1
- package/src/sap/ui/documentation/sdk/thirdparty/jsanalyzer/ASTUtils.js +1 -1
- package/src/sap/ui/documentation/sdk/thirdparty/jsanalyzer/Doclet.js +1 -1
- package/src/sap/ui/documentation/sdk/thirdparty/jsanalyzer/ModuleAnalyzer.js +1 -1
- package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +1 -1
- package/src/sap/ui/documentation/sdk/util/ToggleFullScreenHandler.js +1 -1
package/LICENSE.txt
CHANGED
|
@@ -314,7 +314,7 @@ Licensor: Various
|
|
|
314
314
|
Website: http://code.google.com/p/google-code-prettify/
|
|
315
315
|
License: Apache License 2.0
|
|
316
316
|
|
|
317
|
-
Component: Handlebars 4.7.
|
|
317
|
+
Component: Handlebars 4.7.7
|
|
318
318
|
Licensor: Yehuda Katz
|
|
319
319
|
Website: http://handlebarsjs.com/
|
|
320
320
|
License: MIT License
|
|
@@ -576,7 +576,7 @@ License: MIT License
|
|
|
576
576
|
<copyright holders> = Bjarke Walling
|
|
577
577
|
<year> = 2014
|
|
578
578
|
|
|
579
|
-
Component: URI.js 1.19.
|
|
579
|
+
Component: URI.js 1.19.8
|
|
580
580
|
Licensor: Rodney Rehm
|
|
581
581
|
Website: http://github.com/medialize/URI.js/
|
|
582
582
|
License: MIT License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.documentation",
|
|
3
|
-
"version": "1.60.
|
|
3
|
+
"version": "1.60.40",
|
|
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,8 +14,8 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.m": "1.60.
|
|
18
|
-
"@openui5/sap.ui.core": "1.60.
|
|
19
|
-
"@openui5/sap.ui.layout": "1.60.
|
|
17
|
+
"@openui5/sap.m": "1.60.40",
|
|
18
|
+
"@openui5/sap.ui.core": "1.60.40",
|
|
19
|
+
"@openui5/sap.ui.layout": "1.60.40"
|
|
20
20
|
}
|
|
21
21
|
}
|
package/pom.xml
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<name>sap.ui.documentation</name>
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>UI development toolkit for HTML5 (OpenUI5)
|
|
7
|
-
* (c) Copyright 2009-
|
|
7
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.60.
|
|
9
|
+
<version>1.60.40</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library for the Demokit 2.0.</documentation>
|
|
12
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
// delegate further initialization of this library to the Core
|
|
22
22
|
sap.ui.getCore().initLibrary({
|
|
23
23
|
name : 'sap.ui.documentation',
|
|
24
|
-
version: '1.60.
|
|
24
|
+
version: '1.60.40',
|
|
25
25
|
dependencies : ['sap.ui.core','sap.m'],
|
|
26
26
|
types: [],
|
|
27
27
|
interfaces: [],
|
|
@@ -41,7 +41,7 @@ sap.ui.define([
|
|
|
41
41
|
* @namespace
|
|
42
42
|
* @name sap.ui.documentation
|
|
43
43
|
* @author SAP SE
|
|
44
|
-
* @version 1.60.
|
|
44
|
+
* @version 1.60.40
|
|
45
45
|
* @public
|
|
46
46
|
*/
|
|
47
47
|
var thisLibrary = sap.ui.documentation;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -43,7 +43,8 @@ sap.ui.define([
|
|
|
43
43
|
sNeoAppJsonPath = "/neo-app.json", /* Load neo-app.json always from root URL */
|
|
44
44
|
ABOUT_TEXT = "About",
|
|
45
45
|
FEEDBACK_TEXT = "Feedback",
|
|
46
|
-
CHANGE_VERSION_TEXT = "Change version"
|
|
46
|
+
CHANGE_VERSION_TEXT = "Change version",
|
|
47
|
+
FEEDBACK_URL = "https://demokit-feedback-proxy.cfapps.eu12.hana.ondemand.com/issue";
|
|
47
48
|
|
|
48
49
|
return BaseController.extend("sap.ui.documentation.sdk.controller.App", {
|
|
49
50
|
onInit : function () {
|
|
@@ -88,8 +89,6 @@ sap.ui.define([
|
|
|
88
89
|
}
|
|
89
90
|
}.bind(this));
|
|
90
91
|
|
|
91
|
-
this.FEEDBACK_SERVICE_URL = "https://feedback-sapuisofiaprod.hana.ondemand.com:443/api/v2/apps/5bb7d7ff-bab9-477a-a4c7-309fa84dc652/posts";
|
|
92
|
-
|
|
93
92
|
// Cache view reference
|
|
94
93
|
this._oView = this.getView();
|
|
95
94
|
|
|
@@ -512,36 +511,26 @@ sap.ui.define([
|
|
|
512
511
|
* Event handler for the send feedback button
|
|
513
512
|
*/
|
|
514
513
|
onFeedbackDialogSend: function() {
|
|
515
|
-
var
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
"
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
"
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
"
|
|
514
|
+
var oVersionInfo = Version(sap.ui.version),
|
|
515
|
+
data = {
|
|
516
|
+
"text": this._oFeedbackDialog.textInput.getValue(),
|
|
517
|
+
"rating": this._oFeedbackDialog.ratingStatus.value,
|
|
518
|
+
"major": oVersionInfo.getMajor(),
|
|
519
|
+
"minor": oVersionInfo.getMinor(),
|
|
520
|
+
"patch": oVersionInfo.getPatch(),
|
|
521
|
+
"distribution": this._getUI5Distribution(),
|
|
522
|
+
"snapshot": oVersionInfo.getSuffix().indexOf("SNAPSHOT") > -1,
|
|
523
|
+
"url": this._getCurrentURL(),
|
|
524
|
+
"page": this._getCurrentPageRelativeURL(),
|
|
525
|
+
"pageContext": this._oFeedbackDialog.contextCheckBox.getSelected()
|
|
526
526
|
};
|
|
527
|
-
} else {
|
|
528
|
-
data = {
|
|
529
|
-
"texts": {
|
|
530
|
-
"t1": this._oFeedbackDialog.textInput.getValue()
|
|
531
|
-
},
|
|
532
|
-
"ratings":{
|
|
533
|
-
"r1": {"value" : this._oFeedbackDialog.ratingStatus.value}
|
|
534
|
-
},
|
|
535
|
-
"context": {"attr1": this._getUI5Distribution() + ":" + sap.ui.version}
|
|
536
|
-
};
|
|
537
|
-
}
|
|
538
527
|
|
|
539
528
|
// send feedback
|
|
540
529
|
this._oFeedbackDialog.setBusyIndicatorDelay(0);
|
|
541
530
|
this._oFeedbackDialog.setBusy(true);
|
|
542
531
|
|
|
543
532
|
jQuery.ajax({
|
|
544
|
-
url:
|
|
533
|
+
url: FEEDBACK_URL,
|
|
545
534
|
type: "POST",
|
|
546
535
|
contentType: "application/json",
|
|
547
536
|
data: JSON.stringify(data)
|
|
@@ -777,8 +766,13 @@ sap.ui.define([
|
|
|
777
766
|
},
|
|
778
767
|
|
|
779
768
|
_getCurrentPageRelativeURL: function () {
|
|
780
|
-
var
|
|
781
|
-
return
|
|
769
|
+
var currentLocation = window.location;
|
|
770
|
+
return currentLocation.pathname + currentLocation.hash + currentLocation.search;
|
|
771
|
+
},
|
|
772
|
+
|
|
773
|
+
_getCurrentURL: function () {
|
|
774
|
+
var currentLocation = window.location;
|
|
775
|
+
return currentLocation.href;
|
|
782
776
|
},
|
|
783
777
|
|
|
784
778
|
_isToggleButtonVisible: function() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/*!
|
|
3
3
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
4
|
-
* (c) Copyright 2009-
|
|
4
|
+
* (c) Copyright 2009-2022 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
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
4
|
-
* (c) Copyright 2009-
|
|
4
|
+
* (c) Copyright 2009-2022 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
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
4
|
-
* (c) Copyright 2009-
|
|
4
|
+
* (c) Copyright 2009-2022 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(['sap/m/TreeItemBaseRenderer', 'sap/ui/core/Renderer'],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
4
|
-
* (c) Copyright 2009-
|
|
4
|
+
* (c) Copyright 2009-2022 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
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
4
|
-
* (c) Copyright 2009-
|
|
4
|
+
* (c) Copyright 2009-2022 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
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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', 'sap/m/Button', 'sap/m/SearchField', 'sap/m/library'],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 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
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
(function() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
// Provides a customized router class for the 'documentation' app.
|