jsf.js_next_gen 4.0.0-beta-10 → 4.0.0-beta-12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/dist/window/faces-development.js +164 -49
  2. package/dist/window/faces-development.js.br +0 -0
  3. package/dist/window/faces-development.js.gz +0 -0
  4. package/dist/window/faces-development.js.map +1 -1
  5. package/dist/window/faces.js +1 -1
  6. package/dist/window/faces.js.br +0 -0
  7. package/dist/window/faces.js.gz +0 -0
  8. package/dist/window/faces.js.map +1 -1
  9. package/dist/window/jsf-development.js +164 -49
  10. package/dist/window/jsf-development.js.br +0 -0
  11. package/dist/window/jsf-development.js.gz +0 -0
  12. package/dist/window/jsf-development.js.map +1 -1
  13. package/dist/window/jsf.js +1 -1
  14. package/dist/window/jsf.js.br +0 -0
  15. package/dist/window/jsf.js.gz +0 -0
  16. package/dist/window/jsf.js.map +1 -1
  17. package/package.json +3 -3
  18. package/pom.xml +14 -0
  19. package/src/main/java/com/example/jsfs_js_ts/DecoratedFacesJS.java +80 -0
  20. package/src/main/java/com/example/jsfs_js_ts/DecoratingResourceHandlerWrapper.java +54 -0
  21. package/src/main/typescript/impl/util/ExtDomQuery.ts +10 -6
  22. package/src/main/typescript/test/frameworkBase/_ext/shared/StandardInits.ts +0 -2
  23. package/target/api/{Jsf.js → jsf.js} +0 -0
  24. package/target/api/{Jsf.js.map → jsf.js.map} +0 -0
  25. package/target/impl/util/ExtDomQuery.js +10 -6
  26. package/target/impl/util/ExtDomQuery.js.map +1 -1
  27. package/target/test/frameworkBase/_ext/shared/StandardInits.js +0 -2
  28. package/target/test/frameworkBase/_ext/shared/StandardInits.js.map +1 -1
  29. package/src/main/java/com/example/jsfs_js_ts/JsfsJsTsApplication.java +0 -12
  30. package/target/api/_faces.js +0 -251
  31. package/target/api/_faces.js.map +0 -1
  32. package/target/classes/com/example/jsfs_js_ts/JsfsJsTsApplication.class +0 -0
  33. package/target/impl/util/ListenerQueue.js +0 -3
  34. package/target/impl/util/ListenerQueue.js.map +0 -1
  35. package/target/main/typescript/api/Jsf.js +0 -258
  36. package/target/main/typescript/api/Jsf.js.map +0 -1
  37. package/target/main/typescript/impl/AjaxImpl.js +0 -569
  38. package/target/main/typescript/impl/AjaxImpl.js.map +0 -1
  39. package/target/main/typescript/impl/PushImpl.js +0 -215
  40. package/target/main/typescript/impl/PushImpl.js.map +0 -1
  41. package/target/main/typescript/impl/core/Const.js +0 -135
  42. package/target/main/typescript/impl/core/Const.js.map +0 -1
  43. package/target/main/typescript/impl/core/ImplTypes.js +0 -43
  44. package/target/main/typescript/impl/core/ImplTypes.js.map +0 -1
  45. package/target/main/typescript/impl/i18n/Messages.js +0 -114
  46. package/target/main/typescript/impl/i18n/Messages.js.map +0 -1
  47. package/target/main/typescript/impl/util/Assertions.js +0 -90
  48. package/target/main/typescript/impl/util/Assertions.js.map +0 -1
  49. package/target/main/typescript/impl/util/AsyncQueue.js +0 -104
  50. package/target/main/typescript/impl/util/AsyncQueue.js.map +0 -1
  51. package/target/main/typescript/impl/util/AsyncRunnable.js +0 -18
  52. package/target/main/typescript/impl/util/AsyncRunnable.js.map +0 -1
  53. package/target/main/typescript/impl/util/ExtDomQuery.js +0 -129
  54. package/target/main/typescript/impl/util/ExtDomQuery.js.map +0 -1
  55. package/target/main/typescript/impl/util/Lang.js +0 -215
  56. package/target/main/typescript/impl/util/Lang.js.map +0 -1
  57. package/target/main/typescript/impl/util/ListenerQueue.js +0 -3
  58. package/target/main/typescript/impl/util/ListenerQueue.js.map +0 -1
  59. package/target/main/typescript/impl/xhrCore/ErrorData.js +0 -89
  60. package/target/main/typescript/impl/xhrCore/ErrorData.js.map +0 -1
  61. package/target/main/typescript/impl/xhrCore/EventData.js +0 -30
  62. package/target/main/typescript/impl/xhrCore/EventData.js.map +0 -1
  63. package/target/main/typescript/impl/xhrCore/IResponseProcessor.js +0 -3
  64. package/target/main/typescript/impl/xhrCore/IResponseProcessor.js.map +0 -1
  65. package/target/main/typescript/impl/xhrCore/RequestDataResolver.js +0 -143
  66. package/target/main/typescript/impl/xhrCore/RequestDataResolver.js.map +0 -1
  67. package/target/main/typescript/impl/xhrCore/ResonseDataResolver.js +0 -103
  68. package/target/main/typescript/impl/xhrCore/ResonseDataResolver.js.map +0 -1
  69. package/target/main/typescript/impl/xhrCore/Response.js +0 -167
  70. package/target/main/typescript/impl/xhrCore/Response.js.map +0 -1
  71. package/target/main/typescript/impl/xhrCore/ResponseProcessor.js +0 -368
  72. package/target/main/typescript/impl/xhrCore/ResponseProcessor.js.map +0 -1
  73. package/target/main/typescript/impl/xhrCore/XhrFormData.js +0 -272
  74. package/target/main/typescript/impl/xhrCore/XhrFormData.js.map +0 -1
  75. package/target/main/typescript/impl/xhrCore/XhrRequest.js +0 -281
  76. package/target/main/typescript/impl/xhrCore/XhrRequest.js.map +0 -1
  77. package/target/test/frameworkBase/_ext/monadish/DomQueryTest.js +0 -293
  78. package/target/test/frameworkBase/_ext/monadish/DomQueryTest.js.map +0 -1
  79. package/target/test/frameworkBase/_ext/monadish/LangTest.js +0 -89
  80. package/target/test/frameworkBase/_ext/monadish/LangTest.js.map +0 -1
  81. package/target/test/frameworkBase/_ext/monadish/MappingTest.js +0 -39
  82. package/target/test/frameworkBase/_ext/monadish/MappingTest.js.map +0 -1
  83. package/target/test/frameworkBase/_ext/monadish/MonadTest.js +0 -155
  84. package/target/test/frameworkBase/_ext/monadish/MonadTest.js.map +0 -1
  85. package/target/test/frameworkBase/_ext/monadish/StreamTest.js +0 -176
  86. package/target/test/frameworkBase/_ext/monadish/StreamTest.js.map +0 -1
  87. package/target/test/frameworkBase/_ext/monadish/XmlQueryTest.js +0 -1
  88. package/target/test/frameworkBase/_ext/monadish/XmlQueryTest.js.map +0 -1
  89. package/target/test/impl/ImplTest_23.spec_.js +0 -165
  90. package/target/test/impl/ImplTest_23.spec_.js.map +0 -1
  91. package/target/test/typescript/frameworkBase/LangTest.js +0 -112
  92. package/target/test/typescript/frameworkBase/LangTest.js.map +0 -1
  93. package/target/test/typescript/frameworkBase/_ext/monadish/DomQueryTest.js +0 -293
  94. package/target/test/typescript/frameworkBase/_ext/monadish/DomQueryTest.js.map +0 -1
  95. package/target/test/typescript/frameworkBase/_ext/monadish/LangTest.js +0 -89
  96. package/target/test/typescript/frameworkBase/_ext/monadish/LangTest.js.map +0 -1
  97. package/target/test/typescript/frameworkBase/_ext/monadish/MappingProbes.js +0 -115
  98. package/target/test/typescript/frameworkBase/_ext/monadish/MappingProbes.js.map +0 -1
  99. package/target/test/typescript/frameworkBase/_ext/monadish/MappingTest.js +0 -39
  100. package/target/test/typescript/frameworkBase/_ext/monadish/MappingTest.js.map +0 -1
  101. package/target/test/typescript/frameworkBase/_ext/monadish/MonadTest.js +0 -155
  102. package/target/test/typescript/frameworkBase/_ext/monadish/MonadTest.js.map +0 -1
  103. package/target/test/typescript/frameworkBase/_ext/monadish/StreamTest.js +0 -176
  104. package/target/test/typescript/frameworkBase/_ext/monadish/StreamTest.js.map +0 -1
  105. package/target/test/typescript/frameworkBase/_ext/monadish/XmlQueryTest.js +0 -1
  106. package/target/test/typescript/frameworkBase/_ext/monadish/XmlQueryTest.js.map +0 -1
  107. package/target/test/typescript/frameworkBase/_ext/shared/StandardInits.js +0 -264
  108. package/target/test/typescript/frameworkBase/_ext/shared/StandardInits.js.map +0 -1
  109. package/target/test/typescript/frameworkBase/_ext/shared/XmlResponses.js +0 -23
  110. package/target/test/typescript/frameworkBase/_ext/shared/XmlResponses.js.map +0 -1
  111. package/target/test/typescript/impl/ImplTest.js +0 -98
  112. package/target/test/typescript/impl/ImplTest.js.map +0 -1
  113. package/target/test/typescript/impl/SeparatorCharsTest.js +0 -72
  114. package/target/test/typescript/impl/SeparatorCharsTest.js.map +0 -1
  115. package/target/test/typescript/queue/AsynchronousProbe.js +0 -99
  116. package/target/test/typescript/queue/AsynchronousProbe.js.map +0 -1
  117. package/target/test/typescript/queue/AsynchronousQueueTest.js +0 -130
  118. package/target/test/typescript/queue/AsynchronousQueueTest.js.map +0 -1
  119. package/target/test/typescript/xhrCore/EventTests.js +0 -155
  120. package/target/test/typescript/xhrCore/EventTests.js.map +0 -1
  121. package/target/test/typescript/xhrCore/FakeWebsocket.js +0 -25
  122. package/target/test/typescript/xhrCore/FakeWebsocket.js.map +0 -1
  123. package/target/test/typescript/xhrCore/FileUploadTest.js +0 -166
  124. package/target/test/typescript/xhrCore/FileUploadTest.js.map +0 -1
  125. package/target/test/typescript/xhrCore/RequestParamsTest.js +0 -151
  126. package/target/test/typescript/xhrCore/RequestParamsTest.js.map +0 -1
  127. package/target/test/typescript/xhrCore/RequestTest.js +0 -318
  128. package/target/test/typescript/xhrCore/RequestTest.js.map +0 -1
  129. package/target/test/typescript/xhrCore/ResponseTest.js +0 -257
  130. package/target/test/typescript/xhrCore/ResponseTest.js.map +0 -1
  131. package/target/test/typescript/xhrCore/ShadowDomTest.js +0 -122
  132. package/target/test/typescript/xhrCore/ShadowDomTest.js.map +0 -1
  133. package/target/test/typescript/xhrCore/WebsocketTest.js +0 -182
  134. package/target/test/typescript/xhrCore/WebsocketTest.js.map +0 -1
  135. package/target/test/typescript/xhrCore/XhrFormDataTest.js +0 -58
  136. package/target/test/typescript/xhrCore/XhrFormDataTest.js.map +0 -1
  137. package/target/test-classes/.gz +0 -0
  138. package/target/test-classes/com/example/jsfs_js_ts/JsfsJsTsApplicationTests.class +0 -0
  139. package/target/test-classes/fileuploadtest.html +0 -24
  140. package/target/test-classes/jsf-development.js +0 -6781
  141. package/target/test-classes/jsf-development.js.br +0 -0
  142. package/target/test-classes/jsf-development.js.gz +0 -0
  143. package/target/test-classes/jsf-development.js.map +0 -1
  144. package/target/test-classes/jsf.js +0 -3
  145. package/target/test-classes/jsf.js.br +0 -0
  146. package/target/test-classes/jsf.js.gz +0 -0
