jsf.js_next_gen 4.1.0-beta.4 → 4.1.0-beta.7

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 (408) hide show
  1. package/README.md +4 -0
  2. package/dist/docs/functions/faces.getClientWindow.html +2 -2
  3. package/dist/docs/functions/faces.getProjectStage.html +2 -2
  4. package/dist/docs/functions/faces.util.chain.html +2 -2
  5. package/dist/docs/index.html +22 -6
  6. package/dist/window/faces-development.js +1172 -65
  7. package/dist/window/faces-development.js.map +1 -1
  8. package/dist/window/faces.js +1 -1
  9. package/dist/window/faces.js.map +1 -1
  10. package/dist/window/jsf-development.js +1172 -65
  11. package/dist/window/jsf-development.js.map +1 -1
  12. package/dist/window/jsf.js +1 -1
  13. package/dist/window/jsf.js.map +1 -1
  14. package/package.json +6 -6
  15. package/.claude/settings.local.json +0 -16
  16. package/.github/workflows/codeql-analysis.yml +0 -83
  17. package/.github/workflows/nodejs.yml +0 -26
  18. package/.mocharc.json +0 -10
  19. package/.nyc_output/384344d4-4f46-455f-84c3-010f829098cb.json +0 -1
  20. package/.nyc_output/a0f90016-f4f9-4039-bb51-57f4f7050541.json +0 -1
  21. package/.nyc_output/db388b5d-0b79-4bce-afd2-001aaf6f0245.json +0 -1
  22. package/.nyc_output/processinfo/384344d4-4f46-455f-84c3-010f829098cb.json +0 -1
  23. package/.nyc_output/processinfo/a0f90016-f4f9-4039-bb51-57f4f7050541.json +0 -1
  24. package/.nyc_output/processinfo/db388b5d-0b79-4bce-afd2-001aaf6f0245.json +0 -1
  25. package/.nyc_output/processinfo/index.json +0 -1
  26. package/.nycrc +0 -6
  27. package/build.cmd +0 -1
  28. package/build.sh +0 -3
  29. package/mvnw +0 -286
  30. package/mvnw.cmd +0 -161
  31. package/plans for 4.0.1.txt +0 -8
  32. package/remap.ts +0 -51
  33. package/src/main/java/com/example/jsfs_js_ts/DecoratedFacesJS.java +0 -94
  34. package/src/main/java/com/example/jsfs_js_ts/DecoratingResourceHandlerWrapper.java +0 -54
  35. package/src/main/java/com/example/jsfs_js_ts/FacesJSMapFileResourceWrapper.java +0 -57
  36. package/src/main/java/com/example/jsfs_js_ts/FacesJSMappingDecorator.java +0 -138
  37. package/src/main/resources/application.properties +0 -1
  38. package/src/main/test.xml +0 -23
  39. package/src/main/typescript/@types/definitions/index.d.ts +0 -165
  40. package/src/main/typescript/api/_api.ts +0 -338
  41. package/src/main/typescript/api/faces.ts +0 -44
  42. package/src/main/typescript/api/jsf.ts +0 -61
  43. package/src/main/typescript/impl/AjaxImpl.ts +0 -852
  44. package/src/main/typescript/impl/PushImpl.ts +0 -279
  45. package/src/main/typescript/impl/core/Const.ts +0 -219
  46. package/src/main/typescript/impl/core/ImplTypes.ts +0 -42
  47. package/src/main/typescript/impl/i18n/Messages.ts +0 -118
  48. package/src/main/typescript/impl/util/Assertions.ts +0 -116
  49. package/src/main/typescript/impl/util/AsyncRunnable.ts +0 -147
  50. package/src/main/typescript/impl/util/ExtDomQuery.ts +0 -338
  51. package/src/main/typescript/impl/util/FileUtils.ts +0 -109
  52. package/src/main/typescript/impl/util/HiddenInputBuilder.ts +0 -93
  53. package/src/main/typescript/impl/util/IListener.ts +0 -18
  54. package/src/main/typescript/impl/util/Lang.ts +0 -277
  55. package/src/main/typescript/impl/util/XhrQueueController.ts +0 -98
  56. package/src/main/typescript/impl/xhrCore/ErrorData.ts +0 -125
  57. package/src/main/typescript/impl/xhrCore/EventData.ts +0 -58
  58. package/src/main/typescript/impl/xhrCore/IResponseProcessor.ts +0 -159
  59. package/src/main/typescript/impl/xhrCore/RequestDataResolver.ts +0 -196
  60. package/src/main/typescript/impl/xhrCore/Response.ts +0 -234
  61. package/src/main/typescript/impl/xhrCore/ResponseDataResolver.ts +0 -121
  62. package/src/main/typescript/impl/xhrCore/ResponseProcessor.ts +0 -561
  63. package/src/main/typescript/impl/xhrCore/XhrFormData.ts +0 -175
  64. package/src/main/typescript/impl/xhrCore/XhrRequest.ts +0 -528
  65. package/src/main/typescript/mona_dish_shim.ts +0 -33
  66. package/src/main/typescript/myfaces/OamSubmit.ts +0 -132
  67. package/src/main/typescript/test/api/MyFacesABTest.spec.ts +0 -117
  68. package/src/main/typescript/test/frameworkBase/LangTest.spec.ts +0 -145
  69. package/src/main/typescript/test/frameworkBase/_ext/monadish/DomQueryTest.spec.ts +0 -798
  70. package/src/main/typescript/test/frameworkBase/_ext/monadish/LangTest.spec.ts +0 -130
  71. package/src/main/typescript/test/frameworkBase/_ext/monadish/MappingProbes.ts +0 -148
  72. package/src/main/typescript/test/frameworkBase/_ext/monadish/MappingTest.spec.ts +0 -46
  73. package/src/main/typescript/test/frameworkBase/_ext/monadish/MonadTest.spec.ts +0 -170
  74. package/src/main/typescript/test/frameworkBase/_ext/monadish/XmlQueryTest.spec.ts +0 -0
  75. package/src/main/typescript/test/frameworkBase/_ext/monadish/fixtures/blank.css +0 -15
  76. package/src/main/typescript/test/frameworkBase/_ext/monadish/fixtures/test.js +0 -16
  77. package/src/main/typescript/test/frameworkBase/_ext/monadish/fixtures/test2.js +0 -16
  78. package/src/main/typescript/test/frameworkBase/_ext/monadish/markups/tobago-with-header.ts +0 -921
  79. package/src/main/typescript/test/frameworkBase/_ext/monadish/markups/tobago-without-header.ts +0 -108
  80. package/src/main/typescript/test/frameworkBase/_ext/shared/StandardInits.ts +0 -761
  81. package/src/main/typescript/test/frameworkBase/_ext/shared/XmlResponses.ts +0 -313
  82. package/src/main/typescript/test/frameworkBase/_ext/shared/fixtures/css/bootstrap-icons.css +0 -15
  83. package/src/main/typescript/test/frameworkBase/_ext/shared/fixtures/css/tobago.css +0 -15
  84. package/src/main/typescript/test/frameworkBase/_ext/shared/fixtures/jakarta.faces.resource/faces.js.jsf +0 -15
  85. package/src/main/typescript/test/frameworkBase/_ext/shared/fixtures/js/tobago.js +0 -15
  86. package/src/main/typescript/test/impl/ImplTest.spec.ts +0 -232
  87. package/src/main/typescript/test/impl/ImplTest_23.spec.ts +0 -125
  88. package/src/main/typescript/test/impl/SeparatorCharsTest.spec.ts +0 -82
  89. package/src/main/typescript/test/impl/util/ExtDomQueryTest.spec.ts +0 -68
  90. package/src/main/typescript/test/myfaces/OamSubmit.spec.ts +0 -134
  91. package/src/main/typescript/test/myfaces/OnLoad.spec.ts +0 -52
  92. package/src/main/typescript/test/myfaces/ReserveNamespace.spec.ts +0 -69
  93. package/src/main/typescript/test/queue/AsynchronousProbe.ts +0 -105
  94. package/src/main/typescript/test/queue/AsynchronousQueueTest.spec.ts +0 -108
  95. package/src/main/typescript/test/xhrCore/ClientWindow.spec.ts +0 -79
  96. package/src/main/typescript/test/xhrCore/ErrorChainTest.spec.ts +0 -148
  97. package/src/main/typescript/test/xhrCore/EventTests.spec.ts +0 -164
  98. package/src/main/typescript/test/xhrCore/FakeWebsocket.ts +0 -39
  99. package/src/main/typescript/test/xhrCore/FileUploadTest.spec.ts +0 -162
  100. package/src/main/typescript/test/xhrCore/NamespacesRequestTest.spec.ts +0 -208
  101. package/src/main/typescript/test/xhrCore/OamSubmitTest.spec.ts +0 -185
  102. package/src/main/typescript/test/xhrCore/RequestParamsTest.spec.ts +0 -566
  103. package/src/main/typescript/test/xhrCore/RequestTest.spec.ts +0 -920
  104. package/src/main/typescript/test/xhrCore/RequestTest_23.spec.ts +0 -405
  105. package/src/main/typescript/test/xhrCore/ResponseTest.spec.ts +0 -769
  106. package/src/main/typescript/test/xhrCore/ResponseTest23.spec.ts +0 -413
  107. package/src/main/typescript/test/xhrCore/ShadowDomTest.spec.ts +0 -102
  108. package/src/main/typescript/test/xhrCore/TobagoFileUploadTest.spec.ts +0 -117
  109. package/src/main/typescript/test/xhrCore/WebsocketTest.ts +0 -221
  110. package/src/main/typescript/test/xhrCore/XhrFormDataTest.spec.ts +0 -119
  111. package/src/main/typescript/test/xhrCore/XhrRequestProgress.spec.ts +0 -95
  112. package/src/main/typescript/test/xhrCore/fixtures/addedViewHead1.js +0 -16
  113. package/src/main/typescript/test/xhrCore/fixtures/addedViewHead2.css +0 -18
  114. package/src/main/typescript/test/xhrCore/fixtures/addedViewHead2.js +0 -16
  115. package/src/main/typescript/test/xhrCore/fixtures/addedViewHead3.js +0 -16
  116. package/src/main/typescript/test/xhrCore/fixtures/nonce_script.js +0 -16
  117. package/src/main/typescript/test.xml +0 -6
  118. package/src/main/typescript/tsconfig-typedoc.json +0 -36
  119. package/src/main/typescript/tsconfig.json +0 -46
  120. package/src/test/java/com/example/jsfs_js_ts/JsfsJsTsApplicationTests.java +0 -15
  121. package/src/test/resources/.gz +0 -0
  122. package/src/test/resources/fileuploadtest.html +0 -24
  123. package/src/test/resources/jsf-development.js +0 -3559
  124. package/src/test/resources/jsf-development.js.br +0 -0
  125. package/src/test/resources/jsf-development.js.gz +0 -0
  126. package/src/test/resources/jsf-development.js.map +0 -1
  127. package/src/test/resources/jsf.js +0 -3
  128. package/src/test/resources/jsf.js.br +0 -0
  129. package/src/test/resources/jsf.js.gz +0 -0
  130. package/target/api/_api.js +0 -320
  131. package/target/api/_api.js.map +0 -1
  132. package/target/api/faces.js +0 -45
  133. package/target/api/faces.js.map +0 -1
  134. package/target/api/jsf.js +0 -56
  135. package/target/api/jsf.js.map +0 -1
  136. package/target/impl/AjaxImpl.js +0 -748
  137. package/target/impl/AjaxImpl.js.map +0 -1
  138. package/target/impl/PushImpl.js +0 -265
  139. package/target/impl/PushImpl.js.map +0 -1
  140. package/target/impl/core/Const.js +0 -177
  141. package/target/impl/core/Const.js.map +0 -1
  142. package/target/impl/core/ImplTypes.js +0 -38
  143. package/target/impl/core/ImplTypes.js.map +0 -1
  144. package/target/impl/i18n/Messages.js +0 -113
  145. package/target/impl/i18n/Messages.js.map +0 -1
  146. package/target/impl/util/Assertions.js +0 -101
  147. package/target/impl/util/Assertions.js.map +0 -1
  148. package/target/impl/util/AsyncRunnable.js +0 -78
  149. package/target/impl/util/AsyncRunnable.js.map +0 -1
  150. package/target/impl/util/ExtDomQuery.js +0 -306
  151. package/target/impl/util/ExtDomQuery.js.map +0 -1
  152. package/target/impl/util/FileUtils.js +0 -98
  153. package/target/impl/util/FileUtils.js.map +0 -1
  154. package/target/impl/util/HiddenInputBuilder.js +0 -83
  155. package/target/impl/util/HiddenInputBuilder.js.map +0 -1
  156. package/target/impl/util/IListener.js +0 -3
  157. package/target/impl/util/IListener.js.map +0 -1
  158. package/target/impl/util/Lang.js +0 -263
  159. package/target/impl/util/Lang.js.map +0 -1
  160. package/target/impl/util/XhrQueueController.js +0 -92
  161. package/target/impl/util/XhrQueueController.js.map +0 -1
  162. package/target/impl/xhrCore/ErrorData.js +0 -87
  163. package/target/impl/xhrCore/ErrorData.js.map +0 -1
  164. package/target/impl/xhrCore/EventData.js +0 -52
  165. package/target/impl/xhrCore/EventData.js.map +0 -1
  166. package/target/impl/xhrCore/IResponseProcessor.js +0 -3
  167. package/target/impl/xhrCore/IResponseProcessor.js.map +0 -1
  168. package/target/impl/xhrCore/RequestDataResolver.js +0 -186
  169. package/target/impl/xhrCore/RequestDataResolver.js.map +0 -1
  170. package/target/impl/xhrCore/ResonseDataResolver.js +0 -104
  171. package/target/impl/xhrCore/ResonseDataResolver.js.map +0 -1
  172. package/target/impl/xhrCore/Response.js +0 -186
  173. package/target/impl/xhrCore/Response.js.map +0 -1
  174. package/target/impl/xhrCore/ResponseDataResolver.js +0 -104
  175. package/target/impl/xhrCore/ResponseDataResolver.js.map +0 -1
  176. package/target/impl/xhrCore/ResponseProcessor.js +0 -468
  177. package/target/impl/xhrCore/ResponseProcessor.js.map +0 -1
  178. package/target/impl/xhrCore/XhrFormData.js +0 -163
  179. package/target/impl/xhrCore/XhrFormData.js.map +0 -1
  180. package/target/impl/xhrCore/XhrRequest.js +0 -433
  181. package/target/impl/xhrCore/XhrRequest.js.map +0 -1
  182. package/target/mona_dish_shim.js +0 -70
  183. package/target/mona_dish_shim.js.map +0 -1
  184. package/target/myfaces/OamSubmit.js +0 -128
  185. package/target/myfaces/OamSubmit.js.map +0 -1
  186. package/target/src/main/typescript/api/_api.js +0 -317
  187. package/target/src/main/typescript/api/_api.js.map +0 -1
  188. package/target/src/main/typescript/api/faces.js +0 -43
  189. package/target/src/main/typescript/api/faces.js.map +0 -1
  190. package/target/src/main/typescript/api/jsf.js +0 -54
  191. package/target/src/main/typescript/api/jsf.js.map +0 -1
  192. package/target/src/main/typescript/impl/AjaxImpl.js +0 -745
  193. package/target/src/main/typescript/impl/AjaxImpl.js.map +0 -1
  194. package/target/src/main/typescript/impl/PushImpl.js +0 -262
  195. package/target/src/main/typescript/impl/PushImpl.js.map +0 -1
  196. package/target/src/main/typescript/impl/core/Const.js +0 -170
  197. package/target/src/main/typescript/impl/core/Const.js.map +0 -1
  198. package/target/src/main/typescript/impl/core/ImplTypes.js +0 -34
  199. package/target/src/main/typescript/impl/core/ImplTypes.js.map +0 -1
  200. package/target/src/main/typescript/impl/i18n/Messages.js +0 -109
  201. package/target/src/main/typescript/impl/i18n/Messages.js.map +0 -1
  202. package/target/src/main/typescript/impl/util/Assertions.js +0 -98
  203. package/target/src/main/typescript/impl/util/Assertions.js.map +0 -1
  204. package/target/src/main/typescript/impl/util/AsyncRunnable.js +0 -74
  205. package/target/src/main/typescript/impl/util/AsyncRunnable.js.map +0 -1
  206. package/target/src/main/typescript/impl/util/ExtDomQuery.js +0 -301
  207. package/target/src/main/typescript/impl/util/ExtDomQuery.js.map +0 -1
  208. package/target/src/main/typescript/impl/util/FileUtils.js +0 -91
  209. package/target/src/main/typescript/impl/util/FileUtils.js.map +0 -1
  210. package/target/src/main/typescript/impl/util/HiddenInputBuilder.js +0 -79
  211. package/target/src/main/typescript/impl/util/HiddenInputBuilder.js.map +0 -1
  212. package/target/src/main/typescript/impl/util/IListener.js +0 -2
  213. package/target/src/main/typescript/impl/util/IListener.js.map +0 -1
  214. package/target/src/main/typescript/impl/util/Lang.js +0 -260
  215. package/target/src/main/typescript/impl/util/Lang.js.map +0 -1
  216. package/target/src/main/typescript/impl/util/XhrQueueController.js +0 -88
  217. package/target/src/main/typescript/impl/util/XhrQueueController.js.map +0 -1
  218. package/target/src/main/typescript/impl/xhrCore/ErrorData.js +0 -83
  219. package/target/src/main/typescript/impl/xhrCore/ErrorData.js.map +0 -1
  220. package/target/src/main/typescript/impl/xhrCore/EventData.js +0 -48
  221. package/target/src/main/typescript/impl/xhrCore/EventData.js.map +0 -1
  222. package/target/src/main/typescript/impl/xhrCore/IResponseProcessor.js +0 -2
  223. package/target/src/main/typescript/impl/xhrCore/IResponseProcessor.js.map +0 -1
  224. package/target/src/main/typescript/impl/xhrCore/RequestDataResolver.js +0 -172
  225. package/target/src/main/typescript/impl/xhrCore/RequestDataResolver.js.map +0 -1
  226. package/target/src/main/typescript/impl/xhrCore/Response.js +0 -183
  227. package/target/src/main/typescript/impl/xhrCore/Response.js.map +0 -1
  228. package/target/src/main/typescript/impl/xhrCore/ResponseDataResolver.js +0 -98
  229. package/target/src/main/typescript/impl/xhrCore/ResponseDataResolver.js.map +0 -1
  230. package/target/src/main/typescript/impl/xhrCore/ResponseProcessor.js +0 -464
  231. package/target/src/main/typescript/impl/xhrCore/ResponseProcessor.js.map +0 -1
  232. package/target/src/main/typescript/impl/xhrCore/XhrFormData.js +0 -159
  233. package/target/src/main/typescript/impl/xhrCore/XhrFormData.js.map +0 -1
  234. package/target/src/main/typescript/impl/xhrCore/XhrRequest.js +0 -429
  235. package/target/src/main/typescript/impl/xhrCore/XhrRequest.js.map +0 -1
  236. package/target/src/main/typescript/mona_dish_shim.js +0 -32
  237. package/target/src/main/typescript/mona_dish_shim.js.map +0 -1
  238. package/target/src/main/typescript/myfaces/OamSubmit.js +0 -125
  239. package/target/src/main/typescript/myfaces/OamSubmit.js.map +0 -1
  240. package/target/src/main/typescript/test/api/MyFacesABTest.spec.js +0 -115
  241. package/target/src/main/typescript/test/api/MyFacesABTest.spec.js.map +0 -1
  242. package/target/src/main/typescript/test/frameworkBase/LangTest.spec.js +0 -120
  243. package/target/src/main/typescript/test/frameworkBase/LangTest.spec.js.map +0 -1
  244. package/target/src/main/typescript/test/frameworkBase/_ext/monadish/DomQueryTest.spec.js +0 -656
  245. package/target/src/main/typescript/test/frameworkBase/_ext/monadish/DomQueryTest.spec.js.map +0 -1
  246. package/target/src/main/typescript/test/frameworkBase/_ext/monadish/LangTest.spec.js +0 -101
  247. package/target/src/main/typescript/test/frameworkBase/_ext/monadish/LangTest.spec.js.map +0 -1
  248. package/target/src/main/typescript/test/frameworkBase/_ext/monadish/MappingProbes.js +0 -101
  249. package/target/src/main/typescript/test/frameworkBase/_ext/monadish/MappingProbes.js.map +0 -1
  250. package/target/src/main/typescript/test/frameworkBase/_ext/monadish/MappingTest.spec.js +0 -37
  251. package/target/src/main/typescript/test/frameworkBase/_ext/monadish/MappingTest.spec.js.map +0 -1
  252. package/target/src/main/typescript/test/frameworkBase/_ext/monadish/MonadTest.spec.js +0 -148
  253. package/target/src/main/typescript/test/frameworkBase/_ext/monadish/MonadTest.spec.js.map +0 -1
  254. package/target/src/main/typescript/test/frameworkBase/_ext/monadish/XmlQueryTest.spec.js +0 -2
  255. package/target/src/main/typescript/test/frameworkBase/_ext/monadish/XmlQueryTest.spec.js.map +0 -1
  256. package/target/src/main/typescript/test/frameworkBase/_ext/monadish/markups/tobago-with-header.js +0 -922
  257. package/target/src/main/typescript/test/frameworkBase/_ext/monadish/markups/tobago-with-header.js.map +0 -1
  258. package/target/src/main/typescript/test/frameworkBase/_ext/monadish/markups/tobago-without-header.js +0 -109
  259. package/target/src/main/typescript/test/frameworkBase/_ext/monadish/markups/tobago-without-header.js.map +0 -1
  260. package/target/src/main/typescript/test/frameworkBase/_ext/shared/StandardInits.js +0 -733
  261. package/target/src/main/typescript/test/frameworkBase/_ext/shared/StandardInits.js.map +0 -1
  262. package/target/src/main/typescript/test/frameworkBase/_ext/shared/XmlResponses.js +0 -292
  263. package/target/src/main/typescript/test/frameworkBase/_ext/shared/XmlResponses.js.map +0 -1
  264. package/target/src/main/typescript/test/impl/ImplTest.spec.js +0 -190
  265. package/target/src/main/typescript/test/impl/ImplTest.spec.js.map +0 -1
  266. package/target/src/main/typescript/test/impl/ImplTest_23.spec.js +0 -108
  267. package/target/src/main/typescript/test/impl/ImplTest_23.spec.js.map +0 -1
  268. package/target/src/main/typescript/test/impl/SeparatorCharsTest.spec.js +0 -71
  269. package/target/src/main/typescript/test/impl/SeparatorCharsTest.spec.js.map +0 -1
  270. package/target/src/main/typescript/test/impl/util/ExtDomQueryTest.spec.js +0 -72
  271. package/target/src/main/typescript/test/impl/util/ExtDomQueryTest.spec.js.map +0 -1
  272. package/target/src/main/typescript/test/myfaces/OamSubmit.spec.js +0 -113
  273. package/target/src/main/typescript/test/myfaces/OamSubmit.spec.js.map +0 -1
  274. package/target/src/main/typescript/test/myfaces/OnLoad.spec.js +0 -55
  275. package/target/src/main/typescript/test/myfaces/OnLoad.spec.js.map +0 -1
  276. package/target/src/main/typescript/test/myfaces/ReserveNamespace.spec.js +0 -58
  277. package/target/src/main/typescript/test/myfaces/ReserveNamespace.spec.js.map +0 -1
  278. package/target/src/main/typescript/test/queue/AsynchronousProbe.js +0 -89
  279. package/target/src/main/typescript/test/queue/AsynchronousProbe.js.map +0 -1
  280. package/target/src/main/typescript/test/queue/AsynchronousQueueTest.spec.js +0 -98
  281. package/target/src/main/typescript/test/queue/AsynchronousQueueTest.spec.js.map +0 -1
  282. package/target/src/main/typescript/test/xhrCore/ClientWindow.spec.js +0 -66
  283. package/target/src/main/typescript/test/xhrCore/ClientWindow.spec.js.map +0 -1
  284. package/target/src/main/typescript/test/xhrCore/ErrorChainTest.spec.js +0 -140
  285. package/target/src/main/typescript/test/xhrCore/ErrorChainTest.spec.js.map +0 -1
  286. package/target/src/main/typescript/test/xhrCore/EventTests.spec.js +0 -149
  287. package/target/src/main/typescript/test/xhrCore/EventTests.spec.js.map +0 -1
  288. package/target/src/main/typescript/test/xhrCore/FakeWebsocket.js +0 -34
  289. package/target/src/main/typescript/test/xhrCore/FakeWebsocket.js.map +0 -1
  290. package/target/src/main/typescript/test/xhrCore/FileUploadTest.spec.js +0 -146
  291. package/target/src/main/typescript/test/xhrCore/FileUploadTest.spec.js.map +0 -1
  292. package/target/src/main/typescript/test/xhrCore/NamespacesRequestTest.spec.js +0 -191
  293. package/target/src/main/typescript/test/xhrCore/NamespacesRequestTest.spec.js.map +0 -1
  294. package/target/src/main/typescript/test/xhrCore/OamSubmitTest.spec.js +0 -164
  295. package/target/src/main/typescript/test/xhrCore/OamSubmitTest.spec.js.map +0 -1
  296. package/target/src/main/typescript/test/xhrCore/RequestParamsTest.spec.js +0 -532
  297. package/target/src/main/typescript/test/xhrCore/RequestParamsTest.spec.js.map +0 -1
  298. package/target/src/main/typescript/test/xhrCore/RequestTest.spec.js +0 -810
  299. package/target/src/main/typescript/test/xhrCore/RequestTest.spec.js.map +0 -1
  300. package/target/src/main/typescript/test/xhrCore/RequestTest_23.spec.js +0 -347
  301. package/target/src/main/typescript/test/xhrCore/RequestTest_23.spec.js.map +0 -1
  302. package/target/src/main/typescript/test/xhrCore/ResponseTest.spec.js +0 -632
  303. package/target/src/main/typescript/test/xhrCore/ResponseTest.spec.js.map +0 -1
  304. package/target/src/main/typescript/test/xhrCore/ResponseTest23.spec.js +0 -332
  305. package/target/src/main/typescript/test/xhrCore/ResponseTest23.spec.js.map +0 -1
  306. package/target/src/main/typescript/test/xhrCore/ShadowDomTest.spec.js +0 -88
  307. package/target/src/main/typescript/test/xhrCore/ShadowDomTest.spec.js.map +0 -1
  308. package/target/src/main/typescript/test/xhrCore/TobagoFileUploadTest.spec.js +0 -112
  309. package/target/src/main/typescript/test/xhrCore/TobagoFileUploadTest.spec.js.map +0 -1
  310. package/target/src/main/typescript/test/xhrCore/WebsocketTest.js +0 -172
  311. package/target/src/main/typescript/test/xhrCore/WebsocketTest.js.map +0 -1
  312. package/target/src/main/typescript/test/xhrCore/XhrFormDataTest.spec.js +0 -114
  313. package/target/src/main/typescript/test/xhrCore/XhrFormDataTest.spec.js.map +0 -1
  314. package/target/src/main/typescript/test/xhrCore/XhrRequestProgress.spec.js +0 -95
  315. package/target/src/main/typescript/test/xhrCore/XhrRequestProgress.spec.js.map +0 -1
  316. package/target/test/api/MyFacesABTest.spec.js +0 -117
  317. package/target/test/api/MyFacesABTest.spec.js.map +0 -1
  318. package/target/test/frameworkBase/LangTest.spec.js +0 -123
  319. package/target/test/frameworkBase/LangTest.spec.js.map +0 -1
  320. package/target/test/frameworkBase/_ext/monadish/DomQueryTest.spec.js +0 -657
  321. package/target/test/frameworkBase/_ext/monadish/DomQueryTest.spec.js.map +0 -1
  322. package/target/test/frameworkBase/_ext/monadish/LangTest.spec.js +0 -107
  323. package/target/test/frameworkBase/_ext/monadish/LangTest.spec.js.map +0 -1
  324. package/target/test/frameworkBase/_ext/monadish/MappingProbes.js +0 -106
  325. package/target/test/frameworkBase/_ext/monadish/MappingProbes.js.map +0 -1
  326. package/target/test/frameworkBase/_ext/monadish/MappingTest.spec.js +0 -39
  327. package/target/test/frameworkBase/_ext/monadish/MappingTest.spec.js.map +0 -1
  328. package/target/test/frameworkBase/_ext/monadish/MonadTest.spec.js +0 -153
  329. package/target/test/frameworkBase/_ext/monadish/MonadTest.spec.js.map +0 -1
  330. package/target/test/frameworkBase/_ext/monadish/XmlQueryTest.spec.js +0 -1
  331. package/target/test/frameworkBase/_ext/monadish/XmlQueryTest.spec.js.map +0 -1
  332. package/target/test/frameworkBase/_ext/monadish/fixtures/test.js +0 -17
  333. package/target/test/frameworkBase/_ext/monadish/fixtures/test.js.map +0 -1
  334. package/target/test/frameworkBase/_ext/monadish/fixtures/test2.js +0 -17
  335. package/target/test/frameworkBase/_ext/monadish/fixtures/test2.js.map +0 -1
  336. package/target/test/frameworkBase/_ext/monadish/markups/tobago-with-header.js +0 -925
  337. package/target/test/frameworkBase/_ext/monadish/markups/tobago-with-header.js.map +0 -1
  338. package/target/test/frameworkBase/_ext/monadish/markups/tobago-without-header.js +0 -112
  339. package/target/test/frameworkBase/_ext/monadish/markups/tobago-without-header.js.map +0 -1
  340. package/target/test/frameworkBase/_ext/shared/StandardInits.js +0 -728
  341. package/target/test/frameworkBase/_ext/shared/StandardInits.js.map +0 -1
  342. package/target/test/frameworkBase/_ext/shared/XmlResponses.js +0 -296
  343. package/target/test/frameworkBase/_ext/shared/XmlResponses.js.map +0 -1
  344. package/target/test/frameworkBase/_ext/shared/fixtures/js/tobago.js +0 -16
  345. package/target/test/frameworkBase/_ext/shared/fixtures/js/tobago.js.map +0 -1
  346. package/target/test/impl/ImplTest.spec.js +0 -225
  347. package/target/test/impl/ImplTest.spec.js.map +0 -1
  348. package/target/test/impl/ImplTest_23.spec.js +0 -143
  349. package/target/test/impl/ImplTest_23.spec.js.map +0 -1
  350. package/target/test/impl/SeparatorCharsTest.spec.js +0 -106
  351. package/target/test/impl/SeparatorCharsTest.spec.js.map +0 -1
  352. package/target/test/impl/util/ExtDomQueryTest.spec.js +0 -77
  353. package/target/test/impl/util/ExtDomQueryTest.spec.js.map +0 -1
  354. package/target/test/myfaces/OamSubmit.spec.js +0 -118
  355. package/target/test/myfaces/OamSubmit.spec.js.map +0 -1
  356. package/target/test/myfaces/OnLoad.spec.js +0 -57
  357. package/target/test/myfaces/OnLoad.spec.js.map +0 -1
  358. package/target/test/myfaces/ReserveNamespace.spec.js +0 -60
  359. package/target/test/myfaces/ReserveNamespace.spec.js.map +0 -1
  360. package/target/test/queue/AsynchronousProbe.js +0 -93
  361. package/target/test/queue/AsynchronousProbe.js.map +0 -1
  362. package/target/test/queue/AsynchronousQueueTest.spec.js +0 -133
  363. package/target/test/queue/AsynchronousQueueTest.spec.js.map +0 -1
  364. package/target/test/xhrCore/ClientWindow.spec.js +0 -101
  365. package/target/test/xhrCore/ClientWindow.spec.js.map +0 -1
  366. package/target/test/xhrCore/ErrorChainTest.spec.js +0 -175
  367. package/target/test/xhrCore/ErrorChainTest.spec.js.map +0 -1
  368. package/target/test/xhrCore/EventTests.spec.js +0 -184
  369. package/target/test/xhrCore/EventTests.spec.js.map +0 -1
  370. package/target/test/xhrCore/FakeWebsocket.js +0 -38
  371. package/target/test/xhrCore/FakeWebsocket.js.map +0 -1
  372. package/target/test/xhrCore/FileUploadTest.spec.js +0 -181
  373. package/target/test/xhrCore/FileUploadTest.spec.js.map +0 -1
  374. package/target/test/xhrCore/NamespacesRequestTest.spec.js +0 -226
  375. package/target/test/xhrCore/NamespacesRequestTest.spec.js.map +0 -1
  376. package/target/test/xhrCore/OamSubmitTest.spec.js +0 -199
  377. package/target/test/xhrCore/OamSubmitTest.spec.js.map +0 -1
  378. package/target/test/xhrCore/RequestParamsTest.spec.js +0 -567
  379. package/target/test/xhrCore/RequestParamsTest.spec.js.map +0 -1
  380. package/target/test/xhrCore/RequestTest.spec.js +0 -845
  381. package/target/test/xhrCore/RequestTest.spec.js.map +0 -1
  382. package/target/test/xhrCore/RequestTest_23.spec.js +0 -382
  383. package/target/test/xhrCore/RequestTest_23.spec.js.map +0 -1
  384. package/target/test/xhrCore/ResponseTest.spec.js +0 -667
  385. package/target/test/xhrCore/ResponseTest.spec.js.map +0 -1
  386. package/target/test/xhrCore/ResponseTest23.spec.js +0 -367
  387. package/target/test/xhrCore/ResponseTest23.spec.js.map +0 -1
  388. package/target/test/xhrCore/ShadowDomTest.spec.js +0 -123
  389. package/target/test/xhrCore/ShadowDomTest.spec.js.map +0 -1
  390. package/target/test/xhrCore/TobagoFileUploadTest.spec.js +0 -147
  391. package/target/test/xhrCore/TobagoFileUploadTest.spec.js.map +0 -1
  392. package/target/test/xhrCore/WebsocketTest.js +0 -207
  393. package/target/test/xhrCore/WebsocketTest.js.map +0 -1
  394. package/target/test/xhrCore/XhrFormDataTest.spec.js +0 -149
  395. package/target/test/xhrCore/XhrFormDataTest.spec.js.map +0 -1
  396. package/target/test/xhrCore/XhrRequestProgress.spec.js +0 -130
  397. package/target/test/xhrCore/XhrRequestProgress.spec.js.map +0 -1
  398. package/target/test/xhrCore/fixtures/addedViewHead1.js +0 -17
  399. package/target/test/xhrCore/fixtures/addedViewHead1.js.map +0 -1
  400. package/target/test/xhrCore/fixtures/addedViewHead2.js +0 -17
  401. package/target/test/xhrCore/fixtures/addedViewHead2.js.map +0 -1
  402. package/target/test/xhrCore/fixtures/addedViewHead3.js +0 -17
  403. package/target/test/xhrCore/fixtures/addedViewHead3.js.map +0 -1
  404. package/target/test/xhrCore/fixtures/nonce_script.js +0 -17
  405. package/target/test/xhrCore/fixtures/nonce_script.js.map +0 -1
  406. package/test/register-swc.cjs +0 -21
  407. package/tsconfig.json +0 -9
  408. package/webpack.config.ts +0 -54
