@wavemaker/angular-codegen 11.7.3-next.26382 → 11.7.3-next.26384

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.
@@ -41,13 +41,13 @@
41
41
  "@awesome-cordova-plugins/network": "5.39.1",
42
42
  "@awesome-cordova-plugins/sqlite": "5.39.1",
43
43
  "@awesome-cordova-plugins/vibration": "5.39.1",
44
- "@babel/runtime": "^7.14.8",
45
- "@metrichor/jmespath": "^0.3.1",
46
- "@wavemaker/focus-trap": "^1.0.0",
44
+ "@babel/runtime": "7.14.8",
45
+ "@metrichor/jmespath": "0.3.1",
46
+ "@wavemaker/focus-trap": "1.0.0",
47
47
  "@wavemaker/nvd3": "1.8.11",
48
- "@wavemaker/variables": "11.7.3-next.26382",
49
- "@ztree/ztree_v3": "^3.5.48",
50
- "angular-imask": "^7.6.0",
48
+ "@wavemaker/variables": "11.7.3-next.26384",
49
+ "@ztree/ztree_v3": "3.5.48",
50
+ "angular-imask": "7.6.0",
51
51
  "angular2-websocket": "0.9.7",
52
52
  "core-js": "3.35.1",
53
53
  "d3": "7.8.5",
@@ -58,7 +58,7 @@
58
58
  "jquery": "3.7.1",
59
59
  "jquery-ui": "1.13.2",
60
60
  "js-cookie": "2.2.0",
61
- "jssha": "^3.1.2",
61
+ "jssha": "3.1.2",
62
62
  "lodash": "4.17.21",
63
63
  "ng-circle-progress": "1.7.1",
64
64
  "ngx-bootstrap": "9.0.0",
@@ -67,11 +67,11 @@
67
67
  "rxjs": "6.6.0",
68
68
  "rxjs-compat": "6.4.0",
69
69
  "summernote": "0.8.18",
70
- "ts-jest": "^29.1.1",
70
+ "ts-jest": "29.1.1",
71
71
  "tslib": "2.4.1",
72
- "x2js": "^3.4.4",
73
- "zone.js": "~0.13.3",
74
- "@wavemaker/app-ng-runtime": "11.7.3-next.26382"
72
+ "x2js": "3.4.4",
73
+ "zone.js": "0.13.3",
74
+ "@wavemaker/app-ng-runtime": "11.7.3-next.26384"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
@@ -115,6 +115,11 @@
115
115
  "util": "0.11.1",
116
116
  "yargs": "^17.3.1"
117
117
  },
118
+ "optionalDependencies": {
119
+ "@rollup/rollup-linux-x64-gnu": "4.9.5",
120
+ "@rollup/rollup-darwin-arm64": "4.9.5",
121
+ "@rollup/rollup-win32-x64": "4.9.5"
122
+ },
118
123
  "engines": {
119
124
  "node": ">=18.16.1",
120
125
  "npm": ">=9.5.1"
@@ -107150,6 +107150,28 @@ let CustomPipeManager$1 = class CustomPipeManager {
107150
107150
  args: [{ providedIn: 'root' }]
107151
107151
  }], null, null); })();
107152
107152
 
107153
+ let CustomIconsLoaderService$1 = class CustomIconsLoaderService {
107154
+ constructor() {
107155
+ this.http = inject(HttpClient$1);
107156
+ }
107157
+ load() {
107158
+ this.http.get('./font.config.js', { responseType: 'text' }).subscribe((fontConfig) => {
107159
+ const cssPaths = [], regex = /"csspath":\s*"([^"]+)"/g;
107160
+ let match;
107161
+ while ((match = regex.exec(fontConfig)) !== null) {
107162
+ cssPaths.push(match[1]);
107163
+ }
107164
+ loadStyleSheets$1(cssPaths);
107165
+ }, (error) => { });
107166
+ }
107167
+ static { this.ɵfac = function CustomIconsLoaderService_Factory(t) { return new (t || CustomIconsLoaderService)(); }; }
107168
+ static { this.ɵprov = /*@__PURE__*/ ɵɵdefineInjectable({ token: CustomIconsLoaderService, factory: CustomIconsLoaderService.ɵfac, providedIn: 'root' }); }
107169
+ };
107170
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(CustomIconsLoaderService$1, [{
107171
+ type: Injectable,
107172
+ args: [{ providedIn: 'root' }]
107173
+ }], null, null); })();
107174
+
107153
107175
  let StatePersistence$1 = class StatePersistence {
107154
107176
  constructor() {
107155
107177
  this.HISTORY_HANDLER = 'replace';
@@ -136014,6 +136036,28 @@ class CustomPipeManager {
136014
136036
  args: [{ providedIn: 'root' }]
136015
136037
  }], null, null); })();
