fmode-ng 0.0.12 → 0.0.13
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/esm2020/lib/aigc/avatar/comp-avatar-role-image/comp-avatar-role-image.component.mjs +1 -1
- package/esm2020/lib/aigc/service-fmai/service-chat/chat-class.mjs +1 -1
- package/esm2020/lib/aigc/service-fmai/service-chat/chat.service.mjs +1 -1
- package/esm2020/lib/aigc/service-fmai/service-imagine/imagine.service.mjs +1 -1
- package/esm2020/lib/map/comp-poi-picker/comp-poi-picker.component.mjs +1 -1
- package/esm2020/lib/map/page-plan-route/page-plan-route.component.mjs +1 -1
- package/esm2020/lib/nova-cloud/nova-cloud.service.mjs +1 -1
- package/esm2020/lib/storage/service-hwobs/hwobs.service.mjs +1 -1
- package/esm2020/lib/storage/service-upload/nova-upload.service.mjs +1 -1
- package/fesm2015/fmode-ng.mjs +1 -1
- package/fesm2015/fmode-ng.mjs.map +1 -1
- package/fesm2020/fmode-ng.mjs +1 -1
- package/fesm2020/fmode-ng.mjs.map +1 -1
- package/lib/aigc/avatar/comp-avatar-role-image/comp-avatar-role-image.component.d.ts +1 -1
- package/lib/aigc/service-fmai/service-chat/chat-class.d.ts +1 -1
- package/lib/aigc/service-fmai/service-chat/chat.service.d.ts +1 -1
- package/lib/aigc/service-fmai/service-imagine/imagine.service.d.ts +1 -1
- package/lib/map/comp-poi-picker/comp-poi-picker.component.d.ts +1 -1
- package/lib/storage/service-hwobs/hwobs.service.d.ts +1 -1
- package/lib/storage/service-upload/nova-upload.service.d.ts +4 -2
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
2
|
import { FmodeAvatarRoleComp } from '../interface-avatar-role';
|
|
3
3
|
import 'recorder-core/src/extensions/waveview';
|
|
4
|
-
import
|
|
4
|
+
import Parse from "parse";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CompAvatarRoleImageComponent implements FmodeAvatarRoleComp, AfterViewInit {
|
|
7
7
|
avatarImage: ElementRef;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Router } from '@angular/router';
|
|
2
2
|
import { FmodeChat } from './chat-class';
|
|
3
|
-
import
|
|
3
|
+
import Parse from "parse";
|
|
4
4
|
import { NovaCloudService } from '../../../nova-cloud';
|
|
5
5
|
import { AlertController, NavController, Platform } from '@ionic/angular';
|
|
6
6
|
import { CrossService } from '../../../platform';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { NovaCloudService } from '../../../nova-cloud/nova-cloud.service';
|
|
3
|
-
import
|
|
3
|
+
import Parse from "parse";
|
|
4
4
|
import { NovaUploadService } from '../../../storage/service-upload/nova-upload.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, AfterViewInit, ElementRef } from '@angular/core';
|
|
2
|
-
import
|
|
2
|
+
import Parse from "parse";
|
|
3
3
|
import { IonModal } from '@ionic/angular';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class CompPoiPickerComponent implements AfterViewInit {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Platform } from '@ionic/angular';
|
|
2
|
-
import
|
|
2
|
+
import Parse from "parse";
|
|
3
3
|
import { Diagnostic } from '@awesome-cordova-plugins/diagnostic/ngx';
|
|
4
4
|
/**
|
|
5
5
|
* MediaCapture插件
|
|
@@ -15,6 +15,7 @@ import * as i0 from "@angular/core";
|
|
|
15
15
|
* @public
|
|
16
16
|
*/
|
|
17
17
|
export interface NovaFile {
|
|
18
|
+
id: string;
|
|
18
19
|
key: string;
|
|
19
20
|
url: string;
|
|
20
21
|
name: string;
|
|
@@ -46,6 +47,7 @@ export declare class NovaUploadService {
|
|
|
46
47
|
}
|
|
47
48
|
}
|
|
48
49
|
* novafileData {
|
|
50
|
+
"id":"xxxxxxxxxx" // Attachment.objectId
|
|
49
51
|
"hash": "FoYHjpyTif1t8uOMv6N6sVIeGTvq",
|
|
50
52
|
"key": "E4KpGvTEto/20230901/053605467.jpg",
|
|
51
53
|
"url": "https://file-cloud.fmode.cn/E4KpGvTEto/20230901/053605467.jpg",
|
|
@@ -86,7 +88,7 @@ export declare class NovaUploadService {
|
|
|
86
88
|
/**
|
|
87
89
|
* 保存上传信息至附件表 Attachment
|
|
88
90
|
* @param file 附件信息
|
|
89
|
-
* @returns
|
|
91
|
+
* @returns attachment Parse.Object
|
|
90
92
|
*/
|
|
91
93
|
saveAttachment(file: NovaFile | {
|
|
92
94
|
url: string;
|