151 lines
5.1 KiB
JavaScript
151 lines
5.1 KiB
JavaScript
|
(global["webpackJsonp"] = global["webpackJsonp"] || []).push([ [ "uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog" ], {
|
||
|
"399f": function(t, e, n) {
|
||
|
"use strict";
|
||
|
var i = n("e23f"), o = n.n(i);
|
||
|
o.a;
|
||
|
},
|
||
|
"3df6": function(t, e, n) {
|
||
|
"use strict";
|
||
|
var i = n("4ea4");
|
||
|
Object.defineProperty(e, "__esModule", {
|
||
|
value: !0
|
||
|
}), e.default = void 0;
|
||
|
var o = i(n("407c")), u = n("37dc"), l = i(n("1992")), c = (0, u.initVueI18n)(l.default), a = c.t, r = {
|
||
|
name: "uniPopupDialog",
|
||
|
mixins: [ o.default ],
|
||
|
emits: [ "confirm", "close" ],
|
||
|
props: {
|
||
|
value: {
|
||
|
type: [ String, Number ],
|
||
|
default: ""
|
||
|
},
|
||
|
placeholder: {
|
||
|
type: [ String, Number ],
|
||
|
default: ""
|
||
|
},
|
||
|
type: {
|
||
|
type: String,
|
||
|
default: "error"
|
||
|
},
|
||
|
mode: {
|
||
|
type: String,
|
||
|
default: "base"
|
||
|
},
|
||
|
title: {
|
||
|
type: String,
|
||
|
default: ""
|
||
|
},
|
||
|
content: {
|
||
|
type: String,
|
||
|
default: ""
|
||
|
},
|
||
|
beforeClose: {
|
||
|
type: Boolean,
|
||
|
default: !1
|
||
|
},
|
||
|
cancelText: {
|
||
|
type: String,
|
||
|
default: ""
|
||
|
},
|
||
|
confirmText: {
|
||
|
type: String,
|
||
|
default: ""
|
||
|
}
|
||
|
},
|
||
|
data: function() {
|
||
|
return {
|
||
|
dialogType: "error",
|
||
|
focus: !1,
|
||
|
val: ""
|
||
|
};
|
||
|
},
|
||
|
computed: {
|
||
|
okText: function() {
|
||
|
return this.confirmText || a("uni-popup.ok");
|
||
|
},
|
||
|
closeText: function() {
|
||
|
return this.cancelText || a("uni-popup.cancel");
|
||
|
},
|
||
|
placeholderText: function() {
|
||
|
return this.placeholder || a("uni-popup.placeholder");
|
||
|
},
|
||
|
titleText: function() {
|
||
|
return this.title || a("uni-popup.title");
|
||
|
}
|
||
|
},
|
||
|
watch: {
|
||
|
type: function(t) {
|
||
|
this.dialogType = t;
|
||
|
},
|
||
|
mode: function(t) {
|
||
|
"input" === t && (this.dialogType = "info");
|
||
|
},
|
||
|
value: function(t) {
|
||
|
this.val = t;
|
||
|
}
|
||
|
},
|
||
|
created: function() {
|
||
|
this.popup.disableMask(), "input" === this.mode ? (this.dialogType = "info", this.val = this.value) : this.dialogType = this.type;
|
||
|
},
|
||
|
mounted: function() {
|
||
|
this.focus = !0;
|
||
|
},
|
||
|
methods: {
|
||
|
onOk: function() {
|
||
|
"input" === this.mode ? this.$emit("confirm", this.val) : this.$emit("confirm"),
|
||
|
this.beforeClose || this.popup.close();
|
||
|
},
|
||
|
closeDialog: function() {
|
||
|
this.$emit("close"), this.beforeClose || this.popup.close();
|
||
|
},
|
||
|
close: function() {
|
||
|
this.popup.close();
|
||
|
}
|
||
|
}
|
||
|
};
|
||
|
e.default = r;
|
||
|
},
|
||
|
b336: function(t, e, n) {
|
||
|
"use strict";
|
||
|
n.r(e);
|
||
|
var i = n("b52b"), o = n("cd9a");
|
||
|
for (var u in o) [ "default" ].indexOf(u) < 0 && function(t) {
|
||
|
n.d(e, t, function() {
|
||
|
return o[t];
|
||
|
});
|
||
|
}(u);
|
||
|
n("399f");
|
||
|
var l = n("f0c5"), c = Object(l["a"])(o["default"], i["b"], i["c"], !1, null, null, null, !1, i["a"], void 0);
|
||
|
e["default"] = c.exports;
|
||
|
},
|
||
|
b52b: function(t, e, n) {
|
||
|
"use strict";
|
||
|
n.d(e, "b", function() {
|
||
|
return i;
|
||
|
}), n.d(e, "c", function() {
|
||
|
return o;
|
||
|
}), n.d(e, "a", function() {});
|
||
|
var i = function() {
|
||
|
var t = this.$createElement;
|
||
|
this._self._c;
|
||
|
}, o = [];
|
||
|
},
|
||
|
cd9a: function(t, e, n) {
|
||
|
"use strict";
|
||
|
n.r(e);
|
||
|
var i = n("3df6"), o = n.n(i);
|
||
|
for (var u in i) [ "default" ].indexOf(u) < 0 && function(t) {
|
||
|
n.d(e, t, function() {
|
||
|
return i[t];
|
||
|
});
|
||
|
}(u);
|
||
|
e["default"] = o.a;
|
||
|
},
|
||
|
e23f: function(t, e, n) {}
|
||
|
} ]);
|
||
|
|
||
|
(global["webpackJsonp"] = global["webpackJsonp"] || []).push([ "uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog-create-component", {
|
||
|
"uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog-create-component": function(module, exports, __webpack_require__) {
|
||
|
__webpack_require__("543d")["createComponent"](__webpack_require__("b336"));
|
||
|
}
|
||
|
}, [ [ "uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog-create-component" ] ] ]);
|