cnhis-design-vue 3.3.1-beta.48 → 3.3.1-beta.53
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/components/audio-sdk/index.d.ts +24 -10
- package/es/components/audio-sdk/src/Index.vue.d.ts +24 -10
- package/es/components/audio-sdk/src/audioSDK.js +1 -1
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +12 -5
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +12 -5
- package/es/components/audio-sdk/src/components/recording.vue2.js +8 -22
- package/es/shared/package.json.js +1 -1
- package/package.json +78 -78
@@ -70,7 +70,9 @@ declare const AudioSdk: SFCWithInstall<import("vue").DefineComponent<{
|
|
70
70
|
onSuccess: (data: import("../../shared/types").AnyObject) => void;
|
71
71
|
CRecording: import("vue").DefineComponent<{
|
72
72
|
content: {
|
73
|
-
type:
|
73
|
+
type: import("vue").PropType<string | {
|
74
|
+
data: string;
|
75
|
+
}>;
|
74
76
|
default: string;
|
75
77
|
};
|
76
78
|
showBtn: {
|
@@ -89,7 +91,9 @@ declare const AudioSdk: SFCWithInstall<import("vue").DefineComponent<{
|
|
89
91
|
consultationRecordUrl: string;
|
90
92
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
91
93
|
content: {
|
92
|
-
type:
|
94
|
+
type: import("vue").PropType<string | {
|
95
|
+
data: string;
|
96
|
+
}>;
|
93
97
|
default: string;
|
94
98
|
};
|
95
99
|
showBtn: {
|
@@ -112,7 +116,6 @@ declare const AudioSdk: SFCWithInstall<import("vue").DefineComponent<{
|
|
112
116
|
}>>;
|
113
117
|
emit: (event: "close" | "success" | "end" | "fail", ...args: any[]) => void;
|
114
118
|
loading: import("vue").Ref<boolean>;
|
115
|
-
handleKeydown: (event: KeyboardEvent) => void;
|
116
119
|
close: () => void;
|
117
120
|
toAnalyzing: () => Promise<void>;
|
118
121
|
NIcon: any;
|
@@ -121,7 +124,9 @@ declare const AudioSdk: SFCWithInstall<import("vue").DefineComponent<{
|
|
121
124
|
Mic: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
122
125
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "end" | "fail")[], "close" | "success" | "end" | "fail", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
123
126
|
content: {
|
124
|
-
type:
|
127
|
+
type: import("vue").PropType<string | {
|
128
|
+
data: string;
|
129
|
+
}>;
|
125
130
|
default: string;
|
126
131
|
};
|
127
132
|
showBtn: {
|
@@ -142,7 +147,9 @@ declare const AudioSdk: SFCWithInstall<import("vue").DefineComponent<{
|
|
142
147
|
onFail?: ((...args: any[]) => any) | undefined;
|
143
148
|
onEnd?: ((...args: any[]) => any) | undefined;
|
144
149
|
}, {
|
145
|
-
content: string
|
150
|
+
content: string | {
|
151
|
+
data: string;
|
152
|
+
};
|
146
153
|
showBtn: boolean;
|
147
154
|
}>;
|
148
155
|
RecordingModal: import("vue").DefineComponent<{
|
@@ -161,7 +168,9 @@ declare const AudioSdk: SFCWithInstall<import("vue").DefineComponent<{
|
|
161
168
|
NModal: any;
|
162
169
|
Recording: import("vue").DefineComponent<{
|
163
170
|
content: {
|
164
|
-
type:
|
171
|
+
type: import("vue").PropType<string | {
|
172
|
+
data: string;
|
173
|
+
}>;
|
165
174
|
default: string;
|
166
175
|
};
|
167
176
|
showBtn: {
|
@@ -180,7 +189,9 @@ declare const AudioSdk: SFCWithInstall<import("vue").DefineComponent<{
|
|
180
189
|
consultationRecordUrl: string;
|
181
190
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
182
191
|
content: {
|
183
|
-
type:
|
192
|
+
type: import("vue").PropType<string | {
|
193
|
+
data: string;
|
194
|
+
}>;
|
184
195
|
default: string;
|
185
196
|
};
|
186
197
|
showBtn: {
|
@@ -203,7 +214,6 @@ declare const AudioSdk: SFCWithInstall<import("vue").DefineComponent<{
|
|
203
214
|
}>>;
|
204
215
|
emit: (event: "close" | "success" | "end" | "fail", ...args: any[]) => void;
|
205
216
|
loading: import("vue").Ref<boolean>;
|
206
|
-
handleKeydown: (event: KeyboardEvent) => void;
|
207
217
|
close: () => void;
|
208
218
|
toAnalyzing: () => Promise<void>;
|
209
219
|
NIcon: any;
|
@@ -212,7 +222,9 @@ declare const AudioSdk: SFCWithInstall<import("vue").DefineComponent<{
|
|
212
222
|
Mic: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
213
223
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "end" | "fail")[], "close" | "success" | "end" | "fail", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
214
224
|
content: {
|
215
|
-
type:
|
225
|
+
type: import("vue").PropType<string | {
|
226
|
+
data: string;
|
227
|
+
}>;
|
216
228
|
default: string;
|
217
229
|
};
|
218
230
|
showBtn: {
|
@@ -233,7 +245,9 @@ declare const AudioSdk: SFCWithInstall<import("vue").DefineComponent<{
|
|
233
245
|
onFail?: ((...args: any[]) => any) | undefined;
|
234
246
|
onEnd?: ((...args: any[]) => any) | undefined;
|
235
247
|
}, {
|
236
|
-
content: string
|
248
|
+
content: string | {
|
249
|
+
data: string;
|
250
|
+
};
|
237
251
|
showBtn: boolean;
|
238
252
|
}>;
|
239
253
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
@@ -70,7 +70,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
70
70
|
onSuccess: (data: AnyObject) => void;
|
71
71
|
CRecording: import("vue").DefineComponent<{
|
72
72
|
content: {
|
73
|
-
type:
|
73
|
+
type: PropType<string | {
|
74
|
+
data: string;
|
75
|
+
}>;
|
74
76
|
default: string;
|
75
77
|
};
|
76
78
|
showBtn: {
|
@@ -89,7 +91,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
89
91
|
consultationRecordUrl: string;
|
90
92
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
91
93
|
content: {
|
92
|
-
type:
|
94
|
+
type: PropType<string | {
|
95
|
+
data: string;
|
96
|
+
}>;
|
93
97
|
default: string;
|
94
98
|
};
|
95
99
|
showBtn: {
|
@@ -112,7 +116,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
112
116
|
}>>;
|
113
117
|
emit: (event: "close" | "success" | "end" | "fail", ...args: any[]) => void;
|
114
118
|
loading: import("vue").Ref<boolean>;
|
115
|
-
handleKeydown: (event: KeyboardEvent) => void;
|
116
119
|
close: () => void;
|
117
120
|
toAnalyzing: () => Promise<void>;
|
118
121
|
NIcon: any;
|
@@ -121,7 +124,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
121
124
|
Mic: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
122
125
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "end" | "fail")[], "close" | "success" | "end" | "fail", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
123
126
|
content: {
|
124
|
-
type:
|
127
|
+
type: PropType<string | {
|
128
|
+
data: string;
|
129
|
+
}>;
|
125
130
|
default: string;
|
126
131
|
};
|
127
132
|
showBtn: {
|
@@ -142,7 +147,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
142
147
|
onFail?: ((...args: any[]) => any) | undefined;
|
143
148
|
onEnd?: ((...args: any[]) => any) | undefined;
|
144
149
|
}, {
|
145
|
-
content: string
|
150
|
+
content: string | {
|
151
|
+
data: string;
|
152
|
+
};
|
146
153
|
showBtn: boolean;
|
147
154
|
}>;
|
148
155
|
RecordingModal: import("vue").DefineComponent<{
|
@@ -161,7 +168,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
161
168
|
NModal: any;
|
162
169
|
Recording: import("vue").DefineComponent<{
|
163
170
|
content: {
|
164
|
-
type:
|
171
|
+
type: PropType<string | {
|
172
|
+
data: string;
|
173
|
+
}>;
|
165
174
|
default: string;
|
166
175
|
};
|
167
176
|
showBtn: {
|
@@ -180,7 +189,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
180
189
|
consultationRecordUrl: string;
|
181
190
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
182
191
|
content: {
|
183
|
-
type:
|
192
|
+
type: PropType<string | {
|
193
|
+
data: string;
|
194
|
+
}>;
|
184
195
|
default: string;
|
185
196
|
};
|
186
197
|
showBtn: {
|
@@ -203,7 +214,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
203
214
|
}>>;
|
204
215
|
emit: (event: "close" | "success" | "end" | "fail", ...args: any[]) => void;
|
205
216
|
loading: import("vue").Ref<boolean>;
|
206
|
-
handleKeydown: (event: KeyboardEvent) => void;
|
207
217
|
close: () => void;
|
208
218
|
toAnalyzing: () => Promise<void>;
|
209
219
|
NIcon: any;
|
@@ -212,7 +222,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
212
222
|
Mic: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
213
223
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "end" | "fail")[], "close" | "success" | "end" | "fail", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
214
224
|
content: {
|
215
|
-
type:
|
225
|
+
type: PropType<string | {
|
226
|
+
data: string;
|
227
|
+
}>;
|
216
228
|
default: string;
|
217
229
|
};
|
218
230
|
showBtn: {
|
@@ -233,7 +245,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
233
245
|
onFail?: ((...args: any[]) => any) | undefined;
|
234
246
|
onEnd?: ((...args: any[]) => any) | undefined;
|
235
247
|
}, {
|
236
|
-
content: string
|
248
|
+
content: string | {
|
249
|
+
data: string;
|
250
|
+
};
|
237
251
|
showBtn: boolean;
|
238
252
|
}>;
|
239
253
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
@@ -14,7 +14,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
14
14
|
NModal: any;
|
15
15
|
Recording: import("vue").DefineComponent<{
|
16
16
|
content: {
|
17
|
-
type:
|
17
|
+
type: import("vue").PropType<string | {
|
18
|
+
data: string;
|
19
|
+
}>;
|
18
20
|
default: string;
|
19
21
|
};
|
20
22
|
showBtn: {
|
@@ -33,7 +35,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
33
35
|
consultationRecordUrl: string;
|
34
36
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
35
37
|
content: {
|
36
|
-
type:
|
38
|
+
type: import("vue").PropType<string | {
|
39
|
+
data: string;
|
40
|
+
}>;
|
37
41
|
default: string;
|
38
42
|
};
|
39
43
|
showBtn: {
|
@@ -56,7 +60,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
56
60
|
}>>;
|
57
61
|
emit: (event: "close" | "success" | "end" | "fail", ...args: any[]) => void;
|
58
62
|
loading: import("vue").Ref<boolean>;
|
59
|
-
handleKeydown: (event: KeyboardEvent) => void;
|
60
63
|
close: () => void;
|
61
64
|
toAnalyzing: () => Promise<void>;
|
62
65
|
NIcon: any;
|
@@ -65,7 +68,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
65
68
|
Mic: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
66
69
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "end" | "fail")[], "close" | "success" | "end" | "fail", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
67
70
|
content: {
|
68
|
-
type:
|
71
|
+
type: import("vue").PropType<string | {
|
72
|
+
data: string;
|
73
|
+
}>;
|
69
74
|
default: string;
|
70
75
|
};
|
71
76
|
showBtn: {
|
@@ -86,7 +91,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
86
91
|
onFail?: ((...args: any[]) => any) | undefined;
|
87
92
|
onEnd?: ((...args: any[]) => any) | undefined;
|
88
93
|
}, {
|
89
|
-
content: string
|
94
|
+
content: string | {
|
95
|
+
data: string;
|
96
|
+
};
|
90
97
|
showBtn: boolean;
|
91
98
|
}>;
|
92
99
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
@@ -2,7 +2,9 @@ import { PropType } from 'vue';
|
|
2
2
|
import { AnyObject } from '../../../../shared/types';
|
3
3
|
declare const _default: import("vue").DefineComponent<{
|
4
4
|
content: {
|
5
|
-
type:
|
5
|
+
type: PropType<string | {
|
6
|
+
data: string;
|
7
|
+
}>;
|
6
8
|
default: string;
|
7
9
|
};
|
8
10
|
showBtn: {
|
@@ -21,7 +23,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
21
23
|
consultationRecordUrl: string;
|
22
24
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
23
25
|
content: {
|
24
|
-
type:
|
26
|
+
type: PropType<string | {
|
27
|
+
data: string;
|
28
|
+
}>;
|
25
29
|
default: string;
|
26
30
|
};
|
27
31
|
showBtn: {
|
@@ -44,7 +48,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
44
48
|
}>>;
|
45
49
|
emit: (event: "close" | "success" | "end" | "fail", ...args: any[]) => void;
|
46
50
|
loading: import("vue").Ref<boolean>;
|
47
|
-
handleKeydown: (event: KeyboardEvent) => void;
|
48
51
|
close: () => void;
|
49
52
|
toAnalyzing: () => Promise<void>;
|
50
53
|
NIcon: any;
|
@@ -53,7 +56,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
53
56
|
Mic: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
54
57
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "end" | "fail")[], "close" | "success" | "end" | "fail", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
55
58
|
content: {
|
56
|
-
type:
|
59
|
+
type: PropType<string | {
|
60
|
+
data: string;
|
61
|
+
}>;
|
57
62
|
default: string;
|
58
63
|
};
|
59
64
|
showBtn: {
|
@@ -74,7 +79,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
74
79
|
onFail?: ((...args: any[]) => any) | undefined;
|
75
80
|
onEnd?: ((...args: any[]) => any) | undefined;
|
76
81
|
}, {
|
77
|
-
content: string
|
82
|
+
content: string | {
|
83
|
+
data: string;
|
84
|
+
};
|
78
85
|
showBtn: boolean;
|
79
86
|
}>;
|
80
87
|
export default _default;
|
@@ -1,17 +1,16 @@
|
|
1
|
-
import {
|
1
|
+
import { defineComponent, ref, openBlock, createElementBlock, createBlock, unref, Fragment, createElementVNode, toDisplayString, createVNode, withCtx, createTextVNode, createCommentVNode } from 'vue';
|
2
|
+
import { isString, isObject } from 'lodash-es';
|
2
3
|
import { NSpin, NIcon, NButton } from 'naive-ui';
|
3
4
|
import { Mic } from '@vicons/ionicons5';
|
4
5
|
import axios from 'axios';
|
5
6
|
|
6
|
-
var _a;
|
7
7
|
const _hoisted_1 = {
|
8
8
|
class: "c-recording-wrapper"
|
9
9
|
};
|
10
10
|
const _hoisted_2 = {
|
11
11
|
class: "content"
|
12
12
|
};
|
13
|
-
const _hoisted_3 =
|
14
|
-
const _hoisted_4 = {
|
13
|
+
const _hoisted_3 = {
|
15
14
|
key: 0,
|
16
15
|
class: "btns"
|
17
16
|
};
|
@@ -19,7 +18,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
19
18
|
__name: "recording",
|
20
19
|
props: {
|
21
20
|
content: {
|
22
|
-
type: String,
|
21
|
+
type: [String, Object],
|
23
22
|
default: ""
|
24
23
|
},
|
25
24
|
showBtn: {
|
@@ -43,20 +42,6 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
43
42
|
const props = __props;
|
44
43
|
const consultationRecordUrl = "/flow/openApi/consultationRecord";
|
45
44
|
const loading = ref(false);
|
46
|
-
onMounted(() => {
|
47
|
-
document.addEventListener("keydown", handleKeydown);
|
48
|
-
});
|
49
|
-
onBeforeUnmount(() => {
|
50
|
-
document.removeEventListener("keydown", handleKeydown);
|
51
|
-
});
|
52
|
-
function handleKeydown(event) {
|
53
|
-
if (event.key === " " || event.code === "Space") {
|
54
|
-
if (loading.value)
|
55
|
-
return;
|
56
|
-
event.preventDefault();
|
57
|
-
close();
|
58
|
-
}
|
59
|
-
}
|
60
45
|
function close() {
|
61
46
|
emit("close");
|
62
47
|
}
|
@@ -64,11 +49,12 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
64
49
|
emit("end");
|
65
50
|
loading.value = true;
|
66
51
|
try {
|
52
|
+
const audioText = isString(props.content) ? props.content : isObject(props.content) ? props.content.data : "";
|
67
53
|
const {
|
68
54
|
data
|
69
55
|
} = await axios.post(consultationRecordUrl, {
|
70
56
|
taskId: 1,
|
71
|
-
audioText
|
57
|
+
audioText,
|
72
58
|
intentionCode: props.intentionCode,
|
73
59
|
configs: props.configs || {}
|
74
60
|
}, {
|
@@ -102,12 +88,12 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
102
88
|
key: 1
|
103
89
|
}, [createElementVNode("p", _hoisted_2, toDisplayString(__props.content || "\u6B63\u5728\u8046\u542C..."), 1), createElementVNode("div", {
|
104
90
|
class: "icon-box",
|
105
|
-
onClick:
|
91
|
+
onClick: toAnalyzing
|
106
92
|
}, [createVNode(unref(NIcon), {
|
107
93
|
size: "60",
|
108
94
|
color: "#fff",
|
109
95
|
component: unref(Mic)
|
110
|
-
}, null, 8, ["component"])]),
|
96
|
+
}, null, 8, ["component"])]), __props.showBtn ? (openBlock(), createElementBlock("div", _hoisted_3, [createVNode(unref(NButton), {
|
111
97
|
type: "primary",
|
112
98
|
onClick: toAnalyzing,
|
113
99
|
disabled: !__props.content
|
package/package.json
CHANGED
@@ -1,78 +1,78 @@
|
|
1
|
-
{
|
2
|
-
"name": "cnhis-design-vue",
|
3
|
-
"version": "3.3.1-beta.
|
4
|
-
"license": "ISC",
|
5
|
-
"module": "./es/components/index.js",
|
6
|
-
"main": "./es/components/index.js",
|
7
|
-
"types": "./es/components/index.d.ts",
|
8
|
-
"sideEffects": [
|
9
|
-
"es/components/**/style/*",
|
10
|
-
"es/components/*(.css,.less)"
|
11
|
-
],
|
12
|
-
"files": [
|
13
|
-
"es",
|
14
|
-
"README.md"
|
15
|
-
],
|
16
|
-
"peerDependencies": {
|
17
|
-
"@fullcalendar/core": "^6.1.10",
|
18
|
-
"@fullcalendar/interaction": "^6.1.10",
|
19
|
-
"@fullcalendar/resource": "^6.1.10",
|
20
|
-
"@fullcalendar/resource-timegrid": "^6.1.10",
|
21
|
-
"@fullcalendar/scrollgrid": "^6.1.10",
|
22
|
-
"@fullcalendar/vue3": "^6.1.10",
|
23
|
-
"naive-ui": "^2.34.0",
|
24
|
-
"vue": "^3.2.0",
|
25
|
-
"vxe-table": "^4.2.5"
|
26
|
-
},
|
27
|
-
"dependencies": {
|
28
|
-
"@formily/core": "2.1.9",
|
29
|
-
"@formily/path": "2.1.9",
|
30
|
-
"@formily/reactive": "2.1.9",
|
31
|
-
"@formily/vue": "2.1.9",
|
32
|
-
"@microsoft/fetch-event-source": "^2.0.1",
|
33
|
-
"@vicons/ionicons5": "^0.12.0",
|
34
|
-
"@vueuse/core": "^8.6.0",
|
35
|
-
"@vueuse/shared": "^8.6.0",
|
36
|
-
"@wangeditor/editor": "^5.1.1",
|
37
|
-
"@wangeditor/editor-for-vue": "^5.1.11",
|
38
|
-
"axios": "^0.27.2",
|
39
|
-
"bpmn-js": "^9.2.2",
|
40
|
-
"bpmnlint-utils": "^1.0.2",
|
41
|
-
"date-fns": "^3.6.0",
|
42
|
-
"diagram-js": "^8.7.1",
|
43
|
-
"ids": "^1.0.0",
|
44
|
-
"inherits": "^2.0.4",
|
45
|
-
"lodash": "^4.17.21",
|
46
|
-
"lodash-es": "^4.17.21",
|
47
|
-
"lodash-unified": "^1.0.2",
|
48
|
-
"markdown-it": "^13.0.1",
|
49
|
-
"min-dash": "^3.8.1",
|
50
|
-
"min-dom": "^3.2.1",
|
51
|
-
"moment": "^2.29.1",
|
52
|
-
"naive-ui": "^2.34.0",
|
53
|
-
"recorder-core": "^1.2.23070100",
|
54
|
-
"socket.io-client": "^4.7.3",
|
55
|
-
"sockjs-client": "^1.6.1",
|
56
|
-
"sortablejs": "^1.15.0",
|
57
|
-
"spark-md5": "^3.0.2",
|
58
|
-
"stompjs": "^2.3.3",
|
59
|
-
"tiny-svg": "^2.2.4",
|
60
|
-
"trtc-sdk-v5": "^5.5.2",
|
61
|
-
"v-viewer": "^3.0.10",
|
62
|
-
"video.js": "^7.19.2",
|
63
|
-
"videojs-contrib-hls": "^5.15.0",
|
64
|
-
"viewerjs": "^1.10.5",
|
65
|
-
"vue": "^3.2.0",
|
66
|
-
"vue-simple-uploader": "^1.0.0-beta.5",
|
67
|
-
"xe-utils": "^3.5.4"
|
68
|
-
},
|
69
|
-
"browserslist": [
|
70
|
-
"defaults",
|
71
|
-
"not ie < 8",
|
72
|
-
"last 2 versions",
|
73
|
-
"> 1%",
|
74
|
-
"iOS 7",
|
75
|
-
"last 3 iOS versions"
|
76
|
-
],
|
77
|
-
"gitHead": "
|
78
|
-
}
|
1
|
+
{
|
2
|
+
"name": "cnhis-design-vue",
|
3
|
+
"version": "3.3.1-beta.53",
|
4
|
+
"license": "ISC",
|
5
|
+
"module": "./es/components/index.js",
|
6
|
+
"main": "./es/components/index.js",
|
7
|
+
"types": "./es/components/index.d.ts",
|
8
|
+
"sideEffects": [
|
9
|
+
"es/components/**/style/*",
|
10
|
+
"es/components/*(.css,.less)"
|
11
|
+
],
|
12
|
+
"files": [
|
13
|
+
"es",
|
14
|
+
"README.md"
|
15
|
+
],
|
16
|
+
"peerDependencies": {
|
17
|
+
"@fullcalendar/core": "^6.1.10",
|
18
|
+
"@fullcalendar/interaction": "^6.1.10",
|
19
|
+
"@fullcalendar/resource": "^6.1.10",
|
20
|
+
"@fullcalendar/resource-timegrid": "^6.1.10",
|
21
|
+
"@fullcalendar/scrollgrid": "^6.1.10",
|
22
|
+
"@fullcalendar/vue3": "^6.1.10",
|
23
|
+
"naive-ui": "^2.34.0",
|
24
|
+
"vue": "^3.2.0",
|
25
|
+
"vxe-table": "^4.2.5"
|
26
|
+
},
|
27
|
+
"dependencies": {
|
28
|
+
"@formily/core": "2.1.9",
|
29
|
+
"@formily/path": "2.1.9",
|
30
|
+
"@formily/reactive": "2.1.9",
|
31
|
+
"@formily/vue": "2.1.9",
|
32
|
+
"@microsoft/fetch-event-source": "^2.0.1",
|
33
|
+
"@vicons/ionicons5": "^0.12.0",
|
34
|
+
"@vueuse/core": "^8.6.0",
|
35
|
+
"@vueuse/shared": "^8.6.0",
|
36
|
+
"@wangeditor/editor": "^5.1.1",
|
37
|
+
"@wangeditor/editor-for-vue": "^5.1.11",
|
38
|
+
"axios": "^0.27.2",
|
39
|
+
"bpmn-js": "^9.2.2",
|
40
|
+
"bpmnlint-utils": "^1.0.2",
|
41
|
+
"date-fns": "^3.6.0",
|
42
|
+
"diagram-js": "^8.7.1",
|
43
|
+
"ids": "^1.0.0",
|
44
|
+
"inherits": "^2.0.4",
|
45
|
+
"lodash": "^4.17.21",
|
46
|
+
"lodash-es": "^4.17.21",
|
47
|
+
"lodash-unified": "^1.0.2",
|
48
|
+
"markdown-it": "^13.0.1",
|
49
|
+
"min-dash": "^3.8.1",
|
50
|
+
"min-dom": "^3.2.1",
|
51
|
+
"moment": "^2.29.1",
|
52
|
+
"naive-ui": "^2.34.0",
|
53
|
+
"recorder-core": "^1.2.23070100",
|
54
|
+
"socket.io-client": "^4.7.3",
|
55
|
+
"sockjs-client": "^1.6.1",
|
56
|
+
"sortablejs": "^1.15.0",
|
57
|
+
"spark-md5": "^3.0.2",
|
58
|
+
"stompjs": "^2.3.3",
|
59
|
+
"tiny-svg": "^2.2.4",
|
60
|
+
"trtc-sdk-v5": "^5.5.2",
|
61
|
+
"v-viewer": "^3.0.10",
|
62
|
+
"video.js": "^7.19.2",
|
63
|
+
"videojs-contrib-hls": "^5.15.0",
|
64
|
+
"viewerjs": "^1.10.5",
|
65
|
+
"vue": "^3.2.0",
|
66
|
+
"vue-simple-uploader": "^1.0.0-beta.5",
|
67
|
+
"xe-utils": "^3.5.4"
|
68
|
+
},
|
69
|
+
"browserslist": [
|
70
|
+
"defaults",
|
71
|
+
"not ie < 8",
|
72
|
+
"last 2 versions",
|
73
|
+
"> 1%",
|
74
|
+
"iOS 7",
|
75
|
+
"last 3 iOS versions"
|
76
|
+
],
|
77
|
+
"gitHead": "8608bbfc8f8273af160171d5f3b105559efd3463"
|
78
|
+
}
|