slw 1.0.0-rc.1.23 → 1.0.0-rc.1.25
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.
|
@@ -8283,12 +8283,12 @@ function useWindowSize$1(G = {}) {
|
|
|
8283
8283
|
}
|
|
8284
8284
|
return { width: ee, height: te };
|
|
8285
8285
|
}
|
|
8286
|
-
const
|
|
8286
|
+
const pictureUpload_vue_vue_type_style_index_0_scoped_d902c294_lang = "", _export_sfc = (G, H) => {
|
|
8287
8287
|
const X = G.__vccOpts || G;
|
|
8288
8288
|
for (const [Q, K] of H)
|
|
8289
8289
|
X[Q] = K;
|
|
8290
8290
|
return X;
|
|
8291
|
-
}, _withScopeId$b = (G) => (pushScopeId("data-v-
|
|
8291
|
+
}, _withScopeId$b = (G) => (pushScopeId("data-v-d902c294"), G = G(), popScopeId(), G), _hoisted_1$l5 = { class: "upload-list-box" }, _hoisted_2$k$ = {
|
|
8292
8292
|
key: 0,
|
|
8293
8293
|
class: "thumbnail"
|
|
8294
8294
|
}, _hoisted_3$h$ = { class: "el-upload-list__item-actions" }, _hoisted_4$aB = ["onClick"], _hoisted_5$4$ = {
|
|
@@ -8322,115 +8322,118 @@ const pictureUpload_vue_vue_type_style_index_0_scoped_bf7cf9d8_lang = "", _expor
|
|
|
8322
8322
|
setup(G, { emit: H }) {
|
|
8323
8323
|
const X = G, Q = inject("$httpHeaders"), K = inject("$vxeMessage"), Z = inject("$axios"), ee = inject("$qs"), te = inject("$t"), ne = inject("$vxeConfirm");
|
|
8324
8324
|
let re = ref$2(`${(Z == null ? void 0 : Z.baseUrl) || ""}/dataFile/upload/`), oe = "/dataFile/list/", ae = "/dataFile/delete/", se = `${(Z == null ? void 0 : Z.baseUrl) || ""}/dataFile/inline/`, le = ref$2([]), ce = useVModel$1(X, "filePreviewList", H), de = useVModel$1(X, "fileFormData", H), ue = ref$2({ dataId: "", columnId: "" }), he = ref$2(!1);
|
|
8325
|
-
const fe = ref$2(), pe =
|
|
8326
|
-
|
|
8327
|
-
|
|
8328
|
-
|
|
8329
|
-
|
|
8330
|
-
|
|
8331
|
-
|
|
8332
|
-
|
|
8333
|
-
|
|
8334
|
-
|
|
8335
|
-
|
|
8325
|
+
const fe = ref$2(), pe = ref$2(), me = computed(() => !X.uploadConfig.isHavePicUploadBtn || X.uploadConfig.openType == "view"), ge = computed(() => {
|
|
8326
|
+
var Ee, De;
|
|
8327
|
+
return !((Ee = X.colProps) != null && Ee.readonly || (De = X.colProps) != null && De.disabled || X.uploadConfig.openType == "view");
|
|
8328
|
+
}), ve = ref$2({}), $e = (Ee, De) => {
|
|
8329
|
+
Ee && (ve.value[`Img_Ref_${De}`] = Ee);
|
|
8330
|
+
}, Ce = (Ee) => {
|
|
8331
|
+
ne(te("确定删除?"), void 0, { zIndex: 3e3 }).then((De) => {
|
|
8332
|
+
De === "confirm" && Z.post(`${ae}${Ee.id}`).then((_e) => {
|
|
8333
|
+
if (_e.data.result) {
|
|
8334
|
+
let ye = ce.value.findIndex((xe) => xe.id == Ee.id);
|
|
8335
|
+
ce.value.splice(ye, 1), le.value[0].id == Ee.id && (le.value = ce.value.slice(-1), le.value[0] && nextTick(() => {
|
|
8336
|
+
Pe(fe.value, le.value[0].url);
|
|
8337
|
+
})), pe.value.next(), K({
|
|
8338
|
+
content: _e.data.msg,
|
|
8336
8339
|
status: "success",
|
|
8337
8340
|
zIndex: 3e3
|
|
8338
8341
|
});
|
|
8339
8342
|
}
|
|
8340
8343
|
});
|
|
8341
8344
|
});
|
|
8342
|
-
},
|
|
8343
|
-
ne(te("确定下载?"), void 0, { zIndex: 3e3 }).then((
|
|
8344
|
-
|
|
8345
|
+
}, ke = (Ee) => {
|
|
8346
|
+
ne(te("确定下载?"), void 0, { zIndex: 3e3 }).then((De) => {
|
|
8347
|
+
De === "confirm" && Z.post(`/dataFile/download/${Ee.id}`).then((_e) => {
|
|
8345
8348
|
K({
|
|
8346
|
-
content:
|
|
8349
|
+
content: _e.data.msg,
|
|
8347
8350
|
status: "success",
|
|
8348
8351
|
zIndex: 3e3
|
|
8349
8352
|
});
|
|
8350
8353
|
});
|
|
8351
8354
|
});
|
|
8352
|
-
},
|
|
8353
|
-
if (
|
|
8355
|
+
}, be = (Ee, De) => {
|
|
8356
|
+
if (Ee.result)
|
|
8354
8357
|
ce.value.push({
|
|
8355
|
-
id:
|
|
8356
|
-
name:
|
|
8357
|
-
url: `${se}${
|
|
8358
|
+
id: Ee.id,
|
|
8359
|
+
name: De.name,
|
|
8360
|
+
url: `${se}${Ee.id}`
|
|
8358
8361
|
}), le.value = ce.value.slice(-1), nextTick(() => {
|
|
8359
|
-
|
|
8362
|
+
Pe(fe.value, le.value[0].url);
|
|
8360
8363
|
}), K({
|
|
8361
|
-
content:
|
|
8364
|
+
content: Ee.msg,
|
|
8362
8365
|
status: "success",
|
|
8363
8366
|
zIndex: 3e3
|
|
8364
8367
|
});
|
|
8365
8368
|
else {
|
|
8366
|
-
let
|
|
8367
|
-
|
|
8368
|
-
content:
|
|
8369
|
+
let _e = le.value.findIndex((ye) => ye.uid == De.uid);
|
|
8370
|
+
_e >= 0 && le.value.splice(_e, 1), K({
|
|
8371
|
+
content: Ee.msg,
|
|
8369
8372
|
status: "error",
|
|
8370
8373
|
zIndex: 3e3
|
|
8371
8374
|
});
|
|
8372
8375
|
}
|
|
8373
|
-
},
|
|
8374
|
-
le.value = [], ce.value = [], Z.post(oe).then(async (
|
|
8375
|
-
if (
|
|
8376
|
-
for (let
|
|
8377
|
-
let
|
|
8378
|
-
(!X.fieldId &&
|
|
8379
|
-
id:
|
|
8380
|
-
name:
|
|
8381
|
-
columnName:
|
|
8382
|
-
url: `${se}${
|
|
8376
|
+
}, Me = () => {
|
|
8377
|
+
le.value = [], ce.value = [], Z.post(oe).then(async (Ee) => {
|
|
8378
|
+
if (Ee.data.result && Ee.data.list.length > 0) {
|
|
8379
|
+
for (let De of Ee.data.list) {
|
|
8380
|
+
let _e = ["jpg", "png"].includes(De.type.toLocaleLowerCase());
|
|
8381
|
+
(!X.fieldId && _e || De.columnName == X.field.toLowerCase() && _e) && ce.value.push({
|
|
8382
|
+
id: De.id,
|
|
8383
|
+
name: De.name,
|
|
8384
|
+
columnName: De.columnName,
|
|
8385
|
+
url: `${se}${De.id}`
|
|
8383
8386
|
});
|
|
8384
8387
|
}
|
|
8385
8388
|
ce.value.length > 0 && (le.value = ce.value.slice(-1), nextTick(() => {
|
|
8386
|
-
|
|
8389
|
+
Pe(fe.value, le.value[0].url);
|
|
8387
8390
|
}));
|
|
8388
8391
|
}
|
|
8389
8392
|
});
|
|
8390
|
-
},
|
|
8391
|
-
let
|
|
8392
|
-
|
|
8393
|
-
|
|
8394
|
-
URL.revokeObjectURL(
|
|
8393
|
+
}, Pe = (Ee, De) => {
|
|
8394
|
+
let _e = new XMLHttpRequest();
|
|
8395
|
+
_e.responseType = "blob", _e.open("get", De, !0), _e.setRequestHeader("saToken", Q().saToken), _e.setRequestHeader("TOKEN", Q().TOKEN), _e.onreadystatechange = (ye) => {
|
|
8396
|
+
_e.readyState == XMLHttpRequest.DONE && _e.status == 200 && (Ee.src = URL.createObjectURL(_e.response), Ee.onload = () => {
|
|
8397
|
+
URL.revokeObjectURL(Ee.src);
|
|
8395
8398
|
});
|
|
8396
|
-
},
|
|
8397
|
-
},
|
|
8399
|
+
}, _e.send(null);
|
|
8400
|
+
}, Se = () => {
|
|
8398
8401
|
he.value = !0, nextTick(() => {
|
|
8399
|
-
ce.value.forEach((
|
|
8400
|
-
let
|
|
8401
|
-
|
|
8402
|
+
ce.value.forEach((Ee) => {
|
|
8403
|
+
let De = ve.value[`Img_Ref_${Ee.id}`];
|
|
8404
|
+
Pe(De, Ee.url);
|
|
8402
8405
|
});
|
|
8403
8406
|
});
|
|
8404
8407
|
};
|
|
8405
8408
|
return watch(
|
|
8406
8409
|
() => ce.value,
|
|
8407
|
-
(
|
|
8408
|
-
de.value =
|
|
8410
|
+
(Ee) => {
|
|
8411
|
+
de.value = Ee.map((De) => De.id);
|
|
8409
8412
|
},
|
|
8410
8413
|
{ deep: !0, immediate: !0 }
|
|
8411
8414
|
), watch(
|
|
8412
8415
|
() => X.uploadConfig,
|
|
8413
|
-
(
|
|
8414
|
-
var
|
|
8415
|
-
|
|
8416
|
+
(Ee) => {
|
|
8417
|
+
var De, _e, ye, xe;
|
|
8418
|
+
Ee.config && (re.value = `${(Z == null ? void 0 : Z.baseUrl) || ""}${(De = Ee.config) == null ? void 0 : De.uploadAction}`, oe = (_e = Ee.config) == null ? void 0 : _e.listAction, ae = (ye = Ee.config) == null ? void 0 : ye.deleteAction, se = `${(Z == null ? void 0 : Z.baseUrl) || ""}${(xe = Ee.config) == null ? void 0 : xe.inlineAction}`, ue.value = Object.assign(ue.value, Ee.config.uploadData || {})), oe += `${X.uploadConfig.regionId}/${X.uploadConfig.dataId}`, re.value += Ee.regionId, X.fieldId && (ue.value.columnId = X.fieldId), Ee.dataId && (ue.value.dataId = Ee.dataId, Me());
|
|
8416
8419
|
},
|
|
8417
8420
|
{ deep: !0, immediate: !0 }
|
|
8418
|
-
), (
|
|
8419
|
-
const
|
|
8421
|
+
), (Ee, De) => {
|
|
8422
|
+
const _e = resolveComponent("Add"), ye = resolveComponent("el-icon"), xe = resolveComponent("SearchOutline"), we = resolveComponent("TrashOutline"), Oe = resolveComponent("el-upload"), Te = resolveComponent("el-carousel-item"), Ne = resolveComponent("el-carousel"), Ve = resolveComponent("el-dialog");
|
|
8420
8423
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
8421
|
-
createVNode$1(
|
|
8424
|
+
createVNode$1(Oe, {
|
|
8422
8425
|
"file-list": unref(le),
|
|
8423
|
-
"onUpdate:fileList":
|
|
8426
|
+
"onUpdate:fileList": De[0] || (De[0] = (Re) => isRef(le) ? le.value = Re : le = Re),
|
|
8424
8427
|
action: unref(re),
|
|
8425
8428
|
headers: unref(Q)(),
|
|
8426
8429
|
accept: ".jpg,.png,.jpeg",
|
|
8427
8430
|
data: unref(ue),
|
|
8428
8431
|
"list-type": "picture-card",
|
|
8429
|
-
class: normalizeClass({ disabledUpload:
|
|
8430
|
-
"on-success":
|
|
8431
|
-
"on-remove":
|
|
8432
|
+
class: normalizeClass({ disabledUpload: me.value }),
|
|
8433
|
+
"on-success": be,
|
|
8434
|
+
"on-remove": Ce
|
|
8432
8435
|
}, {
|
|
8433
|
-
file: withCtx(({ file:
|
|
8436
|
+
file: withCtx(({ file: Re }) => [
|
|
8434
8437
|
createElementVNode("div", _hoisted_1$l5, [
|
|
8435
8438
|
createElementVNode("img", {
|
|
8436
8439
|
ref_key: "Img_Ref",
|
|
@@ -8442,23 +8445,23 @@ const pictureUpload_vue_vue_type_style_index_0_scoped_bf7cf9d8_lang = "", _expor
|
|
|
8442
8445
|
createElementVNode("span", _hoisted_3$h$, [
|
|
8443
8446
|
createElementVNode("span", {
|
|
8444
8447
|
class: "el-upload-list__item-preview",
|
|
8445
|
-
onClick:
|
|
8448
|
+
onClick: Se
|
|
8446
8449
|
}, [
|
|
8447
|
-
createVNode$1(
|
|
8450
|
+
createVNode$1(ye, null, {
|
|
8448
8451
|
default: withCtx(() => [
|
|
8449
|
-
createVNode$1(
|
|
8452
|
+
createVNode$1(xe)
|
|
8450
8453
|
]),
|
|
8451
8454
|
_: 1
|
|
8452
8455
|
})
|
|
8453
8456
|
]),
|
|
8454
|
-
unref(ce).length == 1 &&
|
|
8457
|
+
unref(ce).length == 1 && ge.value ? (openBlock(), createElementBlock("span", {
|
|
8455
8458
|
key: 0,
|
|
8456
8459
|
class: "el-upload-list__item-delete",
|
|
8457
|
-
onClick: (
|
|
8460
|
+
onClick: (Fe) => Ce(Re)
|
|
8458
8461
|
}, [
|
|
8459
|
-
createVNode$1(
|
|
8462
|
+
createVNode$1(ye, null, {
|
|
8460
8463
|
default: withCtx(() => [
|
|
8461
|
-
createVNode$1(
|
|
8464
|
+
createVNode$1(we)
|
|
8462
8465
|
]),
|
|
8463
8466
|
_: 1
|
|
8464
8467
|
})
|
|
@@ -8467,22 +8470,24 @@ const pictureUpload_vue_vue_type_style_index_0_scoped_bf7cf9d8_lang = "", _expor
|
|
|
8467
8470
|
])
|
|
8468
8471
|
]),
|
|
8469
8472
|
default: withCtx(() => [
|
|
8470
|
-
createVNode$1(
|
|
8473
|
+
createVNode$1(ye, null, {
|
|
8471
8474
|
default: withCtx(() => [
|
|
8472
|
-
createVNode$1(
|
|
8475
|
+
createVNode$1(_e)
|
|
8473
8476
|
]),
|
|
8474
8477
|
_: 1
|
|
8475
8478
|
})
|
|
8476
8479
|
]),
|
|
8477
8480
|
_: 1
|
|
8478
8481
|
}, 8, ["file-list", "action", "headers", "accept", "data", "class"]),
|
|
8479
|
-
createVNode$1(
|
|
8482
|
+
createVNode$1(Ve, {
|
|
8480
8483
|
modelValue: unref(he),
|
|
8481
|
-
"onUpdate:modelValue":
|
|
8484
|
+
"onUpdate:modelValue": De[1] || (De[1] = (Re) => isRef(he) ? he.value = Re : he = Re),
|
|
8482
8485
|
title: unref(te)("图片预览")
|
|
8483
8486
|
}, {
|
|
8484
8487
|
default: withCtx(() => [
|
|
8485
|
-
createVNode$1(
|
|
8488
|
+
createVNode$1(Ne, {
|
|
8489
|
+
ref_key: "previewImgCarousel",
|
|
8490
|
+
ref: pe,
|
|
8486
8491
|
class: "Preview-Img-box",
|
|
8487
8492
|
type: "card",
|
|
8488
8493
|
autoplay: !1,
|
|
@@ -8490,24 +8495,24 @@ const pictureUpload_vue_vue_type_style_index_0_scoped_bf7cf9d8_lang = "", _expor
|
|
|
8490
8495
|
height: "45vh"
|
|
8491
8496
|
}, {
|
|
8492
8497
|
default: withCtx(() => [
|
|
8493
|
-
(openBlock(!0), createElementBlock(Fragment, null, renderList(unref(ce), (
|
|
8494
|
-
key:
|
|
8498
|
+
(openBlock(!0), createElementBlock(Fragment, null, renderList(unref(ce), (Re) => (openBlock(), createBlock(Te, {
|
|
8499
|
+
key: Re.id
|
|
8495
8500
|
}, {
|
|
8496
8501
|
default: withCtx(() => [
|
|
8497
8502
|
createElementVNode("img", {
|
|
8498
8503
|
ref_for: !0,
|
|
8499
|
-
ref: (
|
|
8504
|
+
ref: (Fe) => $e(Fe, Re.id),
|
|
8500
8505
|
style: { "max-height": "100%", "max-width": "100%" },
|
|
8501
8506
|
alt: "Preview Image"
|
|
8502
8507
|
}, null, 512),
|
|
8503
|
-
|
|
8508
|
+
ge.value ? (openBlock(), createElementBlock("span", _hoisted_5$4$, [
|
|
8504
8509
|
createElementVNode("span", {
|
|
8505
8510
|
class: "preview-img-list__item-delete",
|
|
8506
|
-
onClick: (
|
|
8511
|
+
onClick: (Fe) => Ce(Re)
|
|
8507
8512
|
}, [
|
|
8508
|
-
createVNode$1(
|
|
8513
|
+
createVNode$1(ye, null, {
|
|
8509
8514
|
default: withCtx(() => [
|
|
8510
|
-
createVNode$1(
|
|
8515
|
+
createVNode$1(we)
|
|
8511
8516
|
]),
|
|
8512
8517
|
_: 1
|
|
8513
8518
|
})
|
|
@@ -8518,14 +8523,14 @@ const pictureUpload_vue_vue_type_style_index_0_scoped_bf7cf9d8_lang = "", _expor
|
|
|
8518
8523
|
}, 1024))), 128))
|
|
8519
8524
|
]),
|
|
8520
8525
|
_: 1
|
|
8521
|
-
})
|
|
8526
|
+
}, 512)
|
|
8522
8527
|
]),
|
|
8523
8528
|
_: 1
|
|
8524
8529
|
}, 8, ["modelValue", "title"])
|
|
8525
8530
|
], 64);
|
|
8526
8531
|
};
|
|
8527
8532
|
}
|
|
8528
|
-
}, PictureUpload = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-
|
|
8533
|
+
}, PictureUpload = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-d902c294"]]);
|
|
8529
8534
|
PictureUpload.name = "slw-picture-upload";
|
|
8530
8535
|
PictureUpload.install = (G) => {
|
|
8531
8536
|
G.component(PictureUpload.name, PictureUpload);
|
|
@@ -53275,7 +53280,7 @@ WindowCharts.name = "slw-window-charts";
|
|
|
53275
53280
|
WindowCharts.install = (G) => {
|
|
53276
53281
|
G.component(WindowCharts.name, WindowCharts);
|
|
53277
53282
|
};
|
|
53278
|
-
const
|
|
53283
|
+
const windowGrid_vue_vue_type_style_index_0_scoped_82b3e5a2_lang = "", _withScopeId$9 = (G) => (pushScopeId("data-v-82b3e5a2"), G = G(), popScopeId(), G), _hoisted_1$l3 = {
|
|
53279
53284
|
class: "slw-window-grid-container",
|
|
53280
53285
|
style: { height: "100%" }
|
|
53281
53286
|
}, _hoisted_2$k_ = /* @__PURE__ */ _withScopeId$9(() => /* @__PURE__ */ createElementVNode("span", { class: "vxe-table--cell-main-area" }, null, -1)), _hoisted_3$h_ = /* @__PURE__ */ _withScopeId$9(() => /* @__PURE__ */ createElementVNode("span", { class: "vxe-table--cell-active-area" }, null, -1)), _hoisted_4$aA = /* @__PURE__ */ _withScopeId$9(() => /* @__PURE__ */ createElementVNode("span", { class: "vxe-table--cell-copy-area" }, null, -1)), _hoisted_5$4_ = [
|
|
@@ -53861,7 +53866,7 @@ const windowGrid_vue_vue_type_style_index_0_scoped_df90f042_lang = "", _withScop
|
|
|
53861
53866
|
}, gridData.value.rowConfig.keyField && getSelectRecord() && (uploadData.value[gridData.value.rowConfig.keyField] = getSelectRecord()[gridData.value.rowConfig.keyField]), gridData.value.params.parentRowId && (uploadData.value[gridData.value.params.parentRowId] = gridData.value.params.parentRowIdValue);
|
|
53862
53867
|
break;
|
|
53863
53868
|
case "EXPORT":
|
|
53864
|
-
exportData();
|
|
53869
|
+
await exportData();
|
|
53865
53870
|
break;
|
|
53866
53871
|
case "SUBMIT":
|
|
53867
53872
|
gridData.value.type === "EDIT_GRID" ? $vxeConfirm($T("确定批量保存?"), void 0, { zIndex: 3e3 }).then((ne) => {
|
|
@@ -54186,7 +54191,12 @@ const windowGrid_vue_vue_type_style_index_0_scoped_df90f042_lang = "", _withScop
|
|
|
54186
54191
|
}, exportData = async (G) => {
|
|
54187
54192
|
if (exportButton.value) {
|
|
54188
54193
|
const H = Object.assign({ _button_id: exportButton.value._button_id }, gridData.value.params.queryFormData);
|
|
54189
|
-
gridData.value.params.parentRowId && (H[gridData.value.params.parentRowId] = gridData.value.params.parentRowIdValue)
|
|
54194
|
+
gridData.value.params.parentRowId && (H[gridData.value.params.parentRowId] = gridData.value.params.parentRowIdValue);
|
|
54195
|
+
try {
|
|
54196
|
+
await axios.export("/window/export?data=" + base64Encode(JSON.stringify(H)), {}, G);
|
|
54197
|
+
} catch (X) {
|
|
54198
|
+
console.error(X);
|
|
54199
|
+
}
|
|
54190
54200
|
} else
|
|
54191
54201
|
$message.error($T("您没有导出数据权限!"));
|
|
54192
54202
|
}, search = (G) => {
|
|
@@ -55449,7 +55459,7 @@ const windowGrid_vue_vue_type_style_index_0_scoped_df90f042_lang = "", _withScop
|
|
|
55449
55459
|
]);
|
|
55450
55460
|
};
|
|
55451
55461
|
}
|
|
55452
|
-
}, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-
|
|
55462
|
+
}, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-82b3e5a2"]]);
|
|
55453
55463
|
WindowGrid.name = "slw-window-grid";
|
|
55454
55464
|
WindowGrid.install = (G) => {
|
|
55455
55465
|
G.component(WindowGrid.name, WindowGrid);
|
|
@@ -92071,7 +92081,7 @@ const windowDesigner_vue_vue_type_style_index_0_scoped_a3ebe962_lang = "", _with
|
|
|
92071
92081
|
emits: ["update:type", "update:rootLayout", "update:viewData", "update:rowData"],
|
|
92072
92082
|
setup(G, { emit: H }) {
|
|
92073
92083
|
const X = G, Q = defineAsyncComponent(
|
|
92074
|
-
() => import("./index-
|
|
92084
|
+
() => import("./index-a8110b2b.js")
|
|
92075
92085
|
);
|
|
92076
92086
|
let K = useVModel(X, "type", H), Z = useVModel(X, "rootLayout", H), ee = useVModel(X, "viewData", H), te = useVModel(X, "rowData", H), ne = ref$2(0), re = ref$2(null);
|
|
92077
92087
|
re.value = createDesigner();
|
|
@@ -224857,7 +224867,7 @@ function reConsole() {
|
|
|
224857
224867
|
}
|
|
224858
224868
|
}
|
|
224859
224869
|
console.info(
|
|
224860
|
-
`%cSLW %cVer 1.0.0-rc.1.
|
|
224870
|
+
`%cSLW %cVer 1.0.0-rc.1.25%c
|
|
224861
224871
|
%c指引文档:%chttp://slwdoc.js.sforcecon.com:5900/%c
|
|
224862
224872
|
%c启光文档:%chttp://docs.js.sforcecon.com:5900/view`,
|
|
224863
224873
|
"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-5e5e5b6a.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
const I = {
|
|
5
5
|
computed: {},
|
package/lib/index.js
CHANGED