@@ -1,258 +0,0 @@
1
- "use strict";
2
- /* Licensed to the Apache Software Foundation (ASF) under one or more
3
- * contributor license agreements. See the NOTICE file distributed with
4
- * this work for additional information regarding copyright ownership.
5
- * The ASF licenses this file to you under the Apache License, Version 2.0
6
- * (the "License"); you may not use this file except in compliance with
7
- * the License. You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
18
- if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
19
- if (ar || !(i in from)) {
20
- if (!ar) ar = Array.prototype.slice.call(from, 0, i);
21
- ar[i] = from[i];
22
- }
23
- }
24
- return to.concat(ar || Array.prototype.slice.call(from));
25
- };
26
- Object.defineProperty(exports, "__esModule", { value: true });
27
- exports.myfaces = exports.jsf = void 0;
28
- ///<reference types='../../types/typedefs'/>
29
- var AjaxImpl_1 = require("../impl/AjaxImpl");
30
- var PushImpl_1 = require("../impl/PushImpl");
31
- var jsf;
32
- (function (jsf) {
33
- "use strict";
34
- /*
35
- * Version of the implementation for the jsf.js.
36
- * <p />
37
- * as specified within the jsf specifications jsf.html:
38
- * <ul>
39
- * <li>left two digits major release number</li>
40
- * <li>middle two digits minor spec release number</li>
41
- * <li>right two digits bug release number</li>
42
- * </ul>
43
- * @constant
44
- */
45
- jsf.specversion = 220000;
46
- /**
47
- * Implementation version as specified within the jsf specification.
48
- * <p />
49
- * A number increased with every implementation version
50
- * and reset by moving to a new spec release number
51
- *
52
- * @constant
53
- */
54
- jsf.implversion = 0;
55
- /**
56
- * SeparatorChar as defined by UINamingContainer.getNamingContainerSeparatorChar()
57
- * @type {Char}
58
- */
59
- jsf.separatorchar = getSeparatorChar();
60
- /**
61
- * This method is responsible for the return of a given project stage as defined
62
- * by the jsf specification.
63
- * <p/>
64
- * Valid return values are:
65
- * <ul>
66
- * <li>&quot;Production&quot;</li>
67
- * <li>&quot;Development&quot;</li>
68
- * <li>&quot;SystemTest&quot;</li>
69
- * <li>&quot;UnitTest&quot;</li>
70
- * </li>
71
- *
72
- * @return {String} the current project state emitted by the server side method:
73
- * <i>javax.faces.application.Application.getProjectStage()</i>
74
- */
75
- function getProjectStage() {
76
- return AjaxImpl_1.Implementation.getProjectStage();
77
- }
78
- jsf.getProjectStage = getProjectStage;
79
- /**
80
- * collect and encode data for a given form element (must be of type form)
81
- * find the javax.faces.ViewState element and encode its value as well!
82
- * return a concatenated string of the encoded values!
83
- *
84
- * @throws an exception in case of the given element not being of type form!
85
- * https://issues.apache.org/jira/browse/MYFACES-2110
86
- */
87
- function getViewState(formElement) {
88
- return AjaxImpl_1.Implementation.getViewState(formElement);
89
- }
90
- jsf.getViewState = getViewState;
91
- /**
92
- * returns the window identifier for the given node / window
93
- * @return the window identifier or null if none is found
94
- * @param rootNode
95
- */
96
- function getClientWindow(rootNode) {
97
- return AjaxImpl_1.Implementation.getClientWindow(rootNode);
98
- }
99
- jsf.getClientWindow = getClientWindow;
100
- //private helper functions
101
- function getSeparatorChar() {
102
- return AjaxImpl_1.Implementation.getSeparatorChar();
103
- }
104
- var ajax;
105
- (function (ajax) {
106
- "use strict";
107
- /**
108
- * this function has to send the ajax requests
109
- *
110
- * following requestInternal conditions must be met:
111
- * <ul>
112
- * <li> the requestInternal must be sent asynchronously! </li>
113
- * <li> the requestInternal must be a POST!!! requestInternal </li>
114
- * <li> the requestInternal url must be the form action attribute </li>
115
- * <li> all requests must be queued with a client side requestInternal queue to ensure the requestInternal ordering!</li>
116
- * </ul>
117
- *
118
- * @param {String|Node} element: any dom element no matter being it html or jsf, from which the event is emitted
119
- * @param {EVENT} event: any javascript event supported by that object
120
- * @param {Map} options : map of options being pushed into the ajax cycle
121
- */
122
- function request(element, event, options) {
123
- AjaxImpl_1.Implementation.request(element, event, options);
124
- //Implementation.getInstance().requestInternal(element, event, options);
125
- }
126
- ajax.request = request;
127
- /**
128
- * response handler
129
- * @param request the request object having triggered this response
130
- * @param context the request context
131
- *
132
- * TODO add info on what can be in the context
133
- */
134
- function response(request, context) {
135
- AjaxImpl_1.Implementation.response(request, context);
136
- }
137
- ajax.response = response;
138
- /**
139
- * Adds an error handler to our global error queue.
140
- * the error handler must be of the format <i>function errorListener(&lt;errorData&gt;)</i>
141
- * with errorData being of following format:
142
- * <ul>
143
- * <li> errorData.type : &quot;error&quot;</li>
144
- * <li> errorData.status : the error status message</li>
145
- * <li> errorData.serverErrorName : the server error name in case of a server error</li>
146
- * <li> errorData.serverErrorMessage : the server error message in case of a server error</li>
147
- * <li> errorData.source : the issuing source element which triggered the requestInternal </li>
148
- * <li> eventData.responseCode: the response code (aka http requestInternal response code, 401 etc...) </li>
149
- * <li> eventData.responseText: the requestInternal response text </li>
150
- * <li> eventData.responseXML: the requestInternal response xml </li>
151
- * </ul>
152
- *
153
- * @param {function} errorListener error handler must be of the format <i>function errorListener(&lt;errorData&gt;)</i>
154
- */
155
- function addOnError(errorFunc) {
156
- AjaxImpl_1.Implementation.addOnError(errorFunc);
157
- }
158
- ajax.addOnError = addOnError;
159
- /**
160
- * Adds a global event listener to the ajax event queue. The event listener must be a function
161
- * of following format: <i>function eventListener(&lt;eventData&gt;)</i>
162
- *
163
- * @param {function} eventListener event must be of the format <i>function eventListener(&lt;eventData&gt;)</i>
164
- */
165
- function addOnEvent(eventFunc) {
166
- AjaxImpl_1.Implementation.addOnEvent(eventFunc);
167
- }
168
- ajax.addOnEvent = addOnEvent;
169
- })(ajax = jsf.ajax || (jsf.ajax = {}));
170
- var util;
171
- (function (util) {
172
- /**
173
- * varargs function which executes a chain of code (functions or any other code)
174
- *
175
- * if any of the code returns false, the execution
176
- * is terminated prematurely skipping the rest of the code!
177
- *
178
- * @param {DomNode} source, the callee object
179
- * @param {Event} event, the event object of the callee event triggering this function
180
- * @param funcs ... arbitrary array of functions or strings
181
- * @returns true if the chain has succeeded false otherwise
182
- */
183
- function chain(source, event) {
184
- var funcs = [];
185
- for (var _i = 2; _i < arguments.length; _i++) {
186
- funcs[_i - 2] = arguments[_i];
187
- }
188
- return AjaxImpl_1.Implementation.chain.apply(AjaxImpl_1.Implementation, __spreadArray([source, event], funcs, false));
189
- }
190
- util.chain = chain;
191
- })(util = jsf.util || (jsf.util = {}));
192
- var push;
193
- (function (push) {
194
- /**
195
- * @param {function} onopen The function to be invoked when the web socket is opened.
196
- * @param {function} onmessage The function to be invoked when a message is received.
197
- * @param {function} onclose The function to be invoked when the web socket is closed.
198
- * @param {boolean} autoconnect Whether or not to immediately open the socket. Defaults to <code>false</code>.
199
- */
200
- function init(socketClientId, uri, channel, onopen, onmessage, onclose, behaviorScripts, autoconnect) {
201
- PushImpl_1.PushImpl.init(socketClientId, uri, channel, onopen, onmessage, onclose, behaviorScripts, autoconnect);
202
- }
203
- push.init = init;
204
- /**
205
- * Open the web socket on the given channel.
206
- * @param {string} channel The name of the web socket channel.
207
- * @throws {Error} When channel is unknown.
208
- */
209
- function open(socketClientId) {
210
- PushImpl_1.PushImpl.open(socketClientId);
211
- }
212
- push.open = open;
213
- /**
214
- * Close the web socket on the given channel.
215
- * @param {string} channel The name of the web socket channel.
216
- * @throws {Error} When channel is unknown.
217
- */
218
- function close(socketClientId) {
219
- PushImpl_1.PushImpl.close(socketClientId);
220
- }
221
- push.close = close;
222
- })(push = jsf.push || (jsf.push = {}));
223
- //We hook the old namespace system into our npm system
224
- //if ("undefined" == window.jsf) {
225
- // window.jsf = jsf;
226
- //}
227
- })(jsf = exports.jsf || (exports.jsf = {}));
228
- //fullfill the window contract
229
- var myfaces;
230
- (function (myfaces) {
231
- /**
232
- * AB function similar to mojarra and Primefaces
233
- * not part of the spec but a convenience accessor method
234
- * Code provided by Thomas Andraschko
235
- *
236
- * @param source the event source
237
- * @param event the event
238
- * @param eventName event name for java.javax.faces.behavior.evemnt
239
- * @param execute execute list as passed down in jsf.ajax.request
240
- * @param render
241
- * @param options
242
- */
243
- function ab(source, event, eventName, execute, render, options) {
244
- if (options === void 0) { options = {}; }
245
- if (eventName) {
246
- options["javax.faces.behavior.event"] = eventName;
247
- }
248
- if (execute) {
249
- options["execute"] = execute;
250
- }
251
- if (render) {
252
- options["render"] = render;
253
- }
254
- jsf.ajax.request(source, event, options);
255
- }
256
- myfaces.ab = ab;
257
- })(myfaces = exports.myfaces || (exports.myfaces = {}));
258
- //# sourceMappingURL=Jsf.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Jsf.js","sourceRoot":"","sources":["../../../../src/main/typescript/api/Jsf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;AAEH,4CAA4C;AAE5C,6CAAgD;AAChD,6CAA0C;AAE1C,IAAc,GAAG,CA6MhB;AA7MD,WAAc,GAAG;IACb,YAAY,CAAC;IAEb;;;;;;;;;;OAUG;IACQ,eAAW,GAAG,MAAM,CAAC;IAChC;;;;;;;OAOG;IACQ,eAAW,GAAG,CAAC,CAAC;IAE3B;;;OAGG;IACQ,iBAAa,GAAG,gBAAgB,EAAE,CAAC;IAE9C;;;;;;;;;;;;;;OAcG;IACH,SAAgB,eAAe;QAC3B,OAAO,yBAAc,CAAC,eAAe,EAAE,CAAC;IAC5C,CAAC;IAFe,mBAAe,kBAE9B,CAAA;IAED;;;;;;;OAOG;IACH,SAAgB,YAAY,CAAC,WAA6B;QACtD,OAAO,yBAAc,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC;IACpD,CAAC;IAFe,gBAAY,eAE3B,CAAA;IAED;;;;OAIG;IACH,SAAgB,eAAe,CAAC,QAA2B;QACvD,OAAO,yBAAc,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAC;IACpD,CAAC;IAFe,mBAAe,kBAE9B,CAAA;IAED,0BAA0B;IAC1B,SAAS,gBAAgB;QACrB,OAAO,yBAAc,CAAC,gBAAgB,EAAE,CAAC;IAC7C,CAAC;IAGD,IAAc,IAAI,CAgEjB;IAhED,WAAc,IAAI;QACd,YAAY,CAAC;QAEb;;;;;;;;;;;;;;WAcG;QACH,SAAgB,OAAO,CAAC,OAAgB,EAAE,KAAa,EAAE,OAAiB;YACtE,yBAAc,CAAC,OAAO,CAAC,OAAO,EAAE,KAAK,EAAE,OAAO,CAAC,CAAA;YAC/C,wEAAwE;QAC5E,CAAC;QAHe,YAAO,UAGtB,CAAA;QAED;;;;;;WAMG;QACH,SAAgB,QAAQ,CAAC,OAAuB,EAAE,OAAiB;YAC/D,yBAAc,CAAC,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;QAC9C,CAAC;QAFe,aAAQ,WAEvB,CAAA;QAED;;;;;;;;;;;;;;;;WAgBG;QACH,SAAgB,UAAU,CAAC,SAAoC;YAC3D,yBAAc,CAAC,UAAU,CAAM,SAAS,CAAC,CAAC;QAC9C,CAAC;QAFe,eAAU,aAEzB,CAAA;QAED;;;;;WAKG;QACH,SAAgB,UAAU,CAAC,SAAoC;YAC3D,yBAAc,CAAC,UAAU,CAAM,SAAS,CAAC,CAAC;QAC9C,CAAC;QAFe,eAAU,aAEzB,CAAA;IACL,CAAC,EAhEa,IAAI,GAAJ,QAAI,KAAJ,QAAI,QAgEjB;IAED,IAAc,IAAI,CAgBjB;IAhBD,WAAc,IAAI;QAEd;;;;;;;;;;WAUG;QACH,SAAgB,KAAK,CAAC,MAAM,EAAE,KAAK;YAAE,eAAkC;iBAAlC,UAAkC,EAAlC,qBAAkC,EAAlC,IAAkC;gBAAlC,8BAAkC;;YACnE,OAAO,yBAAc,CAAC,KAAK,OAApB,yBAAc,iBAAO,MAAM,EAAE,KAAK,GAAK,KAAK,UAAE;QACzD,CAAC;QAFe,UAAK,QAEpB,CAAA;IACL,CAAC,EAhBa,IAAI,GAAJ,QAAI,KAAJ,QAAI,QAgBjB;IAED,IAAc,IAAI,CAoCjB;IApCD,WAAc,IAAI;QACd;;;;;WAKG;QACH,SAAgB,IAAI,CAAC,cAAsB,EAC/B,GAAW,EACX,OAAe,EACf,MAAgB,EAChB,SAAmB,EACnB,OAAiB,EACjB,eAAoB,EACpB,WAAoB;YAC5B,mBAAQ,CAAC,IAAI,CAAC,cAAc,EAAE,GAAG,EAAE,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,EAAE,eAAe,EAAE,WAAW,CAAC,CAAC;QAC1G,CAAC;QATe,SAAI,OASnB,CAAA;QAED;;;;WAIG;QACH,SAAgB,IAAI,CAAC,cAAsB;YACvC,mBAAQ,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAClC,CAAC;QAFe,SAAI,OAEnB,CAAA;QAED;;;;WAIG;QACH,SAAgB,KAAK,CAAC,cAAsB;YACxC,mBAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;QACnC,CAAC;QAFe,UAAK,QAEpB,CAAA;IAEL,CAAC,EApCa,IAAI,GAAJ,QAAI,KAAJ,QAAI,QAoCjB;IAED,sDAAsD;IACtD,kCAAkC;IAClC,uBAAuB;IACvB,GAAG;AAGP,CAAC,EA7Ma,GAAG,GAAH,WAAG,KAAH,WAAG,QA6MhB;AAID,8BAA8B;AAC9B,IAAc,OAAO,CA2BpB;AA3BD,WAAc,OAAO;IAEjB;;;;;;;;;;;OAWG;IACH,SAAgB,EAAE,CAAC,MAAe,EAAE,KAAY,EAAE,SAAiB,EAAE,OAAe,EAAE,MAAc,EAAE,OAAqB;QAArB,wBAAA,EAAA,YAAqB;QACvH,IAAI,SAAS,EAAE;YACX,OAAO,CAAC,4BAA4B,CAAC,GAAG,SAAS,CAAC;SACrD;QACD,IAAI,OAAO,EAAE;YACT,OAAO,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC;SAChC;QACD,IAAI,MAAM,EAAE;YACR,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;SAC9B;QAED,GAAG,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC;IAC7C,CAAC;IAZe,UAAE,KAYjB,CAAA;AACL,CAAC,EA3Ba,OAAO,GAAP,eAAO,KAAP,eAAO,QA2BpB"}