slw 0.9.89 → 0.9.90
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { pushScopeId as P, popScopeId as V, createElementVNode as h, resolveComponent as g, openBlock as o, createElementBlock as p, createBlock as f, normalizeClass as T, normalizeStyle as A, withModifiers as R, withCtx as r, renderSlot as q, createCommentVNode as _, Fragment as B, createVNode as s, mergeProps as k, renderList as j, toDisplayString as E, normalizeProps as K, guardReactiveProps as Q, resolveDynamicComponent as Z, defineAsyncComponent as $, computed as F, unref as D, withDirectives as ee, vShow as te } from "vue";
|
|
2
|
-
import { _ as x, d as S, a as L, u as N } from "./index-
|
|
2
|
+
import { _ as x, d as S, a as L, u as N } from "./index-d3be5bf8.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
const I = {
|
|
5
5
|
computed: {},
|
|
@@ -62597,7 +62597,7 @@ const windowDesigner_vue_vue_type_style_index_0_scoped_a3ebe962_lang = "", _with
|
|
|
62597
62597
|
emits: ["update:type", "update:rootLayout", "update:viewData", "update:rowData"],
|
|
62598
62598
|
setup(H, { emit: Q }) {
|
|
62599
62599
|
const Z = H, X = defineAsyncComponent(
|
|
62600
|
-
() => import("./index-
|
|
62600
|
+
() => import("./index-6b48b093.js")
|
|
62601
62601
|
);
|
|
62602
62602
|
let G = useVModel(Z, "type", Q), K = useVModel(Z, "rootLayout", Q), ee = useVModel(Z, "viewData", Q), te = useVModel(Z, "rowData", Q), ne = ref(0), re = ref(null);
|
|
62603
62603
|
re.value = createDesigner();
|
|
@@ -131296,6 +131296,12 @@ function initVxeRenderer(H, Q, Z) {
|
|
|
131296
131296
|
},
|
|
131297
131297
|
ElText: {
|
|
131298
131298
|
renderEdit(ve, me) {
|
|
131299
|
+
var _e;
|
|
131300
|
+
if (((_e = ve.options) == null ? void 0 : _e.length) > 0) {
|
|
131301
|
+
let $e = ve.options.filter((xe) => xe.value == me.row[me.column.field])[0];
|
|
131302
|
+
if ($e)
|
|
131303
|
+
return $e.label;
|
|
131304
|
+
}
|
|
131299
131305
|
return me.row[me.column.field];
|
|
131300
131306
|
},
|
|
131301
131307
|
renderCell(ve, me) {
|
|
@@ -147644,7 +147650,7 @@ function reConsole() {
|
|
|
147644
147650
|
}
|
|
147645
147651
|
}
|
|
147646
147652
|
console.info(
|
|
147647
|
-
`%cSLW %cVer 0.9.
|
|
147653
|
+
`%cSLW %cVer 0.9.90%c
|
|
147648
147654
|
%c指引文档:%chttp://slwdoc.js.sforcecon.com:5900/%c
|
|
147649
147655
|
%c启光文档:%chttp://docs.js.sforcecon.com:5900/notepad/view/592`,
|
|
147650
147656
|
"color:#409EFF;font-size: 22px;font-weight:bolder;text-shadow: 2px 2px 4px #84c1ff;",
|
package/lib/index.js
CHANGED