136016
136038
 
136039
+ class CustomIconsLoaderService {
136040
+ constructor() {
136041
+ this.http = inject$1(HttpClient);
136042
+ }
136043
+ load() {
136044
+ this.http.get('./font.config.js', { responseType: 'text' }).subscribe((fontConfig) => {
136045
+ const cssPaths = [], regex = /"csspath":\s*"([^"]+)"/g;
136046
+ let match;
136047
+ while ((match = regex.exec(fontConfig)) !== null) {
136048
+ cssPaths.push(match[1]);
136049
+ }
136050
+ loadStyleSheets(cssPaths);
136051
+ }, (error) => { });
136052
+ }
136053
+ static { this.ɵfac = function CustomIconsLoaderService_Factory(t) { return new (t || CustomIconsLoaderService)(); }; }
136054
+ static { this.ɵprov = /*@__PURE__*/ ɵɵdefineInjectable$1({ token: CustomIconsLoaderService, factory: CustomIconsLoaderService.ɵfac, providedIn: 'root' }); }
136055
+ }
136056
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata$1(CustomIconsLoaderService, [{
136057
+ type: Injectable$1,
136058
+ args: [{ providedIn: 'root' }]
136059
+ }], null, null); })();
136060
+
136017
136061
  class StatePersistence {
136018
136062
  constructor() {
136019
136063
  this.HISTORY_HANDLER = 'replace';
@@ -66239,6 +66239,28 @@ class CustomPipeManager {
66239
66239
  args: [{ providedIn: 'root' }]
66240
66240
  }], null, null); })();
66241
66241
 
66242
+ class CustomIconsLoaderService {
66243
+ constructor() {
66244
+ this.http = inject(HttpClient);
66245
+ }
66246
+ load() {
66247
+ this.http.get('./font.config.js', { responseType: 'text' }).subscribe((fontConfig) => {
66248
+ const cssPaths = [], regex = /"csspath":\s*"([^"]+)"/g;
66249
+ let match;
66250
+ while ((match = regex.exec(fontConfig)) !== null) {
66251
+ cssPaths.push(match[1]);
66252
+ }
66253
+ loadStyleSheets(cssPaths);
66254
+ }, (error) => { });
66255
+ }
66256
+ static { this.ɵfac = function CustomIconsLoaderService_Factory(t) { return new (t || CustomIconsLoaderService)(); }; }
66257
+ static { this.ɵprov = /*@__PURE__*/ ɵɵdefineInjectable({ token: CustomIconsLoaderService, factory: CustomIconsLoaderService.ɵfac, providedIn: 'root' }); }
66258
+ }
66259
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(CustomIconsLoaderService, [{
66260
+ type: Injectable,
66261
+ args: [{ providedIn: 'root' }]
66262
+ }], null, null); })();
66263
+
66242
66264
  class StatePersistence {
66243
66265
  constructor() {
66244
66266
  this.HISTORY_HANDLER = 'replace';
@@ -66239,6 +66239,28 @@ class CustomPipeManager {
66239
66239
  args: [{ providedIn: 'root' }]
66240
66240
  }], null, null); })();
66241
66241
 
66242
+ class CustomIconsLoaderService {
66243
+ constructor() {
66244
+ this.http = inject(HttpClient);
66245
+ }
66246
+ load() {
66247
+ this.http.get('./font.config.js', { responseType: 'text' }).subscribe((fontConfig) => {
66248
+ const cssPaths = [], regex = /"csspath":\s*"([^"]+)"/g;
66249
+ let match;
66250
+ while ((match = regex.exec(fontConfig)) !== null) {
66251
+ cssPaths.push(match[1]);
66252
+ }
66253
+ loadStyleSheets(cssPaths);
66254
+ }, (error) => { });
66255
+ }
66256
+ static { this.ɵfac = function CustomIconsLoaderService_Factory(t) { return new (t || CustomIconsLoaderService)(); }; }
66257
+ static { this.ɵprov = /*@__PURE__*/ ɵɵdefineInjectable({ token: CustomIconsLoaderService, factory: CustomIconsLoaderService.ɵfac, providedIn: 'root' }); }
66258
+ }
66259
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(CustomIconsLoaderService, [{
66260
+ type: Injectable,
66261
+ args: [{ providedIn: 'root' }]
66262
+ }], null, null); })();
66263
+
66242
66264
  class StatePersistence {
66243
66265
  constructor() {
66244
66266
  this.HISTORY_HANDLER = 'replace';
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.7.3-next.26382",
3
+ "version": "11.7.3-next.26384",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {