qsyx-element 1.0.15 → 1.0.16
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.
package/dist/es/index.js
CHANGED
|
@@ -12,7 +12,7 @@ import { defineComponent as h, ref as g, computed as Z, openBlock as v, createEl
|
|
|
12
12
|
import { N as ae, O as se, Q as le, R as ie } from "./vendor-DVd1Om2h.js";
|
|
13
13
|
import { Q as ue } from "./exportExcel-CTaQhJoB.js";
|
|
14
14
|
import { Q as ce } from "./imToText-BzfZwdIm.js";
|
|
15
|
-
import { Q as de } from "./onlineExcel-
|
|
15
|
+
import { Q as de } from "./onlineExcel-Det1339o.js";
|
|
16
16
|
const Ye = i(M), Ze = i(T), eo = i(I), oo = i(V), to = i(H), no = i(R), ro = i(j), ao = i(A), fe = { class: "markdown-app" }, me = ["innerHTML"], pe = /* @__PURE__ */ h({
|
|
17
17
|
name: "QsyxMarkDownText",
|
|
18
18
|
__name: "index",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref as
|
|
1
|
+
import { ref as y, onMounted as S, openBlock as g, createElementBlock as b, Fragment as k, createElementVNode as p, withDirectives as w, renderList as T, toDisplayString as A, vModelSelect as _, vShow as j } from "vue";
|
|
2
2
|
import { D as B, G as O, L as D } from "./vendor-DVd1Om2h.js";
|
|
3
3
|
import { _ as L } from "./Form-B95vx78W.js";
|
|
4
4
|
import { w as M } from "./utils-DOtOkkjL.js";
|
|
@@ -220,7 +220,7 @@ function U(t) {
|
|
|
220
220
|
function C(t) {
|
|
221
221
|
return U(t) === "Function";
|
|
222
222
|
}
|
|
223
|
-
const W = { style: { position: "absolute", top: "
|
|
223
|
+
const W = { style: { position: "absolute", top: "50px" } }, G = ["value"], K = { id: "tip" }, $ = /* @__PURE__ */ Object.assign({
|
|
224
224
|
name: "QsyxOnlineExcel"
|
|
225
225
|
}, {
|
|
226
226
|
__name: "index",
|
|
@@ -233,7 +233,7 @@ const W = { style: { position: "absolute", top: "0" } }, G = ["value"], K = { id
|
|
|
233
233
|
}
|
|
234
234
|
},
|
|
235
235
|
setup(t) {
|
|
236
|
-
const s =
|
|
236
|
+
const s = y(!1), r = y(""), o = y({}), e = y([
|
|
237
237
|
{ text: "Money Manager.xlsx", value: "https://minio.cnbabylon.com/public/luckysheet/money-manager-2.xlsx" },
|
|
238
238
|
{
|
|
239
239
|
text: "Activity costs tracker.xlsx",
|
|
@@ -313,7 +313,7 @@ const W = { style: { position: "absolute", top: "0" } }, G = ["value"], K = { id
|
|
|
313
313
|
}));
|
|
314
314
|
}, m = () => {
|
|
315
315
|
F(luckysheet.getAllSheets(), "下载");
|
|
316
|
-
}, x =
|
|
316
|
+
}, x = y(0);
|
|
317
317
|
return S(() => {
|
|
318
318
|
if (typeof window.ThirdPartyLib > "u") {
|
|
319
319
|
for (let l = 0; l < c.length; l++) {
|
|
@@ -332,18 +332,18 @@ const W = { style: { position: "absolute", top: "0" } }, G = ["value"], K = { id
|
|
|
332
332
|
}
|
|
333
333
|
}
|
|
334
334
|
}), (u, l) => (g(), b(k, null, [
|
|
335
|
-
|
|
336
|
-
|
|
335
|
+
p("div", W, [
|
|
336
|
+
p("input", {
|
|
337
337
|
id: "uploadBtn",
|
|
338
338
|
type: "file",
|
|
339
339
|
onChange: a
|
|
340
340
|
}, null, 32),
|
|
341
|
-
l[2] || (l[2] =
|
|
342
|
-
w(
|
|
341
|
+
l[2] || (l[2] = p("span", null, "Or Load remote xlsx file:", -1)),
|
|
342
|
+
w(p("select", {
|
|
343
343
|
"onUpdate:modelValue": l[0] || (l[0] = (i) => r.value = i),
|
|
344
344
|
onChange: h
|
|
345
345
|
}, [
|
|
346
|
-
l[1] || (l[1] =
|
|
346
|
+
l[1] || (l[1] = p("option", {
|
|
347
347
|
disabled: "",
|
|
348
348
|
value: ""
|
|
349
349
|
}, "Choose", -1)),
|
|
@@ -354,18 +354,18 @@ const W = { style: { position: "absolute", top: "0" } }, G = ["value"], K = { id
|
|
|
354
354
|
], 544), [
|
|
355
355
|
[_, r.value]
|
|
356
356
|
]),
|
|
357
|
-
|
|
357
|
+
p("a", {
|
|
358
358
|
href: "javascript:void(0)",
|
|
359
359
|
onClick: m
|
|
360
360
|
}, "Download source xlsx file")
|
|
361
361
|
]),
|
|
362
|
-
l[3] || (l[3] =
|
|
363
|
-
w(
|
|
362
|
+
l[3] || (l[3] = p("div", { id: "luckysheet" }, null, -1)),
|
|
363
|
+
w(p("div", K, "Downloading", 512), [
|
|
364
364
|
[j, s.value]
|
|
365
365
|
])
|
|
366
366
|
], 64));
|
|
367
367
|
}
|
|
368
|
-
}), q = /* @__PURE__ */ L($, [["__scopeId", "data-v-
|
|
368
|
+
}), q = /* @__PURE__ */ L($, [["__scopeId", "data-v-c4fe0bc5"]]), ne = M(q);
|
|
369
369
|
export {
|
|
370
370
|
ne as Q
|
|
371
371
|
};
|