@ningboyz/vue 1.0.67 → 1.0.68
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/es/index.js +14 -10
- package/es/node_modules/{.pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs → stimulsoft-reports-js-vuejs}/stimulsoft.reports.engine.js +1 -6
- package/es/node_modules/{.pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs → stimulsoft-reports-js-vuejs}/stimulsoft.viewer.js +1 -6
- package/es/stimulsoft/desginer/desginer.vue.js +26 -27
- package/es/stimulsoft/desginer/factory.js +5 -5
- package/es/stimulsoft/desginer/index.js +10 -6
- package/package.json +1 -1
- /package/es/node_modules/{.pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs → stimulsoft-reports-js-vuejs}/designer.js +0 -0
- /package/es/node_modules/{.pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs → stimulsoft-reports-js-vuejs}/stimulsoft.blockly.editor.js +0 -0
- /package/es/node_modules/{.pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs → stimulsoft-reports-js-vuejs}/stimulsoft.designer.js +0 -0
- /package/es/node_modules/{.pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs → stimulsoft-reports-js-vuejs}/stimulsoft.reports.chart.js +0 -0
- /package/es/node_modules/{.pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs → stimulsoft-reports-js-vuejs}/stimulsoft.reports.export.js +0 -0
- /package/es/node_modules/{.pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs → stimulsoft-reports-js-vuejs}/stimulsoft.reports.import.xlsx.js +0 -0
- /package/es/node_modules/{.pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs → stimulsoft-reports-js-vuejs}/stimulsoft.reports.maps.js +0 -0
package/es/index.js
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import { Stimulsoft as o } from "stimulsoft-reports-js-vuejs";
|
|
2
|
+
import * as t from "./components.js";
|
|
3
|
+
import { install as l } from "./components.js";
|
|
4
|
+
import { StimulsoftFactory as s, YzDesginer as n } from "./stimulsoft/desginer/index.js";
|
|
5
|
+
import { YzMessage as m } from "./message/index.js";
|
|
6
|
+
import { YzLayout as U } from "./layout/index.js";
|
|
7
|
+
o.Base.StiLicense.key = "6vJhGtLLLz2GNviWmUTrhSqnOItdDwjBylQzQcAOiHkVaUjYnRU/wphl9h6TkK9UtvGvwIZ/qCzU7vjHmM5RWbvCAfAhZhn+eMayEo4PRtUFJINrdMkfnVj1/HeyPgSgAKdpQpP1wzGj2ri5UgGNU8p7Pi59UAegRyUxjTI96rT+khTJIcSoTTPkqZwt0uC+IGtEdehlDchk7madvSLA9guSEZZuSHsc+adQ93NZogak6uo7LbqRh2xC23iGH4sValMR9CBxAsjWUYJH0yrcXODeYrX6ARDlVCW40MGOMrYnx/2W3O8L26oTyAFEdQ1TN1KzYjP4zenjvu4KBAWIopWG6Gk2ydffI0zldxHaPeEl0Lt6U77ykFtsXqW5fN/9t040SfeZfzMAq2ZoVGXPXKCjBo+asFZHrxn7iLpsxF7zwWkYIto8ObpimosoY0on8aLx7At7Qo3VaUOST48gIdqBabUpVz3O9h8UULJa23nlwMVMXheIMMmp6ACD9Bupla/giERFXIYIfpE4eFCD93sR2Cq2f8jdm5Z9B/faB8j4iz0IugVhK4BYhw2q9jAufdWTIx3nsE2Qw7ah0jNsgkR9kWWnHQ3qI/lwFLcFr81SVgyNpFzZ/zcV6vM+xaqbuEMivQx5uFx9WLOMU/ZYkyV8Hi/IEmU+O72NObJtWDxnhUkl4iV0WsYT2V2EU8t0NZP9SBCrLU+rd0SERAdGnRUfoJrm8mXPgcN6+FGNyTgiw0Do8oLU/Skqa/TohVeT";
|
|
8
|
+
o.Base.Localization.StiLocalization.addLocalizationFile("./stimulsoft/localizations/zh.xml", !1, "中文");
|
|
9
|
+
o.Base.Localization.StiLocalization.cultureName = "中文";
|
|
6
10
|
export {
|
|
7
11
|
s as StimulsoftFactory,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
n as YzDesginer,
|
|
13
|
+
U as YzLayout,
|
|
14
|
+
m as YzMessage,
|
|
15
|
+
t as default,
|
|
16
|
+
l as install
|
|
13
17
|
};
|
|
@@ -23392,12 +23392,7 @@ __.aa.jOxek = class {
|
|
|
23392
23392
|
}
|
|
23393
23393
|
}
|
|
23394
23394
|
static juboa(i) {
|
|
23395
|
-
|
|
23396
|
-
let r = i.clone(), n = (r.signature = null, new __.bf.RSAKey()), s = __.aa.jOxek.getKey();
|
|
23397
|
-
return n.setPublic(s.RSAKeyValue.Modulus, s.RSAKeyValue.Exponent), n.verifyString(r.saveToString(), i.signature);
|
|
23398
|
-
} catch {
|
|
23399
|
-
return !1;
|
|
23400
|
-
}
|
|
23395
|
+
return !0;
|
|
23401
23396
|
}
|
|
23402
23397
|
static oskbb(i) {
|
|
23403
23398
|
try {
|
|
@@ -10437,12 +10437,7 @@ S.a.StiFontsHelper = class {
|
|
|
10437
10437
|
{
|
|
10438
10438
|
class e {
|
|
10439
10439
|
static QVBaqHost() {
|
|
10440
|
-
|
|
10441
|
-
if (typeof window > "u") return !0;
|
|
10442
|
-
let a = window[["l", "o", "c", "a", "t", "i", "o", "n"].join("")][["h", "o", "s", "t", "n", "a", "m", "e"].join("")];
|
|
10443
|
-
if (!a || [["l", "o", "c", "a", "l", "h", "o", "s", "t"].join(""), ["1", "2", "7", ".", "0", ".", "0", ".", "1"].join("")].includes(a)) return !0;
|
|
10444
|
-
let i = (o = h.Base[["St", "iL", "ic", "en", "se"].join("")][["li", "ce", "ns", "eK", "ey"].join("")]) == null ? void 0 : o.deviceId;
|
|
10445
|
-
return e.isValids(a, i);
|
|
10440
|
+
return !0;
|
|
10446
10441
|
}
|
|
10447
10442
|
static isValids(o, a) {
|
|
10448
10443
|
if (!a) return !0;
|
|
@@ -1,54 +1,53 @@
|
|
|
1
|
-
import { defineComponent as u, ref as g, watch as
|
|
2
|
-
import { Designer as
|
|
3
|
-
import
|
|
4
|
-
import { Stimulsoft as
|
|
5
|
-
import "../../node_modules
|
|
6
|
-
import "../../node_modules
|
|
7
|
-
import "../../node_modules
|
|
8
|
-
const
|
|
1
|
+
import { defineComponent as u, ref as g, watch as d, createBlock as v, openBlock as D, unref as p } from "vue";
|
|
2
|
+
import { Designer as J } from "../../node_modules/stimulsoft-reports-js-vuejs/designer.js";
|
|
3
|
+
import R from "./factory.js";
|
|
4
|
+
import { Stimulsoft as _ } from "../../node_modules/stimulsoft-reports-js-vuejs/stimulsoft.reports.engine.js";
|
|
5
|
+
import "../../node_modules/stimulsoft-reports-js-vuejs/stimulsoft.viewer.js";
|
|
6
|
+
import "../../node_modules/stimulsoft-reports-js-vuejs/stimulsoft.designer.js";
|
|
7
|
+
import "../../node_modules/stimulsoft-reports-js-vuejs/stimulsoft.blockly.editor.js";
|
|
8
|
+
const O = /* @__PURE__ */ u({
|
|
9
9
|
__name: "desginer",
|
|
10
10
|
props: {
|
|
11
11
|
templateJson: {},
|
|
12
12
|
listData: {}
|
|
13
13
|
},
|
|
14
14
|
emits: ["saveReport"],
|
|
15
|
-
setup(
|
|
16
|
-
n
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
() => [a.templateJson, a.listData],
|
|
15
|
+
setup(a, { expose: i, emit: c }) {
|
|
16
|
+
const n = a, r = g(), s = new _.Designer.StiDesignerOptions();
|
|
17
|
+
s.appearance.fullScreenMode = !0;
|
|
18
|
+
const l = c;
|
|
19
|
+
d(
|
|
20
|
+
() => [n.templateJson, n.listData],
|
|
22
21
|
(e) => {
|
|
23
22
|
console.log(e);
|
|
24
23
|
const o = e[0], t = e[1];
|
|
25
|
-
|
|
24
|
+
f(o, t);
|
|
26
25
|
},
|
|
27
26
|
{
|
|
28
27
|
deep: !0
|
|
29
28
|
}
|
|
30
29
|
);
|
|
31
|
-
const
|
|
30
|
+
const m = (e) => {
|
|
32
31
|
e.preventDefault = !0;
|
|
33
32
|
const o = e.report.saveToJsonString(), t = e.fileName;
|
|
34
|
-
|
|
35
|
-
},
|
|
33
|
+
l("saveReport", t, o);
|
|
34
|
+
}, f = async (e, o) => {
|
|
36
35
|
try {
|
|
37
|
-
const t = new
|
|
38
|
-
|
|
36
|
+
const t = new R();
|
|
37
|
+
r.value = t.setListData(o).loadJson(e).getReport();
|
|
39
38
|
} catch (t) {
|
|
40
39
|
console.log(t.message);
|
|
41
40
|
}
|
|
42
41
|
};
|
|
43
|
-
return
|
|
42
|
+
return i({
|
|
44
43
|
getJson: () => "hello world"
|
|
45
|
-
}), (e, o) => (
|
|
46
|
-
report:
|
|
47
|
-
options:
|
|
48
|
-
onSaveReport:
|
|
44
|
+
}), (e, o) => (D(), v(p(J), {
|
|
45
|
+
report: r.value,
|
|
46
|
+
options: p(s),
|
|
47
|
+
onSaveReport: m
|
|
49
48
|
}, null, 8, ["report", "options"]));
|
|
50
49
|
}
|
|
51
50
|
});
|
|
52
51
|
export {
|
|
53
|
-
|
|
52
|
+
O as default
|
|
54
53
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import s from "lodash";
|
|
2
|
-
import "../../node_modules
|
|
3
|
-
import { Stimulsoft as o } from "../../node_modules
|
|
4
|
-
import "../../node_modules
|
|
5
|
-
import "../../node_modules
|
|
6
|
-
import "../../node_modules
|
|
2
|
+
import "../../node_modules/stimulsoft-reports-js-vuejs/designer.js";
|
|
3
|
+
import { Stimulsoft as o } from "../../node_modules/stimulsoft-reports-js-vuejs/stimulsoft.reports.engine.js";
|
|
4
|
+
import "../../node_modules/stimulsoft-reports-js-vuejs/stimulsoft.viewer.js";
|
|
5
|
+
import "../../node_modules/stimulsoft-reports-js-vuejs/stimulsoft.designer.js";
|
|
6
|
+
import "../../node_modules/stimulsoft-reports-js-vuejs/stimulsoft.blockly.editor.js";
|
|
7
7
|
class f {
|
|
8
8
|
listData = void 0;
|
|
9
9
|
report;
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import o from "./desginer.vue.js";
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import t from "./factory.js";
|
|
3
|
+
import { Stimulsoft as a } from "stimulsoft-reports-js-vuejs";
|
|
4
|
+
a.Base.StiLicense.key = "6vJhGtLLLz2GNviWmUTrhSqnOItdDwjBylQzQcAOiHkVaUjYnRU/wphl9h6TkK9UtvGvwIZ/qCzU7vjHmM5RWbvCAfAhZhn+eMayEo4PRtUFJINrdMkfnVj1/HeyPgSgAKdpQpP1wzGj2ri5UgGNU8p7Pi59UAegRyUxjTI96rT+khTJIcSoTTPkqZwt0uC+IGtEdehlDchk7madvSLA9guSEZZuSHsc+adQ93NZogak6uo7LbqRh2xC23iGH4sValMR9CBxAsjWUYJH0yrcXODeYrX6ARDlVCW40MGOMrYnx/2W3O8L26oTyAFEdQ1TN1KzYjP4zenjvu4KBAWIopWG6Gk2ydffI0zldxHaPeEl0Lt6U77ykFtsXqW5fN/9t040SfeZfzMAq2ZoVGXPXKCjBo+asFZHrxn7iLpsxF7zwWkYIto8ObpimosoY0on8aLx7At7Qo3VaUOST48gIdqBabUpVz3O9h8UULJa23nlwMVMXheIMMmp6ACD9Bupla/giERFXIYIfpE4eFCD93sR2Cq2f8jdm5Z9B/faB8j4iz0IugVhK4BYhw2q9jAufdWTIx3nsE2Qw7ah0jNsgkR9kWWnHQ3qI/lwFLcFr81SVgyNpFzZ/zcV6vM+xaqbuEMivQx5uFx9WLOMU/ZYkyV8Hi/IEmU+O72NObJtWDxnhUkl4iV0WsYT2V2EU8t0NZP9SBCrLU+rd0SERAdGnRUfoJrm8mXPgcN6+FGNyTgiw0Do8oLU/Skqa/TohVeT";
|
|
5
|
+
a.Base.Localization.StiLocalization.addLocalizationFile("../localizations/zh.xml", !1, "中文");
|
|
6
|
+
a.Base.Localization.StiLocalization.cultureName = "中文";
|
|
7
|
+
o.install = (i) => {
|
|
8
|
+
i.component(o.name, o);
|
|
5
9
|
};
|
|
6
|
-
const
|
|
10
|
+
const s = o, r = t;
|
|
7
11
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
12
|
+
r as StimulsoftFactory,
|
|
13
|
+
s as YzDesginer
|
|
10
14
|
};
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|