@wavemaker/angular-codegen 11.11.0-rc.6124 → 11.11.1-rc.210
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/angular-app/build-scripts/post-build.js +4 -33
- package/angular-app/dependency-report.html +1 -1
- package/angular-app/npm-shrinkwrap.json +382 -406
- package/angular-app/package-lock.json +382 -406
- package/angular-app/package.json +6 -6
- package/dependencies/pipe-provider.cjs.js +8 -34
- package/dependencies/transpilation-web.cjs.js +4 -17
- package/npm-shrinkwrap.json +107 -113
- package/package-lock.json +107 -113
- package/package.json +2 -2
- package/src/codegen-args-cli.js +1 -1
- package/src/update-angular-json.js +1 -1
package/package-lock.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/angular-codegen",
|
|
3
|
-
"version": "11.11.
|
|
3
|
+
"version": "11.11.1-rc.210",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/angular-codegen",
|
|
9
|
-
"version": "11.11.
|
|
9
|
+
"version": "11.11.1-rc.210",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@wavemaker/angular-app": "11.11.
|
|
12
|
+
"@wavemaker/angular-app": "11.11.1-rc.210",
|
|
13
13
|
"archiver": "^7.0.1",
|
|
14
14
|
"cheerio": "1.0.0-rc.12",
|
|
15
15
|
"decode-uri-component": "^0.2.0",
|
|
@@ -202,22 +202,22 @@
|
|
|
202
202
|
}
|
|
203
203
|
},
|
|
204
204
|
"node_modules/@babel/code-frame": {
|
|
205
|
-
"version": "7.
|
|
206
|
-
"integrity": "sha512-
|
|
205
|
+
"version": "7.27.1",
|
|
206
|
+
"integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
|
|
207
207
|
"dev": true,
|
|
208
208
|
"license": "MIT",
|
|
209
209
|
"dependencies": {
|
|
210
|
-
"@babel/helper-validator-identifier": "^7.
|
|
210
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
|
211
211
|
"js-tokens": "^4.0.0",
|
|
212
|
-
"picocolors": "^1.
|
|
212
|
+
"picocolors": "^1.1.1"
|
|
213
213
|
},
|
|
214
214
|
"engines": {
|
|
215
215
|
"node": ">=6.9.0"
|
|
216
216
|
}
|
|
217
217
|
},
|
|
218
218
|
"node_modules/@babel/compat-data": {
|
|
219
|
-
"version": "7.
|
|
220
|
-
"integrity": "sha512-
|
|
219
|
+
"version": "7.27.2",
|
|
220
|
+
"integrity": "sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==",
|
|
221
221
|
"dev": true,
|
|
222
222
|
"license": "MIT",
|
|
223
223
|
"engines": {
|
|
@@ -225,21 +225,21 @@
|
|
|
225
225
|
}
|
|
226
226
|
},
|
|
227
227
|
"node_modules/@babel/core": {
|
|
228
|
-
"version": "7.
|
|
229
|
-
"integrity": "sha512-
|
|
228
|
+
"version": "7.27.1",
|
|
229
|
+
"integrity": "sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==",
|
|
230
230
|
"dev": true,
|
|
231
231
|
"license": "MIT",
|
|
232
232
|
"dependencies": {
|
|
233
233
|
"@ampproject/remapping": "^2.2.0",
|
|
234
|
-
"@babel/code-frame": "^7.
|
|
235
|
-
"@babel/generator": "^7.
|
|
236
|
-
"@babel/helper-compilation-targets": "^7.
|
|
237
|
-
"@babel/helper-module-transforms": "^7.
|
|
238
|
-
"@babel/helpers": "^7.
|
|
239
|
-
"@babel/parser": "^7.
|
|
240
|
-
"@babel/template": "^7.
|
|
241
|
-
"@babel/traverse": "^7.
|
|
242
|
-
"@babel/types": "^7.
|
|
234
|
+
"@babel/code-frame": "^7.27.1",
|
|
235
|
+
"@babel/generator": "^7.27.1",
|
|
236
|
+
"@babel/helper-compilation-targets": "^7.27.1",
|
|
237
|
+
"@babel/helper-module-transforms": "^7.27.1",
|
|
238
|
+
"@babel/helpers": "^7.27.1",
|
|
239
|
+
"@babel/parser": "^7.27.1",
|
|
240
|
+
"@babel/template": "^7.27.1",
|
|
241
|
+
"@babel/traverse": "^7.27.1",
|
|
242
|
+
"@babel/types": "^7.27.1",
|
|
243
243
|
"convert-source-map": "^2.0.0",
|
|
244
244
|
"debug": "^4.1.0",
|
|
245
245
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -284,13 +284,13 @@
|
|
|
284
284
|
"license": "MIT"
|
|
285
285
|
},
|
|
286
286
|
"node_modules/@babel/generator": {
|
|
287
|
-
"version": "7.27.
|
|
288
|
-
"integrity": "sha512-
|
|
287
|
+
"version": "7.27.1",
|
|
288
|
+
"integrity": "sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==",
|
|
289
289
|
"dev": true,
|
|
290
290
|
"license": "MIT",
|
|
291
291
|
"dependencies": {
|
|
292
|
-
"@babel/parser": "^7.27.
|
|
293
|
-
"@babel/types": "^7.27.
|
|
292
|
+
"@babel/parser": "^7.27.1",
|
|
293
|
+
"@babel/types": "^7.27.1",
|
|
294
294
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
295
295
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
296
296
|
"jsesc": "^3.0.2"
|
|
@@ -300,13 +300,13 @@
|
|
|
300
300
|
}
|
|
301
301
|
},
|
|
302
302
|
"node_modules/@babel/helper-compilation-targets": {
|
|
303
|
-
"version": "7.27.
|
|
304
|
-
"integrity": "sha512-
|
|
303
|
+
"version": "7.27.2",
|
|
304
|
+
"integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
|
|
305
305
|
"dev": true,
|
|
306
306
|
"license": "MIT",
|
|
307
307
|
"dependencies": {
|
|
308
|
-
"@babel/compat-data": "^7.
|
|
309
|
-
"@babel/helper-validator-option": "^7.
|
|
308
|
+
"@babel/compat-data": "^7.27.2",
|
|
309
|
+
"@babel/helper-validator-option": "^7.27.1",
|
|
310
310
|
"browserslist": "^4.24.0",
|
|
311
311
|
"lru-cache": "^5.1.1",
|
|
312
312
|
"semver": "^6.3.1"
|
|
@@ -316,27 +316,27 @@
|
|
|
316
316
|
}
|
|
317
317
|
},
|
|
318
318
|
"node_modules/@babel/helper-module-imports": {
|
|
319
|
-
"version": "7.
|
|
320
|
-
"integrity": "sha512-
|
|
319
|
+
"version": "7.27.1",
|
|
320
|
+
"integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
|
|
321
321
|
"dev": true,
|
|
322
322
|
"license": "MIT",
|
|
323
323
|
"dependencies": {
|
|
324
|
-
"@babel/traverse": "^7.
|
|
325
|
-
"@babel/types": "^7.
|
|
324
|
+
"@babel/traverse": "^7.27.1",
|
|
325
|
+
"@babel/types": "^7.27.1"
|
|
326
326
|
},
|
|
327
327
|
"engines": {
|
|
328
328
|
"node": ">=6.9.0"
|
|
329
329
|
}
|
|
330
330
|
},
|
|
331
331
|
"node_modules/@babel/helper-module-transforms": {
|
|
332
|
-
"version": "7.
|
|
333
|
-
"integrity": "sha512-
|
|
332
|
+
"version": "7.27.1",
|
|
333
|
+
"integrity": "sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g==",
|
|
334
334
|
"dev": true,
|
|
335
335
|
"license": "MIT",
|
|
336
336
|
"dependencies": {
|
|
337
|
-
"@babel/helper-module-imports": "^7.
|
|
338
|
-
"@babel/helper-validator-identifier": "^7.
|
|
339
|
-
"@babel/traverse": "^7.
|
|
337
|
+
"@babel/helper-module-imports": "^7.27.1",
|
|
338
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
|
339
|
+
"@babel/traverse": "^7.27.1"
|
|
340
340
|
},
|
|
341
341
|
"engines": {
|
|
342
342
|
"node": ">=6.9.0"
|
|
@@ -346,8 +346,8 @@
|
|
|
346
346
|
}
|
|
347
347
|
},
|
|
348
348
|
"node_modules/@babel/helper-plugin-utils": {
|
|
349
|
-
"version": "7.
|
|
350
|
-
"integrity": "sha512-
|
|
349
|
+
"version": "7.27.1",
|
|
350
|
+
"integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
|
|
351
351
|
"dev": true,
|
|
352
352
|
"license": "MIT",
|
|
353
353
|
"engines": {
|
|
@@ -355,8 +355,8 @@
|
|
|
355
355
|
}
|
|
356
356
|
},
|
|
357
357
|
"node_modules/@babel/helper-string-parser": {
|
|
358
|
-
"version": "7.
|
|
359
|
-
"integrity": "sha512-
|
|
358
|
+
"version": "7.27.1",
|
|
359
|
+
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
360
360
|
"dev": true,
|
|
361
361
|
"license": "MIT",
|
|
362
362
|
"engines": {
|
|
@@ -364,8 +364,8 @@
|
|
|
364
364
|
}
|
|
365
365
|
},
|
|
366
366
|
"node_modules/@babel/helper-validator-identifier": {
|
|
367
|
-
"version": "7.
|
|
368
|
-
"integrity": "sha512-
|
|
367
|
+
"version": "7.27.1",
|
|
368
|
+
"integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
369
369
|
"dev": true,
|
|
370
370
|
"license": "MIT",
|
|
371
371
|
"engines": {
|
|
@@ -373,8 +373,8 @@
|
|
|
373
373
|
}
|
|
374
374
|
},
|
|
375
375
|
"node_modules/@babel/helper-validator-option": {
|
|
376
|
-
"version": "7.
|
|
377
|
-
"integrity": "sha512-
|
|
376
|
+
"version": "7.27.1",
|
|
377
|
+
"integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
|
|
378
378
|
"dev": true,
|
|
379
379
|
"license": "MIT",
|
|
380
380
|
"engines": {
|
|
@@ -382,25 +382,25 @@
|
|
|
382
382
|
}
|
|
383
383
|
},
|
|
384
384
|
"node_modules/@babel/helpers": {
|
|
385
|
-
"version": "7.27.
|
|
386
|
-
"integrity": "sha512-
|
|
385
|
+
"version": "7.27.1",
|
|
386
|
+
"integrity": "sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==",
|
|
387
387
|
"dev": true,
|
|
388
388
|
"license": "MIT",
|
|
389
389
|
"dependencies": {
|
|
390
|
-
"@babel/template": "^7.27.
|
|
391
|
-
"@babel/types": "^7.27.
|
|
390
|
+
"@babel/template": "^7.27.1",
|
|
391
|
+
"@babel/types": "^7.27.1"
|
|
392
392
|
},
|
|
393
393
|
"engines": {
|
|
394
394
|
"node": ">=6.9.0"
|
|
395
395
|
}
|
|
396
396
|
},
|
|
397
397
|
"node_modules/@babel/parser": {
|
|
398
|
-
"version": "7.27.
|
|
399
|
-
"integrity": "sha512-
|
|
398
|
+
"version": "7.27.2",
|
|
399
|
+
"integrity": "sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==",
|
|
400
400
|
"dev": true,
|
|
401
401
|
"license": "MIT",
|
|
402
402
|
"dependencies": {
|
|
403
|
-
"@babel/types": "^7.27.
|
|
403
|
+
"@babel/types": "^7.27.1"
|
|
404
404
|
},
|
|
405
405
|
"bin": {
|
|
406
406
|
"parser": "bin/babel-parser.js"
|
|
@@ -461,12 +461,12 @@
|
|
|
461
461
|
}
|
|
462
462
|
},
|
|
463
463
|
"node_modules/@babel/plugin-syntax-import-attributes": {
|
|
464
|
-
"version": "7.
|
|
465
|
-
"integrity": "sha512-
|
|
464
|
+
"version": "7.27.1",
|
|
465
|
+
"integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==",
|
|
466
466
|
"dev": true,
|
|
467
467
|
"license": "MIT",
|
|
468
468
|
"dependencies": {
|
|
469
|
-
"@babel/helper-plugin-utils": "^7.
|
|
469
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
470
470
|
},
|
|
471
471
|
"engines": {
|
|
472
472
|
"node": ">=6.9.0"
|
|
@@ -602,12 +602,12 @@
|
|
|
602
602
|
}
|
|
603
603
|
},
|
|
604
604
|
"node_modules/@babel/plugin-syntax-typescript": {
|
|
605
|
-
"version": "7.
|
|
606
|
-
"integrity": "sha512-
|
|
605
|
+
"version": "7.27.1",
|
|
606
|
+
"integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
|
|
607
607
|
"dev": true,
|
|
608
608
|
"license": "MIT",
|
|
609
609
|
"dependencies": {
|
|
610
|
-
"@babel/helper-plugin-utils": "^7.
|
|
610
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
611
611
|
},
|
|
612
612
|
"engines": {
|
|
613
613
|
"node": ">=6.9.0"
|
|
@@ -628,47 +628,41 @@
|
|
|
628
628
|
}
|
|
629
629
|
},
|
|
630
630
|
"node_modules/@babel/runtime-corejs3": {
|
|
631
|
-
"version": "7.27.
|
|
632
|
-
"integrity": "sha512-
|
|
631
|
+
"version": "7.27.1",
|
|
632
|
+
"integrity": "sha512-909rVuj3phpjW6y0MCXAZ5iNeORePa6ldJvp2baWGcTjwqbBDDz6xoS5JHJ7lS88NlwLYj07ImL/8IUMtDZzTA==",
|
|
633
633
|
"license": "MIT",
|
|
634
634
|
"dependencies": {
|
|
635
|
-
"core-js-pure": "^3.30.2"
|
|
636
|
-
"regenerator-runtime": "^0.14.0"
|
|
635
|
+
"core-js-pure": "^3.30.2"
|
|
637
636
|
},
|
|
638
637
|
"engines": {
|
|
639
638
|
"node": ">=6.9.0"
|
|
640
639
|
}
|
|
641
640
|
},
|
|
642
|
-
"node_modules/@babel/runtime-corejs3/node_modules/regenerator-runtime": {
|
|
643
|
-
"version": "0.14.1",
|
|
644
|
-
"integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
|
|
645
|
-
"license": "MIT"
|
|
646
|
-
},
|
|
647
641
|
"node_modules/@babel/template": {
|
|
648
|
-
"version": "7.27.
|
|
649
|
-
"integrity": "sha512-
|
|
642
|
+
"version": "7.27.2",
|
|
643
|
+
"integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
|
|
650
644
|
"dev": true,
|
|
651
645
|
"license": "MIT",
|
|
652
646
|
"dependencies": {
|
|
653
|
-
"@babel/code-frame": "^7.
|
|
654
|
-
"@babel/parser": "^7.27.
|
|
655
|
-
"@babel/types": "^7.27.
|
|
647
|
+
"@babel/code-frame": "^7.27.1",
|
|
648
|
+
"@babel/parser": "^7.27.2",
|
|
649
|
+
"@babel/types": "^7.27.1"
|
|
656
650
|
},
|
|
657
651
|
"engines": {
|
|
658
652
|
"node": ">=6.9.0"
|
|
659
653
|
}
|
|
660
654
|
},
|
|
661
655
|
"node_modules/@babel/traverse": {
|
|
662
|
-
"version": "7.27.
|
|
663
|
-
"integrity": "sha512-
|
|
656
|
+
"version": "7.27.1",
|
|
657
|
+
"integrity": "sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==",
|
|
664
658
|
"dev": true,
|
|
665
659
|
"license": "MIT",
|
|
666
660
|
"dependencies": {
|
|
667
|
-
"@babel/code-frame": "^7.
|
|
668
|
-
"@babel/generator": "^7.27.
|
|
669
|
-
"@babel/parser": "^7.27.
|
|
670
|
-
"@babel/template": "^7.27.
|
|
671
|
-
"@babel/types": "^7.27.
|
|
661
|
+
"@babel/code-frame": "^7.27.1",
|
|
662
|
+
"@babel/generator": "^7.27.1",
|
|
663
|
+
"@babel/parser": "^7.27.1",
|
|
664
|
+
"@babel/template": "^7.27.1",
|
|
665
|
+
"@babel/types": "^7.27.1",
|
|
672
666
|
"debug": "^4.3.1",
|
|
673
667
|
"globals": "^11.1.0"
|
|
674
668
|
},
|
|
@@ -700,13 +694,13 @@
|
|
|
700
694
|
"license": "MIT"
|
|
701
695
|
},
|
|
702
696
|
"node_modules/@babel/types": {
|
|
703
|
-
"version": "7.27.
|
|
704
|
-
"integrity": "sha512
|
|
697
|
+
"version": "7.27.1",
|
|
698
|
+
"integrity": "sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==",
|
|
705
699
|
"dev": true,
|
|
706
700
|
"license": "MIT",
|
|
707
701
|
"dependencies": {
|
|
708
|
-
"@babel/helper-string-parser": "^7.
|
|
709
|
-
"@babel/helper-validator-identifier": "^7.
|
|
702
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
703
|
+
"@babel/helper-validator-identifier": "^7.27.1"
|
|
710
704
|
},
|
|
711
705
|
"engines": {
|
|
712
706
|
"node": ">=6.9.0"
|
|
@@ -1377,8 +1371,8 @@
|
|
|
1377
1371
|
}
|
|
1378
1372
|
},
|
|
1379
1373
|
"node_modules/@types/node": {
|
|
1380
|
-
"version": "22.15.
|
|
1381
|
-
"integrity": "sha512-
|
|
1374
|
+
"version": "22.15.17",
|
|
1375
|
+
"integrity": "sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw==",
|
|
1382
1376
|
"license": "MIT",
|
|
1383
1377
|
"dependencies": {
|
|
1384
1378
|
"undici-types": "~6.21.0"
|
|
@@ -1411,8 +1405,8 @@
|
|
|
1411
1405
|
"license": "MIT"
|
|
1412
1406
|
},
|
|
1413
1407
|
"node_modules/@wavemaker/angular-app": {
|
|
1414
|
-
"version": "11.11.
|
|
1415
|
-
"integrity": "sha512-
|
|
1408
|
+
"version": "11.11.1-rc.210",
|
|
1409
|
+
"integrity": "sha512-WuBgVi9HGEMQoyQTPXRQsI/oohB7b2ZV8dX+kgwRks9tNCuIiHsemF0DEkZZhLjALmY6gtyv1sLyWOou53lPCw==",
|
|
1416
1410
|
"dependencies": {
|
|
1417
1411
|
"@angular/animations": "18.2.13",
|
|
1418
1412
|
"@angular/common": "18.2.13",
|
|
@@ -1430,12 +1424,12 @@
|
|
|
1430
1424
|
"@fullcalendar/list": "6.1.15",
|
|
1431
1425
|
"@fullcalendar/timegrid": "6.1.15",
|
|
1432
1426
|
"@metrichor/jmespath": "0.3.1",
|
|
1433
|
-
"@wavemaker/app-ng-runtime": "11.11.
|
|
1434
|
-
"@wavemaker/custom-widgets-m3": "11.11.
|
|
1427
|
+
"@wavemaker/app-ng-runtime": "11.11.1-rc.210",
|
|
1428
|
+
"@wavemaker/custom-widgets-m3": "11.11.1-rc.210",
|
|
1435
1429
|
"@wavemaker/focus-trap": "1.0.1",
|
|
1436
|
-
"@wavemaker/foundation-css": "11.11.
|
|
1437
|
-
"@wavemaker/nvd3": "1.8.
|
|
1438
|
-
"@wavemaker/variables": "11.11.
|
|
1430
|
+
"@wavemaker/foundation-css": "11.11.1-rc.210",
|
|
1431
|
+
"@wavemaker/nvd3": "1.8.13",
|
|
1432
|
+
"@wavemaker/variables": "11.11.1-rc.210",
|
|
1439
1433
|
"@ztree/ztree_v3": "3.5.48",
|
|
1440
1434
|
"angular-imask": "^7.6.1",
|
|
1441
1435
|
"angular2-websocket": "0.9.7",
|
|
@@ -1474,8 +1468,8 @@
|
|
|
1474
1468
|
}
|
|
1475
1469
|
},
|
|
1476
1470
|
"node_modules/@wavemaker/app-ng-runtime": {
|
|
1477
|
-
"version": "11.11.
|
|
1478
|
-
"integrity": "sha512-
|
|
1471
|
+
"version": "11.11.1-rc.210",
|
|
1472
|
+
"integrity": "sha512-LVvhBIeZvq98duFwzOaT8a0geB/wP5A+o5tIsOPzUiK66kBxedKf3CJS12wVC/wUmdVfH33f5mHTZJ6F1uc8WA==",
|
|
1479
1473
|
"license": "MIT",
|
|
1480
1474
|
"engines": {
|
|
1481
1475
|
"node": ">=18.16.1",
|
|
@@ -1483,8 +1477,8 @@
|
|
|
1483
1477
|
}
|
|
1484
1478
|
},
|
|
1485
1479
|
"node_modules/@wavemaker/custom-widgets-m3": {
|
|
1486
|
-
"version": "11.11.
|
|
1487
|
-
"integrity": "sha512-
|
|
1480
|
+
"version": "11.11.1-rc.210",
|
|
1481
|
+
"integrity": "sha512-bIPRmCjbM7SSqhX7tlPUqFtKrtjq4IzcDDjiekfH6i8hWzdfzuPSVg02cbNozx1PJx0RDTmneM2VoaI2T9SelQ==",
|
|
1488
1482
|
"license": "ISC"
|
|
1489
1483
|
},
|
|
1490
1484
|
"node_modules/@wavemaker/focus-trap": {
|
|
@@ -1497,24 +1491,24 @@
|
|
|
1497
1491
|
}
|
|
1498
1492
|
},
|
|
1499
1493
|
"node_modules/@wavemaker/foundation-css": {
|
|
1500
|
-
"version": "11.11.
|
|
1501
|
-
"integrity": "sha512-
|
|
1494
|
+
"version": "11.11.1-rc.210",
|
|
1495
|
+
"integrity": "sha512-QsbqgV+x/LB141A3AK4q+OS5VmJLp1WUc3RrqdQwMkJqOET1UN7+lb/cx8fdGg4+NOko/EtqkVGoXBuOgfDkqA==",
|
|
1502
1496
|
"license": "ISC",
|
|
1503
1497
|
"dependencies": {
|
|
1504
1498
|
"chroma-js": "^3.1.2"
|
|
1505
1499
|
}
|
|
1506
1500
|
},
|
|
1507
1501
|
"node_modules/@wavemaker/nvd3": {
|
|
1508
|
-
"version": "1.8.
|
|
1509
|
-
"integrity": "sha512
|
|
1502
|
+
"version": "1.8.13",
|
|
1503
|
+
"integrity": "sha512-+CnFQGSxFgoQ+Y2G92i+KnrSOSiTcjxOU3i5zfPlhl58F0XjzRVCC/GtCDC4u0P7HZSqAJLuY91dYNTnHhH6cA==",
|
|
1510
1504
|
"license": "Apache-2.0",
|
|
1511
1505
|
"peerDependencies": {
|
|
1512
1506
|
"d3": "7.8.5"
|
|
1513
1507
|
}
|
|
1514
1508
|
},
|
|
1515
1509
|
"node_modules/@wavemaker/variables": {
|
|
1516
|
-
"version": "11.11.
|
|
1517
|
-
"integrity": "sha512-
|
|
1510
|
+
"version": "11.11.1-rc.210",
|
|
1511
|
+
"integrity": "sha512-HZGb1InO3kp2xM2ystuL5EmPti9P6vn8JvC2jmV1nU7M2T+2aSl23XxXKNL2OcpM+hgS8FLk5eBfCqg7/Q5KWA==",
|
|
1518
1512
|
"license": "ISC",
|
|
1519
1513
|
"dependencies": {
|
|
1520
1514
|
"@metrichor/jmespath": "^0.3.1",
|
|
@@ -2032,8 +2026,8 @@
|
|
|
2032
2026
|
"license": "BSD-2-Clause"
|
|
2033
2027
|
},
|
|
2034
2028
|
"node_modules/browserslist": {
|
|
2035
|
-
"version": "4.24.
|
|
2036
|
-
"integrity": "sha512-
|
|
2029
|
+
"version": "4.24.5",
|
|
2030
|
+
"integrity": "sha512-FDToo4Wo82hIdgc1CQ+NQD0hEhmpPjrZ3hiUgwgOG6IuTdlpr8jdjyG24P6cNP1yJpTLzS5OcGgSw0xmDU1/Tw==",
|
|
2037
2031
|
"dev": true,
|
|
2038
2032
|
"funding": [
|
|
2039
2033
|
{
|
|
@@ -2051,10 +2045,10 @@
|
|
|
2051
2045
|
],
|
|
2052
2046
|
"license": "MIT",
|
|
2053
2047
|
"dependencies": {
|
|
2054
|
-
"caniuse-lite": "^1.0.
|
|
2055
|
-
"electron-to-chromium": "^1.5.
|
|
2048
|
+
"caniuse-lite": "^1.0.30001716",
|
|
2049
|
+
"electron-to-chromium": "^1.5.149",
|
|
2056
2050
|
"node-releases": "^2.0.19",
|
|
2057
|
-
"update-browserslist-db": "^1.1.
|
|
2051
|
+
"update-browserslist-db": "^1.1.3"
|
|
2058
2052
|
},
|
|
2059
2053
|
"bin": {
|
|
2060
2054
|
"browserslist": "cli.js"
|
|
@@ -2191,8 +2185,8 @@
|
|
|
2191
2185
|
}
|
|
2192
2186
|
},
|
|
2193
2187
|
"node_modules/caniuse-lite": {
|
|
2194
|
-
"version": "1.0.
|
|
2195
|
-
"integrity": "sha512-
|
|
2188
|
+
"version": "1.0.30001717",
|
|
2189
|
+
"integrity": "sha512-auPpttCq6BDEG8ZAuHJIplGw6GODhjw+/11e7IjpnYCxZcW/ONgPs0KVBJ0d1bY3e2+7PRe5RCLyP+PfwVgkYw==",
|
|
2196
2190
|
"dev": true,
|
|
2197
2191
|
"funding": [
|
|
2198
2192
|
{
|
|
@@ -2542,8 +2536,8 @@
|
|
|
2542
2536
|
}
|
|
2543
2537
|
},
|
|
2544
2538
|
"node_modules/core-js-pure": {
|
|
2545
|
-
"version": "3.
|
|
2546
|
-
"integrity": "sha512-
|
|
2539
|
+
"version": "3.42.0",
|
|
2540
|
+
"integrity": "sha512-007bM04u91fF4kMgwom2I5cQxAFIy8jVulgr9eozILl/SZE53QOqnW/+vviC+wQWLv+AunBG+8Q0TLoeSsSxRQ==",
|
|
2547
2541
|
"hasInstallScript": true,
|
|
2548
2542
|
"license": "MIT",
|
|
2549
2543
|
"funding": {
|
|
@@ -3270,8 +3264,8 @@
|
|
|
3270
3264
|
"license": "MIT"
|
|
3271
3265
|
},
|
|
3272
3266
|
"node_modules/electron-to-chromium": {
|
|
3273
|
-
"version": "1.5.
|
|
3274
|
-
"integrity": "sha512-
|
|
3267
|
+
"version": "1.5.151",
|
|
3268
|
+
"integrity": "sha512-Rl6uugut2l9sLojjS4H4SAr3A4IgACMLgpuEMPYCVcKydzfyPrn5absNRju38IhQOf/NwjJY8OGWjlteqYeBCA==",
|
|
3275
3269
|
"dev": true,
|
|
3276
3270
|
"license": "ISC"
|
|
3277
3271
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/angular-codegen",
|
|
3
|
-
"version": "11.11.
|
|
3
|
+
"version": "11.11.1-rc.210",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
".npmrc"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@wavemaker/angular-app": "11.11.
|
|
18
|
+
"@wavemaker/angular-app": "11.11.1-rc.210",
|
|
19
19
|
"archiver": "^7.0.1",
|
|
20
20
|
"cheerio": "1.0.0-rc.12",
|
|
21
21
|
"decode-uri-component": "^0.2.0",
|
package/src/codegen-args-cli.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const fs=require("fs"),path=require("path"),{spawnSync:spawnSync}=require("child_process"),codegenCLI=require("./codegen-cli"),{generateRandomHash:generateRandomHash}=require("./wm-utils"),argv=require("yargs").usage("Usage: $0 -s [wavemaker project path] -t [target location] [-c] [-g]").options({deploy_url:{alias:"d",type:"string"},generate_page:{type:"string"},source:{alias:"s",describe:"source project web-app path",type:"string"},target:{alias:"t",describe:"target directory",type:"string"},codegenPath:{describe:"Codegen installation path",type:"string"},pwa:{describe:"Toggle pwa capability",type:"boolean",default:!1},spa:{describe:"Toggle single page application behaviour",type:"boolean",default:!1}}).demandOption(["source","target"],"please provide source project and target directory paths").help().argv,execCommand=async e=>{try{const a=spawnSync(e,{stdio:"inherit",shell:!0});0===a.status?console.log(`Executed the command - ${e} - successfully!`):(console.error("Error during command - ",a.error||a.stderr),process.exit(1))}catch(e){throw console.error(`Synchronous error - ${e}`),e}},setAppRuntimeVersion=async e=>{const a=fs.readFileSync(path.resolve(`${e}/pom.xml`),"utf8");let r="",t=a.indexOf("<wavemaker.app.runtime.ui.version>"),n=a.indexOf("</wavemaker.app.runtime.ui.version>");t&&n&&(t+="<wavemaker.app.runtime.ui.version>".length,r=a.substr(t,n-t).trim()),global.appRuntimeVersion=r,console.log(`App RuntimeVersion : ${global.appRuntimeVersion}`)},invokeMaven=async e=>{},init=async()=>{await setAppRuntimeVersion(argv.source),global.randomHash=generateRandomHash(),argv.generate_page&&await codegenCLI.generatePage(argv.source,argv.target,argv.generate_page,argv.codegenPath,argv.csp),argv.generate_page||(argv.deploy_url=argv.deploy_url?`${argv.deploy_url}/ng-bundle/${global.randomHash}/`:`ng-bundle/${global.randomHash}/`,await codegenCLI.generateCodegenAngularApp(argv.source,argv.target,argv.deploy_url,argv.pwa,argv.codegenPath,argv.csp,argv.spa))};init();
|
|
1
|
+
const fs=require("fs"),path=require("path"),{spawnSync:spawnSync}=require("child_process"),codegenCLI=require("./codegen-cli"),{generateRandomHash:generateRandomHash}=require("./wm-utils"),argv=require("yargs").usage("Usage: $0 -s [wavemaker project path] -t [target location] [-c] [-g]").options({deploy_url:{alias:"d",type:"string"},generate_page:{type:"string"},source:{alias:"s",describe:"source project web-app path",type:"string"},target:{alias:"t",describe:"target directory",type:"string"},codegenPath:{describe:"Codegen installation path",type:"string"},pwa:{describe:"Toggle pwa capability",type:"boolean",default:!1},spa:{describe:"Toggle single page application behaviour",type:"boolean",default:!1}}).demandOption(["source","target"],"please provide source project and target directory paths").help().argv,execCommand=async e=>{try{const a=spawnSync(e,{stdio:"inherit",shell:!0});0===a.status?console.log(`Executed the command - ${e} - successfully!`):(console.error("Error during command - ",a.error||a.stderr),process.exit(1))}catch(e){throw console.error(`Synchronous error - ${e}`),e}},setAppRuntimeVersion=async e=>{const a=fs.readFileSync(path.resolve(`${e}/pom.xml`),"utf8");let r="",t=a.indexOf("<wavemaker.app.runtime.ui.version>"),n=a.indexOf("</wavemaker.app.runtime.ui.version>");t&&n&&(t+="<wavemaker.app.runtime.ui.version>".length,r=a.substr(t,n-t).trim()),global.appRuntimeVersion=r,console.log(`App RuntimeVersion : ${global.appRuntimeVersion}`)},invokeMaven=async e=>{},init=async()=>{await setAppRuntimeVersion(argv.source),global.randomHash=generateRandomHash(),argv.generate_page&&await codegenCLI.generatePage(argv.source,argv.target,argv.generate_page,argv.codegenPath,argv.csp),argv.generate_page||(argv.deploy_url=argv.deploy_url?`${argv.deploy_url}/ng-bundle/${global.randomHash}/`:`ng-bundle/${global.randomHash}/`,await codegenCLI.generateCodegenAngularApp(argv.source,argv.target,argv.deploy_url,argv.pwa,argv.codegenPath,argv.csp,argv.spa,argv.apiUrl))};init();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const cheerio=require("cheerio"),{writeFile:writeFile,readFileSync:readFileSync,readDir:readDir,isMobileProject:isMobileProject,isPrismProject:isPrismProject,APP_OVERRIDE_CSS_PATH:APP_OVERRIDE_CSS_PATH}=require("./wm-utils"),markScriptsAsLazy=s=>{const e=["./node_modules/d3/dist/d3.min.js","./node_modules/@wavemaker/nvd3/build/nv.d3.min.js","./node_modules/summernote/dist/summernote-lite.min.js",global._WM_PACKAGE_PATH+"/scripts/datatable/datatable.js","./node_modules/jquery-ui/ui/widgets/sortable.js","./node_modules/jquery-ui/ui/widgets/droppable.js","./node_modules/jquery-ui/ui/widgets/resizable.js","./node_modules/hammerjs/hammer.min.js","./node_modules/iscroll/build/iscroll.js"];if("string"==typeof s){let t=s.replace(/^(\.\/)/,"").replace(/\//g,"-").replace(/@/g,"");if(t=t.substring(0,t.lastIndexOf(".")),
|
|
1
|
+
const cheerio=require("cheerio"),{writeFile:writeFile,readFileSync:readFileSync,readDir:readDir,isMobileProject:isMobileProject,isPrismProject:isPrismProject,APP_OVERRIDE_CSS_PATH:APP_OVERRIDE_CSS_PATH}=require("./wm-utils"),markScriptsAsLazy=s=>{const e=["./node_modules/d3/dist/d3.min.js","./node_modules/@wavemaker/nvd3/build/nv.d3.min.js","./node_modules/summernote/dist/summernote-lite.min.js",global._WM_PACKAGE_PATH+"/scripts/datatable/datatable.js","./node_modules/jquery-ui/ui/widgets/sortable.js","./node_modules/jquery-ui/ui/widgets/droppable.js","./node_modules/jquery-ui/ui/widgets/resizable.js","./node_modules/hammerjs/hammer.min.js","./node_modules/iscroll/build/iscroll.js"];if("string"==typeof s){let t=s.replace(/^(\.\/)/,"").replace(/\//g,"-").replace(/@/g,"");if(t=t.substring(0,t.lastIndexOf(".")),e.includes(s))return{input:s,inject:!1,bundleName:t}}return s},setBuildCustomizations=async s=>{const e=s.projects["angular-app"].architect.build,t=e.options.scripts;e.options.scripts=t.map(s=>markScriptsAsLazy(s))},addToScripts=async(s,e,t=[],i=[])=>{const n=`${e}/angular.json`;let o=readFileSync(n,!0);const a=o.projects["angular-app"].architect.build;let r=a.options.scripts;const l=`${e+"/src/app/extensions"}`,c=await readDir(l);c.length&&i.push("./src/app/extensions/"+c[0]),a.options.scripts=[...t,...r,...i],await writeFile(n,JSON.stringify(o,null,4))},updateAngularJSON=async(s,e,t,i,n,o,a,r,l,c)=>{const u=`${e}/angular.json`;let p=readFileSync(u,!0);const d=p.projects["angular-app"].architect.build;a&&a.trim().length>0&&(d.options.deployUrl=a),d.options.outputPath=d.options.outputPath+"/"+global.randomHash;let m=d.options.styles;if(isPrismProject(t)&&((m=m.filter(s=>"string"==typeof s?!(s.includes("src/assets/styles/css/wm-style.css")||s.includes("src/assets/styles/css/wm-responsive.css")):"object"!=typeof s||!s.input||!s.input.includes("src/assets/themes/material/style.css"))).push("./node_modules/@wavemaker/foundation-css/foundation/foundation.css"),m.push({input:`src/assets/${APP_OVERRIDE_CSS_PATH}`,inject:!1,bundleName:"wm-styles"}),d.options.styles=m),isMobileProject(t)){const s=m.findIndex(s=>{let e="object"==typeof s;if(e){return(e?s.input:s).includes("themes")}return!1}),e=m[s].input;m[s].bundleName="wm-android-styles",m[s].input=m[s].input.replace(new RegExp("/[a-z]*/style.css$"),`/${i.activeTheme}/android/style.css`);const t=Object.assign({},m[s]);t.input=e.replace(new RegExp("/[a-z]*/style.css$"),`/${i.activeTheme}/ios/style.css`),t.bundleName="wm-ios-styles",m.push(t);const n=m.findIndex(s=>{let e="object"==typeof s;if(e){return"src/assets/app.css"===(e?s.input:s)}return!1});m[n].bundleName="wm-android-styles";const o=Object.assign({},m[n]);o.bundleName="wm-ios-styles",m.push(o)}m.forEach((s,e)=>{let t="object"==typeof s,n=t?s.input:s;!n.includes("themes")||n.includes("/android/")||n.includes("/ios/")||(t?m[e].input=n.replace(new RegExp("/[a-z]*/style.css$"),`/${i.activeTheme}/style.css`):m[e]=n.replace(new RegExp("/[a-z]*/style.css$"),`/${i.activeTheme}/style.css`))});const g=d.options.assets,y=[],j=[{patterns:y,path:"angular/global"}];if("STATIC"===t.languageBundleSources)for(const s of Object.values(t.supportedLanguages))s.angular&&y.push(`${s.angular}.js`);j.forEach(({patterns:s=[],path:e})=>{let t="**/*";1==s.length?t=s[0]:s.length>1&&(t=`{${s.join(",")}}`),["libraries/locales","node_modules/@wavemaker/app-ng-runtime/locales"].forEach(s=>{(s=>{const e=g.find(e=>e.input===s.input&&e.output===s.output);e?e.glob=s.glob:g.push(s)})({glob:t,input:`${s}/${e}`,output:`/locales/${e}`})})}),d.options.assets=g,await setBuildCustomizations(p);const b=d.configurations.production,h=d.configurations.development;if(b.aot=!1!==r.aot,b.buildOptimizer=!1!==r.buildOptimizer,c){const s=d.options.assets;s.push("src/manifest.json"),s.push("src/wmsw-worker.js"),b.serviceWorker=h.serviceWorker=!0,b.ngswConfigPath=h.ngswConfigPath="ngsw-config.json",delete d.options.customWebpackConfig}await writeFile(u,JSON.stringify(p,null,4))};module.exports={updateAngularJSON:updateAngularJSON,addToScripts:addToScripts};
|