@ningboyz/vue 1.0.66 → 1.0.67
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/components.js +9 -7
- package/es/index.js +9 -8
- package/es/node_modules/{stimulsoft-reports-js-vuejs → .pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs}/stimulsoft.reports.engine.js +6 -1
- package/es/node_modules/{stimulsoft-reports-js-vuejs → .pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs}/stimulsoft.viewer.js +6 -1
- package/es/stimulsoft/desginer/desginer.vue.js +5 -5
- package/es/stimulsoft/desginer/factory.js +5 -5
- package/es/stimulsoft/desginer/index.js +7 -5
- package/package.json +1 -1
- package/types/components.d.ts +1 -0
- package/types/stimulsoft/desginer/factory.d.ts +1 -1
- /package/es/node_modules/{stimulsoft-reports-js-vuejs → .pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs}/designer.js +0 -0
- /package/es/node_modules/{stimulsoft-reports-js-vuejs → .pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs}/stimulsoft.blockly.editor.js +0 -0
- /package/es/node_modules/{stimulsoft-reports-js-vuejs → .pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs}/stimulsoft.designer.js +0 -0
- /package/es/node_modules/{stimulsoft-reports-js-vuejs → .pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs}/stimulsoft.reports.chart.js +0 -0
- /package/es/node_modules/{stimulsoft-reports-js-vuejs → .pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs}/stimulsoft.reports.export.js +0 -0
- /package/es/node_modules/{stimulsoft-reports-js-vuejs → .pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs}/stimulsoft.reports.import.xlsx.js +0 -0
- /package/es/node_modules/{stimulsoft-reports-js-vuejs → .pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs}/stimulsoft.reports.maps.js +0 -0
package/es/components.js
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
|
-
import { YzDesginer as
|
|
1
|
+
import { YzDesginer as r } from "./stimulsoft/desginer/index.js";
|
|
2
|
+
import { StimulsoftFactory as c } from "./stimulsoft/desginer/index.js";
|
|
2
3
|
import { YzLayout as e } from "./layout/index.js";
|
|
3
|
-
import { YzMessage as
|
|
4
|
-
const s = [
|
|
5
|
-
s.forEach((
|
|
4
|
+
import { YzMessage as l } from "./message/index.js";
|
|
5
|
+
const s = [r, e], n = (o) => {
|
|
6
|
+
s.forEach((t) => o.use(t));
|
|
6
7
|
};
|
|
7
8
|
export {
|
|
8
|
-
|
|
9
|
+
c as StimulsoftFactory,
|
|
10
|
+
r as YzDesginer,
|
|
9
11
|
e as YzLayout,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
+
l as YzMessage,
|
|
13
|
+
n as install
|
|
12
14
|
};
|
package/es/index.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import * as o from "./components.js";
|
|
2
|
-
import { install as
|
|
3
|
-
import { YzDesginer as
|
|
4
|
-
import { YzMessage as
|
|
5
|
-
import { YzLayout as
|
|
2
|
+
import { install as e } from "./components.js";
|
|
3
|
+
import { StimulsoftFactory as s, YzDesginer as a } from "./stimulsoft/desginer/index.js";
|
|
4
|
+
import { YzMessage as p } from "./message/index.js";
|
|
5
|
+
import { YzLayout as i } from "./layout/index.js";
|
|
6
6
|
export {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
s as StimulsoftFactory,
|
|
8
|
+
a as YzDesginer,
|
|
9
|
+
i as YzLayout,
|
|
10
|
+
p as YzMessage,
|
|
10
11
|
o as default,
|
|
11
|
-
|
|
12
|
+
e as install
|
|
12
13
|
};
|
|
@@ -23392,7 +23392,12 @@ __.aa.jOxek = class {
|
|
|
23392
23392
|
}
|
|
23393
23393
|
}
|
|
23394
23394
|
static juboa(i) {
|
|
23395
|
-
|
|
23395
|
+
try {
|
|
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
|
+
}
|
|
23396
23401
|
}
|
|
23397
23402
|
static oskbb(i) {
|
|
23398
23403
|
try {
|
|
@@ -10437,7 +10437,12 @@ S.a.StiFontsHelper = class {
|
|
|
10437
10437
|
{
|
|
10438
10438
|
class e {
|
|
10439
10439
|
static QVBaqHost() {
|
|
10440
|
-
|
|
10440
|
+
var o;
|
|
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);
|
|
10441
10446
|
}
|
|
10442
10447
|
static isValids(o, a) {
|
|
10443
10448
|
if (!a) return !0;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent as u, ref as g, watch as U, createBlock as h, openBlock as L, unref as i } from "vue";
|
|
2
|
-
import { Designer as z } from "../../node_modules/stimulsoft-reports-js-vuejs/designer.js";
|
|
2
|
+
import { Designer as z } from "../../node_modules/.pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs/designer.js";
|
|
3
3
|
import S from "./factory.js";
|
|
4
|
-
import { Stimulsoft as n } 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";
|
|
4
|
+
import { Stimulsoft as n } from "../../node_modules/.pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs/stimulsoft.reports.engine.js";
|
|
5
|
+
import "../../node_modules/.pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs/stimulsoft.viewer.js";
|
|
6
|
+
import "../../node_modules/.pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs/stimulsoft.designer.js";
|
|
7
|
+
import "../../node_modules/.pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs/stimulsoft.blockly.editor.js";
|
|
8
8
|
const y = /* @__PURE__ */ u({
|
|
9
9
|
__name: "desginer",
|
|
10
10
|
props: {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import s from "lodash";
|
|
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";
|
|
2
|
+
import "../../node_modules/.pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs/designer.js";
|
|
3
|
+
import { Stimulsoft as o } from "../../node_modules/.pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs/stimulsoft.reports.engine.js";
|
|
4
|
+
import "../../node_modules/.pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs/stimulsoft.viewer.js";
|
|
5
|
+
import "../../node_modules/.pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs/stimulsoft.designer.js";
|
|
6
|
+
import "../../node_modules/.pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs/stimulsoft.blockly.editor.js";
|
|
7
7
|
class f {
|
|
8
8
|
listData = void 0;
|
|
9
9
|
report;
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import o from "./desginer.vue.js";
|
|
2
|
+
import m from "./factory.js";
|
|
3
|
+
o.install = (t) => {
|
|
4
|
+
t.component(o.name, o);
|
|
4
5
|
};
|
|
5
|
-
const
|
|
6
|
+
const c = o, i = m;
|
|
6
7
|
export {
|
|
7
|
-
|
|
8
|
+
i as StimulsoftFactory,
|
|
9
|
+
c as YzDesginer
|
|
8
10
|
};
|
package/package.json
CHANGED
package/types/components.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ declare class Factory {
|
|
|
5
5
|
private report;
|
|
6
6
|
constructor(listData?: TWldy.IWldyDataResponse[]);
|
|
7
7
|
setListData: (listData: TWldy.IWldyDataResponse[]) => Stimulsoft.Report.StiReport;
|
|
8
|
-
loadJson
|
|
8
|
+
loadJson: (json: string | undefined) => Stimulsoft.Report.StiReport;
|
|
9
9
|
getReport: () => Stimulsoft.Report.StiReport;
|
|
10
10
|
print: () => void;
|
|
11
11
|
printToPdf: () => void;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|