@wavemaker/angular-codegen 11.8.0-next.24905 → 11.8.0-next.24906

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.
@@ -61,10 +61,8 @@
61
61
  }
62
62
  ],
63
63
  "scripts": [
64
- "./node_modules/lodash/lodash.min.js",
65
64
  "./node_modules/x2js/x2js.js",
66
65
  "./node_modules/d3/dist/d3.min.js",
67
- "./node_modules/he/he.js",
68
66
  "./node_modules/@wavemaker/nvd3/build/nv.d3.min.js",
69
67
  "./node_modules/jquery/dist/jquery.min.js",
70
68
  "./node_modules/jquery-ui/ui/disable-selection.js",
@@ -89,8 +87,6 @@
89
87
  "./node_modules/iscroll/build/iscroll.js",
90
88
  "./node_modules/js-cookie/src/js.cookie.js",
91
89
  "./node_modules/jssha/dist/sha256.js",
92
- "./node_modules/tabbable/dist/index.umd.min.js",
93
- "./node_modules/@wavemaker/focus-trap/dist/focus-trap.umd.min.js",
94
90
  "./node_modules/@ztree/ztree_v3/js/jquery.ztree.all.js",
95
91
  "./node_modules/@wavemaker/app-ng-runtime/scripts/tree-keyboard-navigation/keyboard-navigation.js"
96
92
  ]
@@ -179,6 +175,74 @@
179
175
  },
180
176
  "defaultConfiguration": "production"
181
177
  },
178
+ "build-ng": {
179
+ "builder": "@angular-devkit/build-angular:browser",
180
+ "options": {
181
+ "outputPath": "dist",
182
+ "index": {
183
+ "input": "src/index.html",
184
+ "output": "../index.html"
185
+ },
186
+ "main": "src/main.ts",
187
+ "polyfills": "src/polyfills.ts",
188
+ "tsConfig": "src/tsconfig.app.json",
189
+ "assets": [
190
+ "src/favicon.ico",
191
+ "src/assets",
192
+ {
193
+ "glob": "print.css",
194
+ "input": "src/assets/",
195
+ "output": "."
196
+ }
197
+ ],
198
+ "styles": [
199
+ "src/styles.css",
200
+ "src/assets/styles/css/wm-style.css",
201
+ "src/assets/themes/material/style.css",
202
+ "src/assets/app.css"
203
+ ],
204
+ "scripts": [
205
+ "./node_modules/x2js/x2js.js",
206
+ "./node_modules/d3/dist/d3.min.js",
207
+ "./node_modules/@wavemaker/nvd3/build/nv.d3.min.js",
208
+ "./node_modules/jquery/dist/jquery.min.js",
209
+ "./node_modules/jquery-ui/ui/disable-selection.js",
210
+ "./node_modules/jquery-ui/ui/version.js",
211
+ "./node_modules/jquery-ui/ui/widget.js",
212
+ "./node_modules/jquery-ui/ui/scroll-parent.js",
213
+ "./node_modules/jquery-ui/ui/plugin.js",
214
+ "./node_modules/jquery-ui/ui/data.js",
215
+ "./node_modules/jquery-ui/ui/widgets/mouse.js",
216
+ "./node_modules/jquery-ui/ui/widgets/resizable.js",
217
+ "./node_modules/jquery-ui/ui/widgets/sortable.js",
218
+ "./node_modules/jquery-ui/ui/widgets/droppable.js",
219
+ "./libraries/scripts/datatable/datatable.js",
220
+ "./node_modules/moment/min/moment.min.js",
221
+ "./node_modules/moment-timezone/builds/moment-timezone.min.js",
222
+ "./node_modules/fullcalendar/main.min.js",
223
+ "./node_modules/summernote/dist/summernote-lite.min.js",
224
+ "./node_modules/hammerjs/hammer.min.js",
225
+ "./node_modules/iscroll/build/iscroll.js",
226
+ "./node_modules/js-cookie/src/js.cookie.js",
227
+ "./node_modules/jssha/dist/sha256.js",
228
+ "./node_modules/@ztree/ztree_v3/js/jquery.ztree.all.js",
229
+ "./libraries/scripts/tree-keyboard-navigation/keyboard-navigation.js"
230
+ ],
231
+ "aot": false,
232
+ "vendorChunk": true,
233
+ "extractLicenses": false,
234
+ "buildOptimizer": false,
235
+ "sourceMap": true,
236
+ "optimization": false,
237
+ "namedChunks": true
238
+ },
239
+ "configurations": {
240
+ "production": {
241
+ "browserTarget": "angular-app:build:production"
242
+ }
243
+ },
244
+ "defaultConfiguration": ""
245
+ },
182
246
  "serve": {
183
247
  "builder": "@angular-devkit/build-angular:dev-server",
184
248
  "options": {