slw 0.10.9 → 0.10.10
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.
|
@@ -8533,7 +8533,7 @@ PictureUpload.name = "slw-picture-upload";
|
|
|
8533
8533
|
PictureUpload.install = (H) => {
|
|
8534
8534
|
H.component(PictureUpload.name, PictureUpload);
|
|
8535
8535
|
};
|
|
8536
|
-
const
|
|
8536
|
+
const windowGrid_vue_vue_type_style_index_0_scoped_268fd076_lang = "", _withScopeId$8 = (H) => (pushScopeId("data-v-268fd076"), H = H(), popScopeId(), H), _hoisted_1$l1 = /* @__PURE__ */ _withScopeId$8(() => /* @__PURE__ */ createElementVNode("span", { class: "vxe-table--cell-main-area" }, null, -1)), _hoisted_2$kY = /* @__PURE__ */ _withScopeId$8(() => /* @__PURE__ */ createElementVNode("span", { class: "vxe-table--cell-active-area" }, null, -1)), _hoisted_3$hY = /* @__PURE__ */ _withScopeId$8(() => /* @__PURE__ */ createElementVNode("span", { class: "vxe-table--cell-copy-area" }, null, -1)), _hoisted_4$ay = [
|
|
8537
8537
|
_hoisted_1$l1,
|
|
8538
8538
|
_hoisted_2$kY,
|
|
8539
8539
|
_hoisted_3$hY
|
|
@@ -8559,7 +8559,7 @@ const windowGrid_vue_vue_type_style_index_0_scoped_8d5ece18_lang = "", _withScop
|
|
|
8559
8559
|
},
|
|
8560
8560
|
emits: ["update:gridData", "jumpDesign"],
|
|
8561
8561
|
setup(__props, { expose: __expose, emit }) {
|
|
8562
|
-
const props = __props, axios = inject("$axios"), hiprint = inject("$hiprint"), serverPrint = inject("$serverPrint"), regionMap = inject("$regionMap"), focusInput = inject("$focusInput"), base64Encode = inject("$base64Encode"), base64Decode = inject("$base64Decode"), $T = inject("$t"), httpHeaders = inject("$httpHeaders"), addGridClickEvent = inject("$addGridClickEvent"), showPreView = inject("$showPreView"), showPreViewClose = inject("$showPreViewClose"), preViewCloseCallback = inject("$preViewCloseCallback"), closePreModal = inject("$closePreModal"), rowDbClick = inject("$rowDbClick"), $Modal = inject("$modal"), $qs = inject("$qs"), $ElMessage = inject("$ElMessage"), $vxeMessage = inject("$vxeMessage"), $vxeConfirm = inject("$vxeConfirm"), $vxeOpen = inject("$vxeOpen"), $vxeReadFile = inject("$vxeReadFile"), openModal = inject("$openModal"), closeModal = inject("$closeModal"), evalDefaultValue = inject("$evalDefaultValue"), callGridClickEvents = inject("$callGridClickEvents"), ElMessageBox = inject("$ElMessageBox"), addOnActivatedFun = inject("$addOnActivatedFun"), debounce = inject("$debounce"), router = inject("$router"), $externalFun = inject("$externalFun"), beginEdit = inject("$beginEdit"), route = useRoute(), $components = inject("$components"), $componentsPath = inject("$componentsPath"), executeFun = inject("$executeFun"), isActivatedFun = inject("$isActivatedFun");
|
|
8562
|
+
const props = __props, axios = inject("$axios"), hiprint = inject("$hiprint"), silentHiprint = inject("$silentHiprint"), serverPrint = inject("$serverPrint"), regionMap = inject("$regionMap"), focusInput = inject("$focusInput"), base64Encode = inject("$base64Encode"), base64Decode = inject("$base64Decode"), $T = inject("$t"), httpHeaders = inject("$httpHeaders"), addGridClickEvent = inject("$addGridClickEvent"), showPreView = inject("$showPreView"), showPreViewClose = inject("$showPreViewClose"), preViewCloseCallback = inject("$preViewCloseCallback"), closePreModal = inject("$closePreModal"), rowDbClick = inject("$rowDbClick"), $Modal = inject("$modal"), $qs = inject("$qs"), $ElMessage = inject("$ElMessage"), $vxeMessage = inject("$vxeMessage"), $vxeConfirm = inject("$vxeConfirm"), $vxeOpen = inject("$vxeOpen"), $vxeReadFile = inject("$vxeReadFile"), openModal = inject("$openModal"), closeModal = inject("$closeModal"), evalDefaultValue = inject("$evalDefaultValue"), callGridClickEvents = inject("$callGridClickEvents"), ElMessageBox = inject("$ElMessageBox"), addOnActivatedFun = inject("$addOnActivatedFun"), debounce = inject("$debounce"), router = inject("$router"), $externalFun = inject("$externalFun"), beginEdit = inject("$beginEdit"), route = useRoute(), $components = inject("$components"), $componentsPath = inject("$componentsPath"), executeFun = inject("$executeFun"), isActivatedFun = inject("$isActivatedFun");
|
|
8563
8563
|
let gridData = useVModel$1(props, "gridData", emit), rowIndex = ref(0), isImport = ref(!1), importUrl = ref(`${(axios == null ? void 0 : axios.baseUrl) || ""}/window/import`), importBtnId = ref(""), uploadConfig = ref({
|
|
8564
8564
|
show: !1,
|
|
8565
8565
|
dataId: "",
|
|
@@ -10495,7 +10495,7 @@ const windowGrid_vue_vue_type_style_index_0_scoped_8d5ece18_lang = "", _withScop
|
|
|
10495
10495
|
]);
|
|
10496
10496
|
};
|
|
10497
10497
|
}
|
|
10498
|
-
}, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-
|
|
10498
|
+
}, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-268fd076"]]);
|
|
10499
10499
|
WindowGrid.name = "slw-window-grid";
|
|
10500
10500
|
WindowGrid.install = (H) => {
|
|
10501
10501
|
H.component(WindowGrid.name, WindowGrid);
|
|
@@ -44459,7 +44459,7 @@ var js = js$1.exports;
|
|
|
44459
44459
|
})(H);
|
|
44460
44460
|
})(js$1);
|
|
44461
44461
|
var jsExports = js$1.exports;
|
|
44462
|
-
const index$o = /* @__PURE__ */ getDefaultExportFromCjs(jsExports),
|
|
44462
|
+
const index$o = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_vue_vue_type_style_index_0_scoped_2ce5692c_lang = "", _withScopeId$7 = (H) => (pushScopeId("data-v-2ce5692c"), H = H(), popScopeId(), H), _hoisted_1$l0 = { class: "slw-window-form" }, _hoisted_2$kX = {
|
|
44463
44463
|
key: 0,
|
|
44464
44464
|
class: "form-title"
|
|
44465
44465
|
}, _hoisted_3$hX = ["onClick"], _hoisted_4$ax = ["onClick"], _hoisted_5$4X = ["onClick"], _hoisted_6$20 = ["onClick"], _hoisted_7$13 = ["onClick"], _sfc_main$c = {
|
|
@@ -44475,7 +44475,7 @@ const index$o = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_v
|
|
|
44475
44475
|
"update:formConfig"
|
|
44476
44476
|
],
|
|
44477
44477
|
setup(__props, { expose: __expose, emit: emits }) {
|
|
44478
|
-
const props = __props, axios = inject("$axios"), hiprint = inject("$hiprint"), serverPrint = inject("$serverPrint"), showPreView = inject("$showPreView"), showPreViewClose = inject("$showPreViewClose"), preViewCloseCallback = inject("$preViewCloseCallback"), $Modal = inject("$modal"), $qs = inject("$qs"), $ElMessage = inject("$ElMessage"), $vxeMessage = inject("$vxeMessage"), base64Encode = inject("$base64Encode"), base64Decode = inject("$base64Decode"), $vxeConfirm = inject("$vxeConfirm"), $T = inject("$t"), openModal = inject("$openModal"), closeModal = inject("$closeModal"), focusInput = inject("$focusInput"), evalDefaultValue = inject("$evalDefaultValue");
|
|
44478
|
+
const props = __props, axios = inject("$axios"), hiprint = inject("$hiprint"), silentHiprint = inject("$silentHiprint"), serverPrint = inject("$serverPrint"), showPreView = inject("$showPreView"), showPreViewClose = inject("$showPreViewClose"), preViewCloseCallback = inject("$preViewCloseCallback"), $Modal = inject("$modal"), $qs = inject("$qs"), $ElMessage = inject("$ElMessage"), $vxeMessage = inject("$vxeMessage"), base64Encode = inject("$base64Encode"), base64Decode = inject("$base64Decode"), $vxeConfirm = inject("$vxeConfirm"), $T = inject("$t"), openModal = inject("$openModal"), closeModal = inject("$closeModal"), focusInput = inject("$focusInput"), evalDefaultValue = inject("$evalDefaultValue");
|
|
44479
44479
|
let regionMap = inject("$regionMap");
|
|
44480
44480
|
const ElMessageBox = inject("$ElMessageBox"), addOnActivatedFun = inject("$addOnActivatedFun"), debounce = inject("$debounce"), router = inject("$router"), $externalFun = inject("$externalFun"), route = useRoute(), $components = inject("$components"), $componentsPath = inject("$componentsPath"), executeFun = inject("$executeFun"), $VXETableConfig = inject("$VXETableConfig"), isActivatedFun = inject("$isActivatedFun");
|
|
44481
44481
|
let formConfig = useVModel$1(props, "formConfig", emits), gridData = ref(formConfig.value), formData = ref({}), fieldColumnMap = ref({}), formDataClone = ref({}), formLoading = ref(!1), queryTimeout = ref(null);
|
|
@@ -45491,7 +45491,7 @@ const index$o = /* @__PURE__ */ getDefaultExportFromCjs(jsExports), windowForm_v
|
|
|
45491
45491
|
]);
|
|
45492
45492
|
};
|
|
45493
45493
|
}
|
|
45494
|
-
}, WindowForm = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-
|
|
45494
|
+
}, WindowForm = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-2ce5692c"]]);
|
|
45495
45495
|
WindowForm.name = "slw-window-form";
|
|
45496
45496
|
WindowForm.install = (H) => {
|
|
45497
45497
|
H.component(WindowForm.name, WindowForm);
|
|
@@ -62635,7 +62635,7 @@ const windowDesigner_vue_vue_type_style_index_0_scoped_a3ebe962_lang = "", _with
|
|
|
62635
62635
|
emits: ["update:type", "update:rootLayout", "update:viewData", "update:rowData"],
|
|
62636
62636
|
setup(H, { emit: Q }) {
|
|
62637
62637
|
const Z = H, X = defineAsyncComponent(
|
|
62638
|
-
() => import("./index-
|
|
62638
|
+
() => import("./index-4ff441d9.js")
|
|
62639
62639
|
);
|
|
62640
62640
|
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);
|
|
62641
62641
|
re.value = createDesigner();
|
|
@@ -62720,7 +62720,7 @@ WindowDesigner.name = "slw-window-designer";
|
|
|
62720
62720
|
WindowDesigner.install = (H) => {
|
|
62721
62721
|
H.component(WindowDesigner.name, WindowDesigner);
|
|
62722
62722
|
};
|
|
62723
|
-
const
|
|
62723
|
+
const windowIndex_vue_vue_type_style_index_0_scoped_3bef9163_lang = "", _withScopeId = (H) => (pushScopeId("data-v-3bef9163"), H = H(), popScopeId(), H), _hoisted_1$kR = { class: "slw-config-window-container" }, _hoisted_2$kQ = { class: "child-table-p" }, _sfc_main$1 = {
|
|
62724
62724
|
__name: "window-index",
|
|
62725
62725
|
props: {
|
|
62726
62726
|
windowId: {
|
|
@@ -62739,7 +62739,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_b74f4e49_lang = "", _withSco
|
|
|
62739
62739
|
},
|
|
62740
62740
|
emits: ["update:queryParams", "on-load-success", "close"],
|
|
62741
62741
|
setup(__props, { emit }) {
|
|
62742
|
-
const props = __props, axios = inject("$axios"), $components = inject("$components"), $componentsPath = inject("$componentsPath"), $Modal = inject("$modal"), $ElMessage = inject("$ElMessage"), $qs = inject("$qs"), hiprint = inject("$hiprint", ""), serverPrint = inject("$serverPrint", ""), $vxeMessage = inject("$vxeMessage"), $vxeConfirm = inject("$vxeConfirm"), $crypto = inject("$crypto"), base64Encode = inject("$base64Encode"), base64Decode = inject("$base64Decode"), $T = inject("$t"), $VXETableConfig = inject("$VXETableConfig"), $externalFun = inject("$externalFun");
|
|
62742
|
+
const props = __props, axios = inject("$axios"), $components = inject("$components"), $componentsPath = inject("$componentsPath"), $Modal = inject("$modal"), $ElMessage = inject("$ElMessage"), $qs = inject("$qs"), hiprint = inject("$hiprint", ""), silentHiprint = inject("$silentHiprint", ""), serverPrint = inject("$serverPrint", ""), $vxeMessage = inject("$vxeMessage"), $vxeConfirm = inject("$vxeConfirm"), $crypto = inject("$crypto"), base64Encode = inject("$base64Encode"), base64Decode = inject("$base64Decode"), $T = inject("$t"), $VXETableConfig = inject("$VXETableConfig"), $externalFun = inject("$externalFun");
|
|
62743
62743
|
let queryParams = useVModel$1(props, "queryParams", emit);
|
|
62744
62744
|
const xModal = ref();
|
|
62745
62745
|
let menuName = ref(""), rootLayout = ref({}), layoutHeight = ref(0), formConfig = ref({}), formRules = ref({}), regionIdRegionMap = ref({}), layoutIdRegionMap = ref({}), parentLayoutIdLayoutMap = ref({}), preViewShow = ref(!1), preViewLoading = ref(!1), preViewFooterShow = ref(!1), editModalLoading = ref(!1), preWindowId = ref(""), preWindowName = ref(""), preQueryParams = ref(null), preViewSubmitFun = ref(null), preViewCloseFun = ref(null), preViewWidth = ref(null), preViewHeight = ref(null), preViewCode = ref(""), componentModalData = ref({}), componentModalTitle = ref(""), isAutoSave = ref(!1), saveDataBtnLoading = ref(!1), preModalData = ref({}), preModalTitle = ref(""), regionMap = ref({}), preRegionMap;
|
|
@@ -63953,7 +63953,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_b74f4e49_lang = "", _withSco
|
|
|
63953
63953
|
]);
|
|
63954
63954
|
};
|
|
63955
63955
|
}
|
|
63956
|
-
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
63956
|
+
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-3bef9163"]]);
|
|
63957
63957
|
WindowIndex.name = "slw-window-index";
|
|
63958
63958
|
WindowIndex.install = (H) => {
|
|
63959
63959
|
H.component(WindowIndex.name, WindowIndex);
|
|
@@ -147775,7 +147775,7 @@ function reConsole() {
|
|
|
147775
147775
|
}
|
|
147776
147776
|
}
|
|
147777
147777
|
console.info(
|
|
147778
|
-
`%cSLW %cVer 0.10.
|
|
147778
|
+
`%cSLW %cVer 0.10.10%c
|
|
147779
147779
|
%c指引文档:%chttp://slwdoc.js.sforcecon.com:5900/%c
|
|
147780
147780
|
%c启光文档:%chttp://docs.js.sforcecon.com:5900/notepad/view/592`,
|
|
147781
147781
|
"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-3eda84bd.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
const I = {
|
|
5
5
|
computed: {},
|
package/lib/index.js
CHANGED