monkey-front-core 21.0.8 → 21.0.9
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "monkey-front-core",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.9",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^21.0
|
|
6
|
-
"@angular/core": "^21.0
|
|
7
|
-
"@angular/cdk": "^21.0
|
|
8
|
-
"@angular/animations": "^21.0
|
|
9
|
-
"@angular/platform-browser": "^21.0
|
|
10
|
-
"@angular/router": "^21.0
|
|
11
|
-
"@angular/forms": "^21.0
|
|
12
|
-
"rxjs": "~7.8.
|
|
5
|
+
"@angular/common": "^21.1.0",
|
|
6
|
+
"@angular/core": "^21.1.0",
|
|
7
|
+
"@angular/cdk": "^21.1.0",
|
|
8
|
+
"@angular/animations": "^21.1.0",
|
|
9
|
+
"@angular/platform-browser": "^21.1.0",
|
|
10
|
+
"@angular/router": "^21.1.0",
|
|
11
|
+
"@angular/forms": "^21.1.0",
|
|
12
|
+
"rxjs": "~7.8.2",
|
|
13
13
|
"date-fns": "^4.1.0"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"tslib": "^2.
|
|
17
|
-
"@datadog/browser-logs": "^6.
|
|
18
|
-
"@datadog/browser-rum": "^6.
|
|
19
|
-
"launchdarkly-js-client-sdk": "^3.
|
|
20
|
-
"@angular/service-worker": "^21.0
|
|
16
|
+
"tslib": "^2.8.1",
|
|
17
|
+
"@datadog/browser-logs": "^6.25.3",
|
|
18
|
+
"@datadog/browser-rum": "^6.25.3",
|
|
19
|
+
"launchdarkly-js-client-sdk": "^3.9.0",
|
|
20
|
+
"@angular/service-worker": "^21.1.0",
|
|
21
21
|
"@ngrx/data": "^21.0.1",
|
|
22
22
|
"@ngrx/effects": "^21.0.1",
|
|
23
23
|
"@ngrx/entity": "^21.0.1",
|
|
@@ -810,15 +810,6 @@ interface MonkeyEcxBaseResolverParams {
|
|
|
810
810
|
stateData: any;
|
|
811
811
|
}
|
|
812
812
|
|
|
813
|
-
interface MonkeyEcxServiceControl {
|
|
814
|
-
isLoading: boolean;
|
|
815
|
-
isExporting: boolean;
|
|
816
|
-
isDeleting: boolean;
|
|
817
|
-
isDownloading: boolean;
|
|
818
|
-
isSubmiting: boolean;
|
|
819
|
-
[key: string]: boolean;
|
|
820
|
-
}
|
|
821
|
-
|
|
822
813
|
/** ************************
|
|
823
814
|
* Copyright Monkey Exchange. All Rights Reserved
|
|
824
815
|
* This style guide was developed by Monkey Exchange Team
|
|
@@ -1277,7 +1268,6 @@ declare abstract class MonkeyEcxBaseResolver implements Resolve<any> {
|
|
|
1277
1268
|
readonly router: Router;
|
|
1278
1269
|
readonly paramsSubject: BehaviorSubject<Partial<MonkeyEcxBaseResolverParams>>;
|
|
1279
1270
|
readonly params$: Observable<Partial<MonkeyEcxBaseResolverParams>>;
|
|
1280
|
-
control: i0.WritableSignal<Partial<MonkeyEcxServiceControl>>;
|
|
1281
1271
|
get pathParams(): any;
|
|
1282
1272
|
get queryParams(): any;
|
|
1283
1273
|
get stateData(): any;
|
|
@@ -1782,4 +1772,4 @@ declare class MonkeyEcxLogs {
|
|
|
1782
1772
|
}
|
|
1783
1773
|
|
|
1784
1774
|
export { CACHE_LOCALE_EXPIRATION_MS, CountryMasks, LService, Link, MECX_ALPHA, MECX_BETA, MECX_BOOTSTRAP_SERVICE, MECX_CORE_I18N_WRAPPER, MECX_COUNTRY, MECX_DATE_FORMAT, MECX_REDIRECT_LOGIN_WELCOMEBACK_STRATEGY, MECX_REFRESH_TOKEN_STRATEGY, MECX_REQUEST_ID, MECX_TIMEZONEOFFSET, MonkeyEcxAuthGuard, MonkeyEcxAuthGuardByRole, MonkeyEcxAuthGuardCompany, MonkeyEcxAuthGuardLogin, MonkeyEcxBaseResolver, MonkeyEcxBlobSecurePipe, MonkeyEcxCommonsActions, MonkeyEcxCommonsSelectors, MonkeyEcxCommonsStoreService, MonkeyEcxConfigsService, MonkeyEcxCookieStorageService, MonkeyEcxCoreModule, MonkeyEcxCoreService, MonkeyEcxCurrencyCodePipe, MonkeyEcxDatadogService, MonkeyEcxDiscoveryParamsService, MonkeyEcxDisplayFirstNamePipe, MonkeyEcxDisplayInitialsPipe, MonkeyEcxErrorMessageDirective, MonkeyEcxFeatureByProgramDirective, MonkeyEcxFeatureDirective, MonkeyEcxFeatureToggleService, MonkeyEcxFileCacheService, MonkeyEcxFormValidationService, MonkeyEcxFormatAddressPipe, MonkeyEcxFormatBeaufityJSONPipe, MonkeyEcxFormatCurrencyPipe, MonkeyEcxFormatDatePipe, MonkeyEcxFormatDocumentPipe, MonkeyEcxFormatDocumentTypePipe, MonkeyEcxFormatNumberPipe, MonkeyEcxFormatPhonePipe, MonkeyEcxFormatSizePipe, MonkeyEcxFormatTaxPipe, MonkeyEcxFormatValue, MonkeyEcxFormatZipCodePipe, MonkeyEcxI18nResolver, MonkeyEcxLinksModel, MonkeyEcxLoadingDirective, MonkeyEcxLocaleService, MonkeyEcxLoggedHandleService, MonkeyEcxLogs, MonkeyEcxModel, MonkeyEcxPipesModule, MonkeyEcxScheduleService, MonkeyEcxSecurityDirective, MonkeyEcxService, MonkeyEcxTextTruncatePipe, MonkeyEcxTokenStorageService, MonkeyEcxTruncateQtdPipe, MonkeyEcxUtils, MonkeyValidators, comboValidator, containsNumber, dateRangeValidator, dateStartEndValidator, dateValidator, differentFromZero, documentValidator, documentValidatorByType, emailValidator, injectTokenWithWarning, minYearsValidator, monkeyEcxHttpConfigInterceptor, passwordConfirmValidator, provideDomainServiceWorker, registerValidator, requiredWithTrimValidator, index_d$4 as storage, index_d as store, trueValidator, urlValidator, validateFullName, valueGreaterThanZero, zipCodeValidator };
|
|
1785
|
-
export type { MonkeyEcxAccessHandleAccessTypes, MonkeyEcxAccessHandleTokenCredentials, MonkeyEcxAlert, MonkeyEcxAuthCredentials, MonkeyEcxAuthReAuthenticateData, MonkeyEcxAuthenticationService, MonkeyEcxBaseResolverParams, MonkeyEcxBootstrap, MonkeyEcxBootstrapService, MonkeyEcxCachedFile, MonkeyEcxCollectionStore, MonkeyEcxCompany, MonkeyEcxConfigStore, MonkeyEcxControlStore, MonkeyEcxEntityStore, MonkeyEcxEnv, MonkeyEcxGroup, MonkeyEcxGroupCompany, MonkeyEcxHeaderCredentials, MonkeyEcxInterface, MonkeyEcxLinks, MonkeyEcxMeCredentials, MonkeyEcxPage, MonkeyEcxPagination, MonkeyEcxPaginationActions, MonkeyEcxPaginationData, MonkeyEcxPaginationSortData, MonkeyEcxPaginationSortField, MonkeyEcxPendingRequest, MonkeyEcxProgram, MonkeyEcxRedirectLoginWelcomeBackStrategy, MonkeyEcxRefreshTokenStrategy,
|
|
1775
|
+
export type { MonkeyEcxAccessHandleAccessTypes, MonkeyEcxAccessHandleTokenCredentials, MonkeyEcxAlert, MonkeyEcxAuthCredentials, MonkeyEcxAuthReAuthenticateData, MonkeyEcxAuthenticationService, MonkeyEcxBaseResolverParams, MonkeyEcxBootstrap, MonkeyEcxBootstrapService, MonkeyEcxCachedFile, MonkeyEcxCollectionStore, MonkeyEcxCompany, MonkeyEcxConfigStore, MonkeyEcxControlStore, MonkeyEcxEntityStore, MonkeyEcxEnv, MonkeyEcxGroup, MonkeyEcxGroupCompany, MonkeyEcxHeaderCredentials, MonkeyEcxInterface, MonkeyEcxLinks, MonkeyEcxMeCredentials, MonkeyEcxPage, MonkeyEcxPagination, MonkeyEcxPaginationActions, MonkeyEcxPaginationData, MonkeyEcxPaginationSortData, MonkeyEcxPaginationSortField, MonkeyEcxPendingRequest, MonkeyEcxProgram, MonkeyEcxRedirectLoginWelcomeBackStrategy, MonkeyEcxRefreshTokenStrategy, MonkeyEcxServiceCredentials, MonkeyEcxStorage, MonkeyEcxStoreControl, MonkeyEcxStoreLoadPageParams, MonkeyEcxStoreLoadParams, MonkeyEcxStoreStartParams, MonkeyEcxStyleColor, MonkeyEcxStyleGuide, MonkeyEcxStyleGuideFont, MonkeyEcxTokenCredentials, MonkeyEcxWhiteLabel };
|
|
Binary file
|