@eui/cli 19.3.2 → 19.3.3-snapshot-1754401010018

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 (288) hide show
  1. package/package.json +4 -3
  2. package/.version.properties +0 -1
  3. package/bin/eui-cli.js +0 -47
  4. package/lib/build.js +0 -155
  5. package/lib/cli.js +0 -123
  6. package/lib/config.js +0 -58
  7. package/lib/generators.js +0 -75
  8. package/lib/install.js +0 -45
  9. package/lib/maven-build/build.xml +0 -115
  10. package/lib/maven-build/lib/ant-contrib-20061014.jar +0 -0
  11. package/lib/maven-build/pom.xml +0 -64
  12. package/lib/post-build.js +0 -33
  13. package/lib/skeletons/_angular/base/.browserslistrc +0 -16
  14. package/lib/skeletons/_angular/base/.editorconfig +0 -16
  15. package/lib/skeletons/_angular/base/.euirc.json +0 -8
  16. package/lib/skeletons/_angular/base/README.md +0 -26
  17. package/lib/skeletons/_angular/base/angular.json +0 -158
  18. package/lib/skeletons/_angular/base/gitignore_TO_REPLACE +0 -51
  19. package/lib/skeletons/_angular/base/mock/app/models/user.js +0 -6
  20. package/lib/skeletons/_angular/base/mock/app/routes/index.js +0 -5
  21. package/lib/skeletons/_angular/base/mock/app/routes/user_routes.js +0 -44
  22. package/lib/skeletons/_angular/base/mock/db/db.json +0 -10
  23. package/lib/skeletons/_angular/base/mock/server.js +0 -23
  24. package/lib/skeletons/_angular/base/package.json +0 -38
  25. package/lib/skeletons/_angular/base/proxy-mock.conf.json +0 -6
  26. package/lib/skeletons/_angular/base/proxy.conf.json +0 -6
  27. package/lib/skeletons/_angular/base/src/.eslintrc.json +0 -121
  28. package/lib/skeletons/_angular/base/src/app/app-starter.service.spec.ts +0 -68
  29. package/lib/skeletons/_angular/base/src/app/app-starter.service.ts +0 -68
  30. package/lib/skeletons/_angular/base/src/app/app.component.html +0 -35
  31. package/lib/skeletons/_angular/base/src/app/app.component.spec.ts +0 -60
  32. package/lib/skeletons/_angular/base/src/app/app.component.ts +0 -35
  33. package/lib/skeletons/_angular/base/src/app/app.config.ts +0 -84
  34. package/lib/skeletons/_angular/base/src/app/app.routes.ts +0 -9
  35. package/lib/skeletons/_angular/base/src/app/features/home/home.component.html +0 -41
  36. package/lib/skeletons/_angular/base/src/app/features/home/home.component.ts +0 -17
  37. package/lib/skeletons/_angular/base/src/app/features/home/home.routes.ts +0 -6
  38. package/lib/skeletons/_angular/base/src/app/features/module1/components/page1/page1.component.html +0 -7
  39. package/lib/skeletons/_angular/base/src/app/features/module1/components/page1/page1.component.ts +0 -10
  40. package/lib/skeletons/_angular/base/src/app/features/module1/components/page2/page2.component.html +0 -7
  41. package/lib/skeletons/_angular/base/src/app/features/module1/components/page2/page2.component.ts +0 -10
  42. package/lib/skeletons/_angular/base/src/app/features/module1/module1.component.html +0 -7
  43. package/lib/skeletons/_angular/base/src/app/features/module1/module1.component.ts +0 -10
  44. package/lib/skeletons/_angular/base/src/app/features/module1/module1.routes.ts +0 -10
  45. package/lib/skeletons/_angular/base/src/app/features/module2/module2.component.html +0 -7
  46. package/lib/skeletons/_angular/base/src/app/features/module2/module2.component.ts +0 -10
  47. package/lib/skeletons/_angular/base/src/app/features/module2/module2.routes.ts +0 -6
  48. package/lib/skeletons/_angular/base/src/app/shared/testing/router.mock.ts +0 -18
  49. package/lib/skeletons/_angular/base/src/assets/config/env-json-config-dev.json +0 -8
  50. package/lib/skeletons/_angular/base/src/assets/config/env-json-config-prod.json +0 -8
  51. package/lib/skeletons/_angular/base/src/assets/config/env-json-config.json +0 -7
  52. package/lib/skeletons/_angular/base/src/assets/i18n/en.json +0 -7
  53. package/lib/skeletons/_angular/base/src/assets/i18n/fr.json +0 -7
  54. package/lib/skeletons/_angular/base/src/config/global.ts +0 -33
  55. package/lib/skeletons/_angular/base/src/config/index.ts +0 -8
  56. package/lib/skeletons/_angular/base/src/config/modules.ts +0 -7
  57. package/lib/skeletons/_angular/base/src/dummy.spec.ts +0 -6
  58. package/lib/skeletons/_angular/base/src/environments/environment.prod.ts +0 -11
  59. package/lib/skeletons/_angular/base/src/environments/environment.ts +0 -15
  60. package/lib/skeletons/_angular/base/src/favicon.ico +0 -0
  61. package/lib/skeletons/_angular/base/src/index.html +0 -20
  62. package/lib/skeletons/_angular/base/src/karma.conf.js +0 -7
  63. package/lib/skeletons/_angular/base/src/main.ts +0 -20
  64. package/lib/skeletons/_angular/base/src/styles.scss +0 -1
  65. package/lib/skeletons/_angular/base/src/tsconfig.app.json +0 -18
  66. package/lib/skeletons/_angular/base/src/tsconfig.spec.json +0 -14
  67. package/lib/skeletons/_angular/base/tsconfig.json +0 -27
  68. package/lib/skeletons/_angular/base-mobile/angular.json +0 -156
  69. package/lib/skeletons/_angular/base-mobile/ionic.config.json +0 -5
  70. package/lib/skeletons/_angular/base-mobile/ngsw-config.json +0 -33
  71. package/lib/skeletons/_angular/base-mobile/package.json +0 -27
  72. package/lib/skeletons/_angular/base-mobile/src/app/app-routing.module.ts +0 -18
  73. package/lib/skeletons/_angular/base-mobile/src/app/app-starter.service.ts +0 -73
  74. package/lib/skeletons/_angular/base-mobile/src/app/app.component.html +0 -47
  75. package/lib/skeletons/_angular/base-mobile/src/app/app.component.ts +0 -81
  76. package/lib/skeletons/_angular/base-mobile/src/app/app.config.ts +0 -81
  77. package/lib/skeletons/_angular/base-mobile/src/app/app.module.ts +0 -44
  78. package/lib/skeletons/_angular/base-mobile/src/app/core/components/.gitkeep +0 -0
  79. package/lib/skeletons/_angular/base-mobile/src/app/core/core.module.ts +0 -89
  80. package/lib/skeletons/_angular/base-mobile/src/app/core/reducers/index.ts +0 -32
  81. package/lib/skeletons/_angular/base-mobile/src/app/features/about/about-routing.module.ts +0 -45
  82. package/lib/skeletons/_angular/base-mobile/src/app/features/about/about.component.html +0 -70
  83. package/lib/skeletons/_angular/base-mobile/src/app/features/about/about.component.ts +0 -19
  84. package/lib/skeletons/_angular/base-mobile/src/app/features/about/about.module.ts +0 -30
  85. package/lib/skeletons/_angular/base-mobile/src/app/features/about/change-log/changelog.component.html +0 -11
  86. package/lib/skeletons/_angular/base-mobile/src/app/features/about/change-log/changelog.component.ts +0 -102
  87. package/lib/skeletons/_angular/base-mobile/src/app/features/about/help-support/help-support.component.html +0 -20
  88. package/lib/skeletons/_angular/base-mobile/src/app/features/about/help-support/help-support.component.ts +0 -75
  89. package/lib/skeletons/_angular/base-mobile/src/app/features/about/legal-notice/legal-notice.component.html +0 -12
  90. package/lib/skeletons/_angular/base-mobile/src/app/features/about/legal-notice/legal-notice.component.ts +0 -8
  91. package/lib/skeletons/_angular/base-mobile/src/app/features/about/licence-details/licence-details.component.html +0 -48
  92. package/lib/skeletons/_angular/base-mobile/src/app/features/about/licence-details/licence-details.component.ts +0 -7
  93. package/lib/skeletons/_angular/base-mobile/src/app/features/about/opensource-licences/opensource-licences.component.html +0 -11
  94. package/lib/skeletons/_angular/base-mobile/src/app/features/about/opensource-licences/opensource-licences.component.ts +0 -31
  95. package/lib/skeletons/_angular/base-mobile/src/app/features/about/privacy-statement/privacy-statement.component.html +0 -11
  96. package/lib/skeletons/_angular/base-mobile/src/app/features/about/privacy-statement/privacy-statement.component.ts +0 -103
  97. package/lib/skeletons/_angular/base-mobile/src/app/features/home/home-routing.module.ts +0 -15
  98. package/lib/skeletons/_angular/base-mobile/src/app/features/home/home.component.html +0 -11
  99. package/lib/skeletons/_angular/base-mobile/src/app/features/home/home.component.ts +0 -9
  100. package/lib/skeletons/_angular/base-mobile/src/app/features/home/home.module.ts +0 -18
  101. package/lib/skeletons/_angular/base-mobile/src/app/features/module1/components/page1/page1.component.html +0 -11
  102. package/lib/skeletons/_angular/base-mobile/src/app/features/module1/components/page1/page1.component.ts +0 -8
  103. package/lib/skeletons/_angular/base-mobile/src/app/features/module1/components/page2/page2.component.html +0 -11
  104. package/lib/skeletons/_angular/base-mobile/src/app/features/module1/components/page2/page2.component.ts +0 -8
  105. package/lib/skeletons/_angular/base-mobile/src/app/features/module1/module1-routing.module.ts +0 -18
  106. package/lib/skeletons/_angular/base-mobile/src/app/features/module1/module1.component.html +0 -15
  107. package/lib/skeletons/_angular/base-mobile/src/app/features/module1/module1.component.ts +0 -17
  108. package/lib/skeletons/_angular/base-mobile/src/app/features/module1/module1.module.ts +0 -21
  109. package/lib/skeletons/_angular/base-mobile/src/app/features/module2/module2-routing.module.ts +0 -16
  110. package/lib/skeletons/_angular/base-mobile/src/app/features/module2/module2.component.html +0 -11
  111. package/lib/skeletons/_angular/base-mobile/src/app/features/module2/module2.component.ts +0 -7
  112. package/lib/skeletons/_angular/base-mobile/src/app/features/module2/module2.module.ts +0 -17
  113. package/lib/skeletons/_angular/base-mobile/src/app/shared/shared.module.ts +0 -16
  114. package/lib/skeletons/_angular/base-mobile/src/app/shared/testing/router.mock.ts +0 -18
  115. package/lib/skeletons/_angular/base-mobile/src/assets/docs/pdf-test.pdf +0 -0
  116. package/lib/skeletons/_angular/base-mobile/src/assets/i18n/en.json +0 -25
  117. package/lib/skeletons/_angular/base-mobile/src/assets/i18n/es.json +0 -24
  118. package/lib/skeletons/_angular/base-mobile/src/assets/i18n/fr.json +0 -25
  119. package/lib/skeletons/_angular/base-mobile/src/assets/i18n/tr.json +0 -25
  120. package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-1024.png +0 -0
  121. package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-114.png +0 -0
  122. package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-120.png +0 -0
  123. package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-128.png +0 -0
  124. package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-144.png +0 -0
  125. package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-152.png +0 -0
  126. package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-16.png +0 -0
  127. package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-180.png +0 -0
  128. package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-192.png +0 -0
  129. package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-32.png +0 -0
  130. package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-36.png +0 -0
  131. package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-384.png +0 -0
  132. package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-48.png +0 -0
  133. package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-512.png +0 -0
  134. package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-57.png +0 -0
  135. package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-60.png +0 -0
  136. package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-72.png +0 -0
  137. package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-76.png +0 -0
  138. package/lib/skeletons/_angular/base-mobile/src/assets/icons/app-icon-96.png +0 -0
  139. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1125-2436.png +0 -0
  140. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1170-2532.png +0 -0
  141. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1179-2556.png +0 -0
  142. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1242-2208.png +0 -0
  143. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1242-2688.png +0 -0
  144. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1284-2778.png +0 -0
  145. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1290-2796.png +0 -0
  146. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1488-2266.png +0 -0
  147. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1536-2048.png +0 -0
  148. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1620-2160.png +0 -0
  149. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1640-2360.png +0 -0
  150. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1668-2224.png +0 -0
  151. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-1668-2388.png +0 -0
  152. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-2048-2732.png +0 -0
  153. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-640-1136.png +0 -0
  154. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-750-1334.png +0 -0
  155. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-landscape-828-1792.png +0 -0
  156. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1125-2436.png +0 -0
  157. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1170-2532.png +0 -0
  158. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1179-2556.png +0 -0
  159. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1242-2208.png +0 -0
  160. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1242-2688.png +0 -0
  161. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1284-2778.png +0 -0
  162. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1290-2796.png +0 -0
  163. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1488-2266.png +0 -0
  164. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1536-2048.png +0 -0
  165. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1620-2160.png +0 -0
  166. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1640-2360.png +0 -0
  167. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1668-2224.png +0 -0
  168. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-1668-2388.png +0 -0
  169. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-2048-2732.png +0 -0
  170. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-640-1136.png +0 -0
  171. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-750-1334.png +0 -0
  172. package/lib/skeletons/_angular/base-mobile/src/assets/icons/apple-splash-portrait-828-1792.png +0 -0
  173. package/lib/skeletons/_angular/base-mobile/src/assets/images/app-icon.svg +0 -10
  174. package/lib/skeletons/_angular/base-mobile/src/config/global.ts +0 -39
  175. package/lib/skeletons/_angular/base-mobile/src/config/index.ts +0 -8
  176. package/lib/skeletons/_angular/base-mobile/src/config/modules.ts +0 -7
  177. package/lib/skeletons/_angular/base-mobile/src/index.html +0 -76
  178. package/lib/skeletons/_angular/base-mobile/src/main.ts +0 -23
  179. package/lib/skeletons/_angular/base-mobile/src/manifest.webmanifest +0 -66
  180. package/lib/skeletons/_angular/base-mobile/src/tsconfig.app.json +0 -20
  181. package/lib/skeletons/_angular/options/ecl-ec/angular.json +0 -181
  182. package/lib/skeletons/_angular/options/ecl-ec/src/app/app.component.html +0 -237
  183. package/lib/skeletons/_angular/options/ecl-ec/src/app/app.component.ts +0 -65
  184. package/lib/skeletons/_angular/options/ecl-ec/src/app/app.config.ts +0 -84
  185. package/lib/skeletons/_angular/options/ecl-ec/src/app/features/home/home.component.html +0 -71
  186. package/lib/skeletons/_angular/options/ecl-ec/src/app/features/home/home.component.ts +0 -20
  187. package/lib/skeletons/_angular/options/ecl-ec/src/app/features/module1/components/page1/page1.component.html +0 -1
  188. package/lib/skeletons/_angular/options/ecl-ec/src/app/features/module1/components/page1/page1.component.ts +0 -7
  189. package/lib/skeletons/_angular/options/ecl-ec/src/app/features/module1/components/page2/page2.component.html +0 -1
  190. package/lib/skeletons/_angular/options/ecl-ec/src/app/features/module1/components/page2/page2.component.ts +0 -7
  191. package/lib/skeletons/_angular/options/ecl-ec/src/app/features/module1/module1.component.html +0 -1
  192. package/lib/skeletons/_angular/options/ecl-ec/src/app/features/module1/module1.component.ts +0 -7
  193. package/lib/skeletons/_angular/options/ecl-ec/src/app/features/module2/module2.component.html +0 -1
  194. package/lib/skeletons/_angular/options/ecl-ec/src/app/features/module2/module2.component.ts +0 -7
  195. package/lib/skeletons/_angular/options/ecl-ec/src/config/global.ts +0 -23
  196. package/lib/skeletons/_angular/options/ecl-eu/angular.json +0 -181
  197. package/lib/skeletons/_angular/options/ecl-eu/src/app/app.component.html +0 -203
  198. package/lib/skeletons/_angular/options/ecl-eu/src/app/app.component.ts +0 -65
  199. package/lib/skeletons/_angular/options/ecl-eu/src/app/app.config.ts +0 -84
  200. package/lib/skeletons/_angular/options/ecl-eu/src/app/features/home/home.component.html +0 -71
  201. package/lib/skeletons/_angular/options/ecl-eu/src/app/features/home/home.component.ts +0 -20
  202. package/lib/skeletons/_angular/options/ecl-eu/src/app/features/module1/components/page1/page1.component.html +0 -1
  203. package/lib/skeletons/_angular/options/ecl-eu/src/app/features/module1/components/page1/page1.component.ts +0 -7
  204. package/lib/skeletons/_angular/options/ecl-eu/src/app/features/module1/components/page2/page2.component.html +0 -1
  205. package/lib/skeletons/_angular/options/ecl-eu/src/app/features/module1/components/page2/page2.component.ts +0 -7
  206. package/lib/skeletons/_angular/options/ecl-eu/src/app/features/module1/module1.component.html +0 -1
  207. package/lib/skeletons/_angular/options/ecl-eu/src/app/features/module1/module1.component.ts +0 -7
  208. package/lib/skeletons/_angular/options/ecl-eu/src/app/features/module2/module2.component.html +0 -1
  209. package/lib/skeletons/_angular/options/ecl-eu/src/app/features/module2/module2.component.ts +0 -7
  210. package/lib/skeletons/_angular/options/ecl-eu/src/app/shared/shared.module.ts +0 -19
  211. package/lib/skeletons/_angular/options/ecl-eu/src/config/global.ts +0 -23
  212. package/lib/skeletons/web-maven/package.json +0 -17
  213. package/lib/skeletons/web-maven/pom.xml +0 -55
  214. package/lib/skeletons/web-maven/src/main/java/eu/europa/ec/digit/eui/angular2clistarter/servlet/SpringWebApplicationInitializer.java +0 -22
  215. package/lib/skeletons/web-maven/src/main/java/eu/europa/ec/digit/eui/angular2clistarter/spring/SpringRestConfiguration.java +0 -24
  216. package/lib/skeletons/web-maven/src/main/java/eu/europa/ec/digit/eui/angular2clistarter/spring/rest/UserDetailsResource.java +0 -23
  217. package/lib/skeletons/web-maven/src/main/resources/ecas-config-application-name.xml +0 -7
  218. package/lib/skeletons/web-maven/src/main/webapp/WEB-INF/dispatcher-servlet.xml +0 -11
  219. package/lib/skeletons/web-maven/src/main/webapp/WEB-INF/web.xml +0 -38
  220. package/lib/skeletons/web-maven/src/main/webapp/WEB-INF/weblogic.xml +0 -16
  221. package/lib/skeletons/web-maven/src/main/webapp/index.jsp +0 -30
  222. package/lib/skeletons/web-spring-boot/myapp-web/pom.xml +0 -83
  223. package/lib/skeletons/web-spring-boot/myapp-web-rest/pom.xml +0 -83
  224. package/lib/skeletons/web-spring-boot/myapp-web-rest/src/main/java/myapp/MyappApplication.java +0 -46
  225. package/lib/skeletons/web-spring-boot/myapp-web-rest/src/main/java/myapp/domain/Address.java +0 -65
  226. package/lib/skeletons/web-spring-boot/myapp-web-rest/src/main/java/myapp/domain/Building.java +0 -44
  227. package/lib/skeletons/web-spring-boot/myapp-web-rest/src/main/java/myapp/repositories/BuildingRepository.java +0 -11
  228. package/lib/skeletons/web-spring-boot/myapp-web-rest/src/main/java/myapp/resources/BuildingResource.java +0 -26
  229. package/lib/skeletons/web-spring-boot/myapp-web-rest/src/main/java/myapp/resources/SwaggerConfig.java +0 -16
  230. package/lib/skeletons/web-spring-boot/myapp-web-rest/src/main/java/myapp/resources/support/HateoasPageableHandlerMethodArgumentResolver.java +0 -45
  231. package/lib/skeletons/web-spring-boot/myapp-web-rest/src/main/java/myapp/resources/support/HypermediaSupport.java +0 -25
  232. package/lib/skeletons/web-spring-boot/myapp-web-rest/src/main/java/myapp/resources/support/PageJsonSerializer.java +0 -17
  233. package/lib/skeletons/web-spring-boot/myapp-web-rest/src/main/java/myapp/security/CachingPreventionFilter.java +0 -29
  234. package/lib/skeletons/web-spring-boot/myapp-web-rest/src/main/java/myapp/security/CsrfPreventionFilter.java +0 -35
  235. package/lib/skeletons/web-spring-boot/myapp-web-rest/src/main/java/myapp/security/FakeAuthenticationFilter.java +0 -372
  236. package/lib/skeletons/web-spring-boot/myapp-web-rest/src/main/java/myapp/security/SecurityConfig.java +0 -47
  237. package/lib/skeletons/web-spring-boot/myapp-web-rest/src/main/java/myapp/services/BuildingSearchCriteria.java +0 -26
  238. package/lib/skeletons/web-spring-boot/myapp-web-rest/src/main/java/myapp/services/BuildingService.java +0 -10
  239. package/lib/skeletons/web-spring-boot/myapp-web-rest/src/main/java/myapp/services/BuildingServiceImpl.java +0 -26
  240. package/lib/skeletons/web-spring-boot/myapp-web-rest/src/main/resources/application.properties +0 -0
  241. package/lib/skeletons/web-spring-boot/myapp-web-rest/src/main/resources/data.sql +0 -11
  242. package/lib/skeletons/web-spring-boot/pom.xml +0 -30
  243. package/lib/skeletons/web-symfony/myapp-web/angular.json +0 -169
  244. package/lib/skeletons/web-symfony/myapp-web/package.json +0 -23
  245. package/lib/skeletons/web-symfony/myapp-web/src/app/app-routing.module.ts +0 -18
  246. package/lib/skeletons/web-symfony/myapp-web/src/app/app.component.ts +0 -77
  247. package/lib/skeletons/web-symfony/myapp-web/src/app/features/products/components/products.component.html +0 -160
  248. package/lib/skeletons/web-symfony/myapp-web/src/app/features/products/components/products.component.scss +0 -0
  249. package/lib/skeletons/web-symfony/myapp-web/src/app/features/products/components/products.component.ts +0 -104
  250. package/lib/skeletons/web-symfony/myapp-web/src/app/features/products/models/product.model.ts +0 -6
  251. package/lib/skeletons/web-symfony/myapp-web/src/app/features/products/products-routing.module.ts +0 -16
  252. package/lib/skeletons/web-symfony/myapp-web/src/app/features/products/products.module.ts +0 -16
  253. package/lib/skeletons/web-symfony/myapp-web/src/app/features/products/services/products.service.ts +0 -29
  254. package/lib/skeletons/web-symfony/myapp-web/src/environments/environment.ts +0 -17
  255. package/lib/skeletons/web-symfony/myapp-web-rest/.env +0 -28
  256. package/lib/skeletons/web-symfony/myapp-web-rest/bin/console +0 -42
  257. package/lib/skeletons/web-symfony/myapp-web-rest/composer.json +0 -67
  258. package/lib/skeletons/web-symfony/myapp-web-rest/composer.lock +0 -3572
  259. package/lib/skeletons/web-symfony/myapp-web-rest/config/bootstrap.php +0 -21
  260. package/lib/skeletons/web-symfony/myapp-web-rest/config/bundles.php +0 -12
  261. package/lib/skeletons/web-symfony/myapp-web-rest/config/config.yml +0 -0
  262. package/lib/skeletons/web-symfony/myapp-web-rest/config/packages/cache.yaml +0 -19
  263. package/lib/skeletons/web-symfony/myapp-web-rest/config/packages/dev/routing.yaml +0 -3
  264. package/lib/skeletons/web-symfony/myapp-web-rest/config/packages/doctrine.yaml +0 -29
  265. package/lib/skeletons/web-symfony/myapp-web-rest/config/packages/doctrine_migrations.yaml +0 -5
  266. package/lib/skeletons/web-symfony/myapp-web-rest/config/packages/framework.yaml +0 -17
  267. package/lib/skeletons/web-symfony/myapp-web-rest/config/packages/prod/doctrine.yaml +0 -32
  268. package/lib/skeletons/web-symfony/myapp-web-rest/config/packages/routing.yaml +0 -4
  269. package/lib/skeletons/web-symfony/myapp-web-rest/config/packages/sensio_framework_extra.yaml +0 -3
  270. package/lib/skeletons/web-symfony/myapp-web-rest/config/packages/test/framework.yaml +0 -4
  271. package/lib/skeletons/web-symfony/myapp-web-rest/config/packages/test/routing.yaml +0 -3
  272. package/lib/skeletons/web-symfony/myapp-web-rest/config/packages/twig.yaml +0 -4
  273. package/lib/skeletons/web-symfony/myapp-web-rest/config/routes/annotations.yaml +0 -3
  274. package/lib/skeletons/web-symfony/myapp-web-rest/config/routes/dev/twig.yaml +0 -3
  275. package/lib/skeletons/web-symfony/myapp-web-rest/config/routes.yaml +0 -3
  276. package/lib/skeletons/web-symfony/myapp-web-rest/config/services.yaml +0 -27
  277. package/lib/skeletons/web-symfony/myapp-web-rest/public/index.php +0 -27
  278. package/lib/skeletons/web-symfony/myapp-web-rest/src/Controller/ProductController.php +0 -196
  279. package/lib/skeletons/web-symfony/myapp-web-rest/src/Entity/Product.php +0 -99
  280. package/lib/skeletons/web-symfony/myapp-web-rest/src/Kernel.php +0 -53
  281. package/lib/skeletons/web-symfony/myapp-web-rest/src/Migrations/Version20190604101623.php +0 -31
  282. package/lib/skeletons/web-symfony/myapp-web-rest/src/Migrations/Version20190604101638.php +0 -35
  283. package/lib/skeletons/web-symfony/myapp-web-rest/src/Repository/ProductRepository.php +0 -51
  284. package/lib/skeletons/web-symfony/myapp-web-rest/symfony.lock +0 -274
  285. package/lib/skeletons/web-symfony/myapp-web-rest/templates/base.html.twig +0 -12
  286. package/lib/skeletons/web-symfony/myapp-web-rest/templates/lucky/number.html.twig +0 -1
  287. package/lib/skeletons/web-symfony/myapp-web-rest/templates/product/index.html.twig +0 -20
  288. package/lib/utils.js +0 -13
