@sap-ux/inquirer-common 0.6.31 → 0.6.33
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/dist/prompts/utility.js +17 -7
- package/dist/types.d.ts +1 -1
- package/package.json +2 -2
package/dist/prompts/utility.js
CHANGED
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
36
|
exports.getUI5ThemesChoices = getUI5ThemesChoices;
|
|
27
37
|
exports.searchChoices = searchChoices;
|
package/dist/types.d.ts
CHANGED
|
@@ -40,7 +40,7 @@ export interface GuiOptions {
|
|
|
40
40
|
/**
|
|
41
41
|
* Indicates how the question will be displayed in YUI
|
|
42
42
|
*/
|
|
43
|
-
type?: 'label' | 'folder-browser';
|
|
43
|
+
type?: 'label' | 'login' | 'folder-browser';
|
|
44
44
|
/**
|
|
45
45
|
* Link to be shown in input question prompt of type 'label'
|
|
46
46
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/inquirer-common",
|
|
3
3
|
"description": "Commonly used shared functionality and types to support inquirer modules.",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.33",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"semver": "7.5.4",
|
|
31
31
|
"@sap-ux/btp-utils": "1.0.2",
|
|
32
32
|
"@sap-ux/feature-toggle": "0.2.3",
|
|
33
|
-
"@sap-ux/fiori-generator-shared": "0.
|
|
33
|
+
"@sap-ux/fiori-generator-shared": "0.10.0",
|
|
34
34
|
"@sap-ux/guided-answers-helper": "0.2.1",
|
|
35
35
|
"@sap-ux/telemetry": "0.5.72",
|
|
36
36
|
"@sap-ux/logger": "0.6.0",
|