@sap/generator-adaptation-project
Version:
Adaptation project allows you to create an app variant for an existing SAP Fiori elements-based or SAPUI5 freestyle application, without changing the original application.
18 lines • 766 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PromptGuiOptionsType = exports.PromptType = void 0;
var PromptType;
(function (PromptType) {
PromptType["INPUT"] = "input";
PromptType["FOLDER_BROWSER"] = "folder-browser";
PromptType["LIST"] = "list";
PromptType["CONFIRM"] = "confirm";
PromptType["PASSWORD"] = "password";
PromptType["EDITOR"] = "editor";
PromptType["AUTOCOMPLETE"] = "autocomplete";
})(PromptType = exports.PromptType || (exports.PromptType = {}));
var PromptGuiOptionsType;
(function (PromptGuiOptionsType) {
PromptGuiOptionsType["LABEL"] = "label";
})(PromptGuiOptionsType = exports.PromptGuiOptionsType || (exports.PromptGuiOptionsType = {}));
//# sourceMappingURL=types.js.map