@wavemaker/angular-codegen 11.7.5-1.5782 → 11.7.5-1.5784

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