@angular/fire 19.2.0 → 20.0.0-rc.0
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/ai/index.d.ts +32 -5
- package/analytics/index.d.ts +87 -5
- package/app/index.d.ts +36 -5
- package/app-check/index.d.ts +33 -5
- package/auth/index.d.ts +86 -5
- package/auth-guard/index.d.ts +43 -5
- package/compat/analytics/index.d.ts +52 -5
- package/compat/auth/index.d.ts +58 -5
- package/compat/auth-guard/index.d.ts +44 -5
- package/compat/database/index.d.ts +107 -3
- package/compat/firestore/index.d.ts +450 -3
- package/compat/functions/index.d.ts +31 -5
- package/compat/index.d.ts +57 -5
- package/compat/messaging/index.d.ts +32 -5
- package/compat/performance/index.d.ts +43 -5
- package/compat/remote-config/index.d.ts +64 -5
- package/compat/storage/index.d.ts +104 -3
- package/data-connect/index.d.ts +34 -5
- package/database/index.d.ts +77 -5
- package/fesm2022/angular-fire-ai.mjs +4 -4
- package/fesm2022/angular-fire-analytics.mjs +10 -10
- package/fesm2022/angular-fire-app-check.mjs +4 -4
- package/fesm2022/angular-fire-app.mjs +5 -5
- package/fesm2022/angular-fire-auth-guard.mjs +7 -7
- package/fesm2022/angular-fire-auth.mjs +4 -4
- package/fesm2022/angular-fire-compat-analytics.mjs +14 -14
- package/fesm2022/angular-fire-compat-auth-guard.mjs +7 -7
- package/fesm2022/angular-fire-compat-auth.mjs +8 -8
- package/fesm2022/angular-fire-compat-database.mjs +9 -9
- package/fesm2022/angular-fire-compat-firestore.mjs +9 -9
- package/fesm2022/angular-fire-compat-functions.mjs +8 -8
- package/fesm2022/angular-fire-compat-messaging.mjs +8 -8
- package/fesm2022/angular-fire-compat-messaging.mjs.map +1 -1
- package/fesm2022/angular-fire-compat-performance.mjs +11 -11
- package/fesm2022/angular-fire-compat-remote-config.mjs +8 -8
- package/fesm2022/angular-fire-compat-storage.mjs +16 -16
- package/fesm2022/angular-fire-compat.mjs +5 -5
- package/fesm2022/angular-fire-data-connect.mjs +4 -4
- package/fesm2022/angular-fire-database.mjs +4 -4
- package/fesm2022/angular-fire-firestore-lite.mjs +4 -4
- package/fesm2022/angular-fire-firestore.mjs +4 -4
- package/fesm2022/angular-fire-functions.mjs +4 -4
- package/fesm2022/angular-fire-messaging.mjs +4 -4
- package/fesm2022/angular-fire-performance.mjs +4 -4
- package/fesm2022/angular-fire-remote-config.mjs +4 -4
- package/fesm2022/angular-fire-storage.mjs +4 -4
- package/fesm2022/angular-fire-vertexai.mjs +4 -4
- package/fesm2022/angular-fire.mjs +9 -6
- package/fesm2022/angular-fire.mjs.map +1 -1
- package/firestore/index.d.ts +99 -5
- package/firestore/lite/index.d.ts +77 -5
- package/functions/index.d.ts +35 -5
- package/index.d.ts +34 -3
- package/messaging/index.d.ts +33 -5
- package/package.json +13 -13
- package/performance/index.d.ts +40 -5
- package/publish.sh +1 -1
- package/remote-config/index.d.ts +48 -5
- package/schematics/add/index.js +1 -1
- package/schematics/deploy/actions.js +76 -86
- package/schematics/deploy/builder.js +166 -176
- package/schematics/setup/index.js +147 -162
- package/schematics/update/v7/index.js +1 -1
- package/storage/index.d.ts +47 -5
- package/vertexai/index.d.ts +33 -5
- package/ai/ai.d.ts +0 -13
- package/ai/ai.module.d.ts +0 -15
- package/ai/firebase.d.ts +0 -6
- package/ai/public_api.d.ts +0 -3
- package/analytics/analytics.d.ts +0 -13
- package/analytics/analytics.module.d.ts +0 -17
- package/analytics/firebase.d.ts +0 -14
- package/analytics/public_api.d.ts +0 -5
- package/analytics/screen-tracking.service.d.ts +0 -40
- package/analytics/user-tracking.service.d.ts +0 -11
- package/app/app.d.ts +0 -12
- package/app/app.module.d.ts +0 -14
- package/app/firebase.d.ts +0 -10
- package/app/public_api.d.ts +0 -3
- package/app-check/app-check.d.ts +0 -13
- package/app-check/app-check.module.d.ts +0 -15
- package/app-check/firebase.d.ts +0 -7
- package/app-check/public_api.d.ts +0 -3
- package/auth/auth.d.ts +0 -13
- package/auth/auth.module.d.ts +0 -15
- package/auth/firebase.d.ts +0 -55
- package/auth/public_api.d.ts +0 -4
- package/auth/rxfire.d.ts +0 -4
- package/auth-guard/auth-guard.d.ts +0 -29
- package/auth-guard/auth-guard.module.d.ts +0 -7
- package/auth-guard/public_api.d.ts +0 -2
- package/compat/analytics/analytics.d.ts +0 -22
- package/compat/analytics/analytics.module.d.ts +0 -10
- package/compat/analytics/base.d.ts +0 -8
- package/compat/analytics/public_api.d.ts +0 -4
- package/compat/analytics/screen-tracking.service.d.ts +0 -13
- package/compat/analytics/user-tracking.service.d.ts +0 -12
- package/compat/auth/auth.d.ts +0 -50
- package/compat/auth/auth.module.d.ts +0 -7
- package/compat/auth/base.d.ts +0 -36
- package/compat/auth/public_api.d.ts +0 -3
- package/compat/auth-guard/auth-guard.d.ts +0 -31
- package/compat/auth-guard/auth-guard.module.d.ts +0 -7
- package/compat/auth-guard/public_api.d.ts +0 -2
- package/compat/cache.d.ts +0 -1
- package/compat/database/database.d.ts +0 -28
- package/compat/database/database.module.d.ts +0 -7
- package/compat/database/interfaces.d.ts +0 -62
- package/compat/database/list/audit-trail.d.ts +0 -3
- package/compat/database/list/changes.d.ts +0 -3
- package/compat/database/list/create-reference.d.ts +0 -4
- package/compat/database/list/data-operation.d.ts +0 -2
- package/compat/database/list/remove.d.ts +0 -2
- package/compat/database/list/snapshot-changes.d.ts +0 -3
- package/compat/database/list/state-changes.d.ts +0 -3
- package/compat/database/list/utils.d.ts +0 -1
- package/compat/database/object/create-reference.d.ts +0 -4
- package/compat/database/object/snapshot-changes.d.ts +0 -3
- package/compat/database/observable/fromRef.d.ts +0 -10
- package/compat/database/public_api.d.ts +0 -8
- package/compat/database/utils.d.ts +0 -14
- package/compat/firebase.app.d.ts +0 -6
- package/compat/firebase.app.module.d.ts +0 -14
- package/compat/firestore/collection/changes.d.ts +0 -22
- package/compat/firestore/collection/collection.d.ts +0 -90
- package/compat/firestore/collection-group/collection-group.d.ts +0 -65
- package/compat/firestore/document/document.d.ts +0 -74
- package/compat/firestore/firestore.d.ts +0 -131
- package/compat/firestore/firestore.module.d.ts +0 -13
- package/compat/firestore/interfaces.d.ts +0 -70
- package/compat/firestore/observable/fromRef.d.ts +0 -5
- package/compat/firestore/public_api.d.ts +0 -8
- package/compat/functions/base.d.ts +0 -5
- package/compat/functions/functions.d.ts +0 -21
- package/compat/functions/functions.module.d.ts +0 -7
- package/compat/functions/public_api.d.ts +0 -3
- package/compat/messaging/base.d.ts +0 -6
- package/compat/messaging/messaging.d.ts +0 -22
- package/compat/messaging/messaging.module.d.ts +0 -7
- package/compat/messaging/public_api.d.ts +0 -2
- package/compat/performance/base.d.ts +0 -6
- package/compat/performance/performance.d.ts +0 -26
- package/compat/performance/performance.module.d.ts +0 -9
- package/compat/performance/performance.service.d.ts +0 -9
- package/compat/performance/public_api.d.ts +0 -3
- package/compat/proxy.d.ts +0 -32
- package/compat/public_api.d.ts +0 -4
- package/compat/remote-config/base.d.ts +0 -17
- package/compat/remote-config/interfaces.d.ts +0 -2
- package/compat/remote-config/public_api.d.ts +0 -2
- package/compat/remote-config/remote-config.d.ts +0 -52
- package/compat/remote-config/remote-config.module.d.ts +0 -7
- package/compat/storage/interfaces.d.ts +0 -9
- package/compat/storage/observable/fromTask.d.ts +0 -3
- package/compat/storage/pipes/storageUrl.pipe.d.ts +0 -21
- package/compat/storage/public_api.d.ts +0 -6
- package/compat/storage/ref.d.ts +0 -20
- package/compat/storage/storage.d.ts +0 -31
- package/compat/storage/storage.module.d.ts +0 -8
- package/compat/storage/task.d.ts +0 -18
- package/core.d.ts +0 -6
- package/data-connect/data-connect.d.ts +0 -9
- package/data-connect/data-connect.module.d.ts +0 -13
- package/data-connect/firebase.d.ts +0 -12
- package/data-connect/public_api.d.ts +0 -3
- package/database/database.d.ts +0 -13
- package/database/database.module.d.ts +0 -15
- package/database/firebase.d.ts +0 -40
- package/database/public_api.d.ts +0 -4
- package/database/rxfire.d.ts +0 -10
- package/firestore/firebase.d.ts +0 -60
- package/firestore/firestore.d.ts +0 -13
- package/firestore/firestore.module.d.ts +0 -15
- package/firestore/lite/firebase.d.ts +0 -41
- package/firestore/lite/lite.d.ts +0 -13
- package/firestore/lite/lite.module.d.ts +0 -15
- package/firestore/lite/public_api.d.ts +0 -4
- package/firestore/lite/rxfire.d.ts +0 -9
- package/firestore/public_api.d.ts +0 -4
- package/firestore/rxfire.d.ts +0 -12
- package/functions/firebase.d.ts +0 -6
- package/functions/functions.d.ts +0 -13
- package/functions/functions.module.d.ts +0 -15
- package/functions/public_api.d.ts +0 -4
- package/functions/rxfire.d.ts +0 -2
- package/messaging/firebase.d.ts +0 -7
- package/messaging/messaging.d.ts +0 -13
- package/messaging/messaging.module.d.ts +0 -14
- package/messaging/public_api.d.ts +0 -3
- package/performance/firebase.d.ts +0 -5
- package/performance/performance.d.ts +0 -13
- package/performance/performance.module.d.ts +0 -15
- package/performance/public_api.d.ts +0 -4
- package/performance/rxfire.d.ts +0 -8
- package/public_api.d.ts +0 -2
- package/remote-config/firebase.d.ts +0 -15
- package/remote-config/public_api.d.ts +0 -4
- package/remote-config/remote-config.d.ts +0 -13
- package/remote-config/remote-config.module.d.ts +0 -15
- package/remote-config/rxfire.d.ts +0 -6
- package/storage/firebase.d.ts +0 -17
- package/storage/public_api.d.ts +0 -4
- package/storage/rxfire.d.ts +0 -3
- package/storage/storage.d.ts +0 -13
- package/storage/storage.module.d.ts +0 -15
- package/vertexai/firebase.d.ts +0 -6
- package/vertexai/public_api.d.ts +0 -3
- package/vertexai/vertexai.d.ts +0 -13
- package/vertexai/vertexai.module.d.ts +0 -15
- package/zones.d.ts +0 -26
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { EnvironmentProviders, InjectionToken, Injector, NgZone } from '@angular/core';
|
|
2
|
-
import { FirebaseApp } from '@angular/fire/app';
|
|
3
|
-
import { FirebasePerformance } from 'firebase/performance';
|
|
4
|
-
import { Performance } from './performance';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare const PROVIDED_PERFORMANCE_INSTANCES: InjectionToken<Performance[]>;
|
|
7
|
-
export declare function defaultPerformanceInstanceFactory(provided: FirebasePerformance[] | undefined, defaultApp: FirebaseApp, platform: Object): Performance;
|
|
8
|
-
export declare function performanceInstanceFactory(fn: (injector: Injector) => FirebasePerformance): (zone: NgZone, platform: Object, injector: Injector) => Performance;
|
|
9
|
-
export declare class PerformanceModule {
|
|
10
|
-
constructor();
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PerformanceModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PerformanceModule, never, never, never>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PerformanceModule>;
|
|
14
|
-
}
|
|
15
|
-
export declare function providePerformance(fn: (injector: Injector) => FirebasePerformance, ...deps: any[]): EnvironmentProviders;
|
package/performance/rxfire.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export declare const traceUntil: <T = any>(name: string, test: (a: T) => boolean, options?: {
|
|
2
|
-
orComplete?: boolean;
|
|
3
|
-
}) => (source$: import("rxjs").Observable<T>) => import("rxjs").Observable<T>;
|
|
4
|
-
export declare const traceUntilComplete: <T = any>(name: string) => (source$: import("rxjs").Observable<T>) => import("rxjs").Observable<T>;
|
|
5
|
-
export declare const traceUntilFirst: <T = any>(name: string) => (source$: import("rxjs").Observable<T>) => import("rxjs").Observable<T>;
|
|
6
|
-
export declare const traceWhile: <T = any>(name: string, test: (a: T) => boolean, options?: {
|
|
7
|
-
orComplete?: boolean;
|
|
8
|
-
}) => (source$: import("rxjs").Observable<T>) => import("rxjs").Observable<T>;
|
package/public_api.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export * from 'firebase/remote-config';
|
|
2
|
-
import { activate as _activate, ensureInitialized as _ensureInitialized, fetchAndActivate as _fetchAndActivate, fetchConfig as _fetchConfig, getAll as _getAll, getBoolean as _getBoolean, getNumber as _getNumber, getRemoteConfig as _getRemoteConfig, getString as _getString, getValue as _getValue, isSupported as _isSupported, setCustomSignals as _setCustomSignals, setLogLevel as _setLogLevel } from 'firebase/remote-config';
|
|
3
|
-
export declare const activate: typeof _activate;
|
|
4
|
-
export declare const ensureInitialized: typeof _ensureInitialized;
|
|
5
|
-
export declare const fetchAndActivate: typeof _fetchAndActivate;
|
|
6
|
-
export declare const fetchConfig: typeof _fetchConfig;
|
|
7
|
-
export declare const getAll: typeof _getAll;
|
|
8
|
-
export declare const getBoolean: typeof _getBoolean;
|
|
9
|
-
export declare const getNumber: typeof _getNumber;
|
|
10
|
-
export declare const getRemoteConfig: typeof _getRemoteConfig;
|
|
11
|
-
export declare const getString: typeof _getString;
|
|
12
|
-
export declare const getValue: typeof _getValue;
|
|
13
|
-
export declare const isSupported: typeof _isSupported;
|
|
14
|
-
export declare const setCustomSignals: typeof _setCustomSignals;
|
|
15
|
-
export declare const setLogLevel: typeof _setLogLevel;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { RemoteConfig as FirebaseRemoteConfig } from 'firebase/remote-config';
|
|
2
|
-
export interface RemoteConfig extends FirebaseRemoteConfig {
|
|
3
|
-
}
|
|
4
|
-
export declare class RemoteConfig {
|
|
5
|
-
constructor(remoteConfig: FirebaseRemoteConfig);
|
|
6
|
-
}
|
|
7
|
-
export declare const REMOTE_CONFIG_PROVIDER_NAME = "remote-config";
|
|
8
|
-
export interface RemoteConfigInstances extends Array<FirebaseRemoteConfig> {
|
|
9
|
-
}
|
|
10
|
-
export declare class RemoteConfigInstances {
|
|
11
|
-
constructor();
|
|
12
|
-
}
|
|
13
|
-
export declare const remoteConfigInstance$: import("rxjs").Observable<FirebaseRemoteConfig>;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { EnvironmentProviders, InjectionToken, Injector, NgZone } from '@angular/core';
|
|
2
|
-
import { FirebaseApp } from '@angular/fire/app';
|
|
3
|
-
import { RemoteConfig as FirebaseRemoteConfig } from 'firebase/remote-config';
|
|
4
|
-
import { RemoteConfig } from './remote-config';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare const PROVIDED_REMOTE_CONFIG_INSTANCES: InjectionToken<RemoteConfig[]>;
|
|
7
|
-
export declare function defaultRemoteConfigInstanceFactory(provided: FirebaseRemoteConfig[] | undefined, defaultApp: FirebaseApp, platformId: object): RemoteConfig;
|
|
8
|
-
export declare function remoteConfigInstanceFactory(fn: (injector: Injector) => FirebaseRemoteConfig): (zone: NgZone, injector: Injector, platformId: object) => RemoteConfig;
|
|
9
|
-
export declare class RemoteConfigModule {
|
|
10
|
-
constructor();
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RemoteConfigModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RemoteConfigModule, never, never, never>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RemoteConfigModule>;
|
|
14
|
-
}
|
|
15
|
-
export declare function provideRemoteConfig(fn: (injector: Injector) => FirebaseRemoteConfig, ...deps: any[]): EnvironmentProviders;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { getAll as _getAll, getBoolean as _getBoolean, getNumber as _getNumber, getString as _getString, getValue as _getValue } from 'rxfire/remote-config';
|
|
2
|
-
export declare const getAllChanges: typeof _getAll;
|
|
3
|
-
export declare const getBooleanChanges: typeof _getBoolean;
|
|
4
|
-
export declare const getNumberChanges: typeof _getNumber;
|
|
5
|
-
export declare const getStringChanges: typeof _getString;
|
|
6
|
-
export declare const getValueChanges: typeof _getValue;
|
package/storage/firebase.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export * from 'firebase/storage';
|
|
2
|
-
import { connectStorageEmulator as _connectStorageEmulator, deleteObject as _deleteObject, getBlob as _getBlob, getBytes as _getBytes, getDownloadURL as _getDownloadURL, getMetadata as _getMetadata, getStorage as _getStorage, getStream as _getStream, list as _list, listAll as _listAll, ref as _ref, updateMetadata as _updateMetadata, uploadBytes as _uploadBytes, uploadBytesResumable as _uploadBytesResumable, uploadString as _uploadString } from 'firebase/storage';
|
|
3
|
-
export declare const connectStorageEmulator: typeof _connectStorageEmulator;
|
|
4
|
-
export declare const deleteObject: typeof _deleteObject;
|
|
5
|
-
export declare const getBlob: typeof _getBlob;
|
|
6
|
-
export declare const getBytes: typeof _getBytes;
|
|
7
|
-
export declare const getDownloadURL: typeof _getDownloadURL;
|
|
8
|
-
export declare const getMetadata: typeof _getMetadata;
|
|
9
|
-
export declare const getStorage: typeof _getStorage;
|
|
10
|
-
export declare const getStream: typeof _getStream;
|
|
11
|
-
export declare const list: typeof _list;
|
|
12
|
-
export declare const listAll: typeof _listAll;
|
|
13
|
-
export declare const ref: typeof _ref;
|
|
14
|
-
export declare const updateMetadata: typeof _updateMetadata;
|
|
15
|
-
export declare const uploadBytes: typeof _uploadBytes;
|
|
16
|
-
export declare const uploadBytesResumable: typeof _uploadBytesResumable;
|
|
17
|
-
export declare const uploadString: typeof _uploadString;
|
package/storage/public_api.d.ts
DELETED
package/storage/rxfire.d.ts
DELETED
package/storage/storage.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { FirebaseStorage } from 'firebase/storage';
|
|
2
|
-
export interface Storage extends FirebaseStorage {
|
|
3
|
-
}
|
|
4
|
-
export declare class Storage {
|
|
5
|
-
constructor(auth: FirebaseStorage);
|
|
6
|
-
}
|
|
7
|
-
export declare const STORAGE_PROVIDER_NAME = "storage";
|
|
8
|
-
export interface StorageInstances extends Array<FirebaseStorage> {
|
|
9
|
-
}
|
|
10
|
-
export declare class StorageInstances {
|
|
11
|
-
constructor();
|
|
12
|
-
}
|
|
13
|
-
export declare const storageInstance$: import("rxjs").Observable<FirebaseStorage>;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { EnvironmentProviders, InjectionToken, Injector, NgZone } from '@angular/core';
|
|
2
|
-
import { FirebaseApp } from '@angular/fire/app';
|
|
3
|
-
import { FirebaseStorage } from 'firebase/storage';
|
|
4
|
-
import { Storage } from './storage';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare const PROVIDED_STORAGE_INSTANCES: InjectionToken<Storage[]>;
|
|
7
|
-
export declare function defaultStorageInstanceFactory(provided: FirebaseStorage[] | undefined, defaultApp: FirebaseApp): Storage;
|
|
8
|
-
export declare function storageInstanceFactory(fn: (injector: Injector) => FirebaseStorage): (zone: NgZone, injector: Injector) => Storage;
|
|
9
|
-
export declare class StorageModule {
|
|
10
|
-
constructor();
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StorageModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StorageModule, never, never, never>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<StorageModule>;
|
|
14
|
-
}
|
|
15
|
-
export declare function provideStorage(fn: (injector: Injector) => FirebaseStorage, ...deps: any[]): EnvironmentProviders;
|
package/vertexai/firebase.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * from 'firebase/vertexai';
|
|
2
|
-
import { getAI as _getAI, getGenerativeModel as _getGenerativeModel, getImagenModel as _getImagenModel, getVertexAI as _getVertexAI } from 'firebase/vertexai';
|
|
3
|
-
export declare const getAI: typeof _getAI;
|
|
4
|
-
export declare const getGenerativeModel: typeof _getGenerativeModel;
|
|
5
|
-
export declare const getImagenModel: typeof _getImagenModel;
|
|
6
|
-
export declare const getVertexAI: typeof _getVertexAI;
|
package/vertexai/public_api.d.ts
DELETED
package/vertexai/vertexai.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { VertexAI as FirebaseVertexAI } from 'firebase/vertexai';
|
|
2
|
-
export interface VertexAI extends FirebaseVertexAI {
|
|
3
|
-
}
|
|
4
|
-
export declare class VertexAI {
|
|
5
|
-
constructor(vertexai: FirebaseVertexAI);
|
|
6
|
-
}
|
|
7
|
-
export declare const VERTEX_AI_PROVIDER_NAME = "vertexai";
|
|
8
|
-
export interface VertexAIInstances extends Array<FirebaseVertexAI> {
|
|
9
|
-
}
|
|
10
|
-
export declare class VertexAIInstances {
|
|
11
|
-
constructor();
|
|
12
|
-
}
|
|
13
|
-
export declare const vertexAIInstance$: import("rxjs").Observable<import("@firebase/ai").AI>;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { EnvironmentProviders, InjectionToken, Injector, NgZone } from '@angular/core';
|
|
2
|
-
import { FirebaseApp } from '@angular/fire/app';
|
|
3
|
-
import { VertexAI as FirebaseVertexAI } from 'firebase/vertexai';
|
|
4
|
-
import { VertexAI } from './vertexai';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare const PROVIDED_VERTEX_AI_INSTANCES: InjectionToken<VertexAI[]>;
|
|
7
|
-
export declare function defaultVertexAIInstanceFactory(provided: FirebaseVertexAI[] | undefined, defaultApp: FirebaseApp): VertexAI;
|
|
8
|
-
export declare function vertexAIInstanceFactory(fn: (injector: Injector) => FirebaseVertexAI): (zone: NgZone, injector: Injector) => VertexAI;
|
|
9
|
-
export declare class VertexAIModule {
|
|
10
|
-
constructor();
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<VertexAIModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<VertexAIModule, never, never, never>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<VertexAIModule>;
|
|
14
|
-
}
|
|
15
|
-
export declare function provideVertexAI(fn: (injector: Injector) => FirebaseVertexAI, ...deps: any[]): EnvironmentProviders;
|
package/zones.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { SchedulerAction, SchedulerLike, Subscription } from 'rxjs';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare enum LogLevel {
|
|
4
|
-
"SILENT" = 0,
|
|
5
|
-
"WARN" = 1,
|
|
6
|
-
"VERBOSE" = 2
|
|
7
|
-
}
|
|
8
|
-
export declare const setLogLevel: (logLevel: LogLevel) => LogLevel;
|
|
9
|
-
/**
|
|
10
|
-
* Schedules tasks so that they are invoked inside the Zone that is passed in the constructor.
|
|
11
|
-
*/
|
|
12
|
-
export declare class ɵZoneScheduler implements SchedulerLike {
|
|
13
|
-
private zone;
|
|
14
|
-
private delegate;
|
|
15
|
-
constructor(zone: any, delegate?: any);
|
|
16
|
-
now(): any;
|
|
17
|
-
schedule(work: (this: SchedulerAction<any>, state?: any) => void, delay?: number, state?: any): Subscription;
|
|
18
|
-
}
|
|
19
|
-
export declare class ɵAngularFireSchedulers {
|
|
20
|
-
readonly outsideAngular: ɵZoneScheduler;
|
|
21
|
-
readonly insideAngular: ɵZoneScheduler;
|
|
22
|
-
constructor();
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ɵAngularFireSchedulers, never>;
|
|
24
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ɵAngularFireSchedulers>;
|
|
25
|
-
}
|
|
26
|
-
export declare const ɵzoneWrap: <T = unknown>(it: T, blockUntilFirst: boolean, logLevel?: LogLevel) => T;
|