@wavemaker/angular-codegen 12.0.0-next.46502 → 12.0.0-next.47809

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 (199) hide show
  1. {angular-codegen → package}/angular-app/angular.json +38 -19
  2. {angular-codegen → package}/angular-app/build-scripts/build.js +1 -0
  3. {angular-codegen → package}/angular-app/build-scripts/post-build.js +16 -110
  4. package/angular-app/dependency-report.html +124 -0
  5. package/angular-app/generate-dependency-report.js +240 -0
  6. package/angular-app/npm-shrinkwrap.json +25765 -0
  7. {angular-codegen → package}/angular-app/package-lock.json +12424 -10431
  8. {angular-codegen → package}/angular-app/package.json +51 -43
  9. package/angular-app/src/app/lazy-load-scripts.resolve.ts +13 -0
  10. package/angular-app/src/assets/styles/css/wm-style.css +1 -0
  11. package/angular-app/src/framework/services/customwidget-config-provider.service.ts +13 -0
  12. package/angular-app/src/framework/util/page-util.ts +7 -0
  13. {angular-codegen → package}/angular-app/src/index.html +1 -1
  14. package/angular-app/src/main.ts +61 -0
  15. {angular-codegen → package}/angular-app/src/setup-jest.js +4 -1
  16. angular-codegen/angular-app/tsconfig.web-app.json → package/angular-app/tsconfig.json +15 -23
  17. package/angular-app/tsconfig.web-app.json +81 -0
  18. {angular-codegen → package}/angular-app/wm-custom-webpack.config.js +18 -0
  19. package/build-angular-app.js +501 -0
  20. package/dependencies/app.component.html +40 -0
  21. package/dependencies/custom-widgets-bundle.cjs.js +415 -0
  22. {angular-codegen → package}/dependencies/expression-parser.cjs.js +13920 -17378
  23. {angular-codegen → package}/dependencies/pipe-provider.cjs.js +63958 -38833
  24. {angular-codegen → package}/dependencies/transpilation-web.cjs.js +37524 -24755
  25. package/download-packages.js +149 -0
  26. {angular-codegen → package}/generate-angular-app.js +3 -1
  27. package/npm-shrinkwrap.json +8121 -0
  28. package/package-lock.json +8121 -0
  29. {angular-codegen → package}/package.json +9 -3
  30. package/src/codegen-args-cli.js +1 -0
  31. package/src/codegen-cli.js +1 -0
  32. package/src/codegen.js +1 -0
  33. package/src/copy-utils.js +1 -0
  34. package/src/eslintrc_config.js +1 -0
  35. package/src/gen-app-codegen-module.js +1 -0
  36. package/src/gen-app-override-css.js +1 -0
  37. package/src/gen-app-routes.js +1 -0
  38. package/src/gen-app-skeleton.js +1 -0
  39. package/src/gen-components.js +1 -0
  40. package/src/gen-customwidget-config.js +1 -0
  41. package/src/gen-index-html.js +1 -0
  42. package/src/gen-layouts.js +1 -0
  43. package/src/handlebar-helpers.js +1 -0
  44. package/src/pages-util.js +1 -0
  45. package/src/project-meta.js +1 -0
  46. package/src/update-angular-json.js +1 -0
  47. package/src/wm-utils.js +1 -0
  48. {angular-codegen → package}/templates/app-routes.ts.hbs +2 -2
  49. package/templates/app.config.ts.hbs +128 -0
  50. {angular-codegen → package}/templates/app.module.ts.hbs +5 -3
  51. package/templates/component.config.ts.hbs +1 -0
  52. package/templates/customwidget/customwidget-config.ts.hbs +6 -0
  53. package/templates/customwidget/customwidget.component.script.js.hbs +3 -0
  54. package/templates/customwidget/customwidget.component.ts.hbs +43 -0
  55. {angular-codegen → package}/templates/layout/layout.component.ts.hbs +26 -4
  56. package/templates/page/page.component.ts.hbs +76 -0
  57. {angular-codegen → package}/templates/page/page.module.ts.hbs +12 -1
  58. angular-codegen/angular-app/src/app/lazy-load-scripts.resolve.ts +0 -20
  59. angular-codegen/angular-app/src/assets/styles/css/wm-style.css +0 -1
  60. angular-codegen/angular-app/src/framework/util/page-util.ts +0 -5
  61. angular-codegen/angular-app/src/main.ts +0 -30
  62. angular-codegen/angular-app/tsconfig.json +0 -131
  63. angular-codegen/build-angular-app.js +0 -79
  64. angular-codegen/dependencies/app.component.html +0 -28
  65. angular-codegen/dependencies/transpilation-mobile.cjs.js +0 -93296
  66. angular-codegen/download-packages.js +0 -69
  67. angular-codegen/package-lock.json +0 -6059
  68. angular-codegen/src/codegen-args-cli.js +0 -1
  69. angular-codegen/src/codegen-cli.js +0 -1
  70. angular-codegen/src/codegen.js +0 -1
  71. angular-codegen/src/gen-app-codegen-module.js +0 -1
  72. angular-codegen/src/gen-app-routes.js +0 -1
  73. angular-codegen/src/gen-app-skeleton.js +0 -1
  74. angular-codegen/src/gen-components.js +0 -1
  75. angular-codegen/src/gen-index-html.js +0 -1
  76. angular-codegen/src/gen-layouts.js +0 -1
  77. angular-codegen/src/handlebar-helpers.js +0 -1
  78. angular-codegen/src/pages-util.js +0 -1
  79. angular-codegen/src/project-meta.js +0 -1
  80. angular-codegen/src/update-angular-json.js +0 -1
  81. angular-codegen/src/wm-utils.js +0 -1
  82. angular-codegen/templates/page/page.component.ts.hbs +0 -45
  83. {angular-codegen → package}/.npmrc +0 -0
  84. {angular-codegen → package}/angular-app/.npmrc +0 -0
  85. {angular-codegen → package}/angular-app/build-scripts/index-html-transform.js +0 -0
  86. {angular-codegen → package}/angular-app/build-scripts/optimize-css.gulpfile.js +0 -0
  87. {angular-codegen → package}/angular-app/build-scripts/update-version.js +0 -0
  88. {angular-codegen → package}/angular-app/src/.browserslistrc +0 -0
  89. {angular-codegen → package}/angular-app/src/app/app-codegen.module.ts +0 -0
  90. {angular-codegen → package}/angular-app/src/app/app.component.css +0 -0
  91. {angular-codegen → package}/angular-app/src/app/app.component.script.js +0 -0
  92. {angular-codegen → package}/angular-app/src/app/app.component.variables.ts +0 -0
  93. {angular-codegen → package}/angular-app/src/app/app.routes.ts +0 -0
  94. {angular-codegen → package}/angular-app/src/app/prefabs/prefab-config.js +0 -0
  95. {angular-codegen → package}/angular-app/src/app/wm-project-properties.ts +0 -0
  96. {angular-codegen → package}/angular-app/src/assets/.gitkeep +0 -0
  97. {angular-codegen → package}/angular-app/src/assets/print.css +0 -0
  98. {angular-codegen → package}/angular-app/src/assets/styles/css/bootstrap.css.map +0 -0
  99. {angular-codegen → package}/angular-app/src/assets/styles/css/font/summernote.eot +0 -0
  100. {angular-codegen → package}/angular-app/src/assets/styles/css/font/summernote.ttf +0 -0
  101. {angular-codegen → package}/angular-app/src/assets/styles/css/font/summernote.woff +0 -0
  102. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  103. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  104. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  105. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  106. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  107. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  108. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  109. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  110. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_222222_256x240.png +0 -0
  111. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_2e83ff_256x240.png +0 -0
  112. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_444444_256x240.png +0 -0
  113. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_454545_256x240.png +0 -0
  114. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_555555_256x240.png +0 -0
  115. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_777620_256x240.png +0 -0
  116. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_777777_256x240.png +0 -0
  117. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_888888_256x240.png +0 -0
  118. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_cc0000_256x240.png +0 -0
  119. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_cd0a0a_256x240.png +0 -0
  120. {angular-codegen → package}/angular-app/src/assets/styles/css/images/ui-icons_ffffff_256x240.png +0 -0
  121. {angular-codegen → package}/angular-app/src/assets/styles/css/wm-responsive.css +0 -0
  122. {angular-codegen → package}/angular-app/src/assets/styles/fonts/FontAwesome.otf +0 -0
  123. {angular-codegen → package}/angular-app/src/assets/styles/fonts/fontawesome-webfont.eot +0 -0
  124. {angular-codegen → package}/angular-app/src/assets/styles/fonts/fontawesome-webfont.svg +0 -0
  125. {angular-codegen → package}/angular-app/src/assets/styles/fonts/fontawesome-webfont.ttf +0 -0
  126. {angular-codegen → package}/angular-app/src/assets/styles/fonts/fontawesome-webfont.woff +0 -0
  127. {angular-codegen → package}/angular-app/src/assets/styles/fonts/fontawesome-webfont.woff2 +0 -0
  128. {angular-codegen → package}/angular-app/src/assets/styles/fonts/glyphicons-halflings-regular.eot +0 -0
  129. {angular-codegen → package}/angular-app/src/assets/styles/fonts/glyphicons-halflings-regular.svg +0 -0
  130. {angular-codegen → package}/angular-app/src/assets/styles/fonts/glyphicons-halflings-regular.ttf +0 -0
  131. {angular-codegen → package}/angular-app/src/assets/styles/fonts/glyphicons-halflings-regular.woff +0 -0
  132. {angular-codegen → package}/angular-app/src/assets/styles/fonts/glyphicons-halflings-regular.woff2 +0 -0
  133. {angular-codegen → package}/angular-app/src/assets/styles/fonts/wavicon.eot +0 -0
  134. {angular-codegen → package}/angular-app/src/assets/styles/fonts/wavicon.ttf +0 -0
  135. {angular-codegen → package}/angular-app/src/assets/styles/fonts/wavicon.woff +0 -0
  136. {angular-codegen → package}/angular-app/src/assets/styles/fonts/wm-streamline-light-icon.eot +0 -0
  137. {angular-codegen → package}/angular-app/src/assets/styles/fonts/wm-streamline-light-icon.ttf +0 -0
  138. {angular-codegen → package}/angular-app/src/assets/styles/fonts/wm-streamline-light-icon.woff +0 -0
  139. {angular-codegen → package}/angular-app/src/assets/styles/fonts/wm-streamline-regular-icon.eot +0 -0
  140. {angular-codegen → package}/angular-app/src/assets/styles/fonts/wm-streamline-regular-icon.ttf +0 -0
  141. {angular-codegen → package}/angular-app/src/assets/styles/fonts/wm-streamline-regular-icon.woff +0 -0
  142. {angular-codegen → package}/angular-app/src/assets/styles/images/live-sync-icon.png +0 -0
  143. {angular-codegen → package}/angular-app/src/assets/styles/images/live-sync-touch-icon.png +0 -0
  144. {angular-codegen → package}/angular-app/src/assets/styles/images/loader.gif +0 -0
  145. {angular-codegen → package}/angular-app/src/assets/styles/images/spinner-small.gif +0 -0
  146. {angular-codegen → package}/angular-app/src/assets/styles/images/ui-icons.png +0 -0
  147. {angular-codegen → package}/angular-app/src/environments/environment.dev.ts +0 -0
  148. {angular-codegen → package}/angular-app/src/environments/environment.prod.ts +0 -0
  149. {angular-codegen → package}/angular-app/src/environments/environment.ts +0 -0
  150. {angular-codegen → package}/angular-app/src/framework/angular1.polyfills.ts +0 -0
  151. {angular-codegen → package}/angular-app/src/framework/services/app-extension.service.ts +0 -0
  152. {angular-codegen → package}/angular-app/src/framework/services/app-js-provider.service.ts +0 -0
  153. {angular-codegen → package}/angular-app/src/framework/services/app-variables-provider.service.ts +0 -0
  154. {angular-codegen → package}/angular-app/src/framework/services/component-ref-provider.service.ts +0 -0
  155. {angular-codegen → package}/angular-app/src/framework/services/lazy-component-ref-provider.service.ts +0 -0
  156. {angular-codegen → package}/angular-app/src/framework/services/prefab-config-provider.service.ts +0 -0
  157. {angular-codegen → package}/angular-app/src/framework/util/lazy-module-routes.ts +0 -0
  158. {angular-codegen → package}/angular-app/src/polyfills.ts +0 -0
  159. {angular-codegen → package}/angular-app/src/styles.css +0 -0
  160. {angular-codegen → package}/angular-app/src/tsconfig.app.json +0 -0
  161. {angular-codegen → package}/angular-app/src/tslint.json +0 -0
  162. {angular-codegen → package}/build-util.js +0 -0
  163. {angular-codegen → package}/pwa-assets/icons/icon-128x128.png +0 -0
  164. {angular-codegen → package}/pwa-assets/icons/icon-144x144.png +0 -0
  165. {angular-codegen → package}/pwa-assets/icons/icon-152x152.png +0 -0
  166. {angular-codegen → package}/pwa-assets/icons/icon-192x192.png +0 -0
  167. {angular-codegen → package}/pwa-assets/icons/icon-384x384.png +0 -0
  168. {angular-codegen → package}/pwa-assets/icons/icon-512x512.png +0 -0
  169. {angular-codegen → package}/pwa-assets/icons/icon-72x72.png +0 -0
  170. {angular-codegen → package}/pwa-assets/icons/icon-96x96.png +0 -0
  171. {angular-codegen → package}/pwa-assets/manifest.json +0 -0
  172. {angular-codegen → package}/pwa-assets/ngsw-config.json +0 -0
  173. {angular-codegen → package}/pwa-assets/wmsw-worker.js +0 -0
  174. {angular-codegen → package}/src/expr-parser-utils.js +0 -0
  175. {angular-codegen → package}/src/gen-app-js.js +0 -0
  176. {angular-codegen → package}/src/gen-app-prefabs-module.js +0 -0
  177. {angular-codegen → package}/src/gen-app-variables.js +0 -0
  178. {angular-codegen → package}/src/gen-lazy-module-routes.js +0 -0
  179. {angular-codegen → package}/src/gen-prefabs.js +0 -0
  180. {angular-codegen → package}/src/gen-pwa-files.js +0 -0
  181. {angular-codegen → package}/src/gen-tsconfig.js +0 -0
  182. {angular-codegen → package}/src/gen-wm-project-properties.js +0 -0
  183. {angular-codegen → package}/templates/app-codegen.module.ts.hbs +0 -0
  184. {angular-codegen → package}/templates/app-prefabs.module.ts.hbs +0 -0
  185. {angular-codegen → package}/templates/app.component.script.js.hbs +0 -0
  186. {angular-codegen → package}/templates/component.expressions.ts.hbs +0 -0
  187. {angular-codegen → package}/templates/component.variables.ts.hbs +0 -0
  188. {angular-codegen → package}/templates/expr-vs-fn.hbs +0 -0
  189. {angular-codegen → package}/templates/layout/layout.module.ts.hbs +0 -0
  190. {angular-codegen → package}/templates/lazy-module-routes.ts.hbs +0 -0
  191. {angular-codegen → package}/templates/page/page.component.script.js.hbs +0 -0
  192. {angular-codegen → package}/templates/partial/partial.component.script.js.hbs +0 -0
  193. {angular-codegen → package}/templates/partial/partial.component.ts.hbs +0 -0
  194. {angular-codegen → package}/templates/partial/partial.module.ts.hbs +0 -0
  195. {angular-codegen → package}/templates/prefab/prefab-config.ts.hbs +0 -0
  196. {angular-codegen → package}/templates/prefab/prefab.component.script.js.hbs +0 -0
  197. {angular-codegen → package}/templates/prefab/prefab.component.ts.hbs +0 -0
  198. {angular-codegen → package}/templates/prefab/prefab.module.ts.hbs +0 -0
  199. {angular-codegen → package}/templates/wm-project-properties.ts.hbs +0 -0
