@esolve/ng-esolve-connect 0.36.0 → 0.38.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/esm2020/lib/account/address/esolve-address-result.model.mjs +1 -1
- package/esm2020/lib/account/address/esolve-address.model.mjs +1 -1
- package/esm2020/lib/account/confirmation/esolve-account-confirmation-post-response-item.interface.mjs +1 -1
- package/esm2020/lib/account/confirmation/esolve-account-confirmation-result.model.mjs +1 -1
- package/esm2020/lib/account/esolve-account.service.mjs +18 -16
- package/esm2020/lib/account/index.mjs +1 -1
- package/esm2020/lib/account/location/classes/esolve-location-update-result.model.mjs +2 -2
- package/esm2020/lib/account/location/classes/index.mjs +1 -1
- package/esm2020/lib/account/location/index.mjs +1 -1
- package/esm2020/lib/account/location/interfaces/esolve-location-options.interface.mjs +1 -1
- package/esm2020/lib/account/location/interfaces/index.mjs +1 -1
- package/esm2020/lib/account/password/esolve-change-password-result.model.mjs +2 -2
- package/esm2020/lib/account/password/esolve-reset-password-result.model.mjs +1 -1
- package/esm2020/lib/account/registration/esolve-registration-post-response-item.interface.mjs +1 -1
- package/esm2020/lib/account/registration/esolve-registration-result.model.mjs +1 -1
- package/esm2020/lib/account/user-account/classes/esolve-statement-balances.model.mjs +3 -2
- package/esm2020/lib/account/user-account/classes/esolve-statement-transaction.model.mjs +1 -1
- package/esm2020/lib/account/user-account/classes/esolve-statement.model.mjs +3 -2
- package/esm2020/lib/account/user-account/classes/esolve-user-account-result.model.mjs +1 -1
- package/esm2020/lib/account/user-account/classes/esolve-user-account.model.mjs +2 -2
- package/esm2020/lib/account/user-account/classes/esolve-user-client-account-balances.model.mjs +1 -1
- package/esm2020/lib/account/user-account/classes/esolve-user-client-account.model.mjs +5 -3
- package/esm2020/lib/auth/esolve-auth.service.mjs +16 -15
- package/esm2020/lib/banners/esolve-banner-image-hotspot.model.mjs +1 -1
- package/esm2020/lib/banners/esolve-banner-image.model.mjs +1 -1
- package/esm2020/lib/banners/esolve-banner.service.mjs +3 -3
- package/esm2020/lib/cart/classes/esolve-cart-totals.model.mjs +1 -1
- package/esm2020/lib/cart/classes/esolve-empty-cart-result.model.mjs +1 -1
- package/esm2020/lib/category-tree/esolve-category-tree-item.model.mjs +1 -1
- package/esm2020/lib/category-tree/esolve-category-tree.service.mjs +4 -4
- package/esm2020/lib/coupons/interfaces/esolve-coupon-validation-result.interface.mjs +1 -2
- package/esm2020/lib/enquiry/esolve-enquiry.service.mjs +2 -2
- package/esm2020/lib/esolve-connect-config.constant.mjs +1 -1
- package/esm2020/lib/locations/classes/esolve-location-address.model.mjs +1 -1
- package/esm2020/lib/locations/classes/esolve-location-contact-info.model.mjs +1 -1
- package/esm2020/lib/locations/classes/esolve-location-geo.model.mjs +1 -1
- package/esm2020/lib/locations/classes/esolve-location-pobox-address.model.mjs +1 -1
- package/esm2020/lib/locations/classes/esolve-location-trading-day.model.mjs +1 -1
- package/esm2020/lib/locations/classes/esolve-location-trading-times.model.mjs +1 -1
- package/esm2020/lib/locations/classes/esolve-location.model.mjs +3 -2
- package/esm2020/lib/locations/esolve-locations.service.mjs +1 -1
- package/esm2020/lib/manufacturers/esolve-manufacturer-image-size.type.mjs +1 -1
- package/esm2020/lib/manufacturers/esolve-manufacturers.service.mjs +3 -3
- package/esm2020/lib/menu/classes/esolve-menu-item.model.mjs +29 -0
- package/esm2020/lib/menu/classes/index.mjs +2 -0
- package/esm2020/lib/menu/esolve-menu.service.mjs +3 -3
- package/esm2020/lib/menu/index.mjs +4 -4
- package/esm2020/lib/menu/interfaces/esolve-menu-tree-record.interface.mjs +2 -0
- package/esm2020/lib/menu/interfaces/index.mjs +2 -0
- package/esm2020/lib/menu/types/esolve-menu.type.mjs +2 -0
- package/esm2020/lib/menu/types/index.mjs +2 -0
- package/esm2020/lib/news/esolve-news-article-author.model.mjs +1 -1
- package/esm2020/lib/news/esolve-news-article-list.model.mjs +1 -1
- package/esm2020/lib/news/esolve-news-group.model.mjs +1 -1
- package/esm2020/lib/news/esolve-news.service.mjs +6 -4
- package/esm2020/lib/ng-esolve-connect.module.mjs +4 -9
- package/esm2020/lib/payment/classes/esolve-banking-details.model.mjs +1 -1
- package/esm2020/lib/payment/classes/esolve-payment-method.model.mjs +3 -2
- package/esm2020/lib/payment/classes/esolve-vault-item-result.model.mjs +1 -1
- package/esm2020/lib/ranges/esolve-ranges.service.mjs +3 -3
- package/esm2020/lib/session/esolve-session.service.mjs +10 -6
- package/esm2020/lib/shared/assets/esolve-asset-type.type.mjs +1 -1
- package/esm2020/lib/shared/assets/esolve-assets.service.mjs +3 -3
- package/esm2020/lib/shared/errors/esolve-error-handler.service.mjs +16 -16
- package/esm2020/lib/shared/errors/esolve-http-error.model.mjs +1 -1
- package/esm2020/lib/shared/esolve-list.model.mjs +1 -1
- package/esm2020/lib/shared/esolve-result.model.mjs +1 -1
- package/esm2020/lib/shared/filters/classes/esolve-multiple-select-filter.model.mjs +1 -1
- package/esm2020/lib/shared/filters/classes/esolve-range-filter.model.mjs +3 -3
- package/esm2020/lib/shared/filters/classes/esolve-single-select-filter.model.mjs +1 -1
- package/esm2020/lib/shared/filters/classes/esolve-toggle-filter.model.mjs +1 -1
- package/esm2020/lib/shared/filters/classes/index.mjs +1 -1
- package/esm2020/lib/shared/filters/esolve-filter-factory.mjs +1 -1
- package/esm2020/lib/shared/filters/interfaces/esolve-filter-definitions.interface.mjs +1 -1
- package/esm2020/lib/shared/filters/interfaces/esolve-filter.interface.mjs +1 -1
- package/esm2020/lib/shared/filters/types/esolve-filter-list.type.mjs +1 -1
- package/esm2020/lib/shared/filters/types/esolve-filter-record-list.type.mjs +1 -1
- package/esm2020/lib/shared/filters/types/esolve-filter-toggle.type.mjs +1 -1
- package/esm2020/lib/shared/filters/types/esolve-filter-type.type.mjs +1 -1
- package/esm2020/lib/shared/geocoder/esolve-geocode-address-result.model.mjs +1 -1
- package/esm2020/lib/shared/geocoder/esolve-geocode-coords-result.model.mjs +1 -1
- package/esm2020/lib/shared/geocoder/esolve-geocode-result.model.mjs +1 -1
- package/esm2020/lib/shared/response/esolve-delete-response.interface.mjs +1 -1
- package/esm2020/lib/shared/response/esolve-response-handler.service.mjs +5 -5
- package/esm2020/lib/shared/response/esolve-response-result.model.mjs +1 -1
- package/esm2020/lib/shared/response/esolve-set-response.interface.mjs +1 -1
- package/esm2020/lib/shared/seo/esolve-seo-info.model.mjs +1 -1
- package/esm2020/lib/shared/seo/esolve-seo.service.mjs +8 -3
- package/esm2020/lib/shipping/types/esolve-insurance-calculation-method.type.mjs +1 -1
- package/esm2020/lib/shipping/types/esolve-shipping-calculation-method.type.mjs +1 -1
- package/esm2020/lib/shipping/types/esolve-shipping-location.type.mjs +1 -1
- package/esm2020/lib/specials/esolve-special-dates.model.mjs +1 -1
- package/esm2020/lib/specials/esolve-special.model.mjs +3 -5
- package/esm2020/lib/specials/esolve-specials.service.mjs +3 -3
- package/esm2020/lib/stock/classes/esolve-stock-badge.model.mjs +1 -1
- package/esm2020/lib/stock/classes/esolve-stock-group-item.model.mjs +1 -1
- package/esm2020/lib/stock/classes/esolve-stock-group.model.mjs +1 -1
- package/esm2020/lib/stock/classes/esolve-stock-image-collection.model.mjs +1 -2
- package/esm2020/lib/stock/classes/esolve-stock-item-list.model.mjs +1 -1
- package/esm2020/lib/stock/classes/esolve-stock-item.model.mjs +1 -1
- package/esm2020/lib/stock/classes/esolve-stock-price.model.mjs +3 -3
- package/esm2020/lib/stock/classes/esolve-stock-transaction-history.model.mjs +1 -1
- package/esm2020/lib/stock/interfaces/esolve-dependant-item-record.interface.mjs +1 -1
- package/esm2020/lib/stock/interfaces/esolve-linked-stock-record.interface.mjs +1 -1
- package/esm2020/lib/stock/interfaces/esolve-recipe-item-record.interface.mjs +1 -1
- package/esm2020/lib/stock/interfaces/esolve-stock-image-collection-record.interface.mjs +1 -2
- package/esm2020/lib/stock/interfaces/esolve-stock-record.interface.mjs +1 -1
- package/esm2020/lib/stock/types/esolve-media-stock-item-list.type.mjs +1 -1
- package/esm2020/lib/stock/types/esolve-stock-image-size.type.mjs +1 -1
- package/esm2020/lib/stock/types/esolve-stock-sort-field.type.mjs +1 -1
- package/esm2020/lib/suppliers/esolve-suppliers.service.mjs +3 -4
- package/esm2020/lib/suppliers/index.mjs +1 -1
- package/esm2020/lib/suppliers/interfaces/esolve-supplier-record.interface.mjs +1 -1
- package/esm2020/lib/tags/esolve-tags.service.mjs +1 -1
- package/esm2020/lib/topics/esolve-topic.service.mjs +1 -1
- package/esm2020/lib/transactions/classes/esolve-transaction-address.model.mjs +1 -1
- package/esm2020/lib/transactions/classes/esolve-transaction-client.model.mjs +1 -1
- package/esm2020/lib/transactions/classes/esolve-transaction-item-price.model.mjs +1 -1
- package/esm2020/lib/transactions/classes/esolve-transaction-location.model.mjs +1 -1
- package/esm2020/lib/transactions/classes/esolve-transaction-payment-method.model.mjs +1 -1
- package/esm2020/lib/transactions/classes/esolve-transaction-shipping-method.model.mjs +1 -1
- package/esm2020/lib/transactions/classes/esolve-transaction-user.model.mjs +1 -1
- package/esm2020/lib/transactions/classes/esolve-transaction.model.mjs +1 -1
- package/esm2020/lib/transactions/esolve-transactions.service.mjs +4 -4
- package/esm2020/lib/wishlist/classes/esolve-empty-wishlist-result.model.mjs +1 -1
- package/esm2020/lib/wishlist/classes/esolve-wishlist-item.model.mjs +1 -1
- package/esm2020/lib/wishlist/esolve-wishlist.service.mjs +2 -2
- package/esm2020/lib/wishlist/interfaces/esolve-wishlist-item-record.interface.mjs +1 -1
- package/esm2020/media/lib/classes/esolve-heading.model.mjs +1 -1
- package/esm2020/media/lib/components/media-layout/esolve-media-layout.component.mjs +4 -8
- package/esm2020/media/lib/components/media-section/esolve-media-section.component.mjs +1 -1
- package/esm2020/media/lib/esolve-connect-media-config.token.mjs +1 -1
- package/esm2020/media/lib/ng-esolve-connect-media.module.mjs +6 -14
- package/esm2020/media/lib/services/esolve-media.service.mjs +7 -7
- package/esm2020/media/lib/types/esolve-media-layout-section-type.type.mjs +1 -1
- package/esm2020/survey/lib/types/esolve-survey-question-type.type.mjs +1 -1
- package/fesm2015/esolve-ng-esolve-connect-media.mjs +12 -24
- package/fesm2015/esolve-ng-esolve-connect-media.mjs.map +1 -1
- package/fesm2015/esolve-ng-esolve-connect.mjs +121 -112
- package/fesm2015/esolve-ng-esolve-connect.mjs.map +1 -1
- package/fesm2020/esolve-ng-esolve-connect-media.mjs +12 -24
- package/fesm2020/esolve-ng-esolve-connect-media.mjs.map +1 -1
- package/fesm2020/esolve-ng-esolve-connect.mjs +117 -108
- package/fesm2020/esolve-ng-esolve-connect.mjs.map +1 -1
- package/lib/menu/{esolve-menu-item.model.d.ts → classes/esolve-menu-item.model.d.ts} +3 -2
- package/lib/menu/classes/index.d.ts +1 -0
- package/lib/menu/esolve-menu.service.d.ts +1 -1
- package/lib/menu/index.d.ts +3 -3
- package/lib/menu/interfaces/index.d.ts +1 -0
- package/lib/menu/types/esolve-menu.type.d.ts +2 -0
- package/lib/menu/types/index.d.ts +1 -0
- package/lib/session/esolve-session.service.d.ts +1 -1
- package/lib/transactions/esolve-transactions.service.d.ts +1 -1
- package/package.json +1 -1
- package/esm2020/lib/menu/esolve-menu-item.model.mjs +0 -27
- package/esm2020/lib/menu/esolve-menu-tree-record.interface.mjs +0 -2
- package/esm2020/lib/menu/esolve-menu.type.mjs +0 -2
- package/lib/menu/esolve-menu.type.d.ts +0 -2
- /package/lib/menu/{esolve-menu-tree-record.interface.d.ts → interfaces/esolve-menu-tree-record.interface.d.ts} +0 -0
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { EsolveUrlTarget } from '
|
|
2
|
-
import { EsolveMenuTreeRecord } from '
|
|
1
|
+
import { EsolveUrlTarget } from '../../shared/esolve-url-target.type';
|
|
2
|
+
import { EsolveMenuTreeRecord } from '../interfaces';
|
|
3
3
|
export declare class EsolveMenuItem {
|
|
4
4
|
id: number;
|
|
5
|
+
selected_id: string;
|
|
5
6
|
url: string;
|
|
6
7
|
name: string;
|
|
7
8
|
module: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './esolve-menu-item.model';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { EsolveConnectConfig } from '../esolve-connect.config';
|
|
4
|
-
import { EsolveMenu } from './
|
|
4
|
+
import { EsolveMenu } from './types';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class EsolveMenuService {
|
|
7
7
|
private config;
|
package/lib/menu/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
1
|
+
export * from './classes';
|
|
2
|
+
export * from './interfaces';
|
|
3
|
+
export * from './types';
|
|
4
4
|
export * from './esolve-menu.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './esolve-menu-tree-record.interface';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './esolve-menu.type';
|
|
@@ -23,7 +23,7 @@ export declare class EsolveSessionService {
|
|
|
23
23
|
resetSessionCache(): void;
|
|
24
24
|
restore(expirationCallback: (session?: EsolveSession) => void, invalidSessionCallback: () => void): void;
|
|
25
25
|
handleSession(user_id: number, location_id: number, key: string, expiry_time: number, expires: number, expirationCallback: () => void): void;
|
|
26
|
-
handleUpdateSession({ user_id, location_id
|
|
26
|
+
handleUpdateSession({ user_id, location_id }: SessionUpdateOptions, callback?: () => void): void;
|
|
27
27
|
private setStorageKey;
|
|
28
28
|
private startTimer;
|
|
29
29
|
private getBackup;
|
|
@@ -18,7 +18,7 @@ export declare class EsolveTransactionsService {
|
|
|
18
18
|
set user_id(value: number);
|
|
19
19
|
constructor(config: EsolveConnectConfig, http: HttpClient, sessionService: EsolveSessionService, errorHandler: EsolveErrorHandlerService, responseHandler: EsolveResponseHandlerService);
|
|
20
20
|
getTransactions(options?: EsolveTransactionOptions): Observable<EsolveTransactionList>;
|
|
21
|
-
getTransaction(id: number): Observable<EsolveTransaction>;
|
|
21
|
+
getTransaction(id: number, user_id?: number): Observable<EsolveTransaction>;
|
|
22
22
|
private loginGuard;
|
|
23
23
|
private processTransactions;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<EsolveTransactionsService, never>;
|
package/package.json
CHANGED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
export class EsolveMenuItem {
|
|
2
|
-
constructor(record) {
|
|
3
|
-
this.id = 0;
|
|
4
|
-
this.url = '';
|
|
5
|
-
this.name = '';
|
|
6
|
-
this.module = '';
|
|
7
|
-
this.target = '_self';
|
|
8
|
-
this.children = [];
|
|
9
|
-
if (record) {
|
|
10
|
-
this.id = +(record.id ?? 0);
|
|
11
|
-
this.url = record.sef_url ?? '';
|
|
12
|
-
this.name = record.name ?? '';
|
|
13
|
-
this.module = record.module ?? '';
|
|
14
|
-
if (record.target &&
|
|
15
|
-
(record.target === '_self' || record.target === '_blank')) {
|
|
16
|
-
this.target = record.target;
|
|
17
|
-
}
|
|
18
|
-
if (typeof record.children !== 'undefined' &&
|
|
19
|
-
Array.isArray(record.children)) {
|
|
20
|
-
for (const child of record.children) {
|
|
21
|
-
this.children.push(new EsolveMenuItem(child));
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLW1lbnUtaXRlbS5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbmctZXNvbHZlLWNvbm5lY3Qvc3JjL2xpYi9tZW51L2Vzb2x2ZS1tZW51LWl0ZW0ubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBSUEsTUFBTSxPQUFPLGNBQWM7SUFRdkIsWUFBWSxNQUFzQztRQVAzQyxPQUFFLEdBQUcsQ0FBQyxDQUFDO1FBQ1AsUUFBRyxHQUFHLEVBQUUsQ0FBQztRQUNULFNBQUksR0FBRyxFQUFFLENBQUM7UUFDVixXQUFNLEdBQUcsRUFBRSxDQUFDO1FBQ1osV0FBTSxHQUFvQixPQUFPLENBQUM7UUFDbEMsYUFBUSxHQUFxQixFQUFFLENBQUM7UUFHbkMsSUFBSSxNQUFNLEVBQUU7WUFDUixJQUFJLENBQUMsRUFBRSxHQUFHLENBQUMsQ0FBQyxNQUFNLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFDO1lBQzVCLElBQUksQ0FBQyxHQUFHLEdBQUcsTUFBTSxDQUFDLE9BQU8sSUFBSSxFQUFFLENBQUM7WUFDaEMsSUFBSSxDQUFDLElBQUksR0FBRyxNQUFNLENBQUMsSUFBSSxJQUFJLEVBQUUsQ0FBQztZQUM5QixJQUFJLENBQUMsTUFBTSxHQUFHLE1BQU0sQ0FBQyxNQUFNLElBQUksRUFBRSxDQUFDO1lBRWxDLElBQ0ksTUFBTSxDQUFDLE1BQU07Z0JBQ2IsQ0FBQyxNQUFNLENBQUMsTUFBTSxLQUFLLE9BQU8sSUFBSSxNQUFNLENBQUMsTUFBTSxLQUFLLFFBQVEsQ0FBQyxFQUMzRDtnQkFDRSxJQUFJLENBQUMsTUFBTSxHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUM7YUFDL0I7WUFFRCxJQUNJLE9BQU8sTUFBTSxDQUFDLFFBQVEsS0FBSyxXQUFXO2dCQUN0QyxLQUFLLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsRUFDaEM7Z0JBQ0UsS0FBSyxNQUFNLEtBQUssSUFBSSxNQUFNLENBQUMsUUFBUSxFQUFFO29CQUNqQyxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxJQUFJLGNBQWMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDO2lCQUNqRDthQUNKO1NBQ0o7SUFDTCxDQUFDO0NBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBFc29sdmVVcmxUYXJnZXQgfSBmcm9tICcuLi9zaGFyZWQvZXNvbHZlLXVybC10YXJnZXQudHlwZSc7XG5cbmltcG9ydCB7IEVzb2x2ZU1lbnVUcmVlUmVjb3JkIH0gZnJvbSAnLi9lc29sdmUtbWVudS10cmVlLXJlY29yZC5pbnRlcmZhY2UnO1xuXG5leHBvcnQgY2xhc3MgRXNvbHZlTWVudUl0ZW0ge1xuICAgIHB1YmxpYyBpZCA9IDA7XG4gICAgcHVibGljIHVybCA9ICcnO1xuICAgIHB1YmxpYyBuYW1lID0gJyc7XG4gICAgcHVibGljIG1vZHVsZSA9ICcnO1xuICAgIHB1YmxpYyB0YXJnZXQ6IEVzb2x2ZVVybFRhcmdldCA9ICdfc2VsZic7XG4gICAgcHVibGljIGNoaWxkcmVuOiBFc29sdmVNZW51SXRlbVtdID0gW107XG5cbiAgICBjb25zdHJ1Y3RvcihyZWNvcmQ/OiBQYXJ0aWFsPEVzb2x2ZU1lbnVUcmVlUmVjb3JkPikge1xuICAgICAgICBpZiAocmVjb3JkKSB7XG4gICAgICAgICAgICB0aGlzLmlkID0gKyhyZWNvcmQuaWQgPz8gMCk7XG4gICAgICAgICAgICB0aGlzLnVybCA9IHJlY29yZC5zZWZfdXJsID8/ICcnO1xuICAgICAgICAgICAgdGhpcy5uYW1lID0gcmVjb3JkLm5hbWUgPz8gJyc7XG4gICAgICAgICAgICB0aGlzLm1vZHVsZSA9IHJlY29yZC5tb2R1bGUgPz8gJyc7XG5cbiAgICAgICAgICAgIGlmIChcbiAgICAgICAgICAgICAgICByZWNvcmQudGFyZ2V0ICYmXG4gICAgICAgICAgICAgICAgKHJlY29yZC50YXJnZXQgPT09ICdfc2VsZicgfHwgcmVjb3JkLnRhcmdldCA9PT0gJ19ibGFuaycpXG4gICAgICAgICAgICApIHtcbiAgICAgICAgICAgICAgICB0aGlzLnRhcmdldCA9IHJlY29yZC50YXJnZXQ7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIGlmIChcbiAgICAgICAgICAgICAgICB0eXBlb2YgcmVjb3JkLmNoaWxkcmVuICE9PSAndW5kZWZpbmVkJyAmJlxuICAgICAgICAgICAgICAgIEFycmF5LmlzQXJyYXkocmVjb3JkLmNoaWxkcmVuKVxuICAgICAgICAgICAgKSB7XG4gICAgICAgICAgICAgICAgZm9yIChjb25zdCBjaGlsZCBvZiByZWNvcmQuY2hpbGRyZW4pIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5jaGlsZHJlbi5wdXNoKG5ldyBFc29sdmVNZW51SXRlbShjaGlsZCkpO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cbn1cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLW1lbnUtdHJlZS1yZWNvcmQuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9uZy1lc29sdmUtY29ubmVjdC9zcmMvbGliL21lbnUvZXNvbHZlLW1lbnUtdHJlZS1yZWNvcmQuaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgaW50ZXJmYWNlIEVzb2x2ZU1lbnVUcmVlUmVjb3JkIHtcbiAgICBpZDogbnVtYmVyO1xuICAgIHN1Yl9pZDogbnVtYmVyO1xuICAgIG1lbnVfaWRlbnRpZmllcjogc3RyaW5nO1xuICAgIG1vZHVsZTogc3RyaW5nO1xuICAgIG5hbWU6IHN0cmluZztcbiAgICB1cmw6IHN0cmluZztcbiAgICBzZWZfdXJsOiBzdHJpbmc7XG4gICAgdGFyZ2V0OiBzdHJpbmc7XG4gICAgc29ydF9wcmlvcml0eTogbnVtYmVyO1xuICAgIG1vZGlmaWVkOiBzdHJpbmc7XG4gICAgc2VsZWN0ZWRfaWQ6IHN0cmluZztcbiAgICBhY2Nlc3M6IG51bWJlcjtcbiAgICBoaWRlX3doZW5fbG9nZ2VkX2luOiBib29sZWFuO1xuICAgIGhpZGVfd2hlbl9sb2dnZWRfb3V0OiBib29sZWFuO1xuICAgIGlkX3doZW5fbG9nZ2VkX2luOiBib29sZWFuO1xuICAgIGxhbmd1YWdlX2NvZGU6IHN0cmluZztcbiAgICBhY3RpdmVfbmF2X2l0ZW06IGJvb2xlYW47XG4gICAgY2hpbGRyZW4/OiBFc29sdmVNZW51VHJlZVJlY29yZFtdO1xufVxuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXNvbHZlLW1lbnUudHlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbmctZXNvbHZlLWNvbm5lY3Qvc3JjL2xpYi9tZW51L2Vzb2x2ZS1tZW51LnR5cGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEVzb2x2ZU1lbnVJdGVtIH0gZnJvbSAnLi9lc29sdmUtbWVudS1pdGVtLm1vZGVsJztcblxuZXhwb3J0IHR5cGUgRXNvbHZlTWVudSA9IEVzb2x2ZU1lbnVJdGVtW107XG4iXX0=
|
|
File without changes
|