@infrab4a/connect-angular 0.14.2 → 0.14.3-beta.1

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.
Files changed (51) hide show
  1. package/angular-connect.module.d.ts +15 -15
  2. package/angular-elastic-search.module.d.ts +9 -9
  3. package/angular-firebase-auth.module.d.ts +10 -10
  4. package/angular-firestore.module.d.ts +15 -15
  5. package/bundles/infrab4a-connect-angular.umd.js +1432 -1418
  6. package/bundles/infrab4a-connect-angular.umd.js.map +1 -1
  7. package/consts/default-shop.const.d.ts +1 -1
  8. package/consts/es-config.const.d.ts +1 -1
  9. package/consts/index.d.ts +2 -2
  10. package/esm2015/angular-connect.module.js +47 -47
  11. package/esm2015/angular-elastic-search.module.js +38 -38
  12. package/esm2015/angular-firebase-auth.module.js +113 -113
  13. package/esm2015/angular-firestore.module.js +354 -340
  14. package/esm2015/consts/default-shop.const.js +2 -2
  15. package/esm2015/consts/es-config.const.js +2 -2
  16. package/esm2015/consts/index.js +3 -3
  17. package/esm2015/index.js +5 -5
  18. package/esm2015/infrab4a-connect-angular.js +4 -4
  19. package/esm2015/services/auth.service.js +42 -42
  20. package/esm2015/services/cart.service.js +167 -167
  21. package/esm2015/services/checkout-subscription.service.js +68 -68
  22. package/esm2015/services/checkout.service.js +79 -79
  23. package/esm2015/services/coupon.service.js +70 -70
  24. package/esm2015/services/errors/group-invalid-coupon.error.js +7 -7
  25. package/esm2015/services/errors/index.js +3 -3
  26. package/esm2015/services/errors/invalid-coupon.error.js +7 -7
  27. package/esm2015/services/home-shop.service.js +108 -108
  28. package/esm2015/services/index.js +8 -8
  29. package/esm2015/services/order.service.js +32 -32
  30. package/esm2015/services/types/index.js +3 -3
  31. package/esm2015/services/types/required-checkout-data.type.js +2 -2
  32. package/esm2015/services/types/required-checkout-subscription-data.type.js +2 -2
  33. package/fesm2015/infrab4a-connect-angular.js +1025 -1011
  34. package/fesm2015/infrab4a-connect-angular.js.map +1 -1
  35. package/index.d.ts +4 -4
  36. package/infrab4a-connect-angular.d.ts +5 -5
  37. package/package.json +2 -2
  38. package/services/auth.service.d.ts +19 -19
  39. package/services/cart.service.d.ts +41 -41
  40. package/services/checkout-subscription.service.d.ts +18 -18
  41. package/services/checkout.service.d.ts +22 -22
  42. package/services/coupon.service.d.ts +14 -14
  43. package/services/errors/group-invalid-coupon.error.d.ts +5 -5
  44. package/services/errors/index.d.ts +2 -2
  45. package/services/errors/invalid-coupon.error.d.ts +4 -4
  46. package/services/home-shop.service.d.ts +24 -24
  47. package/services/index.d.ts +7 -7
  48. package/services/order.service.d.ts +13 -13
  49. package/services/types/index.d.ts +2 -2
  50. package/services/types/required-checkout-data.type.d.ts +2 -2
  51. package/services/types/required-checkout-subscription-data.type.d.ts +2 -2