@@ -1,81 +0,0 @@
1
- /* pre-v19 - ignore this file
2
- import { inject, provideAppInitializer } from '@angular/core';
3
- import { ApplicationConfig, importProvidersFrom } from '@angular/core';
4
- import { provideRouter } from '@angular/router';
5
- import { Observable } from 'rxjs';
6
-
7
- import { routes } from './app.routes';
8
- import { AppStarterService } from './app-starter.service';
9
-
10
- import { TranslateModule } from '@ngx-translate/core';
11
-
12
- import { HTTP_INTERCEPTORS, provideHttpClient, withInterceptorsFromDi } from '@angular/common/http';
13
- import {
14
- CachePreventionInterceptor,
15
- CorsSecurityInterceptor,
16
- CsrfPreventionInterceptor,
17
- EuLoginSessionTimeoutHandlingInterceptor,
18
- CoreModule as EuiCoreModule,
19
- translateConfig,
20
- EUI_CONFIG_TOKEN,
21
- provideEuiInitializer,
22
- EuiServiceStatus,
23
- } from '@eui/core';
24
-
25
- import { appConfig as euiAppConfig} from '../config';
26
- import { environment } from '../environments/environment';
27
- import { provideAnimations } from '@angular/platform-browser/animations';
28
-
29
- const init = (): Observable<EuiServiceStatus> => {
30
- const appStarter = inject(AppStarterService);
31
- return appStarter.start();
32
- };
33
-
34
- export const appConfig: ApplicationConfig = {
35
- providers: [
36
- {
37
- provide: EUI_CONFIG_TOKEN,
38
- useValue: { appConfig: euiAppConfig, environment }
39
- },
40
- {
41
- // Sets the withCredentials on Ajax Request to send the JSESSIONID cookie to another domain.
42
- // This is necessary when a request is being made to another domain that is protected by EU Login.
43
- provide: HTTP_INTERCEPTORS,
44
- useClass: CorsSecurityInterceptor,
45
- multi: true,
46
- },
47
- {
48
- // When the authentication session is invalid, we need to re-authenticate. The browser refreshes the current URL,
49
- // and lets the EU Login client redirect to the official EU Login page.
50
- provide: HTTP_INTERCEPTORS,
51
- useClass: EuLoginSessionTimeoutHandlingInterceptor,
52
- multi: true,
53
- },
54
- {
55
- // Adds HTTP header to each Ajax request that ensures the request is set by a piece of JavaScript code in the application.
56
- // This prevents dynamically-loaded content from forging a request in the name of the currently logged-in user.
57
- // Be aware that this assumes that cross-site scripting (XSS) is already put in place, (default setting in Angular).
58
- provide: HTTP_INTERCEPTORS,
59
- useClass: CsrfPreventionInterceptor,
60
- multi: true,
61
- },
62
- {
63
- // Asks the intermediate proxies not to return a cache copy of the resource.
64
- // In matter of fact forces each server in the chain to validate the freshness of the resource.
65
- provide: HTTP_INTERCEPTORS,
66
- useClass: CachePreventionInterceptor,
67
- multi: true,
68
- },
69
- provideEuiInitializer(),
70
- provideAppInitializer(init),
71
- provideHttpClient(withInterceptorsFromDi()),
72
- importProvidersFrom(
73
- EuiCoreModule.forRoot(),
74
- TranslateModule.forRoot(translateConfig)
75
- ),
76
- AppStarterService,
77
- provideRouter(routes),
78
- provideAnimations(),
79
- ],
80
- };
81
- */
@@ -1,44 +0,0 @@
1
- import { BrowserModule } from '@angular/platform-browser';
2
- import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
3
- import { APP_INITIALIZER, NgModule } from '@angular/core';
4
-
5
- import { AppRoutingModule } from './app-routing.module';
6
- import { AppComponent } from './app.component';
7
- import { CoreModule } from './core/core.module';
8
- import { AppStarterService } from './app-starter.service';
9
- import { ServiceWorkerModule } from '@angular/service-worker';
10
-
11
- @NgModule({
12
- declarations: [
13
- AppComponent,
14
- ],
15
- imports: [
16
- BrowserModule,
17
- BrowserAnimationsModule,
18
- CoreModule,
19
- AppRoutingModule,
20
- ServiceWorkerModule.register('ngsw-worker.js', {
21
- enabled: false,
22
- // Register the ServiceWorker as soon as the app is stable
23
- // or after 30 seconds (whichever comes first).
24
- registrationStrategy: 'registerWhenStable:30000'
25
- }),
26
- ],
27
- providers: [
28
- AppStarterService,
29
- {
30
- provide: APP_INITIALIZER,
31
- useFactory: (appStarterService) => {
32
- return () => new Promise<void>((resolve) => {
33
- appStarterService.start().subscribe(() => resolve());
34
- });
35
- },
36
- deps: [AppStarterService],
37
- multi: true
38
- },
39
- ],
40
- bootstrap: [
41
- AppComponent,
42
- ],
43
- })
44
- export class AppModule {}
@@ -1,89 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { TranslateModule } from '@ngx-translate/core';
3
- import { StoreModule } from '@ngrx/store';
4
- import { EffectsModule } from '@ngrx/effects';
5
- import { StoreDevtoolsModule } from '@ngrx/store-devtools';
6
-
7
- import { HTTP_INTERCEPTORS, HttpClientModule } from '@angular/common/http';
8
-
9
- import { IonicModule } from '@ionic/angular';
10
-
11
- import {
12
- CachePreventionInterceptor,
13
- CorsSecurityInterceptor,
14
- CsrfPreventionInterceptor,
15
- EuLoginSessionTimeoutHandlingInterceptor,
16
- CoreModule as EuiCoreModule,
17
- translateConfig,
18
- CoreModuleEffects,
19
- EUI_CONFIG_TOKEN,
20
- } from '@eui/core';
21
-
22
- import { appConfig } from '../../config/index';
23
- import { environment } from '../../environments/environment';
24
-
25
- import { REDUCER_TOKEN, getReducers, metaReducers } from './reducers/index';
26
-
27
- import { SharedModule } from '@shared/shared.module';
28
-
29
- @NgModule({
30
- imports: [
31
- HttpClientModule,
32
- SharedModule,
33
- EuiCoreModule.forRoot(),
34
- EffectsModule.forRoot([...CoreModuleEffects]),
35
- TranslateModule.forRoot(translateConfig),
36
- StoreModule.forRoot(),
37
- StoreModule.forRoot(REDUCER_TOKEN, { metaReducers }),
38
- !environment.production ? StoreDevtoolsModule.instrument({ maxAge: 50 }) : [],
39
- IonicModule.forRoot({mode: 'md'}),
40
- ],
41
- declarations: [
42
- ],
43
- exports: [
44
- SharedModule,
45
- ],
46
- providers: [
47
- {
48
- provide: REDUCER_TOKEN,
49
- deps: [],
50
- useFactory: getReducers,
51
- },
52
- {
53
- provide: EUI_CONFIG_TOKEN,
54
- useValue: { appConfig: appConfig, environment: environment }
55
- },
56
- {
57
- // Sets the withCredentials on Ajax Request to send the JSESSIONID cookie to another domain.
58
- // This is necessary when a request is being made to another domain that is protected by EU Login.
59
- provide: HTTP_INTERCEPTORS,
60
- useClass: CorsSecurityInterceptor,
61
- multi: true,
62
- },
63
- {
64
- // When the authentication session is invalid, we need to re-authenticate. The browser refreshes the current URL,
65
- // and lets the EU Login client redirect to the official EU Login page.
66
- provide: HTTP_INTERCEPTORS,
67
- useClass: EuLoginSessionTimeoutHandlingInterceptor,
68
- multi: true,
69
- },
70
- {
71
- // Adds HTTP header to each Ajax request that ensures the request is set by a piece of JavaScript code in the application.
72
- // This prevents dynamically-loaded content from forging a request in the name of the currently logged-in user.
73
- // Be aware that this assumes that cross-site scripting (XSS) is already put in place, (default setting in Angular).
74
- provide: HTTP_INTERCEPTORS,
75
- useClass: CsrfPreventionInterceptor,
76
- multi: true,
77
- },
78
- {
79
- // Asks the intermediate proxies not to return a cache copy of the resource.
80
- // In matter of fact forces each server in the chain to validate the freshness of the resource.
81
- provide: HTTP_INTERCEPTORS,
82
- useClass: CachePreventionInterceptor,
83
- multi: true,
84
- },
85
- ]
86
- })
87
- export class CoreModule {
88
-
89
- }
@@ -1,32 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { MetaReducer } from '@ngrx/store';
3
- import { storeFreeze } from 'ngrx-store-freeze';
4
- import { reducers as coreReducers, localStorageSync } from '@eui/core';
5
- import { CoreState, getAppState } from '@eui/core';
6
-
7
- import { environment } from '../../../environments/environment';
8
-
9
- export const REDUCER_TOKEN = new InjectionToken<any>('Registered Reducers');
10
-
11
- /**
12
- * Define here your app state
13
- *
14
- * [IMPORTANT]
15
- * There are some **reserved** slice of the state
16
- * that you **can not** use in your application ==> app |user | notification
17
- */
18
- // eslint-disable-next-line
19
- export interface AppState extends CoreState {
20
- // [key: string]: fromTaskManager.State | any;
21
- }
22
-
23
- /**
24
- * Define here the reducers of your app
25
- */
26
- const rootReducer = Object.assign({}, coreReducers, {
27
- // [fromTaskManager.namespace]: fromTaskManager.reducers,
28
- });
29
-
30
- export const getReducers = () => rootReducer;
31
-
32
- export const metaReducers: MetaReducer<AppState>[] = !environment.production ? [localStorageSync, storeFreeze] : [localStorageSync];
@@ -1,45 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { RouterModule, Routes } from '@angular/router';
3
- import { AboutComponent } from './about.component';
4
- import { ChangeLogComponent } from './change-log/changelog.component';
5
- import { PrivacystatementComponent } from './privacy-statement/privacy-statement.component';
6
- import { LegalNoticeComponent } from './legal-notice/legal-notice.component';
7
- import { HelpSupportComponent } from './help-support/help-support.component';
8
- import { OpensourceLicencesComponent } from './opensource-licences/opensource-licences.component';
9
- import { LicenceDetailsComponent } from './licence-details/licence-details.component';
10
-
11
- const routes: Routes = [
12
- {
13
- path: '',
14
- component: AboutComponent,
15
- },
16
- {
17
- path: 'change-log',
18
- component: ChangeLogComponent
19
- },
20
- {
21
- path: 'privacy-statement',
22
- component: PrivacystatementComponent
23
- },
24
- {
25
- path: 'legal-notice',
26
- component: LegalNoticeComponent
27
- },
28
- {
29
- path: 'help-support',
30
- component: HelpSupportComponent
31
- },
32
- {
33
- path: 'opensource-licences',
34
- component: OpensourceLicencesComponent,
35
- },
36
- {
37
- path: 'opensource-licences/licence-details',
38
- component: LicenceDetailsComponent
39
- },
40
- ];
41
-
42
- @NgModule({
43
- imports: [RouterModule.forChild(routes)],
44
- })
45
- export class AboutRoutingModule {}
@@ -1,70 +0,0 @@
1
- <ion-header>
2
- <ion-toolbar color="branding">
3
- <euim-toolbar>
4
- <euim-toolbar-title>{{ 'euim.about.text' | translate }}</euim-toolbar-title>
5
- <euim-toolbar-action-items>
6
- <ion-button>
7
- <ion-label class="eui-u-mr-m" (click)="toggleQRCode()" slot="end">
8
- <strong>
9
- @if (showCode) {
10
- {{ 'euim.about.hide.qrcode' | translate }}
11
- }
12
- @if (!showCode) {
13
- {{ 'euim.about.show.qrcode' | translate }}
14
- }
15
- </strong>
16
- </ion-label>
17
- </ion-button>
18
- </euim-toolbar-action-items>
19
- </euim-toolbar>
20
- </ion-toolbar>
21
-
22
- <euim-header-details color="branding">
23
- <div euimHeaderDetailsIcon>
24
- <euim-toolbar-qrcode [showCode]="showCode" logoUrl="./assets/images/app-icon.svg"
25
- qrCodeUrl="https://github.com/Cordobo/angularx-qrcode"></euim-toolbar-qrcode>
26
- </div>
27
- <div euimHeaderDetailsTitle><strong>eUI / mobile</strong></div>
28
- <div euimHeaderDetailsMeta>{{'euim.about.version' | translate }} 1.2.0</div>
29
- <div euimHeaderDetailsMeta>{{ 'euim.about.builton' | translate }} 12.03.2024, 16:30</div>
30
- </euim-header-details>
31
- </ion-header>
32
- <ion-content>
33
- <euim-about>
34
- <ion-list>
35
- <ion-list-header>
36
- <ion-label>{{ 'euim.aboutapp.text' | translate }}</ion-label>
37
- </ion-list-header>
38
- <ion-item button (click)="onNavigate('/screen/about/change-log')">
39
- <ion-icon name="build-outline" slot="start"></ion-icon>
40
- <ion-label>
41
- <div euimLabel>{{'euim.about.changelog' | translate }}</div>
42
- </ion-label>
43
- </ion-item>
44
- <ion-item button (click)="onNavigate('/screen/about/privacy-statement')">
45
- <ion-icon name="finger-print-sharp" slot="start"></ion-icon>
46
- <ion-label>
47
- <div euimLabel>{{'euim.about.privacy.statement' | translate }}</div>
48
- </ion-label>
49
- </ion-item>
50
- <ion-item button (click)="onNavigate('/screen/about/opensource-licences')">
51
- <ion-icon name="ribbon-outline" slot="start"></ion-icon>
52
- <ion-label>
53
- <div euimLabel>{{'euim.about.opensource.licences' | translate }}</div>
54
- </ion-label>
55
- </ion-item>
56
- <ion-item button (click)="onNavigate('/screen/about/legal-notice')">
57
- <ion-icon name="library-outline" slot="start"></ion-icon>
58
- <ion-label>
59
- <div euimLabel>{{'euim.about.legal.notice' | translate }}</div>
60
- </ion-label>
61
- </ion-item>
62
- <ion-item button (click)="onNavigate('/screen/about/help-support')">
63
- <ion-icon name="mail-outline" slot="start"></ion-icon>
64
- <ion-label>
65
- <div euimLabel>{{'euim.about.help.support' | translate }}</div>
66
- </ion-label>
67
- </ion-item>
68
- </ion-list>
69
- </euim-about>
70
- </ion-content>
@@ -1,19 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import { NavController } from '@ionic/angular';
3
-
4
- @Component({
5
- templateUrl: './about.component.html'
6
- })
7
- export class AboutComponent {
8
- showCode = false;
9
-
10
- constructor(
11
- private navCtrl: NavController,
12
- ) {}
13
- toggleQRCode(): void {
14
- this.showCode = !this.showCode;
15
- }
16
- onNavigate(url: string) {
17
- this.navCtrl.navigateForward(url);
18
- }
19
- }
@@ -1,30 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { AboutRoutingModule } from './about-routing.module';
3
- import { AboutComponent } from './about.component';
4
- import { ChangeLogComponent } from './change-log/changelog.component';
5
- import { LicenceDetailsComponent } from './licence-details/licence-details.component';
6
- import { PrivacystatementComponent } from './privacy-statement/privacy-statement.component';
7
- import { LegalNoticeComponent } from './legal-notice/legal-notice.component';
8
- import { HelpSupportComponent } from './help-support/help-support.component';
9
- import { OpensourceLicencesComponent } from './opensource-licences/opensource-licences.component';
10
- import { SharedModule } from '@shared/shared.module';
11
- import { TranslateModule } from '@ngx-translate/core';
12
-
13
- @NgModule({
14
- imports: [
15
- SharedModule,
16
- AboutRoutingModule,
17
- TranslateModule,
18
- ],
19
- declarations: [
20
- AboutComponent,
21
- ChangeLogComponent,
22
- PrivacystatementComponent,
23
- LegalNoticeComponent,
24
- HelpSupportComponent,
25
- LicenceDetailsComponent,
26
- OpensourceLicencesComponent
27
- ],
28
- })
29
- export class Module {
30
- }
@@ -1,11 +0,0 @@
1
- <ion-header>
2
- <ion-toolbar color="branding">
3
- <euim-toolbar>
4
- <euim-toolbar-title>{{ 'euim.about.changelog' | translate }}</euim-toolbar-title>
5
- </euim-toolbar>
6
- </ion-toolbar>
7
- </ion-header>
8
- <ion-content>
9
- <euim-changelog [changeLogs]="changeLogs">
10
- </euim-changelog>
11
- </ion-content>
@@ -1,102 +0,0 @@
1
- import { Component } from '@angular/core';
2
- @Component({
3
- templateUrl: './changelog.component.html'
4
- })
5
- export class ChangeLogComponent {
6
- changeLogs = [
7
- {
8
- version: 'v1.2.0',
9
- sections: [
10
- {
11
- name: 'New features',
12
- items: [
13
- 'Lorem ipsum sit amelor dot alersi',
14
- 'Addenadum, des ameliori dora cantine imaginum des cornes',
15
- 'Prioridari modulo EXANTI pero alumnides monitoro alere umo quorum pano',
16
- ],
17
- },
18
- {
19
- name: 'Improvements',
20
- items: [
21
- 'Nuevo funcciono uno',
22
- 'Apprenati koleos amedo del corossa',
23
- 'Aperanci todo formas y formulas',
24
- ],
25
- },
26
- {
27
- name: 'Bugfixes',
28
- items: [
29
- 'Fixato lorem ipsum et amelori',
30
- 'Correctus magnus magnificus',
31
- 'Reparus extra petiti textus',
32
- ],
33
- },
34
- ],
35
- },
36
- {
37
- version: 'v1.1.2',
38
- sections: [
39
- {
40
- name: 'New features',
41
- items: [
42
- 'Lorem ipsum sit amelor dot alersi',
43
- 'Addenadum, des ameliori dora cantine imaginum des cornes',
44
- 'Prioridari modulo EXANTI pero alumnides monitoro alere umo quorum pano',
45
- ],
46
- },
47
- {
48
- name: 'Improvements',
49
- items: [
50
- 'Nuevo funcciono uno',
51
- ],
52
- },
53
- {
54
- name: 'Bugfixes',
55
- items: [],
56
- },
57
- ],
58
- },
59
- {
60
- version: 'v1.1.0',
61
- sections: [
62
- {
63
- name: 'New features',
64
- items: [
65
- 'Home page',
66
- 'Main menu',
67
- ],
68
- },
69
- {
70
- name: 'Improvements',
71
- items: [
72
- 'Nuevo funcciono uno',
73
- ],
74
- },
75
- {
76
- name: 'Bugfixes',
77
- items: [],
78
- },
79
- ],
80
- },
81
- {
82
- version: 'v1.0.1',
83
- sections: [
84
- {
85
- name: 'New features',
86
- items: [
87
- 'Initial version',
88
- ],
89
- },
90
- {
91
- name: 'Improvements',
92
- items: [],
93
- },
94
- {
95
- name: 'bugfixes',
96
- items: [],
97
- },
98
- ],
99
- },
100
- ];
101
-
102
- }
@@ -1,20 +0,0 @@
1
- <ion-header>
2
- <ion-toolbar color="branding">
3
- <euim-toolbar>
4
- <euim-toolbar-title>{{ 'euim.about.help.support' | translate }}</euim-toolbar-title>
5
- </euim-toolbar>
6
-
7
- <euim-alert-message color="branding">
8
- <ion-icon name="person-circle" slotStart></ion-icon>
9
- {{ alertInfos.title }}
10
-
11
- <ion-button [href]="alertInfos.btnLink" slotEnd size="small" fill="outline">
12
- <strong>{{ alertInfos.btnTitle }}</strong>
13
- </ion-button>
14
- </euim-alert-message>
15
- </ion-toolbar>
16
- </ion-header>
17
- <ion-content>
18
- <euim-help-support [helpAndSupportItems]="helpAndSupportItems">
19
- </euim-help-support>
20
- </ion-content>
@@ -1,75 +0,0 @@
1
- import { Component } from '@angular/core';
2
-
3
- @Component({
4
- templateUrl: './help-support.component.html'
5
- })
6
- export class HelpSupportComponent {
7
- alertInfos = {
8
- icon: 'person-circle',
9
- title: 'Looking for staff member?',
10
- btnLink: '.',
11
- btnTitle: 'FIND PERSON'
12
- }
13
-
14
- helpAndSupportItems = [
15
- {
16
- sectionTitle: 'CONTACT US',
17
- items: [
18
- {
19
- title: '+352 123 45 67890',
20
- phone: '+352 123 45 67890',
21
- subtitle: 'Customer service',
22
- startIcon: 'call',
23
- hasBottomLine: true
24
- },
25
- {
26
- title: '+32 123 45 67890',
27
- phone: '+32 123 45 67890',
28
- subtitle: 'Helpdesk support',
29
- startIcon: 'call',
30
- hasBottomLine: true
31
- },
32
- {
33
- title: 'digit-eui-support@ec.europa.eu',
34
- mail: 'digit-eui-support@ec.europa.eu',
35
- subtitle: 'Helpdesk support',
36
- startIcon: 'at',
37
- hasBottomLine: true
38
- },
39
- {
40
- title: 'EC Microsoft Teams',
41
- link: 'https://teams.microsoft.com/l/channel/19%3a6db7a6cef52340eb91d67b8d75db2523%40thread.tacv2/%25E2%259D%2593%25E2%259D%2593%2520%2520HELPDESK%2520and%2520SUPPORT?groupId=fb6def72-c57b-4e8f-a82e-49be65d6e1f5&tenantId=b24c8b06-522c-46fe-9080-70926f8dddb1',
42
- subtitle: 'Microsoft Teams helpdesk channel',
43
- startIcon: 'people'
44
- },
45
- ],
46
- },
47
- {
48
- sectionTitle: 'SUPPORT MATERIALS',
49
- items: [
50
- {
51
- title: 'eUI / mobile manual',
52
- subtitle: 'Getting started with library',
53
- link: 'https://euidev.ecdevops.eu/eui-showcase-mobile-18.x/home',
54
- startIcon: 'book',
55
- endIcon: 'link'
56
- },
57
- {
58
- title: 'EU Login',
59
- subtitle: 'User manual',
60
- link: 'https://webgate.ec.europa.eu/cas/help.html',
61
- startIcon: 'book',
62
- endIcon: 'link'
63
- },
64
- {
65
- title: 'FAQ',
66
- subtitle: 'Frequently asked questions',
67
- link: 'https://ec.europa.eu/sustainable-finance-taxonomy/faq',
68
- startIcon: 'book',
69
- endIcon: 'link'
70
- }
71
- ]
72
- }
73
- ];
74
-
75
- }
@@ -1,12 +0,0 @@
1
- <ion-header>
2
- <ion-toolbar color="branding">
3
- <euim-toolbar>
4
- <euim-toolbar-title>{{ 'euim.about.legal.notice' | translate }}</euim-toolbar-title>
5
- </euim-toolbar>
6
- </ion-toolbar>
7
- </ion-header>
8
- <ion-content>
9
- <euim-about-content-loading>
10
- <euim-pdf-viewer url="assets/docs/pdf-test.pdf"></euim-pdf-viewer>
11
- </euim-about-content-loading>
12
- </ion-content>
@@ -1,8 +0,0 @@
1
- import { Component } from '@angular/core';
2
-
3
- @Component({
4
- templateUrl: './legal-notice.component.html'
5
- })
6
- export class LegalNoticeComponent {
7
-
8
- }