@acorex/core 19.11.0-next.0 → 19.11.0-next.2

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 (45) hide show
  1. package/README.md +22 -20
  2. package/{memorize → constants}/README.md +2 -2
  3. package/date-time/lib/datetime.module.d.ts +3 -3
  4. package/date-time/lib/datetime.pipe.d.ts +1 -1
  5. package/fesm2022/acorex-core-config.mjs +3 -3
  6. package/fesm2022/{acorex-core-common.mjs → acorex-core-constants.mjs} +1 -1
  7. package/fesm2022/acorex-core-constants.mjs.map +1 -0
  8. package/fesm2022/acorex-core-date-time.mjs +21 -24
  9. package/fesm2022/acorex-core-date-time.mjs.map +1 -1
  10. package/fesm2022/acorex-core-events.mjs +3 -3
  11. package/fesm2022/acorex-core-file.mjs +10 -10
  12. package/fesm2022/acorex-core-format.mjs +41 -46
  13. package/fesm2022/acorex-core-format.mjs.map +1 -1
  14. package/fesm2022/acorex-core-image.mjs +3 -3
  15. package/fesm2022/{acorex-core-memorize.mjs → acorex-core-memoize.mjs} +6 -6
  16. package/fesm2022/acorex-core-memoize.mjs.map +1 -0
  17. package/fesm2022/acorex-core-network.mjs +3 -3
  18. package/fesm2022/acorex-core-pipes.mjs +3 -3
  19. package/fesm2022/acorex-core-platform.mjs +3 -3
  20. package/fesm2022/acorex-core-storage.mjs +9 -9
  21. package/fesm2022/acorex-core-translation.mjs +17 -22
  22. package/fesm2022/acorex-core-translation.mjs.map +1 -1
  23. package/fesm2022/acorex-core-utils.mjs +5 -142
  24. package/fesm2022/acorex-core-utils.mjs.map +1 -1
  25. package/fesm2022/acorex-core-validation.mjs +40 -40
  26. package/format/lib/format.directive.d.ts +1 -1
  27. package/format/lib/format.module.d.ts +1 -1
  28. package/format/lib/format.pipe.d.ts +1 -1
  29. package/{common → memoize}/README.md +2 -2
  30. package/memoize/index.d.ts +1 -0
  31. package/memoize/lib/memoize.decorator.d.ts +1 -0
  32. package/package.json +8 -8
  33. package/translation/lib/translation.module.d.ts +1 -1
  34. package/translation/lib/translator.directive.d.ts +1 -1
  35. package/translation/lib/translator.pipe.d.ts +1 -1
  36. package/utils/index.d.ts +0 -2
  37. package/fesm2022/acorex-core-common.mjs.map +0 -1
  38. package/fesm2022/acorex-core-memorize.mjs.map +0 -1
  39. package/memorize/index.d.ts +0 -1
  40. package/memorize/lib/memorize.decorator.d.ts +0 -1
  41. package/utils/lib/resize.directive.d.ts +0 -21
  42. package/utils/lib/utils.module.d.ts +0 -8
  43. /package/{common → constants}/countries/countries.data.d.ts +0 -0
  44. /package/{common → constants}/countries/country.d.ts +0 -0
  45. /package/{common → constants}/index.d.ts +0 -0
@@ -31,10 +31,10 @@ class AXCallbackValidationRule {
31
31
  }
32
32
  return createResult(validationResult);
33
33
  }
34
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXCallbackValidationRule, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
35
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXCallbackValidationRule }); }
34
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXCallbackValidationRule, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
35
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXCallbackValidationRule }); }
36
36
  }
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXCallbackValidationRule, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXCallbackValidationRule, decorators: [{
38
38
  type: Injectable
39
39
  }] });
40
40
 
@@ -73,10 +73,10 @@ class AXRegexValidationRule {
73
73
  value: value,
74
74
  };
75
75
  }
76
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXRegexValidationRule, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
77
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXRegexValidationRule }); }
76
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXRegexValidationRule, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
77
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXRegexValidationRule }); }
78
78
  }
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXRegexValidationRule, decorators: [{
79
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXRegexValidationRule, decorators: [{
80
80
  type: Injectable
81
81
  }] });
