@wavemaker/angular-codegen 11.2.0-next.140956 → 11.2.0-next.140958
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 +24 -4
- angular-codegen/angular-app/package.json +3 -2
- 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 +88 -60
- angular-codegen/dependencies/transpilation-mobile.cjs.js +85 -64
- angular-codegen/dependencies/transpilation-web.cjs.js +85 -64
- angular-codegen/package.json +1 -1
@@ -83,7 +83,7 @@
|
|
83
83
|
"./node_modules/iscroll/build/iscroll.js",
|
84
84
|
"./node_modules/js-cookie/src/js.cookie.js",
|
85
85
|
"./node_modules/jssha/dist/sha256.js",
|
86
|
-
"./node_modules/tabbable/dist/index.umd.js",
|
86
|
+
"./node_modules/tabbable/dist/index.umd.min.js",
|
87
87
|
"./node_modules/@wavemaker/focus-trap/dist/focus-trap.umd.min.js"
|
88
88
|
]
|
89
89
|
},
|
@@ -131,6 +131,28 @@
|
|
131
131
|
"maximumWarning": "2mb"
|
132
132
|
}
|
133
133
|
]
|
134
|
+
},
|
135
|
+
"local": {
|
136
|
+
"fileReplacements": [
|
137
|
+
{
|
138
|
+
"replace": "src/environments/environment.ts",
|
139
|
+
"with": "src/environments/environment.dev.ts"
|
140
|
+
}
|
141
|
+
],
|
142
|
+
"optimization": true,
|
143
|
+
"outputHashing": "none",
|
144
|
+
"sourceMap": true,
|
145
|
+
"namedChunks": true,
|
146
|
+
"aot": true,
|
147
|
+
"extractLicenses": false,
|
148
|
+
"vendorChunk": false,
|
149
|
+
"buildOptimizer": true,
|
150
|
+
"budgets": [
|
151
|
+
{
|
152
|
+
"type": "initial",
|
153
|
+
"maximumWarning": "2mb"
|
154
|
+
}
|
155
|
+
]
|
134
156
|
}
|
135
157
|
},
|
136
158
|
"defaultConfiguration": "production"
|
@@ -180,9 +202,7 @@
|
|
180
202
|
"./node_modules/hammerjs/hammer.min.js",
|
181
203
|
"./node_modules/iscroll/build/iscroll.js",
|
182
204
|
"./node_modules/js-cookie/src/js.cookie.js",
|
183
|
-
"./node_modules/jssha/dist/sha256.js"
|
184
|
-
"./node_modules/tabbable/dist/index.umd.js",
|
185
|
-
"./node_modules/@wavemaker/focus-trap/dist/focus-trap.umd.min.js"
|
205
|
+
"./node_modules/jssha/dist/sha256.js"
|
186
206
|
],
|
187
207
|
"aot": false,
|
188
208
|
"vendorChunk": true,
|
@@ -47,11 +47,12 @@
|
|
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.2.0-next.140958",
|
50
51
|
"angular-imask": "6.3.0",
|
51
52
|
"angular2-websocket": "0.9.7",
|
52
53
|
"core-js": "2.5.4",
|
53
54
|
"d3": "3.5.17",
|
54
|
-
"fullcalendar": "5.
|
55
|
+
"fullcalendar": "5.3.1",
|
55
56
|
"hammerjs": "2.0.8",
|
56
57
|
"he": "1.2.0",
|
57
58
|
"iscroll": "5.2.0",
|
@@ -70,7 +71,7 @@
|
|
70
71
|
"tslib": "2.4.1",
|
71
72
|
"x2js": "^3.4.4",
|
72
73
|
"zone.js": "~0.11.4",
|
73
|
-
"@wavemaker/app-ng-runtime": "11.2.0-next.
|
74
|
+
"@wavemaker/app-ng-runtime": "11.2.0-next.140958"
|
74
75
|
},
|
75
76
|
"devDependencies": {
|
76
77
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|