@esolve/ng-esolve-connect 0.44.0 → 0.45.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/esm2022/lib/account/esolve-account.service.mjs +3 -3
- package/esm2022/lib/account/user-account/classes/esolve-user-client-account.model.mjs +2 -1
- package/esm2022/lib/account/user-account/interfaces/esolve-user-client-account-record.interface.mjs +1 -1
- package/esm2022/lib/auth/esolve-auth-interceptor.service.mjs +3 -3
- package/esm2022/lib/auth/esolve-auth.service.mjs +3 -3
- package/esm2022/lib/banners/esolve-banner.service.mjs +3 -3
- package/esm2022/lib/cart/esolve-cart.service.mjs +12 -14
- package/esm2022/lib/category-tree/esolve-category-tree.service.mjs +3 -3
- package/esm2022/lib/core/esolve-config.service.mjs +7 -4
- package/esm2022/lib/core/esolve-connect-config.constant.mjs +1 -1
- package/esm2022/lib/core/esolve-connect-config.interface.mjs +2 -0
- package/esm2022/lib/core/index.mjs +3 -2
- package/esm2022/lib/core/providers/index.mjs +2 -0
- package/esm2022/lib/core/providers/provide-ng-esolve-connect.function.mjs +24 -0
- package/esm2022/lib/coupons/esolve-coupons.service.mjs +9 -11
- package/esm2022/lib/enquiry/esolve-enquiry.service.mjs +3 -3
- package/esm2022/lib/images/directives/cdn-src.directive.mjs +5 -5
- package/esm2022/lib/images/esolve-image-loader.provider.mjs +6 -3
- package/esm2022/lib/images/functions/index.mjs +2 -1
- package/esm2022/lib/images/functions/is-ftg-cdn-path.function.mjs +5 -0
- package/esm2022/lib/images/functions/process-image-src.function.mjs +7 -2
- package/esm2022/lib/locations/esolve-locations.service.mjs +9 -11
- package/esm2022/lib/manufacturers/esolve-manufacturers.service.mjs +3 -3
- package/esm2022/lib/menu/esolve-menu.service.mjs +3 -3
- package/esm2022/lib/news/esolve-news.service.mjs +3 -3
- package/esm2022/lib/ng-esolve-connect.module.mjs +8 -27
- package/esm2022/lib/payment/esolve-payment.service.mjs +11 -13
- package/esm2022/lib/payment/interfaces/index.mjs +3 -2
- package/esm2022/lib/ranges/esolve-ranges.service.mjs +9 -11
- package/esm2022/lib/session/esolve-session-metadata.service.mjs +3 -3
- package/esm2022/lib/session/esolve-session.service.mjs +3 -3
- package/esm2022/lib/shared/assets/esolve-assets.service.mjs +9 -11
- package/esm2022/lib/shared/cookie/esolve-cookie.service.mjs +3 -3
- package/esm2022/lib/shared/errors/esolve-error-handler.service.mjs +3 -3
- package/esm2022/lib/shared/geocoder/esolve-geocoder.service.mjs +9 -11
- package/esm2022/lib/shared/response/esolve-response-handler.service.mjs +3 -3
- package/esm2022/lib/shared/seo/esolve-seo.service.mjs +3 -3
- package/esm2022/lib/shipping/esolve-shipping.service.mjs +9 -11
- package/esm2022/lib/specials/esolve-specials.service.mjs +9 -11
- package/esm2022/lib/stock/esolve-stock.service.mjs +9 -11
- package/esm2022/lib/suppliers/esolve-suppliers.service.mjs +9 -11
- package/esm2022/lib/tags/esolve-tags.service.mjs +9 -11
- package/esm2022/lib/topics/esolve-topic.service.mjs +9 -11
- package/esm2022/lib/transactions/esolve-transactions.service.mjs +3 -3
- package/esm2022/lib/wishlist/esolve-wishlist.service.mjs +11 -13
- package/esm2022/media/index.mjs +2 -2
- package/esm2022/media/lib/components/media-layout/esolve-media-layout.component.mjs +14 -13
- package/esm2022/media/lib/components/media-section/esolve-media-section.component.mjs +15 -14
- package/esm2022/media/lib/esolve-connect-media-config.token.mjs +1 -1
- package/esm2022/media/lib/functions/index.mjs +2 -0
- package/esm2022/media/lib/functions/provide-ng-esolve-connect-media.function.mjs +8 -0
- package/esm2022/media/lib/interfaces/esolve-connect-media-config.interface.mjs +2 -0
- package/esm2022/media/lib/interfaces/index.mjs +2 -1
- package/esm2022/media/lib/ng-esolve-connect-media.module.mjs +8 -29
- package/esm2022/media/lib/services/esolve-media-layout.service.mjs +8 -10
- package/esm2022/media/lib/services/esolve-media.service.mjs +10 -14
- package/esm2022/notifications/index.mjs +1 -2
- package/esm2022/notifications/lib/services/esolve-notifications.service.mjs +3 -3
- package/esm2022/survey/index.mjs +1 -2
- package/esm2022/survey/lib/services/esolve-survey.service.mjs +3 -3
- package/fesm2022/esolve-ng-esolve-connect-media.mjs +50 -64
- package/fesm2022/esolve-ng-esolve-connect-media.mjs.map +1 -1
- package/fesm2022/esolve-ng-esolve-connect-notifications.mjs +5 -18
- package/fesm2022/esolve-ng-esolve-connect-notifications.mjs.map +1 -1
- package/fesm2022/esolve-ng-esolve-connect-survey.mjs +6 -19
- package/fesm2022/esolve-ng-esolve-connect-survey.mjs.map +1 -1
- package/fesm2022/esolve-ng-esolve-connect.mjs +169 -194
- package/fesm2022/esolve-ng-esolve-connect.mjs.map +1 -1
- package/lib/account/user-account/classes/esolve-user-client-account.model.d.ts +1 -0
- package/lib/account/user-account/interfaces/esolve-user-client-account-record.interface.d.ts +1 -0
- package/lib/cart/esolve-cart.service.d.ts +2 -2
- package/lib/core/esolve-config.service.d.ts +2 -1
- package/lib/core/esolve-connect-config.constant.d.ts +1 -1
- package/lib/core/{esolve-connect.config.d.ts → esolve-connect-config.interface.d.ts} +4 -0
- package/lib/core/index.d.ts +2 -1
- package/lib/core/providers/index.d.ts +1 -0
- package/lib/core/providers/provide-ng-esolve-connect.function.d.ts +3 -0
- package/lib/coupons/esolve-coupons.service.d.ts +2 -2
- package/lib/images/esolve-image-loader.provider.d.ts +1 -1
- package/lib/images/functions/index.d.ts +1 -0
- package/lib/images/functions/is-ftg-cdn-path.function.d.ts +1 -0
- package/lib/images/functions/process-image-src.function.d.ts +1 -1
- package/lib/locations/esolve-locations.service.d.ts +2 -2
- package/lib/payment/esolve-payment.service.d.ts +2 -2
- package/lib/payment/interfaces/index.d.ts +2 -0
- package/lib/ranges/esolve-ranges.service.d.ts +2 -2
- package/lib/shared/assets/esolve-assets.service.d.ts +2 -2
- package/lib/shared/geocoder/esolve-geocoder.service.d.ts +2 -2
- package/lib/shipping/esolve-shipping.service.d.ts +2 -2
- package/lib/specials/esolve-specials.service.d.ts +2 -2
- package/lib/stock/esolve-stock.service.d.ts +2 -2
- package/lib/suppliers/esolve-suppliers.service.d.ts +2 -2
- package/lib/tags/esolve-tags.service.d.ts +2 -2
- package/lib/topics/esolve-topic.service.d.ts +2 -2
- package/lib/wishlist/esolve-wishlist.service.d.ts +2 -2
- package/media/index.d.ts +1 -1
- package/media/lib/components/media-layout/esolve-media-layout.component.d.ts +2 -3
- package/media/lib/components/media-section/esolve-media-section.component.d.ts +2 -3
- package/media/lib/esolve-connect-media-config.token.d.ts +1 -1
- package/media/lib/functions/index.d.ts +1 -0
- package/media/lib/functions/provide-ng-esolve-connect-media.function.d.ts +3 -0
- package/media/lib/interfaces/esolve-connect-media-config.interface.d.ts +7 -0
- package/media/lib/interfaces/index.d.ts +1 -0
- package/media/lib/ng-esolve-connect-media.module.d.ts +2 -6
- package/media/lib/services/esolve-media-layout.service.d.ts +1 -2
- package/media/lib/services/esolve-media.service.d.ts +0 -3
- package/notifications/index.d.ts +0 -1
- package/package.json +8 -8
- package/survey/index.d.ts +0 -1
- package/esm2022/lib/core/esolve-connect.config.mjs +0 -2
- package/esm2022/media/lib/esolve-connect-media.config.mjs +0 -2
- package/esm2022/notifications/lib/ng-esolve-connect-notifications.module.mjs +0 -15
- package/esm2022/survey/lib/ng-esolve-connect-survey.module.mjs +0 -15
- package/media/lib/esolve-connect-media.config.d.ts +0 -6
- package/notifications/lib/ng-esolve-connect-notifications.module.d.ts +0 -7
- package/survey/lib/ng-esolve-connect-survey.module.d.ts +0 -7
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import {
|
|
3
|
+
import { EsolveConfigService } from '../core';
|
|
4
4
|
import { EsolveErrorHandlerService } from '../shared/errors/esolve-error-handler.service';
|
|
5
5
|
import { EsolveResponseHandlerService } from '../shared/response';
|
|
6
6
|
import { EsolveCouponsService } from '../coupons';
|
|
@@ -16,7 +16,7 @@ export declare class EsolveCartService {
|
|
|
16
16
|
private responseHandler;
|
|
17
17
|
private coupons;
|
|
18
18
|
private _cached_tracking;
|
|
19
|
-
constructor(config:
|
|
19
|
+
constructor(config: EsolveConfigService, http: HttpClient, errorHandler: EsolveErrorHandlerService, responseHandler: EsolveResponseHandlerService, coupons: EsolveCouponsService);
|
|
20
20
|
/**
|
|
21
21
|
* Retrieves the current cart
|
|
22
22
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EsolveConnectConfig } from './esolve-connect.
|
|
1
|
+
import { EsolveConnectConfig } from './esolve-connect-config.interface';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class EsolveConfigService implements EsolveConnectConfig {
|
|
4
4
|
api_url: string;
|
|
@@ -15,6 +15,7 @@ export declare class EsolveConfigService implements EsolveConnectConfig {
|
|
|
15
15
|
device_designation: string;
|
|
16
16
|
legacy_cdn?: string;
|
|
17
17
|
cdn?: string;
|
|
18
|
+
ftg_cdn?: string;
|
|
18
19
|
error_image_path?: string;
|
|
19
20
|
constructor(config: EsolveConnectConfig);
|
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<EsolveConfigService, never>;
|
|
@@ -65,6 +65,10 @@ export interface EsolveConnectConfig {
|
|
|
65
65
|
* files. If this property is not provided, the application may not use a CDN.
|
|
66
66
|
*/
|
|
67
67
|
cdn?: string;
|
|
68
|
+
/**
|
|
69
|
+
* CDN that can be used to retrieve assets that are shared by all FTG clients
|
|
70
|
+
*/
|
|
71
|
+
ftg_cdn?: string;
|
|
68
72
|
/**
|
|
69
73
|
* Specifies the path to an error image that can be displayed in case of errors or failures in
|
|
70
74
|
* the application. If this property is not provided, `/assets/no_image.jpg` is used instead.
|
package/lib/core/index.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './provide-ng-esolve-connect.function';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { EnvironmentProviders, Provider } from '@angular/core';
|
|
2
|
+
import { EsolveConnectConfig } from '../esolve-connect-config.interface';
|
|
3
|
+
export declare function provideNgEsolveConnect(config: EsolveConnectConfig, auto_login?: boolean): (Provider | EnvironmentProviders)[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import {
|
|
3
|
+
import { EsolveConfigService } from '../core';
|
|
4
4
|
import { EsolveCookieService } from '../shared/cookie/esolve-cookie.service';
|
|
5
5
|
import { EsolveCoupon } from './classes';
|
|
6
6
|
import { EsolveCouponValidationError, EsolveCouponValidationResult } from './interfaces';
|
|
@@ -15,7 +15,7 @@ export declare class EsolveCouponsService {
|
|
|
15
15
|
private applied;
|
|
16
16
|
private validation_error;
|
|
17
17
|
private is_browser;
|
|
18
|
-
constructor(platformId: object, config:
|
|
18
|
+
constructor(platformId: object, config: EsolveConfigService, http: HttpClient, cookieService: EsolveCookieService);
|
|
19
19
|
onValidationError(): Observable<EsolveCouponValidationError | undefined>;
|
|
20
20
|
onApplied(): Observable<void>;
|
|
21
21
|
validate(coupon_key: string): Observable<EsolveCouponValidationResult>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { Provider } from '@angular/core';
|
|
2
|
-
export declare
|
|
2
|
+
export declare function provideEsolveImageLoader(): Provider;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function isFtgCdnPath(path: string): boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function processEsolveImageSrc(src: string, cdn_url?: string, legacy_cdn_url?: string): string;
|
|
1
|
+
export declare function processEsolveImageSrc(src: string, cdn_url?: string, legacy_cdn_url?: string, ftg_cdn?: string): string;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import {
|
|
3
|
+
import { EsolveConfigService } from '../core';
|
|
4
4
|
import { EsolveLocation } from './classes/esolve-location.model';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class EsolveLocationsService {
|
|
7
7
|
private config;
|
|
8
8
|
private http;
|
|
9
|
-
constructor(config:
|
|
9
|
+
constructor(config: EsolveConfigService, http: HttpClient);
|
|
10
10
|
/**
|
|
11
11
|
* Retrieves a list of stock locations
|
|
12
12
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import {
|
|
3
|
+
import { EsolveConfigService } from '../core';
|
|
4
4
|
import { EsolveErrorHandlerService } from '../shared/errors/esolve-error-handler.service';
|
|
5
5
|
import { EsolveResult } from '../shared/esolve-result.model';
|
|
6
6
|
import { EsolveResponseHandlerService } from '../shared/response';
|
|
@@ -12,7 +12,7 @@ export declare class EsolvePaymentService {
|
|
|
12
12
|
private http;
|
|
13
13
|
private errorHandler;
|
|
14
14
|
private responseHandler;
|
|
15
|
-
constructor(config:
|
|
15
|
+
constructor(config: EsolveConfigService, http: HttpClient, errorHandler: EsolveErrorHandlerService, responseHandler: EsolveResponseHandlerService);
|
|
16
16
|
/**
|
|
17
17
|
* Retrieves a list of payment methods.
|
|
18
18
|
*
|
|
@@ -6,3 +6,5 @@ export * from './esolve-payment-response.interface';
|
|
|
6
6
|
export * from './esolve-payment-method-options.interface';
|
|
7
7
|
export * from './esolve-payment-method-record.interface';
|
|
8
8
|
export * from './esolve-payment-redirect-links.interface';
|
|
9
|
+
export * from './esolve-payment-set-body.interface';
|
|
10
|
+
export * from './esolve-payment-status.interface';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import {
|
|
3
|
+
import { EsolveConfigService } from '../core';
|
|
4
4
|
import { EsolveRange } from './esolve-range.model';
|
|
5
5
|
import { EsolveRangeOptions } from './esolve-range-options.interface';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class EsolveRangesService {
|
|
8
8
|
private config;
|
|
9
9
|
private http;
|
|
10
|
-
constructor(config:
|
|
10
|
+
constructor(config: EsolveConfigService, http: HttpClient);
|
|
11
11
|
getRange(id: number): Observable<EsolveRange>;
|
|
12
12
|
getRangeFromSEF(sef_range: string): Observable<EsolveRange>;
|
|
13
13
|
getRanges(options?: EsolveRangeOptions): Observable<EsolveRange[]>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import {
|
|
3
|
+
import { EsolveConfigService } from '../../core';
|
|
4
4
|
import { EsolveAssetOptions } from './esolve-asset-options.interface';
|
|
5
5
|
import { EsolveAsset } from './esolve-asset.model';
|
|
6
6
|
import { EsolveAssetList } from './esolve-asset-list.type';
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
export declare class EsolveAssetsService {
|
|
10
10
|
private config;
|
|
11
11
|
private http;
|
|
12
|
-
constructor(config:
|
|
12
|
+
constructor(config: EsolveConfigService, http: HttpClient);
|
|
13
13
|
getAsset(id: number): Observable<EsolveAsset>;
|
|
14
14
|
getAssets(options?: EsolveAssetOptions): Observable<EsolveAssetList>;
|
|
15
15
|
getMediaAssets(options: EsolveMediaAssetOptions): Observable<EsolveAssetList>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import {
|
|
3
|
+
import { EsolveConfigService } from '../../core';
|
|
4
4
|
import { EsolveGeocodeResult } from './esolve-geocode-result.model';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class EsolveGeocoderService {
|
|
7
7
|
private config;
|
|
8
8
|
private http;
|
|
9
|
-
constructor(config:
|
|
9
|
+
constructor(config: EsolveConfigService, http: HttpClient);
|
|
10
10
|
geocode(street_number: string, street: string, suburb: string, city: string, province: string, country: string, postal_code: string): Observable<EsolveGeocodeResult>;
|
|
11
11
|
reverseGeocode(latitude: number, longitude: number): Observable<EsolveGeocodeResult>;
|
|
12
12
|
private processGeocodeResult;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import {
|
|
3
|
+
import { EsolveConfigService } from '../core';
|
|
4
4
|
import { EsolveShippingCost, EsolveShippingMethod, EsolveTimeSlotConfig } from './classes';
|
|
5
5
|
import { EsolveShippingMethodOptions } from './interfaces';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class EsolveShippingService {
|
|
8
8
|
private config;
|
|
9
9
|
private http;
|
|
10
|
-
constructor(config:
|
|
10
|
+
constructor(config: EsolveConfigService, http: HttpClient);
|
|
11
11
|
/**
|
|
12
12
|
* Retrieves a list of shipping methods
|
|
13
13
|
*
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import {
|
|
3
|
+
import { EsolveConfigService } from '../core';
|
|
4
4
|
import { EsolveSpecial } from './esolve-special.model';
|
|
5
5
|
import { EsolveSpecialOptions } from './esolve-special-options.interface';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class EsolveSpecialsService {
|
|
8
8
|
private config;
|
|
9
9
|
private http;
|
|
10
|
-
constructor(config:
|
|
10
|
+
constructor(config: EsolveConfigService, http: HttpClient);
|
|
11
11
|
getSpecial(specials_id: number): Observable<EsolveSpecial>;
|
|
12
12
|
getSpecialFromIdentifier(identifier: string): Observable<EsolveSpecial>;
|
|
13
13
|
getSpecials(options?: EsolveSpecialOptions): Observable<EsolveSpecial[]>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import {
|
|
3
|
+
import { EsolveConfigService } from '../core';
|
|
4
4
|
import { EsolveCustomFields } from '../shared/custom-fields';
|
|
5
5
|
import { EsolveFilterList } from '../shared/filters';
|
|
6
6
|
import { EsolveMediaStockItemList } from './types';
|
|
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
export declare class EsolveStockService<T extends EsolveCustomFields = EsolveCustomFields> {
|
|
11
11
|
private config;
|
|
12
12
|
private http;
|
|
13
|
-
constructor(config:
|
|
13
|
+
constructor(config: EsolveConfigService, http: HttpClient);
|
|
14
14
|
/**
|
|
15
15
|
* Retrieves the stock record from the eSolve instance using the code.
|
|
16
16
|
*
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import {
|
|
3
|
+
import { EsolveConfigService } from '../core';
|
|
4
4
|
import { EsolveSupplier } from './classes';
|
|
5
5
|
import { EsolveSupplierOptions } from './interfaces';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class EsolveSuppliersService {
|
|
8
8
|
private config;
|
|
9
9
|
private http;
|
|
10
|
-
constructor(config:
|
|
10
|
+
constructor(config: EsolveConfigService, http: HttpClient);
|
|
11
11
|
getSuppliers(options?: EsolveSupplierOptions): Observable<EsolveSupplier[]>;
|
|
12
12
|
private getSupplierRecords;
|
|
13
13
|
private processSuppliers;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import {
|
|
3
|
+
import { EsolveConfigService } from '../core';
|
|
4
4
|
import { EsolveTag } from './esolve-tag.model';
|
|
5
5
|
import { EsolveTagOptions } from './esolve-tag-options.interface';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class EsolveTagsService {
|
|
8
8
|
private config;
|
|
9
9
|
private http;
|
|
10
|
-
constructor(config:
|
|
10
|
+
constructor(config: EsolveConfigService, http: HttpClient);
|
|
11
11
|
/**
|
|
12
12
|
* Retrieves active topics from the list of topic ID's. Note that inactive or expired
|
|
13
13
|
* topics will not be retrieved.
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import {
|
|
3
|
+
import { EsolveConfigService } from '../core';
|
|
4
4
|
import { EsolveTopic } from './esolve-topic.model';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class EsolveTopicService {
|
|
7
7
|
private config;
|
|
8
8
|
private http;
|
|
9
|
-
constructor(config:
|
|
9
|
+
constructor(config: EsolveConfigService, http: HttpClient);
|
|
10
10
|
/**
|
|
11
11
|
* Retrieves active topics from the list of topic ID's. Note that inactive or expired
|
|
12
12
|
* topics will not be retrieved.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import {
|
|
3
|
+
import { EsolveConfigService } from '../core';
|
|
4
4
|
import { EsolveResponseHandlerService } from '../shared/response';
|
|
5
5
|
import { EsolveErrorHandlerService } from '../shared/errors';
|
|
6
6
|
import { EsolveWishlist, EsolveWishlistSetAction } from './types';
|
|
@@ -12,7 +12,7 @@ export declare class EsolveWishlistService {
|
|
|
12
12
|
private http;
|
|
13
13
|
private errorHandler;
|
|
14
14
|
private responseHandler;
|
|
15
|
-
constructor(config:
|
|
15
|
+
constructor(config: EsolveConfigService, http: HttpClient, errorHandler: EsolveErrorHandlerService, responseHandler: EsolveResponseHandlerService);
|
|
16
16
|
/**
|
|
17
17
|
* Retrieves the current wishlist
|
|
18
18
|
*
|
package/media/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export * from './lib/ng-esolve-connect-media.module';
|
|
2
|
-
export * from './lib/esolve-connect-media.config';
|
|
3
2
|
export * from './lib/esolve-connect-media-config.token';
|
|
4
3
|
export * from './lib/components';
|
|
5
4
|
export * from './lib/classes';
|
|
6
5
|
export * from './lib/types';
|
|
6
|
+
export * from './lib/functions';
|
|
7
7
|
export * from './lib/interfaces';
|
|
8
8
|
export * from './lib/services';
|
|
@@ -4,11 +4,10 @@ import { EsolveMediaArticle } from '../../classes';
|
|
|
4
4
|
import { EsolveMediaLayoutService } from '../../services';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class EsolveMediaLayoutComponent implements OnChanges {
|
|
7
|
-
layoutService: EsolveMediaLayoutService;
|
|
8
7
|
media: EsolveMediaArticle;
|
|
8
|
+
layoutService: EsolveMediaLayoutService;
|
|
9
9
|
portal: ComponentPortal<any>;
|
|
10
|
-
constructor(layoutService: EsolveMediaLayoutService);
|
|
11
10
|
ngOnChanges(): void;
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EsolveMediaLayoutComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EsolveMediaLayoutComponent, "eslv-media-layout", never, { "media": { "alias": "media"; "required":
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EsolveMediaLayoutComponent, "eslv-media-layout", never, { "media": { "alias": "media"; "required": true; }; }, {}, never, never, true, never>;
|
|
14
13
|
}
|
|
@@ -3,12 +3,11 @@ import { ComponentPortal } from '@angular/cdk/portal';
|
|
|
3
3
|
import { EsolveMediaLayoutService } from '../../services';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class EsolveMediaSectionComponent implements OnChanges {
|
|
6
|
-
layoutService: EsolveMediaLayoutService;
|
|
7
6
|
key: string;
|
|
7
|
+
layoutService: EsolveMediaLayoutService;
|
|
8
8
|
portals: ComponentPortal<any>[];
|
|
9
|
-
constructor(layoutService: EsolveMediaLayoutService);
|
|
10
9
|
ngOnChanges(): void;
|
|
11
10
|
private processPortals;
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EsolveMediaSectionComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EsolveMediaSectionComponent, "eslv-media-section", never, { "key": { "alias": "key"; "required":
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EsolveMediaSectionComponent, "eslv-media-section", never, { "key": { "alias": "key"; "required": true; }; }, {}, never, never, true, never>;
|
|
14
13
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import { EsolveConnectMediaConfig } from './
|
|
2
|
+
import { EsolveConnectMediaConfig } from './interfaces';
|
|
3
3
|
export declare const ESOLVE_CONNECT_MEDIA_CONFIG: InjectionToken<EsolveConnectMediaConfig>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './provide-ng-esolve-connect-media.function';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { EsolveLayoutConfig } from './esolve-layout-config.interface';
|
|
2
|
+
import { EsolveLayoutSectionConfig } from './esolve-layout-section-config.interface';
|
|
3
|
+
export interface EsolveConnectMediaConfig {
|
|
4
|
+
layouts: EsolveLayoutConfig[];
|
|
5
|
+
default_layout?: string;
|
|
6
|
+
sections: EsolveLayoutSectionConfig[];
|
|
7
|
+
}
|
|
@@ -5,3 +5,4 @@ export * from './esolve-media-record.interface';
|
|
|
5
5
|
export * from './esolve-media-group-record.interface';
|
|
6
6
|
export * from './esolve-media-layout-section-record.interface';
|
|
7
7
|
export * from './esolve-media-link-record.interface';
|
|
8
|
+
export * from './esolve-connect-media-config.interface';
|
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { EsolveConnectMediaConfig } from './
|
|
2
|
+
import { EsolveConnectMediaConfig } from './interfaces';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "./components/media-layout/esolve-media-layout.component";
|
|
5
5
|
import * as i2 from "./components/media-section/esolve-media-section.component";
|
|
6
|
-
import * as i3 from "@angular/common";
|
|
7
|
-
import * as i4 from "@angular/common/http";
|
|
8
|
-
import * as i5 from "@angular/cdk/portal";
|
|
9
|
-
import * as i6 from "@esolve/ng-esolve-connect";
|
|
10
6
|
export declare class NgEsolveConnectMediaModule {
|
|
11
7
|
static withConfig(config: EsolveConnectMediaConfig): ModuleWithProviders<NgEsolveConnectMediaModule>;
|
|
12
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgEsolveConnectMediaModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgEsolveConnectMediaModule, [typeof i1.EsolveMediaLayoutComponent, typeof i2.EsolveMediaSectionComponent], [typeof
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgEsolveConnectMediaModule, never, [typeof i1.EsolveMediaLayoutComponent, typeof i2.EsolveMediaSectionComponent], [typeof i1.EsolveMediaLayoutComponent, typeof i2.EsolveMediaSectionComponent]>;
|
|
14
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgEsolveConnectMediaModule>;
|
|
15
11
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ComponentType } from '@angular/cdk/portal';
|
|
2
2
|
import { EsolveMediaArticle, EsolveMediaLayoutSection } from '../classes';
|
|
3
|
-
import { EsolveConnectMediaConfig } from '../esolve-connect-media.config';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class EsolveMediaLayoutService {
|
|
6
5
|
private readonly section_key_delimiter;
|
|
@@ -8,7 +7,7 @@ export declare class EsolveMediaLayoutService {
|
|
|
8
7
|
private layout_map;
|
|
9
8
|
private section_map;
|
|
10
9
|
private default_layout;
|
|
11
|
-
constructor(
|
|
10
|
+
constructor();
|
|
12
11
|
getMedia(): EsolveMediaArticle;
|
|
13
12
|
setMedia(media: EsolveMediaArticle): void;
|
|
14
13
|
getLayout(): ComponentType<any>;
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
1
|
import { Observable } from 'rxjs';
|
|
3
|
-
import { EsolveConnectConfig } from '@esolve/ng-esolve-connect';
|
|
4
2
|
import { EsolveMediaArticle, EsolveHeading } from '../classes';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
4
|
export declare class EsolveMediaService {
|
|
7
5
|
private config;
|
|
8
6
|
private http;
|
|
9
|
-
constructor(config: EsolveConnectConfig, http: HttpClient);
|
|
10
7
|
/**
|
|
11
8
|
* Retrieves the media record from the eSolve instance using the identifier
|
|
12
9
|
*
|
package/notifications/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esolve/ng-esolve-connect",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.45.0",
|
|
4
4
|
"homepage": "https://www.esolve.co.za/",
|
|
5
5
|
"description": "An Angular library that speaks to an eSolve instance's API",
|
|
6
6
|
"peerDependencies": {
|
|
7
|
-
"@angular-devkit/schematics": ">=
|
|
8
|
-
"@angular/common": ">=
|
|
9
|
-
"@angular/core": ">=
|
|
10
|
-
"@angular/cdk": ">=
|
|
11
|
-
"@angular/platform-browser": ">=
|
|
12
|
-
"@schematics/angular": ">=
|
|
7
|
+
"@angular-devkit/schematics": ">=16.0.0",
|
|
8
|
+
"@angular/common": ">=16.0.0",
|
|
9
|
+
"@angular/core": ">=16.0.0",
|
|
10
|
+
"@angular/cdk": ">=16.0.0",
|
|
11
|
+
"@angular/platform-browser": ">=16.0.0",
|
|
12
|
+
"@schematics/angular": ">=16.0.0",
|
|
13
13
|
"date-fns": "^2.0.0",
|
|
14
|
-
"ngx-cookie-service-ssr": ">=
|
|
14
|
+
"ngx-cookie-service-ssr": ">=16.0.0",
|
|
15
15
|
"rxjs": "^7.0.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
package/survey/index.d.ts
CHANGED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLWNvbm5lY3QuY29uZmlnLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9uZy1lc29sdmUtY29ubmVjdC9zcmMvbGliL2NvcmUvZXNvbHZlLWNvbm5lY3QuY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIENvbmZpZ3VyYXRpb24gc2V0dGluZ3MgdG8gZVNvbHZlIENvbm5lY3QgTW9kdWxlXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgRXNvbHZlQ29ubmVjdENvbmZpZyB7XG4gICAgLyoqXG4gICAgICogVVJMIHRvIHRoZSBlU29sdmUgaW5zdGFuY2VcbiAgICAgKi9cbiAgICBhcGlfdXJsOiBzdHJpbmc7XG5cbiAgICAvKipcbiAgICAgKiBlU29sdmUgV2ViIFNlcnZpY2UgSUQuIFRoaXMgY29kZSBpbiByZXF1aXJlZCB0byBhdXRoZW50aWNhdGUgeW91ciBpbnN0YW5jZVxuICAgICAqL1xuICAgIHdzaWQ6IHN0cmluZztcblxuICAgIC8qKlxuICAgICAqIFRleHQgdG8gYmUgcHJlZml4ZWQgdG8gdGhlIHBhZ2UgdGl0bGVcbiAgICAgKi9cbiAgICB0aXRsZV9wcmVmaXg/OiBzdHJpbmc7XG5cbiAgICAvKipcbiAgICAgKiBUZXh0IHRvIGJlIHN1ZmZpeGVkIHRvIHRoZSBwYWdlIHRpdGxlXG4gICAgICovXG4gICAgdGl0bGVfc3VmZml4Pzogc3RyaW5nO1xuXG4gICAgLyoqXG4gICAgICogU3RyaW5nIHRvIHNlcGFyYXRlIHRoZSB0aXRsZSBmcm9tIHByZWZpeCBhbmQgc3VmZml4LiBEZWZhdWx0IGlzIHRoZSBgfGAgY2hhcmFjdGVyXG4gICAgICovXG4gICAgdGl0bGVfc2VwYXJhdG9yPzogc3RyaW5nO1xuXG4gICAgLyoqXG4gICAgICogRGVmYXVsdCBTRU8gcGFnZSB0aXRsZVxuICAgICAqL1xuICAgIGRlZmF1bHRfc2VvX3RpdGxlPzogc3RyaW5nO1xuXG4gICAgLyoqXG4gICAgICogRGVmYXVsdCBTRU8gcGFnZSBkZXNjcmlwdGlvblxuICAgICAqL1xuICAgIGRlZmF1bHRfc2VvX2Rlc2NyaXB0aW9uPzogc3RyaW5nO1xuXG4gICAgLyoqXG4gICAgICogRGVmYXVsdCBTRU8ga2V5d29yZHNcbiAgICAgKi9cbiAgICBkZWZhdWx0X3Nlb19rZXl3b3Jkcz86IHN0cmluZztcblxuICAgIC8qKlxuICAgICAqIEtleSBmb3IgdXNlciBzZXNzaW9uIGxvY2FsIHN0b3JhZ2UgKERlZmF1bHQgaXMgYF9uZ19lc2x2X3Rva2VuYClcbiAgICAgKi9cbiAgICBzZXNzaW9uX3N0b3JhZ2Vfa2V5Pzogc3RyaW5nO1xuXG4gICAgLyoqXG4gICAgICogS2V5IGZvciBjb3Vwb24gbG9jYWwgc3RvcmFnZSAoRGVmYXVsdCBpcyBgX25nX2VzbHZfY291cG9uc2ApXG4gICAgICovXG4gICAgY291cG9uX3N0b3JhZ2Vfa2V5Pzogc3RyaW5nO1xuXG4gICAgLyoqXG4gICAgICogSW5kaWNhdGVzIHdoZXRoZXIgdGhlIGltcGxlbWVudGF0aW9uIGlzIGEgbmF0aXZlIGFwcCBvciBhIHdlYnNpdGUuIElmIGl0IGlzIGEgbmF0aXZlXG4gICAgICogYXBwLCB0aGUgYGRldmljZV9kZXNpZ25hdGlvbmAgaXMgcmVxdWlyZWQgZm9yIG5hdGl2ZSBhcHAgZmVhdHVyZXMgdG8gYmUgZW5hYmxlZFxuICAgICAqL1xuICAgIG5hdGl2ZT86IGJvb2xlYW47XG5cbiAgICAvKipcbiAgICAgKiBJbmRpY2F0ZXMgdGhlIHBsYXRmb3JtIHVzZWQuIFBvc3NpYmxlIHZhbHVlcyBpbmNsdWRlIGBhbmRyb2lkYCwgYGlvc2AgYW5kXG4gICAgICogYHdlYmAuIElmIG5vbmUgaXMgcHJvdmlkZWQsIHRoZW4gdGhlIHZhbHVlIGlzIGFzc3VtZWQgdG8gYmUgYHdlYmBcbiAgICAgKi9cbiAgICBkZXZpY2VfZGVzaWduYXRpb24/OiBzdHJpbmc7XG5cbiAgICAvKipcbiAgICAgKiBJdCBpcyB1c2VkIHRvIHNwZWNpZnkgdGhlIFVSTCBvZiBhIGxlZ2FjeSBjb250ZW50IGRlbGl2ZXJ5IG5ldHdvcmsgKENETikgdGhhdCBtYXkgYmVcbiAgICAgKiB1c2VkIGZvciBzZXJ2aW5nIHN0YXRpYyBhc3NldHMgc3VjaCBhcyBpbWFnZXMsIHZpZGVvcywgYW5kIG90aGVyIG1lZGlhIGZpbGVzLiBUaGlzIHByb3BlcnR5IGlzXG4gICAgICogb3B0aW9uYWwgYW5kIG1heSBub3QgYmUgdXNlZCBpZiB0aGUgYXBwbGljYXRpb24gZG9lcyBub3QgcmVxdWlyZSBhIGxlZ2FjeSBDRE4uXG4gICAgICogQGRlcHJlY2F0ZWRcbiAgICAgKi9cbiAgICBsZWdhY3lfY2RuPzogc3RyaW5nO1xuXG4gICAgLyoqXG4gICAgICogVGhpcyBwcm9wZXJ0eSBpcyB1c2VkIHRvIHNwZWNpZnkgdGhlIFVSTCBvZiBhIGNvbnRlbnQgZGVsaXZlcnkgbmV0d29yayAoQ0ROKVxuICAgICAqIHRoYXQgbWF5IGJlIHVzZWQgZm9yIHNlcnZpbmcgc3RhdGljIGFzc2V0cyBzdWNoIGFzIGltYWdlcywgdmlkZW9zLCBhbmQgb3RoZXIgbWVkaWFcbiAgICAgKiBmaWxlcy4gSWYgdGhpcyBwcm9wZXJ0eSBpcyBub3QgcHJvdmlkZWQsIHRoZSBhcHBsaWNhdGlvbiBtYXkgbm90IHVzZSBhIENETi5cbiAgICAgKi9cbiAgICBjZG4/OiBzdHJpbmc7XG5cbiAgICAvKipcbiAgICAgKiBTcGVjaWZpZXMgdGhlIHBhdGggdG8gYW4gZXJyb3IgaW1hZ2UgdGhhdCBjYW4gYmUgZGlzcGxheWVkIGluIGNhc2Ugb2YgZXJyb3JzIG9yIGZhaWx1cmVzIGluXG4gICAgICogdGhlIGFwcGxpY2F0aW9uLiBJZiB0aGlzIHByb3BlcnR5IGlzIG5vdCBwcm92aWRlZCwgYC9hc3NldHMvbm9faW1hZ2UuanBnYCBpcyB1c2VkIGluc3RlYWQuXG4gICAgICovXG4gICAgZXJyb3JfaW1hZ2VfcGF0aD86IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLWNvbm5lY3QtbWVkaWEuY29uZmlnLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9uZy1lc29sdmUtY29ubmVjdC9tZWRpYS9zcmMvbGliL2Vzb2x2ZS1jb25uZWN0LW1lZGlhLmNvbmZpZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRXNvbHZlTGF5b3V0Q29uZmlnLCBFc29sdmVMYXlvdXRTZWN0aW9uQ29uZmlnIH0gZnJvbSAnLi9pbnRlcmZhY2VzJztcblxuZXhwb3J0IGludGVyZmFjZSBFc29sdmVDb25uZWN0TWVkaWFDb25maWcge1xuICAgIGxheW91dHM6IEVzb2x2ZUxheW91dENvbmZpZ1tdO1xuICAgIGRlZmF1bHRfbGF5b3V0Pzogc3RyaW5nO1xuICAgIHNlY3Rpb25zOiBFc29sdmVMYXlvdXRTZWN0aW9uQ29uZmlnW107XG59XG4iXX0=
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class NgEsolveConnectNotificationsModule {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: NgEsolveConnectNotificationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.1", ngImport: i0, type: NgEsolveConnectNotificationsModule, imports: [CommonModule] }); }
|
|
7
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: NgEsolveConnectNotificationsModule, imports: [CommonModule] }); }
|
|
8
|
-
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: NgEsolveConnectNotificationsModule, decorators: [{
|
|
10
|
-
type: NgModule,
|
|
11
|
-
args: [{
|
|
12
|
-
imports: [CommonModule],
|
|
13
|
-
}]
|
|
14
|
-
}] });
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctZXNvbHZlLWNvbm5lY3Qtbm90aWZpY2F0aW9ucy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL25nLWVzb2x2ZS1jb25uZWN0L25vdGlmaWNhdGlvbnMvc3JjL2xpYi9uZy1lc29sdmUtY29ubmVjdC1ub3RpZmljYXRpb25zLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7QUFLL0MsTUFBTSxPQUFPLGtDQUFrQzs4R0FBbEMsa0NBQWtDOytHQUFsQyxrQ0FBa0MsWUFGakMsWUFBWTsrR0FFYixrQ0FBa0MsWUFGakMsWUFBWTs7MkZBRWIsa0NBQWtDO2tCQUg5QyxRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztpQkFDMUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgTmdFc29sdmVDb25uZWN0Tm90aWZpY2F0aW9uc01vZHVsZSB7fVxuIl19
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class NgEsolveConnectSurveyModule {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: NgEsolveConnectSurveyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.1", ngImport: i0, type: NgEsolveConnectSurveyModule, imports: [CommonModule] }); }
|
|
7
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: NgEsolveConnectSurveyModule, imports: [CommonModule] }); }
|
|
8
|
-
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: NgEsolveConnectSurveyModule, decorators: [{
|
|
10
|
-
type: NgModule,
|
|
11
|
-
args: [{
|
|
12
|
-
imports: [CommonModule],
|
|
13
|
-
}]
|
|
14
|
-
}] });
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctZXNvbHZlLWNvbm5lY3Qtc3VydmV5Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbmctZXNvbHZlLWNvbm5lY3Qvc3VydmV5L3NyYy9saWIvbmctZXNvbHZlLWNvbm5lY3Qtc3VydmV5Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7QUFLL0MsTUFBTSxPQUFPLDJCQUEyQjs4R0FBM0IsMkJBQTJCOytHQUEzQiwyQkFBMkIsWUFGMUIsWUFBWTsrR0FFYiwyQkFBMkIsWUFGMUIsWUFBWTs7MkZBRWIsMkJBQTJCO2tCQUh2QyxRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztpQkFDMUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgTmdFc29sdmVDb25uZWN0U3VydmV5TW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
export declare class NgEsolveConnectNotificationsModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgEsolveConnectNotificationsModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgEsolveConnectNotificationsModule, never, [typeof i1.CommonModule], never>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<NgEsolveConnectNotificationsModule>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
export declare class NgEsolveConnectSurveyModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgEsolveConnectSurveyModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgEsolveConnectSurveyModule, never, [typeof i1.CommonModule], never>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<NgEsolveConnectSurveyModule>;
|
|
7
|
-
}
|