82
82
 
@@ -108,10 +108,10 @@ class AXRequiredValidationRule {
108
108
  value,
109
109
  };
110
110
  }
111
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXRequiredValidationRule, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
112
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXRequiredValidationRule }); }
111
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXRequiredValidationRule, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
112
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXRequiredValidationRule }); }
113
113
  }
114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXRequiredValidationRule, decorators: [{
114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXRequiredValidationRule, decorators: [{
115
115
  type: Injectable
116
116
  }] });
117
117
 
@@ -129,10 +129,10 @@ class AXLengthValidationRule {
129
129
  value: value,
130
130
  };
131
131
  }
132
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXLengthValidationRule, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
133
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXLengthValidationRule }); }
132
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXLengthValidationRule, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
133
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXLengthValidationRule }); }
134
134
  }
135
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXLengthValidationRule, decorators: [{
135
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXLengthValidationRule, decorators: [{
136
136
  type: Injectable
137
137
  }] });
138
138
 
@@ -150,10 +150,10 @@ class AXMaxLengthValidationRule {
150
150
  value: value,
151
151
  };
152
152
  }
153
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMaxLengthValidationRule, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
154
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMaxLengthValidationRule }); }
153
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXMaxLengthValidationRule, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
154
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXMaxLengthValidationRule }); }
155
155
  }
156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMaxLengthValidationRule, decorators: [{
156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXMaxLengthValidationRule, decorators: [{
157
157
  type: Injectable
158
158
  }] });
159
159
 
@@ -170,10 +170,10 @@ class AXMinLengthValidationRule {
170
170
  value: value,
171
171
  };
172
172
  }
173
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMinLengthValidationRule, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
174
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMinLengthValidationRule }); }
173
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXMinLengthValidationRule, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
174
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXMinLengthValidationRule }); }
175
175
  }
176
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMinLengthValidationRule, decorators: [{
176
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXMinLengthValidationRule, decorators: [{
177
177
  type: Injectable
178
178
  }] });
179
179
 
@@ -198,10 +198,10 @@ class AXBetweenValidationRule {
198
198
  value: value,
199
199
  };
200
200
  }
201
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXBetweenValidationRule, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
202
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXBetweenValidationRule }); }
201
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXBetweenValidationRule, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
202
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXBetweenValidationRule }); }
203
203
  }
204
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXBetweenValidationRule, decorators: [{
204
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXBetweenValidationRule, decorators: [{
205
205
  type: Injectable
206
206
  }] });
207
207
 
@@ -221,10 +221,10 @@ class AXEqualValidationRule {
221
221
  value: value,
222
222
  };
223
223
  }
224
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXEqualValidationRule, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
225
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXEqualValidationRule }); }
224
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXEqualValidationRule, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
225
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXEqualValidationRule }); }
226
226
  }
227
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXEqualValidationRule, decorators: [{
227
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXEqualValidationRule, decorators: [{
228
228
  type: Injectable
229
229
  }] });
230
230
 
@@ -243,10 +243,10 @@ class AXGreaterThanValidationRule {
243
243
  value: value,
244
244
  };
245
245
  }
246
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXGreaterThanValidationRule, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
247
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXGreaterThanValidationRule }); }
246
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXGreaterThanValidationRule, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
247
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXGreaterThanValidationRule }); }
248
248
  }
249
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXGreaterThanValidationRule, decorators: [{
249
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXGreaterThanValidationRule, decorators: [{
250
250
  type: Injectable
251
251
  }] });
252
252
 
@@ -265,10 +265,10 @@ class AXLessThanValidationRule {
265
265
  value: value,
266
266
  };
267
267
  }
268
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXLessThanValidationRule, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
269
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXLessThanValidationRule }); }
268
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXLessThanValidationRule, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
269
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXLessThanValidationRule }); }
270
270
  }
271
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXLessThanValidationRule, decorators: [{
271
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXLessThanValidationRule, decorators: [{
272
272
  type: Injectable
273
273
  }] });
