slw 0.9.91 → 0.9.92
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.
|
@@ -62603,7 +62603,7 @@ const windowDesigner_vue_vue_type_style_index_0_scoped_a3ebe962_lang = "", _with
|
|
|
62603
62603
|
emits: ["update:type", "update:rootLayout", "update:viewData", "update:rowData"],
|
|
62604
62604
|
setup(H, { emit: Q }) {
|
|
62605
62605
|
const Z = H, X = defineAsyncComponent(
|
|
62606
|
-
() => import("./index-
|
|
62606
|
+
() => import("./index-2e00ff37.js")
|
|
62607
62607
|
);
|
|
62608
62608
|
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);
|
|
62609
62609
|
re.value = createDesigner();
|
|
@@ -62688,7 +62688,7 @@ WindowDesigner.name = "slw-window-designer";
|
|
|
62688
62688
|
WindowDesigner.install = (H) => {
|
|
62689
62689
|
H.component(WindowDesigner.name, WindowDesigner);
|
|
62690
62690
|
};
|
|
62691
|
-
const
|
|
62691
|
+
const windowIndex_vue_vue_type_style_index_0_scoped_063bd49a_lang = "", _withScopeId = (H) => (pushScopeId("data-v-063bd49a"), H = H(), popScopeId(), H), _hoisted_1$kR = { class: "slw-config-window-container" }, _hoisted_2$kQ = { class: "child-table-p" }, _sfc_main$1 = {
|
|
62692
62692
|
__name: "window-index",
|
|
62693
62693
|
props: {
|
|
62694
62694
|
windowId: {
|
|
@@ -63091,7 +63091,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_0a50772a_lang = "", _withSco
|
|
|
63091
63091
|
ue.itemRender.name = "ElInputNumber", ue.itemRender.props.type = "number", ue.itemRender.props.precision = 0, ue.itemRender.props.min = 0;
|
|
63092
63092
|
break;
|
|
63093
63093
|
case "DOUBLE":
|
|
63094
|
-
ue.itemRender.name = "ElInputNumber", ue.itemRender.props.type = "number";
|
|
63094
|
+
ue.itemRender.name = "ElInputNumber", ue.itemRender.props.type = "number", ue.itemRender.props.step = 1e-9;
|
|
63095
63095
|
break;
|
|
63096
63096
|
case "DATE":
|
|
63097
63097
|
if (ue.itemRender.attrs.style = "width: 100%;", K[se].type === "LT_GT_EQ") {
|
|
@@ -63914,7 +63914,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_0a50772a_lang = "", _withSco
|
|
|
63914
63914
|
]);
|
|
63915
63915
|
};
|
|
63916
63916
|
}
|
|
63917
|
-
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
63917
|
+
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-063bd49a"]]);
|
|
63918
63918
|
WindowIndex.name = "slw-window-index";
|
|
63919
63919
|
WindowIndex.install = (H) => {
|
|
63920
63920
|
H.component(WindowIndex.name, WindowIndex);
|
|
@@ -147687,7 +147687,7 @@ function reConsole() {
|
|
|
147687
147687
|
}
|
|
147688
147688
|
}
|
|
147689
147689
|
console.info(
|
|
147690
|
-
`%cSLW %cVer 0.9.
|
|
147690
|
+
`%cSLW %cVer 0.9.92%c
|
|
147691
147691
|
%c指引文档:%chttp://slwdoc.js.sforcecon.com:5900/%c
|
|
147692
147692
|
%c启光文档:%chttp://docs.js.sforcecon.com:5900/notepad/view/592`,
|
|
147693
147693
|
"color:#409EFF;font-size: 22px;font-weight:bolder;text-shadow: 2px 2px 4px #84c1ff;",
|
|
@@ -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-01aa9c02.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
const I = {
|
|
5
5
|
computed: {},
|
package/lib/index.js
CHANGED