@ningboyz/vue 1.0.56 → 1.0.58
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/{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 +11 -11
- package/es/stimulsoft/desginer/factory.js +5 -5
- package/package.json +1 -31
- package/types/components/core/core.d.ts +14 -0
- package/types/components.d.ts +21 -5
- package/types/index.d.ts +1 -1
- package/types/layout/layout.d.ts +15 -0
- package/types/message/message.d.ts +15 -12
- package/types/stimulsoft/desginer/desginer.d.ts +18 -0
- package/types/stimulsoft/desginer/factory.d.ts +11 -11
- package/types/layout/index.d.ts +0 -16
- package/types/layout/layout.vue.d.ts +0 -16
- package/types/layout/types.d.ts +0 -11
- package/types/message/index.d.ts +0 -3
- package/types/message/types.d.ts +0 -3
- package/types/stimulsoft/desginer/desginer.vue.d.ts +0 -9
- package/types/stimulsoft/desginer/index.d.ts +0 -8
- package/types/stimulsoft/desginer/types.d.ts +0 -10
- /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
|
@@ -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,18 +1,18 @@
|
|
|
1
1
|
import { defineComponent as f, ref as g, watch as d, createBlock as v, openBlock as D, unref as s } from "vue";
|
|
2
|
-
import { Designer as
|
|
3
|
-
import
|
|
4
|
-
import { Stimulsoft as
|
|
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";
|
|
2
|
+
import { Designer as R } from "../../node_modules/.pnpm/stimulsoft-reports-js-vuejs@2025.3.2_typescript@5.8.3/node_modules/stimulsoft-reports-js-vuejs/designer.js";
|
|
3
|
+
import _ from "./factory.js";
|
|
4
|
+
import { Stimulsoft as S } 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 O = /* @__PURE__ */ f({
|
|
9
9
|
__name: "desginer",
|
|
10
10
|
props: {
|
|
11
11
|
listData: {}
|
|
12
12
|
},
|
|
13
|
-
emits: ["
|
|
13
|
+
emits: ["saveReport"],
|
|
14
14
|
setup(p, { expose: i, emit: a }) {
|
|
15
|
-
const c = p, r = g(), n = new
|
|
15
|
+
const c = p, r = g(), n = new S.Designer.StiDesignerOptions();
|
|
16
16
|
n.appearance.fullScreenMode = !0;
|
|
17
17
|
const m = a;
|
|
18
18
|
d(
|
|
@@ -27,10 +27,10 @@ const O = /* @__PURE__ */ f({
|
|
|
27
27
|
const l = (e) => {
|
|
28
28
|
e.preventDefault = !0;
|
|
29
29
|
const t = e.report.saveToJsonString(), o = e.fileName;
|
|
30
|
-
m("
|
|
30
|
+
m("saveReport", o, t);
|
|
31
31
|
}, u = async (e) => {
|
|
32
32
|
try {
|
|
33
|
-
const t = new
|
|
33
|
+
const t = new _();
|
|
34
34
|
t.setListData(e);
|
|
35
35
|
const o = t.getReport();
|
|
36
36
|
r.value = o;
|
|
@@ -40,7 +40,7 @@ const O = /* @__PURE__ */ f({
|
|
|
40
40
|
};
|
|
41
41
|
return i({
|
|
42
42
|
getJson: () => "hello world"
|
|
43
|
-
}), (e, t) => (D(), v(s(
|
|
43
|
+
}), (e, t) => (D(), v(s(R), {
|
|
44
44
|
report: r.value,
|
|
45
45
|
options: s(n),
|
|
46
46
|
onSaveReport: l
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import l 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 = [];
|
|
9
9
|
report;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/vue",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.58",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "宁波甬政vue-ui库",
|
|
@@ -31,35 +31,5 @@
|
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public",
|
|
33
33
|
"registry": "https://registry.npmjs.org/"
|
|
34
|
-
},
|
|
35
|
-
"dependencies": {
|
|
36
|
-
"@ningboyz/types": "1.2.30",
|
|
37
|
-
"lodash": "4.17.21",
|
|
38
|
-
"stimulsoft-reports-js-vuejs": "2025.3.2",
|
|
39
|
-
"vue": "3.5.20",
|
|
40
|
-
"vxe-pc-ui": "4.9.5"
|
|
41
|
-
},
|
|
42
|
-
"devDependencies": {
|
|
43
|
-
"@eslint/js": "9.34.0",
|
|
44
|
-
"@tsconfig/node22": "22.0.2",
|
|
45
|
-
"@types/lodash": "4.17.20",
|
|
46
|
-
"@types/node": "22.16.5",
|
|
47
|
-
"@vitejs/plugin-vue": "6.0.1",
|
|
48
|
-
"@vue/tsconfig": "0.7.0",
|
|
49
|
-
"eslint": "9.34.0",
|
|
50
|
-
"eslint-config-prettier": "^10.1.8",
|
|
51
|
-
"eslint-plugin-prettier": "5.5.4",
|
|
52
|
-
"eslint-plugin-vue": "10.4.0",
|
|
53
|
-
"globals": "16.3.0",
|
|
54
|
-
"npm-run-all2": "8.0.4",
|
|
55
|
-
"sass": "1.91.0",
|
|
56
|
-
"typescript": "~5.8.0",
|
|
57
|
-
"typescript-eslint": "8.41.0",
|
|
58
|
-
"vite": "7.1.3",
|
|
59
|
-
"vite-plugin-dts": "4.5.4",
|
|
60
|
-
"vite-plugin-tsx-resolve-types": "0.0.4",
|
|
61
|
-
"vite-plugin-vue-devtools": "8.0.0",
|
|
62
|
-
"vue-eslint-parser": "10.2.0",
|
|
63
|
-
"vue-tsc": "3.0.4"
|
|
64
34
|
}
|
|
65
35
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { type App } from "vue";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* 组件类型
|
|
5
|
+
*/
|
|
6
|
+
export type YzComponentApp<P = { [key: string]: any }, E = { [key: string]: any }, S = { [key: string]: (...args: any[]) => any }, M = { [key: string]: any }> = {
|
|
7
|
+
new (): {
|
|
8
|
+
$props: P & E;
|
|
9
|
+
$slots: S;
|
|
10
|
+
$emit: M;
|
|
11
|
+
};
|
|
12
|
+
} & {
|
|
13
|
+
install(app: App): void;
|
|
14
|
+
};
|
package/types/components.d.ts
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { YzDesginer } from "./stimulsoft/desginer/desginer";
|
|
2
|
+
import { YzLayout } from "./layout/layout";
|
|
3
|
+
import { type App } from "vue";
|
|
4
|
+
|
|
5
|
+
interface AllComponents {
|
|
6
|
+
YzDesginer: typeof YzDesginer;
|
|
7
|
+
YzLayout: typeof YzLayout;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export function install(app: App): void;
|
|
11
|
+
|
|
12
|
+
declare module "@vue/runtime-core" {
|
|
13
|
+
export interface GlobalComponents extends AllComponents {}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export {};
|
|
17
|
+
|
|
18
|
+
export * from "./components/core/core";
|
|
19
|
+
export * from "./stimulsoft/desginer/desginer";
|
|
20
|
+
export * from "./message/message";
|
|
21
|
+
export * from "./layout/layout";
|
package/types/index.d.ts
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { VxeLayoutAsideProps } from "vxe-pc-ui";
|
|
2
|
+
import { VNode } from "vue";
|
|
3
|
+
import { YzComponentApp } from "../components/core/core";
|
|
4
|
+
|
|
5
|
+
export declare const YzLayout: YzComponentApp<YzLayoutProps, {}, YzLayoutSlots, YzLayoutMethod>;
|
|
6
|
+
|
|
7
|
+
export type YzLayoutProps = {
|
|
8
|
+
asideProps: VxeLayoutAsideProps;
|
|
9
|
+
};
|
|
10
|
+
export type YzLayoutSlots = {
|
|
11
|
+
header?: () => VNode | string;
|
|
12
|
+
aside?: () => VNode | string;
|
|
13
|
+
body?: () => VNode | string;
|
|
14
|
+
};
|
|
15
|
+
export type YzLayoutMethod = {};
|
|
@@ -1,13 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
export type YzMessageOptions = {
|
|
2
|
+
duration: number;
|
|
3
|
+
};
|
|
4
|
+
|
|
5
|
+
export declare class YzMessage {
|
|
6
|
+
private static messageErrorId;
|
|
7
|
+
private static messageSuccessId;
|
|
8
|
+
private static messageWarningId;
|
|
9
|
+
private static options;
|
|
10
|
+
static config: (options: YzMessageOptions) => void;
|
|
11
|
+
static showError: (message: string) => void;
|
|
12
|
+
static showSuccess: (message: string) => void;
|
|
13
|
+
static showWarning: (message: string) => void;
|
|
14
|
+
private static showMessage;
|
|
15
|
+
static install: any;
|
|
13
16
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { TWldy } from "@ningboyz/types";
|
|
2
|
+
import { YzComponentApp } from "../../components/core/core";
|
|
3
|
+
|
|
4
|
+
export declare const YzDesginer: YzComponentApp<YzDesginerProps, {}, YzDesginerSlots, YzDesginerMethod>;
|
|
5
|
+
|
|
6
|
+
export type YzDesginerProps = {
|
|
7
|
+
listData: TWldy.IWldyDataResponse[];
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export type YzDesginerMethod = {
|
|
11
|
+
(e: "saveReport", fileName: string, json: string): void;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
export interface YzDesginerSlots {
|
|
15
|
+
title?: () => any;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export type YzDesginerInstance = {};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { TWldy } from
|
|
2
|
-
import { Stimulsoft } from
|
|
1
|
+
import { TWldy } from "@ningboyz/types";
|
|
2
|
+
import { Stimulsoft } from "stimulsoft-reports-js-vuejs/designer";
|
|
3
3
|
declare class Factory {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
4
|
+
private listData;
|
|
5
|
+
private report;
|
|
6
|
+
constructor(listData?: TWldy.IWldyDataResponse[]);
|
|
7
|
+
setListData: (listData: TWldy.IWldyDataResponse[]) => void;
|
|
8
|
+
getReport: () => Stimulsoft.Report.StiReport;
|
|
9
|
+
private getDataSet;
|
|
10
|
+
private listItem2DataTable;
|
|
11
|
+
private listData2DataTable;
|
|
12
|
+
private getRow;
|
|
13
13
|
}
|
|
14
14
|
export default Factory;
|
package/types/layout/index.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export declare const YzLayout: {
|
|
2
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').YzLayoutProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
3
|
-
P: {};
|
|
4
|
-
B: {};
|
|
5
|
-
D: {};
|
|
6
|
-
C: {};
|
|
7
|
-
M: {};
|
|
8
|
-
Defaults: {};
|
|
9
|
-
}, Readonly<import('./types').YzLayoutProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
10
|
-
__isFragment?: never;
|
|
11
|
-
__isTeleport?: never;
|
|
12
|
-
__isSuspense?: never;
|
|
13
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('./types').YzLayoutProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
14
|
-
$slots: Readonly<import('./types').YzLayoutSlots> & import('./types').YzLayoutSlots;
|
|
15
|
-
});
|
|
16
|
-
export * from './types';
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { YzLayoutProps, YzLayoutSlots } from './types';
|
|
2
|
-
declare function __VLS_template(): {
|
|
3
|
-
attrs: Partial<{}>;
|
|
4
|
-
slots: Readonly<YzLayoutSlots> & YzLayoutSlots;
|
|
5
|
-
refs: {};
|
|
6
|
-
rootEl: any;
|
|
7
|
-
};
|
|
8
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: import('vue').DefineComponent<YzLayoutProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<YzLayoutProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
10
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
11
|
-
export default _default;
|
|
12
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
|
-
new (): {
|
|
14
|
-
$slots: S;
|
|
15
|
-
};
|
|
16
|
-
};
|
package/types/layout/types.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { VxeLayoutAsideProps } from 'vxe-pc-ui';
|
|
2
|
-
import { VNode } from 'vue';
|
|
3
|
-
export type YzLayoutProps = {
|
|
4
|
-
asideProps: VxeLayoutAsideProps;
|
|
5
|
-
};
|
|
6
|
-
export type YzLayoutSlots = {
|
|
7
|
-
header?: () => VNode | string;
|
|
8
|
-
aside?: () => VNode | string;
|
|
9
|
-
body?: () => VNode | string;
|
|
10
|
-
};
|
|
11
|
-
export type YzLayoutEmits = {};
|
package/types/message/index.d.ts
DELETED
package/types/message/types.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { YzDesginerProps } from './types';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<YzDesginerProps, {
|
|
3
|
-
getJson: () => string;
|
|
4
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
-
onSaveReport: (filename: string, json: string) => any;
|
|
6
|
-
}, string, import('vue').PublicProps, Readonly<YzDesginerProps> & Readonly<{
|
|
7
|
-
onOnSaveReport?: ((filename: string, json: string) => any) | undefined;
|
|
8
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export declare const YzDesginer: import('vue').DefineComponent<import('./types').YzDesginerProps, {
|
|
2
|
-
getJson: () => string;
|
|
3
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4
|
-
onSaveReport: (filename: string, json: string) => any;
|
|
5
|
-
}, string, import('vue').PublicProps, Readonly<import('./types').YzDesginerProps> & Readonly<{
|
|
6
|
-
onOnSaveReport?: ((filename: string, json: string) => any) | undefined;
|
|
7
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
8
|
-
export * from './types';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { TWldy } from '@ningboyz/types';
|
|
2
|
-
export type YzDesginerProps = {
|
|
3
|
-
listData: TWldy.IWldyDataResponse[];
|
|
4
|
-
};
|
|
5
|
-
export type YzDesginerEmits = {
|
|
6
|
-
onSaveReport: [filename: string, json: string];
|
|
7
|
-
};
|
|
8
|
-
export type YzDesginerInstance = {
|
|
9
|
-
getJson: () => string;
|
|
10
|
-
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|