@@ -1,15 +1,15 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import { AngularFireModule, FirebaseAppConfig, FirebaseOptions } from '@angular/fire';
3
- import { AxiosElasticSearchConfig, Shops } from '@infrab4a/connect';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/fire";
6
- import * as i2 from "./angular-firestore.module";
7
- export declare class AngularConnectModule {
8
- static initializeApp(defaultShop: Shops, options: {
9
- firebase: FirebaseOptions;
10
- elasticSearch: AxiosElasticSearchConfig;
11
- }, nameOrConfig?: string | FirebaseAppConfig): ModuleWithProviders<AngularFireModule>;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<AngularConnectModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<AngularConnectModule, never, [typeof i1.AngularFireModule, typeof i2.AngularFirestoreModule], never>;
14
- static ɵinj: i0.ɵɵInjectorDeclaration<AngularConnectModule>;
15
- }
1
+ import { ModuleWithProviders } from '@angular/core';
2
+ import { AngularFireModule, FirebaseAppConfig, FirebaseOptions } from '@angular/fire';
3
+ import { AxiosElasticSearchConfig, Shops } from '@infrab4a/connect';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@angular/fire";
6
+ import * as i2 from "./angular-firestore.module";
7
+ export declare class AngularConnectModule {
8
+ static initializeApp(defaultShop: Shops, options: {
9
+ firebase: FirebaseOptions;
10
+ elasticSearch: AxiosElasticSearchConfig;
11
+ }, nameOrConfig?: string | FirebaseAppConfig): ModuleWithProviders<AngularFireModule>;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<AngularConnectModule, never>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AngularConnectModule, never, [typeof i1.AngularFireModule, typeof i2.AngularFirestoreModule], never>;
14
+ static ɵinj: i0.ɵɵInjectorDeclaration<AngularConnectModule>;
15
+ }
@@ -1,9 +1,9 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import { AxiosElasticSearchConfig } from '@infrab4a/connect';
3
- import * as i0 from "@angular/core";
4
- export declare class AngularElasticSeachModule {
5
- static initializeApp(options: AxiosElasticSearchConfig): ModuleWithProviders<AngularElasticSeachModule>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<AngularElasticSeachModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<AngularElasticSeachModule, never, never, never>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<AngularElasticSeachModule>;
9
- }
1
+ import { ModuleWithProviders } from '@angular/core';
2
+ import { AxiosElasticSearchConfig } from '@infrab4a/connect';
3
+ import * as i0 from "@angular/core";
4
+ export declare class AngularElasticSeachModule {
5
+ static initializeApp(options: AxiosElasticSearchConfig): ModuleWithProviders<AngularElasticSeachModule>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<AngularElasticSeachModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AngularElasticSeachModule, never, never, never>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<AngularElasticSeachModule>;
9
+ }
@@ -1,10 +1,10 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import { AngularFireModule, FirebaseAppConfig, FirebaseOptions } from '@angular/fire';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/fire";
5
- export declare class AngularFirebaseAuthModule {
6
- static initializeApp(options: FirebaseOptions, nameOrConfig?: string | FirebaseAppConfig): ModuleWithProviders<AngularFireModule>;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<AngularFirebaseAuthModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<AngularFirebaseAuthModule, never, [typeof i1.AngularFireModule], never>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<AngularFirebaseAuthModule>;
10
- }
1
+ import { ModuleWithProviders } from '@angular/core';
2
+ import { AngularFireModule, FirebaseAppConfig, FirebaseOptions } from '@angular/fire';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@angular/fire";
5
+ export declare class AngularFirebaseAuthModule {
6
+ static initializeApp(options: FirebaseOptions, nameOrConfig?: string | FirebaseAppConfig): ModuleWithProviders<AngularFireModule>;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<AngularFirebaseAuthModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AngularFirebaseAuthModule, never, [typeof i1.AngularFireModule], never>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<AngularFirebaseAuthModule>;
10
+ }
@@ -1,15 +1,15 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import { AngularFireModule, FirebaseAppConfig, FirebaseOptions } from '@angular/fire';
3
- import { AxiosElasticSearchConfig } from '@infrab4a/connect';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/fire";
6
- import * as i2 from "./angular-elastic-search.module";
7
- export declare class AngularFirestoreModule {
8
- static initializeApp(options: {
9
- firebase: FirebaseOptions;
10
- elasticSearch: AxiosElasticSearchConfig;
11
- }, nameOrConfig?: string | FirebaseAppConfig): ModuleWithProviders<AngularFireModule>;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<AngularFirestoreModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<AngularFirestoreModule, never, [typeof i1.AngularFireModule, typeof i2.AngularElasticSeachModule], never>;
14
- static ɵinj: i0.ɵɵInjectorDeclaration<AngularFirestoreModule>;
15
- }
1
+ import { ModuleWithProviders } from '@angular/core';
2
+ import { AngularFireModule, FirebaseAppConfig, FirebaseOptions } from '@angular/fire';
3
+ import { AxiosElasticSearchConfig } from '@infrab4a/connect';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@angular/fire";
6
+ import * as i2 from "./angular-elastic-search.module";
7
+ export declare class AngularFirestoreModule {
8
+ static initializeApp(options: {
9
+ firebase: FirebaseOptions;
10
+ elasticSearch: AxiosElasticSearchConfig;
11
+ }, nameOrConfig?: string | FirebaseAppConfig): ModuleWithProviders<AngularFireModule>;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<AngularFirestoreModule, never>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AngularFirestoreModule, never, [typeof i1.AngularFireModule, typeof i2.AngularElasticSeachModule], never>;
14
+ static ɵinj: i0.ɵɵInjectorDeclaration<AngularFirestoreModule>;
15
+ }