package/README.md CHANGED
@@ -191,5 +191,9 @@ faces.ajax.request(document.getElementById("cmd_eval"), null,
191
191
  * Bugfixes which improve tck compliance
192
192
  * Integration in myfaces 4.0+ as default faces.js implementation
193
193
 
194
+ * update to typescript 6 in preparation for 7, fixed code to remove some ts6 compatibility overrides
195
+ * streamlined the build process which was partially still relying on custom scripts and the old npm ts plugin stack
196
+
197
+
194
198
 
195
199
 
@@ -1,3 +1,3 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>getClientWindow | jsf.js_next_gen</title><meta name="description" content="Documentation for jsf.js_next_gen"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">jsf.js_next_gen</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/faces.html">faces</a></li><li><a href="" aria-current="page">getClientWindow</a></li></ul><h1>Function getClientWindow</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="getclientwindow"><span class="tsd-kind-call-signature">getClientWindow</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">rootNode</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">Element</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><a href="#getclientwindow" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>returns the window identifier for the given node / window</p>
2
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">rootNode</span>: <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">Element</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><p>the window identifier or null if none is found</p>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>getClientWindow | jsf.js_next_gen</title><meta name="description" content="Documentation for jsf.js_next_gen"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">jsf.js_next_gen</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/faces.html">faces</a></li><li><a href="" aria-current="page">getClientWindow</a></li></ul><h1>Function getClientWindow</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="getclientwindow"><span class="tsd-kind-call-signature">getClientWindow</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">rootNode</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">Element</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">null</span><a href="#getclientwindow" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>returns the window identifier for the given node / window</p>
2
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">rootNode</span>: <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">Element</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">null</span></h4><p>the window identifier or null if none is found</p>
3
3
  </div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">jsf.js_next_gen</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>getProjectStage | jsf.js_next_gen</title><meta name="description" content="Documentation for jsf.js_next_gen"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">jsf.js_next_gen</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/faces.html">faces</a></li><li><a href="" aria-current="page">getProjectStage</a></li></ul><h1>Function getProjectStage</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="getprojectstage"><span class="tsd-kind-call-signature">getProjectStage</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><a href="#getprojectstage" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>This method is responsible for the return of a given project stage as defined
1
+ <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>getProjectStage | jsf.js_next_gen</title><meta name="description" content="Documentation for jsf.js_next_gen"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">jsf.js_next_gen</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/faces.html">faces</a></li><li><a href="" aria-current="page">getProjectStage</a></li></ul><h1>Function getProjectStage</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="getprojectstage"><span class="tsd-kind-call-signature">getProjectStage</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">null</span><a href="#getprojectstage" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>This method is responsible for the return of a given project stage as defined
2
2
  by the jsf specification.</p>
3
3
  <p/>
4
4
  Valid return values are:
@@ -7,6 +7,6 @@ Valid return values are:
7
7
  <li>&quot;Development&quot;</li>
8
8
  <li>&quot;SystemTest&quot;</li>
9
9
  <li>&quot;UnitTest&quot;</li>
10
- </li></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><p>the current project state emitted by the server side method:
10
+ </li></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">null</span></h4><p>the current project state emitted by the server side method:
11
11
  <i>jakarta.faces.application.Application.getProjectStage()</i></p>
12
12
  </div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">jsf.js_next_gen</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,6 +1,6 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>chain | jsf.js_next_gen</title><meta name="description" content="Documentation for jsf.js_next_gen"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">jsf.js_next_gen</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/faces.html">faces</a></li><li><a href="../modules/faces.util.html">util</a></li><li><a href="" aria-current="page">chain</a></li></ul><h1>Function chain</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="chain"><span class="tsd-kind-call-signature">chain</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">source</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">HTMLElement</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Event</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">funcs</span><span class="tsd-signature-symbol">:</span> (<span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">Function</span>)<span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><a href="#chain" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>varargs function which executes a chain of code (functions or any other code)</p>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>chain | jsf.js_next_gen</title><meta name="description" content="Documentation for jsf.js_next_gen"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">jsf.js_next_gen</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/faces.html">faces</a></li><li><a href="../modules/faces.util.html">util</a></li><li><a href="" aria-current="page">chain</a></li></ul><h1>Function chain</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="chain"><span class="tsd-kind-call-signature">chain</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">source</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">HTMLElement</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Event</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">funcs</span><span class="tsd-signature-symbol">:</span> (<span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">Function</span>)<span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><a href="#chain" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>varargs function which executes a chain of code (functions or any other code)</p>
2
2
  <p>if any of the code returns false, the execution
3
3
  is terminated prematurely skipping the rest of the code!</p>
4
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">source</span>: <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">HTMLElement</span></span></li><li><span><span class="tsd-kind-parameter">event</span>: <span class="tsd-signature-type">Event</span></span></li><li><span><span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">funcs</span>: (<span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">Function</span>)<span class="tsd-signature-symbol">[]</span></span><div class="tsd-comment tsd-typography"><p>... arbitrary array of functions or strings</p>
4
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">source</span>: <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">HTMLElement</span></span></li><li><span><span class="tsd-kind-parameter">event</span>: <span class="tsd-signature-type">Event</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">null</span></span></li><li><span><span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">funcs</span>: (<span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">Function</span>)<span class="tsd-signature-symbol">[]</span></span><div class="tsd-comment tsd-typography"><p>... arbitrary array of functions or strings</p>
5
5
  </div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><p>true if the chain has succeeded false otherwise</p>
6
6
  </div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">jsf.js_next_gen</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -136,11 +136,27 @@ and adjusts the references in the resource accordingly to the request patterns</
136
136
 
137
137
  <h2 id="changes-since-40" class="tsd-anchor-link">Changes since 4.0<a href="#changes-since-40" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
138
138
  <ul>
139
- <li>Elimination of Streams in favor of native arrays</li>
140
- <li>Providing an internal non intrusive shim for browsers which do not have array map and flapMap
141
- (older Edge and Chromium versions) - done in mona-dish</li>
142
- <li>Adding a progress monitoring functionality under the myfaces namespace</li>
143
- <li>Bugfixes which improve tck compliance</li>
144
- <li>Integration in myfaces 4.0+ as default faces.js implementation</li>
139
+ <li>
140
+ <p>Elimination of Streams in favor of native arrays</p>
141
+ </li>
142
+ <li>
143
+ <p>Providing an internal non intrusive shim for browsers which do not have array map and flapMap
144
+ (older Edge and Chromium versions) - done in mona-dish</p>
145
+ </li>
146
+ <li>
147
+ <p>Adding a progress monitoring functionality under the myfaces namespace</p>
148
+ </li>
149
+ <li>
150
+ <p>Bugfixes which improve tck compliance</p>
151
+ </li>
152
+ <li>
153
+ <p>Integration in myfaces 4.0+ as default faces.js implementation</p>
154
+ </li>
155
+ <li>
156
+ <p>update to typescript 6 in preparation for 7, fixed code to remove some ts6 compatibility overrides</p>
157
+ </li>
158
+ <li>
159
+ <p>streamlined the build process which was partially still relying on custom scripts and the old npm ts plugin stack</p>
160
+ </li>
145
161
  </ul>
146
162
  </div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><a href="#🚀-scratchpad-for-the-typescript-based-reimplementation-of-jsf-js"><span>🚀 <wbr/>Scratchpad for the typescript based reimplementation of jsf js</span></a><ul><li><a href="#what-is-this"><span>What is this?</span></a></li><li><a href="#status"><span>Status</span></a></li><li><ul><li><a href="#special-info"><span>Special info</span></a></li><li><a href="#general-build"><span>General build</span></a></li><li><ul><li><a href="#on-windows"><span>On <wbr/>Windows</span></a></li></ul></li><li><a href="#tests"><span>Tests</span></a></li><li><a href="#test-coverage"><span>Test <wbr/>Coverage</span></a></li><li><a href="#changelist-compared-to-the-original-implementation"><span>Changelist compared to the original implementation</span></a></li></ul></li><li><a href="#upload-support"><span>Upload <wbr/>Support</span></a></li><li><a href="#changes-since-40"><span>Changes since 4.0</span></a></li></ul></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="modules.html">jsf.js_next_gen</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>