@wavemaker/angular-codegen 11.2.0-next.24368 → 11.2.0-next.24370

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.
@@ -14484,9 +14484,9 @@
14484
14484
  "dev": true
14485
14485
  },
14486
14486
  "moment-timezone": {
14487
- "version": "0.5.37",
14488
- "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.37.tgz",
14489
- "integrity": "sha512-uEDzDNFhfaywRl+vwXxffjjq1q0Vzr+fcQpQ1bU0kbzorfS7zVtZnCnGc8mhWmF39d4g4YriF6kwA75mJKE/Zg==",
14487
+ "version": "0.5.38",
14488
+ "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.38.tgz",
14489
+ "integrity": "sha512-nMIrzGah4+oYZPflDvLZUgoVUO4fvAqHstvG3xAUnMolWncuAiLDWNnJZj6EwJGMGfb1ZcuTFE6GI3hNOVWI/Q==",
14490
14490
  "dev": true,
14491
14491
  "requires": {
14492
14492
  "moment": ">= 2.9.0"
@@ -68,7 +68,7 @@
68
68
  "tslib": "^2.0.0",
69
69
  "x2js": "3.2.6",
70
70
  "zone.js": "~0.11.4",
71
- "@wavemaker/app-ng-runtime": "11.2.0-next.24368"
71
+ "@wavemaker/app-ng-runtime": "11.2.0-next.24370"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
@@ -71688,12 +71688,13 @@ const VERSION$4 = new Version('12.2.16');
71688
71688
 
71689
71689
  class PipeProvider {
71690
71690
  constructor(compiler, injector, domSanitizer, i18service) {
71691
+ var _a;
71691
71692
  this.compiler = compiler;
71692
71693
  this.injector = injector;
71693
71694
  this.domSanitizer = domSanitizer;
71694
71695
  this.i18service = i18service;
71695
71696
  this._locale = getSessionStorageItem('selectedLocale') || 'en';
71696
- this.formatsByLocale = this.i18service.getwidgetLocale();
71697
+ this.formatsByLocale = (_a = this.i18service) === null || _a === void 0 ? void 0 : _a.getwidgetLocale();
71697
71698
  this.preparePipeMeta = (reference, name, pure, diDeps = []) => ({
71698
71699
  type: { reference, diDeps },
71699
71700
  name,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.2.0-next.24368",
3
+ "version": "11.2.0-next.24370",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {