fmode-ng 0.0.87 → 0.0.89
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/esm2022/lib/core/parse/index.mjs +1 -1
- package/fesm2022/fmode-ng.mjs +1 -1
- package/fesm2022/fmode-ng.mjs.map +1 -1
- package/lib/core/parse/index.d.ts +1 -0
- package/lib/core/parse/types.d.ts +1 -0
- package/lib/person/edit-upload/edit-upload.component.d.ts +1 -1
- package/lib/user/comp-user-avatar/comp-user-avatar.component.d.ts +1 -1
- package/package.json +10 -10
|
@@ -13,6 +13,7 @@ declare class FmodeParse {
|
|
|
13
13
|
static initialize(config: string | FmodeInitOptions): FmodeParse;
|
|
14
14
|
static with(configName: string): FmodeParse;
|
|
15
15
|
get serverURL(): string;
|
|
16
|
+
set serverURL(url: string);
|
|
16
17
|
get appId(): string;
|
|
17
18
|
}
|
|
18
19
|
declare const defaultExport: typeof FmodeParse & {
|
|
@@ -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;
|
|
@@ -12,7 +12,7 @@ export declare class CompUserAvatarComponent implements OnInit {
|
|
|
12
12
|
ngOnInit(): void;
|
|
13
13
|
ngOnChanges(): void;
|
|
14
14
|
refresh(): Promise<void>;
|
|
15
|
-
getType(): "
|
|
15
|
+
getType(): "avatar" | "text" | "icon";
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<CompUserAvatarComponent, never>;
|
|
17
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<CompUserAvatarComponent, "app-comp-user-avatar", never, { "user": { "alias": "user"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
18
|
}
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fmode-ng",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.89",
|
|
4
4
|
"author": "未来全栈",
|
|
5
5
|
"license": "COPYRIGHT © 未来飞马 未来全栈 www.fmode.cn All RIGHTS RESERVED",
|
|
6
6
|
"peerDependencies": {
|
|
7
|
-
"@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0
|
|
8
|
-
"@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0
|
|
9
|
-
"@angular/forms": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0
|
|
10
|
-
"@angular/material": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0
|
|
11
|
-
"@angular/animations": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0
|
|
12
|
-
"ng-qrcode": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0
|
|
13
|
-
"ng-zorro-antd": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0
|
|
7
|
+
"@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
8
|
+
"@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
9
|
+
"@angular/forms": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
10
|
+
"@angular/material": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
11
|
+
"@angular/animations": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
12
|
+
"ng-qrcode": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
13
|
+
"ng-zorro-antd": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
14
14
|
"parse": "^5.0.0",
|
|
15
15
|
"@types/parse": "^3.0.9",
|
|
16
|
-
"@ionic/angular": "^6.0.0 || ^7.0.0 || ^8.0.0
|
|
16
|
+
"@ionic/angular": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
17
17
|
"qiniu-js": "^3.0.0 || ^2.0.0 || ^4.0.0",
|
|
18
18
|
"recorder-core": "^1.2.23070100",
|
|
19
19
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@types/spark-md5": "^3.0.4",
|
|
40
40
|
"@langchain/core": "^0.3.0 || ^1.0.0",
|
|
41
41
|
"highlight.js": "^11.0.0",
|
|
42
|
-
"microsoft-cognitiveservices-speech-sdk": "^1.0.0
|
|
42
|
+
"microsoft-cognitiveservices-speech-sdk": "^1.0.0",
|
|
43
43
|
"@capacitor/clipboard": "^5.0.0 || ^6.0.0 || ^7.0.0",
|
|
44
44
|
"@capacitor/filesystem": "^5.0.0 || ^6.0.0 || ^7.0.0",
|
|
45
45
|
"@capacitor/camera": "^5.0.0 || ^6.0.0 || ^7.0.0",
|