@wavemaker/angular-codegen 11.4.0-next.140429 → 11.4.0-next.140433
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/angular.json +6 -2
- angular-codegen/angular-app/package-lock.json +13 -5
- angular-codegen/angular-app/package.json +3 -2
- angular-codegen/angular-app/src/assets/styles/css/wm-style.css +1 -1
- angular-codegen/dependencies/transpilation-mobile.cjs.js +5 -7
- angular-codegen/dependencies/transpilation-web.cjs.js +5 -7
- angular-codegen/package.json +1 -1
@@ -84,7 +84,9 @@
|
|
84
84
|
"./node_modules/js-cookie/src/js.cookie.js",
|
85
85
|
"./node_modules/jssha/dist/sha256.js",
|
86
86
|
"./node_modules/tabbable/dist/index.umd.min.js",
|
87
|
-
"./node_modules/@wavemaker/focus-trap/dist/focus-trap.umd.min.js"
|
87
|
+
"./node_modules/@wavemaker/focus-trap/dist/focus-trap.umd.min.js",
|
88
|
+
"./node_modules/@ztree/ztree_v3/js/jquery.ztree.all.js",
|
89
|
+
"./projects/components/widgets/basic/tree/src/keyboard-navigation.js"
|
88
90
|
]
|
89
91
|
},
|
90
92
|
"configurations": {
|
@@ -179,7 +181,9 @@
|
|
179
181
|
"./node_modules/hammerjs/hammer.min.js",
|
180
182
|
"./node_modules/iscroll/build/iscroll.js",
|
181
183
|
"./node_modules/js-cookie/src/js.cookie.js",
|
182
|
-
"./node_modules/jssha/dist/sha256.js"
|
184
|
+
"./node_modules/jssha/dist/sha256.js",
|
185
|
+
"./node_modules/@ztree/ztree_v3/js/jquery.ztree.all.js",
|
186
|
+
"./projects/components/widgets/basic/tree/src/keyboard-navigation.js"
|
183
187
|
],
|
184
188
|
"aot": false,
|
185
189
|
"vendorChunk": true,
|
@@ -5960,13 +5960,14 @@
|
|
5960
5960
|
}
|
5961
5961
|
},
|
5962
5962
|
"@wavemaker/variables": {
|
5963
|
-
"version": "11.4.0-next.
|
5964
|
-
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.4.0-next.
|
5965
|
-
"integrity": "sha512-
|
5963
|
+
"version": "11.4.0-next.140433",
|
5964
|
+
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.4.0-next.140433.tgz",
|
5965
|
+
"integrity": "sha512-rZn+AqA3otrtQCh0v+/u5REwalCeJQynKEPxtujaNX1Oo0bFZHxtWs4bDa8k1//LkZ0bgincd1FeTDUnvB2pUw==",
|
5966
5966
|
"requires": {
|
5967
5967
|
"@metrichor/jmespath": "^0.3.1",
|
5968
5968
|
"he": "^1.2.0",
|
5969
5969
|
"lodash": "^4.17.21",
|
5970
|
+
"moment": "^2.29.4",
|
5970
5971
|
"x2js": "^3.4.3"
|
5971
5972
|
},
|
5972
5973
|
"dependencies": {
|
@@ -6203,6 +6204,14 @@
|
|
6203
6204
|
"integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==",
|
6204
6205
|
"dev": true
|
6205
6206
|
},
|
6207
|
+
"@ztree/ztree_v3": {
|
6208
|
+
"version": "3.5.48",
|
6209
|
+
"resolved": "https://registry.npmjs.org/@ztree/ztree_v3/-/ztree_v3-3.5.48.tgz",
|
6210
|
+
"integrity": "sha512-4dSA1g26T3j/O3I89+r/Palg+a+xwMGRS1etZoggnCGBPoOrwW8VGA3zitJCK/Yd7eEMX+LfKTRJjEGiWpoN3w==",
|
6211
|
+
"requires": {
|
6212
|
+
"jquery": ">=1.4.4"
|
6213
|
+
}
|
6214
|
+
},
|
6206
6215
|
"abab": {
|
6207
6216
|
"version": "2.0.5",
|
6208
6217
|
"resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
|
@@ -14856,8 +14865,7 @@
|
|
14856
14865
|
"moment": {
|
14857
14866
|
"version": "2.29.4",
|
14858
14867
|
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz",
|
14859
|
-
"integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w=="
|
14860
|
-
"dev": true
|
14868
|
+
"integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w=="
|
14861
14869
|
},
|
14862
14870
|
"moment-timezone": {
|
14863
14871
|
"version": "0.5.39",
|
@@ -47,7 +47,8 @@
|
|
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.4.0-next.
|
50
|
+
"@wavemaker/variables": "11.4.0-next.140433",
|
51
|
+
"@ztree/ztree_v3": "^3.5.48",
|
51
52
|
"angular-imask": "6.0.4",
|
52
53
|
"angular2-websocket": "0.9.7",
|
53
54
|
"core-js": "2.5.4",
|
@@ -71,7 +72,7 @@
|
|
71
72
|
"tslib": "^2.0.0",
|
72
73
|
"x2js": "3.2.6",
|
73
74
|
"zone.js": "~0.11.4",
|
74
|
-
"@wavemaker/app-ng-runtime": "11.4.0-next.
|
75
|
+
"@wavemaker/app-ng-runtime": "11.4.0-next.140433"
|
75
76
|
},
|
76
77
|
"devDependencies": {
|
77
78
|
"@ampproject/rollup-plugin-closure-compiler": "0.8.5",
|