|
@@ -38438,7 +38438,6 @@ define(['exports'], function (exports) { 'use strict';
|
|
|
//# sourceMappingURL=base.js.map
|
|
|
|
|
|
function prompt(message, multiLine, value) {
|
|
|
- if (multiLine === void 0) { multiLine = false; }
|
|
|
if (value === void 0) { value = ''; }
|
|
|
return new Promise(function (resolve, reject) {
|
|
|
Ext.Msg.show({
|
|
@@ -38447,7 +38446,8 @@ define(['exports'], function (exports) { 'use strict';
|
|
|
buttons: Ext.MessageBox.OKCANCEL,
|
|
|
prompt: true,
|
|
|
defaultFocus: 'textfield',
|
|
|
- multiLine: multiLine,
|
|
|
+ // multiLine: multiLine,
|
|
|
+ cls: 'laberHidden',
|
|
|
showAnimation: false,
|
|
|
hideAnimation: false,
|
|
|
value: value,
|