@wavemaker/angular-codegen 11.11.1-rc.6144 → 11.11.2-rc.6152
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/dependency-report.html +1 -1
- package/angular-app/npm-shrinkwrap.json +59 -59
- package/angular-app/package-lock.json +59 -59
- package/angular-app/package.json +5 -5
- package/angular-app/src/assets/styles/css/wm-style.css +1 -1
- package/dependencies/pipe-provider.cjs.js +38 -20
- package/dependencies/transpilation-web.cjs.js +19 -10
- package/download-packages.js +2 -2
- package/npm-shrinkwrap.json +43 -43
- package/package-lock.json +43 -43
- package/package.json +2 -2
- package/src/gen-app-override-css.js +1 -1
- package/src/gen-components.js +1 -1
|
@@ -159141,6 +159141,19 @@ const setAttr$1 = (node, attrName, val, sync) => {
|
|
|
159141
159141
|
invokeLater$1(task);
|
|
159142
159142
|
};
|
|
159143
159143
|
|
|
159144
|
+
const properties$1 = {};
|
|
159145
|
+
const previewProp$1 = {};
|
|
159146
|
+
function getPreviewProperties$1() {
|
|
159147
|
+
const fontConfig = previewProp$1.fontConfig || '';
|
|
159148
|
+
const cssPaths = [...fontConfig.matchAll(/"csspath":\s*"([^"]+)"/g)]
|
|
159149
|
+
.map(match => match[1]);
|
|
159150
|
+
properties$1.default = {
|
|
159151
|
+
baseFont: '',
|
|
159152
|
+
fonts: cssPaths.map(csspath => ({ csspath }))
|
|
159153
|
+
};
|
|
159154
|
+
return properties$1;
|
|
159155
|
+
}
|
|
159156
|
+
|
|
159144
159157
|
function* idGenerator$1(token) {
|
|
159145
159158
|
let id = 1;
|
|
159146
159159
|
while (1) {
|
|
@@ -161179,7 +161192,7 @@ const findViewParent$1 = (lView) => {
|
|
|
161179
161192
|
}*/
|
|
161180
161193
|
};
|
|
161181
161194
|
const getFontConfig$1 = () => {
|
|
161182
|
-
return _WM_APP_PROPERTIES.fontConfig
|
|
161195
|
+
return _WM_APP_PROPERTIES.fontConfig || getPreviewProperties$1();
|
|
161183
161196
|
};
|
|
161184
161197
|
/*export const getParent = (parent: any) => {
|
|
161185
161198
|
if(parent.hasOwnProperty("isDynamicComponent") || parent.hasOwnProperty("isPageComponent")) {
|
|
@@ -161652,16 +161665,12 @@ let CustomPipeManager$1 = class CustomPipeManager {
|
|
|
161652
161665
|
}], null, null); })();
|
|
161653
161666
|
|
|
161654
161667
|
let CustomIconsLoaderService$1 = class CustomIconsLoaderService {
|
|
161655
|
-
|
|
161656
|
-
this.http = inject(HttpClient$1);
|
|
161657
|
-
}
|
|
161668
|
+
// private http = inject(HttpClient);
|
|
161658
161669
|
load() {
|
|
161659
|
-
|
|
161660
|
-
const cssPaths =
|
|
161661
|
-
|
|
161662
|
-
|
|
161663
|
-
cssPaths.push(match[1]);
|
|
161664
|
-
}
|
|
161670
|
+
const { default: fontConfig } = getFontConfig$1();
|
|
161671
|
+
const cssPaths = (fontConfig?.fonts ?? [])
|
|
161672
|
+
.filter(font => !!font.csspath)
|
|
161673
|
+
.map(font => font.csspath);
|
|
161665
161674
|
loadStyleSheets$1(cssPaths);
|
|
161666
161675
|
}
|
|
161667
161676
|
static { this.ɵfac = function CustomIconsLoaderService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomIconsLoaderService)(); }; }
|
|
@@ -226349,6 +226358,19 @@ const setAttr = (node, attrName, val, sync) => {
|
|
|
226349
226358
|
invokeLater(task);
|
|
226350
226359
|
};
|
|
226351
226360
|
|
|
226361
|
+
const properties = {};
|
|
226362
|
+
const previewProp = {};
|
|
226363
|
+
function getPreviewProperties() {
|
|
226364
|
+
const fontConfig = previewProp.fontConfig || '';
|
|
226365
|
+
const cssPaths = [...fontConfig.matchAll(/"csspath":\s*"([^"]+)"/g)]
|
|
226366
|
+
.map(match => match[1]);
|
|
226367
|
+
properties.default = {
|
|
226368
|
+
baseFont: '',
|
|
226369
|
+
fonts: cssPaths.map(csspath => ({ csspath }))
|
|
226370
|
+
};
|
|
226371
|
+
return properties;
|
|
226372
|
+
}
|
|
226373
|
+
|
|
226352
226374
|
function* idGenerator(token) {
|
|
226353
226375
|
let id = 1;
|
|
226354
226376
|
while (1) {
|
|
@@ -228387,7 +228409,7 @@ const findViewParent = (lView) => {
|
|
|
228387
228409
|
}*/
|
|
228388
228410
|
};
|
|
228389
228411
|
const getFontConfig = () => {
|
|
228390
|
-
return _WM_APP_PROPERTIES.fontConfig
|
|
228412
|
+
return _WM_APP_PROPERTIES.fontConfig || getPreviewProperties();
|
|
228391
228413
|
};
|
|
228392
228414
|
/*export const getParent = (parent: any) => {
|
|
228393
228415
|
if(parent.hasOwnProperty("isDynamicComponent") || parent.hasOwnProperty("isPageComponent")) {
|
|
@@ -228860,16 +228882,12 @@ class CustomPipeManager {
|
|
|
228860
228882
|
}], null, null); })();
|
|
228861
228883
|
|
|
228862
228884
|
class CustomIconsLoaderService {
|
|
228863
|
-
|
|
228864
|
-
this.http = inject$1(HttpClient);
|
|
228865
|
-
}
|
|
228885
|
+
// private http = inject(HttpClient);
|
|
228866
228886
|
load() {
|
|
228867
|
-
|
|
228868
|
-
const cssPaths =
|
|
228869
|
-
|
|
228870
|
-
|
|
228871
|
-
cssPaths.push(match[1]);
|
|
228872
|
-
}
|
|
228887
|
+
const { default: fontConfig } = getFontConfig();
|
|
228888
|
+
const cssPaths = (fontConfig?.fonts ?? [])
|
|
228889
|
+
.filter(font => !!font.csspath)
|
|
228890
|
+
.map(font => font.csspath);
|
|
228873
228891
|
loadStyleSheets(cssPaths);
|
|
228874
228892
|
}
|
|
228875
228893
|
static { this.ɵfac = function CustomIconsLoaderService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomIconsLoaderService)(); }; }
|
|
@@ -110923,6 +110923,19 @@ const setAttr = (node, attrName, val, sync) => {
|
|
|
110923
110923
|
invokeLater(task);
|
|
110924
110924
|
};
|
|
110925
110925
|
|
|
110926
|
+
const properties = {};
|
|
110927
|
+
const previewProp = {};
|
|
110928
|
+
function getPreviewProperties() {
|
|
110929
|
+
const fontConfig = previewProp.fontConfig || '';
|
|
110930
|
+
const cssPaths = [...fontConfig.matchAll(/"csspath":\s*"([^"]+)"/g)]
|
|
110931
|
+
.map(match => match[1]);
|
|
110932
|
+
properties.default = {
|
|
110933
|
+
baseFont: '',
|
|
110934
|
+
fonts: cssPaths.map(csspath => ({ csspath }))
|
|
110935
|
+
};
|
|
110936
|
+
return properties;
|
|
110937
|
+
}
|
|
110938
|
+
|
|
110926
110939
|
function* idGenerator(token) {
|
|
110927
110940
|
let id = 1;
|
|
110928
110941
|
while (1) {
|
|
@@ -112959,7 +112972,7 @@ const findViewParent = (lView) => {
|
|
|
112959
112972
|
}*/
|
|
112960
112973
|
};
|
|
112961
112974
|
const getFontConfig = () => {
|
|
112962
|
-
return _WM_APP_PROPERTIES.fontConfig
|
|
112975
|
+
return _WM_APP_PROPERTIES.fontConfig || getPreviewProperties();
|
|
112963
112976
|
};
|
|
112964
112977
|
/*export const getParent = (parent: any) => {
|
|
112965
112978
|
if(parent.hasOwnProperty("isDynamicComponent") || parent.hasOwnProperty("isPageComponent")) {
|
|
@@ -113432,16 +113445,12 @@ class CustomPipeManager {
|
|
|
113432
113445
|
}], null, null); })();
|
|
113433
113446
|
|
|
113434
113447
|
class CustomIconsLoaderService {
|
|
113435
|
-
|
|
113436
|
-
this.http = inject(HttpClient);
|
|
113437
|
-
}
|
|
113448
|
+
// private http = inject(HttpClient);
|
|
113438
113449
|
load() {
|
|
113439
|
-
|
|
113440
|
-
const cssPaths =
|
|
113441
|
-
|
|
113442
|
-
|
|
113443
|
-
cssPaths.push(match[1]);
|
|
113444
|
-
}
|
|
113450
|
+
const { default: fontConfig } = getFontConfig();
|
|
113451
|
+
const cssPaths = (fontConfig?.fonts ?? [])
|
|
113452
|
+
.filter(font => !!font.csspath)
|
|
113453
|
+
.map(font => font.csspath);
|
|
113445
113454
|
loadStyleSheets(cssPaths);
|
|
113446
113455
|
}
|
|
113447
113456
|
static { this.ɵfac = function CustomIconsLoaderService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomIconsLoaderService)(); }; }
|
package/download-packages.js
CHANGED
|
@@ -89,8 +89,8 @@ const processPackage = (packageInfo, PATH_NPM_PACKAGE) => {
|
|
|
89
89
|
} else {
|
|
90
90
|
npmInstallCMD = 'npm init -y && ' + npmInstallCMD;
|
|
91
91
|
npmInstallCMD += packageInfo.skipPackageVersion === true
|
|
92
|
-
|
|
93
|
-
|
|
92
|
+
? packageInfo.name
|
|
93
|
+
: (packageInfo.scope ? packageInfo.scope + '/' : '') + packageInfo.name + '@' + packageInfo.version;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
fs.mkdirSync(PATH_NPM_PACKAGE, { recursive: true });
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/angular-codegen",
|
|
3
|
-
"version": "11.11.
|
|
3
|
+
"version": "11.11.2-rc.6152",
|
|
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.2-rc.6152",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@wavemaker/angular-app": "11.11.
|
|
12
|
+
"@wavemaker/angular-app": "11.11.2-rc.6152",
|
|
13
13
|
"archiver": "^7.0.1",
|
|
14
14
|
"cheerio": "1.0.0-rc.12",
|
|
15
15
|
"decode-uri-component": "^0.2.0",
|
|
@@ -261,8 +261,8 @@
|
|
|
261
261
|
"license": "MIT"
|
|
262
262
|
},
|
|
263
263
|
"node_modules/@babel/core/node_modules/debug": {
|
|
264
|
-
"version": "4.4.
|
|
265
|
-
"integrity": "sha512-
|
|
264
|
+
"version": "4.4.1",
|
|
265
|
+
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
|
266
266
|
"dev": true,
|
|
267
267
|
"license": "MIT",
|
|
268
268
|
"dependencies": {
|
|
@@ -671,8 +671,8 @@
|
|
|
671
671
|
}
|
|
672
672
|
},
|
|
673
673
|
"node_modules/@babel/traverse/node_modules/debug": {
|
|
674
|
-
"version": "4.4.
|
|
675
|
-
"integrity": "sha512-
|
|
674
|
+
"version": "4.4.1",
|
|
675
|
+
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
|
676
676
|
"dev": true,
|
|
677
677
|
"license": "MIT",
|
|
678
678
|
"dependencies": {
|
|
@@ -1371,8 +1371,8 @@
|
|
|
1371
1371
|
}
|
|
1372
1372
|
},
|
|
1373
1373
|
"node_modules/@types/node": {
|
|
1374
|
-
"version": "22.15.
|
|
1375
|
-
"integrity": "sha512-
|
|
1374
|
+
"version": "22.15.21",
|
|
1375
|
+
"integrity": "sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==",
|
|
1376
1376
|
"license": "MIT",
|
|
1377
1377
|
"dependencies": {
|
|
1378
1378
|
"undici-types": "~6.21.0"
|
|
@@ -1405,8 +1405,8 @@
|
|
|
1405
1405
|
"license": "MIT"
|
|
1406
1406
|
},
|
|
1407
1407
|
"node_modules/@wavemaker/angular-app": {
|
|
1408
|
-
"version": "11.11.
|
|
1409
|
-
"integrity": "sha512-
|
|
1408
|
+
"version": "11.11.2-rc.6152",
|
|
1409
|
+
"integrity": "sha512-Fu1qFl6dNqCzt07ktCQeByjA4d3ew15HtVvpee/J/4+2tSHy+oMUXx9/Z/pjPPlOX4U2YbAewO6n2cKYrZ/IaA==",
|
|
1410
1410
|
"dependencies": {
|
|
1411
1411
|
"@angular/animations": "18.2.13",
|
|
1412
1412
|
"@angular/common": "18.2.13",
|
|
@@ -1424,12 +1424,12 @@
|
|
|
1424
1424
|
"@fullcalendar/list": "6.1.15",
|
|
1425
1425
|
"@fullcalendar/timegrid": "6.1.15",
|
|
1426
1426
|
"@metrichor/jmespath": "0.3.1",
|
|
1427
|
-
"@wavemaker/app-ng-runtime": "11.11.
|
|
1428
|
-
"@wavemaker/custom-widgets-m3": "11.11.
|
|
1427
|
+
"@wavemaker/app-ng-runtime": "11.11.2-rc.6152",
|
|
1428
|
+
"@wavemaker/custom-widgets-m3": "11.11.2-rc.6152",
|
|
1429
1429
|
"@wavemaker/focus-trap": "1.0.1",
|
|
1430
|
-
"@wavemaker/foundation-css": "11.11.
|
|
1430
|
+
"@wavemaker/foundation-css": "11.11.2-rc.6152",
|
|
1431
1431
|
"@wavemaker/nvd3": "1.8.13",
|
|
1432
|
-
"@wavemaker/variables": "11.11.
|
|
1432
|
+
"@wavemaker/variables": "11.11.2-rc.6152",
|
|
1433
1433
|
"@ztree/ztree_v3": "3.5.48",
|
|
1434
1434
|
"angular-imask": "^7.6.1",
|
|
1435
1435
|
"angular2-websocket": "0.9.7",
|
|
@@ -1468,8 +1468,8 @@
|
|
|
1468
1468
|
}
|
|
1469
1469
|
},
|
|
1470
1470
|
"node_modules/@wavemaker/app-ng-runtime": {
|
|
1471
|
-
"version": "11.11.
|
|
1472
|
-
"integrity": "sha512-
|
|
1471
|
+
"version": "11.11.2-rc.6152",
|
|
1472
|
+
"integrity": "sha512-n5bHUm5tP4coxmpm/pAlA4iYhEpRYpYFdJ1dFLnVpZptOTPjQqVWnaM4lP960Y503b6Ca/SVX2M3A87rcXX5Pg==",
|
|
1473
1473
|
"license": "MIT",
|
|
1474
1474
|
"engines": {
|
|
1475
1475
|
"node": ">=18.16.1",
|
|
@@ -1477,8 +1477,8 @@
|
|
|
1477
1477
|
}
|
|
1478
1478
|
},
|
|
1479
1479
|
"node_modules/@wavemaker/custom-widgets-m3": {
|
|
1480
|
-
"version": "11.11.
|
|
1481
|
-
"integrity": "sha512-
|
|
1480
|
+
"version": "11.11.2-rc.6152",
|
|
1481
|
+
"integrity": "sha512-eEcvezK2d3h6emdwZjWbWbfb5mOgC/Sa4ZX4N+tHKwC7JJhg+PfFHFoqV0VeohQhX3Y+8JnBpt/yMtIj9NUQ4Q==",
|
|
1482
1482
|
"license": "ISC"
|
|
1483
1483
|
},
|
|
1484
1484
|
"node_modules/@wavemaker/focus-trap": {
|
|
@@ -1491,8 +1491,8 @@
|
|
|
1491
1491
|
}
|
|
1492
1492
|
},
|
|
1493
1493
|
"node_modules/@wavemaker/foundation-css": {
|
|
1494
|
-
"version": "11.11.
|
|
1495
|
-
"integrity": "sha512-
|
|
1494
|
+
"version": "11.11.2-rc.6152",
|
|
1495
|
+
"integrity": "sha512-fZoA5j+je2Fb2uaZNicK6WGnyZRl/c/K4UvmPJUBMC6woBgLaH5KmfC0y1DsVHSC+iiya1xHMJVm+kLl1AIkNQ==",
|
|
1496
1496
|
"license": "ISC",
|
|
1497
1497
|
"dependencies": {
|
|
1498
1498
|
"chroma-js": "^3.1.2"
|
|
@@ -1507,8 +1507,8 @@
|
|
|
1507
1507
|
}
|
|
1508
1508
|
},
|
|
1509
1509
|
"node_modules/@wavemaker/variables": {
|
|
1510
|
-
"version": "11.11.
|
|
1511
|
-
"integrity": "sha512-
|
|
1510
|
+
"version": "11.11.2-rc.6152",
|
|
1511
|
+
"integrity": "sha512-9yg1kSt5dyeT/wE5G1XyrrVXiRoNBIrJqDPCtVye39vtLqy2k5uv4xo4bwBAaX8gT1jPT9bXfJfEOmq9iF8G5A==",
|
|
1512
1512
|
"license": "ISC",
|
|
1513
1513
|
"dependencies": {
|
|
1514
1514
|
"@metrichor/jmespath": "^0.3.1",
|
|
@@ -1630,8 +1630,8 @@
|
|
|
1630
1630
|
}
|
|
1631
1631
|
},
|
|
1632
1632
|
"node_modules/agent-base/node_modules/debug": {
|
|
1633
|
-
"version": "4.4.
|
|
1634
|
-
"integrity": "sha512-
|
|
1633
|
+
"version": "4.4.1",
|
|
1634
|
+
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
|
1635
1635
|
"dev": true,
|
|
1636
1636
|
"license": "MIT",
|
|
1637
1637
|
"dependencies": {
|
|
@@ -2185,8 +2185,8 @@
|
|
|
2185
2185
|
}
|
|
2186
2186
|
},
|
|
2187
2187
|
"node_modules/caniuse-lite": {
|
|
2188
|
-
"version": "1.0.
|
|
2189
|
-
"integrity": "sha512-
|
|
2188
|
+
"version": "1.0.30001718",
|
|
2189
|
+
"integrity": "sha512-AflseV1ahcSunK53NfEs9gFWgOEmzr0f+kaMFA4xiLZlr9Hzt7HxcSpIFcnNCUkz6R6dWKa54rUz3HUmI3nVcw==",
|
|
2190
2190
|
"dev": true,
|
|
2191
2191
|
"funding": [
|
|
2192
2192
|
{
|
|
@@ -3248,8 +3248,8 @@
|
|
|
3248
3248
|
}
|
|
3249
3249
|
},
|
|
3250
3250
|
"node_modules/editorconfig/node_modules/semver": {
|
|
3251
|
-
"version": "7.7.
|
|
3252
|
-
"integrity": "sha512-
|
|
3251
|
+
"version": "7.7.2",
|
|
3252
|
+
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
3253
3253
|
"license": "ISC",
|
|
3254
3254
|
"bin": {
|
|
3255
3255
|
"semver": "bin/semver.js"
|
|
@@ -3264,8 +3264,8 @@
|
|
|
3264
3264
|
"license": "MIT"
|
|
3265
3265
|
},
|
|
3266
3266
|
"node_modules/electron-to-chromium": {
|
|
3267
|
-
"version": "1.5.
|
|
3268
|
-
"integrity": "sha512-
|
|
3267
|
+
"version": "1.5.155",
|
|
3268
|
+
"integrity": "sha512-ps5KcGGmwL8VaeJlvlDlu4fORQpv3+GIcF5I3f9tUKUlJ/wsysh6HU8P5L1XWRYeXfA0oJd4PyM8ds8zTFf6Ng==",
|
|
3269
3269
|
"dev": true,
|
|
3270
3270
|
"license": "ISC"
|
|
3271
3271
|
},
|
|
@@ -3986,8 +3986,8 @@
|
|
|
3986
3986
|
}
|
|
3987
3987
|
},
|
|
3988
3988
|
"node_modules/http-proxy-agent/node_modules/debug": {
|
|
3989
|
-
"version": "4.4.
|
|
3990
|
-
"integrity": "sha512-
|
|
3989
|
+
"version": "4.4.1",
|
|
3990
|
+
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
|
3991
3991
|
"dev": true,
|
|
3992
3992
|
"license": "MIT",
|
|
3993
3993
|
"dependencies": {
|
|
@@ -4022,8 +4022,8 @@
|
|
|
4022
4022
|
}
|
|
4023
4023
|
},
|
|
4024
4024
|
"node_modules/https-proxy-agent/node_modules/debug": {
|
|
4025
|
-
"version": "4.4.
|
|
4026
|
-
"integrity": "sha512-
|
|
4025
|
+
"version": "4.4.1",
|
|
4026
|
+
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
|
4027
4027
|
"dev": true,
|
|
4028
4028
|
"license": "MIT",
|
|
4029
4029
|
"dependencies": {
|
|
@@ -4306,8 +4306,8 @@
|
|
|
4306
4306
|
}
|
|
4307
4307
|
},
|
|
4308
4308
|
"node_modules/istanbul-lib-source-maps/node_modules/debug": {
|
|
4309
|
-
"version": "4.4.
|
|
4310
|
-
"integrity": "sha512-
|
|
4309
|
+
"version": "4.4.1",
|
|
4310
|
+
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
|
4311
4311
|
"dev": true,
|
|
4312
4312
|
"license": "MIT",
|
|
4313
4313
|
"dependencies": {
|
|
@@ -5067,8 +5067,8 @@
|
|
|
5067
5067
|
}
|
|
5068
5068
|
},
|
|
5069
5069
|
"node_modules/jest-snapshot/node_modules/semver": {
|
|
5070
|
-
"version": "7.7.
|
|
5071
|
-
"integrity": "sha512-
|
|
5070
|
+
"version": "7.7.2",
|
|
5071
|
+
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
5072
5072
|
"dev": true,
|
|
5073
5073
|
"license": "ISC",
|
|
5074
5074
|
"bin": {
|
|
@@ -5450,8 +5450,8 @@
|
|
|
5450
5450
|
}
|
|
5451
5451
|
},
|
|
5452
5452
|
"node_modules/make-dir/node_modules/semver": {
|
|
5453
|
-
"version": "7.7.
|
|
5454
|
-
"integrity": "sha512-
|
|
5453
|
+
"version": "7.7.2",
|
|
5454
|
+
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
5455
5455
|
"dev": true,
|
|
5456
5456
|
"license": "ISC",
|
|
5457
5457
|
"bin": {
|
|
@@ -7380,8 +7380,8 @@
|
|
|
7380
7380
|
}
|
|
7381
7381
|
},
|
|
7382
7382
|
"node_modules/ts-jest/node_modules/semver": {
|
|
7383
|
-
"version": "7.7.
|
|
7384
|
-
"integrity": "sha512-
|
|
7383
|
+
"version": "7.7.2",
|
|
7384
|
+
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
7385
7385
|
"license": "ISC",
|
|
7386
7386
|
"bin": {
|
|
7387
7387
|
"semver": "bin/semver.js"
|
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.2-rc.6152",
|
|
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.2-rc.6152",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@wavemaker/angular-app": "11.11.
|
|
12
|
+
"@wavemaker/angular-app": "11.11.2-rc.6152",
|
|
13
13
|
"archiver": "^7.0.1",
|
|
14
14
|
"cheerio": "1.0.0-rc.12",
|
|
15
15
|
"decode-uri-component": "^0.2.0",
|
|
@@ -261,8 +261,8 @@
|
|
|
261
261
|
"license": "MIT"
|
|
262
262
|
},
|
|
263
263
|
"node_modules/@babel/core/node_modules/debug": {
|
|
264
|
-
"version": "4.4.
|
|
265
|
-
"integrity": "sha512-
|
|
264
|
+
"version": "4.4.1",
|
|
265
|
+
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
|
266
266
|
"dev": true,
|
|
267
267
|
"license": "MIT",
|
|
268
268
|
"dependencies": {
|
|
@@ -671,8 +671,8 @@
|
|
|
671
671
|
}
|
|
672
672
|
},
|
|
673
673
|
"node_modules/@babel/traverse/node_modules/debug": {
|
|
674
|
-
"version": "4.4.
|
|
675
|
-
"integrity": "sha512-
|
|
674
|
+
"version": "4.4.1",
|
|
675
|
+
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
|
676
676
|
"dev": true,
|
|
677
677
|
"license": "MIT",
|
|
678
678
|
"dependencies": {
|
|
@@ -1371,8 +1371,8 @@
|
|
|
1371
1371
|
}
|
|
1372
1372
|
},
|
|
1373
1373
|
"node_modules/@types/node": {
|
|
1374
|
-
"version": "22.15.
|
|
1375
|
-
"integrity": "sha512-
|
|
1374
|
+
"version": "22.15.21",
|
|
1375
|
+
"integrity": "sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==",
|
|
1376
1376
|
"license": "MIT",
|
|
1377
1377
|
"dependencies": {
|
|
1378
1378
|
"undici-types": "~6.21.0"
|
|
@@ -1405,8 +1405,8 @@
|
|
|
1405
1405
|
"license": "MIT"
|
|
1406
1406
|
},
|
|
1407
1407
|
"node_modules/@wavemaker/angular-app": {
|
|
1408
|
-
"version": "11.11.
|
|
1409
|
-
"integrity": "sha512-
|
|
1408
|
+
"version": "11.11.2-rc.6152",
|
|
1409
|
+
"integrity": "sha512-Fu1qFl6dNqCzt07ktCQeByjA4d3ew15HtVvpee/J/4+2tSHy+oMUXx9/Z/pjPPlOX4U2YbAewO6n2cKYrZ/IaA==",
|
|
1410
1410
|
"dependencies": {
|
|
1411
1411
|
"@angular/animations": "18.2.13",
|
|
1412
1412
|
"@angular/common": "18.2.13",
|
|
@@ -1424,12 +1424,12 @@
|
|
|
1424
1424
|
"@fullcalendar/list": "6.1.15",
|
|
1425
1425
|
"@fullcalendar/timegrid": "6.1.15",
|
|
1426
1426
|
"@metrichor/jmespath": "0.3.1",
|
|
1427
|
-
"@wavemaker/app-ng-runtime": "11.11.
|
|
1428
|
-
"@wavemaker/custom-widgets-m3": "11.11.
|
|
1427
|
+
"@wavemaker/app-ng-runtime": "11.11.2-rc.6152",
|
|
1428
|
+
"@wavemaker/custom-widgets-m3": "11.11.2-rc.6152",
|
|
1429
1429
|
"@wavemaker/focus-trap": "1.0.1",
|
|
1430
|
-
"@wavemaker/foundation-css": "11.11.
|
|
1430
|
+
"@wavemaker/foundation-css": "11.11.2-rc.6152",
|
|
1431
1431
|
"@wavemaker/nvd3": "1.8.13",
|
|
1432
|
-
"@wavemaker/variables": "11.11.
|
|
1432
|
+
"@wavemaker/variables": "11.11.2-rc.6152",
|
|
1433
1433
|
"@ztree/ztree_v3": "3.5.48",
|
|
1434
1434
|
"angular-imask": "^7.6.1",
|
|
1435
1435
|
"angular2-websocket": "0.9.7",
|
|
@@ -1468,8 +1468,8 @@
|
|
|
1468
1468
|
}
|
|
1469
1469
|
},
|
|
1470
1470
|
"node_modules/@wavemaker/app-ng-runtime": {
|
|
1471
|
-
"version": "11.11.
|
|
1472
|
-
"integrity": "sha512-
|
|
1471
|
+
"version": "11.11.2-rc.6152",
|
|
1472
|
+
"integrity": "sha512-n5bHUm5tP4coxmpm/pAlA4iYhEpRYpYFdJ1dFLnVpZptOTPjQqVWnaM4lP960Y503b6Ca/SVX2M3A87rcXX5Pg==",
|
|
1473
1473
|
"license": "MIT",
|
|
1474
1474
|
"engines": {
|
|
1475
1475
|
"node": ">=18.16.1",
|
|
@@ -1477,8 +1477,8 @@
|
|
|
1477
1477
|
}
|
|
1478
1478
|
},
|
|
1479
1479
|
"node_modules/@wavemaker/custom-widgets-m3": {
|
|
1480
|
-
"version": "11.11.
|
|
1481
|
-
"integrity": "sha512-
|
|
1480
|
+
"version": "11.11.2-rc.6152",
|
|
1481
|
+
"integrity": "sha512-eEcvezK2d3h6emdwZjWbWbfb5mOgC/Sa4ZX4N+tHKwC7JJhg+PfFHFoqV0VeohQhX3Y+8JnBpt/yMtIj9NUQ4Q==",
|
|
1482
1482
|
"license": "ISC"
|
|
1483
1483
|
},
|
|
1484
1484
|
"node_modules/@wavemaker/focus-trap": {
|
|
@@ -1491,8 +1491,8 @@
|
|
|
1491
1491
|
}
|
|
1492
1492
|
},
|
|
1493
1493
|
"node_modules/@wavemaker/foundation-css": {
|
|
1494
|
-
"version": "11.11.
|
|
1495
|
-
"integrity": "sha512-
|
|
1494
|
+
"version": "11.11.2-rc.6152",
|
|
1495
|
+
"integrity": "sha512-fZoA5j+je2Fb2uaZNicK6WGnyZRl/c/K4UvmPJUBMC6woBgLaH5KmfC0y1DsVHSC+iiya1xHMJVm+kLl1AIkNQ==",
|
|
1496
1496
|
"license": "ISC",
|
|
1497
1497
|
"dependencies": {
|
|
1498
1498
|
"chroma-js": "^3.1.2"
|
|
@@ -1507,8 +1507,8 @@
|
|
|
1507
1507
|
}
|
|
1508
1508
|
},
|
|
1509
1509
|
"node_modules/@wavemaker/variables": {
|
|
1510
|
-
"version": "11.11.
|
|
1511
|
-
"integrity": "sha512-
|
|
1510
|
+
"version": "11.11.2-rc.6152",
|
|
1511
|
+
"integrity": "sha512-9yg1kSt5dyeT/wE5G1XyrrVXiRoNBIrJqDPCtVye39vtLqy2k5uv4xo4bwBAaX8gT1jPT9bXfJfEOmq9iF8G5A==",
|
|
1512
1512
|
"license": "ISC",
|
|
1513
1513
|
"dependencies": {
|
|
1514
1514
|
"@metrichor/jmespath": "^0.3.1",
|
|
@@ -1630,8 +1630,8 @@
|
|
|
1630
1630
|
}
|
|
1631
1631
|
},
|
|
1632
1632
|
"node_modules/agent-base/node_modules/debug": {
|
|
1633
|
-
"version": "4.4.
|
|
1634
|
-
"integrity": "sha512-
|
|
1633
|
+
"version": "4.4.1",
|
|
1634
|
+
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
|
1635
1635
|
"dev": true,
|
|
1636
1636
|
"license": "MIT",
|
|
1637
1637
|
"dependencies": {
|
|
@@ -2185,8 +2185,8 @@
|
|
|
2185
2185
|
}
|
|
2186
2186
|
},
|
|
2187
2187
|
"node_modules/caniuse-lite": {
|
|
2188
|
-
"version": "1.0.
|
|
2189
|
-
"integrity": "sha512-
|
|
2188
|
+
"version": "1.0.30001718",
|
|
2189
|
+
"integrity": "sha512-AflseV1ahcSunK53NfEs9gFWgOEmzr0f+kaMFA4xiLZlr9Hzt7HxcSpIFcnNCUkz6R6dWKa54rUz3HUmI3nVcw==",
|
|
2190
2190
|
"dev": true,
|
|
2191
2191
|
"funding": [
|
|
2192
2192
|
{
|
|
@@ -3248,8 +3248,8 @@
|
|
|
3248
3248
|
}
|
|
3249
3249
|
},
|
|
3250
3250
|
"node_modules/editorconfig/node_modules/semver": {
|
|
3251
|
-
"version": "7.7.
|
|
3252
|
-
"integrity": "sha512-
|
|
3251
|
+
"version": "7.7.2",
|
|
3252
|
+
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
3253
3253
|
"license": "ISC",
|
|
3254
3254
|
"bin": {
|
|
3255
3255
|
"semver": "bin/semver.js"
|
|
@@ -3264,8 +3264,8 @@
|
|
|
3264
3264
|
"license": "MIT"
|
|
3265
3265
|
},
|
|
3266
3266
|
"node_modules/electron-to-chromium": {
|
|
3267
|
-
"version": "1.5.
|
|
3268
|
-
"integrity": "sha512-
|
|
3267
|
+
"version": "1.5.155",
|
|
3268
|
+
"integrity": "sha512-ps5KcGGmwL8VaeJlvlDlu4fORQpv3+GIcF5I3f9tUKUlJ/wsysh6HU8P5L1XWRYeXfA0oJd4PyM8ds8zTFf6Ng==",
|
|
3269
3269
|
"dev": true,
|
|
3270
3270
|
"license": "ISC"
|
|
3271
3271
|
},
|
|
@@ -3986,8 +3986,8 @@
|
|
|
3986
3986
|
}
|
|
3987
3987
|
},
|
|
3988
3988
|
"node_modules/http-proxy-agent/node_modules/debug": {
|
|
3989
|
-
"version": "4.4.
|
|
3990
|
-
"integrity": "sha512-
|
|
3989
|
+
"version": "4.4.1",
|
|
3990
|
+
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
|
3991
3991
|
"dev": true,
|
|
3992
3992
|
"license": "MIT",
|
|
3993
3993
|
"dependencies": {
|
|
@@ -4022,8 +4022,8 @@
|
|
|
4022
4022
|
}
|
|
4023
4023
|
},
|
|
4024
4024
|
"node_modules/https-proxy-agent/node_modules/debug": {
|
|
4025
|
-
"version": "4.4.
|
|
4026
|
-
"integrity": "sha512-
|
|
4025
|
+
"version": "4.4.1",
|
|
4026
|
+
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
|
4027
4027
|
"dev": true,
|
|
4028
4028
|
"license": "MIT",
|
|
4029
4029
|
"dependencies": {
|
|
@@ -4306,8 +4306,8 @@
|
|
|
4306
4306
|
}
|
|
4307
4307
|
},
|
|
4308
4308
|
"node_modules/istanbul-lib-source-maps/node_modules/debug": {
|
|
4309
|
-
"version": "4.4.
|
|
4310
|
-
"integrity": "sha512-
|
|
4309
|
+
"version": "4.4.1",
|
|
4310
|
+
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
|
4311
4311
|
"dev": true,
|
|
4312
4312
|
"license": "MIT",
|
|
4313
4313
|
"dependencies": {
|
|
@@ -5067,8 +5067,8 @@
|
|
|
5067
5067
|
}
|
|
5068
5068
|
},
|
|
5069
5069
|
"node_modules/jest-snapshot/node_modules/semver": {
|
|
5070
|
-
"version": "7.7.
|
|
5071
|
-
"integrity": "sha512-
|
|
5070
|
+
"version": "7.7.2",
|
|
5071
|
+
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
5072
5072
|
"dev": true,
|
|
5073
5073
|
"license": "ISC",
|
|
5074
5074
|
"bin": {
|
|
@@ -5450,8 +5450,8 @@
|
|
|
5450
5450
|
}
|
|
5451
5451
|
},
|
|
5452
5452
|
"node_modules/make-dir/node_modules/semver": {
|
|
5453
|
-
"version": "7.7.
|
|
5454
|
-
"integrity": "sha512-
|
|
5453
|
+
"version": "7.7.2",
|
|
5454
|
+
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
5455
5455
|
"dev": true,
|
|
5456
5456
|
"license": "ISC",
|
|
5457
5457
|
"bin": {
|
|
@@ -7380,8 +7380,8 @@
|
|
|
7380
7380
|
}
|
|
7381
7381
|
},
|
|
7382
7382
|
"node_modules/ts-jest/node_modules/semver": {
|
|
7383
|
-
"version": "7.7.
|
|
7384
|
-
"integrity": "sha512-
|
|
7383
|
+
"version": "7.7.2",
|
|
7384
|
+
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
7385
7385
|
"license": "ISC",
|
|
7386
7386
|
"bin": {
|
|
7387
7387
|
"semver": "bin/semver.js"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/angular-codegen",
|
|
3
|
-
"version": "11.11.
|
|
3
|
+
"version": "11.11.2-rc.6152",
|
|
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.2-rc.6152",
|
|
19
19
|
"archiver": "^7.0.1",
|
|
20
20
|
"cheerio": "1.0.0-rc.12",
|
|
21
21
|
"decode-uri-component": "^0.2.0",
|