@qxs-bns/components 0.0.32 → 0.0.34
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-action/src/subject-action.vue.mjs +1 -1
- package/es/src/subject-action/src/subject-action.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-action/src/subject-action.vue.cjs +1 -1
- package/lib/src/subject-action/src/subject-action.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 +2 -2
- package/theme-chalk/base.css +1 -1
- package/theme-chalk/image-upload.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/subject-list.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
@@ -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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAm1BA,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"}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
orderIndex: number;
|
3
|
+
richTextContent: string;
|
4
|
+
title?: string;
|
5
|
+
isSave: boolean;
|
6
|
+
showAction?: boolean;
|
7
|
+
isEdit: boolean;
|
8
|
+
isSet: boolean;
|
9
|
+
examAnswerRelationType?: number;
|
10
|
+
};
|
11
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
12
|
+
delete: (...args: any[]) => void;
|
13
|
+
add: (...args: any[]) => void;
|
14
|
+
save: (...args: any[]) => void;
|
15
|
+
edit: (...args: any[]) => void;
|
16
|
+
move: (...args: any[]) => void;
|
17
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
18
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
19
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
20
|
+
onSave?: ((...args: any[]) => any) | undefined;
|
21
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
22
|
+
onMove?: ((...args: any[]) => any) | undefined;
|
23
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
24
|
+
export default _default;
|
25
|
+
//# sourceMappingURL=SubjectRichText.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"SubjectRichText.vue.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/subject-list/src/components/SubjectRichText.vue"],"names":[],"mappings":"AAsFA,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,MAAM,CAAA;IAClB,eAAe,EAAE,MAAM,CAAA;IACvB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,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;;;;;;;;;;;;;;AAgKF,wBAOG"}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
orderIndex: number;
|
3
|
+
title?: string;
|
4
|
+
isSave: boolean;
|
5
|
+
showAction?: boolean;
|
6
|
+
answerList?: any;
|
7
|
+
analysis?: string;
|
8
|
+
isEdit: boolean;
|
9
|
+
isSet: boolean;
|
10
|
+
examAnswerSettingVO?: {
|
11
|
+
isInOrder: boolean;
|
12
|
+
isIgnoreCase: boolean;
|
13
|
+
};
|
14
|
+
examRichTextContent?: string;
|
15
|
+
showAnalysis?: boolean;
|
16
|
+
examAnswerRelationType?: number;
|
17
|
+
};
|
18
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
19
|
+
delete: (...args: any[]) => void;
|
20
|
+
add: (...args: any[]) => void;
|
21
|
+
save: (...args: any[]) => void;
|
22
|
+
edit: (...args: any[]) => void;
|
23
|
+
move: (...args: any[]) => void;
|
24
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
25
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
26
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
27
|
+
onSave?: ((...args: any[]) => any) | undefined;
|
28
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
29
|
+
onMove?: ((...args: any[]) => any) | undefined;
|
30
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
31
|
+
export default _default;
|
32
|
+
//# sourceMappingURL=subject-blank-fill.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"subject-blank-fill.vue.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/subject-list/src/components/subject-blank-fill.vue"],"names":[],"mappings":"AAuUA,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,OAAO,CAAA;IACf,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,GAAG,CAAA;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,OAAO,CAAA;IACf,KAAK,EAAE,OAAO,CAAA;IACd,mBAAmB,CAAC,EAAE;QACpB,SAAS,EAAE,OAAO,CAAA;QAClB,YAAY,EAAE,OAAO,CAAA;KACtB,CAAA;IACD,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,sBAAsB,CAAC,EAAE,MAAM,CAAA;CAChC,CAAC;;;;;;;;;;;;;;AA2mBF,wBAOG"}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
orderIndex: number;
|
3
|
+
title?: string;
|
4
|
+
isSave: boolean;
|
5
|
+
showAction?: boolean;
|
6
|
+
answerList?: any;
|
7
|
+
analysis?: string;
|
8
|
+
rowTitle?: string;
|
9
|
+
isEdit: boolean;
|
10
|
+
isSet: boolean;
|
11
|
+
scaleQuestionList?: any;
|
12
|
+
examRichTextContent?: string;
|
13
|
+
examAnswerRelationType?: number;
|
14
|
+
};
|
15
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
16
|
+
delete: (...args: any[]) => void;
|
17
|
+
add: (...args: any[]) => void;
|
18
|
+
save: (...args: any[]) => void;
|
19
|
+
edit: (...args: any[]) => void;
|
20
|
+
move: (...args: any[]) => void;
|
21
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
22
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
23
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
24
|
+
onSave?: ((...args: any[]) => any) | undefined;
|
25
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
26
|
+
onMove?: ((...args: any[]) => any) | undefined;
|
27
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
28
|
+
export default _default;
|
29
|
+
//# sourceMappingURL=subject-scale.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"subject-scale.vue.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/subject-list/src/components/subject-scale.vue"],"names":[],"mappings":"AA6SA,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,OAAO,CAAA;IACf,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,GAAG,CAAA;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,OAAO,CAAA;IACf,KAAK,EAAE,OAAO,CAAA;IACd,iBAAiB,CAAC,EAAE,GAAG,CAAA;IACvB,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,sBAAsB,CAAC,EAAE,MAAM,CAAA;CAChC,CAAC;;;;;;;;;;;;;;AA6mBF,wBAOG"}
|
@@ -0,0 +1,37 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
orderIndex: number;
|
3
|
+
title?: string;
|
4
|
+
isSave: boolean;
|
5
|
+
showAction?: boolean;
|
6
|
+
type: 'single' | 'multiple' | 'sort';
|
7
|
+
isEdit: boolean;
|
8
|
+
isSet: boolean;
|
9
|
+
answerList?: any;
|
10
|
+
leastAnswerCount?: number;
|
11
|
+
analysis?: string;
|
12
|
+
examExpand?: string;
|
13
|
+
examRichTextContent?: string;
|
14
|
+
showAnalysis?: boolean;
|
15
|
+
examAnswerRelationType?: number;
|
16
|
+
customId?: number;
|
17
|
+
examId?: number;
|
18
|
+
isKey: boolean;
|
19
|
+
answerCheckType: number;
|
20
|
+
};
|
21
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
22
|
+
delete: (...args: any[]) => void;
|
23
|
+
add: (...args: any[]) => void;
|
24
|
+
save: (...args: any[]) => void;
|
25
|
+
edit: (...args: any[]) => void;
|
26
|
+
move: (...args: any[]) => void;
|
27
|
+
setRelation: (...args: any[]) => void;
|
28
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
29
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
30
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
31
|
+
onSave?: ((...args: any[]) => any) | undefined;
|
32
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
33
|
+
onMove?: ((...args: any[]) => any) | undefined;
|
34
|
+
onSetRelation?: ((...args: any[]) => any) | undefined;
|
35
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
36
|
+
export default _default;
|
37
|
+
//# sourceMappingURL=subject-single.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"subject-single.vue.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/subject-list/src/components/subject-single.vue"],"names":[],"mappings":"AA+jBA,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,OAAO,CAAA;IACf,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,IAAI,EAAE,QAAQ,GAAG,UAAU,GAAG,MAAM,CAAA;IACpC,MAAM,EAAE,OAAO,CAAA;IACf,KAAK,EAAE,OAAO,CAAA;IACd,UAAU,CAAC,EAAE,GAAG,CAAA;IAChB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,sBAAsB,CAAC,EAAE,MAAM,CAAA;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,EAAE,OAAO,CAAA;IACd,eAAe,EAAE,MAAM,CAAA;CACxB,CAAC;;;;;;;;;;;;;;;;AAkgCF,wBAOG"}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
orderIndex: number;
|
3
|
+
title?: string;
|
4
|
+
isSave: boolean;
|
5
|
+
showAction?: boolean;
|
6
|
+
answerList?: any;
|
7
|
+
analysis?: string;
|
8
|
+
isEdit: boolean;
|
9
|
+
isSet: boolean;
|
10
|
+
examExpand?: string;
|
11
|
+
examAnswerSettingVO?: {
|
12
|
+
isInOrder: boolean;
|
13
|
+
isIgnoreCase: boolean;
|
14
|
+
keywordCount: number;
|
15
|
+
};
|
16
|
+
examRichTextContent?: string;
|
17
|
+
showAnalysis?: boolean;
|
18
|
+
examAnswerRelationType?: number;
|
19
|
+
};
|
20
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
21
|
+
delete: (...args: any[]) => void;
|
22
|
+
add: (...args: any[]) => void;
|
23
|
+
save: (...args: any[]) => void;
|
24
|
+
edit: (...args: any[]) => void;
|
25
|
+
move: (...args: any[]) => void;
|
26
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
27
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
28
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
29
|
+
onSave?: ((...args: any[]) => any) | undefined;
|
30
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
31
|
+
onMove?: ((...args: any[]) => any) | undefined;
|
32
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
33
|
+
export default _default;
|
34
|
+
//# sourceMappingURL=subject-text-fill.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"subject-text-fill.vue.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/subject-list/src/components/subject-text-fill.vue"],"names":[],"mappings":"AAoYA,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,OAAO,CAAA;IACf,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,GAAG,CAAA;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,OAAO,CAAA;IACf,KAAK,EAAE,OAAO,CAAA;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,mBAAmB,CAAC,EAAE;QACpB,SAAS,EAAE,OAAO,CAAA;QAClB,YAAY,EAAE,OAAO,CAAA;QACrB,YAAY,EAAE,MAAM,CAAA;KACrB,CAAA;IACD,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,sBAAsB,CAAC,EAAE,MAAM,CAAA;CAChC,CAAC;;;;;;;;;;;;;;AAgwBF,wBAOG"}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
subjectList: any[];
|
3
|
+
isPreview: boolean;
|
4
|
+
};
|
5
|
+
declare function addSubject(type: string, index: number, examAnswerRelationType: number | null): void;
|
6
|
+
declare function addExam(item: any): void;
|
7
|
+
declare function uploadExcel(list: any[]): void;
|
8
|
+
declare function setAnswerRelation(answerRelations: any, customId: string, customAnswerId: string): void;
|
9
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
10
|
+
addSubject: typeof addSubject;
|
11
|
+
currentList: globalThis.Ref<any, any>;
|
12
|
+
uploadExcel: typeof uploadExcel;
|
13
|
+
addExam: typeof addExam;
|
14
|
+
setAnswerRelation: typeof setAnswerRelation;
|
15
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
16
|
+
setRelation: (...args: any[]) => void;
|
17
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
18
|
+
onSetRelation?: ((...args: any[]) => any) | undefined;
|
19
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
20
|
+
export default _default;
|
21
|
+
//# sourceMappingURL=subject-list.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"subject-list.vue.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/subject-list/src/subject-list.vue"],"names":[],"mappings":"AAmQA,KAAK,WAAW,GAAG;IACjB,WAAW,EAAE,GAAG,EAAE,CAAA;IAClB,SAAS,EAAE,OAAO,CAAA;CACnB,CAAC;AA4CF,iBAAS,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,sBAAsB,EAAE,MAAM,GAAG,IAAI,QA4BrF;AAED,iBAAS,OAAO,CAAC,IAAI,EAAE,GAAG,QAoBzB;AACD,iBAAS,WAAW,CAAC,IAAI,EAAE,GAAG,EAAE,QAE/B;AAoCD,iBAAS,iBAAiB,CAAC,eAAe,EAAE,GAAG,EAAE,QAAQ,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,QAcxF;;;;;;;;;;;;AAwdD,wBAQG"}
|
@@ -1,4 +1,8 @@
|
|
1
|
-
declare const QxsSubjectType:
|
1
|
+
declare const QxsSubjectType: import("../withInstall").SFCWithInstall<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
2
|
+
select: (...args: any[]) => void;
|
3
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
4
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
5
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
2
6
|
export { QxsSubjectType };
|
3
7
|
export default QxsSubjectType;
|
4
8
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/components/src/subject-type/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,cAAc,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/components/src/subject-type/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,cAAc;;;;wGAAyB,CAAA;AAE7C,OAAO,EACL,cAAc,EACf,CAAA;AAED,eAAe,cAAc,CAAA"}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
2
|
+
select: (...args: any[]) => void;
|
3
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
4
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
5
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
6
|
+
export default _default;
|
7
|
+
//# sourceMappingURL=subject-type.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"subject-type.vue.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/subject-type/src/subject-type.vue"],"names":[],"mappings":";;;;;AAyPA,wBAMG"}
|
@@ -1,4 +1,20 @@
|
|
1
|
-
declare const QxsTinyMceEditor:
|
1
|
+
declare const QxsTinyMceEditor: import("../withInstall").SFCWithInstall<import("vue").DefineComponent<{
|
2
|
+
modelValue: string;
|
3
|
+
config?: import("tinymce").RawEditorOptions & {
|
4
|
+
expandSetup?: import("tinymce").RawEditorOptions["setup"];
|
5
|
+
};
|
6
|
+
assetsBasePath?: string;
|
7
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
8
|
+
"update:modelValue": (...args: any[]) => void;
|
9
|
+
}, string, import("vue").PublicProps, Readonly<{
|
10
|
+
modelValue: string;
|
11
|
+
config?: import("tinymce").RawEditorOptions & {
|
12
|
+
expandSetup?: import("tinymce").RawEditorOptions["setup"];
|
13
|
+
};
|
14
|
+
assetsBasePath?: string;
|
15
|
+
}> & Readonly<{
|
16
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>> & Record<string, any>;
|
2
18
|
export { QxsTinyMceEditor };
|
3
19
|
export default QxsTinyMceEditor;
|
4
20
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/components/src/tiny-mce-editor/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,gBAAgB,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/components/src/tiny-mce-editor/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,gBAAgB;;;mBAM++K,CAAC;;;;;;;;mBAAD,CAAC;;;;;yGANv9K,CAAA;AAE/C,OAAO,EACL,gBAAgB,EACjB,CAAA;AAED,eAAe,gBAAgB,CAAA"}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import type { RawEditorOptions } from "tinymce/tinymce";
|
2
|
+
import "tinymce/themes/silver/theme";
|
3
|
+
import "tinymce/icons/default/icons";
|
4
|
+
import "tinymce/models/dom";
|
5
|
+
import "tinymce/plugins/autolink";
|
6
|
+
import "tinymce/plugins/autoresize";
|
7
|
+
import "tinymce/plugins/fullscreen";
|
8
|
+
import "tinymce/plugins/image";
|
9
|
+
import "tinymce/plugins/insertdatetime";
|
10
|
+
import "tinymce/plugins/link";
|
11
|
+
import "tinymce/plugins/lists";
|
12
|
+
import "tinymce/plugins/media";
|
13
|
+
import "tinymce/plugins/preview";
|
14
|
+
import "tinymce/plugins/table";
|
15
|
+
import "tinymce/plugins/wordcount";
|
16
|
+
import "tinymce/plugins/code";
|
17
|
+
import "tinymce/plugins/searchreplace";
|
18
|
+
import "tinymce/plugins/nonbreaking";
|
19
|
+
type __VLS_Props = {
|
20
|
+
modelValue: string;
|
21
|
+
config?: RawEditorOptions & {
|
22
|
+
expandSetup?: RawEditorOptions["setup"];
|
23
|
+
};
|
24
|
+
assetsBasePath?: string;
|
25
|
+
};
|
26
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
27
|
+
"update:modelValue": (...args: any[]) => void;
|
28
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
29
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
30
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
31
|
+
export default _default;
|
32
|
+
//# sourceMappingURL=tiny-mce-editor.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"tiny-mce-editor.vue.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/tiny-mce-editor/src/tiny-mce-editor.vue"],"names":[],"mappings":"AAoLA,OAAO,KAAK,EAAU,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAMhE,OAAO,6BAA6B,CAAC;AACrC,OAAO,6BAA6B,CAAC;AACrC,OAAO,oBAAoB,CAAC;AAE5B,OAAO,0BAA0B,CAAC;AAClC,OAAO,4BAA4B,CAAC;AACpC,OAAO,4BAA4B,CAAC;AACpC,OAAO,uBAAuB,CAAC;AAC/B,OAAO,gCAAgC,CAAC;AACxC,OAAO,sBAAsB,CAAC;AAC9B,OAAO,uBAAuB,CAAC;AAC/B,OAAO,uBAAuB,CAAC;AAC/B,OAAO,yBAAyB,CAAC;AACjC,OAAO,uBAAuB,CAAC;AAC/B,OAAO,2BAA2B,CAAC;AACnC,OAAO,sBAAsB,CAAC;AAC9B,OAAO,+BAA+B,CAAC;AACvC,OAAO,6BAA6B,CAAC;AAMrC,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,gBAAgB,GAAG;QAC1B,WAAW,CAAC,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAC;KACzC,CAAC;IACF,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;;;;;;AA+KF,wBAOG"}
|