@ningboyz/vue 1.0.67 → 1.0.69

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.
Files changed (13) hide show
  1. package/es/index.js +14 -10
  2. 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
  3. 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
  4. package/es/stimulsoft/desginer/desginer.vue.js +5 -5
  5. package/es/stimulsoft/desginer/factory.js +5 -5
  6. package/package.json +1 -1
  7. /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
  8. /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
  9. /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
  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.chart.js +0 -0
  11. /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
  12. /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
  13. /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 * as o from "./components.js";
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";
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
- a as YzDesginer,
9
- i as YzLayout,
10
- p as YzMessage,
11
- o as default,
12
- e as install
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
- 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
- }
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
- 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);
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/.pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs/designer.js";
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/.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";
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 s from "lodash";
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";
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/vue",
3
- "version": "1.0.67",
3
+ "version": "1.0.69",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "宁波甬政vue-ui库",