@ningboyz/vue 1.0.79 → 1.0.81
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/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 +5 -5
- package/es/stimulsoft/desginer/factory.js +5 -5
- 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
|
@@ -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,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
|
|
2
|
+
import { Designer as z } from "../../node_modules/stimulsoft-reports-js-vuejs/designer.js";
|
|
3
3
|
import S from "./factory.js";
|
|
4
|
-
import { Stimulsoft as n } from "../../node_modules
|
|
5
|
-
import "../../node_modules
|
|
6
|
-
import "../../node_modules
|
|
7
|
-
import "../../node_modules
|
|
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";
|
|
8
8
|
const y = /* @__PURE__ */ u({
|
|
9
9
|
__name: "desginer",
|
|
10
10
|
props: {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import r from "lodash";
|
|
2
|
-
import "../../node_modules
|
|
3
|
-
import { Stimulsoft as s } 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 s } 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 u {
|
|
8
8
|
listData = void 0;
|
|
9
9
|
report;
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|