jsf.js_next_gen 4.1.0-beta.4 → 4.1.0-beta.6
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.
- package/README.md +4 -0
- package/dist/docs/functions/faces.getClientWindow.html +2 -2
- package/dist/docs/functions/faces.getProjectStage.html +2 -2
- package/dist/docs/functions/faces.util.chain.html +2 -2
- package/dist/docs/index.html +22 -6
- package/dist/window/faces-development.js +51 -48
- package/dist/window/faces-development.js.map +1 -1
- package/dist/window/faces.js +1 -1
- package/dist/window/faces.js.map +1 -1
- package/dist/window/jsf-development.js +51 -48
- package/dist/window/jsf-development.js.map +1 -1
- package/dist/window/jsf.js +1 -1
- package/dist/window/jsf.js.map +1 -1
- package/package.json +6 -6
- package/.claude/settings.local.json +0 -16
- package/.github/workflows/codeql-analysis.yml +0 -83
- package/.github/workflows/nodejs.yml +0 -26
- package/.mocharc.json +0 -10
- package/.nyc_output/384344d4-4f46-455f-84c3-010f829098cb.json +0 -1
- package/.nyc_output/a0f90016-f4f9-4039-bb51-57f4f7050541.json +0 -1
- package/.nyc_output/db388b5d-0b79-4bce-afd2-001aaf6f0245.json +0 -1
- package/.nyc_output/processinfo/384344d4-4f46-455f-84c3-010f829098cb.json +0 -1
- package/.nyc_output/processinfo/a0f90016-f4f9-4039-bb51-57f4f7050541.json +0 -1
- package/.nyc_output/processinfo/db388b5d-0b79-4bce-afd2-001aaf6f0245.json +0 -1
- package/.nyc_output/processinfo/index.json +0 -1
- package/.nycrc +0 -6
- package/build.cmd +0 -1
- package/build.sh +0 -3
- package/mvnw +0 -286
- package/mvnw.cmd +0 -161
- package/plans for 4.0.1.txt +0 -8
- package/remap.ts +0 -51
- package/src/main/java/com/example/jsfs_js_ts/DecoratedFacesJS.java +0 -94
- package/src/main/java/com/example/jsfs_js_ts/DecoratingResourceHandlerWrapper.java +0 -54
- package/src/main/java/com/example/jsfs_js_ts/FacesJSMapFileResourceWrapper.java +0 -57
- package/src/main/java/com/example/jsfs_js_ts/FacesJSMappingDecorator.java +0 -138
- package/src/main/resources/application.properties +0 -1
- package/src/main/test.xml +0 -23
- package/src/main/typescript/@types/definitions/index.d.ts +0 -165
- package/src/main/typescript/api/_api.ts +0 -338
- package/src/main/typescript/api/faces.ts +0 -44
- package/src/main/typescript/api/jsf.ts +0 -61
- package/src/main/typescript/impl/AjaxImpl.ts +0 -852
- package/src/main/typescript/impl/PushImpl.ts +0 -279
- package/src/main/typescript/impl/core/Const.ts +0 -219
- package/src/main/typescript/impl/core/ImplTypes.ts +0 -42
- package/src/main/typescript/impl/i18n/Messages.ts +0 -118
- package/src/main/typescript/impl/util/Assertions.ts +0 -116
- package/src/main/typescript/impl/util/AsyncRunnable.ts +0 -147
- package/src/main/typescript/impl/util/ExtDomQuery.ts +0 -338
- package/src/main/typescript/impl/util/FileUtils.ts +0 -109
- package/src/main/typescript/impl/util/HiddenInputBuilder.ts +0 -93
- package/src/main/typescript/impl/util/IListener.ts +0 -18
- package/src/main/typescript/impl/util/Lang.ts +0 -277
- package/src/main/typescript/impl/util/XhrQueueController.ts +0 -98
- package/src/main/typescript/impl/xhrCore/ErrorData.ts +0 -125
- package/src/main/typescript/impl/xhrCore/EventData.ts +0 -58
- package/src/main/typescript/impl/xhrCore/IResponseProcessor.ts +0 -159
- package/src/main/typescript/impl/xhrCore/RequestDataResolver.ts +0 -196
- package/src/main/typescript/impl/xhrCore/Response.ts +0 -234
- package/src/main/typescript/impl/xhrCore/ResponseDataResolver.ts +0 -121
- package/src/main/typescript/impl/xhrCore/ResponseProcessor.ts +0 -561
- package/src/main/typescript/impl/xhrCore/XhrFormData.ts +0 -175
- package/src/main/typescript/impl/xhrCore/XhrRequest.ts +0 -528
- package/src/main/typescript/mona_dish_shim.ts +0 -33
- package/src/main/typescript/myfaces/OamSubmit.ts +0 -132
- package/src/main/typescript/test/api/MyFacesABTest.spec.ts +0 -117
- package/src/main/typescript/test/frameworkBase/LangTest.spec.ts +0 -145
- package/src/main/typescript/test/frameworkBase/_ext/monadish/DomQueryTest.spec.ts +0 -798
- package/src/main/typescript/test/frameworkBase/_ext/monadish/LangTest.spec.ts +0 -130
- package/src/main/typescript/test/frameworkBase/_ext/monadish/MappingProbes.ts +0 -148
- package/src/main/typescript/test/frameworkBase/_ext/monadish/MappingTest.spec.ts +0 -46
- package/src/main/typescript/test/frameworkBase/_ext/monadish/MonadTest.spec.ts +0 -170
- package/src/main/typescript/test/frameworkBase/_ext/monadish/XmlQueryTest.spec.ts +0 -0
- package/src/main/typescript/test/frameworkBase/_ext/monadish/fixtures/blank.css +0 -15
- package/src/main/typescript/test/frameworkBase/_ext/monadish/fixtures/test.js +0 -16
- package/src/main/typescript/test/frameworkBase/_ext/monadish/fixtures/test2.js +0 -16
- package/src/main/typescript/test/frameworkBase/_ext/monadish/markups/tobago-with-header.ts +0 -921
- package/src/main/typescript/test/frameworkBase/_ext/monadish/markups/tobago-without-header.ts +0 -108
- package/src/main/typescript/test/frameworkBase/_ext/shared/StandardInits.ts +0 -761
- package/src/main/typescript/test/frameworkBase/_ext/shared/XmlResponses.ts +0 -313
- package/src/main/typescript/test/frameworkBase/_ext/shared/fixtures/css/bootstrap-icons.css +0 -15
- package/src/main/typescript/test/frameworkBase/_ext/shared/fixtures/css/tobago.css +0 -15
- package/src/main/typescript/test/frameworkBase/_ext/shared/fixtures/jakarta.faces.resource/faces.js.jsf +0 -15
- package/src/main/typescript/test/frameworkBase/_ext/shared/fixtures/js/tobago.js +0 -15
- package/src/main/typescript/test/impl/ImplTest.spec.ts +0 -232
- package/src/main/typescript/test/impl/ImplTest_23.spec.ts +0 -125
- package/src/main/typescript/test/impl/SeparatorCharsTest.spec.ts +0 -82
- package/src/main/typescript/test/impl/util/ExtDomQueryTest.spec.ts +0 -68
- package/src/main/typescript/test/myfaces/OamSubmit.spec.ts +0 -134
- package/src/main/typescript/test/myfaces/OnLoad.spec.ts +0 -52
- package/src/main/typescript/test/myfaces/ReserveNamespace.spec.ts +0 -69
- package/src/main/typescript/test/queue/AsynchronousProbe.ts +0 -105
- package/src/main/typescript/test/queue/AsynchronousQueueTest.spec.ts +0 -108
- package/src/main/typescript/test/xhrCore/ClientWindow.spec.ts +0 -79
- package/src/main/typescript/test/xhrCore/ErrorChainTest.spec.ts +0 -148
- package/src/main/typescript/test/xhrCore/EventTests.spec.ts +0 -164
- package/src/main/typescript/test/xhrCore/FakeWebsocket.ts +0 -39
- package/src/main/typescript/test/xhrCore/FileUploadTest.spec.ts +0 -162
- package/src/main/typescript/test/xhrCore/NamespacesRequestTest.spec.ts +0 -208
- package/src/main/typescript/test/xhrCore/OamSubmitTest.spec.ts +0 -185
- package/src/main/typescript/test/xhrCore/RequestParamsTest.spec.ts +0 -566
- package/src/main/typescript/test/xhrCore/RequestTest.spec.ts +0 -920
- package/src/main/typescript/test/xhrCore/RequestTest_23.spec.ts +0 -405
- package/src/main/typescript/test/xhrCore/ResponseTest.spec.ts +0 -769
- package/src/main/typescript/test/xhrCore/ResponseTest23.spec.ts +0 -413
- package/src/main/typescript/test/xhrCore/ShadowDomTest.spec.ts +0 -102
- package/src/main/typescript/test/xhrCore/TobagoFileUploadTest.spec.ts +0 -117
- package/src/main/typescript/test/xhrCore/WebsocketTest.ts +0 -221
- package/src/main/typescript/test/xhrCore/XhrFormDataTest.spec.ts +0 -119
- package/src/main/typescript/test/xhrCore/XhrRequestProgress.spec.ts +0 -95
- package/src/main/typescript/test/xhrCore/fixtures/addedViewHead1.js +0 -16
- package/src/main/typescript/test/xhrCore/fixtures/addedViewHead2.css +0 -18
- package/src/main/typescript/test/xhrCore/fixtures/addedViewHead2.js +0 -16
- package/src/main/typescript/test/xhrCore/fixtures/addedViewHead3.js +0 -16
- package/src/main/typescript/test/xhrCore/fixtures/nonce_script.js +0 -16
- package/src/main/typescript/test.xml +0 -6
- package/src/main/typescript/tsconfig-typedoc.json +0 -36
- package/src/main/typescript/tsconfig.json +0 -46
- package/src/test/java/com/example/jsfs_js_ts/JsfsJsTsApplicationTests.java +0 -15
- package/src/test/resources/.gz +0 -0
- package/src/test/resources/fileuploadtest.html +0 -24
- package/src/test/resources/jsf-development.js +0 -3559
- package/src/test/resources/jsf-development.js.br +0 -0
- package/src/test/resources/jsf-development.js.gz +0 -0
- package/src/test/resources/jsf-development.js.map +0 -1
- package/src/test/resources/jsf.js +0 -3
- package/src/test/resources/jsf.js.br +0 -0
- package/src/test/resources/jsf.js.gz +0 -0
- package/target/api/_api.js +0 -320
- package/target/api/_api.js.map +0 -1
- package/target/api/faces.js +0 -45
- package/target/api/faces.js.map +0 -1
- package/target/api/jsf.js +0 -56
- package/target/api/jsf.js.map +0 -1
- package/target/impl/AjaxImpl.js +0 -748
- package/target/impl/AjaxImpl.js.map +0 -1
- package/target/impl/PushImpl.js +0 -265
- package/target/impl/PushImpl.js.map +0 -1
- package/target/impl/core/Const.js +0 -177
- package/target/impl/core/Const.js.map +0 -1
- package/target/impl/core/ImplTypes.js +0 -38
- package/target/impl/core/ImplTypes.js.map +0 -1
- package/target/impl/i18n/Messages.js +0 -113
- package/target/impl/i18n/Messages.js.map +0 -1
- package/target/impl/util/Assertions.js +0 -101
- package/target/impl/util/Assertions.js.map +0 -1
- package/target/impl/util/AsyncRunnable.js +0 -78
- package/target/impl/util/AsyncRunnable.js.map +0 -1
- package/target/impl/util/ExtDomQuery.js +0 -306
- package/target/impl/util/ExtDomQuery.js.map +0 -1
- package/target/impl/util/FileUtils.js +0 -98
- package/target/impl/util/FileUtils.js.map +0 -1
- package/target/impl/util/HiddenInputBuilder.js +0 -83
- package/target/impl/util/HiddenInputBuilder.js.map +0 -1
- package/target/impl/util/IListener.js +0 -3
- package/target/impl/util/IListener.js.map +0 -1
- package/target/impl/util/Lang.js +0 -263
- package/target/impl/util/Lang.js.map +0 -1
- package/target/impl/util/XhrQueueController.js +0 -92
- package/target/impl/util/XhrQueueController.js.map +0 -1
- package/target/impl/xhrCore/ErrorData.js +0 -87
- package/target/impl/xhrCore/ErrorData.js.map +0 -1
- package/target/impl/xhrCore/EventData.js +0 -52
- package/target/impl/xhrCore/EventData.js.map +0 -1
- package/target/impl/xhrCore/IResponseProcessor.js +0 -3
- package/target/impl/xhrCore/IResponseProcessor.js.map +0 -1
- package/target/impl/xhrCore/RequestDataResolver.js +0 -186
- package/target/impl/xhrCore/RequestDataResolver.js.map +0 -1
- package/target/impl/xhrCore/ResonseDataResolver.js +0 -104
- package/target/impl/xhrCore/ResonseDataResolver.js.map +0 -1
- package/target/impl/xhrCore/Response.js +0 -186
- package/target/impl/xhrCore/Response.js.map +0 -1
- package/target/impl/xhrCore/ResponseDataResolver.js +0 -104
- package/target/impl/xhrCore/ResponseDataResolver.js.map +0 -1
- package/target/impl/xhrCore/ResponseProcessor.js +0 -468
- package/target/impl/xhrCore/ResponseProcessor.js.map +0 -1
- package/target/impl/xhrCore/XhrFormData.js +0 -163
- package/target/impl/xhrCore/XhrFormData.js.map +0 -1
- package/target/impl/xhrCore/XhrRequest.js +0 -433
- package/target/impl/xhrCore/XhrRequest.js.map +0 -1
- package/target/mona_dish_shim.js +0 -70
- package/target/mona_dish_shim.js.map +0 -1
- package/target/myfaces/OamSubmit.js +0 -128
- package/target/myfaces/OamSubmit.js.map +0 -1
- package/target/src/main/typescript/api/_api.js +0 -317
- package/target/src/main/typescript/api/_api.js.map +0 -1
- package/target/src/main/typescript/api/faces.js +0 -43
- package/target/src/main/typescript/api/faces.js.map +0 -1
- package/target/src/main/typescript/api/jsf.js +0 -54
- package/target/src/main/typescript/api/jsf.js.map +0 -1
- package/target/src/main/typescript/impl/AjaxImpl.js +0 -745
- package/target/src/main/typescript/impl/AjaxImpl.js.map +0 -1
- package/target/src/main/typescript/impl/PushImpl.js +0 -262
- package/target/src/main/typescript/impl/PushImpl.js.map +0 -1
- package/target/src/main/typescript/impl/core/Const.js +0 -170
- package/target/src/main/typescript/impl/core/Const.js.map +0 -1
- package/target/src/main/typescript/impl/core/ImplTypes.js +0 -34
- package/target/src/main/typescript/impl/core/ImplTypes.js.map +0 -1
- package/target/src/main/typescript/impl/i18n/Messages.js +0 -109
- package/target/src/main/typescript/impl/i18n/Messages.js.map +0 -1
- package/target/src/main/typescript/impl/util/Assertions.js +0 -98
- package/target/src/main/typescript/impl/util/Assertions.js.map +0 -1
- package/target/src/main/typescript/impl/util/AsyncRunnable.js +0 -74
- package/target/src/main/typescript/impl/util/AsyncRunnable.js.map +0 -1
- package/target/src/main/typescript/impl/util/ExtDomQuery.js +0 -301
- package/target/src/main/typescript/impl/util/ExtDomQuery.js.map +0 -1
- package/target/src/main/typescript/impl/util/FileUtils.js +0 -91
- package/target/src/main/typescript/impl/util/FileUtils.js.map +0 -1
- package/target/src/main/typescript/impl/util/HiddenInputBuilder.js +0 -79
- package/target/src/main/typescript/impl/util/HiddenInputBuilder.js.map +0 -1
- package/target/src/main/typescript/impl/util/IListener.js +0 -2
- package/target/src/main/typescript/impl/util/IListener.js.map +0 -1
- package/target/src/main/typescript/impl/util/Lang.js +0 -260
- package/target/src/main/typescript/impl/util/Lang.js.map +0 -1
- package/target/src/main/typescript/impl/util/XhrQueueController.js +0 -88
- package/target/src/main/typescript/impl/util/XhrQueueController.js.map +0 -1
- package/target/src/main/typescript/impl/xhrCore/ErrorData.js +0 -83
- package/target/src/main/typescript/impl/xhrCore/ErrorData.js.map +0 -1
- package/target/src/main/typescript/impl/xhrCore/EventData.js +0 -48
- package/target/src/main/typescript/impl/xhrCore/EventData.js.map +0 -1
- package/target/src/main/typescript/impl/xhrCore/IResponseProcessor.js +0 -2
- package/target/src/main/typescript/impl/xhrCore/IResponseProcessor.js.map +0 -1
- package/target/src/main/typescript/impl/xhrCore/RequestDataResolver.js +0 -172
- package/target/src/main/typescript/impl/xhrCore/RequestDataResolver.js.map +0 -1
- package/target/src/main/typescript/impl/xhrCore/Response.js +0 -183
- package/target/src/main/typescript/impl/xhrCore/Response.js.map +0 -1
- package/target/src/main/typescript/impl/xhrCore/ResponseDataResolver.js +0 -98
- package/target/src/main/typescript/impl/xhrCore/ResponseDataResolver.js.map +0 -1
- package/target/src/main/typescript/impl/xhrCore/ResponseProcessor.js +0 -464
- package/target/src/main/typescript/impl/xhrCore/ResponseProcessor.js.map +0 -1
- package/target/src/main/typescript/impl/xhrCore/XhrFormData.js +0 -159
- package/target/src/main/typescript/impl/xhrCore/XhrFormData.js.map +0 -1
- package/target/src/main/typescript/impl/xhrCore/XhrRequest.js +0 -429
- package/target/src/main/typescript/impl/xhrCore/XhrRequest.js.map +0 -1
- package/target/src/main/typescript/mona_dish_shim.js +0 -32
- package/target/src/main/typescript/mona_dish_shim.js.map +0 -1
- package/target/src/main/typescript/myfaces/OamSubmit.js +0 -125
- package/target/src/main/typescript/myfaces/OamSubmit.js.map +0 -1
- package/target/src/main/typescript/test/api/MyFacesABTest.spec.js +0 -115
- package/target/src/main/typescript/test/api/MyFacesABTest.spec.js.map +0 -1
- package/target/src/main/typescript/test/frameworkBase/LangTest.spec.js +0 -120
- package/target/src/main/typescript/test/frameworkBase/LangTest.spec.js.map +0 -1
- package/target/src/main/typescript/test/frameworkBase/_ext/monadish/DomQueryTest.spec.js +0 -656
- package/target/src/main/typescript/test/frameworkBase/_ext/monadish/DomQueryTest.spec.js.map +0 -1
- package/target/src/main/typescript/test/frameworkBase/_ext/monadish/LangTest.spec.js +0 -101
- package/target/src/main/typescript/test/frameworkBase/_ext/monadish/LangTest.spec.js.map +0 -1
- package/target/src/main/typescript/test/frameworkBase/_ext/monadish/MappingProbes.js +0 -101
- package/target/src/main/typescript/test/frameworkBase/_ext/monadish/MappingProbes.js.map +0 -1
- package/target/src/main/typescript/test/frameworkBase/_ext/monadish/MappingTest.spec.js +0 -37
- package/target/src/main/typescript/test/frameworkBase/_ext/monadish/MappingTest.spec.js.map +0 -1
- package/target/src/main/typescript/test/frameworkBase/_ext/monadish/MonadTest.spec.js +0 -148
- package/target/src/main/typescript/test/frameworkBase/_ext/monadish/MonadTest.spec.js.map +0 -1
- package/target/src/main/typescript/test/frameworkBase/_ext/monadish/XmlQueryTest.spec.js +0 -2
- package/target/src/main/typescript/test/frameworkBase/_ext/monadish/XmlQueryTest.spec.js.map +0 -1
- package/target/src/main/typescript/test/frameworkBase/_ext/monadish/markups/tobago-with-header.js +0 -922
- package/target/src/main/typescript/test/frameworkBase/_ext/monadish/markups/tobago-with-header.js.map +0 -1
- package/target/src/main/typescript/test/frameworkBase/_ext/monadish/markups/tobago-without-header.js +0 -109
- package/target/src/main/typescript/test/frameworkBase/_ext/monadish/markups/tobago-without-header.js.map +0 -1
- package/target/src/main/typescript/test/frameworkBase/_ext/shared/StandardInits.js +0 -733
- package/target/src/main/typescript/test/frameworkBase/_ext/shared/StandardInits.js.map +0 -1
- package/target/src/main/typescript/test/frameworkBase/_ext/shared/XmlResponses.js +0 -292
- package/target/src/main/typescript/test/frameworkBase/_ext/shared/XmlResponses.js.map +0 -1
- package/target/src/main/typescript/test/impl/ImplTest.spec.js +0 -190
- package/target/src/main/typescript/test/impl/ImplTest.spec.js.map +0 -1
- package/target/src/main/typescript/test/impl/ImplTest_23.spec.js +0 -108
- package/target/src/main/typescript/test/impl/ImplTest_23.spec.js.map +0 -1
- package/target/src/main/typescript/test/impl/SeparatorCharsTest.spec.js +0 -71
- package/target/src/main/typescript/test/impl/SeparatorCharsTest.spec.js.map +0 -1
- package/target/src/main/typescript/test/impl/util/ExtDomQueryTest.spec.js +0 -72
- package/target/src/main/typescript/test/impl/util/ExtDomQueryTest.spec.js.map +0 -1
- package/target/src/main/typescript/test/myfaces/OamSubmit.spec.js +0 -113
- package/target/src/main/typescript/test/myfaces/OamSubmit.spec.js.map +0 -1
- package/target/src/main/typescript/test/myfaces/OnLoad.spec.js +0 -55
- package/target/src/main/typescript/test/myfaces/OnLoad.spec.js.map +0 -1
- package/target/src/main/typescript/test/myfaces/ReserveNamespace.spec.js +0 -58
- package/target/src/main/typescript/test/myfaces/ReserveNamespace.spec.js.map +0 -1
- package/target/src/main/typescript/test/queue/AsynchronousProbe.js +0 -89
- package/target/src/main/typescript/test/queue/AsynchronousProbe.js.map +0 -1
- package/target/src/main/typescript/test/queue/AsynchronousQueueTest.spec.js +0 -98
- package/target/src/main/typescript/test/queue/AsynchronousQueueTest.spec.js.map +0 -1
- package/target/src/main/typescript/test/xhrCore/ClientWindow.spec.js +0 -66
- package/target/src/main/typescript/test/xhrCore/ClientWindow.spec.js.map +0 -1
- package/target/src/main/typescript/test/xhrCore/ErrorChainTest.spec.js +0 -140
- package/target/src/main/typescript/test/xhrCore/ErrorChainTest.spec.js.map +0 -1
- package/target/src/main/typescript/test/xhrCore/EventTests.spec.js +0 -149
- package/target/src/main/typescript/test/xhrCore/EventTests.spec.js.map +0 -1
- package/target/src/main/typescript/test/xhrCore/FakeWebsocket.js +0 -34
- package/target/src/main/typescript/test/xhrCore/FakeWebsocket.js.map +0 -1
- package/target/src/main/typescript/test/xhrCore/FileUploadTest.spec.js +0 -146
- package/target/src/main/typescript/test/xhrCore/FileUploadTest.spec.js.map +0 -1
- package/target/src/main/typescript/test/xhrCore/NamespacesRequestTest.spec.js +0 -191
- package/target/src/main/typescript/test/xhrCore/NamespacesRequestTest.spec.js.map +0 -1
- package/target/src/main/typescript/test/xhrCore/OamSubmitTest.spec.js +0 -164
- package/target/src/main/typescript/test/xhrCore/OamSubmitTest.spec.js.map +0 -1
- package/target/src/main/typescript/test/xhrCore/RequestParamsTest.spec.js +0 -532
- package/target/src/main/typescript/test/xhrCore/RequestParamsTest.spec.js.map +0 -1
- package/target/src/main/typescript/test/xhrCore/RequestTest.spec.js +0 -810
- package/target/src/main/typescript/test/xhrCore/RequestTest.spec.js.map +0 -1
- package/target/src/main/typescript/test/xhrCore/RequestTest_23.spec.js +0 -347
- package/target/src/main/typescript/test/xhrCore/RequestTest_23.spec.js.map +0 -1
- package/target/src/main/typescript/test/xhrCore/ResponseTest.spec.js +0 -632
- package/target/src/main/typescript/test/xhrCore/ResponseTest.spec.js.map +0 -1
- package/target/src/main/typescript/test/xhrCore/ResponseTest23.spec.js +0 -332
- package/target/src/main/typescript/test/xhrCore/ResponseTest23.spec.js.map +0 -1
- package/target/src/main/typescript/test/xhrCore/ShadowDomTest.spec.js +0 -88
- package/target/src/main/typescript/test/xhrCore/ShadowDomTest.spec.js.map +0 -1
- package/target/src/main/typescript/test/xhrCore/TobagoFileUploadTest.spec.js +0 -112
- package/target/src/main/typescript/test/xhrCore/TobagoFileUploadTest.spec.js.map +0 -1
- package/target/src/main/typescript/test/xhrCore/WebsocketTest.js +0 -172
- package/target/src/main/typescript/test/xhrCore/WebsocketTest.js.map +0 -1
- package/target/src/main/typescript/test/xhrCore/XhrFormDataTest.spec.js +0 -114
- package/target/src/main/typescript/test/xhrCore/XhrFormDataTest.spec.js.map +0 -1
- package/target/src/main/typescript/test/xhrCore/XhrRequestProgress.spec.js +0 -95
- package/target/src/main/typescript/test/xhrCore/XhrRequestProgress.spec.js.map +0 -1
- package/target/test/api/MyFacesABTest.spec.js +0 -117
- package/target/test/api/MyFacesABTest.spec.js.map +0 -1
- package/target/test/frameworkBase/LangTest.spec.js +0 -123
- package/target/test/frameworkBase/LangTest.spec.js.map +0 -1
- package/target/test/frameworkBase/_ext/monadish/DomQueryTest.spec.js +0 -657
- package/target/test/frameworkBase/_ext/monadish/DomQueryTest.spec.js.map +0 -1
- package/target/test/frameworkBase/_ext/monadish/LangTest.spec.js +0 -107
- package/target/test/frameworkBase/_ext/monadish/LangTest.spec.js.map +0 -1
- package/target/test/frameworkBase/_ext/monadish/MappingProbes.js +0 -106
- package/target/test/frameworkBase/_ext/monadish/MappingProbes.js.map +0 -1
- package/target/test/frameworkBase/_ext/monadish/MappingTest.spec.js +0 -39
- package/target/test/frameworkBase/_ext/monadish/MappingTest.spec.js.map +0 -1
- package/target/test/frameworkBase/_ext/monadish/MonadTest.spec.js +0 -153
- package/target/test/frameworkBase/_ext/monadish/MonadTest.spec.js.map +0 -1
- package/target/test/frameworkBase/_ext/monadish/XmlQueryTest.spec.js +0 -1
- package/target/test/frameworkBase/_ext/monadish/XmlQueryTest.spec.js.map +0 -1
- package/target/test/frameworkBase/_ext/monadish/fixtures/test.js +0 -17
- package/target/test/frameworkBase/_ext/monadish/fixtures/test.js.map +0 -1
- package/target/test/frameworkBase/_ext/monadish/fixtures/test2.js +0 -17
- package/target/test/frameworkBase/_ext/monadish/fixtures/test2.js.map +0 -1
- package/target/test/frameworkBase/_ext/monadish/markups/tobago-with-header.js +0 -925
- package/target/test/frameworkBase/_ext/monadish/markups/tobago-with-header.js.map +0 -1
- package/target/test/frameworkBase/_ext/monadish/markups/tobago-without-header.js +0 -112
- package/target/test/frameworkBase/_ext/monadish/markups/tobago-without-header.js.map +0 -1
- package/target/test/frameworkBase/_ext/shared/StandardInits.js +0 -728
- package/target/test/frameworkBase/_ext/shared/StandardInits.js.map +0 -1
- package/target/test/frameworkBase/_ext/shared/XmlResponses.js +0 -296
- package/target/test/frameworkBase/_ext/shared/XmlResponses.js.map +0 -1
- package/target/test/frameworkBase/_ext/shared/fixtures/js/tobago.js +0 -16
- package/target/test/frameworkBase/_ext/shared/fixtures/js/tobago.js.map +0 -1
- package/target/test/impl/ImplTest.spec.js +0 -225
- package/target/test/impl/ImplTest.spec.js.map +0 -1
- package/target/test/impl/ImplTest_23.spec.js +0 -143
- package/target/test/impl/ImplTest_23.spec.js.map +0 -1
- package/target/test/impl/SeparatorCharsTest.spec.js +0 -106
- package/target/test/impl/SeparatorCharsTest.spec.js.map +0 -1
- package/target/test/impl/util/ExtDomQueryTest.spec.js +0 -77
- package/target/test/impl/util/ExtDomQueryTest.spec.js.map +0 -1
- package/target/test/myfaces/OamSubmit.spec.js +0 -118
- package/target/test/myfaces/OamSubmit.spec.js.map +0 -1
- package/target/test/myfaces/OnLoad.spec.js +0 -57
- package/target/test/myfaces/OnLoad.spec.js.map +0 -1
- package/target/test/myfaces/ReserveNamespace.spec.js +0 -60
- package/target/test/myfaces/ReserveNamespace.spec.js.map +0 -1
- package/target/test/queue/AsynchronousProbe.js +0 -93
- package/target/test/queue/AsynchronousProbe.js.map +0 -1
- package/target/test/queue/AsynchronousQueueTest.spec.js +0 -133
- package/target/test/queue/AsynchronousQueueTest.spec.js.map +0 -1
- package/target/test/xhrCore/ClientWindow.spec.js +0 -101
- package/target/test/xhrCore/ClientWindow.spec.js.map +0 -1
- package/target/test/xhrCore/ErrorChainTest.spec.js +0 -175
- package/target/test/xhrCore/ErrorChainTest.spec.js.map +0 -1
- package/target/test/xhrCore/EventTests.spec.js +0 -184
- package/target/test/xhrCore/EventTests.spec.js.map +0 -1
- package/target/test/xhrCore/FakeWebsocket.js +0 -38
- package/target/test/xhrCore/FakeWebsocket.js.map +0 -1
- package/target/test/xhrCore/FileUploadTest.spec.js +0 -181
- package/target/test/xhrCore/FileUploadTest.spec.js.map +0 -1
- package/target/test/xhrCore/NamespacesRequestTest.spec.js +0 -226
- package/target/test/xhrCore/NamespacesRequestTest.spec.js.map +0 -1
- package/target/test/xhrCore/OamSubmitTest.spec.js +0 -199
- package/target/test/xhrCore/OamSubmitTest.spec.js.map +0 -1
- package/target/test/xhrCore/RequestParamsTest.spec.js +0 -567
- package/target/test/xhrCore/RequestParamsTest.spec.js.map +0 -1
- package/target/test/xhrCore/RequestTest.spec.js +0 -845
- package/target/test/xhrCore/RequestTest.spec.js.map +0 -1
- package/target/test/xhrCore/RequestTest_23.spec.js +0 -382
- package/target/test/xhrCore/RequestTest_23.spec.js.map +0 -1
- package/target/test/xhrCore/ResponseTest.spec.js +0 -667
- package/target/test/xhrCore/ResponseTest.spec.js.map +0 -1
- package/target/test/xhrCore/ResponseTest23.spec.js +0 -367
- package/target/test/xhrCore/ResponseTest23.spec.js.map +0 -1
- package/target/test/xhrCore/ShadowDomTest.spec.js +0 -123
- package/target/test/xhrCore/ShadowDomTest.spec.js.map +0 -1
- package/target/test/xhrCore/TobagoFileUploadTest.spec.js +0 -147
- package/target/test/xhrCore/TobagoFileUploadTest.spec.js.map +0 -1
- package/target/test/xhrCore/WebsocketTest.js +0 -207
- package/target/test/xhrCore/WebsocketTest.js.map +0 -1
- package/target/test/xhrCore/XhrFormDataTest.spec.js +0 -149
- package/target/test/xhrCore/XhrFormDataTest.spec.js.map +0 -1
- package/target/test/xhrCore/XhrRequestProgress.spec.js +0 -130
- package/target/test/xhrCore/XhrRequestProgress.spec.js.map +0 -1
- package/target/test/xhrCore/fixtures/addedViewHead1.js +0 -17
- package/target/test/xhrCore/fixtures/addedViewHead1.js.map +0 -1
- package/target/test/xhrCore/fixtures/addedViewHead2.js +0 -17
- package/target/test/xhrCore/fixtures/addedViewHead2.js.map +0 -1
- package/target/test/xhrCore/fixtures/addedViewHead3.js +0 -17
- package/target/test/xhrCore/fixtures/addedViewHead3.js.map +0 -1
- package/target/test/xhrCore/fixtures/nonce_script.js +0 -17
- package/target/test/xhrCore/fixtures/nonce_script.js.map +0 -1
- package/test/register-swc.cjs +0 -21
- package/tsconfig.json +0 -9
- 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>"Development"</li>
|
|
8
8
|
<li>"SystemTest"</li>
|
|
9
9
|
<li>"UnitTest"</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>
|
package/dist/docs/index.html
CHANGED
|
@@ -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>
|
|
140
|
-
<
|
|
141
|
-
|
|
142
|
-
<li>
|
|
143
|
-
<
|
|
144
|
-
|
|
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>
|
|
@@ -1010,7 +1010,7 @@ class DomQuery {
|
|
|
1010
1010
|
this.id.value = value;
|
|
1011
1011
|
}
|
|
1012
1012
|
get checked() {
|
|
1013
|
-
return new _Es2019Array__WEBPACK_IMPORTED_MODULE_4__.Es2019Array(...this.values).every(el => !!
|
|
1013
|
+
return new _Es2019Array__WEBPACK_IMPORTED_MODULE_4__.Es2019Array(...this.values).every(el => !!el.checked);
|
|
1014
1014
|
}
|
|
1015
1015
|
set checked(newChecked) {
|
|
1016
1016
|
this.eachElem(el => el.checked = newChecked);
|
|
@@ -1305,7 +1305,7 @@ class DomQuery {
|
|
|
1305
1305
|
let res = [];
|
|
1306
1306
|
if (includeRoot) {
|
|
1307
1307
|
res = res.concat(...new _Es2019Array__WEBPACK_IMPORTED_MODULE_4__.Es2019Array(...((this === null || this === void 0 ? void 0 : this.rootNode) || []))
|
|
1308
|
-
.filter((
|
|
1308
|
+
.filter((item) => id == item.id)
|
|
1309
1309
|
.map(item => new DomQuery(item)));
|
|
1310
1310
|
}
|
|
1311
1311
|
// for some strange kind of reason the # selector fails
|
|
@@ -1827,7 +1827,7 @@ class DomQuery {
|
|
|
1827
1827
|
outerHTML(markup, runEmbeddedScripts, runEmbeddedCss, deep = false) {
|
|
1828
1828
|
var _a;
|
|
1829
1829
|
if (this.isAbsent()) {
|
|
1830
|
-
return;
|
|
1830
|
+
return undefined;
|
|
1831
1831
|
}
|
|
1832
1832
|
let focusElementId = (_a = document === null || document === void 0 ? void 0 : document.activeElement) === null || _a === void 0 ? void 0 : _a.id;
|
|
1833
1833
|
let caretPosition = (focusElementId) ? DomQuery.getCaretPosition(document.activeElement) : null;
|
|
@@ -1974,7 +1974,8 @@ class DomQuery {
|
|
|
1974
1974
|
// because in the head appendix
|
|
1975
1975
|
// method only a console
|
|
1976
1976
|
// error would be raised as well
|
|
1977
|
-
|
|
1977
|
+
const error = e;
|
|
1978
|
+
console.error(error.message || error.description);
|
|
1978
1979
|
}
|
|
1979
1980
|
}
|
|
1980
1981
|
finally {
|
|
@@ -2126,7 +2127,7 @@ class DomQuery {
|
|
|
2126
2127
|
// browser behavior no element name no encoding (normal submit fails in that case)
|
|
2127
2128
|
// https:// issues.apache.org/jira/browse/MYFACES-2847
|
|
2128
2129
|
if (this.name.isAbsent()) {
|
|
2129
|
-
return;
|
|
2130
|
+
return undefined;
|
|
2130
2131
|
}
|
|
2131
2132
|
// let´s keep it side-effects free
|
|
2132
2133
|
let target = (0,_AssocArray__WEBPACK_IMPORTED_MODULE_5__.simpleShallowMerge)(toMerge);
|
|
@@ -2301,7 +2302,9 @@ class DomQuery {
|
|
|
2301
2302
|
get shadowElements() {
|
|
2302
2303
|
let shadowElements = this.querySelectorAll("*")
|
|
2303
2304
|
.filter(item => item.hasShadow);
|
|
2304
|
-
let mapped = (shadowElements.allElems() || [])
|
|
2305
|
+
let mapped = (shadowElements.allElems() || [])
|
|
2306
|
+
.map(element => element.shadowRoot)
|
|
2307
|
+
.filter((root) => !!root);
|
|
2305
2308
|
return new DomQuery(...mapped);
|
|
2306
2309
|
}
|
|
2307
2310
|
get shadowRoot() {
|
|
@@ -2743,20 +2746,14 @@ function _Es2019Array(...data) {
|
|
|
2743
2746
|
return proxied;
|
|
2744
2747
|
}
|
|
2745
2748
|
;
|
|
2746
|
-
|
|
2747
|
-
* this is the switch between normal array and our shim
|
|
2748
|
-
* the shim is only provided in case the native browser
|
|
2749
|
-
* does not yet have flatMap support on arrays
|
|
2750
|
-
*/
|
|
2751
|
-
// Runtime check for browser compatibility — TypeScript knows flatMap exists in lib but older browsers may not have it.
|
|
2752
|
-
var Es2019Array = (Array.prototype.flatMap) ? function (...data) {
|
|
2749
|
+
var Es2019Array = ((Array.prototype.flatMap) ? function (...data) {
|
|
2753
2750
|
// sometimes the typescript compiler produces
|
|
2754
2751
|
// an array without flatmap between boundaries (the result produces True for Array.isArray
|
|
2755
2752
|
// but has no flatMap function, could be a node issue also or Typescript!
|
|
2756
2753
|
// we remap that (could be related to: https://github.com/microsoft/TypeScript/issues/31033
|
|
2757
2754
|
// the check and remap fixes the issue which should not exist in the first place
|
|
2758
2755
|
return (data === null || data === void 0 ? void 0 : data.flatMap) ? data : _Es2019Array(...data);
|
|
2759
|
-
} : _Es2019Array;
|
|
2756
|
+
} : _Es2019Array);
|
|
2760
2757
|
|
|
2761
2758
|
|
|
2762
2759
|
/***/ },
|
|
@@ -3612,7 +3609,7 @@ class FilteredStreamDatasource {
|
|
|
3612
3609
|
*/
|
|
3613
3610
|
lookAhead(cnt = 1) {
|
|
3614
3611
|
var _a;
|
|
3615
|
-
let lookupVal;
|
|
3612
|
+
let lookupVal = ITERATION_STATUS.EO_STRM;
|
|
3616
3613
|
for (let loop = 1; cnt > 0 && (lookupVal = this.inputDataSource.lookAhead(loop)) != ITERATION_STATUS.EO_STRM; loop++) {
|
|
3617
3614
|
let inCache = (_a = this._filterIdx) === null || _a === void 0 ? void 0 : _a[this._unfilteredPos + loop];
|
|
3618
3615
|
if (inCache || this.filterFunc(lookupVal)) {
|
|
@@ -3776,7 +3773,7 @@ class QueryFormStringCollector {
|
|
|
3776
3773
|
}
|
|
3777
3774
|
get finalValue() {
|
|
3778
3775
|
return new _Es2019Array__WEBPACK_IMPORTED_MODULE_0__.Es2019Array(...this.formData)
|
|
3779
|
-
.map(keyVal => keyVal.join("="))
|
|
3776
|
+
.map((keyVal) => keyVal.join("="))
|
|
3780
3777
|
.reduce((item1, item2) => [item1, item2].join("&"));
|
|
3781
3778
|
}
|
|
3782
3779
|
}
|
|
@@ -4687,7 +4684,7 @@ var Implementation;
|
|
|
4687
4684
|
}
|
|
4688
4685
|
finally {
|
|
4689
4686
|
if (clearRequestQueue) {
|
|
4690
|
-
Implementation.requestQueue.clear();
|
|
4687
|
+
Implementation.requestQueue === null || Implementation.requestQueue === void 0 ? void 0 : Implementation.requestQueue.clear();
|
|
4691
4688
|
}
|
|
4692
4689
|
}
|
|
4693
4690
|
}
|
|
@@ -4927,7 +4924,7 @@ var Implementation;
|
|
|
4927
4924
|
* apparently the RI does not, so we have to follow the RI behavior here)
|
|
4928
4925
|
* @param componentIdToTransform the componentId which needs post-processing
|
|
4929
4926
|
*/
|
|
4930
|
-
const remapNamingContainer = componentIdToTransform => {
|
|
4927
|
+
const remapNamingContainer = (componentIdToTransform) => {
|
|
4931
4928
|
// pattern :<anything> must be prepended by viewRoot if there is one,
|
|
4932
4929
|
// otherwise we are in a not namespaced then only the id has to match
|
|
4933
4930
|
const rootNamingContainerPrefix = (rootNamingContainerId.length) ? rootNamingContainerId + SEP : _core_Const__WEBPACK_IMPORTED_MODULE_7__.EMPTY_STR;
|
|
@@ -5013,7 +5010,7 @@ var Implementation;
|
|
|
5013
5010
|
//we now can use the full code reduction given by our stream api
|
|
5014
5011
|
//to filter
|
|
5015
5012
|
return ofAssoc(mappedOpts)
|
|
5016
|
-
.filter((item => !(item[0] in BlockFilter)))
|
|
5013
|
+
.filter(((item) => !(item[0] in BlockFilter)))
|
|
5017
5014
|
.reduce(collectAssoc, {});
|
|
5018
5015
|
}
|
|
5019
5016
|
/**
|
|
@@ -5028,7 +5025,7 @@ var Implementation;
|
|
|
5028
5025
|
//we now can use the full code reduction given by our stream api
|
|
5029
5026
|
//to filter
|
|
5030
5027
|
return (_a = ofAssoc(mappedOpts)
|
|
5031
|
-
.filter((item => (item[0] == "myfaces")))
|
|
5028
|
+
.filter(((item) => (item[0] == "myfaces")))
|
|
5032
5029
|
.reduce(collectAssoc, {})) === null || _a === void 0 ? void 0 : _a[_core_Const__WEBPACK_IMPORTED_MODULE_7__.MYFACES];
|
|
5033
5030
|
}
|
|
5034
5031
|
function remapArrayToAssocArr(arrayedParams) {
|
|
@@ -5110,9 +5107,6 @@ var PushImpl;
|
|
|
5110
5107
|
// @deprecated because we can assume at least for the newer versions
|
|
5111
5108
|
// that the protocol is properly set!
|
|
5112
5109
|
const URL_PROTOCOL = mona_dish__WEBPACK_IMPORTED_MODULE_1__.DQ.global().location.protocol.replace("http", "ws") + "//";
|
|
5113
|
-
// we expose the member variables for testing purposes
|
|
5114
|
-
// they are not directly touched outside of tests
|
|
5115
|
-
/* socket map by token */
|
|
5116
5110
|
PushImpl.sockets = {};
|
|
5117
5111
|
/* component attributes by clientId */
|
|
5118
5112
|
PushImpl.components = {};
|
|
@@ -5873,7 +5867,7 @@ var Assertions;
|
|
|
5873
5867
|
Assertions.assertRequestIntegrity = assertRequestIntegrity;
|
|
5874
5868
|
function assertUrlExists(node) {
|
|
5875
5869
|
if (node.attr(_core_Const__WEBPACK_IMPORTED_MODULE_1__.ATTR_URL).isAbsent()) {
|
|
5876
|
-
throw Assertions.raiseError(new Error(), _Lang__WEBPACK_IMPORTED_MODULE_2__.ExtLang.getMessage("ERR_RED_URL",
|
|
5870
|
+
throw Assertions.raiseError(new Error(), _Lang__WEBPACK_IMPORTED_MODULE_2__.ExtLang.getMessage("ERR_RED_URL", undefined, "processRedirect"), "processRedirect");
|
|
5877
5871
|
}
|
|
5878
5872
|
}
|
|
5879
5873
|
Assertions.assertUrlExists = assertUrlExists;
|
|
@@ -6064,7 +6058,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6064
6058
|
*/
|
|
6065
6059
|
const IS_FACES_SOURCE = (source) => {
|
|
6066
6060
|
//spec version smaller 4 we have to deal with the jsf namespace
|
|
6067
|
-
return source && !!(
|
|
6061
|
+
return !!source && !!(source.search(/\/jakarta\.faces\.resource.*\/faces\.js.*/) != -1 ||
|
|
6068
6062
|
(source === null || source === void 0 ? void 0 : source.search(/\/faces-development\.js.*/)) != -1 ||
|
|
6069
6063
|
(source === null || source === void 0 ? void 0 : source.search(/\/faces-uncompressed\.js.*/)) != -1 ||
|
|
6070
6064
|
(source === null || source === void 0 ? void 0 : source.search(/\/faces[^.]*\.js.*ln=jakarta.faces.*/gi)) != -1 ||
|
|
@@ -6089,6 +6083,9 @@ const IS_INTERNAL_SOURCE = (source) => {
|
|
|
6089
6083
|
return source.search(/\/faces[^.]*\.js.*ln=myfaces.testscripts.*/gi) != -1 || source.search(/\/jsf[^.]*\.js.*ln=myfaces.testscripts.*/gi) != -1;
|
|
6090
6084
|
};
|
|
6091
6085
|
const ATTR_SRC = 'src';
|
|
6086
|
+
function isRegExpMatchArray(value) {
|
|
6087
|
+
return value != null && value.length > 1;
|
|
6088
|
+
}
|
|
6092
6089
|
/**
|
|
6093
6090
|
* Extension which adds implementation specific
|
|
6094
6091
|
* meta-data to our dom query
|
|
@@ -6151,8 +6148,8 @@ class ExtDomQuery extends mona_dish__WEBPACK_IMPORTED_MODULE_0__.DQ {
|
|
|
6151
6148
|
// the last possibility
|
|
6152
6149
|
let nonceScript = mona_dish__WEBPACK_IMPORTED_MODULE_0__.Optional.fromNullable((_a = mona_dish__WEBPACK_IMPORTED_MODULE_0__.DQ
|
|
6153
6150
|
.querySelectorAll("script[src], link[src]").asArray
|
|
6154
|
-
.filter((item) => item.nonce.isPresent() && item.attr(ATTR_SRC) != null)
|
|
6155
|
-
.filter(item => IS_FACES_SOURCE(item.attr(ATTR_SRC).value))) === null || _a === void 0 ? void 0 : _a[0]);
|
|
6151
|
+
.filter((item) => item.nonce.isPresent() && item.attr(ATTR_SRC).value != null)
|
|
6152
|
+
.filter(item => { var _a; return IS_FACES_SOURCE((_a = item.attr(ATTR_SRC).value) !== null && _a !== void 0 ? _a : undefined); })) === null || _a === void 0 ? void 0 : _a[0]);
|
|
6156
6153
|
if (!(nonceScript === null || nonceScript === void 0 ? void 0 : nonceScript.value)) {
|
|
6157
6154
|
return mona_dish__WEBPACK_IMPORTED_MODULE_0__.ValueEmbedder.absent;
|
|
6158
6155
|
}
|
|
@@ -6170,9 +6167,9 @@ class ExtDomQuery extends mona_dish__WEBPACK_IMPORTED_MODULE_0__.DQ {
|
|
|
6170
6167
|
var _a;
|
|
6171
6168
|
//perfect application for lazy stream
|
|
6172
6169
|
return mona_dish__WEBPACK_IMPORTED_MODULE_0__.Optional.fromNullable((_a = mona_dish__WEBPACK_IMPORTED_MODULE_0__.DQ.querySelectorAll("script[src], link[src]").asArray
|
|
6173
|
-
.filter(item => IS_FACES_SOURCE(item.attr(ATTR_SRC).value))
|
|
6174
|
-
.map(item => item.attr(ATTR_SRC).value.match(regExp))
|
|
6175
|
-
.filter(
|
|
6170
|
+
.filter(item => { var _a; return IS_FACES_SOURCE((_a = item.attr(ATTR_SRC).value) !== null && _a !== void 0 ? _a : undefined); })
|
|
6171
|
+
.map(item => { var _a; return ((_a = item.attr(ATTR_SRC).value) !== null && _a !== void 0 ? _a : "").match(regExp); })
|
|
6172
|
+
.filter(isRegExpMatchArray)
|
|
6176
6173
|
.map((result) => {
|
|
6177
6174
|
return decodeURIComponent(result[1]);
|
|
6178
6175
|
})) === null || _a === void 0 ? void 0 : _a[0]);
|
|
@@ -6335,7 +6332,7 @@ class ExtConfig extends mona_dish__WEBPACK_IMPORTED_MODULE_0__.Config {
|
|
|
6335
6332
|
if (!this.$nspEnabled) {
|
|
6336
6333
|
return accessPath;
|
|
6337
6334
|
}
|
|
6338
|
-
return new mona_dish__WEBPACK_IMPORTED_MODULE_0__.Es2019Array(...accessPath).map(key => (0,_core_Const__WEBPACK_IMPORTED_MODULE_1__.$nsp)(key));
|
|
6335
|
+
return new mona_dish__WEBPACK_IMPORTED_MODULE_0__.Es2019Array(...accessPath).map((key) => (0,_core_Const__WEBPACK_IMPORTED_MODULE_1__.$nsp)(key));
|
|
6339
6336
|
}
|
|
6340
6337
|
}
|
|
6341
6338
|
|
|
@@ -6377,10 +6374,10 @@ function encodeFormData(formData, paramsMapper = (inStr, inVal) => [inStr, inVal
|
|
|
6377
6374
|
return defaultStr;
|
|
6378
6375
|
}
|
|
6379
6376
|
const assocValues = formData.value;
|
|
6380
|
-
const expandValueArrAndRename = key => assocValues[key].map(val => paramsMapper(key, val));
|
|
6381
|
-
const isPropertyKey = key => assocValues.hasOwnProperty(key);
|
|
6377
|
+
const expandValueArrAndRename = (key) => assocValues[key].map((val) => paramsMapper(key, val));
|
|
6378
|
+
const isPropertyKey = (key) => assocValues.hasOwnProperty(key);
|
|
6382
6379
|
const isNotFile = ([, value]) => !(value instanceof _ExtDomQuery__WEBPACK_IMPORTED_MODULE_1__.ExtDomQuery.global().File);
|
|
6383
|
-
const mapIntoUrlParam = keyVal => `${encodeURIComponent(keyVal[0])}=${encodeURIComponent(keyVal[1])}`;
|
|
6380
|
+
const mapIntoUrlParam = (keyVal) => `${encodeURIComponent(keyVal[0])}=${encodeURIComponent(keyVal[1])}`;
|
|
6384
6381
|
return new mona_dish__WEBPACK_IMPORTED_MODULE_0__.Es2019Array(...Object.keys(assocValues))
|
|
6385
6382
|
.filter(isPropertyKey)
|
|
6386
6383
|
.flatMap(expandValueArrAndRename)
|
|
@@ -6393,8 +6390,8 @@ function encodeFormData(formData, paramsMapper = (inStr, inVal) => [inStr, inVal
|
|
|
6393
6390
|
* @param encoded encoded string
|
|
6394
6391
|
*/
|
|
6395
6392
|
function decodeEncodedValues(encoded) {
|
|
6396
|
-
const filterBlanks = item => !!(item || '').replace(/\s+/g, '');
|
|
6397
|
-
const splitKeyValuePair = _line => {
|
|
6393
|
+
const filterBlanks = (item) => !!(item || '').replace(/\s+/g, '');
|
|
6394
|
+
const splitKeyValuePair = (_line) => {
|
|
6398
6395
|
let line = decodeURIComponent(_line);
|
|
6399
6396
|
let index = line.indexOf("=");
|
|
6400
6397
|
if (index == -1) {
|
|
@@ -6411,9 +6408,9 @@ function decodeEncodedValues(encoded) {
|
|
|
6411
6408
|
*/
|
|
6412
6409
|
function resolveFiles(dataSource) {
|
|
6413
6410
|
const expandFilesArr = ([key, files]) => {
|
|
6414
|
-
return [...files].map(file => [key, file]);
|
|
6411
|
+
return [...files].map((file) => [key, file]);
|
|
6415
6412
|
};
|
|
6416
|
-
const remapFileInput = fileInput => {
|
|
6413
|
+
const remapFileInput = (fileInput) => {
|
|
6417
6414
|
return [fileInput.name.value || fileInput.id.value, fileInput.filesFromElem(0)];
|
|
6418
6415
|
};
|
|
6419
6416
|
const files = dataSource
|
|
@@ -6764,7 +6761,7 @@ var ExtLang;
|
|
|
6764
6761
|
*/
|
|
6765
6762
|
function ofAssoc(value) {
|
|
6766
6763
|
return new mona_dish__WEBPACK_IMPORTED_MODULE_0__.Es2019Array(...Object.keys(value))
|
|
6767
|
-
.map(key => [key, value[key]]);
|
|
6764
|
+
.map((key) => [key, value[key]]);
|
|
6768
6765
|
}
|
|
6769
6766
|
ExtLang.ofAssoc = ofAssoc;
|
|
6770
6767
|
function collectAssoc(target, item) {
|
|
@@ -7157,9 +7154,10 @@ function resolveHandlerFunc(requestContext, responseContext, funcName) {
|
|
|
7157
7154
|
.orElse(_core_Const__WEBPACK_IMPORTED_MODULE_1__.EMPTY_FUNC).value;
|
|
7158
7155
|
}
|
|
7159
7156
|
function resolveTargetUrl(srcFormElement) {
|
|
7160
|
-
|
|
7157
|
+
const formElements = srcFormElement.elements;
|
|
7158
|
+
return (typeof formElements[_core_Const__WEBPACK_IMPORTED_MODULE_1__.ENCODED_URL] == 'undefined') ?
|
|
7161
7159
|
srcFormElement.action :
|
|
7162
|
-
|
|
7160
|
+
formElements[_core_Const__WEBPACK_IMPORTED_MODULE_1__.ENCODED_URL].value;
|
|
7163
7161
|
}
|
|
7164
7162
|
function resolveFinalUrl(sourceForm, formData, ajaxType = _core_Const__WEBPACK_IMPORTED_MODULE_1__.REQ_TYPE_POST) {
|
|
7165
7163
|
let targetUrl = resolveTargetUrl(sourceForm.getAsElem(0).value);
|
|
@@ -7881,6 +7879,7 @@ class ResponseProcessor {
|
|
|
7881
7879
|
this.internalContext.assign(_core_Const__WEBPACK_IMPORTED_MODULE_6__.APPLIED_CLIENT_WINDOW, node.id.value).value = new _core_ImplTypes__WEBPACK_IMPORTED_MODULE_4__.StateHolder((0,_core_Const__WEBPACK_IMPORTED_MODULE_6__.$nsp)(node.id.value), state);
|
|
7882
7880
|
return true;
|
|
7883
7881
|
}
|
|
7882
|
+
return false;
|
|
7884
7883
|
}
|
|
7885
7884
|
/**
|
|
7886
7885
|
* generic global eval which runs the embedded css and scripts
|
|
@@ -8060,7 +8059,7 @@ class ResponseProcessor {
|
|
|
8060
8059
|
.orElseLazy(() => this.externalContext.getIf((0,_core_Const__WEBPACK_IMPORTED_MODULE_6__.$nsp)(_core_Const__WEBPACK_IMPORTED_MODULE_6__.P_RENDER)).value)
|
|
8061
8060
|
.orElse(_core_Const__WEBPACK_IMPORTED_MODULE_6__.IDENT_NONE).value.split(/\s+/gi);
|
|
8062
8061
|
const executeAndRenders = executes.concat(...renders);
|
|
8063
|
-
return [...executeAndRenders].filter(nameOrId => {
|
|
8062
|
+
return [...executeAndRenders].filter((nameOrId) => {
|
|
8064
8063
|
if ([_core_Const__WEBPACK_IMPORTED_MODULE_6__.IDENT_ALL, _core_Const__WEBPACK_IMPORTED_MODULE_6__.IDENT_NONE].indexOf(nameOrId) != -1) {
|
|
8065
8064
|
return true;
|
|
8066
8065
|
}
|
|
@@ -8189,7 +8188,7 @@ class XhrFormData extends mona_dish__WEBPACK_IMPORTED_MODULE_0__.Config {
|
|
|
8189
8188
|
*/
|
|
8190
8189
|
let expandValueArrays = ([key, item]) => {
|
|
8191
8190
|
if (Array.isArray(item)) {
|
|
8192
|
-
return new mona_dish__WEBPACK_IMPORTED_MODULE_0__.Es2019Array(...item).map(value => {
|
|
8191
|
+
return new mona_dish__WEBPACK_IMPORTED_MODULE_0__.Es2019Array(...item).map((value) => {
|
|
8193
8192
|
return { key, value };
|
|
8194
8193
|
});
|
|
8195
8194
|
}
|
|
@@ -8775,7 +8774,8 @@ var oam;
|
|
|
8775
8774
|
* @param value the value to be rendered
|
|
8776
8775
|
*/
|
|
8777
8776
|
oam.setHiddenInput = function (formName, name, value) {
|
|
8778
|
-
|
|
8777
|
+
const forms = document.forms;
|
|
8778
|
+
mona_dish__WEBPACK_IMPORTED_MODULE_0__.DQ.byId(forms[formName])
|
|
8779
8779
|
.each(form => {
|
|
8780
8780
|
const input = form.querySelectorAll(`input[type='hidden'][name='${name}']`);
|
|
8781
8781
|
if (input.isPresent()) {
|
|
@@ -8795,8 +8795,10 @@ var oam;
|
|
|
8795
8795
|
* @param name the name of the input field
|
|
8796
8796
|
*/
|
|
8797
8797
|
oam.clearHiddenInput = function (formName, name) {
|
|
8798
|
-
var _a
|
|
8799
|
-
|
|
8798
|
+
var _a;
|
|
8799
|
+
const forms = document.forms;
|
|
8800
|
+
const elements = (_a = forms === null || forms === void 0 ? void 0 : forms[formName]) === null || _a === void 0 ? void 0 : _a.elements;
|
|
8801
|
+
let element = elements === null || elements === void 0 ? void 0 : elements[name];
|
|
8800
8802
|
if (!element) {
|
|
8801
8803
|
return;
|
|
8802
8804
|
}
|
|
@@ -8814,7 +8816,7 @@ var oam;
|
|
|
8814
8816
|
* @param params
|
|
8815
8817
|
*/
|
|
8816
8818
|
oam.submitForm = function (formName, linkId = null, target = null, params = {}) {
|
|
8817
|
-
var _a, _b, _c, _d, _e
|
|
8819
|
+
var _a, _b, _c, _d, _e;
|
|
8818
8820
|
//handle a possible incoming null, not sure if this is used that way anywhere, but we allow it
|
|
8819
8821
|
params = (!params) ? {} : params;
|
|
8820
8822
|
let clearFn = 'clearFormHiddenParams_' + formName.replace(/-/g, '\$:').replace(/:/g, '_');
|
|
@@ -8827,7 +8829,8 @@ var oam;
|
|
|
8827
8829
|
paramsStream.forEach(([key, data]) => myfaces.oam.setHiddenInput(formName, key, data));
|
|
8828
8830
|
//we call the namespaced function, to allow decoration, via a direct call we would
|
|
8829
8831
|
myfaces.oam.setHiddenInput(formName, `${formName}:_idcl`, linkId !== null && linkId !== void 0 ? linkId : '');
|
|
8830
|
-
|
|
8832
|
+
const forms = document.forms;
|
|
8833
|
+
mona_dish__WEBPACK_IMPORTED_MODULE_0__.DQ.byId((_e = forms === null || forms === void 0 ? void 0 : forms[formName]) !== null && _e !== void 0 ? _e : document.getElementById(formName)).each(form => {
|
|
8831
8834
|
var _a;
|
|
8832
8835
|
const ATTR_TARGET = "target";
|
|
8833
8836
|
const formElement = form.getAsElem(0).value;
|