jsf.js_next_gen 4.0.0-RC.6 → 4.0.0-RC.8
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/dist/docs/assets/main.js +1 -1
- package/dist/window/faces-development.js +2056 -2727
- package/dist/window/faces-development.js.br +0 -0
- package/dist/window/faces-development.js.gz +0 -0
- package/dist/window/faces-development.js.map +1 -1
- package/dist/window/faces.js +1 -1
- package/dist/window/faces.js.br +0 -0
- package/dist/window/faces.js.gz +0 -0
- package/dist/window/faces.js.map +1 -1
- package/dist/window/jsf-development.js +2061 -2732
- package/dist/window/jsf-development.js.br +0 -0
- package/dist/window/jsf-development.js.gz +0 -0
- package/dist/window/jsf-development.js.map +1 -1
- package/dist/window/jsf.js +1 -1
- package/dist/window/jsf.js.br +0 -0
- package/dist/window/jsf.js.gz +0 -0
- package/dist/window/jsf.js.map +1 -1
- package/package.json +6 -6
- package/src/main/typescript/impl/util/Assertions.ts +14 -6
- package/src/main/typescript/impl/xhrCore/RequestDataResolver.ts +11 -1
- package/src/main/typescript/test/xhrCore/RequestTest.spec.ts +65 -0
- package/src/main/typescript/tsconfig.json +1 -1
- package/target/api/_api.js +11 -25
- package/target/api/_api.js.map +1 -1
- package/target/api/faces.js +4 -4
- package/target/api/faces.js.map +1 -1
- package/target/api/jsf.js +9 -9
- package/target/api/jsf.js.map +1 -1
- package/target/impl/AjaxImpl.js +55 -63
- package/target/impl/AjaxImpl.js.map +1 -1
- package/target/impl/PushImpl.js +45 -48
- package/target/impl/PushImpl.js.map +1 -1
- package/target/impl/core/Const.js +1 -1
- package/target/impl/core/Const.js.map +1 -1
- package/target/impl/core/ImplTypes.js +9 -14
- package/target/impl/core/ImplTypes.js.map +1 -1
- package/target/impl/i18n/Messages.js +3 -4
- package/target/impl/i18n/Messages.js.map +1 -1
- package/target/impl/util/Assertions.js +19 -23
- package/target/impl/util/Assertions.js.map +1 -1
- package/target/impl/util/AsyncQueue.js +28 -36
- package/target/impl/util/AsyncQueue.js.map +1 -1
- package/target/impl/util/ExtDomQuery.js +144 -219
- package/target/impl/util/ExtDomQuery.js.map +1 -1
- package/target/impl/util/Lang.js +21 -28
- package/target/impl/util/Lang.js.map +1 -1
- package/target/impl/xhrCore/ErrorData.js +36 -61
- package/target/impl/xhrCore/ErrorData.js.map +1 -1
- package/target/impl/xhrCore/EventData.js +10 -13
- package/target/impl/xhrCore/EventData.js.map +1 -1
- package/target/impl/xhrCore/RequestDataResolver.js +27 -19
- package/target/impl/xhrCore/RequestDataResolver.js.map +1 -1
- package/target/impl/xhrCore/ResonseDataResolver.js +16 -16
- package/target/impl/xhrCore/ResonseDataResolver.js.map +1 -1
- package/target/impl/xhrCore/Response.js +16 -16
- package/target/impl/xhrCore/Response.js.map +1 -1
- package/target/impl/xhrCore/ResponseProcessor.js +119 -133
- package/target/impl/xhrCore/ResponseProcessor.js.map +1 -1
- package/target/impl/xhrCore/XhrFormData.js +72 -106
- package/target/impl/xhrCore/XhrFormData.js.map +1 -1
- package/target/impl/xhrCore/XhrRequest.js +85 -95
- package/target/impl/xhrCore/XhrRequest.js.map +1 -1
- package/target/myfaces/OamSubmit.js +17 -24
- package/target/myfaces/OamSubmit.js.map +1 -1
- package/target/test/frameworkBase/LangTest.spec.js +46 -32
- package/target/test/frameworkBase/LangTest.spec.js.map +1 -1
- package/target/test/frameworkBase/_ext/monadish/DomQueryTest.spec.js +238 -228
- package/target/test/frameworkBase/_ext/monadish/DomQueryTest.spec.js.map +1 -1
- package/target/test/frameworkBase/_ext/monadish/LangTest.spec.js +45 -31
- package/target/test/frameworkBase/_ext/monadish/LangTest.spec.js.map +1 -1
- package/target/test/frameworkBase/_ext/monadish/MappingProbes.js +24 -33
- package/target/test/frameworkBase/_ext/monadish/MappingProbes.js.map +1 -1
- package/target/test/frameworkBase/_ext/monadish/MappingTest.spec.js +8 -8
- package/target/test/frameworkBase/_ext/monadish/MappingTest.spec.js.map +1 -1
- package/target/test/frameworkBase/_ext/monadish/MonadTest.spec.js +31 -31
- package/target/test/frameworkBase/_ext/monadish/MonadTest.spec.js.map +1 -1
- package/target/test/frameworkBase/_ext/monadish/StreamTest.spec.js +50 -48
- package/target/test/frameworkBase/_ext/monadish/StreamTest.spec.js.map +1 -1
- package/target/test/frameworkBase/_ext/shared/StandardInits.js +247 -132
- package/target/test/frameworkBase/_ext/shared/StandardInits.js.map +1 -1
- package/target/test/frameworkBase/_ext/shared/XmlResponses.js +199 -22
- package/target/test/frameworkBase/_ext/shared/XmlResponses.js.map +1 -1
- package/target/test/impl/ImplTest.spec.js +32 -59
- package/target/test/impl/ImplTest.spec.js.map +1 -1
- package/target/test/impl/ImplTest_23.spec.js +32 -59
- package/target/test/impl/ImplTest_23.spec.js.map +1 -1
- package/target/test/impl/SeparatorCharsTest.spec.js +17 -17
- package/target/test/impl/SeparatorCharsTest.spec.js.map +1 -1
- package/target/test/myfaces/OamSubmit.spec.js +25 -25
- package/target/test/myfaces/OamSubmit.spec.js.map +1 -1
- package/target/test/queue/AsynchronousProbe.js +23 -29
- package/target/test/queue/AsynchronousProbe.js.map +1 -1
- package/target/test/queue/AsynchronousQueueTest.spec.js +39 -70
- package/target/test/queue/AsynchronousQueueTest.spec.js.map +1 -1
- package/target/test/xhrCore/EventTests.spec.js +42 -73
- package/target/test/xhrCore/EventTests.spec.js.map +1 -1
- package/target/test/xhrCore/FakeWebsocket.js +14 -16
- package/target/test/xhrCore/FakeWebsocket.js.map +1 -1
- package/target/test/xhrCore/FileUploadTest.spec.js +46 -77
- package/target/test/xhrCore/FileUploadTest.spec.js.map +1 -1
- package/target/test/xhrCore/OamSubmitTest.spec.js +49 -80
- package/target/test/xhrCore/OamSubmitTest.spec.js.map +1 -1
- package/target/test/xhrCore/RequestParamsTest.spec.js +37 -68
- package/target/test/xhrCore/RequestParamsTest.spec.js.map +1 -1
- package/target/test/xhrCore/RequestTest.spec.js +170 -147
- package/target/test/xhrCore/RequestTest.spec.js.map +1 -1
- package/target/test/xhrCore/RequestTest_23.spec.js +93 -140
- package/target/test/xhrCore/RequestTest_23.spec.js.map +1 -1
- package/target/test/xhrCore/ResponseTest.spec.js +122 -91
- package/target/test/xhrCore/ResponseTest.spec.js.map +1 -1
- package/target/test/xhrCore/ResponseTest23.spec.js +114 -83
- package/target/test/xhrCore/ResponseTest23.spec.js.map +1 -1
- package/target/test/xhrCore/ShadowDomTest.spec.js +30 -61
- package/target/test/xhrCore/ShadowDomTest.spec.js.map +1 -1
- package/target/test/xhrCore/WebsocketTest.js +60 -93
- package/target/test/xhrCore/WebsocketTest.js.map +1 -1
- package/target/test/xhrCore/XhrFormDataTest.spec.js +41 -15
- package/target/test/xhrCore/XhrFormDataTest.spec.js.map +1 -1
|
@@ -31,33 +31,6 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
31
31
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
32
32
|
});
|
|
33
33
|
};
|
|
34
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
35
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
36
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
37
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
38
|
-
function step(op) {
|
|
39
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
40
|
-
while (_) try {
|
|
41
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
42
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
43
|
-
switch (op[0]) {
|
|
44
|
-
case 0: case 1: t = op; break;
|
|
45
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
46
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
47
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
48
|
-
default:
|
|
49
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
50
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
51
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
52
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
53
|
-
if (t[2]) _.ops.pop();
|
|
54
|
-
_.trys.pop(); continue;
|
|
55
|
-
}
|
|
56
|
-
op = body.call(thisArg, _);
|
|
57
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
58
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
59
|
-
}
|
|
60
|
-
};
|
|
61
34
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
62
35
|
/*! Licensed to the Apache Software Foundation (ASF) under one or more
|
|
63
36
|
* contributor license agreements. See the NOTICE file distributed with
|
|
@@ -74,15 +47,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
74
47
|
* See the License for the specific language governing permissions and
|
|
75
48
|
* limitations under the License.
|
|
76
49
|
*/
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
50
|
+
const sinon = __importStar(require("sinon"));
|
|
51
|
+
const AjaxImpl_1 = require("../../impl/AjaxImpl");
|
|
52
|
+
const StandardInits_1 = require("../frameworkBase/_ext/shared/StandardInits");
|
|
80
53
|
var protocolPage = StandardInits_1.StandardInits.protocolPage;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
54
|
+
const mona_dish_1 = require("mona-dish");
|
|
55
|
+
const XhrFormData_1 = require("../../impl/xhrCore/XhrFormData");
|
|
56
|
+
const chai_1 = require("chai");
|
|
84
57
|
describe("test for proper request param patterns identical to the old implementation", function () {
|
|
85
|
-
|
|
58
|
+
const UPDATE_INSERT_2 = {
|
|
86
59
|
"op": "updateinsert2",
|
|
87
60
|
"jakarta.faces.partial.event": "click",
|
|
88
61
|
"jakarta.faces.source": "cmd_update_insert2",
|
|
@@ -94,11 +67,11 @@ describe("test for proper request param patterns identical to the old implementa
|
|
|
94
67
|
/**
|
|
95
68
|
* matches two maps for absolute identicality
|
|
96
69
|
*/
|
|
97
|
-
|
|
70
|
+
let matches = (item1, item2) => {
|
|
98
71
|
if (Object.keys(item1).length != Object.keys(item2).length) {
|
|
99
72
|
return false;
|
|
100
73
|
}
|
|
101
|
-
for (
|
|
74
|
+
for (let key in item1) {
|
|
102
75
|
if ((!(key in item2)) || item1[key] != item2[key]) {
|
|
103
76
|
return false;
|
|
104
77
|
}
|
|
@@ -106,27 +79,23 @@ describe("test for proper request param patterns identical to the old implementa
|
|
|
106
79
|
return true;
|
|
107
80
|
};
|
|
108
81
|
beforeEach(function () {
|
|
109
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
AjaxImpl_1.Implementation.reset();
|
|
127
|
-
close();
|
|
128
|
-
};
|
|
129
|
-
})];
|
|
82
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
83
|
+
let waitForResult = protocolPage();
|
|
84
|
+
return waitForResult.then((close) => {
|
|
85
|
+
this.xhr = sinon.useFakeXMLHttpRequest();
|
|
86
|
+
this.requests = [];
|
|
87
|
+
this.xhr.onCreate = (xhr) => {
|
|
88
|
+
this.requests.push(xhr);
|
|
89
|
+
};
|
|
90
|
+
global.XMLHttpRequest = this.xhr;
|
|
91
|
+
window.XMLHttpRequest = this.xhr;
|
|
92
|
+
this.jsfAjaxResponse = sinon.stub(global.faces.ajax, "response");
|
|
93
|
+
this.closeIt = () => {
|
|
94
|
+
global.XMLHttpRequest = window.XMLHttpRequest = this.xhr.restore();
|
|
95
|
+
this.jsfAjaxResponse.restore();
|
|
96
|
+
AjaxImpl_1.Implementation.reset();
|
|
97
|
+
close();
|
|
98
|
+
};
|
|
130
99
|
});
|
|
131
100
|
});
|
|
132
101
|
});
|
|
@@ -135,36 +104,36 @@ describe("test for proper request param patterns identical to the old implementa
|
|
|
135
104
|
});
|
|
136
105
|
it("must pass updateinsert2 with proper parameters", function () {
|
|
137
106
|
mona_dish_1.DQ.byId("cmd_update_insert2").click();
|
|
138
|
-
|
|
139
|
-
|
|
107
|
+
let requestBody = this.requests[0].requestBody;
|
|
108
|
+
let formData = new XhrFormData_1.XhrFormData(requestBody);
|
|
140
109
|
(0, chai_1.expect)(matches(formData.value, UPDATE_INSERT_2)).to.be.true;
|
|
141
110
|
});
|
|
142
111
|
it("must handle base64 encoded strings properly as request data", function () {
|
|
143
|
-
|
|
112
|
+
let probe = "YWFhYWFhc1Rlc3RpdCDDpGtvNDU5NjczMDA9PSsrNDU5MGV3b3UkJiUmLyQmJQ==";
|
|
144
113
|
mona_dish_1.DQ.byId("jakarta.faces.ViewState").inputValue.value = probe;
|
|
145
114
|
mona_dish_1.DQ.byId("cmd_update_insert2").click();
|
|
146
|
-
|
|
115
|
+
let requestBody = this.requests[0].requestBody;
|
|
147
116
|
//We check if the base64 encoded string matches the original
|
|
148
|
-
|
|
117
|
+
let formData = new XhrFormData_1.XhrFormData(requestBody);
|
|
149
118
|
(0, chai_1.expect)(decodeURIComponent(formData.getIf("jakarta.faces.ViewState").value) == probe).to.be.true;
|
|
150
119
|
});
|
|
151
120
|
it("must handle empty parameters properly", function () {
|
|
152
|
-
|
|
121
|
+
let probe = "";
|
|
153
122
|
mona_dish_1.DQ.byId("jakarta.faces.ViewState").inputValue.value = probe;
|
|
154
123
|
mona_dish_1.DQ.byId("cmd_update_insert2").click();
|
|
155
|
-
|
|
124
|
+
let requestBody = this.requests[0].requestBody;
|
|
156
125
|
//We check if the base64 encoded string matches the original
|
|
157
|
-
|
|
126
|
+
let formData = new XhrFormData_1.XhrFormData(requestBody);
|
|
158
127
|
(0, chai_1.expect)(decodeURIComponent(formData.getIf("jakarta.faces.ViewState").value) == probe).to.be.true;
|
|
159
128
|
});
|
|
160
129
|
//KssbpZfCe+0lwDhgMRQ44wRFkaM1o1lbMMUO3lini5YhXWm6
|
|
161
130
|
it("must handle base64 special cases properly (+ in encoding)", function () {
|
|
162
|
-
|
|
131
|
+
let probe = "KssbpZfCe+0lwDhgMRQ44wRFkaM1o1lbMMUO3lini5YhXWm6";
|
|
163
132
|
mona_dish_1.DQ.byId("jakarta.faces.ViewState").inputValue.value = probe;
|
|
164
133
|
mona_dish_1.DQ.byId("cmd_update_insert2").click();
|
|
165
|
-
|
|
134
|
+
let requestBody = this.requests[0].requestBody;
|
|
166
135
|
//We check if the base64 encoded string matches the original
|
|
167
|
-
|
|
136
|
+
let formData = new XhrFormData_1.XhrFormData(requestBody);
|
|
168
137
|
(0, chai_1.expect)(decodeURIComponent(formData.getIf("jakarta.faces.ViewState").value) == probe).to.be.true;
|
|
169
138
|
});
|
|
170
139
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequestParamsTest.spec.js","sourceRoot":"","sources":["../../../src/main/typescript/test/xhrCore/RequestParamsTest.spec.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RequestParamsTest.spec.js","sourceRoot":"","sources":["../../../src/main/typescript/test/xhrCore/RequestParamsTest.spec.ts"],"names":[],"mappings":"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"}
|