@jeecg/online
Advanced tools
Comparing version 3.5.3-beta2 to 3.5.3-beta3
@@ -30,4 +30,4 @@ var __async = (__this, __arguments, generator) => { | ||
import FileSelectModal from "./FileSelectModal.js"; | ||
import { message } from "ant-design-vue"; | ||
import { _ as _export_sfc } from "./index.js"; | ||
import "ant-design-vue"; | ||
import "@ant-design/icons-vue"; | ||
@@ -199,3 +199,3 @@ import "/@/hooks/web/usePermission"; | ||
} else { | ||
message.error(res.message); | ||
this.$message.error(res.message); | ||
reject(res.message); | ||
@@ -202,0 +202,0 @@ } |
@@ -224,3 +224,3 @@ var __defProp = Object.defineProperty; | ||
} | ||
var EnhanceJsHistory = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-3072773c"]]); | ||
var EnhanceJsHistory = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-8964b74c"]]); | ||
var EnhanceJsHistory$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ | ||
@@ -227,0 +227,0 @@ __proto__: null, |
@@ -84,3 +84,2 @@ var __async = (__this, __arguments, generator) => { | ||
import "./SuperQueryValComponent.vue_vue_type_script_lang.js"; | ||
import "/@/components/Form/src/helper"; | ||
import "/@/utils/is"; | ||
@@ -87,0 +86,0 @@ const key = Symbol(); |
@@ -84,3 +84,2 @@ var __async = (__this, __arguments, generator) => { | ||
import "./SuperQueryValComponent.vue_vue_type_script_lang.js"; | ||
import "/@/components/Form/src/helper"; | ||
import "/@/utils/is"; | ||
@@ -87,0 +86,0 @@ var OnlineAutoTreeList_vue_vue_type_style_index_0_lang = ""; |
@@ -714,3 +714,3 @@ var __defProp = Object.defineProperty; | ||
return __async(this, null, function* () { | ||
console.log("\u81EA\u5B9A\u4E49\u5F39\u7A97\u6253\u5F00online\u8868\u53552\u300B\u300Bform", record); | ||
console.log("\u81EA\u5B9A\u4E49\u5F39\u7A97\u6253\u5F00online\u8868\u5355\u300B\u300Bform", record); | ||
customEditSubmitUrl.value = editSubmitUrl; | ||
@@ -967,4 +967,3 @@ yield resetFields(); | ||
toolbarSuffix: withCtx(() => [ | ||
!$setup.onlineFormDisabled ? (openBlock(), createBlock(_component_a_button, { | ||
key: 0, | ||
createVNode(_component_a_button, { | ||
type: "primary", | ||
@@ -977,5 +976,4 @@ onClick: ($event) => $setup.openSubFormModalForAdd(sub) | ||
_: 2 | ||
}, 1032, ["onClick"])) : createCommentVNode("", true), | ||
!$setup.onlineFormDisabled ? (openBlock(), createBlock(_component_a_button, { | ||
key: 1, | ||
}, 1032, ["onClick"]), | ||
createVNode(_component_a_button, { | ||
type: "primary", | ||
@@ -988,3 +986,3 @@ onClick: ($event) => $setup.openSubFormModalForEdit(sub) | ||
_: 2 | ||
}, 1032, ["onClick"])) : createCommentVNode("", true) | ||
}, 1032, ["onClick"]) | ||
]), | ||
@@ -991,0 +989,0 @@ _: 2 |
{ | ||
"name": "@jeecg/online", | ||
"version": "3.5.3-beta2", | ||
"version": "3.5.3-beta3", | ||
"main": "./main.index.js", | ||
"module": "./main.index.js" | ||
} |
@@ -58,3 +58,2 @@ var __defProp = Object.defineProperty; | ||
import "@vueuse/core"; | ||
import "/@/components/Form/src/helper"; | ||
import "/@/utils/is"; | ||
@@ -61,0 +60,0 @@ import "./_baseSlice.js"; |
@@ -5,3 +5,2 @@ import { _ as _sfc_main } from "./SuperQueryValComponent.vue_vue_type_script_lang.js"; | ||
import "/@/components/Form/src/componentMap"; | ||
import "/@/components/Form/src/helper"; | ||
import "/@/utils/is"; | ||
@@ -8,0 +7,0 @@ import "./_baseSlice.js"; |
@@ -22,3 +22,2 @@ var __defProp = Object.defineProperty; | ||
import { componentMap } from "/@/components/Form/src/componentMap"; | ||
import { createPlaceholderMessage } from "/@/components/Form/src/helper"; | ||
import { isFunction } from "/@/utils/is"; | ||
@@ -161,4 +160,11 @@ import { b as baseSlice } from "./_baseSlice.js"; | ||
}; | ||
function createPlaceholderMessage(component) { | ||
if (component.includes("Input") || component.includes("Complete")) { | ||
return "\u8BF7\u8F93\u5165"; | ||
} else { | ||
return "\u8BF7\u9009\u62E9"; | ||
} | ||
} | ||
} | ||
}); | ||
export { _sfc_main as _ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
900977