@sap-ux/ui5-application-writer 1.2.3 → 1.2.4
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/package.json
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
}
|
|
41
41
|
});
|
|
42
42
|
return libOrCompKeysStringTmp;
|
|
43
|
-
}
|
|
43
|
+
};
|
|
44
44
|
var getComponentUsageNames = function (compUsages, libOrCompKeysString) {
|
|
45
45
|
var libOrCompKeysStringTmp = libOrCompKeysString;
|
|
46
46
|
var compNames = Object.keys(compUsages).map(function (compUsageKey) {
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
}
|
|
58
58
|
});
|
|
59
59
|
return libOrCompKeysStringTmp;
|
|
60
|
-
}
|
|
60
|
+
};
|
|
61
61
|
return new Promise(function (resolve, reject) {
|
|
62
62
|
|
|
63
63
|
sap.ui.require(["sap/ui/thirdparty/jquery"], function (localJQuery) {
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
});
|
|
114
114
|
}
|
|
115
115
|
});
|
|
116
|
-
}
|
|
116
|
+
};
|
|
117
117
|
/**
|
|
118
118
|
* Registers the module paths for dependencies of the given component.
|
|
119
119
|
* @param {string} manifestPath The the path to the app manifest path
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
//Registering to the icon pool
|
|
169
169
|
IconPool.registerFont(bSuiteTheme);
|
|
170
170
|
});
|
|
171
|
-
}
|
|
171
|
+
};
|
|
172
172
|
|
|
173
173
|
/*eslint-disable fiori-custom/sap-browser-api-warning, fiori-custom/sap-no-dom-access*/
|
|
174
174
|
var currentScript = document.getElementById("locate-reuse-libs");
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
}
|
|
41
41
|
});
|
|
42
42
|
return libOrCompKeysStringTmp;
|
|
43
|
-
}
|
|
43
|
+
};
|
|
44
44
|
function getComponentUsageNames(compUsages, libOrCompKeysString) {
|
|
45
45
|
var libOrCompKeysStringTmp = libOrCompKeysString;
|
|
46
46
|
var compNames = Object.keys(compUsages).map(function (compUsageKey) {
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
}
|
|
58
58
|
});
|
|
59
59
|
return libOrCompKeysStringTmp;
|
|
60
|
-
}
|
|
60
|
+
};
|
|
61
61
|
return new Promise(function (resolve, reject) {
|
|
62
62
|
$.ajax(url)
|
|
63
63
|
.done(function (manifest) {
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
});
|
|
111
111
|
}
|
|
112
112
|
});
|
|
113
|
-
}
|
|
113
|
+
};
|
|
114
114
|
/**
|
|
115
115
|
* Registers the module paths for dependencies of the given component.
|
|
116
116
|
* @param {string} manifestPath The the path to the app manifest path
|
|
@@ -165,7 +165,7 @@ function registerSAPFonts() {
|
|
|
165
165
|
//Registering to the icon pool
|
|
166
166
|
IconPool.registerFont(bSuiteTheme);
|
|
167
167
|
});
|
|
168
|
-
}
|
|
168
|
+
};
|
|
169
169
|
|
|
170
170
|
/*eslint-disable fiori-custom/sap-browser-api-warning, fiori-custom/sap-no-dom-access*/
|
|
171
171
|
var currentScript = document.getElementById("locate-reuse-libs");
|