@@ -1,5 +0,0 @@
1
- const prefabConfigs = new Map<string, any>();
2
-
3
- export const registerPrefabConfig = (prefabName: string, config: any) => prefabConfigs.set(prefabName, config);
4
- export const getPrefabConfig = prefabName => prefabConfigs.get(prefabName);
5
-
@@ -1,30 +0,0 @@
1
- import { ApplicationRef, enableProdMode, NgModuleRef } from '@angular/core';
2
- import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
3
-
4
- import { AppModule } from './app/app.module';
5
- import { environment } from './environments/environment';
6
-
7
- import initWmProjectProperties from './app/wm-project-properties';
8
-
9
- initWmProjectProperties();
10
-
11
- if (environment.production) {
12
- enableProdMode();
13
- }
14
-
15
- document.addEventListener('DOMContentLoaded', () => {
16
- new Promise<Event | void>( resolve => {
17
- if (window['cordova']) {
18
- document.addEventListener('deviceready', resolve);
19
- } else {
20
- resolve();
21
- }
22
- }).then(() => platformBrowserDynamic().bootstrapModule(AppModule))
23
- .then((appModuleRef: NgModuleRef<AppModule>) => {
24
- const applicationRef = appModuleRef.injector.get(ApplicationRef);
25
- window.addEventListener('unload', () => {
26
- applicationRef.components.map(c => c && c.destroy());
27
- });
28
- console.timeEnd('bootstrap'), err => console.log(err);
29
- }, err => console.log(err));
30
- });
@@ -1,131 +0,0 @@
1
- {
2
- "compileOnSave": false,
3
- "compilerOptions": {
4
- "baseUrl": "./",
5
- "outDir": "./dist/out-tsc",
6
- "downlevelIteration": true,
7
- "declaration": false,
8
- "sourceMap": true,
9
- "emitDecoratorMetadata": true,
10
- "experimentalDecorators": true,
11
- "esModuleInterop": true,
12
- "moduleResolution": "node",
13
- "target": "ES2022",
14
- "module": "ES2022",
15
- "typeRoots": [
16
- "node_modules/@types"
17
- ],
18
- "paths": {
19
- "rxjs/observable/throw": [
20
- "node_modules/rxjs-compat/_esm2015/observable/throw"
21
- ],
22
- "rxjs/observable/*": [
23
- "node_modules/rxjs-compat/_esm2015/observable/*"
24
- ],
25
- "rxjs/Observable": [
26
- "node_modules/rxjs-compat/_esm2015/Observable"
27
- ],
28
- "@wm/build-task": [
29
- "node_modules/@wavemaker/app-ng-runtime/build-task/"
30
- ],
31
- "@wm/mobile-build-task": [
32
- "node_modules/@wavemaker/app-ng-runtime/mobile-build-task"
33
- ],
34
- "@wm/core": [
35
- "node_modules/@wavemaker/app-ng-runtime/core/index.d.ts"
36
- ],
37
- "@wavemaker/variables": [
38
- "node_modules/@wavemaker/variables/"
39
- ],
40
- "@wm/components/base": [
41
- "node_modules/@wavemaker/app-ng-runtime/components/base/public_api.d.ts"
42
- ],
43
- "@wm/components/basic": [
44
- "node_modules/@wavemaker/app-ng-runtime/components/basic/default/index.d.ts"
45
- ],
46
- "@wm/components/input": [
47
- "node_modules/@wavemaker/app-ng-runtime/components/input/default/index.d.ts"
48
- ],
49
- "@wm/components/page": [
50
- "node_modules/@wavemaker/app-ng-runtime/components/page/default/index.d.ts"
51
- ],
52
- "@wm/mobile/components/basic": [
53
- "node_modules/@wavemaker/app-ng-runtime/mobile/components/basic/default/index.d.ts"
54
- ],
55
- "@wm/mobile/components/page": [
56
- "node_modules/@wavemaker/app-ng-runtime/mobile/components/page/default/index.d.ts"
57
- ],
58
- "@wm/components/dialogs": [
59
- "node_modules/@wavemaker/app-ng-runtime/components/dialogs/default/index.d.ts"
60
- ],
61
- "@wm/mobile/components/*": [
62
- "node_modules/@wavemaker/app-ng-runtime/mobile/components/*"
63
- ],
64
- "@wm/components/*": [
65
- "node_modules/@wavemaker/app-ng-runtime/components/*"
66
- ],
67
- "@wm/transpiler": [
68
- "node_modules/@wavemaker/app-ng-runtime/transpiler/index.d.ts"
69
- ],
70
- "@wm/security": [
71
- "node_modules/@wavemaker/app-ng-runtime/security/index.d.ts"
72
- ],
73
- "@swipey": [
74
- "node_modules/@wavemaker/app-ng-runtime/swipey/index.d.ts"
75
- ],
76
- "@wm/http": [
77
- "node_modules/@wavemaker/app-ng-runtime/http/index.d.ts"
78
- ],
79
- "@wm/oAuth": [
80
- "node_modules/@wavemaker/app-ng-runtime/oAuth/index.d.ts"
81
- ],
82
- "@wm/variables": [
83
- "node_modules/@wavemaker/app-ng-runtime/variables/index.d.ts"
84
- ],
85
- "@wm/mobile/core": [
86
- "node_modules/@wavemaker/app-ng-runtime/mobile/core/index.d.ts"
87
- ],
88
- "@wm/mobile/components": [
89
- "node_modules/@wavemaker/app-ng-runtime/mobile/components/index.d.ts"
90
- ],
91
- "@wm/mobile/offline": [
92
- "node_modules/@wavemaker/app-ng-runtime/mobile/offline/index.d.ts"
93
- ],
94
- "@wm/mobile/variables": [
95
- "node_modules/@wavemaker/app-ng-runtime/mobile/variables/index.d.ts"
96
- ],
97
- "@wm/runtime/base": [
98
- "node_modules/@wavemaker/app-ng-runtime/runtime/base/index.d.ts"
99
- ],
100
- "@wm/runtime/dynamic": [
101
- "node_modules/@wavemaker/app-ng-runtime/runtime/dynamic/index.d.ts"
102
- ],
103
- "@wm/mobile/runtime": [
104
- "node_modules/@wavemaker/app-ng-runtime/mobile/runtime/index.d.ts"
105
- ],
106
- "@wm/mobile/runtime/dynamic": [
107
- "node_modules/@wavemaker/app-ng-runtime/mobile/runtime-dynamic/index.d.ts"
108
- ]
109
- },
110
- "lib": [
111
- "es2020",
112
- "dom"
113
- ],
114
- "useDefineForClassFields": false,
115
- "resolveJsonModule": true
116
- },
117
- "angularCompilerOptions": {
118
- "compilationMode": "full",
119
- "strictMetadataEmit": false,
120
- "fullTemplateTypeCheck": false,
121
- "extendedDiagnostics": {
122
- "checks": {
123
- "optionalChainNotNullable": "suppress"
124
- }
125
- },
126
- "enableI18nLegacyMessageIdFormat": false,
127
- "strictInjectionParameters": false,
128
- "strictInputAccessModifiers": false,
129
- "trace": true
130
- }
131
- }
@@ -1,79 +0,0 @@
1
-
2
- /**
3
- * Download and install the app-ng-runtime package
4
- * Run the build and post build for the generated angular app.
5
- *
6
- * CONSOLE ARGUMENTS:-
7
- * nodeVMArgs:String: Node environment params (Eg: '--max-old-space-size=2040')
8
- * ngBuildParams:String: Anglar build params (Eg: '--prod=true --source-map=false')
9
- * runtimeUIVersion:String: Runtime version (Eg: 10.6.6-next.10243)
10
- * appSrc:String: Source folder to generate the angular app (current directory Eg: '.')
11
- * appTarget:String: Target folder to save the generated app (Eg: 'target/ui-build/generated-app')
12
- * codegenPath:String: Input to the codegen-CLI --> Codegen installation path to copy the angular-template-app
13
- * optimizeUIBuild : By default this flag will be true. If it's windows platform we are making the flag to false, it means no optimisation for windows.
14
- */
15
- const fs = require('fs');
16
- const { downloadNPMPackage } = require('./download-packages');
17
-
18
- const { executeSyncCmd, MSG_NG_RUNTIME_LOG, MSG_NG_RUNTIME_SUCCESS } = require('./build-util');
19
-
20
- /**
21
- * @TODO: This is a temporary workaround to extract deploy-url from 'ngBuildParams', need to be replaced in future.
22
- */
23
- const updateDeployUrl = (args) => {
24
- let buildArgs = args.ngBuildParams.split(' ');
25
- const deployParam = buildArgs.find(i => i.startsWith("--deploy-url="));
26
- if(!deployParam) {
27
- buildArgs.push("--deploy-url=ng-bundle/");
28
- } else {
29
- buildArgs.filter((param, index) => {
30
- if (param.includes('--deploy-url=_cdnUrl_')) {
31
- buildArgs[index] = "--deploy-url=_cdnUrl_/ng-bundle/"
32
- return true;
33
- }
34
- });
35
- }
36
- buildArgs.push(args.nodeVMArgs);
37
- return buildArgs.join(" ");
38
- };
39
-
40
- /**
41
- * Download the app runtime package
42
- * Symlink to reuse the existing node modules (If windows optimizeUIBuild will be false and install all node modules every build )
43
- * Run the ng build and post build for the project
44
- */
45
- const buildAngularApp = (args) => {
46
- let packageInfo = {
47
- name: 'app-ng-runtime',
48
- version: args.runtimeUIVersion,
49
- packageJsonFile: args.codegenPath + '/angular-app/package.json',
50
- successMsg: MSG_NG_RUNTIME_SUCCESS,
51
- infoMsg: MSG_NG_RUNTIME_LOG
52
-
53
- }
54
-
55
- try {
56
- // Symlink to reuse the existing node_modules
57
- if (args.optimizeUIBuild) {
58
- // Download app-ng-runtime node modules
59
- let pathNGRuntimePackage = downloadNPMPackage(packageInfo);
60
- fs.symlinkSync(pathNGRuntimePackage + '/node_modules', args.appTarget + '/node_modules', 'dir');
61
- } else {
62
- fs.copyFileSync(packageInfo.packageJsonFile, args.appTarget + '/package.json');
63
- executeSyncCmd('cd ' + args.appTarget + ' && npm install', null, MSG_NG_RUNTIME_LOG);
64
- }
65
- } catch (err) {
66
- console.log(MSG_NG_RUNTIME_LOG + 'FAILED the symlink for the node_modules', err);
67
- process.exit(err.code || err.pid);
68
- }
69
-
70
- let ngBuildParams = updateDeployUrl(args);
71
- const NG_BUILD_MSG = 'NG BUILD MIGHT HAVE FAILED WITH HEAP OUT OF MEMORY, RE-EXECUTE THE BUILD BY INCREASING THE MAX-OLD-SPACE-SIZE ARGUMENT VALUE FOR BUILD.UI.NODE.ARGS PROPERTY IN DEPLOYMENT PROFILE';
72
- // Generating the angular build and post build process.
73
- executeSyncCmd('cd ' + args.appTarget + ' && node ./build-scripts/build.js ' + ngBuildParams, null, MSG_NG_RUNTIME_LOG, false, NG_BUILD_MSG);
74
- }
75
-
76
-
77
- module.exports = {
78
- buildAngularApp
79
- }
@@ -1,28 +0,0 @@
1
- <ng-container *ngIf="startApp">
2
- <router-outlet></router-outlet>
3
- <div wmContainer partialContainer content="Common" hidden class="ng-hide" *ngIf="isApplicationType"></div>
4
- <app-spinner name="globalspinner" classname="global-spinner" role="alert" aria-live="assertive" [attr.aria-label]="spinner.arialabel || 'Loading'" [show]="spinner.show" [spinnermessages]="spinner.messages"></app-spinner>
5
- <div wmDialog name="oAuthLoginDialog" title="Application is requesting you to sign in with"
6
- close.event="closeOAuthDialog()">
7
- <ng-template #dialogBody>
8
- <ul class="list-items">
9
- <li class="list-item" *ngFor="let provider of providersConfig">
10
- <button class="btn" (click)="provider.invoke()">{{provider.name}}</button>
11
- </li>
12
- </ul>
13
- </ng-template>
14
- </div>
15
- <div wmConfirmDialog name="_app-confirm-dialog" title.bind="title" message.bind="message" oktext.bind="oktext"
16
- canceltext.bind="canceltext" closable="false" iconclass.bind="iconclass"
17
- escape.event="onEscape()" ok.event="onOk()" cancel.event="onCancel()" close.event="onClose()" opened.event="onOpen()"></div>
18
- <div *ngIf="!isApplicationType" wmConfirmDialog name="PrefabConfirmDialog" title.bind="title" message.bind="text" oktext.bind="okButtonText"
19
- canceltext.bind="cancelButtonText" closable="false" iconclass.bind="iconclass"
20
- escape.event="onEscape()" ok.event="onOk()" cancel.event="onCancel()" close.event="onClose()" opened.event="onOpen()"></div>
21
- <div *ngIf="!isApplicationType" wmAlertDialog name="PrefabAlertDialog" title.bind="title" message.bind="text" oktext.bind="okButtonText"
22
- canceltext.bind="cancelButtonText" closable="false" iconclass.bind="iconclass"
23
- escape.event="onEscape()" ok.event="onOk()" cancel.event="onCancel()" close.event="onClose()" opened.event="onOpen()"></div>
24
- <div wmAppExt></div>
25
- <i id="wm-mobile-display"></i>
26
- </ng-container>
27
- <!--Dummy container to create the component dynamically-->
28
- <ng-container #dynamicComponent></ng-container>