monkey-front-core 0.0.609 → 0.0.610
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/README.md +0 -24
- package/esm2020/lib/core/interfaces/monkeyecx-config.mjs +1 -1
- package/esm2020/lib/core/services/index.mjs +1 -2
- package/esm2020/lib/core/services/store/monkeyecx-store.actions.mjs +1 -1
- package/fesm2015/monkey-front-core.mjs +1 -39
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +1 -43
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/core/interfaces/monkeyecx-config.d.ts +0 -6
- package/lib/core/services/index.d.ts +0 -1
- package/lib/core/services/store/monkeyecx-store.actions.d.ts +2 -2
- package/monkey-front-core-0.0.610.tgz +0 -0
- package/package.json +3 -3
- package/esm2020/lib/core/services/gtm/gtm.service.mjs +0 -46
- package/esm2020/lib/core/services/gtm/index.mjs +0 -2
- package/lib/core/services/gtm/gtm.service.d.ts +0 -10
- package/lib/core/services/gtm/index.d.ts +0 -1
- package/monkey-front-core-0.0.609.tgz +0 -0
|
@@ -6655,48 +6655,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
|
|
|
6655
6655
|
args: [MECX_BETA]
|
|
6656
6656
|
}] }]; } });
|
|
6657
6657
|
|
|
6658
|
-
class GTMService {
|
|
6659
|
-
constructor(tokenStorage) {
|
|
6660
|
-
this.tokenStorage = tokenStorage;
|
|
6661
|
-
// not to do
|
|
6662
|
-
}
|
|
6663
|
-
get dataLayer() {
|
|
6664
|
-
return window.dataLayer || [];
|
|
6665
|
-
}
|
|
6666
|
-
async dispatch(event, data = {}) {
|
|
6667
|
-
const { tokenStorage, dataLayer } = this;
|
|
6668
|
-
try {
|
|
6669
|
-
const { username, name } = await tokenStorage.getMe();
|
|
6670
|
-
const { governmentId, companyType } = await tokenStorage.getToken();
|
|
6671
|
-
const getValue = (value, property) => {
|
|
6672
|
-
return { ...(value && { [property || value]: value }) };
|
|
6673
|
-
};
|
|
6674
|
-
dataLayer.push({
|
|
6675
|
-
event,
|
|
6676
|
-
payload: {
|
|
6677
|
-
...getValue(username, 'userEmail'),
|
|
6678
|
-
...getValue(name, 'userName'),
|
|
6679
|
-
...getValue(governmentId, 'companyCnpj'),
|
|
6680
|
-
...getValue(companyType),
|
|
6681
|
-
...data
|
|
6682
|
-
}
|
|
6683
|
-
});
|
|
6684
|
-
}
|
|
6685
|
-
catch (error) {
|
|
6686
|
-
MonkeyEcxLogs.log({
|
|
6687
|
-
message: `[GTMService -> dispatch ] try dispatch event: ${event}`,
|
|
6688
|
-
error
|
|
6689
|
-
});
|
|
6690
|
-
}
|
|
6691
|
-
}
|
|
6692
|
-
}
|
|
6693
|
-
GTMService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: GTMService, deps: [{ token: MonkeyEcxTokenStorageService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6694
|
-
GTMService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: GTMService, providedIn: 'root' });
|
|
6695
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: GTMService, decorators: [{
|
|
6696
|
-
type: Injectable,
|
|
6697
|
-
args: [{ providedIn: 'root' }]
|
|
6698
|
-
}], ctorParameters: function () { return [{ type: MonkeyEcxTokenStorageService }]; } });
|
|
6699
|
-
|
|
6700
6658
|
class MonkeyEcxFeatureByProgramDirective {
|
|
6701
6659
|
constructor(cdr, elementRef, monkeyConfigService) {
|
|
6702
6660
|
this.cdr = cdr;
|
|
@@ -7286,5 +7244,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
|
|
|
7286
7244
|
* Generated bundle index. Do not edit.
|
|
7287
7245
|
*/
|
|
7288
7246
|
|
|
7289
|
-
export { AlertsComponent, AlertsModule, ClosedToMaintenanceComponent, ClosedToMaintenanceModule, CurrencyConfigComponent, CurrencyConfigModule, decoratorsUtils as DecoratorsUtils,
|
|
7247
|
+
export { AlertsComponent, AlertsModule, ClosedToMaintenanceComponent, ClosedToMaintenanceModule, CurrencyConfigComponent, CurrencyConfigModule, decoratorsUtils as DecoratorsUtils, LService, Link, MECX_ALPHA, MECX_BETA, MECX_DATE_FORMAT, MECX_ENV, MECX_LANG, MECX_TIMEZONEOFFSET, MonkeyEcxAlertsService, MonkeyEcxAuthGuard, MonkeyEcxAuthGuardByRole, MonkeyEcxAuthGuardCompany, MonkeyEcxAuthGuardLogin, MonkeyEcxAuthenticationService, MonkeyEcxBlobSecurePipe, MonkeyEcxCommonsActions, MonkeyEcxCommonsResolveBaseService, MonkeyEcxCommonsResolveService, MonkeyEcxCommonsSelectors, MonkeyEcxCommonsService, MonkeyEcxCommonsStoreBaseService, MonkeyEcxCommonsStoreService, MonkeyEcxConfigModule, MonkeyEcxConfigService, MonkeyEcxCookieStorageService, MonkeyEcxCoreCharts, MonkeyEcxCoreClearDecorators, MonkeyEcxCoreLog, MonkeyEcxCoreService, MonkeyEcxCoreServiceConstructor, MonkeyEcxCoreServicePaged, MonkeyEcxCoreServiceQueue, MonkeyEcxCurrencyCodePipe, MonkeyEcxCurrencyConfigService, MonkeyEcxDirectivesModule, MonkeyEcxDiscoveryParamsService, MonkeyEcxDisplayFirstNamePipe, MonkeyEcxDisplayInitialsPipe, MonkeyEcxDisplaySupportPhone, MonkeyEcxDragDropDirective, MonkeyEcxErrorConfigService, MonkeyEcxErrorHandlingModule, MonkeyEcxErrorHandlingService, MonkeyEcxFeatureByProgramDirective, MonkeyEcxFeatureDirective, MonkeyEcxFeatureToggleService, MonkeyEcxFormatAddressPipe, MonkeyEcxFormatBeaufityJSONPipe, MonkeyEcxFormatCurrency, MonkeyEcxFormatCurrencyPipe, MonkeyEcxFormatDateGroupPipe, MonkeyEcxFormatDatePipe, MonkeyEcxFormatDateTimelapsePipe, MonkeyEcxFormatDateUnixTimelapsePipe, MonkeyEcxFormatDocumentPipe, MonkeyEcxFormatDocumentTypePipe, MonkeyEcxFormatNumberPipe, MonkeyEcxFormatPhonePipe, MonkeyEcxFormatSizePipe, MonkeyEcxFormatTaxPipe, MonkeyEcxFormatUpper, MonkeyEcxFormatValue, MonkeyEcxFormatZipCodePipe, MonkeyEcxHandlingService, MonkeyEcxHttpConfigErrorInterceptor, MonkeyEcxHttpConfigHeaderInterceptor, MonkeyEcxHttpConfigInterceptorModule, MonkeyEcxHttpConfigLoadingInProgressInterceptor, MonkeyEcxHttpConfigQueueInterceptor, MonkeyEcxHttpErrorHandlingService, MonkeyEcxLinksModel, MonkeyEcxLoadingDirective, MonkeyEcxLoggedHandlingService, MonkeyEcxLogs, MonkeyEcxLogsConfigService, MonkeyEcxMaintenanceConfigService, MonkeyEcxModel, MonkeyEcxOnlyAlphaNumericDirective, MonkeyEcxOnlyNumbersDirective, MonkeyEcxOthersErrorsHandlingService, MonkeyEcxPaginationService, MonkeyEcxPipesModule, MonkeyEcxPopoverDirective, MonkeyEcxPopoverOptionsDirective, MonkeyEcxProgressBarComponent, MonkeyEcxProgressBarModule, MonkeyEcxProgressBarService, MonkeyEcxRequestDownloadHandlingService, MonkeyEcxRequestDownloadedHandlingService, MonkeyEcxRequestPagedHandling, MonkeyEcxRequestQueueHandlingService, MonkeyEcxRequestQueueModalHandlingService, MonkeyEcxRequestScheduleService, MonkeyEcxSecurityConsoleConfigService, MonkeyEcxSecurityDirective, MonkeyEcxService, MonkeyEcxServiceDownload, MonkeyEcxServiceUpload, MonkeyEcxServiceWorkerConfigService, MonkeyEcxSpecificationSearch, MonkeyEcxTextTruncatePipe, MonkeyEcxTokenStorageService, MonkeyEcxTooltipDirective, MonkeyEcxTruncateQtdPipe, MonkeyEcxUtils, MonkeyEcxi18nConfigService, MonkeyFrontCoreModule, OpSearch, POPOVER_OPTIONS, statics as Statics, validateUtils as ValidateUtils, Validators, VersionChangedComponent, VersionChangedModule, comboValidator, containsNumber, dateRangeValidator, dateStartEndValidator, dateValidator, differentFromZero, documentValidator, documentValidatorByType, emailValidator, minYearsValidator, passwordConfirmValidator, registerValidator, requiredWithTrimValidator, index as store, trueValidator, urlValidator, validateFullName, valueGreaterThanZero, zipCodeValidator };
|
|
7290
7248
|
//# sourceMappingURL=monkey-front-core.mjs.map
|