@wavemaker/angular-codegen 11.3.0-next.24502 → 11.3.0-next.24504
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.
- angular-codegen/angular-app/package-lock.json +25 -0
- angular-codegen/angular-app/package.json +2 -1
- angular-codegen/angular-app/src/assets/styles/css/wm-style.css +1 -1
- angular-codegen/angular-app/tsconfig.json +3 -0
- angular-codegen/dependencies/pipe-provider.cjs.js +31 -30
- angular-codegen/dependencies/transpilation-mobile.cjs.js +55 -48
- angular-codegen/dependencies/transpilation-web.cjs.js +55 -48
- angular-codegen/package.json +1 -1
|
@@ -5959,6 +5959,26 @@
|
|
|
5959
5959
|
"yarn": "^1.22.19"
|
|
5960
5960
|
}
|
|
5961
5961
|
},
|
|
5962
|
+
"@wavemaker/variables": {
|
|
5963
|
+
"version": "11.3.0-next.24504",
|
|
5964
|
+
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.3.0-next.24504.tgz",
|
|
5965
|
+
"integrity": "sha512-I04RbQNAblh3vA1QW6x7oEOJdSND9gZVedG+Cx4eH0TpCI23oiWM3Om4NhEpmli1QAFdRPnc//EXlfVtZkKaFA==",
|
|
5966
|
+
"requires": {
|
|
5967
|
+
"@metrichor/jmespath": "^0.3.1",
|
|
5968
|
+
"lodash": "^4.17.21",
|
|
5969
|
+
"x2js": "^3.4.3"
|
|
5970
|
+
},
|
|
5971
|
+
"dependencies": {
|
|
5972
|
+
"x2js": {
|
|
5973
|
+
"version": "3.4.4",
|
|
5974
|
+
"resolved": "https://registry.npmjs.org/x2js/-/x2js-3.4.4.tgz",
|
|
5975
|
+
"integrity": "sha512-yG/ThaBCgnsa3aoMPAe7QwDpcyU4D70hjXC4Y1lZSfD/Tgd0MpE19FnZZRAjekryw0c8cffpOt9zsPEiqktO6Q==",
|
|
5976
|
+
"requires": {
|
|
5977
|
+
"@xmldom/xmldom": "^0.8.3"
|
|
5978
|
+
}
|
|
5979
|
+
}
|
|
5980
|
+
}
|
|
5981
|
+
},
|
|
5962
5982
|
"@webassemblyjs/ast": {
|
|
5963
5983
|
"version": "1.9.0",
|
|
5964
5984
|
"resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz",
|
|
@@ -6159,6 +6179,11 @@
|
|
|
6159
6179
|
"@xtuc/long": "4.2.2"
|
|
6160
6180
|
}
|
|
6161
6181
|
},
|
|
6182
|
+
"@xmldom/xmldom": {
|
|
6183
|
+
"version": "0.8.6",
|
|
6184
|
+
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.6.tgz",
|
|
6185
|
+
"integrity": "sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg=="
|
|
6186
|
+
},
|
|
6162
6187
|
"@xtuc/ieee754": {
|
|
6163
6188
|
"version": "1.2.0",
|
|
6164
6189
|
"resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"@metrichor/jmespath": "^0.3.1",
|
|
48
48
|
"@wavemaker.com/nvd3": "1.0.0",
|
|
49
49
|
"@wavemaker/focus-trap": "^1.0.0",
|
|
50
|
+
"@wavemaker/variables": "11.3.0-next.24504",
|
|
50
51
|
"angular-imask": "6.0.4",
|
|
51
52
|
"angular2-websocket": "0.9.7",
|
|
52
53
|
"core-js": "2.5.4",
|
|
@@ -70,7 +71,7 @@
|
|
|
70
71
|
"tslib": "^2.0.0",
|
|
71
72
|
"x2js": "3.2.6",
|
|
72
73
|
"zone.js": "~0.11.4",
|
|
73
|
-
"@wavemaker/app-ng-runtime": "11.3.0-next.
|
|
74
|
+
"@wavemaker/app-ng-runtime": "11.3.0-next.24504"
|
|
74
75
|
},
|
|
75
76
|
"devDependencies": {
|
|
76
77
|
"@ampproject/rollup-plugin-closure-compiler": "0.8.5",
|