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

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. package/angular-app/angular.json +269 -0
  2. {angular-codegen → package}/angular-app/package-lock.json +6120 -8122
  3. {angular-codegen → package}/angular-app/package.json +30 -26
  4. {angular-codegen → package}/angular-app/src/setup-jest.js +33 -2
  5. {angular-codegen → package}/angular-app/tsconfig.json +1 -0
  6. {angular-codegen → package}/build-angular-app.js +30 -11
  7. package/dependencies/expression-parser.cjs.js +50533 -0
  8. {angular-codegen → package}/dependencies/pipe-provider.cjs.js +155568 -87809
  9. {angular-codegen → package}/dependencies/transpilation-mobile.cjs.js +46164 -23458
  10. {angular-codegen → package}/dependencies/transpilation-web.cjs.js +58120 -24223
  11. {angular-codegen → package}/download-packages.js +9 -0
  12. package/package-lock.json +7134 -0
  13. {angular-codegen → package}/package.json +6 -1
  14. package/src/codegen-cli.js +1 -0
  15. {angular-codegen → package}/src/codegen.js +1 -1
  16. package/src/gen-app-skeleton.js +1 -0
  17. angular-codegen/angular-app/angular.json +0 -1886
  18. angular-codegen/dependencies/expression-parser.cjs.js +0 -21294
  19. angular-codegen/package-lock.json +0 -5746
  20. angular-codegen/src/codegen-cli.js +0 -1
  21. angular-codegen/src/gen-app-skeleton.js +0 -1
  22. {angular-codegen → package}/.npmrc +0 -0
  23. {angular-codegen → package}/angular-app/.npmrc +0 -0
  24. {angular-codegen → package}/angular-app/build-scripts/build.js +0 -0
  25. {angular-codegen → package}/angular-app/build-scripts/index-html-transform.js +0 -0
  26. {angular-codegen → package}/angular-app/build-scripts/optimize-css.gulpfile.js +0 -0
  27. {angular-codegen → package}/angular-app/build-scripts/post-build.js +0 -0
  28. {angular-codegen → package}/angular-app/src/.browserslistrc +0 -0
  29. {angular-codegen → package}/angular-app/src/app/app-codegen.module.ts +0 -0
  30. {angular-codegen → package}/angular-app/src/app/app.component.css +0 -0
  31. {angular-codegen → package}/angular-app/src/app/app.component.script.js +0 -0
  32. {angular-codegen → package}/angular-app/src/app/app.component.variables.ts +0 -0
  33. {angular-codegen → package}/angular-app/src/app/app.routes.ts +0 -0
  34. {angular-codegen → package}/angular-app/src/app/lazy-load-scripts.resolve.ts +0 -0
  35. {angular-codegen → package}/angular-app/src/app/prefabs/prefab-config.js +0 -0
  36. {angular-codegen → package}/angular-app/src/app/wm-project-properties.ts +0 -0
  37. {angular-codegen → package}/angular-app/src/assets/.gitkeep +0 -0
  38. {angular-codegen → package}/angular-app/src/assets/print.css +0 -0
  39. {angular-codegen → package}/angular-app/src/assets/styles/css/bootstrap.css.map +0 -0
  40. {angular-codegen → package}/angular-app/src/assets/styles/css/font/summernote.eot +0 -0
  41. {angular-codegen → package}/angular-app/src/assets/styles/css/font/summernote.ttf +0 -0
  42. {angular-codegen → package}/angular-app/src/assets/styles/css/font/summernote.woff +0 -0
  43. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  44. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  45. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  46. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  47. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  48. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  49. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  50. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  51. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_222222_256x240.png +0 -0
  52. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_2e83ff_256x240.png +0 -0
  53. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_444444_256x240.png +0 -0
  54. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_454545_256x240.png +0 -0
  55. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_555555_256x240.png +0 -0
  56. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_777620_256x240.png +0 -0
  57. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_777777_256x240.png +0 -0
  58. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_888888_256x240.png +0 -0
  59. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_cc0000_256x240.png +0 -0
  60. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_cd0a0a_256x240.png +0 -0
  61. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_ffffff_256x240.png +0 -0
  62. {angular-codegen → package}/angular-app/src/assets/styles/css/wm-responsive.css +0 -0
  63. {angular-codegen → package}/angular-app/src/assets/styles/css/wm-style.css +0 -0
  64. {angular-codegen → package}/angular-app/src/assets/styles/fonts/FontAwesome.otf +0 -0
  65. {angular-codegen → package}/angular-app/src/assets/styles/fonts/fontawesome-webfont.eot +0 -0
  66. {angular-codegen → package}/angular-app/src/assets/styles/fonts/fontawesome-webfont.svg +0 -0
  67. {angular-codegen → package}/angular-app/src/assets/styles/fonts/fontawesome-webfont.ttf +0 -0
  68. {angular-codegen → package}/angular-app/src/assets/styles/fonts/fontawesome-webfont.woff +0 -0
  69. {angular-codegen → package}/angular-app/src/assets/styles/fonts/fontawesome-webfont.woff2 +0 -0
  70. {angular-codegen → package}/angular-app/src/assets/styles/fonts/glyphicons-halflings-regular.eot +0 -0
  71. {angular-codegen → package}/angular-app/src/assets/styles/fonts/glyphicons-halflings-regular.svg +0 -0
  72. {angular-codegen → package}/angular-app/src/assets/styles/fonts/glyphicons-halflings-regular.ttf +0 -0
  73. {angular-codegen → package}/angular-app/src/assets/styles/fonts/glyphicons-halflings-regular.woff +0 -0
  74. {angular-codegen → package}/angular-app/src/assets/styles/fonts/glyphicons-halflings-regular.woff2 +0 -0
  75. {angular-codegen → package}/angular-app/src/assets/styles/fonts/wavicon.eot +0 -0
  76. {angular-codegen → package}/angular-app/src/assets/styles/fonts/wavicon.ttf +0 -0
  77. {angular-codegen → package}/angular-app/src/assets/styles/fonts/wavicon.woff +0 -0
  78. {angular-codegen → package}/angular-app/src/assets/styles/fonts/wm-streamline-light-icon.eot +0 -0
  79. {angular-codegen → package}/angular-app/src/assets/styles/fonts/wm-streamline-light-icon.ttf +0 -0
  80. {angular-codegen → package}/angular-app/src/assets/styles/fonts/wm-streamline-light-icon.woff +0 -0
  81. {angular-codegen → package}/angular-app/src/assets/styles/fonts/wm-streamline-regular-icon.eot +0 -0
  82. {angular-codegen → package}/angular-app/src/assets/styles/fonts/wm-streamline-regular-icon.ttf +0 -0
  83. {angular-codegen → package}/angular-app/src/assets/styles/fonts/wm-streamline-regular-icon.woff +0 -0
  84. {angular-codegen → package}/angular-app/src/assets/styles/images/live-sync-icon.png +0 -0
  85. {angular-codegen → package}/angular-app/src/assets/styles/images/live-sync-touch-icon.png +0 -0
  86. {angular-codegen → package}/angular-app/src/assets/styles/images/loader.gif +0 -0
  87. {angular-codegen → package}/angular-app/src/assets/styles/images/spinner-small.gif +0 -0
  88. {angular-codegen → package}/angular-app/src/assets/styles/images/ui-icons.png +0 -0
  89. {angular-codegen → package}/angular-app/src/environments/environment.dev.ts +0 -0
  90. {angular-codegen → package}/angular-app/src/environments/environment.prod.ts +0 -0
  91. {angular-codegen → package}/angular-app/src/environments/environment.ts +0 -0
  92. {angular-codegen → package}/angular-app/src/framework/angular1.polyfills.ts +0 -0
  93. {angular-codegen → package}/angular-app/src/framework/services/app-extension.service.ts +0 -0
  94. {angular-codegen → package}/angular-app/src/framework/services/app-js-provider.service.ts +0 -0
  95. {angular-codegen → package}/angular-app/src/framework/services/app-variables-provider.service.ts +0 -0
  96. {angular-codegen → package}/angular-app/src/framework/services/component-ref-provider.service.ts +0 -0
  97. {angular-codegen → package}/angular-app/src/framework/services/lazy-component-ref-provider.service.ts +0 -0
  98. {angular-codegen → package}/angular-app/src/framework/services/prefab-config-provider.service.ts +0 -0
  99. {angular-codegen → package}/angular-app/src/framework/util/lazy-module-routes.ts +0 -0
  100. {angular-codegen → package}/angular-app/src/framework/util/page-util.ts +0 -0
  101. {angular-codegen → package}/angular-app/src/index.html +0 -0
  102. {angular-codegen → package}/angular-app/src/main.ts +0 -0
  103. {angular-codegen → package}/angular-app/src/polyfills.ts +0 -0
  104. {angular-codegen → package}/angular-app/src/styles.css +0 -0
  105. {angular-codegen → package}/angular-app/src/tsconfig.app.json +0 -0
  106. {angular-codegen → package}/angular-app/src/tslint.json +0 -0
  107. {angular-codegen → package}/angular-app/tsconfig.web-app.json +0 -0
  108. {angular-codegen → package}/angular-app/wm-custom-webpack.config.js +0 -0
  109. {angular-codegen → package}/build-util.js +0 -0
  110. {angular-codegen → package}/dependencies/app.component.html +0 -0
  111. {angular-codegen → package}/generate-angular-app.js +0 -0
  112. {angular-codegen → package}/pwa-assets/icons/icon-128x128.png +0 -0
  113. {angular-codegen → package}/pwa-assets/icons/icon-144x144.png +0 -0
  114. {angular-codegen → package}/pwa-assets/icons/icon-152x152.png +0 -0
  115. {angular-codegen → package}/pwa-assets/icons/icon-192x192.png +0 -0
  116. {angular-codegen → package}/pwa-assets/icons/icon-384x384.png +0 -0
  117. {angular-codegen → package}/pwa-assets/icons/icon-512x512.png +0 -0
  118. {angular-codegen → package}/pwa-assets/icons/icon-72x72.png +0 -0
  119. {angular-codegen → package}/pwa-assets/icons/icon-96x96.png +0 -0
  120. {angular-codegen → package}/pwa-assets/manifest.json +0 -0
  121. {angular-codegen → package}/pwa-assets/ngsw-config.json +0 -0
  122. {angular-codegen → package}/pwa-assets/wmsw-worker.js +0 -0
  123. {angular-codegen → package}/src/codegen-args-cli.js +0 -0
  124. {angular-codegen → package}/src/expr-parser-utils.js +0 -0
  125. {angular-codegen → package}/src/gen-app-codegen-module.js +0 -0
  126. {angular-codegen → package}/src/gen-app-js.js +0 -0
  127. {angular-codegen → package}/src/gen-app-prefabs-module.js +0 -0
  128. {angular-codegen → package}/src/gen-app-routes.js +0 -0
  129. {angular-codegen → package}/src/gen-app-variables.js +0 -0
  130. {angular-codegen → package}/src/gen-components.js +0 -0
  131. {angular-codegen → package}/src/gen-index-html.js +0 -0
  132. {angular-codegen → package}/src/gen-layouts.js +0 -0
  133. {angular-codegen → package}/src/gen-lazy-module-routes.js +0 -0
  134. {angular-codegen → package}/src/gen-prefabs.js +0 -0
  135. {angular-codegen → package}/src/gen-pwa-files.js +0 -0
  136. {angular-codegen → package}/src/gen-tsconfig.js +0 -0
  137. {angular-codegen → package}/src/gen-wm-project-properties.js +0 -0
  138. {angular-codegen → package}/src/handlebar-helpers.js +0 -0
  139. {angular-codegen → package}/src/pages-util.js +0 -0
  140. {angular-codegen → package}/src/project-meta.js +0 -0
  141. {angular-codegen → package}/src/update-angular-json.js +0 -0
  142. {angular-codegen → package}/src/wm-utils.js +0 -0
  143. {angular-codegen → package}/templates/app-codegen.module.ts.hbs +0 -0
  144. {angular-codegen → package}/templates/app-prefabs.module.ts.hbs +0 -0
  145. {angular-codegen → package}/templates/app-routes.ts.hbs +0 -0
  146. {angular-codegen → package}/templates/app.component.script.js.hbs +0 -0
  147. {angular-codegen → package}/templates/app.module.ts.hbs +0 -0
  148. {angular-codegen → package}/templates/component.expressions.ts.hbs +0 -0
  149. {angular-codegen → package}/templates/component.variables.ts.hbs +0 -0
  150. {angular-codegen → package}/templates/expr-vs-fn.hbs +0 -0
  151. {angular-codegen → package}/templates/layout/layout.component.ts.hbs +0 -0
  152. {angular-codegen → package}/templates/layout/layout.module.ts.hbs +0 -0
  153. {angular-codegen → package}/templates/lazy-module-routes.ts.hbs +0 -0
  154. {angular-codegen → package}/templates/page/page.component.script.js.hbs +0 -0
  155. {angular-codegen → package}/templates/page/page.component.ts.hbs +0 -0
  156. {angular-codegen → package}/templates/page/page.module.ts.hbs +0 -0
  157. {angular-codegen → package}/templates/partial/partial.component.script.js.hbs +0 -0
  158. {angular-codegen → package}/templates/partial/partial.component.ts.hbs +0 -0
  159. {angular-codegen → package}/templates/partial/partial.module.ts.hbs +0 -0
  160. {angular-codegen → package}/templates/prefab/prefab-config.ts.hbs +0 -0
  161. {angular-codegen → package}/templates/prefab/prefab.component.script.js.hbs +0 -0
  162. {angular-codegen → package}/templates/prefab/prefab.component.ts.hbs +0 -0
  163. {angular-codegen → package}/templates/prefab/prefab.module.ts.hbs +0 -0
  164. {angular-codegen → package}/templates/wm-project-properties.ts.hbs +0 -0
@@ -0,0 +1,269 @@
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/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
+ }
262
+ }
263
+ }
264
+ }
265
+ },
266
+ "cli": {
267
+ "analytics": "fe5e8f46-2dff-4044-b3b8-8a1307278ce6"
268
+ }
269
+ }