@qxs-bns/components 0.0.32 → 0.0.33
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/package.json.mjs +1 -1
- package/es/src/data-chart/src/components/bar.vue.mjs +1 -1
- package/es/src/data-chart/src/components/bar.vue.mjs.map +1 -1
- package/es/src/data-chart/src/components/line.vue2.mjs +1 -1
- package/es/src/data-chart/src/components/line.vue2.mjs.map +1 -1
- package/es/src/data-chart/src/components/pie.vue.mjs +1 -1
- package/es/src/data-chart/src/components/pie.vue.mjs.map +1 -1
- package/es/src/file-upload/src/file-upload.vue.mjs.map +1 -1
- package/es/src/photo-crop-tool/src/photo-crop-tool.vue.mjs +1 -1
- package/es/src/photo-crop-tool/src/photo-crop-tool.vue.mjs.map +1 -1
- package/es/src/subject-list/index.mjs.map +1 -1
- package/es/src/subject-list/src/components/subject-single.vue.mjs +1 -1
- package/es/src/subject-list/src/components/subject-single.vue.mjs.map +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/src/data-chart/src/components/bar.vue.cjs +1 -1
- package/lib/src/data-chart/src/components/bar.vue.cjs.map +1 -1
- package/lib/src/data-chart/src/components/line.vue2.cjs +1 -1
- package/lib/src/data-chart/src/components/line.vue2.cjs.map +1 -1
- package/lib/src/data-chart/src/components/pie.vue.cjs +1 -1
- package/lib/src/data-chart/src/components/pie.vue.cjs.map +1 -1
- package/lib/src/file-upload/src/file-upload.vue.cjs.map +1 -1
- package/lib/src/photo-crop-tool/src/photo-crop-tool.vue.cjs +1 -1
- package/lib/src/photo-crop-tool/src/photo-crop-tool.vue.cjs.map +1 -1
- package/lib/src/subject-list/index.cjs.map +1 -1
- package/lib/src/subject-list/src/components/subject-single.vue.cjs +1 -1
- package/lib/src/subject-list/src/components/subject-single.vue.cjs.map +1 -1
- package/package.json +1 -1
- package/theme-chalk/base.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/types/src/data-chart/index.d.ts +17 -1
- package/types/src/data-chart/index.d.ts.map +1 -1
- package/types/src/data-chart/src/components/area.vue.d.ts +8 -0
- package/types/src/data-chart/src/components/area.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/components/bar.vue.d.ts +9 -0
- package/types/src/data-chart/src/components/bar.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/components/card.vue.d.ts +27 -0
- package/types/src/data-chart/src/components/card.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/components/empty.vue.d.ts +11 -0
- package/types/src/data-chart/src/components/empty.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/components/funnel.vue.d.ts +8 -0
- package/types/src/data-chart/src/components/funnel.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/components/line.vue.d.ts +9 -0
- package/types/src/data-chart/src/components/line.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/components/pie.vue.d.ts +9 -0
- package/types/src/data-chart/src/components/pie.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/components/radar.vue.d.ts +8 -0
- package/types/src/data-chart/src/components/radar.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/components/scatter-simple.vue.d.ts +8 -0
- package/types/src/data-chart/src/components/scatter-simple.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/components/scatter.vue.d.ts +8 -0
- package/types/src/data-chart/src/components/scatter.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/components/table.vue.d.ts +27 -0
- package/types/src/data-chart/src/components/table.vue.d.ts.map +1 -0
- package/types/src/data-chart/src/data-chart.vue.d.ts +16 -0
- package/types/src/data-chart/src/data-chart.vue.d.ts.map +1 -0
- package/types/src/file-upload/index.d.ts +27 -1
- package/types/src/file-upload/index.d.ts.map +1 -1
- package/types/src/file-upload/src/file-upload.vue.d.ts +20 -0
- package/types/src/file-upload/src/file-upload.vue.d.ts.map +1 -0
- package/types/src/fixed-action-bar/index.d.ts +53 -1
- package/types/src/fixed-action-bar/index.d.ts.map +1 -1
- package/types/src/fixed-action-bar/src/fixed-action-bar.vue.d.ts +31 -0
- package/types/src/fixed-action-bar/src/fixed-action-bar.vue.d.ts.map +1 -0
- package/types/src/image-upload/index.d.ts +44 -1
- package/types/src/image-upload/index.d.ts.map +1 -1
- package/types/src/image-upload/src/image-upload.vue.d.ts +34 -0
- package/types/src/image-upload/src/image-upload.vue.d.ts.map +1 -0
- package/types/src/photo-crop-tool/index.d.ts +52 -1
- package/types/src/photo-crop-tool/index.d.ts.map +1 -1
- package/types/src/photo-crop-tool/src/photo-crop-tool.vue.d.ts +65 -0
- package/types/src/photo-crop-tool/src/photo-crop-tool.vue.d.ts.map +1 -0
- package/types/src/subject-action/index.d.ts +85 -1
- package/types/src/subject-action/index.d.ts.map +1 -1
- package/types/src/subject-action/src/subject-action.vue.d.ts +87 -0
- package/types/src/subject-action/src/subject-action.vue.d.ts.map +1 -0
- package/types/src/subject-layout/index.d.ts +25 -1
- package/types/src/subject-layout/index.d.ts.map +1 -1
- package/types/src/subject-layout/src/subject-layout.vue.d.ts +42 -0
- package/types/src/subject-layout/src/subject-layout.vue.d.ts.map +1 -0
- package/types/src/subject-list/index.d.ts +18 -2
- package/types/src/subject-list/index.d.ts.map +1 -1
- package/types/src/subject-list/src/components/SubjectPageEnd.vue.d.ts +24 -0
- package/types/src/subject-list/src/components/SubjectPageEnd.vue.d.ts.map +1 -0
- package/types/src/subject-list/src/components/SubjectRichText.vue.d.ts +25 -0
- package/types/src/subject-list/src/components/SubjectRichText.vue.d.ts.map +1 -0
- package/types/src/subject-list/src/components/subject-blank-fill.vue.d.ts +32 -0
- package/types/src/subject-list/src/components/subject-blank-fill.vue.d.ts.map +1 -0
- package/types/src/subject-list/src/components/subject-scale.vue.d.ts +29 -0
- package/types/src/subject-list/src/components/subject-scale.vue.d.ts.map +1 -0
- package/types/src/subject-list/src/components/subject-single.vue.d.ts +37 -0
- package/types/src/subject-list/src/components/subject-single.vue.d.ts.map +1 -0
- package/types/src/subject-list/src/components/subject-text-fill.vue.d.ts +34 -0
- package/types/src/subject-list/src/components/subject-text-fill.vue.d.ts.map +1 -0
- package/types/src/subject-list/src/subject-list.vue.d.ts +21 -0
- package/types/src/subject-list/src/subject-list.vue.d.ts.map +1 -0
- package/types/src/subject-type/index.d.ts +5 -1
- package/types/src/subject-type/index.d.ts.map +1 -1
- package/types/src/subject-type/src/subject-type.vue.d.ts +7 -0
- package/types/src/subject-type/src/subject-type.vue.d.ts.map +1 -0
- package/types/src/tiny-mce-editor/index.d.ts +17 -1
- package/types/src/tiny-mce-editor/index.d.ts.map +1 -1
- package/types/src/tiny-mce-editor/src/tiny-mce-editor.vue.d.ts +32 -0
- package/types/src/tiny-mce-editor/src/tiny-mce-editor.vue.d.ts.map +1 -0
@@ -1,4 +1,56 @@
|
|
1
|
-
declare const QxsFixedActionBar:
|
1
|
+
declare const QxsFixedActionBar: import("../withInstall").SFCWithInstall<{
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
3
|
+
padding: {
|
4
|
+
type: NumberConstructor;
|
5
|
+
default: number;
|
6
|
+
};
|
7
|
+
className: {
|
8
|
+
type: StringConstructor;
|
9
|
+
default: string;
|
10
|
+
};
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
12
|
+
className: string;
|
13
|
+
padding: number;
|
14
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
15
|
+
P: {};
|
16
|
+
B: {};
|
17
|
+
D: {};
|
18
|
+
C: {};
|
19
|
+
M: {};
|
20
|
+
Defaults: {};
|
21
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
22
|
+
padding: {
|
23
|
+
type: NumberConstructor;
|
24
|
+
default: number;
|
25
|
+
};
|
26
|
+
className: {
|
27
|
+
type: StringConstructor;
|
28
|
+
default: string;
|
29
|
+
};
|
30
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
31
|
+
className: string;
|
32
|
+
padding: number;
|
33
|
+
}>;
|
34
|
+
__isFragment?: never;
|
35
|
+
__isTeleport?: never;
|
36
|
+
__isSuspense?: never;
|
37
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
38
|
+
padding: {
|
39
|
+
type: NumberConstructor;
|
40
|
+
default: number;
|
41
|
+
};
|
42
|
+
className: {
|
43
|
+
type: StringConstructor;
|
44
|
+
default: string;
|
45
|
+
};
|
46
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
47
|
+
className: string;
|
48
|
+
padding: number;
|
49
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
50
|
+
$slots: {
|
51
|
+
default?: ((props: {}) => any) | undefined;
|
52
|
+
};
|
53
|
+
})> & Record<string, any>;
|
2
54
|
export { QxsFixedActionBar, };
|
3
55
|
export default QxsFixedActionBar;
|
4
56
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/components/src/fixed-action-bar/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,iBAAiB,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/components/src/fixed-action-bar/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAyB,CAAA;AAEhD,OAAO,EACL,iBAAiB,GAClB,CAAA;AAED,eAAe,iBAAiB,CAAA"}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
2
|
+
padding: {
|
3
|
+
type: NumberConstructor;
|
4
|
+
default: number;
|
5
|
+
};
|
6
|
+
className: {
|
7
|
+
type: StringConstructor;
|
8
|
+
default: string;
|
9
|
+
};
|
10
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
11
|
+
padding: {
|
12
|
+
type: NumberConstructor;
|
13
|
+
default: number;
|
14
|
+
};
|
15
|
+
className: {
|
16
|
+
type: StringConstructor;
|
17
|
+
default: string;
|
18
|
+
};
|
19
|
+
}>> & Readonly<{}>, {
|
20
|
+
className: string;
|
21
|
+
padding: number;
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
23
|
+
default?: ((props: {}) => any) | undefined;
|
24
|
+
}>;
|
25
|
+
export default _default;
|
26
|
+
type __VLS_WithSlots<T, S> = T & {
|
27
|
+
new (): {
|
28
|
+
$slots: S;
|
29
|
+
};
|
30
|
+
};
|
31
|
+
//# sourceMappingURL=fixed-action-bar.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"fixed-action-bar.vue.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/fixed-action-bar/src/fixed-action-bar.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;eA+Qc,CAAC,KAAK,IAAgB,KAAK,GAAG;;AApI5C,wBA6LK;AAEL,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
@@ -1,4 +1,47 @@
|
|
1
|
-
declare const QxsImageUpload:
|
1
|
+
declare const QxsImageUpload: import("../withInstall").SFCWithInstall<import("vue").DefineComponent<{
|
2
|
+
action: import("element-plus").UploadProps["action"];
|
3
|
+
headers?: import("element-plus").UploadProps["headers"];
|
4
|
+
data?: import("element-plus").UploadProps["data"];
|
5
|
+
name?: import("element-plus").UploadProps["name"];
|
6
|
+
url?: string;
|
7
|
+
size?: number;
|
8
|
+
width?: number;
|
9
|
+
accept?: string;
|
10
|
+
height?: number;
|
11
|
+
placeholder?: string;
|
12
|
+
notip?: boolean;
|
13
|
+
tipText?: string;
|
14
|
+
beforeUpload?: import("element-plus").UploadProps["beforeUpload"];
|
15
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
16
|
+
onSuccess: (res: any, uploadFile: import("element-plus").UploadFile, uploadFiles: import("element-plus").UploadFiles) => any;
|
17
|
+
"update:url": (url: string) => any;
|
18
|
+
}, string, import("vue").PublicProps, Readonly<{
|
19
|
+
action: import("element-plus").UploadProps["action"];
|
20
|
+
headers?: import("element-plus").UploadProps["headers"];
|
21
|
+
data?: import("element-plus").UploadProps["data"];
|
22
|
+
name?: import("element-plus").UploadProps["name"];
|
23
|
+
url?: string;
|
24
|
+
size?: number;
|
25
|
+
width?: number;
|
26
|
+
accept?: string;
|
27
|
+
height?: number;
|
28
|
+
placeholder?: string;
|
29
|
+
notip?: boolean;
|
30
|
+
tipText?: string;
|
31
|
+
beforeUpload?: import("element-plus").UploadProps["beforeUpload"];
|
32
|
+
}> & Readonly<{
|
33
|
+
onOnSuccess?: ((res: any, uploadFile: import("element-plus").UploadFile, uploadFiles: import("element-plus").UploadFiles) => any) | undefined;
|
34
|
+
"onUpdate:url"?: ((url: string) => any) | undefined;
|
35
|
+
}>, {
|
36
|
+
width: number;
|
37
|
+
height: number;
|
38
|
+
name: import("element-plus").UploadProps["name"];
|
39
|
+
size: number;
|
40
|
+
accept: string;
|
41
|
+
url: string;
|
42
|
+
notip: boolean;
|
43
|
+
placeholder: string;
|
44
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>> & Record<string, any>;
|
2
45
|
export { QxsImageUpload, };
|
3
46
|
export default QxsImageUpload;
|
4
47
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/components/src/image-upload/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,cAAc,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/components/src/image-upload/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oGAAyB,CAAA;AAE7C,OAAO,EACL,cAAc,GACf,CAAA;AAED,eAAe,cAAc,CAAA"}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import type { UploadFile, UploadFiles, UploadProps } from 'element-plus';
|
2
|
+
type __VLS_Props = {
|
3
|
+
action: UploadProps['action'];
|
4
|
+
headers?: UploadProps['headers'];
|
5
|
+
data?: UploadProps['data'];
|
6
|
+
name?: UploadProps['name'];
|
7
|
+
url?: string;
|
8
|
+
size?: number;
|
9
|
+
width?: number;
|
10
|
+
accept?: string;
|
11
|
+
height?: number;
|
12
|
+
placeholder?: string;
|
13
|
+
notip?: boolean;
|
14
|
+
tipText?: string;
|
15
|
+
beforeUpload?: UploadProps['beforeUpload'];
|
16
|
+
};
|
17
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
18
|
+
onSuccess: (res: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => any;
|
19
|
+
"update:url": (url: string) => any;
|
20
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
21
|
+
onOnSuccess?: ((res: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => any) | undefined;
|
22
|
+
"onUpdate:url"?: ((url: string) => any) | undefined;
|
23
|
+
}>, {
|
24
|
+
width: number;
|
25
|
+
height: number;
|
26
|
+
name: UploadProps["name"];
|
27
|
+
size: number;
|
28
|
+
accept: string;
|
29
|
+
url: string;
|
30
|
+
notip: boolean;
|
31
|
+
placeholder: string;
|
32
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
33
|
+
export default _default;
|
34
|
+
//# sourceMappingURL=image-upload.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"image-upload.vue.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/image-upload/src/image-upload.vue"],"names":[],"mappings":"AAwLA,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAOxE,KAAK,WAAW,GAAG;IACf,MAAM,EAAE,WAAW,CAAC,QAAQ,CAAC,CAAA;IAC7B,OAAO,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAA;IAChC,IAAI,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAA;IAC1B,IAAI,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAA;IAC1B,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,YAAY,CAAC,EAAE,WAAW,CAAC,cAAc,CAAC,CAAA;CAC3C,CAAC;;;;;;;;WAPQ,MAAM;YAEL,MAAM;UALR,WAAW,CAAC,MAAM,CAAC;UAEnB,MAAM;YAEJ,MAAM;SAHT,MAAM;WAMJ,OAAO;iBADD,MAAM;;AAuVxB,wBAQG"}
|
@@ -1,4 +1,55 @@
|
|
1
|
-
declare const QxsPhotoCropTool:
|
1
|
+
declare const QxsPhotoCropTool: import("../withInstall").SFCWithInstall<import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
2
|
+
imgFile: {
|
3
|
+
type: PropType<File>;
|
4
|
+
default: () => null;
|
5
|
+
};
|
6
|
+
aspectRatio: {
|
7
|
+
type: StringConstructor;
|
8
|
+
default: () => string;
|
9
|
+
};
|
10
|
+
defaultWidth: {
|
11
|
+
type: NumberConstructor;
|
12
|
+
default: () => number;
|
13
|
+
};
|
14
|
+
defaultHeight: {
|
15
|
+
type: NumberConstructor;
|
16
|
+
default: () => number;
|
17
|
+
};
|
18
|
+
zoomType: {
|
19
|
+
type: StringConstructor;
|
20
|
+
default: () => string;
|
21
|
+
};
|
22
|
+
}>, {
|
23
|
+
crop: (img?: HTMLImageElement) => Promise<File | null>;
|
24
|
+
resize: () => void;
|
25
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
26
|
+
imgFile: {
|
27
|
+
type: PropType<File>;
|
28
|
+
default: () => null;
|
29
|
+
};
|
30
|
+
aspectRatio: {
|
31
|
+
type: StringConstructor;
|
32
|
+
default: () => string;
|
33
|
+
};
|
34
|
+
defaultWidth: {
|
35
|
+
type: NumberConstructor;
|
36
|
+
default: () => number;
|
37
|
+
};
|
38
|
+
defaultHeight: {
|
39
|
+
type: NumberConstructor;
|
40
|
+
default: () => number;
|
41
|
+
};
|
42
|
+
zoomType: {
|
43
|
+
type: StringConstructor;
|
44
|
+
default: () => string;
|
45
|
+
};
|
46
|
+
}>> & Readonly<{}>, {
|
47
|
+
imgFile: File;
|
48
|
+
aspectRatio: string;
|
49
|
+
defaultWidth: number;
|
50
|
+
defaultHeight: number;
|
51
|
+
zoomType: string;
|
52
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
2
53
|
export { QxsPhotoCropTool, };
|
3
54
|
export default QxsPhotoCropTool;
|
4
55
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/components/src/photo-crop-tool/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,gBAAgB,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/components/src/photo-crop-tool/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mGAAyB,CAAA;AAE/C,OAAO,EACL,gBAAgB,GACjB,CAAA;AAED,eAAe,gBAAgB,CAAA"}
|
@@ -0,0 +1,65 @@
|
|
1
|
+
import type { PropType } from 'vue';
|
2
|
+
declare function crop(img?: HTMLImageElement): Promise<File | null>;
|
3
|
+
declare function resize(): void;
|
4
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
5
|
+
imgFile: {
|
6
|
+
type: PropType<File>;
|
7
|
+
default: () => null;
|
8
|
+
};
|
9
|
+
aspectRatio: {
|
10
|
+
type: StringConstructor;
|
11
|
+
default: () => string;
|
12
|
+
};
|
13
|
+
defaultWidth: {
|
14
|
+
type: NumberConstructor;
|
15
|
+
default: () => number;
|
16
|
+
};
|
17
|
+
defaultHeight: {
|
18
|
+
type: NumberConstructor;
|
19
|
+
default: () => number;
|
20
|
+
};
|
21
|
+
/**
|
22
|
+
* free 自由缩放
|
23
|
+
* fixed 固定比例缩放
|
24
|
+
*/
|
25
|
+
zoomType: {
|
26
|
+
type: StringConstructor;
|
27
|
+
default: () => string;
|
28
|
+
};
|
29
|
+
}>, {
|
30
|
+
crop: typeof crop;
|
31
|
+
resize: typeof resize;
|
32
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
33
|
+
imgFile: {
|
34
|
+
type: PropType<File>;
|
35
|
+
default: () => null;
|
36
|
+
};
|
37
|
+
aspectRatio: {
|
38
|
+
type: StringConstructor;
|
39
|
+
default: () => string;
|
40
|
+
};
|
41
|
+
defaultWidth: {
|
42
|
+
type: NumberConstructor;
|
43
|
+
default: () => number;
|
44
|
+
};
|
45
|
+
defaultHeight: {
|
46
|
+
type: NumberConstructor;
|
47
|
+
default: () => number;
|
48
|
+
};
|
49
|
+
/**
|
50
|
+
* free 自由缩放
|
51
|
+
* fixed 固定比例缩放
|
52
|
+
*/
|
53
|
+
zoomType: {
|
54
|
+
type: StringConstructor;
|
55
|
+
default: () => string;
|
56
|
+
};
|
57
|
+
}>> & Readonly<{}>, {
|
58
|
+
imgFile: File;
|
59
|
+
aspectRatio: string;
|
60
|
+
defaultWidth: number;
|
61
|
+
defaultHeight: number;
|
62
|
+
zoomType: string;
|
63
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
64
|
+
export default _default;
|
65
|
+
//# sourceMappingURL=photo-crop-tool.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"photo-crop-tool.vue.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/photo-crop-tool/src/photo-crop-tool.vue"],"names":[],"mappings":"AAiZA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AA+InC,iBAAe,IAAI,CAAC,GAAG,GAAE,gBAAgC,wBAyBxD;AA0JD,iBAAS,MAAM,SAKd;;;cAkKmB,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;IAehC;;;OAGG;;;;;;;;;;cAlBe,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;IAehC;;;OAGG;;;;;;;;;;;;AA1BL,wBAgCG"}
|
@@ -1,4 +1,88 @@
|
|
1
|
-
declare const QxsSubjectAction:
|
1
|
+
declare const QxsSubjectAction: import("../withInstall").SFCWithInstall<import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
2
|
+
isEdit: {
|
3
|
+
type: BooleanConstructor;
|
4
|
+
};
|
5
|
+
isSet: {
|
6
|
+
type: BooleanConstructor;
|
7
|
+
default: boolean;
|
8
|
+
};
|
9
|
+
isKey: {
|
10
|
+
type: BooleanConstructor;
|
11
|
+
default: boolean;
|
12
|
+
};
|
13
|
+
answerCheckType: {
|
14
|
+
type: NumberConstructor;
|
15
|
+
default: number;
|
16
|
+
};
|
17
|
+
showOtherOption: {
|
18
|
+
type: BooleanConstructor;
|
19
|
+
default: boolean;
|
20
|
+
};
|
21
|
+
examAnswerRelationType: {
|
22
|
+
type: NumberConstructor;
|
23
|
+
default: null;
|
24
|
+
};
|
25
|
+
pageEnd: {
|
26
|
+
type: BooleanConstructor;
|
27
|
+
default: boolean;
|
28
|
+
};
|
29
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
30
|
+
delete: (...args: any[]) => void;
|
31
|
+
add: (...args: any[]) => void;
|
32
|
+
moveUp: (...args: any[]) => void;
|
33
|
+
moveDown: (...args: any[]) => void;
|
34
|
+
save: (...args: any[]) => void;
|
35
|
+
edit: (...args: any[]) => void;
|
36
|
+
onShowRichText: (...args: any[]) => void;
|
37
|
+
setKey: (...args: any[]) => void;
|
38
|
+
setAnswerSetting: (...args: any[]) => void;
|
39
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
40
|
+
isEdit: {
|
41
|
+
type: BooleanConstructor;
|
42
|
+
};
|
43
|
+
isSet: {
|
44
|
+
type: BooleanConstructor;
|
45
|
+
default: boolean;
|
46
|
+
};
|
47
|
+
isKey: {
|
48
|
+
type: BooleanConstructor;
|
49
|
+
default: boolean;
|
50
|
+
};
|
51
|
+
answerCheckType: {
|
52
|
+
type: NumberConstructor;
|
53
|
+
default: number;
|
54
|
+
};
|
55
|
+
showOtherOption: {
|
56
|
+
type: BooleanConstructor;
|
57
|
+
default: boolean;
|
58
|
+
};
|
59
|
+
examAnswerRelationType: {
|
60
|
+
type: NumberConstructor;
|
61
|
+
default: null;
|
62
|
+
};
|
63
|
+
pageEnd: {
|
64
|
+
type: BooleanConstructor;
|
65
|
+
default: boolean;
|
66
|
+
};
|
67
|
+
}>> & Readonly<{
|
68
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
69
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
70
|
+
onMoveUp?: ((...args: any[]) => any) | undefined;
|
71
|
+
onMoveDown?: ((...args: any[]) => any) | undefined;
|
72
|
+
onSave?: ((...args: any[]) => any) | undefined;
|
73
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
74
|
+
onOnShowRichText?: ((...args: any[]) => any) | undefined;
|
75
|
+
onSetKey?: ((...args: any[]) => any) | undefined;
|
76
|
+
onSetAnswerSetting?: ((...args: any[]) => any) | undefined;
|
77
|
+
}>, {
|
78
|
+
isEdit: boolean;
|
79
|
+
isSet: boolean;
|
80
|
+
isKey: boolean;
|
81
|
+
answerCheckType: number;
|
82
|
+
showOtherOption: boolean;
|
83
|
+
examAnswerRelationType: number;
|
84
|
+
pageEnd: boolean;
|
85
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
2
86
|
export { QxsSubjectAction };
|
3
87
|
export default QxsSubjectAction;
|
4
88
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/components/src/subject-action/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,gBAAgB,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/components/src/subject-action/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mGAAyB,CAAA;AAE/C,OAAO,EACL,gBAAgB,EACjB,CAAA;AAED,eAAe,gBAAgB,CAAA"}
|
@@ -0,0 +1,87 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
2
|
+
isEdit: {
|
3
|
+
type: BooleanConstructor;
|
4
|
+
};
|
5
|
+
isSet: {
|
6
|
+
type: BooleanConstructor;
|
7
|
+
default: boolean;
|
8
|
+
};
|
9
|
+
isKey: {
|
10
|
+
type: BooleanConstructor;
|
11
|
+
default: boolean;
|
12
|
+
};
|
13
|
+
answerCheckType: {
|
14
|
+
type: NumberConstructor;
|
15
|
+
default: number;
|
16
|
+
};
|
17
|
+
showOtherOption: {
|
18
|
+
type: BooleanConstructor;
|
19
|
+
default: boolean;
|
20
|
+
};
|
21
|
+
examAnswerRelationType: {
|
22
|
+
type: NumberConstructor;
|
23
|
+
default: null;
|
24
|
+
};
|
25
|
+
pageEnd: {
|
26
|
+
type: BooleanConstructor;
|
27
|
+
default: boolean;
|
28
|
+
};
|
29
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
30
|
+
delete: (...args: any[]) => void;
|
31
|
+
add: (...args: any[]) => void;
|
32
|
+
moveUp: (...args: any[]) => void;
|
33
|
+
moveDown: (...args: any[]) => void;
|
34
|
+
save: (...args: any[]) => void;
|
35
|
+
edit: (...args: any[]) => void;
|
36
|
+
onShowRichText: (...args: any[]) => void;
|
37
|
+
setKey: (...args: any[]) => void;
|
38
|
+
setAnswerSetting: (...args: any[]) => void;
|
39
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
40
|
+
isEdit: {
|
41
|
+
type: BooleanConstructor;
|
42
|
+
};
|
43
|
+
isSet: {
|
44
|
+
type: BooleanConstructor;
|
45
|
+
default: boolean;
|
46
|
+
};
|
47
|
+
isKey: {
|
48
|
+
type: BooleanConstructor;
|
49
|
+
default: boolean;
|
50
|
+
};
|
51
|
+
answerCheckType: {
|
52
|
+
type: NumberConstructor;
|
53
|
+
default: number;
|
54
|
+
};
|
55
|
+
showOtherOption: {
|
56
|
+
type: BooleanConstructor;
|
57
|
+
default: boolean;
|
58
|
+
};
|
59
|
+
examAnswerRelationType: {
|
60
|
+
type: NumberConstructor;
|
61
|
+
default: null;
|
62
|
+
};
|
63
|
+
pageEnd: {
|
64
|
+
type: BooleanConstructor;
|
65
|
+
default: boolean;
|
66
|
+
};
|
67
|
+
}>> & Readonly<{
|
68
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
69
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
70
|
+
onMoveUp?: ((...args: any[]) => any) | undefined;
|
71
|
+
onMoveDown?: ((...args: any[]) => any) | undefined;
|
72
|
+
onSave?: ((...args: any[]) => any) | undefined;
|
73
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
74
|
+
onOnShowRichText?: ((...args: any[]) => any) | undefined;
|
75
|
+
onSetKey?: ((...args: any[]) => any) | undefined;
|
76
|
+
onSetAnswerSetting?: ((...args: any[]) => any) | undefined;
|
77
|
+
}>, {
|
78
|
+
isEdit: boolean;
|
79
|
+
isSet: boolean;
|
80
|
+
isKey: boolean;
|
81
|
+
answerCheckType: number;
|
82
|
+
showOtherOption: boolean;
|
83
|
+
examAnswerRelationType: number;
|
84
|
+
pageEnd: boolean;
|
85
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
86
|
+
export default _default;
|
87
|
+
//# sourceMappingURL=subject-action.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"subject-action.vue.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/subject-action/src/subject-action.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmyBA,wBAmCG"}
|
@@ -1,4 +1,28 @@
|
|
1
|
-
declare const QxsSubjectLayout:
|
1
|
+
declare const QxsSubjectLayout: import("../withInstall").SFCWithInstall<{
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
3
|
+
showEdit: boolean;
|
4
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
5
|
+
P: {};
|
6
|
+
B: {};
|
7
|
+
D: {};
|
8
|
+
C: {};
|
9
|
+
M: {};
|
10
|
+
Defaults: {};
|
11
|
+
}, Readonly<{
|
12
|
+
showEdit: boolean;
|
13
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
14
|
+
__isFragment?: never;
|
15
|
+
__isTeleport?: never;
|
16
|
+
__isSuspense?: never;
|
17
|
+
} & import("vue").ComponentOptionsBase<Readonly<{
|
18
|
+
showEdit: boolean;
|
19
|
+
}> & 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 () => {
|
20
|
+
$slots: {
|
21
|
+
preview?: ((props: {}) => any) | undefined;
|
22
|
+
edit?: ((props: {}) => any) | undefined;
|
23
|
+
default?: ((props: {}) => any) | undefined;
|
24
|
+
};
|
25
|
+
})> & Record<string, any>;
|
2
26
|
export { QxsSubjectLayout };
|
3
27
|
export default QxsSubjectLayout;
|
4
28
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/components/src/subject-layout/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,gBAAgB,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/components/src/subject-layout/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;yBAAyB,CAAA;AAE/C,OAAO,EACL,gBAAgB,EACjB,CAAA;AAED,eAAe,gBAAgB,CAAA"}
|
@@ -0,0 +1,42 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
showEdit: boolean;
|
3
|
+
};
|
4
|
+
declare const ns: {
|
5
|
+
namespace: import("vue").ComputedRef<string>;
|
6
|
+
b: (blockSuffix?: string) => string;
|
7
|
+
e: (element?: string) => string;
|
8
|
+
m: (modifier?: string) => string;
|
9
|
+
be: (blockSuffix?: string, element?: string) => string;
|
10
|
+
em: (element?: string, modifier?: string) => string;
|
11
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
12
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
13
|
+
is: {
|
14
|
+
(name: string, state: boolean | undefined): string;
|
15
|
+
(name: string): string;
|
16
|
+
};
|
17
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
18
|
+
cssVarName: (name: string) => string;
|
19
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
20
|
+
cssVarBlockName: (name: string) => string;
|
21
|
+
};
|
22
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
23
|
+
declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {};
|
24
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
25
|
+
preview?: (props: typeof __VLS_1) => any;
|
26
|
+
} & {
|
27
|
+
edit?: (props: typeof __VLS_3) => any;
|
28
|
+
} & {
|
29
|
+
default?: (props: typeof __VLS_5) => any;
|
30
|
+
}>;
|
31
|
+
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
32
|
+
ns: typeof ns;
|
33
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
34
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
35
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
36
|
+
export default _default;
|
37
|
+
type __VLS_WithSlots<T, S> = T & {
|
38
|
+
new (): {
|
39
|
+
$slots: S;
|
40
|
+
};
|
41
|
+
};
|
42
|
+
//# sourceMappingURL=subject-layout.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"subject-layout.vue.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/subject-layout/src/subject-layout.vue"],"names":[],"mappings":"AAgCA,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,OAAO,CAAA;CAClB,CAAC;AAGF,QAAA,MAAM,EAAE;sBAVR,KAPG;mBAOH,CAJI;eAEiB,CAAC;gBAAqC,CAAC;oBAE7C,CAAC,iBAAiB,CAAC;gBAG1B,CAAC,kBACT,CAAA;oBAEiB,CAAC,kBAEL,CAAC;qBAEL,CAAA,iBAAiB,CAAC,kBACxB,CAAC;;;;;;;;;CADqC,CAAA;AAKzC,QAAA,MAAM,SAAS,EAAS,YAAY,CAAC,gBAAgB,CAAC,OAAO,UAAU,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC;AAyBxF,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC9D,KAAK,WAAW,GAAG,oBAAoB,CAAC,qBAAqB,CAAC,OAAO,SAAS,CAAC,MAAM,CAAC,GACpF;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GACzC;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC,CAAC;AAYhD,QAAA,MAAM,UAAU;QAGN,OAAO,EAAE;oPAIjB,CAAC;AACH,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
@@ -1,4 +1,20 @@
|
|
1
|
-
declare const QxsSubjectList:
|
2
|
-
|
1
|
+
declare const QxsSubjectList: import("../withInstall").SFCWithInstall<import("vue").DefineComponent<{
|
2
|
+
subjectList: any[];
|
3
|
+
isPreview: boolean;
|
4
|
+
}, {
|
5
|
+
addSubject: (type: string, index: number, examAnswerRelationType: number | null) => void;
|
6
|
+
currentList: globalThis.Ref<any, any>;
|
7
|
+
uploadExcel: (list: any[]) => void;
|
8
|
+
addExam: (item: any) => void;
|
9
|
+
setAnswerRelation: (answerRelations: any, customId: string, customAnswerId: string) => void;
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
11
|
+
setRelation: (...args: any[]) => void;
|
12
|
+
}, string, import("vue").PublicProps, Readonly<{
|
13
|
+
subjectList: any[];
|
14
|
+
isPreview: boolean;
|
15
|
+
}> & Readonly<{
|
16
|
+
onSetRelation?: ((...args: any[]) => any) | undefined;
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>> & Record<string, any>;
|
18
|
+
export { QxsSubjectList, };
|
3
19
|
export default QxsSubjectList;
|
4
20
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/components/src/subject-list/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,cAAc,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/components/src/subject-list/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;yGAAyB,CAAA;AAE7C,OAAO,EACL,cAAc,GACf,CAAA;AAED,eAAe,cAAc,CAAA"}
|
@@ -0,0 +1,24 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
currentPageIndex: number;
|
3
|
+
totalPage: number;
|
4
|
+
isSave: boolean;
|
5
|
+
showAction?: boolean;
|
6
|
+
isEdit: boolean;
|
7
|
+
isSet: boolean;
|
8
|
+
examAnswerRelationType?: number;
|
9
|
+
};
|
10
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
11
|
+
delete: (...args: any[]) => void;
|
12
|
+
add: (...args: any[]) => void;
|
13
|
+
save: (...args: any[]) => void;
|
14
|
+
edit: (...args: any[]) => void;
|
15
|
+
move: (...args: any[]) => void;
|
16
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
17
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
18
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
19
|
+
onSave?: ((...args: any[]) => any) | undefined;
|
20
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
21
|
+
onMove?: ((...args: any[]) => any) | undefined;
|
22
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
23
|
+
export default _default;
|
24
|
+
//# sourceMappingURL=SubjectPageEnd.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"SubjectPageEnd.vue.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/subject-list/src/components/SubjectPageEnd.vue"],"names":[],"mappings":"AAuDA,KAAK,WAAW,GAAG;IACjB,gBAAgB,EAAE,MAAM,CAAA;IACxB,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,OAAO,CAAA;IACf,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,MAAM,EAAE,OAAO,CAAA;IACf,KAAK,EAAE,OAAO,CAAA;IACd,sBAAsB,CAAC,EAAE,MAAM,CAAA;CAChC,CAAC;;;;;;;;;;;;;;AAsHF,wBAOG"}
|