fmode-ng 0.0.97 → 0.0.99
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.
|
@@ -62,7 +62,7 @@ export declare class EditUploadComponent implements OnInit {
|
|
|
62
62
|
}[];
|
|
63
63
|
qiniuConf: any;
|
|
64
64
|
getUptoken(): Promise<any>;
|
|
65
|
-
checkFileType(url: string): "
|
|
65
|
+
checkFileType(url: string): "video" | "image" | "file";
|
|
66
66
|
upable(): boolean;
|
|
67
67
|
imgShowing: boolean;
|
|
68
68
|
fileUrl: string;
|
package/package.json
CHANGED
|
@@ -1,14 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fmode-ng",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.99",
|
|
4
4
|
"author": "未来全栈",
|
|
5
5
|
"license": "COPYRIGHT © 未来飞马 未来全栈 www.fmode.cn All RIGHTS RESERVED",
|
|
6
6
|
"exports": {
|
|
7
|
-
"
|
|
8
|
-
"types": "./index.d.ts",
|
|
9
|
-
"default": "./
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"./aigc": {
|
|
8
|
+
"types": "./lib/aigc/index.d.ts",
|
|
9
|
+
"default": "./esm2022/lib/aigc/index.mjs"
|
|
10
|
+
},
|
|
11
|
+
"./core": {
|
|
12
|
+
"types": "./lib/core/index.d.ts",
|
|
13
|
+
"default": "./esm2022/lib/core/index.mjs"
|
|
14
|
+
},
|
|
15
|
+
"./core/agent/chat/completion": {
|
|
16
|
+
"types": "./lib/coree/agent/chat/completion/index.d.ts",
|
|
17
|
+
"default": "./esm2022/lib/core/agent/chat/completion/index.mjs"
|
|
12
18
|
},
|
|
13
19
|
"./core/parse": {
|
|
14
20
|
"types": "./lib/core/parse/index.d.ts",
|
|
@@ -16,6 +22,12 @@
|
|
|
16
22
|
},
|
|
17
23
|
"./package.json": {
|
|
18
24
|
"default": "./package.json"
|
|
25
|
+
},
|
|
26
|
+
".": {
|
|
27
|
+
"types": "./index.d.ts",
|
|
28
|
+
"esm2022": "./esm2022/fmode-ng.mjs",
|
|
29
|
+
"esm": "./esm2022/fmode-ng.mjs",
|
|
30
|
+
"default": "./fesm2022/fmode-ng.mjs"
|
|
19
31
|
}
|
|
20
32
|
},
|
|
21
33
|
"peerDependencies": {
|
|
@@ -26,24 +38,10 @@
|
|
|
26
38
|
"@angular/animations": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
27
39
|
"ng-qrcode": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
28
40
|
"ng-zorro-antd": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
29
|
-
"parse": "^5.0.0",
|
|
30
|
-
"@types/parse": "^3.0.9",
|
|
31
41
|
"@ionic/angular": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
32
42
|
"qiniu-js": "^3.0.0 || ^2.0.0",
|
|
33
43
|
"recorder-core": "^1.2.23070100",
|
|
34
44
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
35
|
-
"mathjax-full": "3.2.2",
|
|
36
|
-
"markdown-it": "^13.0.0 || ^14.0.0",
|
|
37
|
-
"markdown-it-abbr": "^1.0.4",
|
|
38
|
-
"markdown-it-deflist": "^2.1.0",
|
|
39
|
-
"markdown-it-footnote": "^3.0.3",
|
|
40
|
-
"markdown-it-imsize": "^2.0.1",
|
|
41
|
-
"markdown-it-ins": "^3.0.1",
|
|
42
|
-
"markdown-it-mark": "^3.0.1",
|
|
43
|
-
"markdown-it-mathjax": "^2.0.0",
|
|
44
|
-
"markdown-it-ruby": "^0.1.1",
|
|
45
|
-
"markdown-it-sub": "^1.0.0",
|
|
46
|
-
"markdown-it-sup": "^1.0.0",
|
|
47
45
|
"esdk-obs-browserjs": "^3.23.5",
|
|
48
46
|
"plantuml-encoder": "^1.4.0",
|
|
49
47
|
"jquery": "^3.7.1",
|
|
@@ -52,7 +50,6 @@
|
|
|
52
50
|
"@babylonjs/loaders": "7.2.3",
|
|
53
51
|
"spark-md5": "^3.0.2",
|
|
54
52
|
"@types/spark-md5": "^3.0.4",
|
|
55
|
-
"@langchain/core": "^0.3.0",
|
|
56
53
|
"highlight.js": "^11.0.0",
|
|
57
54
|
"microsoft-cognitiveservices-speech-sdk": "^1.0.0",
|
|
58
55
|
"@capacitor/core": " ^5.0.0 || ^6.0.0 || ^7.0.0",
|
|
@@ -66,8 +63,27 @@
|
|
|
66
63
|
"plupload": "^2.0.0",
|
|
67
64
|
"swiper": "^10.0.0 || ^11.0.0",
|
|
68
65
|
"pako": "^2.0.0",
|
|
69
|
-
"uuid": "^11.0.0"
|
|
66
|
+
"uuid": "^11.0.0",
|
|
67
|
+
"parse": "^5.0.0",
|
|
68
|
+
"@types/parse": "^3.0.9",
|
|
69
|
+
"@langchain/core": "^0.3.0",
|
|
70
|
+
"mathjax-full": "3.2.2",
|
|
71
|
+
"markdown-it": "^13.0.0 || ^14.0.0",
|
|
72
|
+
"markdown-it-abbr": "^1.0.4",
|
|
73
|
+
"markdown-it-deflist": "^2.1.0",
|
|
74
|
+
"markdown-it-footnote": "^3.0.3",
|
|
75
|
+
"markdown-it-imsize": "^2.0.1",
|
|
76
|
+
"markdown-it-ins": "^3.0.1",
|
|
77
|
+
"markdown-it-mark": "^3.0.1",
|
|
78
|
+
"markdown-it-mathjax": "^2.0.0",
|
|
79
|
+
"markdown-it-ruby": "^0.1.1",
|
|
80
|
+
"markdown-it-sub": "^1.0.0",
|
|
81
|
+
"markdown-it-sup": "^1.0.0"
|
|
70
82
|
},
|
|
83
|
+
"allowedNonPeerDependencies": [
|
|
84
|
+
"parse",
|
|
85
|
+
"@types/parse"
|
|
86
|
+
],
|
|
71
87
|
"dependencies": {
|
|
72
88
|
"tslib": "^2.3.0"
|
|
73
89
|
},
|