@angular/fire 20.0.1 → 21.0.0-rc.0-canary.ac3dd7c
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/package.json +2 -1
- package/analytics/package.json +2 -1
- package/app/package.json +2 -1
- package/app-check/package.json +2 -1
- package/auth/package.json +2 -1
- package/auth-guard/package.json +2 -1
- package/compat/analytics/package.json +2 -1
- package/compat/auth/package.json +2 -1
- package/compat/auth-guard/package.json +2 -1
- package/compat/database/package.json +2 -1
- package/compat/firestore/package.json +2 -1
- package/compat/functions/package.json +2 -1
- package/compat/messaging/package.json +2 -1
- package/compat/package.json +2 -1
- package/compat/performance/package.json +2 -1
- package/compat/remote-config/package.json +2 -1
- package/compat/storage/package.json +2 -1
- package/data-connect/package.json +2 -1
- package/database/package.json +2 -1
- package/fesm2022/angular-fire-ai.mjs +8 -7
- package/fesm2022/angular-fire-ai.mjs.map +1 -1
- package/fesm2022/angular-fire-analytics.mjs +10 -10
- package/fesm2022/angular-fire-analytics.mjs.map +1 -1
- package/fesm2022/angular-fire-app-check.mjs +4 -4
- package/fesm2022/angular-fire-app-check.mjs.map +1 -1
- package/fesm2022/angular-fire-app.mjs +5 -6
- package/fesm2022/angular-fire-app.mjs.map +1 -1
- package/fesm2022/angular-fire-auth-guard.mjs +7 -7
- package/fesm2022/angular-fire-auth-guard.mjs.map +1 -1
- package/fesm2022/angular-fire-auth.mjs +4 -4
- package/fesm2022/angular-fire-auth.mjs.map +1 -1
- package/fesm2022/angular-fire-compat-analytics.mjs +17 -21
- package/fesm2022/angular-fire-compat-analytics.mjs.map +1 -1
- package/fesm2022/angular-fire-compat-auth-guard.mjs +7 -7
- package/fesm2022/angular-fire-compat-auth-guard.mjs.map +1 -1
- package/fesm2022/angular-fire-compat-auth.mjs +9 -11
- package/fesm2022/angular-fire-compat-auth.mjs.map +1 -1
- package/fesm2022/angular-fire-compat-database.mjs +11 -13
- package/fesm2022/angular-fire-compat-database.mjs.map +1 -1
- package/fesm2022/angular-fire-compat-firestore.mjs +12 -14
- package/fesm2022/angular-fire-compat-firestore.mjs.map +1 -1
- package/fesm2022/angular-fire-compat-functions.mjs +7 -7
- package/fesm2022/angular-fire-compat-functions.mjs.map +1 -1
- package/fesm2022/angular-fire-compat-messaging.mjs +9 -11
- package/fesm2022/angular-fire-compat-messaging.mjs.map +1 -1
- package/fesm2022/angular-fire-compat-performance.mjs +13 -17
- package/fesm2022/angular-fire-compat-performance.mjs.map +1 -1
- package/fesm2022/angular-fire-compat-remote-config.mjs +11 -16
- package/fesm2022/angular-fire-compat-remote-config.mjs.map +1 -1
- package/fesm2022/angular-fire-compat-storage.mjs +16 -18
- package/fesm2022/angular-fire-compat-storage.mjs.map +1 -1
- package/fesm2022/angular-fire-compat.mjs +8 -9
- package/fesm2022/angular-fire-compat.mjs.map +1 -1
- package/fesm2022/angular-fire-data-connect.mjs +4 -4
- package/fesm2022/angular-fire-data-connect.mjs.map +1 -1
- package/fesm2022/angular-fire-database.mjs +4 -4
- package/fesm2022/angular-fire-database.mjs.map +1 -1
- package/fesm2022/angular-fire-firestore-lite.mjs +4 -4
- package/fesm2022/angular-fire-firestore-lite.mjs.map +1 -1
- package/fesm2022/angular-fire-firestore.mjs +9 -6
- package/fesm2022/angular-fire-firestore.mjs.map +1 -1
- package/fesm2022/angular-fire-functions.mjs +4 -4
- package/fesm2022/angular-fire-functions.mjs.map +1 -1
- package/fesm2022/angular-fire-messaging.mjs +4 -4
- package/fesm2022/angular-fire-messaging.mjs.map +1 -1
- package/fesm2022/angular-fire-performance.mjs +5 -8
- package/fesm2022/angular-fire-performance.mjs.map +1 -1
- package/fesm2022/angular-fire-remote-config.mjs +7 -6
- package/fesm2022/angular-fire-remote-config.mjs.map +1 -1
- package/fesm2022/angular-fire-storage.mjs +4 -4
- package/fesm2022/angular-fire-storage.mjs.map +1 -1
- package/fesm2022/angular-fire.mjs +4 -6
- package/fesm2022/angular-fire.mjs.map +1 -1
- package/firestore/lite/package.json +2 -1
- package/firestore/package.json +2 -1
- package/functions/package.json +2 -1
- package/messaging/package.json +2 -1
- package/package.json +61 -65
- package/performance/package.json +2 -1
- package/publish.sh +1 -1
- package/remote-config/package.json +2 -1
- package/schematics/add/index.js +1 -1
- package/schematics/deploy/actions.js +84 -93
- package/schematics/deploy/builder.js +212 -221
- package/schematics/setup/index.js +176 -185
- package/schematics/update/v7/index.js +1 -1
- package/storage/package.json +2 -1
- package/{ai/index.d.ts → types/angular-fire-ai.d.ts} +4 -3
- package/{app/index.d.ts → types/angular-fire-app.d.ts} +1 -1
- package/{compat/analytics/index.d.ts → types/angular-fire-compat-analytics.d.ts} +2 -2
- package/{compat/auth/index.d.ts → types/angular-fire-compat-auth.d.ts} +1 -1
- package/{compat/database/index.d.ts → types/angular-fire-compat-database.d.ts} +4 -5
- package/{compat/firestore/index.d.ts → types/angular-fire-compat-firestore.d.ts} +4 -10
- package/{compat/messaging/index.d.ts → types/angular-fire-compat-messaging.d.ts} +1 -1
- package/{compat/performance/index.d.ts → types/angular-fire-compat-performance.d.ts} +1 -1
- package/{compat/remote-config/index.d.ts → types/angular-fire-compat-remote-config.d.ts} +2 -2
- package/{compat/storage/index.d.ts → types/angular-fire-compat-storage.d.ts} +17 -17
- package/{compat/index.d.ts → types/angular-fire-compat.d.ts} +1 -1
- package/{firestore/index.d.ts → types/angular-fire-firestore.d.ts} +5 -2
- package/{remote-config/index.d.ts → types/angular-fire-remote-config.d.ts} +3 -2
- package/fesm2022/angular-fire-vertexai.mjs +0 -102
- package/fesm2022/angular-fire-vertexai.mjs.map +0 -1
- package/vertexai/index.d.ts +0 -33
- package/vertexai/package.json +0 -3
- /package/{analytics/index.d.ts → types/angular-fire-analytics.d.ts} +0 -0
- /package/{app-check/index.d.ts → types/angular-fire-app-check.d.ts} +0 -0
- /package/{auth-guard/index.d.ts → types/angular-fire-auth-guard.d.ts} +0 -0
- /package/{auth/index.d.ts → types/angular-fire-auth.d.ts} +0 -0
- /package/{compat/auth-guard/index.d.ts → types/angular-fire-compat-auth-guard.d.ts} +0 -0
- /package/{compat/functions/index.d.ts → types/angular-fire-compat-functions.d.ts} +0 -0
- /package/{data-connect/index.d.ts → types/angular-fire-data-connect.d.ts} +0 -0
- /package/{database/index.d.ts → types/angular-fire-database.d.ts} +0 -0
- /package/{firestore/lite/index.d.ts → types/angular-fire-firestore-lite.d.ts} +0 -0
- /package/{functions/index.d.ts → types/angular-fire-functions.d.ts} +0 -0
- /package/{messaging/index.d.ts → types/angular-fire-messaging.d.ts} +0 -0
- /package/{performance/index.d.ts → types/angular-fire-performance.d.ts} +0 -0
- /package/{storage/index.d.ts → types/angular-fire-storage.d.ts} +0 -0
- /package/{index.d.ts → types/angular-fire.d.ts} +0 -0
package/vertexai/index.d.ts
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import * as rxjs from 'rxjs';
|
|
2
|
-
import * as _firebase_ai from '@firebase/ai';
|
|
3
|
-
import { VertexAI as VertexAI$1, getAI as getAI$1, getGenerativeModel as getGenerativeModel$1, getImagenModel as getImagenModel$1, getVertexAI as getVertexAI$1 } from 'firebase/vertexai';
|
|
4
|
-
export * from 'firebase/vertexai';
|
|
5
|
-
import * as i0 from '@angular/core';
|
|
6
|
-
import { Injector, EnvironmentProviders } from '@angular/core';
|
|
7
|
-
|
|
8
|
-
interface VertexAI extends VertexAI$1 {
|
|
9
|
-
}
|
|
10
|
-
declare class VertexAI {
|
|
11
|
-
constructor(vertexai: VertexAI$1);
|
|
12
|
-
}
|
|
13
|
-
interface VertexAIInstances extends Array<VertexAI$1> {
|
|
14
|
-
}
|
|
15
|
-
declare class VertexAIInstances {
|
|
16
|
-
constructor();
|
|
17
|
-
}
|
|
18
|
-
declare const vertexAIInstance$: rxjs.Observable<_firebase_ai.AI>;
|
|
19
|
-
|
|
20
|
-
declare class VertexAIModule {
|
|
21
|
-
constructor();
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<VertexAIModule, never>;
|
|
23
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<VertexAIModule, never, never, never>;
|
|
24
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<VertexAIModule>;
|
|
25
|
-
}
|
|
26
|
-
declare function provideVertexAI(fn: (injector: Injector) => VertexAI$1, ...deps: any[]): EnvironmentProviders;
|
|
27
|
-
|
|
28
|
-
declare const getAI: typeof getAI$1;
|
|
29
|
-
declare const getGenerativeModel: typeof getGenerativeModel$1;
|
|
30
|
-
declare const getImagenModel: typeof getImagenModel$1;
|
|
31
|
-
declare const getVertexAI: typeof getVertexAI$1;
|
|
32
|
-
|
|
33
|
-
export { VertexAI, VertexAIInstances, VertexAIModule, getAI, getGenerativeModel, getImagenModel, getVertexAI, provideVertexAI, vertexAIInstance$ };
|
package/vertexai/package.json
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|