jsf.js_next_gen 4.0.1-beta.8 → 4.0.2-beta.1

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 (191) hide show
  1. package/dist/window/faces-development.js +51 -6
  2. package/dist/window/faces-development.js.br +0 -0
  3. package/dist/window/faces-development.js.gz +0 -0
  4. package/dist/window/faces-development.js.map +1 -1
  5. package/dist/window/faces.js +1 -1
  6. package/dist/window/faces.js.br +0 -0
  7. package/dist/window/faces.js.gz +0 -0
  8. package/dist/window/faces.js.map +1 -1
  9. package/dist/window/jsf-development.js +51 -6
  10. package/dist/window/jsf-development.js.br +0 -0
  11. package/dist/window/jsf-development.js.gz +0 -0
  12. package/dist/window/jsf-development.js.map +1 -1
  13. package/dist/window/jsf.js +1 -1
  14. package/dist/window/jsf.js.br +0 -0
  15. package/dist/window/jsf.js.gz +0 -0
  16. package/dist/window/jsf.js.map +1 -1
  17. package/package.json +2 -2
  18. package/src/main/typescript/impl/util/ExtDomQuery.ts +8 -5
  19. package/src/main/typescript/impl/xhrCore/XhrRequest.ts +9 -0
  20. package/src/main/typescript/test/xhrCore/RequestParamsTest.spec.ts +2 -1
  21. package/target/impl/util/ExtDomQuery.js +7 -4
  22. package/target/impl/util/ExtDomQuery.js.map +1 -1
  23. package/target/impl/xhrCore/XhrRequest.js +8 -0
  24. package/target/impl/xhrCore/XhrRequest.js.map +1 -1
  25. package/target/test/xhrCore/RequestParamsTest.spec.js +2 -1
  26. package/target/test/xhrCore/RequestParamsTest.spec.js.map +1 -1
  27. package/webpack.config.js +1 -1
  28. package/webpack.config.js.map +1 -1
  29. package/target/AssocArray.js +0 -281
  30. package/target/AssocArray.js.map +0 -1
  31. package/target/Config.js +0 -235
  32. package/target/Config.js.map +0 -1
  33. package/target/CryptoExtensions.js +0 -112
  34. package/target/CryptoExtensions.js.map +0 -1
  35. package/target/DomQuery.js +0 -1963
  36. package/target/DomQuery.js.map +0 -1
  37. package/target/Es2019Array.js +0 -117
  38. package/target/Es2019Array.js.map +0 -1
  39. package/target/Global.js +0 -38
  40. package/target/Global.js.map +0 -1
  41. package/target/IDomQuery.js +0 -3
  42. package/target/IDomQuery.js.map +0 -1
  43. package/target/Lang.js +0 -183
  44. package/target/Lang.js.map +0 -1
  45. package/target/Messaging.js +0 -645
  46. package/target/Messaging.js.map +0 -1
  47. package/target/Monad.js +0 -330
  48. package/target/Monad.js.map +0 -1
  49. package/target/Promise.js +0 -296
  50. package/target/Promise.js.map +0 -1
  51. package/target/PromiseShim.js +0 -30
  52. package/target/PromiseShim.js.map +0 -1
  53. package/target/SourcesCollectors.js +0 -444
  54. package/target/SourcesCollectors.js.map +0 -1
  55. package/target/Stream.js +0 -562
  56. package/target/Stream.js.map +0 -1
  57. package/target/TagBuilder.js +0 -178
  58. package/target/TagBuilder.js.map +0 -1
  59. package/target/XmlQuery.js +0 -84
  60. package/target/XmlQuery.js.map +0 -1
  61. package/target/classes/com/example/jsfs_js_ts/DecoratedFacesJS.class +0 -0
  62. package/target/classes/com/example/jsfs_js_ts/DecoratingResourceHandlerWrapper.class +0 -0
  63. package/target/classes/com/example/jsfs_js_ts/FacesJSMapFileResourceWrapper.class +0 -0
  64. package/target/classes/com/example/jsfs_js_ts/FacesJSMappingDecorator.class +0 -0
  65. package/target/impl/core/Context.js +0 -10
  66. package/target/impl/core/Context.js.map +0 -1
  67. package/target/impl/util/AsyncQueue.js +0 -109
  68. package/target/impl/util/AsyncQueue.js.map +0 -1
  69. package/target/impl/util/HiddenElementBuilder.js +0 -7
  70. package/target/impl/util/HiddenElementBuilder.js.map +0 -1
  71. package/target/impl/util/IAsyncRunnable.js +0 -27
  72. package/target/impl/util/IAsyncRunnable.js.map +0 -1
  73. package/target/impl/util/URLCodec.js +0 -77
  74. package/target/impl/util/URLCodec.js.map +0 -1
  75. package/target/impl/xhrCore/RequestContext.js +0 -11
  76. package/target/impl/xhrCore/RequestContext.js.map +0 -1
  77. package/target/impl/xhrCore/XhrQueHandler.js +0 -11
  78. package/target/impl/xhrCore/XhrQueHandler.js.map +0 -1
  79. package/target/impl/xhrCore/XhrQueueController.js +0 -62
  80. package/target/impl/xhrCore/XhrQueueController.js.map +0 -1
  81. package/target/index.js +0 -80
  82. package/target/index.js.map +0 -1
  83. package/target/index_core.js +0 -76
  84. package/target/index_core.js.map +0 -1
  85. package/target/test/frameworkBase/_ext/monadish/ExtendedArrayTest.spec.js +0 -76
  86. package/target/test/frameworkBase/_ext/monadish/ExtendedArrayTest.spec.js.map +0 -1
  87. package/target/test/frameworkBase/_ext/monadish/StreamTest.spec.js +0 -178
  88. package/target/test/frameworkBase/_ext/monadish/StreamTest.spec.js.map +0 -1
  89. package/target/test/myfaces/OnLoadSpec.js +0 -57
  90. package/target/test/myfaces/OnLoadSpec.js.map +0 -1
  91. package/target/test-classes/.gz +0 -0
  92. package/target/test-classes/com/example/jsfs_js_ts/JsfsJsTsApplicationTests.class +0 -0
  93. package/target/test-classes/fileuploadtest.html +0 -24
  94. package/target/test-classes/jsf-development.js +0 -3559
  95. package/target/test-classes/jsf-development.js.br +0 -0
  96. package/target/test-classes/jsf-development.js.gz +0 -0
  97. package/target/test-classes/jsf-development.js.map +0 -1
  98. package/target/test-classes/jsf.js +0 -3
  99. package/target/test-classes/jsf.js.br +0 -0
  100. package/target/test-classes/jsf.js.gz +0 -0
  101. package/target/types/main/typescript/AssocArray.d.ts +0 -86
  102. package/target/types/main/typescript/Config.d.ts +0 -94
  103. package/target/types/main/typescript/CryptoExtensions.d.ts +0 -87
  104. package/target/types/main/typescript/DomQuery.d.ts +0 -587
  105. package/target/types/main/typescript/Es2019Array.d.ts +0 -30
  106. package/target/types/main/typescript/Global.d.ts +0 -23
  107. package/target/types/main/typescript/IDomQuery.d.ts +0 -480
  108. package/target/types/main/typescript/Lang.d.ts +0 -97
  109. package/target/types/main/typescript/Messaging.d.ts +0 -285
  110. package/target/types/main/typescript/Monad.d.ts +0 -161
  111. package/target/types/main/typescript/Promise.d.ts +0 -58
  112. package/target/types/main/typescript/PromiseShim.d.ts +0 -22
  113. package/target/types/main/typescript/SourcesCollectors.d.ts +0 -280
  114. package/target/types/main/typescript/Stream.d.ts +0 -284
  115. package/target/types/main/typescript/TagBuilder.d.ts +0 -50
  116. package/target/types/main/typescript/XmlQuery.d.ts +0 -31
  117. package/target/types/main/typescript/api/_api.d.ts +0 -182
  118. package/target/types/main/typescript/api/faces.d.ts +0 -17
  119. package/target/types/main/typescript/api/jsf.d.ts +0 -17
  120. package/target/types/main/typescript/impl/AjaxImpl.d.ts +0 -164
  121. package/target/types/main/typescript/impl/PushImpl.d.ts +0 -38
  122. package/target/types/main/typescript/impl/core/Const.d.ts +0 -138
  123. package/target/types/main/typescript/impl/core/ImplTypes.d.ts +0 -16
  124. package/target/types/main/typescript/impl/i18n/Messages.d.ts +0 -102
  125. package/target/types/main/typescript/impl/util/Assertions.d.ts +0 -46
  126. package/target/types/main/typescript/impl/util/AsyncRunnable.d.ts +0 -112
  127. package/target/types/main/typescript/impl/util/ExtDomQuery.d.ts +0 -100
  128. package/target/types/main/typescript/impl/util/FileUtils.d.ts +0 -25
  129. package/target/types/main/typescript/impl/util/HiddenInputBuilder.d.ts +0 -37
  130. package/target/types/main/typescript/impl/util/IListener.d.ts +0 -18
  131. package/target/types/main/typescript/impl/util/Lang.d.ts +0 -138
  132. package/target/types/main/typescript/impl/util/XhrQueueController.d.ts +0 -51
  133. package/target/types/main/typescript/impl/xhrCore/ErrorData.d.ts +0 -37
  134. package/target/types/main/typescript/impl/xhrCore/EventData.d.ts +0 -25
  135. package/target/types/main/typescript/impl/xhrCore/IResponseProcessor.d.ts +0 -136
  136. package/target/types/main/typescript/impl/xhrCore/RequestDataResolver.d.ts +0 -84
  137. package/target/types/main/typescript/impl/xhrCore/ResonseDataResolver.d.ts +0 -60
  138. package/target/types/main/typescript/impl/xhrCore/Response.d.ts +0 -29
  139. package/target/types/main/typescript/impl/xhrCore/ResponseProcessor.d.ts +0 -208
  140. package/target/types/main/typescript/impl/xhrCore/XhrFormData.d.ts +0 -83
  141. package/target/types/main/typescript/impl/xhrCore/XhrRequest.d.ts +0 -102
  142. package/target/types/main/typescript/index.d.ts +0 -34
  143. package/target/types/main/typescript/index_core.d.ts +0 -29
  144. package/target/types/main/typescript/myfaces/OamSubmit.d.ts +0 -53
  145. package/target/types/main/typescript/test/frameworkBase/LangTest.spec.d.ts +0 -1
  146. package/target/types/main/typescript/test/frameworkBase/_ext/monadish/DomQueryTest.spec.d.ts +0 -1
  147. package/target/types/main/typescript/test/frameworkBase/_ext/monadish/LangTest.spec.d.ts +0 -16
  148. package/target/types/main/typescript/test/frameworkBase/_ext/monadish/MappingProbes.d.ts +0 -39
  149. package/target/types/main/typescript/test/frameworkBase/_ext/monadish/MappingTest.spec.d.ts +0 -16
  150. package/target/types/main/typescript/test/frameworkBase/_ext/monadish/MonadTest.spec.d.ts +0 -16
  151. package/target/types/main/typescript/test/frameworkBase/_ext/monadish/XmlQueryTest.spec.d.ts +0 -0
  152. package/target/types/main/typescript/test/frameworkBase/_ext/monadish/markups/tobago-with-header.d.ts +0 -1
  153. package/target/types/main/typescript/test/frameworkBase/_ext/monadish/markups/tobago-without-header.d.ts +0 -1
  154. package/target/types/main/typescript/test/frameworkBase/_ext/shared/StandardInits.d.ts +0 -63
  155. package/target/types/main/typescript/test/frameworkBase/_ext/shared/XmlResponses.d.ts +0 -23
  156. package/target/types/main/typescript/test/impl/ImplTest.spec.d.ts +0 -16
  157. package/target/types/main/typescript/test/impl/ImplTest_23.spec.d.ts +0 -16
  158. package/target/types/main/typescript/test/impl/SeparatorCharsTest.spec.d.ts +0 -16
  159. package/target/types/main/typescript/test/myfaces/OamSubmit.spec.d.ts +0 -16
  160. package/target/types/main/typescript/test/myfaces/OnLoad.spec.d.ts +0 -16
  161. package/target/types/main/typescript/test/queue/AsynchronousProbe.d.ts +0 -38
  162. package/target/types/main/typescript/test/queue/AsynchronousQueueTest.spec.d.ts +0 -16
  163. package/target/types/main/typescript/test/xhrCore/ClientWindow.spec.d.ts +0 -1
  164. package/target/types/main/typescript/test/xhrCore/ErrorChainTest.spec.d.ts +0 -16
  165. package/target/types/main/typescript/test/xhrCore/EventTests.spec.d.ts +0 -16
  166. package/target/types/main/typescript/test/xhrCore/FakeWebsocket.d.ts +0 -24
  167. package/target/types/main/typescript/test/xhrCore/FileUploadTest.spec.d.ts +0 -1
  168. package/target/types/main/typescript/test/xhrCore/NamespacesRequestTest.spec.d.ts +0 -16
  169. package/target/types/main/typescript/test/xhrCore/OamSubmitTest.spec.d.ts +0 -16
  170. package/target/types/main/typescript/test/xhrCore/RequestParamsTest.spec.d.ts +0 -1
  171. package/target/types/main/typescript/test/xhrCore/RequestTest.spec.d.ts +0 -16
  172. package/target/types/main/typescript/test/xhrCore/RequestTest_23.spec.d.ts +0 -16
  173. package/target/types/main/typescript/test/xhrCore/ResponseTest.spec.d.ts +0 -16
  174. package/target/types/main/typescript/test/xhrCore/ResponseTest23.spec.d.ts +0 -16
  175. package/target/types/main/typescript/test/xhrCore/ShadowDomTest.spec.d.ts +0 -16
  176. package/target/types/main/typescript/test/xhrCore/TobagoFileUploadTest.spec.d.ts +0 -1
  177. package/target/types/main/typescript/test/xhrCore/WebsocketTest.d.ts +0 -1
  178. package/target/types/main/typescript/test/xhrCore/XhrFormDataTest.spec.d.ts +0 -16
  179. package/target/types/test/typescript/AssocArrayTest.spec.d.ts +0 -1
  180. package/target/types/test/typescript/DomQueryTest.spec.d.ts +0 -1
  181. package/target/types/test/typescript/ExtendedArrayTest.spec.d.ts +0 -1
  182. package/target/types/test/typescript/LangTest.spec.d.ts +0 -1
  183. package/target/types/test/typescript/MappingProbes.d.ts +0 -24
  184. package/target/types/test/typescript/MappingTest.spec.d.ts +0 -1
  185. package/target/types/test/typescript/MessagingTest.spec.d.ts +0 -1
  186. package/target/types/test/typescript/MonadTest.spec.d.ts +0 -16
  187. package/target/types/test/typescript/PromiseTest.spec.d.ts +0 -1
  188. package/target/types/test/typescript/StreamTest.spec.d.ts +0 -1
  189. package/target/types/test/typescript/XmlQueryTest.spec.d.ts +0 -1
  190. package/target/types/test/typescript/markups/tobago-with-header.d.ts +0 -1
  191. package/target/types/test/typescript/markups/tobago-without-header.d.ts +0 -1