274
274
 
@@ -328,10 +328,10 @@ class AXValidationRegistryService {
328
328
  get(ruleName) {
329
329
  return this.plugins.find((c) => c.name == ruleName);
330
330
  }
331
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXValidationRegistryService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
332
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXValidationRegistryService, providedIn: 'root' }); }
331
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXValidationRegistryService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
332
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXValidationRegistryService, providedIn: 'root' }); }
333
333
  }
334
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXValidationRegistryService, decorators: [{
334
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXValidationRegistryService, decorators: [{
335
335
  type: Injectable,
336
336
  args: [{
337
337
  providedIn: 'root',
@@ -366,10 +366,10 @@ class AXValidationService {
366
366
  ruleFor(value) {
367
367
  return new AXValidationRuleChain(this, value);
368
368
  }
369
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXValidationService, deps: [{ token: AXValidationRegistryService }, { token: i1.AXTranslationService }], target: i0.ɵɵFactoryTarget.Injectable }); }
370
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXValidationService, providedIn: 'root' }); }
369
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXValidationService, deps: [{ token: AXValidationRegistryService }, { token: i1.AXTranslationService }], target: i0.ɵɵFactoryTarget.Injectable }); }
370
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXValidationService, providedIn: 'root' }); }
371
371
  }
372
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXValidationService, decorators: [{
372
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXValidationService, decorators: [{
373
373
  type: Injectable,
374
374
  args: [{ providedIn: 'root' }]
375
375
  }], ctorParameters: () => [{ type: AXValidationRegistryService }, { type: i1.AXTranslationService }] });
@@ -452,11 +452,11 @@ class AXValidationModule {
452
452
  f();
453
453
  });
454
454
  }
455
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXValidationModule, deps: [{ token: 'AXValidationModuleFactory' }], target: i0.ɵɵFactoryTarget.NgModule }); }
456
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: AXValidationModule }); }
457
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXValidationModule, providers: [...BUILT_IN_RULES] }); }
455
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXValidationModule, deps: [{ token: 'AXValidationModuleFactory' }], target: i0.ɵɵFactoryTarget.NgModule }); }
456
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.8", ngImport: i0, type: AXValidationModule }); }
457
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXValidationModule, providers: [...BUILT_IN_RULES] }); }
458
458
  }
