ionic-vhframeworks 10.8.6 → 10.8.7

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.
@@ -6,8 +6,9 @@
6
6
  * ng build --prod
7
7
  * Bản thương mại (hoàn thiện code) bỏ các hàm này ra makeCorrectQuantity
8
8
  */
9
- import { PipeTransform, RendererFactory2 } from "@angular/core";
10
- import { VhMGDB_auth, VhMGDB_database, VhMGDB_rootdatabase, VhMGDB_f3rdclouds, VhMGDB_image, VhMGDB_socketMongoDB, VhMGDB_paymentVNPAY, VhMGDB_shopee, VhMGDB_tiki, VhMGDB_sendo, VhMGDB_lazada, VhMGDB_tiktok, VhMGDB_socketFacebook, VhFB_OTP } from 'vhmongo-new';
9
+ import { OnInit, EventEmitter, PipeTransform, RendererFactory2 } from "@angular/core";
10
+ import { Router } from "@angular/router";
11
+ import { VhMGDB_auth, VhMGDB_database, VhMGDB_rootdatabase, VhMGDB_f3rdclouds, VhMGDB_image, VhMGDB_socketMongoDB, VhMGDB_paymentVNPAY, VhMGDB_clouds, VhMGDB_shopee, VhMGDB_tiki, VhMGDB_sendo, VhMGDB_lazada, VhMGDB_tiktok, VhMGDB_socketFacebook, VhFB_OTP } from 'vhmongo-new';
11
12
  import { ImagePicker } from "@ionic-native/image-picker/ngx";
12
13
  import { WebView } from "@ionic-native/ionic-webview/ngx";
13
14
  import { Camera } from "@ionic-native/camera/ngx";
@@ -1955,6 +1956,72 @@ export declare class VhAuth {
1955
1956
  static ɵfac: i0.ɵɵFactoryDeclaration<VhAuth, never>;
1956
1957
  static ɵprov: i0.ɵɵInjectableDeclaration<VhAuth>;
1957
1958
  }
1959
+ export declare class VhCamPlaybackComponent implements OnInit {
1960
+ private vhMGDB_clouds;
1961
+ private platform;
1962
+ private router;
1963
+ licensecam: any;
1964
+ filename: any;
1965
+ camplaybackURL: any;
1966
+ private _src;
1967
+ private camplayback;
1968
+ private randomId;
1969
+ private oldrandomId;
1970
+ constructor(vhMGDB_clouds: VhMGDB_clouds, platform: Platform, router: Router);
1971
+ ngOnChanges(what: any): void;
1972
+ ngOnInit(): void;
1973
+ playbackVideo(): void;
1974
+ ngOnDestroy(): void;
1975
+ feAdjustVideoPlaybackInFrame(frame: any, playbackRate: any): void;
1976
+ makePlaybackVideoByUser(): Promise<unknown>;
1977
+ static ɵfac: i0.ɵɵFactoryDeclaration<VhCamPlaybackComponent, never>;
1978
+ static ɵcmp: i0.ɵɵComponentDeclaration<VhCamPlaybackComponent, "vh-camplayback", never, { "licensecam": "licensecam"; "filename": "filename"; "camplaybackURL": "camplaybackURL"; }, {}, never, never>;
1979
+ }
1980
+ export declare class VhCameraMSEVcomponent implements OnInit {
1981
+ private platform;
1982
+ private router;
1983
+ url: string;
1984
+ licensecam: any;
1985
+ camliveURL: any;
1986
+ poster: any;
1987
+ roomid: any;
1988
+ width: any;
1989
+ height: any;
1990
+ play: any;
1991
+ monitor: any;
1992
+ os: any;
1993
+ change: EventEmitter<any>;
1994
+ private list_camera;
1995
+ private _src;
1996
+ private _video;
1997
+ private socket;
1998
+ private _run;
1999
+ private _first_time;
2000
+ private _play;
2001
+ private _count;
2002
+ _poster: any;
2003
+ private config;
2004
+ private mime;
2005
+ private video;
2006
+ private mediaSource;
2007
+ private buffer;
2008
+ private subscription_listenBuffer;
2009
+ private subscription_listenMediaSource;
2010
+ private randomId;
2011
+ private integer;
2012
+ constructor(platform: Platform, router: Router);
2013
+ ngOnInit(): void;
2014
+ ngOnChanges(what: any): void;
2015
+ ngOnDestroy(): void;
2016
+ private loadVideo;
2017
+ private startVideo;
2018
+ private stopVideo;
2019
+ private listenMediaSource;
2020
+ private listenBuffer;
2021
+ private getScreenshot;
2022
+ static ɵfac: i0.ɵɵFactoryDeclaration<VhCameraMSEVcomponent, never>;
2023
+ static ɵcmp: i0.ɵɵComponentDeclaration<VhCameraMSEVcomponent, "vh-camera-msev", never, { "url": "url"; "licensecam": "licensecam"; "camliveURL": "camliveURL"; "poster": "poster"; "roomid": "roomid"; "width": "width"; "height": "height"; "play": "play"; "monitor": "monitor"; "os": "os"; }, { "change": "change"; }, never, never>;
2024
+ }
1958
2025
  export declare class VhHosting {
1959
2026
  private vhAlgorithm;
1960
2027
  private user;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "10.8.6",
3
+ "version": "10.8.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"