@wavemaker/angular-codegen 11.8.0-next.NULL → 11.8.0-rc.181

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.
@@ -1,1815 +1,269 @@
1
1
  {
2
- "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3
- "version": 1,
4
- "newProjectRoot": "projects",
5
- "projects": {
6
- "angular-app": {
7
- "root": "",
8
- "sourceRoot": "src",
9
- "projectType": "application",
10
- "prefix": "app",
11
- "schematics": {},
12
- "architect": {
13
- "build": {
14
- "builder": "@angular-builders/custom-webpack:browser",
15
- "options": {
16
- "customWebpackConfig": {
17
- "path": "./wm-custom-webpack.config.js"
18
- },
19
- "indexTransform":"./build-scripts/index-html-transform.js",
20
- "deployUrl": "ng-bundle/",
21
- "outputPath": "dist/ng-bundle",
22
- "index": {
23
- "input": "src/index.html",
24
- "output": "../index.html"
25
- },
26
- "main": "src/main.ts",
27
- "polyfills": "src/polyfills.ts",
28
- "tsConfig": "src/tsconfig.app.json",
29
- "assets": [
30
- "src/favicon.ico",
31
- "src/assets",
32
- {
33
- "glob": "print.css",
34
- "input": "src/assets/",
35
- "output": "."
36
- },
37
- {
38
- "glob": "**/*",
39
- "input": "libraries/locales/",
40
- "output": "/locales/"
41
- },
42
- {
43
- "glob": "**/*",
44
- "input": "node_modules/@wavemaker/app-ng-runtime/locales/",
45
- "output": "/locales/"
46
- }
47
- ],
48
- "styles": [
49
- "src/styles.css",
50
- "src/assets/styles/css/wm-style.css",
51
- "src/assets/styles/css/wm-responsive.css",
52
- {
53
- "input": "src/assets/themes/material/style.css",
54
- "inject": false,
55
- "bundleName": "wm-styles"
56
- },
57
- {
58
- "input": "src/assets/app.css",
59
- "inject": false,
60
- "bundleName": "wm-styles"
61
- }
62
- ],
63
- "scripts": [
64
- "./node_modules/lodash/lodash.min.js",
65
- "./node_modules/x2js/x2js.js",
66
- "./node_modules/d3/dist/d3.min.js",
67
- "./node_modules/he/he.js",
68
- "./node_modules/@wavemaker/nvd3/build/nv.d3.min.js",
69
- "./node_modules/jquery/dist/jquery.min.js",
70
- "./node_modules/jquery-ui/ui/disable-selection.js",
71
- "./node_modules/jquery-ui/ui/version.js",
72
- "./node_modules/jquery-ui/ui/widget.js",
73
- "./node_modules/jquery-ui/ui/scroll-parent.js",
74
- "./node_modules/jquery-ui/ui/plugin.js",
75
- "./node_modules/jquery-ui/ui/data.js",
76
- "./node_modules/jquery-ui/ui/widgets/mouse.js",
77
- "./node_modules/jquery-ui/ui/widgets/resizable.js",
78
- "./node_modules/jquery-ui/ui/widgets/sortable.js",
79
- "./node_modules/jquery-ui/ui/widgets/draggable.js",
80
- "./node_modules/jquery-ui/ui/widgets/droppable.js",
81
- "./libraries/scripts/datatable/datatable.js",
82
- "./libraries/scripts/swipey/swipey.jquery.plugin.js",
83
- "./libraries/scripts/jquery.ui.touch-punch/jquery.ui.touch-punch.min.js",
84
- "./node_modules/moment/min/moment.min.js",
85
- "./node_modules/moment-timezone/builds/moment-timezone.min.js",
86
- "./node_modules/fullcalendar/main.min.js",
87
- "./node_modules/summernote/dist/summernote-lite.min.js",
88
- "./node_modules/hammerjs/hammer.min.js",
89
- "./node_modules/iscroll/build/iscroll.js",
90
- "./node_modules/js-cookie/src/js.cookie.js",
91
- "./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
- "./node_modules/@ztree/ztree_v3/js/jquery.ztree.all.js",
95
- "./libraries/scripts/tree-keyboard-navigation/keyboard-navigation.js"
96
- ]
97
- },
98
- "configurations": {
99
- "production": {
100
- "fileReplacements": [
101
- {
102
- "replace": "src/environments/environment.ts",
103
- "with": "src/environments/environment.prod.ts"
2
+ "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3
+ "version": 1,
4
+ "newProjectRoot": "projects",
5
+ "projects": {
6
+ "angular-app": {
7
+ "root": "",
8
+ "sourceRoot": "src",
9
+ "projectType": "application",
10
+ "prefix": "app",
11
+ "schematics": {},
12
+ "architect": {
13
+ "build": {
14
+ "builder": "@angular-builders/custom-webpack:browser",
15
+ "options": {
16
+ "customWebpackConfig": {
17
+ "path": "./wm-custom-webpack.config.js"
18
+ },
19
+ "indexTransform": "./build-scripts/index-html-transform.js",
20
+ "deployUrl": "ng-bundle/",
21
+ "outputPath": "dist/ng-bundle",
22
+ "index": {
23
+ "input": "src/index.html",
24
+ "output": "../index.html"
25
+ },
26
+ "main": "src/main.ts",
27
+ "polyfills": "src/polyfills.ts",
28
+ "tsConfig": "src/tsconfig.app.json",
29
+ "assets": [
30
+ "src/favicon.ico",
31
+ "src/assets",
32
+ {
33
+ "glob": "print.css",
34
+ "input": "src/assets/",
35
+ "output": "."
36
+ },
37
+ {
38
+ "glob": "**/*",
39
+ "input": "libraries/locales/",
40
+ "output": "/locales/"
41
+ },
42
+ {
43
+ "glob": "**/*",
44
+ "input": "node_modules/@wavemaker/app-ng-runtime/locales/",
45
+ "output": "/locales/"
46
+ }
47
+ ],
48
+ "styles": [
49
+ "src/styles.css",
50
+ "src/assets/styles/css/wm-style.css",
51
+ "src/assets/styles/css/wm-responsive.css",
52
+ {
53
+ "input": "src/assets/themes/material/style.css",
54
+ "inject": false,
55
+ "bundleName": "wm-styles"
56
+ },
57
+ {
58
+ "input": "src/assets/app.css",
59
+ "inject": false,
60
+ "bundleName": "wm-styles"
61
+ }
62
+ ],
63
+ "scripts": [
64
+ "./node_modules/x2js/x2js.js",
65
+ "./node_modules/d3/dist/d3.min.js",
66
+ "./node_modules/@wavemaker/nvd3/build/nv.d3.min.js",
67
+ "./node_modules/jquery/dist/jquery.min.js",
68
+ "./node_modules/jquery-ui/ui/disable-selection.js",
69
+ "./node_modules/jquery-ui/ui/version.js",
70
+ "./node_modules/jquery-ui/ui/widget.js",
71
+ "./node_modules/jquery-ui/ui/scroll-parent.js",
72
+ "./node_modules/jquery-ui/ui/plugin.js",
73
+ "./node_modules/jquery-ui/ui/data.js",
74
+ "./node_modules/jquery-ui/ui/widgets/mouse.js",
75
+ "./node_modules/jquery-ui/ui/widgets/resizable.js",
76
+ "./node_modules/jquery-ui/ui/widgets/sortable.js",
77
+ "./node_modules/jquery-ui/ui/widgets/draggable.js",
78
+ "./node_modules/jquery-ui/ui/widgets/droppable.js",
79
+ "./node_modules/@wavemaker/app-ng-runtime/scripts/datatable/datatable.js",
80
+ "./node_modules/@wavemaker/app-ng-runtime/scripts/swipey/swipey.jquery.plugin.js",
81
+ "./node_modules/@wavemaker/app-ng-runtime/scripts/jquery.ui.touch-punch/jquery.ui.touch-punch.min.js",
82
+ "./node_modules/moment/min/moment.min.js",
83
+ "./node_modules/moment-timezone/builds/moment-timezone.min.js",
84
+ "./node_modules/fullcalendar/main.min.js",
85
+ "./node_modules/summernote/dist/summernote-lite.min.js",
86
+ "./node_modules/hammerjs/hammer.min.js",
87
+ "./node_modules/iscroll/build/iscroll.js",
88
+ "./node_modules/js-cookie/src/js.cookie.js",
89
+ "./node_modules/jssha/dist/sha256.js",
90
+ "./node_modules/@ztree/ztree_v3/js/jquery.ztree.all.js",
91
+ "./node_modules/@wavemaker/app-ng-runtime/scripts/tree-keyboard-navigation/keyboard-navigation.js"
92
+ ]
93
+ },
94
+ "configurations": {
95
+ "production": {
96
+ "fileReplacements": [
97
+ {
98
+ "replace": "src/environments/environment.ts",
99
+ "with": "src/environments/environment.prod.ts"
100
+ }
101
+ ],
102
+ "optimization": {
103
+ "scripts": true,
104
+ "styles": {
105
+ "minify": true,
106
+ "inlineCritical": false
107
+ },
108
+ "fonts": true
109
+ },
110
+ "outputHashing": "all",
111
+ "sourceMap": false,
112
+ "namedChunks": false,
113
+ "aot": true,
114
+ "extractLicenses": true,
115
+ "vendorChunk": false,
116
+ "buildOptimizer": true,
117
+ "budgets": [
118
+ {
119
+ "type": "initial",
120
+ "maximumWarning": "2mb"
121
+ }
122
+ ]
123
+ },
124
+ "development": {
125
+ "fileReplacements": [
126
+ {
127
+ "replace": "src/environments/environment.ts",
128
+ "with": "src/environments/environment.dev.ts"
129
+ }
130
+ ],
131
+ "optimization": false,
132
+ "outputHashing": "none",
133
+ "sourceMap": true,
134
+ "namedChunks": true,
135
+ "aot": true,
136
+ "extractLicenses": false,
137
+ "vendorChunk": true,
138
+ "buildOptimizer": false,
139
+ "budgets": [
140
+ {
141
+ "type": "initial",
142
+ "maximumWarning": "2mb"
143
+ }
144
+ ]
145
+ },
146
+ "local": {
147
+ "fileReplacements": [
148
+ {
149
+ "replace": "src/environments/environment.ts",
150
+ "with": "src/environments/environment.dev.ts"
151
+ }
152
+ ],
153
+ "optimization": {
154
+ "scripts": false,
155
+ "styles": {
156
+ "minify": false,
157
+ "inlineCritical": false
158
+ },
159
+ "fonts": true
160
+ },
161
+ "outputHashing": "none",
162
+ "sourceMap": true,
163
+ "namedChunks": true,
164
+ "aot": true,
165
+ "extractLicenses": false,
166
+ "vendorChunk": false,
167
+ "buildOptimizer": true,
168
+ "budgets": [
169
+ {
170
+ "type": "initial",
171
+ "maximumWarning": "2mb"
172
+ }
173
+ ]
174
+ }
175
+ },
176
+ "defaultConfiguration": "production"
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
+ },
246
+ "serve": {
247
+ "builder": "@angular-devkit/build-angular:dev-server",
248
+ "options": {
249
+ "buildTarget": "angular-app:build"
250
+ },
251
+ "configurations": {
252
+ "production": {
253
+ "buildTarget": "angular-app:build:production"
254
+ }
255
+ }
256
+ },
257
+ "extract-i18n": {
258
+ "builder": "@angular-devkit/build-angular:extract-i18n",
259
+ "options": {
260
+ "buildTarget": "angular-app:build"
261
+ }
104
262
  }
105
- ],
106
- "optimization": {
107
- "scripts": true,
108
- "styles": {
109
- "minify": true,
110
- "inlineCritical": false
111
- },
112
- "fonts": true
113
- },
114
- "outputHashing": "all",
115
- "sourceMap": false,
116
- "namedChunks": false,
117
- "aot": true,
118
- "extractLicenses": true,
119
- "vendorChunk": false,
120
- "buildOptimizer": true,
121
- "budgets": [
122
- {
123
- "type": "initial",
124
- "maximumWarning": "2mb"
125
- }
126
- ]
127
- },
128
- "development": {
129
- "fileReplacements": [
130
- {
131
- "replace": "src/environments/environment.ts",
132
- "with": "src/environments/environment.dev.ts"
133
- }
134
- ],
135
- "optimization": false,
136
- "outputHashing": "none",
137
- "sourceMap": true,
138
- "namedChunks": true,
139
- "aot": true,
140
- "extractLicenses": false,
141
- "vendorChunk": false,
142
- "buildOptimizer": false,
143
- "budgets": [
144
- {
145
- "type": "initial",
146
- "maximumWarning": "2mb"
147
- }
148
- ]
149
- },
150
- "local": {
151
- "fileReplacements": [
152
- {
153
- "replace": "src/environments/environment.ts",
154
- "with": "src/environments/environment.dev.ts"
155
- }
156
- ],
157
- "optimization": {
158
- "scripts": false,
159
- "styles": {
160
- "minify": false,
161
- "inlineCritical": false
162
- },
163
- "fonts": true
164
- },
165
- "outputHashing": "none",
166
- "sourceMap": true,
167
- "namedChunks": true,
168
- "aot": true,
169
- "extractLicenses": false,
170
- "vendorChunk": false,
171
- "buildOptimizer": true,
172
- "budgets": [
173
- {
174
- "type": "initial",
175
- "maximumWarning": "2mb"
176
- }
177
- ]
178
- }
179
- },
180
- "defaultConfiguration": "production"
181
- },
182
- "build-ng": {
183
- "builder": "@angular-devkit/build-angular:browser",
184
- "options": {
185
- "outputPath": "dist",
186
- "index": {
187
- "input": "src/index.html",
188
- "output": "../index.html"
189
- },
190
- "main": "src/main.ts",
191
- "polyfills": "src/polyfills.ts",
192
- "tsConfig": "src/tsconfig.app.json",
193
- "assets": [
194
- "src/favicon.ico",
195
- "src/assets",
196
- {
197
- "glob": "print.css",
198
- "input": "src/assets/",
199
- "output": "."
200
- }
201
- ],
202
- "styles": [
203
- "src/styles.css",
204
- "src/assets/styles/css/wm-style.css",
205
- "src/assets/themes/material/style.css",
206
- "src/assets/app.css"
207
- ],
208
- "scripts": [
209
- "./node_modules/lodash/lodash.min.js",
210
- "./node_modules/x2js/x2js.js",
211
- "./node_modules/d3/dist/d3.min.js",
212
- "./node_modules/he/he.js",
213
- "./node_modules/@wavemaker/nvd3/build/nv.d3.min.js",
214
- "./node_modules/jquery/dist/jquery.min.js",
215
- "./node_modules/jquery-ui/ui/disable-selection.js",
216
- "./node_modules/jquery-ui/ui/version.js",
217
- "./node_modules/jquery-ui/ui/widget.js",
218
- "./node_modules/jquery-ui/ui/scroll-parent.js",
219
- "./node_modules/jquery-ui/ui/plugin.js",
220
- "./node_modules/jquery-ui/ui/data.js",
221
- "./node_modules/jquery-ui/ui/widgets/mouse.js",
222
- "./node_modules/jquery-ui/ui/widgets/resizable.js",
223
- "./node_modules/jquery-ui/ui/widgets/sortable.js",
224
- "./node_modules/jquery-ui/ui/widgets/droppable.js",
225
- "./libraries/scripts/datatable/datatable.js",
226
- "./node_modules/moment/min/moment.min.js",
227
- "./node_modules/moment-timezone/builds/moment-timezone.min.js",
228
- "./node_modules/fullcalendar/main.min.js",
229
- "./node_modules/summernote/dist/summernote-lite.min.js",
230
- "./node_modules/hammerjs/hammer.min.js",
231
- "./node_modules/iscroll/build/iscroll.js",
232
- "./node_modules/js-cookie/src/js.cookie.js",
233
- "./node_modules/jssha/dist/sha256.js",
234
- "./node_modules/@ztree/ztree_v3/js/jquery.ztree.all.js",
235
- "./libraries/scripts/tree-keyboard-navigation/keyboard-navigation.js"
236
- ],
237
- "aot": false,
238
- "vendorChunk": true,
239
- "extractLicenses": false,
240
- "buildOptimizer": false,
241
- "sourceMap": true,
242
- "optimization": false,
243
- "namedChunks": true
244
- },
245
- "configurations": {
246
- "production": {
247
- "browserTarget": "angular-app:build:production"
248
- }
249
- },
250
- "defaultConfiguration": ""
251
- },
252
- "serve": {
253
- "builder": "@angular-devkit/build-angular:dev-server",
254
- "options": {
255
- "browserTarget": "angular-app:build"
256
- },
257
- "configurations": {
258
- "production": {
259
- "browserTarget": "angular-app:build:production"
260
- }
261
- }
262
- },
263
- "extract-i18n": {
264
- "builder": "@angular-devkit/build-angular:extract-i18n",
265
- "options": {
266
- "browserTarget": "angular-app:build"
267
- }
268
- }
269
- }
270
- },
271
- "@wm/core": {
272
- "root": "projects/core",
273
- "sourceRoot": "projects/core/src",
274
- "projectType": "library",
275
- "prefix": "lib",
276
- "architect": {
277
- "build": {
278
- "builder": "@angular-devkit/build-angular:ng-packagr",
279
- "options": {
280
- "tsConfig": "projects/core/tsconfig.lib.json",
281
- "project": "projects/core/ng-package.json"
282
- },
283
- "configurations": {
284
- "production": {
285
- "tsConfig": "projects/core/tsconfig.lib.prod.json"
286
- }
287
- }
288
- }
289
- }
290
- },
291
- "@wm/components/base": {
292
- "root": "projects/components/base",
293
- "sourceRoot": "projects/components/base/src",
294
- "projectType": "library",
295
- "prefix": "lib",
296
- "architect": {
297
- "build": {
298
- "builder": "@angular-devkit/build-angular:ng-packagr",
299
- "options": {
300
- "tsConfig": "projects/components/base/tsconfig.lib.json",
301
- "project": "projects/components/base/ng-package.json"
302
- },
303
- "configurations": {
304
- "production": {
305
- "tsConfig": "projects/components/base/tsconfig.lib.prod.json"
306
- }
307
- }
308
- },
309
- }
310
- },
311
- "@wm/components/basic": {
312
- "root": "projects/components/widgets/basic/default",
313
- "sourceRoot": "projects/components/widgets/basic/default/src",
314
- "projectType": "library",
315
- "prefix": "lib",
316
- "architect": {
317
- "build": {
318
- "builder": "@angular-devkit/build-angular:ng-packagr",
319
- "options": {
320
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
321
- "project": "projects/components/widgets/basic/default/ng-package.json"
322
- },
323
- "configurations": {
324
- "production": {
325
- "tsConfig": "projects/components/widgets/basic/default/tsconfig.lib.prod.json"
326
- }
327
- }
328
- }
329
- }
330
- },
331
- "@wm/components/basic/progress": {
332
- "root": "projects/components/widgets/basic/progress",
333
- "sourceRoot": "projects/components/widgets/basic/progress/src",
334
- "projectType": "library",
335
- "prefix": "lib",
336
- "architect": {
337
- "build": {
338
- "builder": "@angular-devkit/build-angular:ng-packagr",
339
- "options": {
340
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
341
- "project": "projects/components/widgets/basic/progress/ng-package.json"
342
- },
343
- "configurations": {
344
- "production": {
345
- "tsConfig": "projects/components/widgets/basic/progress/tsconfig.lib.prod.json"
346
- }
347
- }
348
- }
349
- }
350
- },
351
- "@wm/components/basic/rich-text-editor": {
352
- "root": "projects/components/widgets/basic/rich-text-editor",
353
- "sourceRoot": "projects/components/widgets/basic/rich-text-editor/src",
354
- "projectType": "library",
355
- "prefix": "lib",
356
- "architect": {
357
- "build": {
358
- "builder": "@angular-devkit/build-angular:ng-packagr",
359
- "options": {
360
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
361
- "project": "projects/components/widgets/basic/rich-text-editor/ng-package.json"
362
- },
363
- "configurations": {
364
- "production": {
365
- "tsConfig": "projects/components/widgets/basic/rich-text-editor/tsconfig.lib.prod.json"
366
- }
367
- }
368
- }
369
- }
370
- },
371
- "@wm/components/basic/search": {
372
- "root": "projects/components/widgets/basic/search",
373
- "sourceRoot": "projects/components/widgets/basic/search/src",
374
- "projectType": "library",
375
- "prefix": "lib",
376
- "architect": {
377
- "build": {
378
- "builder": "@angular-devkit/build-angular:ng-packagr",
379
- "options": {
380
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
381
- "project": "projects/components/widgets/basic/search/ng-package.json"
382
- },
383
- "configurations": {
384
- "production": {
385
- "tsConfig": "projects/components/widgets/basic/search/tsconfig.lib.prod.json"
386
- }
387
- }
388
- }
389
- }
390
- },
391
- "@wm/components/basic/tree": {
392
- "root": "projects/components/widgets/basic/tree",
393
- "sourceRoot": "projects/components/widgets/basic/tree/src",
394
- "projectType": "library",
395
- "prefix": "lib",
396
- "architect": {
397
- "build": {
398
- "builder": "@angular-devkit/build-angular:ng-packagr",
399
- "options": {
400
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
401
- "project": "projects/components/widgets/basic/tree/ng-package.json"
402
- },
403
- "configurations": {
404
- "production": {
405
- "tsConfig": "projects/components/widgets/basic/tree/tsconfig.lib.prod.json"
406
- }
407
- }
408
- }
409
- }
410
- },
411
- "@wm/components/input": {
412
- "root": "projects/components/widgets/input/default",
413
- "sourceRoot": "projects/components/widgets/input/default/src",
414
- "projectType": "library",
415
- "prefix": "lib",
416
- "architect": {
417
- "build": {
418
- "builder": "@angular-devkit/build-angular:ng-packagr",
419
- "options": {
420
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
421
- "project": "projects/components/widgets/input/default/ng-package.json"
422
- },
423
- "configurations": {
424
- "production": {
425
- "tsConfig": "projects/components/widgets/input/default/tsconfig.lib.prod.json"
426
- }
427
- }
428
- }
429
- }
430
- },
431
- "@wm/components/input/calendar": {
432
- "root": "projects/components/widgets/input/calendar",
433
- "sourceRoot": "projects/components/widgets/input/calendar/src",
434
- "projectType": "library",
435
- "prefix": "lib",
436
- "architect": {
437
- "build": {
438
- "builder": "@angular-devkit/build-angular:ng-packagr",
439
- "options": {
440
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
441
- "project": "projects/components/widgets/input/calendar/ng-package.json"
442
- },
443
- "configurations": {
444
- "production": {
445
- "tsConfig": "projects/components/widgets/input/calendar/tsconfig.lib.prod.json"
446
- }
447
- }
448
- }
449
- }
450
- },
451
- "@wm/components/input/chips": {
452
- "root": "projects/components/widgets/input/chips",
453
- "sourceRoot": "projects/components/widgets/input/chips/src",
454
- "projectType": "library",
455
- "prefix": "lib",
456
- "architect": {
457
- "build": {
458
- "builder": "@angular-devkit/build-angular:ng-packagr",
459
- "options": {
460
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
461
- "project": "projects/components/widgets/input/chips/ng-package.json"
462
- },
463
- "configurations": {
464
- "production": {
465
- "tsConfig": "projects/components/widgets/input/chips/tsconfig.lib.prod.json"
466
- }
467
- }
468
- }
469
- }
470
- },
471
- "@wm/components/input/color-picker": {
472
- "root": "projects/components/widgets/input/color-picker",
473
- "sourceRoot": "projects/components/widgets/input/color-picker/src",
474
- "projectType": "library",
475
- "prefix": "lib",
476
- "architect": {
477
- "build": {
478
- "builder": "@angular-devkit/build-angular:ng-packagr",
479
- "options": {
480
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
481
- "project": "projects/components/widgets/input/color-picker/ng-package.json"
482
- },
483
- "configurations": {
484
- "production": {
485
- "tsConfig": "projects/components/widgets/input/color-picker/tsconfig.lib.prod.json"
486
- }
487
- }
488
- }
489
- }
490
- },
491
- "@wm/components/input/currency": {
492
- "root": "projects/components/widgets/input/currency",
493
- "sourceRoot": "projects/components/widgets/input/currency/src",
494
- "projectType": "library",
495
- "prefix": "lib",
496
- "architect": {
497
- "build": {
498
- "builder": "@angular-devkit/build-angular:ng-packagr",
499
- "options": {
500
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
501
- "project": "projects/components/widgets/input/currency/ng-package.json"
502
- },
503
- "configurations": {
504
- "production": {
505
- "tsConfig": "projects/components/widgets/input/currency/tsconfig.lib.prod.json"
506
- }
507
- }
508
- }
509
- }
510
- },
511
- "@wm/components/input/epoch": {
512
- "root": "projects/components/widgets/input/epoch",
513
- "sourceRoot": "projects/components/widgets/input/epoch/src",
514
- "projectType": "library",
515
- "prefix": "lib",
516
- "architect": {
517
- "build": {
518
- "builder": "@angular-devkit/build-angular:ng-packagr",
519
- "options": {
520
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
521
- "project": "projects/components/widgets/input/epoch/ng-package.json"
522
- },
523
- "configurations": {
524
- "production": {
525
- "tsConfig": "projects/components/widgets/input/epoch/tsconfig.lib.prod.json"
526
- }
527
- }
528
- }
529
- }
530
- },
531
- "@wm/components/input/file-upload": {
532
- "root": "projects/components/widgets/input/file-upload",
533
- "sourceRoot": "projects/components/widgets/input/file-upload/src",
534
- "projectType": "library",
535
- "prefix": "lib",
536
- "architect": {
537
- "build": {
538
- "builder": "@angular-devkit/build-angular:ng-packagr",
539
- "options": {
540
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
541
- "project": "projects/components/widgets/input/file-upload/ng-package.json"
542
- },
543
- "configurations": {
544
- "production": {
545
- "tsConfig": "projects/components/widgets/input/file-upload/tsconfig.lib.prod.json"
546
- }
547
- }
548
- }
549
- }
550
- },
551
- "@wm/components/input/rating": {
552
- "root": "projects/components/widgets/input/rating",
553
- "sourceRoot": "projects/components/widgets/input/rating/src",
554
- "projectType": "library",
555
- "prefix": "lib",
556
- "architect": {
557
- "build": {
558
- "builder": "@angular-devkit/build-angular:ng-packagr",
559
- "options": {
560
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
561
- "project": "projects/components/widgets/input/rating/ng-package.json"
562
- },
563
- "configurations": {
564
- "production": {
565
- "tsConfig": "projects/components/widgets/input/rating/tsconfig.lib.prod.json"
566
- }
567
- }
568
- }
569
- }
570
- },
571
- "@wm/components/input/slider": {
572
- "root": "projects/components/widgets/input/slider",
573
- "sourceRoot": "projects/components/widgets/input/slider/src",
574
- "projectType": "library",
575
- "prefix": "lib",
576
- "architect": {
577
- "build": {
578
- "builder": "@angular-devkit/build-angular:ng-packagr",
579
- "options": {
580
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
581
- "project": "projects/components/widgets/input/slider/ng-package.json"
582
- },
583
- "configurations": {
584
- "production": {
585
- "tsConfig": "projects/components/widgets/input/slider/tsconfig.lib.prod.json"
586
- }
587
- }
588
- }
589
- }
590
- },
591
- "@wm/components/data/card": {
592
- "root": "projects/components/widgets/data/card",
593
- "sourceRoot": "projects/components/widgets/data/card/src",
594
- "projectType": "library",
595
- "prefix": "lib",
596
- "architect": {
597
- "build": {
598
- "builder": "@angular-devkit/build-angular:ng-packagr",
599
- "options": {
600
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
601
- "project": "projects/components/widgets/data/card/ng-package.json"
602
- },
603
- "configurations": {
604
- "production": {
605
- "tsConfig": "projects/components/widgets/data/card/tsconfig.lib.prod.json"
606
- }
607
- }
608
- }
609
- }
610
- },
611
- "@wm/components/data/form": {
612
- "root": "projects/components/widgets/data/form",
613
- "sourceRoot": "projects/components/widgets/data/form/src",
614
- "projectType": "library",
615
- "prefix": "lib",
616
- "architect": {
617
- "build": {
618
- "builder": "@angular-devkit/build-angular:ng-packagr",
619
- "options": {
620
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
621
- "project": "projects/components/widgets/data/form/ng-package.json"
622
- },
623
- "configurations": {
624
- "production": {
625
- "tsConfig": "projects/components/widgets/data/form/tsconfig.lib.prod.json"
626
- }
627
- }
628
- }
629
- }
630
- },
631
- "@wm/components/data/list": {
632
- "root": "projects/components/widgets/data/list",
633
- "sourceRoot": "projects/components/widgets/data/list/src",
634
- "projectType": "library",
635
- "prefix": "lib",
636
- "architect": {
637
- "build": {
638
- "builder": "@angular-devkit/build-angular:ng-packagr",
639
- "options": {
640
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
641
- "project": "projects/components/widgets/data/list/ng-package.json"
642
- },
643
- "configurations": {
644
- "production": {
645
- "tsConfig": "projects/components/widgets/data/list/tsconfig.lib.prod.json"
646
- }
647
- }
648
- }
649
- }
650
- },
651
- "@wm/components/data/pagination": {
652
- "root": "projects/components/widgets/data/pagination",
653
- "sourceRoot": "projects/components/widgets/data/pagination/src",
654
- "projectType": "library",
655
- "prefix": "lib",
656
- "architect": {
657
- "build": {
658
- "builder": "@angular-devkit/build-angular:ng-packagr",
659
- "options": {
660
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
661
- "project": "projects/components/widgets/data/pagination/ng-package.json"
662
- },
663
- "configurations": {
664
- "production": {
665
- "tsConfig": "projects/components/widgets/data/pagination/tsconfig.lib.prod.json"
666
- }
667
- }
668
- }
669
- }
670
- },
671
- "@wm/components/data/live-table": {
672
- "root": "projects/components/widgets/data/live-table",
673
- "sourceRoot": "projects/components/widgets/data/live-table/src",
674
- "projectType": "library",
675
- "prefix": "lib",
676
- "architect": {
677
- "build": {
678
- "builder": "@angular-devkit/build-angular:ng-packagr",
679
- "options": {
680
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
681
- "project": "projects/components/widgets/data/live-table/ng-package.json"
682
- },
683
- "configurations": {
684
- "production": {
685
- "tsConfig": "projects/components/widgets/data/live-table/tsconfig.lib.prod.json"
686
- }
687
- }
688
- }
689
- }
690
- },
691
- "@wm/components/data/table": {
692
- "root": "projects/components/widgets/data/table",
693
- "sourceRoot": "projects/components/widgets/data/table/src",
694
- "projectType": "library",
695
- "prefix": "lib",
696
- "architect": {
697
- "build": {
698
- "builder": "@angular-devkit/build-angular:ng-packagr",
699
- "options": {
700
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
701
- "project": "projects/components/widgets/data/table/ng-package.json"
702
- },
703
- "configurations": {
704
- "production": {
705
- "tsConfig": "projects/components/widgets/data/table/tsconfig.lib.prod.json"
706
- }
707
- }
708
- }
709
- }
710
- },
711
- "@wm/components/chart": {
712
- "root": "projects/components/widgets/chart",
713
- "sourceRoot": "projects/components/widgets/chart/src",
714
- "projectType": "library",
715
- "prefix": "lib",
716
- "architect": {
717
- "build": {
718
- "builder": "@angular-devkit/build-angular:ng-packagr",
719
- "options": {
720
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
721
- "project": "projects/components/widgets/chart/ng-package.json"
722
- },
723
- "configurations": {
724
- "production": {
725
- "tsConfig": "projects/components/widgets/chart/tsconfig.lib.prod.json"
726
- }
727
- }
728
- }
729
- }
730
- },
731
- "@wm/components/containers/accordion": {
732
- "root": "projects/components/widgets/containers/accordion",
733
- "sourceRoot": "projects/components/widgets/containers/accordion/src",
734
- "projectType": "library",
735
- "prefix": "lib",
736
- "architect": {
737
- "build": {
738
- "builder": "@angular-devkit/build-angular:ng-packagr",
739
- "options": {
740
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
741
- "project": "projects/components/widgets/containers/accordion/ng-package.json"
742
- },
743
- "configurations": {
744
- "production": {
745
- "tsConfig": "projects/components/widgets/containers/accordion/tsconfig.lib.prod.json"
746
- }
747
- }
748
- }
749
- }
750
- },
751
- "@wm/components/containers/layout-grid": {
752
- "root": "projects/components/widgets/containers/layout-grid",
753
- "sourceRoot": "projects/components/widgets/containers/layout-grid/src",
754
- "projectType": "library",
755
- "prefix": "lib",
756
- "architect": {
757
- "build": {
758
- "builder": "@angular-devkit/build-angular:ng-packagr",
759
- "options": {
760
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
761
- "project": "projects/components/widgets/containers/layout-grid/ng-package.json"
762
- },
763
- "configurations": {
764
- "production": {
765
- "tsConfig": "projects/components/widgets/containers/layout-grid/tsconfig.lib.prod.json"
766
- }
767
- }
768
- }
769
- }
770
- },
771
- "@wm/components/containers/linear-layout": {
772
- "root": "projects/components/widgets/containers/linear-layout",
773
- "sourceRoot": "projects/components/widgets/containers/linear-layout/src",
774
- "projectType": "library",
775
- "prefix": "lib",
776
- "architect": {
777
- "build": {
778
- "builder": "@angular-devkit/build-angular:ng-packagr",
779
- "options": {
780
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
781
- "project": "projects/components/widgets/containers/linear-layout/ng-package.json"
782
- },
783
- "configurations": {
784
- "production": {
785
- "tsConfig": "projects/components/widgets/containers/linear-layout/tsconfig.lib.prod.json"
786
- }
787
- }
788
- }
789
- }
790
- },
791
- "@wm/components/containers/panel": {
792
- "root": "projects/components/widgets/containers/panel",
793
- "sourceRoot": "projects/components/widgets/containers/panel/src",
794
- "projectType": "library",
795
- "prefix": "lib",
796
- "architect": {
797
- "build": {
798
- "builder": "@angular-devkit/build-angular:ng-packagr",
799
- "options": {
800
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
801
- "project": "projects/components/widgets/containers/panel/ng-package.json"
802
- },
803
- "configurations": {
804
- "production": {
805
- "tsConfig": "projects/components/widgets/containers/panel/tsconfig.lib.prod.json"
806
- }
807
- }
808
- }
809
- }
810
- },
811
- "@wm/components/containers/tabs": {
812
- "root": "projects/components/widgets/containers/tabs",
813
- "sourceRoot": "projects/components/widgets/containers/tabs/src",
814
- "projectType": "library",
815
- "prefix": "lib",
816
- "architect": {
817
- "build": {
818
- "builder": "@angular-devkit/build-angular:ng-packagr",
819
- "options": {
820
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
821
- "project": "projects/components/widgets/containers/tabs/ng-package.json"
822
- },
823
- "configurations": {
824
- "production": {
825
- "tsConfig": "projects/components/widgets/containers/tabs/tsconfig.lib.prod.json"
826
- }
827
- }
828
- }
829
- }
830
- },
831
- "@wm/components/containers/tile": {
832
- "root": "projects/components/widgets/containers/tile",
833
- "sourceRoot": "projects/components/widgets/containers/tile/src",
834
- "projectType": "library",
835
- "prefix": "lib",
836
- "architect": {
837
- "build": {
838
- "builder": "@angular-devkit/build-angular:ng-packagr",
839
- "options": {
840
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
841
- "project": "projects/components/widgets/containers/tile/ng-package.json"
842
- },
843
- "configurations": {
844
- "production": {
845
- "tsConfig": "projects/components/widgets/containers/tile/tsconfig.lib.prod.json"
846
- }
847
- }
848
- }
849
- }
850
- },
851
- "@wm/components/containers/wizard": {
852
- "root": "projects/components/widgets/containers/wizard",
853
- "sourceRoot": "projects/components/widgets/containers/wizard/src",
854
- "projectType": "library",
855
- "prefix": "lib",
856
- "architect": {
857
- "build": {
858
- "builder": "@angular-devkit/build-angular:ng-packagr",
859
- "options": {
860
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
861
- "project": "projects/components/widgets/containers/wizard/ng-package.json"
862
- },
863
- "configurations": {
864
- "production": {
865
- "tsConfig": "projects/components/widgets/containers/wizard/tsconfig.lib.prod.json"
866
- }
867
- }
868
- }
869
- }
870
- },
871
- "@wm/components/navigation/breadcrumb": {
872
- "root": "projects/components/widgets/navigation/breadcrumb",
873
- "sourceRoot": "projects/components/widgets/navigation/breadcrumb/src",
874
- "projectType": "library",
875
- "prefix": "lib",
876
- "architect": {
877
- "build": {
878
- "builder": "@angular-devkit/build-angular:ng-packagr",
879
- "options": {
880
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
881
- "project": "projects/components/widgets/navigation/breadcrumb/ng-package.json"
882
- },
883
- "configurations": {
884
- "production": {
885
- "tsConfig": "projects/components/widgets/navigation/breadcrumb/tsconfig.lib.prod.json"
886
- }
887
- }
888
- }
889
- }
890
- },
891
- "@wm/components/navigation/menu": {
892
- "root": "projects/components/widgets/navigation/menu",
893
- "sourceRoot": "projects/components/widgets/navigation/menu/src",
894
- "projectType": "library",
895
- "prefix": "lib",
896
- "architect": {
897
- "build": {
898
- "builder": "@angular-devkit/build-angular:ng-packagr",
899
- "options": {
900
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
901
- "project": "projects/components/widgets/navigation/menu/ng-package.json"
902
- },
903
- "configurations": {
904
- "production": {
905
- "tsConfig": "projects/components/widgets/navigation/menu/tsconfig.lib.prod.json"
906
- }
907
- }
908
- }
909
- }
910
- },
911
- "@wm/components/navigation/navbar": {
912
- "root": "projects/components/widgets/navigation/navbar",
913
- "sourceRoot": "projects/components/widgets/navigation/navbar/src",
914
- "projectType": "library",
915
- "prefix": "lib",
916
- "architect": {
917
- "build": {
918
- "builder": "@angular-devkit/build-angular:ng-packagr",
919
- "options": {
920
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
921
- "project": "projects/components/widgets/navigation/navbar/ng-package.json"
922
- },
923
- "configurations": {
924
- "production": {
925
- "tsConfig": "projects/components/widgets/navigation/navbar/tsconfig.lib.prod.json"
926
- }
927
- }
928
- }
929
- }
930
- },
931
- "@wm/components/navigation/popover": {
932
- "root": "projects/components/widgets/navigation/popover",
933
- "sourceRoot": "projects/components/widgets/navigation/popover/src",
934
- "projectType": "library",
935
- "prefix": "lib",
936
- "architect": {
937
- "build": {
938
- "builder": "@angular-devkit/build-angular:ng-packagr",
939
- "options": {
940
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
941
- "project": "projects/components/widgets/navigation/popover/ng-package.json"
942
- },
943
- "configurations": {
944
- "production": {
945
- "tsConfig": "projects/components/widgets/navigation/popover/tsconfig.lib.prod.json"
946
- }
947
- }
948
- }
949
- }
950
- },
951
- "@wm/components/dialogs": {
952
- "root": "projects/components/widgets/dialogs/default",
953
- "sourceRoot": "projects/components/widgets/dialogs/default/src",
954
- "projectType": "library",
955
- "prefix": "lib",
956
- "architect": {
957
- "build": {
958
- "builder": "@angular-devkit/build-angular:ng-packagr",
959
- "options": {
960
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
961
- "project": "projects/components/widgets/dialogs/default/ng-package.json"
962
- },
963
- "configurations": {
964
- "production": {
965
- "tsConfig": "projects/components/widgets/dialogs/default/tsconfig.lib.prod.json"
966
- }
967
- }
968
- }
969
- }
970
- },
971
- "@wm/components/dialogs/alert-dialog": {
972
- "root": "projects/components/widgets/dialogs/alert-dialog",
973
- "sourceRoot": "projects/components/widgets/dialogs/alert-dialog/src",
974
- "projectType": "library",
975
- "prefix": "lib",
976
- "architect": {
977
- "build": {
978
- "builder": "@angular-devkit/build-angular:ng-packagr",
979
- "options": {
980
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
981
- "project": "projects/components/widgets/dialogs/alert-dialog/ng-package.json"
982
- },
983
- "configurations": {
984
- "production": {
985
- "tsConfig": "projects/components/widgets/dialogs/alert-dialog/tsconfig.lib.prod.json"
986
- }
987
- }
988
- }
989
- }
990
- },
991
- "@wm/components/dialogs/confirm-dialog": {
992
- "root": "projects/components/widgets/dialogs/confirm-dialog",
993
- "sourceRoot": "projects/components/widgets/dialogs/confirm-dialog/src",
994
- "projectType": "library",
995
- "prefix": "lib",
996
- "architect": {
997
- "build": {
998
- "builder": "@angular-devkit/build-angular:ng-packagr",
999
- "options": {
1000
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1001
- "project": "projects/components/widgets/dialogs/confirm-dialog/ng-package.json"
1002
- },
1003
- "configurations": {
1004
- "production": {
1005
- "tsConfig": "projects/components/widgets/dialogs/confirm-dialog/tsconfig.lib.prod.json"
1006
263
  }
1007
- }
1008
264
  }
1009
- }
1010
265
  },
1011
- "@wm/components/dialogs/design-dialog": {
1012
- "root": "projects/components/widgets/dialogs/design-dialog",
1013
- "sourceRoot": "projects/components/widgets/dialogs/design-dialog/src",
1014
- "projectType": "library",
1015
- "prefix": "lib",
1016
- "architect": {
1017
- "build": {
1018
- "builder": "@angular-devkit/build-angular:ng-packagr",
1019
- "options": {
1020
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1021
- "project": "projects/components/widgets/dialogs/design-dialog/ng-package.json"
1022
- },
1023
- "configurations": {
1024
- "production": {
1025
- "tsConfig": "projects/components/widgets/dialogs/design-dialog/tsconfig.lib.prod.json"
1026
- }
1027
- }
1028
- }
1029
- }
1030
- },
1031
- "@wm/components/dialogs/iframe-dialog": {
1032
- "root": "projects/components/widgets/dialogs/iframe-dialog",
1033
- "sourceRoot": "projects/components/widgets/dialogs/iframe-dialog/src",
1034
- "projectType": "library",
1035
- "prefix": "lib",
1036
- "architect": {
1037
- "build": {
1038
- "builder": "@angular-devkit/build-angular:ng-packagr",
1039
- "options": {
1040
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1041
- "project": "projects/components/widgets/dialogs/iframe-dialog/ng-package.json"
1042
- },
1043
- "configurations": {
1044
- "production": {
1045
- "tsConfig": "projects/components/widgets/dialogs/iframe-dialog/tsconfig.lib.prod.json"
1046
- }
1047
- }
1048
- }
1049
- }
1050
- },
1051
- "@wm/components/dialogs/login-dialog": {
1052
- "root": "projects/components/widgets/dialogs/login-dialog",
1053
- "sourceRoot": "projects/components/widgets/dialogs/login-dialog/src",
1054
- "projectType": "library",
1055
- "prefix": "lib",
1056
- "architect": {
1057
- "build": {
1058
- "builder": "@angular-devkit/build-angular:ng-packagr",
1059
- "options": {
1060
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1061
- "project": "projects/components/widgets/dialogs/login-dialog/ng-package.json"
1062
- },
1063
- "configurations": {
1064
- "production": {
1065
- "tsConfig": "projects/components/widgets/dialogs/login-dialog/tsconfig.lib.prod.json"
1066
- }
1067
- }
1068
- }
1069
- }
1070
- },
1071
- "@wm/components/dialogs/partial-dialog": {
1072
- "root": "projects/components/widgets/dialogs/partial-dialog",
1073
- "sourceRoot": "projects/components/widgets/dialogs/partial-dialog/src",
1074
- "projectType": "library",
1075
- "prefix": "lib",
1076
- "architect": {
1077
- "build": {
1078
- "builder": "@angular-devkit/build-angular:ng-packagr",
1079
- "options": {
1080
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1081
- "project": "projects/components/widgets/dialogs/partial-dialog/ng-package.json"
1082
- },
1083
- "configurations": {
1084
- "production": {
1085
- "tsConfig": "projects/components/widgets/dialogs/partial-dialog/tsconfig.lib.prod.json"
1086
- }
1087
- }
1088
- }
1089
- }
1090
- },
1091
- "@wm/components/advanced/carousel": {
1092
- "root": "projects/components/widgets/advanced/carousel",
1093
- "sourceRoot": "projects/components/widgets/advanced/carousel/src",
1094
- "projectType": "library",
1095
- "prefix": "lib",
1096
- "architect": {
1097
- "build": {
1098
- "builder": "@angular-devkit/build-angular:ng-packagr",
1099
- "options": {
1100
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1101
- "project": "projects/components/widgets/advanced/carousel/ng-package.json"
1102
- },
1103
- "configurations": {
1104
- "production": {
1105
- "tsConfig": "projects/components/widgets/advanced/carousel/tsconfig.lib.prod.json"
1106
- }
1107
- }
1108
- }
1109
- }
1110
- },
1111
- "@wm/components/advanced/marquee": {
1112
- "root": "projects/components/widgets/advanced/marquee",
1113
- "sourceRoot": "projects/components/widgets/advanced/marquee/src",
1114
- "projectType": "library",
1115
- "prefix": "lib",
1116
- "architect": {
1117
- "build": {
1118
- "builder": "@angular-devkit/build-angular:ng-packagr",
1119
- "options": {
1120
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1121
- "project": "projects/components/widgets/advanced/marquee/ng-package.json"
1122
- },
1123
- "configurations": {
1124
- "production": {
1125
- "tsConfig": "projects/components/widgets/advanced/marquee/tsconfig.lib.prod.json"
1126
- }
1127
- }
1128
- }
1129
- }
1130
- },
1131
- "@wm/components/advanced/login": {
1132
- "root": "projects/components/widgets/advanced/login",
1133
- "sourceRoot": "projects/components/widgets/advanced/login/src",
1134
- "projectType": "library",
1135
- "prefix": "lib",
1136
- "architect": {
1137
- "build": {
1138
- "builder": "@angular-devkit/build-angular:ng-packagr",
1139
- "options": {
1140
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1141
- "project": "projects/components/widgets/advanced/login/ng-package.json"
1142
- },
1143
- "configurations": {
1144
- "production": {
1145
- "tsConfig": "projects/components/widgets/advanced/login/tsconfig.lib.prod.json"
1146
- }
1147
- }
1148
- }
1149
- }
1150
- },
1151
- "@wm/components/page": {
1152
- "root": "projects/components/widgets/page/default",
1153
- "sourceRoot": "projects/components/widgets/page/default/src",
1154
- "projectType": "library",
1155
- "prefix": "lib",
1156
- "architect": {
1157
- "build": {
1158
- "builder": "@angular-devkit/build-angular:ng-packagr",
1159
- "options": {
1160
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1161
- "project": "projects/components/widgets/page/default/ng-package.json"
1162
- },
1163
- "configurations": {
1164
- "production": {
1165
- "tsConfig": "projects/components/widgets/page/default/tsconfig.lib.prod.json"
1166
- }
1167
- }
1168
- }
1169
- }
1170
- },
1171
- "@wm/components/page/footer": {
1172
- "root": "projects/components/widgets/page/footer",
1173
- "sourceRoot": "projects/components/widgets/page/footer/src",
1174
- "projectType": "library",
1175
- "prefix": "lib",
1176
- "architect": {
1177
- "build": {
1178
- "builder": "@angular-devkit/build-angular:ng-packagr",
1179
- "options": {
1180
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1181
- "project": "projects/components/widgets/page/footer/ng-package.json"
1182
- },
1183
- "configurations": {
1184
- "production": {
1185
- "tsConfig": "projects/components/widgets/page/footer/tsconfig.lib.prod.json"
1186
- }
1187
- }
1188
- }
1189
- }
1190
- },
1191
- "@wm/components/page/header": {
1192
- "root": "projects/components/widgets/page/header",
1193
- "sourceRoot": "projects/components/widgets/page/header/src",
1194
- "projectType": "library",
1195
- "prefix": "lib",
1196
- "architect": {
1197
- "build": {
1198
- "builder": "@angular-devkit/build-angular:ng-packagr",
1199
- "options": {
1200
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1201
- "project": "projects/components/widgets/page/header/ng-package.json"
1202
- },
1203
- "configurations": {
1204
- "production": {
1205
- "tsConfig": "projects/components/widgets/page/header/tsconfig.lib.prod.json"
1206
- }
1207
- }
1208
- }
1209
- }
1210
- },
1211
- "@wm/components/page/left-panel": {
1212
- "root": "projects/components/widgets/page/left-panel",
1213
- "sourceRoot": "projects/components/widgets/page/left-panel/src",
1214
- "projectType": "library",
1215
- "prefix": "lib",
1216
- "architect": {
1217
- "build": {
1218
- "builder": "@angular-devkit/build-angular:ng-packagr",
1219
- "options": {
1220
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1221
- "project": "projects/components/widgets/page/left-panel/ng-package.json"
1222
- },
1223
- "configurations": {
1224
- "production": {
1225
- "tsConfig": "projects/components/widgets/page/left-panel/tsconfig.lib.prod.json"
1226
- }
1227
- }
1228
- }
1229
- }
1230
- },
1231
- "@wm/components/page/right-panel": {
1232
- "root": "projects/components/widgets/page/right-panel",
1233
- "sourceRoot": "projects/components/widgets/page/right-panel/src",
1234
- "projectType": "library",
1235
- "prefix": "lib",
1236
- "architect": {
1237
- "build": {
1238
- "builder": "@angular-devkit/build-angular:ng-packagr",
1239
- "options": {
1240
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1241
- "project": "projects/components/widgets/page/right-panel/ng-package.json"
1242
- },
1243
- "configurations": {
1244
- "production": {
1245
- "tsConfig": "projects/components/widgets/page/right-panel/tsconfig.lib.prod.json"
1246
- }
1247
- }
1248
- }
1249
- }
1250
- },
1251
- "@wm/components/page/top-nav": {
1252
- "root": "projects/components/widgets/page/top-nav",
1253
- "sourceRoot": "projects/components/widgets/page/top-nav/src",
1254
- "projectType": "library",
1255
- "prefix": "lib",
1256
- "architect": {
1257
- "build": {
1258
- "builder": "@angular-devkit/build-angular:ng-packagr",
1259
- "options": {
1260
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1261
- "project": "projects/components/widgets/page/top-nav/ng-package.json"
1262
- },
1263
- "configurations": {
1264
- "production": {
1265
- "tsConfig": "projects/components/widgets/page/top-nav/tsconfig.lib.prod.json"
1266
- }
1267
- }
1268
- }
1269
- }
1270
- },
1271
- "@wm/components/prefab": {
1272
- "root": "projects/components/widgets/prefab",
1273
- "sourceRoot": "projects/components/widgets/prefab/src",
1274
- "projectType": "library",
1275
- "prefix": "lib",
1276
- "architect": {
1277
- "build": {
1278
- "builder": "@angular-devkit/build-angular:ng-packagr",
1279
- "options": {
1280
- "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1281
- "project": "projects/components/widgets/prefab/ng-package.json"
1282
- },
1283
- "configurations": {
1284
- "production": {
1285
- "tsConfig": "projects/components/widgets/prefab/tsconfig.lib.prod.json"
1286
- }
1287
- }
1288
- }
1289
- }
1290
- },
1291
- "@wm/transpiler": {
1292
- "root": "projects/transpiler",
1293
- "sourceRoot": "projects/transpiler/src",
1294
- "projectType": "library",
1295
- "prefix": "lib",
1296
- "architect": {
1297
- "build": {
1298
- "builder": "@angular-devkit/build-angular:ng-packagr",
1299
- "options": {
1300
- "tsConfig": "projects/transpiler/tsconfig.lib.json",
1301
- "project": "projects/transpiler/ng-package.json"
1302
- },
1303
- "configurations": {
1304
- "production": {
1305
- "tsConfig": "projects/transpiler/tsconfig.lib.prod.json"
1306
- }
1307
- }
1308
- }
1309
- }
1310
- },
1311
- "@wm/security": {
1312
- "root": "projects/security",
1313
- "sourceRoot": "projects/security/src",
1314
- "projectType": "library",
1315
- "prefix": "lib",
1316
- "architect": {
1317
- "build": {
1318
- "builder": "@angular-devkit/build-angular:ng-packagr",
1319
- "options": {
1320
- "tsConfig": "projects/security/tsconfig.lib.json",
1321
- "project": "projects/security/ng-package.json"
1322
- },
1323
- "configurations": {
1324
- "production": {
1325
- "tsConfig": "projects/security/tsconfig.lib.prod.json"
1326
- }
1327
- }
1328
- }
1329
- }
1330
- },
1331
- "@wm/swipey": {
1332
- "root": "projects/swipey",
1333
- "sourceRoot": "projects/swipey/src",
1334
- "projectType": "library",
1335
- "prefix": "lib",
1336
- "architect": {
1337
- "build": {
1338
- "builder": "@angular-devkit/build-angular:ng-packagr",
1339
- "options": {
1340
- "tsConfig": "projects/swipey/tsconfig.lib.json",
1341
- "project": "projects/swipey/ng-package.json"
1342
- },
1343
- "configurations": {
1344
- "production": {
1345
- "tsConfig": "projects/swipey/tsconfig.lib.prod.json"
1346
- }
1347
- }
1348
- }
1349
- }
1350
- },
1351
- "@wm/http": {
1352
- "root": "projects/http-service",
1353
- "sourceRoot": "projects/http-service/src",
1354
- "projectType": "library",
1355
- "prefix": "lib",
1356
- "architect": {
1357
- "build": {
1358
- "builder": "@angular-devkit/build-angular:ng-packagr",
1359
- "options": {
1360
- "tsConfig": "projects/http-service/tsconfig.lib.json",
1361
- "project": "projects/http-service/ng-package.json"
1362
- },
1363
- "configurations": {
1364
- "production": {
1365
- "tsConfig": "projects/http-service/tsconfig.lib.prod.json"
1366
- }
1367
- }
1368
- }
1369
- }
1370
- },
1371
- "@wm/oAuth": {
1372
- "root": "projects/oAuth",
1373
- "sourceRoot": "projects/oAuth/src",
1374
- "projectType": "library",
1375
- "prefix": "lib",
1376
- "architect": {
1377
- "build": {
1378
- "builder": "@angular-devkit/build-angular:ng-packagr",
1379
- "options": {
1380
- "tsConfig": "projects/oAuth/tsconfig.lib.json",
1381
- "project": "projects/oAuth/ng-package.json"
1382
- },
1383
- "configurations": {
1384
- "production": {
1385
- "tsConfig": "projects/oAuth/tsconfig.lib.prod.json"
1386
- }
1387
- }
1388
- }
1389
- }
1390
- },
1391
- "@wm/variables": {
1392
- "root": "projects/variables",
1393
- "sourceRoot": "projects/variables/src",
1394
- "projectType": "library",
1395
- "prefix": "lib",
1396
- "architect": {
1397
- "build": {
1398
- "builder": "@angular-devkit/build-angular:ng-packagr",
1399
- "options": {
1400
- "tsConfig": "projects/variables/tsconfig.lib.json",
1401
- "project": "projects/variables/ng-package.json"
1402
- },
1403
- "configurations": {
1404
- "production": {
1405
- "tsConfig": "projects/variables/tsconfig.lib.prod.json"
1406
- }
1407
- }
1408
- },
1409
- }
1410
- },
1411
- "@wm/mobile/core": {
1412
- "root": "projects/mobile/core",
1413
- "sourceRoot": "projects/mobile/core/src",
1414
- "projectType": "library",
1415
- "prefix": "lib",
1416
- "architect": {
1417
- "build": {
1418
- "builder": "@angular-devkit/build-angular:ng-packagr",
1419
- "options": {
1420
- "tsConfig": "projects/mobile/core/tsconfig.lib.json",
1421
- "project": "projects/mobile/core/ng-package.json"
1422
- },
1423
- "configurations": {
1424
- "production": {
1425
- "tsConfig": "projects/mobile/core/tsconfig.lib.prod.json"
1426
- }
1427
- }
1428
- }
1429
- }
1430
- },
1431
- "@wm/mobile/components/basic": {
1432
- "root": "projects/mobile/components/basic/default",
1433
- "sourceRoot": "projects/mobile/components/basic/default/src",
1434
- "projectType": "library",
1435
- "prefix": "lib",
1436
- "architect": {
1437
- "build": {
1438
- "builder": "@angular-devkit/build-angular:ng-packagr",
1439
- "options": {
1440
- "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1441
- "project": "projects/mobile/components/basic/default/ng-package.json"
1442
- },
1443
- "configurations": {
1444
- "production": {
1445
- "tsConfig": "projects/mobile/components/basic/default/tsconfig.lib.prod.json"
1446
- }
1447
- }
1448
- },
1449
- }
1450
- },
1451
- "@wm/mobile/components/basic/search": {
1452
- "root": "projects/mobile/components/basic/search",
1453
- "sourceRoot": "projects/mobile/components/basic/search/src",
1454
- "projectType": "library",
1455
- "prefix": "lib",
1456
- "architect": {
1457
- "build": {
1458
- "builder": "@angular-devkit/build-angular:ng-packagr",
1459
- "options": {
1460
- "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1461
- "project": "projects/mobile/components/basic/search/ng-package.json"
1462
- },
1463
- "configurations": {
1464
- "production": {
1465
- "tsConfig": "projects/mobile/components/basic/search/tsconfig.lib.prod.json"
1466
- }
1467
- }
1468
- }
1469
- }
1470
- },
1471
- "@wm/mobile/components/containers/segmented-control": {
1472
- "root": "projects/mobile/components/containers/segmented-control",
1473
- "sourceRoot": "projects/mobile/components/containers/segmented-control/src",
1474
- "projectType": "library",
1475
- "prefix": "lib",
1476
- "architect": {
1477
- "build": {
1478
- "builder": "@angular-devkit/build-angular:ng-packagr",
1479
- "options": {
1480
- "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1481
- "project": "projects/mobile/components/containers/segmented-control/ng-package.json"
1482
- },
1483
- "configurations": {
1484
- "production": {
1485
- "tsConfig": "projects/mobile/components/containers/segmented-control/tsconfig.lib.prod.json"
1486
- }
1487
- }
1488
- }
1489
- }
1490
- },
1491
- "@wm/mobile/components/data/media-list": {
1492
- "root": "projects/mobile/components/data/media-list",
1493
- "sourceRoot": "projects/mobile/components/data/media-list/src",
1494
- "projectType": "library",
1495
- "prefix": "lib",
1496
- "architect": {
1497
- "build": {
1498
- "builder": "@angular-devkit/build-angular:ng-packagr",
1499
- "options": {
1500
- "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1501
- "project": "projects/mobile/components/data/media-list/ng-package.json"
1502
- },
1503
- "configurations": {
1504
- "production": {
1505
- "tsConfig": "projects/mobile/components/data/media-list/tsconfig.lib.prod.json"
1506
- }
1507
- }
1508
- },
1509
- }
1510
- },
1511
- "@wm/mobile/components/device/barcode-scanner": {
1512
- "root": "projects/mobile/components/device/barcode-scanner",
1513
- "sourceRoot": "projects/mobile/components/device/barcode-scanner/src",
1514
- "projectType": "library",
1515
- "prefix": "lib",
1516
- "architect": {
1517
- "build": {
1518
- "builder": "@angular-devkit/build-angular:ng-packagr",
1519
- "options": {
1520
- "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1521
- "project": "projects/mobile/components/device/barcode-scanner/ng-package.json"
1522
- },
1523
- "configurations": {
1524
- "production": {
1525
- "tsConfig": "projects/mobile/components/device/barcode-scanner/tsconfig.lib.prod.json"
1526
- }
1527
- }
1528
- }
1529
- }
1530
- },
1531
- "@wm/mobile/components/device/camera": {
1532
- "root": "projects/mobile/components/device/camera",
1533
- "sourceRoot": "projects/mobile/components/device/camera/src",
1534
- "projectType": "library",
1535
- "prefix": "lib",
1536
- "architect": {
1537
- "build": {
1538
- "builder": "@angular-devkit/build-angular:ng-packagr",
1539
- "options": {
1540
- "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1541
- "project": "projects/mobile/components/device/camera/ng-package.json"
1542
- },
1543
- "configurations": {
1544
- "production": {
1545
- "tsConfig": "projects/mobile/components/device/camera/tsconfig.lib.prod.json"
1546
- }
1547
- }
1548
- }
1549
- }
1550
- },
1551
- "@wm/mobile/components/input/file-upload": {
1552
- "root": "projects/mobile/components/input/file-upload",
1553
- "sourceRoot": "projects/mobile/components/input/file-upload/src",
1554
- "projectType": "library",
1555
- "prefix": "lib",
1556
- "architect": {
1557
- "build": {
1558
- "builder": "@angular-devkit/build-angular:ng-packagr",
1559
- "options": {
1560
- "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1561
- "project": "projects/mobile/components/input/file-upload/ng-package.json"
1562
- },
1563
- "configurations": {
1564
- "production": {
1565
- "tsConfig": "projects/mobile/components/input/file-upload/tsconfig.lib.prod.json"
1566
- }
1567
- }
1568
- }
1569
- }
1570
- },
1571
- "@wm/mobile/components/page": {
1572
- "root": "projects/mobile/components/page",
1573
- "sourceRoot": "projects/mobile/components/page/default/src",
1574
- "projectType": "library",
1575
- "prefix": "lib",
1576
- "architect": {
1577
- "build": {
1578
- "builder": "@angular-devkit/build-angular:ng-packagr",
1579
- "options": {
1580
- "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1581
- "project": "projects/mobile/components/page/default/ng-package.json"
1582
- },
1583
- "configurations": {
1584
- "production": {
1585
- "tsConfig": "projects/mobile/components/page/tsconfig.lib.prod.json"
1586
- }
1587
- }
1588
- }
1589
- }
1590
- },
1591
- "@wm/mobile/components/page/left-panel": {
1592
- "root": "projects/mobile/components/page/left-panel",
1593
- "sourceRoot": "projects/mobile/components/page/left-panel/src",
1594
- "projectType": "library",
1595
- "prefix": "lib",
1596
- "architect": {
1597
- "build": {
1598
- "builder": "@angular-devkit/build-angular:ng-packagr",
1599
- "options": {
1600
- "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1601
- "project": "projects/mobile/components/page/left-panel/ng-package.json"
1602
- },
1603
- "configurations": {
1604
- "production": {
1605
- "tsConfig": "projects/mobile/components/page/left-panel/tsconfig.lib.prod.json"
1606
- }
1607
- }
1608
- }
1609
- }
1610
- },
1611
- "@wm/mobile/components/page/mobile-navbar": {
1612
- "root": "projects/mobile/components/page/mobile-navbar",
1613
- "sourceRoot": "projects/mobile/components/page/mobile-navbar/src",
1614
- "projectType": "library",
1615
- "prefix": "lib",
1616
- "architect": {
1617
- "build": {
1618
- "builder": "@angular-devkit/build-angular:ng-packagr",
1619
- "options": {
1620
- "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1621
- "project": "projects/mobile/components/page/mobile-navbar/ng-package.json"
1622
- },
1623
- "configurations": {
1624
- "production": {
1625
- "tsConfig": "projects/mobile/components/page/mobile-navbar/tsconfig.lib.prod.json"
1626
- }
1627
- }
1628
- }
1629
- }
1630
- },
1631
- "@wm/mobile/components/page/tab-bar": {
1632
- "root": "projects/mobile/components/page/tab-bar",
1633
- "sourceRoot": "projects/mobile/components/page/tab-bar/src",
1634
- "projectType": "library",
1635
- "prefix": "lib",
1636
- "architect": {
1637
- "build": {
1638
- "builder": "@angular-devkit/build-angular:ng-packagr",
1639
- "options": {
1640
- "tsConfig": "projects/mobile/components/tsconfig.lib.json",
1641
- "project": "projects/mobile/components/page/tab-bar/ng-package.json"
1642
- },
1643
- "configurations": {
1644
- "production": {
1645
- "tsConfig": "projects/mobile/components/page/tab-bar/tsconfig.lib.prod.json"
1646
- }
1647
- }
1648
- }
1649
- }
1650
- },
1651
- "@wm/mobile/offline": {
1652
- "root": "projects/mobile/offline",
1653
- "sourceRoot": "projects/mobile/offline/src",
1654
- "projectType": "library",
1655
- "prefix": "lib",
1656
- "architect": {
1657
- "build": {
1658
- "builder": "@angular-devkit/build-angular:ng-packagr",
1659
- "options": {
1660
- "tsConfig": "projects/mobile/offline/tsconfig.lib.json",
1661
- "project": "projects/mobile/offline/ng-package.json"
1662
- },
1663
- "configurations": {
1664
- "production": {
1665
- "tsConfig": "projects/mobile/offline/tsconfig.lib.prod.json"
1666
- }
1667
- }
1668
- }
1669
- }
1670
- },
1671
- "@wm/mobile/variables": {
1672
- "root": "projects/mobile/variables",
1673
- "sourceRoot": "projects/mobile/variables/src",
1674
- "projectType": "library",
1675
- "prefix": "lib",
1676
- "architect": {
1677
- "build": {
1678
- "builder": "@angular-devkit/build-angular:ng-packagr",
1679
- "options": {
1680
- "tsConfig": "projects/mobile/variables/tsconfig.lib.json",
1681
- "project": "projects/mobile/variables/ng-package.json"
1682
- },
1683
- "configurations": {
1684
- "production": {
1685
- "tsConfig": "projects/mobile/variables/tsconfig.lib.prod.json"
1686
- }
1687
- }
1688
- }
1689
- }
1690
- },
1691
- "@wm/runtime/base": {
1692
- "root": "projects/runtime-base",
1693
- "sourceRoot": "projects/runtime-base/src",
1694
- "projectType": "library",
1695
- "prefix": "lib",
1696
- "architect": {
1697
- "build": {
1698
- "builder": "@angular-devkit/build-angular:ng-packagr",
1699
- "options": {
1700
- "tsConfig": "projects/runtime-base/tsconfig.lib.json",
1701
- "project": "projects/runtime-base/ng-package.json"
1702
- },
1703
- "configurations": {
1704
- "production": {
1705
- "tsConfig": "projects/runtime-base/tsconfig.lib.prod.json"
1706
- }
1707
- }
1708
- }
1709
- }
1710
- },
1711
- "@wm/runtime/dynamic": {
1712
- "root": "projects/runtime-dynamic",
1713
- "sourceRoot": "projects/runtime-dynamic/src",
1714
- "projectType": "library",
1715
- "prefix": "lib",
1716
- "architect": {
1717
- "build": {
1718
- "builder": "@angular-devkit/build-angular:ng-packagr",
1719
- "options": {
1720
- "tsConfig": "projects/runtime-dynamic/tsconfig.lib.json",
1721
- "project": "projects/runtime-dynamic/ng-package.json"
1722
- },
1723
- "configurations": {
1724
- "production": {
1725
- "tsConfig": "projects/runtime-dynamic/tsconfig.lib.prod.json"
1726
- }
1727
- }
1728
- }
1729
- }
1730
- },
1731
- "@wm/mobile/runtime": {
1732
- "root": "projects/mobile/runtime",
1733
- "sourceRoot": "projects/mobile/runtime/src",
1734
- "projectType": "library",
1735
- "prefix": "lib",
1736
- "architect": {
1737
- "build": {
1738
- "builder": "@angular-devkit/build-angular:ng-packagr",
1739
- "options": {
1740
- "tsConfig": "projects/mobile/runtime/tsconfig.lib.json",
1741
- "project": "projects/mobile/runtime/ng-package.json"
1742
- },
1743
- "configurations": {
1744
- "production": {
1745
- "tsConfig": "projects/mobile/runtime/tsconfig.lib.prod.json"
1746
- }
1747
- }
1748
- }
1749
- }
1750
- },
1751
- "@wm/mobile/runtime/dynamic": {
1752
- "root": "projects/mobile/runtime-dynamic",
1753
- "sourceRoot": "projects/mobile/runtime-dynamic/src",
1754
- "projectType": "library",
1755
- "prefix": "lib",
1756
- "architect": {
1757
- "build": {
1758
- "builder": "@angular-devkit/build-angular:ng-packagr",
1759
- "options": {
1760
- "tsConfig": "projects/mobile/runtime-dynamic/tsconfig.lib.json",
1761
- "project": "projects/mobile/runtime-dynamic/ng-package.json"
1762
- },
1763
- "configurations": {
1764
- "production": {
1765
- "tsConfig": "projects/mobile/runtime-dynamic/tsconfig.lib.prod.json"
1766
- }
1767
- }
1768
- }
1769
- }
1770
- },
1771
- "@wm/mobile/placeholder/runtime": {
1772
- "root": "projects/mobile/placeholder/runtime",
1773
- "sourceRoot": "projects/mobile/placeholder/runtime/src",
1774
- "projectType": "library",
1775
- "prefix": "lib",
1776
- "architect": {
1777
- "build": {
1778
- "builder": "@angular-devkit/build-angular:ng-packagr",
1779
- "options": {
1780
- "tsConfig": "projects/mobile/placeholder/tsconfig.lib.json",
1781
- "project": "projects/mobile/placeholder/runtime/ng-package.json"
1782
- },
1783
- "configurations": {
1784
- "production": {
1785
- "tsConfig": "projects/mobile/placeholder/runtime/tsconfig.lib.prod.json"
1786
- }
1787
- }
1788
- }
1789
- }
1790
- },
1791
- "@wm/mobile/placeholder/runtime/dynamic": {
1792
- "root": "projects/mobile/placeholder/runtime-dynamic",
1793
- "sourceRoot": "projects/mobile/placeholder/runtime-dynamic/src",
1794
- "projectType": "library",
1795
- "prefix": "lib",
1796
- "architect": {
1797
- "build": {
1798
- "builder": "@angular-devkit/build-angular:ng-packagr",
1799
- "options": {
1800
- "tsConfig": "projects/mobile/placeholder/tsconfig.lib.json",
1801
- "project": "projects/mobile/placeholder/runtime-dynamic/ng-package.json"
1802
- },
1803
- "configurations": {
1804
- "production": {
1805
- "tsConfig": "projects/mobile/placeholder/runtime-dynamic/tsconfig.lib.prod.json"
1806
- }
1807
- }
1808
- }
1809
- }
266
+ "cli": {
267
+ "analytics": "fe5e8f46-2dff-4044-b3b8-8a1307278ce6"
1810
268
  }
1811
- },
1812
- "cli": {
1813
- "analytics": "fe5e8f46-2dff-4044-b3b8-8a1307278ce6"
1814
- }
1815
- }
269
+ }