459
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXValidationModule, decorators: [{
459
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXValidationModule, decorators: [{
460
460
  type: NgModule,
461
461
  args: [{
462
462
  imports: [],
@@ -8,5 +8,5 @@ export declare class AXFormatterDirective implements OnInit {
8
8
  constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef, formatService: AXFormatService);
9
9
  ngOnInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AXFormatterDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<AXFormatterDirective, "[format]", never, {}, {}, never, never, false, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AXFormatterDirective, "[format]", never, {}, {}, never, never, true, never>;
12
12
  }
@@ -14,6 +14,6 @@ export declare class AXFormatModule {
14
14
  */
15
15
  constructor(instances: any[]);
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<AXFormatModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXFormatModule, [typeof i1.AXFormatPipe, typeof i2.AXFormatterDirective], never, [typeof i1.AXFormatPipe, typeof i2.AXFormatterDirective]>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXFormatModule, never, [typeof i1.AXFormatPipe, typeof i2.AXFormatterDirective], [typeof i1.AXFormatPipe, typeof i2.AXFormatterDirective]>;
18
18
  static ɵinj: i0.ɵɵInjectorDeclaration<AXFormatModule>;
19
19
  }
@@ -8,5 +8,5 @@ export declare class AXFormatPipe implements PipeTransform {
8
8
  private triggers;
9
9
  transform(value: unknown, name: string, options?: AXFormatOptions | string): Observable<string>;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AXFormatPipe, never>;
11
- static ɵpipe: i0.ɵɵPipeDeclaration<AXFormatPipe, "format", false>;
11
+ static ɵpipe: i0.ɵɵPipeDeclaration<AXFormatPipe, "format", true>;
12
12
  }
@@ -1,3 +1,3 @@
1
- # @acorex/core/common
1
+ # @acorex/core/memoize
2
2
 
3
- Secondary entry point of `@acorex/core`. It can be used by importing from `@acorex/core/common`.
3
+ Secondary entry point of `@acorex/core`. It can be used by importing from `@acorex/core/memoize`.
@@ -0,0 +1 @@
1
+ export * from './lib/memoize.decorator';
@@ -0,0 +1 @@
1
+ export declare function Memoize(): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/core",
3
- "version": "19.11.0-next.0",
3
+ "version": "19.11.0-next.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=19.0.0",
6
6
  "@angular/core": ">=19.0.0",
@@ -24,14 +24,14 @@
24
24
  "types": "./index.d.ts",
25
25
  "default": "./fesm2022/acorex-core.mjs"
26
26
  },
27
- "./common": {
28
- "types": "./common/index.d.ts",
29
- "default": "./fesm2022/acorex-core-common.mjs"
30
- },
31
27
  "./config": {
32
28
  "types": "./config/index.d.ts",
33
29
  "default": "./fesm2022/acorex-core-config.mjs"
34
30
  },
31
+ "./constants": {
32
+ "types": "./constants/index.d.ts",
33
+ "default": "./fesm2022/acorex-core-constants.mjs"
34
+ },
35
35
  "./date-time": {
36
36
  "types": "./date-time/index.d.ts",
37
37
  "default": "./fesm2022/acorex-core-date-time.mjs"
@@ -52,9 +52,9 @@
52
52
  "types": "./image/index.d.ts",
53
53
  "default": "./fesm2022/acorex-core-image.mjs"
54
54
  },
55
- "./memorize": {
56
- "types": "./memorize/index.d.ts",
57
- "default": "./fesm2022/acorex-core-memorize.mjs"
55
+ "./memoize": {
56
+ "types": "./memoize/index.d.ts",
57
+ "default": "./fesm2022/acorex-core-memoize.mjs"
58
58
  },
59
59
  "./network": {
60
60
  "types": "./network/index.d.ts",
@@ -3,6 +3,6 @@ import * as i1 from "./translator.pipe";
3
3
  import * as i2 from "./translator.directive";
4
4
  export declare class AXTranslationModule {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTranslationModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXTranslationModule, [typeof i1.AXTranslatorPipe, typeof i2.AXTranslatorDirective], never, [typeof i1.AXTranslatorPipe, typeof i2.AXTranslatorDirective]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXTranslationModule, never, [typeof i1.AXTranslatorPipe, typeof i2.AXTranslatorDirective], [typeof i1.AXTranslatorPipe, typeof i2.AXTranslatorDirective]>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<AXTranslationModule>;
8
8
  }
@@ -8,5 +8,5 @@ export declare class AXTranslatorDirective implements OnInit {
8
8
  constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef, translationService: AXTranslationService);
9
9
  ngOnInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTranslatorDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<AXTranslatorDirective, "[translate]", never, {}, {}, never, never, false, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AXTranslatorDirective, "[translate]", never, {}, {}, never, never, true, never>;
12
12
  }
@@ -8,5 +8,5 @@ export declare class AXTranslatorPipe implements PipeTransform {
8
8
  constructor(service: AXTranslationService);
9
9
  transform(key: string, options?: AXTranslateOptions): Observable<string>;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTranslatorPipe, never>;
11
- static ɵpipe: i0.ɵɵPipeDeclaration<AXTranslatorPipe, "translate", false>;
11
+ static ɵpipe: i0.ɵɵPipeDeclaration<AXTranslatorPipe, "translate", true>;
12
12
  }
package/utils/index.d.ts CHANGED
@@ -2,6 +2,4 @@ export * from './lib/auto-unsubscribe';
2
2
  export * from './lib/color-util';
3
3
  export * from './lib/drawing-util';
4
4
  export * from './lib/html-util';
5
- export * from './lib/resize.directive';
6
5
  export * from './lib/string-util';
7
- export * from './lib/utils.module';